summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-09-26 02:33:01 -0400
committerAdam <Adam@anope.org>2010-09-26 02:33:01 -0400
commitd646d455e2655be59f6d5bcc56710ac70548ca37 (patch)
treed236b9d4991d62538a0318f213416396734e72e0
parent05e6815d912f0418f6da25a2106dd718796f02fa (diff)
Changed the language system to use gettext
-rw-r--r--CMakeLists.txt1
-rw-r--r--data/example.conf18
-rw-r--r--include/account.h2
-rw-r--r--include/config.h4
-rw-r--r--include/extern.h26
-rw-r--r--include/language.h1648
-rw-r--r--include/mail.h4
-rw-r--r--include/module.h8
-rw-r--r--include/modules.h42
-rw-r--r--include/services.h54
-rw-r--r--include/sysconf.h.cmake2
-rw-r--r--include/users.h7
-rw-r--r--lang/CMakeLists.txt149
-rw-r--r--lang/anope.ca_ES.po12381
-rw-r--r--lang/anope.de_DE.po12505
-rw-r--r--lang/anope.el_GR.po12349
-rw-r--r--lang/anope.es_ES.po12379
-rw-r--r--lang/anope.fr_FR.po12395
-rw-r--r--lang/anope.hu_HU.po12213
-rw-r--r--lang/anope.it_IT.po12314
-rw-r--r--lang/anope.nl_NL.po12262
-rw-r--r--lang/anope.pl_PL.po12190
-rw-r--r--lang/anope.pot9705
-rw-r--r--lang/anope.pt_PT.po12206
-rw-r--r--lang/anope.ru_RU.po12584
-rw-r--r--lang/anope.tr_TR.po12141
-rw-r--r--lang/cat.l6576
-rw-r--r--lang/cs_appendtopic.de_DE.po36
-rw-r--r--lang/cs_appendtopic.it_IT.po36
-rw-r--r--lang/cs_appendtopic.nl_NL.po37
-rw-r--r--lang/cs_appendtopic.pot32
-rw-r--r--lang/cs_appendtopic.pt_PT.po35
-rw-r--r--lang/cs_appendtopic.ru_RU.po37
-rw-r--r--lang/cs_enforce.de_DE.po85
-rw-r--r--lang/cs_enforce.it_IT.po85
-rw-r--r--lang/cs_enforce.nl_NL.po88
-rw-r--r--lang/cs_enforce.pot64
-rw-r--r--lang/cs_enforce.pt_PT.po84
-rw-r--r--lang/cs_enforce.ru_RU.po85
-rw-r--r--lang/cs_tban.de_DE.po39
-rw-r--r--lang/cs_tban.it_IT.po39
-rw-r--r--lang/cs_tban.nl_NL.po40
-rw-r--r--lang/cs_tban.pot36
-rw-r--r--lang/cs_tban.pt_PT.po38
-rw-r--r--lang/cs_tban.ru_RU.po41
-rw-r--r--lang/de.l6676
-rw-r--r--lang/en_us.l6362
-rw-r--r--lang/es.l6656
-rw-r--r--lang/fr.l6689
-rw-r--r--lang/gr.l6576
-rw-r--r--lang/hs_request.it_IT.po121
-rw-r--r--lang/hs_request.nl_NL.po121
-rw-r--r--lang/hs_request.pot112
-rw-r--r--lang/hs_request.pt_PT.po120
-rw-r--r--lang/hs_request.ru_RU.po122
-rw-r--r--lang/hun.l6467
-rw-r--r--lang/it.l6443
-rw-r--r--lang/langcomp.c263
-rw-r--r--lang/langtool.c76
-rw-r--r--lang/nl.l6532
-rw-r--r--lang/ns_maxemail.de_DE.po27
-rw-r--r--lang/ns_maxemail.it_IT.po27
-rw-r--r--lang/ns_maxemail.nl_NL.po27
-rw-r--r--lang/ns_maxemail.pot26
-rw-r--r--lang/ns_maxemail.pt_PT.po26
-rw-r--r--lang/ns_maxemail.ru_RU.po28
-rw-r--r--lang/pl.l7518
-rw-r--r--lang/pt.l6378
-rw-r--r--lang/ru.l6642
-rw-r--r--lang/tr.l6498
-rwxr-xr-xlang/update.sh10
-rw-r--r--modules/core/bs_act.cpp12
-rw-r--r--modules/core/bs_assign.cpp18
-rw-r--r--modules/core/bs_badwords.cpp40
-rw-r--r--modules/core/bs_bot.cpp74
-rw-r--r--modules/core/bs_botlist.cpp14
-rw-r--r--modules/core/bs_help.cpp4
-rw-r--r--modules/core/bs_info.cpp101
-rw-r--r--modules/core/bs_kick.cpp108
-rw-r--r--modules/core/bs_say.cpp12
-rw-r--r--modules/core/bs_set.cpp74
-rw-r--r--modules/core/bs_unassign.cpp16
-rw-r--r--modules/core/cs_access.cpp152
-rw-r--r--modules/core/cs_akick.cpp96
-rw-r--r--modules/core/cs_ban.cpp18
-rw-r--r--modules/core/cs_clear.cpp24
-rw-r--r--modules/core/cs_drop.cpp18
-rw-r--r--modules/core/cs_forbid.cpp18
-rw-r--r--modules/core/cs_getkey.cpp12
-rw-r--r--modules/core/cs_help.cpp25
-rw-r--r--modules/core/cs_info.cpp81
-rw-r--r--modules/core/cs_invite.cpp18
-rw-r--r--modules/core/cs_kick.cpp18
-rw-r--r--modules/core/cs_list.cpp28
-rw-r--r--modules/core/cs_modes.cpp72
-rw-r--r--modules/core/cs_register.cpp27
-rw-r--r--modules/core/cs_saset.cpp14
-rw-r--r--modules/core/cs_saset_noexpire.cpp10
-rw-r--r--modules/core/cs_set.cpp16
-rw-r--r--modules/core/cs_set_bantype.cpp14
-rw-r--r--modules/core/cs_set_description.cpp12
-rw-r--r--modules/core/cs_set_entrymsg.cpp14
-rw-r--r--modules/core/cs_set_founder.cpp20
-rw-r--r--modules/core/cs_set_keeptopic.cpp14
-rw-r--r--modules/core/cs_set_mlock.cpp20
-rw-r--r--modules/core/cs_set_opnotice.cpp14
-rw-r--r--modules/core/cs_set_peace.cpp14
-rw-r--r--modules/core/cs_set_persist.cpp14
-rw-r--r--modules/core/cs_set_private.cpp14
-rw-r--r--modules/core/cs_set_restricted.cpp14
-rw-r--r--modules/core/cs_set_secure.cpp14
-rw-r--r--modules/core/cs_set_securefounder.cpp16
-rw-r--r--modules/core/cs_set_secureops.cpp14
-rw-r--r--modules/core/cs_set_signkick.cpp16
-rw-r--r--modules/core/cs_set_successor.cpp22
-rw-r--r--modules/core/cs_set_topiclock.cpp14
-rw-r--r--modules/core/cs_set_xop.cpp16
-rw-r--r--modules/core/cs_status.cpp12
-rw-r--r--modules/core/cs_suspend.cpp34
-rw-r--r--modules/core/cs_topic.cpp10
-rw-r--r--modules/core/cs_unban.cpp16
-rw-r--r--modules/core/cs_xop.cpp110
-rw-r--r--modules/core/db_plain.cpp37
-rw-r--r--modules/core/hs_del.cpp12
-rw-r--r--modules/core/hs_delall.cpp12
-rw-r--r--modules/core/hs_group.cpp10
-rw-r--r--modules/core/hs_help.cpp2
-rw-r--r--modules/core/hs_list.cpp30
-rw-r--r--modules/core/hs_off.cpp8
-rw-r--r--modules/core/hs_on.cpp10
-rw-r--r--modules/core/hs_set.cpp26
-rw-r--r--modules/core/hs_setall.cpp26
-rw-r--r--modules/core/ms_cancel.cpp14
-rw-r--r--modules/core/ms_check.cpp21
-rw-r--r--modules/core/ms_del.cpp22
-rw-r--r--modules/core/ms_help.cpp4
-rw-r--r--modules/core/ms_info.cpp80
-rw-r--r--modules/core/ms_list.cpp36
-rw-r--r--modules/core/ms_read.cpp28
-rw-r--r--modules/core/ms_rsend.cpp12
-rw-r--r--modules/core/ms_send.cpp6
-rw-r--r--modules/core/ms_sendall.cpp10
-rw-r--r--modules/core/ms_set.cpp70
-rw-r--r--modules/core/ms_staff.cpp8
-rw-r--r--modules/core/ns_access.cpp34
-rw-r--r--modules/core/ns_alist.cpp20
-rw-r--r--modules/core/ns_drop.cpp26
-rw-r--r--modules/core/ns_forbid.cpp18
-rw-r--r--modules/core/ns_getemail.cpp10
-rw-r--r--modules/core/ns_getpass.cpp18
-rw-r--r--modules/core/ns_ghost.cpp24
-rw-r--r--modules/core/ns_group.cpp77
-rw-r--r--modules/core/ns_help.cpp21
-rw-r--r--modules/core/ns_identify.cpp26
-rw-r--r--modules/core/ns_info.cpp77
-rw-r--r--modules/core/ns_list.cpp24
-rw-r--r--modules/core/ns_logout.cpp16
-rw-r--r--modules/core/ns_recover.cpp28
-rw-r--r--modules/core/ns_register.cpp74
-rw-r--r--modules/core/ns_release.cpp23
-rw-r--r--modules/core/ns_resetpass.cpp26
-rw-r--r--modules/core/ns_saset.cpp46
-rw-r--r--modules/core/ns_saset_noexpire.cpp10
-rw-r--r--modules/core/ns_sendpass.cpp22
-rw-r--r--modules/core/ns_set.cpp40
-rw-r--r--modules/core/ns_set_autoop.cpp16
-rw-r--r--modules/core/ns_set_email.cpp18
-rw-r--r--modules/core/ns_set_greet.cpp12
-rw-r--r--modules/core/ns_set_hide.cpp18
-rw-r--r--modules/core/ns_set_kill.cpp22
-rw-r--r--modules/core/ns_set_language.cpp43
-rw-r--r--modules/core/ns_set_message.cpp18
-rw-r--r--modules/core/ns_set_private.cpp16
-rw-r--r--modules/core/ns_set_secure.cpp16
-rw-r--r--modules/core/ns_status.cpp14
-rw-r--r--modules/core/ns_suspend.cpp32
-rw-r--r--modules/core/ns_update.cpp6
-rw-r--r--modules/core/os_akill.cpp61
-rw-r--r--modules/core/os_chankill.cpp10
-rw-r--r--modules/core/os_chanlist.cpp14
-rw-r--r--modules/core/os_clearmodes.cpp14
-rw-r--r--modules/core/os_defcon.cpp49
-rw-r--r--modules/core/os_global.cpp6
-rw-r--r--modules/core/os_help.cpp4
-rw-r--r--modules/core/os_ignore.cpp22
-rw-r--r--modules/core/os_jupe.cpp10
-rw-r--r--modules/core/os_kick.cpp12
-rw-r--r--modules/core/os_mode.cpp10
-rw-r--r--modules/core/os_modinfo.cpp16
-rw-r--r--modules/core/os_modlist.cpp26
-rw-r--r--modules/core/os_modload.cpp10
-rw-r--r--modules/core/os_modunload.cpp10
-rw-r--r--modules/core/os_news.cpp76
-rw-r--r--modules/core/os_noop.cpp10
-rw-r--r--modules/core/os_oline.cpp14
-rw-r--r--modules/core/os_quit.cpp4
-rw-r--r--modules/core/os_reload.cpp6
-rw-r--r--modules/core/os_restart.cpp4
-rw-r--r--modules/core/os_session.cpp81
-rw-r--r--modules/core/os_set.cpp68
-rw-r--r--modules/core/os_shutdown.cpp4
-rw-r--r--modules/core/os_snline.cpp57
-rw-r--r--modules/core/os_sqline.cpp57
-rw-r--r--modules/core/os_staff.cpp14
-rw-r--r--modules/core/os_stats.cpp147
-rw-r--r--modules/core/os_svsnick.cpp20
-rw-r--r--modules/core/os_szline.cpp55
-rw-r--r--modules/core/os_umode.cpp12
-rw-r--r--modules/core/os_update.cpp6
-rw-r--r--modules/core/os_userlist.cpp14
-rw-r--r--modules/extra/cs_appendtopic.cpp102
-rw-r--r--modules/extra/cs_enforce.cpp278
-rw-r--r--modules/extra/cs_set_misc.cpp8
-rw-r--r--modules/extra/cs_tban.cpp167
-rw-r--r--modules/extra/db_mysql.cpp8
-rw-r--r--modules/extra/hs_request.cpp478
-rw-r--r--modules/extra/ns_maxemail.cpp153
-rw-r--r--modules/extra/ns_set_misc.cpp8
-rw-r--r--src/botserv.cpp20
-rw-r--r--src/channels.cpp19
-rw-r--r--src/chanserv.cpp5
-rw-r--r--src/commands.cpp25
-rw-r--r--src/config.cpp15
-rw-r--r--src/hostserv.cpp5
-rw-r--r--src/init.cpp4
-rw-r--r--src/language.cpp5698
-rw-r--r--src/mail.cpp21
-rw-r--r--src/memoserv.cpp58
-rw-r--r--src/messages.cpp14
-rw-r--r--src/misc.cpp42
-rw-r--r--src/module.cpp20
-rw-r--r--src/modulemanager.cpp9
-rw-r--r--src/modules.cpp118
-rw-r--r--src/nickserv.cpp17
-rw-r--r--src/operserv.cpp41
-rw-r--r--src/regchannel.cpp5
-rw-r--r--src/send.cpp72
-rw-r--r--src/sessions.cpp10
-rw-r--r--src/users.cpp30
239 files changed, 168721 insertions, 90250 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a92086489..ada20aa14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -331,6 +331,7 @@ check_function_exists(strlcpy HAVE_STRLCPY)
check_function_exists(umask HAVE_UMASK)
check_function_exists(backtrace HAVE_BACKTRACE)
check_function_exists(eventfd HAVE_EVENTFD)
+check_function_exists(gettext HAVE_GETTEXT)
# Check for the existance of the following types
check_type_size(uint8_t UINT8_T)
diff --git a/data/example.conf b/data/example.conf
index 43a6069f7..c9b8a0573 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -902,10 +902,17 @@ nickserv
defaults="secure private hideemail hideusermask memosignon memoreceive autoop"
/*
- * Default language that non- and newly-registered nicks will receive messages in. The number
- * here is the same as the number in NickServ's SET LANGUAGE help.
+ * A list of languages to load on startup that will be available in /nickserv set language.
+ * Useful if you translate Anope to your language. (Explained further in docs/LANGUAGE).
+ * Note that english should not be listed here
*/
- defaultlanguage = 1
+ languages = "ca_ES de_DE el_GR es_ES fr_FR hu_HU it_IT nl_NL pl_PL pt_PT ru_RU tr_TR"
+
+ /*
+ * Default language that non- and newly-registered nicks will receive messages in.
+ * Leave empty to default to English.
+ */
+ #defaultlanguage = "es_ES"
/*
* The minimum length of time between consecutive uses of NickServ's REGISTER command. This
@@ -1700,11 +1707,6 @@ hs_request
* If set, Services will send a memo to all Services staff when a new vHost is requested.
*/
#memooper = yes
-
- /*
- * If set, Services will send a memo to all Host Setters when a new vHost is requested.
- */
- #memosetters = yes
}
ns_maxemail
diff --git a/include/account.h b/include/account.h
index 4d32edabb..08652f13c 100644
--- a/include/account.h
+++ b/include/account.h
@@ -155,7 +155,7 @@ class CoreExport NickCore : public Extensible, public Flags<NickCoreFlag, NI_END
Anope::string pass; /* Password of the nicks */
Anope::string email; /* E-mail associated to the nick */
Anope::string greet; /* Greet associated to the nick */
- uint16 language; /* Language selected by nickname owner (LANG_*) */
+ Anope::string language; /* Language name */
std::vector<Anope::string> access; /* Access list, vector of strings */
MemoInfo memos;
uint16 channelcount; /* Number of channels currently registered */
diff --git a/include/config.h b/include/config.h
index 4ea2aae23..f1a4ccca7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -585,8 +585,10 @@ class ServerConfig
bool NSNoGroupChange;
/* Default flags for newly registered nicks */
Flags<NickCoreFlag, NI_END> NSDefFlags;
+ /* All languages Anope is aware about */
+ Anope::string Languages;
/* Default language used by services */
- unsigned NSDefLanguage;
+ Anope::string NSDefLanguage;
/* Users must be connected this long before they can register
* Not to be confused with NickRegDelay */
time_t NSRegDelay;
diff --git a/include/extern.h b/include/extern.h
index 50d806189..95a70657a 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -154,19 +154,15 @@ E Uplink *uplink_server;
E void pmodule_ircd_proto(IRCDProto *);
E void pmodule_ircd_var(IRCDVar *ircdvar);
-/**** language.c ****/
-
-E char **langtexts[NUM_LANGS];
-E char *langnames[NUM_LANGS];
-E int langlist[NUM_LANGS];
-
-E void lang_init();
-E int strftime_lang(char *buf, int size, User *u, int format, struct tm *tm);
-E void syntax_error(const Anope::string &service, User *u, const Anope::string &command, int msgnum);
-E const char *getstring(NickAlias *na, int index);
-E const char *getstring(const NickCore *nc, int index);
-E const char *getstring(const User *nc, int index);
-E const char *getstring(int index);
+/**** language.cpp ****/
+E std::vector<Anope::string> languages;
+E void InitLanguages();
+E const Anope::string GetString(Anope::string language, LanguageString string);
+E const Anope::string GetString(LanguageString string);
+E const Anope::string GetString(const NickCore *nc, LanguageString string);
+E const Anope::string GetString(const User *u, LanguageString string);
+E Anope::string language_strings[LANG_STRING_COUNT];
+E void SyntaxError(BotInfo *bi, User *u, const Anope::string &command, LanguageString message);
/*** logger.cpp ***/
E void InitLogChannels(ServerConfig *);
@@ -239,6 +235,7 @@ E const char *merge_args(int argc, const char **argv);
E time_t dotime(const Anope::string &s);
E Anope::string duration(const NickCore *nc, time_t seconds);
E Anope::string expire_left(const NickCore *nc, time_t expires);
+E Anope::string do_strftime(const time_t &t);
E bool doValidHost(const Anope::string &host, int type);
E bool isValidHost(const Anope::string &host, int type);
@@ -314,9 +311,6 @@ E void send_cmd(const Anope::string &source, const char *fmt, ...) FORMAT(printf
E void notice_server(const Anope::string &source, const Server *s, const char *fmt, ...) FORMAT(printf, 3, 4);
-E void notice_lang(const Anope::string &source, const User *dest, int message, ...); // MARK_DEPRECATED;
-E void notice_help(const Anope::string &source, const User *dest, int message, ...); // MARK_DEPRECATED;
-
/**** sessions.c ****/
E std::vector<Exception *> exceptions;
diff --git a/include/language.h b/include/language.h
new file mode 100644
index 000000000..79e082ebf
--- /dev/null
+++ b/include/language.h
@@ -0,0 +1,1648 @@
+enum LanguageString
+{
+ LANGUAGE_NAME,
+ COMMAND_REQUIRES_PERM,
+ COMMAND_IDENTIFY_REQUIRED,
+ COMMAND_CANNOT_USE,
+ COMMAND_CAN_USE,
+ USER_RECORD_NOT_FOUND,
+ UNKNOWN_COMMAND,
+ UNKNOWN_COMMAND_HELP,
+ SYNTAX_ERROR,
+ MORE_INFO,
+ NO_HELP_AVAILABLE,
+ OBSOLETE_COMMAND,
+ BAD_USERHOST_MASK,
+ BAD_EXPIRY_TIME,
+ USERHOST_MASK_TOO_WIDE,
+ SERVICE_OFFLINE,
+ READ_ONLY_MODE,
+ PASSWORD_INCORRECT,
+ INVALID_TARGET,
+ ACCESS_DENIED,
+ MORE_OBSCURE_PASSWORD,
+ PASSWORD_TOO_LONG,
+ NICK_NOT_REGISTERED,
+ NICK_NOT_REGISTERED_HELP,
+ NICK_X_IS_SERVICES,
+ NICK_X_NOT_REGISTERED,
+ NICK_X_IN_USE,
+ NICK_X_NOT_IN_USE,
+ NICK_X_NOT_ON_CHAN,
+ NICK_X_FORBIDDEN,
+ NICK_X_FORBIDDEN_OPER,
+ NICK_X_ILLEGAL,
+ NICK_X_TRUNCATED,
+ NICK_X_SUSPENDED,
+ CHAN_X_NOT_REGISTERED,
+ CHAN_X_NOT_IN_USE,
+ CHAN_X_FORBIDDEN,
+ CHAN_X_FORBIDDEN_OPER,
+ CHAN_X_SUSPENDED,
+ NICK_IDENTIFY_REQUIRED,
+ CHAN_IDENTIFY_REQUIRED,
+ MAIL_DISABLED,
+ MAIL_INVALID,
+ MAIL_X_INVALID,
+ MAIL_LATER,
+ MAIL_DELAYED,
+ NO_REASON,
+ UNKNOWN,
+ DURATION_DAY,
+ DURATION_DAYS,
+ DURATION_HOUR,
+ DURATION_HOURS,
+ DURATION_MINUTE,
+ DURATION_MINUTES,
+ DURATION_SECOND,
+ DURATION_SECONDS,
+ NO_EXPIRE,
+ EXPIRES_SOON,
+ EXPIRES_M,
+ EXPIRES_1M,
+ EXPIRES_HM,
+ EXPIRES_H1M,
+ EXPIRES_1HM,
+ EXPIRES_1H1M,
+ EXPIRES_D,
+ EXPIRES_1D,
+ END_OF_ANY_LIST,
+ LIST_INCORRECT_RANGE,
+ CS_LIST_INCORRECT_RANGE,
+ NICK_IS_REGISTERED,
+ NICK_IS_SECURE,
+ NICK_MAY_NOT_BE_USED,
+ FORCENICKCHANGE_IN_1_MINUTE,
+ FORCENICKCHANGE_IN_20_SECONDS,
+ FORCENICKCHANGE_NOW,
+ FORCENICKCHANGE_CHANGING,
+ NICK_REGISTER_SYNTAX,
+ NICK_REGISTER_SYNTAX_EMAIL,
+ NICK_REGISTRATION_DISABLED,
+ NICK_REGISTRATION_FAILED,
+ NICK_REG_PLEASE_WAIT,
+ NICK_CANNOT_BE_REGISTERED,
+ NICK_ALREADY_REGISTERED,
+ NICK_REGISTERED,
+ NICK_REGISTERED_NO_MASK,
+ NICK_PASSWORD_IS,
+ NICK_REG_DELAY,
+ NICK_GROUP_SYNTAX,
+ NICK_GROUP_DISABLED,
+ NICK_GROUP_FAILED,
+ NICK_GROUP_PLEASE_WAIT,
+ NICK_GROUP_CHANGE_DISABLED,
+ NICK_GROUP_SAME,
+ NICK_GROUP_TOO_MANY,
+ NICK_GROUP_JOINED,
+ NICK_UNGROUP_ONE_NICK,
+ NICK_UNGROUP_NOT_IN_GROUP,
+ NICK_UNGROUP_SUCCESSFUL,
+ NICK_IDENTIFY_SYNTAX,
+ NICK_IDENTIFY_FAILED,
+ NICK_IDENTIFY_SUCCEEDED,
+ NICK_IDENTIFY_EMAIL_REQUIRED,
+ NICK_IDENTIFY_EMAIL_HOWTO,
+ NICK_ALREADY_IDENTIFIED,
+ NICK_UPDATE_SUCCESS,
+ NICK_LOGOUT_SYNTAX,
+ NICK_LOGOUT_SUCCEEDED,
+ NICK_LOGOUT_X_SUCCEEDED,
+ NICK_LOGOUT_SERVICESADMIN,
+ NICK_DROP_DISABLED,
+ NICK_DROPPED,
+ NICK_X_DROPPED,
+ NICK_SET_SYNTAX,
+ NICK_SET_SERVADMIN_SYNTAX,
+ NICK_SET_DISABLED,
+ NICK_SET_UNKNOWN_OPTION,
+ NICK_SET_OPTION_DISABLED,
+ NICK_SET_DISPLAY_INVALID,
+ NICK_SET_DISPLAY_CHANGED,
+ NICK_SET_PASSWORD_FAILED,
+ NICK_SET_PASSWORD_CHANGED,
+ NICK_SET_PASSWORD_CHANGED_TO,
+ NICK_SET_LANGUAGE_SYNTAX,
+ NICK_SET_LANGUAGE_UNKNOWN,
+ NICK_SET_LANGUAGE_CHANGED,
+ NICK_SET_EMAIL_CHANGED,
+ NICK_SET_EMAIL_UNSET,
+ NICK_SET_EMAIL_UNSET_IMPOSSIBLE,
+ NICK_SET_GREET_CHANGED,
+ NICK_SET_GREET_UNSET,
+ NICK_SET_KILL_SYNTAX,
+ NICK_SET_KILL_IMMED_SYNTAX,
+ NICK_SET_KILL_ON,
+ NICK_SET_KILL_QUICK,
+ NICK_SET_KILL_IMMED,
+ NICK_SET_KILL_IMMED_DISABLED,
+ NICK_SET_KILL_OFF,
+ NICK_SET_SECURE_SYNTAX,
+ NICK_SET_SECURE_ON,
+ NICK_SET_SECURE_OFF,
+ NICK_SET_PRIVATE_SYNTAX,
+ NICK_SET_PRIVATE_ON,
+ NICK_SET_PRIVATE_OFF,
+ NICK_SET_HIDE_SYNTAX,
+ NICK_SET_HIDE_EMAIL_ON,
+ NICK_SET_HIDE_EMAIL_OFF,
+ NICK_SET_HIDE_MASK_ON,
+ NICK_SET_HIDE_MASK_OFF,
+ NICK_SET_HIDE_QUIT_ON,
+ NICK_SET_HIDE_QUIT_OFF,
+ NICK_SET_HIDE_STATUS_ON,
+ NICK_SET_HIDE_STATUS_OFF,
+ NICK_SET_MSG_SYNTAX,
+ NICK_SET_MSG_ON,
+ NICK_SET_MSG_OFF,
+ NICK_SET_AUTOOP_SYNTAX,
+ NICK_SET_AUTOOP_ON,
+ NICK_SET_AUTOOP_OFF,
+ NICK_SASET_SYNTAX,
+ NICK_SASET_UNKNOWN_OPTION,
+ NICK_SASET_BAD_NICK,
+ NICK_SASET_DISPLAY_INVALID,
+ NICK_SASET_PASSWORD_FAILED,
+ NICK_SASET_PASSWORD_CHANGED,
+ NICK_SASET_PASSWORD_CHANGED_TO,
+ NICK_SASET_EMAIL_CHANGED,
+ NICK_SASET_EMAIL_UNSET,
+ NICK_SASET_GREET_CHANGED,
+ NICK_SASET_GREET_UNSET,
+ NICK_SASET_KILL_SYNTAX,
+ NICK_SASET_KILL_IMMED_SYNTAX,
+ NICK_SASET_KILL_ON,
+ NICK_SASET_KILL_QUICK,
+ NICK_SASET_KILL_IMMED,
+ NICK_SASET_KILL_OFF,
+ NICK_SASET_SECURE_SYNTAX,
+ NICK_SASET_SECURE_ON,
+ NICK_SASET_SECURE_OFF,
+ NICK_SASET_PRIVATE_SYNTAX,
+ NICK_SASET_PRIVATE_ON,
+ NICK_SASET_PRIVATE_OFF,
+ NICK_SASET_HIDE_SYNTAX,
+ NICK_SASET_HIDE_EMAIL_ON,
+ NICK_SASET_HIDE_EMAIL_OFF,
+ NICK_SASET_HIDE_MASK_ON,
+ NICK_SASET_HIDE_MASK_OFF,
+ NICK_SASET_HIDE_QUIT_ON,
+ NICK_SASET_HIDE_QUIT_OFF,
+ NICK_SASET_HIDE_STATUS_ON,
+ NICK_SASET_HIDE_STATUS_OFF,
+ NICK_SASET_MSG_SYNTAX,
+ NICK_SASET_MSG_ON,
+ NICK_SASET_MSG_OFF,
+ NICK_SASET_NOEXPIRE_SYNTAX,
+ NICK_SASET_NOEXPIRE_ON,
+ NICK_SASET_NOEXPIRE_OFF,
+ NICK_SASET_AUTOOP_SYNTAX,
+ NICK_SASET_AUTOOP_ON,
+ NICK_SASET_AUTOOP_OFF,
+ NICK_SASET_LANGUAGE_SYNTAX,
+ NICK_ACCESS_SYNTAX,
+ NICK_ACCESS_ALREADY_PRESENT,
+ NICK_ACCESS_REACHED_LIMIT,
+ NICK_ACCESS_ADDED,
+ NICK_ACCESS_NOT_FOUND,
+ NICK_ACCESS_DELETED,
+ NICK_ACCESS_LIST,
+ NICK_ACCESS_LIST_X,
+ NICK_ACCESS_LIST_EMPTY,
+ NICK_ACCESS_LIST_X_EMPTY,
+ NICK_STATUS_REPLY,
+ NICK_INFO_SYNTAX,
+ NICK_INFO_REALNAME,
+ NICK_INFO_SERVICES_OPERTYPE,
+ NICK_INFO_ADDRESS,
+ NICK_INFO_ADDRESS_ONLINE,
+ NICK_INFO_ADDRESS_ONLINE_NOHOST,
+ NICK_INFO_TIME_REGGED,
+ NICK_INFO_LAST_SEEN,
+ NICK_INFO_LAST_QUIT,
+ NICK_INFO_URL,
+ NICK_INFO_EMAIL,
+ NICK_INFO_VHOST,
+ NICK_INFO_VHOST2,
+ NICK_INFO_GREET,
+ NICK_INFO_OPTIONS,
+ NICK_INFO_EXPIRE,
+ NICK_INFO_OPT_KILL,
+ NICK_INFO_OPT_SECURE,
+ NICK_INFO_OPT_PRIVATE,
+ NICK_INFO_OPT_MSG,
+ NICK_INFO_OPT_AUTOOP,
+ NICK_INFO_OPT_NONE,
+ NICK_INFO_NO_EXPIRE,
+ NICK_INFO_SUSPENDED,
+ NICK_INFO_SUSPENDED_NO_REASON,
+ NICK_LIST_SYNTAX,
+ NICK_LIST_SERVADMIN_SYNTAX,
+ NICK_LIST_HEADER,
+ NICK_LIST_RESULTS,
+ NICK_ALIST_SYNTAX,
+ NICK_ALIST_HEADER,
+ NICK_ALIST_HEADER_X,
+ NICK_ALIST_XOP_FORMAT,
+ NICK_ALIST_ACCESS_FORMAT,
+ NICK_ALIST_FOOTER,
+ NICK_GLIST_HEADER,
+ NICK_GLIST_HEADER_X,
+ NICK_GLIST_FOOTER,
+ NICK_GLIST_REPLY,
+ NICK_GLIST_REPLY_NOEXPIRE,
+ NICK_RECOVER_SYNTAX,
+ NICK_NO_RECOVER_SELF,
+ NICK_RECOVERED,
+ NICK_RELEASE_SYNTAX,
+ NICK_RELEASE_NOT_HELD,
+ NICK_RELEASED,
+ NICK_GHOST_SYNTAX,
+ NICK_NO_GHOST_SELF,
+ NICK_GHOST_KILLED,
+ NICK_GETPASS_SYNTAX,
+ NICK_GETPASS_UNAVAILABLE,
+ NICK_GETPASS_PASSWORD_IS,
+ NICK_GETEMAIL_SYNTAX,
+ NICK_GETEMAIL_EMAILS_ARE,
+ NICK_GETEMAIL_NOT_USED,
+ NICK_SENDPASS_SYNTAX,
+ NICK_SENDPASS_UNAVAILABLE,
+ NICK_SENDPASS_SUBJECT,
+ NICK_SENDPASS,
+ NICK_SENDPASS_OK,
+ NICK_RESETPASS_SYNTAX,
+ NICK_RESETPASS_SUBJECT,
+ NICK_RESETPASS_MESSAGE,
+ NICK_RESETPASS_COMPLETE,
+ NICK_SUSPEND_SYNTAX,
+ NICK_SUSPEND_SUCCEEDED,
+ NICK_SUSPEND_FAILED,
+ NICK_UNSUSPEND_SYNTAX,
+ NICK_UNSUSPEND_SUCCEEDED,
+ NICK_UNSUSPEND_FAILED,
+ NICK_FORBID_SYNTAX,
+ NICK_FORBID_SYNTAX_REASON,
+ NICK_FORBID_SUCCEEDED,
+ NICK_FORBID_FAILED,
+ NICK_REQUESTED,
+ NICK_REG_RESENT,
+ NICK_REG_UNABLE,
+ NICK_IS_PREREG,
+ NICK_ENTER_REG_CODE,
+ NICK_GETPASS_PASSCODE_IS,
+ NICK_FORCE_REG,
+ NICK_REG_MAIL_SUBJECT,
+ NICK_REG_MAIL,
+ NICK_CONFIRM_NOT_FOUND,
+ NICK_CONFIRM_INVALID,
+ NICK_CONFIRM_EXPIRED,
+ NICK_CONFIRM_SUCCESS,
+ CHAN_LEVEL_AUTOOP,
+ CHAN_LEVEL_AUTOVOICE,
+ CHAN_LEVEL_AUTOHALFOP,
+ CHAN_LEVEL_AUTOPROTECT,
+ CHAN_LEVEL_AUTODEOP,
+ CHAN_LEVEL_NOJOIN,
+ CHAN_LEVEL_INVITE,
+ CHAN_LEVEL_AKICK,
+ CHAN_LEVEL_SET,
+ CHAN_LEVEL_CLEAR,
+ CHAN_LEVEL_UNBAN,
+ CHAN_LEVEL_OPDEOP,
+ CHAN_LEVEL_ACCESS_LIST,
+ CHAN_LEVEL_ACCESS_CHANGE,
+ CHAN_LEVEL_MEMO,
+ CHAN_LEVEL_ASSIGN,
+ CHAN_LEVEL_BADWORDS,
+ CHAN_LEVEL_NOKICK,
+ CHAN_LEVEL_FANTASIA,
+ CHAN_LEVEL_SAY,
+ CHAN_LEVEL_GREET,
+ CHAN_LEVEL_VOICEME,
+ CHAN_LEVEL_VOICE,
+ CHAN_LEVEL_GETKEY,
+ CHAN_LEVEL_OPDEOPME,
+ CHAN_LEVEL_HALFOPME,
+ CHAN_LEVEL_HALFOP,
+ CHAN_LEVEL_PROTECTME,
+ CHAN_LEVEL_PROTECT,
+ CHAN_LEVEL_KICKME,
+ CHAN_LEVEL_KICK,
+ CHAN_LEVEL_SIGNKICK,
+ CHAN_LEVEL_BANME,
+ CHAN_LEVEL_BAN,
+ CHAN_LEVEL_TOPIC,
+ CHAN_LEVEL_INFO,
+ CHAN_LEVEL_AUTOOWNER,
+ CHAN_LEVEL_OWNER,
+ CHAN_LEVEL_OWNERME,
+ CHAN_LEVEL_FOUNDER,
+ CHAN_IS_REGISTERED,
+ CHAN_NOT_ALLOWED_OP,
+ CHAN_MAY_NOT_BE_USED,
+ CHAN_NOT_ALLOWED_TO_JOIN,
+ CHAN_X_INVALID,
+ CHAN_REGISTER_SYNTAX,
+ CHAN_REGISTER_DISABLED,
+ CHAN_REGISTER_NOT_LOCAL,
+ CHAN_MAY_NOT_BE_REGISTERED,
+ CHAN_ALREADY_REGISTERED,
+ CHAN_MUST_BE_CHANOP,
+ CHAN_REACHED_CHANNEL_LIMIT,
+ CHAN_EXCEEDED_CHANNEL_LIMIT,
+ CHAN_REGISTERED,
+ CHAN_REGISTER_NONE_CHANNEL,
+ CHAN_SYMBOL_REQUIRED,
+ CHAN_DROP_SYNTAX,
+ CHAN_DROP_DISABLED,
+ CHAN_DROPPED,
+ CHAN_SASET_SYNTAX,
+ CHAN_SASET_KEEPTOPIC_SYNTAX,
+ CHAN_SASET_OPNOTICE_SYNTAX,
+ CHAN_SASET_PEACE_SYNTAX,
+ CHAN_SASET_PERSIST_SYNTAX,
+ CHAN_SASET_PRIVATE_SYNTAX,
+ CHAN_SASET_RESTRICTED_SYNTAX,
+ CHAN_SASET_SECURE_SYNTAX,
+ CHAN_SASET_SECUREFOUNDER_SYNTAX,
+ CHAN_SASET_SECUREOPS_SYNTAX,
+ CHAN_SASET_SIGNKICK_SYNTAX,
+ CHAN_SASET_TOPICLOCK_SYNTAX,
+ CHAN_SASET_XOP_SYNTAX,
+ CHAN_SET_SYNTAX,
+ CHAN_SET_DISABLED,
+ CHAN_SETTING_CHANGED,
+ CHAN_SETTING_UNSET,
+ CHAN_SET_FOUNDER_TOO_MANY_CHANS,
+ CHAN_FOUNDER_CHANGED,
+ CHAN_SUCCESSOR_CHANGED,
+ CHAN_SUCCESSOR_UNSET,
+ CHAN_SUCCESSOR_IS_FOUNDER,
+ CHAN_DESC_CHANGED,
+ CHAN_EMAIL_CHANGED,
+ CHAN_EMAIL_UNSET,
+ CHAN_ENTRY_MSG_CHANGED,
+ CHAN_ENTRY_MSG_UNSET,
+ CHAN_SET_BANTYPE_INVALID,
+ CHAN_SET_BANTYPE_CHANGED,
+ CHAN_SET_MLOCK_UNKNOWN_CHAR,
+ CHAN_SET_MLOCK_IMPOSSIBLE_CHAR,
+ CHAN_SET_MLOCK_L_REQUIRED,
+ CHAN_SET_MLOCK_K_REQUIRED,
+ CHAN_MLOCK_CHANGED,
+ CHAN_SET_KEEPTOPIC_SYNTAX,
+ CHAN_SET_KEEPTOPIC_ON,
+ CHAN_SET_KEEPTOPIC_OFF,
+ CHAN_SET_TOPICLOCK_SYNTAX,
+ CHAN_SET_TOPICLOCK_ON,
+ CHAN_SET_TOPICLOCK_OFF,
+ CHAN_SET_PEACE_SYNTAX,
+ CHAN_SET_PEACE_ON,
+ CHAN_SET_PEACE_OFF,
+ CHAN_SET_PRIVATE_SYNTAX,
+ CHAN_SET_PRIVATE_ON,
+ CHAN_SET_PRIVATE_OFF,
+ CHAN_SET_SECUREOPS_SYNTAX,
+ CHAN_SET_SECUREOPS_ON,
+ CHAN_SET_SECUREOPS_OFF,
+ CHAN_SET_SECUREFOUNDER_SYNTAX,
+ CHAN_SET_SECUREFOUNDER_ON,
+ CHAN_SET_SECUREFOUNDER_OFF,
+ CHAN_SET_RESTRICTED_SYNTAX,
+ CHAN_SET_RESTRICTED_ON,
+ CHAN_SET_RESTRICTED_OFF,
+ CHAN_SET_SECURE_SYNTAX,
+ CHAN_SET_SECURE_ON,
+ CHAN_SET_SECURE_OFF,
+ CHAN_SET_SIGNKICK_SYNTAX,
+ CHAN_SET_SIGNKICK_ON,
+ CHAN_SET_SIGNKICK_LEVEL,
+ CHAN_SET_SIGNKICK_OFF,
+ CHAN_SET_OPNOTICE_SYNTAX,
+ CHAN_SET_OPNOTICE_ON,
+ CHAN_SET_OPNOTICE_OFF,
+ CHAN_SET_XOP_SYNTAX,
+ CHAN_SET_XOP_ON,
+ CHAN_SET_XOP_OFF,
+ CHAN_SET_PERSIST_SYNTAX,
+ CHAN_SET_PERSIST_ON,
+ CHAN_SET_PERSIST_OFF,
+ CHAN_SET_NOEXPIRE_SYNTAX,
+ CHAN_SET_NOEXPIRE_ON,
+ CHAN_SET_NOEXPIRE_OFF,
+ CHAN_XOP_REACHED_LIMIT,
+ CHAN_XOP_LIST_FORMAT,
+ CHAN_XOP_ACCESS,
+ CHAN_XOP_NOT_AVAILABLE,
+ CHAN_QOP_SYNTAX,
+ CHAN_QOP_DISABLED,
+ CHAN_QOP_NICKS_ONLY,
+ CHAN_QOP_ADDED,
+ CHAN_QOP_MOVED,
+ CHAN_QOP_NO_SUCH_ENTRY,
+ CHAN_QOP_NOT_FOUND,
+ CHAN_QOP_NO_MATCH,
+ CHAN_QOP_DELETED,
+ CHAN_QOP_DELETED_ONE,
+ CHAN_QOP_DELETED_SEVERAL,
+ CHAN_QOP_LIST_EMPTY,
+ CHAN_QOP_LIST_HEADER,
+ CHAN_QOP_CLEAR,
+ CHAN_AOP_SYNTAX,
+ CHAN_AOP_DISABLED,
+ CHAN_AOP_NICKS_ONLY,
+ CHAN_AOP_ADDED,
+ CHAN_AOP_MOVED,
+ CHAN_AOP_NO_SUCH_ENTRY,
+ CHAN_AOP_NOT_FOUND,
+ CHAN_AOP_NO_MATCH,
+ CHAN_AOP_DELETED,
+ CHAN_AOP_DELETED_ONE,
+ CHAN_AOP_DELETED_SEVERAL,
+ CHAN_AOP_LIST_EMPTY,
+ CHAN_AOP_LIST_HEADER,
+ CHAN_AOP_CLEAR,
+ CHAN_HOP_SYNTAX,
+ CHAN_HOP_DISABLED,
+ CHAN_HOP_NICKS_ONLY,
+ CHAN_HOP_ADDED,
+ CHAN_HOP_MOVED,
+ CHAN_HOP_NO_SUCH_ENTRY,
+ CHAN_HOP_NOT_FOUND,
+ CHAN_HOP_NO_MATCH,
+ CHAN_HOP_DELETED,
+ CHAN_HOP_DELETED_ONE,
+ CHAN_HOP_DELETED_SEVERAL,
+ CHAN_HOP_LIST_EMPTY,
+ CHAN_HOP_LIST_HEADER,
+ CHAN_HOP_CLEAR,
+ CHAN_SOP_SYNTAX,
+ CHAN_SOP_DISABLED,
+ CHAN_SOP_NICKS_ONLY,
+ CHAN_SOP_ADDED,
+ CHAN_SOP_MOVED,
+ CHAN_SOP_NO_SUCH_ENTRY,
+ CHAN_SOP_NOT_FOUND,
+ CHAN_SOP_NO_MATCH,
+ CHAN_SOP_DELETED,
+ CHAN_SOP_DELETED_ONE,
+ CHAN_SOP_DELETED_SEVERAL,
+ CHAN_SOP_LIST_EMPTY,
+ CHAN_SOP_LIST_HEADER,
+ CHAN_SOP_CLEAR,
+ CHAN_VOP_SYNTAX,
+ CHAN_VOP_DISABLED,
+ CHAN_VOP_NICKS_ONLY,
+ CHAN_VOP_ADDED,
+ CHAN_VOP_MOVED,
+ CHAN_VOP_NO_SUCH_ENTRY,
+ CHAN_VOP_NOT_FOUND,
+ CHAN_VOP_NO_MATCH,
+ CHAN_VOP_DELETED,
+ CHAN_VOP_DELETED_ONE,
+ CHAN_VOP_DELETED_SEVERAL,
+ CHAN_VOP_LIST_EMPTY,
+ CHAN_VOP_LIST_HEADER,
+ CHAN_VOP_CLEAR,
+ CHAN_ACCESS_SYNTAX,
+ CHAN_ACCESS_XOP,
+ CHAN_ACCESS_XOP_HOP,
+ CHAN_ACCESS_DISABLED,
+ CHAN_ACCESS_LEVEL_NONZERO,
+ CHAN_ACCESS_LEVEL_RANGE,
+ CHAN_ACCESS_NICKS_ONLY,
+ CHAN_ACCESS_REACHED_LIMIT,
+ CHAN_ACCESS_LEVEL_UNCHANGED,
+ CHAN_ACCESS_LEVEL_CHANGED,
+ CHAN_ACCESS_ADDED,
+ CHAN_ACCESS_NO_SUCH_ENTRY,
+ CHAN_ACCESS_NOT_FOUND,
+ CHAN_ACCESS_NO_MATCH,
+ CHAN_ACCESS_DELETED,
+ CHAN_ACCESS_DELETED_ONE,
+ CHAN_ACCESS_DELETED_SEVERAL,
+ CHAN_ACCESS_LIST_EMPTY,
+ CHAN_ACCESS_LIST_HEADER,
+ CHAN_ACCESS_LIST_FOOTER,
+ CHAN_ACCESS_LIST_XOP_FORMAT,
+ CHAN_ACCESS_LIST_AXS_FORMAT,
+ CHAN_ACCESS_CLEAR,
+ CHAN_ACCESS_VIEW_XOP_FORMAT,
+ CHAN_ACCESS_VIEW_AXS_FORMAT,
+ CHAN_AKICK_SYNTAX,
+ CHAN_AKICK_DISABLED,
+ CHAN_AKICK_ALREADY_EXISTS,
+ CHAN_AKICK_REACHED_LIMIT,
+ CHAN_AKICK_ADDED,
+ CHAN_AKICK_NO_SUCH_ENTRY,
+ CHAN_AKICK_NOT_FOUND,
+ CHAN_AKICK_NO_MATCH,
+ CHAN_AKICK_STUCK,
+ CHAN_AKICK_UNSTUCK,
+ CHAN_AKICK_DELETED,
+ CHAN_AKICK_DELETED_ONE,
+ CHAN_AKICK_DELETED_SEVERAL,
+ CHAN_AKICK_LIST_EMPTY,
+ CHAN_AKICK_LIST_HEADER,
+ CHAN_AKICK_LIST_FORMAT,
+ CHAN_AKICK_VIEW_FORMAT,
+ CHAN_AKICK_VIEW_FORMAT_STUCK,
+ CHAN_AKICK_LAST_USED,
+ CHAN_AKICK_ENFORCE_DONE,
+ CHAN_AKICK_CLEAR,
+ CHAN_LEVELS_SYNTAX,
+ CHAN_LEVELS_XOP,
+ CHAN_LEVELS_RANGE,
+ CHAN_LEVELS_CHANGED,
+ CHAN_LEVELS_CHANGED_FOUNDER,
+ CHAN_LEVELS_UNKNOWN,
+ CHAN_LEVELS_DISABLED,
+ CHAN_LEVELS_LIST_HEADER,
+ CHAN_LEVELS_LIST_DISABLED,
+ CHAN_LEVELS_LIST_FOUNDER,
+ CHAN_LEVELS_LIST_NORMAL,
+ CHAN_LEVELS_RESET,
+ CHAN_STATUS_SYNTAX,
+ CHAN_STATUS_NOT_REGGED,
+ CHAN_STATUS_FORBIDDEN,
+ CHAN_STATUS_NOTONLINE,
+ CHAN_STATUS_INFO,
+ CHAN_INFO_SYNTAX,
+ CHAN_INFO_HEADER,
+ CHAN_INFO_FOUNDER,
+ CHAN_INFO_NO_FOUNDER,
+ CHAN_INFO_SUCCESSOR,
+ CHAN_INFO_NO_SUCCESSOR,
+ CHAN_INFO_DESCRIPTION,
+ CHAN_INFO_ENTRYMSG,
+ CHAN_INFO_TIME_REGGED,
+ CHAN_INFO_LAST_USED,
+ CHAN_INFO_LAST_TOPIC,
+ CHAN_INFO_TOPIC_SET_BY,
+ CHAN_INFO_URL,
+ CHAN_INFO_EMAIL,
+ CHAN_INFO_BANTYPE,
+ CHAN_INFO_OPTIONS,
+ CHAN_INFO_OPT_KEEPTOPIC,
+ CHAN_INFO_OPT_OPNOTICE,
+ CHAN_INFO_OPT_PEACE,
+ CHAN_INFO_OPT_RESTRICTED,
+ CHAN_INFO_OPT_SECURE,
+ CHAN_INFO_OPT_SECUREOPS,
+ CHAN_INFO_OPT_SECUREFOUNDER,
+ CHAN_INFO_OPT_SIGNKICK,
+ CHAN_INFO_OPT_TOPICLOCK,
+ CHAN_INFO_OPT_XOP,
+ CHAN_INFO_OPT_PERSIST,
+ CHAN_INFO_MODE_LOCK,
+ CHAN_INFO_EXPIRE,
+ CHAN_INFO_NO_EXPIRE,
+ CHAN_LIST_SERVADMIN_SYNTAX,
+ CHAN_LIST_FORMAT,
+ CHAN_LIST_END,
+ CHAN_INVITE_SYNTAX,
+ CHAN_INVITE_ALREADY_IN,
+ CHAN_INVITE_SUCCESS,
+ CHAN_INVITE_OTHER_SUCCESS,
+ CHAN_UNBAN_SYNTAX,
+ CHAN_UNBANNED,
+ CHAN_UNBANNED_OTHER,
+ CHAN_TOPIC_SYNTAX,
+ CHAN_CLEAR_SYNTAX,
+ CHAN_CLEARED_BANS,
+ CHAN_CLEARED_EXCEPTS,
+ CHAN_CLEARED_MODES,
+ CHAN_CLEARED_OPS,
+ CHAN_CLEARED_HOPS,
+ CHAN_CLEARED_VOICES,
+ CHAN_CLEARED_USERS,
+ CHAN_CLEARED_INVITES,
+ CHAN_GETKEY_SYNTAX,
+ CHAN_GETKEY_NOKEY,
+ CHAN_GETKEY_KEY,
+ CHAN_FORBID_SYNTAX,
+ CHAN_FORBID_SYNTAX_REASON,
+ CHAN_FORBID_SUCCEEDED,
+ CHAN_FORBID_FAILED,
+ CHAN_FORBID_REASON,
+ CHAN_SUSPEND_SYNTAX,
+ CHAN_SUSPEND_SYNTAX_REASON,
+ CHAN_SUSPEND_SUCCEEDED,
+ CHAN_SUSPEND_FAILED,
+ CHAN_SUSPEND_REASON,
+ CHAN_UNSUSPEND_SYNTAX,
+ CHAN_UNSUSPEND_ERROR,
+ CHAN_UNSUSPEND_SUCCEEDED,
+ CHAN_UNSUSPEND_FAILED,
+ CHAN_EXCEPTED,
+ CHAN_OP_SYNTAX,
+ CHAN_HALFOP_SYNTAX,
+ CHAN_VOICE_SYNTAX,
+ CHAN_PROTECT_SYNTAX,
+ CHAN_OWNER_SYNTAX,
+ CHAN_DEOP_SYNTAX,
+ CHAN_DEHALFOP_SYNTAX,
+ CHAN_DEVOICE_SYNTAX,
+ CHAN_DEPROTECT_SYNTAX,
+ CHAN_DEOWNER_SYNTAX,
+ CHAN_KICK_SYNTAX,
+ CHAN_BAN_SYNTAX,
+ MEMO_HAVE_NEW_MEMO,
+ MEMO_HAVE_NEW_MEMOS,
+ MEMO_TYPE_READ_LAST,
+ MEMO_TYPE_READ_NUM,
+ MEMO_TYPE_LIST_NEW,
+ MEMO_AT_LIMIT,
+ MEMO_OVER_LIMIT,
+ MEMO_X_MANY_NOTICE,
+ MEMO_X_ONE_NOTICE,
+ MEMO_NEW_X_MEMO_ARRIVED,
+ MEMO_NEW_MEMO_ARRIVED,
+ MEMO_HAVE_NO_MEMOS,
+ MEMO_X_HAS_NO_MEMOS,
+ MEMO_DOES_NOT_EXIST,
+ MEMO_LIST_NOT_FOUND,
+ MEMO_SEND_SYNTAX,
+ MEMO_SEND_DISABLED,
+ MEMO_SEND_PLEASE_WAIT,
+ MEMO_X_GETS_NO_MEMOS,
+ MEMO_X_HAS_TOO_MANY_MEMOS,
+ MEMO_SENT,
+ MEMO_MASS_SENT,
+ MEMO_STAFF_SYNTAX,
+ MEMO_CANCEL_SYNTAX,
+ MEMO_CANCEL_DISABLED,
+ MEMO_CANCEL_NONE,
+ MEMO_CANCELLED,
+ MEMO_LIST_SYNTAX,
+ MEMO_HAVE_NO_NEW_MEMOS,
+ MEMO_X_HAS_NO_NEW_MEMOS,
+ MEMO_LIST_MEMOS,
+ MEMO_LIST_NEW_MEMOS,
+ MEMO_LIST_CHAN_MEMOS,
+ MEMO_LIST_CHAN_NEW_MEMOS,
+ MEMO_LIST_HEADER,
+ MEMO_LIST_FORMAT,
+ MEMO_READ_SYNTAX,
+ MEMO_HEADER,
+ MEMO_CHAN_HEADER,
+ MEMO_TEXT,
+ MEMO_DEL_SYNTAX,
+ MEMO_DELETED_NONE,
+ MEMO_DELETED_ONE,
+ MEMO_DELETED_SEVERAL,
+ MEMO_DELETED_ALL,
+ MEMO_CHAN_DELETED_ALL,
+ MEMO_SET_DISABLED,
+ MEMO_SET_NOTIFY_SYNTAX,
+ MEMO_SET_NOTIFY_ON,
+ MEMO_SET_NOTIFY_LOGON,
+ MEMO_SET_NOTIFY_NEW,
+ MEMO_SET_NOTIFY_OFF,
+ MEMO_SET_NOTIFY_MAIL,
+ MEMO_SET_NOTIFY_NOMAIL,
+ MEMO_SET_NOTIFY_INVALIDMAIL,
+ MEMO_SET_LIMIT_SYNTAX,
+ MEMO_SET_LIMIT_SERVADMIN_SYNTAX,
+ MEMO_SET_YOUR_LIMIT_FORBIDDEN,
+ MEMO_SET_LIMIT_FORBIDDEN,
+ MEMO_SET_YOUR_LIMIT_TOO_HIGH,
+ MEMO_SET_LIMIT_TOO_HIGH,
+ MEMO_SET_LIMIT_OVERFLOW,
+ MEMO_SET_YOUR_LIMIT,
+ MEMO_SET_YOUR_LIMIT_ZERO,
+ MEMO_UNSET_YOUR_LIMIT,
+ MEMO_SET_LIMIT,
+ MEMO_SET_LIMIT_ZERO,
+ MEMO_UNSET_LIMIT,
+ MEMO_INFO_SYNTAX,
+ MEMO_INFO_SERVADMIN_SYNTAX,
+ MEMO_INFO_NO_MEMOS,
+ MEMO_INFO_MEMO,
+ MEMO_INFO_MEMO_UNREAD,
+ MEMO_INFO_MEMOS,
+ MEMO_INFO_MEMOS_ONE_UNREAD,
+ MEMO_INFO_MEMOS_SOME_UNREAD,
+ MEMO_INFO_MEMOS_ALL_UNREAD,
+ MEMO_INFO_LIMIT,
+ MEMO_INFO_HARD_LIMIT,
+ MEMO_INFO_LIMIT_ZERO,
+ MEMO_INFO_HARD_LIMIT_ZERO,
+ MEMO_INFO_NO_LIMIT,
+ MEMO_INFO_NOTIFY_OFF,
+ MEMO_INFO_NOTIFY_ON,
+ MEMO_INFO_NOTIFY_RECEIVE,
+ MEMO_INFO_NOTIFY_SIGNON,
+ MEMO_INFO_X_NO_MEMOS,
+ MEMO_INFO_X_MEMO,
+ MEMO_INFO_X_MEMO_UNREAD,
+ MEMO_INFO_X_MEMOS,
+ MEMO_INFO_X_MEMOS_ONE_UNREAD,
+ MEMO_INFO_X_MEMOS_SOME_UNREAD,
+ MEMO_INFO_X_MEMOS_ALL_UNREAD,
+ MEMO_INFO_X_LIMIT,
+ MEMO_INFO_X_HARD_LIMIT,
+ MEMO_INFO_X_NO_LIMIT,
+ MEMO_INFO_X_NOTIFY_OFF,
+ MEMO_INFO_X_NOTIFY_ON,
+ MEMO_INFO_X_NOTIFY_RECEIVE,
+ MEMO_INFO_X_NOTIFY_SIGNON,
+ MEMO_MAIL_SUBJECT,
+ NICK_MAIL_TEXT,
+ MEMO_RSEND_PLEASE_WAIT,
+ MEMO_RSEND_DISABLED,
+ MEMO_RSEND_SYNTAX,
+ MEMO_RSEND_NICK_MEMO_TEXT,
+ MEMO_RSEND_CHAN_MEMO_TEXT,
+ MEMO_RSEND_USER_NOTIFICATION,
+ MEMO_CHECK_SYNTAX,
+ MEMO_CHECK_NOT_READ,
+ MEMO_CHECK_READ,
+ MEMO_CHECK_NO_MEMO,
+ MEMO_NO_RSEND_SELF,
+ BOT_DOES_NOT_EXIST,
+ BOT_NOT_ASSIGNED,
+ BOT_NOT_ON_CHANNEL,
+ BOT_REASON_BADWORD,
+ BOT_REASON_BADWORD_GENTLE,
+ BOT_REASON_BOLD,
+ BOT_REASON_CAPS,
+ BOT_REASON_COLOR,
+ BOT_REASON_FLOOD,
+ BOT_REASON_REPEAT,
+ BOT_REASON_REVERSE,
+ BOT_REASON_UNDERLINE,
+ BOT_REASON_ITALIC,
+ BOT_SEEN_BOT,
+ BOT_SEEN_YOU,
+ BOT_SEEN_ON_CHANNEL,
+ BOT_SEEN_ON_CHANNEL_AS,
+ BOT_SEEN_ON,
+ BOT_SEEN_NEVER,
+ BOT_SEEN_UNKNOWN,
+ BOT_BOT_SYNTAX,
+ BOT_BOT_ALREADY_EXISTS,
+ BOT_BOT_CREATION_FAILED,
+ BOT_BOT_READONLY,
+ BOT_BOT_ADDED,
+ BOT_BOT_ANY_CHANGES,
+ BOT_BOT_CHANGED,
+ BOT_BOT_DELETED,
+ BOT_BOTLIST_HEADER,
+ BOT_BOTLIST_PRIVATE_HEADER,
+ BOT_BOTLIST_FOOTER,
+ BOT_BOTLIST_EMPTY,
+ BOT_ASSIGN_SYNTAX,
+ BOT_ASSIGN_READONLY,
+ BOT_ASSIGN_ALREADY,
+ BOT_ASSIGN_ASSIGNED,
+ BOT_UNASSIGN_SYNTAX,
+ BOT_UNASSIGN_UNASSIGNED,
+ BOT_UNASSIGN_PERSISTANT_CHAN,
+ BOT_INFO_SYNTAX,
+ BOT_INFO_NOT_FOUND,
+ BOT_INFO_BOT_HEADER,
+ BOT_INFO_BOT_MASK,
+ BOT_INFO_BOT_REALNAME,
+ BOT_INFO_BOT_CREATED,
+ BOT_INFO_BOT_USAGE,
+ BOT_INFO_BOT_OPTIONS,
+ BOT_INFO_CHAN_BOT,
+ BOT_INFO_CHAN_BOT_NONE,
+ BOT_INFO_CHAN_KICK_BADWORDS,
+ BOT_INFO_CHAN_KICK_BADWORDS_BAN,
+ BOT_INFO_CHAN_KICK_BOLDS,
+ BOT_INFO_CHAN_KICK_BOLDS_BAN,
+ BOT_INFO_CHAN_KICK_CAPS_ON,
+ BOT_INFO_CHAN_KICK_CAPS_BAN,
+ BOT_INFO_CHAN_KICK_CAPS_OFF,
+ BOT_INFO_CHAN_KICK_COLORS,
+ BOT_INFO_CHAN_KICK_COLORS_BAN,
+ BOT_INFO_CHAN_KICK_FLOOD_ON,
+ BOT_INFO_CHAN_KICK_FLOOD_BAN,
+ BOT_INFO_CHAN_KICK_FLOOD_OFF,
+ BOT_INFO_CHAN_KICK_REPEAT_ON,
+ BOT_INFO_CHAN_KICK_REPEAT_BAN,
+ BOT_INFO_CHAN_KICK_REPEAT_OFF,
+ BOT_INFO_CHAN_KICK_REVERSES,
+ BOT_INFO_CHAN_KICK_REVERSES_BAN,
+ BOT_INFO_CHAN_KICK_UNDERLINES,
+ BOT_INFO_CHAN_KICK_UNDERLINES_BAN,
+ BOT_INFO_CHAN_KICK_ITALICS,
+ BOT_INFO_CHAN_KICK_ITALICS_BAN,
+ BOT_INFO_ACTIVE,
+ BOT_INFO_INACTIVE,
+ BOT_INFO_CHAN_OPTIONS,
+ BOT_INFO_OPT_DONTKICKOPS,
+ BOT_INFO_OPT_DONTKICKVOICES,
+ BOT_INFO_OPT_FANTASY,
+ BOT_INFO_OPT_GREET,
+ BOT_INFO_OPT_NOBOT,
+ BOT_INFO_OPT_SYMBIOSIS,
+ BOT_INFO_OPT_NONE,
+ BOT_SET_SYNTAX,
+ BOT_SET_DISABLED,
+ BOT_SET_UNKNOWN,
+ BOT_SET_DONTKICKOPS_SYNTAX,
+ BOT_SET_DONTKICKOPS_ON,
+ BOT_SET_DONTKICKOPS_OFF,
+ BOT_SET_DONTKICKVOICES_SYNTAX,
+ BOT_SET_DONTKICKVOICES_ON,
+ BOT_SET_DONTKICKVOICES_OFF,
+ BOT_SET_FANTASY_SYNTAX,
+ BOT_SET_FANTASY_ON,
+ BOT_SET_FANTASY_OFF,
+ BOT_SET_GREET_SYNTAX,
+ BOT_SET_GREET_ON,
+ BOT_SET_GREET_OFF,
+ BOT_SET_NOBOT_SYNTAX,
+ BOT_SET_NOBOT_ON,
+ BOT_SET_NOBOT_OFF,
+ BOT_SET_PRIVATE_SYNTAX,
+ BOT_SET_PRIVATE_ON,
+ BOT_SET_PRIVATE_OFF,
+ BOT_SET_SYMBIOSIS_SYNTAX,
+ BOT_SET_SYMBIOSIS_ON,
+ BOT_SET_SYMBIOSIS_OFF,
+ BOT_KICK_SYNTAX,
+ BOT_KICK_DISABLED,
+ BOT_KICK_UNKNOWN,
+ BOT_KICK_BAD_TTB,
+ BOT_KICK_BADWORDS_ON,
+ BOT_KICK_BADWORDS_ON_BAN,
+ BOT_KICK_BADWORDS_OFF,
+ BOT_KICK_BOLDS_ON,
+ BOT_KICK_BOLDS_ON_BAN,
+ BOT_KICK_BOLDS_OFF,
+ BOT_KICK_CAPS_ON,
+ BOT_KICK_CAPS_ON_BAN,
+ BOT_KICK_CAPS_OFF,
+ BOT_KICK_COLORS_ON,
+ BOT_KICK_COLORS_ON_BAN,
+ BOT_KICK_COLORS_OFF,
+ BOT_KICK_FLOOD_ON,
+ BOT_KICK_FLOOD_ON_BAN,
+ BOT_KICK_FLOOD_OFF,
+ BOT_KICK_REPEAT_ON,
+ BOT_KICK_REPEAT_ON_BAN,
+ BOT_KICK_REPEAT_OFF,
+ BOT_KICK_REVERSES_ON,
+ BOT_KICK_REVERSES_ON_BAN,
+ BOT_KICK_REVERSES_OFF,
+ BOT_KICK_UNDERLINES_ON,
+ BOT_KICK_UNDERLINES_ON_BAN,
+ BOT_KICK_UNDERLINES_OFF,
+ BOT_KICK_ITALICS_ON,
+ BOT_KICK_ITALICS_ON_BAN,
+ BOT_KICK_ITALICS_OFF,
+ BOT_BADWORDS_SYNTAX,
+ BOT_BADWORDS_DISABLED,
+ BOT_BADWORDS_REACHED_LIMIT,
+ BOT_BADWORDS_ALREADY_EXISTS,
+ BOT_BADWORDS_ADDED,
+ BOT_BADWORDS_NO_SUCH_ENTRY,
+ BOT_BADWORDS_NOT_FOUND,
+ BOT_BADWORDS_NO_MATCH,
+ BOT_BADWORDS_DELETED,
+ BOT_BADWORDS_DELETED_ONE,
+ BOT_BADWORDS_DELETED_SEVERAL,
+ BOT_BADWORDS_LIST_EMPTY,
+ BOT_BADWORDS_LIST_HEADER,
+ BOT_BADWORDS_LIST_FORMAT,
+ BOT_BADWORDS_CLEAR,
+ BOT_SAY_SYNTAX,
+ BOT_ACT_SYNTAX,
+ BOT_EXCEPT,
+ BOT_BAD_NICK,
+ BOT_BAD_HOST,
+ BOT_BAD_IDENT,
+ BOT_LONG_IDENT,
+ BOT_LONG_HOST,
+ OPER_BOUNCY_MODES,
+ OPER_BOUNCY_MODES_U_LINE,
+ OPER_GLOBAL_SYNTAX,
+ OPER_STATS_UNKNOWN_OPTION,
+ OPER_STATS_CURRENT_USERS,
+ OPER_STATS_MAX_USERS,
+ OPER_STATS_UPTIME_DHMS,
+ OPER_STATS_UPTIME_1DHMS,
+ OPER_STATS_UPTIME_HMS,
+ OPER_STATS_UPTIME_H1MS,
+ OPER_STATS_UPTIME_1HMS,
+ OPER_STATS_UPTIME_1H1MS,
+ OPER_STATS_UPTIME_MS,
+ OPER_STATS_UPTIME_M1S,
+ OPER_STATS_UPTIME_1MS,
+ OPER_STATS_UPTIME_1M1S,
+ OPER_STATS_BYTES_READ,
+ OPER_STATS_BYTES_WRITTEN,
+ OPER_STATS_USER_MEM,
+ OPER_STATS_CHANNEL_MEM,
+ OPER_STATS_GROUPS_MEM,
+ OPER_STATS_ALIASES_MEM,
+ OPER_STATS_CHANSERV_MEM,
+ OPER_STATS_BOTSERV_MEM,
+ OPER_STATS_HOSTSERV_MEM,
+ OPER_STATS_OPERSERV_MEM,
+ OPER_STATS_SESSIONS_MEM,
+ OPER_STATS_AKILL_COUNT,
+ OPER_STATS_AKILL_EXPIRE_DAYS,
+ OPER_STATS_AKILL_EXPIRE_DAY,
+ OPER_STATS_AKILL_EXPIRE_HOURS,
+ OPER_STATS_AKILL_EXPIRE_HOUR,
+ OPER_STATS_AKILL_EXPIRE_MINS,
+ OPER_STATS_AKILL_EXPIRE_MIN,
+ OPER_STATS_AKILL_EXPIRE_NONE,
+ OPER_STATS_SNLINE_COUNT,
+ OPER_STATS_SNLINE_EXPIRE_DAYS,
+ OPER_STATS_SNLINE_EXPIRE_DAY,
+ OPER_STATS_SNLINE_EXPIRE_HOURS,
+ OPER_STATS_SNLINE_EXPIRE_HOUR,
+ OPER_STATS_SNLINE_EXPIRE_MINS,
+ OPER_STATS_SNLINE_EXPIRE_MIN,
+ OPER_STATS_SNLINE_EXPIRE_NONE,
+ OPER_STATS_SQLINE_COUNT,
+ OPER_STATS_SQLINE_EXPIRE_DAYS,
+ OPER_STATS_SQLINE_EXPIRE_DAY,
+ OPER_STATS_SQLINE_EXPIRE_HOURS,
+ OPER_STATS_SQLINE_EXPIRE_HOUR,
+ OPER_STATS_SQLINE_EXPIRE_MINS,
+ OPER_STATS_SQLINE_EXPIRE_MIN,
+ OPER_STATS_SQLINE_EXPIRE_NONE,
+ OPER_STATS_SZLINE_COUNT,
+ OPER_STATS_SZLINE_EXPIRE_DAYS,
+ OPER_STATS_SZLINE_EXPIRE_DAY,
+ OPER_STATS_SZLINE_EXPIRE_HOURS,
+ OPER_STATS_SZLINE_EXPIRE_HOUR,
+ OPER_STATS_SZLINE_EXPIRE_MINS,
+ OPER_STATS_SZLINE_EXPIRE_MIN,
+ OPER_STATS_SZLINE_EXPIRE_NONE,
+ OPER_STATS_RESET,
+ OPER_STATS_UPLINK_SERVER,
+ OPER_STATS_UPLINK_CAPAB,
+ OPER_STATS_UPLINK_SERVER_COUNT,
+ OPER_MODE_SYNTAX,
+ OPER_UMODE_SYNTAX,
+ OPER_UMODE_SUCCESS,
+ OPER_UMODE_CHANGED,
+ OPER_OLINE_SYNTAX,
+ OPER_OLINE_SUCCESS,
+ OPER_OLINE_IRCOP,
+ OPER_CLEARMODES_SYNTAX,
+ OPER_CLEARMODES_DONE,
+ OPER_CLEARMODES_ALL_DONE,
+ OPER_KICK_SYNTAX,
+ OPER_SVSNICK_SYNTAX,
+ OPER_SVSNICK_NEWNICK,
+ OPER_AKILL_SYNTAX,
+ OPER_AKILL_EXISTS,
+ OPER_ALREADY_COVERED,
+ OPER_AKILL_REACHED_LIMIT,
+ OPER_AKILL_NO_NICK,
+ OPER_AKILL_ADDED,
+ OPER_EXPIRY_CHANGED,
+ OPER_AKILL_NOT_FOUND,
+ OPER_AKILL_NO_MATCH,
+ OPER_AKILL_DELETED,
+ OPER_AKILL_DELETED_ONE,
+ OPER_AKILL_DELETED_SEVERAL,
+ OPER_AKILL_LIST_EMPTY,
+ OPER_AKILL_LIST_HEADER,
+ OPER_LIST_FORMAT,
+ OPER_AKILL_VIEW_HEADER,
+ OPER_VIEW_FORMAT,
+ OPER_AKILL_CLEAR,
+ OPER_CHANKILL_SYNTAX,
+ OPER_SNLINE_SYNTAX,
+ OPER_SNLINE_UNSUPPORTED,
+ OPER_SNLINE_EXISTS,
+ OPER_SNLINE_REACHED_LIMIT,
+ OPER_SNLINE_ADDED,
+ OPER_SNLINE_NOT_FOUND,
+ OPER_SNLINE_NO_MATCH,
+ OPER_SNLINE_DELETED,
+ OPER_SNLINE_DELETED_ONE,
+ OPER_SNLINE_DELETED_SEVERAL,
+ OPER_SNLINE_LIST_EMPTY,
+ OPER_SNLINE_LIST_HEADER,
+ OPER_SNLINE_VIEW_HEADER,
+ OPER_SNLINE_CLEAR,
+ OPER_SQLINE_SYNTAX,
+ OPER_SQLINE_CHANNELS_UNSUPPORTED,
+ OPER_SQLINE_EXISTS,
+ OPER_SQLINE_REACHED_LIMIT,
+ OPER_SQLINE_ADDED,
+ OPER_SQLINE_NOT_FOUND,
+ OPER_SQLINE_NO_MATCH,
+ OPER_SQLINE_DELETED,
+ OPER_SQLINE_DELETED_ONE,
+ OPER_SQLINE_DELETED_SEVERAL,
+ OPER_SQLINE_LIST_EMPTY,
+ OPER_SQLINE_LIST_HEADER,
+ OPER_SQLINE_VIEW_HEADER,
+ OPER_SQLINE_CLEAR,
+ OPER_SZLINE_SYNTAX,
+ OPER_SZLINE_UNSUPPORTED,
+ OPER_SZLINE_EXISTS,
+ OPER_SZLINE_REACHED_LIMIT,
+ OPER_SZLINE_ONLY_IPS,
+ OPER_SZLINE_ADDED,
+ OPER_SZLINE_NOT_FOUND,
+ OPER_SZLINE_NO_MATCH,
+ OPER_SZLINE_DELETED,
+ OPER_SZLINE_DELETED_ONE,
+ OPER_SZLINE_DELETED_SEVERAL,
+ OPER_SZLINE_LIST_EMPTY,
+ OPER_SZLINE_LIST_HEADER,
+ OPER_SZLINE_VIEW_HEADER,
+ OPER_SZLINE_CLEAR,
+ OPER_SET_SYNTAX,
+ OPER_SET_IGNORE_ON,
+ OPER_SET_IGNORE_OFF,
+ OPER_SET_IGNORE_ERROR,
+ OPER_SET_READONLY_ON,
+ OPER_SET_READONLY_OFF,
+ OPER_SET_READONLY_ERROR,
+ OPER_SET_LOGCHAN_ON,
+ OPER_SET_LOGCHAN_OFF,
+ OPER_SET_LOGCHAN_ERROR,
+ OPER_SET_DEBUG_ON,
+ OPER_SET_DEBUG_OFF,
+ OPER_SET_DEBUG_LEVEL,
+ OPER_SET_DEBUG_ERROR,
+ OPER_SET_NOEXPIRE_ON,
+ OPER_SET_NOEXPIRE_OFF,
+ OPER_SET_NOEXPIRE_ERROR,
+ OPER_SET_UNKNOWN_OPTION,
+ OPER_SET_LIST_OPTION_ON,
+ OPER_SET_LIST_OPTION_OFF,
+ OPER_NOOP_SYNTAX,
+ OPER_NOOP_SET,
+ OPER_NOOP_REVOKE,
+ OPER_JUPE_SYNTAX,
+ OPER_JUPE_HOST_ERROR,
+ OPER_JUPE_INVALID_SERVER,
+ OPER_UPDATING,
+ OPER_RELOAD,
+ OPER_CANNOT_RESTART,
+ OPER_IGNORE_SYNTAX,
+ OPER_IGNORE_VALID_TIME,
+ OPER_IGNORE_TIME_DONE,
+ OPER_IGNORE_PERM_DONE,
+ OPER_IGNORE_DEL_DONE,
+ OPER_IGNORE_LIST,
+ OPER_IGNORE_LIST_NOMATCH,
+ OPER_IGNORE_LIST_EMPTY,
+ OPER_IGNORE_LIST_CLEARED,
+ OPER_KILLCLONES_SYNTAX,
+ OPER_KILLCLONES_UNKNOWN_NICK,
+ OPER_CHANLIST_HEADER,
+ OPER_CHANLIST_HEADER_USER,
+ OPER_CHANLIST_RECORD,
+ OPER_CHANLIST_END,
+ OPER_USERLIST_HEADER,
+ OPER_USERLIST_HEADER_CHAN,
+ OPER_USERLIST_RECORD,
+ OPER_USERLIST_END,
+ OPER_SUPER_ADMIN_ON,
+ OPER_SUPER_ADMIN_OFF,
+ OPER_SUPER_ADMIN_SYNTAX,
+ OPER_SUPER_ADMIN_WALL_ON,
+ OPER_SUPER_ADMIN_WALL_OFF,
+ OPER_SUPER_ADMIN_ONLY,
+ OPER_STAFF_LIST_HEADER,
+ OPER_STAFF_FORMAT,
+ OPER_STAFF_AFORMAT,
+ OPER_DEFCON_SYNTAX,
+ OPER_DEFCON_DENIED,
+ OPER_DEFCON_CHANGED,
+ OPER_DEFCON_WALL,
+ DEFCON_GLOBAL,
+ OPER_MODULE_LOADED,
+ OPER_MODULE_UNLOADED,
+ OPER_MODULE_LOAD_FAIL,
+ OPER_MODULE_REMOVE_FAIL,
+ OPER_MODULE_NO_UNLOAD,
+ OPER_MODULE_ALREADY_LOADED,
+ OPER_MODULE_ISNT_LOADED,
+ OPER_MODULE_LOAD_SYNTAX,
+ OPER_MODULE_UNLOAD_SYNTAX,
+ OPER_MODULE_LIST_HEADER,
+ OPER_MODULE_LIST,
+ OPER_MODULE_LIST_FOOTER,
+ OPER_MODULE_INFO_LIST,
+ OPER_MODULE_CMD_LIST,
+ OPER_MODULE_MSG_LIST,
+ OPER_MODULE_NO_LIST,
+ OPER_MODULE_NO_INFO,
+ OPER_MODULE_INFO_SYNTAX,
+ MODULE_HELP_HEADER,
+ OPER_EXCEPTION_SYNTAX,
+ OPER_EXCEPTION_ADD_SYNTAX,
+ OPER_EXCEPTION_DEL_SYNTAX,
+ OPER_EXCEPTION_MOVE_SYNTAX,
+ OPER_EXCEPTION_DISABLED,
+ OPER_EXCEPTION_ALREADY_PRESENT,
+ OPER_EXCEPTION_TOO_MANY,
+ OPER_EXCEPTION_ADDED,
+ OPER_EXCEPTION_MOVED,
+ OPER_EXCEPTION_NO_SUCH_ENTRY,
+ OPER_EXCEPTION_NOT_FOUND,
+ OPER_EXCEPTION_NO_MATCH,
+ OPER_EXCEPTION_DELETED,
+ OPER_EXCEPTION_DELETED_ONE,
+ OPER_EXCEPTION_DELETED_SEVERAL,
+ OPER_EXCEPTION_LIST_HEADER,
+ OPER_EXCEPTION_LIST_FORMAT,
+ OPER_EXCEPTION_LIST_COLHEAD,
+ OPER_EXCEPTION_VIEW_FORMAT,
+ OPER_EXCEPTION_INVALID_LIMIT,
+ OPER_EXCEPTION_INVALID_HOSTMASK,
+ OPER_EXCEPTION_EXISTS,
+ OPER_EXCEPTION_CHANGED,
+ OPER_SESSION_SYNTAX,
+ OPER_SESSION_LIST_SYNTAX,
+ OPER_SESSION_VIEW_SYNTAX,
+ OPER_SESSION_INVALID_THRESHOLD,
+ OPER_SESSION_NOT_FOUND,
+ OPER_SESSION_LIST_HEADER,
+ OPER_SESSION_LIST_COLHEAD,
+ OPER_SESSION_LIST_FORMAT,
+ OPER_SESSION_VIEW_FORMAT,
+ OPER_HELP_EXCEPTION,
+ OPER_HELP_SESSION,
+ OPER_HELP_STAFF,
+ OPER_HELP_DEFCON,
+ OPER_HELP_DEFCON_NO_NEW_CHANNELS,
+ OPER_HELP_DEFCON_NO_NEW_NICKS,
+ OPER_HELP_DEFCON_NO_MLOCK_CHANGE,
+ OPER_HELP_DEFCON_FORCE_CHAN_MODES,
+ OPER_HELP_DEFCON_REDUCE_SESSION,
+ OPER_HELP_DEFCON_NO_NEW_CLIENTS,
+ OPER_HELP_DEFCON_OPER_ONLY,
+ OPER_HELP_DEFCON_SILENT_OPER_ONLY,
+ OPER_HELP_DEFCON_AKILL_NEW_CLIENTS,
+ OPER_HELP_DEFCON_NO_NEW_MEMOS,
+ OPER_HELP_CHANKILL,
+ NEWS_LOGON_TEXT,
+ NEWS_OPER_TEXT,
+ NEWS_RANDOM_TEXT,
+ NEWS_LOGON_SYNTAX,
+ NEWS_LOGON_LIST_HEADER,
+ NEWS_LIST_ENTRY,
+ NEWS_LOGON_LIST_NONE,
+ NEWS_LOGON_ADD_SYNTAX,
+ NEWS_ADD_FULL,
+ NEWS_LOGON_ADDED,
+ NEWS_LOGON_DEL_SYNTAX,
+ NEWS_LOGON_DEL_NOT_FOUND,
+ NEWS_LOGON_DELETED,
+ NEWS_LOGON_DEL_NONE,
+ NEWS_LOGON_DELETED_ALL,
+ NEWS_OPER_SYNTAX,
+ NEWS_OPER_LIST_HEADER,
+ NEWS_OPER_LIST_NONE,
+ NEWS_OPER_ADD_SYNTAX,
+ NEWS_OPER_ADDED,
+ NEWS_OPER_DEL_SYNTAX,
+ NEWS_OPER_DEL_NOT_FOUND,
+ NEWS_OPER_DELETED,
+ NEWS_OPER_DEL_NONE,
+ NEWS_OPER_DELETED_ALL,
+ NEWS_RANDOM_SYNTAX,
+ NEWS_RANDOM_LIST_HEADER,
+ NEWS_RANDOM_LIST_NONE,
+ NEWS_RANDOM_ADD_SYNTAX,
+ NEWS_RANDOM_ADDED,
+ NEWS_RANDOM_DEL_SYNTAX,
+ NEWS_RANDOM_DEL_NOT_FOUND,
+ NEWS_RANDOM_DELETED,
+ NEWS_RANDOM_DEL_NONE,
+ NEWS_RANDOM_DELETED_ALL,
+ NEWS_HELP_LOGON,
+ NEWS_HELP_OPER,
+ NEWS_HELP_RANDOM,
+ NICK_HELP_CMD_CONFIRM,
+ NICK_HELP_CMD_RESEND,
+ NICK_HELP_CMD_REGISTER,
+ NICK_HELP_CMD_GROUP,
+ NICK_HELP_CMD_UNGROUP,
+ NICK_HELP_CMD_IDENTIFY,
+ NICK_HELP_CMD_ACCESS,
+ NICK_HELP_CMD_SET,
+ NICK_HELP_CMD_SASET,
+ NICK_HELP_CMD_DROP,
+ NICK_HELP_CMD_RECOVER,
+ NICK_HELP_CMD_RELEASE,
+ NICK_HELP_CMD_SENDPASS,
+ NICK_HELP_CMD_RESETPASS,
+ NICK_HELP_CMD_GHOST,
+ NICK_HELP_CMD_ALIST,
+ NICK_HELP_CMD_GLIST,
+ NICK_HELP_CMD_INFO,
+ NICK_HELP_CMD_LIST,
+ NICK_HELP_CMD_LOGOUT,
+ NICK_HELP_CMD_STATUS,
+ NICK_HELP_CMD_UPDATE,
+ NICK_HELP_CMD_GETPASS,
+ NICK_HELP_CMD_GETEMAIL,
+ NICK_HELP_CMD_FORBID,
+ NICK_HELP_CMD_SUSPEND,
+ NICK_HELP_CMD_UNSUSPEND,
+ NICK_HELP,
+ NICK_HELP_FOOTER,
+ NICK_HELP_EXPIRES,
+ NICK_HELP_REGISTER,
+ NICK_HELP_GROUP,
+ NICK_HELP_UNGROUP,
+ NICK_HELP_IDENTIFY,
+ NICK_HELP_UPDATE,
+ NICK_HELP_LOGOUT,
+ NICK_HELP_DROP,
+ NICK_HELP_ACCESS,
+ NICK_HELP_SET_HEAD,
+ NICK_HELP_CMD_SET_DISPLAY,
+ NICK_HELP_CMD_SET_PASSWORD,
+ NICK_HELP_CMD_SET_LANGUAGE,
+ NICK_HELP_CMD_SET_EMAIL,
+ NICK_HELP_CMD_SET_GREET,
+ NICK_HELP_CMD_SET_KILL,
+ NICK_HELP_CMD_SET_SECURE,
+ NICK_HELP_CMD_SET_PRIVATE,
+ NICK_HELP_CMD_SET_HIDE,
+ NICK_HELP_CMD_SET_MSG,
+ NICK_HELP_CMD_SET_AUTOOP,
+ NICK_HELP_SET_TAIL,
+ NICK_HELP_SET_DISPLAY,
+ NICK_HELP_SET_PASSWORD,
+ NICK_HELP_SET_LANGUAGE,
+ NICK_HELP_SET_EMAIL,
+ NICK_HELP_SET_GREET,
+ NICK_HELP_SET_KILL,
+ NICK_HELP_SET_SECURE,
+ NICK_HELP_SET_PRIVATE,
+ NICK_HELP_SET_HIDE,
+ NICK_HELP_SET_MSG,
+ NICK_HELP_SET_AUTOOP,
+ NICK_HELP_SASET_HEAD,
+ NICK_HELP_CMD_SASET_DISPLAY,
+ NICK_HELP_CMD_SASET_PASSWORD,
+ NICK_HELP_CMD_SASET_EMAIL,
+ NICK_HELP_CMD_SASET_GREET,
+ NICK_HELP_CMD_SASET_PRIVATE,
+ NICK_HELP_CMD_SASET_NOEXPIRE,
+ NICK_HELP_CMD_SASET_AUTOOP,
+ NICK_HELP_CMD_SASET_LANGUAGE,
+ NICK_HELP_SASET_TAIL,
+ NICK_HELP_SASET_DISPLAY,
+ NICK_HELP_SASET_PASSWORD,
+ NICK_HELP_SASET_EMAIL,
+ NICK_HELP_SASET_GREET,
+ NICK_HELP_SASET_KILL,
+ NICK_HELP_SASET_SECURE,
+ NICK_HELP_SASET_PRIVATE,
+ NICK_HELP_SASET_HIDE,
+ NICK_HELP_SASET_MSG,
+ NICK_HELP_SASET_NOEXPIRE,
+ NICK_HELP_SASET_AUTOOP,
+ NICK_HELP_SASET_LANGUAGE,
+ NICK_HELP_RECOVER,
+ NICK_HELP_RELEASE,
+ NICK_HELP_GHOST,
+ NICK_HELP_INFO,
+ NICK_HELP_LIST,
+ NICK_HELP_ALIST,
+ NICK_HELP_GLIST,
+ NICK_HELP_STATUS,
+ NICK_HELP_SENDPASS,
+ NICK_HELP_RESETPASS,
+ NICK_HELP_CONFIRM,
+ NICK_HELP_CONFIRM_OPER,
+ NICK_HELP_RESEND,
+ NICK_SERVADMIN_HELP,
+ NICK_SERVADMIN_HELP_LOGOUT,
+ NICK_SERVADMIN_HELP_DROP,
+ NICK_SERVADMIN_HELP_LIST,
+ NICK_SERVADMIN_HELP_ALIST,
+ NICK_SERVADMIN_HELP_GLIST,
+ NICK_SERVADMIN_HELP_GETPASS,
+ NICK_SERVADMIN_HELP_GETEMAIL,
+ NICK_SERVADMIN_HELP_FORBID,
+ NICK_SERVADMIN_HELP_SUSPEND,
+ NICK_SERVADMIN_HELP_UNSUSPEND,
+ CHAN_HELP_CMD_GETPASS,
+ CHAN_HELP_CMD_FORBID,
+ CHAN_HELP_CMD_SUSPEND,
+ CHAN_HELP_CMD_UNSUSPEND,
+ CHAN_HELP_CMD_STATUS,
+ CHAN_HELP_CMD_REGISTER,
+ CHAN_HELP_CMD_SET,
+ CHAN_HELP_CMD_SASET,
+ CHAN_HELP_CMD_QOP,
+ CHAN_HELP_CMD_AOP,
+ CHAN_HELP_CMD_SOP,
+ CHAN_HELP_CMD_ACCESS,
+ CHAN_HELP_CMD_LEVELS,
+ CHAN_HELP_CMD_AKICK,
+ CHAN_HELP_CMD_DROP,
+ CHAN_HELP_CMD_BAN,
+ CHAN_HELP_CMD_CLEAR,
+ CHAN_HELP_CMD_DEVOICE,
+ CHAN_HELP_CMD_GETKEY,
+ CHAN_HELP_CMD_INFO,
+ CHAN_HELP_CMD_INVITE,
+ CHAN_HELP_CMD_KICK,
+ CHAN_HELP_CMD_LIST,
+ CHAN_HELP_CMD_OP,
+ CHAN_HELP_CMD_TOPIC,
+ CHAN_HELP_CMD_UNBAN,
+ CHAN_HELP_CMD_VOICE,
+ CHAN_HELP_CMD_VOP,
+ CHAN_HELP_CMD_DEHALFOP,
+ CHAN_HELP_CMD_DEOWNER,
+ CHAN_HELP_CMD_DEPROTECT,
+ CHAN_HELP_CMD_HALFOP,
+ CHAN_HELP_CMD_HOP,
+ CHAN_HELP_CMD_OWNER,
+ CHAN_HELP_CMD_PROTECT,
+ CHAN_HELP_CMD_DEOP,
+ CHAN_HELP,
+ CHAN_HELP_EXPIRES,
+ CHAN_HELP_REGISTER,
+ CHAN_HELP_DROP,
+ CHAN_HELP_SASET_HEAD,
+ CHAN_HELP_SET_HEAD,
+ CHAN_HELP_CMD_SET_FOUNDER,
+ CHAN_HELP_CMD_SET_SUCCESSOR,
+ CHAN_HELP_CMD_SET_DESC,
+ CHAN_HELP_CMD_SET_ENTRYMSG,
+ CHAN_HELP_CMD_SET_BANTYPE,
+ CHAN_HELP_CMD_SET_MLOCK,
+ CHAN_HELP_CMD_SET_KEEPTOPIC,
+ CHAN_HELP_CMD_SET_OPNOTICE,
+ CHAN_HELP_CMD_SET_PEACE,
+ CHAN_HELP_CMD_SET_PRIVATE,
+ CHAN_HELP_CMD_SET_RESTRICTED,
+ CHAN_HELP_CMD_SET_SECURE,
+ CHAN_HELP_CMD_SET_SECUREOPS,
+ CHAN_HELP_CMD_SET_SECUREFOUNDER,
+ CHAN_HELP_CMD_SET_SIGNKICK,
+ CHAN_HELP_CMD_SET_TOPICLOCK,
+ CHAN_HELP_CMD_SET_XOP,
+ CHAN_HELP_CMD_SET_PERSIST,
+ CHAN_HELP_CMD_SET_NOEXPIRE,
+ CHAN_HELP_SET_TAIL,
+ CHAN_HELP_SASET_TAIL,
+ CHAN_HELP_SET_FOUNDER,
+ CHAN_HELP_SET_SUCCESSOR,
+ CHAN_HELP_SET_DESC,
+ CHAN_HELP_SET_ENTRYMSG,
+ CHAN_HELP_SET_BANTYPE,
+ CHAN_HELP_SET_KEEPTOPIC,
+ CHAN_HELP_SET_TOPICLOCK,
+ CHAN_HELP_SET_MLOCK,
+ CHAN_HELP_SET_PEACE,
+ CHAN_HELP_SET_PRIVATE,
+ CHAN_HELP_SET_RESTRICTED,
+ CHAN_HELP_SET_SECURE,
+ CHAN_HELP_SET_SECUREOPS,
+ CHAN_HELP_SET_SECUREFOUNDER,
+ CHAN_HELP_SET_SIGNKICK,
+ CHAN_HELP_SET_XOP,
+ CHAN_HELP_SET_PERSIST,
+ CHAN_HELP_SET_OPNOTICE,
+ CHAN_HELP_QOP,
+ CHAN_HELP_AOP,
+ CHAN_HELP_HOP,
+ CHAN_HELP_SOP,
+ CHAN_HELP_VOP,
+ CHAN_HELP_ACCESS,
+ CHAN_HELP_ACCESS_LEVELS,
+ CHAN_HELP_AKICK,
+ CHAN_HELP_LEVELS,
+ CHAN_HELP_LEVELS_DESC,
+ CHAN_HELP_LEVELS_DESC_FORMAT,
+ CHAN_HELP_INFO,
+ CHAN_HELP_LIST,
+ CHAN_HELP_OP,
+ CHAN_HELP_DEOP,
+ CHAN_HELP_VOICE,
+ CHAN_HELP_DEVOICE,
+ CHAN_HELP_HALFOP,
+ CHAN_HELP_DEHALFOP,
+ CHAN_HELP_PROTECT,
+ CHAN_HELP_DEPROTECT,
+ CHAN_HELP_OWNER,
+ CHAN_HELP_DEOWNER,
+ CHAN_HELP_INVITE,
+ CHAN_HELP_UNBAN,
+ CHAN_HELP_KICK,
+ CHAN_HELP_BAN,
+ CHAN_HELP_TOPIC,
+ CHAN_HELP_CLEAR,
+ CHAN_HELP_GETKEY,
+ CHAN_SERVADMIN_HELP,
+ CHAN_SERVADMIN_HELP_DROP,
+ CHAN_SERVADMIN_HELP_SET_NOEXPIRE,
+ CHAN_SERVADMIN_HELP_LIST,
+ CHAN_SERVADMIN_HELP_GETPASS,
+ CHAN_SERVADMIN_HELP_FORBID,
+ CHAN_SERVADMIN_HELP_SUSPEND,
+ CHAN_SERVADMIN_HELP_UNSUSPEND,
+ CHAN_SERVADMIN_HELP_STATUS,
+ MEMO_HELP_CMD_SEND,
+ MEMO_HELP_CMD_CANCEL,
+ MEMO_HELP_CMD_LIST,
+ MEMO_HELP_CMD_READ,
+ MEMO_HELP_CMD_DEL,
+ MEMO_HELP_CMD_SET,
+ MEMO_HELP_CMD_INFO,
+ MEMO_HELP_CMD_RSEND,
+ MEMO_HELP_CMD_CHECK,
+ MEMO_HELP_CMD_SENDALL,
+ MEMO_HELP_CMD_STAFF,
+ MEMO_HELP_HEADER,
+ MEMO_HELP_ADMIN,
+ MEMO_HELP_FOOTER,
+ MEMO_HELP_SEND,
+ MEMO_HELP_CANCEL,
+ MEMO_HELP_LIST,
+ MEMO_HELP_READ,
+ MEMO_HELP_DEL,
+ MEMO_HELP_SET,
+ MEMO_HELP_SET_NOTIFY,
+ MEMO_HELP_SET_LIMIT,
+ MEMO_HELP_INFO,
+ MEMO_SERVADMIN_HELP_SET_LIMIT,
+ MEMO_SERVADMIN_HELP_INFO,
+ MEMO_HELP_STAFF,
+ MEMO_HELP_SENDALL,
+ MEMO_HELP_RSEND,
+ MEMO_HELP_CHECK,
+ OPER_HELP_CMD_GLOBAL,
+ OPER_HELP_CMD_STATS,
+ OPER_HELP_CMD_STAFF,
+ OPER_HELP_CMD_MODE,
+ OPER_HELP_CMD_KICK,
+ OPER_HELP_CMD_CLEARMODES,
+ OPER_HELP_CMD_KILLCLONES,
+ OPER_HELP_CMD_AKILL,
+ OPER_HELP_CMD_SNLINE,
+ OPER_HELP_CMD_SQLINE,
+ OPER_HELP_CMD_SZLINE,
+ OPER_HELP_CMD_CHANLIST,
+ OPER_HELP_CMD_USERLIST,
+ OPER_HELP_CMD_LOGONNEWS,
+ OPER_HELP_CMD_RANDOMNEWS,
+ OPER_HELP_CMD_OPERNEWS,
+ OPER_HELP_CMD_SESSION,
+ OPER_HELP_CMD_EXCEPTION,
+ OPER_HELP_CMD_NOOP,
+ OPER_HELP_CMD_JUPE,
+ OPER_HELP_CMD_IGNORE,
+ OPER_HELP_CMD_SET,
+ OPER_HELP_CMD_RELOAD,
+ OPER_HELP_CMD_UPDATE,
+ OPER_HELP_CMD_RESTART,
+ OPER_HELP_CMD_QUIT,
+ OPER_HELP_CMD_SHUTDOWN,
+ OPER_HELP_CMD_DEFCON,
+ OPER_HELP_CMD_CHANKILL,
+ OPER_HELP_CMD_OLINE,
+ OPER_HELP_CMD_UMODE,
+ OPER_HELP_CMD_SVSNICK,
+ OPER_HELP_CMD_MODLOAD,
+ OPER_HELP_CMD_MODUNLOAD,
+ OPER_HELP_CMD_MODINFO,
+ OPER_HELP_CMD_MODLIST,
+ OPER_HELP,
+ OPER_HELP_LOGGED,
+ OPER_HELP_GLOBAL,
+ OPER_HELP_STATS,
+ OPER_HELP_IGNORE,
+ OPER_HELP_MODE,
+ OPER_HELP_UMODE,
+ OPER_HELP_OLINE,
+ OPER_HELP_CLEARMODES,
+ OPER_HELP_KICK,
+ OPER_HELP_SVSNICK,
+ OPER_HELP_AKILL,
+ OPER_HELP_SNLINE,
+ OPER_HELP_SQLINE,
+ OPER_HELP_SZLINE,
+ OPER_HELP_SET,
+ OPER_HELP_SET_READONLY,
+ OPER_HELP_SET_LOGCHAN,
+ OPER_HELP_SET_DEBUG,
+ OPER_HELP_SET_NOEXPIRE,
+ OPER_HELP_SET_SUPERADMIN,
+ OPER_HELP_SET_IGNORE,
+ OPER_HELP_SET_LIST,
+ OPER_HELP_NOOP,
+ OPER_HELP_JUPE,
+ OPER_HELP_UPDATE,
+ OPER_HELP_RELOAD,
+ OPER_HELP_QUIT,
+ OPER_HELP_SHUTDOWN,
+ OPER_HELP_RESTART,
+ OPER_HELP_CHANLIST,
+ OPER_HELP_USERLIST,
+ OPER_HELP_MODLOAD,
+ OPER_HELP_MODUNLOAD,
+ OPER_HELP_MODINFO,
+ OPER_HELP_MODLIST,
+ BOT_HELP_CMD_BOTLIST,
+ BOT_HELP_CMD_ASSIGN,
+ BOT_HELP_CMD_SET,
+ BOT_HELP_CMD_KICK,
+ BOT_HELP_CMD_BADWORDS,
+ BOT_HELP_CMD_ACT,
+ BOT_HELP_CMD_INFO,
+ BOT_HELP_CMD_SAY,
+ BOT_HELP_CMD_UNASSIGN,
+ BOT_HELP_CMD_BOT,
+ BOT_HELP,
+ BOT_HELP_FOOTER,
+ BOT_HELP_BOTLIST,
+ BOT_HELP_ASSIGN,
+ BOT_HELP_UNASSIGN,
+ BOT_HELP_INFO,
+ BOT_HELP_SET,
+ BOT_HELP_SET_DONTKICKOPS,
+ BOT_HELP_SET_DONTKICKVOICES,
+ BOT_HELP_SET_FANTASY,
+ BOT_HELP_SET_GREET,
+ BOT_HELP_SET_SYMBIOSIS,
+ BOT_HELP_KICK,
+ BOT_HELP_KICK_BOLDS,
+ BOT_HELP_KICK_COLORS,
+ BOT_HELP_KICK_REVERSES,
+ BOT_HELP_KICK_UNDERLINES,
+ BOT_HELP_KICK_CAPS,
+ BOT_HELP_KICK_FLOOD,
+ BOT_HELP_KICK_REPEAT,
+ BOT_HELP_KICK_BADWORDS,
+ BOT_HELP_KICK_ITALICS,
+ BOT_HELP_BADWORDS,
+ BOT_HELP_SAY,
+ BOT_HELP_ACT,
+ BOT_SERVADMIN_HELP_BOT,
+ BOT_SERVADMIN_HELP_SET,
+ BOT_SERVADMIN_HELP_SET_NOBOT,
+ BOT_SERVADMIN_HELP_SET_PRIVATE,
+ HOST_EMPTY,
+ HOST_ENTRY,
+ HOST_IDENT_ENTRY,
+ HOST_SET,
+ HOST_IDENT_SET,
+ HOST_SETALL,
+ HOST_DELALL,
+ HOST_DELALL_SYNTAX,
+ HOST_IDENT_SETALL,
+ HOST_SET_ERROR,
+ HOST_SET_IDENT_ERROR,
+ HOST_SET_TOOLONG,
+ HOST_SET_IDENTTOOLONG,
+ HOST_NOREG,
+ HOST_SET_SYNTAX,
+ HOST_SETALL_SYNTAX,
+ HOST_DENIED,
+ HOST_NOT_ASSIGNED,
+ HOST_ACTIVATED,
+ HOST_IDENT_ACTIVATED,
+ HOST_DEL,
+ HOST_DEL_SYNTAX,
+ HOST_OFF,
+ HOST_NO_VIDENT,
+ HOST_GROUP,
+ HOST_IDENT_GROUP,
+ HOST_LIST_FOOTER,
+ HOST_LIST_RANGE_FOOTER,
+ HOST_LIST_KEY_FOOTER,
+ HOST_HELP_CMD_ON,
+ HOST_HELP_CMD_OFF,
+ HOST_HELP_CMD_GROUP,
+ HOST_HELP_CMD_SET,
+ HOST_HELP_CMD_SETALL,
+ HOST_HELP_CMD_DEL,
+ HOST_HELP_CMD_DELALL,
+ HOST_HELP_CMD_LIST,
+ HOST_HELP_ON,
+ HOST_HELP_SET,
+ HOST_HELP_DELALL,
+ HOST_HELP_SETALL,
+ HOST_HELP_OFF,
+ HOST_HELP_DEL,
+ HOST_HELP_LIST,
+ HOST_HELP_GROUP,
+ OPER_SVSNICK_UNSUPPORTED,
+ OPER_SQLINE_UNSUPPORTED,
+ OPER_SVSO_UNSUPPORTED,
+ OPER_UMODE_UNSUPPORTED,
+ OPER_SUPER_ADMIN_NOT_ENABLED,
+ OPER_HELP_SYNC,
+ OPER_HELP_CMD_SQLSYNC,
+ OPER_SYNC_UPDATED,
+ LANG_STRING_COUNT
+};
diff --git a/include/mail.h b/include/mail.h
index 8a1f8e390..826f48253 100644
--- a/include/mail.h
+++ b/include/mail.h
@@ -3,8 +3,8 @@
#include "anope.h"
-extern CoreExport bool Mail(User *u, NickRequest *nr, const Anope::string &service, const Anope::string &subject, const Anope::string &message);
-extern CoreExport bool Mail(User *u, NickCore *nc, const Anope::string &service, const Anope::string &subject, const Anope::string &message);
+extern CoreExport bool Mail(User *u, NickRequest *nr, BotInfo *service, const Anope::string &subject, const Anope::string &message);
+extern CoreExport bool Mail(User *u, NickCore *nc, BotInfo *service, const Anope::string &subject, const Anope::string &message);
extern CoreExport bool Mail(NickCore *nc, const Anope::string &subject, const Anope::string &message);
extern CoreExport bool MailValidate(const Anope::string &email);
diff --git a/include/module.h b/include/module.h
index 468d2307f..7b4db02a2 100644
--- a/include/module.h
+++ b/include/module.h
@@ -3,7 +3,13 @@
#include "services.h"
#include "commands.h"
-#include "language.h"
#include "modules.h"
+#if HAVE_GETTEXT
+# include <libintl.h>
+# define _(x) gettext(x)
+#else
+# define _(x) x
+#endif
+
#endif // MODULE_H
diff --git a/include/modules.h b/include/modules.h
index 5748d4c10..53cd81340 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -240,12 +240,6 @@ class CoreExport Module : public virtual Base
*/
MODType type;
- struct ModuleLang
- {
- int argc;
- char **argv;
- } lang[NUM_LANGS];
-
/** Creates and initialises a new module.
* @param loadernick The nickname of the user loading the module.
*/
@@ -290,36 +284,12 @@ class CoreExport Module : public virtual Base
*/
Version GetVersion() const;
- /**
- * Allow a module to add a set of language strings to anope
- * @param langNumber the language number for the strings
- * @param ac The language count for the strings
- * @param av The language sring list.
- **/
- void InsertLanguage(int langNumber, int ac, const char **av);
-
- /**
- * Delete a language from a module
- * @param langNumber the language Number to delete
- **/
- void DeleteLanguage(int langNumber);
-
- /**
- * Get the text of the given lanugage string in the corrent language, or
- * in english.
- * @param u The user to send the message to
- * @param number The message number
- **/
- const char *GetLangString(User *u, int number);
-
- /**
- * Send a notice to the user in the correct language, or english.
- * @param source Who sends the notice
- * @param u The user to send the message to
- * @param number The message number
- * @param ... The argument list
- **/
- void NoticeLang(const Anope::string &source, const User *u, int number, ...) const;
+ /** Send a message to a user in their language, if a translation is available
+ * @param from Client to send the message from
+ * @param to User to send the message to
+ * @param fmt The message
+ */
+ void SendMessage(BotInfo *from, User *to, const char *fmt, ...);
/**
* Add a module provided command to the given service.
diff --git a/include/services.h b/include/services.h
index 947a8cc30..8748bd290 100644
--- a/include/services.h
+++ b/include/services.h
@@ -708,19 +708,11 @@ enum
/*************************************************************************/
-struct LevelInfo
-{
- int what;
- Anope::string name;
- int desc;
-};
-
-/*************************************************************************/
-
/* This structure stocks ban data since it must not be removed when
* user is kicked.
*/
+#include "language.h"
#include "users.h"
#include "account.h"
#include "bots.h"
@@ -732,6 +724,13 @@ struct BanData
int16 ttb[TTB_SIZE];
};
+struct LevelInfo
+{
+ int what;
+ Anope::string name;
+ LanguageString desc;
+};
+
#include "channels.h"
/** Channelban type flags
@@ -777,8 +776,6 @@ struct IgnoreData
/* News stuff */
-#define MSG_MAX 11
-
enum NewsType
{
NEWS_LOGON,
@@ -786,11 +783,11 @@ enum NewsType
NEWS_OPER
};
-struct newsmsgs
+struct NewsMessages
{
NewsType type;
Anope::string name;
- int msgs[MSG_MAX + 1];
+ LanguageString msgs[10];
};
struct NewsItem
@@ -857,37 +854,6 @@ enum DefconLevel
/*************************************************************************/
-/* Languages. Never insert anything in the middle of this list, or
- * everybody will start getting the wrong language! If you want to change
- * the order the languages are displayed in for NickServ HELP SET LANGUAGE,
- * do it in language.c.
- */
-enum Languages
-{
- LANG_EN_US, /* United States English */
- LANG_JA_JIS, /* Japanese (JIS encoding) */
- LANG_JA_EUC, /* Japanese (EUC encoding) */
- LANG_JA_SJIS, /* Japanese (SJIS encoding) */
- LANG_ES, /* Spanish */
- LANG_PT, /* Portugese */
- LANG_FR, /* French */
- LANG_TR, /* Turkish */
- LANG_IT, /* Italian */
- LANG_DE, /* German */
- LANG_CAT, /* Catalan */
- LANG_GR, /* Greek */
- LANG_NL, /* Dutch */
- LANG_RU, /* Russian */
- LANG_HUN, /* Hungarian */
- LANG_PL, /* Polish */
- NUM_LANGS /* Number of languages */
-};
-static const int USED_LANGS = 13; /* Number of languages provided */
-
-static const int DEF_LANGUAGE = LANG_EN_US;
-
-/*************************************************************************/
-
/**
* RFC: defination of a valid nick
* nickname = ( letter / special ) *8( letter / digit / special / "-" )
diff --git a/include/sysconf.h.cmake b/include/sysconf.h.cmake
index 2d278e3dd..46a48df7d 100644
--- a/include/sysconf.h.cmake
+++ b/include/sysconf.h.cmake
@@ -17,6 +17,8 @@
#cmakedefine HAVE_STRLCPY 1
#cmakedefine HAVE_SYS_SELECT_H 1
#cmakedefine HAVE_UMASK 1
+#cmakedefine HAVE_EVENTFD 1
+#cmakedefine HAVE_GETTEXT 1
#cmakedefine RUNGROUP "@RUNGROUP@"
#cmakedefine SERVICES_BIN "@SERVICES_BIN@"
diff --git a/include/users.h b/include/users.h
index b880a197a..82ca59681 100644
--- a/include/users.h
+++ b/include/users.h
@@ -158,6 +158,13 @@ class CoreExport User : public Extensible
virtual void SendMessage(const Anope::string &source, const char *fmt, ...) const;
virtual void SendMessage(const Anope::string &source, const Anope::string &msg) const;
+ /** Send a language string message to a user
+ * @param source Sender
+ * @param message The message num
+ * @param ... parameters
+ */
+ void SendMessage(BotInfo *source, LanguageString message, ...) const;
+
/** Collide a nick
* See the comment in users.cpp
* @param na The nick
diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt
index 46114cafc..bb05cf921 100644
--- a/lang/CMakeLists.txt
+++ b/lang/CMakeLists.txt
@@ -1,113 +1,36 @@
-# Set the source file for langcomp to use C++ as well as set it's compile flags
-set_source_files_properties(langcomp.c PROPERTIES LANGUAGE CXX COMPILE_FLAGS "${CXXFLAGS}")
-# Generate langcomp and set it's linker flags
-add_executable(langcomp langcomp.c)
-set_target_properties(langcomp PROPERTIES LINKER_LANGUAGE CXX LINK_FLAGS "${LDFLAGS}")
-# Get the location of the binary to use later
-get_target_property(langcomp_BINARY langcomp LOCATION)
-# Add the executable to the list of files for CPack to ignore
-file(RELATIVE_PATH langcomp_BINARY_RELATIVE ${Anope_BINARY_DIR} ${langcomp_BINARY})
-add_to_cpack_ignored_files("${langcomp_BINARY_RELATIVE}$" TRUE)
-
-# Determine if langtool should be built
-if(MSVC)
- set(BUILD_LANGTOOL TRUE)
-else(MSVC)
- if(NOT GREP OR NOT PERL)
- set(BUILD_LANGTOOL TRUE)
- else(NOT GREP OR NOT PERL)
- set(BUILD_LANGTOOL FALSE)
- endif(NOT GREP OR NOT PERL)
-endif(MSVC)
-
-# If grep or perl don't exist on the system, build langtool to generate index and language.h
-if(BUILD_LANGTOOL)
- # Set the source file for langtool to use C++ as well as set it's compile flags
- set_source_files_properties(langtool.c PROPERTIES LANGUAGE CXX COMPILE_FLAGS "${CXXFLAGS}")
- # Generate langtool and set it's linker flags
- add_executable(langtool langtool.c)
- set_target_properties(langtool PROPERTIES LINKER_LANGUAGE CXX LINK_FLAGS "${LDFLAGS}")
- # Get the location of the binary to use later)
- get_target_property(langtool_BINARY langtool LOCATION)
- # Add the executable to the list of files for CPack to ignore
- file(RELATIVE_PATH langtool_BINARY_RELATIVE ${Anope_BINARY_DIR} ${langtool_BINARY})
- add_to_cpack_ignored_files("${langtool_BINARY_RELATIVE}$" TRUE)
-endif(BUILD_LANGTOOL)
-
-# If grep exists (and we aren't using Visual Studio, it hates this), use it to generate the index file
-if(NOT MSVC AND GREP)
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/index
- COMMAND ${GREP} '^[A-Z]' ${CMAKE_CURRENT_SOURCE_DIR}/en_us.l > ${CMAKE_CURRENT_BINARY_DIR}/index
- MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/en_us.l
- )
-# Otherwise, use langtool to generate the index file
-else(NOT MSVC AND GREP)
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/index
- COMMAND ${langtool_BINARY} index ${CMAKE_CURRENT_SOURCE_DIR}/en_us.l ${CMAKE_CURRENT_BINARY_DIR}/index
- MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/en_us.l DEPENDS langtool
- )
-endif(NOT MSVC AND GREP)
-# Add the index file to the list of files for CPack to ignore
-file(RELATIVE_PATH index_RELATIVE ${Anope_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/index)
-add_to_cpack_ignored_files("${index_RELATIVE}$")
-
-# Find all the *.l files within the current source directory, and sort the list
-file(GLOB LANG_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.l")
-sort_list(LANG_SRCS)
-
-# Iterate through the language files
-foreach(LANG_L ${LANG_SRCS})
- # Convert the language file's extension to have no extension
- STRING(REGEX REPLACE "\\.l$" "" LANG ${LANG_L})
- # Add the language file to the list of compiled language files
- append_to_list(LANGS ${CMAKE_CURRENT_BINARY_DIR}/${LANG})
- # Generate a compiled language file using langcomp, as well as having a dependency on the index file being generated
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${LANG}
- COMMAND ${langcomp_BINARY} ${CMAKE_CURRENT_SOURCE_DIR}/${LANG_L} ${CMAKE_CURRENT_BINARY_DIR}/${LANG}
- MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/${LANG_L} DEPENDS langcomp ${CMAKE_CURRENT_BINARY_DIR}/index
- )
- # Add the language file to the list of files for CPack to ignore
- file(RELATIVE_PATH LANG_RELATIVE ${Anope_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/${LANG})
- add_to_cpack_ignored_files("${LANG_RELATIVE}$")
-endforeach(LANG_L)
-
-# If perl exists (and we aren't using Visual Studio, it hates this), use it to generate language.h
-if(NOT MSVC AND PERL)
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/language.h
- COMMAND ${PERL} -e < ${CMAKE_CURRENT_BINARY_DIR}/index > ${CMAKE_CURRENT_BINARY_DIR}/language.h 'print STDERR \"Generating language.h... \"\; $$i=0\; while \(<>\) { chop\; printf \"\#define %-32s %d\\n\", $$_, $$i++\; } print \"\\n\#define NUM_STRINGS $$i\\n\"\; print STDERR \"$$i strings\\n\"\;'
- MAIN_DEPENDENCY ${CMAKE_CURRENT_BINARY_DIR}/index
- )
-# Otherwise, use langtool to generate language.h
-else(NOT MSVC AND PERL)
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/language.h
- COMMAND ${langtool_BINARY} language.h ${CMAKE_CURRENT_BINARY_DIR}/index ${CMAKE_CURRENT_BINARY_DIR}/language.h
- MAIN_DEPENDENCY ${CMAKE_CURRENT_BINARY_DIR}/index DEPENDS langtool
- )
-endif(NOT MSVC AND PERL)
-# Add language.h to the list of files for CPack to ignore
-add_to_cpack_ignored_files("language.h$" TRUE)
-
-# Add a custom target to depend on the language files and language.h
-add_custom_target(language DEPENDS ${LANGS} ${CMAKE_CURRENT_BINARY_DIR}/language.h)
-
-# If RUNGROUP was set, make the permissions be to have owner read/write as well as group read/write
-if(RUNGROUP)
- set(PERMS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE)
-# Otherwise, only make the permissions be owner read/write
-else(RUNGROUP)
- set(PERMS OWNER_READ OWNER_WRITE)
-endif(RUNGROUP)
-# Set the language files to be installed to the languages directory under the data directory
-install(FILES ${LANGS}
- DESTINATION data/languages
- PERMISSIONS ${PERMS}
-)
-
-# On non-Windows platforms, if RUNGROUP is set, change the permissions of the languages directory
-if(NOT WIN32)
- if(RUNGROUP)
- install(CODE "execute_process(COMMAND ${CHMOD} 2770 \"\${CMAKE_INSTALL_PREFIX}/data/languages\")")
- else(RUNGROUP)
- install(CODE "execute_process(COMMAND ${CHMOD} 0700 \"\${CMAKE_INSTALL_PREFIX}/data/languages\")")
- endif(RUNGROUP)
-endif(NOT WIN32)
+# Only do this if gettext is installed
+if(HAVE_GETTEXT)
+ # Get all of the .po files
+ file(GLOB LANG_SRCS_PO RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.*.po")
+ sort_list(LANG_SRCS_PO)
+
+ foreach(LANG_PO ${LANG_SRCS_PO})
+ # Get the domain for this language file
+ string(LENGTH ${LANG_PO} LANG_PO_LENGTH)
+ math(EXPR DOMAIN_LENGTH "${LANG_PO_LENGTH} - 9")
+ string(SUBSTRING ${LANG_PO} 0 ${DOMAIN_LENGTH} LANG_DOMAIN)
+
+ # Get the language for this language file
+ math(EXPR DOMAIN_LENGTH "${LANG_PO_LENGTH} - 8")
+ string(SUBSTRING ${LANG_PO} ${DOMAIN_LENGTH} 5 LANG_LANG)
+
+ # Get the .mo file name
+ string(REGEX REPLACE "\\.po$" ".mo" LANG_MO ${LANG_PO})
+ # Add the .mo file to a list for use later with add_custom_target
+ append_to_list(LANG_SRCS_MO ${CMAKE_CURRENT_BINARY_DIR}/${LANG_MO})
+ # Run msgfmt on the language file, depends on the .po file
+ add_custom_command(OUTPUT ${LANG_MO} COMMAND msgfmt -c ${CMAKE_CURRENT_SOURCE_DIR}/${LANG_PO} -o ${CMAKE_CURRENT_BINARY_DIR}/${LANG_MO} MAIN_DEPENDENCY ${LANG_PO})
+ # Add to cpack ignored files if not on Windows.
+ file(RELATIVE_PATH LANG_RELATIVE ${Anope_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/${LANG_LANG})
+ if(NOT WIN32)
+ add_to_cpack_ignored_files("${LANG_MO}")
+ endif(NOT WIN32)
+
+ # Install the new language file
+ install(CODE "FILE(MAKE_DIRECTORY \${CMAKE_INSTALL_PREFIX}/data/languages/${LANG_LANG}/LC_MESSAGES/)")
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${LANG_MO} DESTINATION data/languages/${LANG_LANG}/LC_MESSAGES RENAME ${LANG_DOMAIN}.mo PERMISSIONS ${PERMS})
+ endforeach(LANG_PO)
+
+ # Generate languages, depends on the mo files
+ add_custom_target(language DEPENDS ${LANG_SRCS_MO})
+endif(HAVE_GETTEXT)
diff --git a/lang/anope.ca_ES.po b/lang/anope.ca_ES.po
new file mode 100644
index 000000000..f878f6ce4
--- /dev/null
+++ b/lang/anope.ca_ES.po
@@ -0,0 +1,12381 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:12-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Catalan\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s per més informació."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S Et permet \"registrar\" un nickname i\n"
+"prevenir a d'altres utilitzar-lo. Les següents comandes\n"
+"permeten el registre i manteniment de nicknames;\n"
+"per a utilitzar-los, escriu /msg %S comanda.\n"
+"per més informació sobre una comanda especifica\n"
+"escriu /msg %S HELP comanda."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S et permet crear un bot en el teu propi canal.\n"
+"Això ha estat creat per a usuaris que no poden\n"
+"tenir un bot en un host o configurar un bot, o per a us en xarxes\n"
+"que no permeten bots d'usuaris. Comandes\n"
+"disponibles estan llistades més endavant; per a\n"
+"utilitzar-los, escriu /msg %S comanda. per a més\n"
+"informació sobre un comanda especifica, escriu \n"
+"/msg %S HELP comanda."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S et permet registrar i controlar varis\n"
+"aspectes dels canals. Sovint, %S pot prevenir\n"
+"a usuaris maliciosos \"pendre\" canals limitant\n"
+"qui esta permés a tenir privilegis d'operador.\n"
+"Les comandes disponibles estan llistades a continuació;\n"
+"Per a utilitzar-los, escriu /msg %S comanda.\n"
+"Per més informació sobre una comanda especifica,\n"
+"escriu /msg %S HELP comanda.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S és una utilitat que permet a usuaris de IRC\n"
+"enviar missatges curts a altres usuaris de IRC, estiguin\n"
+"en linea o no, o a canals(*). Ambdós el nickname que\n"
+"envia i el nickname o canal destinataris han d'estar\n"
+"registrats per a enviar un memo.\n"
+"\n"
+"Les comandes de %S incloen:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s Changed the DEFCON level to %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s afegit a la llista AOP de %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s afegit a la llista HOP de %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s afegit a la llista SOP de %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s afegit a la llista VOP de %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s afegit a la llista d'accés de %s amb nivel %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s afegit a la llista de kicks automàtics en el canal %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s afegida a la llista de paraules malsonants de %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s afegit a la llista de AKILLs."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s afegit a la llista de SNLINEs."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s afegit a la llista de SQLINEs."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s afegit a la llista de SZLINEs."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s afegit a la teva lllista d'accés."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s ja existeix a la llista de paraules malsonants de %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s ja esta present a la llista de kick automàtic en el canal %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s ja esta present a la llista de AKILLs."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s already exists on the EXCEPTION list."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s ja existeix a la llista de SNLINEs."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s ja existeix a la llista de SQLINEs."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s ja existeix a la llista de SZLINEs."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s no pot ser pres com vegades a banegar"
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s changed your usermodes."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Llista del canal %s:\n"
+"Nom Modes de Usr. Tòpic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s esborrat de la llista AOP de %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s esborrat de la llista HOP de %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s esborrat de la llista SOP de %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s esborrat de la llista VOP de %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s esborrat de la llista d'accés de %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s esborrat de la llista de kicks automàtics del canal %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s esborrada de la llista de paraules malsonants de %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr ""
+"%s instàncies esborrades de la llista d'excepcions al límit de sessions."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s esborrat de la llista de AKILLs."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s esborrat de la llista de SNLINEs."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s esborrat de la llista de SQLINEs."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s esborrat de la llista de SZLINEs."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s esborrat de la teva lllista d'accés."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s inhabilitat(s) en el canal %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s te masses canals registrats."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s ja esta cobert per %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s no es un tipus de ban valid."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s no és un bot valid o un canal registrat."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s no es un e-mail valid."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s ja no esta sempre actiu en el canal %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "El nick %s no esta en el canal %s actualment."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s esta ara sempre actiu en el canal %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s moved to %s AOP list."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s moved to %s HOP list."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s moved to %s SOP list."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s moved to %s VOP list."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s no trobat a la llista AOP de %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s no trobat a la llista HOP de %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s no trobat a la llista SOP de %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s no trobat a la llista VOP de %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s no trobat a la llista d'accés de %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s no trobat a la llista de kicks automàtics en el canal %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s no trobada a la llista de paraules malsonants de %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s no trobat a la llista de sessió."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s no trobat a a la llista d'excepcions al límit de sessions."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s no trobat a la llista de AKILLs."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s no trobat a a la llista de SNLINEs."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s no trobat a la llista de SQLINEs"
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s no trobat a la llista de SZLINEs."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s no trobat a la teva lllista d'accés."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"llista d'usuaris de %s:\n"
+"Nick Mascara"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s will no longer be ignored."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s will now be ignored for %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s will now permanently be ignored."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Noticia: Totes les comandes enviades a %S son monitorejades!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Noticia: Els serveis estan en mode read-only; Els canvis no seran guardats!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Recordatori: Les mascares AKILL no poden contenir nicks; asegura't de no "
+"incloure el nick en la teva mascara."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Recordatori: Sols pots afegir mascares IP a la llista de SZLINEs."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"nivellls d'accés per a usuaris\n"
+"\n"
+"Per defecte, els següents nivellls d'accés estan definits:\n"
+"\n"
+" Fundador accés complet a les funcions de %S;\n"
+" Op automàtico al entrar al canal. Notis\n"
+" que sols una persona pot tenir estatus\n"
+" de fundador (no pot ser donat fent servir la\n"
+" comanda ACCESS).\n"
+"  10 accés a la comanda AKICK; Op automàtico.\n"
+"  5 Op automàtico.\n"
+"  3 Voice automàtico.\n"
+"  0 Cap privilegi especial; pot ser opejat\n"
+" per altres ops (a menys que seguretat de\n"
+" ops estigui establerta).\n"
+"  <0 No pot ser opejat.\n"
+"\n"
+"Aquests nivellls poden ser canviats, o afegir-ne de nous,\n"
+"fent servir la comanda LEVELS; escriu /msg %S HELP LEVELS\n"
+"per a més informació."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Advertència: Has sobrepassat el màximo numero de memos (%d). Et resultara "
+"impossible rebre més memos fins que esborris alguns dels existents."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Advertència: Has assolit el màxim numero de memos (%d). No podras rebre mes "
+"memos fins que esborris alguns dels existents."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] The memo you sent has been viewed."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] The memo you sent to %s has been viewed."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"NOTESE: Aquest servei intenta proveir una eina\n"
+"pels usuaris d'IRC d'assegurar-se que la seva identitat no esta\n"
+"compromessa, NO per facilitar el \"robatori\" de nicknames\n"
+"o un altre acció maliciosa. L'abus de %S resultara, com a\n"
+"mínim, en la perdua del nickname esmentat."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Les següents comandes estan disponibles per a administradors\n"
+"de serveis:\n"
+"\n"
+" STATUS Retorna el nivell d'accés actual d'un\n"
+" usuari en un canal\n"
+" CLIST llista tots els canals en els que l'usuari\n"
+" sigui fundador\n"
+"\n"
+"Administradors de serveis també poden eliminar un canal\n"
+"sense haver d'identificar-se per mitjà d'una clau, i poden\n"
+"Veure l'accés, AKICK, i paràmetres de les llistes de nivells per a\n"
+"qualsevol canal."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Administradors de serveis poden també eliminar qualsevol\n"
+"nickname sense tenir que identificar-se pel nick i poden\n"
+"veure la llista d'accés per qualsevol nickname\n"
+"(/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Opcions : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " \tvhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \tvhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Nick del bot : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Nick del bot : Encara no assignat."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opciós: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kicker per majuscules : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Kicker per majuscules : %s (%d kick(s) per a ban; mínim %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Caps kicker : %s (mínim %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Fundador: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Fundador: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opcions: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Tipus de ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kicker per negretes : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker per negretes : %s (%d kick(s) per a ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kicker per flood : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Kicker per flood : %s (%d kick(s) per a ban; %d linees en %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kicker per flood : %s (%d linees en %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Mascara : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kicker per colors : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker per colors : %s (%d kick(s) per a ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Últim cop utilitzat: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Mode de lock: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kicker per repetició : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kicker per repetició : %s (%d kick(s) per a ban; %d vegades)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kicker per repetició : %s (%d vegades)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Successor: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Successor: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspended: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Últim tòpic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Registrat: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (inhabilitat)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (nomès el fundador)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Modifica la llista d'adreçes autoritzades"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Modifica la llista d'usuaris privilegiats"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Manté la llista d'AutoKick"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Manipula la llista AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Modifica la llista d'usuaris AOP"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Assigna un bot a un canal"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Manté una llista de paraules malsonants"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr ""
+" BANTYPE Estableix com els serveis posen bans\n"
+" en el canal"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Manté la llista de bots de la xarxa"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Llista bots disponibles"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Cancela l'últim memo enviat"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL all users on a specific channel"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Llista tots els records de canal"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Checks if last memo to a nick was read"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES neteja els Modes d'un canal"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Creat : %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulate the DefCon system"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Delete the vhost of another user"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Esborra un o més memos"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Delete the vhost for all nicks in a group"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Estableix la descripció del canal"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Estableix el display del teu grup amb serveis"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Cancel.la l'enregistrament d'un canal"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Cancela el registre d'un nickname"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Descripció: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Associa un E-mail amb el teu nickname"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Estableix un missatge a enviar als\n"
+" usuaris quant entrin al canal"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Modifica la llista de límit de sessió"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Evita que un canal es faci servir"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Impossibilita que un nickname sigui utilitzat"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Estableix el fundador d'un canal"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr ""
+" GETPASS Retorna la clau de fundador per a un canal\n"
+" (sols si l'encriptació esta deshabilitada)"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Recupera la clau per un nickname\n"
+" (sols si encriptació esta deshabilitada)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Envia un missatge a totss els usuaris"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Associa un salutació amb el teu nickname"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Syncs the vhost for all nicks in a group"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Ingresa en un grup"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Missatge de benvinguda: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Oculta algunes parts de la teva informació"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Per identificar-te amb la teva clau"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modify the Services ignore list"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Displays information about your memos"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Jupiter\" (Mart,Saturn....) un servidor"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Rete el topic quant el canal no\n"
+" esta en uso"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Configura kickers"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kickeja un usuari d'un canal"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Activa o desactiva la protecció"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Mata tots els usuaris en un host"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Estableix el llenguatge amb el que els serveis\n"
+" t'enviaran missatges"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Redefine el significat de nivells d'accés"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Displays one or more vhost entries."
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST llista els teus memos"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Defineix missatges per a ser mostrats a usuaris\n"
+" al conectarse"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Fixa els Modes de canal on o off"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Canvia els Modes d'un canal"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info about a loaded module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST List loaded modules"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Load a module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Un-Load a module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr ""
+" MSG canvia el metode de comunicació amb els\n"
+" serveis"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Temporalment elimina totes les linees O:\n"
+" d'un servidor remotamente"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deactivates your assigned vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Give Operflags to a certain user"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Activates your assigned vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS Defineix missatges per a ser mostrats a usuaris\n"
+" al transformar-se en operadors"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Envia una noticia quant les comandes\n"
+" OP/DEOP son utilitzats"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Opcions : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Estableix la clau del teu nickname"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Regula l'ús de comandes critiques"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Oculta el canal de la comanda LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Preveu el teu nickname d'apareixer en un\n"
+" /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr ""
+" QUIT Termina el programa de serveis sense guardar\n"
+" els canvis"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Defineix missatges per a ser mostrats a usuaris\n"
+" al conectarse"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Llegeix un o més memos"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr ""
+" RECOVER Kickeja un usuari que estigui utilitzant el teu nickname"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Registra un canal"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registra un nickname"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Repren possesió del teu nick després de RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Recarrega la configuració dels serveis"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr ""
+" RESTART Guarda la base de dades dels serveis i\n"
+" reinicia els serveis"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Restringeix l'accés al canal"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Sends a memo and requests a read receipt"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kicker per inversos : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker per inversos : %s (%d kick(s) per a ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Activa les opcions de seguretat de %S"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Activa o desactiva la seguretat de nickname"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr ""
+" SECUREFOUNDER Estricto control de l'estatus de fundador\n"
+" del canal"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Estricte control de l'estatus de chanop"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Envia un memo a un nick o canal"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Send a memo to all registered users"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Vas oblidar la teva clau? Intenta això"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Mostra la llista de sessions de host"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Configura opcions de bots"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Set the vhost of another user"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Estableix varies opcions globals dels serveis"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Establir opcions i informació d'un canal"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Estableix proteccions, inclouent kills"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Estableix opcions relacionades a memos"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Set the vhost for all nicks in a group"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr ""
+" SHUTDOWN Termina el programa de serveis guardant els\n"
+" canvios"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Firma kicks fets amb la comanda KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Manipula la llista SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Modifica la llista d'usuaris SOP"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Manipula la llista SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Display Services staff and online status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Send a memo to all opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS mostra estatus dels serveis i la xarxa"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Estableix el successor d'un canal"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forcefully change a user's nickname"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Manipula la llista SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr ""
+" TOPICLOCK El topic sols pot ser canviat amb\n"
+" TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Change a user's modes"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Releases a suspended channel"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Força a la base de dades dels serveis a\n"
+" ser actualitzada a disc inmediatament"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Llista tots els records d'usuaris"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Utilitzat a : %d canal(s)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Canvia el sistema de privilegis d'usuari"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Kicker per paraules malsonants : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker per paraules malsonants : %s (%d kick(s) per a ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " \t\tAdreça E-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Esta en linea desde: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Ultima vegada vist: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Tòpic establert per: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr "Missatge d'entrada: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Nom real : %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Temps registrat: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr " Kicker per subrallats : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker per subratllats : %s (%d kick(s) per a ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Adreça e-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Num De Data/Hora"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (per %s en %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (per %s en %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (enganxat) (per %s en %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (per %s a %s; %s)\n"
+" Límit: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s by %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "%S commands:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modules loaded."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots disponibles."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d dies"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d hores"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minuts"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicknames en el grup."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d segons"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "La llista AOP de %s esta buida."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "La llista HOP de %s esta buida."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "La llista SOP de %s esta buida."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "La llista VOP de %s esta buida."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "La llista d'accés de %s esta buida."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "La llista de kicks automàtics del canal %s esta buida."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "La llista de paraules malsonants de %s esta buida."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s no pot ser el sucessor en el canal %s ja que n'es el fundador."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s no pot rebre memos."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr ""
+"%s La cobertura es mes amplia; Per favor utilitzi una mascara mes especifica."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s actualment te %d memos, dels quals %d encara no han estat llegits."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s actualment te %d memos, dels quals 1 encara no ha estat llegit."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s actualment te %d memos."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s actualment te %d memos, dels quals cap ha estat llegit."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s actualment te 1 memo i encara no ha estat llegit."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s te 1 memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s no te memos."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s actualment te molts memos i no pot rebre'n mes."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s no te límit per a memos."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s no te memos."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s no te memos nous."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s es %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s esta momentaneament offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s Esta actualment online."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s is disabled"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s is enable"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s is no longer a Super-Admin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s no es notificat per memos nous."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s es notificat per memos nous quant es connecta i quant li són enviats."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s es notificat de nous memos quant es connecta."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s es notificat quant nous memos li són enviats."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s is now a Super-Admin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s esta en el canal en aquests instantes (com %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s esta en el canal en aquests instants!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s va ser vist aqui fa %s."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s no t'enviara cap notificació dels teus memos."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s ara te notificara dels teus memos quant se t'enviin."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s ara et notificara dels teus memos quant et conectis i quant et siguin "
+"enviats."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s ara et notificara dels teus memos quant et conectis o treguis el teu /"
+"AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) afegit a la llista de bots."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "El límit de memos per a %s es %d, i no pot ser canviat."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "El límit de memos per a %s es %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL any new clients connecting"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Force Chan Modes (%s) to be set on all channels"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignore any non-opers with message"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Kill any NEW clients connecting"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* No MLOCK changes"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* No new channel registrations"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* No new memos sent"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* No new nick registrations"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Silently ignore non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Use the reduced session limit of %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 dia"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 hora"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minut"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 segon"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<desconegut>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "A massmemo has been sent to all registered users."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"A passcode has been sent to %s, please type /msg %s confirm <passcode> to "
+"complete registration"
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "A vhost ident must be in the format of a valid ident"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nivell] | llista]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mascara]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT canal text"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-o-mascara] [rao]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE en %s completa; %d usuaris afectats."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "La llista de AKILLS esta buida."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} "
+"[raó]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nickname"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP canal {ADD|DEL|LIST|CLEAR} [nick | instància]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Llista AOP per a %s:\n"
+" Num Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN canal nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Access Denied."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "accés denegat."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Nivell d'accés per a %s en %s cambiada a %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Nivell d'accés per a %s en %s no cambiada de %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "El nivell d'accés ha de ser entre %d i %d inclosos."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "El nivell de accés no pot ser zero."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Opcions del nivell d'accés pel canal %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Nivells d'accés per a %s canviats als valors originals."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Access list for %s is empty."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Lllista d'accés per %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Llista d'accés per a %s:\n"
+" Num Niv Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Lllista d'accés:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Noves notícies d'entrada afegida (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Nueva noticia de oper anadida (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Nova noticia a l'atzar afegida (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Totes les linees O de %s han estat esborrades."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Totes les linees O de %s han estat esborrades."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Tots els bans del canal %s han estat esborrats."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Tots els excepts del canal %s han estat esborrats."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "All invites on channel %s have been removed."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Totes les notícies d'entrada esborrades."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "All memos for channel %s have been deleted."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Tots els Modes netegats del canal %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Tots els modes en el canal %s han estat reestablerts."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Tots els teus memos han estat esborrats."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Totes les notícies de oper esborrades."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Totes les notícies al azar esborrades."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Tots els usuaris han estat kickegats del canal %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "All vhost's in the group %s have been set to %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "All vhost's in the group %s have been set to %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Autorizat a halfop/dehalfop a tu mateix"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Autorizat a op/deop a tu mateix"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Autorizat a protect/deprotect a tu mateix"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Autorizat a voice/devoice a tu mateix"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Abilitat a assignar/deassignar un bot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Autoritzat a banegar-te"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Autoritzat a expulsar-te a tu mateix"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Abilitat a llistar/llegir memos del canal"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Abilitat a modificar la lllista de accés"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Abilitat a utilitzar la comanda AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Abilitat a utilitzar la comanda BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Autoritzat a utilitzar la comanda BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Abilitat a utilitzar la comanda CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Abilitat a utilitzar La comanda GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Abilitat a utilitzar la comanda HALFOP/DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr ""
+"Autoritzar a utilitzar La comanda INFO amb\n"
+"l'opció ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Abilitat a utilitzar la comanda INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Abilitat a utilitzar la comanda KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Abilitat a utilitzar la comanda OP/DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Abilitat a utilitzar la comanda PROTECT/DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Abilitat a utilitzar la comanda SAY i ACT"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Abilitat a utilitzar la comanda SET (no FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Autoritzat a utilitzar la comanda TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Abilitat a utilitzar la comanda UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Abilitat a utilitzar La comanda VOICE/DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Abilitat a utilizar comandes de fantasia"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Abilitat a veure la lllista de accés"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Llista de kicks automàtics pel canal %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Status automàtic d'operador de canal"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Mode automàtic +a"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Mode automàtic +h"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Mode automàtico +v"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS canal {ADD|DEL|LIST|CLEAR} [paraula | llista] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick usuari host nom-real\n"
+"BOT CHANGE nick-antic nick-nou [usuari [host [nom-real]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"llista de paraules malsonants per a %s:\n"
+" Num Paraula Tipo"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "La llista de paraules malsonants esta ara buida."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Tipus de ban pel canal %s es ara #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Modes binaris i bans netegats del canal %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "El bot %s ja existeix."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "El bot %s no existeix."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "El bot %s ha estat assignat al canal %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "El bot %s ha estat canviat a %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "El bot %s ha estat esborrat."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s is already assigned to channel %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot kickejara ops en el canal %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot kickejara voices en el canal %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot no kickejara ops en el canal %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot no kickejara voices en el canal %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hosts may only contain valid host characters."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Idents may only contain valid characters."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nicks may only contain valid nick characters."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "El bot no esta al canal %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Llista de bots:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"El bot entrara a un canal quan hi hagin\n"
+"%d usuari(s) en ell."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"El bot ara kickejara paraules malsonants, i banejara després de\n"
+"%d kicks al mateix usuari. Utilitza la comanda BADWORDS\n"
+"per a afegir o treure paraules."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"El bot ara kickejara paraules malsonants. Utilitza la comanda BADWORDS\n"
+"per a afegir o treure paraules."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"El bot ara kickjeara negretes, i banejara després de \n"
+"%d kicks al mateix usuari."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "El bot ara kickjeara negretes."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"El bot ara kickejara majusculas (han de ser al menys\n"
+"%d caràcters i %d%% del missatge senser), i banegara\n"
+"després de %d kicks al mateix usuari."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"El bot ara kickejara majuscules (han de ser al menys\n"
+"%d caràcters i %d%% del missatge senser)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ara kickejara colors, i banejara després de %d \n"
+"kicks al mateix usuari."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "El bot ara kickejara colors."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"El bot ara kickejara flood (%d linees in %d segons), i \n"
+"banejara després de %d kicks al mateix usuari."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "El bot ara kickejara flood (%d linees en %d segons)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after\n"
+"%d kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ara kickejara repeticions (usuaris que repeteixin %d vegades\n"
+"el mateix), i banejara després de %d \n"
+"kicks al mateix usuari."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"El bot ara kickejara repeticions (usuaris que repeteixin %d vegades\n"
+"el mateix)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ara kickejara reversos, i banejara després de %d \n"
+"kicks al mateix usuari."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "El bot ara kickejara reversos."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ara kickejara subratllats, i banejara després de %d \n"
+"kicks al mateix usuari."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "El bot ara kickejara subratllats."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "El bot ja no kickejara paraules malsonants. "
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "El bot ja no kickejara negretes."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "El bot ja no kickejara majuscules."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "El bot ja no kickejara colors."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "El bot ja no kickejara flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "El bot ja no kickejara repeticions."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "El bot ja no kickejara reversos."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "El bot ja no kickejara subratllats."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d registres, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots reservats a operadors de IRC:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Bytes llegits : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes escrits : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | canal}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#channel} [reason]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR canal Modes-a-netegar"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES canal [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Can't logout %s because he's a services operator."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Imposible enviar email ara; per favor intenta en uns instants."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d registres, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Changed usermodes of %s."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "El Canal %s No existeix."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "El canal %s ha estat eliminat."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"El Canal %s ha estat prohibit per %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "El canal %s ja esta enregistrat!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Canal %s ara prohibit."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Channel %s is now released."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Channel %s is now suspended."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "El Canal %s no esta registrat."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "El Canal %s no pot ser registrat o usat."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "El canal %s no pot ser enregistrat."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "El canal %s esta registrat sota el teu nickname: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Canal : %6d registres, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "El canal %s caducara."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "El canal %s no caducara."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "La llista AOP de canals %s ha estat netegada."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "La llista HOP de canals %s ha estat netegada."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "La llista SOP de canals %s ha estat netegada."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "La llista VOP de canals %s ha estat netegada."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "La llista d'accés pel canal %s ha estat netegada."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "La llista de kicks automàtics en canal %s ha estat netegada."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr ""
+"La llista de AOP de canals nomès pot contenir nicks\n"
+"registrats."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Llistes HOP de canals sols pot tenir nicks registrats."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Llistes SOP de canals sols pot tenir nicks registrats."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"SQLINEs de canal no estan soportades pel teu IRCd, així que no les pots "
+"utilitzar."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Llistes VOP de canals sols pot tenir nicks registrats."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Las llistes de accés a canals sols pot contenir nicks registrats."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Llista de canal:\n"
+"Nom Modes de Usr. Tòpic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Status d'operador de canal inhabilitat"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that you have access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Impossible trobar a l'usuari %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Impossible prohibir el canal %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "La prohibició de %s no es possible!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Couldn't release channel %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Couldn't release nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Couldn't suspend nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Couldn't suspended channel %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Llista actual de AKILLs:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Llista actual de AKILLs:\n"
+" Num Mascara Raó"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Current Module list:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Llista actual de SNLINEs:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Llista actual de SNLINEs:\n"
+" Num Mascara Raó"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Llista actual de SQLINEs:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Llista actual de SQLINEs:\n"
+" Num Mascara Raó"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Llista actual de SZLINEs:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Llista actual de SZLINEs:\n"
+" Num Mascara Raó"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "llista d'excepcions al límit de sessions actual:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Numero actual de AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Numero actual de SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Numero actual de SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Numero actual de SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Actuals usuaris: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [canal] {numero | llista | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP canal"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Temps d'expiració per defecte de AKILL: %d dies"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Temps d'expiració per defecte de AKILL: %d hores"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Temps d'expiració per defecte de AKILL: %d minuts"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Temps d'expiració per defecte de AKILL: 1 dia"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Temps d'expiració per defecte de AKILL: 1 hora"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Temps d'expiració per defecte de AKILL: 1 minut"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Temps d'expiració per defecte de AKILL: Sense expiració"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Temps d'expiració per defecte de SNLINE: %d dies"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Temps d'expiració per defecte de SNLINE: %d hores"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Temps d'expiració per defecte de SNLINE: %d minuts"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Temps d'expiració per defecte de SNLINE: 1 dia"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Temps d'expiració per defecte de SNLINE: 1 hora"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Temps d'expiració per defecte de SNLINE: 1 minut"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Temps d'expiració per defecte de SNLINE: Sense expiració"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Temps d'expiració per defecte de SQLINE: %d dies"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Temps d'expiració per defecte de SQLINE: %d hores"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Temps d'expiració per defecte de SQLINE: %d minuts"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Temps d'expiració per defecte de SQLINE: 1 dia"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Temps d'expiració per defecte de SQLINE: 1 hora"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Temps d'expiració per defecte de SQLINE: 1 minut"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Temps d'expiració per defecte de SQLINE: Sense expiració"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Temps d'expiració per defecte de SZLINE: %d dies"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Temps d'expiració per defecte de SZLINE: %d hores"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Temps d'expiració per defecte de SZLINE: %d minuts"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Temps d'expiració per defecte de SZLINE: 1 dia"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Temps d'expiració per defecte de SZLINE: 1 hora"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Temps d'expiració per defecte de SZLINE: 1 minut"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Temps d'expiració per defecte de SZLINE: Sense expiració"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d instàncies esborrades de la llista AOP de %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d instàncies esborrades de la llista HOP de %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d instàncies esborrades de la llista SOP de %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d instàncies esborrades de la llista VOP de %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d instàncies esborrades de la llista d'accés de %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr ""
+"%d instàncies esborrades de la llista de kicks automàtics del canal %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "%d paraules esborrades de la llista de paraules malsonants de %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr ""
+"%d instàncies esborrades de la llista d'excepcions al límit de sessions."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "%d instàncies esborrades de la llista de AKILLs."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "%d instàncies esborrades de la llista de SNLINEs."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "%d instàncies esborrades de la llista de SQLINEs."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "%d instàncies esborrades de la llista de SZLINEs."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 instància esborrada de la llista AOP de %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 instància esborrada de la llista HOP de %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 instància esborrada de la llista SOP de %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 instància esborrada de la llista VOP de %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 instància esborrada de la llista d'accés de %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 instància esborrada de la llista de kicks automàtics del canal %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "1 paraula esborrada de la llista de paraules malsonants de %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "1 instància esborrada de la llista d'excepcions al límit de sessions."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "1 instància esborrada de la llista de AKILLs."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "1 instància esborrada de la llista de SNLINEs."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "1 instància esborrada de la llista de SQLINEs."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "1 instància esborrada de la llista de SZLINEs."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "La descripció de %s canviada a%s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Displayed all records (Count: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Displayed records from %d to %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Displayed records matching key %s (Count: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "No utilitzis negreta en aquest canal!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "No utilitzis colors en aquest canal!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "No utilitzis reversos en aquest canal!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "No utilitzis la paraula %s en aquest canal!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "No utilitzis subratllats en aquest canal!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Adreça E-mail canviada a %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Adreça e-mail per a %s canviada a %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Adreça e-mail per a %s no establerta."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Adreça E-mail no establerta."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "E-mail per %s es invalid."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+expiració] mascara límit raó"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mascara | llista}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE numero posició"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametres]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Emails Match %s to %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "End of %s list."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "fi de llista d'accés."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Fi de la llista de canals."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Fi de la lllista - %d/%d resultat(s) mostrat(s)."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Fi de la lllista - %d/%d resultat(s) mostrat(s)."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Fi de la llista d'usuaris."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Catala"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Missatge d'entrada per a %s canviat."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Missatge d'entrada per a %s no establert."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Excepció per a %s (#%d) moguda a la posició %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception for %s has been updated to %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Temps d'expiració per a %s canviat."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID canal raó"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID canal [raó]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nickname rao"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nickname [rao]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasia"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Mode fantasia ara desactivat en el canal %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Mode fantasia ara activada en el canal %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "El Fundador de %s cambiat a %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host No WildCards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nickname"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "La comanda GETPASS no esta disponible per l'us d'encriptació."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nickname [clau]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL missatge"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP grup clau"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "El ghost amb el teu nick ha estat expulsat."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Salutació"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Greet message changed to %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Missatge de benvinguda mostrat"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Greet message unset."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Mode salutació ara desactivat en el canal %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Mode salutació ara activat en el canal %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Llista HOP per a %s:\n"
+" Num Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d registres, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts amb un mínim de %d sessions:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Mai he visto a %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Mai he vist a %s en aquest canal."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY clau"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO canal"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [canal]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | canal]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {canal | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE canal"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Si no canvies el teu nick en 20 segons, el canviare jo."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Si no canvies el teu nick en un minut, el canviare jo."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Codi ignore sera utilitzat."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Codi ignore no sera utilitzat."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Ignore list has been cleared."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "La llista ignore esta buida."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Per utilitzar aquest comanda, has d'identificar-te primer \n"
+"utilitzant la teva clau (/msg %S HELP IDENTIFY\n"
+"per mes informació).\n"
+"\n"
+"Escriu /msg %S HELP SET opció per mes\n"
+"informació sobre una opció especifica."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informació pel bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informació pel canal %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Error Intern - Impossible processar petició."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Temps d'expiració invàlid."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Mascara invalida. Nomès mascares reals son valides ja que excepcions no son "
+"comparades a nicks o usernames."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Invalid passcode has been entered, please check the e-mail again, and retry."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Límit de sessió invàlid. Ha de ser un sencer vàlido més gran o igual a zero "
+"i mes petit que %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "Valor de umbral invàlid. Ha de ser un sencer vàlid més gran a 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE nom-del-servidor [raó]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK canal opció {ON|OFF} [establiments]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK canal usuari raó"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nivell]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST patro"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST patró [FORBIDDEN] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST patro [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [canal] [llista | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [text|numero]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Llenguatge canviat a Català."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Ultim memo enviat a %s va ser cancel.lat."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Ùltim missatge quit: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Ultima adreça vista: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Nivell per a %s en el canal %s cambiat a %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "El nivell ha d'estar entre %d i %d inclosos."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Aquesta comanda es inservible en aquest mode."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lllista de resultats concordant %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lllista de nicknames en el grup de %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lllista de nicknames en el teu grup:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Canals locals no poden ser enregistrats."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Notícia d'entrada #%d esborrada."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Notícia d'entrada #%d no trobada!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Notícies d'entrada:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Cercant-te a tu mateix, eh %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE canal Modes"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO FileName"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD FileName"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD FileName"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "La mascara %s ja esta present a la llista d'excepcions."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "La mascara %s ja esta present a la teva lllista d'accés."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "La mascara ha de ser de la forma usuari@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Màxim numero d'usuaris: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "El memo %d no existeix!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d de %s (%s). per a esborrar-lo escriu: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d de %s (%s). per a esborrar-lo escriu: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Memo %d ha estat esborrat."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Límit de memos per a %s deshabilitat."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Límite de memos per a %s establert a %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Límit de memos per a %s establert a 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Límit de memos molt alt; limitant-lo a %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo enviat a %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Els memos %s han estat esborrats."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memos per a %s. per a llegir-los escriu: /msg %s READ numero"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memos per a %s. per a llegir-los escriu: /msg %s READ %s numero"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Mode de missatge"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Mode %c ignorat per que no pots ¿¿¿lockerjar-lo???."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Mode +h has been cleared from channel %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Mode +o ha estat reestablert del canal %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Mode +v ha estat eliminat del canal %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Mode de lock en el canal %s canviat a %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Module %s loaded"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Module %s unloaded"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Version: %s Author: %s loaded: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} servidor"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Aliases NS : %6d registres, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Grups NS : %6d registres, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Mai expulsat pels kicks del bot"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "New memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Nous memos per a %s. per a llegir-los escriu: /msg %s READ numero"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Nous memos per a %s. Per a llegir-los escriu: /msg %s READ %s numero"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "La llista de notícies esta plena!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"El nick %s ha estat prohibit per %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s is an illegal nickname and cannot be used."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s is currently in use."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "El nick %s esta prohibit."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s is part of this Network's Services."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "El nick %s no esta sent utilitzat."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "El nick %s no esta en us."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "El nick %s no esta registrat."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "El nick %s no pot ser registrat o utilitzat."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s not found on ignore list."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s was truncated to %d characters."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Nick %s doesn't have a memo from you."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Nick %s ha estat desconnectat."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is currently suspended."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is now released."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is now suspended."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NOT registered, please try again later."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nickname %s confirmed"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Nickname %s ha estat expulsat."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "El nickname %s ja esta registrat!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "El nickname %s no pot ser registrat."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "El nickname %s ja esta registrat sota el teu compte: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registered."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nickname Registration (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Clau pel Nickname (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicknames en desus estan subjectes a l'expiració\n"
+"automatica, en altres paraules, seran esborrats després\n"
+"de %d dies."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "No # found in front of channel name."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Mode no bot ara desactivat en el canal %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Mode no bot ara activat en el canal %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "No Emails listed for %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Sense bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "No existeix ajuda per %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "No information about module %s is available"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "No hi ha notícies d'entrada per a esborrar!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "No existeixen instàncies coincidents a la llista AOP de %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "No existeixen instàncies coincidents a la llista HOP de %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "No existeixen instàncies coincidents a la llista SOP de %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "No existeixen instàncies coincidents a la llista VOP de %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "No hi ha instàncies que concordin a la llista d'accés de %s ."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr ""
+"No existeixen instàncies que concordin a la llista de kicks automàtics en el "
+"canal %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr ""
+"No existeixen paraules que concordin a la llista de paraules malsonants de %"
+"s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+"No existeixen instàncies similars a la llista d'excepcions al límit de "
+"sessions."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "No existeixen instàncies similars a la llista de AKILLs."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "No existeixen instàncies similars a la llista de SNLINEs."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "No existeixen instàncies similars a la llista de SQLINEs."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "No existeixen instàncies similars a la llista de SZLINEs."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "No existeixen memos que concordin."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Cap memo pot ser cancelat."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Cap memo fou esborrat."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "No modules currently loaded"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "No hi ha notícies de oper per esborrar!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "No hi ha notícies a l'atzar per esborrar!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Sense raó"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Sense firma de kick quant SIGNKICK LEVEL es utilitzat"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "No existeix la instància (#%d) a la llista AOP de %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "No existeix la instància (#%d) a la llista HOP de %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "No existeix la instància (#%d) a la llista SOP de %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "No existeix la instància (#%d) a la llista VOP de %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "No existeix (#%d) a la llista d'accés de %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr ""
+"La instància (#%d) no existeix a la llista de kicks automàtics en el canal %"
+"s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr ""
+"No existeix la instància (#%d) a la llista de paraules malsonants de %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+"La instància no existeix (#%d) a la llista d'excepcions al límit de "
+"sessions."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Cap"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "No es possible entra a un canal si esta RESTRINGIT"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Tingues en compte que qualsevol canal que no sigui utilitzat durant\n"
+"%d dies (al qual cap usuari a la llista d'accés\n"
+"del canal entri en aquest periode de temps) sera\n"
+"automaticament eliminat."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Num Límit Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Notícia de OP"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [texto|numero]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "La informació antiga es igual a la nova."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Only Super-Admins can use this command."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice option for %s is now OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice option for %s is now ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Noticia de oper #%d esborrada."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Noticia de oper #%d no trobada!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "notícies de oper:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d registres, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "An O:Line with the flags %s has been added for %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Protecció de Ops"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Opció %s no pot ser establerta en aquesta xarxa."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Passcode for %s is %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Clau aceptada - Has estat reconegut."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Autentificació per clau requerida per aquesta comanda.\n"
+"Intenta un altre cop després de escriure /msg %s IDENTIFY clau."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Autentificació per clau requerida per aquesta comanda.\n"
+"Intenta de nou després d'escriure /msg %s IDENTIFY %s clau."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Clau canviada a %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Clau canviada."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "La clau per %s es %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Clau incorrecta."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "La clau de %s ha estat enviada."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Pau"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace option for %s is now OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace option for %s is now ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Please contact an Operator to get a vhost assigned to this nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Per favor intenti novamente amb una clau mes oculta. Les claus han de ser de "
+"com a mínim 5 caràcters, no han de ser fàcils d'encertar (ex. Nom real o "
+"Nick), i no poden contenir el caràcter d'espai o tabulació."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Please use a valid server name when juping"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Please use the symbol of # when attempting to register"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Per favor espera %d segons i intenta un altre cop."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr ""
+"Per favor espera %d segons abans d'utilitzar la comanda GROUP novament."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Per favor espera %d segons abans d'utilitzar la comanda REGISTER novament."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Please wait %d seconds before using the RSEND command again."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+"Per favor espera %d segons abans d'utilizar la comanda SEND un altre cop."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privat"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Mode privado del bot %s esta ara desactivat."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Mode privado del bot %s esta ara activat."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private option for %s is now OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private option for %s is now ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Private option is now OFF."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Private option is now ON."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Protecció"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Protection is now OFF."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Protection is now ON, with a reduced delay."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Protection is now ON, with no delay."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Protection is now ON."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Providing IRCD handler for: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Providing command: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [text|numero]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [canal] {llista | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nickname [clau]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER canal descripció"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER clau email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER clau [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nickname [clau]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | channel} memo-text"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Notícia a l'atzar #%d esborrada."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Noticia a l'atzar #%d no trobada!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Notícies al Azar:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Registration step 1 may have expired, please use \"/msg %s register "
+"<password> <email>\" first."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "accés restringit"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Restricted access option for %s is now OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Restricted access option for %s is now ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY canal text"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | canal} text"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nickname"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "La comanda SENDPASS no esta disponible per l'us d'encriptació."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN no definit; impossible arrencar un altre cop. Arranca un altre "
+"cop el script configure i recompila Services per a incloure la comanda "
+"RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST límit"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST límit | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET canal Opció establiments"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET canal NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET canal PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET canal opció per ametres"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET canal DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET canal DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET canal FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET canal GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET canal KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET canal NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET canal OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET canal PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET canal PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET canal RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET canal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET canal SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET canal SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET canal SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET canal TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET canal XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opcio per ametres"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET Opció estabilment"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE numero"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [canal] límit"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [usuari | canal] {límit | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET MSG {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opcio per ametres"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "La llista de SNLINEs esta buida."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista}[:"
+"raó]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Llista SOP per a %s:\n"
+" Num Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "La llista de SQLINEs esta buida."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} "
+"[raó]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s forbidden"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s not registered"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s not online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND channel reason"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND channel [reason]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nickname reason"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick newnick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "La llista de SZLINEs esta buida."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} "
+"[raó]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Segur"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Fundador Segur"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Ops Segurs"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure founder option for %s is now OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure founder option for %s is now ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure ops option for %s is now OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure ops option for %s is now ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure option for %s is now OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure option for %s is now ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Secure option is now OFF."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Secure option is now ON."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Segur"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "This service is temporarly disabled, please try again later"
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services is no longer reporting log messages to a channel."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services are now at DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Serveis ara en Mode expire."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Serveis ara en Mode no expire."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Serveis ara en Mode nomès lectura."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Serveis ara en Mode de lectura-escriptura."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Serveis ara en Mode debug (nivell %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Serveis ara en Mode debug."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Serveis ara en Mode no-debug."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services is now reporting log messages to %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Els serveis han estat configurats per no enviar email"
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Llista ignore de serveis:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Els serveis no han pogut canviar Modes. Estan ben configurats els teus "
+"servidors?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Els serveis no han pogut canviar Modes. Estan les linees U: dels teus "
+"servidors configurades correctament?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Serveis amunt %d dies, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Serveis amunt %d dies, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Serveis amunt %d hora, %d minut"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Serveis amunt %d hora, %d minuts"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Serveis amunt %d hores, %d minut"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Serveis amunt %d hores, %d minuts"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Serveis amunt %d minut, %d segon"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Serveis amunt %d minut, %d segons"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Serveis amunt %d minuts, %d segon"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Serveis amunt %d minuts, %d segons"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Services will now reply to you with messages."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Services will now reply to you with notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "L'arxiu de configuració de serveis ha estat carregat novament."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "El teu nick ha estat alliberat pels serveis."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Límit de sessió per a %s establert a %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Límits de sessions no disponibles."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "La llista d'excepcions al límit de sessiones esta plena!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessions : %6d registres, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessions Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Opció %s no coneguda. Escriu /msg %s HELP LEVELS DESC per a una llista de "
+"opcións valides."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "L'establiment per a DEBUG ha de ser ON, OFF, o un numero positiu."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "L'establiment per a IGNORE ha de ser ON o OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Establiment per a NOEXPIRE ha de ser ON o OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "L'establiment per a READONLY ha de ser ON o OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Setting for SuperAdmin must be ON or OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signed kick option for %s is now OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signed kick option for %s is now ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Kicks Signats"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Sorry, OLINE is not available on this network."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Sorry, RSEND has been disabled on this network."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Ho sento, SNLINE no esta disponible en aquesta xarxa."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Sorry, SQLINE is not available on this network."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Sorry, SVSNICK is not available on this network."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Ho sento, la comanda SZLINE no esta disponible en aquesta xarxa."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Sorry, UMODE is not available on this network."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Ho sento, el assignament de bots esta temporalment inhabilitat."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Ho sento, la creació de bot ha fallat"
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Ho sento, la modificació de bots esta temporalment inabilitada."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr ""
+"Ho sento, l'establiment d'opcions per a bot esta temporalment inhabilitat"
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació de la llista AOP de canals esta\n"
+"temporalment deshabilitada."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació de llistes HOP de canals esta\n"
+"temporalment deshabilitada."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació de la llista SOP de canals esta\n"
+"temporalment deshabilitada."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació de la llista VOP de canals esta\n"
+"temporalment deshabilitada."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació d'accés a canals esta temporalment inabilitada."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la modificació de kicks automàtics a canals esta temporalment "
+"inabilitada."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+"Ho sento, la llista de paraules malsonants per a canals esta temporalment "
+"inabilitada."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr ""
+"Ho sento, el desenregistrament de canals esta temporalment desabilitat."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+"Ho sento, l'establiment d'Opciós de canal esta temporalment deshAbilitat."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Ho sento, el registre de canals esta temporalment inhabilitat."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Ho sento, el canvi de clau no pot ser completat."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Ho sento, La agrupació de nicks ha fallat."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Ho sento, la identificació ha fallat."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Ho sento, la configuració de kicker esta temporalment inabilitada."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Ho sento, la cancel.lació de memos esta temporalment inabilitada."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr ""
+"Ho sento, l'establiment d'opcions per a memos esta temporalment inhabilitat."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Ho sento, l'enviament de memos esta temporalment inhabilitat."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Ho sento, desenregistrament de nickname esta temporalment inhabilitat."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Ho sento, La agrupació de nicks esta temporalment inabilitada."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+"Ho sento, el seteig de Opciós per nicknames esta temporalment inhabilitat."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Ho sento, el registre de nicknames esta temporalment deshabilitat."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Ho sento, error en el registre."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Ho sento, sols pots tenir %d AKILLs."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr ""
+"Ho sento, sols pots tenir %d instàncies de AOP/SOP/VOP\n"
+"en un canal."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Ho sento, sols pots tenir %d SNLINEs."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Ho sento, sols pots tenir %d SQLINEs."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Ho sento, sols pots tenir %d SZLINEs."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr ""
+"Ho sento, sols pots tenir %d instàncies a la teva lllista d'accés per "
+"nickname."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr ""
+"Ho sento, sols pots tenir %d instàncies d'accés en un determinat canal."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr ""
+"Ho sento, sols pots tenir %d mascaras per a kicks automàtics a un canal."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Ho sento, sols pots tenir %d paraules malsonants en un canal."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Ho sento, has sobrepassat el teu límit de %d canals."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Ho sento, has arribat al teu límit de %d canals."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Estadistiques restablertes."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status updated (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Para de floodejar!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "No repeteixis com l'allioli!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Sucessor de %s desabilitat."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Sucessor de %s cambiat a %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin setting not enabled in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Simbiosis"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Mode Simbiosis ara desactivat en el canal %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Mode Simbiosis ara activat en el canal %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Sintàxis: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Sintaxis: %s canal BANTYPE tipus_de_ban\n"
+"\n"
+"Especifica el tipus de ban que sera utilitzat pels\n"
+"serveis quant necessitin banear algu\n"
+"del teu canal.\n"
+"\n"
+"Tipus de ban es un numero entre 0 i 3 que significa:\n"
+"\n"
+"0: ban de la forma *!usuari@host\n"
+"1: ban de la forma *!*usuari@host\n"
+"2: ban de la forma *!*@host\n"
+"3: ban de la forma *!*usuari@*.domini"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Sintaxis: %s canal DESC descripció\n"
+"\n"
+"Estableix la descripció pel canal, la que es mostrada\n"
+"amb les comandes LIST i INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Sintaxis: %s canal ENTRYMSG [missatge]\n"
+"\n"
+"Especifica el missatge que sera enviat via /notice als\n"
+"usuaris quant ingressin al canal. Si cap parametre\n"
+"es especificat, cap missatge sera enviat al entrar al canal."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Sintaxis: %s canal FOUNDER nick\n"
+"\n"
+"Canvia el fundador d'un canal. El nou nickname ha de\n"
+"ser un d'enregistrat."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Sintaxis: %s canal KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció de retenció de topic \n"
+"per un canal. Quant la retenció de topic esta\n"
+"establerta, el topic pel canal sera recordat \n"
+"%S fins i tot després de que l'últim usuari\n"
+"sorti del canal, i sigui restaurat la pròxima vegada que\n"
+"el canal sigui creat."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Sintàxi: %s canal MLOCK Modes\n"
+"\n"
+"Estableix el paràmetre de fixació de Modes pel canal.\n"
+"%S et permet definir certs Modes de canal per a estar\n"
+"sempre encesos o apagats o lliures d' estar un dels\n"
+"anteriors.\n"
+"\n"
+"El paràmetre Modes és construit de la mateixa forma\n"
+"que La comanda /MODE; això significa, Modes seguits\n"
+"per un + estan fixats encesos, i Modes seguits per\n"
+"un - estan fixats apagats. tenir en compte que, a\n"
+"difèrencia de La comanda MODE, cada us de SET MLOCK\n"
+"esborrarà tots els Modes fixats prèviament abans de\n"
+"establir els nous!\n"
+"\n"
+"AdVeuretència: Si estableixes una clau amb fixació de Mode, com\n"
+"en el segon exemple de més endevant, hauràs també d'establir la\n"
+"Opció RESTRICTED pel canal (veure HELP SET RESTRICTED),\n"
+"o qui sigui que entri al canal quan aquest és buit podrà veure la\n"
+"clau!\n"
+"\n"
+"Exemples:\n"
+"\n"
+" SET #canal MLOCK +nt-iklps\n"
+" Força els Modes n i t encesos, i els Modes i, k,\n"
+" l, p i s apagats. El Mode m és deixat lliure per a\n"
+" estar encès o apagat.\n"
+"\n"
+" SET #canal MLOCK +knst-ilmp mi-key\n"
+" Força els Modes k, n, s, i t encesos, i els Modes\n"
+" i, l, m, i p apagats. També força la clau del canal\n"
+" a ser \"mi-clau\".\n"
+"\n"
+" SET #canal MLOCK +\n"
+" Esborra la fixació de Modes; tots els Modes del canal\n"
+" són lliures d'estar encesos o apagats."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Sintàxi: %s canal OPNOTICE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció de op-notice per a un canal.\n"
+"Quan op-notice està establert, %S enviarà una noticia\n"
+"a l'usuari del canal quan les comandes OP o DEOP siguin\n"
+"utilitzades per a un usuari en el canal."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Sintàxi: %s canal PEACE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció de pau per a un\n"
+"canal. Quan pau està establerta, un usuari no\n"
+"podra expulsar, banejar o esborrar un estatus de canal\n"
+"d'un usuari amb nivelll igual o superior a ell via\n"
+"comandes de %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Sintàxi: %s canal PRIVATE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció de privacitat per a un canal.\n"
+"Quan privacitat està establerta, un /msg %S LIST no\n"
+"inclourà el canal en cap llista."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Sintàxi: %s canal RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Sintàxi: %s canal SECURE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita les característiques de seguretat\n"
+"de %S per a un canal. Quan SECURE està\n"
+"establert, només usuaris que haguin registrat els seus nicknames\n"
+"amb %s i haguin utilitzat IDENTIFY amb la seva clau els serà\n"
+"atorgat accés al canal controlat per la llista de\n"
+"accés."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Sintàxi: %s canal SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció seguretat de fundador per a\n"
+"un canal. Quan seguretat de fundador està establerta, només\n"
+"el fundador real podrà eliminar el canal, canviar la seva clau,\n"
+"el seu fundador i el seu sucesor, i no aquells que estiguin identificats\n"
+"amb %S."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Sintàxi: %s canal SECUREOPS {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita l'opció seguretat de ops per a un\n"
+"canal. Quan seguretat de ops està establerta, usuaris\n"
+"que no estaven a la llista d'usuaris no els serà permès \n"
+"obtenir l' estatus d'operador de canal."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Sintàxi: %s canal SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Habilita o deshabilita els kicks firmats per a un\n"
+"canal. Quan SIGNKICK està establert, kicks\n"
+"fets amb la comanda %S KICK tindran el\n"
+"nick que ha fet servir la comanda en la raó.\n"
+"\n"
+"Si uses LEVEL, aquells que tenen nivelll superior o\n"
+"igual al nivelll SIGNKICK en el canal no tindran els seus kicks \n"
+"firmats. Veure /msg %S HELP LEVELS per a més informació."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Sintaxis: %s canal SUCCESSOR nick\n"
+"\n"
+"Canvia el successor d'un canal. Si el nickname fundador\n"
+"caduca o es eliminat mentres el canal esta encara registrat,\n"
+"el successor es convertira en el nou fundador del canal.\n"
+"Però, si el successor ja te molts canals\n"
+"registrats (%d), el canal sera eliminat, tal i com\n"
+"si no hi haguès un successor. El nou nickname ha de ser un\n"
+"d'enregistrat."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Sintàxi: %s canal TOPICLOCK {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita L'opció de fixació de topic\n"
+"per a un canal. Quan la fixació de topic està\n"
+"establerta, %S no permetrà que el topico del canal\n"
+"sigui canviat excepte amb la comanda TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Sintàxi: %s canal XOP {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita el sistema de llistes xOP per a un canal.\n"
+"Quan XOP està establert, has de fer servir les comandes AOP/SOP/VOP\n"
+"per a donar privilegis de canal a usuaris. D'altra manera\n"
+"has de fer servir la comanda ACCESS.\n"
+"\n"
+"Nota Tècnica: Quan canvies de llista d'accés a sistema\n"
+"de llistes xOP, al teva definició de nivellls d'usuari serà\n"
+"canviada, així que no tindras els mateixos valors si tornes a\n"
+"canviar a llista de accés!\n"
+"\n"
+"També hauries de comprovar si els teus usuaris estan a la llista xOP\n"
+"corresponent després del canvi, ja que la deducció no és\n"
+"sempre perfecta... de fet, no es recomana el fer servir llistes\n"
+"xOP si vas canviar la definició de nivellls amb la comanda\n"
+"LEVELS.\n"
+"\n"
+"Canviar de llistes xOP al sistema de llistes d'accés no causa cap\n"
+"problema."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Sintàxi: ACCESS canal ADD nick nivell\n"
+" ACCESS canal DEL {nick | indices | llista}\n"
+" ACCESS canal LIST [mascara | llista]\n"
+" ACCESS canal VIEW [mascara | llista]\n"
+" ACCESS canal CLEAR\n"
+"\n"
+"Manté la llista d'accés per a un canal. La llista\n"
+"de accés específica quins usuaris estan permesos a tenir\n"
+"l'estatus d'operador de canal o accés a comandes de\n"
+"%S en el canal. Diferents nivellls d'usuaris permeten\n"
+"accés a diferents subnivelles de privilegis;\n"
+"/msg %S HELP ACCESS LEVELS per a informació més\n"
+"específica. Qualsevol nick no present a la llista de\n"
+"accés té un nivelll 0.\n"
+"\n"
+"La comanda ACCESS ADD afegeix el nickname donat a la llista\n"
+"d'accés amb el nivelll d'usuari donat; si el nick ja està\n"
+"present a la llista, el nivelll d'accés és canviat al\n"
+"especificat en la comanda. El nivelll especificat\n"
+"ha de ser menys que el de l'usuari que fa la comanda, i si\n"
+"el nick ja està a la llista d'accés, l'accés actual\n"
+"del nick ha de ser menor que l'accés de l'usuari que fa la\n"
+"comanda.\n"
+"\n"
+"La comanda ACCESS DEL esborra el nick donat de la llista\n"
+"d'accés. Si una llista d'instàncies és donada, aquestes instàncies\n"
+"són esborrades. (Veure l'exemple per a LIST més endevant.)\n"
+"\n"
+"La comanda ACCESS LIST mostra la llista d'accés. Si\n"
+"una mascara amb comodí és donada, sols aquestes instàncies\n"
+"concordant amb la mascara són mostrades. Si una llista de\n"
+"instàncies és donada, sols aquestes instàncies són mostrades; per\n"
+"exemple:\n"
+" ACCESS #canal LIST 2-5,7-9\n"
+" llista instàncies d'accés numerades 2 fins 5 i\n"
+" 7 fins a 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"La comanda ACCESS CLEAR neteja totes les instàncies\n"
+"de la llista d'accés."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Sintaxis: ACCESS ADD mascara\n"
+" ACCESS DEL mascara\n"
+" ACCESS LIST\n"
+"\n"
+"Modifica o mostra la llista d'accés pel teu nick. Aquesta\n"
+"és la llista d'adreces que seran automaticament\n"
+"reconegudes per %S com autoritzades a utilitzar el nick. Si\n"
+"vols utilitzar el nick des d'una adreça diferent,\n"
+"has d'enviar una comanda IDENTIFY per fer que %S et\n"
+"reconegui.\n"
+"\n"
+"Exemples:\n"
+"\n"
+" ACCESS ADD anyone@*.aujac.org\n"
+" Permet accés a l'usuari anyone des de\n"
+" qualsevol maquina en el domini aujac.org.\n"
+"\n"
+" ACCESS DEL anyone@*.aujac.org\n"
+" Anul.la la comanda anterior.\n"
+"\n"
+" ACCESS LIST\n"
+" Mostra la llista d'accés actual."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Sintàxi: ACT canal text\n"
+"\n"
+"Fa que el bot fagi l'equivalent a la comanda \"/me\"\n"
+"en el canal especificat utilitzant el text especificat."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Sintàxi: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK canal ENFORCE\n"
+" AKICK canal CLEAR\n"
+"\n"
+"Manté la llista d'AutoKicks per a un canal. Si\n"
+"un usuari de la llista de Autokicks intenta entrar\n"
+"al canal, %S banejarà l'usuari del canal, després el\n"
+"kickejarà.\n"
+"\n"
+"La comanda AKICK ADD afegeix el nick o mascara de\n"
+"usuari donat a la llista de Autokicks. Si una raó\n"
+"es donada amb la comanda, aquesta raó serà utilitzada quan \n"
+"l'usuari sigui kickejat; si no, la raó per defecte és\n"
+"\"Has sigut banejat del canal\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+"\n"
+"La comanda AKICK STICK baneja permanent la mascara\n"
+"donada en el canal. Si algú intenta treure el ban,\n"
+"%S l'establirà automàticament. No pot ser\n"
+"usada per a nicks registrats.\n"
+"\n"
+"La comanda AKICK UNSTICK cancela l'efecto de la\n"
+"comanda AKICK STICK, així que serà possible esborrar\n"
+"el ban del canal.\n"
+"\n"
+"La comanda AKICK DEL esborra el nick o mascara donats\n"
+"de la llista de AutoKicks. Tot i així, no esborra cap ban\n"
+"posat per un AutoKick; aquells han de ser esborrats\n"
+"manualment.\n"
+"\n"
+"La comanda AKICK LIST mostra la llista de AutoKicks,\n"
+"o opcionalment sols les instàncies de AutoKick \n"
+"que concordin amb la mascara especificada.\n"
+"\n"
+"La comanda AKICK VIEW és una versió més detallada\n"
+"de la comanda AKICK LIST.\n"
+"\n"
+"La comanda AKICK ENFORCE fa a %S a forçar la\n"
+"llista AKICK actual esborrant als usuaris que\n"
+"concordin amb la mascara AKICK.\n"
+"\n"
+"La comanda AKICK CLEAR neteja totes les instàncies\n"
+"de la llista de akicks."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Sintàxi: AKILL ADD [+expiració] mascara raó\n"
+" AKILL DEL {mascara | nom | llista}\n"
+" AKILL LIST [mascara | llista]\n"
+" AKILL VIEW [mascara | llista]\n"
+" AKILL CLEAR\n"
+"\n"
+"Permet als operadors de serveis manipular la llista de\n"
+"AKILLS. Si un usuari coincideix amb una mascara en la\n"
+"llista de AKILLS i s'esta intentant connectar, els serveis enviaran\n"
+"un KILL a aquest usuari i, en tipus de servidors soportats,\n"
+"notificara a tots els servidors que afegeixin un ban (linea K)\n"
+"per la mascara de l'usuari.\n"
+"\n"
+"AKILL ADD afegeix la mascara usuari@host especificada a la llista\n"
+"de AKILLS per la raó especificada (que HA DE SER especificada).\n"
+"expiració es especificada com un sencer seguit de\n"
+" d (dies), h (hores), o m (minuts). Combinacions (com\n"
+"1h30m) no estan permesses. Si un especificador d'unitats no\n"
+"es inclòs, per defecte seran dies (o sigui +30 nomès\n"
+"significa 30 dies). Per afegir un AKILL que no caduqui, utilitza +0.\n"
+"Si la mascara a afegir comença amb un +, s'ha d'especificar\n"
+"un temps d'expiració. El temps d'expiració per defecte actual de AKILLS\n"
+"pot ser consultat amb la comanda STATS AKILL.\n"
+"\n"
+"La comanda AKILL DEL esborra la mascara especificada de la llista\n"
+"d'AKILLS si esta present. Si s'especifica una llista de noms,\n"
+"aquestes instàncies son esborrades. (Veure l'exemple per LIST \n"
+"especificat més endavant.)\n"
+"\n"
+"La comanda AKILL LIST mostra la llista d'AKILLS. \n"
+"Si s'especifica una mascara, nomès les instàncies coincidents\n"
+"amb la mascara són mostrades. Si s'especifica una llista de noms,\n"
+"nomès aquestes instàncies son mostrades; per exemple:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" Llista les instàncies de AKILL enumerades de 2 a 5 i de 7 \n"
+" a 9.\n"
+" \n"
+"AKILL VIEW es una versió més verbal d'AKILL LIST, i \n"
+"mostrara qui va afegir un AKILL, la data en que va ser afegit,\n"
+"i quan caducara, així com tambe la mascara usuari@host\n"
+"i la raó.\n"
+"\n"
+"AKILL CLEAR neteja totes les instàncies de la llista d'AKILLS.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntax: ALIST [level]\n"
+"\n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only \n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP access \n"
+" or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10 \n"
+" access or greater.\n"
+"\n"
+"Channels that have the NOEXPIRE option set will be prefixed by \n"
+"an exclamation mark."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [nickname] [level]\n"
+"\n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintàxi: AOP canal ADD nick\n"
+" AOP canal DEL {nick | instancia | llista}\n"
+" AOP canal LIST [mascara | llista]\n"
+" AOP canal CLEAR\n"
+"\n"
+"Manté la llista OP (AutoOP) per a un canal. La llista\n"
+"AOP li dóna a l'usuari el dret de ser automàticament\n"
+"opejat en el teu canal, desbanejat o convidar-se a ell mateix en cas de\n"
+"ser necesàri, mostrar el missatge de salutació al entrar, etc.\n"
+"\n"
+"La comanda AOP ADD agrega al nickname donat a la llista\n"
+"AOP.\n"
+"\n"
+"La comanda AOP DEL esborra el nickname donat de la\n"
+"llista AOP. Si una llista de instàncies és donada, aquestes\n"
+"instàncies són esborrades. (Veure l'exemple per a LIST més\n"
+"endevant.)\n"
+"\n"
+"La comanda AOP LIST mostra la llista AOP. Si una\n"
+"mascara amb comodí és donada, només les instàncies\n"
+"que concordin amb la mascara són mostrades. Si una llista de\n"
+"instàncies és donada, sols aquestes instàncies són mostrades;\n"
+"per exemple:\n"
+"\n"
+" AOP #canal LIST 2-5,7-9\n"
+" Mostra instàncies de AOP enumerades 2 a 5 i\n"
+" 7 a 9.\n"
+"\n"
+"La comanda AOP CLEAR neteja totes les instàncies de la\n"
+"llista AOP.\n"
+"\n"
+"Les comandes AOP ADD i AOP DEL està limitats a\n"
+"SOPs o superior, mentre que la comanda AOP CLEAR\n"
+"sols pot ser utilitzada per el fundador del canal. Tot i així,\n"
+"qualsevol usuari a la llista AOP pot usar la comanda\n"
+"AOP LIST.\n"
+"\n"
+"Aquesta comanda pot haVeure sigut deshabilitada per al teu canal.\n"
+"Si aquest és el cas, has de fer servir la llista d'accés. Veure\n"
+"/msg %S HELP ACCESS per a informació sobre la llista\n"
+"de accés i /msg %S HELP SET XOP per a saber com canviar\n"
+"entre la llista de accés i el sistema de llistes xOP."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Sintàxi: ASSIGN canal nick\n"
+"\n"
+"Assigna un bot especificat per nick al canal.\n"
+"Desprès d'això pots configurar el bot segons\n"
+"les teves necessitats."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Sintàxi: BADWORDS canal ADD paraula [SINGLE | START | END]\n"
+" BADWORDS canal DEL {paraula | nom | llista}\n"
+" BADWORDS canal LIST [mascara | llista]\n"
+" BADWORDS canal CLEAR\n"
+"\n"
+"Mante la llista de paraules malsonants per un canal. La llista\n"
+"de paraules malsonants determina quines paraules han de donar peu a ser "
+"kickejats\n"
+"Quan el kick per paraules malsonants esta habilitat. Per més\n"
+"informació, escriu /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"La comanda BADWORDS ADD afegeix una paraula a la llista\n"
+"de paraules malsonants. Si s'especifica SINGLE, el kick es\n"
+"fara nomès si l'usuari du la paraula completa. Si s'especifica\n"
+"START, el kick es fara nomès si l'usuari\n"
+"escriu una paraula que comenci amb paraula.\n"
+"Si no s'especifica END, el kick es fara nomès si\n"
+"l'usuari escriu una paraula que finalitzi amb paraula. Si\n"
+"no s'especifica res, un kick es farà cada vegada que\n"
+"paraula sigui escrita per un usuari.\n"
+"\n"
+"La comanda BADWORDS DEL esborra la paraula esmantada de la\n"
+"llista de paraules malsonants. Si s'especifica una llista de noms, aquestes\n"
+"instàncies son esborrades. (Veure l'exemple per LIST especificat més\n"
+"endavant).\n"
+"\n"
+"La comanda BADWORDS LIST mostra la llista de bad\n"
+"words. Si s'especifica una mascara, nomès les instàncies\n"
+"concordant amb la mascara són mostrades. Si s'especifica una llista\n"
+"de noms, nomès aquestes instàncies son mostrades;\n"
+"per exemple:\n"
+"\n"
+" BADWORDS #canal LIST 2-5,7-9\n"
+" Llista paraules malsonants enumerades de 2 a 5 i de 7 a 9.\n"
+" \n"
+"La comanda BADWORDS CLEAR neteja totes les instàncies\n"
+"de la llista de paraules malsonants."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintàxi: BAN #canal nick [raó]\n"
+"\n"
+"Baneja un nick seleccionat en un canal.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivell d'\n"
+"accés 5 i major en el canal."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Sintaxi: BOT ADD nick usuari host real\n"
+" BOT CHANGE nick-ant nick-nue [usuari [host [real]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Permet als administradors de serveis crear, modificar\n"
+"i esborrar bots que usuaris podran usar en els seus propis\n"
+"canals.\n"
+"\n"
+"BOT ADD afegeix un bot con el nickname, usuari, host\n"
+"i nombre reial donats. Ja que no es fan comprovacions \n"
+"d'integritat per aquests parametres, tingues molta cura.\n"
+"BOT CHANGE permet cambiar el nickname, usuari, host\n"
+"o nom real d'un bot sense tenir que esborrar-lo (i la\n"
+"informació associada a ell).\n"
+"BOT DEL esborra el bot donat de la llista de bots.\n"
+"\n"
+"Nota: Si fas un bot amb un nick ja enregistrat,\n"
+"sera eliminat. A més, si un usuari està actualment\n"
+"usant el nick, serà killejat."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Sintàxi: BOTLIST\n"
+"\n"
+"Llista tots els bots disponibles en aquesta xarxa."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Sintàxi: CANCEL {nick | canal}\n"
+"\n"
+"Cancela l'ultim memo enviat al nick o canal donat,\n"
+"sempre i quan no hagi sigut llegit al moment en el que\n"
+"vas fer servir la comanda."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Sintàxi: CHANLIST [{patró | nick} [SECRET]]\n"
+"\n"
+"Llista tots els canals actualment en ús en la xarxa IRC,\n"
+"estiguin registrats o no.\n"
+"\n"
+"Si s'especifica patró, llista nomès els canals que concordin amb ell. \n"
+"Si s'especifica un nickname, llista nomès els canals en els que l'usuari\n"
+"hi sigui. Si s'especifica SECRET, llista nomès els canals que\n"
+"concordin amb patró i que tinguin modes +s o +p.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntax: CHECK nick\n"
+"\n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintàxi: CLEAR canal que\n"
+"\n"
+"Li diu a %S que netegi certs paràmetres en el canal.\n"
+"que pot ser un dels següents:\n"
+"\n"
+" MODES Reestableix totss los Modes en el canal (o sigui,\n"
+" neteja els Modes i,k,l,m,n,p,s,t).\n"
+" BANS neteja tots els bans en el canal.\n"
+" EXCEPTS neteja tots els excepts en el canal.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Esborra estatus d'operador de canal (Mode +o)\n"
+" de tots els operadors de canal. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Esborra l'estatus \"voice\" (Mode +v) de qui\n"
+" tingui aquest Mode establert.\n"
+" USERS Explusa (kickea) tots els usuaris del canal.\n"
+"\n"
+"Per defecte, el nivell d'accés en el canal ha de ser de\n"
+"fundador."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Sintàxi: CLEARMODES canal [ALL]\n"
+"\n"
+"Neteja tots els modes binarios (i,k,l,m,n,p,s,t) i\n"
+"bans del canal. Si s'especifica ALL, tambe neteja\n"
+"tots els ops i voices (modes +o i +v) del canal.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attemtped\n"
+"attack on the network."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Sintàxi: DEHALFOP #canal [nick]\n"
+"\n"
+"Treu Halfop al nick seleccionat en un canal. Si el nick no\n"
+"és donat, et treurà halfop a tu.\n"
+"\n"
+"Per defecte, limitat a AOPs i aquells amb nivelll d'\n"
+"accés 5 i major en el canal, o a HOPs o aquells amb\n"
+"nivelll 4 i major per a treure's halfop a si mateixos."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database.\n"
+"Limited to Services operators."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintàxi: DEL [canal] {nombre | llista | LAST | ALL}\n"
+"\n"
+"Esorra el o els memos especificats. pots donar multiples\n"
+"nombres o rangs de nombres en lloc d'un solo, com en el\n"
+"exemple.\n"
+"\n"
+"If LAST is given, the last memo will be deleted.\n"
+"Si ALL és donat, esborra tots els teus memos.\n"
+"\n"
+"exemples:\n"
+"\n"
+" DEL 1\n"
+" Esorra el teu primer memo.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Esborra els memos enumerats 2 a 5 i 7 a 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick.\n"
+"Limited to Host Removers."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintàxi: DEOP #canal [nick]\n"
+"\n"
+"Desopeja al nick seleccionado en un canal. Si el nick no és\n"
+"donat, et desopejarà a tu.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivelll d'\n"
+"accés 5 i major en el canal."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintàxi: DEOWNER #canal\n"
+"\n"
+"Esborra l'estatus de propietari del canal.\n"
+"\n"
+"Limitat a aquells amb nivelll de fundador en el canal."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Sintàxi: DEPROTECT #canal [nick]\n"
+"\n"
+"Desprotejeix al nick seleccionat en un canal. Si el nick no\n"
+"és donat, et desprotegirà a tu.\n"
+"\n"
+"Per defecte, limitat al fundador, o a SOPs o aquells\n"
+"amb nivelll 10 i major en el canal per a desprotegir-se a\n"
+"si mateixos."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Sintàxi: DEVOICE #canal [nick]\n"
+"\n"
+"Treu voice al nick seleccionat en un canal. Si el nick no\n"
+"és donat, et treurà voice a tu.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivelll d'\n"
+"accés 5 i major en el canal, o a VOPs o aquells amb\n"
+"nivelll 3 i major per a donar-se voice a si mateixos."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Sintaxis: DROP canal\n"
+"\n"
+"Desenregistra el canal especificat. Nomès pot ser utilitzat pel\n"
+"fundador del canal."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Sintàxi: DROP canal\n"
+"\n"
+"Desregistra el canal donat. Només\n"
+"administradors de serveis poden eliminar un\n"
+"canal per el qual no s'haguin identificado."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Sintaxis: DROP [nickname]\n"
+"\n"
+"Elimina el teu nickname de la base de dades de %S. Un nick\n"
+"que ha estat eliminat esta lliure per que qualsevol persona\n"
+"el registri.\n"
+"\n"
+"Pots eliminar un nick en el teu grupo indicant-lo com a\n"
+"parametre nick.\n"
+"\n"
+"Abans d'utilitzar aquesta comanda has d'identificar-te amb la teva\n"
+"clau (/msg %S HELP IDENTIFY per més informació)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Sintaxis: DROP [nickname]\n"
+"\n"
+"Sense un parametre, elimina el teu nickname de la base de dades de\n"
+"%S.\n"
+"\n"
+"Amb un parametre, elimina el nick esmentat de la base de\n"
+"dades. Pots eliminar qualsevol nick del teu grup sense\n"
+"privilegis especials. Eliminar qualsevol nick esta\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Sintaxis: EXCEPTION ADD [+expiració] mascara límit raó\n"
+" EXCEPTION DEL {mascara | llista}\n"
+" EXCEPTION MOVE numero posició\n"
+" EXCEPTION LIST [mascara | llista]\n"
+" EXCEPTION VIEW [mascara | llista]\n"
+"\n"
+"Permet als administradors de serveis manipular la llista\n"
+"de hosts que tenen un límit de sessió específic - permetent \n"
+"a certes màquines, com servidors de shells, mantenir un nombre més alt \n"
+"de clients al mateix temps. En quant un host arribi al seu límit\n"
+"de sessions, tots els clients intentant conectarse desde aquest \n"
+"host seran expulsats. Abans de expulsar usuaris, aquests son\n"
+"notificats a traves de un /NOTICE del %S amb ajuda sobre\n"
+"el límit de sessió. El contingut d'aquest notice es un establiment\n"
+"de configuració.\n"
+"\n"
+"EXCEPTION ADD afegeix la mascara de host donada a la llista de\n"
+"excepcion. Teniu en compte que les mascares nick!usuari@host\n"
+"i usuari@host son invalides. Nomès mascares reals com\n"
+"irc.aujac.org i *.aujac.org, son permessas ja que el\n"
+"límit de sessions no compta nicks o noms d'usuari.\n"
+"Límit ha de ser un numero mes gran o igual a zero. Això determina\n"
+"quantes sessions el host pot tenir en un cert temps. El valor\n"
+"zero significa que el host no te límits de sessió. Veure la ajuda\n"
+"sobre AKILL per a més detalls sobre el parametre opcional\n"
+"expiració.\n"
+"EXCEPTION DEL remou la mascara donada de la llista d'excepcions.\n"
+"EXCEPTION MOVE mou l'excepció numero a posició. Les\n"
+"excepcions entremig seran mogudes amunt o avall per a omplir l'espai.\n"
+"\n"
+"EXCEPTION LIST i EXCEPTION VIEW mostra totes les\n"
+"excepcions actuals; si la mascara opcional es donada, la llista es\n"
+"limitada a les excepcions similars a la mascara. La diferencia\n"
+"es que EXCEPTION VIEW es mes verbal, mostrant el nom de la\n"
+"persona que va afegir l'excepció, el límit d'excepció, raó,\n"
+"mascara de hosts i la data i hora d'expiració. \n"
+"\n"
+"Pren nota de que un client conectant-se \"utilitzara\" la primera\n"
+"excepció a la que el host s'assembli. Llargues llistes d'excepcions\n"
+"i mascares que s'assemblin a moltes mascares possiblement contribueixin\n"
+"al mal rendiment dels serveis.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintàxi: FORBID canal [raó]\n"
+"\n"
+"Prohibeix a qualsevol de registrar o usar el canal\n"
+"donat. pot ser cancelat eliminant el canal.\n"
+"\n"
+"Raó pot ser requerida en certas xarxes.\n"
+"\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Sintaxis: FORBID nickname [raó]\n"
+"\n"
+"Impedeix que un nickname sigui registrat o utilitzat per algú.\n"
+"Pot ser cancel.lat eliminat el nick.\n"
+"\n"
+"En algunes xarxes, la raó es necessaria.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Sintàxi: GETKEY canal\n"
+"\n"
+"Retorna la clau del canal donat."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Sintàxi: GETPASS canal\n"
+"\n"
+"Retorna la clau pel canal donat. tenir en compte\n"
+"que quan aquesta comanda es fa servir, un missatge incloent la\n"
+"persona que va executar la comanda i el canal en el que es va fer servir\n"
+"seran seguits i enviats com a WALLOPS/GLOBOPS.\n"
+"\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Sintaxis: GETPASS nickname\n"
+"\n"
+"Retorna la clau pel nickname donat. Tingues en compte\n"
+"que quant aquesta comanda es utilitzada, un missatge inclouent\n"
+"la persona que va executar la comanda i el nickname en el qual\n"
+"va ser utilitzat sera establert i enviat com WALLOPS/GLOBOPS.\n"
+"\n"
+"Limitat a administradors de serveis.\n"
+"\n"
+"Aquesta comanda no esta disponible si encriptació esta habilitada."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintaxis: GHOST nickname [clau]\n"
+"\n"
+"Termina una sessió IRC \"fantasma\" utilitzant el teu nick. Una\n"
+"sessió fantasma és una connexió falsa, de tal manera que els\n"
+"servidors IRC creuen esta en linea per una raó o altre.\n"
+"Tipicament, això succeix si el teu ordinador es bloqueja o la\n"
+"teva connexió a internet es talla mentres estas\n"
+"a IRC.\n"
+"\n"
+"Per utilitzar la comanda GHOST per un nick, la teva\n"
+"adreça actual mostrada a /WHOIS ha d'estar a la llista\n"
+"d'accés d'aquest nick, has d'estar identificat i en el\n"
+"grup d'aquest nick, o has de proveir la clau correcta\n"
+"per aquest nickname."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Sintaxis: GLIST\n"
+"\n"
+"Llista tots els nicks en el teu grup."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintaxis: GLIST [nickname]\n"
+"\n"
+"Sense un parametre, llista tots els nicknames en el teu\n"
+"grup.\n"
+"\n"
+"Amb un parametre, llista tots els nicknames que hi ha\n"
+"en el grup del nick esmentat.\n"
+"El seu ús esta limitat a administradors de serveis."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Sintàxi: GLOBAL missatge\n"
+"\n"
+"Permet als Administrators a enviar missatges als usuaris de\n"
+"la xarxa. El missatge sera enviat desde el nick %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntax: GROUP\n"
+"\n"
+"This command allows users to set the vhost of thier\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Sintaxis: GROUP grupo clau\n"
+"\n"
+"Aquesta comanda fa que el teu nickname s'adhereixi al grup de nicknames\n"
+"grup. clau es la de teu nickname.\n"
+"\n"
+"L'unió a un grup et permetra compartir configuracions,\n"
+"memos, i privilegis en canals amb tots els nicknames en un\n"
+"grup, i molt més!\n"
+" \n"
+"Un grup existeix sempre i quant sigui servible. Això\n"
+"significa que si un nick del grup es eliminat, no perdràs\n"
+"les caracteristiques compartides descrites anteriorment, sempre i\n"
+"quant al menys un nick quedi al grup.\n"
+"\n"
+"Pots utilitzar aquesta comanda encara que no estigui registrar el teu\n"
+"nick. Si el teu nick ja esta registrat hauras d'identificar-te\n"
+"abans d'utilitzar aquesta comanda. Escriu /msg %S HELP\n"
+"IDENTIFY per més informació. Potser que no sigui possible\n"
+"a la teva xarxa.\n"
+"\n"
+"Es recomenable utilitzar aquesta comanda amb un nick no registrat ja\n"
+"que sera registrat automaticament quant l'utilitzis.\n"
+"Pots utilitzar-la amb un nick ja registrat (per canviar de grup) \n"
+"sols si els administradors de la teva xarxa ho permeten.\n"
+"\n"
+"Pots estar en un sol grup a la vegada. L'unió de\n"
+"grups no es possible.\n"
+"\n"
+"Tingues en compte: tots els nicks en un grup comparteixen la\n"
+"mateixa clau."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Sintàxi: HALFOP #canal [nick]\n"
+"\n"
+"Dóna Halfop al nick seleccionat en un canal. Si el nick no\n"
+"és donat, et donarà halfop a tu.\n"
+"\n"
+"Per defecte, limitat a AOPs i aquells amb nivelll d'\n"
+"accés 5 i major en el canal, o a HOPs o aquells amb nivelll\n"
+"4 i major per a donar-se halfop a si mateixos."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintàxi: HOP canal ADD nick\n"
+" HOP canal DEL {nick | instancia | llista}\n"
+" HOP canal LIST [mascara | llista]\n"
+" HOP canal CLEAR\n"
+"\n"
+"Manté la llista HOP (HalfOP) per a un canal. La llista\n"
+"HOP li dóna a l'usuari el dret de ser automàticament\n"
+"halfopejat en el teu canal.\n"
+"\n"
+"La comanda HOP ADD agrega al nickname donat a la llista\n"
+"HOP.\n"
+"\n"
+"La comanda HOP DEL esborra el nickname donat de la\n"
+"llista HOP. Si una llista d'instàncies és donada, aquestes\n"
+"instàncies són esborrades. (Veure l'exemple per a LIST més\n"
+"endevant.)\n"
+"\n"
+"La comanda HOP LIST mostra la llista HOP. Si una\n"
+"mascara amb comodí és donada, només les instàncies\n"
+"que concordin amb la mascara són mostrades. Si una llista de\n"
+"instàncies és donada, només aquestes instàncies són mostrades;\n"
+"per exemple:\n"
+"\n"
+" HOP #canal LIST 2-5,7-9\n"
+" Mostra instàncies de HOP enumerades 2 a 5 y\n"
+" 7 a 9.\n"
+"\n"
+"La comanda HOP CLEAR neteja totes les instàncies de la\n"
+"llista HOP.\n"
+"\n"
+"Les comandes HOP ADD i HOP DEL estan limitades a\n"
+"AOPs o superior, mentre que la comanda HOP CLEAR\n"
+"sols pot ser utilitzada per el fundador del canal.\n"
+"\n"
+"Aquesta comanda pot haber estat deshabilitada per al teu canal.\n"
+"Si aquest és el cas, has de fer servir la llista d'accés. Veure\n"
+"/msg %S HELP ACCESS per a informació sobre la llista\n"
+"d'accés i /msg %S HELP SET XOP per a saber com canviar\n"
+"entre la llista d'accés i el sistema de llistes xOP."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Sintaxis: IDENTIFY [account] clau\n"
+"\n"
+"Informa a %S que tu ets realment el propietari del teu nick.\n"
+"Moltes comandes requereixen que t'identifiquis amb aquesta\n"
+"comanda abans d'utilitzar-les. La clau hauria de ser la mateixa\n"
+"que va ser enviada amb la comanda REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Sintàxi: INFO canal\n"
+"\n"
+"llista informació sobre el canal registrat donat,\n"
+"incloent el seu fundador, temps de registració, últim\n"
+"cop utilitzat, descripció i fixació de Modes, si existeixen.\n"
+"Si ALL és especificat, el misatge d'entrada i\n"
+"sucsesor també seran mostrats."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Sintaxis: INFO nickname\n"
+"\n"
+"Mostra informació relativa al nick que s'especifiqui,\n"
+"tal com el propietari del nick, l'ultima adreça utilitzada\n"
+"i temps, i opcions del nick."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Sintàxi: INFO [canal]\n"
+"\n"
+"mostra informació del nombre de memos que tens,\n"
+"quants d'ells encar no han sigut llegits, i quants memos\n"
+"pots rebre. Amb un paràmetre, mostra la mateixa\n"
+"informació pel canal donat."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Sintàxi: INFO [nick | canal]\n"
+"\n"
+"Sense un paràmetro, mostra informació del nombre\n"
+"de memos que tens, quants d' ells encara no s'han\n"
+"llegit, i el nombre total de memos que pots rebre.\n"
+"\n"
+"amb un canal de paràmetre, mostra la mateixa informació\n"
+"pel canal donat.\n"
+"\n"
+"amb un nickname de paràmetr, mostra la misma\n"
+"informació pel nickname donat. Aquest us està\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Sintàxi: INFO {canal | nick}\n"
+"\n"
+"Permet veure la informació de %S sobre un canal o\n"
+"bot. Si el parametre es un canal, rebràs informació\n"
+"així como kickers activats. Si el parametre es un nick,\n"
+"rebràs informació sobre el bot, així com temps\n"
+"de creació o nom de canals en els que aquest estigui."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintàxi: INVITE canal\n"
+"\n"
+"Li diu a %S que et convidi al canal donat.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivell 5\n"
+"i major en el canal."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Sintàxi: JUPE servidor [raó]\n"
+"\n"
+"Li diu als serveis que fagin jupiter (saturn, mart,...) a un servidor\n"
+"-- és a dir, crear un \"servidor\" fals conectant als\n"
+"serveis el qual preveu al servidor real de\n"
+"connectar-se. El jupe pot ser eliminat utilitzant la comanda\n"
+"estandart SQUIT. Si una raó es especificada, es afegida\n"
+"en el camp d'informació sobre el servidor; d'altra\n"
+"banda, el camp de informació sobre el servidor tindra\n"
+"el text \"Juped per <nick>\", mostrant el nickname\n"
+"de la persona que va jupitejar el servidor.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintàxi: KICK #canal nick [raó]\n"
+"\n"
+"Kickeja al nick seleccionat en el canal.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivell d'\n"
+"accés 5 i major en el canal."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK #canal BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Estableix el kick per paraules malsonants a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que utilitzin certes paraules al canal.\n"
+"\n"
+"Pots definir paraules malsonants pel teu canal utilitzant la comanda\n"
+"BADWORDS. Escriu /msg %S HELP BADWORDS per més informació.\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK #canal REPEAT {ON|OFF} [ttb [num]]\n"
+"\n"
+"Estableix el kick per repetició a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que estiguin repetint num cops (si num no s'especifica,\n"
+"per defecte es establert a 3).\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintàxi: KICK canal opció parametres\n"
+"\n"
+"Configura els kickers de bot. opció pot ser una de:\n"
+"\n"
+" BOLDS Estableix si el bot kickejara negretes\n"
+" BADWORDS Estableix si el bot kickejara paraules malsonants\n"
+" CAPS Estableix si el bot kickejara majuscules\n"
+" COLORS Estableix si el bot kickea colors\n"
+" FLOOD Estableix si el bot kickejara usuaris\n"
+" que floodejan\n"
+" REPEAT Estableix si el bot kickejara usuaris\n"
+" que repeteixen com l'allioli\n"
+" REVERSES Estableix si el bot kickejara reversos\n"
+" UNDERLINES Estableix si el bot kickejara subratllats\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Escriu /msg %S HELP KICK Opció per més\n"
+"informació sobre una opció especifica.\n"
+"\n"
+"Nota: L'accés a aquesta comanda es control.lat pel\n"
+"nivell SET."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Sintàxi: KICK canal usuari raó\n"
+"\n"
+"Permet als IRCops kickejar un usuari de qualsevol\n"
+"canal. Els parametres son els mateixos que per la comanda\n"
+"/KICK. El missatge de kick tindra el nickname del IRCop\n"
+"que envia la comanda KICK; per exemple:\n"
+"\n"
+"*** SpamMan ha estat kickejat del canal #aujac per %S (cistus (Flood))\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal BOLDS {ON|OFF} [ttb]\n"
+"Estableix el kick per negretes a actvitat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que utilitzin negretes.\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal CAPS {ON|OFF} [ttb [min [porcentaje]]]\n"
+"Estableix el kick per mayusculas a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció le diu al bot que kickegi\n"
+"usuaris que estiguin escrivint en majuscules.\n"
+"\n"
+"El bot kickeja nomès si hi ha com a mínim min majuscules\n"
+"i que constitueixin com a mínim porcentatge%% del total\n"
+"del text (si no s'especifica, per defecte s'estableix a 10\n"
+"caràcters i 25%%).\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Estableix el kick per colors a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que utilitzin colors.\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal FLOOD {ON|OFF} [ttb [ln [segs]]]\n"
+"Estableix el kick per flood a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que estiguin floodejant el canal utilitzant com a mínim\n"
+"ln linees en segs segons (si no s'especifica, per\n"
+"defecte es establert a 6 linees en 10 segons).\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Estableix el kick per reversos a activat o desactivat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que utilitzin reversos.\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintàxi: KICK canal UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Estableix el kick per subratllats a activat o apagat.\n"
+"En habilitar-lo, aquesta opció li diu al bot que kickegi\n"
+"usuaris que utilitzin subratllats.\n"
+"\n"
+"ttb es el numero de cops que un usuari sera kickejat\n"
+"abans de ser banejat. No cal especificar ttb per a deshabilitar\n"
+"el sistema de ban un cop activat."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Sintàxi: LEVELS canal SET tipo [nivell|FOUNDER]\n"
+" LEVELS canal {DIS | DISABLE} tipo\n"
+" LEVELS canal LIST\n"
+" LEVELS canal RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time.\n"
+"Limited to Services operators."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Sintàxi: LIST patró\n"
+"\n"
+"llista tots els canals registrats concordant amb el patró \n"
+"donat (canals amb l'opció PRIVATE establerta no són\n"
+"llistats.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Sintaxis: LIST patró\n"
+"\n"
+"Llista tots els nicknames que concordin amb el patró\n"
+"donat, en el format nick!usuari@host. Nicks amb \n"
+"l'opció PRIVATE establerta no seran mostrats.\n"
+"\n"
+"Exemples:\n"
+"\n"
+" LIST *!cistus@aujac.org\n"
+" Llista tots els nicks registrats per cistus@aujac.org.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Llista tots els nicks registrats amb Bot en els seus\n"
+" noms (sensible a majuscules i miniscules).\n"
+"\n"
+" LIST *!*@*.aujac.org\n"
+" Llista tots els nicks registrats per usuaris amb el\n"
+" domini aujac.org."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Sintàxi: LIST patró [FORBIDDEN] [NOEXPIRE]\n"
+"\n"
+"llista tots els canals registrats concordant amb el patró donat.\n"
+"canals amb l'opció PRIVATE establreta sols seran mostrats\n"
+"a administradors de serveis. canals amb l'opció NOEXPIRE\n"
+"tindran un ! davant del nom del canal per a\n"
+"administradors de serveis.\n"
+"\n"
+"Si les opcions FORBIDDEN o NOEXPIRE son donades, sols canals\n"
+"que, respectivament, tenen FORBID o NOEXPIRE establert seran\n"
+"mostrats. Si ambdues opcions són donades, ambdós tipus de canals\n"
+"seran mostrats. Aquestes opcions estan limitadas a\n"
+"administradors de serveis."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Sintaxis: LIST patró [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Llista tots els nicknames registrats que concordin amb el\n"
+"patró donat, en el format nick!usuari@host. Nicks amb\n"
+"L'opció PRIVATE tan sols sera mostrada a administradors\n"
+"de serveis. Nicks amb l'opció NOEXPIRE establerta tindran\n"
+"un ! avantposat al nickname per a administradors de\n"
+"serveis.\n"
+"\n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"\n"
+"Exemples:\n"
+"\n"
+" LIST *!cistus@aujac.org\n"
+" Llista tots els nicks registrats per cistus@aujac.org.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Llista tots els nicks registrats amb Bot en\n"
+" els seus noms. (no sensible a majuscules i minuscules).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Llista tots els nicks registrats que hagin estat establerts\n"
+" a no caducitat."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintàxi: LIST [canal] [llista | NEW]\n"
+"\n"
+"llista els memos que tens actualment. Amb NEW, llista\n"
+"només els memos nous (no llegits). Memos nous estan\n"
+"marcats amb un \"*\" a l'esquerra del nobre del memo.\n"
+"També pots especificar una llista de nombres, com en el\n"
+"exemple més endevant:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" llista memos enumerats 2 a 5 i 7 a 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Sintaxis: LOGONNEWS ADD texto"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Sintaxis: LOGONNEWS DEL {numero | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Sintaxis: LOGOUT\n"
+"\n"
+"Aquesta comanda inverteix l'efecte de IDENTIFY, o sigui, \n"
+"et fa ja no reconeixible com a propietari del teu nick.\n"
+"Tingues en compte que no et sera obligatori identificar-te\n"
+"un altre cop."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Sintaxis: LOGOUT [nickname [REVALIDATE]]\n"
+"\n"
+"Sense un parametre, desfà l'efecte de la comanda IDENTIFY, \n"
+"és a dir, fa que no siguis reconegut com l'autentic propietari del nick\n"
+"Tingues en compte, que no seras necessari tornar-te a identificar.\n"
+"\n"
+"Amb un parametre, fa lo mateix pel nick donat. Si\n"
+"a més a més especifiques REVALIDATE, els serveis requeriran\n"
+"a l'esmentat nick a reidentificar-se. Aquest ús esta limitat a\n"
+"administradors de serveis."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintàxi: MODE canal Modes\n"
+"\n"
+"Permet als operadors de serveis establir modes de canal\n"
+"per a qualsevol canal. Els parametres son els mateixos que per la\n"
+"comando estandart /MODE.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntax: MODINFO FileName\n"
+"This command lists information about the specified loaded module"
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Lists all currently loaded modules."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODLOAD FileName\n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODUNLOAD FileName\n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Sintàxi: NOOP SET servidor\n"
+" NOOP REVOKE servidor\n"
+"\n"
+"NOOP SET esborra totes les linees O: del\n"
+"servidor especificat i killeja a tots els IRCops actuals\n"
+"per a prevenir-los de fer rehash en el servidor\n"
+"(ja que això cancel.laria l'efecte).\n"
+"\n"
+"NOOP REVOKE fa que les linees 0: disponibles novament\n"
+"en el servidor especificat.\n"
+"\n"
+"Nota: El servidor no es testejat pels\n"
+"serveis.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntax: OLINE user flags\n"
+"\n"
+"Allows Services Operators to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintàxi: OP #canal [nick]\n"
+"\n"
+"Opeja al nick seleccionat en un canal. Si un nick no és\n"
+"donat, t'opejarà a tu.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivelll d'\n"
+"accés 5 i major en el canal."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Sintaxis: OPERNEWS ADD texto"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Sintaxis: OPERNEWS DEL {numero | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintàxi: OWNER #canal\n"
+"\n"
+"Et dóna l'estatus de propietari del canal.\n"
+"\n"
+"Limitad a aquells amb nivelll de fundador en el canal."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Sintàxi: PROTECT #canal [nick]\n"
+"\n"
+"Protejeix al nick seleccionat en un canal. Si el nick no és\n"
+"donat, et protegirà a tu.\n"
+"\n"
+"Per defecte, limitat al fundador, o a SOPs o aquells\n"
+"amb nivell 10 i major en el canal per a protejerse a si\n"
+"mismos."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Sintàxi: QUIT\n"
+"\n"
+"Força als serveis a parar inmediatament; les bases de\n"
+"dades no son guardades. Aquesta comanda no ha de ser utilitzada\n"
+"excepte que les còpies en la memòria semblin espatllades i no\n"
+"hagin de ser guardades. Per parar normalment, utilitza la comanda\n"
+"SHUTDOWN.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Sintaxis: RANDOMNEWS ADD text"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Sintaxis: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {numero | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Edita o mostra la llista de missatges de noticia a l'atzar.\n"
+"Quant un usuari es connecta a la xarxa, un (i nomès un) dels\n"
+"missatges a l'atzar sera escollit i enviat a ells.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Sintaxis: RANDOMNEWS DEL {numero | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintàxi: READ [canal] {nombre | llista | LAST | NEW}\n"
+"\n"
+"T'envia el text dels memos especificats. Si LAST és\n"
+"donat, t'envia l'ultim memo rebut. si NEW és donat, t'\n"
+"envia tots els teus memos nous. D'altra forma, t'envia el\n"
+"memo nombre nombre. També pots donar una llista de\n"
+"nombres, com en el exemple:\n"
+"\n"
+" READ 2-5,7-9\n"
+" mostra els memos enumerats 2 a 5 i 7 a 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Sintaxis: REGISTER canal descripció\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Sintaxis: REGISTER clau [email]\n"
+"\n"
+"Registra el teu nickname a la base de dades de %S. Un\n"
+"cop registrat, pots utilitzar les comandes SET i ACCESS\n"
+"per configurar els parametres del teu nick al teu gust.\n"
+"Assegura't de recordar la clau que vas fer servir per\n"
+"registrar-te - la necessitaras per fer canvis en el teu nick\n"
+"(Tingues en compte que les majuscules importen! AUJAC,\n"
+"Aujac, i aujac són totes claus diferents!)\n"
+"\n"
+"Guies per escollir claus:\n"
+"\n"
+"Las claus no han de ser fàcils d'endevinar. Per exemple,\n"
+"utilitzar el teu nom real com clau es una mala idea. Utilitzar\n"
+"el teu nickname com a clau es una idea pitjor :( i,\n"
+"de fet, %S no ho permetria. A mes, claus curtes\n"
+"son vulnerables a ser encertades, aixi que hauries d'escollir una\n"
+"clau de com a mínim 5 caràcters.\n"
+"Per últim, el caràcter d'espai no pot ser utilitzat.\n"
+"\n"
+"El parametre email es opcional i establira l'email pel\n"
+"teu nick inmediatament. Com sigui, pot ser que sigui demanat\n"
+"en certes xarxes.\n"
+"La teva privacitat es respectada; aquest e-mail no sera donat a\n"
+"terceres persones.\n"
+"\n"
+"Aquesta comanda crea un nou grup pel teu nickname\n"
+"que et permetra registrar altres nicks després compartint\n"
+"la mateixa configuració, memos i privilegis. Per més\n"
+"informació sobre aquesta característica, escriu /msg %S\n"
+"HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Sintàxi: RELOAD\n"
+"\n"
+"Força als serveis a recarregar l'arxiu de\n"
+"configuració. Tenir en compe que algunes directives\n"
+"necessiten que els serveis es reinicin de nou per tenir\n"
+"efecte (tal com nicknames dels serveis, activació\n"
+"de la limitació de sessions, etc.)\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Sintàxi: RESTART\n"
+"\n"
+"Força als serveis a guardar totes les bases de\n"
+"dades i després parar i arrancar de nou.\n"
+"(es a dir, finalitzar el programa e inmediatament reiniciar\n"
+"el programa de nou).\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+"\n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recepient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Sintàxi: SAY canal text\n"
+"\n"
+"Fa que el bot escrigui el text especificat en el canal especificat."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Sintàxi: SEND {nick | canal} text-del-memo\n"
+"\n"
+"Envia un memo al nick o canal donat, que conté\n"
+"text-del-memo. A l'enviar a un nickname, aquest\n"
+"rebrà noticia de que ell/ella té un nou memo. El nick\n"
+"o canal receptors han d'estar registrats."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Sintaxis: SENDPASS nickname\n"
+"\n"
+"Envia la clau del nickname donat a l'adreça\n"
+"e-mail establerta en el registre del nickname. Aquesta comanda\n"
+"es sumament útil per recuperar claus perdudes.\n"
+"\n"
+"Pot ser limitat a operadors d'IRC en certes\n"
+"xarxes."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Sintaxis: SESSION LIST umbral\n"
+" SESSION VIEW host\n"
+"\n"
+"Permet als administradors de serveis veure la llista de sessions.\n"
+"\n"
+"SESSION LIST llista hosts amb un mínim de umbral sessions.\n"
+"L'umbral ha de ser un numero superior a 1. Això es per a prevenir\n"
+"llistats accidentals del gran nombre de hosts de sessió.\n"
+"SESSION VIEW mostra informació detallada sobre un host \n"
+"específic - incloent el compte de sessió i el límit de sessió\n"
+"actual.\n"
+"El valor host no pot incluir comodins.\n"
+"\n"
+"Mireu l'ajuda sobre EXCEPTION per a més informació sobre\n"
+"límits de sessió i como establir-los per a hosts i grups específics\n"
+"d'ara endavant. \n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts.\n"
+"Limited to Services operators."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintàxi: SET canal opció parametres\n"
+"\n"
+"Configura opcions de bot. Opció pot ser uno de:\n"
+"\n"
+" DONTKICKOPS Per a protegir ops contra kicks de bots\n"
+" DONTKICKVOICES Per a protegir voices contra kicks de bots\n"
+" GREET Habilita missatges de benvinguda\n"
+" FANTASY Habilita comandoe de fantasia\n"
+" SYMBIOSIS Permet al bot a actuar como un bot real\n"
+"\n"
+"Escriu /msg %S HELP SET opció per més informació\n"
+"sobre una opció especifica.\n"
+"\n"
+"Nota: L'accés a aquesta comanda esta controlat pel\n"
+"nivell SET."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Sintaxi: SET nick-del-bot PRIVATE {ON|OFF}\n"
+"\n"
+"Aquesta opció evita un bot de ser assignat\n"
+"a un canal per usuaris que no son operadors\n"
+"d'IRC.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sintaxis: SET canal opció parametres\n"
+"\n"
+"Li permet al fundador del canal establir varies opcions\n"
+"del canal i altres informacions.\n"
+"\n"
+"Opcions disponibles:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintàxi: SET canal DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el mode de protecció d'ops\n"
+"en un canal. En habilitar-lo, ops no seran\n"
+"kickejats pel bot, encara que no concideixen amb\n"
+"el nivell NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintàxi: SET canal DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el mode de protecció de voices\n"
+"en un canal. En hbilitarlo, voices no seran\n"
+"kickejatos pel bot, encara que no coincideixin amb\n"
+"el nivell NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Sintàxi: SET canal FANTASY {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el mode de fantasia\n"
+"en un canal. En habilitar-lo, els usuaris podran\n"
+"utilitzar les comandes !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen en un canal (investiga\n"
+"com utilitzar-los; intenta amb o sense nick per cadascú\n"
+"i amb raó per a alguns?).\n"
+"\n"
+"Cal dir que els usuaris que desitgin utilitzar comandes\n"
+"de fantasia HAN DE DISPOSSAR del nivell necessari\n"
+"pel nivell FANTASIA i altres depenent\n"
+"de la comanda si es requereix (per exemple, per a\n"
+"utilitzar !op, l'usuari ha de tenir suficient\n"
+"accés pel nivell OPDEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Sintàxi: SET canal GREET {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el mode de asludo en\n"
+"un canal. En habilitar-lo, el bot mostrara els\n"
+"missatges dels usuaris que entrin al canal,\n"
+"sempre i quan tinguin el suficient accés\n"
+"al canal."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Sintaxi: SET canal NOBOT {ON|OFF}\n"
+"\n"
+"Aquesta opció fa al canal no sigui assignable. Si un\n"
+"bot ja està assignat al canal, es desassignara\n"
+"automàticament quan habiliteu aquesta opció.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Sintàxi: SET canal NOEXPIRE {ON | OFF}\n"
+"\n"
+"Estableix si el canal expirarà. Establint-lo \n"
+"a ON evita que el canal expiri.\n"
+"\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Sintàxi: SET canal SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Habilita o dehsabilita el mode simbiosis en\n"
+"un canal. En habilitar-lo, el bot fara qualsevol\n"
+"cosa que normalmente hauria fet %s en els\n"
+"canals, tal como modes, KICKS i fins tot els\n"
+"missatges d'entrada."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sintaxis: SET Opció parametres\n"
+"\n"
+"Estableix varies opcions per a nicknames. Opció pot ser\n"
+"una de:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Sintàxi: SET Opció paràmetros\n"
+"\n"
+"Estableix varies opcions de memos. Opció pot ser una de:\n"
+"\n"
+" NOTIFY Canvia quan seràs notificat sobre de\n"
+" nous memos (sols per a nicknames)\n"
+" LIMIT Estableix el màxim nombre de memos que\n"
+" pots rebre\n"
+"\n"
+"escriu /msg %S HELP SET Opció per a més informació\n"
+"sobre una opció específica."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Sintàxi: SET opció parametres\n"
+"\n"
+"Estableix varies opcions globals de serveis.\n"
+"Noms de opcions actualment definides són:\n"
+" READONLY Estableix Mode nomès lectura o nomès escritura\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activa o desactiva el Mode debug\n"
+" NOEXPIRE Activa o desactiva el Mode no expire\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Sintàxi: SET DEBUG {ON | OFF | nom}\n"
+"\n"
+"Estableix el mode debug a activat o desactivat. En mode debug,\n"
+"tota la informació enviada desde i cap als serveis,\n"
+"a més de un numero de missatges són escrits a l'arxiu\n"
+"de log. Si s'especifica nom, el mode debug es\n"
+"activat, amb el nivell de debug especificat a nom.\n"
+"\n"
+"Aquesta opció es equivalent a l'opció -debug en\n"
+"la linea de comandes."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Sintaxis: SET DISPLAY nou-display\n"
+"\n"
+"canvia el display utilitzat per referir-te al teu grup de\n"
+"nicks en serveis. El nou display HA DE SER un nick\n"
+"del teu grup."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Sintaxis: SET EMAIL direccion\n"
+"\n"
+"Associa el E-mail donat amb el teu nickname. L'e-mail\n"
+"sera mostrat quant algu demani informació\n"
+"sobre el teu nick amb la comanda INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Sintaxis: SET GREET missatge\n"
+"\n"
+"Fa que el missatge introduit sigui la salutació pel teu nickname, \n"
+"el que sera mostrat quant entris a un canal amb la\n"
+"opció GREET habilitada, sempre i quant tinguis \n"
+"l'accés necessari."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sintaxis: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Permet prevenir que certa informació sobre el teu nick sigui donada\n"
+"quant es sol.licitada mitjançant la comanda %S INFO.\n"
+"Pots ocultar la teva adreça e-mail (EMAIL), l'ultima\n"
+"mascara usuari@host (USERMASK), i el teu últim missatge\n"
+"quit (QUIT).\n"
+"El segon parametre especifica si la informació ha de ser\n"
+"ocultada (OFF) o mostrada (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sintaxis: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Canvia la protecció automàtica del teu nick a on o off.\n"
+"Amb protecció on, si un altre usuari intenta utilitzar el teu nick,\n"
+"tindra un minut per canviar de nick, desprès del qual\n"
+"%S canviara el seu nick automaticament.\n"
+"\n"
+"Si estableixes QUICK, l'usuari tibdrà nomès 20 segons\n"
+"per canviar el nick en comptes dels 60 habituals. Si selecciones\n"
+"IMMED, el nick del usuari sera canviat automaticament\n"
+"sense ser avisat ni donar-li oportunitat de canviar-lo abans;\n"
+"per favor no utilitzis aquesta opció excepte que ho consideris\n"
+"necessari. A mes, els administradors de la xarxa poden haber\n"
+"deshabilitat aquesta opció."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Sintaxis: SET LANGUAGE numero\n"
+"\n"
+"Canvia el llenguatge que serveis utilitza per enviar-te missatges\n"
+"(per exemple, al respondre a una comanda que enviis).\n"
+"numero ha de ser escollit de la llista de llenguatges\n"
+"soportats:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Sintàxi: SET LIMIT [canal] límit\n"
+"\n"
+"Estableix el màxim nombre de memos que tu (o el canal donat)\n"
+"pots tenir. Si queda a 0, ningú podrà\n"
+"enviar-te memos. A més, no pots establir el límit més\n"
+"alt que %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Sintàxi: SET LIMIT [usuari | canal] {límit | NONE} [HARD]\n"
+"\n"
+"Estableix el màxim nombre de memos un usuari o canal està\n"
+"permès. Establir el límit a 0 evita a l'usuari\n"
+"de rebre memos; posar-lo a NONE permet a l'usuari\n"
+"de rebre i guardar els memos que vulgui. Si no dones un\n"
+"nickname o canal, el teu propi límit està establert.\n"
+"\n"
+"Afegir HARD evita al usuari de canviar el límit. No\n"
+"afegir HARD té l'efect contrari, permetent a l'\n"
+"usuari canviar el límit (encara que un límit previ hagui sigut establert\n"
+"amb HARD).\n"
+"\n"
+"L'us de la comanda SET LIMIT està limitat a\n"
+"administradors de serveis. altres usuaris poden\n"
+"només establir límits per a ells mateixos o per a un canal en\n"
+"el que tinguin certos privilegos, no podenn esborrar el seu\n"
+"límit, no poden establir el límit més enllà de %d, i no\n"
+"poden establir un límit hard."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"\n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Sintaxis: SET MSG {ON | OFF}\n"
+"\n"
+"Et permet escollir la forma en la que els serveis es\n"
+"comunicaran amb tu. Amb MSG establert, els serveis\n"
+"utilitzaran msgs, de l'altra forma utilitzaran notícies. "
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Sintàxi: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Estableix el mode no expire a activat o desactivat. En\n"
+"mode no expire, nicks, canals, akills i excepcions\n"
+"no caducaran fins que l'opció sigui desactivada.\n"
+"\n"
+"Aquaquesta opció es equivalent a l'opció -noexpire\n"
+"en la linea de comandes."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Sintàxi: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Canvia quan se't notificarà de nous memos:\n"
+"\n"
+" ON Notificació de memos quan et conectis,\n"
+" quan treguis /AWAY, i quan \n"
+" s'enviin\n"
+" LOGON Sols seras notificat de memos quan et conectis\n"
+" o quan treguis /AWAY.\n"
+" NEW Sols seras notificat de memos quan se't \n"
+" enviin.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF No rebràs cap notificació per memos.\n"
+"\n"
+"ON és escencialment LOGON i NEW combinats."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Sintaxis: SET PASSWORD nueva-clau\n"
+"\n"
+"Canvia la clau utilitzada per identificar-te com el\n"
+"propietari del nick."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sintaxis: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Fa que %S activi o desactivi l'opció de privacitat del teu\n"
+"nick. Amb PRIVATE establert,el teu nickname no apareixera en les\n"
+"llistes de nicknames generades amb la comanda LIST de %S.\n"
+"(D'altra banda, qualsevol persona que sapigue el teu nick podra comprobar\n"
+"la teva informació utilitzant la comanda INFO.)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Sintàxi: SET READONLY {ON | OFF}\n"
+"\n"
+"Estableix el mode nomès lectura a activat o desactivat. En mode\n"
+"nomès lectura, els usuaris normals no podran modificar dades\n"
+"de serveis, incloent accés a llistes de canals i\n"
+"nicknames, etc. IRCops amb suficients privilegis amb\n"
+"els serveis podren modificar la llista AKILL de\n"
+"serveis i eliminar o prohibir nicknames i canals, però\n"
+"cap d'aquests canvios sera guardat excepte que el\n"
+"mode nomès lectura es desactivi abans de que els serveis\n"
+"siguin desactivats o reiniciats.\n"
+"\n"
+"Aquesta opció es equivalent a l'opció -readonly en\n"
+"la linea de comandes."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sintaxis: SET SECURE {ON | OFF}\n"
+"\n"
+"Canvia les caracteristiques de seguretat de %S pel teu nick a on\n"
+"u off. Amb SECURE establert, has d'especificar la teva clau \n"
+"per ser reconegut com propietari del nick, a pesar de que la teva adreça\n"
+"estigui a la llista d'accéss. D'altra banda, si estas a la llista \n"
+"d'accés, %S no te auto-kickejara no important l'establiment de l'opció\n"
+"KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privlages such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This opion is _NOT_ persistant, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used.\n"
+"Limited to Services operators."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Sintàxi: SHUTDOWN\n"
+"\n"
+"Força als serveis a guardar totes les bases de\n"
+"datos i parar.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Sintàxi: SNLINE ADD [+expiració] mascara:raó\n"
+" SNLINE DEL {mascara | nom | llista}\n"
+" SNLINE LIST [mascara | llista]\n"
+" SNLINE VIEW [mascara | llista]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Permet als operadors de serveis manipular la llista\n"
+"de SNLINES. Si un usuari amb un nom real concordant\n"
+"amb una mascara SNLINE s'intenta connectar, els serveis\n"
+"l'impediran aconseguir una sessió d'IRC.\n"
+"\n"
+"SNLINE ADD afegeix la mascara de nom real especificada a la\n"
+"llista de SNLINES per la raó especificada (obligatori). \n"
+"expiració es especificada com un sencer\n"
+"seguit de d (dies), h (hores), o m\n"
+"(minuts). Combinacions (com 1h30m) no estan\n"
+"permesses. Si l'especificació de la unitat no es\n"
+"especificada, per defecte són dies (és a dir +30 nomès\n"
+"significa 30 dies). Per afegir una SNLINE que no caduqui,\n"
+"utilitza +0. Si la mascara de nom real especificada comença amb\n"
+"+, el temp d'expiració ha de ser especificat, encara que sigui\n"
+"el mateix que el per defecte. El temps actual d'expiració\n"
+"per defecte per SNLINES pot ser consultat amb la comanda\n"
+"STATS AKILL.\n"
+"Nota: Ja que la mascara de nom real pot contenir\n"
+"espais, el separador entre aquest i la raó es un signe de\n"
+"dos punts.\n"
+"\n"
+"La comanda SNLINE DEL esborra la mascara especificada de la\n"
+"llista de SNLINES si esta present. Si s'especifica una llista de\n"
+"instàncies, aquestes instàncies son esborrades. (Veure \n"
+"l'exemple per LIST especificat més endavant.)\n"
+"\n"
+"La comanda SNLINE LIST mostra la llista de SNLINES. Si\n"
+"s'especifica una mascara, nomès les instàncies concordant amb\n"
+"la mascara són mostrades. Si s'especifica una llista de instàncies,\n"
+"nomès aquestes instàncies son mostrades; per exemple:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" Llista instàncies de SNLINES enumerades de 2 a 5 i de 7 \n"
+" a 9.\n"
+" \n"
+"SNLINE VIEW es una versió més verbal que SNLINE LIST,\n"
+"i mostrara qui va fegir la SNLINE, la data en la que va\n"
+"ser afegida, i quan caducara, a més de la mascara de nom real\n"
+"i la raó.\n"
+"\n"
+"SNLINE CLEAR neteja totes les instàncies de la llista de\n"
+"SNLINES.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintàxi: SOP canal ADD nick\n"
+" SOP canal DEL {nick | instancia | llista}\n"
+" SOP canal LIST [mascara | llista]\n"
+" SOP canal CLEAR\n"
+"\n"
+"Manté la llista SOP (SuperOP) per a un canal. La llista\n"
+"SOP li dóna a l'usuari els drets donats per la llista AOP,\n"
+"i agrega aquells necesaris per a utilitzar les llistes de\n"
+"AutoKick i BadWords, enviar i llegir memos de canal, etc.\n"
+"\n"
+"La comanda SOP ADD afegeix el nickname donat a la llista\n"
+"SOP.\n"
+"\n"
+"La comanda SOP DEL esborra el nickname donat de la\n"
+"llista SOP. Si una llista d'instàncies és dada, aquestes\n"
+"instàncies són esborrades. (Veure l'exemple per a LIST més\n"
+"endevant.)\n"
+"\n"
+"La comanda SOP LIST mostra la llista SOP. Si una\n"
+"mascara amb comodí és donada, només les instàncies\n"
+"coincidents amb la mascara són mostrades. Si una llista de\n"
+"instàncies és donada, sols aquestes instàncies són mostrades;\n"
+"per exemple:\n"
+"\n"
+" SOP #canal LIST 2-5,7-9\n"
+" Mostra instàncies de SOP enumerades 2 a 5 i\n"
+" 7 a 9.\n"
+"\n"
+"La comanda SOP CLEAR neteja totes les instàncies de la\n"
+"llista SOP.\n"
+"\n"
+"Les comandes SOP ADD, SOP DEL i SOP CLEAR estan\n"
+"limitades al fundador del canal. Qualsecol usuari de la\n"
+"llista AOP pot fer servir la comanda SOP LIST.\n"
+"\n"
+"Aquesta comanda pot haber sigut deshabilitada per al teu canal.\n"
+"Si aquest és el cas, has de fer servir la llista d'accés. Veure\n"
+"/msg %S HELP ACCESS per a informació sobre la llista\n"
+"d'accés i /msg %S HELP SET XOP per a saber com canviar\n"
+"entre la llista d'accés i el sistema de llistes xOP."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Sintàxi: SQLINE ADD [+expiració] mascara raó\n"
+" SQLINE DEL {mascara | nom | llista}\n"
+" SQLINE LIST [mascara | llista]\n"
+" SQLINE VIEW [mascara | llista]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Permet als operadors de serveis manipular la llista\n"
+"de SQLINES. Si un usuari amb un nick concordant amb una\n"
+"mascara SQLINE s'intenta connectar, els serveis li\n"
+"impediran aconseguir una sessió d'IRC.\n"
+"\n"
+"Si el primer caràcter de la mascara es #, els serveis\n"
+"evitaran l'ús dels canals coincidents (a IRCds\n"
+"que ho soportin).\n"
+"\n"
+"SQLINE ADD afegeix la mascara de nom real especificada a la\n"
+"llista de SQLINES per la raó especificada (que s'ha d'especficar). \n"
+"expiració es especificada como un sencer\n"
+"seguit de d (dies), h (hores), o m\n"
+"(minuts). Combinacions (com 1h30m) no estan\n"
+"permesses. Si l'especificació de la unitat no es\n"
+"especificada, per defecte són dies (és a dir +30 nomès\n"
+"significa 30 dies). Per afegir una SQLINE que no caduqui,\n"
+"utilitzar +0. Si la mascara de nom real especificada comença amb\n"
+"+, el temps d'expiració ha de ser especificat, encara que sigui\n"
+"el mateix que el per defecte. El temps actual d'expiració\n"
+"per defecte per SQLINES pot ser consultat amb la comanda\n"
+"STATS AKILL.\n"
+"\n"
+"La comanda SQLINE DEL esborra la mascara especificada de la\n"
+"llista de SQLINES si esta present. Si s'especifica una llista de\n"
+"instàncies, aquestes instàncies son esborrades. (Veure\n"
+"l'exemple per LIST especificat més endavant.)\n"
+"\n"
+"La comanda SQLINE LIST mostra la llista de SQLINES. Si\n"
+"s'especifica una mascara, nomès les instàncies coincidents amb\n"
+"la mascara son mostrades. Si s'especifica una llista de instàncies,\n"
+"sols esas instàncies son mostrades; per exemple:\n"
+"\n"
+" SQLINE LIST 2-5,7-9\n"
+" llista instàncies de SQLINES enumerades de 2 a 5 i de 7\n"
+" a 9.\n"
+"\n"
+"SQLINE VIEW es una versió més verbal que SQLINE LIST,\n"
+"i mostrara qui va afegir la SQLINE, la data en la que va\n"
+"ser afegida, i quan caducara, a més de la mascara de nom real\n"
+"i la raó.\n"
+"\n"
+"SQLINE CLEAR neteja totes les instàncies de la llista de\n"
+"SQLINES.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Sintàxi: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Sense una opció, mostra el nom actual d'usuaris i\n"
+"IRCops en linea (excluient els serveis), el màxim\n"
+"nombre d'usuaris desde que els serveis s'han iniciat, i\n"
+"el temps que els serveis han estat funcionant.\n"
+"\n"
+"Amb L'opció AKILL, mostra la mida actual de la\n"
+"llista AKILL i l'actual temps d'expiració per defecte.\n"
+"\n"
+"L'opció ALL esta sols disponible per administradors de\n"
+"serveis, i mostra informació en el us de memòria dels\n"
+"serveis. Utilitzar aquesta opció pot congelar els\n"
+"serveis per un curt periode de temps en xarxes grans,\n"
+"aixi que no es recomana utilitzar sovint.\n"
+"\n"
+"L'opció RESET estableix el nombre màxim d'usuaris\n"
+"al nombre d'usuaris actualment presents en la xarxa."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Sintàxi: STATUS canal nickname\n"
+"\n"
+"Retorna el nivell d'accés actual del nick donat\n"
+"en el canal donat. La resposta és de la forma:\n"
+"\n"
+" STATUS canal nickname nivell-de-accés\n"
+"\n"
+"Si un error es dóna, la resposta serà de la forma:\n"
+"\n"
+" STATUS ERROR missatge-de-error\n"
+"\n"
+"limitat a administradors de serveis."
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Sintaxis: STATUS nickname...\n"
+"\n"
+"Retorna informació sobre si l'usuari que utilitza el nick especificat\n"
+"ha estat reconegut com el propietari del nickname.\n"
+"La resposta te el següent format:\n"
+"\n"
+" nickname codi-del-status account\n"
+"\n"
+"where nickname is the nickname sent with the command,\n"
+"codi-del-status is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - Usuari no esta en linea o el nick no esta registrat.\n"
+" 1 - Usuari no reconegut com el propietari del nick.\n"
+" 2 - Usuari reconegut sols mitjançant la llista d'accés.\n"
+" 3 - Usuari reconegut mitjançant autentificació per clau.\n"
+"\n"
+"Fins 16 nicknames poden ser enviats amb cada comanda. El\n"
+"reste seran ignorats. If no nickname is given, your status\n"
+"will be returned."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND channel [reason]\n"
+"\n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+"\n"
+"Reason may be required on certain networks."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK nick newnick\n"
+"\n"
+"Forcefully changes a user's nickname from nick to newnick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Sintàxi: SZLINE ADD [+expiració] mascara raó\n"
+" SZLINE DEL {mascara | nom | llista}\n"
+" SZLINE LIST [mascara | llista]\n"
+" SZLINE VIEW [mascara | llista]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Permet als operadors de serveis manipular la\n"
+"llista de SZLINES. Si un usuari amb una IP concordant\n"
+"amb una mascara de la llista de SZLINES intenta connectar-se,\n"
+"els serveis le impediran obtenir una sessió d'IRC\n"
+"(és a dir, si la IP te un PTR RR o no).\n"
+"\n"
+"SZLINE ADD afegeix la mascara IP especificada a la llista de\n"
+"SZLINES per la raó especificada (que s'ha d'especificar).\n"
+"expiració es especificada com un sencer seguit\n"
+"de d (dias), h (hores), o m (minuts).\n"
+"Combinacions (com 1h30m) no estan permesses. Si\n"
+"una especificació d'unitat no es especificada, per\n"
+"defecte es dies (és a dir, +30 significa\n"
+"30 dies). Per afegir una SZLINE que no caduqui, utilitzar\n"
+"+0. Si la mascara a afegir comença amb un\n"
+"+, el temps d'expiració ha de ser especificat, encara\n"
+"que sigui el mateix que el per defecte. El temps actual\n"
+"d'expiració per defecte per SZLINES pot ser\n"
+"consultat amb la comanda STATS AKILL.\n"
+"\n"
+"La comanda SZLINE DEL esborra la mascara especificada de la\n"
+"llista de SZLINES si esta present. Si s'especifica una llista de\n"
+"instàncies, aquestes instàncies son esborrades. (Veure\n"
+"l'exemple per LIST especificat més endavant.)\n"
+"\n"
+"La comanda SZLINE LIST mostra la llista de SZLINES. \n"
+"Si s'especifica una mascara, nomès aquellas instàncies\n"
+"coincidents amb la mascara són mostrades. Si s'especifica una llista\n"
+"de instàncies, nomès aquestes instàncies són mostrades;\n"
+"per exemple:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" Llista instàncies SZLINE enumerades de 2 a 5 i de 7 \n"
+" a 9.\n"
+" \n"
+"SZLINE VIEW es una versió més verbal de SZLINE LIST,\n"
+"i mostrara qui va afegir una SZLINE, la data en la que\n"
+"va ser afegida, i quan caducara, a més de la mascara IP i\n"
+"la raó.\n"
+"\n"
+"SZLINE CLEAR neteja totes les instàncies de la llista\n"
+"de SZLINES.\n"
+"\n"
+"Limitat a operadors de serveis."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintàxi: TOPIC canal [topico]\n"
+"\n"
+"Fa a %S establir el topic del canal al especificat.\n"
+"Si el topic no és donat, un topic buit és establert.\n"
+"Aquesta comanda és més util utilitzada en conjunt a SET\n"
+"TOPICLOCK. Veure /msg %S HELP SET TOPICLOCK\n"
+"per a més informació.\n"
+"\n"
+"Per defecte, limitat a aquells amb nivell de fundador\n"
+"en el canal."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: UMODE user modes\n"
+"\n"
+"Allows Services Operators to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Sintàxi: UNASSIGN canal\n"
+"\n"
+"Desassigna un bot d'un canal. A l'utilitzar aquesta comanda\n"
+"el bot ja no entrara al canal. De totes maneres, la configuració\n"
+"del bot pel canal es enmagatzemada, així et sera possible\n"
+"reassignar un bot sense haver de configurar-lo de nou."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintàxi: UNBAN canal [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Per defecte, limitat a AOPs o aquells amb nivell 5\n"
+"i major en el canal."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND channel\n"
+"\n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Sintàxi: UPDATE\n"
+"\n"
+"Força als serveis a actualitzar tots els arxius de\n"
+"la base de dades tan aviat como enviis la comanda.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Sintàxi: USERLIST [{patró | canal} [INVISIBLE]]\n"
+"\n"
+"Llista tots els usuaris actualment en linea en la xarxa IRC,\n"
+"estiguin registrats o no.\n"
+"\n"
+"Si s'especifica patró, llista nomès els usuaris que concordin\n"
+"amb ell (ha de ser amb el format nick!usuari@host). Si s'especifica canal,\n"
+"llista nomès els usuaris que estiguin en el canal donat. Si s'especifica\n"
+"INVISIBLE, nomès els usuaris amb la bandera +i seran\n"
+"llistats.\n"
+"\n"
+"Limitat a administradors de serveis."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Sintàxi: VOICE #canal [nick]\n"
+"\n"
+"Dóna voice al nick seleccionat en un canal. Si el nick no\n"
+"és donat, et donarà voice a ti.\n"
+"\n"
+"Per defecte, limitat AOPs o aquells amb nivelll d'\n"
+"accés 5 i major en el canal, o a VOPs o aquells\n"
+"amb nivelll 3 i major per a donar-se voice a si mateixos."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintàxi: VOP canal ADD nick\n"
+" VOP canal DEL {nick | instancia | llista}\n"
+" VOP canal LIST [mascara | llista]\n"
+" VOP canal CLEAR\n"
+"\n"
+"Manté la llista VOP (VOicePeople) per a un canal.\n"
+"La llista VOP li dona a l'usuari el dret de ser\n"
+"automàticament donat veu o donar-se veu a si mateix.\n"
+"\n"
+"La comanda VOP ADD agrega el nickname donat a la llista\n"
+"VOP.\n"
+"\n"
+"La comanda VOP DEL esborra el nickname donat de la\n"
+"llista VOP. Si una llista de instàncies és donada, aquestes\n"
+"instàncies són esborrades. (Veure l'exemple per a LIST més\n"
+"endevant.)\n"
+"\n"
+"La comanda VOP LIST mostra la llista VOP. Si una\n"
+"mascara amb comodí és donada, sols les instàncies\n"
+"concordant amb la mascara són mostrades. Si una llista de\n"
+"instàncies és donada, sols aquetes instàncies són mostrades;\n"
+"per exemple:\n"
+"\n"
+" VOP #canal LIST 2-5,7-9\n"
+" mostra instàncies de VOP enumerades 2 a 5 i\n"
+" 7 a 9.\n"
+"\n"
+"La comanda VOP CLEAR neteja totes les instàncies de la\n"
+"llista VOP.\n"
+"\n"
+"Les comandes VOP ADD, VOP DEL i VOP LIST estan\n"
+"limitades a AOPs o superior, mentre que la comanda\n"
+"VOP CLEAR sols pot ser utilitzada per el fundador del\n"
+"canal.\n"
+"\n"
+"Aquesta comanda pot haber sigut deshabilitada per al teu canal.\n"
+"Si aquest és el cas, has de fer servir la llista de accés. Veure\n"
+"/msg %S HELP ACCESS per a informació sobre la llista\n"
+"d'accés i /msg %S HELP SET XOP per a saber como canviar\n"
+"entre la llista d'accés i el sistema de llistes xOP."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND nickname reason / UNSUSPEND nickname\n"
+"SUSPENDs / UNSUSPENDs a nickname from being identified to"
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC canal [tòpic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "The IMMED option is not available on this network."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "La llista de AKILLs ha estat netegada."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "The Defcon Level is now at Level: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "La llista de SNLINEs ha estat netegada."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "La llista de SQLINEs ha estat netegada."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "La llista de SZLINEs ha estat netegada."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "The channel %s has no key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "The following commands have been loaded by a module:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Els següents nombres de característiques/funcions són\n"
+"entesos. Cal tenir en compte que els nivellls per a AUTODEOP\n"
+"i NOJOIN són nivellls màxims, mentre tots els altres\n"
+"són nivellls mínims."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "El host %s actualment te %d sessions amb un límit de %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "The last memo you sent to %s (sent on %s) has been read."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr "The last memo you sent to %s (sent on %s) has not yet been read."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "El límit de memos per a %s no pot ser canviat."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "El nou display HA DE SER ser un nickname del teu grup de nicknames!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "El nou display es ara %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "The nick %s is now being changed to %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "The vhost list is empty."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "There are %d memos on channel %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"No hi ha bots disponibles en aquest moment.\n"
+"Demana-li a un administrador de serveis que en fagi un!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"N'hi ha molts nicks en el grup de %s; lllistals i treu-ne alguns.\n"
+"Escriu /msg %s HELP GLIST i /msg %s HELP DROP\n"
+"per més informació."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "There is %d memo on channel %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"There is a new memo on channel %s.\n"
+"Type /msg %s READ %s %d to read it."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Ja no hi ha un bot assignat a %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "No hi ha notícies de entrada."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "No hay notícies de oper."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "No hi ha notícies al azar."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "There's no email address set for your nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Aquestes opcions estan reservades a administradors de\n"
+"Serveis:\n"
+"\n"
+" NOBOT Evita a un bot de ser assignat\n"
+" a un canal\n"
+" PRIVATE Evita a un bot de ser assignat\n"
+" per algú mes que un operador\n"
+" d'IRC"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "This channel has been forbidden."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Aquest canal ha estat registrat amb %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "This channel has been suspended."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Aquest canal esta prohibit."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Aquest canal no caducara."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Aquesta comanda esta obsoleta; utilitzi %s en substitució."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Aquest nick pertany a un altra persona. Per favor escull un altre nick.\n"
+"(Si aquest es el teu nick, escriu /msg %s IDENTIFY clau.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Aquest nick ha estat registrat; No pots utilitzar-lo."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "This nickname is currently suspended"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "This nickname is currently suspended, reason: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Aquest nick esta registrat i protegit. Si es el teu\n"
+"nick, escriu /msg %s IDENTIFY clau. Si no,\n"
+"per favor escull un nick diferent."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Aquest nickname no pot ser utilitzat. Per favor escull un altre."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Aquest nickname no caducara."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Lock de tòpic"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Retenció de tòpic"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic lock option for %s is now OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic lock option for %s is now ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Topic retention option for %s is now OFF."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Topic retention option for %s is now ON."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Desactiva les majuscules!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"escriu /msg %S HELP comando per a més ajuda en\n"
+"qualsevol de les comandes llistades anteriorment.\n"
+"\n"
+"(*) Per defecte, qualsevol usuari amb al menys nivell\n"
+" d'accés 10 en un canal pot lleguir els memos del\n"
+" canal. Això pot ser canviat amb la comanda\n"
+" LEVELS de %s."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Escriu /msg %S HELP opció per més informació\n"
+"sobre una opció en particular."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Escriu /msg %S SET EMAIL e-mail per provar el teu e-mail.\n"
+"Respectems la teva privacitat; Aquest e-mail no sera entregat\n"
+"a cap persona."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Escriu /msg %s LIST NEW per a llistar els teus memos."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Escriu /msg %s READ %d per a llegir-lo."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Escriu /msg %s READ LAST per llegir el teu últim memo."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modes"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN canal"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN canal [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND channel"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Unable to load module %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Unable to remove module %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Opcio SET desconeguda %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Opció STATS %s desconeguda."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Comanda no coneguda %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Comanda no coneguda %s. \"/msg %s HELP\" per ajuda."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Numero de llenguatge %d desconegut. Escriu /msg %s HELP SET LANGUAGE per una "
+"lllista de llenguatges."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Caràcter de Mode %c desconegut i ignorat."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Opció %s desconeguda."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Opció %s desconeguda.\n"
+"Escriu /msg %S HELP KICK per a més informació"
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Opció %s desconeguda.\n"
+"Escriu /msg %S HELP SET per a més informació."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Actualitzant les bases de dades."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "User %s not found in the nickserv db."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Usuari : %6d registres, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"L'usuari demanant el teu nick ha estat expulsat.\n"
+"/msg %s RELEASE %s per recuperar-lo abans %s time-out."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "User matches channel except."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Llista d'usuaris:\n"
+"Nick Mascara"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Llista VOP per a %s:\n"
+" Num Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Protecció de Voices"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Cuida el teu llenguatge!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Ja ets membre del grup de %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "You are already identified."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "You are no longer a SuperAdmin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "No estas autoritzat al status d'operador del canal a %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "No estas autoritzat a estar en aquest canal."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "No estas autoritzat a canviar el teu límit de memos."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "You are now a SuperAdmin"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "You are now an IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Ara ets membre en el grup de %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+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."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "No pots fer GHOST a tu mateix!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "No pots recuperar-te a tu mateix!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"No pots utilitzar aquest comanda.\n"
+"Utilitza les comandes AOP, SOP i VOP.\n"
+"Escriu /msg %s HELP comanda per a més informació."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"No pots utilitzar aquesta comanda. Utilitza la comanda ACCESS.\n"
+"Escriu /msg %s HELP ACCESS per més informació."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "No pots establir el límite de memos per %s mes de %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "No pots establir el teu límit de memos a mes de %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "No pots establir la teva adreça e-mail en aquesta xarxa."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Tens %d memos, dels quals %d encara no han estat llegits."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Tens %d memos, dels quals 1 encara no ha estat llegit."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Tens %d memos."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Tens %d memos, cap d'ells llegit."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Tens 1 memo i encara no ha estat llegit."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Tens 1 memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "No tens memos."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "M'has trobat %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Tens %d memos nous."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Tens 1 memo nou."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Tens un nou memo de %s.\n"
+"Escriu /msg %s READ %d per a llegir-lo."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "You have attempted to register a nonexistent channel %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Has estat desbanegat de %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "No tens límit en el numero de memos que pots mantenir."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "No tens memos."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "No tens memos nous."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "You have to enter a valid number as time."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Has d'assignar un bot al canal abans de poder utilitzar aquesta comanda.\n"
+"Escriu /msg %S HELP ASSIGN per a més informació."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Has de ser un operador de canal per registrar el canal."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr "You have to be connected longer than %d seconds to register your nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr ""
+"Has d'utilitzar Mode de lock +i tambe pel Mode\n"
+"de lock +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr ""
+"Has d'utilitzar Mode de lock +l també pel Mode\n"
+"de lock +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Ara has de proveir un e-mail pel teu nick.\n"
+"Aquest e-mail et permetra recuperar la teva clau en\n"
+"cas de que la olvidis."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr "Seràs notificat per nous memos quant et conectis i quant se t'enviin."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Seràs notificat per memos nous quant et conectis."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Seràs notificat quan els memos nous se t'enviin."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "No et sera possible rebre més memos."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "You will no longer be informed via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "No seràs notificat per memos nous."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "You will now be informed about new memos via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Your E-mail address will now be hidden from %s INFO displays."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Your E-mail address will now be shown in %s INFO displays."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Your access list is empty."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Your last quit message will now be hidden from %s INFO displays."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Your last quit message will now be shown in %s INFO displays."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Your last seen user@host mask will now be hidden from %s INFO displays."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Your last seen user@host mask will now be shown in %s INFO displays."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "El teu límit de memos ha estat deshabilitat."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "El teu límite de memos ha estat establert a %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "El teu límit de memos es %d i no pot ser canviat."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "El teu límit de memos es %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "El teu límit de memos es 0; no rebràs nous memos."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"El teu límit de memos es 0; no rebràs nous memos. No pots cambiar aquest "
+"límit."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "El teu nick ha estat desconnectat."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "El teu nick ja esta registrat; escriu /msg %s DROP primer."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "El teu nick no esta registrat."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"El teu nick no esta registrat. Escriu /msg %s HELP per mes informació al "
+"registrat el teu nickname."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "El teu nickname ha estat expulsat."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "El teu nickname s'esta canviant a %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Your passcode has been re-sent to %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "La teva clau es %s - Recordala per un us futur."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Your services access status will now be hidden from %s INFO displays."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Your services access status will now be shown in %s INFO displays."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Your vhost of %s is now activated."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Your vhost of %s@%s is now activated."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Notícies de Logon - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Notícies de Oper - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Notícies al Atzar - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "Desactivada"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "no expira"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "Activada"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "expira amb el pròxim update de la base de dades"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "expira en %d dia"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "expira en %d dies"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "expira en %d hora, %d minut"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "expira en %d hora, %d minuts"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "expira en %d hores, %d minut"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "expira en %d hores, %d minuts"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "expira en %d minuts"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "expira en %d minuts"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost for %s removed."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost for %s set to %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost for %s set to %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost for group %s set to %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost for group %s set to %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vhosts for group %s have been removed."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Sistema de llistes xOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "xOP lists system for %s is now OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "xOP lists system for %s is now ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/anope.de_DE.po b/lang/anope.de_DE.po
new file mode 100644
index 000000000..c1dcbd19d
--- /dev/null
+++ b/lang/anope.de_DE.po
@@ -0,0 +1,12505 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:20-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s für weitere Informationen."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"Mit %S kannst du einen Nicknamen \"registrieren\" und somit\n"
+"verhindern, dass andere ihn nutzen. Die folgenden Befehle\n"
+"erlauben die Registrierung und das Ändern der Einstellungen\n"
+"von den Nicknamen. Um sie zu benutzen, tippe \n"
+"/msg %S Befehl. Für weitergehende Informationen zu\n"
+"einem bestimmten Befehl, tippe /msg %S HELP Befehl."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S ist dafür geschaffen, Bots in Channels \n"
+"einzubringen. Geschaffen wurde er für User, die\n"
+"selbst keinen Bot ausfetzen können, oder auch Netzwerke,\n"
+"die Bots verbieten. Mögliche Befehle siehe unten, \n"
+"die Syntax ist /msg %S Befehl. \n"
+"\n"
+"Für weitere Hilfe zu einem bestimmten Befehl\n"
+"tippe /msg %S HELP Befehl"
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"Mit Hilfe von %S kann man Channel registrieren und\n"
+"eine Vielzahl von Kontrolloptionen einstellen. %S kann \n"
+"zum Beispiel das \"Takeover\" von Channels verhindern,in \n"
+"dem man die Channel-Op Privilegien auf bestimmte registrierte \n"
+"Nicknamen begrenzt. Verfügbare Befehle sind unten aufgelistet. \n"
+"Um sie zu benutzen tippe /msg %S Befehl. Für weitere \n"
+"Informationen zu einem bestimmten Befehl, tippe :\n"
+"/msg %S HELP Befehl.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S ist eine Einrichtung, die es erlaubt, \n"
+"dass sich IRC User untereinander kurze Textnachrichten \n"
+"senden, egal ob die Empfänger zu dem Zeitpunkt online \n"
+"sind oder nicht.\n"
+"Als Empfänger können auch Channels angegeben werden (*).\n"
+"\n"
+"Sowohl der Nickname des Senders als auch Empfängers müssen\n"
+"registriert sein, um eine Memo versenden zu können.\n"
+"\n"
+"%S's Befehle beinhalten:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s hat das DEFCON-Level geändert zu %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s wurde der %s AOP-Liste hinzugefügt."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s wurde der %s HOP-Liste hinzugefügt."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s wurde der %s SOP-Liste hinzugefügt."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s wurde der %s VOP-Liste hinzugefügt."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s wurde zur Access-Liste von %s hinzugefügt mit Level %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s wurde der AutoKick-Liste von %s hinzugefügt."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s zur Bad Words-Liste von %s hinzugefügt."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s wurde zur AKILL-Liste hinzugefügt."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s wurde zur SNLINE-Liste hinzugefügt."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s wurde zur SQLINE-Liste hinzugefügt."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s wurde zur SZLINE-Liste hinzugefügt."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s wurde zu deiner Access-Liste hinzugefügt."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s existiert bereits in der Bad Words-Liste von %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s existiert bereits auf der AutoKick-Liste von %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s existiert bereits auf der AKILL-Liste."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s ist bereits in der EXCEPTION-Liste."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s existiert bereits auf der SNLINE-Liste."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s existiert bereits in der SQLINE Liste."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s existiert bereits auf der SZLINE-Liste."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s ist eine ungültige Ban-Zeit."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s hat deine Usermodi geändert."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s Channel-Liste:\n"
+"Name User Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s gelöscht von der %s AOP-Liste."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s wurde gelöscht von der %s HOP-Liste."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s wurde von der %s SOP-Liste gelöscht."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s wurde gelöscht von der %s VOP-Liste."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s wurde von der Access-Liste von %s entfernt."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s wurde von der Autokick-Liste von %s entfernt."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s wurde aus der Bad Words-Liste von %s entfernt."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr ""
+"%s wurde von der Liste der Verbindungseinschränkungen \n"
+"entfernt."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s wurde von der AKILL-Liste entfernt."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s wurde von der SNLINE-Liste entfernt."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s wurde von der SQLINE-Liste entfernt."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s wurde von der SZLINE-Liste entfernt."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s wurde von deiner Access-Liste entfernt."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s wurde deaktiviert im Channel %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s hat zu viele Channels auf seinen Nicknamen registriert."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s wird bereits von %s getroffen."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s ist kein gültiger Ban-Typ."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s ist kein gültiger Bot bzw. registrierter Channel."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s ist keine gültige eMail-Adresse."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s ist jetzt nicht mehr stetig aktiviert im %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s ist derzeit nicht im channel %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s ist jetzt stetig aktiviert im %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s passt zur Ausnahme von %s und kann nicht gebannt werden, solange die "
+"Ausnahme nicht gelöscht wird."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s wurde auf die %s AOP-Liste verschoben."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s wurde auf die %s HOP-Liste verschoben."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s wurde auf %s SOP-Liste verschoben."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s wurde auf die %s VOP-Liste verschoben."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s wurde nicht in der %s AOP-Liste gefunden."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s wurde nicht gefunden in der %s HOP-Liste."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s wurde nicht gefunden in der %s SOP-Liste."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s wurde nicht gefunden in der %s VOP-Liste."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s wurde auf der Access-Liste von %s nicht gefunden."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s wurde nicht auf der AutoKick-Liste von %s gefunden."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s nicht in der Bad Words-Liste von %s gefunden."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "Es wurde keine Verbindung von %s gefunden."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr ""
+"%s nicht gefunden in der Liste der Verbindungs-\n"
+"einschränkungen."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s wurde nicht auf der AKILL-Liste gefunden."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s wurde nicht auf der SNLINE-Liste gefunden."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s wurde nicht auf der SQLINE-Liste gefunden."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s wurde nicht auf der SZLINE-Liste gefunden."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s wurde nicht auf deiner Access-Liste gefunden."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"%s User-Liste:\n"
+"Nickname Maske"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s wird nicht länger ignoriert."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s wird jetzt für %s ignoriert."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s will wird jetzt permanent ignoriert."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr ""
+"Achtung: Alle Befehle die an %S gesendet werden,\n"
+"werden geloggt!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Achtung: Services sind im Read-Only-Modus, Änderungen werden nicht "
+"übernommen!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Achtung: AKILL-Masken dürfen keine Nicknamen enthalten, stelle sicher, dass "
+"du keinen in der Hostmaske eingetragen hast."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Achtung: Man kann nur IP-Masken zur SZLINE-Liste hinzufügen."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"User Zugriffslevel\n"
+"\n"
+"Standardmässig sind die Zugriffslevel wie folgt\n"
+"definiert:\n"
+"\n"
+" Founder (Gründer) vollständiger Zugriff auf\n"
+" den Channel und alle dazugehörigen\n"
+" Funktionen durch %S wird \n"
+" automatisch mit Op-Status versehen beim \n"
+" Joinen. Beachte dass nur eine Person den \n"
+" Founder-Status besitzen kann (kann auch \n"
+" nicht durch den ACCESS Befehls \n"
+" erteilt werden).\n"
+"  10 Zugriff auf AKICK, hat Auto-Op.\n"
+"  5 Automatischer Op-Status.\n"
+"  3 Automatischer Voice-Status.\n"
+"  0 Keine speziellen Privilegien, kann durch\n"
+" andere Ops Channel-Operator werden\n"
+" (ausser Secure-Ops ist aktiv).\n"
+"  <0 Kann keinen Operator-Status erlangen.\n"
+"\n"
+"Neue Levels können Levels hinzugefügt oder verändert\n"
+"werden mit Hilfe des LEVELS Befehls. Tippe /msg \n"
+"%S HELP LEVELS für weitere Informationen."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Warnung: Du hast die maximale Anzahl gespeicherter Memos überschritten (%d). "
+"Du kannst keine weiteren Memos empfangen, bis du einige deiner jetzigen "
+"Memos gelöscht hast."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Warnung: Du hast die maximale Anzahl gespeicherter Memos erreicht (%d). Du "
+"kannst keine weiteren Nachrichten empfangen, bis du einige deiner jetzigen "
+"Memos gelöscht hast."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] Die Memo die du gesendet hast wurde angesehen."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] Die Memo die du zum %s gesendet hast wurde angesehen."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"WARNUNG: Dieser Service soll den Usern einen Weg ermöglichen,\n"
+"den Missbrauch ihres Nicknames zu verhindern.Es ist NICHT dazu \n"
+"gedacht, Nicknamen zu stehlen oder in Massen zu reservieren. \n"
+"Missbrauch von %S wird geahndet und resultiert mindestens im \n"
+"Verlust deiner registrierten Nicknamen."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Services Administratoren können weiterhin beliebige Channels\n"
+"DROPEN (löschen), Zugriffslisten oder Channel-Einstellungen\n"
+"ansehen ohne sich vorher für den Channel identifizieren zu müssen."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Services Administratoren können auch registrierte Nicknamen\n"
+"löschen,ohne sich für den jeweiligen Nicknamen identifizieren\n"
+"zu müssen. Zusätzlich können sie die Zugriffsliste eines\n"
+"jeden Nicknamen ansehen und bearbeiten. Siehe :\n"
+"/msg %S ACCESS LIST Nickname"
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Optionen : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vHost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \tvHost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Botnick : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Botnick : noch nicht zugewiesen."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Optionen: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Caps kicker : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Caps kicker : %s (%d Kick(s) bis zum Ban, Minimum %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Caps kicker : %s (Minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Gründer: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Gründer: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Optionen: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Ban-Typ: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Bolds kicker : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Bolds kicker : %s (%d Kick(s) bis zum Ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Flood kicker : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Flood kicker : %s (%d Kick(s) bis zum Ban, %d Zeilen in %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Flood kicker : %s (%d Zeilen in %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Hostmaske: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Colors kicker : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Colors kicker : %s (%d Kick(s) bis zum Ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Wird am %s auslaufen."
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Zuletzt benutzt: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Mode lock: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Repeat kicker : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Repeat kicker : %s (%d Kick(s) bis zum Ban, %d Mal)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Repeat kicker : %s (%d Mal)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Vertreter: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Vertreter: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Vorübergehend gesperrt: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Letztes Topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Registriert: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (deaktiviert)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (nur Gründer)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Liste der autorisierten Adressen"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr ""
+" ACCESS Die Liste der priviligierten User\n"
+" bearbeiten"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr " ACT Veranlaßt den Bot ein \"/me\" Befehl ausführen"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Die Autokick-Liste bearbeiten"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Die AutoKill-Liste bearbeiten"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Listet Channels in dem du Zugang hast"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Verwaltet die AOP-Liste von einen Channel"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr " ASSIGN Weist einem Channel einen Bot zu"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr ""
+" AUTOOP Sollten Dir die Services automatisch\n"
+" Op-Status geben. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr ""
+" AUTOOP Sollten die Services dem Nick automatisch seinen\n"
+" Op-Status geben."
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr " BADWORDS Verwaltet die Bad-Word-Liste"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bant den angegebenen Nicknamen aus einen Channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr ""
+" BANTYPE Ändert den Ban-Typ, den die Services\n"
+" in dem Channel anwenden"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr " BOT Verwaltung von Bots"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr " BOTLIST Zeigt alle vorhandenen Bots an"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Annulliert deine letzte gesendete Memo"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL alle User des angegebenen Channels"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Alle registrierten Channels anzeigen"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr ""
+" CHECK Überprüft ob deine letzte gesendete Memo an\n"
+" einen Nicknamen gelesen wurde"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr ""
+" CLEAR Entfernt bestimmte Einstellungen des angegebenen Channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Die Modi eines Channels zurücksetzen"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Bestätigt einen \"nickserv auth code\"."
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Erstellt: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Ändert das DefCon System"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr ""
+" DEHALFOP Enfernt den HalfOP-Status des angegebenen Nicknamens\n"
+" in einen Channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Löscht den vHost eines Users"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Löschen einer oder mehrerer Memos"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Löscht den vHost einer Gruppe"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr ""
+" DEOP Enfernt den OP-Status des angegebenen Nicknamens\n"
+" in einen Channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Entfernt dein Gründer Status in einen Channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr ""
+" DEPROTECT Entfernt den schutz des angegebenen Nicknamens \n"
+" in einen Channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Ändert die Channel-Beschreibung"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr ""
+" DEVOICE Enfernt den Voice-Status des angegebenen Nicknamens\n"
+" in einen Channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Setzt einen Nicknamen als Ursprung der Nickgruppe"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Ändert den \"Ursprung\" deiner Gruppe"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Registrierung eines Channels aufheben"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Die Registrierung einen Nicknamen löschen"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Beschreibung: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Fügt eine Emailadresse dem Nicknamen hinzu"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr ""
+" EMAIL Verbindet eine öffentliche eMail-Adresse\n"
+" mit deinem Nicknamen "
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Stellt eine Begrüssungsmeldung des\n"
+" Channels ein"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr ""
+" EXCEPTION Bearbeiten der Liste der eingeschränkten Verbindungen"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Verhindert die Nutzung eines Channels"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Einen bestimmten Nicknamen verbieten"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Stellt den Gründer des Channels ein"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Gibt die passenden Nicknamen wieder, \n"
+" welche die angegebene eMail benutzen."
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Gibt den Channel-Schlüßel wieder"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr ""
+" GETPASS Liest das Passwort des Channel-Founders\n"
+" aus der Datenbank aus (wenn die\n"
+" Verschlüsselung deaktiviert ist)"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Das Passwort eines Nicknamens aus der\n"
+" Datenbank auslesen (nur wenn keine\n"
+" Verschlüsselung aktiv ist)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr ""
+" GHOST Trennt eine \"ghost\" IRC-Verbindung mit deinen Nicknamen"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Listet alle Nicknamen in deine Gruppe"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Eine Notice an alle User schicken"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Fügt eine Begrüssungsnachricht dem Nicknamen hinzu"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr ""
+" GREET Stellt eine Begrüssungsmeldung für deinen\n"
+" Nicknamen ein."
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr ""
+" GROUP Gleicht den vHost aller Nicknamen \n"
+" in einer Gruppe an"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Verwaltung von Nickname-Gruppierungen"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Grussnachricht: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr ""
+" HALFOP Gibt den angegebenen User HalfOP-Status in einen Channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr ""
+" HIDE Versteckt bestimmte Informationen deines\n"
+" Nicknamens"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Verwaltet die HOP-Liste von einen Channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Identifizierung des Nicknames"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Die \"Services Ignore Liste\" bearbeiten"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+" INFO Erlaubt dir Informationen über ein BotServ ServicesBot zu "
+"sehen"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Zeigt Informationen über den angegebenen Nicknamen"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Zeigt Informationen über den angegebenen Channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Zeigt Informationen bezüglich deiner Memos an"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Einen Server \"jupitern\""
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Topic behalten, wenn Channel nicht\n"
+" benutzt wird"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr " KICK Konfiguriert den Kicker (s.u.)"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr ""
+" KICK Einen User aus einem beliebigen\n"
+" Channel kicken"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kickt den angegebenen Nicknamen aus einen Channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Stellt Kill-Schutz an oder aus."
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Alle User mit einem bestimmten Host killen"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Stellt die Sprache ein, in der dir die \n"
+" Services antworten sollen."
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Stellt die Sprache ein, in der die Services\n"
+" dem Nicknamen antworten sollen."
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr ""
+" LEVELS Die Einstellungen verschiedener\n"
+" Zugriffslevel neu definieren"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Zeigt einen oder mehrere vHost Einträge an"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST Listet alle registrieten Nicknamen des angegebene Muster"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr " LIST Listet alle registrieten Channels des angegebene Muster"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Erzeugt eine Liste deiner Memos"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr " LOGONNEWS Logon-News bearbeiten"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Macht das IDENTIFY Befehl rückgängig"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Channel-Modes fest einstellen"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Channel-Modes ändern"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info über ein geladenes Modul"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Listet die geladenen Module auf"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Lädt ein Modul"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Entfernt ein Modul"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr ""
+" MSG Ändert die Methode, wie die Services mit\n"
+" dir kommunizieren"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr ""
+" NOEXPIRE Verhindert, dass der Nickname nach einer bestimmten\n"
+" Zeit verfällt"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr " NOOP Alle O:Lines temporär deaktivieren"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deaktiviert deinen vHost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Einem User \"Operflags\" setzen"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Aktiviert deinen vHost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr ""
+" OP Gibt den angegebenen Nicknamen Op-Status in einen Channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Oper News bearbeiten"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Sendet eine Notice wenn Op/Deop-Befehl\n"
+" benutzt werden"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gibt dir Gründer Staus in einen Channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Options : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Setzt das Passwort eines Nicknamens"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Setzt das Passwort deines Nicknamens neu"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Regulate the use of critical commands"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Den Channel vom /LIST-Befehl verstecken"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Verhindert, dass der Nickname im Befehl\n"
+" /msg %S LIST auftaucht"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Verhindert das Erscheinen deines Nicknamens \n"
+" auf der Liste von /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Schützt den angegebenen Nicknamen in einen Channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Verwaltet die QOP-Liste von einem Channel"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr ""
+" QUIT Services _ohne_ Speichern der Datenbanken\n"
+" beenden"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Definiert Nachrichten, die den Benutzern zufällig\n"
+" beim Verbinden angezeigt werden"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Lesen einer oder mehrerer Memos"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER User killen, der deinen Nicknamen verwendet"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Einen Channel registrieren"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registriert einen Nicknamen"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE Hebt die Nickname-Sperre auf nach der \n"
+" verwendung des RECOVER Befehls"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Die Konfigurationsdatei neu einlesen"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Sendet ernuet ein \"nickserv auth code\"."
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Datenbanken speichern und Services neustarten"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Eingeschränkter Zugriff auf den Channel"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr ""
+" RSEND Sendet eine Memo an einen Nickname oder Channel\n"
+" und sendet dir eine Empfangsbestätigung zurück"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Reverses kicker : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Reverses kicker : %s (%d Kick(s) bis zum Ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Setzt SET Einstellungen auf einen anderen Nicknamen"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr " SAY Veranlaßt ein Bot ein Text in einen Channel zu sagen"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Aktiviert %S's Sicherheits-funktionen"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr ""
+" SECURE Aktiviert/Deaktiviert den Sicherheitsmodus\n"
+" für deinen Nicknamen"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER Strengere Kontrolle des Founder-Status"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Strengere Kontrolle des Op-Status im Channel"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Sendet eine Memo an einen Nickname oder Channel"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Sendet eine Nachricht an alle registrierten User."
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Passwort vergessen? Versuch das hier."
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Hosts mit einer bestimmten Anzahl"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr " SET Konfiguriert die Bot-Optionen"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Setzt einem User einen vHost"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Verschiedene Services Optionen einstellen"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr ""
+" SET Bestimmte Channel-Optionen und\n"
+" Informationen einstellen"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Optionen einstellen, auch Kill-Schutz"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr ""
+" SET Stellt bestimmte Optionen ein in Hinsicht\n"
+" auf Memos"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Setzt einer Gruppe einen vHost"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Datenbanken speichern und Services beenden"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr ""
+" SIGNKICK Kicks durch ChanServ in dem Channel\n"
+" werden durch den Kicker signiert"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Die SNLINE-Liste bearbeiten"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Verwaltet die SOP-Liste von einen Channel"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Die SQLINE-Liste bearbeiten"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr ""
+" STAFF Zeigt alle Nicknamen, die Zugriff auf die \n"
+" Services haben, Onlinestatus und Level"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Sendet allen Opers/Admins eine Nachricht."
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Status des Netzes und der Services anzeigen"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Liefert das Zugriffslevel eines Users\n"
+" in dem Channel"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Zeigt den Status des angegebenen Nicknamens an"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Stellt den Vertreter des Founders ein"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Verbietet jegliche Nutzung des Channels.\n"
+" Die Channel Einstellungen bleiben jedoch\n"
+" erhalten"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspendet den angegebenen Nicknamen"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Erzwingt einen Nicknamen wechsel"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Die SZLINE-Liste bearbeiten"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Ändert den Topic des angegebenen Channels"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Topic kann nur durch TOPIC geändert werden"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE User Modi ändern"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr " UNASSIGN Entfernt ein ServicesBot von einen Channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Hebt ein SUSPEND wieder auf"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend den angegebenen Nicknamen"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr " UPDATE Die Services Datenbänke sofort speichern"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Erneuert dein gegenwärtigen Status ( Memos , Flags , vHost )"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Alle registrierten Nicknamen anzeigen"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " benutzt in: %d Channel(s)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Gibt den angegebenen User Voice-Status in einen Channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Verwaltet die VOP-Liste von einen Channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Schaltet das Listen System ein oder aus"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (wird in %s auslaufen)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Bad words kicker : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Bad words kicker : %s (%d Kick(s) bis zum Ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " eMail-Adresse: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " ist online von: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Letztes Mal gesehen: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Topic gesetzt von: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s%s"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr "Eintrittsnachricht: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Echter Name: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Registriert seit: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr " Underlines kicker : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr " Underlines kicker : %s (%d Kick(s) bis zum Ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " eMail-Adresse: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Nummer Sender Datum/Zeit"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" wird nicht mehr unterstützt. Benutze \"/msg %s@%s\" oder \"/%s"
+"\" stattdessen."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nickname:%s, vHost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nickname:%s, vHost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, fuzzy, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (von %s am %s, %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (von %s am %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (stuck) (von %s am %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (von %s am %s, %s)\n"
+" Limit: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s von %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Befehle von %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Module geladen."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d Bots verfügbar."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d Tage"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d Stunden"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d Minuten"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d Nicknamen in der Gruppe."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d Sekunden"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "Die AOP-Liste von %s ist leer."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "Die HOP-Liste von %s ist leer."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "Die SOP-Liste von %s ist leer."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "Die VOP-Liste von %s ist leer."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "Die Access-Liste von %s ist leer."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "Die Autokick-Liste von %s ist leer."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "Die Bad Words-Liste von %s ist leer."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s kann nicht gleichzeitig Gründer und Vertreter im Channel %s sein."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s kann keine Memos empfangen."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "%s ist zu allgemeingültig, bitte benutze eine genauere Hostmaske."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s hat derzeit %d Memos, von denen %d ungelesen sind."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s hat derzeit %d Memos, von denen eine ungelesen ist."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s hat derzeit %d Memos."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s hat derzeit %d Memos, von denen alle ungelesen sind."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s hat derzeit eine ungelesene Memo."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s hat derzeit eine Memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s hat derzeit keine Memos."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s hat zu viele Memos gespeichert und kann keine weiteren empfangen."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s hat kein Memo-Limit."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s hat keine Memos."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s hat keine Memos."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s ist %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s sind derzeit nicht verfügbar, bitte versuche es später noch einmal."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s ist derzeit online."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s ist ausgeschaltet"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s ist eingeschaltet"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s verlässt den Super-Admin Mode."
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s wird bei neuen Memos nicht benachrichtigt."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr "%s wird beim Logon und bei Ankunft neuer Memos benachrichtigt."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s wird beim Logon über neuer Memos benachrichtigt."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s wird bei Ankunft neuer Memos benachrichtigt."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s ist jetzt ein Super-Admin."
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s ist derzeit im Channel (als %s)! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s ist doch im Channel!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s wurde zuletzt vor %s gesehen."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s wird dich nicht länger beim Eintreffen neuer Memos benachrichtigen."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s wird dich benachrichtigen, sobald neue Memos für dich eintreffen."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr "%s wird dich beim Einloggen über eingegangene Memos informieren. "
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s wird dich beim Einloggen oder bei der Rückkehr aus /AWAY über "
+"eingegangene Memos informieren."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) wurde zur der Bot-Liste hinzugefügt."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s's Memo-Limit liegt bei %d, und kann nicht geändert werden."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "%s's Memo-Limit liegt bei %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* Setzt einen AKILL auf jeden NEU verbindenden Clienten"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Zwingt alle Channels die Modes (%s) zu setzen"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignoriert jeden non-opers mit Nachrichten"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Killt jeden NEU verbindenden Clienten"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* keine MLOCK änderungen"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Keine neuen Channel-Registrierungen"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Es werden keine neuen Memos gesendet"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Keine neuen Nicknamen-Registrierungen"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Stilles ignorieren von non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Benutzt das reduzierte Session-Limit von %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 Tag"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 Stunde"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 Minute"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 Sekunde"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<unbekannt>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Ein Massen-Memo wurde an alle regsitrierte User gesendet."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Eine Benachrichtigungs-Memo wurde zum %s gesendet um ihn/sie zu\n"
+"informieren das du seine/ihre Memo gelesen hast."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Ein Password wurde zu %s gesendet, bitte tippe /msg %s confirm <passcode> um "
+"die Registrierung abzuschließen."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "Fehler! Eine vHost-vIdent muss das Format einer gültiger Ident haben."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr ""
+"Fehler! Ein vHost darf nur die Zeichen A-Z, a-z, 0-9, '.' und '-' enthalten."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS Channel {ADD|DEL|LIST|CLEAR} [Nickname [Level] | entry-liste]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [Maske]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT Channel Text"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK Channel {ADD | DEL | LIST | VIEW | ENFORCE | CLEAR} [Nickname/"
+"Usermaske]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE für %s erledigt. %d User betroffen."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "Die AKILL-Liste ist leer."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} "
+"[Grund]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST Nickname"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"AOP Liste für %s:\n"
+" Nummer Nickname"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN Channel Nickname"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Zugriff verweigert."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Zugriff verweigert."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Access-Level für %s in %s wurde geändert auf %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Access-Level für %s in %s ist unverändert auf %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Access-Level muss zwischen %d und einschliesslich %d liegen."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Access-Level muss grösser als 0 sein."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Zugriffslevel für Channel %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Zugriffslevel für %s wurden auf Standardwerte zurückgesetzt."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Die Access-Liste für %s leer."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Access-Liste von %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Access-Liste für %s:\n"
+" Nummer Level Nickname"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Access-Liste:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Neuer Logon News-Eintrag hinzugefügt (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Neuer Oper-News-Eintrag hinzugefügt (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Neuer randomnews Eintrag hinzugefügt (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Alle O:Lines von %s wurden temporär entfernt."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Alle O:lines von %s wurden wiederhergestellt."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Alle Bans in %s wurden entfernt."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Alle Ausnahmen in %s wurden entfernt."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Alle Invites wurden im Channel %s entfernt."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Alle Logon-News wurden entfernt."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Alle Memos für den Channel %s wurden gelöscht."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Alle Modi wurden vom Channel %s zurückgesetzt."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Alle Channel-Modes von %s wurden zurückgesetzt."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Alle deine Memos wurden gelöscht."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Alle Oper-News-Einträge wurden entfernt."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Ale randomnews Einträge wurden gelöscht."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Alle User wurden aus Channel %s gekicked."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Alle vHosts in der Gruppe %s wurden auf %s gesetzt."
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Alle vHosts in der Gruppe %s wurden auf %s@%s gesetzt."
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Erlaubnis sich selbst zu (de)halfop'en"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Erlaubnis sich selbst zu (de)op'en"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Erlaubnis, selber den Schutz ein/auszuschalten"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Erlaubnis sich selbst zu (de)voicen"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Erlaubnis Bots hinzuzufügen / zu entfernen"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Erlaubnis, sich selbst zu bannen"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Erlaubnis, sich selbst zu kicken"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Erlaubnis Channel-Memos zu lesen"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Änderungen an der Channel-Access-Liste erlaubt"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "AKICK-Befehl erlaubt"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "BADWORDS-Befehl erlaubt"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Erlaubnis, BAN zu nutzen"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "CLEAR-Befehl erlaubt"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "GETKEY-Befehl erlaubt"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "HALFOP/DEHALFOP-Befehl erlaubt"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Erlaubnis, INFO mit der ALL Option zu nutzen"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "INVITE-Befehl erlaubt"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "KICK-Befehl erlaubt"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "OP/DEOP-Befehl erlaubt"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "PROTECT-DEPROTECT-Befehl erlaubt"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "SAY/ACT-Befehl erlaubt"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "SET-Befehl erlaubt (nicht FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Erlaubnis, TOPIC zu nutzen"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "UNBAN-Befehl erlaubt"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "VOICE/DEVOICE-Befehl erlaubt"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Darf die Befehle des Fantasia-Mode benutzen"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Ansicht der Channel-Access-Liste erlaubt"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Autokick-Liste von %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Automatischer Channel-Operator Status"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Automatischer Founder-Status"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Automatischer Half-Op Status"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Automatischer Voice-Status"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS Channel {ADD|DEL|LIST|CLEAR} [Wort | entry-liste] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD Botnick User Hostmaske Realname\n"
+"BOT CHANGE Botnick Neuer-Botnick [User [Hostmaske [Realname]]]\n"
+"BOT DEL Nickname"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Bad Words-Liste von %s:\n"
+" Nummer Wort Typ"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Die Bad Words-Liste ist jetzt leer."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Ban-Typ für den Channel %s ist jetzt #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Alle binären Modi und Bans wurden aus dem Channel %s entfernt."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Bot %s existiert bereits."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Bot %s gibt es nicht."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Bot %s wurde dem Channel %s zugewiesen."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Bot %s wurde geändert auf %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Bot %s wurde gelöscht."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s ist bereits dem Channel %s zugewiesen."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot wird Ops kicken im %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot wird Voices kicken im %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot wird keine Ops kicken im %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot wird keine Voices kicken im %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hosts dürfen nur gültige Zeichen enthalten."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents dürfen nur %d Zeichen enthalten."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Idents dürfen nur gültige Zeichen enthalten."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nicknamen dürfen nur gültige Zeichen enthalten."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Der Bot ist nicht im Channel %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Bot-Liste:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Ein Bot betritt den Channel erst, wenn sich %d User \n"
+"in diesem Channel befinden."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot wird jetzt auf bad words achten und einen Ban setzen\n"
+"nach %d kicks. Benutze den BADWORDS Befehl um Wörter zur Liste\n"
+"hinzuzufügen oder zu entfernen."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot wird jetzt auf bad words achten und kicken. Benutze den BADWORDS\n"
+"Befehl um Wörter zur Liste hinzuzufügen oder zu entfernen."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot kickt jetzt Leute, die fett schreiben und setzt einen Ban nach\n"
+"%d Kicks des Users."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Bot kickt jetzt Leute, die fett schreiben."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Bot wird jetzt User mit GROSSSCHRIFT kicken (es müssen allerdings\n"
+"%d Zeichen und %d%% der gesamten Nachricht sein), und wird nach %d Kicks\n"
+"einen Ban setzen."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Bot wird jetzt User mit GROSSSCHRIFT kicken (es müssen allerdings\n"
+"%d Zeichen und %d%% der gesamten Nachricht sein)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot kickt jetzt User, die farbig schreiben, und wird einen Ban nach\n"
+"%d Kicks setzen."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Bot kickt jetzt User, die farbig schreiben."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Bot wird jetzt Flooder kicken (%d Zeilen in %d Sekunden), und wird einen\n"
+"Ban setzen nach %d Kicks."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Bot wird jetzt Flooder kicken (%d Zeilen in %d Sekunden)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot kickt jetzt User die sich wiederholen ( %d Mal das Gleiche), und setzt\n"
+"einen Ban nach %d Kicks."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr "Bot kickt jetzt User die sich wiederholen ( %d Mal das Gleiche)"
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot kickt User, die invertiert schreiben, und setzt einen Ban nach %d\n"
+"Kicks."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Bot kickt Leute, die invertiert schreiben."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot kickt jetzt User, die unterstrichen schreiben, und setzt einen Ban \n"
+"nach %d Kicks."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Bot kickt jetzt User, die unterstrichen schreiben."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "bad word Kick ist jetzt deaktiviert."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "bold Kick ist jetzt deaktiviert."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Der Bot wird GROSSSCHRIFT ignorieren und nicht kicken."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Bot wird jetzt farbige Schrift ignorieren und nicht kicken."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Bot wird jetzt Flooder ignorieren und nicht kicken."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr ""
+"Bot ignoriert jetzt jetzt User die sich wiederholen und wird nicht kicken."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Bot wird jetzt invertierten Schriftstil ignorieren und nicht kicken."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Bot wird jetzt unterstrichenen Text ignorieren und nicht kicken."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d Einträge, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots die für IRC Operatoren reserviert sind:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Bytes gelesen : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes geschrieben : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {Nickname | Channel}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+Zeit] {Channel} [Grund]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK Nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR Channel was"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES Channel [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr ""
+"Ausloggen von %s nicht möglich, da es sich um einen Services Administrator "
+"handelt."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr ""
+"Die Services können gerade keine Mail verschicken, bitte versuche es später "
+"noch einmal."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d Einträge, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Usermodi von %s geändert."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Dieser Channel %s existiert nicht."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Channel %s wurde aus der Datenbank entfernt."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Der Channel %s wurde verboten von %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Der Channel %s ist bereits registriert!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Der Channel %s hat jetzt den Status \"verboten\"."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Der Channel %s ist jetzt nicht mehr auf SUSPENDED gesetzt."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Der Channel %s ist jetzt auf SUSPENDED gesetzt."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Der Channel %s ist nicht registriert."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Der Channel %s ist verboten und darf nicht verwendet werden."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Der Channel %s kann nicht registriert werden."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Der Channel %s ist registriert unter deinem Nicknamen: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Channel : %6d Einträge, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Der Channel %s wird nach einer bestimmten Zeit auslaufen."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Der Channel %s wird nicht mehr auslaufen."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Die AOP-Liste von %s wurde geleert."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Die %s HOP-Liste wurde geleert."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Die SOP-Liste von %s wurde geleert."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Die VOP-Liste von %s wurde geleert."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Die Access-Liste von %s wurde geleert."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Die Autokick-Liste von %s wurde geleert."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s ist kein gültiger Channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Die Channel AOP-Liste darf nur registrierte Nicknamen enthalten."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Die Channel HOP-Liste darf nur registrierte Nicknamen enthalten."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Die Channel SOP-Liste darf nur registrierte Nicknamen enthalten."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Channel SQLINEs werden nicht von deinem IRCd unterstützt, folglich kannst du "
+"sie nicht nutzen."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Die Channel VOP-Liste darf nur registrierte Nicknamen enthalten."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Die Channel-Access-Liste darf nur registrierte Nicknamen enthalten."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Channel-Liste:\n"
+"Name User Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Channel-Operator-Status nicht erlaubt"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Die Channels auf die %s Zugriff hat:\n"
+" Nummer Channel Level Beschreibung"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Die Channels auf die du Zugriff hast:\n"
+" Nummer Channel Level Beschreibung"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Kann User %s nicht finden."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Konnte den Status \"verboten\" bei %s nicht setzen!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Konnte den Nicknamen %s nicht verbieten!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Der Channel %s konnte nicht auf UNSUSPENED gesetzt werden!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Konnte den Nicknamen %s nicht freigeben!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Konnte den Nicknamen %s nicht suspendieren!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "SUSPEND konnte in Channel %s nicht aktiviert werden!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Aktuelle AKILL-Liste:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuelle AKILL-Liste:\n"
+" Nummer Maske Grund"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Aktuelle Module - Liste:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Aktuelle SNLINE-Liste:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuelle SNLINE-Liste:\n"
+" Nummer Maske Grund"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Aktuelle SQLINE Liste:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuelle SQLINE Liste:\n"
+" Nummer Maske Grund"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Aktuelle SZLINE-Liste:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuelle SZLINE-Liste:\n"
+" Nummer Maske Grund"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Aktuelle Liste für eingeschränkte Verbindungen:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Aktuelle Anzahl von AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Aktuelle Anzahl von SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Aktuelle Anzahl von SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Aktuelle Anzahl von SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Derzeit eingeloggte User: %d (%d Oper)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL Nickname."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [Channel] {Nummer | Liste | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL Nickname."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP Channel"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Standard Auslaufzeit von AKILLs: %d Tage"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Standard Auslaufzeit von AKILLs: %d Stunden"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Standard Auslaufzeit von AKILLs: %d Minuten"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Standard Auslaufzeit von AKILLs: 1 Tag"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Standard Auslaufzeit von AKILLs: 1 Stunde"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Standard Auslaufzeit von AKILLs: 1 Minute"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Standard Auslaufzeit von AKILLs: Kein Auslauf, permanent"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Standard Auslaufzeit von SNLINEs: %d Tage"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Standard Auslaufzeit von SNLINEs: %d Stunden"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Standard Auslaufzeit von SNLINEs: %d Minuten"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Standard Auslaufzeit von SNLINEs: 1 Tag"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Standard Auslaufzeit von SNLINEs: 1 Stunde"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Standard Auslaufzeit von SNLINEs: 1 Minute"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Standard Auslaufzeit von SNLINEs: Kein Auslauf, permanent"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Standard Auslaufzeit von SQLINEs: %d Tage"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Standard Auslaufzeit von SQLINEs: %d Stunden"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Standard Auslaufzeit von SQLINEs: %d Minuten"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Standard Auslaufzeit von SQLINEs: 1 Tag"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Standard Auslaufzeit von SQLINEs: 1 Stunde"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Standard Auslaufzeit von SQLINEs: 1 Minuten"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Standard Auslaufzeit von SQLINEs: Kein Auslauf, permanent"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Standard Auslaufzeit von SZLINEs: %d Tage"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Standard Auslaufzeit von SZLINEs: %d Stunden"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Standard Auslaufzeit von SZLINEs: %d Minuten"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Standard Auslaufzeit von SZLINEs: 1 Tag"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Standard Auslaufzeit von SZLINEs: 1 Stunde"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Standard Auslaufzeit von SZLINEs: 1 Minute"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Standard Auslaufzeit von SZLINEs: Kein Auslauf, permanent"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d Einträge wurden von der %s AOP-Liste gelöscht."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d Einträge wurden von der %s HOP-Liste gelöscht."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d Einträge wurden von der %s SOP-Liste gelöscht."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d Einträge wurden von der %s VOP-Liste gelöscht."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d Einträge wurden aus der Access-Liste von %s entfernt."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "%d Einträge wurden aus der AutoKick-Liste von %s entfernt."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "%d Einträge wurden aus der Bad Words-Liste von %s entfernt."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr ""
+"Es wurden %d Einträge von der Liste der Verbindungs-\n"
+"einschränkungen entfernt."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Es wurden %d Einträge von der AKILL-Liste entfernt."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Es wurden %d Einträge aus der SNLINE-Liste entfernt."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Es wurden %d Einträge aus der SQLINE-Liste entfernt."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Es wurden %d Einträge aus der SZLINE-Liste entfernt."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 Eintrag wurde von der %s AOP-Liste gelöscht."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 Eintrag wurde von der %s HOP-Liste gelöscht."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 Eintrag wurde von der %s SOP-Liste gelöscht."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 Eintrag wurde von der %s VOP-Liste gelöscht."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 Eintrag wurde aus der Access-Liste von %s entfernt."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 Eintrag der AutoKick-Liste von %s entfernt."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "1 Eintrag wurde aus der Bad Words-Liste von %s entfernt."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr ""
+"Es wurde 1 Eintrag von der Liste der Verbindungs-\n"
+"einschränkungen entfernt."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Es wurde 1 Eintrag von der AKILL-Liste entfernt."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Es wurde 1 Eintrag aus der SNLINE-Liste entfernt."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Es wurde 1 Eintrag aus der SQLINE-Liste entfernt."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Es wurde 1 Eintrag aus der SZLINE-Liste entfernt."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "Beschreibung von %s wurde geändert zu %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Liste alle Einträge. (Count: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Einträge von %d bis %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Auf das Muster %s passenden Einträge. (Count: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Im Channel ist keine fettgedruckte-Schrift erlaubt!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Keine Farben im Channel benutzen!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Nicht invertiert schreiben!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Benutze nicht das Wort %s in diesem Channel!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Keine Unterstreichungen in diesem Channel benutzen!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "eMail-Adresse zu %s geändert."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail Adresse für %s wurde auf %s geändert."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail Adresse %s wurde entfernt."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "eMail-Adresse von %s wurde geändert in %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "eMail-Adresse von %s wurde entfernt."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "eMail-Adresse wurde entfernt."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "eMail-Adresse für %s ist ungültig."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+Zeit] Hostmaske Limit Grund"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {Hostmaske | Liste}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE Nummer Position"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [Parameter]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Passende Emails %s bis %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Ende der %s Liste."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Ende der Access-liste."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Ende der Channel-Liste."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Ende der Liste - %d/%d Treffer angezeigt."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Ende der Liste - %d/%d Treffer angezeigt."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Ende der User-Liste."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Deutsch"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Begrüssungsnachricht von %s wurde geändert."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Begrüssungsnachricht von %s wurde entfernt."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Fehler! Die Ident ist zu lang, bitte nutze eine Ident mit weniger als\n"
+"%d Buchstaben."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Fehler! Der vHost ist zu lang, bitte nutze einen vHost mit weniger als\n"
+" %d Buchstaben."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "DIe Exception für %s (#%d) wurde auf die %d Position verschoben."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception für %s ist zu %d aktualisiert worden."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Wird am %s auslaufen"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Auslaufzeit von %s geändert."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID Channel Grund"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID Channel [Grund]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID Nickname Grund"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID Nickname [Grund]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasy-Mode"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Fantasy mode ist jetzt OFF im %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Fantasy mode ist jetzt ON im %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Founder von %s wurde geändert zu %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Keine WildCards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY Channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS Nickname"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "GETPASS nicht verfügbar, da die Verschlüsselung aktiviert ist."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST Nickname [Passwort]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL Nachricht"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP Ziel Passwort"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Ghost mit deinem Nicknamen wurde entfernt."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Begrüssungsnachricht"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Begrüssungsnachricht wurde zu %s geändert."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Grussmeldung wird angezeigt"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Begrüssungsnachricht %s wurde auf %s geändert."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Begrüssungsnachricht %s wurde entfernt."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Begrüssungsnachricht wurde entfernt."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Begrüssungsnachricht ist jetzt OFF im %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Begrüssungsnachricht ist jetzt ON im %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"HOP Liste für %s:\n"
+" Nummer Nickname"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d Einträge, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts mit mindestens %d Verbindungen:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Ich kenne %s nicht."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "%s hab ich noch nie gesehen."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY Passwort"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [Zeit] [Nickname | Hostmaske]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO Channel"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO Nickname"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [Channel]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [Nickname | Channel]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {Channel | Nickname}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE Channel"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr ""
+"Wenn du ihn nicht innerhalb von 20 Sekunden identifizierst, wird er "
+"automatisch geändert."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr ""
+"Wenn du ihn nicht innerhalb einer Minute identifizierst, wird er automatisch "
+"geändert."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Ignore code wird benutzt."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Ignore code wird nicht benutzt."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Die Ignore-Liste wurde geleert."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Ignore-Liste ist leer."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Wenn du eines dieser Optionen nutzen willst, musst du dich\n"
+"vorher identifizeren. \n"
+"Tippe: /msg %S HELP IDENTIFY für weitere Informationen.\n"
+"\n"
+"Tippe /msg %S HELP SET Option für Erläuterungen\n"
+"zu einer bestimmten oben genannten Option."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Information vom Bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informationen über den Channel %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Interner Fehler - kann die Anfrage nicht verarbeiten."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Ungültige Auslaufzeit."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Ungültige Hostmask. Nur echte Hostmasken sind gültig als Einträge (ohne "
+"Nicknamen und Idents)."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Ein ungültiger Passcode wurde eingegeben, prüfe bitte deine Email und gib "
+"den Code erneut ein."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Ungültige Verbindungseinschränkung. Es muss eine gültige Integer-Zahl sein, "
+"grösser oder gleich\n"
+"Null aber kleiner als %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Ungültiger Wert. Es muss eine gültige grade Zahl sein, die grösser als 1 ist."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE Servername [Grund]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK Channel Option {ON|OFF} [Einstellungen]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK Channel User Grund"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES Nickname"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS Channel {SET | DIS[ABLE] | LIST | RESET} [item [Level]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST Muster"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST Muster [FORBIDDEN] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST Muster [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [Channel] [Liste | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [Text|Nummer]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Sprache wurde geändert zu Deutsch."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Die letzte Memo an %s wurde widerrufen."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Letzte Quit-Nachricht: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Letzte gesehene Hostmaske: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Der Level für %s für den Channel %s wurde geändert auf %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Der Level kann nur zwischen %d und einschliesslich %d liegen."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Der Befehl ist in diesem Modus nutzlos - Deaktiviere zuerst XOP."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Liste der gefundenen Einträge %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Liste der Nicknamen in der Gruppe von %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Liste der Nicknamen in deiner Gruppe:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Lokale Channels können nicht registriert werden."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Logon News-Eintrag #%d wurde gelöscht."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Logon News-Eintrag #%d konnte nicht gefunden werden!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Logon News Einträge:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Wieder auf der Suche nach dir selbst, %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE Channel Modi"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO Modul-Name"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD Modul-Name"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD Modul-Name"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr ""
+"Die Hostmaske %s ist bereits auf der Liste für eingeschränkte Verbindungen."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Diese Hostmaske %s ist bereits auf der Access-Liste."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Die Hostmaske sollte in dieser Form sein: user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr " Maximum: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Memo %d existiert nicht!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d von %s (%s). Um sie zu löschen, tippe /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d von %s (%s). Um sie zu löschen, tippe /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Memo %d wurde gelöscht."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Memo-Limit von %s wurde aufgehoben."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Memo-Limit von %s wurde auf %d gesetzt."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr ""
+"Memo-Limit von %s wurde auf 0 gesetzt, kein Memo-Empfang für ihn mehr "
+"möglich."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Das Memo-Limit ist zu gross, es wird reduziert auf %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo wurde an %s versandt."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Memos %s wurden gelöscht."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memos für %s. Um sie zu lesen, tippe /msg %s READ Nummer"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memos für %s. Um sie zu lesen, tippe /msg %s READ %s Nummer"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Message-Mode"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Mode %c wurde ignoriert, da du diesen Mode nicht festsetzen kannst."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Alle HalfOp-Flags wurden im Channel %s entfernt."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Alle Op-Flags wurden im Channel %s entfernt."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Alle Voice-Flags wurden im Channel %s entfernt."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Mode lock für Channel %s geändert zu %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Modul %s geladen"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Modul %s entfernt"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Version: %s Autor: %s geladen: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} Server"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NickServ-Aliase : %6d Einträge, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NickServ-Gruppen : %6d Einträge, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Wird nicht durch den Bot-Kicker gekicked"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Neue Memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Neue Memos für %s. Um sie zu lesen, tippe /msg %s READ Nummer"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Neue Memos für %s. Um sie zu lesen, tippe /msg %s READ %s Nummer"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Die News-Liste ist voll!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Der Nickname %s wurde verboten von %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr ""
+"Der Nickname %s ist ein illegaler Nickname und kann nicht benutzt werden."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Der Nickname %s wird derzeit benutzt."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Der Nickname %s ist jetzt verboten."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Der Nickname %s ist ein teil der Network Services."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Der Nickname %s ist nicht gesperrt."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Der Nickname %s wird derzeit nicht benutzt."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Der Nickname %s ist nicht registriert."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Der Nickname %s ist verboten und darf nicht verwendet werden."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "Der Nickname %s wurde nicht in der Ignore-Liste gefunden."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Dein Nickname %s wurde auf %d Zeichen gekürzt."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nickname %s wird wieder verfallen."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nickname %s wird nicht mehr verfallen."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Nickname %s hat keine Memo von dir."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Der Nickname %s wurde erfolgreich ausgeloggt."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Der Nick %s ist vorübergehend gesperrt."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Der Nickname %s ist jetzt freigegeben."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Der Nickname %s ist jetzt suspendiert."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick konnte NICHT registriert werden, versuche es später noch einmal."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nickname %s bestätigt"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Der Nickname %s wurde aus der Datenbank entfernt."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Dieser Nickname %s ist bereits registriert!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Dieser Nickname %s kann nicht registriert werden."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s ist nicht registriert."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Dein Nickname %s ist unter deinem Host registriert worden: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Der Nickname %s wurde erfolgreich registriert."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nickname Registrierung (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Nick-Passwort (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicknamen die seit einer längeren Zeit nicht mehr\n"
+"genutzt wurden, werden durch den automatischen Auslauf\n"
+"nach %d Tagen aus der Datenbank entfernt."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Kein # vor dem Channelnamen gefunden."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "No-Bot-Mode ist jetzt OFF im Channel %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "No-Bot-Mode ist jetzt ON im Channel %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Keine eingetragenen Emails für %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Kein Bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Keine Hilfe verfügbar für %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Es sind keine Informationen für das Modul %s verfügbar"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Keine zu löschenden Einträge in der Logon News-Liste gefunden."
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Keine passenden Einträge in der %s AOP-Liste."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Keine passenden Einträge in der %s HOP-Liste."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Keine passenden Einträge in der %s SOP-Liste."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Keine passenden Einträge in der %s VOP-Liste."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr ""
+"Es existieren keine entsprechenden Einträge in der Access-Liste von %s."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Keine entsprechenden Einträge auf der AutoKick-Liste von %s gefunden."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Keine entsprechenden Einträge zu %s in der Bad Words-Liste gefunden."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+"Keine entsprechenden Einträge in der Liste der \n"
+"Verbindungseinschränkungen."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Keine entsprechenden Einträge auf der AKILL-Liste."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Keine entsprechenden Einträge auf der SNLINE-Liste."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Keine entsprechenden Einträge auf der SQLINE-Liste."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Kein entsprechender Eintrag in der SZLINE-Liste gefunden."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Keine entsprechenden Memos gefunden."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Kein Memo konnte widerrufen werden."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Es wurden keine Memos gelöscht."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Derzeit keine Module geladen"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Keine Oper-News-Einträge zu löschen!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Keine randomnews Einträge zu löschen!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Kein Grund"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Kein signierter Kick wenn SIGNKICK LEVEL genutzt wird"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Kein solcher Eintrag (#%d) in der %s AOP-Liste."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Kein solcher Eintrag (#%d) in der %s HOP-Liste."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Kein solcher Eintrag (#%d) in der %s SOP-Liste."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Kein solcher Eintrag (#%d) in der %s VOP-Liste."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Kein solcher Eintrag (#%d) auf der Access-Liste von %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Kein solcher Eintrag (#%d) auf der Autokick-Liste von %s gefunden."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr ""
+"Kein solcher Eintrag (#%d) wurde in der Bad Words-Liste von %s gefunden."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+"Kein solcher Eintrag (#%d) in der Liste der Verbindungs-\n"
+"einschränkungen."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Keine"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Der Channel kann nicht betreten werden, da er RESTRICTED ist."
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Beachte das jeder Channel der für %d Tage nicht\n"
+"genutzt wird,automatisch auslaufen wird."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Nummer Limit Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE Nickname Flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OP Notice"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [Text|Nummer]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Das alten Informationen stimmen mit den neuen überein."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nickname"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "NUR Super-Admins können dieses Befehl benutzen."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice Option für %s ist jetzt OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice Option für %s ist jetzt ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Oper-News-Eintrag #%d wurde entfernt."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Oper-News-Eintrag #%d nicht gefunden!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Oper News Einträge:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d Einträge, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Operflags %s wurden für %s hinzugefügt. "
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Op-Schutz"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Option %s kann in diesem Netzwerk nicht benutzt werden."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Passcode für %s ist %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Passwort akzeptiert - du bist jetzt angemeldet."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Um diesen Befehl nutzen zu können, musst du dich identifizieren.\n"
+"Versuch es erneut nach /msg %s IDENTIFY Passwort."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Um diesen Befehl nutzen zu können, musst du dich identifizieren.\n"
+"Versuch es erneut nach /msg %s IDENTIFY %s Passwort."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Passwort geändert in %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Passwort geändert."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Passwort für %s wurde auf %s gesetzt."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Passwort für %s wurde geändert."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Passwort von %s ist %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Falsches Passwort."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Das Passwort von %s wurde per eMail verschickt."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Peace"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace Option für %s ist jetzt OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace Option für %s ist jetzt ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr ""
+"Bitte kontaktiere einen IRC Operator, um diesem Nicknamen einen vHost "
+"zuzuweisen."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Bitte versuche es nochmal mit einem besseren Passwort. \n"
+"Passworte sollten mindestens 5 Zeichen lang sein und \n"
+"nichts mit deinem Nicknamen zu tun haben. Weiterhin \n"
+"kann keine Leer oder Tabulatortaste enthalten sein."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Benutze bitte einen gültigen hostnamen, wenn du jupiterst"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr ""
+"Verwende bitte nur das Symbol # wenn du versuchst ein\n"
+"Channel zu registrieren."
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Bitte warte noch %d Sekunden und versuche es dann erneut."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Bitte warte %d Sekunden, bevor der GROUP Befehl wieder funktioniert."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Bitte warte %d Sekunden, bevor der REGISTER Befehl wieder funktioniert."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Bitte warte %d Sekunden bevor der RSEND Befehl wieder funktioniert."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Bitte warte %d Sekunden bis du den SEND Befehl wieder benutzen kannst."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privat"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Private-Mode des Bots im %s ist jetzt OFF."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Private-Mode des Bots im %s ist jetzt ON."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private Option für %s ist jetzt OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private Option für %s ist jetzt ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Der Privat-Modus (PRIVATE) ist für %s jetzt deaktiviert (OFF)."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Privat-Option ist jetzt OFF."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Der Privat-Modus (PRIVATE) ist für %s jetzt aktiviert (ON)."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Privat-Option ist jetzt ON."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Kill-Schutz"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Schutz des Nicknamens %s ist jetzt deaktiviert (OFF)."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Kill-Schutz ist jetzt OFF."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Schutz des Nicknamens %s mit verkürzter Verzögerung aktiviert (ON)."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Schutz des Nicknamens %s ohne Verzögerung aktiviert (ON)."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Schutz des Nicknamens %s ist jetzt aktiviert (ON)."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Kill-Schutz ist jetzt ON, mit einer geringeren Wartezeit."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Kill-Schutz ist jetzt ON, ohne Wartezeit."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Kill-Schutz ist jetzt ON."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Unterstützte IRCD's für: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Unterstützte Befehle: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [Text|Nummer]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [Channel] {Liste | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER Nickname [Passwort]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER Channel Beschreibung"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER Passwort eMail"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER Passwort [eMail]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE Nickname [Password]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {Nickname | Channel} Memo-text"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Randomnews Eintrag #%d gelöscht."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Randomnews Eintrag #%d nicht gefunden!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Random news Einträge:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Registrieungs Stufe 1 ist eventuell abgelaufen, bitte nutze zuerst \"/msg %s "
+"register <password> <email>\"."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Eingeschränkter Access"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Eingeschränkter Access Option für %s ist jetzt OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Eingeschränkter Access Option für %s ist jetzt ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameter"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY Channel Text"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {Nickname | Channel} Memo-text"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS Nickname"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "SENDPASS Befehl nicht verfügbar, da die Verschlüsselung aktiviert ist."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN wurde nicht definiert. Neustart nicht möglich. Benutze erneut "
+"das configure-Skript und kompiliere die Services erneut mit aktiviertem "
+"RESTART-Befehl."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST Limit"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW Host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST Limit | VIEW Host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET Nickname Hostmaske."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET (Channel | Bot) Option Einstellungen"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET Channel NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET Botname PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET Channel Option Parameter"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET Channel DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET Channel DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET Channel FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET Channel GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET Channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET channel NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET Channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET Channel PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET Channel PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET Channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET Channel SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET Channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET Channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET Channel SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET Channel SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET Channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET Channel XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET Option Parameter"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET Option Einstellungen"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE Nummer"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [Channel] Limit"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [User | Channel] {Limit | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [Nickname] Option Parameter"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL Nickname Hostmaske."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "Die SNLINE-Liste ist leer."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmask | entry-liste}[:"
+"Grund]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"SOP Liste für %s:\n"
+" Nummer Nickname"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "SQLINE Liste ist leer."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} "
+"[Grund]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s ist verboten"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s ist nicht registriert"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nickname %s ist nicht online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND Channel Grund"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND Channel [Grund]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND Nickname Grund"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK Nickname Neuer-Nickname "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "Die SZLINE-Liste ist leer."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} "
+"[Grund]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Secure"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Secure Founder"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Secure Ops"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure Founder Option für %s ist jetzt OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure Founder Option für %s ist jetzt ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure-Ops Option für %s ist jetzt OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure-Ops Option für %s ist jetzt ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure Option für %s ist jetzt OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure Option für %s ist jetzt ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Sicherheitsfunktion (SECURE) ist für %s jetzt deaktiviert (OFF)."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Nickname-Sicherheit ist jetzt OFF."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Sicherheitsfunktion (SECURE) ist für %s jetzt aktiviert (ON)."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Nickname-Sicherheit ist jetzt ON."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Secure-Modus"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Server gefunden: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+"Dieser Service ist derzeit deaktiviert, bitte versuche es später nochmal"
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr ""
+"Die Services werden jetzt nicht mehr länger Logmessages an einen Channel "
+"senden."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services sind jetzt beim DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Services sind jetzt im Expire Modus."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Services sind jetzt im No Expire Modus."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Services sind jetzt im read-only Modus."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Services sind jetzt im read-write Modus."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Die Services sind jetzt im Debug-Modus (Level %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Die Services sind jetzt im Debug-Modus."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Die Services sind nicht mehr im Debug-Modus."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Die Services werden jetzt Logmessages an %s senden."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "eMail-Handling der Services wurde deaktiviert."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Services Ignore-Liste:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Services können die Modi nicht ändern. Ist der Server richtig konfiguriert?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Services können die Modi nicht ändern. Sind die U:lines des\n"
+"Servers richtig konfiguriert?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Services laufen seit %d Tag, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Services laufen seit %d Tagen, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Services laufen seit %d Stunde, %d Minute"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Services laufen seit %d Stunde, %d Minuten"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Services laufen seit %d Stunden, %d Minute"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Services laufen seit %d Stunden, %d Minuten"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Services laufen seit %d Minute, %d Sekunde"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Services laufen seit %d Minute, %d Sekunden"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Services laufen seit %d Minuten, %d Sekunde"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Services laufen seit %d Minuten, %d Sekunden"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr ""
+"Die Services werden %s jetzt nicht mehr automatisch Op-Status geben in den "
+"Channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr ""
+"Die Services werden Dir jetzt nicht mehr automatisch Op-Status geben in den "
+"Channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr ""
+"Die Services werden %s jetzt automatisch Op-Status geben in den Channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr ""
+"Die Services werden Dir jetzt automatisch Op-Status geben in den Channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Die Services werden jetzt %s mit messages antworten."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Die Services werden jetzt %s mit notices antworten."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Die Services werden dir jetzt durch messages antworten."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Die Services werden dir jetzt durch notices antworten."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Die Konfigurationsdatei wurde neu eingelesen."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Die Services haben den Nicknamen wieder verfügbar gemacht."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Verbindungslimit für %s geändert auf %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Eingeschränkte Verbindungen sind deaktiviert."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Die Liste für eingeschränkte Verbindungen ist voll! "
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Verbindungen : %6d Einträge, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Verbindungen Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Einstellung %s ist unbekannt. Tippe /msg %s HELP LEVELS DESC für eine "
+"ausführliche Einstellungsliste."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr ""
+"Die Einstellung von DEBUG kann nur ON, OFF, oder eine positive Zahl sein."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Die Einstellung von IGNORE kann nur ON oder OFF sein."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Die Logchannel Option muss auf ON oder OFF gesetzt werden und LogChannel "
+"muss definiert sein."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Die Einstellung von NOEXPIRE kann nur ON oder OFF sein."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Der Wert für READONLY muss entweder ON oder OFF sein."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Super-Admin muss ON oder OFF sein."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signierte kicks Option für %s ist jetzt OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signierte kicks Option für %s ist jetzt ON, hängt aber von den\n"
+"Level des Benutzers der den Befehl verwendet ab."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signierte kicks Option für %s ist jetzt ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Signierte kicks"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "OLINE ist auf diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "RSEND ist auf diesem Netzwerk ausgeschaltet."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "SNLINE ist in diesem Netz nicht verfügbar."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "SQLINE ist auf diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "SVSNICK ist auf diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "SZLINE ist auf diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "UMODE ist auf diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Das Zuweisen von Bots ist derzeit deaktiviert."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Erstellung des Bots ist fehlgeschlagen."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Das Verändern von Bot-Einstellungen ist derzeit deaktiviert."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Die SET-Optionen sind derzeit deaktiviert."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Die Channel AOP-Liste kann derzeit nicht geändert werden."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Die Channel HOP-Liste kann derzeit nicht geändert werden."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Die Channel SOP-Liste kann derzeit nicht geändert werden."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Die Channel VOP-Liste kann derzeit nicht geändert werden."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Das Ändern der Channel-Access-Liste wurde zwischenzeitig deaktiviert."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Das Bearbeiten der AutoKick-Liste wurde zwischenzeitlich deaktiviert."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Das Ändern der Bad Words-Liste ist derzeit deaktiviert."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Das Entfernen von Channel-Registrierungen ist derzeit deaktiviert."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Channel-Optionen sind derzeit deaktiviert."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Die Registrierung von Channels ist derzeit deaktiviert."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Das Passwort für %s konnte nicht geändert werden."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Konnte dein Passwort nicht ändern."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Gruppieren fehlgeschlagen."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Die Identifizierung ist fehlgeschlagen."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Die Konfiguration des Kickers ist derzeit deaktiviert."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Das Widerrufen von Memos wurde deaktiviert."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "MEMO SET Befehl wurde kurzzeitig deaktiviert."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Der Memo-Versand wurde kurzzeitig deaktiviert."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Das Entfernen von Nicknamen ist derzeit deaktiviert."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Das Gruppieren von Nicknamen ist derzeit deaktiviert."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Das Ändern der Optionen wurde deaktiviert."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Das Registrieren von Nicknamen ist derzeit deaktiviert."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Registrierung fehlgeschlagen."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Du kannst nur %d AKILLs haben."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Du kannst maximal %d AOP/SOP/VOP Einträge in einem Channel haben."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Du kannst nur %d SNLINE's haben."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Du kannst nur %d SQLINE's haben."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Du kannst nur %d SZLINE's haben."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Du kannst nur %d Einträge auf der Access-Liste speichern."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Die Access-Liste ist auf %d Einträge beschränkt."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Du kannst nur max. %d Einträge auf der AutoKick-Liste haben."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Du kannst nur %d Einträge in der Bad Words-Liste eines Channels haben."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Du hast bereits das Limit von %d registrierten Channels erreicht."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Du hast bereits %d Channels auf deinen Nicknamen registriert."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Statistiken zurückgesetzt."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status aktualisiert (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Hör auf zu flooden!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Hör auf dich dauernd zu wiederholen!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Der Eintrag des Vertreters für %s wurde entfernt."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Vertreter von %s wurde geändert zu %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin muss in der services.conf eingeschaltet werden."
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Symbiosis"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Symbiosis-Mode ist jetzt OFF im %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Symbiosis-Mode ist jetzt ON im %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Syntax: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Syntax: %s Channel BANTYPE Ban-Typ\n"
+"\n"
+"Stellt den Ban-Typ für den Channel ein, den die\n"
+"Services anwenden, wenn sie einen Ban eintragen\n"
+"(z.B. bei einem Auto-Kick).\n"
+"\n"
+"bantype muss einer der folgenden Werte sein:\n"
+"\n"
+"0: Ban in der Form *!user@host\n"
+"1: Ban in der Form *!*user@host\n"
+"2: Ban in der Form *!*@host\n"
+"3: Ban in der Form *!*user@*.domain"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Syntax: %s Channel DESC Beschreibung\n"
+"\n"
+"Ändert die Beschreibung für einen Channel, die bei\n"
+"dem LIST und INFO Befehl angezeigt wird."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Syntax: %s Channel ENTRYMSG [Nachricht]\n"
+"\n"
+"Ändert die Nachricht, die User beim Joinen des\n"
+"Channels per /notice bekommen. Wird kein Parameter\n"
+"angegeben, wird keine Nachricht beim Joinen \n"
+"angezeigt."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Syntax: %s Channel FOUNDER Nickname\n"
+"\n"
+"Ändert den Gründer (Founder) eines Channels. Der neue\n"
+"Nickname muss registriert sein."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Syntax: %s Channel KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die Topic Wiederherstellung für\n"
+"den Channel. Wird diese Option eingeschaltet, wird das \n"
+"Topic des Channels gespeichert durch %S. Selbst wenn \n"
+"der letzte User den Channel verlässt, wird es \n"
+"wiederhergestellt sobald jemand wieder in den Channel \n"
+"kommt."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Syntax: %s Channel MLOCK Modi\n"
+"\n"
+"Stellt den Mode-Lock-Parameter für den angegebenen\n"
+"Channel ein. %S ermöglicht es dir, einzustellen,\n"
+"dass bestimmte Modi immer aus bzw an sein müssen.\n"
+"\n"
+"Die Modes die gelockt werden können sind von dein IRCD abhängig.\n"
+"Jede einzelne dieser Modes kann ein/aus oder gar nicht gelockt werden. \n"
+"Der Modi Parameter ist genauso aufgebaut wie das jeweilige /MODE Befehl. \n"
+"Dies bedeutet, Modi die durch ein + gekennzeichnet sind, sind aktiviert,\n"
+"durch ein - sind sie deaktiviert.\n"
+"\n"
+"Warnung: Wenn du den Channel mit Hilfe des SET MLOCK\n"
+"Befehls mit einem Key (Passwort) schützt, solltest du\n"
+"zusätzlich die RESTRICTED Option für den Channel ein-\n"
+"schalten (siehe HELP SET RESTRICTED), oder jeder der in\n"
+"diesen Channel kommt wenn er leer ist kann den Key sehen!\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" SET #channel MLOCK +nt-iklps\n"
+" Erzwingt die Channel-Modi n und t auf an, die i,\n"
+" k,l,p und s aus. Mode m wird nicht explizit gelockt\n"
+" und kann wahlweise an oder ausgeschaltet werden.\n"
+"\n"
+" SET #channel MLOCK +knst-ilmp mein-key\n"
+" Erzwingt die Modi k, n, s und t an, die Modi i, l, m,\n"
+" und p aus. Weiterhin wird der Channel-Key fest auf\n"
+" \"mein-key\" eingestellt.\n"
+"\n"
+" SET #channel MLOCK +\n"
+" Entfernt alle gelockten Channel-Modi, jeder Modus\n"
+" kann jetzt wahlweise an oder ausgeschaltet werden."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Syntax: %s Channel OPNOTICE {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die Op-Notice Option für\n"
+"einen Channel.\n"
+"Wird Op-Notice eingeschaltet, sendet %S eine\n"
+"Notice an den Channel wenn OP oder DEOP Befehle\n"
+"benutzt werden."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Syntax: %s Channel PEACE {ON | OFF}\n"
+"Aktiviert oder deaktiviert die peace Option. Wenn\n"
+"peace aktiviert ist, kann ein User einen anderen User\n"
+"mit gleichem oder höherem Zugriffslevel nicht mehr per \n"
+"%S kicken, bannen oder dessen Channelstatus löschen."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Syntax: %s Channel PRIVATE {ON | OFF}\n"
+"\n"
+"Schaltet den Privat-Modus für einen Channel an\n"
+"oder aus. Wird er aktiviert, wird der Channel in der\n"
+"Ausgabe von/msg %S LIST nicht mehr auftauchen."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Syntax: %s Channel RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Syntax: %s Channel SECURE {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die Sicherheitsfunktionen\n"
+"von %S für den angegebenen Channel. \n"
+"Wird SECURE eingeschaltet, werden nur registrierte\n"
+"Nicknamen (durch %s) die per Passwort \n"
+"identifiziert sind in den Channel gelassen, so wie es \n"
+"in der Zugriffsliste des Channels steht."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Syntax: %s Channel SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die Secure Founder-Option\n"
+"für einen Channel.\n"
+"Wird diese Option eingeschaltet, kann nur der \"echte\"\n"
+"Gründer des Channels diesen DROPEN(löschen), das Passwort \n"
+"und den Successor verändern und nicht derjenige, der sich \n"
+"per IDENTIFY gegenüber %S als Gründer (Founder) identifiziert\n"
+"hat."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Syntax: %s Channel SECUREOPS {ON | OFF}\n"
+"\n"
+"Ändert die Secure-Ops Option für einen Channel.\n"
+"Wird diese Option eingeschaltet, können Nicknamen, \n"
+"die nicht auf der Zugriffsliste des Channels stehen, \n"
+"keinen Op-Status erhalten."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Syntax: %s Channel SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert signierte Kicks für einen\n"
+"Channel. Ist SIGNKICK aktiviert, wird der Grund\n"
+"eines Kicks der durch %S KICK ausgeführt wurde, durch\n"
+"den Nicknamen des Kickers signiert.\n"
+"\n"
+"Wird LEVEL benutzt, werden Kicks durch Nicknamen\n"
+"deren Level grösser oder gleich dem SIGNKICK Level ist,\n"
+"nicht durch den Nicknamen signiert.\n"
+"Siehe /msg %S HELP LEVELS für weitere Informationen."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Syntax: %s Channel SUCCESSOR Nickname\n"
+"\n"
+"Ändert den Vertreter des Gründers in dem Channel. Wenn\n"
+"der Nickname des Gründers ausläuft oder gedropped wird,\n"
+"wenn der Channel registriert ist, wird der Vertreter\n"
+"der neue Gründer des Channels. Wenn jedoch der \n"
+"Vertreter bereits zu viele Channels registriert hat\n"
+"(max %d), wird der Channel gedropped.\n"
+"\n"
+"Der Nickname des Vertreters muss registriert sein."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Syntax: %s Channel TOPICLOCK {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die topic lock-Option\n"
+"für den angegebenen Channel.\n"
+"Wenn topic lock eingeschaltet ist, wird %S jede\n"
+"Änderung des Topics verhindern/rückgängig machen,\n"
+"ausser es wurde durch TOPIC eingestellt."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Syntax: %s Channel XOP {ON | OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert das xOP Listen System für einen Channel.\n"
+"Wenn XOP aktiviert ist, musst du AOP/SOP/VOP\n"
+"Befehl benutzen, um Zugriffslevel festlegen zu können. Andernfalls\n"
+"musst du das ACCESS Befehl benutzen.\n"
+"\n"
+"Technische Bemerkung: Wenn du vom Access zum xOP System \n"
+"wechselst, werden die Zugriffslevel geändert, folglich wirst du\n"
+"nicht die selben Werte finden, wenn du zu Access zurückwechselst.\n"
+"\n"
+"Du solltest nach einem Wechsel zum xOP System darauf achten, \n"
+"dass die User das richtige Level besitzen, da das Umwechseln\n"
+"auf Vermutung basiert und nicht immer perfekt funktioniert. \n"
+"Es ist nicht empfohlen nach einer Änderung der Levels das xOP\n"
+"System zu nutzen.\n"
+"\n"
+"Der Wechsel vom xOP System zum Access System fuktioniert\n"
+"jedoch fehlerfrei."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Syntax: ACCESS Channel ADD Nickname Level\n"
+" ACCESS Channel DEL {Nickname | entry-num | Liste}\n"
+" ACCESS Channel LIST [Maske | Liste]\n"
+" ACCESS Channel VIEW [Maske | Liste]\n"
+" ACCESS Channel CLEAR\n"
+"\n"
+"Verwaltet die Zugriffsliste für einen Channel. Diese\n"
+"Liste sagt aus, welchem User Channel-Op-Status ermöglicht\n"
+"oder wem Zugriff auf %S Befehle des Channels\n"
+"freigeschaltet werden soll.\n"
+"\n"
+"Verschiedene Zugriffslevel bestimmen den Zugriff auf\n"
+"Privilegien, die dieser User dann im Channel besitzt.\n"
+"Tippe /msg %S HELP ACCESS LEVELS für weitere Infos.\n"
+"Jeder Nickname, der nicht auf der Zugriffsliste steht, \n"
+"hat automatisch einen Level von 0.\n"
+"\n"
+"Der ACCESS ADD Befehl fügt einen Nickname mit dem\n"
+"angegeben Level auf die Zugriffsliste ein. Wenn der \n"
+"Nickname schon auf der Liste steht, wird der Level nur \n"
+"geändert. Der angegebene Level muss kleiner als der \n"
+"des Users sein, der diesen Befehl aufruft und wenn der \n"
+"Nickname schon auf der Zugriffsliste steht, muss sein \n"
+"aktueller Level ebenfalls kleiner sein, als von dem User, \n"
+"der den Befehl aufruft.\n"
+"\n"
+"Mit ACCESS DEL wird ein Nickname von der Zugriffs-\n"
+"liste entfernt. Wenn eine Liste von Nummern angegeben wird,\n"
+"werden diese Einträge entfernt (siehe die Beispiele\n"
+"für LIST weiter unten).\n"
+"\n"
+"Der ACCESS LIST Befehl zeigt die Zugriffsliste eines\n"
+"Channels an. Wird eine Bereichsliste angegeben, werden die\n"
+"entsprechenden Einträge angezeigt, zum Beispiel:\n"
+"\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Zeigt Einträge mit den Nummern 2 bis 5 und \n"
+" 7 bis 9 an.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Durch ACCESS CLEAR werden alle Einträge der\n"
+"Zugriffsliste entfernt."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Syntax: ACCESS ADD Maske\n"
+" ACCESS DEL Maske\n"
+" ACCESS LIST\n"
+"\n"
+"Zeigt oder bearbeitet die Zugriffsliste für deinen \n"
+"Nicknamen. Durch diese Liste erkennt %S dich \n"
+"automatisch als berechtigt, diesen Nicknamen zu \n"
+"nutzen. Wenn du den Nicknamen von anderen Adressen\n"
+"verwenden willst, musst du dich durch das \n"
+"IDENTIFY Befehls einloggen, damit %S\n"
+"dich erkennt.\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Erlaubt zugriff vom User anyone von\n"
+" jedem Host aus der bepeg.com Domain.\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Hebt den oben genannten Befehl wieder auf.\n"
+"\n"
+" ACCESS LIST\n"
+" Zeigt die aktuelle Zugriffsliste an."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Syntax: ACT Channel Text\n"
+"\n"
+"Bringt den Bot dazu, /me text auf dem angegebenen Channel auszugeben."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK Channel ENFORCE\n"
+" AKICK Channel CLEAR\n"
+"\n"
+"Verwaltet die AutoKick-Liste für einen Channel.\n"
+"Wenn ein User joined, der auf der AutoKick-Liste steht,\n"
+"wird %S einen Ban auf den User setzen und ihn \n"
+"dann kicken.\n"
+"\n"
+"Mit Hilfe von AKICK ADD kann man Nicknamen oder Hostmasken\n"
+"der AutoKick-Liste hinzufügen. Wird ein Grund beim\n"
+"Befehl angegeben, wird dieser als Kick-Grund für den\n"
+"User genutzt, ohne Reason wird standardmässig \n"
+"\"You have been banned from the channel\" verwendet.\n"
+"Wird ein registrierter Nick gekickt, so wird der\n"
+"registrierte Nickname zur Kickliste hinzugefügt,\n"
+"anstatt der Hostmaske. Alle Nicknamen die dieser Gruppe\n"
+"angehören werden ebenfalls gekickt.\n"
+"\n"
+"Durch den AKICK DEL Befehls wird ein Eintrag von der\n"
+"AutoKick-Liste entfernt. Es entfernt jedoch nicht die Bans,\n"
+"die noch im Channel von ChanServ gesetzt sind, diese\n"
+"müssen manuell entfernt werden.\n"
+"Der AKICK STICK Befehl bannt die gegebenne Maske \n"
+"dauerhft vom Channel. Falls jemand versucht, den Ban zu\n"
+"entfernen, wird %S ihn automatisch neu setzen. Kann\n"
+"nicht für registrierte Nicknamen genutzt werden.\n"
+"\n"
+"Der AKICK UNSTICK Befehl macht den AKICK STICK\n"
+"Befehl wieder rückgängig, sodass der Ban wieder\n"
+"entfernt werden kann.\n"
+"\n"
+"Der AKICK LIST Befehl zeigt den Inhalt einer \n"
+"AutoKick-Liste an, oder optional die Einträge, die auf\n"
+"das angegebene Muster passen.\n"
+"\n"
+"Das Ergebnis von AKICK VIEW ist im Grunde das Gleiche\n"
+"wie das von AKICK LIST, jedoch werden mehr Informationen\n"
+"angezeigt.\n"
+"\n"
+"Durch AKICK ENFORCE wird %S gezwungen, die \n"
+"aktuelle AutoKick-Liste auf den Channel anzuwenden \n"
+"und User, die ein Muster der Liste treffen, zu entfernen.\n"
+"\n"
+"Der AKICK CLEAR Befehl entfernt alle Einträge aus\n"
+"Der AutoKick-Liste."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Syntax: AKILL ADD [+Zeit] Maske Grund\n"
+" AKILL DEL {Maske | entry-num | Liste}\n"
+" AKILL LIST [Maske | Liste]\n"
+" AKILL VIEW [Maske | Liste]\n"
+" AKILL CLEAR\n"
+"\n"
+"Erlaubt Services Operatoren die AutoKill-Liste zu\n"
+"bearbeiten. Versucht ein User der einen entsprechenden \n"
+"Eintrag auf der AKILL-Liste hat zu verbinden, werden\n"
+"die Services ihn killen und falls der Server dies\n"
+"unterstützt wird ein Ban (G-line) für den User gesetzt.\n"
+"\n"
+"AKILL ADD fügt die angegebene user@Hostmaske mit\n"
+"dem Grund (dieser muss angegeben werden) zur AKILL-\n"
+"Liste hinzu. Mit Hilfe von Zeit lässt sich eine bestimmte\n"
+"Auslaufzeit dieses Eintrags definieren.\n"
+"Zeit wird durch eine Ganzzahl angegeben, gefolgt von\n"
+"einem Buchstaben:\n"
+"d (Tage), h (Stunden), oder m (Minuten). Kombinationen\n"
+"(wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein\n"
+"Buchstabe angegeben, wird von Tagen ausgegangen (also +30 \n"
+"bedeutet dann z.B. 30 Tage). Um einen AKILL-Eintrag zu\n"
+"erstellen, der nicht ausläuft, benutze +0. Fängt die Usermaske\n"
+"mit einem + an, muss eine Auslaufzeit (Zeit) definiert\n"
+"werden, auch wenn es die Standard-Zeit ist. Die Standard-\n"
+"Auslaufzeit für einen AKILL kann man unter STATS AKILL finden.\n"
+"\n"
+"Das AKILL DEL Befehl entfernt die angegebene Maske von\n"
+"der AKILL-Liste, sofern ein solcher Eintag existiert. Wird\n"
+"eine Liste von Nummern angegeben, werden diese Einträge\n"
+"entfernt. (Siehe das Beispiel für LIST weiter unten.)\n"
+"\n"
+"Mit Hilfe von AKILL LIST wird die AKILL Liste angezeigt.\n"
+"Werden Platzhalter (Wildcards) in der Maske angegeben, werden\n"
+"nur die entsprechenden Einträge angezeigt. Die Ausgabe\n"
+"lässt sich ebenfalls durch einen Zahlenbereich begrenzen, \n"
+"wie das Beispiel zeigt:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" Zeigt nur die Einträge 2 bis 5 und 7 bis 9.\n"
+"\n"
+"AKILL VIEW ist eine ausführlichere Version des AKILL LIST\n"
+"Befehls und zeigt zusätzlich, wer einen Eintrag wann \n"
+"erstellt hat, wann er ausläuft und natürlich die user@host\n"
+"Maske mit dem Grund.\n"
+"\n"
+"AKILL CLEAR entfernt alle Einträge aus der AKILL-Liste."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntax: ALIST [Level]\n"
+"\n"
+"Listet alle Channels auf, auf denen du Zugriff hast. Optional kannst du\n"
+"das Level-Format (XOP oder ACCESS) bestimmen. Die daraus resultierende \n"
+"liste wird nur Channels enthalten, wo du den entsprechenden \n"
+"Zugriffslevel hast.\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" ALIST Founder\n"
+" Listet alle Channels auf, in denen du Founder-Access hast.\n"
+"\n"
+" ALIST AOP\n"
+" Listet alle Channels auf, in denen du AOP-Access oder höher\n"
+" hast.\n"
+"\n"
+" ALIST 10\n"
+" Listet alle Channels auf, in denen du das Zugriffs-Level 10 \n"
+" oder höher hast..\n"
+"\n"
+"Channels mit der NOEXPIRE Option sind mit einem Ausrufezeichen markiert."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [Nickname] [Level]\n"
+"\n"
+"Mit keinen Parametern werden alle Channels aufgelistet, auf\n"
+"die du Zugriff hast. Mit einem Parameter werden alle Channels\n"
+"aufgelistet, auf die Nickname Zugriff hat. Mit zwei \n"
+"Parametern werden alle Channel aufgelistet, in denen Nickname \n"
+"Zugriffslevel Level oder höher hat."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: AOP Channel ADD Nickname\n"
+" AOP Channel DEL {Nickname | entry-num | Liste}\n"
+" AOP Channel LIST [Maske | Liste]\n"
+" AOP Channel CLEAR\n"
+"\n"
+"Verwaltet die AOP (AutoOP) Liste eines Channels. Die \n"
+"AOP Liste gibt Usern automatisch Operator Status in deinem\n"
+"und gibt ihnen das Recht die Befehle UNBAN und INVITE.\n"
+"zu nutzen, beim Betreten des Channels werden die Greet\n"
+"Messages dieser User angezeigt, usw.\n"
+"Der AOP ADD Befehl fügt den jeweiligen Nicknamen zur AOP-Liste\n"
+"hinzu.\n"
+"\n"
+"Der AOP DEL Befehl löscht den jeweiligen Nickname aus der\n"
+"AOP-Liste. Wenn mehrere Eintragsnummern angegeben werden, \n"
+"werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)\n"
+"\n"
+"Der AOP LIST Befehl zeigt die aktuelle AOP-Liste. Wenn\n"
+"Wildcard Masks angegeben werden, werden nur die betroffenen \n"
+"Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,\n"
+"werden nur diese Einträge angezeigt, zB:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Listet die AOP Einträge 2 bis 5 und 7 bis 9.\n"
+" \n"
+"Der AOP CLEAR Befehl löscht alle Einträge der AOP-Liste.\n"
+"\n"
+"AOP ADD und AOP DEL sind auf SOPs beschränkt, während\n"
+"AOP CLEAR nur vom Channel Founder genutzt werden kann.\n"
+"Jeder User auf der AOP Liste kann den AOP LIST Befehl benutzen.\n"
+"\n"
+"Dieser Befehl kann für deinen Channel ausgeschaltet sein, in\n"
+"diesem Fall nutze bitte die Access Liste. Für weitere Infos zur\n"
+"Access Liste, tippe bitte /msg %S HELP ACCESS und\n"
+"/msg %S HELP SET XOP für Infos über den Wechsel vom XOP und \n"
+"vom Access System."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Syntax: ASSIGN Channel Botnick\n"
+"\n"
+"Weist einem Channel einen Bot zu. Der Botnick muss \n"
+"jedoch existieren. Nach dieser Zuweisung können die \n"
+"Channel-spezifischen Einstellungen des Bots angepasst \n"
+"werden."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Syntax: BADWORDS Channel ADD Wort [SINGLE | START | END]\n"
+" BADWORDS Channel DEL {Wort | entry-num | Liste}\n"
+" BADWORDS Channel LIST [Maske | Liste]\n"
+" BADWORDS Channel CLEAR\n"
+"\n"
+"Verwaltet die Bad-Word-List eines Channels.\n"
+"\n"
+"In dieser Liste sind Wörter gespeichert, bei denen der\n"
+"entsprechende User aus dem Channel gekickt wird, wenn er \n"
+"eines dieser Wörter erwähnt.\n"
+"\n"
+"Für mehr Informationen: /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"Der BADWORDS ADD Befehl fügt Wörter zur der\n"
+"Bad-Word-Liste hinzu. Wenn das Wort mit dem Paramter\n"
+"SINGLE angeben wird, so wird ein User nur dann gekickt,\n"
+"wenn er das ganze Wort sagt. Mit dem Parametern\n"
+"END / START wird der User gekickt, wenn er ein Wort sagt,\n"
+"das mit dem angegebenen Wort anfängt / endet.\n"
+"\n"
+"Wenn keine Parameter angegeben werden, wird der User,\n"
+"sobald er das angegebene Wort in irgendeiner Kombination\n"
+"sagt, gekickt.\n"
+"\n"
+"Der BADWORDS DEL Befehl löscht Einträge von der Bad- \n"
+"Word-Liste. Auch hier gibt es die Möglichkeit, mehrere\n"
+"Einträge auf einmal zu löschen (siehe BADWORDS LIST).\n"
+"\n"
+"Der BADWORDS LIST Befehl zeigt Einträge der Bad-Word-Liste.\n"
+"Wildcards wie auch Bereiche werden interpretiert, z.B:\n"
+"\n"
+"BADWORDS #Channel LIST 2-5,7-9\n"
+"Zeigt die Einträge 2-5 und 7-9 der Bad-Word-Liste an.\n"
+"\n"
+"Der BADWORDS CLEAR Befehl löscht alle Einträge aus der\n"
+"Bad-Word-Liste."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: BAN Channel Nickname [Grund]\n"
+"\n"
+"Bannt einen Nicknamen im Channel.\n"
+"\n"
+"Standardmässig auf AOPs oder User mit Access Level 5 oder\n"
+"höher beschränkt."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Syntax: BOT ADD Botnick User Host Realname\n"
+" BOT CHANGE Botnick Neuer-Botnick [User [Host [Realname]]]\n"
+" BOT DEL Botnick\n"
+"\n"
+"Erlaubt Services Administratoren Bots zu erstellen/verändern/\n"
+"löschen, die die User in Ihren Channeln benutzen können.\n"
+"\n"
+"Der BOT ADD Befehl fügt einen Bot mit dem angegebenen \n"
+"Botnick, User, Host und Realnamen hinzu. \n"
+"Der BOT CHANGE Befehl ändert Attribute eines Bots. \n"
+"Der BOT DEL Befehl löscht den angegebenen Bot aus der Botliste. \n"
+"\n"
+"Achtung: Wenn ein Bot erstellt wird, dessen Nickname \n"
+"registriert ist, wird dieser Nickname gelöscht. Falls \n"
+"der User mit diesem Nicknamen online ist, wird dieser \n"
+"entfernt (gekillt)."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Syntax: BOTLIST\n"
+"\n"
+"Zeigt alle verfügbaren Bots des Netzwerkes."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Syntax: CANCEL {Nickname | Channel}\n"
+"\n"
+"Widerruft die letzte Memo die du an den angegebenen Nicknamen\n"
+"oder Channel gesendet hast, vorrausgesetzt sie ist noch nicht\n"
+"gelesen worden."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+Zeit] Channel Grund\n"
+"Setzt einen AKILL für jeden Nicknamen des angegebenen Channels. \n"
+"Es werden die Einträge und komplette reale ident@host für jeden \n"
+"Nickname benutzt, dann wird der AKILL durchgeführt. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Syntax: CHANLIST [{Muster | Nickname} [SECRET]]\n"
+"\n"
+"Zeigt alle Channel an, die augenblicklich benutzt werden, \n"
+"egal ob sie registriert sind oder nicht.\n"
+"\n"
+"Wird ein Muster angegeben, werden nur die dem Muster \n"
+"entsprechenden Channel angezeigt. Wird ein Nickname \n"
+"angegeben, werden nur die Channels aufgelistet, in denen \n"
+"sich der User mit dem Nick befindet. Wird zusätzlich der \n"
+"Parameter SECRET angegeben, werden nur Channel aufgelistet, \n"
+"die Mode +s oder Mode +p gesetzt haben."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntax: CHECK Nickname\n"
+"\n"
+"Überprüft ob deine letzte gesendete Memo an einen Nicknamen gelesen\n"
+"worden ist oder nicht. Der CHECK Befehl funktioniert nicht mit Channels."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntax: CLEAR Channel was\n"
+"\n"
+"Sagt %S, dass es bestimmte Einstellungen \n"
+"in einem Channel zurücksetzen soll. Die Option \n"
+"kann eine der folgenden sein:\n"
+"\n"
+" MODES Setzt alle Modi in dem Channel zurück.\n"
+" (z.B. Modi i,k,l,m,n,p,s und t)\n"
+" BANS Entfernt alle Bans in dem Channel\n"
+" EXCEPTS Entfernt alle Excepts in dem Channel\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Entfernt jeden Operator-Status (mode +o)\n"
+" in dem Channel. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Entfernt jeden Halfoperator-Status (mode +h) \n"
+" in den Channel.(Falls dein IRCD es unterstützt).\n"
+" VOICES Entfernt alle Voice-Flags (mode +v) in dem Channel.\n"
+" USERS Entfernt (kickt) alle User aus dem Channel.\n"
+"\n"
+"Standardmässig muss dein Zugriffslevel in diesem Channel\n"
+"mindestens 10 betragen."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Syntax: CLEARMODES Channel [ALL]\n"
+"\n"
+"Entfernt alle Modi und Bans eines Channels. \n"
+"Wird ALL angegeben, werden ebenfalls alle\n"
+"Op-Flags und Voices (+o und +v Modi) entfernt."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"Dies ist der zweite Schritt beim Registrieren des Nicknamens.\n"
+"Du mußt diesen Befehl ausführen, um ihn mit %S zu registrieren.\n"
+"Der Passcode (oder auch Authentifizierungscode genannt) wird\n"
+"an Deine email-adresse gesendet beim ersten Schritt des\n"
+"Registrationsprozesses. Für mehr Informationen über die erste\n"
+"Stufe des Registrationsprozesses tippe: /msg %S HELP REGISTER\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"Das Defcon-System kann benutzt werden, um vordefinierte\tEinstellung \n"
+"von einschränkungen der Services einzubinden - nützlich während \n"
+"versuchter Angriffe auf das Netzwerk."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Syntax: DEHALFOP #Channel [Nickname]\n"
+"\n"
+"Entfernt den Half-Op-Status des angegebenen Nicknamen in dem\n"
+"Channel. Wird kein Nickname angegeben, wird ChanServ dich\n"
+"dehalfoppen.\n"
+"\n"
+"Standardmässig brauchst du dafür ein Level von 5\n"
+"um andere zu dehalfoppen, oder Level 4 um dich selbst zu\n"
+"dehalfoppen."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntax: DEL Nickname\n"
+"Löscht den vHost des angegebenen Nicknamens."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: DEL [Channel] {Nummer | List | LAST | ALL}\n"
+"\n"
+"Entfernt Memos aus deinem Postfach. Du kannst mehrere\n"
+"Nummern oder Bereiche angeben anstatt einer einzelnen\n"
+"Nummer, wie das zweite Beispiel zeigt.\n"
+"\n"
+"Wird LAST angegeben, wird die letzte Memo gelöscht.\n"
+"Wird ALL angegeben, werden alle deine Memos\n"
+"entfernt.\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" DEL 1\n"
+" Löscht dein Memo mit der Nummer 1.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Löscht Memos mit den Nummern 2 bis 5 und 7 bis 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL Nickname.\n"
+"Löscht den vHost aller Nicknamen aus der gleichen Gruppe \n"
+"des angegeben Nicknamens."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: DEOP #Channel [Nickname]\n"
+"\n"
+"Entfernt den Operator-Status eines bestimmten Nickname\n"
+"in dem Channel. Wird kein Nickname angegeben, wird ChanServ\n"
+"dich deoppen.\n"
+"\n"
+"Standardmässig ist dafür ein Level von 5 oder\n"
+"grösser erforderlich."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntax: DEOWNER #Channel\n"
+"\n"
+"Nimmt dir Owner Status im Channel.\n"
+"\n"
+"Benötigt Founder Zugriffslevel im jeweiligen Channel."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Syntax: DEPROTECT #Channel [Nickname]\n"
+"\n"
+"Entfernt den Schutz auf den angegebenen Nickname in dem Channel.\n"
+"Wird kein Nickname angegeben, wird ChanServ dich nicht mehr\n"
+"beschützen.\n"
+"\n"
+"Standardmässig lässt sich diese Funktion vom Founder\n"
+"aufrufen oder von denjenigen mit Level 10 und grösser,\n"
+"die den Schutz von sich selbst aufheben wollen."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Syntax: DEVOICE #Channel [Nickname]\n"
+"\n"
+"Entfernt den Voice-Status des Nicknamen in dem Channel.\n"
+"If nick is not given, it will devoice you.\n"
+"\n"
+"Standardmässig brauchst du dafür ein Level von 5\n"
+"um andere zu devoicen, oder Level 3 um dich selbst\n"
+"vom Voice-Flag zu befreien."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Syntax: DROP Channel\n"
+"\n"
+"Entfernt die Registrierung des angegebenen Channels.\n"
+"Kann nur vom Channel-Founder benutzt werden."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Syntax: DROP Channel\n"
+"\n"
+"Entfernt die Registrierung des angegebenen Channels aus\n"
+"der Datenbank. Zusätzlich werden Zugriffslisten, \n"
+"Einstellungen usw mit aus der Datenbank entfernt.\t\n"
+"\n"
+"Nur Services Operators können Channel DROPEN, \n"
+"(löschen) ohne sich vorher gegenüber dem Channel als \n"
+"Founder zu identifizieren."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Syntax: DROP [Nickname]\n"
+"\n"
+"Entfernt die Registrierung deines Nicknames aus\n"
+"der Datenbank von %S. Ein gelöschter Nickname \n"
+"kann von jedem jederzeit wieder registriert \n"
+"werden.\n"
+"\n"
+"Du kannst auch einen Nicknamen innerhalb deiner\n"
+"Gruppe entfernen lassen, wenn du ihn als Parameter\n"
+"bei Nickname angibst.\n"
+"\n"
+"Wenn du dieses Befehl benutzen willst, musst du\n"
+"dich vorher mit deinem Passwort identifizieren. \n"
+"Tippe : /msg %S HELP IDENTIFY für weitere Informationen"
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Syntax: DROP [Nickname]\n"
+"\n"
+"Ohne angegebenen Parameter entfernt es deinen Nicknamen\n"
+"aus der Datenbank von %S.\n"
+"\n"
+"Mit dem Nicknamen als Parameter, wird dieser Nickname\n"
+"von der Datenbank entfernt. Du kannst jeden Nickname \n"
+"in deiner Gruppe ohne bestimmte Privilegien entfernen."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Syntax: EXCEPTION ADD [+Zeit] Hostmaske Limit Grund\n"
+" EXCEPTION DEL {Hostmaske | Liste}\n"
+" EXCEPTION MOVE Nummer Position\n"
+" EXCEPTION LIST [Hostmaske | Liste]\n"
+" EXCEPTION VIEW [Hostmaske | Liste]\n"
+"\n"
+"Erlaubt Services Administratoren, die Liste der Verbindungs-\n"
+"einschränkungen zu bearbeiten.Dadurch ist es möglich\n"
+"bestimmte Hosts, z.b. Shell-Server, auf eine bestimmte \n"
+"Anzahl von gleichzeitigen Verbindungen einschränken.Hat \n"
+"ein Host dieses Limit erreicht, wird jede neue Verbindung\n"
+"(vom gleichen Host) nicht mehr akzeptiert. Der betroffene User \n"
+"wird entfernt (gekilled) und via Notice vom %S informiert\n"
+"warum er vom Netzwerk getrennt wurden.\n"
+"\n"
+"EXCEPTION ADD fügt die angegebene Hostmaske zu der\n"
+"Liste der Verbindungseinschränkungen hinzu. \n"
+"Beachte, dass nick!user@host und user@host keine richtigen\n"
+"Hostmasken sind!\n"
+"Nur echte Hosts, wie z.B. box.host.dom und *.host.dom sind \n"
+"zulässig, weil für eingeschränkte Verbindungen die Nicknamen\n"
+"oder Idents nicht von Interesse sind.\n"
+"Limit muss eine Nummer grösser oder gleich 0 sein, und legt\n"
+"fest, wieviele Verbindungen von diesem Host gemacht werden dürfen.\n"
+"Ein Limit von Null bedeutet, dass dieser Host keine ein-\n"
+"geschränkte Verbindung hat. Siehe die AKILL Hilfe fuer\n"
+"weitere Informationen über das Format des optionalen Zeit \n"
+"Parameter.\n"
+"\n"
+"EXCEPTION DEL entfernt den Host von der Liste.\n"
+"\n"
+"EXCEPTION MOVE verschiebt den Eintrag mit der Nummer \n"
+"auf die Position. Die Einträge dazwischen werden\n"
+"hoch bzw runtergeschoben um die Lücken zu füllen.\n"
+"\n"
+"EXCEPTION LIST und EXCEPTION VIEW zeigt alle aktuellen \n"
+"Verbindungseinschränkungen. Wird die optionale Hostmaske \n"
+"angegeben, werden nur die entsprechenden Einträge aus\n"
+"der Liste angezeigt. Der Unterschied zwischen den beiden \n"
+"Befehlen liegt darin, dass EXCEPTION VIEW ausführlicher ist.\n"
+"Es zeigt unter anderem den Namen der Person, die den Eintrag\n"
+"erstellt hat, dessen Grund, das Limit, die Hostmaske und\n"
+"die Auslaufzeit.\n"
+"\n"
+"Beachte das ein verbundender Client die erste Beschränkung\n"
+"die auf seinen Host zutrifft, \"benutzen\" wird. Grosse und\n"
+"weit treffende Einträge in der Liste der Verbindungs-\n"
+"einschränkungen senken die Performance der Services."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: FORBID Channel [Grund]\n"
+"\n"
+"Verbietet die Nutzung bzw die Registrierung des\n"
+"angegebenen Channels. \n"
+"Die Wirkung wird wieder aufgehoben durch DROPEN\n"
+"(löschen) des Channels.\n"
+"\n"
+"Bei einigen Netzen muss evtl ein Grund angegeben\n"
+"werden."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Syntax: FORBID Nickname [Grund]\n"
+"\n"
+"Verhindert, dass der angegebene Nickname registriert\n"
+"oder genutzt wird. Diese Einschränkung kann durch\n"
+"DROPEN (löschen) des Nicknamen aufgehoben werden.\n"
+"\n"
+"In bestimmten Netzen wird ein Grund für das\n"
+"Verbot benötigt."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Gibt die passenden Nicknamen auf, welche die gegebene eMail benutzen. \n"
+"Beachte, dass du keine wildcards für den User oder emailhost\n"
+"verwenden kannst. Immer, wenn dieser Befehl benutzt wird, wird\n"
+"eine Nachricht mit dem Nickname der Person mitgeloggt."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Syntax: GETKEY Channel\n"
+"\n"
+"Liefert den Key des angegebenen Channels zurück."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Syntax: GETPASS Channel\n"
+"\n"
+"Liest das Founder-Passwort des angegebenen Channels \n"
+"aus der Datenbank von ChanServ aus.\n"
+"Beachte dass wenn jemand dieser Befehl benutzt,\n"
+"diese Aktion im Logbuch der Services vermerkt wird.\n"
+"Zusätzlich wird eine Nachricht an alle IRC Operatoren \n"
+"per WALLOPS/GLOBOPS ausgesandt."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Syntax: GETPASS Nickname\n"
+"\n"
+"Liest das Passwort von Nickname aus der Datenbank aus.\n"
+"Beachte dass wenn jemand dieses Befehl benutzt,\n"
+"diese Aktion im Logbuch der Services vermerkt wird.\n"
+"Zusätzlich wird eine Nachricht an alle IRC Operatoren\n"
+"per WALLOPS/GLOBOPS ausgesandt.\n"
+"\n"
+"Dieser Befehl ist nicht verfügbar bei aktivierter\n"
+"Verschlüsselung."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: GHOST Nickname [Passwort]\n"
+"\n"
+"Trennt eine \"geisternde\" IRC Verbindung, die deinen\n"
+"Nickname besitzt. Eine solche Verbindung ist eine,\n"
+"die nicht wirklich verbunden ist, bzw. im Begriff ist\n"
+"getrennt zu werden. Normalerweise passiert dies,\n"
+"wenn dein Computer abstürtzt oder deine Internet-\n"
+"Verbindung zusammenbricht, wenn du im IRC bist.\n"
+"\n"
+"Wenn du das GHOST Befehl benutzen willst,muss \n"
+"deine aktuelle Hostmaske (siehe /WHOIS) in der\n"
+"Zugriffsliste des entsprechenden Nicknamens oder\n"
+"in der Gruppe des Nicknamens sein.Weiterhin musst \n"
+"du das richtige Passwort für den Nickname haben."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Syntax: GLIST\n"
+"\n"
+"Zeigt alle Nicknamen die in deiner Gruppe enthalten sind.\t"
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: GLIST [Nickname]\n"
+"\n"
+"Wird kein Parameter angegeben, werden alle Nicknamen\n"
+"in deiner Gruppe angezeigt.\n"
+"\n"
+"Ansonsten werden alle Nicknamen, die in der Gruppe des\n"
+"angegebenen Nicknamens sind, aufgelistet."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Syntax: GLOBAL Nachricht\n"
+"\n"
+"Ermöglicht Administratoren eine Nachricht an alle User auf\n"
+"dem Netzwerk zu senden. Die Nachricht wird als\n"
+"Absender %s tragen."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntax:GROUP\n"
+"\n"
+"Dieser Befehl erlaubt es Usern, den vHost ihres aktuellen\n"
+"Nicknamens, zum vHost der gesamten Gruppe zu setzen."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Syntax: GROUP Ziel Passwort\n"
+"\n"
+"Dieser Befehl verbindet deinen Nicknamen mit der\n"
+"Gruppe von Ziel. Passwort ist das Passwort\n"
+"des Ziel-Nicknamens.\n"
+"\n"
+"Das Teilnehmen in der Gruppe teilt deine Konfiguration,\n"
+"Memos und Channel-Privilegien mit allen Nicknamen der \n"
+"Gruppe, und vieles mehr!\n"
+"\n"
+"Eine Gruppe existiert so lange es sinnvoll ist. Dies\n"
+"bedeutet, dass selbst wenn ein Nicknamen der Gruppe \n"
+"GEDROPED (gelöscht) wird, die geteilten Konfigurationen,\n"
+"Rechte erhalten bleiben, so lange mindestens ein Nickname \n"
+"in der Gruppe verbleibt.\n"
+" \n"
+"Dieser Befehl lässt sich sogar verwenden, wenn dein Nickname\n"
+"(noch) nicht registriert ist. Wenn er jedoch registriert ist, \n"
+"musst du dich vorher identifizieren. \n"
+"Tippe /msg %S HELP IDENTIFY für weitere Informationen.\n"
+"\n"
+"Es wird allerdings empfohlen diesen Befehl mit einem\n"
+"nicht-registrierten Nicknamen zu verwenden, da der \n"
+"Nickname automatisch registriert wird, wenn er der Gruppe \n"
+"beitritt. Das Beitreten einer Gruppe mit einem bereits \n"
+"registrierten Nicknamen kann durch die Netzwerk-Administratoren \n"
+"gesperrt sein.\n"
+" \n"
+"Du kannst nur in einer Gruppe zur gleichen Zeit sein.\n"
+"Das Zusammenführen verschiedener Gruppen ist nicht\n"
+"möglich.\n"
+"\n"
+"Achtung: Alle Mitglieder einer Gruppe haben dasselbe\n"
+"Passwort."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Syntax: HALFOP #Channel [Nickname]\n"
+"\n"
+"Setzt den Half-Op-Status des angegebenen Nicknamen in dem\n"
+"Channel. Wird kein Nickname angegeben, wird ChanServ dich\n"
+"halfoppen.\n"
+"\n"
+"Standardmässig brauchst du dafür ein Level von 5\n"
+"um andere zu halfoppen, oder Level 4 um dich selbst zu\n"
+"halfoppen."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: HOP Channel ADD Nickname\n"
+" HOP Channel DEL {Nickname | entry-num | Liste}\n"
+" HOP Channel LIST [Maske | Liste]\n"
+" HOP Channel CLEAR\n"
+"\n"
+"Verwaltet die HOP (HalfOP) Liste eines Channels. User auf\n"
+"dieser Liste werden automatisch gehalfopt, wenn sie joinen.\n"
+"\n"
+"Der HOP ADD Befehl fügt den jeweiligen Nicknamen zur HOP-Liste\n"
+"hinzu.\n"
+"Der HOP DEL Befehl löscht den jeweiligen Nicknamen aus der\n"
+"HOP-Liste. Wenn mehrere Eintragsnummern angegeben werden,\n"
+"werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)\n"
+" \n"
+"\n"
+"Der HOP LIST Befehl zeigt die aktuelle HOP-Liste an. Wenn\n"
+"Wildcard Masks angegeben werden, werden nur die betroffenen\n"
+"Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,\n"
+"werden nur diese Einträge angezeigt, zB:\n"
+"\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Listet die HOP Einträge 2 bis 5 und 7 bis 9.\n"
+"Der HOP CLEAR Befehl löscht alle Einträge der HOP-Liste.\n"
+"HOP ADD, HOP DEL und HOP LIST sind auf AOPs oder\n"
+"höher beschränkt, während HOP CLEAR nur vom Founder genutzt\n"
+"werden kann.\n"
+"\n"
+"Dieser Befehl kann für deinen Channel ausgeschaltet sein, in \n"
+"diesem Fall nutze bitte die Access Liste. Für weitere Infos zur\n"
+"Access Liste, tippe bitte /msg %S HELP ACCESS und\n"
+"/msg %S HELP SET XOP für Infos über den Wechsel vom xOP und\n"
+"vom Access System."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Syntax: IDENTIFY [account] Passwort\n"
+"\n"
+"Beweist %S, dass du wirklich der Besitzer dieses \n"
+"Nicknamens bist. Viele Befehle erzwingen, dass \n"
+"du dich vorher hiermit autorisierst, bevor du sie \n"
+"benutzen kannst. Das Passwort ist das von deiner \n"
+"Registrierung, die du mit dem REGISTER Befehl \n"
+"gesetzt hast."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"Erlaubt Services Admins den Services einen Nick oder eine\n"
+"Hostmaske für eine bestimmte Zeit oder bis zum nächsten\n"
+"Neustart zu ignorieren. Mit Hilfe von Zeit lässt sich eine\n"
+"bestimmte Auslaufzeit dieses Eintrags definieren.\n"
+"Zeit wird durch eine Ganzzahl angegeben, gefolgt von einem\n"
+"Buchstaben: s (Sekunden), m (Minuten), h (Stunden)\n"
+"oder d (Tage).\n"
+"Kombinationen (wie zum Beispiel 1h30m) sind nicht zulässig.\n"
+"Wird kein Buchstabe angegeben, wird von Sekunden ausgegangen\n"
+"(also 30 bedeutet dann z.B. 30 Sekunden). Um einen \n"
+"IGNORE-Eintrag zu erstellen, der nicht ausläuft, benutze 0.\n"
+"Wenn eine Hostmaske hinzugefügt wird sollte es in dem Format\n"
+"user@host oder nick!user@host erfolgen, ansonsten wird es als\n"
+"Nick angesehen. Wildcards sind erlaubt.\n"
+"\n"
+"Ignores werden nicht bei IRC Operatoren erzwungen."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Syntax: INFO Channel\n"
+"\n"
+"Zeigt Informationen über einen registrierten Channel,\n"
+"seinen Gründer, das Datum der Registrierung, die\n"
+"letzte Nutzung, seine Beschreibung und Mode-Locks,\n"
+"wenn welche eingestellt sind. Wenn du als Founder\n"
+"(Gründer) identifiziert bist und den Parameter \n"
+"ALL angibst, wird die Begrüssungsnachricht und \n"
+"die Successors (Vertreter) ebenfalls angezeigt."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Syntax: INFO Nickname\n"
+"\n"
+"Zeigt Informationen über den angegebenen Nickname, zum\n"
+"Beispiel den Besitzer des Nicknamens, die letzte gesehene\n"
+"Adresse und dessen Uhrzeit und die Optionen des Nicknamens.\n"
+"Wenn du dich für den Nickname über den du Infos anzeigen\n"
+"willst identifiziert hast, und den Parameter ALL \n"
+"benutzt, werden alle Informationen angezeigt.\n"
+"(Egal ob sie versteckt sind oder nicht.)"
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Syntax: INFO [Channel]\n"
+"\n"
+"Zeigt Informationen über die Anzahl der Memos die du\n"
+"hast, wie viele davon ungelesen sind und wie viele\n"
+"du max. empfangen kannst. Mit angegebenem Parameter\n"
+"wird die gleiche Information über den Channel angezeigt."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Syntax: INFO [Nickname | Channel]\n"
+"\n"
+"Ohne Parameter werden Informationen über dein Postfach\n"
+"angezeigt, die Anzahl Memos die du hast, die davon neu\n"
+"bzw ungelesen sind, und wie viele Memos du max.\n"
+"empfangen kannst.\n"
+"\n"
+"Mit einem Channel als Parameter werden die entsprechenden\n"
+"Informationen über den Channel angezeigt.\n"
+"\n"
+"Wird eine Nickname übergeben, werden die entsprechenden\n"
+"Informationen über den Nicknamen angezeigt. Diese\n"
+"Funktion ist beschränkt auf Services Administratoren."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Syntax: INFO {Channel | Botnick}\n"
+"\n"
+"Zeigt %S Informationen über einen Bot oder einen Channel\n"
+"an. Wenn der Parameter ein Channel ist, so werden \n"
+"Informationen wie aktive Kicks etc. angezeigt, wenn der \n"
+"Parameter ein Botnick ist, werden Informationen wie \n"
+"Erstellungsdatum oder Anzahl der Channels angezeigt."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntax: INVITE Channel\n"
+"\n"
+"Diese Funktion erlaubt es dir, dich durch %S in den\n"
+"angegebenen Channel einladen zu lassen. Standardmässig\n"
+"wird dies nur ausgeführt, wenn den Nickname auf der \n"
+"Zugriffsliste des Channels einen Level grösser 5 \n"
+"(oder INVITE) hat."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Syntax: JUPE Server [Grund]\n"
+"Durch die Services wird ein Server \"gejupitert\". Dies\n"
+"bedeutet, dass ein Server vorgetäuscht und so der\n"
+"echte Server daran gehindert wird, zu connecten. Der\n"
+"\"Server\" kann durch das normale SQUIT Befehls\n"
+"entfernt werden. Wird ein Grund angegeben,\n"
+"wird dieser im Server Informationsfeld angezeigt,\n"
+"ansonsten nur \"Jupitered by <nick>\"."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: KICK Channel Nickname [Grund]\n"
+"\n"
+"Kickt den ausgewählten Nicknamen aus dem Channel.\n"
+"\n"
+"Standardmässig ist für diese Funktion ein Level\n"
+"von mindestens 5 erforderlich."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Schaltet den Bad-Word-Kicker an oder aus. Wenn er \n"
+"aktiviert ist, kickt der er den Bösewicht, der ein Wort\n"
+"aus der Bad-Word-Liste sagt.\n"
+"\n"
+"Die Bad-Words werden mit dem BADWORDS Befehl festgelegt.\n"
+"/msg %S HELP BADWORDS um weitere Informationen zu erhalten.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel REPEAT {ON|OFF} [ttb [nummer]]\n"
+"\n"
+"Schaltet den Wiederholungs-Kicker an oder aus.Wenn \n"
+"dieser aktiviert ist, wird ein User, der sich nummer \n"
+"mal wiederholt, gekickt. Sollte kein nummer angegeben \n"
+"sein, so wird 3 als Standardwert gesetzt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntax: KICK Channel Option Parameter\n"
+"\n"
+"Konfiguriert die Kicks des Bots.\n"
+"Option kann folgende Werte annehmen:\n"
+"\n"
+" BOLDS Bot kickt bei fettem Schriftstil (Bold)\n"
+" BADWORDS Bot kickt bei Bad words\n"
+" CAPS Bot kickt bei CAPS (Grossschrift)\n"
+" COLORS Bot kickt bei Farben\n"
+" FLOOD Bot kickt Flooder\n"
+" REPEAT Bot kickt User, die sich wiederholen.\n"
+" REVERSES Bot kickt bei invertiertem Schriftstil\n"
+" UNDERLINES Bot kickt bei Unterstreichungen\n"
+" ITALICS\t Sets if the bot kicks italics\n"
+"\n"
+"/msg %S HELP KICK Option um weitere \n"
+"Informationen über einen bestimmten Befehl\n"
+"zu erhalten.\n"
+"\n"
+"Achtung: Die Berechtigungsstufen für diesen Befehl\n"
+"können variieren!"
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Syntax: KICK Channel User Grund\n"
+"\n"
+"Erlaubt staff einen User aus einem beliebigen\n"
+"Channel zu kicken. Die Parameter sind dieselben\n"
+"wie für das normale /KICK Befehl.\n"
+"Die Kick-Nachricht wird den Nicknamen des IRCops\n"
+"vor dem Grund haben. Zum Beispiel:\n"
+"\n"
+"*** SpamMan has been kicked off channel #my_channel by %S (chemical (Flood))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel BOLDS {ON|OFF} [ttb]\n"
+"\n"
+"Kicken bei fettem Schriftstil an oder aus. Wenn \n"
+"der Parameter ON gegeben ist, werden User, die fetten \n"
+"Schriftstil verwenden, durch den Bot gekickt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, \n"
+"bevor er einen Ban bekommt. Wenn keine ttb \n"
+"angegeben wird, wird er nie gebannt."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel CAPS {ON|OFF} [ttb [min [prozente]]]\n"
+"\n"
+"Kicken bei CAPS an oder aus. Wenn der Parameter\n"
+"ON gegeben ist, werden User, die CAPS verwenden,\n"
+"durch den Bot gekickt.\n"
+"\n"
+"Der Bot kickt nur, wenn mindestens min Grossbuchstaben\n"
+"verwendet wurden und der Text mindestens prozente%% \n"
+"Grossbuchstaben enthält. (Standard ist hier zehn Zeichen und\n"
+"25 %% - dieser wird angewendet, wenn die Paramter nicht\n"
+"angegeben werden.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Kicken bei Farben an oder aus. Wenn der Parameter\n"
+"ON gegeben ist, werden User, die Farben verwenden,\n"
+"durch den Bot gekickt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"\n"
+"Schaltet den Flood-Kicker an oder aus. Wenn er \n"
+"aktiviert ist, kickt er User, die den Channel \n"
+"mit mindestens ln Zeilen in secs flooden.\n"
+"Sollte weder ln noch secs angegeben sein,\n"
+"so werden defaultmässig 6 Zeilen / 10 Sekunden \n"
+"gesetzt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Kicken bei invertiertem Schriftstil an oder aus. \n"
+"Wenn der Parameter ON gegeben ist, werden User, die \n"
+"invertierten Schriftstil verwenden, durch den Bot \n"
+"gekickt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK Channel UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Kicken bei Unterstreichungen an oder aus. Wenn der \n"
+"Parameter ON gegeben ist, werden User, die \n"
+"Unterstreichungen verwenden, durch den Bot gekickt.\n"
+"\n"
+"ttb beschreibt wie oft der User gekickt wird, bevor\n"
+"er einen Ban bekommt. Wenn keine ttb angegeben \n"
+"wird, wird er nie gebannt."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Syntax: LEVELS channel SET Typ [Level|FOUNDER]\n"
+" LEVELS channel {DIS | DISABLE} Typ\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntax: LIST [Muster|#X-Y]\n"
+"Dieser Befehl listet dem Operator die registrierten vHost's.\n"
+"Wenn ein Muster angegeben ist, werden nur die Einträge des \n"
+"Nicknamens oder die vHost's, die dem gegeben Muster entsprechen, \n"
+"z.B. Rob* für alle Einträge, die mit \"Rob\" beginnen.\n"
+"Wenn ein #X-Y Style benutzt wird, werden nur die Einträge \n"
+"zwischen den angegeben Faktoren angezeigt, z.B. #1-3 wird \n"
+"die ersten drei Nicknamen/vHost-Einträge anzeigen.\n"
+"Die Liste benutzt jedes mal den Wert von NSListMax als ein \n"
+"festes Limit für die Anzahl der dem Operator anzuzeigenden \n"
+"Einträge."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Syntax: LIST Muster\n"
+"\n"
+"Listet alle registrierten Channels, die dem Muster\n"
+"entsprechen, auf. (Alle Channels mit aktiviertem\n"
+"PRIVATE-Flag werden nicht angezeigt.)\n"
+"Anmerkung: Beachte, dass ein führendes '#' einen\n"
+"numerischen Bereich angibt, Channelnamen müssen\n"
+"ohne '#' angegeben werden."
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Syntax: LIST Muster\n"
+"\n"
+"Listet alle registrierten Nicknamen auf, die auf das\n"
+"Suchmuster passen, im Format nickname!user@host.\n"
+"Nicknamen mit aktivierter PRIVATE Option werden \n"
+"allerdings nicht angezeigt.\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Zeigt alle Nicknamen an, deren Besitzer joeuser@foo.com\n"
+" ist.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Zeigt alle registrierten Nicknamen mit Bot in ihrem\n"
+" Ident (Gross/Kleinschreibung wird nicht unterschieden).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Listet alle Nicknamen von Usern in der bar.org Domain."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Syntax: LIST Muster [FORBIDDEN] [NOEXPIRE]\n"
+"\n"
+"Zeigt alle registrierten Channels die auf das angegebene\n"
+"Muster treffen.Channels mit aktivierter PRIVATE Option \n"
+"werden nur Services Administratoren angezeigt. Channels \n"
+"mit aktivem NOEXPIRE werden in der Liste ein ! vor \n"
+"dem Eintrag haben.\n"
+"\n"
+"Wird FORBIDDEN oder NOEXPIRE angegeben, werden nur Channels\n"
+"mit dem entsprechenden Flag angezeigt. Werden mehr Optionen\n"
+"angegeben, werden nur Channels angezeigt, die mindestens eins\n"
+"der entsprechenden Flags gesetzt haben. Diese Funktionen sind\n"
+"beschränkt auf Services Administratoren."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Syntax: LIST Muster [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Zeigt alle registrierten Nicknamen an, die einem bestimmten\n"
+"Muster, nickname!user@host, entsprechen. Nicknamen mit \n"
+"aktivierter PRIVATE und NOEXPIRE Option werden nur \n"
+"Services Administratoren angezeigt. Nicknamen bei denen das \n"
+"NOEXPIRE eingeschaltet ist, werden ein ! vor ihrem\n"
+"Eintrag in der Liste haben.\n"
+"\n"
+"Wenn die Option FORBIDDEN, SUSPENDED, NOEXPIRE oder UNCONFIRMED\n"
+"angegeben wird, werden nur Nicknamen angezeigt die das entsprechene\n"
+"Muster haben (FORBIDDEN, SUSPENDED, UNCONFIRMED oder NOEXPIRE). \n"
+"Wenn mehr Optionen angegeben werden, werden alle Nicknamen angezeigt\n"
+"die den Muster entsprechen. \n"
+"\n"
+"Diese optionen ist beschränkt auf Services Administratoren.\n"
+"\n"
+"Beispiele:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Zeigt alle Nicknamen die von joeuser@foo.com\n"
+" besessen werden.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Listet alle registrierten Nicknamen die Bot in\n"
+" ihrem Ident haben (unabhängig von Gross/Klein-\n"
+" schreibung).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Zeigt alle registrierten Nicknamen an, die das NOEXPIRE\n"
+" Flag gesetzt haben."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: LIST [Channel] [List | NEW]\n"
+"\n"
+"Führt alle Memos auf, die du im Moment gespeichert hast.\n"
+"Mit dem Parameter NEW werden nur neue, ungelesene, Memos\n"
+"aufgelistet. Ungelesene Memos sind durch ein \"*\" markiert,\n"
+"links neben ihrer Nummer. Du kannst auch einen Bereich\n"
+"von Nummern definieren. Siehe das Beispiel:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" Zeigt Memos mit den Nummern 2 bis 5 und 7 bis 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Syntax: LOGONNEWS ADD Text"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD Text\n"
+" LOGONNEWS DEL {Nummer | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Zeigt oder bearbeitet die Liste der LogonNews.\n"
+"Nach der Verbindung des Users werden diese Nachrichten\n"
+"angezeigt. (Es werden jedoch nur max. %d angezeigt, um ein\n"
+"Flooding des Users zu verhindern. Wenn mehr News\n"
+"existieren, werden nur die neuesten angezeigt.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"Diese Funktion ist beschr?nkt auf die Services Administartoren."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Syntax: LOGONNEWS DEL {Nummer | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Syntax: LOGOUT\n"
+"\n"
+"Dieser Befehl macht den Effekt des IDENTIFY Befehls\n"
+"rückgängig. NickServ erkennt dich also nicht mehr als\n"
+"den Besitzer des Nicknamens. Beachte jedoch, dass du \n"
+"nicht mehr gewarnt wirst, dich erneut zu identifizieren."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Syntax: LOGOUT [Nickname [REVALIDATE]]\n"
+"\n"
+"Ohne angegebenen Parameter, macht dieser Befehl die\n"
+"Wirkung von IDENTIFY rückgängig, zum Beispiel\n"
+"wirst du nicht mehr als Eigentümer des Nicknamens erkannt.\n"
+"Beachte jedoch, dass du nicht erneut zur Identifizierung\n"
+"aufgefordert wirst.\n"
+"\n"
+"Mit angegebenem Parameter passiert das gleiche für den\n"
+"Nicknamen. Wenn du zusätzlich REVALIDATE angibst, wird\n"
+"Services dich auffordern, dich erneut für den Nickname\n"
+"zu identifizieren. \n"
+"\n"
+"Diese Funktion ist beschränkt auf die Services Administartoren."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: MODE Channel Modi\n"
+"\n"
+"Erlaubt es Services Operatoren die Channel Modes eines\n"
+"beliebigen Channels zu verändern. Der Paramater hat das\n"
+"gleiche Format wie der normale /MODE Befehl."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntax: MODINFO Modul-Name\n"
+"Dieser Befehl listet Informationen über das benannte, geladene \n"
+"Module auf."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Listet alle derzeit geladenen Module auf."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODLOAD Modul-Name\n"
+"Dieser Befehl lädt das benannte Module aus dem \n"
+"modules - Verzeichnis."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODUNLOAD Modul-Name\n"
+"Dieser Befehl entfernt das benannte Module aus dem \n"
+"modules - Verzeichnis."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Syntax: NOOP SET Server\n"
+" NOOP REVOKE Server\n"
+"\n"
+"NOOP SET entfernt temporär alle O:Lines des \n"
+"angegebenen Servers und killt alle IRCops die \n"
+"gegenwärtig auf diesem verbunden sind, und verhindert \n"
+"so das rehashen des Servers (dieses würde die Funktion\n"
+"aufheben).\n"
+"\n"
+"NOOP REVOKE macht alle O:Lines wieder verfügbar auf\n"
+"dem angegebenen Server.\n"
+"\n"
+"Achtung: Der Server wird in keinster Weise\n"
+"von den Services geprüft."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntax: OFF\n"
+"Deaktiviert den gerade genutzten vHost eines Nicknamens.\n"
+"Nach der Nutzung dieses Befehls wird jeder User, der\n"
+"ein /whois auf dich anwendet, deine echte IP Adresse\n"
+"sehen."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntax: OLINE User Flags\n"
+"\n"
+"Erlaubt es Services Operators einem User Operflags \n"
+"zu setzen.Den Flags muss ein \"+\" oder ein \"-\" vorangestellt \n"
+"werden. Um alle Operflags zu entfernen, nutze einfach ein \n"
+"\"-\" ohne Operflags."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntax: ON\n"
+"Aktiviert den vHost der deinem Nicknamen zugewiesen wurde. \n"
+"Wenn du diesen Befehl benutzt, wird jeder User, der ein /whois\n"
+"auf dich anwendet, diesen vHost anstatt deiner Host sehen."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: OP Channel [Nickname]\n"
+"\n"
+"Setzt den Operator-Status des angegebenen Nicknamen \n"
+"in dem Channel. If nick is not given,\n"
+"it will op you.\n"
+"\n"
+"Standardmässig ist dafür ein Level von 5 oder\n"
+"grösser erforderlich."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Syntax: OPERNEWS ADD Text"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD Text\n"
+" OPERNEWS DEL {Nummer | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Zeigt oder bearbeitet die Liste der Oper-News.Nachdem \n"
+"sich ein User die Oper-Flags gesetzt hat (mit dem\n"
+"/OPER Befehl) werden ihm diese Nachrichten angezeigt.\n"
+"(Es werden jedoch nur max. %d Nachrichten angezeigt, um ein\n"
+"Flooding des Users zu verhindern. Wenn mehr News\n"
+"existieren, werden nur die neüsten angezeigt.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+" Diese Funktion ist beschr?nkt auf die Services Administartoren."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Syntax: OPERNEWS DEL {Nummer | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntax: OWNER #Channel\n"
+"\n"
+"Gibt dir Owner Status im Channel.\n"
+"\n"
+"Benötigt Founder Zugriffslevel im jeweiligen Channel."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Syntax: PROTECT #Channel [Nickname]\n"
+"\n"
+"Beschützt den angegebenen Nicknamen in dem Channel. Wird kein\n"
+"Nickname angegeben, wird ChanServ dich beschützen.\n"
+"\n"
+"Standardmässig lässt sich diese Funktion vom Founder\n"
+"aufrufen oder von denjenigen mit Level 10 und grösser, \n"
+"die den Schutz auf sich selbst anwenden."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Syntax: QUIT\n"
+"\n"
+"Zwingt die Services, sich sofort zu beenden. Die\n"
+"Datenbanken werden dabei nicht gespeichert.\n"
+"Dieser Befehl sollte nicht benutzt werden, ausser\n"
+"die Datenbanken sollen wirklich nicht aktualisiert\n"
+"werden. Für das normale Beenden der Services sollte\n"
+"der SHUTDOWN Befehl benutzt werden."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Syntax: RANDOMNEWS ADD Text"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: RANDOMNEWS ADD Text\n"
+" RANDOMNEWS DEL {Nummer | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Bearbeitet die Liste der RandomNews Nachrichten oder zeigt diese an.\n"
+"Wenn ein User zum Network verbindet, wird eine (und nur eine!) dieser\n"
+"RandomNews Nachrichten zufällig gewählt und an den User gesendet.\n"
+"\n"
+"Diese Funktion ist beschr?nkt auf die Services Administartoren."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Syntax: RANDOMNEWS DEL {Nummer | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: READ [Channel] {Nummer | List | LAST | NEW}\n"
+"\n"
+"Schickt dir den Inhalt der Memo, die du lesen möchtest.\n"
+"Wird LAST angegeben, bekommst du die Memo die du als \n"
+"letztes erhalten hast. Mit NEW werden dir alle neuen,\n"
+"ungelesenen, Memos geschickt. \n"
+"\n"
+"Andernfalls kannst du auch mit Hilfe der Memo-Nummer\n"
+"Nummer oder einer Bereichsliste dir Memos anzeigen\n"
+"lassen, zum Beispiel so:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Zeigt den Inhalt der Memos 2 bis 5 und 7 bis 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER Nickname [Passwort]\n"
+"\n"
+"Ermöglicht dir, deinen Nicknamen wieder freizugeben,\n"
+"wenn jemand anderes ihn angenommen hat. Diese Funktion\n"
+"wird auch durch %S genutzt, wenn jemand einen Nickname\n"
+"mit Kill-Schutz anzunehmen.\n"
+"\n"
+"Bei Aufruf dieses Befehls wird %S einen virtuellen\n"
+"User mit dem gleichen Nick online schalten den du\n"
+"recovern willst. Die Folge davon ist, dass der User,\n"
+"der deinen Nickname angenommen hatte, vom Server getrennt\n"
+"wird. Der virtuelle User von den Services wird noch\n"
+"%s online bleiben, um sicherzustellen, dass der\n"
+"andere User nicht sofort neu connected; Nach dieser\n"
+"zeit wird der Nickname wieder freigegeben und du kannst\n"
+"ihn annehmen.\n"
+"\n"
+"Als Alternative gibt es das RELEASE Befehl,\n"
+"(/msg %S HELP RELEASE) um deinen Nickname \n"
+"schneller zurückzubekommen.\n"
+"\n"
+"Als Vorraussetzung für das RECOVER Befehl muss \n"
+"deine aktuelle Adresse (siehe Ausgabe von /WHOIS)\n"
+"auf der Zugriffsliste des zu recovernden Nicknamens \n"
+"oder in dessen Gruppe sein. Als dritte Möglichkeit\n"
+"kannst du das Passwort für den Nicknamen angeben."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Syntax: REGISTER Channel Beschreibung\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Syntax: REGISTER Passwort [eMail]\n"
+"\n"
+"Registriert deinen Nicknamen in der Datenbank von \n"
+"%S. Nachdem dein Nickname registriert ist, kannst du mit \n"
+"den SET und ACCESS Befehlen die Einstellungen deines\n"
+"Nicknames anpassen wie du es möchtest. Stell bitte\n"
+"sicher, dass du dir das Passwort bei der Registrierung\n"
+"merkst - du wirst es brauchen, wenn du später\n"
+"Änderungen an den Einstellungen vornehmen willst!\n"
+"\n"
+"Beachte auch, dass Gross/Kleinschreibung unterschieden\n"
+"werden! ANOPE, Anope, und anope sind \n"
+"verschiedene Passworte!\n"
+"\n"
+"Richtlinien bei der Auswahl eines Passwortes:\n"
+"\n"
+"Passworte sollten nicht einfach zu erraten sein.\n"
+"Zum Beispiel deinen echten Namen als Passwort zu \n"
+"nehmen ist eine schlechte Idee. Deinen Nicknamen selbst\n"
+"als Passwort zu nehmen, ist eine noch viel schlechtere\n"
+"Idee :) und ausserdem würde %S es auch nicht erlauben.\n"
+"Weiterhin sind kurze Passworte anfällig bei Trial-\n"
+"and-Error-Versuchen, also sollte es zumindest 5 Zeichen\n"
+"lang sein.\n"
+"Zu guter letzt solltest du auch keine Leerzeichen im \n"
+"Passwort verwenden. \n"
+"\n"
+"Der Parameter eMail ist optional und ermöglicht\n"
+"Nickserv dir dein Passwort per eMail zu senden, falls\n"
+"du es vergessen haben solltest. \n"
+"Deine Privatsphäre wird respektiert und deine \n"
+"eMail-Adresse wird keinem Dritten verfügbar gemacht.\n"
+"\n"
+"Dieser Befehl (REGISTER) erstellt auch ausserdem\n"
+"eine neue Gruppe für deinen Nicknamen, die dir erlaubt,\n"
+"nachher weitere Nicknamen in diese Gruppe aufzunehmen,\n"
+"die dann automatisch die gleiche Konfiguration und\n"
+"Channel-Privilegien bekommen. Für weitere Informationen\n"
+"über diese Funktion tippe /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE Nickname [Passwort]\n"
+"\n"
+"Durch %S wird die Nickname-Sperre, ausgelöst\n"
+"durch z.B. den automatischen Kill-Schutz oder durch\n"
+"Verwendung des RECOVER Befehls, aufgehoben.\n"
+"Standardmässig hält diese Sperre %s, dieser\n"
+"Befehl setzt den Nickname früher wieder frei.\n"
+"\n"
+"Als Vorraussetzung für die Verwendung des RELEASE \n"
+"Befehl für einen Nickname, muss deine aktuelle Hostmaske\n"
+"(siehe /WHOIS) in der Zugriffsliste des entsprechenden\n"
+"Nicknamens oder in der Gruppe des Nicknamen sein. Weiterhin \n"
+"musst du das richtige Passwort für den Nicknamen haben."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Syntax: RELOAD\n"
+"\n"
+"Die Services werden bei diesem Befehl die Konfigurations-\n"
+"datei neu einlesen. Beachte das für einige Direktiven\n"
+"trotzdem ein Neustart der Services erforderlich ist, um\n"
+"sie wirksam zu machen (so wie die Services Nicknamen,\n"
+"Aktivierung der Verbindungseinschränkungen, etc.)"
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"Dieser Befehl löst das Versenden des Authentifizierungscodes\n"
+"(auch Passcode genannt) erneut an die gespeicherte Emailadresse\n"
+"des Users, sobald der User ihn ausführt."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Syntax: RESTART\n"
+"\n"
+"Die Services werden sich bei diesem Befehl beenden,\n"
+"die Datenbanken speichern, und danach neustarten\n"
+"(die ausführbare Datei erneut aufrufen).\t"
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntax: RSEND {Nickname | Channel} Memo-Text\n"
+"\n"
+"Sendet an einen Nicknamen oder Channel die Memo \n"
+"mit dem Inhalt Memo-Text. Wird an einen Nicknamen \n"
+"gesendet, erhält der Empfänger eine Notice, dass er/sie \n"
+"eine neue Memo hat. Der Empfänger (Nickname/Channel) muss \n"
+"registriert sein. Wenn deine Memo gelesen worden ist, \n"
+"bekommst du eine Auto-Memo die dich Informirmiert\n"
+"das der / die jenige dein Memo-Text gelesen hat."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Setzt verschiedene Einstellungen für den Nicknamen. Gültig für option ist:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Bestimmt ob der angegebene Nickname automatisch Op-Status erhält.\n"
+"Wird AUTOOP auf ON gestellt erlaubt es ChanServ den\n"
+"angegebenen Nicknamen automatisch Op-Status zu geben,\n"
+"wenn der Nick die Channels betritt."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Ändert den Nicknamen der als Ursprung einer Nicknamengruppe\n"
+"angezeigt wird. Der neue Ursprung muss ein Nickname der \n"
+"entsprechenden Gruppe sein."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Verknüpft die angegeben Emailadresse mit dem\n"
+"Nicknamen."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Setzt die angegebene Nachricht als Begrüssungsnachricht\n"
+"für den Nicknamen. Diese wird angezeigt, wenn der Nickname\n"
+"den Channel betritt und die GREET Einstellung aktiviert\n"
+"ist. Vorraussetzung ist, dass der Benutzer die entsprechenden\n"
+"Rechte besitzt."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"Erlaubt es beim angegebenen Nicknamen , bestimmte Informationen \n"
+"in der Ausgabe von %S INFO zu verstecken.\n"
+"Es kann die eMail-Adresse versteckt (EMAIL) werden, die \n"
+"zuletzt gesehene user@host-Maske (USERMASK), der\n"
+"Services-Zugriffsstatus (STATUS) und die letzte Quit-Nachricht\n"
+"(QUIT).\n"
+"Der zweite Parameter bestimmt, ob die Information angezeigt\n"
+"werden soll (OFF) oder nicht (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Stellt den automatischen Schutz des Nicknames durch\n"
+"einen Kill an oder aus. Nimmt ein User diesen Nickname, \n"
+"hat er eine Minute Zeit sich zu identifizieren,\n"
+"danach wird er, bei eingeschaltetem Schutz, durch\n"
+"%S umbenannt in einen Zufallsnamen.\n"
+"\n"
+"Bei der Einstellung QUICK wird Wartezeit zum\n"
+"Identifizieren auf 20 Sekunden herabgesenkt. Bei\n"
+"IMMED wird der User sofort ohne Warnung\n"
+"umbenannt, wenn er nicht auf der Zugriffsliste des\n"
+"Nicknamens steht. Bitte benutze diese Option nicht\n"
+"unnötigerweise.\n"
+"Ausserdem ist es möglich, dass die Netz-Admins\n"
+"diese Option deaktiviert haben."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Wechselt die Sprache der Services, wenn Meldungen an den\n"
+"Nicknamen gesendet werden.\n"
+"(Zum Beispiel in einer Antwort auf einen Befehl den der User gesendet hat).\n"
+"Die Nummer sollte aus der Liste der unterstützten Sprachen gewählt \n"
+"werden, die man mit tippen des Befehls /msg %S HELP SET LANGUAGE bekommt."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Bestimmt die Art, mit dem sich die Services mit dem \n"
+"angebenen Nicknamen unterhalten. \n"
+"Ist MSG eingeschaltet, benutzen die Services Messages\n"
+"(Queries), ansonsten werden die Antworten als Notices\n"
+"geschickt (Standard)."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Bestimmt ob ein Nickname nach einer gewissen Zeit \n"
+"verfällt. Wird NOEXPIRE auf ON gesetzt verfällt\n"
+"der Nickname nie."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Ändert das Passwort um sich als Besitzer eines Nicknamens\n"
+"zu identifizieren."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Ändert %S's Privat-Modus für den Nicknamen.\n"
+"Mit eingeschaltetem PRIVATE wird der Nickname\n"
+"nicht auf Listen erscheinen, die durch %S's LIST \n"
+"Befehl erstellt wurden.\n"
+"\n"
+"(Jeder der den Nicknamen kennt, kann gezielt mit \n"
+"dem INFO Befehl Informationen über den Nicknamen \n"
+"abrufen, unabhängig vom Privat-Modus.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Schaltet die Sicherheitsfunktionen von %S für den\n"
+"Nicknamen an oder aus. Mit eingeschaltetem SECURE\n"
+"muss sich der Nickname immer identifizieren, egal \n"
+"ob seine Hostmaske auf der Zugriffsliste für den \n"
+"Nicknamen steht oder nicht. Wenn er allerdings auf \n"
+"der Zugriffsliste stehst, wird %S bei \n"
+"fehlender Identifizierung den Nicknamen nicht killen\n"
+"(ist von der KILL Option unabhängig)."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Syntax: SAY Channel Text\n"
+"\n"
+"Der Bot sagt den eingegebenen Text auf dem angegebenen Channel."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Syntax: SEND {Nickname | Channel} Memo-Text\n"
+"\n"
+"Sendet an einen Nicknamen oder Channel die Memo \n"
+"mit dem Inhalt Memo-Text. Wird an einen Nicknamen \n"
+"gesendet, erhält der Empfänger eine Notice, dass\n"
+"er/sie eine neue Memo hat.\n"
+"Der Empfänger (Nickname/Channel) muss registriert sein."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntax: SENDALL Memo-Text\n"
+"Sendet allen registrieten Usern eine Nachricht mit dem \n"
+"Memo-Text."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Syntax: SENDPASS Nickname\n"
+"\n"
+"Sendet das Passwort des angegebenen Nicks zu der damit\n"
+"verbundenen eMail-Adresse aus der NickServ-Datenbank.\n"
+"Dieses Kommando ist wirklich nützlich, wenn du dein\n"
+"Passwort vergessen haben solltest.\n"
+"\n"
+"Kann in manchen Netzen auf IRC Operatoren begrenzt\n"
+"sein."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW Host\n"
+"\n"
+"Zeigt Services Administratoren eine Liste mit Hosts, die \n"
+"eine bestimmte Anzahl Verbindungen zum Chat-Netz haben.\n"
+"\n"
+"SESSION LIST zeigt die Hosts mit mindestens threshold \n"
+"gleichzeitigen Verbindungen.\n"
+"Der threshold muss eine Nummer grösser als 1 sein. Dies\n"
+"soll verhindern, dass aus Versehen eine riesige Liste\n"
+"von Einzelsitzungen ausgegeben wird.\n"
+"\n"
+"SESSION VIEW ist etwas ausführlicher und zeigt mehr\n"
+"Informationen über den bestimmten Host - mit\n"
+"Anzahl Verbindungen und dessen Limit. Der Wert bei\n"
+"host kann keine Platzhalter (Wildcards) enthalten.\n"
+"\n"
+"Siehe die Hilfe zu EXCEPTION um weitere Informationen\n"
+"über das Einschränken von Verbindungen zu erhalten."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntax: SET Nickname Hostmaske.\n"
+"Setzt einem User einen vHost anstelle des normalen\n"
+"Hosts. Falls dein IRCd vIdents unterstützt, kannst\n"
+"du mit SET <nickname> <ident>@<hostmaske> auch eine Ident\n"
+"wie einen vHost setzen."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntax: SET (Channel | Bot) Option Parameter\n"
+"\n"
+"Konfiguriert Optionen für einen Bot.\n"
+"Option kann folgende Werte annehmen:\n"
+"\n"
+" DONTKICKOPS Chan-Ops werden (nicht) vom Bot \n"
+" gekickt.\n"
+" DONTKICKVOICES Gevoicte User werden (nicht) \n"
+" vom Bot gekickt.\n"
+" GREET Begrüssungsnachricht\n"
+" FANTASY Aktiviert Befehle wie !op !deop usw. \n"
+" SYMBIOSIS Bot übernimmt die Aufgaben vom ChanServ\n"
+"\n"
+"/msg %S HELP SET Option um weitere Informationen\n"
+"über einen spezifischen Befehl zu erhalten.\n"
+"\n"
+"Achtung: Die Berechtigungsstufen für diesen Befehl\n"
+"können variieren!"
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Syntax: SET Botnick PRIVATE {ON|OFF}\n"
+"\n"
+"Verhindert, das der Bot durch Nicht-IRC Operatoren\n"
+"assigned werden kann."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SET Channel Option Parameter\n"
+"\n"
+"Erlaubt es dem Channel-Founder bestimmte Optionen\n"
+"und Informationen des Channels zu ändern.\n"
+"\n"
+"Verfügbare Optionen:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntax: SET Channel DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Aktiviert / deaktiviert die Op Protection in einem\n"
+"Channel. Wenn diese aktiviert ist, werden Ops nicht vom\n"
+"Bot gekickt, auch wenn sie nicht das NOKICK-Level\n"
+"haben."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntax: SET Channel DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert die Voice Protection \n"
+"in einem Channel. Wenn diese aktiviert ist, werden \n"
+"User mit voice (+v) vom Bot nicht gekickt, auch \n"
+"wenn sie nicht das NOKICK-Level haben."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Syntax: SET Channel FANTASY {ON|OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert den Fantasy in einem\n"
+"Channel. Wenn dieser aktiviert ist, ist es Usern\n"
+"möglich, Befehle wie !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen und !halfop im Channel zu \n"
+"benutzen. Die Befehle sind selbsterklärend, \n"
+"probiert's halt mal aus, mit oder ohne Nickname.\n"
+"\n"
+"Hinweis: Auch hier benötigt der ausführende User\n"
+"die Rechte, um die Befehle zu benutzen, und zwar\n"
+"sowohl das Level um Fantasy zu nutzen, als auch\n"
+"ein Level bzw Mode, mit dem er das gegebene \n"
+"Kommando ausführen könnte. (Beispiel: Jemand, \n"
+"der kein Op ist, kann auch niemanden mit !op oppen.)"
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Syntax: SET Channel GREET {ON|OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert den Greet Mode\n"
+"in einem Channel. Wenn diese Mode aktiviert ist, zeigt der Bot\n"
+"eine Begrüssungsnachricht bei joinenden Usern, die eine\n"
+"Msg definiert haben und weiterhin auch die \n"
+"Berechtigung haben, dass diese angezeigt wird."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Syntax: SET Channel NOBOT {ON|OFF}\n"
+"\n"
+"Durch diese Option kann einem Channel explizit kein Bot \n"
+"zugewiesen werden. Sollte dem Channel, für den diese \n"
+"Option gewählt wird, bereits ein Bot zugewiesen \n"
+"sein, so verfällt die Zuweisung."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Syntax: SET Channel NOEXPIRE {ON | OFF}\n"
+"\n"
+"Ändert das NOEXPIRE-Flag an einem Channel. Wird es\n"
+"auf ON gestellt, wird der Channel bei Nichtnutzung\n"
+"nicht auslaufen."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Syntax: SET Channel SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Aktiviert oder deaktiviert den Symbiosis Mode.\n"
+"Wenn diese Mode aktiviert ist, führt der Bot alle Aktionen aus,\n"
+"die sonst %s übernimmt. \n"
+"(Modechanges, Kicks, Begrüssungsnachrichten usw.)"
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SET Option Parameter\n"
+"\n"
+"Stellt verschiedene Optionen zu deinem Nicknamen ein.\n"
+"Option kann eines der folgenden Werte sein:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Syntax: SET Option Parameter\n"
+"\n"
+"Stellt verschiedene Optionen bezüglich der Memos ein.\n"
+"Option kann einer der Parameter sein:\n"
+"\n"
+" NOTIFY Stellt ein, wann du benachrichtigt wirst,\n"
+" wenn du eine neue Memo bekommst.\n"
+"\n"
+" LIMIT Ändert die maximale Anzahl Memos, die\n"
+" du empfangen kannst.\n"
+"\n"
+"Tippe: /msg %S HELP SET Option für weitere Informationen\n"
+"über eine bestimmte Option."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Syntax: SET Option Einstellungen\n"
+"\n"
+"Ändert globale Einstellungen der Services Optionen.\n"
+"Diese Optionen lassen sich ändern:\n"
+"\n"
+" READONLY Nur-Lese Modus der Datenbank an\n"
+" oder aus\n"
+" LOGCHAN Zeigt Logmessages in einem Chan\n"
+" DEBUG Debug-Modus der Services an oder aus\n"
+" NOEXPIRE Auslauf-Modus der Services\n"
+" an oder aus\n"
+" SUPERADMIN Den Super-Admin Modus an oder aus\n"
+" IGNORE Ignore-Modus an oder aus\n"
+" LIST Optionen-Liste"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Bestimmt ob Du automatisch Op-Status erhälst. Auf ON gestellt\n"
+"erlaubt es ChanServ Dir automatisch Op-Status zu geben,\n"
+"wenn Du die Channels betrittst."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Syntax: SET DEBUG {ON | OFF | Nummer}\n"
+"\n"
+"Schaltet den Debug-Modus an oder aus. Wird der aktiviert,\n"
+"werden alle Daten von/an die Services gesendet werden\n"
+"(und ein paar anderen Debug-Meldungen) in ein Logfile\n"
+"geschrieben. Wird Nummer angegeben, wird der Debugging\n"
+"Level auf Nummer gesetzt.\n"
+"\n"
+"Diese Option ist äquivalent mit der Befehlszeilen-\n"
+"Option -debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Syntax: SET DISPLAY Neues-Display\n"
+"\n"
+"Ändert den virtuellen \"Anführer\" deiner Gruppe in den\n"
+"Services. Der wert von Neues-Display MUSS ein Nickname\n"
+"in deiner Gruppe sein.\n"
+"\n"
+"Hinweis: Dieser Befehl ändert keine Zugriffsrechte\n"
+"des einzelnen Nicks, er wird nur als \"Ursprung\" der \n"
+"Gruppe in der Liste aufgeführt."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Syntax: SET EMAIL Adresse\n"
+"\n"
+"Verbindet die angegebene eMail-Adresse mit deinem\n"
+"Nicknamen. Diese Adresse wird angezeigt, wenn jemand \n"
+"Informationen über deinen Nicknamen mit dem INFO \n"
+"Befehl anfordert."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SET GREET Nachricht\n"
+"\n"
+"Die angegebene Nachricht wird als Begrüssungsnachricht\n"
+"gesendet, wenn du in einen Channel eintrittst, der\n"
+"die GREET Option eingeschaltet hat. Vorausgesetzt\n"
+"du hast den nötigen Zugriffslevel in der Access-Liste\n"
+"des Channels. \t"
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Erlaubt es dir, bestimmte Informationen in der Ausgabe\n"
+"von %S INFO zu verstecken.\n"
+"Du kannst deine eMail-Adresse verstecken (EMAIL), die \n"
+"zuletzt gesehene user@host-Maske (USERMASK), dein\n"
+"Services-Zugriffsstatus (STATUS) und die letzte Quit-Nachricht\n"
+"(QUIT).\n"
+"Der zweite Parameter bestimmt, ob die Information angezeigt\n"
+"werden soll (OFF) oder nicht (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Mit diese Einstellung kannst du Anope's IGNORE-System \n"
+"an oder aus machen."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Stellt den automatischen Schutz des Nicknames durch\n"
+"einen Kill an oder aus. Nimmt ein User deinen Nickname, \n"
+"hat er eine Minute Zeit sich zu identifizieren,\n"
+"danach wird er, bei eingeschaltetem Schutz, durch\n"
+"%S umbenannt in einen Zufallsnamen.\n"
+"\n"
+"Bei der Einstellung QUICK wird Wartezeit zum\n"
+"Identifizieren auf 20 Sekunden herabgesenkt. Bei\n"
+"IMMED wird der User sofort ohne Warnung\n"
+"umbenannt, wenn er nicht auf der Zugriffsliste des\n"
+"Nicknamens steht. Bitte benutze diese Option nicht\n"
+"unnötigerweise.\n"
+"Ausserdem ist es möglich, dass die Netz-Admins\n"
+"diese Option deaktiviert haben."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Syntax: SET LANGUAGE Nummer\n"
+"\n"
+"Stellt die Sprache ein, mit der die Services mit dir\n"
+"kommunizieren. (Zum Beispiel in einer Antwort auf einen\n"
+"Befehl den du gesendet hast.)\n"
+"\n"
+"Nummer muss von der folgenden Liste der unter-\n"
+"stützten Sprachen ausgewählt werden: "
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Syntax: SET LIMIT [Channel] Limit\n"
+"\n"
+"Ändert das Limit der Anzahl der Memos, die du\n"
+"(oder der angegebene Channel) haben darf. Wird dies auf\n"
+"0 gesetzt, kann dir niemand mehr Memos senden.\n"
+"Du kannst es jedoch auch nicht höher als %d setzen."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Syntax: SET LIMIT [User | Channel] {Limit | NONE} [HARD]\n"
+"\n"
+"Ändert die max. Anzahl von Memos die ein User oder\n"
+"Channel haben kann. Das setzen dieser Grenze auf 0\n"
+"verhindert das Empfangen jeglicher Memos. Wird \n"
+"hingegen NONE eingestellt, kann der User so\n"
+"viele Memos empfangen und behalten wie er will.\n"
+"Wird kein User oder Channel angegeben, veränderst\n"
+"du dein eigenes Limit.\n"
+"\n"
+"Durch den Zusatzparameter HARD wird eine Änderung\n"
+"des Limits durch den entsprechenden User verhindert.\n"
+"Wird dieser Parameter nicht angegeben, hat das den\n"
+"gegenteiligen Effekt - der User kann sein Limit \n"
+"ändern (sogar wenn das vorherige Limit auf \n"
+"HARD eingestellt war).\n"
+"\n"
+"Die Nutzung des SET LIMIT Befehls ist beschränkt auf \n"
+"Services Administratoren. Jeder andere User kann nur \n"
+"das Limit von sich selbst oder dem Channel ändern, in \n"
+"dem er einen entsprechenden Zugriffslevel besitzt, er \n"
+"kann auch nicht die Grenze von %d Memos überschreiten.\n"
+"Der HARD Befehl kann er auch nicht nutzen."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Zeigt dir eine Liste der verfügbaren Einstellungen von %S"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"Mit dieser Option senden die Services alle Logeinträge zum\n"
+"angegebenen Channel. LogChannel muss in der Services Config\n"
+"Datei aktiviert sein.\n"
+"\n"
+"Diese Option ist äquivalent mit der Befehlszeilen-\n"
+"Option -logchan.\n"
+"\n"
+"Anmerkung: Diese Option kann ein großes Sicherheitsproblem\n"
+" darstellen, wenn der Logchannel nicht ausreichend\n"
+" gesichert ist."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Syntax: SET MSG {ON | OFF}\n"
+"\n"
+"Bestimmt den Modus, mit dem sich die Services mit dir\n"
+"unterhalten. \n"
+"Ist MSG eingeschaltet, benutzen die Services Messages\n"
+"(Queries), ansonsten werden dir die Antworten als Notices\n"
+"geschickt (Standard)."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Setzt den No-Expire-Mode an oder aus. Wird er\n"
+"aktiviert, werden Nicknamen, Channels und AKILLs nicht\n"
+"auslaufen bis dieser Modus wieder ausgeschaltet\n"
+"wird.\n"
+"Diese Option ist äquivalent mit der Befehlszeilen-\n"
+"Option -noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Ändert den Zeitpunkt, wann MemoServ dich über neue\n"
+"eingegangene Memos informiert:\n"
+"\n"
+" ON Du wirst über neue Nachrichten informiert,\n"
+" wenn du dich identifizierst, /AWAY aufhebst,\n"
+" und wenn sie an dich gesandt werden.\n"
+" LOGON Du wirst nur benachrichtigt, wenn du dich\n"
+" identifizierst oder das /AWAY rückgängig\n"
+" machst.\n"
+" NEW Du wirst nur informiert, wenn sie an dich\n"
+" gesendet werden.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Es wird keine Benachrichtigung über neue\n"
+" Memos stattfinden.\n"
+"\n"
+"ON ist eine Kombination aus LOGON und NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Syntax: SET PASSWORD Neues-Passwort\n"
+"\n"
+"Ändert das Passwort, mit dem du dich als Besitzer des\n"
+"Nicknamen identifizierst."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Ändert %S's Privat-Modus für deinen Nicknamen.\n"
+"Mit eingeschaltetem PRIVATE wird dein Nickname\n"
+"nicht auf Listen erscheinen, die durch %S's LIST \n"
+"Befehls erstellt wurden.\n"
+"\n"
+"(Jeder der deinen Nicknamen kennt, kann gezielt mit \n"
+"dem INFO Befehl Informationen über deinen Nicknamen \n"
+"abrufen, unabhängig vom Privat-Modus.)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Syntax: SET READONLY {ON | OFF}\n"
+"\n"
+"Schaltet den Read-Only-Mode an oder aus. Im\n"
+"Read-Only-Modus können normale User nichts mehr\n"
+"an den Datenbanken der Services ändern, dies beinhaltet\n"
+"Channel und Nicknamen-Zugriffslisten, etc. IRCops mit\n"
+"genügend Rechten werden weiterhin Änderungen an der\n"
+"AKILL-Liste, Nicknamen sperren oder DROPEN (löschen) dürfen,\n"
+"aber diese Änderungen werden nicht gespeichert, bis\n"
+"der Read-Only-Mode deaktiviert wurde bevor die\n"
+"Services beendet oder neu gestartet werden.\n"
+"\n"
+"Diese Option ist äquivalent mit der Befehlszeilen-\n"
+"Option -readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SET SECURE {ON | OFF}\n"
+"\n"
+"Stellt die Sicherheitsfunktionen von %S für deinen\n"
+"Nicknamen an oder aus. Mit eingeschaltetem SECURE\n"
+"musst du dich immer identifizieren, egal ob deine\n"
+"Hostmaske auf der Zugriffsliste für den Nicknamen\n"
+"steht oder nicht. Wenn du allerdings auf \n"
+"der Zugriffsliste stehst, wird %S bei \n"
+"fehlender Identifizierung den Nicknamen nicht killen\n"
+"(ist von der KILL Option unabhängig)."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Der Super-Admin Modus verleiht dir zusätzliche Rechte, wie\n"
+"zB. Founder in jedem Channel, etc.\n"
+"Dieser Modus ist nicht dauerhaft und sollte nur genutzt\n"
+"werden, wenn er wirklich gebraucht wird. Danach sollte er\n"
+"sofort wieder ausgeschaltet werden."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntax: SETALL Nickname Hostmaske.\n"
+"Setzt allen Usern einer Gruppe einen vHost. Falls dein\n"
+"IRCd vIdents unterstützt, kannst du mit \n"
+"SETALL <nickname> <ident>@<hostmaske> eine Ident sowie \n"
+"einen vHosts setzen.\n"
+"* Anmerkung: Dieser Befehl betrifft keine Nicknamen,\n"
+"die nachträglich zu der Gruppe hinzugefügt wurden."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Syntax: SHUTDOWN\n"
+"\n"
+"Die Services werden durch dieses Befehl normal\n"
+"beendet und die Datenbanken werden gespeichert."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Syntax: SNLINE ADD [+Zeit] Maske:Grund\n"
+" SNLINE DEL {Maske | entry-num | Liste}\n"
+" SNLINE LIST [Maske | Liste]\n"
+" SNLINE VIEW [Maske | Liste]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Erlaubt Services Operatoren die SNLINE-Liste zu\n"
+"bearbeiten. Versucht ein User dessen Realname auf \n"
+"einen Eintrag in der SNLINE-Liste trifft zu verbinden,\n"
+"werden die Services ihn die verbindung auf das IRC Netz\n"
+"nicht ausführen lassen.\n"
+"\n"
+"SNLINE ADD fügt die angegebene Realnamen-Maske mit \n"
+"dem Grund (muss angegeben werden) zur SNLINE-Liste \n"
+"hinzu. Mit Hilfe von Zeit lässt sich eine bestimmte\n"
+"Auslaufzeit dieses Eintrags definieren.\n"
+"Zeit wird durch eine Ganzzahl angegeben, gefolgt von\n"
+"einem Buchstaben:\n"
+"d (Tage), h (Stunden), oder m (Minuten). Kombinationen\n"
+"(wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein\n"
+"Buchstabe angegeben, wird von Tagen ausgegangen (also +30 \n"
+"bedeutet dann z.B. 30 Tage). Um einen SNLINE-Eintrag zu\n"
+"erstellen, der nicht ausläuft, benutze +0. Beginnt\n"
+"die Realnamen-Maske mit einem +, an, muss eine \n"
+"Auslaufzeit (expiry) definiert werden, auch wenn es die \n"
+"Standard-Zeit ist. Die Standard-Auslaufzeit für eine\n"
+"SNLINE kann man unter STATS AKILL finden.\n"
+"\n"
+"Beachte: Da die Realnamen-Maske Leerzeichen enthalten kann,\n"
+"ist das Trennzeichen zwischen der Maske und dem Grund\n"
+"ein Doppelpunkt.\n"
+"Das SNLINE DEL Befehl entfernt die angegebene Maske\n"
+"von der SNLINE-Liste, sofern ein solcher Eintag existiert.\n"
+"Wird eine Liste von Nummern angegeben, werden diese\n"
+"Einträge entfernt. (Siehe das Beispiel für LIST weiter\n"
+"unten.)\n"
+"\n"
+"Mit Hilfe von SNLINE LIST wird die SNLINE-Liste \n"
+"angezeigt. Werden Platzhalter (Wildcards) in der Maske\n"
+"angegeben, werden nur die entsprechenden Einträge\n"
+"angezeigt. Die Ausgabe lässt sich ebenfalls durch einen\n"
+"Zahlenbereich begrenzen, wie das Beispiel zeigt:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" Zeigt nur die Einträge 2 bis 5 und 7 bis 9.\n"
+"\n"
+"SNLINE VIEW ist eine ausführlichere Version des \n"
+"SNLINE LIST Befehls und zeigt zusätzlich, wer einen \n"
+"Eintrag wann erstellt hat, wann er ausläuft und \n"
+"natürlich die user@host Maske mit dem Grund.\n"
+"\n"
+"SNLINE CLEAR entfernt alle Einträge aus der \n"
+"SNLINE-Liste."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: SOP Channel ADD Nickname\n"
+" SOP Channel DEL {Nickname | entry-num | Liste}\n"
+" SOP Channel LIST [Maske | Liste]\n"
+" SOP Channel CLEAR\n"
+"\n"
+"Verwaltet die SOP (SuperOP) Liste eines Channels. Ein User\n"
+"in der SOP-Liste besitzt die selben Rechte wie ein AOP und kann\n"
+"zusätzlich die AutoKick und BadWord Listen bearbeiten, Channel-\n"
+"memos lesen und senden, usw. \n"
+"\n"
+"Der SOP ADD Befehl fügt den jeweiligen Nicknamen zur SOP-Liste\n"
+"hinzu.\n"
+"Der SOP DEL Befehl löscht den jeweiligen Nicknamen aus der\n"
+"SOP-Liste. Wenn mehrere Eintragsnummern angegeben werden,\n"
+"werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)\n"
+"\n"
+" \n"
+"Der SOP LIST Befehl zeigt die aktuelle SOP-Liste. Wenn\n"
+"Wildcard Masks angegeben werden, werden nur die betroffenen\n"
+"Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,\n"
+"werden nur diese Einträge angezeigt, zB:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Listet die SOP Einträge 2 bis 5 und 7 bis 9.\n"
+"\n"
+"Der SOP CLEAR Befehl löscht alle Einträge der SOP-Liste.\n"
+"SOP ADD, SOP DEL und SOP CLEAR sind auf den Channel-\n"
+"founder beschränkt. SOP LIST kann von jedem AOP genutzt\n"
+"werden.\n"
+"\n"
+"Dieser Befehl kann für deinen Channel ausgeschaltet sein, in \n"
+"diesem Fall nutze bitte die Access Liste. Für weitere Infos zur\n"
+"Access Liste, tippe bitte /msg %S HELP ACCESS und\n"
+"/msg %S HELP SET XOP für Infos über den Wechsel vom xOP und\n"
+"vom Access System."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Syntax: SQLINE ADD [+Zeit] Maske Grund\n"
+" SQLINE DEL {Maske | entry-num | Liste}\n"
+" SQLINE LIST [Maske | Liste]\n"
+" SQLINE VIEW [Maske | Liste]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Erlaubt Services Operatoren die SQLINE Liste zu bearbeiten.\n"
+"Falls ein User mit passendem Nicknamen sich zum Netzwerk\n"
+"verbinden möchte, werden die Services diese Verbindung nicht \n"
+"ausführen lassen.\n"
+"\n"
+"Wenn der erste Buchstabe ein # ist, werden die Services die\n"
+"Nutzung des betreffenden Channels nicht zulassen (bei IRCds,\n"
+"die dieses Feature unterstützen).\n"
+"\n"
+"SQLINE ADD fügt den angegeben Nicknamen mit dem Grund (muss\n"
+"angegeben werden) zur SNLINE-Liste hinzu. ^_Zeit^_ wird\n"
+"durch eine Ganzzahl angegeben, gefolgt von einem Buchstaben: \n"
+"d (Tage), h (Stunden), oder m (Minuten).\n"
+"Kombinationen sind nicht erlaubt. Wird kein Buchstabe angegeben,\n"
+"wird von Tagen ausgegangen (also +30 bedeutet 30 Tage).\n"
+"Um einen SQLINE-Eintrag zu erstellen, der nicht ausläuft,\n"
+"benutze+0. \n"
+"Beginnt die Maske mit einem +, muss eine Auslaufzeit\n"
+"(expiry) definiert werden, auch wenn es die Standard-Zeit ist. \n"
+"Die Standard-Auslaufzeit für eine SQLINE kann man unter\n"
+"STATS AKILL finden.\n"
+"\n"
+"Das SQLINE DEL Command entfernt die betreffende Maske von\n"
+"der SQLINE Liste. Wird eine Liste von Nummern angegeben,\n"
+"werden diese Einträge entfernt. (Siehe das Beispiel für LIST \n"
+"weiter unten.)\n"
+"\n"
+"Mit Hilfe von SQLINE LIST wird die SQLINE-Liste angezeigt.\n"
+"Werden Wildcards in der Maske angegeben, werden nur die\n"
+"entsprechenden Einträge angezeigt. Die Ausgabe lässt sich\n"
+"ebenfalls durch einen Zahlenbereich begrenzen:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Zeigt die SQLINE Einträge 2 bis 5 und 7 bis 9 an.\n"
+"SQLINE VIEW ist eine ausführlichere Version von SQLINE LIST\n"
+"und zeigt an, wer eine SQLINE gesetzt hat, das Datum und wann\n"
+"diese ausläuft, ausserdem die Maske und den Grund.\n"
+"\n"
+"SQLINE CLEAR löscht alle Einträge der SQLINE Liste."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Zeigt alle Nicknamen, die Zugriff auf die Services haben samt Level \n"
+"und Online-Status."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntax: STAFF Memo-Text\n"
+"Sendet allen Usern mit Zugriff auf die Services eine Nachricht mit\n"
+"dem Memo-Text."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Syntax: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Wird keine Option angegeben, wird eine kurze Statistik\n"
+"ausgegeben. Sie enthält die aktuelle Anzahl verbundener\n"
+"User, IRCops (inklusive den Services). Die max. Anzahl\n"
+"gleichzeitig verbundener User seitdem die Services\n"
+"gestartet wurden und die Uptime.\n"
+"\n"
+"Mit der AKILL Option, wird die aktuelle Grösse der\n"
+"AutoKill-Liste ausgegeben und dessen standardmässige\n"
+"Auslaufzeit.\n"
+"\n"
+"Die ALL Option ist nur für Services Administratoren verfügbar.\n"
+"Sie zeigt unter anderem den aktuellen Speicherverbrauch der \n"
+"Services. Dieser Befehl kann auf einem grossen Netzwerk dazu \n"
+"führen, dass die Services für kurze Zeit nicht mehr ansprechbar \n"
+"sind, also übertreib es nicht.\n"
+"\n"
+"Durch RESET werden einige Werte der Statistik zurück-\n"
+"gesetzt, unter anderem die max. Anzahl gleichzeitig\n"
+"verbundenen User."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Syntax: STATUS Channel Nickname\n"
+"\n"
+"Liefert den Zugriffslevel des angegebenen Nicknamen aus dem\n"
+"Channel. Die Antwort erfolgt in dieser Form:\n"
+"\n"
+" STATUS Channel Nickname Access-Level\n"
+"\n"
+"Tritt ein Fehler auf, wird die Antwort in dieser Form\n"
+"zurückgeliefert:\n"
+"\n"
+" STATUS ERROR error-message"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Syntax: STATUS Nickname\n"
+"\n"
+"Liefert einen Wert zurück, der besagt, ob der augenblickliche\n"
+"Nutzer des Nicknamens der identifizierte Eigentümer ist, oder \n"
+"nicht.Die Antwort hat das Format:\n"
+"\n"
+" Nickname Status-Code Account\n"
+"\n"
+"where Nickname is the nickname sent with the command,\n"
+"Status-Code is one of the following, and Account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - User ist nicht online oder Nickname ist nicht registriert\n"
+" 1 - User wird nicht als Eigentümer erkannt\n"
+" 2 - User wird als Eigentümer erkannt durch die\n"
+" Zugriffsliste\n"
+" 3 - User wird als Eigentümer erkannt durch die\n"
+" Identifizierung mit Passwort\n"
+"\n"
+"Bis zu 16 Nicknamen können mit dem Befehl übergeben werden,\n"
+"der Rest wird ignoriert. Wenn kein Nickname angegeben wird,\n"
+"wird dein STATUS angezeigt."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND Channel [Grund]\n"
+"\n"
+"Verbietet jegliche Nutzung des Channels. Kann durch\n"
+"den UNSUSPEND Befehls wieder aufgehoben werden,\n"
+"wobei alle vorherigen Einstellungen wieder übernommen\n"
+"werden.\n"
+"\n"
+"Ein Grund kann auf manchen Netzwerke notwendig sein."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK Nickname Neuer-Nickname\n"
+"\n"
+"Erzwingt die Änderung des Nicknamens eines User zu dem neuen Nicknamen."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Syntax: SZLINE ADD [+Zeit] Maske Grund\n"
+" SZLINE DEL {Maske | entry-num | Liste}\n"
+" SZLINE LIST [Maske | Liste]\n"
+" SZLINE VIEW [Maske | Liste]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Erlaubt es Services Operatoren die SZLINE-Liste zu\n"
+"bearbeiten. Versucht ein User zu connecten dessen\n"
+"IP auf einen entsprechenden Eintrag auf der SZLINE-\n"
+"Liste passt, wird der Server seine IRC Verbindung\n"
+"verhindern (unabhängig davon, ob die IP einen\n"
+"PTR-Record hat oder nicht.)\n"
+"\n"
+"SZLINE ADD fügt die angegebene IP-Maske mit dem\n"
+"Reason (muss angegeben werden) zur SZLINE-Liste \n"
+"hinzu. Mit Hilfe von expiry lässt sich eine bestimmte\n"
+"Auslaufzeit dieses Eintrags definieren.\n"
+"expiry wird durch eine Ganzzahl angegeben, gefolgt von\n"
+"einem Buchstaben:\n"
+" d (Tage), h (Stunden), oder m (Minuten). Kombinationen\n"
+"(wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein\n"
+"Buchstabe angegeben, wird von Tagen ausgegangen (also +30 \n"
+"bedeutet dann z.B. 30 Tage). Um einen SZLINE-Eintrag zu\n"
+"erstellen, der nicht ausläuft, benutze +0. Fängt die\n"
+"IP-Maske mit einem + an, muss eine Auslaufzeit\n"
+"(expiry) definiert werden, auch wenn es die Standard-Zeit\n"
+"ist. Die Standard-Auslaufzeit für eine SZLINE kann man \n"
+"unter STATS AKILL finden.\n"
+"\n"
+"Der SZLINE DEL Befehl entfernt die angegebene Maske\n"
+"von der SZLINE-Liste, sofern ein solcher Eintag existiert. \n"
+"Wird eine Liste von Nummern angegeben, werden diese Einträge\n"
+"entfernt. (Siehe das Beispiel für LIST weiter unten.)\n"
+"\n"
+"Mit Hilfe von SZLINE LIST wird die SZLINE-Liste angezeigt.\n"
+"Werden Platzhalter (Wildcards) in der Maske angegeben, werden\n"
+"nur die entsprechenden Einträge angezeigt. Die Ausgabe\n"
+"lässt sich ebenfalls durch einen Zahlenbereich begrenzen,\n"
+"wie das Beispiel zeigt:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" Zeigt nur die Einträge 2 bis 5 und 7 bis 9.\n"
+"\n"
+"SZLINE VIEW ist eine ausführlichere Version des\n"
+"SZLINE LIST Befehls und zeigt zusätzlich, wer einen\n"
+"Eintrag wann erstellt hat, wann er ausläuft und natürlich\n"
+"die IP Maske mit dem Grund.\n"
+"\n"
+"SZLINE CLEAR entfernt alle Einträge aus der SZLINE-Liste."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntax: TOPIC Channel [Topic]\n"
+"\n"
+"Veranlasst %S ein Topic im Channel zu setzen. Falls Topic\n"
+"nicht angegeben wird, wird ein leeres Topic gesetzt. Dieser\n"
+"Befehl ist vor allem in Verbindung mit SET TOPICLOCK\n"
+"nützlich. Tippe /msg %S HELP SET TOPICLOCK für weitere\n"
+"Informationen.\n"
+"\n"
+"Standardmässig auf Founder (Gründer) beschränkt. "
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: UMODE User Modi\n"
+"\n"
+"Erlaubt es Services Operators die Usermodi eines \n"
+"beliebigen Users zu ändern. Der Paramater hat das gleiche \n"
+"Format wie der normale /MODE Befehl."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Syntax: UNASSIGN Channel\n"
+"\n"
+"Löscht die Zuweisung eines Bots zu einem Channel.\n"
+"Dieser Befehl bewirkt, dass der Bot den Channel\n"
+"nicht mehr betritt. Die Konfiguration des Bots für den \n"
+"Channel bleibt jedoch erhalten, sodass der Bot dem\n"
+"Channel wieder zugewiesen werden kann, ohne das \n"
+"alle Einstellungen verloren gehen."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntax: UNBAN Channel [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND Channel\n"
+"\n"
+"Gibt einen Channel, der auf SUSPEND gesetzt ist,\n"
+"wieder frei. Alle vorherigen Einstellungen werden\n"
+"übernommen."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Syntax: UPDATE\n"
+"\n"
+"Erzwingt die Services, sofort alle Datenbanken auf der\n"
+"Festplatte zu aktualisieren."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Syntax: USERLIST [{Muster | Channel} [INVISIBLE]]\n"
+"\n"
+"Listet alle User auf, die gerade im IRC Netzwerk sind, egal ob\n"
+"ihr Nicknamen registriert ist oder nicht.\n"
+"\n"
+"Wird ein Muster angegeben, werden nur die User\n"
+"angezeigt, auf die das Muster passt (es muss im Format\n"
+"nick!user@host sein). Wird ein Channel angegeben, werden\n"
+"nur die User angezeigt, die in diesem Channel sind. Wird\n"
+"zusätzlich INVISIBLE angegeben, werden nur User mit dem Flag\n"
+"+i angezeigt."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Syntax: VOICE #Channel [Nickname]\n"
+"\n"
+"Erteilt dem angegebenen Nickname Voice-Status in dem\n"
+"Channel. Wird kein Nick angegeben, wird ChanServ dich\n"
+"voicen.\n"
+"\n"
+"Standardmässig brauchst du dafür ein Level von 5\n"
+"um anderen Voice zu erteilen, oder Level 3 um dich\n"
+"selbst zu voicen."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: VOP Channel ADD Nickname\n"
+" VOP Channel DEL {Nickname | entry-num | Liste}\n"
+" VOP Channel LIST [Maske | Liste]\n"
+" VOP Channel CLEAR\n"
+"Verwaltet die VOP (Voice) Liste eines Channels.VOPs\n"
+"bekommen automatisch Voice, wenn sie den Channel betreten.\n"
+"Der VOP ADD Befehl fügt den jeweiligen Nicknamen zur VOP-Liste\n"
+"hinzu.\n"
+"Der VOP DEL Befehl löscht den jeweiligen Nicknamen aus der\n"
+"VOP Liste. Wenn mehrere Eintragsnummern angegeben werden,\n"
+"werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)\n"
+"Der VOP LIST Befehl zeigt die aktuelle VOP-Liste. Wenn\n"
+"Wildcard Masks angegeben werden, werden nur die betroffenen\n"
+"Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,\n"
+"werden nur diese Einträge angezeigt, zB:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Listet die VOP Einträge 2 bis 5 und 7 bis 9.\n"
+"Der VOP CLEAR Befehl löscht alle Einträge der VOP-Liste.\n"
+"VOP ADD, VOP DEL und VOP LIST sind auf AOPs oder\n"
+"höher beschränkt, wärend VOP CLEAR nur vom Channelfounder\n"
+"genutzt werden kann.\n"
+"\n"
+"Dieser Befehl kann für deinen Channel ausgeschaltet sein, in\n"
+"diesem Fall nutze bitte die Access Liste. Für weitere Infos zur\n"
+"Access Liste, tippe bitte /msg %S HELP ACCESS und\n"
+"/msg %S HELP SET XOP für Infos über den Wechsel vom xOP und\n"
+"vom Access System."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND Nickname Grund\n"
+"SUSPEND verhindert das der angegebene Nickname sich identifizieren kann."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND Nickname\n"
+"Gibt einen Nicknamen der SUSPENDED ist wieder frei."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Updatet deinen derzeiten Status, z.B. prüft es auf neue Nachrichten,\n"
+"setzt benötigte Channel-Modes (ModeonID), aktualisiert deinen vHost und\n"
+"deine userflags (lastseentime, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC Channel [Topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "Die IMMED Option ist in diesem Netzwerk nicht verfügbar."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Die AKILL-Liste wurde geleert."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Das Defcon-Level ist jetzt auf Level: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "Die Emailadresse %s wird jetzt bei %s INFO Abrufen versteckt."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "Die Emailadresse %s wird jetzt bei %s INFO Abrufen angezeigt."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "Die SNLINE-Liste wurde geleert."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "Die SQLINE-Liste wurde geleert."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "Die SZLINE-Liste wurde geleert."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "Der Channel %s hat keinen Schlüßel."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Die folgenden Befehle wurden durch ein Modul geladen:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Die folgenden Befehle/Funktionen werden unterstützt. \n"
+"Beachte bitte, dass die hier angegebenen Level für\n"
+"AUTODEOP und NOJOIN Maximum-Levels sind, alle anderen\n"
+"hingegegen sind Minimum-Level."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "Der Host %s hat momentan %d Verbindungen und ein Limit von %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr ""
+"Die letzte Memo die du zu %s gesendet hast (gesendet am %s) wurde gelesen."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"Die letzte Memo die du zu %s gesendet hast (gesendet am %s) wurde nicht "
+"gelesen."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Die letzte Quit-Nachricht von %s wird jetzt bei %s INFO Abrufen versteckt."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr ""
+"Die letzte Quit-Nachricht von %s wird jetzt bei %s INFO Abrufen angezeigt."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Die letzte bekannte user@host Maske von %s wird jetzt bei %s INFO Abrufen "
+"versteckt."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"Die letzte bekannte user@host Maske von %s wird jetzt bei %s INFO Abrufen "
+"angezeigt."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Du hast keine Berechtigung das Memo-Limit für %s zu ändern."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Der neue \"Anführer\" MUSS ein Nickname in deiner Gruppe sein!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr ""
+"Der für %s angezeigte Ursprung muss ein Nickname aus der zugehörigen Gruppe "
+"sein!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Der neue \"Anführer\" deiner Gruppe ist jetzt %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "Der Nickname %s wird jetzt zu %s geändert."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Die Services-Zugriffsberechtigungen von %s werden jetzt bei %s INFO Abrufen "
+"versteckt."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"Die Services-Zugriffsberechtigungen von %s werden jetzt bei %s INFO Abrufen "
+"angezeigt."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "Die vHost Liste ist leer."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Es gibt %d benachrichtigungen für den Channel %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Es sind derzeit keine Bots verfügbar. Frag einen \n"
+"Services Administrator, ob er einen erstellt."
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Es sind zu viele Nicknamen in %s's Gruppe. Liste sie auf und lösche einige "
+"davon.\n"
+"Tippe /msg %s HELP GLIST und /msg %s HELP DROP für weitere Infos."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Es gibt %d Benachrichtigung für Channel %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Es gibt eine neue Nachricht für Channel %s.\n"
+"Tippe /msg %s READ %s %d um sie zu lesen."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Der Bot von %s wurde entfernt."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Es gibt keine Logon News."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Es gibt keine Oper-News."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Keine randomnews vorhanden."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Du hast keine zulässige Email Adresse gesetzt."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Diese Optionen sind nur durch Services Administratoren nutzbar:\n"
+" \n"
+" NOBOT Mit dieser Option kann man einem Channel \n"
+" keinen Bot zuweisen und alle aktuellen \n"
+" Zuweisungen aufheben.\n"
+" PRIVATE Verhindert das Bots von Nicht-IRC Operatoren\n"
+" assigned werden können."
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Dieser Channel wurde verboten."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Dieser Channel wurde registriert von %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Dieser Channel wurde auf SUSPENDED gesetzt."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Dieser Channel kann nicht benutzt werden."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Dieser Channel wird nicht auslaufen."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Dieser Befehl ist überholt, benutze stattdessen %s."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "Modul KANN NICHT entfernt werden."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Dieser Nickname wurde bereits angefordert, bitte prüfe deinen Email Account "
+"für das Passwort."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Dieser Nickname benötigt das Email Bestätigungs Passwort vor Abschluß der "
+"Registrierung."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Dieser Nickname gehört schon jemand anderem. Bitte wähle einen anderen.\n"
+"(Sollte dieser Nickname dir gehören, tippe /msg %s IDENTIFY Passwort.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Dieser Nickname ist registriert, du kannst ihn nicht benutzen."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Dieser Nickname ist zur Zeit gesperrt"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Dieser Nickname ist zur Zeit gesperrt, Grund: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Dieser Nickname ist registriert und geschützt. Wenn es dein Nickname\n"
+"ist, tippe /msg %s IDENTIFY Passwort. Ansonsten wähle bitte\n"
+"einen anderen Nickname."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Dieser Nickname kann nicht benutzt werden. Bitte wähle einen anderen."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Dieser Nickname wird nicht auslaufen."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Topic-Sperre"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Topic-Wiederherstellung"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic-Sperre Option für %s ist jetzt OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic-Sperre Option für %s ist jetzt ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Die Topic-Beibehaltung für %s ist jetzt deaktiviert (OFF)."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Die Topic-Beibehaltung für %s ist jetzt aktiviert (ON)."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Schalte Caps-Lock aus!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Tippe: /msg %S HELP Befehl für hilfe bei jedem der\n"
+"oben aufgeführten Befehle.\n"
+"(*) Bei der Standarteinstellung kann jeder User mit einem \n"
+" Access-Level auf den Channel von 10 oder höher die \n"
+" Channel-Nachrichten lesen. Dies kann mit dem\n"
+" %s LEVELS Befehl geändert werden."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Mit /msg %S HELP SASET option können mehr Informationen zu \n"
+"den Einstellungen angefordert werden. Die Einstellungen betreffen den\n"
+"angegebenen Nicknamen. \n"
+"\n"
+"Die Befehle sind nur für Services Admins verfügbar."
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Tippe /msg %S HELP Option für weitere Informationen\n"
+"zu einem bestimmten Befehl."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Tippe /msg %S SET EMAIL eMail wenn du deine eMail-Adresse einstellen "
+"willst.\n"
+"Deine Privatsphäre wird respektiert und deine eMail-Adresse ist Dritten "
+"nicht \n"
+"zugänglich."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr ""
+"Tippe /msg %s LIST NEW um eine Auflistung deiner neuen Memos zu erhalten."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Tippe /msg %s READ %d um sie zu lesen."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Tippe /msg %s READ LAST um sie zu lesen."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE Nickname Modi"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN channel"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN Channel [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND Channel"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND Nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Kann Modul %s nicht laden"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Kann Modul %s nicht entfernen"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Ubekannte SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Unbekannte SET Option %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Unbekannte STATS Option %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Unbekannter Befehl %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Unbekannter Befehl %s. \"/msg %s HELP\" für Hilfe."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Unbekannte Sprachen-Nummer %d. Tippe /msg %s HELP SET LANGUAGE um eine "
+"Liste aller verfügbaren Sprachen zu erhalten."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Unbekanntes Mode-Zeichen: %c wurde ignoriert."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Unbekannte Option %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Unbekannte Option %s.\n"
+"Tippe /msg %S HELP KICK für weitere Informationen."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Unbekannte Option %s.\n"
+"Tippe /msg %S HELP SET für weitere Informationen."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Datenbanken wurden aktualisiert."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink-Fähigkeiten: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink Server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "User %s wurde nicht in der NickServ Datenbank gefunden."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "User : %6d Einträge, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"Der User, der mit deinem Nicknamen online gewesen ist, wurde entfernt."
+"Tippe:\n"
+"/msg %s RELEASE %s ein, um ihn vor dem %s-Timeout zurückzubekommen."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "User stimmt mit Channel Exception überein."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"User-Liste:\n"
+"Nickname Maske"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"VOP Liste für %s:\n"
+" Nummer Nickname"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Voice-Schutz"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Pass bitte auf was du sagst!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Du bist bereits Mitglied der Gruppe %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Du bist bereits angemeldet."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Du bist jetzt kein Super-Admin mehr."
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Du hast keine Erlaubnis, den Operator-Status in %s zu benutzen."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Dir ist es nicht erlaubt, diesen Channel zu betreten."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Du hast keine Berechtigung dein Memo-Limit zu ändern."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Du bist jetzt ein Super-Admin."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Du bist jetzt ein IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Du bist jetzt in der Gruppe %s vertreten."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+"Das Erhalten von Empfangsbestätigungen ist nur beim Senden\n"
+"einer Memo an andere User möglich."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Du kannst dich doch nicht selber ghosten!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Du kannst dich nicht selber recovern!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Du kannst dieses Befehl nicht nutzen. \n"
+"Nutze stattdessen die AOP, SOP und VOP Befehle.\n"
+"Tippe /msg %s HELP Befehl für weitere Informationen."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Du kannst dieses Befehl nicht nutzen.\n"
+"Nutze stattdessen die AOP, SOP, HOP und VOP Befehle.\n"
+"Tippe /msg %s HELP Befehl für weitere Informationen."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Du kannst diesen Befehl nicht benutzen. Benutze Stattdessen ACCESS.\n"
+"Tippe /msg %s HELP ACCESS für weitere Informationen."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Du kannst das Memo-Limit für %s nicht höher als %d setzen."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Du kannst dein Memo-Limit nicht höher als %d setzen."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Du kannst in diesem Netzwerk deine eMail-Adresse nicht entfernen."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Du hast insgesamt %d Memos, davon sind %d ungelesen."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Du hast insgesamt %d Memos, davon ist eine ungelesen."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Du hast %d Memos."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Du hast insgesamt %d Memos, alle davon sind ungelesen."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Du hast derzeit eine ungelesene Memo."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Du hast eine neue Memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Du hast keine Memos."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Hey, du hast mich gefunden %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Du hast %d neue Memos."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Du hast eine neue Memo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Du hast eine neue Nachricht von %s empfangen.\n"
+"Tippe /msg %s READ %d um sie zu lesen."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Du hast versucht ein nicht existierender Channel %s zu registrieren."
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Dein Ban in %s wurde entfernt."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Du hast kein Limit in der Anzahl deiner Memos."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Du hast keine Memos."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Du hast keine neuen Memos."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Du musst eine zulässige Zahl als Zeit eingeben."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Ein Bot muss dem Channel zugewiesen werden, bevor dieser Befehl "
+"funktioniert.\n"
+"Tippe /msg %S HELP ASSIGN für weitere Informationen."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Du musst Channel-Operator sein um diesen Channel zu registrieren."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"Du musst länger als %d Sekunden verbunden sein, um einen Nicknamen zu "
+"registrieren."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Du musst auch Mode +i festsetzen um Mode +K festsetzen zu können."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Lock Mode +L setzt das Festsetzen des Modes +l vorraus."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Du musst eine eMail-Adresse für deinen Nicknamen angeben.\n"
+"NickServ kann dir dann dein Passwort per Mail senden, falls du es\n"
+"vergessen solltest."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Du wirst bei neuen Memos benachrichtigt, wenn du dich identifizierst bzw "
+"wenn sie eintreffen."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Du wirst bei neuen Memos benachrichtigt, wenn du dich identifizierst."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Du wirst bei neuen Memos benachrichtigt, wenn sie eintreffen."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Du wirst ab sofort keine Memos mehr empfangen können."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Du wirst nicht länger per Email über neue Memos benachrichtigt."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Du wirst nicht benachrichtigt bei neuen Memos."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Du wirst jetzt per Email über neue Memos informiert."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr ""
+"Deine eMail-Adresse wird jetzt in der %s INFO Anzeige nicht mehr erscheinen."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Deine eMail-Adresse wird jetzt in der %s INFO Anzeige erscheinen."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Dein IRCd unterstützt keine vIdents. Falls das inkorrekt sein sollte, melde "
+"das bitte als einen Bug."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Deine Access-Liste ist leer."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+"Deine letzte Quit-Message wird jetzt in der %s INFO Anzeige nicht mehr "
+"erscheinen."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Deine letzte Quit-Message wird jetzt in der %s INFO Anzeige erscheinen."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Deine letzte Hostmaske user@host wird jetzt in der %s INFO Anzeige nicht "
+"mehr erscheinen."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Deine letzte Hostmaske user@host wird jetzt in der %s INFO erscheinen."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Dein Memo-Limit wurde aufgehoben."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Dein Memo-Limit wurde auf %d gesetzt."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Dein Memo-Limit liegt bei %d, und kann nicht geändert werden."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Dein Memo-Limit liegt bei %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Dein Memo-Limit liegt bei 0, du kannst keine Memos empfangen."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Dein Memo-Limit liegt bei 0, du kannst keine Memos empfangen. Das Limit kann "
+"von dir nicht verändert werden."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Du wurdest ausgeloggt."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr ""
+"Dein Nickname ist bereits registriert, tippe /msg %s DROP um ihn zu löschen."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Dein Nickname ist nicht registriert."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Dein Nickname ist nicht registriert. Benutze /msg %s HELP REGISTER um zu "
+"erfahren wie du einen Nicknamen registrieren kannst."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Die Registrierung deines Nicknamens wurde gelöscht."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Dein Nickname wurde geändert in %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Dein Passcode wurde noch einmal an %s geschickt."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Dein Passwort ist %s - behalte es für spätere Benutzung."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr ""
+"Dein Passwort ist zu lang. Versuche es erneut mit einen kürzeren Passwort."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Dein Services-Zugriffsstatus wird jetzt in %s INFO Anzeigen versteckt."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr ""
+"Dein Services-Zugriffsstatus wird nicht länger in %s INFO Anzeigen versteckt."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Dein vHost (%s) ist jetzt aktiviert."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Dein vHost (%s@%s) ist jetzt aktiviert."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Logon News - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Oper News - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Random News - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "nicht aktiv"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "läuft nicht aus"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "aktiv"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "verfällt beim nächstem Datenbank-Update"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "verfällt in %d Tag"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "verfällt in %d Tagen"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "verfällt in %d Stunde, %d Minute"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "verfällt in %d Stunde, %d Minuten"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "verfällt in %d Stunden, %d Minute"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "verfällt in %d Stunden, %d Minuten"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "verfällt in %d Minute"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "verfällt in %d Minuten"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "NICHT benutzt."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vHost für %s wurde gelöscht."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vHost für %s wurde gesetzt: %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vHost für %s wurde gesetzt: %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vHost für die Gruppe %s wurde gesetzt: %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vHost für die Gruppe %s wurde gesetzt: %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vHost für die Gruppe %s wurden gelöscht."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "xOP Listen-System"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "XOP System für %s ist jetzt OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "XOP System für %s ist jetzt ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "XOP System ist nicht verfügbar."
diff --git a/lang/anope.el_GR.po b/lang/anope.el_GR.po
new file mode 100644
index 000000000..26e30b7a1
--- /dev/null
+++ b/lang/anope.el_GR.po
@@ -0,0 +1,12349 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:34-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Greek\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"O %S óáò åðéôñÝðåé íá êáôï÷õñþóåôå Ýíá øåõäþíõìï,\n"
+"åìðïäßæïíôáò Ýôóé Üëëïõò ÷ñÞóôåò íá ôï ÷ñçóéìïðïéïýí.\n"
+"Ïé ðáñáêÜôù åíôïëÝò, åðéôñÝðïõí ôçí êáôï÷ýñùóç êáé ôç äéá÷åßñçóç ôùí\n"
+"øåõäùíýìùí; ãéá íá ÷ñçóéìïðïéÞóåôå áõôÜ, ãñÜøôå /msg %S ^_command^_.\n"
+"Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå ìéá óõãêåêñéìÝíç åíôïëÞ,ãñÜøôå\n"
+"/msg %S HELP ^_command^_."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"Ï %S óïõ åðéôñÝðåé íá Ý÷åéò bot óôï äéêü óïõ êáíÜëé.\n"
+"ÁõôÞ ç õðçñåóéá Ý÷åé äçìéïõñãçèåß ãéá ôïõò ÷ñÞóôåò ðïõ äåí ìðïñïýí\n"
+"íá ñõèìßóïõí bots Þ ãéá äßêôõá ðïõ äåí åðéôñÝðïõí ïé ÷ñÞóôåò íá Ý÷ïõí\n"
+"éêÜ ôïõò bots ãéá áóöÜëåéá. \n"
+"ÄéáèÝóçìåò åíôïëÝò åßíáé ïé åðüìåíåò, ãéá íá ôéò äåßôå ãñÜøôå\n"
+"/msg %S command.Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå óõãêåêñéìÝíåò\n"
+"åíôïëÝò ãñÜøôå /msg %S HELP command. \n"
+" "
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"Ï %S óáò åðéôñÝðåé íá êáôï÷õñþóåôå êáé íá ÷åéñéóôåßôå\n"
+"äéÜöïñåò ëåéôïõñãßåò ôùí êáíáëéþí. Ï %S ìðïñåß óõíÞèùò\n"
+"íá áðïôñÝøåé êáêüâïõëïõò ÷ñÞóôåò íá êÜíïõí \"êáôÜëçøç\" óå\n"
+"êáíÜëéá, ìå ôï íá ðåñéïñßæåé ôéò áñìïäéüôçôåò ôùí\n"
+"äéá÷åéñéóôþí êáíáëéþí. Ïé äéáèÝóéìåò åíôïëÝò, âñßóêïíôáé\n"
+"ðáñáêÜôù. Ãéá íá ôéò ÷ñçóéìïðïéÞóåôå, ðëçêôñïëïãÞóôå\n"
+"/msg %S åíôïëÞ. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå ìßá\n"
+"óõãêåêñéìÝíç åíôïëÞ, ðëçêôñïëïãÞóôå /msg %S HELP åíôïëÞ.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"Ï %S åßíáé ìéá õðçñåóßá ðïõ åðéôñÝðåé óôïõò ÷ñÞóôåò\n"
+"ôïõ IRC íá óôÝëíïõí ìéêñÜ ãñáðôÜ ìçíýìáôá óå Üëëïõò ÷ñÞóôåò\n"
+"ôïõ äéêôýïõ (åßôå âñßóêïíôáé óõíäåäåìÝíïé åêåßíç ôç óôéãìÞ,\n"
+"åßôå ü÷é) Þ óå êáíÜëéá(*).\n"
+"Ôá øåõäþíõìá ôïõ áðïóôïëÝá êáé ôïõ ðáñáëÞðôç ðñÝðåé íá åßíáé\n"
+"êáôï÷õñùìÝíá ãéá íá ÷ñçóéìïðïéçèåß ç õðçñåóßá.\n"
+"\n"
+"Ïé åíôïëÝò ôïõ %S åßíáé:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s Changed the DEFCON level to %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "Ï/ç %s ðñïóèÝèçêå óôï access list ôïõ %s ìå level %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí autokick ëßóôá ôïõ %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s ðñïóèÝèçêå óôçí ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s ðñïóèÝèçêå óôçí ëßóôá AKILL."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s ðñïóèÝèçêå óôçí ëßóôá SNLINE."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s ðñïóèÝèçêå óôçí ëßóôá SQLINE."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s ðñïóèÝèçêå óôçí ëßóôá SZLINE."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s Ýãéíå ðñïóèÞêç óôçí ëßóôá ðñüóâáóÞò óïõ."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s Ý÷åéò Þäç %s êáêÝò ëÝîåéò."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "Ï/ç %s õðÜñ÷åé Þäç óôçí autokick ëßóôá ôïõ %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s õðÜñ÷åé Þäç óôçí ëßóôá AKILL."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s already exists on the EXCEPTION list."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s õðÜñ÷åé Þäç óôçí ëßóôá SNLINE."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s õðÜñ÷åé Þäç óôçí ëßóôá SQLINE."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s õðÜñ÷åé Þäç óôçí ëßóôá SZLINE."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s äåí ìðïñåß íá ðÜñåé ôüóï ÷ñüíï ôo ban."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s changed your usermodes."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s channel list:\n"
+"¼íïìá ×ñÞóôåò ÅðéëïãÝò Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s äéáãñÜöôçêå áðü ôï access list ôïõ %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "Ï/ç %s äéáãñÜöôçêå áðü ôçí autokick list ôïõ %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s äéáãñÜöôçêå áðü ôçí ëßóôá ôùí êáêþí ëÝîåùí áðï ôï %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s äéáãñÜöçêå áðü ôçí ëßóôá session-limit exception."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s äéáãñÜöçêå áðü ôçí ëßóôá AKILL."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s äéáãñÜöçêå áðü ôçí ëßóôá SNLINE."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s äéáãñÜöçêå áðü ôçí ëßóôá SQLINE."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s äéáãñÜöçêå áðü ôçí ëßóôá SZLINE."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s äéáãñÜöôçêå áðü ôçí ëßóôá ðñüóâáóÞò óïõ."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s áðåíåñãïðïéÞèçêáí óôï êáíÜëé %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s Ý÷åé ðïëëÜ êáôï÷õñùìÝíá êáíÜëéá."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s Ý÷åé Þäç êáëõöèåß áðü ôïí %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s äåí åßíáé óùóôüò ban ôýðïò."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s äåí åßíáé óùóôü bot Þ êáôï÷õñùìÝíï êáíÜëé."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s äåí åßíáé ëáíèáóìÝíç äéåýèõíóç."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s äåí åßíáé óõíÝ÷åéá åíåñãü ðéá óôï êáíÜëé %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s äåí åßíáé áõôÞ ôç óôéãìÞ ìÝóá óôï êáíÜëé %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s åßíáé áðü ôùñá åíåñãü óôï êáíÜëé %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s moved to %s AOP list."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s moved to %s HOP list."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s moved to %s SOP list."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s moved to %s VOP list."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "Ï/ç %s äåí âñÝèçêå ç èÝóç óôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "Ï/ç %s äåí âñÝèçêå óôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "Ï/ç %s äåí âñÝèçêå óôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "Ï/ç %s äåí âñÝèçêå óôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "Ï/ç %s äåí âñÝèçêå óôïõ %s óôçí access list."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "O %s äåí âñÝèçêå óôçí autokick list ôïõ %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s äåí âñÝèçêå óôç ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá session."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá session-limit exception."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá AKILL."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá SNLINE."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá SQLINE."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s äåí âñÝèçêå óôçí ëßóôá SZLINE."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s äåí âñÝèçêå óôç ëßóôá ðñüóâáóÞò óïõ."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"%s ëßóôá ÷ñçóôþí:\n"
+"¼íïìá ÌÜóêá"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s will no longer be ignored."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s will now be ignored for %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s will now permanently be ignored."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Óçìåßùóç: ¼ëåò ïé åíôïëÝò óôÝëíïíôáé óôïí %S êáé êáôáãñÜöïíôáé!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Óçìåßùóç: Ïé õðçñåóßåò åßíáé ìüíï áíáãíþóéìåò; ïé üðïéåò áëëáãÝò Ýãéíáí èá "
+"÷áèïýí!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Õðåíèýìéóç: Ïé ìÜóêåò ôùí AKILL äåí ðñÝðåé íá ðåñéÝ÷ïõí øåõäþíõìá; "
+"óéãïõñÝøïõ ïôé äåí ðåñéÝ÷åéò øåõäþíõìï óôçí ìÜóêá."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Õðåíèýìéóç: ìðïñåßò ìüíï íá ðñïóèÝóåéò IP ìÜóêåò óôçí ëßóôá SZLINE."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"User access levels\n"
+"\n"
+"Áðü default, ïé åðüìåíåò access âáèìïß (levels) åßíáé ïé åîÞò:\n"
+"\n"
+" Founder Full access óôïí %S ãéá åíôïëÝò êáíáëéïý; áõôüìáôï\n"
+" opping üôáí ìðÝíåé óôï êáíÜëé. Óçìåßùóç\n"
+" ìüíï Ýíá Üôïìï Ý÷åé ðñüóâáóç óáí founder\n"
+" (äåí ìðïñåß íá äþóåé ìÝóù åíôïëÞò ACCESS\n"
+" âáèìü ßäéï ìå ôïõ founder).\n"
+"  10 Ðñüóâáóç óôçí åíôïëÞ AKICK; áõôüìáôï opping.\n"
+"  5 Áõôüìáôï opping..\n"
+"  3 Áõôüìáôï voicing.\n"
+"  0 ÊáíÝíá éäéáßôåñï äéêáßùìá; ìðïñåß íá ðÜñåé op áðü Üëëïõò\n"
+" ops (åêôüò êáé áí åßíáé åíåñãïðïéçìÝíá ôá secure-ops).\n"
+"  <0 Äåí ìðïñåß íá ðÜñåé op.\n"
+"\n"
+"Áõôïß ïé âáèìïß (levels) ìðïñïýí íá áëëá÷ôïýí, Þ íá ðñïóèÝóåôå íÝá äéêÜ "
+"óáò,\n"
+"÷ñçóéìïðïéþíôáò ôçí åíôïëÞ LEVELS; ãñÜøôå /msg %S HELP LEVELS ãéá\n"
+"ðëçñïöïñßåò."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Ðñïåéäïðïßçóç: ¸÷åéò îåðåñÜóåé ôï íïýìåñï ìçíõìÜôùí ðïõ ìðïñåßò íá ëÜâåéò (%"
+"d). Äåí èá ìðïñåßò íá ëÜâåéò Üëëá áí äåí óâÞóåéò ìåñéêÜ áðü ôá ðáëéÜ "
+"ìçíýìáôá ðïõ Ý÷åéò."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Ðñïåéäïðïßçóç: ¸÷åé öôÜóåé óôï ìÝãéóôï íïýìåñï ìçíõìÜôùí (%d). Äåí èá "
+"ëÜâåéò êáéíïýñãéá ìçíýìáôá áí äåí óâÞóåéò ìåñéêÜ áðü ôá ðáëéÜ ðïõ Ý÷åéò."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] The memo you sent has been viewed."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] The memo you sent to %s has been viewed."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"ÐÁÑÁÔÇÑÇÓÇ: ÁõôÞ ç õðçñåóßá óêïðåýåé íá ðáñÝ÷åé Ýíá ôñüðï\n"
+"óôïõò ÷ñÞóôåò ôïõ äéêôýïõ, íá äéáóöáëßóïõí üôé ç ôáõôüôçôÜ\n"
+"ôïõò äåí åêôßèåôáé. ÄÅÍ õößóôáôáé ãéá íá åîõðçñåôåß Þ íá\n"
+"äéåõêïëÞíåé ôçí \"êëïðÞ\" ôùí øåõäùíýìùí Þ Üëëåò íïóçñÝò\n"
+"åíÝñãåéåò. Ç êáôÜ÷ñçóç ôïõ %S èá ïäçãÞóåé, ôïõëÜ÷éóôïí,\n"
+"óå áðþëåéá ôùí áíÜëïãùí øåõäùíýìùí."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Ïé Services Operators ìðïñïýí íá äéáãñÜøïõí ïðïéïäÞðïôå êáíÜëé, ÷ùñßò íá "
+"êÜíïõí\n"
+"åíôïëÞ áíáãíþñéóçò ìÝóù êùäéêïý, ìðïñïýí íá äïýí ôçí access, AKICK,\n"
+"êáé ôá level ïðïéïõäÞðïôå êáíáëéïý."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Ïé Services operators (åðéêåöáëåßò) ìðïñïýí íá äéáãñÜøïõí Ýíá øåõäþíõìï "
+"÷ùñßò íá\n"
+"÷ñåéáóôåß íá êÜíïõí åíôïëÞ áíáãíþñéóçò êáé êáí áëëáãÞ øåõäþíõìïõ, êáé "
+"ìðïñïýí íá\n"
+"äïõí ôçí ëßóôá access ãéá êÜèå øåõäþíõìï (/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " ÅðéëïãÝò : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " vhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " ¼íïìá ôïõ Bot : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " ¼íïìá ôïõ bot : äåí õðÜñ÷åé ãéá ôçí þñá."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " ÅðéëïãÝò: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Êåöáëáßá ãñÜììáôá ìå kick : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr ""
+" Êåöáëáßá ãñÜììáôá ìå kick : %s (%d kick(s) to ban; minimum %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Êåöáëáßá ãñÜììáôá ìå kick : %s (minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " ÊáíáëÜñ÷çò: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " ÊáíáëÜñ÷çò: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " ÅðéëïãÝò: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Ôýðïò Ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " ¸íôïíç ÷áñáêôÞñåò ìå kick : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " ¸íôïíç ÷áñáêôÞñåò ìå kick : %s (%d kick(s) to ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " ÅðáíÜëçøç ìå kick : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " ÅðáíÜëçøç ìå kick : %s (%d kick(s) to ban; %d lines in %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " ÅðáíÜëçøç ìå kick : %s (%d lines in %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " ÌÜóêá : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " ×ñþìáôá ìå kick : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " ×ñþìáôá ìå kick : %s (%d kick(s) to ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Ôåëåõôáßá ÷ñÞóç: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " ÅðéëïãÝò êëåéäþìáôïò: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " ÅðáíÜëçøç ìå kick : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " ÅðáíÜëçøç ìå kick : %s (%d kick(s) to ban; %d times)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " ÅðáíÜëçøç ìå kick : %s (%d times)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " ÕðïêáíáëÜñ÷çò: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " ÕðïêáíáëÜñ÷çò: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspended: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Ôåëåõôáßï topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Êáôï÷õñþèçêå: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (áðåíåñãïðïéçìÝíï)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (êáíáëÜñ÷çò ìüíï)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS ÁëëÜæåé ôç ëßóôá ôùí åîïõóéïäïôçìÝíùí äéåõèýíóåùí"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS ÁëëÜæåé ôç ëßóôá ôùí åîïõóéïäïôçìÝíùí ÷ñçóôþí"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Óõíôçñåß ôç ëßóôá áõôüìáôçò áðüññéøçò"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL ÐñïóèÝôåé ip êëð óôçí ëßóôá AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP ÁëëÜæåé ôçí ëßóôá ôùí AOP ÷ñçóôþí"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN ÆçôÜôå áðü ôï bot íá Ýñèåé óôï êáíÜëé óáò"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS ÁëëÜæåôå ôçí ëßóôá êáêþí ëÝîåùí"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE ÁëëÜæåé ôïí ôýðï ôïõ ban ðïõ èá êÜíïõí ôá Services"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT ÁëëÜæåé ôçí ëßóôá ôùí bot ôïõ äéêôýïõ"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Ëßóôá ìå äéáèÝóéìá bots"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Áêõñþíåé ôï ôåëåõôáßï ìÞíõìá ðïõ óôÝëíåôå"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL all users on a specific channel"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Åìöáíßæåé üëá ôá êáíÜëéá"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Checks if last memo to a nick was read"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Êáèáñßæåé ôá modes áðü ôï êáíÜëé"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " ÄçìéïõñãÞèçêå : %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulate the DefCon system"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Delete the vhost of another user"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL ÄéáãñÜöåé Ýíá Þ ðïëëÜ ìçíýìáôá"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Delete the vhost for all nicks in a group"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC ÁëëÜæåé ôçí ðåñéãñáöÞ ôïõ êáíáëéïý"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY ÁëëÜæåé ôçí ëßóôá ôùí ïìÜäùí"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Áêõñþíåé ôçí êáôï÷ýñùóç åíüò êáíáëéïý"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP ÄéáãñÜöåé Ýíá øåõäþíõìï"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " ÐåñéãñáöÞ: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Óõó÷åôßæåé ìßá äéåýèõíóç e-mail ìå ôï øåõäþíõìü óáò"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG ÁëëÜæåé ôï ìÞíõìá åéóáãùãÞò ðïõ óôÝëíåôå óå üëïõò ôïõò\n"
+" ÷ñÞóôåò ðïõ ìðÝíïõí óôï êáíÜëé"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION ÁëëÜæåéò ôçí ëßóôá ôïõ session-limit exception"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr ""
+" FORBID ÊáôáóôÝëåé ôï êáíÜëé,äåí ìðïñåß íá ôï ÷ñçóéìïðïéÞóç êáíåßò"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr ""
+" FORBID ÊáôáóôÝëåé Ýíá øåõäþíõìï,äçë ôï êÜíåé íá ìçí ôï ÷ñçóéìïðïéåß\n"
+" êáíåßò,üðïéïò ôï ðÜñåé Ý÷åé kill"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER ÁëëÜæåé ôïí founder ôïõ êáíáëéïý"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS ÂëÝðåéò ôïí êùäéêü ôïõ óõãêåêñéìÝíïõ êáíáëéïý"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Åìöáíßæåé ôïí êùäéêü ãéá ôï óõãêåêñéìÝíï øåõäþíõìï\n"
+" (ìüíï áí ç êùäéêïðïßçóç åßíáé áíåíåñãÞ)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL ÓôÝëíåé ìÞíõìá óå üëïõò ôïõò ÷ñÞóôåò"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Óõó÷åôßæåé Ýíá ìÞíõìá ÷áéñåôéóìïý ìå ôï øåõäþíõìü óáò"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Syncs the vhost for all nicks in a group"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP ÌðÝíåôå óå ïìÜäá øåõäþíõìïõ"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " ÌÞíõìá ÷áéñåôéóìïý: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr ""
+" HIDE Áðïêñýðôåé óõãêåêñéìÝíá ôìÞìáôá ðëçñïöïñéþí ôïõ øåõäùíýìïõ"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Óáò áíáãíùñßæåé ìå ôç ÷ñÞóç êùäéêïý"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modify the Services ignore list"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Displays information about your memos"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Jupiter\" óå server"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Íá áëëÜæåé ôï topic üôáí äåí ÷ñçóéìïðïéåßôáé ôï êáíÜëé"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Ñõèìßæåôáé ôé íá êÜíåé óôïõò \"Üôáêôïõò ÷ñÞóôåò\""
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Áðïìáêñýíåé ôï ÷ñÞóôç áðü ôï êáíÜëé"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Åíåñãïðïéåß/áðåíåñãïðïéåß ôçí ðñïóôáóßá ìå áðïóýíäåóç"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Óêïôþíåé üëïõò ôïõò ÷ñÞóôåò ðïõ Ý÷ïõí ôï ßäéï host"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE ÁëëÜæåé ôç ãëþóóá ðïõ ÷ñçóéìïðïéïýí ïé\n"
+" õðçñåóßåò üôáí ôéò ÷ñçóéìïðïéåßôå"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Åðáíáêáèïñßæåé ôï íüçìá ôùí åðéðÝäùí ðñüóâáóçò"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Displays one or more vhost entries."
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Åìöáíßæåé ëßóôá ìå ôá ìçíýìáôá óáò"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS ÁëëÜæåéò ôá ìçíýìáôá ðïõ èá åìöáíßæïíôáé üôáí áõôïß èá "
+"ìðÝíïõí\n"
+" óôï äßêôõï"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Êëåßäùìá ôùí Modes ôïõ êáíáëéïý"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE ÁëëÜæåé modes óå êáíÜëé êáé Üëëá"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info about a loaded module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST List loaded modules"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Load a module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Un-Load a module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG ÁëëÜæåé ôçí ìÝèïäï åðéêïéíùíßáò ìå ôéò õðçñåóßåò"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Áöáéñåß ðñïóùñéíÜ üëåò ôéò O:ãñáììÝò áðü ôïí server \n"
+" áõôüìáôá"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deactivates your assigned vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Give Operflags to a certain user"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Activates your assigned vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS ÁëëÜæåéò ôá ìçíýìáôá ðïõ èá åìöáíßæïíôáé óôïõò ÷ñÞóôåò ðïõ\n"
+" ãßíïíôáé oper"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Íá óôÝëíåé ìÝóá óôï êáíÜëé ìÞíõìá ðïéïò ÷ñçóéìïðïéåß OP/"
+"DEOP \n"
+" åíôïëÝò"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " ÅðéëïãÝò : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD ÁëëÜæåé ôïí êùäéêü ôïõ øåõäùíýìïõ óáò"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Íá åëëáôþíåé ôçí ÷ñÞóç \"âßáéùí\" åíôïëþí"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr ""
+" PRIVATE Íá ìçí åìöáíßæåôáé ôï êáíÜëé üôáí ãßíåôáé åíôïëÞ LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Åìðïäßæåé ôï øåõäþíõìü óáò íá åìöáíßæåôáé\n"
+" ìå ôçí åíôïëÞ /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr ""
+" QUIT Ôåñìáôßæåé ôï ðñüãñáììá ôùí Services ÷ùñßò íá óþóåé ôéò "
+"áëëáãÝò"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS ÁëëÜæåéò ôá ôõ÷áßá åðéëåãüìåíá ìçíýìáôá ðïõ èá "
+"åìöáíßæïíôáé \n"
+" üôáí áõôïß èá ìðÝíïõí óôï äßêôõï"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ ÄéáâÜæåé Ýíá Þ ðïëëÜ ìçíýìáôá"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr ""
+" RECOVER Áðïóýíäåóç åíüò Üëëïõ ÷ñÞóôç ðïõ Ý÷åé ðÜñåé ôï øåõäþíõìü óáò"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Êáôï÷õñþíåé Ýíá êáíÜëé"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Êáôï÷õñþíåé Ýíá øåõäþíõìï"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE ÁíÜêôçóç ôçò êáôáêñÜôçóçò ôïõ øåõäùíýìïõ,ìåôÜ áðü RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Îáíáöïñôþíåé ôï services' configuration áñ÷åßï"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Óþæåé ôéò âÜóåéò äåäïìÝíùí êáé åðáíåêêéíåß ôá Services"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr ""
+" RESTRICTED Áðáãüñåõóç åéóüäïõ óôï êáíÜëé áí äåí Ý÷åéò access åêåß"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Sends a memo and requests a read receipt"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Áíôéèåôïò ìå kick : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Áíôéèåôïò kick : %s (%d kick(s) to ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Åíåñãïðïßçóç ôïõ %S ,ìåëëïíôéêÞ áóöÜëåéá"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Åíåñãïðïéåß/áðåíåñãïðïéåß ôç ëåéôïõñãßá áóöÜëåéáò"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER ÁóöÜëåéá ôïõ founder áðü ôï êáíÜëé"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Ìüíï üóïé Ý÷ïõí access èá Ý÷ïõí op"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND ÓôÝëíåé Ýíá ìÞíõìá óå Ýíá øåõäþíõìï Þ Ýíá êáíÜëé"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Send a memo to all registered users"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr ""
+" SENDPASS ÎÝ÷áóåò ôïí êùäéêü? Äïêßìáóå áõôü êáé èá óôï óôåßëïõìå åìåßò"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION ÂëÝðåéò ôçí ëßóôá ìå ôá host sessions"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET ÁëëÜæåôå ôéò åðéëïãÝò ôïõ bot"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Set the vhost of another user"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Ñõèìßæåéò äéÜöïñåò åðéëïãÝò ôùí Services"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr ""
+" SET Ñõèìßæåé ôéò åðéëïãÝò êáé ôéò ðëçñïöïñßåò\n"
+" ôïõ êáíáëéïý\t"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr ""
+" SET ÁëëáãÞ åðéëïãþí, óõìðåñéëáìâÜíåôáé ç ðñïóôáóßá ìå áðïóýíäåóç"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET ÁëëÜæåé ôéò åðéëïãÝò ôùí ìçíõìÜôùí"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Set the vhost for all nicks in a group"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr ""
+" SHUTDOWN Ôåñìáôßæåé ôï ðñüãñáììá ôùí Services ìå ôáõôü÷ñïíï ãñÜøéìï "
+"ôùí\n"
+" áëëáãþí"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Åìöáí. kicks ôá ïðïßá ãßíïíôáé ìå ôçí åíôïëÞ KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE ÐñïóèÝôåé ip óôçí ëßóôá SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP ÁëëÜæåé ôçí ëßóôá ôùí SOP ÷ñçóôþí"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE ÐñïóèÝôåé ip óôçí ëßóôá SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Display Services staff and online status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Send a memo to all opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr ""
+" STATS Äåß÷íåé óôáôéóôéêÜ ó÷åôéêÜ ìå ôá Services êáé ôï äßêôõï"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS ÅðéóôñÝöåé ôçí óõãêåêñéìÝíç access level ôïõ ÷ñÞóôç óôï\n"
+" êáíÜëé"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR ÁëëÜæåé ôïí successor ôïõ êáíáëéïý"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forcefully change a user's nickname"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE ÐñïóèÝôåé ip óôçí ëßóôá SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Ôï Topic ìðïñåß íá áëëÜîåé ìå ôçí åíôïëÞ TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Change a user's modes"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Releases a suspended channel"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Åíåñãïýí ôá Services (âÜóåéò äåäïìÝíùí) ãéá\n"
+" íá ãßíïõí update óôï äßóêï áìÝóùò"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Åìöáíßæåé üëïõò ôïõò ÷ñÞóôåò"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " ×ñçóéìïðïéåßôáé óôï/á : %d êáíÜëé/á"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr ""
+" XOP Áí åßíáé ON äïõëåýåé ìå AOP/SOP,áí åßíáé off ìå access"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " ÊáêÝò ëÝîåéò þóôå íá êÜíåé kick : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " ÊáêÝò ëÝîåéò þóôå íá êÜíåé kick : %s (%d kick(s) to ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail äéåýèõíóç: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Åßíáé óôï äßêôõï áðü: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Ôåëåõôáßá öïñÜ ðïõ Þôáí óôï äßêôõï: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Ôï Topic ãñÜöôçêå áðü ôïí: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " ÌÞíõìá åéóüäïõ: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Ðñáãìáôéêü üíïìá : %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " ÊáôÜóôáóç êáôï÷ýñùóçò ìå ôçí çìåñïìçíßá: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr " ÕðïãñÜììéóç ìå kick : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr " ÕðïãñÜììéóç ìå kick : %s (%d kick(s) to ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail äéåýèõíóç: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Íïýìåñï ÁðïóôïëÝáò Çìåñïìçíßá/¿ñá"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (áðü %s óôï %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (stuck) (áðü %s óôï %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s by %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Ïé åíôïëÝò ôïõ %S åßíáé::"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modules loaded."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots äéáèÝóéìá."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d ìÝñåò"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d þñåò"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d ëåðôÜ"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d øåõäþíõìá ìÝóá óôçí ïìÜäá."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d äåõôåñüëåðôá"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "Ç AOP ëßóôá ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "Ç HOP ëßóôá ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "Ç SOP ëßóôá ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "Ç VOP ëßóôá ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "Ç ëßóôá ôïõ %s access list åßíáé Üäåéá."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "H autokick list ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "Ç ëßïóôá ôùí êáêþí ëÝîåùí ôïõ %s åßíáé Üäåéá."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr ""
+"%s äåí ìðïñåß íá åßíáé successor óôï êáíÜëé %s ãéáôß åßíáé founder óå áõôü."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s äåí ìðïñåßò íá ëÜâåéò Üëëá ìçíýìáôá."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr ""
+"%s ç ìÜóêá åßíáé ðïëý ðëáôéÜ; Ðáñáêáëþ ÷ñçóéìïðïéÞóôå ìéá ðéï êáèïñéóìÝíç "
+"ìÜóêá."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí %d äåí Ý÷ïõí äéáâáóôåß."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí 1 äåí Ý÷åé äéáâáóôåß."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s Ý÷åéò %d ìçíýìáôá."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s Ý÷åéò %d ìçíýìáôá; åê ôùí ïðïßùí üëá äåí Ý÷ïõí äéáâáóôåß."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s Ý÷åéò 1 ìÞíõìá, êáé äåí ôï Ý÷åéò äéáâÜóåé áêüìá."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s Ý÷åéò 1 ìÞíõìá.."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s äåí Ý÷åéò êáíÝíá ìÞíõìá."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s Ý÷åéò ðïëëÜ ìçíýìáôá êáé äåí ìðïñåßò íá ëÜâåéò Üëëá."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s äåí Ý÷åéò üñéï ìçíõìÜôùí."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s äåí Ý÷åéò ìçíýìáôá."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "Ï/ç %s äåí Ý÷åé êáíÝíá íÝï ìÞíõìá."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s åßíáé %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "Ï %s åßíáé ãéá ôçí þñá off."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s åßíáé Þóç ìÝóá óôï äßêôõï."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s is disabled"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s is enable"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s is no longer a Super-Admin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s äåí èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr "%s èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá óôï logon êáé üôáí èá öôÜóïõí."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá óôï logon."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s èá ðáñáôçñçèåß üôáí ôá íÝá ìçíýìáôá èá öôÜóïõí."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s is now a Super-Admin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s åßíáé óôï êáíÜëé áõôÞ ôç óôéãìÞ (as %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s äåí åßíáé óôï êáíÜëé áõôÞ ôç óôéãìÞ!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s Þôáí åäþ ôçí ôåëåõôáßá öïñÜ ðñéí %s."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s äåí èá óïõ Ýñ÷åôáé êáìßá ðáñáôÞñçóç áðü ôçí õðçñåóßá."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s èá óïõ ãßíåôáé ðáñáôÞñçóç ïôé Ýñ÷ïíôáé ìçíýìáôá áðü ôçí õðçñåóßá."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s áðü ôþñá üôáí èá êÜíåéò åíôïëÞ logon èá âëÝðåéò ôá ìçíýìáôá ðïõ èá óïõ "
+"óôÝëíïõí êáèþò èáóáé óôï äßêôõï."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s üôáí èá êÜíåéò log on Þ èá åðáíÝñ÷åóáé áðü away èá ëáìâÜíåéò ôá ìçíýìáôá."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) ðñïóèÝèçêå óôïõ bot ôçí ëßóôá."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s's üñéï ìçíõìÜôùí åßíáé %d, êáé äåí ìðïñåß íá áëëá÷ôåß."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "Ôïõ/ôçò %s's ôï üñéï ìçíõìÜôùí åßíáé %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL any new clients connecting"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Force Chan Modes (%s) to be set on all channels"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignore any non-opers with message"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Kill any NEW clients connecting"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* No MLOCK changes"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* No new channel registrations"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* No new memos sent"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* No new nick registrations"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Silently ignore non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Use the reduced session limit of %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 ìÝñá"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 þñá"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 ëåðôü"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 äåõôåñüëåðôï"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<Üãíùóôï>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "A massmemo has been sent to all registered users."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"A passcode has been sent to %s, please type /msg %s confirm <passcode> to "
+"complete registration"
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "A vhost ident must be in the format of a valid ident"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mask]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT channel text"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "Ç AKICK ENFORCE ãéá ôïí %s ïëïêëçñþèçêå; %d ÷ñÞóôåò èá åðéññåáóôïýí."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "Ç ëßóôá AKILL åßíáé Üäåéá."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nickname"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ç AOP ëßóôá ôïõ %s åßíáé :\n"
+" Íïýìåñï Øåõäþíõìï"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN chan nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Access Denied."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Äåí Ý÷åéò ôçí åðéôñåðüìåíç Üäåéá."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Ç Access level ãéá ôïí %s óôï %s Üëëáîå óå %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Ç Access level ôïõ %s óôï %s äåí áëëÜæåé áðü ôïí %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr ""
+"Ç Access level ðñÝðåé íá åßíáé áíÜìåóá óôï %d êáé %d óõìðáñáëáìâáíüìåíïõ."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Ç Access level äåí ðñÝðåé íá åßíáé ðïôÝ óôï ìçäÝí."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Ï âáèìüò access ãéá ôï êáíÜëé %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Ï âáèìüò Access ãéá ôï %s óâÞóôçêå óôï áñ÷éêü."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Access list for %s is empty."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Ëßóôá ðñüóâáóçò ãéá %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Ç access ëßóôá ôïõ %s åßíáé:\n"
+" Íïýíåñï Âáèìüò Øåõäþíõìï"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Ëßóôá ðñüóâáóçò:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "ÐñïóôÝèçêå Ýíáò êáíïíéóìüò Þ ðëçñïöïñßá óôç èÝóç (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "ÐñïóèÝèçêå Ýíá íÝï ìÞíõìá ãéá ôïõò opers èÝóç (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "ÐñïóèÝèçêå Ýíá íÝï ìÞíõìá óôçí èÝóç (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "¼ëåò ïé O:ãñáììÝò ôïõ %s Ý÷ïõí áðïìáêñõíèåß."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "¼ëåò ïé O:ãñáììÝò ôïõ %s Ý÷ïõí óâçóôåß."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "¼ëá ôá bans áðü ôï êáíÜëé %s Ý÷ïõí áðïìáêñõíèåß."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "¼ëá ôá excepts áðü ôï êáíÜëé %s Ý÷ïõí áðïìáêñõíèåß."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "All invites on channel %s have been removed."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "¼ëïé ïé êáíïíéóìïß Þ ïé ðëçñïöïñßåò äéáãñÜöçêáí."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "All memos for channel %s have been deleted."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "¼ëá ôá modes êáèáñßóôçêáí áðü ôï êáíÜëé %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "¼ëá ôá modes áðü ôï êáíÜëé %s Ý÷ïõí óâçóôåß."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "¼ëá ôá ìçíýìáôá äéáãñÜöçêáí."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "¼ëá ôá íÝá ãéá ôïõò opers äéáãñÜöçêáí."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "¼ëá ôá ìçíýìáôá äéáãñÜöçêáí."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "¼ëïé ïé ÷ñÞóôåò Ýãéíáí kick áðü ôï êáíÜëé %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "All vhost's in the group %s have been set to %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "All vhost's in the group %s have been set to %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò (de)halfop ôïí åáõôü óïõ"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò (de)op ôïí åáõôü óïõ"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò (de)protect ôïí åáõôü óïõ"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò (de)voice ôïí åáõôü óïõ"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "ÅðéôñÝðåôáé íá ìðåß/âãåß ôï bot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò Ban ôïí åáõôü óïõ"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "ÅðéôñÝðåôáé íá êÜíåéò kick ôïí åáõôü óïõ"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr ""
+"ÅðéôñÝðåôáé íá äåßò ôçí ëßóôá êáé íá äéáâÜóåéò ôá ìçíýìáôá ðïõ Ý÷ïõí óôáëåß "
+"óôï êáíÜëé"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "ÅðéôñÝðåôáé íá ðáñÝìâåôáé êáé íá áëëÜîåôáé ôçí ëßóôá ðñüóâáóçò"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé AKICK åíôïëÞ"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí BADWORDS åíôïëÞ"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí BAN åíôïëÞ"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé CLEAR åíôïëÞ"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí GETKEY åíôïëÞ"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò HALFOP/DEHALFOP åíôïëÝò"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí INFO åíôïëÞ ìå ôçí ALL åðéëïãÞ"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé INVITE åíôïëÞ"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí KICK åíôïëÞ"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé OP/DEOP åíôïëÝò"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò PROTECT/DEPROTECT åíôïëÝò"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò SAY êáé ACT åíôïëÝò"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé SET åíôïëÞ (not FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí TOPIC åíôïëÞ"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé UNBAN åíôïëÞ"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò VOICE/DEVOICE åíôïëÝò"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò fantaisist åíôïëÝò"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "ÅðéôñÝðåôáé íá âëÝðåôáé ôçí ëßóôá ðñüóâáóçò"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Ç Autokick list ôïõ %s åßíáé:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Ôï êáíÜëé äßíåé operator status óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Ôï êáíÜëé äßíåé óå øåõäþíõìá +a äçëáäÞ áóöÜëåéá"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Ôï êáíÜëé äßíåé half op Þ +h óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Ôï êáíÜëé äßíåé öùíÞ Þ +v óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Ç ëßóôá ìå ôéò êáêÝò ëÝîåéò ôïõ %s åßíáé:\n"
+" Íïýì ËÝîç Ôýðïò"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Ç ëßóôá ôùí êáêþí ëÝîåùí åßíáé Üäåéá."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Ban ôýðïò ôïõ êáíáëéïý %s åßíáé ôþñá #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "¼ëá ôá modes êáé ôá bans êáèáñßóôçêáí áðü ôï êáíÜëé %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Bot %s õðÜñ÷åé Þäç."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Ôï Bot %s äåí õðÜñ÷åé."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Ôï Bot %s èá ìðåé óôï %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Bot %s Üëëáîå óå %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Bot %s äéáãñÜöçêå."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s is already assigned to channel %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Ôï Bot èá êÜíåé kick ôïõò ops ôïõ êáíáëéïý %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Ôï Bot èá êÜíåé kick ôïõò voices ôïõ êáíáëéïý %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Ôï Bot äåí èá êÜíåé kick ôïõå ops ôïõ êáíáëéïý %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Ôï Bot äåí èá êÜíåé kick ôïõò voices ôïõ êáíáëéïý %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hosts may only contain valid host characters."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Idents may only contain valid characters."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nicks may only contain valid nick characters."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Ôï Bot äåí åßíáé óôï êáíÜëé %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Bot ëßóôá:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Ôï Bot èá ìðåß óôï êáíÜëé üôáí åßíáé ôïõëÜ÷éóôïí ìÝóá\n"
+"%d ÷ñÞóôç(åò)."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Ôï Bot áðü ôþñá èá êÜíåé kick êáêÝò ëÝîåéò, êáé èá êÜíåé êáé ban ìåôÜ áðü \n"
+"%d kicks ãéá ôïí ßäéï ÷ñÞóôç. ×ñçóéìïðïßçóå ôçí BADWORDS åíôïëÞ\n"
+"ãéá íá ðñïóèÝóåéò Þ íá áöáéñÝóåéò êáêÝò ëÝîåéò."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Ôï Bot áðü ôþñá èá êÜíåé kick êáêÝò ëÝîåéò. ×ñçóéìïðïßçóå ôçí BADWORDS "
+"åíôïëÞ\n"
+"ãéá íá ðñïóèÝóåéò Þ íá áöáéñÝóåéò êáêÝò ëÝîåéò."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick Ýíôïíïõò ÷áñáêôÞñåò, êáé èá êÜíåé ban ìåôÜ áðü \n"
+"%d kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Ôï Bot èá êÜíåé ôþñá kick Ýíôïíïõò ÷áñáêôÞñåò."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick êåöáëáßá (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí\n"
+"%d ÷áñáêôÞñåò êáé %d%% áðü ôï ìÞíõìá), êáé èá \n"
+"ãßíåé ban ìåôÜ áðü %d kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Ôï Bot èá êÜíåé kick êåöáëáßá (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí\n"
+"%d ÷áñáêôÞñåò êáé %d%% áðü ôï ìÞíõìá)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá ÷ñþìáôá, êáé èá êÜíåé ban ìåôÜ áðü %d \n"
+"kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Ôï Bot èá êÜíåé kick ãéá ÷ñþìáôá."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (%d ãñáììÝò óå %d äåõôåñüëåðôá), êáé \n"
+"èá êÜíåé ban ìåôÜ áðü %d kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (%d ãñáììÝò óå %d äåõôåñüëåðôá)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (÷ñÞóôåò ðïõ ëÝíå %d öïñÝò\n"
+"ôï ßäéï ðñÜãìá), êáé èá ãßíåôáé ban ìåôÜ áðü %d \n"
+"kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (÷ñÞóôåò ðïõ ëÝíå %d öïñÝò\n"
+"ôï ßäéï ðñÜãìá)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá reverses, êáé èá êÜíåé ban ìåôÜ áðü %d \n"
+"kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Ôï Bot èá êÜíåé kick ãéá reserves."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ôï Bot èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò, êáé èá êÜíåé ban ìåôÜ "
+"áðü %d \n"
+"kicks ãéá ôïí ßäéï ÷ñÞóôç."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Ôï Bot èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick êáêÝò ëÝîåéò ðëÝïí."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick Ýíôïíïõò ÷áñáêôÞñåò ðëÝïí."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick êåöáëáßá ðëÝïí."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick ãéá ÷ñþìáôá ðëÝïí."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick ãéá åðáíáëÞøåéò ðëÝïí."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick ãéá åðáíáëÞøåéò ðëÝïí."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick ãéá reverses ðëÝïí."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Ôï Bot äåí èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò ðëÝïí."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots åßíáé ìüíï ãéá IRC operators:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "ÄéáâáóìÝíá Bytes : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "ÃñáììÝíá Bytes : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {øåõäþíõìï | êáíÜëé}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#channel} [reason]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR channel what"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES channel [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Can't logout %s because he's a Services Operator."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr ""
+"Äåí ìðïñåß íá óôáëåß óôç äéåýèõíóç ôï ìÞíõìá ãéá ôçí þñá; ðáñáêáëþ "
+"ðñïóðÜèçóå ëßãï áñãüôåñá."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Changed usermodes of %s."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Áõôü ôï êáíÜëé %s äåí õðÜñ÷åé."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Ôï êáíÜëé %s äéáãñÜöôçêå áðü ôéò õðçñåóßåò."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Áõôü ôï êáíÜëé %s Ý÷åé ðáñáêñáôçèåß áðü ôïí %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Ôï êáíÜëé %s åßíáé Þäç êáôï÷õñùìÝíï!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Ôï êáíÜëé %s ðáñáêñáôåßôå."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Channel %s is now released."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Channel %s is now suspended."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Áõôü ôï êáíÜëé %s äåí Ý÷åé êáôï÷õñùèåß."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Áõôü ôï êáíÜëé %s äåí ìðïñåß íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Ôï êáíÜëé %s äåí ìðïñåß íá êáôï÷õñùèåß."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Ôï êáíÜëé %s åßíáé êáôï÷õñùìÝíï áðü ôï øåõäþíõìü óïõ: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "ÊáíÜëéá : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Ôï êáíÜëé %s èá ëÞîåé."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Ôï êáíÜëé %s äåí èá ëÞîåé."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Channel %s AOP list has been cleared."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Channel %s HOP list has been cleared."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Channel %s SOP list has been cleared."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Channel %s VOP list has been cleared."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Channel %s access list has been cleared."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Channel %s akick list has been cleared."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Ç åíôïëÞ Channel AOP ëßóôá ðåñéÝ÷åé ìüíï êáôï÷õñùìÝíá øåõäþíõìá."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Ç åíôïëÞ Channel HOP ëßóôá ðåñéÝ÷åé ìüíï êáôï÷õñùìÝíá øåõäþíõìá."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Ç åíôïëÞ Channel SOP ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Ç åíôïëÞ Channel SQLINEs äåí õðïóôçñßæåôáé áðü ôïí IRCd óïõ,ãéáõôï äåí "
+"ìðïñåßò íá ôéò ÷ñçóéìïðïéÞóåéò."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Ç åíôïëÞ Channel VOP ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Ç Channel access ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Ëßóôá Êáíáëéïý:\n"
+"¼íïìá ×ñÞóôåò ÅðéëïãÝò Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Ôï êáíÜëé äåí åðéôñÝðåé ôï operator status"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that you have access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Äåí ìðïñåß íá âñåèåß ï ÷ñÞóôçò %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Äåí ìðïñåß íá ðáñáêñáôçèåß ôï êáíÜëé %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Äåí ìðïñåßò íá ðáñáêñáôÞóåéò áõôü ôï øåõäþíõìï %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Couldn't release channel %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Couldn't release nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Couldn't suspend nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Couldn't suspended channel %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Ç Ýùò ôþñá AKILL ëßóôá åßíáé:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Ç åùò ôþñá AKILL ëßóôá åßíáé:\n"
+" Íïõ ÌÜóêá Ëüãïò"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Current Module list:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Current SNLINE list:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Ç Ýùò ôþñá ëßóôá SNLINE åßíáé ïé åîçò:\n"
+" Íïõ ÌÜóêá Ëüãïò"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Ç Ýùò ôþñá ëßóôá SQLINE åßíáé ïé åîÞò:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Ç Ýùò ôþñá ëßóôá SQLINE åßíáé ïé åîÞò:\n"
+" Íïõ ÌÜóêá Ëüãïò"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Ç Ýùò ôþñá ëßóôá SZLINE åßíáé ïé åîÞò:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Ç Ýùò ôþñá ëßóôá SZLINE åßíáé ïé åîÞò:\n"
+" Íïõ ÌÜóêá Ëüãïò"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Ç Ýùò ôþñá ëßóôá Session Limit Exception åßíáé ïé åîÞò:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Ùò ôþñá õðÜñ÷ïõí AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Ùò ôþñá õðÜñ÷ïõí SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Ùò ôþñá õðÜñ÷ïõí SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Ùò ôþñá õðÜñ÷ïõí SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Ïé ùò ôþñá ÷ñÞóôåò: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [êáíÜëé] {íïõ | list | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP channel"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d ìÝñåò"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d þñåò"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d ëåðôÜ"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 ìÝñá"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 þñá"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 ëåðôü"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: Äåí ëÞãåé ðïôÝ"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d ìÝñåò"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d þñåò"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d ëåðôÜ"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 ìÝñá"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 þñá"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 ëåðôü"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: Äåí ëÞãåé ðïôÝ"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d ìÝñåò"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d þñåò"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d ëåðôÜ"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 ìÝñá"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 þñá"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 ëåðôü"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: Äåí ëÞãåé ðïôÝ"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d ìÝñåò"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d þñåò"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d ëåðôÜ"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 ìÝñá"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 þñá"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 ëåðôü"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: Äåí ëÞãåé ðïôÝ"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ÇOP ëßóôá ôïõ %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü %s access list."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí autokick list %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôï %s ,ôç ëßóôá ôùí êáêþí ëÝîåùí."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá session-limit exception."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá AKILL."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SNLINE."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SQLINE."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SZLINE."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "ÄéáãñÜöçêå 1 8Ýóç áðü ôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "ÄéáãñÜöçêå 1 8Ýóç áðü ôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "ÄéáãñÜöçêå 1 8Ýóç áðü ôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "ÄéáãñÜöåé 1 èÝóç áðü %s access list."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "ÄéáãñÜöôçêå 1 èÝóç áðü ôçí autokick list %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôïõ %s ëßóôá êáêþí ëÝîåùí."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá session-limit exception."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá AKILL."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SNLINE."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SQLINE."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SZLINE."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "ÐåñéãñáöÞ ôïõ %s Üëëáîå óå %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Displayed all records (Count: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Displayed records from %d to %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Displayed records matching key %s (Count: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Ìçí ÷ñçóéìïðïéåßò Ýíôïíïõò ÷áñáêôÞñåò ìÝóá óôï êáíÜëé!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Ìçí ÷ñçóéìïðïéåßò ÷ñþìáôá ìÝóá óôï êáíÜëé!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Ìçí åßóáé áíôßèåôïò ìÝóá óôï êáíÜëé!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Ìçí ÷ñçóéìïðïéåßò áõôÞ ôç ëÝîç %s óôï êáíÜëé!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Ìçí ÷ñçóéìïðïéåßò ÷áñáêôÞñåò õðïãñÜììéóçò óôï êáíÜëé!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Ç äéåýèõíóç ôïõ e-mail Üëëáîå óå %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail äéåýèõíóç ôïõ %s Üëëáîå óå %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail äéåýèõíóç ôïõ %s äåí Ý÷åé ïñéóôåß."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Ç äéåýèõíóç ôïõ e-mail áðåíåñãïðïéÞèçêå."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "Ç äéåýèõíóç ãéá %s åßíáé ëáíèáóìÝíç."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+÷ñüíïò ëÞîçò] ìÜóêá üñéï ëüãïò\t"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {ìÜóêá | ëßóôá}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE íïýìåñï èÝóç"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Emails Match %s to %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "End of %s list."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Ôåëïò ôçò ëßóôáò ðñïóâáóçò."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "ÔÝëïò ëßóôáò êáíáëéïý."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "ÔÝëïò ôçò ëßóôáò - %d/%d âñÝèçêáí êáé åìöáíßóôçêáí."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "ÔÝëïò ôçò ëßóôáò - %d/%d âñÝèçêáí êáé åìöáíßóôçêáí."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "ÔÝëïò ëßóôáò ÷ñçóôþí."
+
+#: language.cpp:97
+msgid "English"
+msgstr "ÅëëçíéêÜ"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Ôï ìÞíõìá õðïäï÷Þò ôïõ %s Üëëáîå."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Ôï ìÞíõìá õðïäï÷Þò ôïõ %s äåí Ý÷åé ïñéóôåß."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Exception ãéá %s (#%d) ìåôáêéíÞèçêå óôç èÝóç %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception for %s has been updated to %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Ôï ÷ñïíéêü üñéï ôïõ/çò %s Üëëáîå"
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID êáíÜëé ëüãïò"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID êáíÜëé [ëüãïò]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nickname reason"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nickname [reason]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Öáíôáóßá"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Ç Fantasy åðéëïãÞ åßíáé ôùñá OFF óôï êáíÜëé %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Ç Fantasy åðéëïãÞ åßíáé ôþñá ON óôï êáíÜëé %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Ï Founder ôïõ %s Üëëáîå êáé ðÞãå óôïí %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host No WildCards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nickname"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr ""
+"Ç GETPASS åíôïëÞ äåí åßíáé äéáèÝóéìç ãéáôß ÷ñçóéìïðïéåßôáé ç êùäéêïðïßçóç."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nickname [password]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL message"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP ^_óôü÷ïò^_ ^_êùäéêü^_"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Ôï øåõäþíõìï óïõ Ýãéíå kill ìÝóù ghost åíôïëÞò."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "×áéñåôéóìüò"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Ôï ìÞíõìá ÷áéñåôéóìïý Üëëáîå óå %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Ôï ìÞíõìá ÷áéñåôéóìïý íá äéáôõðþíåôáé"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Ç åðéëïãÞ ìÞíõìá ÷áéñåôéóìïý áðåíåñãïðïéÞèçêå."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Ç åðéëïãÞ ÷áéñåôéóìïý åßíáé OFF óôï êáíÜëé %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Ç åðéëïãÞ ÷áéñåôéóìïý åßíáé ON óôï êáíÜëé %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ç HOP ëßóôá ôïõ %s åßíáé:\n"
+" Íïýìåñï Øåõäþíõìï"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"You have requested to have the pasword for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts ìå ôï ëéãüôåñï %d sessions:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Äåí îÝñù êáíÝíáí %s ðïéïò åßíáé."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Äåí Ý÷ù äåé êáíÝíáí %s óå áõôü ôï êáíÜëé."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY ^_êùäéêü^_"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO channel"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [êáíÜëé]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [øåõäþíõìï | êáíÜëé]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {chan | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE êáíÜëé"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr ""
+"Áí äåí áëëÜîåéò ôï øåõäþíõìï áõôü ìÝóá óå 20 äåõôåñüëåðôá, èá óôï áëëÜîù "
+"áõôüìáôá åãþ."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr ""
+"Áí äåí áëëÜîåéò ôï øåõäþíõìï áõôü ìÝóá óå Ýíá ëåðôü, èá óôï áëëÜîù áõôüìáôá "
+"åãþ."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Ç åíôïëÞ Ignore èá ÷ñçóéìïðïéåßôáé."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Ç åíôïëÞ Ignore äåí ÷ñçóéìïðïéåßôáé."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Ignore list has been cleared."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Ç ëßóôá ignore ôùí õðçñåóéþí åßíáé Üäåéá."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Ãéá íá ÷ñçóéìïðïéÞóåôå áõôÞ ôçí åíôïëÞ, ðñÝðåé ðñþôá íá\n"
+"áíáãíùñéóôåßôå ìå ôïí êùäéêü óáò (ãéá ðåñéóóüôåñåò ðëçñïöïñßåò,\n"
+"/msg %S HELP IDENTIFY).\n"
+"\n"
+"ÐëçêôñïëïãÞóôå /msg %S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò\n"
+"óå ìßá óõãêåêñéìÝíç åðéëïãÞ."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Ðëçñïöïñßåò ãéá ôï bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Ðëçñïöïñßåò ãéá ôï êáíÜëé %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Åóùôåñéêü ëÜèïò - áäýíáôç ðñüóâáóç óôç ðáñÜêëçóç."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "ËáíèáóìÝíïò ÷ñüíïò ëÞîçò."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"ËÜèïò hostmask. Ìüíï ðñáãìáôéêÜ hostmasks ÷ñçóéìïðïéïýíôáé êáé ü÷é øåõäþíõìá "
+"Þ usernames."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Invalid passcode has been entered, please check the e-mail again, and retry."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"ËÜèïò session limit. ÐñÝðåé íá åßíáé ëÜèïò ï integer greater Þ ðñÝðåé íá "
+"åßíáé ìåôáîý ìçäÝí êáé %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "ËÜèïò threshold value. ÐñÝðåé íá åßíáé ìåãáëýôåñï áðü ôï 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE servername [reason]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK channel option {ON|OFF} [settings]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK channel user reason"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST pattern"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST pattern [FORBIDDEN] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [êáíÜëé] [list | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Ç ãëþóóá Üëëáîå óå ÅëëçíéêÜ."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Ôï ôåëåõôáßï ìÞíõìá ðïõ ðÞãáéíå ãéá ôïí %s áêõñþèçêå."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr "Ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Ôåëåõôáßá äéåýèõíóç: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Ï âáèìüò ãéá ôïí %s óôï êáíÜëé %s Üëëîå óå %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Ï âáèìüò ðñÝðåé íá åßíáé ìåôáîý %d êáé %d."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "ÁõôÞ ç åíôïëÞ åßíáé ÷ñÞóéìç ãéá áõôÞ ôçí åðéëïãÞ."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Ç ëßóôá ìå ôéò êáôá÷ùñÞóåéò âñÝèçêáí %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Ç ëßóôá ìå ôá øåõäþíõìá óôçí ïìÜäá ôïõ %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Ç ëßóôá ìå ôá øåõäþíõìá óôçí ïìÜäá:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "ÊáíÜëéá ôïðéêÜ äåí ìðïñïýí íá êáôï÷õñùèïýí."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Êáíïíéóìüò Þ ðëçñïöïñßá óôç èÝóç #%d äéáãñÜöçêå."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Êáíïíéóìüò óôç èÝóç #%d äåí âñÝèçêå!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Êáíïíéóìïß:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "ØÜ÷íåéò ãéá ôïí åáõôü óïõ, å %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE channel modes"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO FileName"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD FileName"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD FileName"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Ç ìÜóêá %s åßíáé Þäç óôçí ëßóôá exception."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Ç ìÜóêá %s åßíáé Þäç ìÝóá óôçí ëßóôá ðñüóâáóçò."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Ç ìÜóêá ðñÝðåé íá åßíáé ôçò ìïñöÞò user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "ÌÝãéóôïé ÷ñÞóôåò: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Ìçíýìáôá %d äåí õðÜñ÷ïõí!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "ÌÞíõìá %d áðü ôï %s (%s). Ãéá íá ôï óâÞóåéò, ãñÜøå: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "ÌÞíõìá %d áðü %s (%s). Ãéá íá ôï óâÞóåéò, ãñÜøå: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "ÌÞíõìá %d äéáãñÜöçêå."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Ôï üñéï ìçíõìÜôùí áðåíåñãïðïéÞèçêå ãéá ôïí %s."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Ôï üñéï ìçíõìÜôùí ãéá ôïí %s Üëëáîå óå %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Ôï üñéï ìçíõìÜôùí ãéá ôïí %s Üëëáîå óå 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr ""
+"Ôï üñéï ìçíõìÜôùí åßíáé ðïëý ìåãÜëï; ïñéïèÝôçóÝ ôï %d óõìðåñéëáìâáíïìÝíïõ."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Ôï ìÞíõìá óôÜëèçêå óôïí %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Ìçíýìáôá %s äéáãñÜöçêáí."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "ÌÞíõìá ãéá ôïí %s. Ãéá íá ôï äéáâÜóåéò, ãñÜøå: /msg %s READ num"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Ìçíýìáôá ãéá ôïí %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: /msg %s READ %s num"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "ÅðéëïãÞ ìçíýìáôïò"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Ç åðéëïãÞ %c áãíïÞèçêå ãéáôß äåí ìðïñåßò íá ôï êëåéäþóåéò."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Mode +h has been cleared from channel %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "¼ëá ôá Mode +o Ý÷åé êáèáñéóôåß áðü ôï êáíÜëé %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "¼ëá ôá Mode +v Ý÷åé êáèáñéóôåß áðü ôï êáíÜëé %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Ç åðéëïãÞ êëåéäþìáôïò óôï êáíÜëé %s Üëëáîå óå %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Module %s loaded"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Module %s unloaded"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Version: %s Author: %s loaded: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} server"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NS Aliases : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NS ÏìÜäåò : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Ôá bot's íá ìçí ðåôÜíå Ýîù ôïõò kickers"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "New memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "ÍÝá ìçíýìáôá ãéá ôïí %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: /msg %s READ num"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+"ÍÝá ìçíýìáôá ãéá ôï %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: /msg %s READ %s num"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Ç ëßóôá ôùí íÝùí åßíáé ãåìÜôç!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Áõôü ôï øåõäþíõìï %s Ý÷åé ðáñáêñáôçèåß áðü ôïí %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s is an illegal nickname and cannot be used."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s is currently in use."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Ôï øåõäþíõìï %s áðü ôþñá ðáñáêñáôåßôáé."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s is part of this Network's Services."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Ôï øåõäþíõìï %s äåí êñáôåßôáé.."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Áõôü ôï øåõäþíõìï %s äåí ÷ñçóéìïðïéåßôå áõôÞ ôç óôéãìÞ."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Áõôü ôï øåõäþíõìï %s äåí åßíáé êáôï÷õñùìÝíï."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Áõôü ôï øåõäþíõìï %s äåí ìðïñåß íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s not found on ignore list."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s was truncated to %d characters."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Nick %s doesn't have a memo from you."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Ôï øåõäþíõìü óïõ %s äåí êáôÝ÷åôáé ãéá ôçí þñá."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is currently suspended."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is now released."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is now suspended."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NOT registered, please try again later."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nickname %s confirmed"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Ôï øåõäþíõìï %s óâÞóôçêå åðéôõ÷þò áðü ôçí õðçñåóßá."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Áõôü ôï øåõäþíõìï %s åßíáé Þäç êáôï÷õñùìÝíï!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Áõôü ôï øåõäþíõìï %s äåí ìðïñåß íá êáôï÷õñùèåß."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Áõôü ôï øåõäþíõìï %s êáôï÷õñþèçêå õðü ôçí äéåýèõíóÞ óïõ: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registered."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nickname Registration (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Ï êùäéêüò ôïõ øåõäþíõìïõ (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Øåõäþíõìá ôá ïðïßá äåí ÷ñçóéìïðïéïýíôáé ðëÝïí èá åßíáé óôçí äéáäéêáóßá \n"
+"ôçò áõôüìáôçò ëÞîçò, ð.ò. èá äéáãñÜöïíôáé áõôüìáôá\n"
+"ìåôÜ áðü %d ìÝñåò áí äåí ÷ñçóéìïðïéïýíôáé."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "No # found in front of channel name."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "ÊáíÝíá Bot Ý÷åé åðéëïãÞ OFF óôï êáíÜëé %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "ÊáíÝíá Bot Ý÷åé åðéëïãÞ ON óôï êáíÜëé %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "No Emails listed for %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "ÊáíÝíá bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Äåí õðÜñ÷åé äéáèÝóéìç âïÞèåéá ãéá %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "No information about module %s is available"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "ÊáíÝíáò Êáíïíéóìüò Þ ðëçñïöïñßá ãéá íá äéáãñáöåß!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôïõ %s óôçí access list."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí autokick list ôïõ %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Äåí âñÝèçêáí ïé èÝóåéò óôçí ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá session-limit exception."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá AKILL."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SNLINE."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SQLINE."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SZLINE."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Äåí âñÝèçêáí ìçíýìáôá."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "ÊáíÝíá ìÞíõìá äåí áêõñþèçêå."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "ÊáíÝíá ìÞíõìá äåí äéáãñÜöçêå."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "No modules currently loaded"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Äåí õðÜñ÷ïõí èÝóåéò óôçí ëßóôá ãéá íá äéáãñÜøåéò!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Äåí âñÝèçêáí ìçíýìáôá ãéá íá äéáãñáöïýí!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "×ùñßò ëüãïò"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "¼÷é signed kick üôáí ôï SIGNKICK LEVEL ÷ñçóéìïðïéåßôáé"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí AOP ëßóôá ôïõ %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí HOP ëßóôá ôïõ %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí SOP ëßóôá ôïõ %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí VOP ëßóôá ôïõ %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôï %s access list."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôï %s akick list."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôç ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "Äåí âñÝèçêå èÝóç (#%d) óôç ëßóôá session-limit exception."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "ÊáíÝíá"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Äåí åðéôñÝðåôáé íá ìðåßôå óôï êáíÜëé áí åßíáé RESTRICTED"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Óçìåßùóç: ïðïéïäÞðïôå êáíÜëé äåí ÷ñçóéìïðïéåßôáé ãéá %d ìÝñåò\n"
+"(äçë êáíÝíáò ÷ñÞóôçò ðïõ Ý÷åé access äåí ìðÝíåé óôï êáíÜëé\n"
+"ãéá åêåßíç ôçí ðåñßïäï ôùí çìåñþí) èá äéáãñáöåß áõôüìáôá."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Íïõ Limit Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Ðïéïò ÷ñçóéìïðïßçóå OP"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]\t"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Ïé ðáëéÝò ðëçñïöïñßåò åßíáé ßäéåò ìå ôéò êáéíïýñãéåò."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Only Super-Admins can use this command."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice option for %s is now OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice option for %s is now ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Ç èÝóç #%d äéáãñÜöçêå."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Ç èÝóç #%d óôçí ëßóôá äåí âñÝèçêå!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "ÍÝá ôùí Opers:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "An O:Line with the flags %s has been added for %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Ðñïóôáóßá óôïõò Ops"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Ç åðéëïãÞ %s äåí ìðïñåß íá ÷ñçóéìïðïéçèåß óôï äßêôõï áõôü."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Passcode for %s is %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Ï êùäéêüò Ýãéíå äåêôüò - ôþñá åßóáé áíáãíùñéóìÝíïò."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Ï êùäéêüò áíáãíþñéóçò áðáéôåßôáé ãéá áõôÞ ôçí åíôïëÞ.\n"
+"ÎáíáðñïóðáèÞóôå áöïý ãñÜøåôå /msg %s IDENTIFY ^_êùäéêüò^_."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Ï êùäéêüò áíáãíþñéóçò áðáéôåßôáé ãéá áõôÞ ôçí åíôïëÞ.\n"
+"ÎáíáðñïóðáèÞóôå áöïý ãñÜøåôå /msg %s IDENTIFY %s ^_êùäéêüò^_."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Ï êùäéêüò Üëëáîå óå %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Ï êùäéêüò Üëëáîå."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Ï êùäéêüò ãéá ôïí %s åßíáé %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "ËÜèïò êùäéêüò."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Ï êùäéêüò ôïõ %s Ý÷åé óôáëèåß."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Åéñçíéêü"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace option for %s is now OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace option for %s is now ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Please contact an Operator to get a vhost assigned to this nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Ðáñáêáëþ ðñïóðÜèçóå îáíÜ ìå Ýíáí ðéï ðïëýðëïêï êùäéêü. Ïé êùäéêïß ðñÝðåé íá "
+"åßíáé ôïõëÜ÷éóôïí Ýùò ðÝíôå ÷áñáêôÞñåò, íá ìçí åßíáé åýêïëïé íá ìáíôåõôïýí "
+"(ð.÷. ôï ðñáãìáôéêü ïíïìÜ óïõ Þ ôï øåõäþíõìï óïõ), êáé íá ìçí ðåñéÝ÷åé êåíü "
+"Þ äéÜöïðïõò Üëëïõò ÷áñáêôÞñåò."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Please use a valid server name when juping"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Please use the symbol of # when attempting to register"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé îáíáðñïóðÜèçóå."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr ""
+"Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé ìåôÜ îáíá÷ñçóéìïðïßçóå ôçí åíôïëÞ "
+"ïìáäïðïßçóçò."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé ìåôÜ îáíá÷ñçóéìïðïßçóå ôçí åíôïëÞ "
+"êáôï÷ýñùóçò îáíÜ."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Please wait %d seconds before using the RSEND command again."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+"Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá ðñéí ÷ñçóéìïðïéÞóåéò ôçí åíôïëÞ SEND îáíÜ."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Ìõóôéêüôçôá"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Ìõóôéêüôçôá åðéëïãÞò ôïõ bot %s åßíáé ôþñá OFF."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Ìõóôéêüôçôá åðéëïãÞò ôïõ bot %s åßíáé ôþñá ON."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private option for %s is now OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private option for %s is now ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá OFF."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Ç åðéëïãÞ ìõóôéêüôçôáò åßíáé ôþñá ON."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Ðñïóôáóßá"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Ç åðéëïãÞ ðñïóôáóßáò Ýéíáé ôþñá OFF."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr ""
+"Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON, ìå åëëáôùìÝíï ÷ñüíï ãéá íá ãßíåé åíôïëÞ "
+"áíáãíþñéóç."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr ""
+"Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON, ìå êáíÝíá ðåñéèþñéï íá ãßíåé åíôïëÞ "
+"áíáãíþñéóçò."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Providing IRCD handler for: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Providing command: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [êáíÜëé] {list | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nickname [password]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER channel description"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER ^_êùäéêü^_ ^_email^_"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER ^_êùäéêü^_ [^_email^_]\t"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nickname [password]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | channel} memo-text"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Ôï ìÞíõìá óôçí èÝóç #%d äéáãñÜöçêå."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Ôï ìÞíõìá óôçí èÝóç #%d äåí âñÝèçêå!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "ÍÝá ãéá ôï äßêôõï:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Registration step 1 may have expired, please use \"/msg %s register "
+"<password> <email>\" first."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Ìüíï üóïé Ý÷ïõí Access"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Restricted access option for %s is now OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Restricted access option for %s is now ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY channel text"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {øåõäþíõìï | êáíÜëé} ðåñéå÷üìåíï"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nickname"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr ""
+"Ç SENDPASS åíôïëÞ äåí åßíáé äéáèÝóéìç ãéáôß ÷ñçóéìïðïéåßôáé ç êùäéêïðïßçóç."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN not defined; äåí ìðïñåß íá ãßíåé åðáíåêêßíçóç. ÎáíáôñÝîå "
+"ôï configure script êáé êÜíå recompile ôá Services ãéá íá åíåñãïðïéÞóåéò ôçí "
+"åíôïëÞ RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST üñéï"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limit | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET channel option settings"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET channel NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET channel PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET channel option parameters"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET channel DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET channel DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET channel FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET channel GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET channel NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET channel PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET channel SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET channel SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET channel SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET channel XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET ^_åðéëïãÞ^_ ^_ðáñÜìåôñïé^_"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET option setting"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE ^_number^_"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [êáíÜëé] üñéï"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [÷ñÞóôçò | êáíÜëé] {üñéï | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [^_øåõäþíõìï^_] ^_åðéëïãÞ^_ ^_ðáñÜìåôñïé^_"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "Ç ëßóôá SNLINE åßíáé Üäåéá."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ç SOP ëßóôá ôïõ %s åßíáé:\n"
+" Íïýìåñï Øåõäþíõìï"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "Ç ëßóôá SQLINE åßíáé Üäåéá."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s forbidden"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s not registered"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s not online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND channel reason"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND channel [reason]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nickname reason"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick newnick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "Ç ëßóôá SZLINE åßíáé Üäåéá."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "ÁóöáëÝò"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "ÁóöÜëåéá óôïí ÊáíáëÜñ÷ç"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Ìüíï áõôïß ðïõ Ý÷ïõí access èá ðáßñíïõí op áðü opers"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure founder option for %s is now OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure founder option for %s is now ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure ops option for %s is now OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure ops option for %s is now ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure option for %s is now OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure option for %s is now ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá OFF."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá ON."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "ÁóöÜëåéá"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "This service is temporarly disabled, please try again later"
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services is no longer reporting log messages to a channel."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services are now at DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Ôá Services åßíáé ôþñá óå åðéëïãÞ íá ëÞãåé."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Ôá Services åßíáé ôþñá óå åðéëïãÞ íá ìçí ëÞãåé."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Ôá Services åßíáé ôþñá ìüíï áíÜãíùóçò."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Ôá Services åßíáé óå åðéëïãÞ áíÜãíùóçò-åããñáöÞò."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Ôá Services åßíáé ôþñá óå debug åðéëïãÞ (âáèìüò %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Ôá Services åßíáé ôþñá óå debug åðéëïãÞ."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Ôá Services åßíáé ôþñá óå ìç-debug åðéëïãÞ."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services is now reporting log messages to %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Ïé õðçñåóßåò Ý÷ïõí ñõèìéóôåß íá ìçí óôÝëíïõí ìÞíõìá óôç äéåýèõíóç."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Ç ëßóôá ignore ãéá ôéò õðçñåóßåò:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Ïé õðçñåóßåò áäõíáôïýí íá áëëÜîïõí ôéò åðéëïãÝò. Ïé servers åßíáé óùóôÜ "
+"öôéáãìÝíïé?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Ïé õðçñåóßåò áäõíáôïýí íá áëëÜîïõí ôéò åðéëïãÝò. Ïé servers' U: ãñáììÝò "
+"åßíáé ïé óùóôÝò?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ìÝñåò, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ìÝñåò, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôü"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôÜ"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôü"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôÜ"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôü, %d äåõôåñüëåðôï"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôü, %d äåõôåñüëåðôá"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôÜ, %d äåõôåñüëåðôï"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôÜ, %d äåõôåñüëåðôá"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Ïé õðçñåóßåò èá óå åéäïðïéïýí ìå messages."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Ïé õðçñåóßåò èá óå åéäïðïéïýí ìå notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Ôï áñ÷åßï ôùí õðçñåóéþí,conf file Ýãéíå reloaded,åðáíáöïñôþèçêå."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Ïé õðçñåóßåò áðåëåõèÝñùááí ôï øåõäþíõìü óïõ."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Session limit ãéá ôïí %s ñõèìßóôçêå óå %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Ç Session limiting åíôïëÞ åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Ç ëßóôá Session-limit exception åßíáé full!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessions : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessions Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Ç åðéëïãÞ %s äåí åßíáé ãíùóôÞ. ÃñÜøå /msg %s HELP LEVELS DESC ãéá ôç ëßóôá "
+"ìå ôéó áíáëõôéêÝò åðéëïãÝò."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr ""
+"Ç åðéëïãÞ ãéá DEBUG ðñÝðåé íá åßíáé ON, OFF, Þ Ýíá êáôçãïñéìáôéêü íïýìåñï."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Ç åðéëïãÞ ãéá IGNORE ðñÝðåé íá åßíáé ON Þ OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Ç åðéëïãÞ ãéá NOEXPIRE ðñÝðåé íá åßíáé ON Þ OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Ç åðéëïãÞ ãéá READONLY ðñÝðåé íá åßíáé ON Þ OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Setting for SuperAdmin must be ON or OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signed kick option for %s is now OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signed kick option for %s is now ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "ÄçëùìÝíá kicks"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Sorry, OLINE is not available on this network."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Sorry, RSEND has been disabled on this network."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Óõãíþìç, ç åíôïëÞ SNLINE äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Sorry, SQLINE is not available on this network."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Sorry, SVSNICK is not available on this network."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Óõãíþìç, ç åíôïëÞ SÆLINE äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Sorry, UMODE is not available on this network."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá bot assignment åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Óõãíþìç, ç äçìéïõñãßá ôïõ bot áðÝôõ÷å."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôï bot åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá bot åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ AOP åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ HOP åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ SOP åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ VOP åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ access åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ akick åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá bad words åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá äéáãñáöÞò êáíáëéþí åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+"Óõãíþìç, ïé åðéëïãÝò ãéá ôçí ñýèìéóç ôùí êáíáëéþí åßíáé áðåíåñãïðïéçìÝíåò."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá êáôï÷ýñùóåéò êáíáëéþí äåí ëåéôïõñãåß ãéá ôçí þñá."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Óõãíþìç, äåí ãßíåôå íá áëëÜîåéò ôïí êùäéêü."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr ""
+"Óõãíþìç, ç ïìáäïðïßçóç ôïõ øåõäþíõìïý óïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Óõãíþìç, ç áíáãíþñéóç áðÝôõ÷å."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Óõãíþìç, ç õðçñåóßá kicker åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Óõãíþìç, ç áêýñùóç ìçíýìáôïò åßíáé åêôüò ëåéôïõñãßáò."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Óõãíþìç, ç åíôïëÞ setting åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr ""
+"Óõãíþìç, ôá ìçíýìáôá äåí ìðïñïýí íá óôáëïýí ãéáôß åßíáé áíåíåñãÞ ç õðçñåóßá."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr ""
+"Óõãíþìç, ç õðçñåóßá ãéá íá óâÞíåé ôá øåõäþíõìá åßíáé áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr ""
+"Óõãíþìç, ç ïìáäïðïßçóç ôïõ øåõäþíõìïý óïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+"Óõãíþìç, ç õðçñåóßá ãéá ôïí êáèïñéóìü êáé ôéò åðéëïãÝò ôïõ øåõäþíõìïõ åßíáé "
+"ãéá ôçí þñá áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Óõãíþìç, ç êáôï÷ýñùóç øåõäþíõìïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Óõãíþìç, ç êáôï÷ýñùóç áðÝôõ÷å."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d AKILLs."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Óõãíþìç, ìðïñåßò ìüíï íá ÷ñçóéìïðïéÞóåéò %d AOP/SOP/VOP óôï êáíÜëé."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SNLINEs."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SQLINEs."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SZLINEs."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d ðñüóâáóç óå êáôÜôáîç ôïõ øåõäþíõìïõ."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d access óôï êáíÜëé."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d autokick ìÜóêá óôï êáíÜëé."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d êáêÝò ëÝîåéò ãéá Ýíá êáíÜëé."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Óõãíþìç, Ý÷åéò Þäç îåðåñÜóåé ôï üñéï êáôï÷ýñùóåéò ôùí %d êáíáëéþí."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Óõãíþìç, Ý÷åéò Þäç öôÜóåé óôï üñéï êáôï÷ýñùóåéò ôùí %d êáíáëéþí."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Ôá óôáôéóôéêÜ óâÞóôçêáí."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status updated (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Ìçí åðáíáëáìâÜíåéò óå ðïëëÝò óåéñÝò!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Ìçí åðáíáëáìâÜíåéò ôá ßäéá!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Ï Successor ôïõ %s äåí Ý÷åé ïñéóôåß."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Ï Successor ôïõ %s Üëëáîå êáé ðÞãå óôïí %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin setting not enabled in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Óõìâßùóç"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "ÅðéëïãÞ óõìâßùóçò åßíáé ôþñá OFF óôï êáíÜëé %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "ÅðéëïãÞ óõìâßùóçò åßíáé ôþñá ON óôï êáíÜëé %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Óýíôáîç åíôïëÞò: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Óýíôáîç: %s êáíÜëé BANTYPE ôýðïò-ban\n"
+"\n"
+"ÁëëÜæåé ôïí ôýðï ôïõ ban, ï ïðïßïò èá ÷ñçóéìïðïéåßôáé áðü ôéò õðçñåóßåò "
+"üôáí\n"
+"èá ÷ñåéÜæåôáé íá êÜíåé êÜðïéïí ban áðü ôï êáíÜëé (ð÷ akick).\n"
+"\n"
+"Ïé ôýðïé ban åßíáé áðü 0 Ýùò 3 êáé óçìáßíåé:\n"
+"\n"
+"0: ôï ban èá åßíáé ôçò ìïñöÞò *!user@host\n"
+"1: ôï ban èá åßíáé ôçò ìïñöÞò *!*user@host\n"
+"2: ôï ban èá åßíáé ôçò ìïñöÞò *!*@host\n"
+"3: ôï ban èá åßíáé ôçò ìïñöÞò *!*user@*.domain"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé DESC ðåñéãñáöÞ\n"
+"\n"
+"ÁëëÜæåôå ôçí ðåñéãñáöÞ ôïõ êáíáëéïý, ç ïðïßá öÝíåôáé ìå ôçí åíôïëÞ\n"
+"LIST êáé INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé ENTRYMSG [ìÞíõìá]\n"
+"\n"
+"ÁëëÜæåé ôï ìÞíõìá åéóáãùãÞò ôï ïðïßï óôÝëíåôå óå êÜèå ÷ñÞóôç ìÝóù /notice\n"
+"(ðáñáôÞñçóç) üôáí áõôüò ìðÝíåé óôï êáíÜëé. Áí äåí äùèåß êáìßá ðáñÜìåôñïò,\n"
+"äåí èá óôÝëíåôå êáíÝíá ìÞíõìá óôï ÷ñÞóôç,ï ïðïßïò èá åéóÝñ÷åôáé óôï êáíÜëé."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé FOUNDER øåõäþíõìï\n"
+"\n"
+"ÁëëÜæåé ôïí founder ôïõ êáíáëéïý. Ôï íÝï øåõäþíõìï ðñÝðåé íá åßíáé\n"
+"êáôï÷õñùìÝíï."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ topic retention ôïõ êáíáëéïý.\n"
+"¼ôáí ôï topic retention åßíáé on, ôï topic ôïõ êáíáëéïý\n"
+"èá õðåíèõìßæåôáé áðü ôïí %S ìåôÜ ôïí ôåëåõôáßï ÷ñÞóôç ðïõ èá öýãåé áðü\n"
+"ôï êáíÜëé, êáé èá áðïèçêåýåôáé ãéá ôçí åðüìåíç öïñÜ."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé MLOCK modes\n"
+" \n"
+"Êáèïñßæåé ôï êëåßäùìá ôùí modes ãéá ôï êáíÜëé. Ï %S\n"
+"óáò åðéôñÝðåé íá êáèïñßóåôå óõãêåêñéìÝíá modes ãéá ôï êáíÜëé\n"
+"ôá ïðïßá èá åßíáé ðÜíôá åíåñãïðïéçìÝíá (Þ ü÷é). Ôá modes\n"
+"ðïõ ìðïñïýí íá êëåéäùèïýí åßíáé: i, k, l, m, n, p, s, êáé t.\n"
+"ÊÜèå Ýíá áðü áõôÜ ôá modes ìðïñåß íá êëåéäùèåß, íá îåêëåéäùèåß íá\n"
+"ìç óõìðåñéëçöèåß êáèüëïõ.\n"
+"\n"
+"Ç ðáñÜìåôñïò modes óõíôÜóóåôáé ìå ôïí ßäéï ôñüðï üðùò ç åíôïëÞ \n"
+"/MODE. ¸ôóé ôá modes ìåôÜ áðü Ýíá + êëåéäþíïíôáé êáé ôá modes ìåôÜ \n"
+"áðü Ýíá - îåêëåéäþíïíôáé.\n"
+" \n"
+"Ðñïóï÷Þ: Áí ÷ñçóéìïðïéåßôå ôï mode êëåéäþìáôïò ìå êëåéäß,\n"
+"üðùò óôï äåýôåñï ðáñÜäåéãìá ðáñáêÜôù, èá ðñÝðåé åðßóçò íá\n"
+"åíåñãïðïéÞóåôå ôçí åðéëïãÞ RESTRICTED ãéá ôï êáíÜëé (äåßôå\n"
+"HELP SET RESTRICTED), áëëéþò ïðïéïóäÞðïôå ìðáßíåé óôï\n"
+"êáíÜëé üôáí áõôü åßíáé Üäåéï, èá ìðïñåß íá äåß ôï êëåéäß!\n"
+"\n"
+"Ðáñáäåßãìáôá:\n"
+"\n"
+" SET #êáíÜëé MLOCK +nt-iklps\n"
+" Åíåñãïðïéåß ôá modes n êáé t, êáé áðåíåñãïðïéåß ôá modes i,\n"
+" k, l, p êáé s. Ôï mode m, äå óõìðåñéëáìâÜíåôáé ãéá íá ìðïñåß\n"
+" íá åßíáé åíåñãïðïéçìÝíï Þ ìç.\n"
+"\n"
+" SET #êáíÜëé MLOCK +knst-ilmp my-key\n"
+" Åíåñãïðïéåß ôá modes k, n, s êáé t, êáé áðåíåñãïðïéåß ôá\n"
+" modes i, l, m êáé p. Åðßóçò êáèïñßæåé ôï êëåéäß ôïõ êáíáëéïý\n"
+" íá åßíáé \"my-key\".\n"
+"\n"
+" SET #êáíÜëé MLOCK +\n"
+" Áöáéñåß ôï êëåßäùìá ôùí modes. ¼ëá ôá modes ôïõ\n"
+" êáíáëéïý åßíáé åëåýèåñá íá åíåñãïðïéçèïýí Þ íá\n"
+" áðåíåñãïðïéçèïýí."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé OPNOTICE {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ åíçìÝñùóçò op ãéá Ýíá êáíÜëé.\n"
+"¼ôáí åíåñãïðïéåßôáé ç åíçìÝñùóç op, ï %S óôÝëíåé Ýíá notice óôïõò ops \n"
+"ôïõ êáíáëéïý, êÜèå öïñÜ ðïõ ÷ñçóéìïðïéïýíôáé ïé åíôïëÝò OP, DEOP, AKICK "
+"êáé \n"
+"ACCESS áðü êÜðïéï ÷ñÞóôç ãéá ôï êáíÜëé."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé PEACE {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðååñãïðïéåß ôçí åíôïëÞ peace óôï êáíÜëé.\n"
+"¼ôáí ç åíôïëÞ peace åßíáé on, ï ÷ñÞóôçò äåí ìðïñåß íá êÜíåé kick,\n"
+"ban Þ íá áöáéñÝóåé op áðü êÜðïéïí ÷ñÞóôç ï ïðïßïò Ý÷åé ìåãáëýôåñï\n"
+"level áðü áõôüí Þ ßóï ìå áõôüí ìÝóù åíôïëþí %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé PRIVATE {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ private ãéá Ýíá êáíÜëé.\n"
+"¼ôáí åíåñãïðïéåßôáé ç private åíôïëÞ, ôï êáíÜëé äå óõìðåñéëáìâÜíåôáé\n"
+"óôç ëßóôá ðïõ ðñïêýðôåé áðü ôçí åíôïëÞ /msg %S LIST."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé SECURE {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôéò äõíáôüôçôåò áóöÜëåéáò ôïõ %S ãéá\n"
+"Ýíá êáíÜëé. ¼ôáí åíåñãïðïéåßôáé ôï SECURE, ìüíï ïé ÷ñÞóôåò ðïõ\n"
+"Ý÷ïõí êáôï÷õñùìÝíá ôá øåõäþíõìÜ ôïõò ìå ôï %s êáé Ý÷ïõí áíáãíùñéóôåß\n"
+"ìå ôïí êùäéêü ôïõò, èá Ý÷ïõí ðñüóâáóç óôï êáíÜëé üðùò ïñßæåôáé êáé\n"
+"áðü ôç ëßóôá ðñüóâáóçò."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ áóöáëÞò founder ãéá Ýíá êáíÜëé.\n"
+"¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ áóöáëÞò founder, ìüíï ï ðñáãìáôéêüò founder \n"
+"ìðïñåß íá êÜíåé drop (óâÞóåé) ôï êáíÜëé, íá áëëÜîåé ôïí êùäéêü ôïõ, \n"
+"ìüíï ï founder êáé ï successor, êáé ü÷é áõôïß ðïõ êÜíïõí åíôïëÞ \n"
+"áíáãíþñéóçò ìå ôïí %S.\n"
+" "
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé SECUREOPS {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ ðñïóôáôåõìÝíçò äéá÷åßñçóçò\n"
+"ãéá Ýíá êáíÜëé. ¼ôáí åíåñãïðïéåßôáé ç ðñïóôáôåõìÝíç äéá÷åßñçóç, ïé\n"
+"÷ñÞóôåò ðïõ äåí åßíáé óôç ëßóôá ðñüóâáóçò, äå ìðïñïýí íá ðÜñïõí op."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ signed kicks ôïõ\n"
+"êáíáëéïý. ¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ SIGNKICK, ôá kicks èá \n"
+"åêôåëïýíôáé %S KICK command will have the nick that used the\n"
+"ìå åíôïëÞ ðåñéÝ÷ïíôáò ôïí ëüãï.\n"
+"\n"
+"Áí ÷ñçóéìïðïéåßò LEVEL, áõôïß ðïõ Ý÷ïõí ìåãáëýôåñç level Þ ßóç \n"
+"ìå ôçí SIGNKICK level ôïõ êáíáëéïý äåí èá Ý÷ïõí \n"
+"kicks signed. Äåò /msg %S HELP LEVELS ãéá ðåñéóóüôåñåò ðëçñïöïñßåò. "
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé SUCCESSOR øåõäþíõìï\n"
+"\n"
+"ÁëëÜæåé ôïí successor ôïõ êáíáëéïý. Áí ôï øåõäþíõìï ôïõ founder\n"
+"ëÞîåé Þ óâçóôåß (drop) ôüôå ôï êáíÜëé èá åßíáé áêüìá êáôï÷õñùìÝíï.\n"
+"Ï successor èá ãßíåé ï íÝïò founder ôïõ êáíáëéïý.\n"
+"Áí üìùò, ï successor Ý÷åé êáôï÷õñþóåé ðïëëÜ êáíÜëéá,\n"
+"áí äçë Ý÷åé (%d), ôï êáíÜëé èá óâçóôåß,óáí íá ìçí åß÷å ïñéóôåß\n"
+"successor. Ôï íÝï øåõäþíõìï èá ðñÝðåé íá åßíáé êáôï÷õñùìÝíï."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ êëåßäùìá topic ôïõ êáíáëéïý.\n"
+"¼ôáí ôï êëåßäùìá topic åßíáé on, ï %S äåí èá åðéôñÝðåé óå êáíÝíáí íá "
+"áëëÜîåé\n"
+"ôï topic ôïõ êáíáëéïý åêôüò ôçò åíôïëÞò TOPIC ôïõ."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Óýíôáîç: %s êáíÜëé XOP {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ xOP system ãéá Ýíá êáíÜëé.\n"
+"¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ XOP, ÷ñçóéìïðïéåßò ôéò \n"
+"åíôïëÝò AOP/SOP/VOP, ãéá íá äþóåéò óôïõò ÷ñÞóôåò ðïõ\n"
+"èåò äéêáéþìáôá óôï êáíÜëé.Áëëéþò ÷ñçóéìïðïéåßò ôçí åíôïëÞ ACCESS.\n"
+" \n"
+"Ôå÷íéêÞ óçìåßùóç: Áí Ý÷åéò áðåíåñãïðïéÞóç ôçí xOP åíôïëÞ,÷ñçóéìïðïéåßò \n"
+"ôçí åíôïëÞ access.Áí äþóåéò access óå ÷ñÞóôåò êáé ìåôÜ ãéá êÜðïéï ëüãï \n"
+"êÜíåéò ôï xOP åíåñãü,èá ðñÝðåé íá äþóåéò äéêáéþìáôá óôïõò ÷ñÞóôåò\n"
+"áõôïýò ìå ôçí xOP åíôïëÞ!\n"
+" \n"
+"Áí áðü xOP system ôï ãõñßóåôå óå access system\n"
+"äåí èá õðÜñîåé êáíÝíá ðñüâëçìá."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Óýíôáîç: ACCESS êáíÜëé ADD øåõäþíõìï âáèìüò\n"
+" ACCESS êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}\t \n"
+" ACCESS êáíÜëé LIST [ìÜóêá | list]\n"
+" ACCESS êáíÜëé VIEW [ìÜóêá | list]\n"
+" ACCESS êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí access ëßóôá ôïõ êáíáëéïý. Ç ëßóôá access\n"
+"êáèïñßæåé ðïéïé ÷ñÞóôåò èá Ý÷ïõí op óôï êáíÜëé Þ\n"
+"access óôéò åíôïëÝò ìÝóù ôïõ %S ãéá ôï êáíÜëé. Äéáöïñåôéêüò âáèìüò\n"
+"ôïõ ÷ñÞóôç áðü ôçí access ðïõ Ý÷åé,äéáöïñåôéêÜ äéêáéþìáôá èá Ý÷åé.\n"
+"/msg %S HELP ACCESS LEVELS ãéá ðåñéóóüôåñåò êáé óõãêåêñéìÝíåò\n"
+"ðëçñïöïñßåò. ÏðïéïäÞðïôå øåõäþíõìï ðïõ äåí åßíáé óôçí ëßóôá access Ý÷åé\n"
+"ôõðéêÜ access 0, ãéáôß ôá levels áðü default äåí äßíïõí äéêáéþìáôá óôï "
+"êáíÜëé\n"
+"üðïéïò Ý÷åé 0 íá êÜíåé êÜôé óôï êáíÜëé, ìå access 0 åßíáé óôï auto-deop.\n"
+"\n"
+"Ç åíôïëÞ ACCESS ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôáìå ôï áíÜëïãï\n"
+"âáèìü (level). Áí êÜðïéï øåõäþíõìï åßíáé Þóç óôçí ëßóôá êáé ôïõ äþåóåôå "
+"Ýíá\n"
+"Üëëï âáèìü áðü áõôü ðïõ åß÷å ôüôå áëëÜæåé ï âáèìüò ôïõ(level).\n"
+" \n"
+"Ç åíôïëÞ ACCESS DEL áöáéñåß Ýíá øåõäþíõìï áðü ôçí ëßóôá access.\n"
+"Áí óáò äùèåß ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá,áõôÝò ïé èÝóåéò Ý÷ïõí äéáãñáöåß.\n"
+"(Äåò ôï ðáñÜäåéãìá ôçò åíôïëÞò LIST.)\n"
+"\n"
+"Ç åíôïëÞ ACCESS LIST åìöáíßæåé ôçí ëßóôá access. Áí äþóåôå ìéá \n"
+"óõãêåêñéìÝíç ìÜóêá, èá óáò åìöáíßóåé ôéò èÝóåéò ðïõ áíôéóôïé÷åß áõôÞ ç "
+"ìÜóêá.\n"
+"Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá "
+"äåßôå.\n"
+"Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.\n"
+"\n"
+"ÐáñÜäåéãìá:\n"
+" ACCESS #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá access ôéò èÝóåéò ìå ôá\n"
+" íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Ç åíôïëÞ ACCESS CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò access."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Óýíôáîç: ACCESS ADD ^_ìÜóêá^_\n"
+" ACCESS DEL ^_ìÜóêá^_\n"
+" ACCESS LIST\n"
+"\n"
+"ÁëëÜæåé Þ åìöáíßæåé ôç ëßóôá ðñüóâáóçò ôïõ øåõäùíýìïõ óáò.\n"
+"ÁõôÞ åßíáé ç ëßóôá ôùí äéåõèýíóåùí ðïõ èá áíáãíùñßæïíôáé\n"
+"áõôüìáôá áðü ôïí %S óáí åðéôñåðôïß ãéá ôç ÷ñÞóç\n"
+"ôïõ øåõäùíýìïõ. Áí èÝëåôå íá ÷ñçóéìïðïéÞóåôå ôï øåõäþíõìï\n"
+"áðü ìßá äéáöïñåôéêÞ äéåýèõíóç, ðñÝðåé íá áíáãíùñéóôåßôå\n"
+"áðü ôïí %S ìå ôç ÷ñÞóç ôçò åíôïëÞò IDENTIFY.\n"
+"\n"
+"Ðáñáäåßãìáôá:\n"
+"\n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" ÅðéôñÝðåé ðñüóâáóç óôï ÷ñÞóôç ìå ID anyone\n"
+" áðü ïðïéïäÞðïôå õðïëïãéóôÞ ôçò äéåýèõíóçò bepeg.com.\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Áíáéñåß ôçí ðñïçãïýìåíç åíôïëÞ.\n"
+" \n"
+" ACCESS LIST\n"
+" Åìöáíßæåé ôçí ôñÝ÷ïõóá ëßóôá ðñüóâáóçò.\n"
+" "
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Óýíôáîç: ACT êáíÜëé ìÞíõìá\n"
+"\n"
+"ÊÜíåé ôï bot íá åíåñãåß,äçë íá åêôåëåß åíôïëÞ \"/me\"\n"
+"åìöáíßæïíôáò ôï ìÞíõìá óôï áíÜëïãï êáíÜëé."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Óýíôáîç: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK êáíÜëé ENFORCE\n"
+" AKICK êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôç ëßóôá áõôüìáôçò áðüññéøçò ãéá Ýíá êáíÜëé.\n"
+"ÅÜí Ýíáò ÷ñÞóôçò ðïõ âñßóêåôáé óôç ëßóôá áõôüìáôçò áðüññéøçò,\n"
+"ðñïóðáèÞóåé íá ìðåß óôï êáíÜëé, ï %S èá ôïõ áðáãïñÝøåé ôçí åßóïäï \n"
+"(ban/kick).\n"
+" \n"
+"Ç åíôïëÞ AKICK ADD ðñïóèÝôåé ôç ìÜóêá ðïõ\n"
+"äßíåôáé óôç ëßóôá áõôüìáôçò áðüññéøçò. Áí äùèåß ìßá áéôéïëïãßá\n"
+"ìå ôçí åíôïëÞ, áõôÞ ç áéôéïëïãßá èá ÷ñçóéìïðïéçèåß óôï kick ôïõ ÷ñÞóôç.\n"
+"ÄéáöïñåôéêÜ ç ðñïêáèïñéóìÝíç áéôéïëïãßá åßíáé \"You have been banned \n"
+"from the channel\" (\"¸÷åé áðáãïñåõèåß ç åßóïäüò óáò óôï êáíÜëé\").\n"
+"\n"
+"Ç åíôïëÞ AKICK STICK êÜíåé ìüíéìá bans ôç ìÜóêá \n"
+"ðïõ äßíåôáé. Áí êÜðïéïò ðñïóðáèÞóåé íá ôï áöáéñÝóåé ôï ban, ï %S\n"
+"èá ôï îáíáâÜëåé áõôüìáôá. Äåí ìðïñåßôáé íá ôï ÷ñçóéìïðïéÞóåôå ãéá\n"
+"êáôï÷õñùìÝíá øåõäþíõìá.\n"
+"\n"
+"Ç åíôïëÞ AKICK UNSTICK áêõñþíåé ôçí åíôïëÞ AKICK STICK,\n"
+"êáé Ýôóé èá ìðïñåßôå íá âãÜëåôå ôï ban áðü ôï êáíÜëé.\n"
+" \n"
+"Ç åíôïëÞ AKICK DEL äéáãñÜöåé ôç ìÜóêá ðïõ\n"
+"äßíåôáé, áðü ôç ëßóôá áõôüìáôçò áðüññéøçò. ÂÜæïíôáò ALL ãéá\n"
+"ìÜóêá äéáãñÜöïíôáé üëá ìå ôç ìéá. Äå äéáãñÜöåé üìùò ôá bans ðïõ\n"
+"Ý÷ïõí ôïðïèåôçèåß áðü ôçí áõôüìáôç áðüññéøç. ÁõôÜ ðñÝðåé íá\n"
+"áöáéñåèïýí îå÷ùñéóôÜ.\n"
+"\n"
+"Ç åíôïëÞ AKICK LIST åìöáíßæåé ôç ëßóôá áõôüìáôçò áðüññéøçò,\n"
+"Þ åðéëåêôéêÜ ìüíï åêåßíåò ôéò åããñáöÝò ôçò ëßóôáò ðïõ\n"
+"ôáéñéÜæïõí óôç ìÜóêá ðïõ äßíåôáé.\n"
+"\n"
+"Ç åíôïëÞ AKICK VIEW åßíáé ðéï âåëôéùìÝíç Ýêäïóç áðü ôçí åíôïëÞ\n"
+"AKICK LIST.\n"
+"\n"
+"Ç åíôïëÞ AKICK ENFORCE êÜíåé ôïí %S íá åðáíáäñÜóç ôç\n"
+"óõãêåêñéìÝíç AKICK ëßóôá âãÜæïíôáò Ýîù ôïõò ÷ñÞóôåò ðïõ ôáéñéÜæïõí ìå ôçí "
+"ìÜóêá\n"
+"ðïõ åßíáé óôçí AKICK.\n"
+"\n"
+"Ç åíôïëÞ AKICK CLEAR äéáãñÜöåé üëåò ôéò èÝóåéò ðïõ ðåñéÝ÷ïíôáé óôçí\n"
+"ëßóôá akick."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Óýíôáîç: AKILL ADD [+expiry] ìÜóêá ëüãïò\n"
+" AKILL DEL {ìÜóêá | èÝóåéò-íïýìåñá | ëßóôá}\n"
+" AKILL LIST [ìÜóêá | ëßóôá]\n"
+" AKILL VIEW [ìÜóêá | ëßóôá]\n"
+" AKILL CLEAR\n"
+"\n"
+"Ìðïñïýí ïé Services operators íá áëëÜîïõí ôçí ëßóôá AKILL. Áí\n"
+"ç ìÜóêá ôïõ ÷ñÞóôç ôáéñéÜîåé ìå ìéá áðü áõôÝò ðïõ ðåñéÝ÷ïíôáé óôçí ëßóôá "
+"AKILL,\n"
+"ôá Services äåí èá åðéôñÝøïõí óôï ÷ñÞóôç íá óõíäåèåß ìå ôï äßêôõï (server) "
+"êáé \n"
+"èá Ý÷åé KILL, óå üëïõò ôïõò servers ðïõ åßíáé ìáæß.Äçë ãßíåôáé ðñïóèÞêç\n"
+"ban (K-line) ãéá ôçí ìÜóêá ðïõ ôáéñéÜæåé óôï ÷ñÞóôç.\n"
+" \n"
+"Ç åíôïëÞ AKILL ADD ðñïóèÝôåé ôï áíÜëïãï user@host ìÜóêá óôçí ëßóôá AKILL\n"
+"ìå Ýíáí ëüãï ðïõ ðñÝðåé íá äþóåôå ùóôå ï ÷ñÞóôçò íá êáôáëÜâåé ãéáôß åßíáé "
+"AKILL.\n"
+"Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d \n"
+"(ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò \n"
+"1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï \n"
+"áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30 \n"
+"ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá AKILL ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.\n"
+"Áí ç usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå\n"
+"áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï\n"
+"óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò AKILL ìðïñåß íá âñåèåß ìå ôçí åíôïëÞ\n"
+"STATS AKILL.\n"
+"\n"
+"Ç åíôïëÞ AKILL DEL äéáãñÜöåé ôç óõãêåêñéìÝíç ìÜóêá áðü ôçí ëßóôá. \n"
+"AKILL áí õðÜñ÷åé. Áí óáò äùèåß ëßóôá ìå ôéò èÝóåéò-íïýìåñá\n"
+"áõôÝò ïé èÝóåéò èá äéáãñáöïýí. (Êïßôá ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ AKILL LIST åìöáíßæåé ôçí ëßóôá ìå ôá AKILL.\n"
+"Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí "
+"óå\n"
+"áõôÞ ôç ìÜóêá. Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò "
+"äåßôå êáé \n"
+"áëëéþò,\n"
+"ðáñÜäåéãìá:\n"
+" AKILL LIST 2-5,7-9\n"
+" Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7 \n"
+" åùò 9 ôçò ëßóôáò AKILL.\n"
+" \n"
+"Ç åíôïëÞ AKILL VIEW åßíáé ðéï êáëýôåñç áðü ôçí AKILL LIST, êáé\n"
+"åìöáíßæåé ðïéïò óõãêåêñéìÝíá Ýâáëå êÜðïéïí AKILL, ôçí çìåñïìçíßá ðïõ Ýãéíå, "
+"êáé\n"
+"ðüôå èá ëÞîåé, üðùò êáé ôï user@host êáé ôïí ëüãï.\n"
+"Ç åíôïëÞ _AKILL CLEAR_ êáèáñßæåé üëåò ôéò èÝóåéò ôçò ëßóôáò AKILL.\n"
+"Ìüíï ãéá ôïõò Services operators.\t\n"
+" "
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntax: ALIST [level]\n"
+"\n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only \n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP access \n"
+" or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10 \n"
+" access or greater.\n"
+"\n"
+"Channels that have the NOEXPIRE option set will be prefixed by \n"
+"an exclamation mark."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [nickname] [level]\n"
+"\n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Óýíôáîç: AOP êáíÜëé ADD øåõäþíõìï\n"
+" AOP êáíÜëé DEL {øåõäþíõìï | íïýìåñï | ëßóôá}\n"
+" AOP êáíÜëé LIST [ìÜóêá | ëßóôá]\n"
+" AOP êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí AOP (AutoOP) ëßóôá ôïõ êáíáëéïý. Ç ëßóôá AOP \n"
+"äßíåé óôïõò ÷ñÞóôåò ôï äéêáßùìá íá ãßíïíôáé áõôüìáôá opped óôï êáíÜëé óáò,\n"
+"íá êÜíïõí unban Þ invite ôïõò åáõôïýò ôïõò áí ÷ñåéÜæåôáé, íá Ý÷ïõí ôï äéêü \n"
+"ôïõò ìÞíõìá ÷áéñåôéóìïý üôáí ìðÝíïõí óå Ýíá êáíÜëé, êáé Üëëá ðïëëÜ.\n"
+" \n"
+"Ç åíôïëÞ AOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá AOP.\n"
+" \n"
+"Ç åíôïëÞ AOP DEL áöáéñåß Ýíá øåõäþíõìï áðü ôçí ëßóôá AOP.\n"
+"Áí ç ëßóôá äßíåôáé ìå èÝóåéò-íïýìåñá, ôüôå áõôÝò ïé èÝóåéò äéáãñÜöïíôáé.\n"
+"(Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ AOP LIST åìöáíßæåé ôçí ëßóôá AOP. Áí äùèåß ìéá\n"
+"óõãêåêñéìÝíç ìÜóêá, ìüíï ïé èÝóåéò ðïõ ôáéñéÜæïõí ìå áõôÞí èá åìöáíéóôïýí.\n"
+"Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá \n"
+"äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.\n"
+"Ãéá ðáñÜäåéãìá:\n"
+" AOP #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá AOP ôéò èÝóåéò ìå ôá \n"
+" íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.\n"
+" \n"
+"Ç åíôïëÞ AOP CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá AOP.\n"
+" \n"
+"Ïé åíôïëÝò AOP ADD êáé AOP DEL åßíáé ðåñéïñéóìÝíåò óôïõò\n"
+"SOPs Þ åðÜíù, åíþ ç åíôïëÞ AOP CLEAR ìðïñåß ìüíï íá ÷ñçóéìïðïéçèåß\n"
+"áðü ôïí founder ôïõ êáíáëéïý. ¼ìùò, ïðïéïóäÞðïôå ÷ñÞóôçò ìðïñåß íá\n"
+"÷ñçóéìïðïéÞóåé ôçí åíôïëÞ AOP LIST.\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé\n"
+"óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå \n"
+"/msg %S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,\n"
+"êáé /msg %S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï \n"
+"access list êáé xOP list óýóôçìá."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Óýíôáîç: ASSIGN êáíÜëé øåõäþíõìï\n"
+"\n"
+"Ìå ôçí åíôïëÞ áõôÞ æçôÜò áðü ôï bot íá ìðåß óôï êáíÜëé óïõ. Ìðïñåßò\n"
+"ìåôÜ íá ôï ñõèìßóåéò ãéá ôéò áíÜãêåò ôïõ êáíáëéïý óïõ.\n"
+" "
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Óýíôáîç: BADWORDS êáíÜëé ADD ëÝîç [SINGLE | START | END]\n"
+" BADWORDS êáíÜëé DEL {ëÝîç | èÝóç-íïõ | list}\n"
+" BADWORDS êáíÜëé LIST [ìÜóêá | list]\n"
+" BADWORDS êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí bad words ëßóôá ôïõ êáíáëéïý. Ç ëßóôá bad\n"
+"words äåß÷íåé ðïéÝò ëÝîåéò åßíáé íá ãßíåôáé ôï kick,\n"
+"üôáí ôï bad words kick åßíáé åíåñãïðïéçìÝíï. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò,\n"
+"ãñÜöôå /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"Ç åíôïëÞ BADWORDS ADD ðñïóèÝôåé ìéá êáêéÜ ëÝîç óôçí ëßóôá\n"
+"badword. Áí ðåß áõôç ôç ëÝîç (SINGLE), ôüôå èá ãßíåôáé\n"
+"kick. Áí îåêéíÜåé ìå áõôÞ ôç ëÝîç (START) ôüôå èá ãßíåôáé \n"
+"kick ï ÷ñÞóôçò åðåéäÞ îåêßíçóå ìå áõôç ôç ëÝîç. Áí óôï ôÝëïò ôçò ëÝîçò \n"
+"ðñïóèÝóåé ôçí êáêéÜ ëÝîç (END) èá ãßíåôáé kick åðåéäÞ ôçí åßðå óôï ôÝëïò \n"
+"ôçò öñÜóçò/ëÝîçò. Áí äåí åßóôå óõãêåêñéìÝíïò ôüôå èá ãßíåôáé kick\n"
+"üðïôå èá ëÝåé óõãêåêñéìÝíá áõôÞ ôç ëÝîç.\n"
+" \n"
+"Ç åíôïëÞ BADWORDS DEL áöáéñåß ôçí ëÝîç áõôÞ áðü ôçí ëßóôá\tbadwords.\n"
+"Áí óáò äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé èÝóåéò èá äéáãñáöïýí\n"
+"(Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ BADWORDS LIST åìöáíßæåé ôçí ëßóôá ìå ôéò êáêÝò ëÝîåéò. Áí äþóåôå\n"
+"óõãêåêñéìÝíç ëÝîç, èá åìöáíéóôïýí ïé èÝóåéò ðïõ ôáéñéÜæïõí ìå áõôÞí.\n"
+"ÐáñÜäåéãìá:\n"
+"\n"
+" BADWORDS #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá ôéò èÝóåéò ìå ôá íïýìåñá 2 Ýùò 5 êáé\n"
+" 7 Ýùò 9.\n"
+" \n"
+"Ç åíôïëÞ BADWORDS CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá\n"
+"badword."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Óýíôáîç: BAN #êáíÜëé øåõäþíõìï [ëüãïò]\n"
+"\n"
+"ÊÜíåé ban ôï øåõäþíõìï ðïõ ôïõ äßíåéò óôï êáíÜëé.\n"
+" \n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù óôï êáíÜëé."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Óýíôáîç: BOT ADD øåõäþíõìï ID host ðñáãìáôéêü üíïìá\n"
+" BOT CHANGE ðáëéü-øåõäþíõìïick íÝï-øåõäþíõìï [ID [host [ðñáãìáôéêü "
+"üíïìá]]]\n"
+" BOT DEL øåõäþíõìï\t \n"
+"\n"
+"ÅðéôñÝðåé ìüíï óôïõò Services Operators íá äçìéïõñãÞóïõí, áëëÜîïõí, êáé \n"
+"íá óâÞóïõí ôá bots óôá ïðïßá ïé ÷ñÞóôåò èá ìðïñïýí íá ÷ñçóéìïðïéÞóïõí \n"
+"óôá äéêÜ ôïõò ôá êáíÜëéá.\n"
+" \n"
+"Ç åíôïëÞ BOT ADD ðñïóèÝôåé Ýíá botìå ôï øåõäþíõìï, ID,\n"
+"hostname êáé ðñáãìáôéêü üíïìá. Áí äåí ãßíïõí ïé êáôÜëëçëïé Ýëåã÷ïé \n"
+"ìå ôéò åðéëïãÝò, íá åßóôå ðñïóåêôéêïß.\n"
+"Ç åíôïëÞ BOT CHANGE óáò åðéôñÝðåé íá áëëÜîåôå ôï øåõäþíõìï, ID, hostname\n"
+"Þ ðñáãìáôéêü üíïìá ôïõ bot ÷ùñßò íá ÷ñåéÜæåôáé íá ôï óâÞóåôå (êáé üëåò\n"
+"ïé ñõèìßóåéò èá ìåßíïõí).\n"
+"Ç åíôïëÞ BOT DEL áöáéñåß ôï bot áðü ôçí ëßóôá bot. \n"
+"\n"
+"Óçìåßùóç: áí öôéÜîåéò Ýíá bot ðïõ Ý÷åé øåõäþíõìï êáôï÷õñùìÝíï \n"
+"èá äéáãñáöåß. Åðßóçò, áí Ýíáò ÷ñÞóôçò ÷ñçóéìïðïéåß Þäç ôï øåõäþíõìï\n"
+"ôçí þñá ðïõ öôéÜ÷íåéò ôï bot, èá ãßíåé kill."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Óýíôáîç: BOTLIST\n"
+"\n"
+"Åìöáíßæåé ôçí ëßóôá ìå ôá äéáèÝóéìá bots áõôïý ôïõ äéêôýïõ."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Óýíôáîç: CANCEL {øåõäþíõìï | êáíÜëé}\n"
+"\n"
+"Áêõñþíåé ôï ôåëåõôáßï ìÞíõìá ðïõ óôåßëáôå óôïí ðáñáëåßðôç Þ ôï êáíÜëé,\n"
+"ìå ôçí ðñïõðüèåóç ïôé äåí Ý÷åé äéáâáóôåß,ãéáôß ç åíôïëÞ ôüôå èá åßíáé óáí "
+"íá\n"
+"ìçí Ýãéíå."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Óýíôáîç: CHANLIST [{åðéëïãÞ | øåõäþíõìï} [SECRET]]\t\n"
+"\n"
+"Åìöáíßæåé ôéò ëßóôåò üëùí ôùí êáíáëéþí ðïõ õðÜñ÷ïõí óõãêåêñéìÝíá åêåßíç ôç\n"
+"óôéãìÞ óôï IRC äßêôõï, åßôå åßíáé êáôï÷õñùìÝíá åßôå ü÷é.\n"
+" \n"
+"Áí äßíåôå åðéëïãÞ, åìöáíßæåé ôçí ëßóôá ìüíï ìå ôá êáíÜëéá ðïõ ôáéñéÜæïõí.\n"
+"Áí äßíåôå øåõäþíõìï åìöáíßæåé ìüíï ôá êáíÜëéá ðïõ ôá ÷ñçóéìïðïéåß ï "
+"æçôïýìåíïò \n"
+"÷ñÞóôçò. Áí äßíåôå SECRET åìöáíßæåé ìüíï ôá êáíÜëéá ðïõ ôáéñéÜæïõí ìå ôçí\n"
+"åðéëïãÞ ðïõ Ý÷ïõí +s Þ +p mode.\n"
+" \n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntax: CHECK nick\n"
+"\n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Óýíôáîç: CLEAR êáíÜëé ôé áêñéâþò\n"
+"\n"
+"ÆçôÜò áðü ôïí %S íá êáèáñßóåé ôéò åðéëïãÝò ðïõ Ý÷åé ôï êáíÜëé. ôé áêñéâþò\n"
+"ìðïñåß íá åßíáé ìéá áðü ôéò áêüëïõèåò åðéëïãÝò:\n"
+"\n"
+" MODES Êáèáñßæåé üëá ôá modes áðü ôï êáíÜëé (äçë clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Êáèáñßæåé üëá ôá bans áðü ôï êáíÜëé.\n"
+" EXCEPTS Êáèáñßæåé üëá ôá excepts áðü ôï êáíÜëé.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Áöáéñåß ôï channel-operator status (mode +o) áðü\n"
+" üëïõò ôïõò channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Áöáéñåß ôá \"voice\" status (mode +v) áðü ôïí êáèÝíá.\n"
+" USERS ÐåôÜåé (kicks) üëïõò ôïõò ÷ñÞóôåò áðü ôï êáíÜëé.\n"
+"\n"
+"Áðü default, ÷ñçóçìïðïéåßôáé, ìüíï áðü áõôïýò ðïõ Ý÷ïõí founder access óôï\n"
+"êáíÜëé."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Óýíôáîç: CLEARMODES êáíÜëé [ALL]\n"
+"\n"
+"Êáèáñßæåé üëá ôá binary modes (i,k,l,m,n,p,s,t) êáé êÜíåé bans áðü ôï\n"
+"êáíÜëé. Áí ç ðáñÜìåôñïò ALL äßíåôáé, êáèáñßæåé üëïõò üóïé åßíáé ops êáé\n"
+"voices (+o êáé +v modes) óôï êáíÜëé.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attemtped\n"
+"attack on the network."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Óýíôáîç: DEHALFOP #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé dehalfop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï "
+"êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé dehalfop ôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs êáé áðü áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù access óôï êáíÜëé, Þ áðü ôïõò HOPs Þ áõôïýò ðïõ Ý÷ïõí level 4 \n"
+"êáé ðáñáðÜíù ãéá íá êÜíïõí dehalfop ôïí åáõôü ôïõò."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Óýíôáîç: DEL [êáíÜëé] {íïõ | list | LAST | ALL}\n"
+"\n"
+"ÓâÞíåé ôï ìÞíõìá Þ ôá ìçíýìáôá. ÓâÞíïíôáé ìÝóù ôçò ëßóôáò\n"
+"áíÜëïãá ìå ôá íïýìåñá.Ãéá ðáñÜäåéãìá:\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"Áí åðéëÝîåôå ALL, èá óâÞóåôå üëá ôá ìçíýìáôÜ óáò.\n"
+"\n"
+"ÐáñÜäåéãìá:\n"
+"\n"
+" DEL 1\n"
+" ÄéáãñÜöåôáé ôï ðñþôï ìÞíõìá.(íïýìåñï 1).\n"
+"\n"
+" DEL 2-5,7-9\n"
+" ÄéáãñÜöïíôáé ôá ìçíýìáôá ìå íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Óýíôáîç: DEOP #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé deop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå ôï øåõäþíõìï, èá êÜíåé deop óôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü áõôïýò ðïõ åßíáé AOPs Þ áðü áõôïýò ðïõ \n"
+"Ý÷ïõí âáèìü (level) 5 access êáé üóïõò Ý÷ïõí ðáñáðÜíù level op/deop."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Óýíôáîç: DEOWNER #êáíÜëé\n"
+"\n"
+"ÊÜíåé ôï áêñéâþò áíôßèåôð ôçò åíôïëÞò owner. \n"
+" \n"
+"Ìüíï ãéá áõôïýò ðïõ Ý÷ïõí founder access óôï êáíÜëé."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Óýíôáîç: DEPROTECT #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ âãÜæåé ôçí ðñïóôáóßá ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé "
+"óôï \n"
+"êáíÜëé. Áí äåí åðéëÝîåôå øåõäþíõìï èá âãÜëåé ôçí ðñïóôáóßá áðü ôïí åáõôü "
+"óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïí founder, Þ ôïõò SOPs Þ áõôïýò ðïõ "
+"Ý÷ïõí \n"
+"level (âáèìü) 10 Þ êáé ðáñáðÜíù ãéá íá âãÜëïõí ôçí ðñïóôáóßá áðü ôïí åáõôü "
+"ôïõò."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Óýíôáîç: DEVOICE #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé devoice ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï "
+"êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé devoice ôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù óôï êáíÜëé, Þ áðü ôïõò VOPs Þ áõôïýò ðïõ Ý÷ïõí level 3 \n"
+"êáé ðáñáðÜíù ãéá íá êÜíïõí devoice ôïí åáõôü ôïõò."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Óýíôáîç: DROP êáíÜëé\n"
+"\n"
+"ÊÜíåé ôï êáíÜëé îåêáôï÷õñþóçìï,ôï áöÞíåé åëåýèåñï ÷ùñßò founder. Ãéá íá\n"
+"ãßíåé áõôü ðñÝðåé ï founder."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Óýíôáîç: DROP êáíÜëé\n"
+"\n"
+"Îå-êáôï÷õñþíåé ôï æçôïýìåíï êáíÜëé. Ìüíï ïé Services Operators\n"
+"ìðïñïõí íá ôï êÜíïõí áõôü óå Ýíá êáíÜëé, ÷ùñßò íá êÜíïõí åíôïëÞ áíáãíþñéóçò\n"
+"ãéá ôï êáíÜëé."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Óýíôáîç: DROP [øåõäþíõìï]\n"
+"\n"
+"ÓâÞíåé ôï øåõäþíõìï óïõ áðü ôïõ %S ôçí âÜóç äåäïìÝíùí. Ôï øåõäþíõìï ðïõ\n"
+"óâÞóôçêå åßíáé åëåýèåñï ãéá ïðïéïäÞðïôå íá ôï êáôï÷õñþóåé.\n"
+"\n"
+"Ìðïñåßò íá óâÞóåéò ôï øåõäþíõìï áðü ôçí ïìÜäá ðáéñíþíôáò\n"
+"áðü ôçí ðáñÜìåôñï øåõäþíõìïõ.\n"
+"\n"
+"Ãéá íá ÷çóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ, ðñÝðåé ðñþôá íá êÜíåéò åíôïëÞ \n"
+"áíáãíþñéóçò ìå ôïí êùäéêü óïõ ãéá ðåñéóóüôåñåò\n"
+"with your password (/msg %S HELP IDENTIFY for more\n"
+"ðëçñïöïñßåò.)\n"
+" "
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Óýíôáîç: DROP [øåõäþíõìï]\n"
+"\n"
+"×ùñßò ôçí ðáñÜìåôñï, ìðïñåß íá óâçóôåß ôï øåõäþíõìï áðü ôïõ\n"
+"%S ôçí âÜóç äåäïìÝíùí..\n"
+"\n"
+"Ìå ôçí ðáñÜìåôñï, óâÞíåé ï øåõäþíõìï áðü ôçí âÜóç äåäïìÝíùí.\n"
+"Ìðïñåß íá óâÞóåéò êÜðïéï øåõäþíõìï ðïõ ìðïñåß íá åßíáé óôçí ïìÜäá óïõ "
+"÷ùñßò \n"
+"íá Ý÷åéò îå÷ùñéóôÜ äéêáéþìáôá. Ôï óâÞóéìï ôïõ øåõäþíõìïõ Ý÷ïõí ôï äéêáßùìá "
+"íá ôï \n"
+"êÜíïõí ïé (åðéêåöáëåßò) Services Operators."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Óýíôáîç: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+"\n"
+"ÅðéôñÝðïõí óôïõò Services Operators íá ïñßóïõí ôçí ëßóôá ôùí hosts ôá\n"
+"ïðïßá Ý÷ïõí Ýíá óõãêåêñéìÝíï üñéï - áöÞíïíôáò áóöáëÞò ìç÷áíÞìáôá, \n"
+"üðùò åßíáé ôá shell servers, to carry more than the default number\n"
+"of clients at a time. Áí êÜðïéï host ðåñÜóåé áðü ôï session limit,\n"
+"üëïé ïé clients ðïõ èá ðñïóðáèÞóïõí íá óõíäåèïýí ìå áõôü ôï host èá \n"
+"áðïññéöèïýí-óêïôùèïýí.Ðñéí ï ÷ñÞóôçò óêïôùèåß-áðïññéöèåß, èán "
+"ðñïçäïðïéçèåß,\n"
+"ìå /NOTICE áðü ôïí %S. Ôï óçìåßùìá áõôü åßíáé åðéëïãÞ áðü ôï configuration.\n"
+" \n"
+"EXCEPTION ADD ðñïóèÝôåé ôï hostname óôçí Exception list.\n"
+"Óçìåßùóç,áí ãñÜøåôå nick!user@host êáé user@host óáí ìÜóêåò åßíáé ëÜèïò! \n"
+"Ìüíï ðñáãìáôéêÜ host masks, üðùò box.host.dom êáé *.host.dom, \n"
+"åßíáé åðéôñåðüìåíá ãéáôß ôï üñéï ôùí sessions äåí ðåñéÝ÷åé øåõäþíõìá Þ \n"
+"user names ìÝóá óôï account. üñéï ðñÝðåé íá åßíáé Ýíá íïýìåñï ìåãáëýôåñï "
+"áðü\n"
+"Þ êïíôÜ óôï ìçäÝí. Áõôü åîáñôÜôáé áðü ôá ðüóá sessions áõôü ôï host\n"
+"ìðïñåß íá ðÜñåé ìÝóá óôï ÷ñüíï. Ï âáèìüò ìçäÝí óçìáßíåé ïôé ôï host äåí èá "
+"Ý÷åé\n"
+"üñéï óôçí session limit. Êïßôá ôï âïÞèçìá AKILL ãéá ðåñéóóüôåñåò "
+"ðëçñïöïñßåò\n"
+"ìå ôçí óýíôáîç ôçò åíôïëÞò êáé ôçí ðáñÜìåôñï expiry.\n"
+"EXCEPTION DEL óâÞíåé ôçí äùóìÝíç ìÜóêá áðü ôçí ëßóôá exception.\n"
+"EXCEPTION MOVE áðïìáêñýíåé ôï exception íïýìåñï óå èÝóç.\n"
+"EXCEPTION LIST and EXCEPTION VIEW äåß÷íåé üëá ôá Ýùò ôþñá \n"
+"exceptions; áí ç êáèïñéóìÝíç ìÜóêá äøèåß, ôüôå èá åìöáíßæåôáé óôç ëßóôá.\n"
+"EXCEPTION VIEW åßíáé ðéï áíáëõôéêÞ, åìöáíßæåé ôï øåõäþíõìï ôïõ ÷ñÞóôç\n"
+"ðïõ ðñüóèåóå áõôü ôï exception, ìå ëüãï,ìÜóêá êáé ôï ÷ñüíï ëÞîçò óå ìÝñá êáé "
+"þñá.\n"
+" \n"
+"Óçìåßùóç ôï óõíäåäåìÝíï client èá \"÷ñçóéìïðïéåß\" ôçí ðñþôç exception\n"
+"êáé üðïõ ôáéñéÜîåé ôï host.\n"
+" \n"
+"Ìüíï ãéá ôïõò Åðéêåöáëåßò Õðçñåóéþí."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Óýíôáîç: FORBID êáíÜëé [ëüãïò]\n"
+"\n"
+"Äåí åðéôñÝðåé óå ïðïéïäÞðïôå íá êÜíåé êáôï÷ýñùóç Þ ÷ñÞóç ôïõ óõãêåêñéìÝíïõ\n"
+"êáíáëéïý. Ìðïñåß íá áêõñùèåß áõôü ìå óâÞóéìï ôïõ êáíáëéïý (drop).\n"
+"\n"
+"Ï ëüãïò áðáéôåßôáé óå ïñéóìÝíá äßêôõá.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Óýíôáîç: FORBID øåõäþíõìï [ëüãïò]\n"
+"\n"
+"Äåí åðéôñÝðåé óôï øåõäþíõìï íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß áðü\n"
+"êáíÝíáí. Ìðïñåß íá áêõñùèåß áí äéáãñáöåß ôåëåßùò ôï øåõäþíõìï.\n"
+"\n"
+"Óå ïñéóìÝíá äßêôõá, ï ëüãïò ðïõ ãßíåôáé áõôü ÷ñåéÜæåôáé.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Óýíôáîç: GETKEY êáíÜëé\n"
+"\n"
+"Óáò äåß÷íåé ôï êëåéäß ôïõ óõãêåêñéìÝíïõ êáíáëéïý."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Óýíôáîç: GETPASS êáíÜëé\n"
+"\n"
+"Äßíåé ôïí êùäéêü ôïõ êáíáëéïý. Óçìåßùóç üðïôå\n"
+"÷ñçóéìïðïéåßò áõôÞ ôçí åíôïëÞ, èá åìöáíéóôåß ôï ìÞíõìá ôïõ\n"
+"÷ñÞóôç ðïõ åêôÝëåóå áõôÞ ôçí åíôïëÞ êáé ôï êáíÜëé ãéá ôï ïðïßï\n"
+"÷ñçóéìïðïéÞèçêå êáé èá óôáëåß ìå WALLOPS/GLOBOPS.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Óýíôáîç: GETPASS øåõäþíõìï\n"
+"\n"
+"Äßíåé ôïí ÷áìÝíï êùäéêü óôï óõãêåêñéìÝíï øåõäþíõìï. Óçìåßùóç üôáí\n"
+"ç åíôïëÞ áõôÞ ÷ñçóéìïðïéåßôáé, ôï ìÞíõìá ðïõ èá ðÜåé ãéá ôïí\n"
+"óõãêåêñéìÝíï èá êáôáãñáöåß êáé ç åíôïëÞ ðïõ åêôåëÝóôçêå êáé ôï øåõäþíõìï\n"
+"êáé èá óôáëåß ìÝóù WALLOPS/GLOBOPS.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators.\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ äåí åßíáé äéáèÝóéìç áí åßíáé åíåñãÞ ç êùäéêïðïßçóç."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Óýíôáîç: GHOST øåõäþíõìï [êùäéêüò]\n"
+"\n"
+"Äéáêüðôåé ìéá \"åéêïíéêÞ\" óýíäåóç ìå ôï øåõäþíõìü óáò.\n"
+"\"ÅéêïíéêÞ\" óýíäåóç åßíáé áõôÞ ðïõ óôçí ðñáãìáôéêüôçôá äåí\n"
+"õößóôáôáé, áëëÜ ï IRC server ãéá êÜðïéï ëüãï ðéóôåýåé üôé\n"
+"åßíáé áêüìá åíåñãÞ. ÔõðéêÜ, áõôü óõìâáßíåé áí ï õðïëïãéóôÞò\n"
+"Þ ôï modem óáò \"êñåìÜóåé\" Þ ç óýíäåóÞ óáò ìå ôïí ðáñï÷Ýá\n"
+"internet äéáêïðåß, åíþ âñßóêåóôå óôï IRC.\n"
+"\n"
+"Ãéá íá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ GHOST ãéá Ýíá øåõäþíõìï,\n"
+"ðñÝðåé ç ôñÝ÷ïõóá äéåýèõíóÞ óáò üðùò åìöáíßæåôáé óôï /WHOIS\n"
+"íá âñßóêåôáé óôç ëßóôá ðñüóâáóçò ôïõ øåõäùíýìïõ, Þ íá Ý÷åôå\n"
+"äþóåé ôïí óùóôü êùäéêü ãéá ôï øåõäþíõìï."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Óýíôáîç: GLIST\n"
+"\n"
+"Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ áíÞêïõí óôçí ßäéá ïìÜäá."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Óýíôáîç: GLIST [øåõäþíõìï]\n"
+"\n"
+"×ùñßò ôçí ðáñÜìåôñï, åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé \n"
+"óôçí ïìÜäá óïõ.\n"
+" \n"
+"Ìå ôçí ðáñÜìåôñï, åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé óôçí ïìÜäá\n"
+"ôïõ æçôïýìåíïõ øåõäþíõìïõ. Ìüíï ïé Services Operators \n"
+"ìðïñïýí íá ôï êÜíïõí."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Óýíôáîç: GLOBAL ìÞíõìá\n"
+"\n"
+"ÅðéôñÝðåé óôïõò IRCops íá óôÝëíïõí ìõíÞìáôá óå üëïõò ôïõò ÷ñÞóôåò ôïõ \n"
+"äéêôýïõ. Ôï ìÞíõìá èá óôÝëíåôáé áðü ôï øåõäþíõìï õðçñåóßáò %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntax: GROUP\n"
+"\n"
+"This command allows users to set the vhost of thier\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Óýíôáîç: GROUP óôü÷ïò êùäéêüò\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ êÜíåé ôï øåõäþíõìï óïõ íá ìðÝíåé óôï óôü÷ï ôùí \n"
+"øåõäùíýìùí ôçò ïìáäïðïßçóçò. Êùäéêüò åßíáé ï êùäéêüò ôïõ \n"
+"óôü÷ïõ,äçë ôïõ Üëëïõ øåõäùíýìïõ.\n"
+"\n"
+"Ìðáßíïíôáò óôçí ïìÜäá Ý÷åéò ðñüóâáóç êáé ìïéñÜæåóáé,ôá ìçíýìáôá \n"
+"äçë memos, êáé êõñéáñ÷ßá óôá êáíÜëéá ðïõ áíôéóôïé÷ïýí üëá\n"
+"ôá øåõäþíõìá óå áõôÞ ôçí ïìÜäá, êáé ðïëëÜ Üëëá!\n"
+" \n"
+"Ç ïìÜäá öôéÜ÷åôáé ãéá íá óáò åîõðçñåôåß êáëýôåñá. Áõôü óçìáßíåé \n"
+"ïôé áí äéáãñÜøåôå êÜðïéï øåõäþíõìï êáé åßíáé óôçí ïìÜäá,\n"
+"äåí èá ÷Üóåôå ôéò ðëçñïöïñßåò êáé ôá ìïéñáóìÝíá ðñÜãìáôá ðïõ \n"
+"Ý÷åôå ìå ôá Üëëá øåõäþíõìá, áñêåß üìùò óôçí ïìÜäá\n"
+"íá õðÜñ÷åé ôïõëÜ÷éóôïí Ýíá øåõäþíõìï.\n"
+" \n"
+"Ìðïñåßò íá åêôåëÝóåéò áõôÞ ôçí åíôïëÞ áêüìá êáé üôáí äåí\n"
+"Ý÷åéò êáôï÷õñþóåé êÜðïéï øåõäþíõìï áêüìá. Áí ôï øåõäþíõìï åßíáé\n"
+"êáôï÷õñùìÝíï, èá ðñÝðåé íá êÜíåéò åíôïëÞ áíáãíþñéóçò ðñþôá êáé \n"
+"ìåôÜ íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ. ÃñÜøå\n"
+"/msg %S HELP IDENTIFY ãéá ðåñéóóüôåñåò ðëçñïöïñßåò. Áõôü ôï \n"
+"êïììÜôé ìðïñåß íá ìçí õðÜñ÷åé óôï äéêôõü óïõ.\n"
+" \n"
+"Åßíáé ðñïôéìüôåñï íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ ìå ìç-êáôï÷õñùìÝíá \n"
+"øåõäþíõìá ãéáôß èá ãßíåé áõôüìáôá ç êáôï÷ýñùóç üôáí èá ÷ñçóéìïðïéÞóåéò \n"
+"áõôÞ ôçí åíôïëÞ. Ìðïñåßò êáé íá ôçí ÷ñçóéìïðïéÞóåéò êáé ìå êáôï÷õñùìÝíá \n"
+"øåõäþíõìá (ãéá íá áëëÜîåéò ôçí ïìÜäá óïõ) ìüíï áí ï åðéêåöáëÞò ôùí \n"
+"õðçñåóéþí óå áöÞóåé íá ôï êÜíåéò.\n"
+" \n"
+"Ìðïñåßò íá åßóáé óå ìéá ïìÜäá êÜèå öïñÜ. Óå ðïëëÝò ïìÜäåò äåí åßíáé "
+"äõíáôüí.\n"
+" \n"
+"Óçìåßùóç: üëá ôá øåõäþíõìá ðïõ áíÞêïõí óôçí ßäéá ïìÜäá Ý÷ïõí ôïí ßäéï \n"
+"êùäéêü."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Óýíôáîç: HALFOP #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé halfop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï "
+"êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé halfop ôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs êáé áðü áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù access óôï êáíÜëé, Þ áðü ôïõò HOPs Þ áõôïýò ðïõ Ý÷ïõí level 4 \n"
+"êáé ðáñáðÜíù ãéá íá êÜíïõí halfop ôïí åáõôü ôïõò."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Óýíôáîç: HOP êáíÜëé ADD øåõäþíõìï\n"
+" HOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}\n"
+" HOP êáíÜëé LIST [ìÜóêá | list]\t \n"
+" HOP êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí ëßóôá HOP (HalfOP) ôïõ êáíáëéïý. Ç ëßóôá HOP \n"
+"äßíåé óôïõò ÷ñÞóôåò ôï äéêáßùìá íá åßíáé áõôüìáôá halfopped óôï \n"
+"êáíÜëé óáò.\n"
+"\n"
+"Ç åíôïëÞ HOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá\tHOP.\n"
+" \n"
+"Ç åíôïëÞ HOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá HOP.\n"
+"Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé\n"
+"èÝóåéò äéáãñÜöçêáí. (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ HOP LIST åìöáíßæåé ôçí ëßóôá HOP. Áí äþóåôå ìéá æçôïýìåíç \n"
+"ìÜóêá ôüôå èá åìöáíßóåé ôéò èÝóåéò ðïõ ôáéñéÜæåé ç ìÜóêá.\n"
+"Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá \n"
+"äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.\n"
+"\n"
+"ÐáñÜäåéãìá:\n"
+"\n"
+" HOP #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá HOP ôéò èÝóåéò ìå ôá \n"
+" íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.\n"
+" \n"
+"Ç åíôïëÞ HOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò HOP.\n"
+" \n"
+"Ïé åíôïëÝò HOP ADD, HOP DEL êáé HOP LIST åßíáé ðåñéïñéóìÝíåò \n"
+"ìüíï óôïõò AOPs(áõôïß ðïõ åßíáé óôçí AOP access) Þ áíþôåñïõò, \n"
+"åíþ ç åíôïëÞ HOP CLEAR ìðïñåß ìüíï íá ÷ñçóéìïðïéçèåß áðü ôïí\n"
+"founder ôïõ êáíáëéïý.\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé\n"
+"óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå \n"
+"/msg %S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,\n"
+"êáé /msg %S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï \n"
+"access list êáé xOP list óýóôçìá."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Óýíôáîç: IDENTIFY [account] êùäéêü\n"
+"\n"
+"ËÝåé óôïí %S áí åßóáé üíôïò ï êÜôï÷ïò áõôïý ôïõ øåõäþíõìïõ.\n"
+"ÐïëëÝò åíôïëÝò áðáéôïýí íá êÜíåéò åíôïëÞ áíáãíþñéóçò, äçë ìå ôçí åíôïëÞ\n"
+"áõôÞ ðñéí ÷ñçóéìïðïéÞóåéò Üëëåò åíôïëÝò. Ï êùäéêüò èá ðñÝðåé íá åßíáé\n"
+"ï ßäéïò ìå áõôüí ðïõ Ýäùóåò ãéá íá êáôï÷õñþóçò ôï øåõäþíõìï,\n"
+"äçë ìå ôçí REGISTER åíôïëÞ."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Óýíôáîç: INFO êáíÜëé\n"
+"\n"
+"Åìöáíßæåé ðëçñïöïñßåò ó÷åôéêÜ ìå ôï üíïìá ôïõ êáôï÷õñùìÝíïõ êáíáëéïý,\n"
+"ðåñéëáìâáíïìÝíïõ ôïí founder, ôçí þñá ôçò êáôï÷ýñùóçò, ðüôå "
+"÷ñçóéìïðïéÞèçêå \n"
+"ôåëåõôáßá öïñÜ, êáé ôá êëåéäùìÝíá mode, áí õðÜñ÷ïõí.\n"
+"Áí ÷ñçóéìïðïéÞóåôå ôçí ðáñÜìåôñï ALL \n"
+"èá åìöáíéóôåß ôï ìÞíõìá åéóáãùãÞò ôïõ êáíáëéïý êáé ï successor. \n"
+" \n"
+"Áðü default, ç åðéëïãÞ ALL åßíáé ïñéóìÝíç ìüíï óå áõôïýò ðïõ Ý÷ïõí\n"
+"founder access óôï óõãêåêñéìÝíï êáíÜëé."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Óýíôáîç: INFO øåõäþíõìï\n"
+"\n"
+"Åìöáíßæåé ðëçñïöïñßåò ãéá ôï øåõäþíõìï ðïõ èá äþóåôå, üðùò\n"
+"ôïí êÜôï÷ï ôïõ øåõäùíýìïõ, ôçí ôåëåõôáßá äéåýèõíóç êáé þñá\n"
+"óýíäåóçò êáé ôéò åðéëïãÝò ôïõ øåõäùíýìïõ. Áí Ý÷åôå \n"
+"áíáãíùñéóôåß ãéá ôï øåõäþíõìï ðïõ æçôÜôå ðëçñïöïñßåò êáé\n"
+"÷ñçóéìïðïéÞóåôå ôçí ðáñÜìåôñï ALL óôçí åíôïëÞ, èá äåßôå\n"
+"üëåò ôéò ðëçñïöïñßåò, Üó÷åôá áí áõôÝò áðïêñýðôïíôáé Þ ü÷é."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Óýíôáîç: INFO [êáíÜëé]\n"
+"\n"
+"Åìöáíßæåé ðëçñïöïñßåò óôá íïýìåñá ôùí ìçíõìÜôùí ðïõ Ý÷åôå, ðüóá\n"
+"áðü áõôÜ äåí Ý÷ïõí äéáâáóôåß, êáé ðüóá ìçíýìáôá ìðïñåßôå íá ëÜâåôå.\n"
+"Ìå ôçí ðáñÜìåôñï, åìöáíßæïíôáé ïé ßäéåò ðëçñïöïñßåò êáé ãéá Ýíá êáíÜëé."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Óýíôáîç: INFO [øåõäþíõìï | êáíÜëé]\n"
+"\n"
+"×ùñßò ôçí ðáñÜìåôñï, åìöáíßæåé ðëçñïöïñßåò ãéá ôá íïõìåñá ôùí\n"
+"ìçíõìÜôùí ðïõ Ý÷åôå, ðüóá áðü áõôÜ äåí Ý÷ïõí äéáâáóôåß, êáé ðüóá\n"
+"ôåëéêÜ ìçíýìáôá ìðïñåßôå íá ëÜâåôå.\n"
+"\n"
+"Ìå ôçí ðáñÜìåôñï êáíÜëé,åìöáíßæåé ôéò ßäéåò ðëçñïöïñßåò ãéá ôï\n"
+"áíÜëïãï êáíÜëé.\n"
+"\n"
+"Ìå ôçí ðáñÜìåôñï øåõäþíõìï, åìöáíßæåé ôéò ßäéåò ðëçñïöïñßåò ãéá ôï\n"
+"áíÜëïãï øåõäþíõìï. ÁõôÞ ç åíôïëÞ åßíáé ìüíï ãéá ôïõò Services\n"
+"admins."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Óýíôáîç: INFO {êáíÜëé | øåõäþíõìï}\n"
+"\n"
+"Óïõ åðéôñÝðåé íá äåéò áðü ôï %S ðëçñïöïñßåò ó÷åôéêÜ ìå ôï êáíÜëé Þ ôï bot.\n"
+"Áí ç ðáñÜìåôñïò åßíáé ôï êáíÜëé, èá äåßò ðëçñïöïñßåò ìüíï áí Ý÷åéò\n"
+"åíåñãïðïéç´óåé ôçí åðéëïãÞ kickers. Áí ç ðáñÜìåôñïò åßíáé ôï øåõäþíõìï,\n"
+"èá äåéò ðëçñïöïñßåò ó÷åôéêÜ ìå ôï bot.\n"
+" "
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Óýíôáîç: INVITE êáíÜëé\n"
+"\n"
+"ÆçôÜåé áðü ôïí %S íá êáëÝóåé ôï áíÜëïãï øåõäþíõìï íá Ýñèåé óôï êáíÜëé. \n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 "
+"êáé\n"
+"ðáñáðÜíù óôï êáíÜëé."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Óýíôáîç: JUPE server [ëüãïò]\n"
+"\n"
+"ÊÜíåéò ôá Services jupiter óå Ýíáí server -- ðïõ åßíáé, íá äçìéïõñãÞóåé\n"
+"Ýíá øåýôéêï \"server\" óõíäåäåìÝíï ìå ôá Services ï ïðïßïò ðåñéÝ÷åé\n"
+"ôïí ðñáãìáôéêü server ðïõ åßíáé óõíäåäåìÝíá. Ôï jupe\n"
+"ìðïñåß íá áöáéñåèåß ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ SQUIT. Áí ï ëüãïò äßíåôáé\n"
+"èá ãñáöôåß óôïõ server ôéò ðëçñïöïñßåò;\n"
+"áëëéþò, ïé ðëçñïöïñßåò èá ðåñéÝ÷ïõí Ýíá\n"
+"text \"Juped by <øåõäþíõìï>\", äåß÷íïíôáò ôï øåõäþíõìï ôïõ\n"
+"÷ñÞóôç ðïõ Ýêáíå jupitered ôïí server.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Óýíôáîç: KICK #êáíÜëé øåõäþíõìï [ëüãïò]\n"
+"\n"
+"ÊÜíåé kick ôï øåõäþíõìï ðïõ ôïõ äßíåéò óôï êáíÜëé.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù óôï êáíÜëé."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK #êáíÜëé BADWORDS {ON|OFF} [ttb]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá êáêÝò ëÝîåéò. ¼ôáí åíåñãïðïéçèåß,\n"
+"ôï bot èá êÜíåé kick ôïõò ÷ñÞóôåò ðïõ ëÝíå áõôÝò ôéò êáêÝò ëÝîåéò óôá "
+"êáíÜëéá.\n"
+"\n"
+"Ìðïñåßò íá âÜëåéò ìéá ëßóôá ìå ôéò êáêÝò ëÝîåéò êÜíïíôáò ôçí åíôïëÞ\n"
+"BADWORDS. ÃñÜøå /msg %S HELP BADWORDS ãéá\n"
+"ðåñéóóüôåñåò ðëçñïöïñßåò.\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK #êáíÜëé REPEAT {ON|OFF} [ttb [num]]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá åðáíáëáìâáíüìåíá ìçíýìáôá.Áí ôçí\n"
+"åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ãñÜöïõí\n"
+"ôá ßäéá ðñÜãìáôá,åðéëÝãåôáé åóåßò ôï num,ôéò öïñÝò ðïõ äåí èÝëåôå\n"
+"íá ãßíåôáé (áí äåí äþóåôå num, áðü defaults èá åßíáé 3).\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé åðéëïãÞ ðáñÜìåôñïé\n"
+"\n"
+"Ñõèìßæåé ôï bot ìå ôéò åðéëïãÝò ôïõ íá êÜíåé kick ôïõò \"êáêïýò ÷ñÞóôåò\".\n"
+"Ïé åðéëïãÝò ìðïñåß íá åßíáé:\n"
+"\n"
+" BOLDS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ÷ñçóéìïðïéïýí Ýíôïíïõò ÷áñáêôÞñåò\n"
+" BADWORDS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ëÝíå êáêÝò ëÝîåéò\n"
+" CAPS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ãñÜöïõí ìå êåöáëáßïõò ÷áñáêôÞñåò\n"
+" COLORS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ãñÜöïõí ìå Ýã÷ñùìïõò ÷áñáêôÞñåò\n"
+" FLOOD Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ãñÜöïõí ðïëëÝò óåéñÝò óå ëßãá äåõôåñüëåðôá\n"
+" REPEAT Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" åðáíáëáìâÜíïõí ôá ßäéá ðñÜãìáôá\n"
+" REVERSES Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" åßíáé áíôßèåôïé(ð÷ áëëÜæïõí ôá modes)\n"
+" UNDERLINES Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ\n"
+" ãñÜöïõí ìå õðïãñáììéóìÝíïõò ÷áñáêôÞñåò\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"ÃñÜøå /msg %S HELP KICK åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò\n"
+"óå óõãêåêñéìÝíåò åíôïëÝò.\n"
+"\n"
+"Óçìåßùóç: ç access óå áõôÞ ôçí åíôïëÞ åëÝã÷åôáé áðü ôçí\n"
+"level SET."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé ÷ñÞóôç ëüãï\n"
+"\n"
+"ÅðéôñÝðåé óôïõò IRCops íá êÜíïõí kick å´íá ÷ñÞóôç áðü ôï êáíÜëé.\n"
+"Ïé ðáñÜìåôñïé åßíáé ßäéïé ìå ôçí åíôïëÞ /KICK.\n"
+"Ôï ìÞíõìá ôïõ kick èá Ý÷åé ôï øåõäþíõìï ôïõ\n"
+"IRCop óáí ìéá ðñïåéäïðïßçóç; Ãéá ðáñÜäåéãìá:\n"
+"\n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))\n"
+"\n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé BOLDS {ON|OFF} [ttb]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick Ýíôïíùí ÷áñáêôÞñùí. Áí ôçí\n"
+"åíåñãïðïéÞóåôå, èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí bolds (Ýíôïíïõò\n"
+"÷áñáêôÞñåò).\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé CAPS {ON|OFF} [ttb [min [ðïóïóôü]]]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá êåöáëáßïõò ÷áñáêôÞñåò.Áí ôçí\n"
+"åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí\n"
+"êåöáëáßïõò ÷áñáêôÞñåò.\n"
+"Ôï bot èá êÜíåé kick ìüíï áí åßíáé ôï ëéãüôåñï min êåöáëáßá\n"
+"êáé åßíáé óõíïëéêÜ óôï ðïóïóôü%% ôïõ óõíïëéêïý ìçíýìáôïò \n"
+"ôçò ãñáììÞò (áí äåí äùèåß, áðü default åßíáé óôïõò 10 ÷áñáêôÞñåò\n"
+"êáé 25%%).\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé COLORS {ON|OFF} [ttb]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá Ýã÷ñùìïõò ÷áñáêôÞñåò.Áí ôçí åíåñãïðïéÞóåôå,\n"
+"áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí Ýã÷ñùìïõò ÷áñáêôÞñåò.\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá óõíå÷üìåíá ìçíýìáôá.Áí ôçí\n"
+"åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ãñÜöïõí\n"
+"áñêåôÜ áðü üóï ðñÝðåé.Ïé åðéëïãÝò ãéá Ýíá êáíÜëé åßíáé\n"
+"ôï ëéãüôåñï íá Ý÷åé ln ãñáììÝò óå secs äåõôåñüëåðôá\n"
+"(áí äåí äßíåôå, áðü default åßíáé 6 ãñáììÝò óå 10 äåõôåñüëåðôá).\n"
+"\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé REVERSES {ON|OFF} [ttb]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá ôïõò áíôßèåôïõò ìå ôéò åðéëïãÝò ðïõ\n"
+"Ý÷åé Ýíá êáíÜëé.\n"
+"\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Óýíôáîç: KICK êáíÜëé UNDERLINES {ON|OFF} [ttb]\n"
+"Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò.Áí ôçí\n"
+"åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí\n"
+"õðïãñáììéóìÝíïõò ÷áñáêôÞñåò.\n"
+"Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick\n"
+"êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb\n"
+"ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Óýíôáîç: LEVELS êáíÜëé SET ôýðïò [âáèìüò|FOUNDER]\n"
+" LEVELS êáíÜëé {DIS | DISABLE} ôýðïò\n"
+" LEVELS êáíÜëé LIST\n"
+" LEVELS êáíÜëé RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Óýíôáîç: LIST pattern\n"
+"\n"
+"Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá êáíÜëéá óå ó÷Ýóç ìå áõôü ðïõ ôïõ äßíåéò íá "
+"øÜîåé.\n"
+"(Ôá êáíÜëéá ðïõ Ý÷ïõí åðéëïãÞ PRIVATE äåí åìöáíßæïíôáé.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Óýíôáîç: LIST õðüäåéãìá\n"
+"\n"
+"Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá, ôá ïðïßá ôáéñéÜæïõí\n"
+"ìå ôï õðüäåéãìá ôçò ìïñöÞò, nick!user@host ðïõ Ý÷åé äùèåß.\n"
+"Øåõäþíõìá ðïõ Ý÷ïõí ôçí åðéëïãÞ PRIVATE åíåñãïðïéçìÝíç,äå \n"
+"èá åìöáíéóôïýí.\n"
+"\n"
+"Ðáñáäåßãìáôá:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé êáôï÷õñùìÝíá\n"
+" óôç äéåýèõíóç joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ\n"
+" ðåñéÝ÷ïõí ôç ëÝîç Bot (ìå ðåæÜ Þ êåöáëáßá).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ áíïßêïõí óå ÷ñÞóôåò\n"
+" ðïõ óõíäÝïíôáé ìå äéåýèõíóç bar.org."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Óýíôáîç: LIST pattern [FORBIDDEN] [NOEXPIRE]\n"
+"\n"
+"Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá êáíÜëéá óå ó÷Ýóç ìå ôï æçôïýìåíï êáíÜëé.\n"
+"ÊáíÜëéá ðïõ åßíáé PRIVATE èá åìöáíßæïíôáé ìüíï óôïõò Services Operators.\n"
+"ÊáíÜëéá ðïõ åßíáé NOEXPIRE èá Ý÷ïõí Ýíá ! äßðëá áðü ôï üíïìá ôïõ \n"
+"êáíáëéïý, ìüíï ãéá ôïõò Services Operators.\n"
+"\n"
+"Áí ãñÜøåôå ãéá FORBIDDEN Þ NOEXPIRE, èá äåßôå ôá êáíÜëéá áõôÜ ôá\n"
+"ïðïßá åßíáé FORBIDden Þ åßíáé NOEXPIRE.\n"
+"Áí ãñÜøåôå êáé ôá äõï ìáæß èá åìöáíéóôïýí ôá êáíÜëéá ðïõ Ý÷ïõí êáé ôá\n"
+"äýï,äçë áõôá ðïõ åßíáé FORBIDden êáé Üëëá ðïõ åßíáé NOEXPIRE.\n"
+"ÁõôÝò ïé åðéëïãÝò åßíáé ãéá ôïõò Services Operators."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Óýíôáîç: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Äßíåé ôçí ëßóôá üëùí ôùí êáôï÷õñùìÝíùí øåõäþíõìùí ðïõ ôáéñéÜæïõí ìå ôï "
+"áíÜëïãï\n"
+"pattern, óå óýíôáîç nick!user@host. Øåõäþíõìá ìå åðéëïãÞ PRIVATE\n"
+"èá öáßíïíôáé ìüíï óôïõò (åðéêåöáëåßò) Services Operators. Øåõäþíõìá ìå\n"
+"åðéëïãÞ NOEXPIRE èá Ý÷ïõí Ýíá ! ìðñïóôÜ áðü ôï øåõäþíõìï ôï ïðïßï èá ôï\n"
+"ëÝðïõí ïé (åðéêåöáëåßò) Services Operators.\n"
+" \n"
+"Ðáñáäåßãìáôá:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ áíÞêïõí óôï joeuser@foo."
+"com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá Bot.\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ åßíáé óå no-expire.\n"
+" "
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Óýíôáîç: LIST [êáíÜëé] [list | NEW]\n"
+"\n"
+"ÐáñïõóéÜæåé ôçí ëßóôá ôùí ìçíõìÜôùí. Ìå ôçí NEW, äåß÷íåé\n"
+"ìüíï ôá íÝá ìçíýìáôá (ôá ìç-äéáâáóìÝíá). Ôá ìç äéáâáóìÝíá ìçíýìáôá\n"
+"óçìåéþíïíôáé ìå Ýíá \"*\"\tóôá áñéóôåñÜ ðïõ áíáãñÜöåôáé ï áñéèìüò ôïõ\n"
+"ìçíýìáôïò. Ìðïñåßò íá äåéò ìéá ëßóôá ìå íïýìåñá,\n"
+"óáí ôï ðáñáêÜôù ðáñÜäåéãìá:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" Ëßóôá ìçíõìÜôùí íïýìåñï 2 ðåñíÜ 5 êáé 7 ðåñíÜ 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Óýíôáîç: LOGONNEWS ADD ðåñéå÷üìåíï"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Óýíôáîç: LOGONNEWS DEL {íïýìåñï | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Óýíôáîç: LOGOUT\n"
+"\n"
+"Åßíáé ôï áíôßèåôï ôçò åíôïëÞò IDENTIFY, äçë\n"
+"ç åíôïëÞ áõôç óå êÜíåé íá ìçí åßóáé ï êÜôï÷ïò áõôïý ôïõ øåõäþíõìïõ\n"
+"ðëÝïí. Óçìåßùóç, üðùò êáé íá÷åé, äåí èá óïõ ãßíåé ðáñáôÞñçóç Þ íá óïõ \n"
+"æçôçèåß íá îáíáêÜíåéò åíôïëÞ áíáãíþñéóçò."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Óýíôáîç: LOGOUT [øåõäþíõìï [REVALIDATE]]\n"
+"\n"
+"×ùñßò êáìßá ðáñÜìåôñï, êÜíåé ôï áíôßèåôï ôçò åíôïëÞò IDENTIFY "
+"(áíáãíþñéóçò) \n"
+"äçë óå êÜíåé ìç áíáãíùñßóçìï êÜôï÷ï ôïõ øåõäþíõìïõ ðëÝïí.\n"
+"Óçìåßùóç, üðùò êáé íá÷åé, äåí èá óïõ æçôçèåß íá îáíáêÜíåéò åíôïëÞ "
+"áíáãíþñéóçò.\n"
+" \n"
+"Ìå ôçí ðáñÜìåôñï áõôÞ, êÜíåé ôï ßäéï ãéá ôï äùóìÝíï øåõäþíõìï. Áí êÜíåéò \n"
+"REVALIDATE, ïé õðçñåóßåò èá óå ñùôÞóïõí ãéá ðïéï øåõäþíõìï.\n"
+"Áõôü ôï êÜíïõí ìüíï ïé (åðéêåöáëåßò) Services operators."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Óýíôáîç: MODE êáíÜëé modes\n"
+"\n"
+"ÅðéôñÝðåé óôïõò Services operators íá áëëÜæïõí ôá modes êÜèå êáíáëéïý.\n"
+"Ïé ðáñÜìåôñïé åßíáé ßäéïé óáí ôçò åíôïëÞò /MODE.\n"
+" \n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntax: MODINFO FileName\n"
+"This command lists information about the specified loaded module"
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"\n"
+"Lists all currently loaded modules."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODLOAD FileName\n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODUNLOAD FileName\n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Óýíôáîç: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"\n"
+"Ç åíôïëÞ NOOP SET áöáéñåß üëá ôá O:ãñáììÝò ôïõ áíÜëïãïõ \n"
+"server êáé êÜíåé kill üëïõò ôïõò IRCops ðïõ åßíáé åêåßíç ôçí þñá \n"
+"ãéá ëüãïõò rehashing ôïõ server. \n"
+" \n"
+"Ç åíôïëÞ NOOP REVOKE êÜíåé üëá ôá O:ãñáììÝò ðïõ åß÷áí áöáéñåèåß íá\n"
+"åßíáé äéáèÝóéìá êáé ðÜëé óôï óõãêåêñéìÝíï server.\n"
+"\n"
+"Óçìåßùóç: Ï server äåí åëÝã÷åôáé áðü ôá\n"
+"Services.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntax: OLINE user flags\n"
+"\n"
+"Allows Services Operators to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Óýíôáîç: OP #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé op ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá äþóåé op óôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü áõôïýò ðïõ åßíáé AOPs Þ áðü áõôïýò ðïõ \n"
+"Ý÷ïõí âáèìü (level) 5 access êáé üóïõò Ý÷ïõí ðáñáðÜíù level op/deop."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Óýíôáîç: OPERNEWS ADD ðåñéå÷üìåíï"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Óýíôáîç: OPERNEWS DEL {íïýìåñï | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Óýíôáîç: OWNER #êáíÜëé\n"
+"\n"
+"Óïõ äßíåé owner status óôï êáíÜëé (êÜôé óáí founder).\n"
+"\n"
+"Ìüíï ãéá áõôïýò ðïõ Ý÷ïõí founder access óôï êáíÜëé."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Óýíôáîç: PROTECT #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ ðñïóôáôåýåé ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá ðñïóôáôåýóåé ôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïí founder, Þ ôïõò SOPs Þ áõôïýò ðïõ "
+"Ý÷ïõí \n"
+"level (âáèìü) 10 Þ êáé ðáñáðÜíù ãéá íá ðñïóôáôåýïõí ôïí åáõôü ôïõò."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Óýíôáîç: QUIT\n"
+"\n"
+"¸÷åé ùò áðïôÝëåóìá ôá Services íá êëåßóïõí áìÝóùò(íá ôåñìáôéóôïýí); ïé "
+"âÜóåéò\n"
+"äåäïìÝíùí äåí ãñÜöïíôáé(äåí óþæïíôáé). ÁõôÞ ç åíôïëÞ äåí ðñÝðåé íá\n"
+"÷ñçóéìïðïéåßôáé åêôüò êáé áí õðÜñ÷åé âëÜâç óôçí ìíÞìç ôùí databases\n"
+"êáé äåí ãßíåôáé íá ãñáöôïýí(äåí ãßíåôáé íá ãßíïõí save).\n"
+"Ãéá êáíïíéêü ôåñìáôéóìü, êÜíôå ôçí åíôïëÞ SHUTDOWN.\n"
+" \n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Óýíôáîç: RANDOMNEWS ADD ðåñéå÷üìåíï"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Óýíôáîç: RANDOMNEWS ADD ðåñéå÷üìåíá\n"
+" RANDOMNEWS DEL {íïýìåñï | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Ìðïñåßò íá ðñïóèÝóåéò, íá áöáéñÝóåéò Þ íá äåéò ôçí ëßóôá ôùí ìçíõìÜôùí.\n"
+"¼ôáí Ýíáò ÷ñÞóôçò óõíäåèåß óôï äßêôõï, Ýíá (êáé ìüíï Ýíá) áðü ôá\n"
+"ìçíýìáôá èá åðéëå÷èåß ôõ÷áßá êáé èá óôáëåß.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Óýíôáîç: RANDOMNEWS DEL {íïýìåñï | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Óýíôáîç: READ [êáíÜëé] {íïõ | list | LAST | NEW}\n"
+"\n"
+"Ìå ôçí åíôïëÞ áõôÞ äéáâÜæåôáé ôá ìçíýìáôá ðïõ óáò Ýñ÷ïíôáé. Áí äþóåôå LAST\n"
+"èá äéáâÜóåôå ôï ôåëåõôáßï ìÞíõìá ðïõ äå÷èÞêáôå. Áí ãñÜøåôå\n"
+"NEW èá äéáâÜóåôå üëá ôá íÝá ìçíýìáôá ðïõ óáò Þñèáí. Áëëéþò,\n"
+"èá äåßôå ôá íïýìåñá ôùí ìçíõìÜôùí. Ìðïñåßôá íá äåßôå ôçí ëßóôá ìå ôá\n"
+"íïýìåñá, ãéá ðáñÜäåéãìá:\n"
+"\n"
+" ÄéÜâáóå 2-5,7-9\n"
+" Åìöáíßæåé ôá ìçíýìáôá ìå ôá íïýìåñá 2 Ýùò êáé 5 êáé 7 Ýùò êáé 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Óýíôáîç: REGISTER êáíÜëé ðåñéãñáöÞ\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Óýíôáîç: REGISTER password [email]\n"
+"\n"
+"Êáôï÷õñþíïíôáò ôï øåõäþíõìï óïõ êáôáãñÜöåôáé óôï %S, ôçí âÜóç äåäïìÝíùí.\n"
+"Áöïý ôï êáôï÷ýñùóåò, ìðïñåßò íá ÷ñçóéìïðïéÞóåéò ôéò åíôïëÝò\n"
+"SET êáé ACCESS ãéá íá óåôÜñåéò ôï øåõäþíõìï üðùò èåò åóý.\n"
+"Íá åßóáé óßãïõñïò ïôé èõìÜóáé ðÜíôá ôï êùäéêü ðïõ Ýêáíåò ôçí êáôï÷ýñùóç\n"
+"ôïõ øåõäþíõìïý óïõ - èá óïõ ÷ñåéáóôåß óôï íá êÜíåéò áëëáãÝò\n"
+"áñãüôåñá. (Óçìåßùóç ïôé case matters! ANOPE, Anope, êáé \n"
+"anope Ý÷ïõí üëá äéáöïñåôéêïýò êùäéêïýò!)\n"
+"\n"
+"×ñÞóéìåò ïäçãßåò ãéá ôï äéÜëåãìá êùäéêþí:\n"
+"\n"
+"Ïé êùäéêïß äåí èá ðñÝðåé íá åßíáé åýêïëç þóôå íá ìáíôåýïíôáé. Ãéá "
+"ðáñÜäåéãìá,\n"
+"÷ñçóéìïðïéþíôáò ôï ðñáãìáôéêü üíïìá óáí êùäéêüò åßíáé Üó÷çìç éäÝá.\n"
+"×ñçóéìïðïéþíôáò ôï øåõäþíõìï ùå êùäéêü åßíáé ç ðéï ÷åéñüôåñç\n"
+"éäÝá ;) êáé, óôï êÜôù êÜôù, ï %S äåí èá óå áöÞóåé íá ôï êÜíåéò.\n"
+"Åðßóçò, ìéêñïß êùäéêïß äåí åßíáé áîéüðéóôïé, ãé'áõôü\n"
+"èá ðñÝðåé íá äéáëÝîåéò Ýíá êùäéêü ìå ôïõëÜ÷éóôïí ôï ëéãüôåñï 5 ÷áñáêôÞñåò.\n"
+"ÔåëéêÜ, ï ÷áñáêôÞñáò ôï êåíü äåí ÷ñçóéìïðïéåßôáé óå êùäéêïýò.\n"
+" \n"
+"Ç ðáñÜìåôñïò email åßíáé ðñïåðéëåãìÝíç êáé èá ðñÝðåé íá Ý÷åôå \n"
+"óåôÜñåé ôï email ôïõ øåõäþíõìïý óáò Üìåóá. ¼ðùò êáé íá'÷åé, óå \n"
+"ïñéóìÝíá äßêôõá áðáéôåßôáé áìÝóùò óôçí åíôïëÞ êáôï÷ýñùóçò.\n"
+"Ç ìõóôéêüôçôá åßíáé óåâáóôÞ; áõôü ôï e-mail äåí èá ôï ðÜñåé\n"
+"êáíÝíá ôñßôï Üôïìï.\n"
+" \n"
+"ÁõôÞ ç åíôïëÞ äçìéïõñãåß íÝåò ïìÜäåò ãéá ôï øåõäþíõìü óáò,\n"
+"êáé ìðïñïýí íá åðéôñÝðïõí ôçí êáôï÷ýñùóç Üëëùí øåõäïíýìùí áñãüôåñá \n"
+"ìå ìïßñáóìá ßäéùí óåôáñéóìÜôùí, ßäéùí ìçíõìÜôùí êáé ßäéùí\n"
+"äéêáéùìÜôùí óôá êáíÜëéá. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò ãéá áõôÞ \n"
+"ôç ìåëëïíôéêÞ åíôïëÞ, ãñÜøå /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Óýíôáîç: RELOAD\n"
+"\n"
+"¸÷åé ùò áðïôÝëåóìá ôá Services íá åðáíáöïñôþíïõí ôï configuration áñ÷åßï.\n"
+"Óçìåßùóç ïôé ìåñéêÝò åðéëïãÝò ãéá íá Ý÷ïõí áðïôÝëåóìá ÷ñåéÜæïíôáé "
+"åðáíåêêßíçóç\n"
+"ôùí Services (üðùò Services' øåõäþíõìá, åíåñãïðïßçóç ôçò session \n"
+"limitation, êëð.)\n"
+" \n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname which instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Óýíôáîç: RESTART\n"
+"\n"
+"¸÷åé ùò áðïôÝëåóìá ôá Services íá ãñÜøïõí üëç ôçí âÜóç äåäïìÝíùí êáé íá\n"
+"åðáíåêêéíçèïýí (äçë íá êëåßóïõí êáé áìÝóùò íá \n"
+"îáíáôñå÷ôåß ôï åêôåëÝóéìï áñ÷åßï).\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators.\t"
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+"\n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recepient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Óýíôáîç: SAY êáíÜëé ìÞíõìá\n"
+"\n"
+"ÊÜíåé ôï bot íá ëÝåé ôï ìÞíõìá ðïõ ôïõ äþóáôå íá ôï åìöáíßóåé óôï áíÜëïãï \n"
+"êáíÜëé."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Óýíôáîç: SEND {øåõäþíõìï | êáíÜëé} êåßìåíï ìçíýìáôïò\n"
+"\n"
+"ÓôÝëíåé óôï øåõäþíõìï Þ óôï êáíÜëé ðïõ äßíåôáé, Ýíá ìÞíõìá ðïõ \n"
+"ðåñéÝ÷åé ôï êåßìåíï-ìçíýìáôïò. ¼ôáí ôï ìÞíõìá óôÝëíåôáé óå Ýíá øåõäþíõìï,\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"ï ðáñáëåßðôçò èá ëÜâåé ìéá åéäïðïßçóç ïôé Ý÷åé Ýíá íÝï ìÞíõìá.\n"
+"Ôï øåõäþíõìï Þ ôï êáíÜëé ðïõ äßíåôáé, ðñÝðåé íá åßíáé êáôï÷õñùìÝíï.\n"
+" "
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Óýíôáîç: SENDPASS øåõäþíõìï\n"
+"\n"
+"Äßíåé ôïí êùäéêü ôïõ øåõäþíõìïõ ìÝóù the e-mail.\n"
+"ÁõôÞ ç åíôïëÞ åßíáé ðñáãìáôéêÜ ÷ñÞóéìç ãéá íá ðÜñåé êÜðïéïò ôïí\n"
+"÷áìÝíï êùäéêü ôïõ êáé ìå ðåñéóóüôåñç áóöÜëåéá.\n"
+"\n"
+"Ìüíï ïé IRC operators óôá äßêôõá ðïõ åßíáé ìðïñïýí íá ôï êÜíïõí."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Óýíôáîç: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+"\n"
+"ÁöÞíåé ôïõò åðéêåöáëåßò õðçñåóéþí íá äïõí ôçí ëßóôá session.\n"
+"\n"
+"SESSION LIST Ëßóôá ìå hosts ìå ôïõëÜ÷éóôïí threshold sessions.\n"
+"Ôï threshold ðñÝðåé íá åßíáé Ýíá íïýìåñï ìåãáëýôåñï áðü 1. Áõôü ãßíåôáé \n"
+"ãéá íá áðïöåõ÷èïýí áôõ÷Þìáôá óôç ëßóôá ìåãÜëùí íïýìåñùí ìïíþí session "
+"hosts. \n"
+"SESSION VIEW åìöáíßæåé áíáëõôéêÝò ðëçñïöïñßåò ó÷åôéêÜ ìå ôá specific\n"
+"host - óõìåñéëáìâáíïìÝíïõ ðñüóöáôïõ session ìåôñçôÞ êáé session limit.\n"
+"Ç ìÜóêá ðñÝðåé íá ìçí ðåñéëáìâÜíåôáé óå wildcards.\n"
+" \n"
+"Êïßôá óôï EXCEPTION help ãéá ðåñéóóüôåñåò ðëçñïöïñßåò ó÷åôéêÜ ìå ôï session\n"
+"limiting êáé ãéá ôï ðùò èá êÜíåéò session limits óå specific hosts êáé "
+"groups.\n"
+" \n"
+"Ìüíï ãéá ôïõò Åðéêåöáëåßò Õðçñåóéþí."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé åðéëïãÞ ðáñÜìåôñïé\n"
+"\n"
+"Ñõèìßæåé ôéò åðéëïãÝò ôïõ bot. Ïé åðéëïãÝò ìðïñåß íá åßíáé:\n"
+"\n"
+" DONTKICKOPS Ðñïóôáóßá óôïõò ops ùóôå íá ìçí ãßíïõí kick áðü ôï bot\n"
+" DONTKICKVOICES Ðñïóôáóßá óôïõò voices ùóôå íá ìçí ãßíïõí kick áðü ôï "
+"bot\n"
+" GREET Åíåñãïðïßçóç ìçíõìÜôùí ÷áéñåôéóìïý\n"
+" FANTASY Åíåñãïðïßçóç åíôïëþí fantaisist\n"
+" SYMBIOSIS ÅðéôñÝðåôáé óôï bot íá óõìðåñéöÝñåôáé óáí ðñáãìáôéêü "
+"bot\n"
+"\n"
+"ÃñÜøå /msg %S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò\n"
+"ãéá ìéá óõãêåêñéìÝíç åðéëïãÞ.\n"
+"\n"
+"Óçìåßùóç: ç access óå áõôÞ ôçí åíôïëÞ äéåõèýíåôáé áðü ôçí\n"
+"level SET."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Óýíôáîç: SET øåõäþíõìï-bot PRIVATE {ON|OFF}\n"
+"\n"
+"ÁõôÞ ç åðéëïãÞ êÜíåé ôï bot áðü assigned óå êáíÜëéá\n"
+"ôùí ÷ñçóôùí ðïõ äåí åßíáé IRC operators.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Óýíôáîç: SET êáíÜëé åðéëïãÞ ðáñÜìåôñïé\n"
+"\n"
+"ÅðéôñÝðïõí óôïí founder ôïõ êáíáëéïý íá åðéëÝîåé êáé íá ñõèìßóåé ôï êáíÜëé\n"
+"ôïõ êáé Üëëåò ðëçñïöïñßåò.\n"
+"\n"
+"ÄéáèÝóéìåò åðéëïãÝò:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ op ðñïóôáóßá óôï êáíÜëé.\n"
+"¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé ops äåí èá ôñþíå kick áðü ôï bot\n"
+"áêüìá êáé áí äåí ôáéñéÜæïôí ìå ôçí NOKICK level."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ voices ðñïóôáóßá óôï êáíÜëé.\n"
+"¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé voices äåí èá ôñþíå kick áðü ôï bot\n"
+"áêüìá êáé áí äåí ôáéñéÜæïôí ìå ôçí NOKICK level."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé FANTASY {ON|OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ fantasy óôï êáíÜëé.\n"
+"¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé ÷ñÞóôåò ìðïñïýí íá ÷ñçóéìïðïéÞóïõí åíôïëÝò\n"
+"!op, !deop, !voice, !devoice,!kick, !kb, !unban, !seen\n"
+"óôï êáíÜëé (øÜ÷íåôå íá äåßôå ðùò äïõëåýïõí \n"
+"ðñïóðáèÞóôå ìå Þ ÷ùñßò øåõäþíõìï ãéá êÜèå ìéá,êáé ìå ëüãï ãéá êÜðïéåò) \n"
+" \n"
+"Óçìåéþíåôáé ïôé üóïé ÷ñÞóôåò èÝëïõí íá ÷ñçóéìïðïéÞóïõí ôéò fantaisist\n"
+"åíôïëÝò èá ÐÑÅÐÅÉ íá Ý÷ïõí áñêåôü level êáé ãéá ôçí\n"
+"FANTASIA êáé Üëëï level ãéá ôéò åíôïëÝò\n"
+"(ãéá ðáñÜäåéãìá, ãéá íá ÷ñçóéìïðïéÞóåéò !op, èá ðñÝðåé íá Ý÷åéò áñêåôÞ \n"
+"access ãéá ôçí OPDEOP level)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé GREET {ON|OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ greet óôï êáíÜëé.\n"
+"¼ôáí åßíáé åíåñãïðïéçìÝíç, ôï bot èá åìöáíßæåé ôï ìÞíõìá ÷áéñåôéóìïý\n"
+"óôïõò ÷ñÞóôåò ðïõ èá ìðÝíïõí óôï êáíÜëé, ìå ôçí ðñïõðüèåóç ïôé\n"
+"Ý÷ïõí áñêåôÞ access óôï êáíÜëé."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé NOBOT {ON|OFF}\n"
+"\n"
+"ÁõôÞ ç åðéëïãÞ êÜíåé ôï êáíÜëé íá åßíáé unassignable (íá ìç ìðåé bot). Áí \n"
+"ôï bot åßíáé Þäç assigned óôï êáíÜëé, èá ãßíåé unassigned\n"
+"áõôüìáôá, üôáí èá åíåñãïðïéÞóåéò áõôÞ ôçí åðéëïãÞ.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé NOEXPIRE {ON | OFF}\n"
+"\n"
+"Ìå áõôÞ ôçí åíôïëÞ ìðïñåßò íá êÜíåéò Ýíá êáíÜëé íá ìçí ëÞãåé ðïôÝ, ÷ùñéò íá\n"
+"åßóáé õðï÷ñåùìÝíïò íá êÜíåéò åíôïëÞ áíáãíþñéóçò óôï ÷ñïíéêü\n"
+"ðåñéèþñéï ðïõ óïõ äßíåôáé.\n"
+"\n"
+"Ìüíï ïé Services Operators ìðïñïýí íá ôï êÜíïõí."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Óýíôáîç: SET êáíÜëé SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ symbiosis óôï êáíÜëé.\n"
+"¼ôáí åßíáé åíåñãïðïéçìÝíç, ôï bot èá êÜíåé ôá ðÜíôá\n"
+"normal áðü ôï %s óôá êáíÜëéá, üëá ôá MODEs,\n"
+"KICKs, êáé èá åìöáíßæåé ôï ìÞíõìá åéóáãùãÞò."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Óýíôáîç: SET option parameters\n"
+"\n"
+"ÁëëÜæåé äéÜöïñåò åðéëïãÝò ôïõ øåõäùíýìïõ. Ç åðéëïãÞ ìðïñåß íá åßíáé:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Óýíôáîç: SET åðéëïãÞ ðáñÜìåôñïé\n"
+"\n"
+"ÁëëÜæåé äéÜöïñåò åðéëïãÝò ãéá ôá ìçíýìáôá.\n"
+"Ç åðéëïãÞ ìðïñåß íá åßíáé ìéá áðü:\n"
+" \n"
+" NOTIFY ÁëëÜæåé ôï ðüôå èá åíçìåñþíåóôå ãéá ôá\n"
+" íÝá óáò ìçíýìáôá (ìüíï ãéá øåõäþíõìá)\n"
+" LIMIT ÁëëÜæåé ôï ìÝãéóôï áñéèìü ìçíõìÜôùí ðïõ\n"
+" ìðïñåßôå íá äå÷ôåßôå\n"
+"\n"
+"ÃñÜøôå /msg %S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò\n"
+"óå ìéá óõãêåêñéìÝíç åðéëïãÞ."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Óýíôáîç: SET option setting\n"
+"\n"
+"Ñõèìßóåéò ó÷åôéêÜ ìå ôéò åðéëïãÝò ôùí Services. ÏíïìáóôéêÜ\n"
+"ïé åðéëïãÝò åßíáé:\n"
+" READONLY ÁëëÜæåôå óå äéáäéêáóßá read-only Þ read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Åíåñãïðïéåßôå Þ áðåíåñãïðïéåßôå óå debug mode\n"
+" NOEXPIRE Åíåñãïðïéåßôå Þ áðåíåñãïðïéåßôå óå no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Óýíôáîç: SET DEBUG {ON | OFF | num}\n"
+"\n"
+"ÁëëÜæåé óå debug mode on Þ off. Óå debug mode, üëç ç data óôÝëíåôå\n"
+"êáé áðü ôá Services ìÝóù Üëëùí debugging\n"
+"ìçíõìÜôùí ãñÜöïíôáé óå log áñ÷åßï. Áí ôï _num_ äßíåôáé\n"
+"ôï debug mode åíåñãïðïéåßôáé, ìå debugging level ñõèìéóìÝíï\n"
+"óôï num.\n"
+"\n"
+"ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ\t\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Óýíôáîç: SET DISPLAY íÝï-display\n"
+"\n"
+"ÂëÝðåéò óôç ëßóôá ôï øåõäþíõìï óïõ óå ðïéá ïìÜäá åßíáé ôùí \n"
+"õðçñåóéþí. Óôç ëßóôá ðñÝðåé íá åßíáé ôï øåõäþíõìï ðïõ åßíáé óôçí ïìÜäá."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Óýíôáîç: SET EMAIL äéåýèõíóç\n"
+"\n"
+"Äåß÷íåé ôçí äåýèõíóç E-mail ðïõ ôïõ Ý÷åéò äþóåé ãéá ôï øåõäþíõìï óïõ.\n"
+"ÁõôÞ ç äéåýèõíóç èá åìöáíßæåôáé êÜèå öïñÜ ðïõ êÜðïéïò èá êïéôÜæåé "
+"ðëçñïöïñßåò\n"
+"óôï êáíÜëé ìå ôçí åíôïëÞ INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Óýíôáîç: SET GREET message\n"
+"\n"
+"ÐñïóèÝôåé óôï øåõäþíõìïý óïõ Ýíá ìÞíõìá ÷áéñåôéóìïý, ôï\n"
+"ïðïßï èá åìöáíßæåôáé êÜèå öïñá ðïõ èá ìðÝíåéò óå êáíÜëé ìå ôçí ðñïõðüèåóç "
+"ïôé\n"
+"ç åðéëïãÞ GREET èá åßíáé åíåñãïðïéçìÝíç, êáé ìå ôçí ðñïõðüèåóç ïôé èá Ý÷åéò\n"
+"êáé ôçí êáôÜëëçëç access óå áõôü. "
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Óýíôáîç: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Óáò åðéôñÝðåé íá åìðïäßóåôå ôçí åìöÜíéóç óõãêåêñéìÝíùí\n"
+"ðëçñïöïñéþí üôáí êÜðïéïò åêôåëåß ôçí åíôïëÞ ôïõ %S INFO, óôï\n"
+"øåõäþíõìü óáò. Ìðïñåßôå íá áðïêñýøåôå ôç äéåýèõíóç e-mail\n"
+"user@host mask (USERMASK), and last quit message (QUIT).\n"
+"óáò (EMAIL), ôçí ôåëåõôáßá äéåýèõíóç ìå ôçí ïðïßá óõíäåèÞêáôå\n"
+"(USERMASK), êáé ôï ôåëåõôáßï ìÞíõìá (QUIT).\n"
+"Ç äåýôåñç ðáñÜìåôñïò êáèïñßæåé ôï áí ç ðëçñïöïñßá èá ðñÝðåé\n"
+"íá åìöáíßæåôáé (OFF) Þ íá áðïêñýðôåôáé (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Óýíôáîç: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí áõôüìáôç ðñïóôáóßá ìå\n"
+"áðïóýíäåóç ãéá ôï øåõäþíõìü óáò. Åíåñãïðïéþíôáò ôçí\n"
+"ðñïóôáóßá ìå áðïóýíäåóç, áí êÜðïéïò Üëëïò ÷ñÞóôçò\n"
+"ðñïóðáèÞóåé íá ðÜñåé ôï øåõäþíõìü óáò, èá äùèåß Ýíá ëåðôü\n"
+"ãéá íá áëëÜîåé ôï øåõäþíõìü ôïõ, ìåôÜ áðü ôï ïðïßï èá\n"
+"áðïóõíäåèåß áðü ôï IRC áðü ôïí %S.\n"
+"\n"
+"Áí åðéëÝîåôå QUICK, èá äùèïýí ìüíï 20 äåõôåñüëåðôá óôï\n"
+"÷ñÞóôç ãéá íá áëëÜîåé ôï øåõäþíõìü ôïõ, áíôß ãéá ôá óõíçèéóìÝíá 60.\n"
+"Áí åðéëÝîåôå IMMED, ï ÷ñÞóôçò èá áðïóõíäåèåß êáôåõèåßáí ÷ùñßò\n"
+"ðñþôá íá ðñïåéäïðïéçèåß Þ íá ôïõ äùèåß ç åõêáéñßá íá áëëÜîåé ôï\n"
+"øåõäþíõìü ôïõ;Ðáñáêáëïýìå ìç ÷ñçóéìïðïéåßôå áõôÞ ôçí åðéëïãÞ åêôüò á\n"
+"åßíáé áðïëýôùò áðáñáßôçôï. Åðßóçò, ïé äéá÷åéñéóôÝò ôïõ\n"
+"äéêôýïõ ìðïñåß íá Ý÷ïõí áðåíåñãïðïéÞóåé áõôÞ ôçí åðéëïãÞ."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Óýíôáîç: SET LANGUAGE íïýìåñï\n"
+"\n"
+"ÁëëÜæåé ôçí ãëþóóá ôùí õðçñåóéþí ðïõ óôÝëíåé ìå ìçíýìáôá óå óÝíá\n"
+"(ãéá ðáñÜäåéãìá, üôáí áíôáðïêñßíåóáé óå ìéá åíôïëÞ èá óïõ óôåßëåé óå Üëëç "
+"ãëþóóá).\n"
+"Ôï íïýìåñï ðñÝðåé íá åßíáé Ýíá áðü ôá åðüìåíá ðïõ õðÜñ÷ïõí óôçí ëßóôá\n"
+"õðïóôçñéæüìåíùí ãëùóóþí:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Óýíôáîç: SET LIMIT [êáíÜëé] üñéï\n"
+"\n"
+"Ïñßæåé ôïí ìÝãéóôï áñéèìü ìçíõìÜôùí ðïõ ìðïñåßôå íá Ý÷åôå\n"
+"åóåßò Þ ôï êáíÜëé ðïõ äßíåôáé. Áí ïñéóôåß óôï 0, êáíåßò\n"
+"äå èá ìðïñåß íá óáò óôåßëåé ìçíýìáôá. ÐÜíôùò äå ìðïñåßôå\n"
+"íá ïñßóåôå ôïí áñéèìü ðÜíù áðü %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Óýíôáîç: SET LIMIT [÷ñÞóôçò | êáíÜëé] {üñéï | NONE} [HARD]\n"
+"\n"
+"Ñõèìßæåéò ôï ìÝãéóôï íïýìåñï ìçíõìÜôùí ðïõ èåò íá ëÜâåéò åßôå ãéá\n"
+"øåõäþíõìï Þ ãéá êáíÜëé. Áí âÜëåôå üñéï ôï 0 áðáëëÜóåóôå áðü\n"
+"ôçí õðçñåóßá áõôÞ êáé äåí ëáìâÜíåôáé êáíÝíá ìÞíõìá. Áí åðéëÝîåôå NONE\n"
+"åðéôñÝðåé óôï ÷ñÞóôç íá ëÜâåé üóá èÝëåé áõôüò. Áí äåí äþóåôå\n"
+"øåõäþíìï Þ êáíÜëé, ñõèìßæåôå ôï äéêü óáò üñéï.\n"
+" \n"
+"ÅðéëÝãïíôáò HARD åìðïäßæåôáé ôï ÷ñÞóôç íá áëëÜîåé ôï üñéï. Áí äåí\n"
+"åðéëÝîåôå HARD èá Ý÷åé ôï áíôßèåôï áðïôÝëåóìá, åðéôñÝðïíôáò óôï\n"
+"÷ñÞóôç íá áëëÜîåé ôï üñéï \n"
+"(áêüìá êáé áí ç åðéëïãÞ ç ðñïçãïýìåíç Þôáí HARD).\n"
+" \n"
+"ÁõôÞ ç ÷ñÞóç ôçò åíôïëÞò SET LIMIT åßíáé ìüíï ãéá \n"
+"ôïõò Services admins. Ïé Üëëïé ÷ñÞóôåò ìðïñïýí íá áëëÜîïõí ôï üñéï\n"
+"ìüíï ãéá ôïí åáõôü ôïõò Þ ãéá ôá êáíÜëéá ðïõ Ý÷ïõí êÜðïéá äéêáéþìáôá.\n"
+"Äåí ìðïñïýí íá îåðåñÜóïõí ôï üñéï ôùí %d ìçíõìÜôùí, êáé äåí ìðïñïýí íá\n"
+"åðéëÝîïõí hard limit."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"\n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Óýíôáîç: SET MSG {ON | OFF}\n"
+"\n"
+"Óáò åðéôñÝðåé íá äéáëÝîåôå ôï ôñüðï ìå ôïí ïðïßï ôá Services èá \n"
+"åðéêïéíùíïýí ìáæß óïõ. Ìå ôçí åíôïëÞ MSG, ôá Services èá \n"
+"÷ñçóéìïðïéïýí ìçíýìáôá, äéáöïñåôéêÜ èá ÷ñçóéìïðïéïýí ðáñáôçñÞóåéò \n"
+"(notices). "
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Óýíôáîç: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"ÁëëÜæåé óå no expire mode on Þ off. Óå no expire mode, øåõäþíõìá,\n"
+"êáíÜëéá, akills êáé exceptions äåí èá ëÞãïõí åêôüò êáé áí\n"
+"áõôÞ ç åðéëïãÞ äåí ñõèìéóôåß.\n"
+"\n"
+"ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Óýíôáîç: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"ÁëëáãÝò ãéá ôï ðùò èÝëåôå íá åíçìåñþíåóôå ãéá íÝá ìçíýìáôá:\n"
+"\n"
+" ON Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò üôáí èá êÜíåôå log on,\n"
+" üôáí èá åðáíÝñ÷åóôå áðü /AWAY, êáé üôáí èá óáò óôÝëíïõí\n"
+" ìçíýìáôá.\n"
+" LOGON Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò ìüíï üôáí èá êÜíåôå log\n"
+" on Þ üôáí èá åðáíÝñ÷åóôå áðü /AWAY.\n"
+" NEW Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò ìüíï üôáí èá óáò\n"
+" ôá óôÝëíïõí.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Äåí èá åíçìåñþíåóôå ðïôÝ ãéá íÝá ìçíýìáôá Þ ðáëéÜ.\n"
+"\n"
+"Ç åðéëïãÞ ON ðéï ïõóéþäçò,ç LOGON êáé ç NEW óõíäéáóôéêÞ."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Óýíôáîç: SET PASSWORD íÝïò-êùäéêüò\n"
+"\n"
+"ÁëëÜæåé ôïí êùäéêü ðïõ ÷ñçóéìïðïéåßò ãéá ôçí åíôïëÞ áíáãíþñéóçò ôïõ êÜôï÷ïõ\n"
+"øåõäþíõìïõ."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Óýíôáîç: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Åíåñãïðïéåß/áðåíåñãïðïéåß ôçí åðéëïãÞ éäéþôåõóçò\n"
+"ôïõ %S ãéá ôï øåõäþíõìü óáò. Ìå ôçí åíåñãïðïßçóç ôïõ\n"
+"PRIVATE ôï øåõäþíõìü óáò äå èá åìöáíßæåôáé óôç ëßóôá\n"
+"øåõäùíýìùí ðïõ ðñïêýðôåé ìå ôçí åíôïëÞ LIST ôïõ %S.\n"
+"(ÂÝâáéá,ïðïéïóäÞðïôå ãíùñßæåé ôï øåõäþíõìü óáò, ìðïñåß\n"
+"áêüìç íá ðÜñåé ðëçñïöïñßåò ãé áõôü, ÷ñçóéìïðïéþíôáò ôçí\n"
+"åíôïëÞ INFO)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Óýíôáîç: SET READONLY {ON | OFF}\n"
+"\n"
+"ÁëëÜæåôå óå read-only mode on Þ off. Ç read-only mode, normal\n"
+"users äåí èá åðéôñÝøåé íá áëëÜîåé ç âÜóç äåäïìÝíùí ôùí Services,\n"
+"óõìðåñéëáìâáíïìÝíïõ êáíáëéïý êáé øåõäþíõìïõ access lists, klp. IRCops\n"
+"me åðáñêÞ äéêáéþìáôá óôá Services èá ìðïñïýí íá áëëÜæïõí ôá\n"
+"Services' ôçí ëßóôá AKILL íá êÜíïõí drop (äéáãñáöåß øåõäùíýìùí) Þ êáôáóôïëÞ\n"
+"øåõäùíýìùí êáé êáíáëéþí, áëëÜ üðïéåò áëëáãÝò êáé íá ãßíïíôáé\n"
+"äåí èá ãñáöïýí åêôüò êáé áí ç read-only mode åßíáé áðåíåñãïðïçìÝíç ðñéí ôá \n"
+"Services ôåñìáôéóôïýí Þ åðáíåêêéíçèïýí.\n"
+" \n"
+"ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ\n"
+"-readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Óýíôáîç: SET SECURE {ON | OFF}\n"
+"\n"
+"ÁëëÜæåé ï %S ôçí áóöÜëåéá óå on Þ off ãéá ôï øåõäþíõìï\n"
+"Ìå ôçí ÁÓÖÁËÇ åðéëïãÞ, ðñÝðåé íá ãñÜøåéò ôïí êùäéêü áíáãíþñéóçò\n"
+"ðñéí áíáãíùñéóôÞò óáí êÜôï÷ïò ôïõ øåõäþíõìïõ,\n"
+"ìå ôçí õðüëçøç ïôé ç äéåýèõíóç åßíáé óôçí ëßóôá ôùí access.\n"
+"¼ðùò êáé íá÷åé, áí åßóáé óôçí ëßóôá access, ï %S\n"
+"äåí èá êÜíåé auto-kill ìå ôçí õðüëçøç ôçò åðéëïãÞò KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privlages such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This opion is _NOT_ persistant, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Óýíôáîç: SHUTDOWN\n"
+"\n"
+"¸÷åé ùò áðïôÝëåóìá ôá Services íá ãñÜøïõí üëç ôçí âÜóç äåäïìÝíùí êáé íá \n"
+"ôåñìáôéóôïýí.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Óýíôáîç: SNLINE ADD [+expiry] ìÜóêá:ëüãïò\n"
+" SNLINE DEL {ìÜóêá | èÝóåéò-íïýìåñá | ëßóôá}\n"
+" SNLINE LIST [ìÜóêá | ëßóôá]\n"
+" SNLINE VIEW [ìÜóêá | ëßóôá]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SNLINE. Áí\n"
+"ï ÷ñÞóôçò ìå ôï ðñáãìáôéêü üíïìá ôáéñéÜæåé ìå ôçí SNLINE ìÜóêá,ôá \n"
+"Services äåí èá ôïí áöÞóïõí íá óõíäåèåß.\n"
+" \n"
+"Ç åíôïëÞ SNLINE ADD ðñïóèÝôåé ìéá ðñáãìáôéêÞ ìÜóêá óôçí ëßóôá SNLINE\n"
+"ìå êÜðïéïí ëüãï ôïí ïðïßï ðñÝðåé íá ôïí äþóåôå.\n"
+"Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d \n"
+"(ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò \n"
+"1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï \n"
+"áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30 \n"
+"ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SNLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.\n"
+"usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå\n"
+"áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï\n"
+"óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SNLINE ìðïñåß íá âñåèåß ìå ôçí "
+"åíôïëÞ\n"
+"STATS AKILL.\n"
+"Óçìåßùóç: åðåéäÞ ôï ðñáãìáôéêü üíïìá-ìÜóêá ìðïñåß íá ðåñéÝ÷åé êåíÜ,\n"
+"äéá÷ùñéóôéêÜ ìåôáîý ôïõò íá åßóôå ðñïóåêôéêïß óôï ëüãï.\n"
+"\n"
+"Ç åíôïëÞ SNLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá\n"
+"SNLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå, \n"
+"áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.) \n"
+" \n"
+"Ç åíôïëÞ SNLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SNLINE. \n"
+"Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí "
+"óå\n"
+"áõôÞ ôç ìÜóêá\n"
+"Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò äåßôå êáé áëëéþò,\n"
+"ðáñÜäåéãìá:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7 \n"
+" åùò 9 ôçò ëßóôáò SNLINE.\n"
+" \n"
+"Ç åíôïëÞ SNLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SNLINE LIST, êáé \n"
+"åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SNLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå \n"
+"ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.\n"
+"\n"
+"Ç åíôïëÞ SNLINE CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá SNLINE.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Óýíôáîç: SOP êáíÜëé ADD øåõäþíõìï\n"
+" SOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}\n"
+" SOP êáíÜëé LIST [ìÜóêá | list]\n"
+" SOP êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí ëßóôá SOP (SuperOP) ôïõ êáíáëéïý. Ç ëßóôá SOP \n"
+"äßíåé ôï äéêáßùìá óôïõò ÷ñÞóôåò íá ðñïóèÝôïõí Üëëïõò óôçí ëßóôá AOP,\n"
+"íá ðñïóèÝôïõí óå üóïõò ÷ñåéÜæåôáé AutoKick, íá åéóÜãïõí óôçí ëßóôá \n"
+"BadWord êáêÝò ëÝîåéò,íá óôÝëíïõí êáé íá äéáâÜæïõí ôá ìçíýìáôá ôïõ \n"
+"êáíáëéïý,êáé Üëëá ðïëëÜ.\n"
+"\n"
+"Ç åíôïëÞ SOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá SOP.\n"
+" \n"
+"Ç eíôïëÞ SOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá SOP.\n"
+"Áí óáò äßíåôå ç ëßóôá ìå ôá íïýìåñá-èÝóåéò, áõôÝò ïé èÝóåéò\n"
+"äéáãñÜöïíôáé. (Äåò ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ SOP LIST åìöáíßæåé ôçí ëßóôá SOP. Áí äþóåôå ìéá \n"
+"óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷åß ç ìÜóêá \n"
+"áõôÞ. Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ \n"
+"äþóáôå èá äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò\n"
+"èÝóåéò áõôÝò.ÐáñÜäåéãìá::\n"
+" SOP #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá SOP ôéò èÝóåéò ìå ôá\n"
+" íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9..\n"
+" \n"
+"Ç åíôïëÞ SOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò SOP.\n"
+" \n"
+"Ïé åíôïëÝò SOP ADD, SOP DEL êáé SOP LIST ÷ñçóéìïðïéïýíôáé áðü \n"
+"ôïí founder ôïõ êáíáëéïý.¼ðïéïò åßíáé ÷ñÞóôçò óôçí ëßóôá AOP ìðïñåß\n"
+"íá åêôåëÝóåé åíôïëÞ SOP LIST.\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé\n"
+"óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå \n"
+"/msg %S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,\n"
+"êáé /msg %S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï \n"
+"access list êáé xOP list óýóôçìá."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Óýíôáîç: SQLINE ADD [+expiry] ìÜóêá ëüãïò\n"
+" SQLINE DEL {ìÜóêá | èÝóç-íïõìåñï | ëßóôá}\n"
+" SQLINE LIST [ìÜóêá | ëßóôá]\n"
+" SQLINE VIEW [ìÜóêá | ëßóôá]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SQLINE. Áí\n"
+"ï ÷ñÞóôçò ìðåé ìå Ýíá øåõäþíõìï ðïõ åßíáé óôçí ëßóôá SQLINE \n"
+"ôá Services äåí èá ôïí áöÞóïõí íá óõíäåèåß Þ èá ôïõ áëëÜîïõí ôï\n"
+"øåõäþíõìï ôïõ(óå ìåñéêïýò servers).\n"
+"\n"
+"Áí ï ðñþôïò ÷áñáêôÞñáò ôçò ìÜóêáò åßíáé #, ôá services èá \n"
+"åìðïäßóïõí ôçí ÷ñÞóç ãéáôß áíôéóïé÷ïýí óå êáíÜëéá áõôïß ïé ÷áñáêôÞñåò.(óå "
+"IRCds \n"
+"ïé ïðïßïé ôï õðïóôçñßæïõí).\n"
+"\n"
+"Ç åíôïëÞ SQLINE ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá SQLINE\t\n"
+"ìå ôïí áíÜëïãï ëüãï (ï ïðïßïò ðñÝðåé íá äßíåôå).\n"
+"Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d \n"
+"(ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò \n"
+"1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï \n"
+"áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30 \n"
+"ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SQLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå "
+"+0. \n"
+"usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå \n"
+"áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï\n"
+"óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SQLINE ìðïñåß íá âñåèåß ìå ôçí "
+"åíôïëÞ\n"
+"STATS AKILL.\n"
+"\n"
+"Ç åíôïëÞ SQLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá\n"
+"SQLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå, \n"
+"áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.) \n"
+" \n"
+"Ç åíôïëÞ SQLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SQLINE. \n"
+"Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí "
+"óå\n"
+"áõôÞ ôç ìÜóêá Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò äåßôå "
+"êáé\n"
+"áëëéþò.\n"
+"ðáñÜäåéãìá:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7 \n"
+" åùò 9 ôçò ëßóôáò SQLINE.\n"
+" \n"
+"Ç åíôïëÞ SQLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SQLINE LIST, êáé \n"
+"åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SQLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå \n"
+"ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.\n"
+"\n"
+"Ç åíôïëÞ SQLINE CLEAR êáèáñßæåé ôéò èÝóåéò ôçò ëßóôáò SQLINE.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Óýíôáîç: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"×ùñßò ôçí åðéëïãÞ, åìöáíßæåé ôï íïýìåñï ôùí ÷ñçóôþí êáé ôùí\n"
+"IRCops ðïõ åßíáé óôï äßêôõï (ìáæß êáé ôùí Services), ôï ìåãáëýôåñï íïýìåñï\n"
+"ôùí ÷ñçóôþí ðïõ åßíáé óôï äßêôõï üôáí ôá Services îåêéíÜíå, êáé ôçí\n"
+"äéÜñêåéá ðïõ ôá Services åßíáé óôï äßêôõï.\n"
+"\n"
+"\n"
+"Ìå ôçí åðéëïãÞ AKILL, åìöáíßæåé ôçí óõãêåêñéìÝíç ëßóôá.\n"
+"\n"
+"AKILL êáé ôïí default ÷ñüíï ëÞîçò.\n"
+"\n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Óýíôáîç: STATUS êáíÜëé øåõäþíõìï\n"
+"\n"
+"ÅðéóôñÝöåé ôçí óõãêåêñéìÝíç access level ôïõ áíÜëïãïõ øåõäþíõìïõ\n"
+"óôï áíÜëïãï êáíÜëé. Ç áðÜíôçóç èá åßíáé ôçò ìïñöÞò:\n"
+"\n"
+" STATUS êáíÜëé øåõäþíõìï access-level\n"
+"\n"
+"Áí âñåßôå ëÜèïò, èá äåßôå ôï åîÞò ìÞíõìá:\n"
+"\n"
+" STATUS ERROR ëÜèïò-ìÞíõìá\n"
+"\n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Óýíôáîç: STATUS øåõäþíõìï(á)...\n"
+"\n"
+"Óáò åíçìåñþíåé ãéá ôï áí ï ÷ñÞóôçò ðïõ ÷ñçóéìïðïéåß ôï\n"
+"øåõäþíõìï ðïõ äþóáôå, Ý÷åé áíáãíùñéóôåß óáí êÜôï÷üò ôïõ.\n"
+"Ôï áðïôÝëåóìá ôçò åíôïëÞò Ý÷åé ôç ìïñöÞ:\n"
+"\n"
+" øåõäþíõìï êùäéêüò-êáôÜóôáóçò account\n"
+"\n"
+"where øåõäþíõìï is the nickname sent with the command,\n"
+"êùäéêüò-êáôÜóôáóçò is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - äåí õðÜñ÷åé ôÝôïéïò ÷ñÞóôçò óõíäåäåìÝíïò Þ ôï øåõäþíõìï åßíáé ìç "
+"êáôï÷õñùìÝíï\n"
+" 1 - ï ÷ñÞóôçò äåí áíáãíùñßóôçêå óáí êÜôï÷ïò ôïõ øåõäùíýìïõ\n"
+" 2 - ï ÷ñÞóôçò áíáãíùñßóôçêå óáí êÜôï÷ïò ìÝóù ôçò ëßóôáò ðñüóâáóçò ìüíï\n"
+" 3 - ï ÷ñÞóôçò áíáãíùñßóôçêå óáí êÜôï÷ïò ôïõ øåõäùíýìïõ ìÝóù ôçò "
+"áíáãíþñéóçò ìå êùäéêü\n"
+"\n"
+"ÌÝ÷ñé äåêáÝîé øåõäþíõìá ìðïñïýí íá ÷ñçóéìïðïéçèïýí ìå êÜèå åíôïëÞ; Ôá\n"
+"õðüëïéðá èá áãíïïýíôáé. If no nickname is given, your status\n"
+"will be returned."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND channel [reason]\n"
+"\n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+"\n"
+"Reason may be required on certain networks."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK nick newnick\n"
+"\n"
+"Forcefully changes a user's nickname from nick to newnick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Óýíôáîç: SZLINE ADD [+expiry] ìÜóêá ëüãïò\n"
+" SZLINE DEL {ìÜóêá | èÝóç-íïõìåñï | ëßóôá}\n"
+" SZLINE LIST [ìÜóêá | ëßóôá]\n"
+" SZLINE VIEW [ìÜóêá | ëßóôá]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SZLINE. Áí\n"
+"ï ÷ñÞóôçò ìå êÜðïéï IP áíôéóôïé÷åß ìå Ýíá áðü áõôÜ ðïõ Ý÷åé ç ëßóôá SZLINE \n"
+"ôá Services äåí ôïí áöÞíïõí íá óõíäåèïýí óôï äßêôõï.\n"
+"(êáé áõôü, åßôå ôï IP Ý÷åé PTR RR Þ ü÷é).\n"
+"\n"
+"Ç åíôïëÞ SZLINE ADD ðñïóèÝôåé Ýíá IP óôçí ëßóôá SZLINE\n"
+"ìå Ýíáí ëüãï (ï ïðïßïò ðñÝðåé íá äßíåôå).\n"
+"Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d \n"
+"(ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò \n"
+"1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï \n"
+"áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30 \n"
+"ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SZLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.\n"
+"usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå\n"
+"áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï\n"
+"óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SZLINE ìðïñåß íá âñåèåß ìå ôçí "
+"åíôïëÞe\n"
+"STATS AKILL.\n"
+"\n"
+"Ç åíôïëÞ SZLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá\n"
+"SZLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå, \n"
+"áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.) \n"
+" \n"
+"Ç åíôïëÞ SZLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SZLINE. \n"
+"Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí "
+"óå\n"
+"áõôÞ ôç ìÜóêá. Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå\n"
+"íá ôéò äåßôå êáé áëëéþò,\n"
+"ðáñÜäåéãìá::\n"
+" SZLINE LIST 2-5,7-9\n"
+" Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7 \n"
+" åùò 9 ôçò ëßóôáò SZLINE.\n"
+" \n"
+"Ç åíôïëÞ SZLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SZLINE LIST, êáé \n"
+"åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SZLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå \n"
+"ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.\n"
+"\n"
+"Ç åíôïëÞ SZLINE CLEAR êáèáñßæåé üëåò ôéò èÝóåéò ôçò ëßóôáò SZLINE.\n"
+"\n"
+"Ìüíï ãéá ôïõò Services operators."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Óýíôáîç: TOPIC êáíÜëé [topic]\n"
+"\n"
+"ÆçôÜò áðü ôïí %S íá âÜëåé ôï topic ðïõ ôïõ Ý÷åéò ðåé.\n"
+"Áí ôï topic äåí äßíåôáé, èá âÜëåé Üäåéï topic\n"
+"óôï êáíÜëé. ÁõôÞ ç åíôïëÞ åßíáé ÷ñÞóéìç áí Ý÷åéò êÜíåé óôï êáíÜëé\n"
+"SET TOPICLOCK. Äåò /msg %S HELP SET TOPICLOCK\n"
+"ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïåßôáé ìüíï áðü áõôïýò ðïõ Ý÷ïõí founder access óôï\n"
+"êáíÜëé. "
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: UMODE user modes\n"
+"\n"
+"Allows Services Operators to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Óýíôáîç: UNASSIGN êáíÜëé\n"
+"\n"
+"Ìå ôçí åíôïëÞ áõôÞ æçôÜò áðü ôï bot íá âãåß áðü ôï êáíÜëé óïõ.\n"
+"ÐÜíôùò,ïé ñõèìßóåéò ôïõ bot ãéá ôï êáíÜëé ðïõ Þôáí åßíáé áðïèçêåõìÝíåò,\n"
+"ãéá ôçí ðåñßðôùóç ðïõ èåò íá ôï âÜëåéò áñãüôåñá.\n"
+" "
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Óýíôáîç: UNBAN êáíÜëé [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+" \n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 êáé\n"
+"ðáñáðÜíù óôï êáíÜëé.\n"
+" "
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND channel\n"
+"\n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Óýíôáîç: UPDATE\n"
+"\n"
+"¸xei ùò áðïôÝëåóìá ôá Services íá êÜíïõí update óå üëåò ôéò âÜóåéò "
+"äåäïìÝíùí\n"
+"ôï óõíôïìüôåñï ðïõ êÜíåôå áõôÞ ôçí åíôïëÞ.\n"
+" \n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Óýíôáîç: USERLIST [{åðéëïãÞ | êáíÜëé} [INVISIBLE]]\n"
+"\n"
+"Åìöáíßæåé ôéò ëßóôåò üëùí ôùí ÷ñçóôþí ðïõ åßíáé ôçí óõãêåêñéìÝíç óôéãìÞ\n"
+"online óôï IRC äßêôõï, åßôå ôï øåõäþíõìï åßíáé êáôï÷õñùìÝíï åßôå ü÷é.\n"
+" \n"
+"Áí ç åðéëïãÞ äßíåôå, åìöáíßæïíôáé ïé ëßóôåò ìå ôïõò ÷ñÞóôåò ðïõ\n"
+"ôáéñéÜæïõí ìå ôçí åðéëïãÞ óáò (ðñÝðåé íá åßíáé ôçò ìïñöÞò øåõäþíõìï!"
+"user@host).\n"
+"Áí äßíåôå ôï êáíÜëé, åìöáíßæïíôáé ëßóôåò ôùí ÷ñçóôþí ðïõ åßíáé óôï êáíÜëé \n"
+"áõôü. Áí äßíåôå INVISIBLE, ìüíï ÷ñÞóôåò ìå +i flag èá åìöáíßæïíôáé.\n"
+" \n"
+"Ìüíï ãéá ôïõò Services Operators."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Óýíôáîç: VOICE #êáíÜëé [øåõäþíõìï]\n"
+"\n"
+"Ç åíôïëÞ áõôÞ êÜíåé voice ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.\n"
+"Áí äåí åðéëÝîåôå øåõäþíõìï èá äþóåé voice óôïí åáõôü óáò.\n"
+"\n"
+"Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 "
+"access \n"
+"êáé ðáñáðÜíù óôï êáíÜëé, Þ áðü ôïõò VOPs Þ áõôïýò ðïõ Ý÷ïõí level 3 \n"
+"êáé ðáñáðÜíù ãéá íá êÜíïõí voice ôïí åáõôü ôïõò."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Óýíôáîç: VOP êáíÜëé ADD øåõäþíõìï\n"
+" VOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}\n"
+" VOP êáíÜëé LIST [ìÜóêá | list]\n"
+" VOP êáíÜëé CLEAR\n"
+"\n"
+"ÁëëÜæåé ôçí ëßóôá VOP (VOicePeople) ôïõ êáíáëéïý. \n"
+"Ç ëßóôá VOP åðéôñÝðåé óôïõò ÷ñÞóôåò íá åßíáé áõôüìáôá voiced êáé íá äßíïõí \n"
+"voice óôïí åáõôü ôïõò áí äåí åßíáé.\n"
+" \n"
+"Ç åíôïëÞ VOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá\tVOP.\n"
+" \n"
+"Ç åíôïëÞ VOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá VOP.\n"
+"Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé\n"
+"èÝóåéò äéáãñÜöçêáí. (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)\n"
+"\n"
+"Ç åíôïëÞ VOP LIST åìöáíßæåé ôçí ëßóôá VOP. Áí äþóåôå ìéá óõãêåêñéìÝíç\n"
+"ìÜóêá, èá åìöáíßóåé ôéò èÝóåéò ðïõ áíôéóôïé÷ïýí óôçí ìÜóêá áõôÞ.\n"
+"Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá \n"
+"äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.\n"
+"\n"
+"ÐáñÜäåéãìá:\n"
+"\n"
+" VOP #êáíÜëé LIST 2-5,7-9\n"
+" Åìöáíßæåé áðü ôçí ëßóôá VOP ôéò èÝóåéò ìå ôá\n"
+" íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.\n"
+" \n"
+"Ç åíôïëÞ VOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò VOP.\n"
+" \n"
+"Ôéò åíôïëÝò VOP ADD, VOP DEL êáé VOP LIST ôéò ÷ñçóéìïðïéïýí \n"
+"ìüíï áõôïé ðïõ åßíáé óôçí AOP Þ áíþôåñïé, åíþ ç åíôïëÞ VOP CLEAR \n"
+"÷ñçóéìïðïéåßôáé ìüíï áðü ôïí founder ôïõ êáíáëéïý.\n"
+"\n"
+"ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé\n"
+"óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå \n"
+"/msg %S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,\n"
+"êáé /msg %S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï \n"
+"access list êáé xOP list óýóôçìá."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND nickname reason / UNSUSPEND nickname\n"
+"SUSPENDs / UNSUSPENDs a nickname from being identified to"
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC êáíÜëé [topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "Ç IMMED åðéëïãÞ äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Ç ëßóôá AKILL êáèáñßóôçêå."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "The Defcon Level is now at Level: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "Ç ëßóôá SNLINE êáèáñßóôçêå."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "Ç ëßóôá SQLINE êáèáñßóôçêå."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "Ç ëßóôá SZLINE êáèáñßóôçêå."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "The channel %s has no key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "The following commands have been loaded by a module:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Ôá áêüëïõèá feature/function êáôáëáâáßíïíôáé. Óçìåßùóç,\n"
+"ôá levels (âáèìïß) ãéá AUTODEOP êáé NOJOIN åßíáé ôá ìÝãéóôá levels,\n"
+"åíþ üëá ôá Üëëá åßíáé ôá åëÜ÷éóôá levels."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "Ôï host %s Ý÷åé ùò ôþñá %d sessions ìå üñéï ôï %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "The last memo you sent to %s (sent on %s) has been read."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr "The last memo you sent to %s (sent on %s) has not yet been read."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Ôï üñéï ôùí ìçíõìÜôùí ãéá ôïí %s äåí ìðïñåß íá áëëá÷ôåß."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr ""
+"Ç íÝá åðßäåéîç ÐÑÅÐÅÉ íá áíáöÝñåôå óå Ýíá øåõäþíõìï ðïõ áíÞêåé óôçí "
+"ïìáäïðïéÞóç!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Ç íÝá åðßäåéîç åßíáé ôþñá %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "The nick %s is now being changed to %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "The vhost list is empty."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "There are %d memos on channel %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Äåí õðÜñ÷ïõí äéáèÝóéìá bots áõôÞ ôç óôéãìÞ.\n"
+"Ñþôá ôïí Services Operator íá óïõ öôéÜîåé Ýíá!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Åßíáé ðÜñá ðïëëÜ øåõäþíõìá ìÝóá %s's ïìÜäá; êñÜôá ìåñéêÜ êáé âãÜëå êÜðïéá.\n"
+"ÃñÜøå /msg %s HELP GLIST êáé /msg %s HELP DROP \n"
+"ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "There is %d memo on channel %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"There is a new memo on channel %s.\n"
+"Type /msg %s READ %s %d to read it."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Äåí õðÜñ÷åé bot ðïõ íá åßíáé óôï %s ôþñá ðéá."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Äåí õðÜñ÷ïõí êáíïíéóìïß Þ ðëçñïöïñßåò."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Äåí õðÜñ÷ïõí íÝá ãéá ôïõò opers."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Äåí õðÜñ÷ïõí íÝá."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "There's no email address set for your nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"ÁõôÝò ïé åðéëïãÝò åßíáé ìüíï ãéá ôïõò Services Operators:\n"
+" \n"
+" NOBOT Äåß÷íåé ôï bot ðïõ Ýãéíå assign áðü ôï êáíÜëé \n"
+" PRIVATE Äåëé÷íåé ôï bot ðïõ Ýãéíå assigned áðü ìç IRC operators"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "This channel has been forbidden."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Áõôü ôï êáíÜëé Ý÷åé êáôï÷õñùèåß ìå ôïí %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "This channel has been suspended."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Áõôü ôï êáíÜëé äåí ìðïñåß íá ÷ñçóéìïðïéçèåß."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Áõôü ôï êáíÜëé äåí èá ëÞîåé."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "ÁõôÞ ç åíôïëÞ Ý÷åé áëëÜîåé; ÷ñçóéìïðïéÞóôå %s áíôß ãéá áõôü."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Áõôü ôï øåõäþíõìï áíÞêåé óå êÜðïéïí Üëëïí. Ðáñáêáëþ äéÜëåîå êÜðïéï Üëëï.\n"
+"(Áí áõôü åßíáé ôï øåõäþíõìü óïõ, ãñÜøå /msg %s IDENTIFY ^_êùäéêü^_.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr ""
+"Áõôü ôï øåõäþíõìï åßíáé Þäç êáôï÷õñùìÝíï; äåí ìðïñåßò íá ôï ÷ñçóéìïðïéÞóåéò."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "This nickname is currently suspended"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "This nickname is currently suspended, reason: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Áõôü ôï øåõäþíõìï åßíáé êáôï÷õñùìÝíï êáé ðñïóôáôåõìÝíï. Áí áõôü åßíáé ôï\n"
+"øåõäþíõìï óïõ, ãñÜøå /msg %s IDENTIFY ^_êùäéêü^_. Áëëéþò,\n"
+"ðáñáêáëþ äéÜëåîå êÜðïéï Üëëï øåõäþíõìï."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr ""
+"Áõôü ôï øåõäþíõìï äåí ìðïñåß íá ÷ñçóéìïðïéçèåß. Ðáñáêáëþ äéÜëåîå êÜðïéï "
+"Üëëï."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Áõôü ôï øåõäþíõìï äåí èá ëÞîåé ðïôÝ."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Êëåßäùìá ôïõ Topic"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Topic åííáëáãÞò"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic lock option for %s is now OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic lock option for %s is now ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Topic retention option for %s is now OFF."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Topic retention option for %s is now ON."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Ìçí ãñÜöåéò ìå êåöáëáßá ãñÜììáôá!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"ÃñÜøôå /msg %S HELP åíôïëÞ ãéá âïÞèåéá óå\n"
+"ïðïéáäÞðïôå áðü ôéò ðáñáðÜíù åíôïëÝò.\n"
+"\n"
+"(*) Åî'ïñéóìïý, êÜèå ÷ñÞóôçò ìå åëÜ÷éóôï åðßðåäï ðñüóâáóçò\n"
+" 10 óå Ýíá êáíÜëé, ìðïñåß íá äéáâÜóåé ôá ìçíýìáôá ôïõ\n"
+" êáíáëéïý. Áõôü ìðïñåß íá áëëÜîåé ìå ôçí åíôïëÞ\n"
+" LEVELS ôïõ %s."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"ÃñÜøå /msg %S HELP åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò\n"
+"ãéá ôçí êÜèå åíôïëÞ."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"ÃñÜøå /msg %S SET EMAIL ^_e-mail^_ ãéá íá ðñïóèÝóåéò ôï e-mail óôéò "
+"ðëçñïöïñßåò ôïõ øåõäþíõìïý óïõ.\n"
+"Ç ìõóôéêüôçôá åßíáé óåâáóôÞ; áõôü ôï e-mail êáé ï êùäéêüò ôïõ äåí ðñÝðåé íá "
+"äùèåß óå\n"
+"êáíÝíá ôñßôï ðñüóùðï."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "ÃñÜøå /msg %s LIST NEW ãéá íá äåéò ôçí ëßóôá ìå ôá ìçíýìáôá."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "ÃñÜøå /msg %s READ %d ãéá íá äéáâÜóåéò."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "ÃñÜøå /msg %s READ LAST ãéá íá ôï äéáâÜóåéò."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modes"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN chan"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN êáíÜëé [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND channel"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Unable to load module %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Unable to remove module %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "¢ãíùóôç SET åðéëïãÞ %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "¢ãíùóôç STATS åðéëïãÞ %s.."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "¢ãíùóôç åíôïëÞ %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "¢ãíùóôç åíôïëÞ %s. \"/msg %s HELP\" ãéá âïÞèåéá."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"¢ãíùóôï íïýìåñï ãëþóóáò %d. ÃñÜøå /msg %s HELP SET LANGUAGE ãéá ôçí ëßóôá "
+"ìå ôéò ãëþóóåò."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "¢ãíùóôç åðéëïãÞ ÷áñáêôÞñá %c áãíïÞèçêå."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "¢ãíùóôç åðéëïãÞ %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"¢ãíùóôç åðéëïãÞ %s.\n"
+"ÃñÜøå /msg %S HELP KICK ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"¢ãíùóôç åðéëïãÞ %s.\n"
+"ÃñÜøå /msg %S HELP SET ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Ãßíåôáé Update óôéò âÜóåéò äåäïìÝíùí."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "User %s not found in the nickserv db."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "×ñÞóôçò : %6d âÜóåéò, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"User claiming your nick has been killed.\n"
+"/msg %s RELEASE %s to get it back before %s timeout."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "User matches channel except."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Ëßóôá ÷ñçóôþí:\n"
+"¼íïìá ÌÜóêá"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ç VOP ëßóôá ôïõ %s åßíáé:\n"
+" Íïýìåñï Øåõäþíõìï"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Ðñïóôáóßá óôïõò Voices"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Ðñüóå÷å ôçí ãëþóóá óïõ!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Åßóáé Þäç ìÝëïò ôçò ïìÜäáò ôïõ %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "You are already identified."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "You are no longer a SuperAdmin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Äåí ìðïñåßò íá Ý÷åéò chanop status óå áõôü ôï êáíÜëé %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Äåí Ý÷åéò ôçí Üäåéá íá åßóáé óå áõôü ôï êáíÜëé."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr ""
+"Äåí Ý÷åéò ôï äéêáßùìá íá áëëÜîåéò ôï üñéï ôùí ìçíõìÜôùí ðïõ èá ëáìâÜíåéò."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "You are now a SuperAdmin"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "You are now an IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Åßóáé ôþñá ìÝóá óôçí ïìÜäá ôïõ %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+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."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Äåí ìðïñåßò íá óêïôþóåéò ôïí åáõôü óïõ!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Äåí ìðïñåßò íá øÜ÷íåéò ôïí åáõôü óïõ!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Äåí ìðïñåßò íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ. \n"
+"×ñçóéìïðïßçóå AOP, SOP êáé VOP åíôïëÝò áíôß ãéá ôçí access.\n"
+"ÃñÜøå /msg %s HELP command ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Äåí ìðïñåßò íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ. ×ñçóéìïðïßçóå ôçí ACCESS "
+"åíôïëÞ áíôß ãéá áõôÞ.\n"
+"ÃñÜøå /msg %s HELP ACCESS ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Äåí ìðïñåßò íá èÝóåéò ùò üñéï ìçíõìÜôùí ãéá ôïí %s ìåãáëýôåñï áðü %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Äåí ìðïñåßò íá èÝóåéò ùò üñéï ìçíõìÜôùí ìåãáëýôåñï áðü %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr ""
+"Äåí ìðïñåßò íá áðåíåñãïðïéÞóåéò ôçí äéåýèõíóç ôïõ e-mail óå áõôü ôï äßêôõï."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí %d äåí Ý÷ïõí äéáâáóôåß."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí 1 äåí Ý÷åé äéáâáóôåß."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr ""
+"ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá; åê ôùí ïðïßùí üëá äåí Ý÷ïõí äéáâáóôåß."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "ÌÝ÷ñé óôéãìÞò Ý÷åéò 1 memo, êáé äåí ôï Ý÷åéò äéáâÜóåé."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "ÌÝ÷ñé óôéãìÞò Ý÷åéò 1 ìÞíõìá."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "ÌÝ÷ñéò óôéãìÞò äåí Ý÷åéò êáíÝíá ìÞíõìá."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Ìå âñÞêåò, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "¸÷åéò %d íÝá ìçíýìáôá."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "¸÷åéò 1 íÝï ìÞíõìá."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"¸÷åéò Ýíá íÝï ìÞíõìá áðü %s.\n"
+"ÃñÜøå /msg %s READ %d ãéá íá ôï äéáâÜóåéò."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "You have attempted to register a nonexistent channel %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "ãéíåò unban áðü ôï %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Äåí Ý÷åéò èÝóåé êáíÝíá áñéèìü óôï üñéï ùóôå íá êñáôÞóåéò ìçíýìáôá."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Äåí Ý÷åéò ìçíýìáôá."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Äåí Ý÷åéò íÝá ìçíýìáôá."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "You have to enter a valid number as time."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"ÐñÝðåé íá êÜíåéò assign óôï bot ãéá íá ìðåß óôï êáíÜëé.\n"
+"ÃñÜøå /msg %S HELP ASSIGN ãéá ðåñéóóüôåñåò ðëçñïöïñßåò."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr ""
+"ÐñÝðåé íá åßóáé íá Ý÷åéò operator status óôï êáíÜëé ãéá íá ôï êáôï÷õñþóåéò."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr "You have to be connected longer than %d seconds to register your nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "ÐñÝðåé íá êëåéäþóåéò ìå +i üðùò êáé ìå +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "ÐñÝðåé íá ôï êëåéäþóåéò ìå +l üðùò êáé ìå +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"ÐñÝðåé íá ðñïóèÝóåéò Ýíá e-mail ãéá ôï øåõäþíõìü óïõ.\n"
+"Ìå áõôü ôï e-mail èá ìðïñåßò íá ëÜâåéò ôïí êùäéêü óïõ óå\n"
+"ðåñßðôùóç ðïõ ôïí îå÷Üóåéò."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr "Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá üôáí êÜíåéò logon êáé üôáí öôÜóïõí."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá óôï logon."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá üôáí èá öôÜóïõí."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Äåí èá åßóáé éêáíüò íá ëÜâåéò Üëëá ìçíýìáôá."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "You will no longer be informed via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Äåí èá óïõ ãßíåé ðáñáôÞñçóç ãéá íÝá ìçíýìáôá."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "You will now be informed about new memos via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Ç äéåýèõíóç ôïõ e-mail äåí èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ"
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Ç äéåýèõíóç ôïõ å-mail èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Your access list is empty."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+"Ôï ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá áðï äù êáé óôï åîÞò äåí èá "
+"ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Ôï ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá áðï äù êáé óôï åîÞò èá ðáñïõóéÜæåôáé "
+"óôçí %s INFO åíôïëÞ."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "Äåí èá åìöáíßæåôáé ôï ôåëåõôáßï user@host óôçí %s INFO åíôïëÞ."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Èá åìöáíßæåôáé ôï ôåëåõôáßï user@host óôçí %s INFO åíôïëÞ."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Ôï üñéï ìçíõìÜôùí åßíáé áðåíåñãïðïéçìÝíï."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Ôï üñéï ìçíõìÜôùí Üëëáîå óå %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Ôï üñéï ìçíõìÜôùí åßíáé %d, êáé äåí ìðïñåß íá áëëá÷ôåß."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Ôï üñéï ìçíõìÜôùí åßíáé %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Ôï üñéï ìçíõìÜôùí åßíáé 0; äåí èá ëÜâåéò ðïôÝ êáíÝíá Üëëï ìÞíõìá."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Ôï üñéï ìçíõìÜôùí åßíáé 0; äåí èá ëÜâåéò ðïôÝ êáíÝíá Üëëï ìÞíõìá. Äåí "
+"ìðïñåßò íá áëëÜîåéò áõôü ôï üñéï."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr ""
+"Ôï øåõäþíõìï óïõ äåí ôï êáôÝ÷åéò ôþñá,ðñÝðåé íá êÜíåéò ðÜëé åíôïëÞ "
+"áíáãíþñéóçò ãéá íá ôï êáôÝ÷åéò."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Áõôü ôï øåõäþíõìï åßíáé Þäç êáôï÷õñùìÝíï; ãñÜøå /msg %s DROP áñ÷éêÜ."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Áõôü ôï øåõäþíõìï äåí Ý÷åé êáôï÷õñùèåß."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Áõôü ôï øåõäþíõìï äåí Ý÷åé êáôï÷õñùèåß. ÃñÜøå /msg %s HELP ãéá ðåñéóóüôåñåò "
+"ðëçñïöïñßåò ó÷åôéêÜ ãéá ôçí êáôï÷ýñùóç øåõäùíýìïõ.."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Ôï øåõäþíõìü óïõ óâÞóôçêå åðéôõ÷þò áðü ôçí õðçñåóßá."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Ôï øåõäþíõìü óïõ Ý÷åé áëëÜîåé óå %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Your passcode has been re-sent to %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Ï êùäéêüò óïõ åßíáé %s - èõìÞóïõ ôïí ãéá áñãüôåñç ÷ñÞóç."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Your services access status will now be hidden from %s INFO displays."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Your services access status will now be shown in %s INFO displays."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Your vhost of %s is now activated."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Your vhost of %s@%s is now activated."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Êáíïíéóìïß Þ ðëçñïöïñßåò - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[ÍÝá ãéá Opers - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[ÍÝá ó÷åôéêÜ ìå ôï äßêôõï - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "áðåíåñãïðïéçìÝíï"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "äåí ëÞãåé ðïôÝ"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "åíåñãïðïéçìÝíï"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "ëÞãåé óôçí åðüìåíç áíáâÜèìéóç õðçñåóéþí"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "ëÞãåé ìÝóá óå %d ìÝñá"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "ëÞãåé ìÝóá óå %d ìÝñåò"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "ëÞãåé ìÝóá óå %d þñá, %d ëåðôÜ"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "ëÞãåé ìÝóá óå %d þñá, %d ëåðôÜ"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "ëÞãåé ìÝóá óå %d þñåò, %d ëåðôÜ"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "ëÞãåé ìÝóá óå %d þñåò, %d ëåðôÜ"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "ëÞãåé ìÝóá óå %d ëåðôü"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "ëÞãåé ìÝóá óå %d ëåðôÜ"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost for %s removed."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost for %s set to %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost for %s set to %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost for group %s set to %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost for group %s set to %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vhosts for group %s have been removed."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "xOP ëßóôá óõóôÞìáôïò"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "xOP lists system for %s is now OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "xOP lists system for %s is now ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/anope.es_ES.po b/lang/anope.es_ES.po
new file mode 100644
index 000000000..d27c0f0e3
--- /dev/null
+++ b/lang/anope.es_ES.po
@@ -0,0 +1,12379 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:23-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Spanish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s para mayor informacion."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S te permite \"registrar\" un nickname y\n"
+"prevenir a otros usarlo. Los siguientes comandos\n"
+"permiten el registro y mantenimiento de nicknames;\n"
+"para usarlos, tipea /msg %S comando.\n"
+"Para mayor informacion acerca de un comando especifico\n"
+"tipea /msg %S HELP comando."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S te permite crear un bot en tu propio canal.\n"
+"Esto ha sido creado para usuarios que no puedan\n"
+"hostear o configurar un bot, o para uso en redes\n"
+"que no permitan bots de usuarios. Comandos\n"
+"disponibles estan listados mas abajo; para\n"
+"usarlos, tipea /msg %S comando. Para mayor\n"
+"informacion sobre un comando especifico, tipea \n"
+"/msg %S HELP comando."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S te permite registrar y controlar varios\n"
+"aspectos de los canales. A menudo, %S puede prevenir\n"
+"a usuarios maliciosos \"tomarse\" canales limitando\n"
+"quienes estan permitidos a tener privilegios de operador.\n"
+"Los comandos disponibles estan listados a continuacion;\n"
+"para usarlos, tipea /msg %S comando.\n"
+"Para mayor informacion acerca de un comando especifico,\n"
+"tipea /msg %S HELP comando.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S es una utilidad que permite a usuarios de IRC\n"
+"enviar cortos mensajes a otros usuarios de IRC, esten\n"
+"en linea o no, o a canales(*). Ambos el nickname que\n"
+"envia y el nickname o canal destinatarios deben estar\n"
+"registrados para enviar un memo.\n"
+"\n"
+"Los comandos de %S incluyen:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s Cambiado el nivel de DEFCON a %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s añadido a la lista AOP de %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s añadido a la lista HOP de %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s añadido a la lista SOP de %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s añadido a la lista VOP de %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s añadido a la lista de acceso de %s con nivel %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s añadido a la lista de kicks automaticos en el canal %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s añadida a la lista de bad words de %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s añadido a la lista de AKILLs."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s añadido a la lista de SNLINEs."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s añadido a la lista de SQLINEs."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s añadido a la lista de SZLINEs."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s añadido a tu lista de acceso."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s ya existe en la lista de bad words de %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s ya esta presente en la lista de kick automatico en el canal %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s ya esta presente en la lista de AKILLs."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s already exists on the EXCEPTION list."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s ya existe en la lista de SNLINEs."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s ya existe en la lista de SQLINEs."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s ya existe en la lista de SZLINEs."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s no puede ser tomado como veces a banear"
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s cambio tus modos de usuario."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista del canal %s:\n"
+"Nombre Modos de Usr. Topico"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s borrado de la lista AOP de %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s borrado de la lista HOP de %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s borrado de la lista SOP de %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s borrado de la lista VOP de %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s borrado de la lista de acceso de %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s borrado de la lista de kicks automaticos del canal %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s borrada de la lista de bad words de %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr ""
+"%s instancias borradas de la lista de excepciones al limite de sesiones."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s borrado de la lista de AKILLs."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s borrado de la lista de SNLINEs."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s borrado de la lista de SQLINEs."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s borrado de la lista de SZLINEs."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s borrado de tu lista de acceso."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s inhabilitado(s) en el canal %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s tiene demasiados canales registrados."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s ya esta cubierto por %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s no es un tipo de ban valido."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s no es un bot valido o el canal no esta registrado."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s no es un e-mail valido."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s ya no esta siempre activo en el canal %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "El nick %s no esta en el canal %s actualmente."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s esta ahora siempre activo en el canal %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s coincide con una excepcion en %s y no puede ser baneado hasta que la "
+"excepcion haya sido removida."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s movido a %s en la lista AOP."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s movido a %s en la lista HOP."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s movido a %s en la lista SOP."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s movido a %s en la lista VOP."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s no encontrado en la lista AOP de %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s no encontrado en la lista HOP de %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s no encontrado en la lista SOP de %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s no encontrado en la lista VOP de %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s no encontrado en la lista de acceso de %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s no encontrado en la lista de kicks automaticos en el canal %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s no encontrada en la lista de bad words de %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s no encontrado en la lista de sesion."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s no encontrado en la lista de excepciones al limite de sesiones."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s no encontrado en la lista de AKILLs."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s no encontrado en la lista de SNLINEs."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s no encontrado en la lista de SQLINEs"
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s no encontrado en la lista de SZLINEs."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s no encontrado en tu lista de acceso."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista de usuarios de %s:\n"
+"Nick Mascara"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s ya no sera ignorado."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s sera ignorado por %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s sera ignorado permanentemente."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Noticia: todos los comandos enviados a %S son monitoreados!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Noticia: Los Servicios estan en modo read-only; Los cambios no seran "
+"salvados!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Recordatorio: Las mascaras AKILL no pueden contener nicks; asegurate de no "
+"haber incluido el nick en tu mascara."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Recordatorio: Solo puedes añadir mascaras IP a la lista de SZLINEs."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Niveles de acceso para usuarios\n"
+"\n"
+"Por defecto, los siguientes niveles de acceso estan definidos:\n"
+"\n"
+" Fundador Acceso completo a las funciones de %S;\n"
+" Op automatico al entrar al canal. Notese\n"
+" que solo una persona puede tener estatus\n"
+" de fundador (no puede ser dado usando el\n"
+" comando ACCESS).\n"
+"  10 Acceso al comando AKICK; Op automatico.\n"
+"  5 Op automatico.\n"
+"  3 Voice automatico.\n"
+"  0 Ningun privilegio especial; Puede ser opeado\n"
+" por otros ops (a menos que seguridad de\n"
+" ops este seteada).\n"
+"  <0 No puede ser opeado.\n"
+"\n"
+"Esyos niveles pueden ser cambiado, o nuevos añadidos,\n"
+"usando el comando LEVELS; tipea /msg %S HELP LEVELS\n"
+"para mayor informacion."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Advertencia: haz sobrepasado el maximo numero de memos (%d). Te sera "
+"imposible recibir mas memos hasta que borres algunos de los existentes."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Advertencia: haz alcanzado el maximo numero de memos (%d). No podras recibir "
+"mas memos hasta que borres algunos de los existentes."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] El memo que enviaste ha sido leido."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] El memo que enviaste a %s ha sido leido."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"NOTESE: Este servicio intenta proveer una forma para\n"
+"usuarios de IRC de asegurarse que su identidad no esta\n"
+"comprometida, NO para facilitar el \"robo\" de nicknames\n"
+"u otra accion maliciosa. El Abuso de %S resultara en, a lo\n"
+"minimo, la perdida del nickname comprometido."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Administradores de Servicios tambien pueden botar un canal\n"
+"sin tener que identificarse por medio de clave, y pueden\n"
+"ver el acceso, AKICK, y seteos de las listas de niveles para\n"
+"cualquier canal."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Administradores de Servicios pueden tambien botar cualquier\n"
+"nickname sin tener que identificarse por el nick y pueden\n"
+"ver la lista de acceso para cualquier nickname\n"
+"(/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Opciones : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \tvhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Nick del bot : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Nick del bot : Aun no asignado."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opciones: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kicker por mayusculas : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Kicker por mayusculas : %s (%d kick(s) para ban; minimo %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Caps kicker : %s (minimo %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Fundador: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Fundador: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opciones: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Tipo de ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kicker por negritas : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker por negritas : %s (%d kick(s) para ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kicker por flood : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Kicker por flood : %s (%d kick(s) para ban; %d lineas en %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kicker por flood : %s (%d lineas en %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Mascara : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kicker por colores : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker por colores : %s (%d kick(s) para ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expira en: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Ultima vez usado: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Modo de lock: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kicker por repeticion : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kicker por repeticion : %s (%d kick(s) para ban; %d veces)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kicker por repeticion : %s (%d veces)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Sucesor: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Sucesor: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspendido: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Ultimo topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Registrado: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (inhabilitado)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (solo el fundador)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Modifica la lista de direcciones autorizadas"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Modifica la lista de usuarios privilegiados"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Mantiene la lista de AutoKick"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Manipula la lista AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Modifica la lista de usuarios AOP"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Asigna un bot a un canal"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Mantiene lista de bad words"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr ""
+" BANTYPE Setea como los Servicios ponen bans\n"
+" en el canal"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Mantiene la lista de bots de la red"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Lista bots disponibles"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Cancela el ultimo memo que enviaste"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL all users on a specific channel"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Lista todos los records de canal"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Checks if last memo to a nick was read"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Limpia los modos de un canal"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Creado : %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulate the DefCon system"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Borra el vhost de otro usuario."
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Borra uno o mas memos"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Borra el vhost de todos los nicks en un grupo."
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Setea la descripcion del canal"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Setea el display de tu grupo con Servicios"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Cancela la registracion de un canal"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Cancela la registracion de un nickname"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Descripcion: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Asocia un E-mail con tu nickname"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Setea un mensaje a enviar a\n"
+" los usuarios cuando entren al canal"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Modifica la lista de limite de sesion"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Previene un canal a ser usado"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Previene un nickname a ser usado"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Setea el fundador de un canal"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Retorna la clave de fundador para un canal"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Recupera la clave para un nickname\n"
+" (solo si encripcion esta desabilitada)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Envia un mensaje a todos los usuarios"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Asocia un saludo con tu nickname"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP\tSincroniza vhost en todos los nicks del grupo."
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Ingresa a un grupo"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Mensaje de bienvenida: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Esconde algunas partes de tu informacion"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Para identificarte con tu clave"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE\tIgnora a un usuario"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Displays information about your memos"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Jupiter\" un servidor"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Retiene el topic cuando el canal no\n"
+" esta en uso"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Configura kickers"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kickea un usuario de un canal"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Enciende o apaga la proteccion"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Killea todos los usuarios en un host"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Setea el lenguaje con el que Servicios te\n"
+" enviara mensajes"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Redefine el significado de niveles de acceso"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Muestra uno o mas vhosts."
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Lista tus memos"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Define mensajes para ser mostrados a usuarios\n"
+" al conectarse"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Fija los modos de canal on u off"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Cambia los modos de un canal"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info about a loaded module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST List loaded modules"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Load a module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Un-Load a module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr ""
+" MSG Cambia el metodo de comunicacion con\n"
+" Servicios"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Temporalmente remueve todas las lineas O: de\n"
+" un servidor remotamente"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Desactiva tu vhost asignado."
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE\tOtorga privilegios IRCOP temporarios"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Activa tu vhost asignado."
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS Define mensajes a ser mostrados a usuarios al\n"
+" transformarse en operadores"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Envia una noticia cuando los comandos\n"
+" OP/DEOP son usados"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Opciones : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Setea la clave de tu nickname"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Regula el uso de comandos criticos"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Esconde el canal del comando LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Previene tu nickname de aparecer en un\n"
+" /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr ""
+" QUIT Termina el programa de servicios sin guardar\n"
+" los cambios"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Define mensajes para ser mostrados al azar a\n"
+" usuarios al conectarse"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Lee uno o mas memos"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Killea otro usuario que este usando tu nickname"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Registra un canal"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registra un nickname"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Retoma custodia de tu nick luego de RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Recarga la configuracion de los Servicios"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr ""
+" RESTART Guarda la base de datos de los Servicios y\n"
+" recarga los Servicios"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Restrinje el acceso al canal"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Sends a memo and requests a read receipt"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kicker por inversos : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker por inversos : %s (%d kick(s) para ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Activa las opciones de seguridad de %S"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Enciende o apaga la seguridad de nickname"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr ""
+" SECUREFOUNDER Estricto control del estatus de fundador\n"
+" de canal"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Estricto control del estatus de chanop"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Envia un memo a un nick o canal"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Envia un memo a todos los usuarios registrados"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Olvidaste tu clave? Intenta esto"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Muestra la lista de sesiones de host"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Configura opciones de bots"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Setea el vhost de otro usuario."
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Setea varias opciones globales de los Servicios"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Setea opciones e informacion de un canal"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Setea protecciones, incluyendo kills"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Setea opciones relacionadas a memos"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Setea el vhost de todos los nicks en un grupo."
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr ""
+" SHUTDOWN Termina el programa de Servicios guardando los\n"
+" cambios"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Firma kicks hechos con el comando KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Manipula la lista SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Modifica la lista de usuarios SOP"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Manipula la lista SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF\tMuestra la lista del staff y su status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Envia un memo a todos los opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Muestra estatus de los Servicios y la red"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Retorna el nivel de acceso actual de un\n"
+" usuario en un canal"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Setea el sucesor de un canal"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Previene un canal a ser usado preservando \n"
+" toda su informacion."
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forcefully change a user's nickname"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Manipula la lista SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr ""
+" TOPICLOCK El topic solo puede ser cambiado con\n"
+" TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE\tOtorga cambios de modos de usuario"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Libera la suspencion del canal."
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Fuerza a la base de datos de los Servicios a\n"
+" ser updateada a disco inmediatamente"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Lista todos los records de usuarios"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Usado en : %d canal(es)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr ""
+" XOP Cambia el sistema de privilegios de\n"
+" usuario"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Kicker por Bad words : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker por Bad words : %s (%d kick(s) para ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Direccion E-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Esta en linea desde: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Ultima vez visto: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Topic seteado por: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr "Mensaje de entrada: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Nombre real : %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Tiempo registrado: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr " Kicker por subrayados : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker por subrayados : %s (%d kick(s) para ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Direccion e-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Num De Fecha/Hora"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (por %s en %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (por %s en %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (pegado) (por %s en %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limite: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s by %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Comandos para %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modulos cargados."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots disponibles."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d dias"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d horas"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minutos"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicknames en el grupo."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d segundos"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "La lista AOP de %s esta vacia."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "La lista HOP de %s esta vacia."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "La lista SOP de %s esta vacia."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "La lista VOP de %s esta vacia."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "La lista de acceso de %s esta vacia."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "La lista de kicks automaticos del canal %s esta vacia."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "La lista de bad words de %s esta vacia."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s no puede ser el sucesor en el canal %s ya que el es el fundador."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s no puede recibir memos."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr ""
+"%s La covertura es muy amplia; Por favor usa una mascara mas especifica."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr ""
+"%s actualmente tienes %d memos, de los cuales %d aun no han sido leidos."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s actualmente tiene %d memos, de los cuales 1 aun no ha sido leido."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s actualmente tiene %d memos."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s actualmente tienes %d memos, de los cuales ninguno ha sido leido ."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s actualmente tiene 1 memo y aun no ha sido leido."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s tiene 1 memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s no tiene memos."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s actualmente tiene muchos memos y no puede recibir mas."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s no tiene limite para memos."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s no tiene memos."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s no tiene memos nuevos."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s es %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s esta momentaneamente offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s Esta actualmente en linea. "
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s esta deshabilitado"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s esta habilitado"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s ya no es un Super-Admin."
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s no es notificado por memos nuevos."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s es notificado por memos nuevos cuando se conecta y cuando le son enviados."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s es notificado de nuevos memos cuando se conecta."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s es notificado cuando nuevos memos le son enviados."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s es ahora un Super-Admin."
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s esta en el canal en estos instantes (como %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s esta en el canal en estos instantes!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s fue visto aqui hace %s."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s no te enviara ninguna notificacion acerca de tus memos."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s ahora te notificara de tus memos cuando te sean enviados."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s ahora te notificara de tus memos cuando te conectes y cuando te sean "
+"enviados."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s ahora te notificara de tus memos cuando te conectes o saques tu /AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) añadido a la lista de bots."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "El limite de memos para %s es %d, y no puede ser cambiado."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "El limite de memos para %s es %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL cualquier nuevo cliente que se conecte"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Fuerza Modos de Canal (%s) para ser seteado en todos los canales"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignora a cualquier no-operador notificando"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Kill a cualquier NUEVO cliente que se conecte"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* No cambios en MLOCK"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* No nuevos registros de canales"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* No hay nuevos memos enviados"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* No nuevos registros de nicks"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Ignora a los no-operadores sin notificar"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Usa el reducido limite de sesion de %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 dia"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 hora"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minuto"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 segundo"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<desconocido>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Un massmemo ha sido enviado a todos los usuarios registrados."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Una notificacion ha sido enviada a %s informando que has leido su memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"El password ha sido enviado a %s, tipea /msg %s confirm <password> para "
+"completar el registro."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "Un vhost ident debe tener el formato de un ident valido"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Error! Un vhost solo puede contener A-Z, a-z, 0-9, '.' y '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nivel] | lista]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mascara]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT canal texto"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-o-mascara] [razon]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE en %s completa; %d usuarios afectados."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "La lista de AKILLS esta vacia."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} "
+"[razon]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nick"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP canal {ADD|DEL|LIST|CLEAR} [nick | instancia]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista AOP para %s:\n"
+" Num Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN canal nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Acceso Denegado."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Acceso denegado."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Nivel de acceso para %s en %s cambiada a %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Nivel de acceso para %s en %s no cambiada de %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "El nivel de acceso debe ser entre %d y %d inclusive."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "El nivel de acceso no puede ser cero."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Opciones del nivel de acceso para el canal %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Niveles de acceso para %s resetados a los valores originales."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "La lista de acceso para %s esta vacia."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Lista de acceso para %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Lista de acceso para %s:\n"
+" Num Niv Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Lista de acceso:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Nueva noticia de entrada anadida (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Nueva noticia de oper anadida (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Nueva noticia al azar anadida (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Todas las lineas O de %s han sido removidas."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Todas las lineas O de %s han sido reseteadas."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Todos los bans en el canal %s han sido removidos."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Todas las excepciones en el canal %s han sido removidas."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Todos los invites en el canal %s han sido removidos."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Todas las noticias de entrada borradas."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Todos los memos para el canal %s han sido borrados."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Todos los modos limpiados del canal %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Todos los modos en el canal %s han sido reseteados."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Todos tus memos han sido borrados."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Todas las noticias de oper borradas."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Todas las noticias al azar borradas."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Todos los usuarios han sido kickeados del canal %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Todos los vhosts en el grupo %s han sido seteados a %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Todos los vhosts en el grupo %s han sido seteados a %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Autorizado para halfop/dehalfop a si mismo"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Autorizado para op/deop a si mismo"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Autorizado para protect/deprotect a si mismo"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Autorizado para voice/devoice a si mismo"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Habilitado para asignar/deasignar un bot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Permitido banearse a si mismo"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Autorizado para kickearse a si mismo"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Habilitado para listar/leer memos del canal"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Habilitado para modificar la lista de acceso"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Habilitado para usar el comando AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Habilitado para usar el comando BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Permitido usar el comando BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Habilitado para usar el comando CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Habilitado para usar el comando GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Habilitado para usar el comando HALFOP/DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr ""
+"Permitido usar el comando INFO con\n"
+"la opcion ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Habilitado para usar el comando INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Habilitado para usar el comando KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Habilitado para usar el comando OP/DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Habilitado para usar el comando PROTECT/DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Habilitado para usar el comando SAY y ACT"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Habilitado para usar el comando SET (no FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Permitido usar el comando TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Habilitado para usar el comando UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Habilitado para usar el comando VOICE/DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Habilitado para utilizar comandos de fantasia"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Habilitado para ver la lista de acceso"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Lista de kicks automaticos para el canal %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Status automatico de operador de canal"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Modo automatico +a"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Modo automatico +h"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Modo automatico +v"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS canal {ADD|DEL|LIST|CLEAR} [palabra | lista] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick usuario host nombre-real\n"
+"BOT CHANGE nick-antiguo nick-nuevo [usuario [host [nombre-real]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Lista de Bad words para %s:\n"
+" Num Palabra Tipo"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "La lista de bad words esta ahora vacia."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Tipo de ban para el canal %s es ahora #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Modos binarios y bans limpiados del canal %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "El bot %s ya existe."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "El bot %s no existe."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "El bot %s ha sido asignado al canal %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "El bot %s ha sido cambiado a %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "El bot %s ha sido borrado."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s ya esta asignado al canal %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot kickeara ops en el canal %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot kickeara voices en el canal %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot no kickeara ops en el canal %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot no kickeara voices en el canal %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Los Hosts de bots pueden tener solo %d caracteres."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Los hosts de bots pueden contener solo caracteres de hosts validos."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Los Idents de bots pueden tener solo %d caracteres."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Los idents de bots pueden contener solo caracteres validos."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Los nicks de bots pueden solo contener caracteres de nicks validos."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "El bot no esta en el canal %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Lista de bots:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"El bot entrara a un canal cuando quiera que hayan\n"
+"%d usuario(s) en el."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"El bot ahora kickeara bad words, y baneara despues de\n"
+"%d kicks al mismo usuario. Usa el comando BADWORDS\n"
+"para añadir o remover palabras."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"El bot ahora kickeara bad words. Usa el comando BADWORDS\n"
+"para añadir o remover palabras."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"El bot ahora kickeara negritas, y baneara despues de \n"
+"%d kicks al mismo usuario."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "El bot ahora kickeara negritas."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"El bot ahora kickeara mayusculas (deben ser al menos\n"
+"%d caracteres y %d%% del mensaje entero), y baneara\n"
+"despues de %d kicks al mismo usuario."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"El bot ahora kickeara mayusculas (deben ser al menos\n"
+"%d caracteres y %d%% del mensaje entero)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ahora kickeara colores, y baneara despues de %d \n"
+"kicks al mismo usuario."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "El bot ahora kickeara colores."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"El bot ahora kickeara flood (%d lineas in %d segundos), y \n"
+"baneara despues de %d kicks al mismo usuario."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "El bot ahora kickeara flood (%d lineas en %d segundos)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ahora kickeara repeats (usuarios que repitan %d veces\n"
+"lo mismo), y baneara despues de %d \n"
+"kicks al mismo usuario."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"El bot ahora kickeara repeats (usuarios que repitan %d veces\n"
+"lo mismo)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ahora kickeara reversos, y baneara despues de %d \n"
+"kicks al mismo usuario."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "El bot ahora kickeara reversos."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"El bot ahora kickeara subrayados, y baneara despues de %d \n"
+"kicks al mismo usuario."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "El bot ahora kickeara subrayados."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "El bot ya no kickeara bad words. "
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "El bot ya no kickeara negritas."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "El bot ya no kickeara mayusculas."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "El bot ya no kickeara colores."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "El bot ya no kickeara flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "El bot ya no kickeara repeats."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "El bot ya no kickeara reversos."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "El bot ya no kickeara subrayados."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d records, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots reservados a operadores de IRC:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Bytes leidos : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes escritos : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | canal}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#channel} [reason]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR canal modos-a-limpiar"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES canal [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "No puedo desconectar a %s porque es un administrador de servicios."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Imposible enviar el e-mail ahora; por favor intenta mas tarde."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d records, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Cambiados los modos de usuario de %s."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "El Canal %s no existe."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "El canal %s ha sido botado."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"El Canal %s ha sido prohibido por %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "El canal %s ya esta registrado!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Canal %s ahora prohibido."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Canal %s ahora liberado."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Canal %s ahora prohibido."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "El Canal %s no esta registrado."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "El Canal %s no puede ser registrado o usado."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "El canal %s no puede ser registrado."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "El canal %s esta registrado bajo tu nickname: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Canal : %6d records, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "El canal %s expirara."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "El canal %s no expirara."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "La lista AOP de canales %s ha sido limpiada."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "La lista HOP de canales %s ha sido limpiada."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "La lista HOP de canales %s ha sido limpiada."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "La lista HOP de canales %s ha sido limpiada."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "La lista de acceso para el canal %s ha sido limpiada."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "La lista de kicks automaticos del canal %s ha sido limpiada."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr ""
+"La lista de AOP de canales solo puede contener nicks\n"
+"registrados."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Listas HOP de canales solo pueden tener nicks registrados."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Listas SOP de canales solo pueden tener nicks registrados."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"SQLINEs de canal no estan soportadas por tu IRCd, asi que no las puedes usar."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Listas VOP de canales solo pueden tener nicks registrados."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Las listas de acceso a canales solo pueden contener nicks registrados."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista de canal:\n"
+"Nombre Modos de Usr. Topico"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Status de operador de canal deshabilitado."
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canales en los que %s tiene acceso:\n"
+" Num Canal Nivel Descripcion "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canales en los que tienes acceso:\n"
+" Num Canal Nivel Descripcion "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Imposible encontrar al usuario %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Imposible prohibir el canal %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "La prohibicion de %s no fue posible!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Imposible liberar el canal %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Couldn't release nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Couldn't suspend nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Imposible suspender el canal %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Lista actual de AKILLs:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista actual de AKILLs:\n"
+" Num Mascara Razon"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Lista actual de modulos:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Lista actual de SNLINEs:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista actual de SNLINEs:\n"
+" Num Mascara Razon"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Lista actual de SQLINEs:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista actual de SQLINEs:\n"
+" Num Mascara Razon"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Lista actual de SZLINEs:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista actual de SZLINEs:\n"
+" Num Mascara Razon"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Lista de excepciones al limite de sesiones actual:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Numero actual de AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Numero actual de SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Numero actual de SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Numero actual de SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Actuales usuarios: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [canal] {numero | lista | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP canal"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Tiempo de expiracion por defecto de AKILL: %d dias"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Tiempo de expiracion por defecto de AKILL: %d horas"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Tiempo de expiracion por defecto de AKILL: %d minutos"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Tiempo de expiracion por defecto de AKILL: 1 dia"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Tiempo de expiracion por defecto de AKILL: 1 hora"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Tiempo de expiracion por defecto de AKILL: 1 minuto"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Tiempo de expiracion por defecto de AKILL: Sin expiracion"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Tiempo de expiracion por defecto de SNLINE: %d dias"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Tiempo de expiracion por defecto de SNLINE: %d horas"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Tiempo de expiracion por defecto de SNLINE: %d minutos"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Tiempo de expiracion por defecto de SNLINE: 1 dia"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Tiempo de expiracion por defecto de SNLINE: 1 hora"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Tiempo de expiracion por defecto de SNLINE: 1 minuto"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Tiempo de expiracion por defecto de SNLINE: Sin expiracion"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Tiempo de expiracion por defecto de SQLINE: %d dias"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Tiempo de expiracion por defecto de SQLINE: %d horas"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Tiempo de expiracion por defecto de SQLINE: %d minutos"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Tiempo de expiracion por defecto de SQLINE: 1 dia"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Tiempo de expiracion por defecto de SQLINE: 1 hora"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Tiempo de expiracion por defecto de SQLINE: 1 minuto"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Tiempo de expiracion por defecto de SQLINE: Sin expiracion"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Tiempo de expiracion por defecto de SZLINE: %d dias"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Tiempo de expiracion por defecto de SZLINE: %d horas"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Tiempo de expiracion por defecto de SZLINE: %d minutos"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Tiempo de expiracion por defecto de SZLINE: 1 dia"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Tiempo de expiracion por defecto de SZLINE: 1 hora"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Tiempo de expiracion por defecto de SZLINE: 1 minuto"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Tiempo de expiracion por defecto de SZLINE: Sin expiracion"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d instancias borradas de la lista AOP de %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d instancias borradas de la lista HOP de %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d instancias borradas de la lista SOP de %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d instancias borradas de la lista VOP de %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d instancias borradas de la lista de acceso de %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "%d instancias borradas de la lista de kicks automaticos del canal %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "%d palabras borradas de la lista de bad words de %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr ""
+"%d instancias borradas de la lista de excepciones al limite de sesiones."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "%d instancias borradas de la lista de AKILLs."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "%d instancias borradas de la lista de SNLINEs."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "%d instancias borradas de la lista de SQLINEs."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "%d instancias borradas de la lista de SZLINEs."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 instancia borrada de la lista AOP de %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 instancia borrada de la lista HOP de %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 instancia borrada de la lista SOP de %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 instancia borrada de la lista VOP de %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 instancia borrada de la lista de acceso de %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 instancia borrada de la lista de kicks automaticos del canal %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "1 palabra borrada de la lista de bad words de %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "1 instancia borrada de la lista de excepciones al limite de sesiones."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "1 instancia borrada de la lista de AKILLs."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "1 instancia borrada de la lista de SNLINEs."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "1 instancia borrada de la lista de SQLINEs."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "1 instancia borrada de la lista de SZLINEs."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "La descripcion de %s cambiada a%s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Todos los registros mostrados (Cuenta: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Todos los registros mostrados de %d a %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr ""
+"Todos los registro mostrados que coinciden con la clave %s (Cuenta: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "No uses negritas en este canal!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "No uses colores en este canal!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "No uses reversos en este canal!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "No uses la palabra %s en este canal!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "No uses subrayados en este canal!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Direccion E-mail cambiada a %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Direccion e-mail para %s cambiada a %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Direccion e-mail para %s no seteada."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Direccion E-mail no seteada."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "El e-mail para %s es invalido."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+expiracion] mascara limite razon"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mascara | lista}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE numero posicion"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametros]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Emails Coinciden %s a %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Fin de la lista de %s."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Fin de la lista de acceso."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Fin de la lista de canales."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Fin de la lista - %d/%d resultado(s) mostrado(s)."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Fin de la lista - %d/%d resultado(s) mostrado(s)."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Fin de la lista de usuarios."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Español"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Mensage de entrada para %s cambiado."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Mensaje de entrada para %s no seteado."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr "Error! El Ident es muy largo. Usa un ident con menos de %d caracteres."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr "Error! El vhost es muy largo. Usa un host con menos de %d caracteres."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Excepcion para %s (#%d) movido a la posicion %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception for %s has been updated to %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expira en: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Tiempo de expiracion para %s cambiado."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID canal razon"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID canal [razon]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nickname razon"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nickname [razon]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasia"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Modo fantasia ahora Desactivado en el canal %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Modo fantasia ahora Activado en el canal %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "El Fundador de %s cambiado a %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Sin comodines (WildCards)!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY canal"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nickname"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "El comando GETPASS no esta disponible por el uso de encriptacion."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nickname [clave]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL mensaje"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP grupo clave"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "El ghost con tu nick ha sido killeado."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Saludo"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Mensaje de bienvenida cambiado a %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Mensaje de bienvenida mostrado"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Mensaje de bienvenida no seteado."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Modo saludo ahora Desactivado en el canal %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Modo saludo ahora Activado en el canal %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista HOP para %s:\n"
+" Num Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts con al menos %d sesiones:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Jamas he visto a %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Jamas he visto a %s en este canal."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY clave"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [tiempo] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO canal"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [canal]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | canal]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {canal | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE canal"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Si no cambias tu nick en 20 segundos, Lo cambiare yo."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Si no cambias tu nick en un minuto, Lo cambiare yo."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Codigo ignore sera usado."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Codigo ignore no sera usado."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "La lista ignore ha sido vaciada."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "La lista ignore esta vacia."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Para usar este comando, debes primero identificarte con\n"
+"Servicios usando tu clave (/msg %S HELP IDENTIFY\n"
+"para mayor informacion).\n"
+"\n"
+"Tipea /msg %S HELP SET opcion para mayor\n"
+"informacion acerca de una opcion especifica."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informacion para el bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informacion para el canal %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Error Interno - Imposible procesar peticion."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Tiempo de expiracion invalido."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Mascara invalida. Solo mascaras reales son validas ya que excepciones no son "
+"comparadas a nicks o usernames."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr "Password invalido. Chequea el e-mail e intenta nuevamente."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Limite de sesion invalido. Debe ser un entero valido mayor o igual a cero y "
+"menor a %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "Valor de umbral invalido. debe ser un entero valido mayor a 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE nombre-del-servidor [razon]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK canal opcion {ON|OFF} [seteos]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK canal usuario razon"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nivel]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST patron"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [canal] [lista | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [texto|numero]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Lenguage cambiado a Español."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Ultimo memo enviado a %s fue cancelado."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Ultimo mensaje quit: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Ultima direccion vista: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Nivel para %s en el canal %s cambiado a %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "El nivel debe ser entre %d a %d inclusive."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Este comando es inservible en este modo."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lista de resultados concordando %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lista de nicknames en el grupo de %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lista de nicknames en tu grupo:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Canales locales no pueden ser registrados."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Noticia de entrada #%d borrada."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Noticia de entrada #%d no encontrada!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Noticias de entrada:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Buscandote a ti mismo, eh %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE canal modos"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO NombreArchivo"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD NombreArchivo"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD NombreArchivo"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "La mascara %s ya esta presente en la lista de excepciones."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "La mascara %s ya esta presente en tu lista de acceso."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "La mascara debe ser en la forma usuario@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Maximo numero de usuarios: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "El memo %d no existe!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d de %s (%s). Para borrarlo tipea: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d de %s (%s). Para borrarlo tipea: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Memo %d ha sido borrado."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Limite de memos para %s deshabilitado."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Limite de memos para %s seteado a %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Limite de memos para %s seteado a 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Limite de memos muy alto; limitandolo a %d en vez."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo enviado a %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Los memos %s han sido borrados."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memos para %s. Para leerlos tipea: /msg %s READ numero"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memos para %s. Para leerlos tipea: /msg %s READ %s numero"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Modo de mensaje"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Modo %c ignorado porque no puedes lockearlo."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "El modo +h ha sido removido del canal %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Modo +o ha sido removido del canal %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Modo +v ha sido removido del canal %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Modo de lock en el canal %s cambiado a %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Modulo %s cargado "
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Modulo %s descargado"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Modulo: %s Version: %s Autor: %s cargado: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Modulo: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} servidor"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Aliases NS : %6d records, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Grupos NS : %6d records, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Jamas expulsado por los kicks del bot"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Nuevo memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Nuevos memos para %s. Para leerlos tipea: /msg %s READ numero"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Nuevos memos para %s. Para leerlos tipea: /msg %s READ %s numero"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "La lista de noticias esta llena!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"El nick %s ha sido prohibido por %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "El nick %ses un nickname ilegal, y no puede ser usado. "
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "El nick %s esta actualmente en uso."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "El nick %s es ahora prohibido."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s is part of this Network's Services."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "El nick %s no esta siendo ocupado."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "El nick %s no esta en uso."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "El nick %s no esta registrado."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "El nick %s no puede ser registrado o usado."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s no encontrado en la lista ignore."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "El nick %s fue reducido a %d caracteres."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "El nick %s no ha recibido ningun memo tuyo."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "El nick %s ha sido desconectado."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is currently suspended."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is now released."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is now suspended."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NO registrado. Intentalo nuevamente."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nick %s confirmado."
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "El nickname %s ha sido botado."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "El nickname %s ya esta registrado!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "El nickname %s no puede ser registrado."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "El nickname %s esta registrado bajo tu cuenta: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registrado."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Registro de Nick (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Clave para el Nickname (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicknames en desuso estan sujetos a la expiracion\n"
+"automatica, en otras palabras, seran borrados despues\n"
+"de %d dias."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "No se ha encontrado # en frente del nombre del canal."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Modo no bot ahora Desactivado en el canal %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Modo no bot ahora Activado en el canal %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "No hay e-mails listados para %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Sin bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "No existe ayuda para %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "No hay informacion disponible para el modulo %s"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "No hay noticias de entrada para borrar!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "No existen instancias concordantes en la lista AOP de %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "No existen instancias concordantes en la lista HOP de %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "No existen instancias concordantes en la lista SOP de %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "No existen instancias concordantes en la lista VOP de %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "No hay instancias que concuerden en la lista de acceso de %s ."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr ""
+"No existen instancias que concuerden en la lista de kicks automaticos en el "
+"canal %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "No existen palabras que concuerden en la lista de bad words de %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+"No existen instancias similares en la lista de excepciones al limite de "
+"sesiones."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "No existen instancias similares en la lista de AKILLs."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "No existen instancias similares en la lista de SNLINEs."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "No existen instancias similares en la lista de SQLINEs."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "No existen instancias similares en la lista de SZLINEs."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "No existen memos que concuerden."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Ningun memo pudo ser cancelado."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Ningun memo fue borrado."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Actualmente no hay modulos cargados"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "No hay noticias de oper para borrar!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "No hay noticias al azar para borrar!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Sin razon."
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Sin firma de kick cuando SIGNKICK LEVEL es usado"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "No existe la instancia (#%d) en la lista AOP de %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "No existe la instancia (#%d) en la lista HOP de %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "No existe la instancia (#%d) en la lista SOP de %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "No existe la instancia (#%d) en la lista VOP de %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "No existe (#%d) en la lista de acceso de %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr ""
+"La instancia (#%d) no existe en la lista de kicks automaticos en el canal %s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "No existe la instancia (#%d) en la lista de bad words de %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+"La instancia no existe (#%d) en la lista de excepciones al limite de "
+"sesiones."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Ninguno"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "No es posible entrar a un canal si esta RESTRINGIDO"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Ten en cuenta que cualquier canal que no es usado por\n"
+"%d dias (al cual ningun usuario en la lista de acceso\n"
+"del canal entre en ese periodo de tiempo) sera\n"
+"automaticamente botado."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Num Limite Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick opciones"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Noticia de OP"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [texto|numero]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "La informacion antigua es igual a la nueva."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Solo Super-Admins pueden usar este comando."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Opcion OP-notice para %s Desactivada."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Opcion OP-notice para %s Activada."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Noticia de oper #%d borrada."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Noticia de oper #%d no encontrada!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Noticias de oper:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d records, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Una O:Line con las opciones %s ha sido agregada para %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Proteccion de Ops"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Opcion %s no puede ser seteada en esta red."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "El password para %s es %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Clave aceptada - Has sido reconocido."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Autentificacion por clave requerida para ese comando.\n"
+"Intenta nuevamente despues de tipear /msg %s IDENTIFY clave."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Autentificacion por clave requerida para ese comando.\n"
+"Intenta nuevamente despues de tipear /msg %s IDENTIFY %s clave."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Clave cambiada a %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Clave cambiada."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "La clave para %s es %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Clave incorrecta."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "La clave de %s ha sido enviada."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Paz"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Opcion de paz para %s Desactivada."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Opcion de paz para %s Activada."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr ""
+"Por favor contactar a un Operador para que asigne un vhost a este nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Por favor intente nuevamente con una clave mas oscura.\n"
+"Las claves deben tener al menos 5 caracteres, no deben\n"
+"ser algo facil de adivinar (ej. Nombre real o Nick),\n"
+"y no pueden contener el caracter de espacio o tabulacion."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Por favor usa un nombre de servidor valido cuando use JUPE"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Por favor usar el simbolo # cuando intentes registrar un canal."
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Por favor espera %d segundos e intente nuevamente."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr ""
+"Por favor espera %d segundos antes de usar el comando GROUP nuevamente."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Por favor espera %d segundos antes de usar el comando REGISTER nuevamente."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr ""
+"Por favor espera %d segundos antes de usar el comando RSEND nuevamente."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+"Por favor espera %d segundos antes de utilizar el comando SEND nuevamente."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privado"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Modo privado del bot %s esta ahora Desactivado."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Modo privado del bot %s esta ahora Activado."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Opcion de privacidad para %s Desactivada."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Opcion de privacidad para %s Activada."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "La opcion de privacidad esta ahora Desactivada."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "La opcion de privacidad esta ahora Activada."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Proteccion"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "La protection esta Desactivada."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "La protection esta Activada, con demora reducida."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "La protection esta Activada, sin demora."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Proteccion Activada."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Entrega control al IRCD para: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Comandos entregados: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [texto|numero]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [canal] {lista | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nickname [clave]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER canal descripcion"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER clave email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER clave [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nickname [clave]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | canal} texto-memo"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Noticia al azar #%d borrada."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Noticia al azar #%d no encontrada!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Noticias al Azar:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"El paso de registro 1 puede haber expirado. Usa \"/msg %s register "
+"<password> <email>\" primero."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Acceso Restringido"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Acceso restringido para %s Desactivado."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Acceso restringido para %s Activado."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY canal texto"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | canal} texto"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nickname"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "El comando SENDPASS no esta disponible por el uso de encriptacion."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN no definido; imposible partir nuevamente. Corre nuevamente el\n"
+"script configure y recompila Services para incluir el comando RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limite"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limite | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET canal opcion seteos"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET canal NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET canal PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET canal opcion parametros"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET canal DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET canal DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET canal FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET canal GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET canal KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET canal NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET canal OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET canal PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET canal PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET canal RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET canal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET canal SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET canal SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET canal SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET canal TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET canal XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opcion parametros"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET opcion seteo"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE numero"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [canal] limite"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [usuario | canal] {limite | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opcion parametros"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "La lista de SNLINEs esta vacia."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista}[:"
+"razon]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista SOP para %s:\n"
+" Num Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "La lista de SQLINEs esta vacia."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} "
+"[razon]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR El canal %s esta prohibido"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR El canal %s no esta registrado"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR El nick %s no esta online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND canal razon"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND canal [razon]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nickname reason"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick nuevonick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "La lista de SZLINEs esta vacia."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} "
+"[razon]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Seguro"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Fundador Seguro"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Ops Seguros"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Seguridad de fundador para %s Desactivada."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Seguridad de fundador para %s Activada."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Seguridad de OPs para %s Desactivada."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Seguridad de OPs para %s Activada."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Opcion de seguridad para %s Desactivada."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Opcion de seguridad para %s Activada."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "la opcion de seguridad esta ahora Desactivada."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "La opcion de seguridad esta ahora Activada."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Seguro"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+"Los servicios estan deshabilitados temporalmente, por favor intenta mas "
+"tarde "
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Servicios ha dejado de reportal el log."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Servicios estan ahora en DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Servicios ahora en modo expire."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Servicios ahora en modo no expire."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Servicios ahora en modo read-only."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Servicios ahora en modo de read-write."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Servicios ahora en modo debug (nivel %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Servicios ahora en modo debug."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Servicios ahora en modo no-debug."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Servicios ahora reportando el log en %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Los servicios han sido configurados para no enviar e-mail"
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Lista ignore de Servicios:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Los Servicios no han podido cambiar modos. Estan bien configurados tus "
+"servidores?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Los Servicios no han podido cambiar modos. Estan las lineas U: de tus "
+"servidores configuradas correctamente?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Servicios arriba %d dias, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Servicios arriba %d dias, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Servicios arriba %d hora, %d minuto"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Servicios arriba %d hora, %d minutos"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Servicios arriba %d horas, %d minuto"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Servicios arriba %d horas, %d minutos"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Servicios arriba %d minuto, %d segundo"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Servicios arriba %d minuto, %d segundos"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Servicios arriba %d minutos, %d segundo"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Servicios arriba %d minutos, %d segundos"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Los servicios te responderan ahora con mensajes."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Los servicios te responderan ahora con noticias."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "El archivo de configuracion de Servicios ha sido cargado nuevamente."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Tu nick ha sido liberado por los Servicios."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Limite de sesion para %s seteado a %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Limites de sesion no disponibles."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "La lista de excepciones al limite de sesiones esta llena!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sesiones : %6d records, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sesiones Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Opcion %s no conocida. Tipea /msg %s HELP LEVELS DESC para una lista de "
+"opciones validas."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "El seteo para DEBUG debe ser ON, OFF, o un numero positivo."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "El seteo para IGNORE debe ser ON u OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Setting for LOGCHAN debe ser ON or OFF y LogChannel debe estar definido."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Seteo para NOEXPIRE debe ser ON u OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "El seteo para READONLY debe ser ON u OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Opciones para SuperAdmin deben ser ON u OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Opcion de kick firmado para %s Desactivada."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Opcion de kick firmado para %s Activada, pero depende\n"
+"del nivel del usuario que use el comando."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Opcion de kick firmado para %s Activada."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Kicks Firmados"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Lo siento, OLINE no esta disponible en esta red."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Lo siento, RSEND ha sido deshabilitado en esta red."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Lo siento, SNLINE no esta disponible en esta red."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Lo siento, SQLINE no esta disponible en esta red."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Lo siento, SVSNICK no esta disponible en esta red."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Lo siento, el comando SZLINE no esta disponible en esta red."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Lo siento, OLINE no esta disponible en esta red."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Lo siento, el asignamiento de bots esta temporalmente inhabilitado."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Lo siento, la creacion de bot ha fallado"
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Lo siento, la modificacion de bots esta temporalmente inabilitada."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr ""
+"Lo siento, el seteo de opciones para bot esta temporalmente inhabilitado"
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de la lista AOP de canales esta\n"
+"temporalmente deshabilitada."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de listas HOP de canales esta\n"
+"temporalmente deshabilitada."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de la lista SOP de canales esta\n"
+"temporalmente deshabilitada."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de la lista VOP de canales esta\n"
+"temporalmente deshabilitada."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de acceso a canales esta temporalmete "
+"deshabilitada."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la modificacion de kicks automaticos en canales esta "
+"temporalmente deshabilitada."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+"Lo siento, la lista de bad words para canales esta temporalmente "
+"inabilitada."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr ""
+"Lo siento, la de-registracion de canales esta temporalmente desabilitada."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+"Lo siento, el seteo de opciones de canales esta temporalmente deshabilitado."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Lo siento, el registro de canales esta temporalmente deshabilitado."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Lo siento, el cambio de clave no pudo ser completado."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Lo siento, La agrupacion de nicks ha fallado."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Lo siento, la identificacion ha fallado."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Lo siento, la configuracion de kicker esta temporalmente inabilitada."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Lo siento, la cancelacion de memos esta temporalmente inabilitada."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr ""
+"Lo siento, el seteo de opciones para memos esta temporalmente inhabilitado."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Lo siento, el envio de memos esta temporalmente inhabilitado."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr ""
+"Lo siento, la de-registracion de nicknames esta temporalmente inabilitada."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Lo siento, La agrupacion de nicks esta temporalmente deshabilitada."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+"Lo siento, el seteo de opciones para nicknames esta temporalmente "
+"deshabilitado."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Lo siento, el registro de nicknames esta temporalmente deshabilitado."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Lo siento, fallo en el registro."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Lo siento, solo puedes tener %d AKILLs."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr ""
+"Lo siento, solo puedes tener %d instancias de AOP/SOP/VOP\n"
+"en un canal."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Lo siento, solo puedes tener %d SNLINEs."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Lo siento, solo puedes tener %d SQLINEs."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Lo siento, solo puedes tener %d SZLINEs."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr ""
+"Lo siento, solo puedes tener %d instancias en tu lista de acceso por "
+"nickname."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr ""
+"Lo siento, solo puedes tener %d instancias de acceso en un determinado canal."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr ""
+"Lo siento, solo puedes tener %d mascaras para kicks automaticos en un canal."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Lo siento, solo puedes tener %d bad words en un canal."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Lo siento, has sobrepasado tu limite de %d canales."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Lo siento, has alcanzado tu limite de %d canales."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Estadisticas reseteadas."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Estado actualizado (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Para de floodear!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Para de repetir!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Sucesor de %s eliminado."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Sucesor de %s cambiado a %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin setting not enabled in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Simbiosis"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Modo Simbiosis ahora Desactivado en el canal %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Modo Simbiosis ahora Activado en el canal %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Sintaxis: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Sintaxis: %s canal BANTYPE tipo_de_ban\n"
+"\n"
+"Setea el tipo de ban que sera usado por los\n"
+"Servicios cuando necesiten banear a alguien\n"
+"de tu canal.\n"
+"\n"
+"tipo de ban es un numero entre 0 y 3 que significa:\n"
+"\n"
+"0: ban en la forma *!usuario@host\n"
+"1: ban en la forma *!*usuario@host\n"
+"2: ban en la forma *!*@host\n"
+"3: ban en la forma *!*usuario@*.dominio"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Sintaxis: %s canal DESC descripcion\n"
+"\n"
+"Setea la descripcion para el canal, la que es mostrada\n"
+"con los comandos LIST y INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Sintaxis: %s canal ENTRYMSG [mensaje]\n"
+"\n"
+"Setea el mensaje que sera enviado via /notice a los\n"
+"usuarios cuando ingresen al canal. Si ningun parametro\n"
+"es dado, ningun mensaje sera enviado al entrar al canal."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Sintaxis: %s canal FOUNDER nick\n"
+"\n"
+"Cambia el fundador de un canal. El nuevo nickname debe\n"
+"ser uno registrado."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Sintaxis: %s canal KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion de retencion de topic \n"
+"para un canal. Cuando la retencion de topic esta\n"
+"seteada, el topic para el canal sera recordado por\n"
+"%S incluso despues de que el ultimo usuario\n"
+"salga del canal, y sera restorado la proxima vez que\n"
+"el canal sea creado."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Sintaxis: %s canal MLOCK modos\n"
+"\n"
+"Setea el parametro de fijacion de modos para el canal.\n"
+"%S te permite definir ciertos modos de canal para estar\n"
+"siempre encendidos o apagados o libres de estar uno de los\n"
+"anteriores.\n"
+"\n"
+"El parametro modos es construido de la misma forma\n"
+"que el comando /MODE; esto significa, modos seguidos\n"
+"por un + estan fijados encendidos, y modos seguidos por\n"
+"un - estan fijados apagados. Tener en cuenta que, a\n"
+"diferencia del comando MODE, cada uso de SET MLOCK\n"
+"removera todos los modos fijados previamente antes de\n"
+"setear los nuevos!\n"
+"\n"
+"Advertencia: Si seteas una key con fijacion de modo, como\n"
+"en el segundo ejemplo mas abajo, deberas tambien setear la\n"
+"opcion RESTRICTED para el canal (ver HELP SET RESTRICTED),\n"
+"o quien quiera que entre al canal cuando este vacio podra ver la\n"
+"key!\n"
+"\n"
+"Ejemplos:\n"
+"\n"
+" SET #canal MLOCK +nt-iklps\n"
+" Fuerza los modos n y t encendidos, y los modos i, k,\n"
+" l, p y s apagados. El modo m es dejado libre para\n"
+" estar encendido o apagado.\n"
+"\n"
+" SET #canal MLOCK +knst-ilmp mi-key\n"
+" Fuerza los modos k, n, s, y t encendidos, y los modos\n"
+" i, l, m, y p apagados. Tambien fuerza la key del canal\n"
+" a ser \"mi-key\".\n"
+"\n"
+" SET #canal MLOCK +\n"
+" Remueve la fijacion de modos; todos los modos del canal\n"
+" son libres de estar encendidos o apagados."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Sintaxis: %s canal OPNOTICE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion de op-notice para un canal.\n"
+"Cuando op-notice esta seteado, %S enviara una noticia\n"
+"al usuario del canal cuando los comandos OP o DEOP sean\n"
+"usados para un usuario en el canal."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Sintaxis: %s canal PEACE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion de paz para un\n"
+"canal. Cuando paz esta seteada, un usuario no\n"
+"podra patear, banear o remover un estatus de canal\n"
+"de un usuario con nivel igual o superior a el via\n"
+"comandos de %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Sintaxis: %s canal PRIVATE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion de privacidad para un canal.\n"
+"Cuando privacidad esta seteada, un /msg %S LIST no\n"
+"incluira el canal en ninguna lista."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Sintaxis: %s canal RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Sintaxis: %s canal SECURE {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita las caracteristicas de seguridad\n"
+"de %S para un canal. Cuando SECURE esta\n"
+"seteado, solo usuarios que han registrado sus nicknames\n"
+"con %s y han usado IDENTIFY con su clave seran\n"
+"otorgados acceso al canal controlado por la lista de\n"
+"acceso."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Sintaxis: %s canal SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion seguridad de fundador para\n"
+"un canal. Cuando seguridad de fundador esta seteada, solo\n"
+"el fundador real podra botar el canal, cambiar su clave,\n"
+"su fundador y su sucesor, y no aquellos que esten identificados\n"
+"con %S."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Sintaxis: %s canal SECUREOPS {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita la opcion seguridad de ops para un\n"
+"canal. Cuando seguridad de ops esta seteada, usuarios\n"
+"que no estab en la lista de usuarios no seran permitidos a\n"
+"obtener el status de operador de canal."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Sintaxis: %s canal SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Habilita o deshabilita los kicks firmados para un\n"
+"canal. Cuando SIGNKICK esta seteado, kicks\n"
+"hechos con el comando %S KICK tendran el\n"
+"nick que uso el comando en la razon.\n"
+"\n"
+"Si usas LEVEL, aquellos que tienen nivel superior o\n"
+"igual al nivel SIGNKICK en el canal no tendran sus kicks \n"
+"firmados. Ver /msg %S HELP LEVELS para mayor informacion."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Sintaxis: %s canal SUCCESSOR nick\n"
+"\n"
+"Cambia el sucesor de un canal. Si el nickname fundador\n"
+"expira o es botado mientras el canal esta aun registrado,\n"
+"el sucesor se convertira en el nuevo fundador del canales.\n"
+"Sin embargo, si el sucesor ya tiene muchos canales\n"
+"registrados (%d), el canal sera botado en vez, tal y como\n"
+"si no hubiese un sucesor. El nuevo nickname debe ser uno\n"
+"registrado."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Sintaxis: %s canal TOPICLOCK {ON | OFF}\n"
+"\n"
+"Abilita o desabilita la opcion de fijacion de topic\n"
+"para un canal. Cuando la fijacion de topic esta\n"
+"seteada, %S no permitira que el topico del canal\n"
+"sea cambiado excepto con el comando TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Sintaxis: %s canal XOP {ON | OFF}\n"
+"\n"
+"Habilita o deshabilita el sistema de listas xOP para un canal.\n"
+"Cuando XOP esta seteado, debes usar los comandos AOP/SOP/VOP\n"
+"para dar privilegios de canal a usuarios. De otra manera\n"
+"debes usar el comando ACCESS.\n"
+"\n"
+"Nota Tecnica: cuando cambias de lista de acceso a sistema\n"
+"de listas xOP, tu definicion de niveles de usuario sera\n"
+"cambiada, asi que no tendras los mismos valores si vuelves a\n"
+"cambiar a lista de acceso!\n"
+"\n"
+"Tambien deberias chequear si tus usuarios estan en la lista xOP\n"
+"correspondiente despues del cambio, ya que la deduccion no es\n"
+"siempre perfecta... de hecho, no es recomendado el usar listas\n"
+"xOP si cambiaste la definicion de niveles con el comando\n"
+"LEVELS.\n"
+"\n"
+"Cambiar de listas xOP al sistema de listas de acceso no causa\n"
+"problema alguno."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Sintaxis: ACCESS canal ADD nick nivel\n"
+" ACCESS canal DEL {nick | indices | lista}\n"
+" ACCESS canal LIST [mascara | lista]\n"
+" ACCESS canal VIEW [mascara | lista]\n"
+" ACCESS canal CLEAR\n"
+"\n"
+"Mantiene la lista de acceso para un canal. La lista\n"
+"de acceso especifica que usuarios estan permitidos atener\n"
+"el estatus de operador de canal o acceso a comandos de\n"
+"%S en el canal. Diferentes niveles de usuarios permiten\n"
+"acceso a diferentes subniveles de privilegios;\n"
+"/msg %S HELP ACCESS LEVELS para informacion mas\n"
+"especifica. Cualquier nick no presente en la lista de\n"
+"acceso tiene un nivel 0.\n"
+"\n"
+"El comando ACCESS ADD añade el nickname dado a la lista\n"
+"de acceso con el nivel de usuario dado; si el nick ya esta\n"
+"presente en la lista, el nivel de acceso es cambiado al\n"
+"especificado en el comando. El nivel especificado\n"
+"debe ser menos que el del usuario dando el comando, y si\n"
+"el nick ya esta en la lista de acceso, el acceso actual\n"
+"del nick debe ser menor que el acceso del usuario dando el\n"
+"comando.\n"
+"\n"
+"El comando ACCESS DEL remueve el nick dado de la lista\n"
+"de acceso. Si una lista de indices es dada, esas instancias\n"
+"son borradas. (Ver el ejeplo para LIST mas abajo.)\n"
+"\n"
+"El comando ACCESS LIST muestra la lista de acceso. Si\n"
+"una mascara con comodin es dada, solo esas instancias\n"
+"concordando a la mascara son mostradas. Si una lista de\n"
+"indices es dada, solo esas instancias son mostrdas; por\n"
+"ejemplo:\n"
+" ACCESS #canal LIST 2-5,7-9\n"
+" Lista instancias de acceso numeradas 2 hasta 5 y\n"
+" 7 hasta 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"El comando ACCESS CLEAR limpia todas las instancias\n"
+"de la lista de acceso."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Sintaxis: ACCESS ADD mascara\n"
+" ACCESS DEL mascara\n"
+" ACCESS LIST\n"
+"\n"
+"Modifica o muestra la lista de acceso para tu nick. Esta\n"
+"es la lista de direcciones que seran automaticamente\n"
+"reconocidas por %S como autorizadas a usar el nick. Si\n"
+"quieres usar el nick desde una direccion diferente,\n"
+"debes enviar un comando IDENTIFY para hacer que %S te\n"
+"reconozca.\n"
+"\n"
+"Ejemplos:\n"
+"\n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Permite acceso al usuario anyone desde\n"
+" cualquier maquina en el dominio bepeg.com.\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Revierte el comando anterior.\n"
+"\n"
+" ACCESS LIST\n"
+" Muestra la lista de acceso actual."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Sintaxis: ACT canal texto\n"
+"\n"
+"Hace al bot hacer el equivalente del comando \"/me\"\n"
+"en el canal dado usando el texto dado."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Sintaxis: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK canal ENFORCE\n"
+" AKICK canal CLEAR\n"
+"\n"
+"Mantiene la lista de AutoKicks para un canal. Si\n"
+"un usuario en la lista de Autokicks intenta entrar\n"
+"al canal, %S baneara al usuario del canal, luego lo\n"
+"kickeara.\n"
+"\n"
+"El comando AKICK ADD añade el nick o mascara de\n"
+"usuario dado a la lista de Autokicks. Si una razon\n"
+"es dada con el comando, esta razon sera usada cuando el\n"
+"usuario es kickeado; si no, la razon por defecto es\n"
+"\"Has sido baneado del canal\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+"\n"
+"El comando AKICK STICK banea permanente la mascara\n"
+"dada en el canal. Si alguien intenta remover el ban,\n"
+"%S la seteara nuevamente automaticamente. No puede ser\n"
+"usado para nicks registrados.\n"
+"\n"
+"El comando AKICK UNSTICK cancela el efecto del\n"
+"comando AKICK STICK, asi que sera posible remover\n"
+"el ban del canal nuevamente.\n"
+"\n"
+"El comando AKICK DEL remueve el nick o mascara dados\n"
+"de la lista de AutoKicks. Aun asi, no remueve ningun ban\n"
+"puesto por un AutoKick; aquellos deben ser removidos\n"
+"manualmente.\n"
+"\n"
+"El comando AKICK LIST muestra la lista de AutoKicks,\n"
+"u opcionalmente solo las instancias de AutoKick AutoKick\n"
+"que concuerden con la mascara dada.\n"
+"\n"
+"El comando AKICK VIEW es una version mas detallada\n"
+"del comando AKICK LIST.\n"
+"\n"
+"El comando AKICK ENFORCE hace a %S a enforzar la\n"
+"lista AKICK actual removiendo a los usuarios que\n"
+"concuerden la mascara AKICK.\n"
+"\n"
+"El comando AKICK CLEAR limpia todas las instancias\n"
+"de ka lista de akicks."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Sintaxis: AKILL ADD [+expiracion] mascara razon\n"
+" AKILL DEL {mascara | numero | lista}\n"
+" AKILL LIST [mascara | lista]\n"
+" AKILL VIEW [mascara | lista]\n"
+" AKILL CLEAR\n"
+"\n"
+"Permite a los operadores de Servicios manipular la lista de\n"
+"AKILLS. Si un usuario concordando con una mascara en la\n"
+"lista de AKILLS se intenta conectar, los Servicios enviaran\n"
+"un KILL a ese usuario y, en tipos de servidores soportados,\n"
+"instruira a todos los servidores a añadir un ban (linea K)\n"
+"para la mascara que el usuario concordo con.\n"
+"\n"
+"AKILL ADD añade la mascara usuario@host dada a la lista\n"
+"de AKILLS por la razon dada (la que debe ser dada).\n"
+"expiracion es especificada como un entero seguido por uno de\n"
+" d (dias), h (horas), o m (minutos). Combinaciones (como\n"
+"1h30m) no estan permitidas. Si un especificador de unidades no\n"
+"es incluido, por defecto seran dias (osea +30 por si solo\n"
+"significa 30 dias). Para añadir un AKILL que no expire, usa +0.\n"
+"Si la la mascara a ser añadida comienza con un +, un tiempo\n"
+"de expiracion debe ser dado, aun si es el mismo que el por\n"
+"defecto. El tiempo de expiracion por defecto actual de AKILLS\n"
+"puede ser visto con el comando STATS AKILL.\n"
+"\n"
+"El comando AKILL DEL remueve la mascara dada de la lista\n"
+"de AKILLS si esta presente. Si una lista de numeros es dada,\n"
+"esas instancias son borradas. (Ver el ejemplo para LIST \n"
+"mas abajo.)\n"
+"\n"
+"El comando AKILL LIST muestra la lista de AKILLS. \n"
+"Si una mascara es dada, solo las instancias concordando\n"
+"con la mascara son mostradas. Si una lista de numeros es\n"
+"dada, solo esas instancias son mostradas; por ejemplo:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" Lista las instancias de AKILL enumeradas 2 a 5 y 7 \n"
+" a 9.\n"
+" \n"
+"AKILL VIEW es una version mas verbal de AKILL LIST, y \n"
+"mostrara quien añadio un AKILL, la fecha en que fue añadido,\n"
+"y cuando expirara, asi como tambien la mascara usuario@host\n"
+"y la razon.\n"
+"\n"
+"AKILL CLEAR limpia todas las instancias de la lista de\n"
+"AKILLS.\n"
+"\n"
+"Limitado a Operadores de Servicios."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Sintaxis: ALIST [nivel]\n"
+"\n"
+"Lista todos los canales en los que tengas acceso. Opcionalmente, puedes "
+"especificar\n"
+"un nivel en formato XOP o ACCESS. Los resultados incluiran solamente\n"
+"canales en los que tengas el nivel de acceso dado.\n"
+"Ejemplos:\n"
+" ALIST Founder\n"
+" Lista los canales en los que tienes acceso de\n"
+" fundador.\n"
+" ALIST AOP\n"
+" Lista los canales en los que tienes acceso de\n"
+" AOP o mayor.\n"
+" ALIST 10\n"
+" Lista los canales en los que tengas nivel de acceso 10\n"
+" o mayor.\n"
+"\n"
+"Canales que tengan la opcion NOEXPIRE seteada seran precedidos\n"
+"por un signo de exclamacion."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintaxis: ALIST [nick] [nivel]\n"
+"\n"
+"Sin parametros, lista canales en los que tengas acceso. Con\n"
+"un parametro, lista canales en los que nick tenga acceso. \n"
+"Con dos parametros, lista canales en los que nick tenga \n"
+"acceso igual o mayor a level.\n"
+"Su uso esta limitado a administradores de Servicios."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxis: AOP canal ADD nick\n"
+" AOP canal DEL {nick | instancia | lista}\n"
+" AOP canal LIST [mascara | lista]\n"
+" AOP canal CLEAR\n"
+"\n"
+"Mantiene la lista OP (AutoOP) para un canal. La lista\n"
+"AOP le da al usuario el derecho de ser automaticamente\n"
+"opeado en tu canal, desbaneado o invitarse a si mismos de\n"
+"ser necesario, mostrar el mensaje de saludo al entrar, etc.\n"
+"\n"
+"El comando AOP ADD agrega al nickname dado a la lista\n"
+"AOP.\n"
+"\n"
+"El comando AOP DEL remueve el nickname dado de la\n"
+"lista AOP. Si una lista de instancias es dada, esas\n"
+"instancias son borradas. (Ver el ejemplo para LIST mas\n"
+"abajo.)\n"
+"\n"
+"El comando AOP LIST muestra la lista AOP. Si una\n"
+"mascara con comodin es dada, solo las instancias\n"
+"concordando la mascara son mostradas. Si una lista de\n"
+"instancias es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" AOP #canal LIST 2-5,7-9\n"
+" Muestra instancias de AOP enumeradas 2 a 5 y\n"
+" 7 a 9.\n"
+"\n"
+"El comando AOP CLEAR limpia todas las instancias de la\n"
+"lista AOP.\n"
+"\n"
+"Los comandos AOP ADD y AOP DEL estan limitados a\n"
+"SOPs o superior, mientras que el comando AOP CLEAR\n"
+"solo puede ser usado por el fundador del canal. Aun asi,\n"
+"cualquier usuario en la lista AOP puede usar el comando\n"
+"AOP LIST.\n"
+"\n"
+"Este comando puede haber sido deshabilitado para tu canal.\n"
+"Si este es el caso, debes usar la lista de acceso. Ver\n"
+"/msg %S HELP ACCESS para incormacion acerca la lista\n"
+"de acceso y /msg %S HELP SET XOP para saber como cambiar\n"
+"entre la lista de acceso y el sistema de listas xOP."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Sintaxis: ASSIGN canal nick\n"
+"\n"
+"Assigna un bot denominado por nick al canal canal.\n"
+"Luego de esto puedes configurar al bot para acomodarlo\n"
+"a tus necesidades."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Sintaxis: BADWORDS canal ADD palabra [SINGLE | START | END]\n"
+" BADWORDS canal DEL {palabra | numero | lista}\n"
+" BADWORDS canal LIST [mascara | lista]\n"
+" BADWORDS canal CLEAR\n"
+"\n"
+"Mantiene la lista de bad words para un canal. La lista\n"
+"de bad words determina cuales palabtas deben ser kickeadas\n"
+"cuando el kick por bad words esta habilitado. Para mayor\n"
+"informacion, tipea /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"El comando BADWORDS ADD añade una palabra a la lista\n"
+"de bad words. Si SINGLE es especificado, el kick sera\n"
+"hecho solo si el usuario dice la palabra completa. Si\n"
+"START es especificado, el kick sera hecho solo si el\n"
+"usuario dice una palabra que comience con palabra.\n"
+"Si END es especificado, el kick sera hecho solo si el\n"
+"usuario dice una palabra que termine con palabra. Si\n"
+"no especificas nada, un kick sera hecho cada vez que\n"
+"palabra sea dicha por un usuario.\n"
+"\n"
+"El comando BADWORDS DEL remueve la palabra dada de la\n"
+"lista de bad words. Si una lista de numeros es dada, esas\n"
+"instancias son borradas. (ver el ejemplo para LIST mas\n"
+"abajo).\n"
+"\n"
+"El comando BADWORDS LIST muestra la lista de bad\n"
+"words. Si una mascara es dada, solo las instancias\n"
+"concordando con la mascara son mostradas. Si una lista\n"
+"de numeros es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" BADWORDS #canal LIST 2-5,7-9\n"
+" Lista bad words enumeradas 2 a 5 y 7 a 9.\n"
+" \n"
+"El comando BADWORDS CLEAR limpia todas las instancias\n"
+"de la lista de bad words."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxis: BAN #canal nick [razon]\n"
+"\n"
+"Banea un nick seleccionado en un canal.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Sintaxis: BOT ADD nick usuario host real\n"
+" BOT CHANGE nick-ant nick-nue [usuario [host [real]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Permite a los administradores de Servicios crear, modificar\n"
+"y borrar bots que usuarios podran usar en sus propios\n"
+"canales.\n"
+"\n"
+"BOT ADD añade un bot con el nickname, usuario, host\n"
+"y nombre real dados. Ya que no se hacen chequeos de\n"
+"integridad para estos seteos, ten mucho cuidado.\n"
+"BOT CHANGE permite cambiar el nickname, usuario, host\n"
+"o nombre real de un bot sin tener que borrarlo (y la\n"
+"informacion asociada a el).\n"
+"BOT DEL remueve el bot dado de la lista de bots.\n"
+"\n"
+"Nota:: no puedes crear un bot que tenga un nick que ya\n"
+"este registrado. Si un usuario no registrado esta usando \n"
+"el nick, sera killeado.\t"
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Sintaxis: BOTLIST\n"
+"\n"
+"Lista todos los bots disponibles en esta red."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Sintaxis: CANCEL {nick | canal}\n"
+"\n"
+"Cancela el ultimo memo que enviaste al nick o canal dado,\n"
+"siempre y cuando no haya sido leido al momento en el que\n"
+"usaste el comando."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Sintaxis: CHANKILL [+expira] canal razon\n"
+"Pone un AKILL para cada nick en el canal especificado. Este\n"
+"usa el entero, completo y real ident@host para cada nick,\n"
+"entonces ejecuta el AKILL. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Sintaxis: CHANLIST [{patron | nick} [SECRET]]\n"
+"\n"
+"Lista todos los canales actualmente en uso en la red IRC,\n"
+"esten registrados o no.\n"
+"\n"
+"Si patron es dado, lista solo canales que concuerden con el. Si\n"
+"un nickname es dado, lista solo los canales en los que el usuario\n"
+"este. Si SECRET es especificado, lista solo los canales que\n"
+"concuerden con patron y que tengan modos +s o +p.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Sintaxis: CHECK nick\n"
+"Verifica que el _ultimo_ memo que enviaste a nick haya sido leido.\n"
+" Nota que esto solo funciona para nicknames, no para canales."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintaxis: CLEAR canal que\n"
+"\n"
+"Le dice a %S que limpie ciertos seteos en el canal.\n"
+"que puede ser uno de los siguientes:\n"
+"\n"
+" MODES Resetea todos los modos en el canal (osea,\n"
+" limpia los modos i,k,l,m,n,p,s,t).\n"
+" BANS Limpia todos los bans en el canal.\n"
+" EXCEPTS Limpia todos los excepts en el canal.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Remueve estatus de operador de canal (modo +o)\n"
+" de todos los operadores de canal. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Remueve el estatus \"voice\" (modo +v) de quien\n"
+" tenga ese modo seteado.\n"
+" USERS Remueve (kickea) todos los usuarios del canal.\n"
+"\n"
+"Por defecto, tu nivel de acceso en el canal debe ser de\n"
+"fundador."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Sintaxis: CLEARMODES canal [ALL]\n"
+"\n"
+"Limpia todos los modos binarios (i,k,l,m,n,p,s,t) y\n"
+"bans del canal. Si ALL es dado, tambien limpia\n"
+"todos los ops y voices (modos +o y +v) del canal.\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Sintaxis: CONFIRM passcode\n"
+"\n"
+"Este es el segundo paso en el proceso de registro de nicknames.\n"
+"Debes ejecutar este comando para que tu nick sea registrado con %S.\n"
+"El passcode (tambien conocido como codigo de autorizacion) es\n"
+"enviado a tu direccion e-mail en el primer paso del proceso de \n"
+"registo. Para mas informacion sobre la primera etpa del proceso \n"
+"de registro, escribe: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Sintaxis: DEFCON [1|2|3|4|5]\n"
+"El sistema defcon puede ser usado para implementar un conjunto\n"
+"pre-definido de restricciones que son muy utiles en un eventual\n"
+"ataque a la red."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Sintaxis: DEHALFOP #canal [nick]\n"
+"\n"
+"Quita Halfop al nick seleccionado en un canal. Si nick no\n"
+"es dado, te quitara halfop a ti.\n"
+"\n"
+"Por defecto, limitado a AOPs y aquellos con nivel de\n"
+"acceso 5 y mayor en el canal, o a HOPs o aquellos con\n"
+"nivel 4 y mayor para quitarse halfop a si mismos."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Sintaxis: DEL <nick>\n"
+"Borra el vhost asignado al nick dado de la base de datos.\n"
+"Limitado a Operadores de Servicios."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxis: DEL [canal] {numero | lista | LAST | ALL}\n"
+"\n"
+"Borra el o los memos especificados. Puedes proveer multiples\n"
+"numeros o rangos de numeros en vez de uno solo, como en el\n"
+"ejemplo mas abajo.\n"
+"\n"
+"Si LAST es dado, el ultimo memo sera eliminado.\n"
+"Si ALL es dado, borra todos tus memos.\n"
+"\n"
+"Ejemplos:\n"
+"\n"
+" DEL 1\n"
+" Borra tu primer memo.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Borra los memos enumerados 2 a 5 y 7 a 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Sintaxis: DELALL <nick>.\n"
+"Elimina el vhost para todos los nicks en el mismo grupo que el\n"
+"nick dado.\n"
+"Limitado a Host Removers."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxis: DEOP #canal [nick]\n"
+"\n"
+"Deopea al nick seleccionado en un canal. Si nick no es\n"
+"dado, te deopeara a ti.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintaxis: DEOWNER #canal\n"
+"\n"
+"Remueve tu estatus de dueño en canal.\n"
+"\n"
+"Limitado a aquellos con nivel de fundador en el canal."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Sintaxis: DEPROTECT #canal [nick]\n"
+"\n"
+"Desproteje al nick seleccionado en un canal. Si nick no\n"
+"es dado, te desprotejera a ti.\n"
+"\n"
+"Por defecto, limitado al fundador, o a SOPs o aquellos\n"
+"con nivel 10 y mayor en el canal para desprotejerse a\n"
+"si mismos."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Sintaxis: DEVOICE #canal [nick]\n"
+"\n"
+"Quita voice al nick seleccionado en un canal. Si nick no\n"
+"es dado, te quitara voice a ti.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal, o a VOPs o aquellos con\n"
+"nivel 3 y mayor para darse voice a si mismos."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Sintaxis: DROP canal\n"
+"\n"
+"Desregistra el canal dado. Solo puede ser usado por el\n"
+"fundador del canal."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Sintaxis: DROP canal\n"
+"\n"
+"Desregistra el canal dado. Solo\n"
+"administradores de Servicios pueden botar un\n"
+"canal por el cual no se hayan identificado."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Sintaxis: DROP [nickname]\n"
+"\n"
+"Bota tu nickname de la base de datos de %S. Un nick\n"
+"que ha sido botado esta libre para que cualquier persona\n"
+"lo registre.\n"
+"\n"
+"Puedes botar un nick en tu grupo pasandolo como el\n"
+"parametro nick.\n"
+"\n"
+"Antes de usar este comando debes identificarte con tu\n"
+"clave (/msg %S HELP IDENTIFY para mayor informacion)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Sintaxis: DROP [nickname]\n"
+"\n"
+"Sin un parametro, bota tu nickname de la base de datos de\n"
+"%S.\n"
+"\n"
+"Con un parametro, bota el nick nombrado de la base des\n"
+" datos. Puedes botar cualquier nick de tu grupo sin\n"
+"privilegios especiales. Botar cualquier nick esta\n"
+"limitado a administradores de Servicios."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Sintaxis: EXCEPTION ADD [+expiracion] mascara limite razon\n"
+" EXCEPTION DEL {mascara | lista}\n"
+" EXCEPTION MOVE numero posicion\n"
+" EXCEPTION LIST [mascara | lista]\n"
+" EXCEPTION VIEW [mascara | lista]\n"
+"\n"
+"Permite a los administradores de Servicios manipular la lista\n"
+"de hosts que tienen un limite de sesion especifico - permitiendo \n"
+"a ciertas maquinas, como servidores de shells, mantener mayor numero \n"
+"de clientes al mismo tiempo. En cuanto un host alcance su limite\n"
+"de sesiones, todos los clientes intentando conectarse desde ese \n"
+"host seran killeados. Antes de killear usuarios, estos son\n"
+"notificados a traves de un /NOTICE del %S con ayuda acerca\n"
+"de el limite de sesion. El contenido de este notice es un seteo\n"
+"de configuracion.\n"
+"\n"
+"EXCEPTION ADD añade la mascara de host dada a la lista de\n"
+"excepcion. Ten en cuenta que las mascaras nick!usuario@host\n"
+"y usuario@host son invalidas. Solo mascaras reales como\n"
+"box.host.dom and *.host.dom, son permitidas ya que el\n"
+"limite de sesiones no toma en cuenta nicks o nombres de usuario.\n"
+"limite debe ser un numero mayor o igual a cero. Esto determina\n"
+"cuantas sesiones el host puede tener a un tiempo dado. El valor\n"
+"cero significa que el host no tiene limites de sesion. Ver la ayuda\n"
+"acerca de AKILL para detalles acerca del parametro opcional\n"
+"expiracion.\n"
+"EXCEPTION DEL remueve la mascara dada de la lista de excepcion.\n"
+"EXCEPTION MOVE mueve la excepcion numero a posicion. Las\n"
+"excepciones entre medio seran movidas arriba o abajo para llenar el\n"
+"espacio.\n"
+"EXCEPTION LIST y EXCEPTION VIEW muestran todas las\n"
+"excepciones actuales; si la mascara opcional es dada, la lista es\n"
+"limitada a las excepciones similares a la mascara. La diferencia\n"
+"es que EXCEPTION VIEW es mas verbal, mostrando el nombre de la\n"
+"persona que agrego la excepcion, el limite de excepcion, razon,\n"
+"mascara de hosts y la fecha y hora de expiracion. \n"
+"\n"
+"Toma en cuenta que un cliente conectandose \"usara\" la primera\n"
+"excepcion a la que el host se asemeje. Largas listas de excepcion\n"
+"y mascaras que se asemejen a muchas mascaras posiblemente degraden\n"
+"el rendimiento de los Servicios.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintaxis: FORBID canal [razon]\n"
+"\n"
+"Prohibe a cualquiera de registrar o usar el canal\n"
+"dado. Puede ser cancelado botando el canal.\n"
+"\n"
+"Razon puede ser requerida en ciertas redes.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Sintaxis: FORBID nickname [razon]\n"
+"\n"
+"Impide a un nickname de ser registrado o usado por alguien.\n"
+"Puede ser cancelado botando el nick.\n"
+"\n"
+"En algunas redes, la razon es requerida.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Sintaxis: GETEMAIL user@emailhost\n"
+"Muestra los nicks que usen el email dado. Notar que no puedes\n"
+"usar comodines (wildcards) para ningun usuario o emailhost. Donde\n"
+"sea que el comando se use, un mensaje incluyendo la persona que uso\n"
+"el comando y el email sera logeado."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Sintaxis: GETKEY canal\n"
+"\n"
+"Retorna la key del canal dado."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Sintaxis: GETPASS canal\n"
+"\n"
+"Devuelve la clave para el canal dado. Tener en cuenta\n"
+"que cuando este comando es usado, un mensaje incluyendo la\n"
+"persona que ejecuto el comando y el canal en el que fue usado\n"
+"seran monitoreados y enviados como WALLOPS/GLOBOPS.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Sintaxis: GETPASS nickname\n"
+"\n"
+"Devuelve la clave para el nickname dado. Ten en cuenta\n"
+"que cuando este comando es usado, un mensaje incluyendo\n"
+"la persona que ejecuto el comando y el nickname en el cual\n"
+"fue usado sera monitoreado y enviado como WALLOPS/GLOBOPS.\n"
+"\n"
+"Limitado a administradores de Servicios.\n"
+"\n"
+"Este comando no esta disponible si encripcion esta habilitada."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintaxis: GHOST nickname [clave]\n"
+"\n"
+"Termina una sesion IRC \"fantasma\" usando tu nick. Una\n"
+"sesion fantasma es una conexion falsa, pero la cual los\n"
+"servidores IRC creen esta en linea por una razon u otra.\n"
+"Tipicamente, esto ocurre si tu computador se bloquea o tu\n"
+"conexion a internet o por modem se cortan mientras estas\n"
+"en IRC.\n"
+"\n"
+"Para usar el comando GHOST para un nick, tu\n"
+"direccion actual mostrada en /WHOIS debe estar en la lista\n"
+"de acceso de ese nick, debes estar identificado y en el\n"
+"grupo de ese nick, o debes proveer la clave correcta\n"
+"para ese nickname."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Sintaxis: GLIST\n"
+"\n"
+"Lista todos los nicks en tu grupo."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintaxis: GLIST [nickname]\n"
+"\n"
+"Sin un parametro, lista todos los nicknames en tu\n"
+"grupo.\n"
+"\n"
+"Con un parametro, lista todos los nicknames que hay\n"
+"en el grupo del nick dado.\n"
+"Su uso esta limitado a administradores de Servicios."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Sintaxis: GLOBAL mensaje\n"
+"\n"
+"Permite a los Administrators a enviar mensajes a los usuarios\n"
+"en la red. El mensaje sera enviado desde el nick %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Sintaxis: GROUP\n"
+"\n"
+"Este comando permite a usuarios a setear el vhost de su\n"
+"nick actual para ser el vhost para todos los nicks en el\n"
+"mismo grupo."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Sintaxis: GROUP grupo clave\n"
+"\n"
+"Este comando hace a tu nickname unirse al grupo de nicknames\n"
+"grupo. clave es la de tu nickname.\n"
+"\n"
+"La union a un grupo te permitira compartir configuraciones,\n"
+"memos, y privilegios en canales con todos los nicknames en un\n"
+"grupo, y mucho mas!\n"
+" \n"
+"Un grupo existe siempre y cuando sea servible. Esto\n"
+"significa que si un nick del grupo es botado, no perderas\n"
+"los rasgos compartidos descritos anteriormente, siempre y\n"
+"cuando al menos un nick permanezca en el grupo.\n"
+"\n"
+"Puedes usar este comando inclusive si aun no registras tu\n"
+"nick. Si tu nick ya esta registrado deberas identificarte\n"
+"antes de usar este comando. Tipea /msg %S HELP\n"
+"IDENTIFY para mayor informacion. Esto ultimo quizas no sea\n"
+"posible en tu red.\n"
+"\n"
+"Es recomendable usar este comando con un nick no registrado ya\n"
+"que sera registrado automaticamente cuando uses el comando.\n"
+"Puedes usarlo con un nick ya registrado (para cambiar tu grupo) \n"
+"solo si los administradores de tu red lo permiten.\n"
+"\n"
+"Puedes estar en un solo grupo a la vez. La union de\n"
+"grupos no es posible.\n"
+"\n"
+"Ten en cuenta: todos los nicks en un grupo comparten la\n"
+"misma clave."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Sintaxis: HALFOP #canal [nick]\n"
+"\n"
+"Da Halfop al nick seleccionado en un canal. Si nick no\n"
+"es dado, te dara halfop a ti.\n"
+"\n"
+"Por defecto, limitado a AOPs y aquellos con nivel de\n"
+"acceso 5 y mayor en el canal, o a HOPs o aquellos con nivel\n"
+"4 y mayor para darse halfop a si mismos."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxis: HOP canal ADD nick\n"
+" HOP canal DEL {nick | instancia | lista}\n"
+" HOP canal LIST [mascara | lista]\n"
+" HOP canal CLEAR\n"
+"\n"
+"Mantiene la lista HOP (HalfOP) para un canal. La lista\n"
+"HOP le da al usuario el derecho de ser automaticamente\n"
+"halfopeado en tu canal.\n"
+"\n"
+"El comando HOP ADD agrega al nickname dado a la lista\n"
+"HOP.\n"
+"\n"
+"El comando HOP DEL remueve el nickname dado de la\n"
+"lista HOP. Si una lista de instancias es dada, esas\n"
+"instancias son borradas. (Ver el ejemplo para LIST mas\n"
+"abajo.)\n"
+"\n"
+"El comando HOP LIST muestra la lista HOP. Si una\n"
+"mascara con comodin es dada, solo las instancias\n"
+"concordando la mascara son mostradas. Si una lista de\n"
+"instancias es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" HOP #canal LIST 2-5,7-9\n"
+" Muestra instancias de HOP enumeradas 2 a 5 y\n"
+" 7 a 9.\n"
+"\n"
+"El comando HOP CLEAR limpia todas las instancias de la\n"
+"lista HOP.\n"
+"\n"
+"Los comandos HOP ADD y HOP DEL estan limitados a\n"
+"AOPs o superior, mientras que el comando HOP CLEAR\n"
+"solo puede ser usado por el fundador del canal.\n"
+"\n"
+"Este comando puede haber sido deshabilitado para tu canal.\n"
+"Si este es el caso, debes usar la lista de acceso. Ver\n"
+"/msg %S HELP ACCESS para incormacion acerca la lista\n"
+"de acceso y /msg %S HELP SET XOP para saber como cambiar\n"
+"entre la lista de acceso y el sistema de listas xOP."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Sintaxis: IDENTIFY [account] clave\n"
+"\n"
+"Informa a %S que tu eres realmente el dueño de tu nick.\n"
+"Muchos comandos requieren que te autentifiques con este\n"
+"comando antes de usarlos. La clave deberia ser la misma\n"
+"que enviaste con el comando REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Sintaxis: INFO canal\n"
+"\n"
+"Lista informacion acerca del canal registrado dado,\n"
+"incluyendo su fundador, tiempo de registracion, ultima\n"
+"vez usado, descripcion y fijacion de modos, si existen.\n"
+"Si ALL es especificado, el mensaje de entrada y\n"
+"sucesor tambien seran mostrados.\n"
+"\n"
+"Por defecto, la opcion ALL esta limitada a aquellos\n"
+"con acceso de fundador en el canal."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Sintaxis: INFO nickname\n"
+"\n"
+"Muestra informacion relativa al nick que especifiques,\n"
+"tal como el propietario del nick, la ultima direccion usada\n"
+"y tiempo, y opciones del nick. Si estas identificado con el\n"
+"nick por el cual pides informacion y usas el parametro\n"
+"ALL, podras ver toda la informacion; independiente de\n"
+"si esta oculta o no."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Sintaxis: INFO [canal]\n"
+"\n"
+"Muestra informacion acerca del numero de memos que tienes,\n"
+"cuantos de ellos aun no han sido leidos, y cuantos memos\n"
+"puedes recibir. Con un parametro, muestra la misma\n"
+"informacion para el canal dado."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Sintaxis: INFO [nick | canal]\n"
+"\n"
+"Sin un parametro, muestra informacion acerca del numero\n"
+"de memos que tienes, cuantos de ellos aun no han sido\n"
+"leidos, y el numero total de memos que puedes recibir.\n"
+"\n"
+"Con un canal de parametro, muestra la misma informacion\n"
+"para el canal dado.\n"
+"\n"
+"Con un nickname de parametro, muestra la misma\n"
+"informacion para el nickname dado. Este uso esta\n"
+"limitado a administradores de Servicios."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Sintaxis: INFO {canal | nick}\n"
+"\n"
+"Permite ver la informacion de %S acerca de un canal o\n"
+"bot. Si el parametro es un canal, recibiras informacion\n"
+"tal como kickers activados. Si el parametro es un nick,\n"
+"recibiras informacion acerca de un bot, tal como tiempo\n"
+"de creacion o numero de canales en los que este."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintaxis: INVITE canal\n"
+"\n"
+"Le dice a %S que te invite al canal dado.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel 5\n"
+"y mayor en el canal."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Sintaxis: JUPE servidor [razon]\n"
+"\n"
+"Le dice a los Servicios que hagan jupiter a un servidor\n"
+"-- esto es, crear un \"servidor\" falso conectado a\n"
+"los Servicios el cual previene al servidor real de\n"
+"conectarse. El jupe puede ser removido usando el\n"
+"estandart SQUIT. Si una razon es dada, es puesta\n"
+"en el campo de informacion sobre el servidor; de otra\n"
+"forma, el campo de informacion sobre el servidor tendra\n"
+"el texto \"Juped by <nick>\", mostrando el nickname\n"
+"de la persona que jupiterio el servidor.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxis: KICK #canal nick [razon]\n"
+"\n"
+"Kickea al nick seleccionado en el canal.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK #canal BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Setea el kick por bad words a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que digan ciertas palabras en el canal.\n"
+"\n"
+"Puedes definir bad words para tu canal usando el comando\n"
+"BADWORDS. Tipea /msg %S HELP BADWORDS para mayor\n"
+"informacion.\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK #canal REPEAT {ON|OFF} [ttb [num]]\n"
+"\n"
+"Setea el the kick por repeticion a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que esten repitiendo num veces (si num no\n"
+"es dado, por defecto es seteado a 3).\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintaxis: KICK canal opcion parametros\n"
+"\n"
+"Configura los kickers de bot. opcion puede ser una de:\n"
+"\n"
+" BOLDS Setea si el bot kickea negritas\n"
+" BADWORDS Setea si el bot kickea bad words\n"
+" CAPS Setea si el bot kickea mayusculas\n"
+" COLORS Setea si el bot kickea colores\n"
+" FLOOD Setea si el bot kickea usuarios\n"
+" que floodean\n"
+" REPEAT Setea si el bot kickea usuarios\n"
+" que repiten\n"
+" REVERSES Setea si el bot kickea reversos\n"
+" UNDERLINES Setea si el bot kickea subrayados\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Tipea /msg %S HELP KICK opcion para mayor\n"
+"informacion sobre una opcion especifica.\n"
+"\n"
+"Notese: acceso a este comando es controlado por el\n"
+"nivel SET."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Sintaxis: KICK canal usuario razon\n"
+"\n"
+"Permite a los IRCops a kickear un usuario de cualquier\n"
+"canal. Parametros son los mismos que para el comando\n"
+"/KICK. El mensaje de kick tendra el nickname del IRCop\n"
+"enviando el comando KICK antepuesto; por ejemplo:\n"
+"\n"
+"*** SpamMan ha sido kickeado del canal #mi_canal por %S (DrStein (Flood))\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal BOLDS {ON|OFF} [ttb]\n"
+"Setea el kick por negritas a encendido o apagado.\n"
+"Al abilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que usen negritas.\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal CAPS {ON|OFF} [ttb [min [porcentaje]]]\n"
+"Setea el kick por mayusculas a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que esten hablando en mayusculas.\n"
+"\n"
+"El bot kickea solo si hay al menos min mayusculas\n"
+"y que constituyan al menos porcentaje%% del total\n"
+"del texto (si no es dado, por defecto es seteado a 10\n"
+"caracteres y 25%%).\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Setea el kick por colores a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que usen colores.\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal FLOOD {ON|OFF} [ttb [ln [segs]]]\n"
+"Setea el kick por flood a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que esten floodeando el canal usando al menos\n"
+"ln lineas en segs segundos (si no es dado, por\n"
+"defecto es seteado a 6 lineas en 10 segundos).\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Setea el kick por reversos a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que usen reversos.\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxis: KICK canal UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Setea el kick por subrayados a encendido o apagado.\n"
+"Al habilitarlo, esta opcion le dice al bot que kickee\n"
+"usuarios que usen subrayados.\n"
+"\n"
+"ttb es el numero de veces que un usuario sera kickeado\n"
+"antes de ser baneado. No des ttb para desabilitar\n"
+"el sistema de ban una vez activado."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Sintaxis: LEVELS canal SET tipo [nivel|FOUNDER]\n"
+" LEVELS canal {DIS | DISABLE} tipo\n"
+" LEVELS canal LIST\n"
+" LEVELS canal RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Sintaxis: LIST [<clave>|<#X-Y>]\n"
+"Este comando lista los vhosts registrados a el operador\n"
+"si una Clave es dada, solo las entradas en las que el nick \n"
+"o el vhost coincidan con el patron dado en <clave> seran mostradas\n"
+"ej. DrStein* para todas las entradas que comiencen con \"DrStein\"\n"
+"Si un #X-Y estilo es usado, solo las entradas en el rango entre X\n"
+"e Y seran mostradas, ej. #1-3 va a mostrar las primeras 3 entradas\n"
+"de nicks/vhosts.\n"
+"La lista usa el valor de NSListMax como un limite maximo de numeros\n"
+"de items a mostrar al operador 1 vez.\n"
+"Limitado a Operadores de Servicios."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Sintaxis: LIST patron\n"
+"\n"
+"Lista todos los canales registrados concordando el patron\n"
+"dado (Canales con la opcion PRIVATE seteada no son\n"
+"listados.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Sintaxis: LIST patron\n"
+"\n"
+"Lista todos los nicknames que concuerden con el patron\n"
+"dado, en el formato nick!usuario@host. Nicks con la\n"
+"opcion PRIVATE seteada no seran mostrados.\n"
+"\n"
+"Ejemplos:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Lista todos los nicks registrados por joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista todos los nicks registrados con Bot en sus\n"
+" nomvres (sensible a mayusculas y minisculas).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Lista todos los nicks registrados por usuarios en el\n"
+" dominio bar.org."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Sintaxis: LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Lista todos los canales registrados concordando el patron dado.\n"
+"Canales con la opcion PRIVATE seteada solo seran mostrados\n"
+"a administradores de Servicios. Canales con la opcion NOEXPIRE\n"
+"tendran un ! antepuesto al nombre del canal para\n"
+"administradores de Servicios.\n"
+"\n"
+"Si las opciones FORBIDDEN o NOEXPIRE son dadas, solo canales\n"
+"que, respectivamente, tienen FORBID o NOEXPIRE seteado seran\n"
+"mostrados. Si ambas opciones son dadas, ambos tipos de canales\n"
+"seran mostrados. Lo mismo aplica para canales SUSPENDED. Estas \n"
+"opciones estan limitadas a administradores de Servicios."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Sintaxis: LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Lista todos los nicknames registrados que concuerden con el\n"
+"patron dado, en el formato nick!usuario@host. Nicks con\n"
+"la opcion PRIVATE solo seran mostrados a administradores\n"
+"de Servicios. Nicks con la opcion NOEXPIRE seteada tendran\n"
+"un ! antepuestos al nickname para administradores de\n"
+"Servicios.\n"
+"\n"
+"Si las opciones FORBIDDEN, SUSPENDED, NOEXPIRE o UNCONFIRMED son dadas,\n"
+"solo nicks que, respectivamete, esten FORBIDDEN, SUSPENDED, UNCONFIRMED\n"
+"o esten seteados NOEXPIRE seran mostrados. Si las tres opciones\n"
+"son dadas, los tres tipos de nicks seran mostrados.\n"
+"Estas opciones estan limitadas a administradores de Servicios.\n"
+"\n"
+"Ejemplos:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Lista todos los nicks registrados por joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista todos los nicks registrados con Bot en\n"
+" sus nombres. (no sensible a mayusculas y minusculas).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Lista todos los nicks registrados que hayan sido seteados\n"
+" a no expiracion."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxis: LIST [canal] [lista | NEW]\n"
+"\n"
+"Lista los memos que tienes actualmente. Con NEW, lista\n"
+"solo los memos nuevos (no leidos). Memos nuevos estan\n"
+"marcados con un \"*\" a la izquierda del numero del memo.\n"
+"Tambien puedes especificar una lista de numeros, como en el\n"
+"ejemplo mas abajo:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" Lista memos enumerados 2 a 5 y 7 a 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Sintaxis: LOGONNEWS ADD texto"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Sintaxis: LOGONNEWS DEL {numero | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Sintaxis: LOGOUT\n"
+"\n"
+"Este comando invierte el efecto de IDENTIFY, osea, \n"
+"te hace ya no reconocible como el dueño de tu nick.\n"
+"Ten en cuenta que no te sera requerido identificarte\n"
+"nuevamente."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Sintaxis: LOGOUT [nickname [REVALIDATE]]\n"
+"\n"
+"Sin un parametro, revierte el efecto del comando IDENTIFY, \n"
+"osea te hace ya no reconocido como el verdadero dueño del nick\n"
+"Ten en cuenta, que no seras requerido a reidentificarte.\n"
+"\n"
+"Con un parametro, hace los mismo para el nick dado. Si\n"
+"ademas especificas REVALIDATE, los Servicios requeriran al\n"
+"dado nick a reidentificarse. Este uso esta limitado a\n"
+"administradores de Servicios."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintaxis: MODE canal modos\n"
+"\n"
+"Permite a los operadores de Servicios setear modos de canal\n"
+"para cualquier canal. Parametros son los mismos que para el\n"
+"comando estandart /MODE.\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Sintaxis: MODINFO NombreArchivo\n"
+"Este comando lista informacion sobre el modulo cargado pedido "
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Sintaxis: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Lista todos los modulos actualmente cargados."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintaxis: MODLOAD NombreArchivo\n"
+"Este comando carga el modulo llamado NombreArchivo del directorio de \n"
+"modulos."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintaxis: MODUNLOAD NombreArchivo\n"
+"Este comando descarga el modulo llamado NombreArchivo del directorio \n"
+"de modulos."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Sintaxis: NOOP SET servidor\n"
+" NOOP REVOKE servidor\n"
+"\n"
+"NOOP SET remueve todas las lineas O: del\n"
+"servidor dado y killea a todos los IRCops actualmente\n"
+"en el para prevenirlos a hacer rehash en el servidor\n"
+"(ya que esto cancelaria el efecto).\n"
+"\n"
+"NOOP REVOKE hace las lineas 0: disponibles nuevamente\n"
+"en el servidor dado.\n"
+"\n"
+"Notese: El servidor no es checkeado por los\n"
+"Servicios.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Sintaxis: OFF\n"
+"Desactiva el vhost actualmente asignado al nick en uso.\n"
+"Cuando uses este comando cualquier usuario que haga un /whois\n"
+"a ti vera tu IP real."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Sintaxis: OLINE usuario opciones\n"
+"\n"
+"Permite a Services Operators a dar permisos de\n"
+"operador a cualquier usuario. Las opciones deben estar\n"
+"antepuestas con un \"+\" o un \"-\". Para remover todas las\n"
+"opciones simplemente tipear un \"-\" en vez de cualquier\n"
+"opcion."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Sintaxis: ON\n"
+"Activa el vhost actualmente asignado al nick en uso.\n"
+"Cuando uses este comando cualquier usuario que haga un /whois\n"
+"a ti vera el vhost asignado en vez de tu IP real."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxis: OP #canal [nick]\n"
+"\n"
+"Opea al nick seleccionado en un canal. Si nick no es\n"
+"dado, te opeara a ti.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Sintaxis: OPERNEWS ADD texto"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Sintaxis: OPERNEWS DEL {numero | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintaxis: OWNER #canal\n"
+"\n"
+"Te da el estatus de dueño en canal.\n"
+"\n"
+"Limitado a aquellos con nivel de fundador en el canal."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Sintaxis: PROTECT #canal [nick]\n"
+"\n"
+"Proteje al nick seleccionado en un canal. Si nick no es\n"
+"dado, te protejera a ti.\n"
+"\n"
+"Por defecto, limitado al fundador, o a SOPs o aquellos\n"
+"con nivel 10 y mayor en el canal para protejerse a si\n"
+"mismos."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Sintaxis: QUIT\n"
+"\n"
+"Causa a los Servicios a parar inmediatamente; las bases de\n"
+"datos no son salvadas. Este comando no debe ser usado a\n"
+"menos que las copias en la memoria se crean dañadas y no\n"
+"deban ser guardadas. Para parar normalmente, usa el comando\n"
+"SHUTDOWN.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Sintaxis: RANDOMNEWS ADD texto"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Sintaxis: RANDOMNEWS ADD texto\n"
+" RANDOMNEWS DEL {numero | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Edita o muestra la lista de mensajes de noticia al azar.\n"
+"Cuando un usuario se conecta a la red, uno (y solo uno) de los\n"
+"mensajes al azar sera elejido y enviado a ellos.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Sintaxis: RANDOMNEWS DEL {numero | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxis: READ [canal] {numero | lista | LAST | NEW}\n"
+"\n"
+"Te envia el texto de los memos especificados. Si LAST es\n"
+"dado, te envia el ultimo memo recibido. si NEW es dado, te\n"
+"envia todos tus memos nuevos. De otra forma, te envia el\n"
+"memo numero numero. Tambien puedes dar una lista de\n"
+"numeros, como en el ejemplo:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Muestra los memos enumerados 2 a 5 y 7 a 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Sintaxis: REGISTER canal descripcion\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Sintaxis: REGISTER clave [email]\n"
+"\n"
+"Registra tu nickname en la base de datos de %S. Una\n"
+"vez registrado, puedes usar los comandos SET y ACCESS\n"
+"para configurar los seteos de tu nick a gusto.\n"
+"Asegurate de recordar la clave que usaste para\n"
+"registrarte - lo necesitaras para hacer cambios a tu nick\n"
+"(Tomar en cuenta que mayusculas importan! ANOPE,\n"
+"Anope, y anope son todas claves diferentes!)\n"
+"\n"
+"Guias para elegir claves:\n"
+"\n"
+"Las claves no deben ser faciles de adivinar. Por ejemplo,\n"
+"usar tu nombre real como clave es una mala idea. Usar\n"
+"tu nickname como clave es una idea mucho peor ;) y,\n"
+"de hecho, %S no lo permitira. Ademas, claves cortas\n"
+"son vulnerables a adivinanzas, asi que deberias elejir una\n"
+"clave de al menos 5 caracteres.\n"
+"Por ultimo, el caracter de espacio no puede ser usado.\n"
+"\n"
+"The parametro email es opcional y seteara el email para\n"
+"tu nick inmediatamente. Como sea, puede que sea requerido\n"
+"en ciertas redes.\n"
+"Tu privacidad es respetada; este e-mail no sera dado a\n"
+"terceras personas.\n"
+"\n"
+"Este comando ademas crea un nuevo grupo para tu nickname\n"
+"que te permitira registrar otros nicks despues compartiendo\n"
+"la misma configuracion, memos y privilegios. Para mayor\n"
+"informacion acerca de esta caracteristica, tipea /msg %S\n"
+"HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Sintaxis: RELOAD\n"
+"\n"
+"Causa a los Servicios a recargar el archivo de\n"
+"configuracion. Notese que algunas directivas aun asi\n"
+"necesitan que los Servicios partan denuevo para tomar\n"
+"efecto (tal como nicknames de los Servicios, activacion\n"
+"de la limitacion de sesiones, etc.)\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Sintaxis: RESEND\n"
+"\n"
+"Este comando envia el codigo de autorizacion (conocido como passcode)\n"
+"a la direccion e-mail del usuario que lo esta ejecutando."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Sintaxis: RESTART\n"
+"\n"
+"Causa a los Servicios a guardar todas las bases de\n"
+"datos y luego parar y partir nuevamente.\n"
+"(esto es, terminar el programa e inmediatamente correr\n"
+"el ejecutable nuevamente).\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Sintaxis: RSEND {nick | canal} texto-memo\n"
+"Envia a nick o canal un memo conteniendo memo-text. \n"
+"Cuando se envia a un nickname, el receptor recibira una noticia \n"
+"informandole que tiene un nuevo memo. El nickname o canal al cual se le \n"
+"enviara el memo debe estar registrado.\n"
+"Una vez que el memo ha sido leido, quien envio el memo recibira una \n"
+"notificacion automatica informando que el memo ha sido leido.\t"
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Sintaxis: SAY canal texto\n"
+"\n"
+"Hace al bot decir el texto dado en el canal dado."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Sintaxis: SEND {nick | canal} texto-del-memo\n"
+"\n"
+"Envia un memo al nick o canal dado, conteniendo\n"
+"texto-del-memo. Al enviar a un nickname, el recipiente\n"
+"recibira noticia de que el/ella tiene un nuevo memo. El nick\n"
+"o canal recipientes deben estar registrados."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Sintaxis: SENDALL texto-memo\n"
+"Envia a todos los usuarios registrados un memo conteniendo texto-memo."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Sintaxis: SENDPASS nickname\n"
+"\n"
+"Envia la clave del nickname dado a la direccion\n"
+"e-mail seteada en el record del nickname. Este comando\n"
+"es sumamente util para lidiar con claves perdidas.\n"
+"\n"
+"Puede ser limitado a operadores de IRC en ciertas\n"
+"redes."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Sintaxis: SESSION LIST umbral\n"
+" SESSION VIEW host\n"
+"\n"
+"Permite a los administradores de Servicios ver la lista de sesiones.\n"
+"\n"
+"SESSION LIST lista hosts con al menos umbral sesiones.\n"
+"El umbral debe ser un numero mayor a 1. Esto es para prevenir\n"
+"listados accidentales del gran numero de hosts de sesion.\n"
+"SESSION VIEW muestra informacion detallada acerca de un host \n"
+"especifico - incluyendo la cuenta de sesion y el limite de sesion\n"
+"actual.\n"
+"El valor host no puede incluir comodines.\n"
+"\n"
+"Mira la ayuda sobre EXCEPTION para mayor informacion acerca de\n"
+"limites de sesion y como setearlos para hosts y grupos especificos\n"
+"de ahi en adelante. \n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Sintaxis: SET <nick> <host>.\n"
+"Setea el vhost para el nick dado al host dado. Si\n"
+"tu IRCD soporta vIdents, al usar SET <nick> <ident>@<host>\n"
+"setea idents para usuarios ademas de vhosts.\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintaxis: SET canal opcion parametros\n"
+"\n"
+"Configura opciones de bot. opcion puede ser uno de:\n"
+"\n"
+" DONTKICKOPS Para proteger ops contra kicks de bots\n"
+" DONTKICKVOICES Para proteger voices contra kicks de bots\n"
+" GREET Abilita mensajes de bienvenida\n"
+" FANTASY Abilita comandos de fantasia\n"
+" SYMBIOSIS Permite al bot a actuar como un bot real\n"
+"\n"
+"Tipea /msg %S HELP SET opcion para mayor informacion\n"
+"sobre una opcion especifica.\n"
+"\n"
+"Notese: el acceso a este comando esta controlado por\n"
+"el nivel SET."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Sintaxis: SET nick-del-bot PRIVATE {ON|OFF}\n"
+"\n"
+"Esta opcion previene un bot de ser asignado\n"
+"a un canal por usuarios que no son operadores\n"
+"de IRC.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sintaxis: SET canal opcion parametros\n"
+"\n"
+"Le permite al fundador del canal setear varias opciones\n"
+"de canal y otra informacion.\n"
+"\n"
+"Opciones disponibles:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintaxis: SET canal DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el modo de proteccion de ops\n"
+"en un canal. Al abilitarlo, ops no seran\n"
+"kickeados por el bot, incluso si no concuerdan con\n"
+"el nivel NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintaxis: SET canal DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el modo de proteccion de voices\n"
+"en un canal. Al abilitarlo, voices no seran\n"
+"kickeados por el bot, incluso si no concuerdan con\n"
+"el nivel NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Sintaxis: SET canal FANTASY {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el modo de fantasia\n"
+"en un canal. Al abilitarlo, los usuarios podran\n"
+"usar los comandos !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen en un canal (averigua\n"
+"como usarlos; intenta con o sin nick para cada\n"
+"uno, y con razon para algunos?).\n"
+"\n"
+"Notese que usuarios que quieran usar comandos\n"
+"de fantasia DEBEN tener el nivel necesario\n"
+"para ambos el nivel FANTASIA y otro dependiendo\n"
+"del comando si es requerido (por ejemplo, para\n"
+"usar !op, el usuario debe tener suficiente\n"
+"acceso para el nivel OPDEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Sintaxis: SET canal GREET {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el modo de asludo en\n"
+"un canal. Al abilitarlo, el bot mostrara los\n"
+"mensajes de los usuarios entrando al canal,\n"
+"siempre y cuando tengan el suficiente acceso\n"
+"al canal."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Sintaxis: SET canal NOBOT {ON|OFF}\n"
+"\n"
+"Esta opcion hace al canal no asignable. Si un\n"
+"bot ya esta asignado al canal, es desasignado\n"
+"automaticamente cuando abilitas esta opcion.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Sintaxis: SET canal NOEXPIRE {ON | OFF}\n"
+"\n"
+"Setea si el canal expirara. Seteando esto\n"
+"a ON previene el canal a expirar.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Sintaxis: SET canal SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Habilita o deshabilita el modo simbiosis en\n"
+"un canal. Al abilitarlo, el bot hara cualquier\n"
+"cosa que normalmente habria hecho %s en los\n"
+"canales, tal como MODOS, KICKS e incluso los\n"
+"mensajes de entrada."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sintaxis: SET opcion parametros\n"
+"\n"
+"Setea varias opciones para nicknames. opcion puede ser\n"
+"una de:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Sintaxis: SET opcion parametros\n"
+"\n"
+"Setea varias opciones de memos. opcion puede ser una de:\n"
+"\n"
+" NOTIFY Cambia cuando seras notificado acerca de\n"
+" nuevos memos (solo para nicknames)\n"
+" LIMIT Setea el maximo numero de memos que\n"
+" puedes recibir\n"
+"\n"
+"Tipea /msg %S HELP SET opcion para mas informacion\n"
+"acerca de una opcion especifica."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Sintaxis: SET opcion seteo\n"
+"\n"
+"Setea varias opciones globales de Servicios.\n"
+"Nombres de opciones actualmente definidas son:\n"
+" READONLY Setea modo read-only o read-write\n"
+" LOGCHAN Reporta el log a un canal\n"
+" DEBUG Activa o desactiva el modo debug\n"
+" NOEXPIRE Activa o desactiva el modo no expire\n"
+" SUPERADMIN Activa o desactiva el modo SuperAdmin\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Sintaxis: SET DEBUG {ON | OFF | numero}\n"
+"\n"
+"Setea el modo debug a encendido o apagado. En modo debug,\n"
+"toda la informacion enviada de y hacia los Servicios,\n"
+"ademas de un numero de mensajes son escritos al archivo\n"
+"de log. Si numero es dado, el modo debug es\n"
+"activado, con el nivel de debug setead a numero.\n"
+"\n"
+"Esta opcion es equivalente a la opcion -debug en\n"
+"la linea de comando."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Sintaxis: SET DISPLAY nuevo-display\n"
+"\n"
+"Cambia el display usado para referirte a tu grupo de\n"
+"nicks en Servicios. El nuevo display DEBE ser un nick\n"
+"de tu grupo."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Sintaxis: SET EMAIL direccion\n"
+"\n"
+"Asocia el E-mail dado con tu nickname. La direccion\n"
+"sera mostrada cuando alguien requiera informacion \n"
+"sobre el canal con el comando INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Sintaxis: SET GREET mensaje\n"
+"\n"
+"Hace al mensaje ingresado el saludo para tu nickname, el\n"
+"que sera mostrado cuando ingreses a un canal con la\n"
+"opcion GREET abilitada, siempre y cuando tengas en el\n"
+"el acceso necesario."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sintaxis: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Permite prevenir que cierta informacion sobre tu nick cuando\n"
+"es solicitada mediante el comando %S INFO a tu nick.\n"
+"Puedes esconder tu direccion E-mail (EMAIL), la ultima\n"
+"mascara usuario@host (USERMASK), y tu ultimo mensaje\n"
+"quit (QUIT).\n"
+"El segundo parametro especifica si la informacion debe ser\n"
+"escondida (OFF) o mostrada (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sintaxis: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Cambia la proteccion automatica de tu nick a on u off.\n"
+"Con proteccion on, si otro usuario intenta usar tu nick,\n"
+"tendra un minuto para cambiar de nick, luego del cual\n"
+"%S cambiara su nick automaticamente.\n"
+"\n"
+"Si seteas QUICK, el usuario sera dado solo de 20 segundos\n"
+"para cambiar el nick en vez de los normales 60. Si seleccionas\n"
+"IMMED, el nick del usuario sera cambiado automaticamente\n"
+"sin ser advertido o dado oportunidad de cambiarlo antes;\n"
+"Por favor no uses esta opcion a menos que lo consideres\n"
+"necesario. Ademas, los administradores de la red pueden haber\n"
+"deshabilitado esta opcion."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Sintaxis: SET LANGUAGE numero\n"
+"\n"
+"Cambia el lenguaje que Servicios usa para enviarte mensajes\n"
+"(por ejemplo, al responder a un comando que enviaste).\n"
+"numero debe ser elejido de la lista de lenguajes\n"
+"soportados:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Sintaxis: SET LIMIT [canal] limite\n"
+"\n"
+"Setea el maximo numero de memos que tu (o el canal dado)\n"
+"estas permitido a tener. Si seteas esto a 0, nadie podra\n"
+"enviarte memos. Ademas, no puedes setear el limite mas\n"
+"alto que %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Sintaxis: SET LIMIT [usuario | canal] {limite | NONE} [HARD]\n"
+"\n"
+"Setea el maximo numero de memos un usuario o canal esta\n"
+"permitido a tener. Setear el limite a 0 previene al usuario\n"
+"de recibir memos; setearlo a NONE permite al usuario\n"
+"a recibir y guardar cuantos memos quiera. Si no das un\n"
+"nickname o canal, tu propio limite es seteado.\n"
+"\n"
+"Añadir HARD previene al usuario de cambiar el limite. No\n"
+"añadir HARD tiene el efecto contrario, permitiendo al\n"
+"usuario cambiar el limite (aun si un limite previo fue seteado\n"
+"con HARD).\n"
+"\n"
+"El uso del comando SET LIMIT esta limitado a\n"
+"administradores de Servicios. Otros usuarios pueden\n"
+"solo setear limite para ellos mismos o para un canal en\n"
+"el que tengan ciertos privilegios, no pueden remover su\n"
+"limite, no pueden setear el limite mas alla de %d, y no\n"
+"pueden setear un limite hard."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Sintaxis: SET LOGCHAN {ON | OFF}\n"
+"En modo on, los Servicios envian sus logs a un canal especificado\n"
+"y a sus debidos archivos. LogChannel debe estar definido en la\n"
+"configuracion de los Servicios para poder usar esta opcion.\n"
+"\n"
+"Esta opcion es equivalente a la opcion -logchan en\n"
+"la linea de comando.\n"
+"\n"
+"Nota: Es importante que el canal sea apropriadamente \n"
+"seguro con ingreso a Administradores solamente."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Sintaxis: SET MSG {ON | OFF}\n"
+"\n"
+"Te permite elegir la forna en la que los Servicios se\n"
+"comunicaran contigo. Con MSG seteado, los Servicios\n"
+"usaran msgs, de otra forma usaran notices. "
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Sintaxis: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Setea el modo no expire a encendido o apagado. En\n"
+"modo no expire, nicks, canales, akills y excepciones\n"
+"no expiraran hasta que la opcion sea sacada.\n"
+"\n"
+"Esta opcion es equivalente a la opcion -noexpire\n"
+"en la linea de comando."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Sintaxis: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Cambia cuando seras notificado acerca de nuevos memos:\n"
+"\n"
+" ON Seras notificado de memos cuando te conectes,\n"
+" cuando saques tu /AWAY, y cuando te sean\n"
+" enviados.\n"
+" LOGON Solo seras notificado de memos cuando te conectes\n"
+" o cuando saques tu /AWAY.\n"
+" NEW Solo seras notificado de memos cuando te sean\n"
+" enviados.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF No recibiras ninguna notificacion por memos.\n"
+"\n"
+"ON es escencialmente LOGON y NEW combinados."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Sintaxis: SET PASSWORD nueva-clave\n"
+"\n"
+"Cambia la clave usada para identificarte como el\n"
+"dueño del nick."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sintaxis: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Hace que %S active o desactive la opcion de privacidad de tu\n"
+"nick. Con PRIVATE seteado,tu nickname no aparecera en las\n"
+"listas de nicknames generadas con el comando LIST de %S.\n"
+"(Sin embargo, cualquier persona que sepa tu nick podra chequear\n"
+"tu informacion usando el comando INFO.)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Sintaxis: SET READONLY {ON | OFF}\n"
+"\n"
+"Setea el modo read-only a encencido o apagado. En modo\n"
+"read-only, usuarios normales no podran modificar datos\n"
+"de Servicios, incluyendo acceso a listas de canales y\n"
+"nicknames, etc. IRCops con suficientes privilegios con\n"
+"los Servicios podran modificar la lista AKILL de\n"
+"Servicios y botar o prohibir nicknames y canales, pero\n"
+"ninguno de estos cambios sera salvado a menos que el\n"
+"modo read-only es desactivado antes de que los Servicios\n"
+"sean terminados o recargados.\n"
+"\n"
+"Esta opcion es equivalente a la opcion -readonly en\n"
+"la linea de comando."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sintaxis: SET SECURE {ON | OFF}\n"
+"\n"
+"Cambia las caracteristicas de seguridad de %S para tu nick en on\n"
+"u off. Con SECURE seteado, debes ingresar tu clave para ser\n"
+"reconocido como propietario del nick, a pesar de que tu direccion\n"
+"este en la lista de accesos. Sin embargo, si estas en la lista de\n"
+"acceso, %S no te auto-killeara no importando el seteo de la opcion\n"
+"KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Sintaxis: SET SUPERADMIN {ON | OFF}\n"
+"Este seteo de da privilegios extra como la abilidad de ser\n"
+"\"fundador\" en todos los canales, etc.\n"
+"Esta opcion no es persistente y debe ser usada solo de ser\n"
+"necesario."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Sintaxis: SETALL <nick> <host>.\n"
+"Setea el vhost para todos los nicks en el mismo grupo que\n"
+"el nick dado. Si tu IRCD soporta vIdents, al usar\n"
+"SETALL <nick> <ident>@<host> setea idents para usuarios\n"
+"ademas de vhosts.\n"
+"* NOTA: Esto no actualizara el vhost para ningun nick\n"
+"agregado al grupo despues que este comando haya sido usado.\n"
+"Limitado a Operadores de Servicios."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Sintaxis: SHUTDOWN\n"
+"\n"
+"Causa a los Servicios a guardar todas las bases de\n"
+"datos y parar.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Sintaxis: SNLINE ADD [+expiracion] mascara:razon\n"
+" SNLINE DEL {mascara | numero | lista}\n"
+" SNLINE LIST [mascara | lista]\n"
+" SNLINE VIEW [mascara | lista]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Permite a los operadores de Servicios a manipular la lista\n"
+"de SNLINES. Si un usuario con un nombre real concordando\n"
+"una mascara SNLINE se intenta conectar, los Servicios le\n"
+"impediran conseguir una sesion de IRC.\n"
+"\n"
+"SNLINE ADD añade la mascara de nombre real dada a la\n"
+"lista de SNLINES por la razon dada (la que debe ser\n"
+"dada). expiracion es especificada como un entero\n"
+"seguido de uno de d (dias), h (horas), o m\n"
+"(minutos). Combinaciones (como 1h30m) no estan\n"
+"permitidas. Si la especificacion de la unidad no es\n"
+"incluida, por defecto son dias (osea +30 por si solo\n"
+"significa 30 dias). Para añadir una SNLINE que no expire,\n"
+"usa +0. Si la mascara de nombre real dada empieza con\n"
+"+, el tiempo de expiracion debe ser dado, aun si es\n"
+"el mismo que el por defecto. El tiempo actual de expiracion\n"
+"por defecto para SNLINES puede ser visto con el comando\n"
+"STATS AKILL.\n"
+"Notese: Ya que la mascara de nombre real puede contener\n"
+"espacios, el separador entre esta y la razon es un signo de\n"
+"dos puntos.\n"
+"\n"
+"El comando SNLINE DEL remueve la mascara dada de la\n"
+"lista de SNLINES si esta presente. Si una lista de\n"
+"instancias es dada, esas instancias son borradas. (Ver el\n"
+"ejemplo para LIST mas abajo.)\n"
+"\n"
+"El comando SNLINE LIST muestra la lista de SNLINES. Si\n"
+"una mascara es dada, solo las instancias concordando con\n"
+"la mascara son mostradas. Si una lista de instancias es\n"
+"dada, solo esas instancias son mostradas; por ejemplo:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lista instancias de SNLINES enumeradas 2 a 5 y 7 \n"
+" a 9.\n"
+" \n"
+"SNLINE VIEW es una version mas verbal que SNLINE LIST,\n"
+"y mostrara quien añadio la SNLINE, la fecha en la que fue\n"
+"añadida, y cuando expira, ademas de la mascara de nombre real\n"
+"y la razon.\n"
+"\n"
+"SNLINE CLEAR limpia todas las instancias de la lista de\n"
+"SNLINES.\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxis: SOP canal ADD nick\n"
+" SOP canal DEL {nick | instancia | lista}\n"
+" SOP canal LIST [mascara | lista]\n"
+" SOP canal CLEAR\n"
+"\n"
+"Mantiene la lista SOP (SuperOP) para un canal. La lista\n"
+"SOP le da al usuario los derechos dados por la lista AOP,\n"
+"y agrega aquellos necesarios para usar las listas de\n"
+"AutoKick y BadWords, mandar y leer memos de canal, etc.\n"
+"\n"
+"El comando SOP ADD agrega al nickname dado a la lista\n"
+"SOP.\n"
+"\n"
+"El comando SOP DEL remueve el nickname dado de la\n"
+"lista SOP. Si una lista de instancias es dada, esas\n"
+"instancias son borradas. (Ver el ejemplo para LIST mas\n"
+"abajo.)\n"
+"\n"
+"El comando SOP LIST muestra la lista SOP. Si una\n"
+"mascara con comodin es dada, solo las instancias\n"
+"concordando la mascara son mostradas. Si una lista de\n"
+"instancias es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" SOP #canal LIST 2-5,7-9\n"
+" Muestra instancias de SOP enumeradas 2 a 5 y\n"
+" 7 a 9.\n"
+"\n"
+"El comando SOP CLEAR limpia todas las instancias de la\n"
+"lista SOP.\n"
+"\n"
+"Los comandos SOP ADD, SOP DEL y SOP CLEAR estan\n"
+"limitados al fundador del canal. Cualquier usuario en la\n"
+"lista AOP puede usar el comando SOP LIST.\n"
+"\n"
+"Este comando puede haber sido deshabilitado para tu canal.\n"
+"Si este es el caso, debes usar la lista de acceso. Ver\n"
+"/msg %S HELP ACCESS para incormacion acerca la lista\n"
+"de acceso y /msg %S HELP SET XOP para saber como cambiar\n"
+"entre la lista de acceso y el sistema de listas xOP."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Sintaxis: SQLINE ADD [+expiracion] mascara razon\n"
+" SQLINE DEL {mascara | numero | lista}\n"
+" SQLINE LIST [mascara | lista]\n"
+" SQLINE VIEW [mascara | lista]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Permite a los operadores de Servicios a manipular la lista\n"
+"de SQLINES. Si un usuario con un nick concordando una\n"
+"mascara SQLINE se intenta conectar, los Servicios le\n"
+"impediran conseguir una sesion de IRC.\n"
+"\n"
+"Si el primer caracter de la mascara es #, los servicios\n"
+"prevendran el uso de los canales concordantes (en IRCds\n"
+"que lo soporten).\n"
+"\n"
+"SQLINE ADD añade la mascara de nombre real dada a la\n"
+"lista de SQLINES por la razon dada (la que debe ser\n"
+"dada). expiracion es especificada como un entero\n"
+"seguido de uno de d (dias), h (horas), o m\n"
+"(minutos). Combinaciones (como 1h30m) no estan\n"
+"permitidas. Si la especificacion de la unidad no es\n"
+"incluida, por defecto son dias (osea +30 por si solo\n"
+"significa 30 dias). Para añadir una SQLINE que no expire,\n"
+"usa +0. Si la mascara de nombre real dada empieza con\n"
+"+, el tiempo de expiracion debe ser dado, aun si es\n"
+"el mismo que el por defecto. El tiempo actual de expiracion\n"
+"por defecto para SQLINES puede ser visto con el comando\n"
+"STATS AKILL.\n"
+"\n"
+"El comando SQLINE DEL remueve la mascara dada de la\n"
+"lista de SQLINES si esta presente. Si una lista de\n"
+"instancias es dada, esas instancias son borradas. (Ver el\n"
+"ejemplo para LIST mas abajo.)\n"
+"\n"
+"El comando SQLINE LIST muestra la lista de SQLINES. Si\n"
+"una mascara es dada, solo las instancias concordando con\n"
+"la mascara son mostradas. Si una lista de instancias es\n"
+"dada, solo esas instancias son mostradas; por ejemplo:\n"
+"\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lista instancias de SQLINES enumeradas 2 a 5 y 7\n"
+" a 9.\n"
+"\n"
+"SQLINE VIEW es una version mas verbal que SQLINE LIST,\n"
+"y mostrara quien añadio la SQLINE, la fecha en la que fue\n"
+"añadida, y cuando expira, ademas de la mascara de nombre real\n"
+"y la razon.\n"
+"\n"
+"SQLINE CLEAR limpia todas las instancias de la lista de\n"
+"SQLINES.\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Sintaxis: STAFF\n"
+"Muestra todos los nicks de Services Staff, junto con su nivel\n"
+"y estado on-line."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Sintaxis: STAFF texto-memo\n"
+"Envia a todo el staff de services un memo conteniendo texto-memo."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Sintaxis: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Sin una opcion, muestra el numero actual de usuarios e\n"
+"IRCops en linea (excluyendo a los Servicios), el maximo\n"
+"numero de usuarios desde que los Servicios partieron, y\n"
+"el tiempo que los Servicios han estado corriendo.\n"
+"\n"
+"Con la opcion AKILL, muestra el tamaño actual de la\n"
+"lista AKILL y el actual tiempo de expiracion por defecto.\n"
+"\n"
+"La opcion ALL esta solo disponible a administradores de\n"
+"Servicios, y muestra informacion en el uso de memoria de\n"
+"los Servicios. Usar esta opcion puede congelar a los\n"
+"Servicios por un corto periodo de tiempo en redes grandes,\n"
+"asi que no lo uses demasiado!\n"
+"\n"
+"La opcion RESET resetea la cuenta maxima de usuarios\n"
+"al numero de usuarios actualmente presentes en la red."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Sintaxis: STATUS canal nickname\n"
+"\n"
+"Devuelve el nivel de acceso actual del nick dado\n"
+"en el canal dado. La respuesta es de la forma:\n"
+"\n"
+" STATUS canal nickname nivel-de-acceso\n"
+"\n"
+"Si un error ocurre, la respuesta sera de la forma:\n"
+"\n"
+" STATUS ERROR mensaje-de-error\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Sintaxis: STATUS nickname...\n"
+"\n"
+"Devuelve informacion acerca de si el usuario usando el nick dado\n"
+"ha sido reconocido como el propietario del nickname.\n"
+"La respuesta tiene el siguiente formato:\n"
+"\n"
+" nickname codigo-del-status account\n"
+"\n"
+"Donde nickname es el nickname enviado con el comando,\n"
+"codigo-del-status es uno de los siguientes, and\n"
+"account is the account they are logged in as.\n"
+"\n"
+" 0 - Usuario no esta en linea o el nick no esta registrado.\n"
+" 1 - Usuario no reconocido como el propietario del nick.\n"
+" 2 - Usuario reconocido solo mediante la lista de acceso.\n"
+" 3 - Usuario reconocido mediante autentificacion por clave.\n"
+"\n"
+"hasta 16 nicknames pueden ser enviados con cada comando. El\n"
+"resto seran ingnorados. Si no se entrega un nickname, se mostrara\n"
+"tu estado."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintaxis: SUSPEND canal [razon]\n"
+"\n"
+"Impide a cualquier persona de registrar o usar el\n"
+"canal dado. Puede ser cancelado usando el comando UNSUSPEND\n"
+"para preservar los datos/seteos previos.\n"
+"\n"
+"Razon puede ser mandatorio en ciertas redes.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK nick nuevonick\n"
+"\n"
+"Cambia, a la fuerza, el nick del usuario from nick a nuevonick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Sintaxis: SZLINE ADD [+expiracion] mascara razon\n"
+" SZLINE DEL {mascara | numero | lista}\n"
+" SZLINE LIST [mascara | lista]\n"
+" SZLINE VIEW [mascara | lista]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Permite a los operadores de Servicios manipular la\n"
+"lista de SZLINES. Si un usuario con una IP concordando\n"
+"una mascara en la lista de SZLINES intenta conectarse,\n"
+"los Servicios le impediran obtener una sesion de IRC\n"
+"(y esto es, si la IP tiene un PTR RR o no).\n"
+"\n"
+"SZLINE ADD añade la mascara IP dada a la lista de\n"
+"SZLINES por la razon dada (la que debe ser dada).\n"
+"expiracion es especificada como un entero seguido\n"
+"de uno de d (dias), h (horas), or m (minutos).\n"
+"Combinaciones (como 1h30m) no estan permitidas. Si\n"
+"una especificacion de unidad no es incluida, por\n"
+"defecto es dias (osea +30 por si solo significa\n"
+"30 dias). Para añadir una SZLINE que no expire, usa\n"
+"+0. Si la mascara a ser añadida empieza con un\n"
+"+, el tiempo de expiracion debe ser dado, incluso\n"
+"si es el mismo que el por defecto. El tiempo actual\n"
+"de expiracion por defecto para SZLINES puede ser\n"
+"visto con el comando STATS AKILL.\n"
+"\n"
+"El comando SZLINE DEL remueve la mascara dada de la\n"
+"lista de SZLINES si esta presente. Si una lista de\n"
+"instancias es dada, esas instancias son borradas. (Ver\n"
+"el ejemplo para LIST mas abajo.)\n"
+"\n"
+"El comando SZLINE LIST muestra la lista de SZLINES. \n"
+"Si una mascara es dada, solo aquellas instancias\n"
+"concordando la mascara son mostradas. Si una lista de\n"
+"instancias es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lista instancias SZLINE enumeradas 2 a 5 y 7 \n"
+" a 9.\n"
+" \n"
+"SZLINE VIEW es una version mas verbal de SZLINE LIST,\n"
+"y mostrara quien añadio una SZLINE, la fecha en la que\n"
+"fue añadida, y cuando expira, ademas de la mascara IP y\n"
+"la razon.\n"
+"\n"
+"SZLINE CLEAR limpia todas las instancias de la lista\n"
+"de SZLINES.\n"
+"\n"
+"Limitado a operadores de Servicios."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintaxis: TOPIC canal [topico]\n"
+"\n"
+"Hace a %S setear el topic del canal al especificado.\n"
+"If topico no es dado, un topico vacio es seteado.\n"
+"Este comando es mas util usado en conjunto a SET\n"
+"TOPICLOCK. Ver /msg %S HELP SET TOPICLOCK\n"
+"para mayor informacion.\n"
+"\n"
+"Por defecto, limitado a aquellos con nivel de fundador\n"
+"en el canal."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintaxis: UMODE usuario modos\n"
+"\n"
+"Permite a Services Operators a setear modos de\n"
+"usuarios para cualquier usuario. Los parametros son los\n"
+"mismos que para el comando /MODE."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Sintaxis: UNASSIGN canal\n"
+"\n"
+"Deasigna a un bot de un canal. Al usar este comando\n"
+"el bot ya no entrara al canal. Aun asi, la configuracion\n"
+"del bot para el canal es guardada, asi te sera posible\n"
+"reasignar un bot luego sin tener que configurarlo\n"
+"completamente."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintaxis: UNBAN canal [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Por defecto, limitado a AOPs o aquellos con nivel 5\n"
+"y mayor en el canal."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Sintaxis: UNSUSPEND canal\n"
+"\n"
+"Libera un canal suspendido. Todos los datos y seteos\n"
+"antes de la suspencion son preservados.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Sintaxis: UPDATE\n"
+"\n"
+"Causa a los Servicios a updatear todos los archivos de\n"
+"la base de datos tan pronto como envies el comando.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Sintaxis: USERLIST [{patron | canal} [INVISIBLE]]\n"
+"\n"
+"Lista todos los usuarios actualmente en linea en la red IRC,\n"
+"esten registrados o no.\n"
+"\n"
+"Si patron es dado, lista solo a los usuarios que concuerden\n"
+"con el (debe ser en el formato nick!usuario@host). si canal\n"
+"es dado, lista solo usuarios que esten en el canal dado. Si\n"
+"INVISIBLE especificado, solo usuarios con la bandera +i seran\n"
+"listados.\n"
+"\n"
+"Limitado a administradores de Servicios."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Sintaxis: VOICE #canal [nick]\n"
+"\n"
+"Da voice al nick seleccionado en un canal. Si nick no\n"
+"es dado, te dara voice a ti.\n"
+"hacerlo.\n"
+"\n"
+"Por defecto, limitado AOPs o aquellos con nivel de\n"
+"acceso 5 y mayor en el canal, o a VOPs o aquellos\n"
+"con nivel 3 y mayor para darse voice a si mismos."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxis: VOP canal ADD nick\n"
+" VOP canal DEL {nick | instancia | lista}\n"
+" VOP canal LIST [mascara | lista]\n"
+" VOP canal CLEAR\n"
+"\n"
+"Mantiene la lista VOP (VOicePeople) para un canal.\n"
+"La lista VOP le da al usuario el derecho de ser\n"
+"automaticamente dado voice o darse voice a si mismos.\n"
+"\n"
+"El comando VOP ADD agrega al nickname dado a la lista\n"
+"VOP.\n"
+"\n"
+"El comando VOP DEL remueve el nickname dado de la\n"
+"lista VOP. Si una lista de instancias es dada, esas\n"
+"instancias son borradas. (Ver el ejemplo para LIST mas\n"
+"abajo.)\n"
+"\n"
+"El comando VOP LIST muestra la lista VOP. Si una\n"
+"mascara con comodin es dada, solo las instancias\n"
+"concordando la mascara son mostradas. Si una lista de\n"
+"instancias es dada, solo esas instancias son mostradas;\n"
+"por ejemplo:\n"
+"\n"
+" VOP #canal LIST 2-5,7-9\n"
+" Muestra instancias de VOP enumeradas 2 a 5 y\n"
+" 7 a 9.\n"
+"\n"
+"El comando VOP CLEAR limpia todas las instancias de la\n"
+"lista VOP.\n"
+"\n"
+"Los comandos VOP ADD, VOP DEL y VOP LIST estan\n"
+"limitados a AOPs o superior, mientras que el comando\n"
+"VOP CLEAR solo puede ser usado por el fundador del\n"
+"canal.\n"
+"\n"
+"Este comando puede haber sido deshabilitado para tu canal.\n"
+"Si este es el caso, debes usar la lista de acceso. Ver\n"
+"/msg %S HELP ACCESS para incormacion acerca la lista\n"
+"de acceso y /msg %S HELP SET XOP para saber como cambiar\n"
+"entre la lista de acceso y el sistema de listas xOP."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sintaxis: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND nickname reason / UNSUSPEND nickname\n"
+"SUSPENDs / UNSUSPENDs a nickname from being identified to"
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Sintaxis: UPDATE\n"
+"Actualiza tu estado actual, ej. revisa los memos nuevos,\n"
+"setea, si es necesario, los modos de canales (ModeonID)\n"
+"y actualiza tu vhost y tus userflags (lastseentime, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC canal [topico]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "La opcion IMMED no esta disponible en esta red."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "La lista de AKILLs ha sido limpiada."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "El Nivel de Defcon esta ahora a Nivel: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "La lista de SNLINEs ha sido limpiada."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "La lista de SQLINEs ha sido limpiada."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "La lista de SZLINEs ha sido limpiada."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "El canal %s no tiene clave."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Los siguientes comandos han sido cargados por un modulo:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Los siguientes nombres de decaracteristicas/funciones son\n"
+"entendidos. Tener en cuenta que los niveles para AUTODEOP\n"
+"y NOJOIN son niveles maximos, mientras todos los otros\n"
+"son niveles minimos."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "El host %s actualmente tiene %d sesiones con un limite de %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "El ultimo memo que enviaste a %s (enviado el %s) ha sido leido."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr "El ultimo memo que enviaste a %s (enviado el %s) aun no ha sido leido."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "El limite de memos para %s no puede ser cambiado."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "El nuevo display DEBE ser un nickname de tu grupo de nicknames!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "El nuevo display es ahora %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "El nick %s esta siendo cambiado a %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "La lista vhost esta vacia."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Hay %d memos en el canal %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"No hay bots disponibles en este momento.\n"
+"Pidele a un administrador de servicios que cree uno!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Hay muchos nicks en el grupo de %s; listalos y bota algunos.\n"
+"Tipea /msg %s HELP GLIST y /msg %s HELP DROP\n"
+"para mayor informacion."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Hay %d memo en el canal %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Hay un memo nuevo en el canal %s.\n"
+"Tipea /msg %s READ %s %d para leerlo."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Ya no hay un bot asignado a %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "No hay Noticias de entrada."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "No hay noticias de oper."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "No hay Noticias al azar."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Tu nick no tiene una direccion de e-mail."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Estas opciones estan reservadas a administradores de\n"
+"Servicios:\n"
+"\n"
+" NOBOT Previene a un bot de ser asignado\n"
+" a un canal\n"
+" PRIVATE Previene a un bot de ser asignado\n"
+" por alguien mas que un operador\n"
+" de IRC"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Este canal ha sido prohibido."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Este canal ha sido registrado con %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Este canal ha sido suspendido."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Este canal esta prohibido."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Este canal no expirara."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Este comando esta obsoleto; usa %s en su lugar."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr "Este nick ya ha sido pedido, chequea tu e-mail para el password."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Este nick esta esperando una verificacion por e-mail antes de poder "
+"completar el registro."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Este nick pertenece a otra persona. Por favor elige otro nick.\n"
+"(Si este es tu nick, tipea /msg %s IDENTIFY clave.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Este nick ha sido registrado; No puedes usarlo."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "This nickname is currently suspended"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "This nickname is currently suspended, reason: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Este nick esta registrado y protegido. Si es tu\n"
+"nick, tipea /msg %s IDENTIFY clave. Si no,\n"
+"por favor elige un nick diferente."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Este nickname no puede ser usado. Por favor elige otro."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Este nickname no expirara."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Lock de topic"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Retencion de Topic"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Lock de topic para %s Desactivado."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Lock de topic para %s Activado."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Retencion de topic para %s Desactivada."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Retencion de topic para %s Activada."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Apaga las mayusculas!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Tipea /msg %S HELP comando para ayuda de cualquiera\n"
+"de los comandos mencionados.\n"
+"(*) Por defecto, cualquier usuario con al menos nivel 10 de \n"
+" de acceso en el canal puede leer los memos del canal. Esto\n"
+" puede ser cambiado con el comando %s LEVELS."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Tipea /msg %S HELP opcion para mayor informacion\n"
+"acerca de una opcion en particular."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Tipea /msg %S SET EMAIL e-mail para setear tu e-mail.\n"
+"Respetamos tu privacidad; este e-mail no sera entregado\n"
+"a ninguna persona."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Tipea /msg %s LIST NEW para listar tus memos."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Tipea /msg %s READ %d para leerlo."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Tipea /msg %s READ LAST para leer tu ultimo memo."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modos"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN canal"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN canal [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND canal"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Imposible cargar modulo %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Imposible quitar modulo %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Opcion SET desconocida %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Opcion STATS %s desconocida."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Comando no conocido %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Comando no conocido %s. \"/msg %s HELP\" para ayuda."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Numero de lenguage %d desconocido. Tipea /msg %s HELP SET LANGUAGE para una "
+"lista de lenguages."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Caracter de modo %c desconocido e ignorado."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Opcion %s desconocida."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Opcion %s desconocida.\n"
+"Tipea /msg %S HELP KICK para mayor informacion"
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Opcion %s desconocida.\n"
+"Tipea /msg %S HELP SET para mayor informacion."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Updateando las bases de datos."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "Usuario %s no encontrado en la base de datos de nickserv."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Usuario : %6d records, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"El usuario que ocupaba tu nick ha sido killeado.\n"
+"/msg %s RELEASE %s para recuperarlo antes de %s."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "Usuario coincide con el except del canal."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista de usuarios:\n"
+"Nick Mascara"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista VOP para %s:\n"
+" Num Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Proteccion de Voices"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Cuida tu lenguaje!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Ya eres miembro del grupo de %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Ya estas identificado."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Ya no eres un SuperAdmin."
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "No estas autorizado al status de operador de canal en %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "No estas autorizado a estar en este canal."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "No estas autorizado a cambiar tu limite de memos."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Ahora eres un SuperAdmin."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Eres ahora un operador de IRC."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Ahora eres miembro en el grupo de %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr "No puedes pedir una notificacion cuando te envias el memo a ti mismo."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "No puedes ghostearte a ti mismo!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "No puedes recuperarte a ti mismo!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"No puedes usar este comando.\n"
+"Usa los comandos AOP, SOP y VOP en vez.\n"
+"Tipea /msg %s HELP comando para mayor informacion."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"No puedes usar este comando. Usa el comando ACCESS en su lugar.\n"
+"Tipea /msg %s HELP ACCESS para mayor informacion."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "No puedes setear el limite de memos para %s mayor a %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "No puedes setear tu limite de memos mayor a %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "No puedes no setear tu direccion e-mail en esta red."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Tienes %d memos, de los cuales %d aun no han sido leidos."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Tienes %d memos, de los cuales 1 aun no ha sido leido."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Tienes %d memos."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Tienes %d memos, ninguno de ellos leido."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Tienes 1 memo y aun no ha sido leido."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Tienes 1 memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "No tienes memos."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Me encontraste %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Tienes %d memos nuevos."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Tienes 1 memo nuevo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Tienes un nuevo memo de %s.\n"
+"Tipea /msg %s READ %d para leerlo."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Has intentado registrar el canal %s, el cual no existe."
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Has sido desbaneado de %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "No tienes limite en el numero de memos que puedes mantener."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "No tienes memos."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "No tienes memos nuevos."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Debes ingresar un numero valido como tiempo."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Debes asignar un bot al canal antes de poder usar este comando.\n"
+"Tipea /msg %S HELP ASSIGN para mayor informacion."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Debes ser un operador de canal para registrar el canal."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr "Debes estar conectado mas de %d segundos para registrar tu nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr ""
+"Debes usar modo de lock +i tambien para el modo\n"
+"de lock +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr ""
+"Debes usar modo de lock +l tambien para el modo\n"
+"de lock +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Ahora debes proveer un e-mail para tu nick.\n"
+"Este e-mail te permitira recuperar tu clave en\n"
+"caso que la olvides."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Seras notificado por nuevos memos cuando te conectes y en cuanto te sean "
+"enviados."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Seras notificado por memos nuevos en cuanto te conectes."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Seras notificado cuando los memos nuevos te sean enviados."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "No te sera posible recibir mas memos."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "No seras informado de nuevos memos via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "No seras notificado por memos nuevos."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Seras informado de nuevos memos via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Tu direccion e-mail no sera mostrada en %s INFO displays."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Tu direccion e-mail sera ahora mostrada en %s INFO displays."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Tu IRCD no soporta vIdent's. Si esto es incorrecto, por favor reportalo como "
+"un posible bug."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Tu lista de acceso esta vacia."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Tu ultimo mensaje quit no sera mostrado en %s INFO displays."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Tu ultimo mensaje quit sera ahora mostrado en %s INFO displays."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "Tu ultima mascara usuario@host no sera mostrada en %s INFO displays."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr ""
+"Tu ultima mascara usuario@host sera ahora mostrada en %s INFO displays."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Tu limite de memos ha sido deshabilitado."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Tu limite de memos ha sido seteado a %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Tu limite de memos es %d y no puede ser cambiado."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Tu limite de memos es %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Tu limite de memos es 0; No recibiras nuevos memos."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Tu limite de memos es 0; No recibiras nuevos memos. No puedes cambiar este "
+"limite."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Tu nick ha sido desconectado."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Tu nick ya esta registrado; tipea /msg %s DROP primero."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Tu nick no esta registrado."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Tu nick no esta registrado. Tipea /msg %s HELP para mayor\n"
+"informacion sobre el registro de nicknames."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Tu nickname ha sido botado."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Tu nickname esta siendo cambiado a %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Tu password ha sido enviado nuevamente a %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Tu clave es %s - Recuerdala para uso futuro."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Tu estado de acceso a los Servicios no sera mostrado en %s INFO."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Tu estado de acceso a los Servicios ahora sera mostrado en %s INFO."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Tu vhost %s ha sido activado."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Tu vhost %s@%s ha sido activado."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Noticias de Logon - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Noticias de Oper - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Noticias al Azar - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "Desactivada"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "no expira"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "Activada"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "expira con el proximo update de la base de datos"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "expira en %d dia"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "expira en %d dias"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "expira en %d hora, %d minuto"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "expira en %d hora, %d minutos"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "expira en %d horas, %d minuto"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "expira en %d horas, %d minutos"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "expira en %d minutos"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "expira en %d minutos"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost para %s removido."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost para %s seteado a %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost para %s seteado a %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost para el grupo %s seteado a %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost para el grupo %s seteado a %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "El vhost para el group %s ha sido removido."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Sistema de listas xOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "El sistema de listas xOP para %s esta ahora Apagado."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "El sistema de listas xOP para %s esta ahora Encendido."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "El sistema xOP no esta disponible."
diff --git a/lang/anope.fr_FR.po b/lang/anope.fr_FR.po
new file mode 100644
index 000000000..be3e074cc
--- /dev/null
+++ b/lang/anope.fr_FR.po
@@ -0,0 +1,12395 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:27-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: French\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "Tapez /msg %s HELP %s pour plus d'informations."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S vous permet d'enregistrer un pseudo et d'empêcher les\n"
+"autres de l'utiliser. Les commandes suivantes\n"
+"permettent l'enregistrement et la gestion des pseudos. Pour\n"
+"les utiliser, tapez /msg %S commande. Pour plus\n"
+"d'informations sur une certaine commande, tapez\n"
+"/msg %S HELP commande."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S vous permet d'avoir un bot sur votre canal.\n"
+"Il a été conçu pour les utilisateurs qui ne \n"
+"peuvent héberger ou configurer un bot, ou pour\n"
+"être utilisé sur les réseaux qui n'autorisent pas\n"
+"un bot d'un utilisateur. Les commandes disponibles\n"
+"sont listées ci-dessous, pour les utiliser, tapez\n"
+"/msg %S command. Pour plus d'information sur\n"
+"une commande spécifique, tapez /msg %S HELP command."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S vous permet d'enregistrer et de contrôler divers\n"
+"aspects des canaux. %S empêche souvent de malicieux\n"
+"utilisateurs de faire des \"take overs\" sur les canaux\n"
+"en limitant ceux qui sont autorisés à être OP.\n"
+"Les commandes disponibles sont listées ci-dessous,\n"
+"pour les utiliser, tapez /msg %S commande. Pour plus \n"
+"d'informations sur une commande spécifique, tapez\n"
+"/msg %S HELP commande.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S est un utilitaire permettant aux utilisateurs IRC\n"
+"d'envoyer de courts messages aux autres utilisateurs IRC,\n"
+"qu'ils soient présents à ce moment là ou non, ou aux \n"
+"canaux(*). Le pseudo de l'expéditeur ET du destinataire (ou\n"
+"du canal) doivent être enregistrés pour pouvoir envoyer un\n"
+"mémo.\n"
+"\n"
+"Les commandes de %S sont:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s a changé le niveau de DEFCON en %d."
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s ajouté à la liste des AOPs de %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s ajouté à la liste des HOPs de %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s ajouté à la liste des SOPs de %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s ajouté à la liste des VOPs de %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s ajouté à la liste d'accès de %s au level %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s ajouté à la liste de kicks automatiques de %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s ajouté à la liste des mots interdits de %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s ajouté à la liste d'AKILL."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s ajouté à la liste de SNLINEs."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s ajouté à la liste de SQLINEs."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s ajouté à la liste de SZLINEs."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s ajouté à votre liste d'accès."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s existe déjà dans la liste des mots interdits de %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s existe déjà sur la liste de kicks automatiques de %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s existe déjà sur la liste d'AKILL."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s existe déjà dans la liste des exceptions."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s existe déjà sur la liste de SNLINEs."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s existe déjà sur la liste de SQLINEs."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s existe déjà sur la liste de SZLINEs."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s ne peut être pris comme nombre de fois pour un ban."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s a changé vos modes."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Liste des channels de %s:\n"
+"Nom Users Modes Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s supprimé de la liste des AOPs de %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s supprimé de la liste des HOPs de %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s supprimé de la liste des SOPs de %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s supprimé de la liste des VOPs de %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s supprimé de la liste d'accès de %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s supprimé de la liste de kicks automatiques de %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s supprimé de la liste des mots interdits de %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s supprimé de la liste des exceptions à la limitation de sessions."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s supprimé de la liste d'AKILL."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s supprimé de la liste de SNLINEs."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s supprimé de la liste de SQLINEs."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s supprimé de la liste de SZLINEs."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s supprimé de votre liste d'accès."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "Le niveau %s est maintenant désactivé sur le canal %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s a trop de canaux enregistrés."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s est déjà couvert par %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s n'est pas un type de ban valide."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s n'est pas un bot ou canal enregistré valide."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s n'est pas une adresse e-mail valide."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s n'est plus maintenu en permanence sur le canal %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s n'est actuellement pas sur %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s est désormais maintenu en permanence sur le canal %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s a trouvé une exception sur %s et ne peut le bannir tant que l'exception "
+"n'a pas été retirée."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s a été déplacé dans la liste des AOPs de %s."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s a été déplacé dans la liste des HOPs de %s."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s a été déplacé dans la liste des SOPs de %s."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s a été déplacé dans la liste des VOPs de %s."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s introuvable sur la liste des AOPs de %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s introuvable sur la liste des HOPs de %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s introuvable sur la liste des SOPs de %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s introuvable sur la liste des VOPs de %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s introuvable sur la liste d'accès de %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s introuvable sur la liste de kicks automatiques de %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s introuvable sur la liste des mots interdits de %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s introuvable sur la liste des sessions."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s non trouvé sur la liste des exceptions à la limitation de sessions."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s introuvable sur la liste d'AKILL."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s introuvable sur la liste de SNLINEs."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s introuvable sur la liste de SQLINEs."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s introuvable sur la liste de SZLINEs."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s introuvable dans votre liste d'accès."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Liste des utilisateurs de %s:\n"
+"Nick Masque"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s n'est plus ignoré"
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s est ignoré pour %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s est ignoré en permanence."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Remarque: Toutes les commandes envoyées à %S sont enregistrées!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Note: les Services sont en mode lecture-seule; les changements ne seront pas "
+"sauvegardés!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Rappel: les masques AKILL ne peuvent contenir de pseudo, assurez vous que "
+"vous n'avez pas mis de partie pseudo dans le masque."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr ""
+"Rappel: vous ne pouvez ajouter que des masques d'IP à la liste de SZLINEs."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Niveaux d'accès utilisateur\n"
+"\n"
+"Par défaut, les niveaux d'accès suivants sont définis:\n"
+"\n"
+" Proprio Accès total aux fonctions de %S, Op \n"
+" automatique dès l'entrée sur le canal.\n"
+" Notez que seule une personne peut\n"
+" avoir le statut de propriétaire (il ne peut\n"
+" être donné en utilisant la commande\n"
+" ACCESS).\n"
+"  10 Accès à la commande AKICK, Op automatique.\n"
+"  5 Op automatique.\n"
+"  3 Voice automatique.\n"
+"  0 Aucun privilège particulier.\n"
+"  <0 Ne doit pas être OP.\n"
+"\n"
+"Ces niveaux peuvent être changés, ou de nouveaux ajoutés,\n"
+"en utilisant la commande LEVELS; tapez /msg %S HELP LEVELS\n"
+"pour plus d'informations."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Attention: Vous avez dépassé votre nombre maximum de mémos (%d). Vous ne "
+"pourrez plus recevoir de nouveaux mémos sauf si vous supprimez quelques-uns "
+"de vos mémos actuels. "
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Attention: Vous avez atteint votre nombre maximum de mémos (%d). Vous ne "
+"pourrez plus recevoir de nouveaux mémos sauf si vous supprimez quelques-uns "
+"de vos mémos actuels. "
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] Le mémo que vous avez envoyé a été vu."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] Le mémo que vous avez envoyé a %s a été vu."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"REMARQUE: Ce service est conçu pour fournir un moyen aux\n"
+"utilisateurs IRC d'assurer que leur identité n'est pas\n"
+"usurpée. Il n'est PAS destiné à faciliter le \"vol\" des\n"
+"pseudos ou autres choses de ce genre. L'abus de %S entraînera,\n"
+"au minimum, la perte du(des) pseudo(s) faisant l'objet de \n"
+"l'abus."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Les Services operators peuvent aussi effacer tout canal sans\n"
+"avoir besoin de s'identifier avec un mot de passe, et peuvent\n"
+"voir l'access, AKICK, et level lists de tout canal."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+" \n"
+"Les Services Operators peuvent également effacer n'importe quel\n"
+"pseudo sans avoir besoin de s'identifier pour le celui-ci, et \n"
+"peuvent voir l'access list pour n'importe quel pseudo\n"
+"(/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Options : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " Adresse du site: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " vhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Pseudo du bot : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Pseudo du bot : non attribué."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Options: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kicker de majuscules : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr ""
+" Kicker de majuscules : %s (%d kick(s) pour un ban; minimum %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Kicker de majuscules : %s (minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Propriétaire: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Propriétaire: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Options: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Type de ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kicker de car. gras : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker de car. gras : %s (%d kick(s) pour un ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kicker de flood : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr ""
+" Kicker de flood : %s (%d kick(s) pour un ban, %d lignes en %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kicker de flood : %s (%d lignes en %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Masque : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kicker de couleurs : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker de couleurs : %s (%d kick(s) pour un ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr "Dernière utilisation: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Modes maintenus: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kicker de répétition : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kicker de répétition : %s (%d kick(s) pour un ban, %d fois)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kicker de répétition : %s (%d fois)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Successeur: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Successeur: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspendu: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Dernier sujet: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Enregistré: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (désactivé)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (propriétaire uniquement)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Modifie la liste des adresses autorisées"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Modifie la liste des utilisateurs privilégiés"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr "ACT Fait faire au bot l'équivalent de la commande /me"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Gère la liste des kicks automatiques"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Contrôle la liste des AKILLs"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Liste tous les canaux auquels vous êtes connecté"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Modifie la liste des utilisateurs AOPs"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Attribue un bot à un canal"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr ""
+" AUTOOP Demande à Services de vous rendre automatiquement OP. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Gère la liste des mots interdits"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Ban un pseudo spécifié dans un canal"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr ""
+" BANTYPE Définit comment les services mettent les bans\n"
+" sur le canal"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Gère la liste des bots du réseau"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Liste les bots disponibles"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Annule le dernier mémo que vous avez envoyé"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL tout les utilisateurs d'un canal spécifique"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Liste tous les canaux"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr ""
+" CHECK Vérifie si le dernier mémo envoyé à un pseudo a été\n"
+" lu"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr ""
+" CLEAR Ordonne à ChanServ de nettoyer certains paramètres\n"
+" sur un canal"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Supprime tous les modes d'un canal"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirme une inscription à NickServ"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Créé : %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Active/Désactive DefCon"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfop le pseudo spécifié sur un canal"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Supprime le vhost d'un pseudo"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Efface un ou des mémos"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Supprime le vhost pour tous les pseudos d'un groupe"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deop le pseudo spécifié sur un canal"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Retire votre statut de propriétaire d'un canal"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Déprotège le pseudo donné sur un canal"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Définit la description du canal"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoice le pseudo spécifié sur un canal"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Affiche les pseudos du groupe du pseudo donné"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr ""
+" DISPLAY Change l'affichage de votre groupe\n"
+" dans les services"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Annule l'enregistrement d'un canal"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Annule l'enregistrement d'un pseudo"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Description: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associe une email au pseudo donné"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Associe une e-mail à votre pseudo"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Définit un message envoyé aux utilisateurs\n"
+" qui entrent sur le canal"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr ""
+" EXCEPTION Modifie la liste d'exceptions à la limite de\n"
+" sessions"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Empêche un canal d'être utilisé"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Empêche l'utilisation d'un pseudo"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Définit le propriétaire d'un canal"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Cherche et retourne la liste des pseudos enregistrés\n"
+" avec un certain email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Retourne la clé du canal specifié"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr ""
+" GETPASS Retrouve le mot de passe du propriétaire pour\n"
+" un canal "
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Retrouve le mot de passe pour un pseudo\n"
+" (uniquement si le cryptage est désactivé)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Deconnecte un \"ghost irc\" utilisant votre pseudo"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Liste tous les pseudos de votre groupe"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Envoie un message à tous les utilisateurs"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associe un message d'accueil au pseudo donné"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Associe un message d'accueil à votre pseudo"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Synchronise tous les vhosts d'un groupe"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Joint un groupe"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Message d'accueil: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Donne le statut d'HalfOP au pseudo donné sur un canal"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Cache certaines parties des informations du pseudo"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Configure la liste de HOP d'un canal (HalfOP)"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Vous identifie avec votre mot de passe"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modifier la liste d'ignore des services"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Vous permet de voir des informations à propos de BotServ "
+"sur\n"
+" un canal ou un bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Affiche des informations sur un pseudo"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Liste les informations sur un canal enregistré"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Affiche des informations à propos de vos mémos"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Commande à ChanServ de vous inviter dans un canal"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Jupiter\" un serveur"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Maintient le topic quand le canal n'est\n"
+" pas utilisé"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Configure les kickers"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Expulse un utilisateur d'un canal"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kick le pseudo spécifié d'un canal"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Active ou désactive la protection"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr ""
+" KILLCLONES Déconnecte tous les utilisateurs ayant un\n"
+" certain nom d'hôte"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Change la langue dans laquelle les Services\n"
+" vous envoient leurs messages"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Défini la langue que Services utilisera dans les messages\n"
+" qu'il vous envoie."
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Redéfinit la signification des niveaux d'accès"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Recherche un vhost"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr " LIST Liste tous les pseudos en rapport avec la recherche"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Liste tous les canaux enregistrés en rapport avec la recherche"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Liste vos mémos"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Définit les messages affichés aux utilisateurs\n"
+" à la connexion"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Inverse la commande LOGIN"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Oblige ou interdit des modes de canal"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Change les modes d'un canal"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Liste les informations sur un module chargé"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Liste les modules chargés"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Charge un module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Décharge un module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Change le mode de communication des Services"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Empêche le pseudo d'expirer"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Supprime temporairement toutes les O:lines\n"
+" d'un serveur"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Désactive un vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Donne les flags d'un Oper à un utilisateur"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Active un vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Donne l'Op au pseudo spécifié sur un canal"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS Définit les messages affichés aux utilisateurs\n"
+" qui deviennent IRCops"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr " OPNOTICE Envoie une notice quand OP/DEOP sont utilisés"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Vous donne votre accès propriétaire pour un canal"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Options : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Change le mot de passe du pseudo donné"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Change le mot de passe de votre pseudo"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Régule l'utilisation de commandes sensibles"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Cacher le canal de la commande LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Empêche le pseudo d'apparaître dans un\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Empêche votre pseudo d'être affiché par\n"
+" /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protège le pseudo spécifié sur un canal"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Arrête les Services sans sauvegarde"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Définit les messages affichés aléatoirement\n"
+" aux utilisateurs à la connexion"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Lit un ou des mémos"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr ""
+" RECOVER Change le pseudo d'un utilisateur qui a pris \n"
+" votre pseudo"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Enregistre un canal"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Enregistre un pseudo"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE Reprendre la tutelle de votre pseudo\n"
+" après un RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Recharge le fichier de configuration des Services"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr ""
+" RESEND Renvoie le code de confirmation de \n"
+" l'inscription à NickServ"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr ""
+" RESTART Sauvegarde les bases de données et relance les\n"
+" Services."
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Restreindre l'accès au canal"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Envoie un memo et demande un accusé de reception"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kicker de reverses : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kicker de reverses : %s (%d kick(s) pour un ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Configure des options sur d'autres pseudos"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr "SAY Fait dire au bot le texte donné sur un canal"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Active les fonctions de sécurité de %S"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Active ou désactive la sécurité du pseudo"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr ""
+" SECUREFOUNDER Contrôle plus strict du statut de propriétaire \n"
+" du canal"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Contrôle plus strict du statut d'OP"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Envoie un mémo à un pseudo ou un canal"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Envoie un mémo à tous les pseudos enregistrés"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS A utiliser en cas de perte de mot de passe"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Affiche la liste des sessions par hôte"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Configure les options du bot"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Configure le vhost d'un pseudo"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Configure des options globales des Services"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr ""
+" SET Configure les options et informations du \n"
+" canal"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Configure les options, protection comprise"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Définit des options relatives aux mémos"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Configure le vhost pour tous les pseudos d'un groupe"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Arrête les Services avec sauvegarde"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Signe les kicks générés par la commande KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Contrôle la liste des SNLINEs"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Modifie la liste des utilisateurs SOPs"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Contrôle la liste des SQLINEs"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Affiche le staff des services et leurs statuts "
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Envoie un mémo à tous les OPERs/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Affiche le statut des Services et du réseau"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Retourne le niveau d'accès courant d'un\n"
+" utilisateur sur un canal"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Renvoie le statut de propriétaire du pseudo donné"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Définit le successeur d'un canal"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Suspend un canal pour ne pas qu'il soit utilisé\n"
+" tout en conservant les données et configurations."
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend un pseudo"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Force le changement de pseudo d'un utilisateur"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Contrôle la liste des SZLINEs"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Change le sujet sur un canal spécifié"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr ""
+" TOPICLOCK Le sujet peut uniquement être changé avec\n"
+" TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Change un mode d'un utilisateur"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Retire le bot d'un canal"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Libère un canal suspendu"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend un pseudo"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Oblige les bases de données des Services\n"
+" à être sauvegardées immédiatement."
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Met à jour votre statut, ex : vérification de nouveaux mémos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Liste tous les utilisateurs"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Utilisé sur : %d channel(s)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Donne un voice au pseudo spécifié sur un canal"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Configure la liste des VOP pour un canal (VOicePeople)"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Change le système de privilèges utilisateurs"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expire le %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr "Kicker de mots interdits : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr "Kicker de mots interdits : %s (%d kick(s) pour un ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Adresse e-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Connecté de: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Dernière connexion: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Sujet changé par: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Message d'entrée: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Vrai nom : %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Enregistré le: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Kicker de car. soulignés : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Kicker de car. soulignés : %s (%d kick(s) pour un ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Num Expéditeur Date/Heure"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" n'est plus supporté. Utilisez \"/msg %s@%s\" ou \"/%s\" à la "
+"place."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Pseudo:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Pseudo:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (par %s le %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (par %s le %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (maintenu) (par %s le %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (par %s le %s; %s)\n"
+" Limite: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s par %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Commandes %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modules changés."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots disponibles."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d jours"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d heures"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minutes"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d pseudos dans le groupe."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d secondes"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "La liste des AOPs de %s est vide."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "La liste des HOPs de %s est vide."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "La liste des SOPs de %s est vide."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "La liste des VOPs de %s est vide."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "La liste d'accès de %s est vide."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "la liste de kicks automatiques de %s est vide."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "La liste des mots interdits de %s est vide."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s ne peut être successeur et propriétaire du canal %s."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s ne peut recevoir de mémos."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "La couverture de %s est trop grande, utilisez un masque plus précis."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s a actuellement %d mémos, desquels %d n'ont pas été lus."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s a actuellement %d mémos, desquels 1 n'a pas été lu."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s a actuellement %d mémos."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s a actuellement %d mémos; aucun n'a été lu."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s a actuellement 1 mémo, qui n'a pas encore été lu."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s a actuellement 1 mémo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s n'a actuellement aucun mémo."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s a trop de mémos et ne peut en recevoir plus."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s n'a aucune limitation de mémos."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s n'a pas de mémos."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s n'a pas de nouveaux mémos."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s est %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s est un opérateur services du type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s n'est pas connecté(e) actuellement."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s est actuellement connecté."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s est désactivé"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s est activé"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s n'est plus SuperAdmin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s n'est pas notifié pour les nouveaux mémos."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s est notifié pour les nouveaux mémos quand ils arrivent et à la connexion."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s est notifié pour les nouveaux mémos à la connexion."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s est notifié quand de nouveaux mémos arrivent."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s est maintenant SuperAdmin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s est sur le canal actuellement (c'est %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s est sur le canal actuellement!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s a été vu pour la dernière fois ici il y a %s."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s ne vous enverra aucune notification de mémo."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s vous notifiera maintenant des mémos quand ils vous seront envoyés."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s vous notifiera maintenant des mémos quand vous vous connecterez et quand "
+"ils vous seront envoyés."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s vous notifiera maintenant des mémos quand vous vous connecterez ou "
+"enleverez /AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) ajouté à la liste des bots."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "La limite de mémos de %s est de %d, elle ne peut pas être changée."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "La limite de mémos de %s est de %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL toutes les nouvelles connexions"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Application des modes %s sur tous les canaux."
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignore tous les non OPERs pour les messages"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Refuse toute nouvelle connexion client"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Changement des MLOCK bloqué"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Enregistrement de nouveaux canaux bloqué"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Aucun(s) nouveau(x) mémo(s) envoyé(s)"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Enregistrement de nouveaux pseudos bloqué"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Ignore silencieusement les non-OPERs"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Réduction du nombre maxi de sessions à %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 jour"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 heure"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minute"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 seconde"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<inconnu>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Un mémo de masse a été envoyé à tous les pseudos enregistrés."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Un accusé de réception a été envoyé a %s pour l'informer que vous avez lu "
+"son\n"
+"mémo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Un passcode a été envoyé à %s, merci de taper /msg %s confirm <passcode> une "
+"fois que vous l'aurez reçu pour compléter l'enregistrement."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "L'identd du vhost dois être dans un format d'identd valide"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr ""
+"Erreur! Un vhost peut seulement contenir les caratères A-Z, a-z, 0-9, '.' et "
+"'-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mask]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT canal texte"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[pseudo-ou-usermask]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr ""
+"L'application des entrées de la liste de kicks automatiques \n"
+"pour %s est terminée, %d utilisateurs étaient concernés."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "La liste d'AKILL est vide."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste "
+"d'entrées} [raison]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST pseudo"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Liste des AOPs de %s:\n"
+" Num Pseudo"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN canal pseudo"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Accés refusé."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Accès refusé."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Le niveau d'accès de %s sur %s est maintenant de %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Le niveau d'accès de %s sur %s est inchangé de %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Le niveau d'accès doit être compris entre %d et %d inclus."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Le niveau d'accès doit être différent de zéro."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Options de niveaux d'accès du canal %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr ""
+"Les niveaux d'accès de %s ont été réinitialisés à leur valeur par défaut."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "La liste d'accès de %s est vide."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Liste d'accès de %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Liste d'accès de %s:\n"
+" Num Lev Pseudo"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Liste d'accès:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Ajouté un nouvel article de logon news (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Ajouter un nouvel article d'OPER news (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Nouvelle aléatoire ajoutée (n°%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Toutes les O:lines de %s ont été supprimées."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Toutes les O:lines de %s ont été réinitialisées."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Tous les bans du canal %s ont été supprimés."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Toutes les exceptions du canal %s ont été supprimées."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Toutes les invites du canal %s ont été enlevées."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Tous les articles de logon news supprimés."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Tous les mémos du canal %s ont été supprimés."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Tous les modes supprimés du canal %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Tous les modes du canal %s ont été réinitialisés."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Tous vos mémos ont été supprimés."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Tous les articles OPER news supprimés."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Toutes les nouvelles aléatoires ont été supprimées."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Tous les utilisateurs du canal %s ont été kickés."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Tous les vhosts du groupe %s ont été enregistrés en %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Tous les vhosts du groupe %s ont été enregistrés en %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Autorisé à se (de)halfop"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Autorisé à se (de)op"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Autorisé à se (dé)protéger"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Autorisé à se (de)voicer"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Autorisé à attribuer/retirer un bot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Autorisé à se bannir"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Autorisé à se kicker"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Autorisé à lister/lire les mémos"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Autorisé à modifier la liste d'accès"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Autorisé à utiliser la commande AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Autorisé à utiliser la commande BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Autorisé à utiliser la commande BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Autorisé à utiliser la commande CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Autorisé à utiliser la commande GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Autorisé à utiliser les commandes HALFOP/DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Autorisé à utiliser la commande INFO avec l'option ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Autorisé à utiliser la commande INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Autorisé à utiliser la commande KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Autorisé à utiliser les commandes OP/DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Autorisé à utiliser les commandes PROTECT/DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Autorisé à utiliser les commandes ACT et SAY"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Autorisé à utiliser la commande SET (mais pas FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Autorisé à utiliser la commande TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Autorisé à utiliser la commande UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Autorisé à utiliser les commandes VOICE/DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Autorisé à utiliser les commandes fantaisistes"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Autorisé à voir la liste d'accès"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Liste de kicks automatiques de %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Statut automatique d'opérateur du canal"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Mode +a automatique"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Mode +h automatique"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Mode +v automatique"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS canal {ADD|DEL|LIST|CLEAR} [mot | liste-d'entrées] [SINGLE|START|"
+"END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD pseudo user host real\n"
+"BOT CHANGE ancien-pseudo nouveau-pseudo [user [host [real]]]\n"
+"BOT DEL pseudo"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Liste des mots interdits de %s:\n"
+" Num Mot Type"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "La liste des mots interdits est maintenant vide."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Le type de ban du canal %s est maintenant le numéro %d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Les modes binaires et les bans sont supprimés de %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Le bot %s existe déjà."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Le bot %s n'existe pas."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Le bot %s a été attribué à %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Le bot %s a été changé en %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Le bot %s a été supprimé."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Le bot %s est déja assigné au canal %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Le bot kickera les OPs du canal %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Le bot kickera les voices du canal %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Le bot ne kickera pas les OPs du canal %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Le bot ne kickera pas les voices du canal %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Les hôtes des bots ne doivent contenir que %d caractères."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Les hôtes des bots ne doivent contenir que des caractères valides."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Les identités des bots ne doivent contenir que %d caractères."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Les identités des bots ne doivent contenir que des caractères valides."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Les pseudos des bots ne peuvent contenir que des caractères valides."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Le bot n'est pas sur le canal %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Liste des bots:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Le bot joindra un canal dès qu'il y aura au moins\n"
+"%d utilisateur(s) dessus."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Le bot kickera maintenant les mots interdits, et mettra\n"
+"un ban après %d kicks pour le même utilisateur. Utilisez\n"
+"la commande BADWORDS pour ajouter ou supprimer un mot."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Le bot kickera maintenant les mots interdits. Utilisez\n"
+"la commande BADWORDS pour ajouter ou supprimer un mot."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les caractères gras, et mettra\n"
+"un ban après %d kicks pour le même utilisateur."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Le bot kickera maintenant les caractères gras."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les majuscules (qui doivent\n"
+"constituer au moins %d caractères et %d%% du message \n"
+"entier), et mettra un ban après %d kicks pour le même \n"
+"utilisateur."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Le bot kickera maintenant les majuscules (qui doivent\n"
+"constituer au moins %d caractères et %d%% du message \n"
+"entier)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les couleurs, et mettra\n"
+"un ban après %d kicks pour le même utilisateur."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Le bot kickera maintenant les couleurs."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant le flood (%d lignes en %d \n"
+"secondes), et mettra un ban après %d kicks pour le \n"
+"même utilisateur."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr ""
+"Le bot kickera maintenant le flood (%d lignes en %d \n"
+"secondes)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les répétitions (les \n"
+"utilisateurs qui disent %d fois la même chose), et \n"
+"mettra un ban après %d kicks pour le même utilisateur."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Le bot kickera maintenant les répétitions (les \n"
+"utilisateurs qui disent %d fois la même chose)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les reverses, et mettra\n"
+"un ban après %d kicks pour le même utilisateur."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Le bot kickera maintenant les reverses."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Le bot kickera maintenant les caractères soulignés, \n"
+"et mettra un ban après %d kicks pour le même \n"
+"utilisateur."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Le bot kickera maintenant les caractères soulignés."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Le bot ne kickera plus les mots interdits."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Le bot ne kickera plus les caractères gras."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Le bot ne kickera plus les majuscules."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Le bot ne kickera plus les couleurs."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Le bot ne kickera plus le flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Le bot ne kickera plus les répétitions."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Le bot ne kickera plus les reverses."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Le bot ne kickera plus les caractères soulignés."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d enregistrements, %5d ko"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots réservés aux opérateurs IRC:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Octets lus : %5d ko"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Octets écrits : %5d ko"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {pseudo | canal}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#canal} [raison]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK pseudo"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR canal raison"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES canal [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr ""
+"Vous ne pouvez pas déconnecter %s parce que c'est un administrateur\n"
+"des services."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr ""
+"Impossible d'envoyer un e-mail maintenant, veuillez réessayez un peu\n"
+"plus tard."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d enregistrements, %5d ko"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Mode de %s changés."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Le canal %s n'existe pas."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Le canal %s a été effacé."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Le canal %s a été interdit par %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Le canal %s est déjà enregistré!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Le canal %s est maintenant interdit."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Le canal %s est maintenant liberé."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Le canal %s est maintenant suspendu."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Le canal %s n'est pas enregistré."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Le canal %s ne peut être ni enregistré ni utilisé."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Le canal %s ne peut pas être enregistré."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Le canal %s a été enregistré sous votre pseudo: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Channel : %6d enregistrements, %5d ko"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Le canal %s expirera."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Le canal %s n'expirera pas."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "La liste des AOPs de %s est maintenant vide."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "La liste des HOPs de %s est maintenant vide."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "La liste des SOPs de %s est maintenant vide."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "La liste des VOPs de %s est maintenant vide."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "La liste d'accès de %s est maintenant vide."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "La liste de kicks automatiques de %s est maintenant vide."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Le canal %s n'est pas un canal valide."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr ""
+"Les listes des AOPs des canaux ne peuvent contenir que des pseudos "
+"enregistrés."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr ""
+"Les listes des HOPs des canaux ne peuvent contenir que des pseudos "
+"enregistrés."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr ""
+"Les listes des SOPs des canaux ne peuvent contenir que des pseudos "
+"enregistrés."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Les SQLINEs de canaux ne sont pas supportées par votre serveur, vous ne "
+"pouvez donc pas les utiliser."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr ""
+"Les listes des VOPs des canaux ne peuvent contenir que des pseudos "
+"enregistrés."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr ""
+"Les listes d'accès des canaux ne peuvent contenir que des pseudos "
+"enregistrés."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Liste des channels:\n"
+"Nom Users Modes Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Non autorisé à avoir le statut d'opérateur du canal"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Liste des canaux auquels %s a accès:\n"
+" Num Canal Level Description "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Liste des canaux auquels vous avez accès:\n"
+" Num Canal Level Description "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Impossible de trouver l'utilisateur %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Impossible d'interdire le canal %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Impossible d'interdire le pseudo %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Impossible de libérer le canal %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Impossible de libérer le pseudo %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Impossible de suspendre le pseudo %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Impossible de suspendre le canal %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Liste d'AKILL actuelle:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Liste d'AKILL actuelle:\n"
+" Num Masque Raison"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Liste des modules courant:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Liste de SNLINEs actuelle:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Liste de SNLINEs actuelle:\n"
+" Num Masque Raison"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Liste de SQLINEs actuelle:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Liste de SQLINEs actuelle:\n"
+" Num Masque Raison"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Liste de SZLINEs actuelle:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Liste de SZLINEs actuelle:\n"
+" Num Masque Raison"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Liste actuelle des exceptions à la limitation de sessions:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Nombre d'AKILLs actuel: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Nombre de SNLINEs actuel: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Nombre de SQLINEs actuel: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Nombre de SZLINEs actuel: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Utilisateurs actuels: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <pseudo>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [canal] {num | liste | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <pseudo>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP canal"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Temps d'échéance des AKILLs par défaut: %d jours"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Temps d'échéance des AKILLs par défaut: %d heures"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Temps d'échéance des AKILLs par défaut: %d minutes"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Temps d'échéance des AKILLs par défaut: 1 jour"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Temps d'échéance des AKILLs par défaut: 1 heure"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Temps d'échéance des AKILLs par défaut: 1 minute"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Temps d'échéance des AKILLs par défaut: Pas d'échéance"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Temps d'échéance des SNLINEs par défaut: %d jours"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Temps d'échéance des SNLINEs par défaut: %d heures"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Temps d'échéance des SNLINEs par défaut: %d minutes"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Temps d'échéance des SNLINEs par défaut: 1 jour"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Temps d'échéance des SNLINEs par défaut: 1 heure"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Temps d'échéance des SNLINEs par défaut: 1 minute"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Temps d'échéance des SNLINEs par défaut: Pas d'échéance"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Temps d'échéance des SQLINEs par défaut: %d jours"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Temps d'échéance des SQLINEs par défaut: %d heures"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Temps d'échéance des SQLINEs par défaut: %d minutes"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Temps d'échéance des SQLINEs par défaut: 1 jour"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Temps d'échéance des SQLINEs par défaut: 1 heure"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Temps d'échéance des SQLINEs par défaut: 1 minute"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Temps d'échéance des SQLINEs par défaut: Pas d'échéance"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Temps d'échéance des SZLINEs par défaut: %d jours"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Temps d'échéance des SZLINEs par défaut: %d heures"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Temps d'échéance des SZLINEs par défaut: %d minutes"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Temps d'échéance des SZLINEs par défaut: 1 jour"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Temps d'échéance des SZLINEs par défaut: 1 heure"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Temps d'échéance des SZLINEs par défaut: 1 minute"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Temps d'échéance des SZLINEs par défaut: Pas d'échéance"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d entrées supprimées de la liste des AOPs de %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d entrées supprimées de la liste des HOPs de %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d entrées supprimées de la liste des SOPs de %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d entrées supprimées de la liste des VOPs de %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d entrées supprimées de la liste d'accès de %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "%d entrées supprimées de la liste de kicks automatiques de %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "%d entrées supprimées de la liste des mots interdits de %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr ""
+"%d entrées supprimées de la liste des exceptions à la limitation de sessions."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "%d entrées supprimées de la liste d'AKILL."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "%d entrées supprimées de la liste de SNLINEs."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "%d entrées supprimées de la liste de SQLINEs."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "%d entrées supprimées de la liste de SZLINEs."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 entrée supprimée de la liste des AOPs de %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 entrée supprimée de la liste des HOPs de %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 entrée supprimée de la liste des SOPs de %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 entrée supprimée de la liste des VOPs de %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 entrée supprimée de la liste d'accès de %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 entrée supprimée de la liste de kicks automatiques de %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "1 entrée supprimée de la liste des mots interdits de %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr ""
+"1 entrée supprimée de la liste des exceptions à la limitation de sessions."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "1 entrée supprimée de la liste d'AKILL."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "1 entrée supprimée de la liste de SNLINEs."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "1 entrée supprimée de la liste de SQLINEs."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "1 entrée supprimée de la liste de SZLINEs."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "La description de %s est maintenant %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Affiche tous les enregistrements (Nb: %d) "
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Affiche les enregistrements de %d à %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Affiche les enregistrements contenant %s (Nb: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "N'utilisez pas de caractères gras sur ce canal!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "N'utilisez pas de couleurs sur ce canal!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "N'utilisez pas de caractères inversés sur ce canal!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Ne dites pas %s sur ce canal!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "N'utilisez pas de caractères soulignés sur ce canal!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Votre adresse e-mail est maintenant %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "L'adresse E-mail pour %s a été changée en %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "L'adresse E-mail pour %s a été effacée."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "L'e-mail de %s est maintenant %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "L'e-mail de %s a été effacée."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Votre adresse e-mail a été effacée."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "L'adresse e-mail de %s est invalide."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+échéance] mask limite raison"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mask | liste}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE num position"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paramètres]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "E-mails trouvés %s pour %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Fin du %s list."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Fin de liste d'accès."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Fin de la liste des channels."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Fin de la liste - %d/%d correspondances affichées."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Fin de la liste - %d/%d correspondances affichées."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Fin de la liste des utilisateurs."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Français"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Le message d'entrée de %s a été changé."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Le message d'entrée de %s a été effacé."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr "Erreur! l'Ident est trop long, veuillez entrer moins de %d caratères."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr "Erreur! Le vhost est trop long, veuillez entrer moins de %d caratères."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "L'exception pour %s (#%d) a été déplacée à la position %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "L'exception pour %s a été changée en %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expire le: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "L'échéance de %s a été changée."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID canal raison"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID canal [raison]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID pseudo raison"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID pseudo [raison]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantaisie"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "La fantaisie est maintenant désactivée sur le canal %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "La fantaisie est maintenant activée sur le canal %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Le propriétaire de %s est maintenant %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Pas de jokers !!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY canal"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS pseudo"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "La commande GETPASS est indisponible car le cryptage est utilisé."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST pseudo [motdepasse]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL message"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP cible motdepasse"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "L'utilisateur fantôme utilisant votre pseudo a été déconnecté."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Message d'accueil"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Votre message d'accueil est maintenant %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Message d'accueil affiché"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Le message d'accueil pour %s a été changé en %s"
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Le message d'accueil de %s a été effacé."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Votre message d'accueil a été effacé."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Le message d'accueil est maintenant désactivé sur le canal %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Le message d'accueil est maintenant activé sur le canal %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Liste des HOPs de %s:\n"
+" Num Pseudo"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d enregistrements, %5d ko"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hôtes ayant au moins %d sessions:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Je ne sais pas qui est %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Je n'ai jamais vu %s sur ce canal."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY motdepasse"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [durée] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO canal"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO pseudo"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [canal]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [pseudo | canal]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {canal | pseudo}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE canal"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Si vous ne changez pas d'ici 20 secondes, je changerai votre pseudo."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Si vous ne changez pas d'ici 1 minute, je changerai votre pseudo."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Le code d'ignore sera utilisé."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Le code d'ignore ne sera pas utilisé."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "La liste des ignorés a été purgée."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "La liste des ignorés est vide."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Pour utiliser cette commande, vous devez d'abord vous\n"
+"identifier avec votre mot de passe (/msg %S HELP \n"
+"IDENTIFY pour plus d'informations).\n"
+"\n"
+"Tapez /msg %S HELP SET option pour plus d'informations\n"
+"sur une option spécifique."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Portée incorrecte spécifiée. La syntaxe correcte est #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Information pour le bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informations pour le canal %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Erreur interne - impossible d'effectuer la commande."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Echéance invalide."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Masque d'hôte invalide. Seuls les masques d'hôtes réels sont valides puisque "
+"les exceptions ne sont pas comparées aux pseudos et utilisateurs."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr "Passcode invalide, merci de le vérifier."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Limite de session invalide. Elle doit être un entier valide supérieur ou "
+"égal à zero et plus petit que %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Valeur minimale invalide. Elle doit être un entier valide supérieur à 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE nom-du-serveur [raison]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK canal option {ON|OFF} [paramètres]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK canal utilisateur raison"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES pseudo"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "La clé du canal %s est %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [option [level]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST modèle"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST modèle [FORBIDDEN] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST modèle [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [canal] [liste | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [texte|nombre]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Votre langue est maintenant le Français."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Le dernier mémo envoyé à %s a été supprimé."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Dernier déconnexion: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr " Adresse: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Le niveau pour %s du channel %s est maintenant de %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Le niveau doit être compris entre %d et %d inclus."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Cette commande est inutile dans ce mode."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Liste des entrées correspondantes à %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Liste des pseudos dans le groupe de %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Liste des pseudos dans votre groupe:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Les canaux locaux ne peuvent être enregistrés."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Article de logon news #%d supprimé."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Article de logon news #%d non trouvé!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Articles des logon news:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "%s est en pleine recherche spirituelle..."
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE canal modes"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO Fichier"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD Fichier"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD Fichier"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Le mask %s est déjà présent sur la liste d'exceptions."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Le masque %s existe déjà dans votre liste d'accès."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Le masque doit avoir le format user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Record d'utilisateurs: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Mémo %d n'existe pas!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Mémo %d de %s (%s). Pour supprimer, tapez: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Mémo %d de %s (%s). Pour supprimer, tapez: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Le mémo %d a été supprimé."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Limite de mémos de %s désactivée."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Limite de mémos de %s définie à %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Limite de mémos de %s définie à 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Limite de mémos trop grande, limitation à %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Mémo envoyé à %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Les mémos %s ont été supprimés."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Mémos pour %s. Pour lire, tapez: /msg %s READ num"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Mémos pour %s. Pour lire, tapez: /msg %s READ %s num"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Mode message"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Mode %c ignoré car il ne peut être maintenu."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Tous les HalfOPs du canal %s ont été enlevés."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Tous les OPs du canal %s ont été enlevés."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Tous les voices du canal %s ont été enlevés."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Les modes maintenus du canal %s sont maintenant %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Le module %s a été chargé."
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Le module %s a été déchargé."
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Version: %s Auteur: %s chargé: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} serveur"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Aliases NS : %6d enregistrements, %5d ko"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Groupes NS : %6d enregistrements, %5d ko"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Jamais kické par les kickers du bot"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Nouveau mémo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Nouveaux mémos pour %s. Pour lire, tapez: /msg %s READ num"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Nouveaux mémos pour %s. Pour lire, tapez: /msg %s READ %s num"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "La liste des News est pleine!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Le pseudo %s a été interdit par %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Le pseudo %s est un pseudo illégal et ne peut pas etre utilisé."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Le pseudo %s est déja utilisé."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Le pseudo %s est désormais interdit."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Le pseudo %s fait partie des services du réseau."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Le pseudo %s n'est pas en tutelle."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Le pseudo %s n'est actuellement pas utilisé."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Le nick %s n'est pas enregistré."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Le pseudo %s ne peut être ni enregistré ni utilisé."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s n'a pas été trouvé dans la liste des ignorés."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Le pseudo %s a été tronqué de %d caractères."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Le pseudo %s expirera."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Le pseudo %s n'expirera pas."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Le pseudo %s n'a aucun mémo de votre part."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Le pseudo %s n'est plus identifié."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Le pseudo %s est actuellement suspendu."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Le pseudo %s est liberé."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Le pseudo %s est suspendu."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Pseudo non enregistré... Réessayez plus tard."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Pseudo %s confirmé"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Le pseudo %s a été effacé."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Le pseudo %s est déjà enregistré!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Le pseudo %s ne peut être enregistré."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Le pseudo %s n'est pas enregistré."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Le pseudo %s est maintenant enregistré sous votre masque: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Le pseudo %s est enregistré."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Enregistrement d'un pseudo (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Mot de passe du pseudo %s"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Les pseudos qui ne sont plus utilisés sont sujets à \n"
+"l'expiration automatique, c'est-à-dire qu'ils seront effacés\n"
+"après %d jours de non utilisation."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Aucun # trouvé devant le nom du canal."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Le mode sans bot est maintenant désactivé sur le canal %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Le mode sans bot est maintenant activé sur le canal %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Aucun E-mail listé pour %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Pas de bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Aucune aide disponible sur %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Aucune information sur le module %s n'est accessible."
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Aucun article de logon news à supprimer!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Aucune entrée correspondante sur la liste des AOPs de %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Aucune entrée correspondante sur la liste des HOPs de %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Aucune entrée correspondante sur la liste des SOPs de %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Aucune entrée correspondante sur la liste des VOPs de %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Aucune entrée correspondante sur la liste d'accès de %s."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Aucune entrée correspondante sur la liste de kicks automatiques de %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr ""
+"Aucune entrée correspondante sur la liste des mots interdits \n"
+"de %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+"Aucune entrée correspondante sur la liste des exceptions à la limitation de "
+"sessions."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Aucune entrée correspondante sur la liste d'AKILL."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Aucune entrée correspondante sur la liste de SNLINEs."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Aucune entrée correspondante sur la liste de SQLINEs."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Aucune entrée correspondante sur la liste de SZLINEs."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Aucun mémo correspondant trouvé."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Aucun mémo n'était annulable."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Aucun mémo supprimé."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Aucun module n'est chargé"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Pas d'article OPER news à supprimer!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Aucune nouvelle aléatoire à supprimer!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Aucune raison"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Pas de kick signé quand SIGNKICK LEVEL est utilisé"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Entrée inexistante (#%d) sur la liste des AOPs de %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Entrée inexistante (#%d) sur la liste des HOPs de %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Entrée inexistante (#%d) sur la liste des SOPs de %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Entrée inexistante (#%d) sur la liste des VOPs de %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Entrée inexistante (#%d) sur la liste d'accès de %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Entrée (#%d) inexistante sur la liste de kicks automatiques de %s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr ""
+"Entrée (#%d) introuvable sur la liste des mots \n"
+"interdits de %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+"L'entrée %d n'existe pas sur la liste des exceptions à la limitation de "
+"sessions."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Aucune"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Non autorisé à rejoindre le canal s'il est restreint"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Notez que tout canal non utilisé pendant %d jours\n"
+"(c'est-à-dire une période pendant laquelle aucun\n"
+"utilisateur figurant sur la liste d'accès du canal\n"
+"ne vient sur le canal) il sera automatiquement effacé."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Num Limite Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE pseudo flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Notice sur OP"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [texte|nombre]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "L'ancienne information est égale à la nouvelle."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Pseudo"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Seuls les SuperAdmins peuvent utiliser cette commande."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr ""
+"L'option 'op-notice' est maintenant INACTIVE sur\n"
+"%s."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "L'option 'op-notice' est maintenant ACTIVE sur %s."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Article OPER news #%d supprimé."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Article OPER news #%d non trouvé!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Articles oper news:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d enregistrements, %5d ko"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Une O:LINE avec les flags %s a été ajoutée pour %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Protection des OPs"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "L'option %s ne peut être changée sur ce réseau."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Le passcode pour %s est %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Mot de passe accepté - vous êtes maintenant identifié."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"L'authentification par mot de passe est requise pour cette commande.\n"
+"Réessayez après avoir tapé /msg %s IDENTIFY motdepasse."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"L'authentification par mot de passe est requise pour cette commande.\n"
+"Réessayez après avoir tapé /msg %s IDENTIFY %s motdepasse."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Votre mot de passe est maintenant %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Votre mot de passe a été changé."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Le mot de passe pour %s a été changé en %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Mot de passe changé pour %s."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Le mot de passe de %s est %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Mot de passe incorrect."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Le mot de passe de %s a été envoyé."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Paix"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Le mode 'paix' est INACTIF pour %s."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Le mode 'paix' est ACTIF pour %s."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Contactez un opérateur afin d'avoir un vhost sous ce pseudo."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Veuillez réessayer avec un mot de passe plus difficile à trouver. Les mots "
+"de passe doivent contenir au moins cinq caractères, ne doivent pas être trop "
+"facilement devinables (par exemple votre vrai nom ou votre pseudo), et ne "
+"doivent pas contenir d'espaces ou de tabulations."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Veuillez indiquer un nom de serveur valide pour JUPE."
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr ""
+"Veuillez utiliser les symbole # quand vous voulez enregistrer\n"
+"un canal."
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Attendez %d secondes et réessayez."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Attendez %d secondes avant d'utiliser la commande GROUP à nouveau."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Veuillez attendre %d secondes avant d'utiliser la commande REGISTER à "
+"nouveau."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Veuillez attendre %d secondes avant d'utiliser RSEND à nouveau."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+"Veuillez patienter %d secondes avant d'utiliser la commande SEND à nouveau."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Confidentialité"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Le mode privé du bot %s est maintenant désactivé."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Le mode privé du bot %s est maintenant activé."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "L'option 'privé' pour %s est maintenant INACTIVE."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "L'option 'privé' pour %s est maintenant ACTIVE."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "L'option 'privé' est maintenant INACTIVE pour %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Votre pseudo est maintenant public."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "L'option 'privé' est maintenant ACTIVE pour %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Votre pseudo est maintenant privé."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Protection"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "La protection est maintenant INACTIVE pour %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "La protection est maintenant désactivée."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "La protection est maintenant ACTIVE pour %s, avec un délai réduit."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "La protection est maintenant ACTIVE pour %s, sans aucun délai."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "La protection est maintenant ACTIVE pour %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "La protection est maintenant activée, avec un délai réduit."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "La protection est maintenant activée, sans délai."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "La protection est maintenant activée."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Providing IRCD handler for: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Fournir la commande: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [texte|nombre]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [canal] {liste | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER pseudo [motdepasse]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER canal motdepasse description"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER motdepasse email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER motdepasse [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE pseudo [motdepasse]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {pseudo | canal} memo-text"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Nouvelle aléatoire n°%d supprimée."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Nouvelle aléatoire n°%d non trouvée!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Nouvelles aléatoires:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Aucune validation en attente... Tapez: \"/msg %s register <password> <email>"
+"\" pour l'enregistrer."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Accès restreint"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Les restrictions d'accès pour %s sont maintenant INACTIVES."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Les restrictions d'accès pour %s sont maintenant ACTIVES."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SASET pseudo PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET pseudo option paramètres"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET pseudo HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET pseudo KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET pseudo KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET pseudo NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET pseudo PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET pseudo SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY canal texte"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {pseudo | canal} texte-du-memo"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS pseudo"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "La commande SENDPASS est indisponible car le cryptage est utilisé."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN non défini, impossible de redémarrer. \n"
+"Relancez le script configure et recompilez les Services pour \n"
+"activer la commande RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limite"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limite | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <pseudo> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET canal option paramètres"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET canal NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET canal PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET canal option paramètres"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET canal DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET canal DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET canal FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET canal GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET canal KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET canal NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET canal OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET canal PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET canal PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET canal RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET canal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET canal SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET canal SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET canal SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET canal TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET canal XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET option paramètres"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET option valeur"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE nombre"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [canal] limite"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [utilisateur | canal] {limite | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] option paramètres"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <pseudo> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "La liste de SNLINEs est vide."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste "
+"d'entrées} [raison]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Liste des SOPs de %s:\n"
+" Num Pseudo"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "La liste de SQLINEs est vide."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste "
+"d'entrées}[:raison]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUT %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "ERREUR : Ce canal %s est interdit."
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "ERREUR : Le canal %s n'est pas enregistré."
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "ERREUR : Le pseudo %s n'est pas connecté."
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND canal raison"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND canal [raison]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND pseudo raison"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK pseudo nouveau-pseudo "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "La liste de SZLINEs est vide."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste "
+"d'entrées} [raison]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Sécurité"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Contrôle du propriétaire"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Contrôle des OPs"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "L'option de sécurité du propriétaire pour %s est INACTIVE."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "L'option de sécurité du propriétaire pour %s est ACTIVE."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "La sécurité des OPs sur %s est maintenant INACTIVE."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "La sécurité des OPs pour %s est maintenant ACTIVE."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "L'option de sécurité pour %s est INACTIVE."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "L'option de sécurité pour %s est ACTIVE."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "L'option de sécurité est maintenant INACTIVE pour %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "La sécurité est maintenant désactivé."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "L'option de sécurité est maintenant ACTIVE pour %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "La sécurité est maintenant activé."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Sécurité"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Serveurs trouvés: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+"Ce service est temporairement désactivé, veuillez réessayer ultérieurement."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Les services ne reporteront plus les logs sur un canal."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Les services sont maintenant sur DEFCON %d."
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Les Services sont maintenant en mode expiration."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Les Services sont maintenant en mode sans expiration."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Les Services sont maintenant en mode lecture-seule."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Les Services sont maintenant en mode lecture-écriture."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Les Services sont maintenant en mode debug (niveau %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Les Services sont maintenant en mode debug."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Les Services sont maintenant en mode normal ( non debug)."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Les services reporteront maintenant les logs sur %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Les services ont été configurés pour ne pas envoyer de mail."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Liste des ignores:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Les Services ne peuvent changer les modes. Vos serveurs sont-ils configurés "
+"correctement?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Les Services ne peuvent changer les modes. Les U:lines de vos serveurs sont-"
+"elles configurées correctement?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Les services tournent depuis %d jour, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Les services tournent depuis %d jours, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Les services tournent depuis %d heure, %d minute"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Les services tournent depuis %d heure, %d minutes"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Les services tournent depuis %d heures, %d minute"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Les services tournent depuis %d heures, %d minutes"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Les services tournent depuis %d minute, %d seconde"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Les services tournent depuis %d minute, %d secondes"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Les services tournent depuis %d minutes, %d seconde"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Les services tournent depuis %d minutes, %d secondes"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Le service ne rendra plus %s automatiquement OP dans les canaux."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Le service ne vous rendra plus automatiquement OP dans vos canaux."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Le service rendra %s automatiquement OP dans les canaux."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr ""
+"Le service va maintenant vous rendre OP automatiquement dans vos canaux."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Les services repondront à %s par des messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Les services repondront à %s par des notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Les services vous repondrons avec des messages.\t"
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Les services vous repondrons avec des notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Le fichier de configuration des Services a été rechargé."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "La tutelle des Services sur votre pseudo a été enlevée."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "La limite de sessions de %s est maintenant de %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "La limitation de sessions est désactivée."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "La liste des exceptions à la limitation de sessions est pleine!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessions : %6d enregistrements, %5d ko"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessions Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"L'option %s est inconnue. Tapez /msg %s HELP LEVELS DESC pour une \n"
+"liste d'options valides."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "La valeur pour DEBUG doit être ON, OFF, ou un nombre positif."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "La valeur pour IGNORE doit être ON ou OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Les valeurs pour LOGCHAN doivent etre ON ou OFF et LogChannel dois être "
+"défini."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "La valeur de NOEXPIRE doit être ON ou OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "La valeur pour READONLY doit être ON ou OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Syntaxe incorrect, spécifiez ON ou OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Les kicks ne seront plus signés sur %s."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Les kicks seront maintenant signés sur %s en fonction de \n"
+"l'accès de l'utilisateur sur le canal."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Les kicks seront maintenant signés sur %s."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Kicks signés"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Désolé, OLINE n'est pas accessible sur ce réseau."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Désolé, RSEND est désactivé sur ce réseau."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Désolé, SNLINE n'est pas disponible sur ce réseau."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Désolé, SQLINE n'est pas accessible sur ce réseau."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Désolé, SVSNICK n'est pas accessible sur ce réseau."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Désolé, SZLINE n'est pas disponible sur ce réseau."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Désolé, UMODE n'est pas accessible sur ce réseau."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Désolé, l'attribution des bots est temporairement désactivée."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Désolé, la création du bot a échoué."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Désolé, la modification des bots est temporairement désactivée."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr ""
+"Désolé, la configuration des options du bot est \n"
+"temporairement désactivée."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification des listes des AOPs des canaux est temporairement "
+"désactivée."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification des listes des HOPs des canaux est temporairement "
+"désactivée."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification des listes des SOPs des canaux est temporairement "
+"désactivée."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification des listes des VOPs des canaux est temporairement "
+"désactivée."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification des listes d'accès des canaux est temporairement "
+"désactivée."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification de la liste de kicks automatiques du canal \n"
+"est temporairement désactivée."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+"Désolé, la modification de la liste des mots interdits\n"
+"est temporairement désactivée."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Désolé, l'effacement de canaux est temporairement désactivé."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+"Désolé, la configuration des options du canal est temporairement désactivée."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Désolé, l'enregistrement des canaux est temporairement désactivé."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Désolé, impossible de changer le mot de passe pour %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Impossible de changer votre mot de passe."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Désolé, le groupage de pseudos a échoué."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Désolé, l'identification a échoué."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr ""
+"Désolé, la configuration des kickers est temporairement\n"
+"désactivée."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Désolé, l'annulation de mémos est temporairement désactivée."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Désolé, la configuration des options est temporairement désactivée."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Désolé, l'envoi de mémos est temporairement désactivé."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Désolé, l'effacement de pseudo est temporairement désactivé."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Désolé, le groupage de pseudos est temporairement désactivé."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+"Désolé, la configuration des options du pseudo est temporairement désactivée."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Désolé, l'enregistrement des pseudos est temporairement désactivé."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Désolé, l'enregistrement a échoué."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Désolé, vous ne pouvez avoir que %d AKILLs."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr ""
+"Désolé, vous ne pouvez avoir que %d entrées sur les listes des AOPs/SOPs/"
+"VOPs d'un canal."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Désolé, vous ne pouvez avoir que %d SNLINEs."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Désolé, vous ne pouvez avoir que %d SQLINEs."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Désolé, vous ne pouvez avoir que %d SZLINEs."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Vous ne pouvez avoir que %d entrées dans la liste d'accès d'un pseudo."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr ""
+"Désolé, vous ne pouvez avoir que %d entrées sur la liste d'accès d'un canal."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr ""
+"Désolé, vous ne pouvez avoir plus de %d entrées de kicks automatiques \n"
+"sur un canal."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr ""
+"Désolé, vous ne pouvez avoir que %d entrées sur la\n"
+"liste des mots interdits."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Désolé, vous avez déjà dépassé votre limite de %d canaux."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Désolé, vous avez déjà atteint votre limite de %d canaux."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Statistiques réinitialisées."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Statut mis à jour (memos, vhost, modes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Arrêtez d'envoyer autant de messages!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Arrêtez de vous répéter!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Il n'y a plus de successeur sur %s."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Le successeur de %s est maintenant %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "L'option Super-Admin n'est pas activée dans le services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Symbiose"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "La symbiose est maintenant désactivée sur le canal %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "La symbiose est maintenant activée sur le canal %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Syntaxe: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Syntaxe: %s canal BANTYPE typedeban\n"
+"\n"
+"Définit le type de ban qui sera utilisé par les services\n"
+"lorsqu'ils doivent bannir quelqu'un de votre canal.\n"
+"\n"
+"typedeban est un nombre entre 0 et 3 qui signifie:\n"
+"\n"
+"0: ban de style *!user@host\n"
+"1: ban de style *!*user@host\n"
+"2: ban de style *!*@host\n"
+"3: ban de style *!*user@*.domain"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Syntaxe: %s canal DESC description\n"
+"\n"
+"Définit la description du canal, qui apparait dans les\n"
+"commandes LIST et INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Syntaxe: %s canal ENTRYMSG [message]\n"
+"\n"
+"Définit le message qui sera envoyé en /notice aux \n"
+"utilisateurs quand ils entrent dans un canal. Si aucun\n"
+"paramètre n'est donné, aucun message n'est envoyé à\n"
+"l'entrée."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Syntaxe: %s canal FOUNDER pseudo\n"
+"\n"
+"Change le propriétaire d'un canal. Le nouveau pseudo doit être\n"
+"enregistré."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Syntaxe: %s canal KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option de maintien du sujet pour\n"
+"un canal. Lorsque le maintien du sujet est défini, le \n"
+"sujet pour le canal sera retenu par %S même après que le\n"
+"dernier utilisateur ait quitté le canal, et sera restauré\n"
+"la prochaine fois que le canal sera créé. "
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Syntaxe: %s canal MLOCK modes\n"
+"\n"
+"Configure les modes maintenus sur le canal. %S vous permet de\n"
+"toujours garder certains modes, d'empêcher l'utilisation d'autres\n"
+"modes et de laisser les modes restants en libre utilisation par\n"
+"les OPérateurs du canal.\n"
+"\n"
+"Le paramètre modes est construit de la même façon que dans la \n"
+"commande /MODE, les modes précédés d'un + étant toujours gardés, \n"
+"et ceux précédés d'un - ne pouvant être utilisés. Notez cependant\n"
+"que, contrairement à la commande /MODE, chaque utilisation de \n"
+"SET MLOCK réinitialisera les modes maintenus avant de mettre en \n"
+"place les nouveaux!\n"
+"\n"
+"Remarque: Si vous choisissez de toujours garder le mode +k, \n"
+"comme dans le second exemple ci-dessous, vous devez également \n"
+"activer l'option RESTRICTED du canal (HELP SET \n"
+"RESTRICTED pour plus d'informations), sinon toute personne \n"
+"entrant sur le canal lorsqu'il est vide verra la clef! \n"
+"\n"
+"Exemples:\n"
+"\n"
+" SET #canal MLOCK +nt-iklps\n"
+" Garde toujours les modes n et t, et empêche l'utilisation \n"
+" des modes i, k, l, p, et s. Le mode m est libre d'être \n"
+" mis ou retiré.\n"
+"\n"
+" SET #canal MLOCK +knst-ilmp ma-clef\n"
+" Garde toujours les modes k, n, s, et t, et désactive \n"
+" les modes i, l, m, et p. La clef du canal sera \n"
+" \"ma-clef\".\n"
+"\n"
+" SET #canal MLOCK +\n"
+" Réinitialise tous les modes précédemment maintenus, qui\n"
+" pourront désormais être librement utilisés."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Syntaxe: %s canal OPNOTICE {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option notice sur OP/DEOP pour un canal.\n"
+"Lorsque notice sur OP/DEOP est défini, %S enverra une notice au\n"
+"canal à chaque fois que les commandes OP ou DEOP sont\n"
+"utilisées par un utilisateur sur le canal."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Syntaxe: %s canal PEACE {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option de paix pour un canal.\n"
+"Quand elle est active, cette option empêche un \n"
+"utilisateur de kicker, bannir ou enlever un privilège\n"
+"de canal d'un user qui a un niveau supérieur ou\n"
+"égal au sien via les commandes de %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Syntaxe: %s canal PRIVATE {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option private pour un canal.\n"
+"Si private est défini, un /msg %S LIST ne comprendra\n"
+"le canal dans aucune liste."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Syntaxe: %s canal RESTRICTED {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option d'accès restreint pour un canal.\n"
+"Quand l'accès restreint est activé, les utilisateurs qui ne sont\n"
+"pas inscrits à la liste d'accès seront kickés et bannis du canal."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Syntaxe: %s canal SECURE {ON | OFF}\n"
+"\n"
+"Active ou désactive les caractéristiques de sécurité %S\n"
+"pour un canal. Lorsque la sécurité est active, seuls les\n"
+"utilisateurs qui ont enregistré leur pseudo avec %s et\n"
+"qui sont identifiés avec leur mot de passe auront accès\n"
+"au canal, sous contrôle de la liste d'accès."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Syntaxe: %s canal SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option contrôle du propriétaire pour un canal.\n"
+"Lorsque le contrôle du propriétaire est activé, seul le vrai \n"
+"propriétaire pourra effacer le canal, changer son mot de passe, \n"
+"son propriétaire et son successeur, et non pas ceux qui sont identifiés \n"
+"avec %S."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Syntaxe: %s canal SECUREOPS {ON | OFF}\n"
+"\n"
+"Active ou désactive le contrôle des OPs sur un canal.\n"
+"Lorsque le contrôle des OPs est actif, les utilisateurs \n"
+"qui ne sont pas sur la liste d'accès ne pourront être OP."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Syntaxe: %s canal SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Active ou désactive les kicks signés sur un canal.\n"
+"Quand cette option est utilisée, les kicks générés\n"
+"par la commande %S KICK contiendront dans la raison\n"
+"le pseudo qui a utilisé\tla commande.\n"
+"\n"
+"Si vous sélectionnez LEVEL, ceux qui ont un niveau qui est\n"
+"supérieur ou égal au niveau SIGNKICK sur le canal ne \n"
+"génèreront pas de kicks signés. Consultez /msg %S HELP LEVELS\n"
+"pour plus d'informations."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Syntaxe: %s canal SUCCESSOR pseudo\n"
+"\n"
+"Change le successeur d'un canal. Si le pseudo du propriétaire\n"
+"expire ou est effacé alors que le canal est toujours\n"
+"enregistré, le successeur deviendra le nouveau propriétaire du\n"
+"canal. Cependant, si le successeur a déjà trop de canaux\n"
+"enregistrés (%d), le canal sera tout de même effacé, comme\n"
+"si aucun successeur n'avait été nommé. Le nouveau pseudo\n"
+"doit être enregistré."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Syntaxe: %s canal TOPICLOCK {ON | OFF}\n"
+"\n"
+"Active ou désactive l'option de verrouillage du sujet pour\n"
+"un canal. Lorsque le verrouillage du sujet est actif,\n"
+"%S ne permettra pas le changement du sujet du canal sauf\n"
+"avec la commande TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Syntaxe: %s canal XOP {ON | OFF}\n"
+"\n"
+"Active ou désactive le système de listes de xOPs pour\n"
+"un canal. Si vous choisissez ce système, vous devez\n"
+"utiliser les commandes AOP/SOP/VOP pour donner\n"
+"des privilèges aux utilisateurs, sinon vous devez\n"
+"utiliser la commande ACCESS.\n"
+"\n"
+"Info technique: quand vous passez du système de liste \n"
+"d'accès au système de listes de xOPs, les définitions de \n"
+"niveaux et les niveaux des utilisateurs seront changés, et \n"
+"donc vous ne les récupérerez pas tels quels si vous repassez \n"
+"au système de liste d'accès.\n"
+"Vous devriez également vérifier que les utilisateurs sont\n"
+"dans la bonne liste de xOPs après être passé du système\n"
+"de liste d'accès à celui de listes de xOPs, car la\n"
+"conversion n'est pas parfaite à tous les coups... en fait,\n"
+"elle est déconseillée si vous avez changé les définitions\n"
+"des niveaux avec la commande LEVELS.\n"
+"\n"
+"Passer du système de listes de xOPs au système de liste\n"
+"d'accès ne pose aucun problème par contre."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Syntaxe: ACCESS canal ADD pseudo level\n"
+" ACCESS canal DEL {pseudo | numéros d'entrée | liste}\n"
+" ACCESS canal LIST [mask | liste]\n"
+" ACCESS canal VIEW [mask | liste]\n"
+" ACCESS canal CLEAR\n"
+"\n"
+"Gère la liste d'accès d'un canal. La liste d'accès\n"
+"détermine quels utilisateurs ont le statut d'OPérateur ou\n"
+"ont accès aux commandes de %S pour le canal. Différents\n"
+"niveaux utilisateur donnent accès à différents lots de \n"
+"privilèges, /msg %S HELP ACCESS LEVELS pour des informations\n"
+"plus détaillées. Tout pseudo qui n'est pas sur la liste\n"
+"d'accès a un niveau utilisateur de 0.\n"
+"\n"
+"La commande ACCESS ADD ajoute le pseudo donné à la liste\n"
+"d'accès avec le niveau utilisateur choisi, si le pseudo est\n"
+"déjà présent dans la liste, son niveau d'accès est remplacé\n"
+"par le niveau spécifié dans la commande. Le level spécifié\n"
+"doit être inférieur à celui qui utilise la commande, et\n"
+"si le pseudo est déjà dans la liste d'accès, le niveau\n"
+"d'accès actuel de ce pseudo doit être inférieur à celui de\n"
+"la personne utilisant la commande.\n"
+"\n"
+"La commande ACCESS DEL supprime le pseudo donné de\n"
+"la liste d'accès. Si une liste de numéros d'entrées est \n"
+"donnée, ces entrées sont supprimées. (Consultez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande ACCESS LIST affiche la liste d'accès. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrée\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" ACCESS #canal LIST 2-5,7-9\n"
+" Liste toutes les entrées comprises entre 2 et 5 et\n"
+" entre 7 et 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"La commande ACCESS CLEAR supprime toutes les entrées\n"
+"de la liste d'accès."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Syntaxe: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+"\n"
+"Modifie ou affiche la liste d'accès de votre pseudo. C'est\n"
+"la liste des adresses qui seront automatiquement reconnues\n"
+"par %S comme autorisées à utiliser le pseudo. Si vous voulez\n"
+"utiliser le pseudo depuis une adresse différente, vous devez\n"
+"envoyer une commande IDENTIFY pour que %S vous reconnaisse.\n"
+"\n"
+"Exemples:\n"
+"\n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Autorise l'accès à l'utilisateur anyone d'une\n"
+" machine avec le domaine bepeg.com.\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Inverse la commande précédente.\n"
+"\n"
+" ACCESS LIST\n"
+" Affiche votre liste d'accès."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Syntaxe: ACT canal texte\n"
+"\n"
+"Fait faire au bot l'équivalent d'une commande \"/me\"\n"
+"sur le canal donné avec le texte donné."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Syntaxe: AKICK channel ADD {nick | masque} [raison]\n"
+" AKICK channel STICK masque\n"
+" AKICK channel UNSTICK masque\n"
+" AKICK channel DEL {nick | mask | entry-num | liste}\n"
+" AKICK channel LIST [masque | entry-num | liste]\n"
+" AKICK channel VIEW [masque | entry-num | liste]\n"
+" AKICK canal ENFORCE\n"
+" AKICK canal CLEAR\n"
+"\n"
+"Gère la liste des kicks automatiques d'un canal. Si \n"
+"un utilisateur figurant sur la liste des kicks automatiques tente\n"
+"de rejoindre un canal, %S bannira cet utilisateur du canal, \n"
+"et le kickera ensuite.\n"
+"\n"
+"La commande AKICK ADD ajoute le pseudo donné ou le\n"
+"masque d'utilisateur à la liste des kicks automatiques. Si une \n"
+"raison est donnée avec la commande, cette raison sera utilisée \n"
+"lorsque l'utilisateur est kické, sinon, la raison par défaut est\n"
+"\"Vous n'êtes plus le bienvenu sur ce canal\".\n"
+"Quand un utilisateur enregistré est Akické ( kické automatiquement)\n"
+"son compte NickServ est ajouté à la liste des Akick eu lieu du masque.\n"
+"De ce fait, tous les pseudos de ce groupe seront Akickés.\n"
+"\n"
+"La commande AKICK DEL supprime le pseudo ou le masque donné\n"
+"de la liste de kicks automatiques. Cependant, il n'enlève pas \n"
+"les bans placés par une des entrées, ceux-ci doivent être supprimés\n"
+"manuellement.\n"
+"\n"
+"La commande AKICK STICK bannit en permanence le masque\n"
+"donné sur le canal. Si quelqu'un essaie d'enlever le\n"
+"ban, %S le remettra automatiquement. Vous ne pouvez l'utiliser\n"
+"sur des pseudos enregistrés.\n"
+"\n"
+"La commande AKICK UNSTICK annule les effets de la commande\n"
+"AKICK STICK, et vous pourrez donc à nouveau enlever le\n"
+"ban du canal.\n"
+"\n"
+"La commande AKICK LIST affiche la liste de kicks \n"
+"automatiques, ou optionnellement seulement les entrées de la liste \n"
+"de kicks automatiques qui correspondent au masque donné.\n"
+"\n"
+"La commande AKICK VIEW est une version plus détaillée de\n"
+"la commande AKICK LIST.\n"
+"\n"
+"La commande AKICK ENFORCE force %S à bannir tous les\n"
+"utilisateurs présents sur le canal qui sont concernés \n"
+"par une des entrées de la liste de kicks automatiques.\n"
+"\n"
+"La commande AKICK CLEAR supprime toutes les entrées\n"
+"de la liste de kicks automatiques."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Syntaxe: AKILL ADD [+échéance] masque raison\n"
+" AKILL DEL {masque | numéro d'entrée | liste}\n"
+" AKILL LIST [masque | liste]\n"
+" AKILL VIEW [masque | liste]\n"
+" AKILL CLEAR\n"
+"\n"
+"Permet aux OPérateurs des Services de manipuler la liste\n"
+"d'AKILL. Si un utilisateur correspondant à un masque d'AKILL\n"
+"tente de se connecter, les Services enverront un KILL pour\n"
+"cet utilisateur et, sur les serveurs le supportant, demandera\n"
+"à tous les serveurs d'ajouter un ban (K-line) du masque\n"
+"qui correspondait.\n"
+"\n"
+"AKILL ADD ajoute le masque user@host donné à la liste \n"
+"d'AKILL pour la raison précisée (qui doit être donnée).\n"
+"échéance est un nombre entier suivi par un d (jours), h\n"
+"(heures), ou m (minutes). Les combinaisons (telles que\n"
+"1h30m) ne sont pas permises. Si l'unité n'est pas incluse,\n"
+"la valeur est en jours par défaut (donc +30 est équivalent\n"
+"à 30 jours). Pour ajouter une AKILL qui n'expire pas, utilisez\n"
+"+0. Si le masque utilisateur à ajouter commence par un +,\n"
+"une échéance doit être donnée, même si c'est la même que\n"
+"celle par défaut. L'échéance par défaut pour les AKILLs peut \n"
+"être consultée par la commande STATS AKILL.\n"
+"\n"
+"La commande AKILL DEL supprime le masque donné de la liste\n"
+"d'AKILL si il existe. Si une liste de numéros d'entrées\n"
+"est donnée, ces entrées sont supprimées. (Voyez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande AKILL LIST affiche la liste d'AKILL. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" AKILL LIST 2-5,7-9\n"
+" Liste les entrées de la liste d'AKILL numéro 2 à 5 \n"
+" et 7 à 9.\n"
+" \n"
+"AKILL VIEW est une version plus détaillée de AKILL LIST, \n"
+"et affichera par qui et quand a été ajoutée une AKILL et\n"
+"sa date d'expiration, en plus du masque user@host et de la \n"
+"raison. \n"
+"\n"
+"AKILL CLEAR vide toutes les entrées de la liste d'AKILL.\n"
+"\n"
+"Réservé aux opérateurs des Services."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntaxe: ALIST [level]\n"
+"\n"
+"Liste tous les canaux auquels vous avez accès. Optionnellement, vous\n"
+"pouvez spécifier un niveau au format XOP ou ACCESS. Le résultat\n"
+"retournera uniquement les canaux auquels vous avez un accès supérieur\n"
+"ou égal au niveau donné.\n"
+"\n"
+"Exemples:\n"
+" ALIST Founder\n"
+" Liste tous les canaux auxquels vous avez un accès\n"
+"\tFOUNDER.\n"
+" ALIST AOP\n"
+" Liste tous les canaux auxquels vous avez un accès AOP ou plus.\n"
+" ALIST 10\n"
+" Liste tous les canaux auxquels vous avez un accès 10 ou plus.\n"
+"\n"
+"Les canaux ayant l'option NOEXPIRE active seront retournés avec un point \n"
+"d'exclamation devant."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [pseudo] [level]\n"
+"\n"
+"Sans aucun paramètre, retourne la liste des canaux où vous avez un accès.\n"
+"pseudo liste les canaux auxquels le pseudo donné a accès\n"
+"level liste les canaux auxquels le pseudo donné a un accès supérieur\n"
+"ou égal au niveau donné."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntaxe: AOP canal ADD pseudo\n"
+" AOP canal DEL {pseudo | liste d'entrées | liste}\n"
+" AOP canal LIST [masque | liste]\n"
+" AOP canal CLEAR\n"
+"\n"
+"Gère la liste des AOPs (AutoOPs) d'un canal. La liste des\n"
+"AOPs donne aux utilisateurs le droit de recevoir le \n"
+"statut d'opérateur automatiquement sur votre canal, \n"
+"de se débannir ou de s'inviter en cas de besoin, d'avoir\n"
+"leur message d'accueil affiché à leur arrivée, etc.\n"
+"\n"
+"La commande AOP ADD ajoute le pseudo donné à la liste des\n"
+"AOPs.\n"
+"\n"
+"La commande AOP DEL supprime le pseudo donné de\n"
+"la liste des AOPs. Si une liste de numéros d'entrées est \n"
+"donnée, ces entrées sont supprimées. (Consultez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande AOP LIST affiche la liste des AOPs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" AOP #canal LIST 2-5,7-9\n"
+" Liste toutes les entrées comprises entre 2 et 5 et\n"
+" entre 7 et 9.\n"
+"\n"
+"La commande AOP CLEAR supprime toutes les entrées\n"
+"de la liste des AOPs.\n"
+"\n"
+"Les commandes AOP ADD et AOP DEL sont utilisables\n"
+"en étant SOP ou plus, alors que la commande AOP CLEAR\n"
+"ne peut être utilisée que par le propriétaire du canal.\n"
+"Cependant, la commande AOP LIST peut être utilisée\n"
+"en étant AOP ou plus.\n"
+"\n"
+"Cette commande peut avoir été désactivée pour votre canal,\n"
+"et vous devrez dans ce cas utiliser la liste d'accès. Tapez\n"
+"/msg %S HELP ACCESS pour savoir comment utiliser la liste\n"
+"d'accès, et /msg %S HELP SET XOP pour savoir comment \n"
+"passer du système de liste d'accès à celui de liste des xOPs."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Syntaxe: ASSIGN canal pseudo\n"
+"\n"
+"Attribue le bot désigné par 'pseudo' au canal. Vous\n"
+"pouvez ensuite configurer le bot pour qu'il convienne à\n"
+"vos besoins."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Syntaxe: BADWORDS canal ADD mot [SINGLE | START | END]\n"
+" BADWORDS canal DEL {mot | entry-num | liste}\n"
+" BADWORDS canal LIST [mask | liste]\n"
+" BADWORDS canal CLEAR\n"
+"\n"
+"Gère la liste des mots interdits d'un canal. La liste\n"
+"des mots interdits détermine quels mots doivent être kickés\n"
+"quand le kicker de mots interdits est activé. Pour plus\n"
+"d'information, tapez /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"La commande BADWORDS ADD ajoute le mot donné à la liste\n"
+"de mots interdits. Si SINGLE est donné, un kick ne sera\n"
+"effectué que si un utilisateur dit le mot en entier. Si\n"
+"START est donné, un kick ne sera effectué que si un\n"
+"utilisateur dit un mot qui commence par mot. Si END\n"
+"est spécifié, un kick ne sera effectué que si un utilisateur\n"
+"dit un mot qui se termine par mot. Si vous ne spécifiez\n"
+"rien, un kick sera effectué chaque fois que mot est dit\n"
+"par un utilisateur.\n"
+"\n"
+"La commande BADWORDS DEL supprime le mot donné de la liste\n"
+"des mots interdits. Si une liste de numéro d'entrées est\n"
+"donné, ces entrées seront supprimées. (Voyez l'exemple pour\n"
+"LIST ci-dessous.)\n"
+"\n"
+"La commande BADWORDS LIST affiche la liste des mots \n"
+"interdits. Si un mask joker est donné, seules les entrées\n"
+"correspondantes au mask seront affichées. Si une liste\n"
+"de numéro d'entrées est donnée, seules ces entrées seront\n"
+"affichées, par exemple:\n"
+" BADWORDS #canal LIST 2-5,7-9\n"
+" Liste les mots interdits 2 à 5 et 7 à 9.\n"
+" \n"
+"La commande BADWORDS CLEAR supprime toutes les entrées\n"
+"de la liste des mots interdits."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntaxe: BAN #canal pseudo [raison]\n"
+"\n"
+"Bannit le pseudo sélectionné sur un canal.\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau \n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Syntax: BOT ADD pseudo user host real\n"
+" BOT CHANGE ancien-pseudo nouveau-pseudo [user [host [real]]]\n"
+" BOT DEL pseudo\n"
+"\n"
+"Permet aux Services operators de créer, modifier, et\n"
+"supprimer les bots que les utilisateurs pourront\n"
+"utiliser sur leurs canaux.\n"
+"\n"
+"BOT ADD ajoute un bot avec le pseudo, username, hostname\n"
+"et realname donné. Aucun test d'intégrité n'est effectué\n"
+"pour ces données, donc faites très attention.\n"
+"BOT CHANGE permet de changer le pseudo, username, hostname\n"
+"ou realname d'un bot tout en conservant les données qui\n"
+"lui sont associées.\n"
+"BOT DEL supprime le bot donné de la liste des bots. \n"
+"\n"
+"Note: si vous créez un bot ayant un pseudo enregistré\n"
+"avec NickServ, il sera effacé. De plus, si un utilisateur\n"
+"utilise le pseudo du bot lors de sa création ou modification,\n"
+"il sera déconnecté."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Syntaxe: BOTLIST\n"
+"\n"
+"Liste tous les bots disponibles sur ce réseau."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Syntaxe: CANCEL {pseudo | canal}\n"
+"\n"
+"Supprime le dernier mémo que vous avez envoyé à un pseudo ou\n"
+"canal donné, à condition qu'il n'ait pas été lu lorsque vous\n"
+"utilisez la commande."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntaxe: CHANKILL [+expire] canal raison\n"
+"Inflige un AKILL à toutes les personnes qui sont sur le canal\n"
+"spécifié. Ceci utilise le réel identd@host de tous les pseudos. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Syntaxe: CHANLIST [{modèle | pseudo} [SECRET]]\n"
+"\n"
+"Liste tous les canaux actuellement utilisés sur le réseau IRC, qu'ils\n"
+"soient enregistrés ou non.\n"
+"\n"
+"Si modèle est donné, seuls les canaux correspondants sont listés. Si\n"
+"un pseudo est donné, les canaux sur lesquels est l'utilisateur ayant\n"
+"ce pseudo seront listés. Si SECRET est spécifié, liste seulement les "
+"canaux \n"
+"correspondants à modèle qui ont le mode +s ou +p."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntaxe: CHECK pseudo\n"
+"\n"
+"Vérifie si le dernier mémo que vous avez envoyé au pseudo donné\n"
+"a été lu ou pas.\n"
+"Note: Cela fonctionne uniquement avec un pseudo et non pas avec un\n"
+"canal."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntaxe: CLEAR canal quoi\n"
+"\n"
+"Demande à %S d'enlever certains aspects d'un canal. \n"
+"quoi peut être l'une des options suivantes:\n"
+"\n"
+" MODES Réinitialise tous les modes d'un canal\n"
+" BANS Enlève tous les bans d'un canal.\n"
+" EXCEPTS Enlève toutes les exceptions d'un canal.\n"
+" INVITES Annule toutes les invitations au canal.\n"
+" OPS Enlève le statut d'OPérateur du canal à\n"
+" tous les OPérateurs. Si possible, enlève aussi les\n"
+" channel-admin (mode +a) et channel-owner (mode +q)\n"
+" HOPS Enlève le statut d'HalfOP (mode +h) à tous les HalfOP\n"
+" du canal.\n"
+" VOICES Enlève le statut \"voice\" (mode +v) à toute\n"
+" personne ayant ce mode.\n"
+" USERS Kicke tous les utilisateurs d'un canal.\n"
+"\n"
+"Par défault, limité à ceux ayant un accès de propriétaire\n"
+"sur le canal."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Syntaxe: CLEARMODES canal [ALL]\n"
+"\n"
+"Enlève tous les modes binaires (i,k,l,m,n,p,s,t) et les bans\n"
+"d'un canal. Si ALL est donné, enlève également tous les\n"
+"OPs et Voices (modes +o et +v) du canal.\n"
+"\n"
+"Réservé aux Services operators."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"C'est la seconde étape du processus d'enregistrement d'un\n"
+"pseudo. Vous devez exécuter cette commande afin de compléter\n"
+"l'enregistrement de votre pseudo sur %S. Le passcode (aussi\n"
+"appelé code d'authentification) est envoyé à l'adresse E-mail\n"
+"fournie à la première étape de votre enregistrement.\n"
+"Pour plus d'informations sur cette première étape, tapez:\n"
+"/msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"Le système defcon utilise et applique des configurations\n"
+"pré-definies pour protéger durant une attaque sur le réseau."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Syntaxe: DEHALFOP #canal [pseudo]\n"
+"\n"
+"DeHalfOP le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès \n"
+"de 5 ou plus sur le canal, ou aux HOPs ou à ceux ayant un \n"
+"niveau d'accès de 4 ou plus en cas de DeHalfOP sur soi-même."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntaxe: DEL <pseudo>\n"
+"Supprime le vhost pour le pseudo indiqué.\n"
+"Limité aux Services Opérateurs."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntaxe: DEL [canal] {nombre | liste | LAST | ALL}\n"
+"\n"
+"Supprime le ou les mémos spécifiés. Vous pouvez\n"
+"fournir plusieurs numéros de mémos ou des ordres de nombres\n"
+"au lieu d'un nombre unique, comme dans le second exemple\n"
+"ci-dessous.\n"
+"\n"
+"Si LAST est donné, le dernier mémo sera supprimé.\n"
+"Si ALL est donné, cela supprimera tous vos mémos.\n"
+"\n"
+"Exemples:\n"
+"\n"
+" DEL 1\n"
+" Supprime votre premier mémo.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Supprime les mémos compris entre 2 et 5 et entre 7 et 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntaxe: DELALL <pseudo>.\n"
+"Supprime tous les vhosts pour tous les pseudos du même\n"
+"groupe que le pseudo donné.\n"
+"Limité aux Services Opérateurs."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntaxe: DEOP #canal [pseudo]\n"
+"\n"
+"DeOP le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau \n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntaxe: DEOWNER #canal\n"
+"\n"
+"Vous supprime le statut de propriétaire du canal \n"
+"donné.\n"
+"\n"
+"Limité à ceux ayant un accès de propriétaire sur le canal."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Syntaxe: DEPROTECT #canal [pseudo]\n"
+"\n"
+"Enlève la protection du pseudo sélectionné sur un canal. Si \n"
+"pseudo n'est pas donné, vous déprotègera sur le canal \n"
+"donné.\n"
+"Par défaut, limité au propriétaire du canal, ou aux SOPs \n"
+"ou à ceux ayant un niveau d'accès de 10 ou plus en cas de \n"
+"suppression de protection pour soi-même."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Syntaxe: DEVOICE #canal [pseudo]\n"
+"\n"
+"Devoice le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès \n"
+"de 5 ou plus sur le canal, ou aux VOPs ou à ceux ayant un \n"
+"niveau d'accès de 3 ou plus en cas de devoice sur soi-même."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Syntaxe: DROP canal\n"
+"\n"
+"Efface le canal donné. Peut uniquement être utilisé par\n"
+"le propriétaire du canal."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Syntaxe: DROP canal\n"
+"\n"
+"Efface le canal nommé. Seuls les Services operators\n"
+"peuvent effacer un canal pour lequel ils n'ont\n"
+"pas été identifiés."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Syntaxe: DROP [nick]\n"
+"\n"
+"Efface votre pseudo de la base de données de %S. Un pseudo\n"
+"qui a été effacé est libre d'être réenregistré par\n"
+"n'importe qui.\n"
+"\n"
+"Vous pouvez effacer un pseudo de votre groupe en le mettant\n"
+"dans le paramètre nick.\n"
+"\n"
+"Pour utiliser cette commande, vous devez d'abord vous\n"
+"identifier avec votre mot de passe (/msg %S HELP \n"
+"IDENTIFY pour plus d'informations)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Syntaxe: DROP [pseudo]\n"
+"\n"
+"Sans paramètre, efface votre pseudo de la base de données\n"
+"de %S.\n"
+"\n"
+"Avec un paramètre, efface le pseudo donné de la base de\n"
+"données. Vous pouvez effacer n'importe quel pseudo de votre\n"
+"groupe sans privilège particulier. La possibilité \n"
+"d'effacer n'importe quel pseudo est cependant réservée aux \n"
+"Services Operators."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Syntax: EXCEPTION ADD [+échéance] mask limite raison\n"
+" EXCEPTION DEL {mask | liste}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | liste]\n"
+" EXCEPTION VIEW [mask | liste]\n"
+"\n"
+"Permet aux Opérateurs Services de manipuler la liste des hôtes qui\n"
+"ont des limites de sessions spécifiques - autoriser certaines\n"
+"machines, telles que des serveurs de shell, pour supporter plus\n"
+"que le nombre de clients par défaut à la fois. Une fois qu'un\n"
+"hôte atteint sa limite de sessions, tous les clients essayant\n"
+"de se connecter à cet hôte seront déconnectés. Avant que\n"
+"l'utilisateur ne soit déconnecté, il est averti, par une\n"
+"/NOTICE de %S, de l'endroit où il pourra trouver de\n"
+"l'aide concernant la limitation de sessions. Le contenu de cette\n"
+"notice est une option de configuration.\n"
+"\n"
+"EXCEPTION ADD ajoute le masque donné à la liste des exceptions.\n"
+"Notez que les masques nick!user@host et user@host sont \n"
+"invalides! Seuls les masques d'hôtes réels, tels que box.host.dom \n"
+"et *.host.dom, sont autorisés parce que la limitation de sessions\n"
+"ne prend pas en compte le pseudo ou l'utilisateur. limit doit être un\n"
+"nombre supérieur ou égal à zéro. Ceci détermine combien de sessions\n"
+"sont supportées à la fois. Une valeur de zéro signifie que l'hôte\n"
+"n'a pas de limite de sessions. Consultez l'aide de AKILL pour\n"
+"les détails sur le format du paramètre optionnel échéance.\n"
+"EXCEPTION DEL supprime le masque donné de la liste des exceptions.\n"
+"EXCEPTION MOVE déplace l'exception num vers position. Les \n"
+"exceptions se trouvant au milieu seront déplacées vers le haut ou le\n"
+"bas pour combler le trou.\n"
+"EXCEPTION LIST et EXCEPTION VIEW montrent toutes les \n"
+"exceptions actuelles; si un masque optionnel est donné, la liste\n"
+"est limitée aux exceptions correspondantes au masque. La différence\n"
+"est que EXCEPTION VIEW est plus informative, puisqu'elle affiche\n"
+"également le pseudo de la personne qui a ajouté l'exception, sa \n"
+"limite de sessions, la raison, le masque ainsi que la date d'échéance.\n"
+"\n"
+"Notez qu'un client se connectant \"utilisera\" la première \n"
+"exception à laquelle son hôte correspond. Les\n"
+"grandes listes d'exception et les exceptions utilisant\n"
+"excessivement les jokers entrainent une dégradation des\n"
+"performances des Services."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntaxe: FORBID canal [raison]\n"
+"\n"
+"Empêche toute personne d'enregistrer ou d'utiliser le\n"
+"canal donné. Peut être annulé en effacant le canal.\n"
+"\n"
+"Une raison peut être requise sur certains réseaux."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Syntaxe: FORBID nick [raison]\n"
+"\n"
+"Empêche un pseudo d'être enregistré ou utilisé par \n"
+"quelqu'un. Peut être annulé en effaçant le pseudo.\n"
+"\n"
+"Sur certains réseaux, une raison est requise."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Retourne la liste des pseudos enregistrés avec l'E-mail donnée.\n"
+"Note vous ne pouvez pas utiliser de jokers pour plusieurs\n"
+"\tpseudos. \n"
+"\tLorsque cette commande est utilisée, un message incluant\n"
+"\tle pseudo de la personne qui a utilisé la commande et\n"
+"\tpour quelle E-mail a été formulée la commande est ajouté\n"
+"\tdans les logs."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Syntaxe: GETKEY canal\n"
+"\n"
+"Retourne la clef du canal donné."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Syntaxe: GETPASS canal\n"
+"\n"
+"Retourne le mot de passe du canal donné. Notez que\n"
+"lorsque cette commande est utilisée, un message comprenant\n"
+"la personne qui a utilisé cette commande et le canal\n"
+"pour lequel elle a été utilisée sera journalisée et envoyée en\n"
+"un WALLOPS/GLOBOPS."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Syntaxe: GETPASS nick\n"
+"\n"
+"Retourne le mot de passe du pseudo donné. Notez que pour\n"
+"chaque utilisation de cette commande, un message comprenant\n"
+"la personne qui a émis la commande et le pseudo sur lequel\n"
+"il a été utilisé sera enregistré et envoyé en WALLOPS/GLOBOPS.\n"
+"\n"
+"Cette commande est indisponible quand le cryptafe est activé."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntaxe: GHOST pseudo [motdepasse]\n"
+"\n"
+"Arrête une session IRC \"fantôme\" utilisant votre pseudo. Une\n"
+"session \"fantôme\" est un utilisateur non connecté \n"
+"actuellement, mais dont le serveur IRC croit qu'il l'est\n"
+"toujours pour une raison ou une autre. Habituellement,\n"
+"ceci arrive lorsque votre ordinateur plante ou que votre connexion\n"
+"à Internet s'arrête lorsque vous êtes sur IRC.\n"
+"\n"
+"Pour utiliser la commande GHOST pour un pseudo, l'adresse\n"
+"telle qu'elle est montrée dans un /WHOIS doit être sur la\n"
+"liste d'accès du pseudo, ou vous devez fournir le mot de passe\n"
+"correct pour le pseudo."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Syntaxe: GLIST\n"
+"\n"
+"Liste tous les pseudos dans votre groupe."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntaxe: GLIST [nick]\n"
+"\n"
+"Sans paramètre, liste tous les pseudos qui sont dans\n"
+"votre groupe.\n"
+"\n"
+"Avec un paramètre, liste tous les pseudos qui sont dans\n"
+"le groupe du pseudo donné.\n"
+"Cette utilisation est limitée aux administrateurs des \n"
+"Services."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Syntaxe: GLOBAL message\n"
+"\n"
+"Permet aux Administrateurs d'envoyer des messages à tous\n"
+"les utilisateurs du réseau. Le message sera envoyé avec\n"
+"le pseudo %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntaxe: GROUP\n"
+"Permet d'enregistrer le vHost du pseudo actuellement\n"
+"utilisé pour tous les pseudos du groupe. "
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Syntaxe: GROUP cible motdepasse\n"
+"\n"
+"Cette commande joint votre pseudo au groupe du pseudo cible.\n"
+"motdepasse est le mot de passe du pseudo cible.\n"
+"\n"
+"Joindre un groupe vous permettra de partager votre configuration,\n"
+"vos mémos et vos privilèges de canal avec tous les pseudos\n"
+"du groupe, et bien plus encore!\n"
+" \n"
+"Un groupe existe tant qu'il est utile. Cela signifie que même\n"
+"si un des pseudos du groupe est effacé, les éléments partagés\n"
+"sus-nommés sont conservés pour peu qu'il reste d'autres pseudos\n"
+"dans le groupe.\n"
+"\n"
+"Il est préférable d'utiliser cette commande avec un pseudo\n"
+"non enregistré puisqu'il sera automatiquement enregistré\n"
+"lorsque vous utiliserez cette commande. Vous pouvez l'utiliser\n"
+"avec un pseudo enregistré (pour changer votre groupe) uniquement\n"
+"si vos administrateurs l'autorisent. (/msg %S HELP IDENTIFY \n"
+"pour plus d'informations).\n"
+"\n"
+"Vous ne pouvez être que dans un groupe à la fois. La fusion\n"
+"de groupes n'est pas possible.\n"
+"\n"
+"Note: tous les pseudos du groupe ont le même mot de passe."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Syntaxe: HALFOP #canal [pseudo]\n"
+"\n"
+"HalfOP le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès \n"
+"de 5 ou plus sur le canal, ou aux HOPs ou à ceux ayant un \n"
+"niveau d'accès de 4 ou plus en cas de HalfOP sur soi-même."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntaxe: HOP canal ADD pseudo\n"
+" HOP canal DEL {pseudo | liste d'entrées | liste}\n"
+" HOP canal LIST [masque | liste]\n"
+" HOP canal CLEAR\n"
+"\n"
+"Gère la liste des HOPs (HalfOPs) d'un canal. La liste des\n"
+"HOPs donne aux utilisateurs le droit de recevoir le \n"
+"statut de semi-opérateur automatiquement sur votre canal.\n"
+"\n"
+"La commande HOP ADD ajoute le pseudo donné à la liste des\n"
+"HOPs.\n"
+"\n"
+"La commande HOP DEL supprime le pseudo donné de\n"
+"la liste des HOPs. Si une liste de numéros d'entrées est \n"
+"donnée, ces entrées sont supprimées. (Consultez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande HOP LIST affiche la liste des HOPs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" HOP #canal LIST 2-5,7-9\n"
+" Liste toutes les entrées comprises entre 2 et 5 et\n"
+" entre 7 et 9.\n"
+"\n"
+"La commande HOP CLEAR supprime toutes les entrées\n"
+"de la liste des HOPs.\n"
+"\n"
+"Les commandes HOP ADD, HOP DEL et HOP LIST sont \n"
+"utilisables en étant AOP ou plus, alors que la commande \n"
+"HOP CLEAR ne peut être utilisée que par le propriétaire \n"
+"du canal.\n"
+"\n"
+"Cette commande peut avoir été désactivée pour votre canal,\n"
+"et vous devrez dans ce cas utiliser la liste d'accès. Tapez\n"
+"/msg %S HELP ACCESS pour savoir comment utiliser la liste\n"
+"d'accès, et /msg %S HELP SET XOP pour savoir comment \n"
+"passer du système de liste d'accès à celui de liste des xOPs."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Syntaxe: IDENTIFY [account] motdepasse\n"
+"\n"
+"Informe %S que vous êtes vraiment le propriétaire de\n"
+"ce pseudo. Beaucoup de commandes nécessitent que vous soyez\n"
+"identifié avec cette commande avant de les utiliser. Le\n"
+"mot de passe est celui que vous avez donné avec la commande \n"
+"REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"Permet aux Opérateurs Services de faire en sorte que Services\n"
+"ignore un pseudo ou un masque pour un certain temps ou jusqu'au\n"
+"prochain redémarrage. Le format par défaut pour la durée est en\n"
+"secondes. Vous pouvez toutefois le définir différemment.\n"
+"Les unités valides sont: s pour secondes, m pour minutes, \n"
+"h pour heures et d for jours.\n"
+"Combiner ces unités n'est pas permis. Pour ignorer cet utilisateur\n"
+"de façon permanente, indiquez un temps égal à zéro.\n"
+"Pour ajouter un masque, vous devez le définir au format user@host\n"
+"ou nick!user@host, n'importe quoi d'autre sera considéré comme un\n"
+"pseudo.Les jokers sont autorisés.\n"
+"\n"
+"L'ignorance ne fonctionnera pas sur les OPERateurs IRC."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Syntaxe: INFO canal\n"
+"\n"
+"Liste les informations concernant le canal enregistré cité,\n"
+"dont son propriétaire, la date d'enregistrement,\n"
+"la date de dernière utilisation, la description, et\n"
+"les modes bloqués, s'il y en a. Si ALL est donné, le \n"
+"message d'entrée et le successeur seront également affichés.\n"
+"\n"
+"Par défaut, l'option ALL est limitée à ceux ayant un accès \n"
+"de propriétaire sur le canal."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Syntaxe: INFO pseudo\n"
+"\n"
+"Affiche des informations sur le pseudo donné, telles que\n"
+"le propriétaire du pseudo, l'adresse avec laquelle il était\n"
+"connecté pour la dernière fois, et les options du pseudo. Si\n"
+"vous êtes identifié pour le pseudo pour lequel vous demandez\n"
+"des informations et que ALL est spécifié, toutes\n"
+"les informations seront affichées, qu'elles soient cachées\n"
+"ou non."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Syntaxe: INFO [canal]\n"
+"\n"
+"Affiche des informations sur le nombre de mémos que vous\n"
+"avez, combien sont non lus, et combien de mémos vous pouvez\n"
+"recevoir au total. Avec un paramètre, affiche la même\n"
+"information pour le canal donné."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Syntaxe: INFO [pseudo | canal]\n"
+"\n"
+"Sans paramètre, affiche les informations sur le nombre\n"
+"de mémos que vous avez, combien sont non lus, et combien\n"
+"de mémos vous pouvez recevoir au total.\n"
+"\n"
+"Avec un paramètre de canal, affiche la même information\n"
+"pour le canal donné.\n"
+"\n"
+"Avec un paramètre de pseudo, affiche la même information \n"
+"pour le pseudo donné. Cette utilisation réservée aux Services\n"
+"admins."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Syntax: INFO {canal | pseudo}\n"
+"\n"
+"Vous permet de voir les informations %S pour un canal\n"
+"ou un bot. Si le paramètre est un canal, vous verrez\n"
+"des informations sur le canal tels que les kickers\n"
+"actifs. Si le paramètre est un pseudo, vous verrez des\n"
+"informations à propos d'un bot, comme le temps de\n"
+"création ou le nombre de canaux auxquels il a été\n"
+"attribué."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntaxe: INVITE canal\n"
+"\n"
+"Demande à %S de vous inviter sur le canal donné. \n"
+"\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau \n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Syntaxe: JUPE serveur [raison]\n"
+"\n"
+"Demande aux Services de juper un serveur -- c'est à dire,\n"
+"créer un faux serveur connecté aux Services ce qui empêche\n"
+"le vrai serveur ayant ce nom de se connecter. Le jupe peut\n"
+"être enlevé en utilisant un SQUIT normal. Si une raison\n"
+"est donnée, elle est placée dans le champ d'information du\n"
+"serveur, sinon, l'information du serveur contiendra le \n"
+"texte \"Juped by <pseudo>\", laissant apparaître le pseudo\n"
+"de la personne qui a \"jupé\" le serveur."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntaxe: KICK #canal pseudo [raison]\n"
+"\n"
+"Kicke le pseudo sélectionné sur un canal.\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau \n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK #canal BADWORDS {ON|OFF} [ttb]\n"
+"Active ou désactive le kicker de mots interdits. \n"
+"Quand elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui disent certains mots \n"
+"sur le canal.\n"
+"Vous pouvez définir les mots interdits pour votre\n"
+"channel en utilisant la commande BADWORDS. Tapez\n"
+"/msg %S HELP BADWORDS pour plus d'informations.\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK #canal REPEAT {ON|OFF} [ttb [num]]\n"
+"Active ou désactive le kicker de répétitions. Quand \n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui se répètent num fois\n"
+"(si num n'est pas donné, la valeur par défaut est 3).\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntaxe: KICK canal option paramètres\n"
+"\n"
+"Configure les kickers du bot. option peut etre:\n"
+"\n"
+" BOLDS Détermine si le bot kicke les\n"
+" caractères gras\n"
+" BADWORDS Détermine si le bot kicke les mots \n"
+" interdits\n"
+" CAPS Détermine si le bot kicke les majuscules\n"
+" COLORS Détermine si le bot kicke les couleurs\n"
+" FLOOD Détermine si le bot kicke les utilisateurs\n"
+" qui floodent\n"
+" REPEAT Détermine si le bot kicke les répétitions\n"
+" REVERSES Détermine si le bot kicke les reverses\n"
+" UNDERLINES Détermine si le bot kicke les caractères\n"
+" soulignés\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Tapez /msg %S HELP KICK option pour plus d'informations\n"
+"sur une option en particulier."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Syntaxe: KICK canal utilisateur raison\n"
+"\n"
+"Permet au staff de kicker un utilisateur d'un canal.\n"
+"Les paramètres sont les mêmes que pour la commande /KICK\n"
+"normale. Le message de kick sera préfixé du pseudo de\n"
+"l'IRCop ayant utilisé la commande KICK, par exemple:\n"
+"\n"
+"*** SpamMan a été kické du canal #canal par %S (Alcan (Flood))\n"
+"\n"
+"Réservé aux Services operators."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal BOLDS {ON|OFF} [ttb]\n"
+"Active ou désactive le kicker de caractères gras. Quand\n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui utilisent des \n"
+"caractères gras.\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Active ou désactive le kicker de majuscules. Quand \n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui parlent en MAJUSCULES\n"
+"sur le canal.\n"
+"Le bot ne kicke que s'il y a au minimum min majuscules\n"
+"et qu'elles constituent au moins percent%% de la\n"
+"ligne de texte entière (si ces paramètres ne sont pas\n"
+"donnés, les valeurs par défaut 10 caractères et 25%% \n"
+"seront utilisés).\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal COLORS {ON|OFF} [ttb]\n"
+"Active ou désactive le kicker de couleurs. Quand\n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui utilisent des \n"
+"couleurs.\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Active ou désactive le kicker de flood. Quand \n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui floodent le canal\n"
+"en utilisant au moins ln lignes en secs secondes\n"
+"(si ces paramètres ne sont pas donnés, les valeurs\n"
+"par défaut sont 6 lignes en 10 secondes).\n"
+"\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal REVERSES {ON|OFF} [ttb]\n"
+"Active ou désactive le kicker de reverses. Quand\n"
+"elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui utilisent des \n"
+"reverses.\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntaxe: KICK canal UNDERLINES {ON|OFF} [ttb]\n"
+"Active ou désactive le kicker de caractères soulignés. \n"
+"Quand elle est active, cette option demande au bot\n"
+"de kicker les utilisateurs qui utilisent des \n"
+"caractères soulignés.\n"
+"ttb est le nombre de fois qu'un utilisateur peut\n"
+"se faire kicker avant d'être banni. Ne donnez\n"
+"pas ttb ou mettez le à 0 pour désactiver le système\n"
+"de ban une fois activé."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Syntaxe: LEVELS canal SET type [level|FOUNDER]\n"
+" LEVELS canal {DIS | DISABLE} type\n"
+" LEVELS canal LIST\n"
+" LEVELS canal RESET\n"
+"\n"
+"La commande LEVELS permet un contrôle précis de la \n"
+"signification des niveaux d'accès utilisés pour les canaux.\n"
+"Avec cette commande, vous pouvez définir les niveaux d'accès\n"
+"requis pour la majorité des fonctions de %S. (Les commandes\n"
+"SET FOUNDER et SET PASSWORD, ainsi que cette commande,\n"
+"sont toujours réservées au propriétaire du canal.)\n"
+"\n"
+"LEVELS SET permet au niveaux d'accès pour une fonction ou un\n"
+"groupe de fonctions d'être changé. LEVELS DISABLE (ou DIS\n"
+"en abrégé) désactive une fonction automatique ou empêche l'accès\n"
+"à une fonction par quiconque sauf le propriétaire du canal.\n"
+"LEVELS LIST montre les niveaux actuels pour chaque fonction\n"
+"ou groupe de fonctions. LEVELS RESET réinitialise les niveaux\n"
+"avec les valeurs par défaut d'un canal fraichement créé \n"
+"(consultez HELP ACCESS LEVELS).\n"
+"Pour une liste de caractéristiques et fonctions pour lesquels\n"
+"des niveaux peuvent être définis, consultez HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntaxe: LIST [<clé>|<#X-Y>]\n"
+"Cette commande liste tous les vhosts enregistrés, si une clé\n"
+"est spécifiée, seuls les résultats contenant le pseudo ou\n"
+"le vhost seront affichés, par exemple : Rob* pour toutes les\n"
+"entrées contenant \"Rob\"\n"
+"Si le style #X-Y est utilisé, seules les entrées entre X et Y\n"
+"seront affichées, par exemple: #1-3 affichera les 3 premières\n"
+"entrées.\n"
+"\n"
+"La liste utilise la valeur de NSListMax pour une limite hard\n"
+"du nombre de résultats affichés en une fois.\n"
+"Limité aux Services opérateurs."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Syntaxe: LIST modèle\n"
+"\n"
+"Liste tous les canaux enregistrés correspondants au\n"
+"modèle donné. (Les canaux avec l'option PRIVATE ne\n"
+"sont pas listés.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Syntaxe: LIST modèle\n"
+"\n"
+"Liste tous les pseudos enregistrés qui correspondent\n"
+"au modèle donné, dans le format pseudo!user@host. Les\n"
+"pseudos avec l'option PRIVATE active ne seront pas\n"
+"affichés.\n"
+"\n"
+"Exemples:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Liste tous les pseudos appartenant à joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Liste tous les pseudos enregistrés avec Bot dans leurs\n"
+" noms (ne différencie pas minuscules et majuscules).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Liste tous les pseudos appartenant aux utilisateurs dans le\n"
+" domaine bar.org.\n"
+" "
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Syntaxe: LIST modèle\n"
+"\n"
+"Liste tous les canaux enregistrés correspondants au modèle\n"
+"donné. Les canaux avec l'option PRIVATE seront uniquement\n"
+"affichés aux Services operators. Les canaux ayant l'option \n"
+"NOEXPIRE seront préfixés par un ! pour les Services operators. \n"
+"\n"
+"Si les options FORBIDDEN ou NOEXPIRE sont données, seuls \n"
+"les canaux qui, respectivement, sont interdits ou ont l'option\n"
+"NOEXPIRE active seront affichés. Si plus options sont\n"
+"données, les deux types de canaux seront affichés. Ces options\n"
+"sont réservées aux Services operators."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Syntaxe: LIST modèle [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Liste tous les pseudos enregistrés qui correspondent au modèle\n"
+"donné, de format nick!user@host. Les pseudos ayant l'option\n"
+"PRIVATE ne seront affichés qu'aux Services operators. Les\n"
+"pseudos ayant l'option NOEXPIRE seront préfixés par un !\n"
+"devant leur pseudo pour les Services operators. \n"
+"\n"
+"Si les options FORBIDDEN, SUSPENDED, NOEXPIRE ou UNCONFIRMED sont données,\n"
+"les pseudos qui sont FORBID, SUSPENDED, NON CONFIRMÉ ou ont l'option\n"
+"NOEXPIRE seront affichés. Si plus options sont indiquées,\n"
+"tous les pseudos correspondants à un des critères seront affichés.\n"
+"Réservé aux Services operators. \n"
+"\n"
+"Exemples:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Liste tous les pseudos enregistrés appartenant à \n"
+" joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Liste tous les pseudos enregistrés ayant Bot dans\n"
+" leur nom (ne respecte pas les majuscules).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Liste tous les pseudos qui n'expireront pas."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntaxe: LIST [canal] [liste | NEW]\n"
+"\n"
+"Liste tous les mémos que vous avez actuellement. Avec NEW,\n"
+"liste uniquement les nouveaux mémos (non lus). Les mémos non\n"
+"lus sont marqués avec une \"*\" à gauche du numéro du mémo. Vous\n"
+"pouvez également spécifier une liste de numéros, comme dans\n"
+"l'exemple ci dessous:\n"
+" LIST 2-5,7-9\n"
+" Liste les mémos 2 à 5 et 7 à 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Syntaxe: LOGONNEWS ADD texte"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntaxe: LOGONNEWS ADD texte\n"
+" LOGONNEWS DEL {nombre | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edite ou affiche la liste de messages logon news. Lorsqu'un\n"
+"utilisateur se connecte au réseau, ces messages leur seront\n"
+"envoyés. (Cependant, pas plus de %d messages ne seront\n"
+"envoyés pour éviter le flood des utilisateurs. Si il y a\n"
+"plus de messages de news, seuls les plus récents seront envoyés.)\n"
+"NewsCount peut être configuré dans services.conf.\n"
+"\n"
+"LOGONNEWS ne peut être utilisé que pas les Opérateurs Services."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Syntaxe: LOGONNEWS DEL {num | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Syntaxe: LOGOUT\n"
+"\n"
+"Cette commande inverse l'effet de la commande IDENTIFY,\n"
+"c'est-à-dire qu'elle fait en sorte que vous ne soyez plus\n"
+"reconnu en tant que propriétaire réel du pseudo. Notez\n"
+"cependant que l'on ne vous demandera pas de vous réidentifier."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Syntaxe: LOGOUT [pseudo [REVALIDATE]]\n"
+"\n"
+"Sans paramètre, inverse l'effet de la commande IDENTIFY,\n"
+"c'est-à-dire qu'elle fait en sorte que vous ne soyez plus\n"
+"reconnu en tant que propriétaire réel du pseudo. Notez\n"
+"cependant que l'on ne vous demandera pas de vous réidentifier.\n"
+"\n"
+"Avec un paramètre, fait la même chose avec le pseudo donné. Si\n"
+"vous spécifiez également REVALIDATE, les Services demanderont\n"
+"au pseudo donné de se ré-identifier. Cette utilisation est \n"
+"réservée aux Services Operators."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntaxe: MODE canal modes\n"
+"\n"
+"Permet aux Services opérateurs de définir les modes d'un\n"
+"canal. Les paramètres sont les mêmes que pour la commande\n"
+"/MODE normale.\n"
+"\n"
+"Réservé aux Services operateurs."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntaxe: MODINFO Fichier\n"
+"Cette commande donne des informations sur un module chargé."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntaxe: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Liste les modules actuellement chargés."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntaxe: MODLOAD Fichier\n"
+"Cette commande charge le module depuis le fichier situé dans le répertoire\n"
+"des modules."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntaxe: MODUNLOAD Fichier\n"
+"Cette commande décharge le module depuis le fichier situé dans le "
+"répertoire\n"
+"des modules."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Syntaxe: NOOP SET serveur\n"
+" NOOP REVOKE serveur\n"
+"\n"
+"NOOP SET supprime toutes les O:lines du serveur\n"
+"donné et déconnecte tous les IRCops qui sont dessus\n"
+"actuellement pour les empêcher de rehasher le serveur\n"
+"(car cela annulerait les effets).\n"
+"\n"
+"NOOP REVOKE remet en place toutes les O:lines \n"
+"supprimées du serveur donné.\n"
+"\n"
+"Note: Le paramètre serveur n'est en aucun cas \n"
+"vérifié par les Services.\n"
+"Réservé aux administrateurs des Services."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntaxe: OFF\n"
+"Désactive le vhost que vous utilisez actuellement. L'utilisation\n"
+"de cette commande rendra visible votre IP."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntaxe: OLINE pseudo flags\n"
+"\n"
+"Permet de mettre un OperFlag à un utilisateur.\n"
+"Préfixes: \"+\" et \"-\". Pour tout supprimer, spécifiez \"-\""
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntaxe: ON\n"
+"Active le vhost actuellement configuré pour ce pseudo.\n"
+"Vous verrez ce vhost dans votre /whois à la place de\n"
+"votre host actuel."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntaxe: OP #canal [pseudo]\n"
+"\n"
+"OP le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau\n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Syntaxe: OPERNEWS ADD texte"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntaxe: OPERNEWS ADD texte\n"
+" OPERNEWS DEL {nombre | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edite ou affiche la liste des messages OPER news. Quand un\n"
+"utilisateur utilise la commande /OPER, ces messages lui seront\n"
+"envoyés. (Cependant, pas plus de %d messages seront \n"
+"envoyés afin de ne pas flooder l'utilisateur. Si il y a plus de \n"
+"messages news, seuls les plus récents seront envoyés.)\n"
+"NewsCount peut être configuré dans services.conf.\n"
+"\n"
+"OPERNEWS ne peut être utilisé que pas les Opérateurs Services."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Syntaxe: OPERNEWS DEL {num | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntaxe: OWNER #canal\n"
+"\n"
+"Vous donne le statut de propriétaire sur le canal donné. \n"
+"\n"
+"Limité à ceux ayant un accès de propriétaire sur le canal."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Syntaxe: PROTECT #canal [pseudo]\n"
+"\n"
+"Protège le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, vous protègera sur le canal donné.\n"
+"\n"
+"Par défaut, limité au propriétaire du canal, ou aux SOPs \n"
+"ou à ceux ayant un niveau d'accès de 10 ou plus en cas de \n"
+"protection de soi-même."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Syntaxe: QUIT\n"
+"\n"
+"Provoque un arrêt immédiat des Services, les bases de données\n"
+"ne sont pas sauvegardées. Cette commande ne devrait pas être\n"
+"utilisée à moins que des dommages dans la copie en mémoire des\n"
+"bases de données ne soient soupçonnés. Pour des arrêts normaux,\n"
+"utilisez la commande SHUTDOWN."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Syntaxe: RANDOMNEWS ADD texte"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Syntaxe: RANDOMNEWS ADD texte\n"
+" RANDOMNEWS DEL {nombre | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Edite ou affiche la liste des nouvelles aléatoires. Lorsqu'un\n"
+"utilisateur se connecte au réseau, une (et une seule) de ces\n"
+"nouvelles sera choisie et lui sera envoyée.\n"
+"\n"
+"RANDOMNEWS ne peut être utilisé que pas les Opérateurs Services."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Syntaxe: RANDOMNEWS DEL {num | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntaxe: READ [canal] {nombre | liste | LAST | NEW}\n"
+"\n"
+"Vous envoie le texte des mémos spécifiés. Si LAST est donné,\n"
+"vous envoie le dernier mémo reçu. Si NEW est donné, vous\n"
+"envoie tous vos nouveaux mémos. Sinon, vous envoie le mémo\n"
+"numéro nombre. Vous pouvez également donner une liste\n"
+"de nombres, comme dans cet exemple:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Affiche les mémos 2 à 5 et 7 à 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntaxe: RECOVER pseudo [motdepasse]\n"
+"\n"
+"Vous permet de récupérer votre pseudo si quelqu'un d'autre\n"
+"l'a pris. C'est équivalent à ce que %S fait \n"
+"automatiquement si quelqu'un essaie d'utiliser un pseudo\n"
+"protégé par SET KILL.\n"
+"\n"
+"Quand vous utilisez cette commande, %S connectera un faux\n"
+"utilisateur avec le même pseudo que l'utilisateur dont\n"
+"vous essayez de récupérer le pseudo. Cela provoque la déconnexion\n"
+"par les serveurs IRC de l'autre utilisateur. Ce faux utilisateur\n"
+"restera connecté pendant %s pour s'assurer que l'autre\n"
+"utilisateur ne se reconnecte pas immédiatement. Après ce\n"
+"temps, vous pouvez reprendre votre pseudo. Alternativement,\n"
+"utilisez la commande RELEASE (/msg %S HELP RELEASE) pour\n"
+"reprendre votre pseudo plus tôt.\n"
+"\n"
+"Pour utiliser la commande RECOVER pour un pseudo, l'adresse\n"
+"telle qu'elle est montrée dans un /WHOIS doit être sur la\n"
+"liste d'accès du pseudo, vous devez être identifié et dans\n"
+"le groupe du pseudo, ou vous devez fournir le mot de passe\n"
+"correct du pseudo."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Syntaxe: REGISTER canal description\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Syntaxe: REGISTER motdepasse [email]\n"
+"\n"
+"Enregistre votre pseudo dans la base de données de %S. Une fois\n"
+"que votre pseudo est enregistré, vous pouvez utiliser les\n"
+"commandes SET et ACCESS pour configurer votre pseudo comme\n"
+"vous le souhaitez. Rappelez-vous bien du mot de passe utilisé\n"
+"pendant l'enregistrement - vous en aurez besoin pour effectuer\n"
+"des changements sur votre pseudo plus tard. (Notez que ANOPE, \n"
+"Anope, et anope sont tous des mots de passe différents!)\n"
+"\n"
+"Conseils pour choisir un mot de passe:\n"
+"\n"
+"Les mots de passe ne doivent pas être trop facilement\n"
+"devinables. Par exemple, utiliser votre vrai nom comme\n"
+"mot de passe est une mauvaise idée. Utiliser votre pseudo\n"
+"comme mot de passe est une idée encore pire ;) et, en\n"
+"fait, %S ne le permettra pas. De même, les mots de passe\n"
+"courts sont vulnérables aux recherches méthodiques,\n"
+"donc vous devez choisir un mot de passe d'au moins \n"
+"5 caractères. Le caractère espace ne peut pas être \n"
+"utilisé dans les mots de passe.\n"
+"\n"
+"Le paramètre email est optionnel et permet de définir\n"
+"une e-mail immédiatement. Toutefois, elle peut être obligatoire\n"
+"sur certains réseaux.\n"
+"Votre vie privée est respectée, cette e-mail ne sera pas \n"
+"divulguée à des tierces personnes.\n"
+"\n"
+"Cette commande crée également un nouveau groupe pour votre\n"
+"pseudo. Celui-ci vous permettra plus tard d'enregistrer\n"
+"d'autres pseudos en bénéficiant de la même configuration,\n"
+"du même jeu de mémos, et des même privilèges sur vos\n"
+"canaux. Pour plus d'informations sur cette fonction, \n"
+"tapez /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntaxe: RELEASE pseudo [motdepasse]\n"
+"\n"
+"Ordonne à %S de supprimer toute tutelle sur votre pseudo\n"
+"provoquée par la protection de SET KILL ou \n"
+"l'utilisation de la commande RECOVER. Par défaut, les\n"
+"tutelles durent %s, cette commande les arrête plus tôt.\n"
+"\n"
+"Pour utiliser la commande RELEASE pour un pseudo, l'adresse\n"
+"telle qu'elle est montrée dans un /WHOIS doit être sur la\n"
+"liste d'accès du pseudo, vous devez être identifié et dans\n"
+"le groupe du pseudo, ou vous devez fournir le mot de passe\n"
+"correct du pseudo."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Syntaxe: RELOAD\n"
+"\n"
+"Provoque le rechargement du fichier de configuration des\n"
+"Services. Notez que certaines directives demandent tout\n"
+"de même le redémarrage des Services pour prendre effet\n"
+"(comme le nom des services, l'activation de la limite\n"
+"de sessions, etc.)"
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"Cette commande envoie à nouveau le code d'authentification\n"
+"( aussi appelé passcode) à l'adresse E-mail de l'utilisateur\n"
+"qui l'exécute."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Syntaxe: RESTART\n"
+"\n"
+"Provoque la sauvegarde de toutes les bases de données et\n"
+"le redémarrage des Services (c'est à dire qu'elle stoppe\n"
+"le programme et le relance immédiatement)."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntaxe: RSEND {pseudo | canal} texte\n"
+"\n"
+"Envoie un mémo au pseudo ou canal donné contenant le texte.\n"
+"Lorsque c'est envoyé à un pseudo, le destinataire recevra une notice\n"
+"l'avertissant de l'arrivée de nouveau(x) mémo(s). Le destinataire doit\n"
+"être un pseudo ou un canal enregistré.\n"
+"Une fois le mémo lu, un accusé de réception vous est automatiquement\n"
+"envoyé afin de vous prévenir que le mémo a été lu."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntaxe: SASET pseudo option parametres.\n"
+"\n"
+"Configure plusieurs options sur un pseudo. option doit être l'une ci-"
+"dessous:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Définit si le pseudo donné doit être automatiquement désigné OP.\n"
+"Positionnez sur ON pour\tpermettre à ChanServ de le faire quand\n"
+"vous il entre dans un canal."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntaxe: SASET pseudo DISPLAY nouvel-affichage\n"
+"\n"
+"Change l'affichage utilisé pour nommer le groupe du\n"
+"pseudo dans les Services. Le nouvel affichage DOIT être un\n"
+"pseudo de votre groupe."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntaxe: SASET pseudo EMAIL adresse-email\n"
+"\n"
+"Associe l'E-mail donnée au pseudo."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntaxe: SASET pseudo GREET message\n"
+"\n"
+"Définit un message d'accueil au pseudo, qui sera\n"
+"affiché lorsqu'il rejoint un canal qui a l'option\n"
+"GREET active, à condition d'avoir un niveau d'accès\n"
+"suffisant."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntaxe: SASET pseudo HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Vous permet d'empêcher l'affichage de certaines parties\n"
+"des informations quand quelqu'un fait un %S INFO sur le pseudo\n"
+"donné. Vous pouvez cacher son adresse e-mail (EMAIL), masque\n"
+"user@host vu pour la dernière fois (USERMASK), et la dernière\n"
+"raison de /QUIT (QUIT). Le second paramètre indique si\n"
+"l'option doit être affichée (OFF) ou cachée (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntaxe: SASET pseudo KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Active ou désactive la protection automatique pour le pseudo donné.\n"
+"Avec la protection activée, si un autre utilisateur essaie de \n"
+"prendre son pseudo, il aura une minute pour changer de pseudo,\n"
+"après quoi son pseudo sera changé de force par %S.\n"
+"\n"
+"Si vous sélectionnez QUICK, l'utilisateur aura seulement 20\n"
+"secondes pour changer de pseudo au lieu des 60 habituelles. Si\n"
+"vous sélectionnez IMMED, l'utilisateur verra son pseudo changé\n"
+"immédiatement sans être d'abord prévenu et sans avoir de chance\n"
+"pour changer son pseudo, n'utilisez cette option que si nécessaire.\n"
+"Les administrateurs de votre réseau peuvent avoir désactivé cette option."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Modifie la langue utilisée par Services quand il envoie des messages\n"
+"à nickname (par exemple, quand ils répondent à une commande qu'il\n"
+"a envoyé).\n"
+"number doit être choisi dans la liste des langues supportées que\n"
+"vous pouvez obtenir en tapant /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntaxe: SASET pseudo MSG {ON | OFF}\n"
+"\n"
+"Vous permet de choisir la façon dont les Services communiquent avec\n"
+"le pseudo donné. Si cette option est activée, ils utiliseront des\n"
+"messages, sinon ils utiliseront des notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntaxe: SASET pseudo NOEXPIRE {ON | OFF}\n"
+"\n"
+"Permet d'activer le mode NOEXPIRE au pseudo donné.\n"
+"Configurez ce paramètre sur ON pour que le \n"
+"pseudo n'expire pas."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntaxe: SASET pseudo PASSWORD nouveau-mot-de-passe\n"
+"\n"
+"Change le mot de passe utilisé pour s'identifier comme propiétaire\n"
+"du pseudo."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntaxe: SASET pseudo PRIVATE {ON | OFF}\n"
+"\n"
+"Active ou désactive le mode privé de %S du pseudo donné.\n"
+"Si le mode privé est actif, son pseudo n'apparaitra pas\n"
+"dans les listes de pseudos générées par la commande LIST\n"
+"de %S. (Cependant, quiconque connaissant son pseudo peut\n"
+"tout de même avoir des informations en utilisant\n"
+"la commande INFO)."
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntaxe: SASET pseudo SECURE {ON | OFF}\n"
+"\n"
+"Active ou désactive la sécurité de %S pour le pseudo donné.\n"
+"Si la sécurité est active, il devra obligatoirement\n"
+"entrer son mot de passe pour être reconnu en tant que\n"
+"propriétaire du pseudo, que son masque soit dans la liste d'accès\n"
+"ou non. Cependant, si vous êtes sur la liste d'accès, %S ignorera\n"
+"la configuration de la protection offerte par SET KILL."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Syntaxe: SAY canal texte\n"
+"\n"
+"Fait dire au bot le texte donné sur le canal donné."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Syntaxe: SEND {pseudo | canal} texte du memo\n"
+"\n"
+"Envoie un mémo au pseudo ou canal nommé contenant\n"
+"texte du mémo. En envoyant à un pseudo, le destinataire\n"
+"sera informé qu'il/elle a reçu un nouveau mémo. Le pseudo/canal\n"
+"destinataire doit être enregistré."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntaxe: SENDALL texte\n"
+"Envoie un mémo à tous les pseudos enregistrés contenant le texte."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Syntaxe: SENDPASS pseudo\n"
+"\n"
+"Envoie le mot de passe du pseudo donné à l'adresse e-mail \n"
+"qui a été définie pour ce pseudo. Cette commande est très\n"
+"utile pour régler les problèmes de mots de passe perdus.\n"
+"\n"
+"Peut être limité aux Opérateurs IRC sur certains\n"
+"réseaux."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Syntax: SESSION LIST minimal\n"
+" SESSION VIEW host\n"
+"\n"
+"Permet aux Opérateurs Services de voir la liste des sessions.\n"
+"\n"
+"SESSION LIST liste les hôtes ayant au minimum minimal\n"
+"sessions. La limite minimale doit être un nombre supérieur à\n"
+"1. Ceci pour prévenir d'un listing accidentel d'un large\n"
+"nombre d'hôtes à session unique.\n"
+"SESSION VIEW affiche des informations détaillées sur une\n"
+"hôte spécifique - comprenant le nombre de sessions actuelles\n"
+"ainsi que la limite de sessions. La valeur host ne doit\n"
+"pas contenir de joker.\n"
+" \n"
+"Consultez l'aide de EXCEPTION pour plus d'informations \n"
+"concernant la limitation et comment définir les limites de\n"
+"sessions pour certains hôtes et groupes."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntaxe: SET <pseudo> <hostmask>.\n"
+"Configure le vhost donné pour le pseudo indiqué.\n"
+"Si le serveur IRC supporte la modification de l'ident, utilisez\n"
+"SET <nick> <ident>@<hostmask>\n"
+"Limité aux Services Opérateurs."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntaxe: SET canal option paramètres\n"
+"\n"
+"Configure les options du bot. option peut être:\n"
+"\n"
+" DONTKICKOPS Pour protéger les OPs des kicks du bot\n"
+" DONTKICKVOICES Pour protéger les Voices des kicks du bot\n"
+" FANTASY Active les commandes fantaisistes\n"
+" GREET Active les messages d'accueil\n"
+" SYMBIOSIS Permet au bot d'agir comme un vrai bot\n"
+"\n"
+"Tapez /msg %S HELP SET option pour plus d'infos\n"
+"sur une option spécifique."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Syntaxe: SET nick-du-bot PRIVATE {ON|OFF}\n"
+"\n"
+"Cette option empêche un bot d'être attribué à un\n"
+"canal par des utilisateurs qui ne sont pas OPérateurs\n"
+"IRC.\n"
+"\n"
+"Réservé aux administrateurs des services."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntaxe: SET canal option paramètres\n"
+"\n"
+"Permet au propriétaire du canal de configurer diverses options\n"
+"du canal et d'autres informations.\n"
+"\n"
+"Options disponibles:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntaxe: SET canal DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Active ou désactive la protection des OPs sur un \n"
+"canal. Quand elle est active, cette option empêche\n"
+"le bot de kicker les OPs même s'ils sont en-deçà\n"
+"du niveau NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntaxe: SET canal DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Active ou désactive la protection des Voices sur un \n"
+"canal. Quand elle est active, cette option empêche\n"
+"le bot de kicker les Voices même s'ils sont en-deçà\n"
+"du niveau NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Syntaxe: SET canal FANTASY {ON|OFF}\n"
+"\n"
+"Active ou désactive le mode fantaisie sur un\n"
+"canal. Quand elle est active, cette option\n"
+"permet aux utilisateurs d'utiliser les commandes\n"
+"!op, !deop, !voice, !devoice, !kick, !kb, !unban \n"
+"et !seen sur un canal (trouvez comment les utiliser; \n"
+"essayez avec ou sans pseudo pour chacune, et avec \n"
+"une raison pour certaines).\n"
+"\n"
+"Notez que les utilisateurs souhaitant utiliser\n"
+"les commandes fantaisistes DOIVENT avoir\n"
+"suffisamment d'accès pour les niveaux FANTASIA\n"
+"et un autre niveau qui dépend de la commande\n"
+"(par exemple, pour utiliser !op, un utilisateur\n"
+"doit avoir suffisamment de permissions pour le\n"
+"niveau OP/DEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Syntaxe: SET canal GREET {ON|OFF}\n"
+"\n"
+"Active ou désactive le mode message d'accueil\n"
+"sur un canal. Quand elle est active, cette option\n"
+"fait afficher au bot le message d'accueil de chaque\n"
+"utilisateur qui a un accès suffisant au canal."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Syntaxe: SET canal NOBOT {ON|OFF}\n"
+"\n"
+"Cette option empêche un bot d'être attribué au canal.\n"
+"Si un bot est déjà attribué, il est enlevé automatiquement\n"
+"quand vous activez l'option.\n"
+"\n"
+"Réservé aux administrateurs des services."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Syntaxe: SET canal NOEXPIRE {ON | OFF}\n"
+"\n"
+"Définit si le canal donné expirera. Mettre ceci sur ON\n"
+"empêche le canal d'expirer."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Syntax: SET canal SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Active ou désactive la symbiose sur un canal.\n"
+"Quand elle est active, cette option fait faire\n"
+"au bot tout ce qui est normalement effectué\n"
+"par %s sur les canaux, tels que les MODEs,\n"
+"les KICKs, et même le message d'entrée."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntaxe: SET option paramètres\n"
+"\n"
+"Configure diverses options du pseudo. option peut être:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Syntaxe: SET option paramètres\n"
+"\n"
+"Définit plusieurs options de mémo. option peut être:\n"
+"\n"
+" NOTIFY Définit si vous serez notifiés de vos\n"
+" nouveaux mémos (seulement pour les \n"
+" pseudos)\n"
+" LIMIT Définit le nombre de mémos maximum que \n"
+" vous pouvez recevoir\n"
+"\n"
+"Tapez /msg %S HELP SET option pour plus \n"
+"d'informations sur une option spécifique."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Syntaxe: SET option valeur\n"
+"\n"
+"Contrôle différentes options globales aux Services. \n"
+"Les noms des options actuelles sont:\n"
+"\n"
+" READONLY Active ou désactive le mode lecture-seule.\n"
+" LOGCHAN Report des logs sur un canal\n"
+" DEBUG Active ou désactive le mode de déboguage\n"
+" NOEXPIRE Active ou désactive le mode sans expiration\n"
+" SUPERADMIN Active ou désactive le mode super-admin\n"
+" IGNORE Active ou désactive le mode ignore\n"
+" LIST Liste les options"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Définit si vous voulez être automatiquement désigné OP.\n"
+"Positionnez sur ON pour\tpermettre à ChanServ de le faire quand\n"
+"vous entrez dans un canal."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Syntaxe: SET DEBUG {ON | OFF | nombre}\n"
+"\n"
+"Active ou désactive le mode debug. Dans le mode debug toutes\n"
+"les données envoyées vers et par les Services ainsi qu'un bon\n"
+"nombre d'autres messages de déboguage sont écrits dans le \n"
+"fichier de log. Si nombre est donné, le mode debug est activé,\n"
+"avec le niveau de déboguage équivalent à nombre.\n"
+"\n"
+"Cette option est équivalente à l'option de la ligne de commande\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Syntaxe: SET DISPLAY nouvel-affichage\n"
+"\n"
+"Change l'affichage utilisé pour nommer votre groupe de\n"
+"pseudos dans les Services. Le nouvel affichage DOIT être un\n"
+"pseudo de votre groupe."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Syntaxe: SET EMAIL adresse\n"
+"\n"
+"Associe l'e-mail donnée avec votre pseudo. L'email\n"
+"sera affichée lorsque quelqu'un demandera des informations \n"
+"sur votre pseudo avec la commande INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Syntaxe: SET GREET message\n"
+"\n"
+"Définit un message d'accueil pour votre pseudo, qui sera\n"
+"affiché lorsque vous joignez un canal qui a l'option\n"
+"GREET active, à condition d'avoir un niveau d'accès\n"
+"suffisant."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntaxe: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Vous permet d'empêcher l'affichage de certaines parties\n"
+"des informations quand quelqu'un fait un %S INFO sur votre\n"
+"pseudo. Vous pouvez cacher votre adresse e-mail (EMAIL), masque\n"
+"user@host vu pour la dernière fois (USERMASK), et la dernière\n"
+"raison de /QUIT (QUIT). Le second paramètre indique si \n"
+"l'option doit être affichée (OFF) ou cachée (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntaxe: SET IGNORE {ON | OFF}\n"
+"Activer ou désactiver cette option pour l'utilisation de l'ignore."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntaxe: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Active ou désactive la protection automatique\n"
+"pour votre pseudo. Avec la protection activée, si\n"
+"un autre utilisateur essaie de prendre votre pseudo, il aura\n"
+"une minute pour changer de pseudo, après quoi son pseudo sera\n"
+"changé de force par %S.\n"
+"\n"
+"Si vous sélectionnez QUICK, l'utilisateur aura seulement 20\n"
+"secondes pour changer de pseudo au lieu des 60 habituelles. Si\n"
+"vous sélectionnez IMMED, l'utilisateur verra son pseudo changé \n"
+"immédiatement sans être d'abord prévenu et sans avoir de chance\n"
+"pour changer son pseudo, n'utilisez cette option que si nécessaire.\n"
+"Les administrateurs de votre réseau peuvent avoir désactivé cette option."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Syntaxe: SET LANGUAGE nombre\n"
+"\n"
+"Change la langue utilisée par les Services lorsqu'ils vous\n"
+"envoient un message (par exemple, quand ils répondent à une\n"
+"commande que vous avez envoyé). nombre doit être choisi\n"
+"dans la liste suivante des langues supportées:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Syntaxe: SET LIMIT [canal] limite\n"
+"\n"
+"Définit le nombre maximum de mémos que vous (ou le canal\n"
+"donné) est autorisé à stocker. Si vous définissez ceci à 0,\n"
+"personne ne pourra vous envoyer de mémo. Cependant, vous\n"
+"ne pouvez pas définir la limite à plus de %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Syntaxe: SET LIMIT [utilisateur | canal] {limite | NONE} [HARD]\n"
+"\n"
+"Définit le nombre maximum de mémos qu'un utilisateur ou\n"
+"un canal est autorisé à stocker. Définir la limite à 0\n"
+"empêche l'utilisateur de recevoir des mémos, définir ceci\n"
+"à NONE permet à l'utilisateur de recevoir et garder\n"
+"autant de mémos qu'il souhaite. Si vous ne donnez pas de\n"
+"pseudo ou de canal, votre définnissez votre propre limite.\n"
+"\n"
+"Ajouter HARD empêche l'utilisateur de changer cette limite.\n"
+"Ne pas ajouter HARD a l'effet inverse, permettant à \n"
+"l'utilisateur de changer cette limite (même si une limite\n"
+"antérieure a été définie avec HARD).\n"
+"\n"
+"Cette utilisation de la commande SET LIMIT est réservée aux\n"
+"Services operators. Les autres utilisateurs peuvent uniquement\n"
+"entrer une limite pour eux-mêmes ou un canal sur lequel ils\n"
+"ont les privilèges requis, ne peuvent supprimer %d limite, et\n"
+"ne peuvent définir de limite stricte."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntaxe: SET LIST\n"
+"Afficher diverses options à propos de %S"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntaxe: SET LOGCHAN {ON | OFF}\n"
+"Permet d'envoyer les logs sur un canal en plus d'écrire dans le\n"
+"fichier de log. LogChannel doit être défini dans le fichier\n"
+"de configuration des services.\n"
+"\n"
+"Cette option est équivalente à l'option de la ligne de commande\n"
+"-logchan.\n"
+"\n"
+"Note: En mettant cette option sur OFF vous renforcerez la sécurité..."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Syntaxe: SET MSG {ON | OFF}\n"
+"\n"
+"Vous permet de choisir la façon dont les Services communiquent\n"
+"avec vous. Si cette option est activée, ils utiliseront des\n"
+"messages, sinon ils utiliseront des notices."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Syntaxe: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Active ou désactive le mode sans expiration. Dans le mode \n"
+"sans expiration, les pseudos, canaux, akills et exceptions \n"
+"n'expireront pas jusqu'à ce que l'option soit désactivée.\n"
+"\n"
+"Cette option est équivalente à l'option de la ligne de commande\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Syntaxe: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Définit à quel moment vous serez notifié de vos nouveaux\n"
+"mémos:\n"
+"\n"
+" ON Vous serez notifiés lorsque vous vous connectez,\n"
+" lorsque vous enlevez /AWAY, et quand ils vous\n"
+" sont envoyés.\t\n"
+" LOGON Vous serez uniquement notifiés des mémos lorsque\n"
+" vous vous connectez ou quand vous enlevez\n"
+" /AWAY.\n"
+" NEW Vous serez uniquement notifiés des mémos \n"
+" lorsqu'ils vous sont envoyés.\n"
+" MAIL Vous serez prévenu pour les mémos par E-mail quelques soient\n"
+"\t vos autres paramètres.\n"
+" NOMAIL Vous ne serez pas prévenu par E-mail.\n"
+" OFF Vous ne recevrez aucune notification.\n"
+"\n"
+"ON est la combinaison de LOGON et NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Syntaxe: SET PASSWORD nouveau-mot-de-passe\n"
+"\n"
+"Change le mot de passe utilisé pour vous identifier en tant\n"
+"que propriétaire du pseudo."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntaxe: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Active ou désactive le mode privé de %S de votre pseudo.\n"
+"Si le mode privé est actif, votre pseudo n'apparaitra pas\n"
+"dans les listes de pseudos générées par la commande LIST\n"
+"de %S. (Cependant, quiconque connaissant votre pseudo peut\n"
+"tout de même avoir des informations en utilisant\n"
+"la commande INFO)."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Syntaxe: SET READONLY {ON | OFF}\n"
+"\n"
+"Active ou désactive le mode lecture seule. Dans le mode \n"
+"lecture-seule, les utilisateurs normaux ne seront pas \n"
+"autorisés à modifier les données des Services, comprenant\n"
+"les access lists des canaux et pseudos, etc. Les IRCops\n"
+"ayant suffisamment de droits sur les Services pourront \n"
+"modifier l'AKILL list des Services et effacer ou interdire\n"
+"des pseudos et canaux, mais de tels changements ne seront\n"
+"pas sauvegardés à moins que le mode lecture-seule ne soit\n"
+"désactivé avant que les Services ne soient arrêtés ou\n"
+"relancés.\n"
+"\n"
+"Cette option est équivalente à l'option de la ligne de commande\n"
+"-readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntaxe: SET SECURE {ON | OFF}\n"
+"\n"
+"Active ou désactive la sécurité de %S pour votre pseudo.\n"
+"Si la sécurité est active, vous devrez obligatoirement\n"
+"entrer votre mot de passe pour être reconnu en tant que \n"
+"propriétaire du pseudo, que votre masque soit dans la liste d'accès\n"
+"ou non. Cependant, si vous êtes sur la liste d'accès, %S ignorera\n"
+"la configuration de la protection offerte par SET KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Vous permet d'avoir tous les privilèges comme le droit d'être reconnu\n"
+"\"founder\" de tous les canaux...\n"
+"Utilisation temporaire."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntaxe: SETALL <pseudo> <hostmask>.\n"
+"Configure le vhost pour tous les pseudos d'un même\n"
+"groupe.\tSi le serveur IRC supporte la modification de l'ident, utilisez\n"
+"SET <pseudo> <ident>@<hostmask>\n"
+"Limité aux Services Opérateurs."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Syntaxe: SHUTDOWN\n"
+"\n"
+"Provoque la sauvegarde de toutes les bases de données puis\n"
+"l'arrêt des Services."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Syntaxe: SNLINE ADD [+échéance] masque:raison\n"
+" SNLINE DEL {masque | numéro d'entrée | liste}\n"
+" SNLINE LIST [masque | liste]\n"
+" SNLINE VIEW [masque | liste]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Permet aux OPérateurs des Services de manipuler la liste\n"
+"de SNLINEs. Si un utilisateur ayant un vrai nom correspondant \n"
+"à un masque de SNLINE tente de se connecter, les Services ne\n"
+"lui permettront pas de continuer sa session IRC.\n"
+"\n"
+"SNLINE ADD ajoute le masque de vrai nom donné à la liste \n"
+"de SNLINEs pour la raison précisée (qui doit être donnée).\n"
+"échéance est un nombre entier suivi par un d (jours), h\n"
+"(heures), ou m (minutes). Les combinaisons (telles que\n"
+"1h30m) ne sont pas permises. Si l'unité n'est pas incluse,\n"
+"la valeur est en jours par défaut (donc +30 est équivalent\n"
+"à 30 jours). Pour ajouter une SNLINE qui n'expire pas, utilisez\n"
+"+0. Si le masque de vrai nom à ajouter commence par un +,\n"
+"une échéance doit être donnée, même si c'est la même que\n"
+"celle par défaut. L'échéance par défaut pour les SNLINEs peut \n"
+"être consultée par la commande STATS AKILL.\n"
+"Note: puisque le masque de vrai nom peut contenir des espaces,\n"
+"le séparateur entre lui et la raison est le signe deux points.\n"
+"\n"
+"La commande SNLINE DEL supprime le masque donné de la liste\n"
+"de SNLINEs s'il existe. Si une liste de numéros d'entrées\n"
+"est donnée, ces entrées sont supprimées. (Voyez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande SNLINE LIST affiche la liste des SNLINEs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Liste les entrées de la liste de SNLINEs numéro 2 à 5 \n"
+" et 7 à 9.\n"
+" \n"
+"SNLINE VIEW est une version plus détaillée de SNLINE LIST, \n"
+"et affichera par qui et quand a été ajoutée une SNLINE et\n"
+"sa date d'expiration, en plus du masque de vrai nom et de la \n"
+"raison. \n"
+"\n"
+"SNLINE CLEAR vide toutes les entrées de la liste de SNLINEs.\n"
+"\n"
+"Réservé aux OPérateurs des Services."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntaxe: SOP canal ADD pseudo\n"
+" SOP canal DEL {pseudo | liste d'entrées | liste}\n"
+" SOP canal LIST [masque | liste]\n"
+" SOP canal CLEAR\n"
+"\n"
+"Gère la liste des SOPs (SuperOPs) d'un canal. La liste \n"
+"des SOPs donne aux utilisateurs tous les droits donnés\n"
+"par la liste des AOPs, et ajoute ceux de pouvoir\n"
+"utiliser la liste de kicks automatiques et de mots\n"
+"interdits, de pouvoir lire et envoyer des mémos de\n"
+"canal, etc.\n"
+"\n"
+"La commande SOP ADD ajoute le nick donné à la liste des\n"
+"SOPs.\n"
+"\n"
+"La commande SOP DEL supprime le pseudo donné de\n"
+"la liste des SOPs. Si une liste de numéros d'entrées est \n"
+"donnée, ces entrées sont supprimées. (Consultez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande SOP LIST affiche la liste des SOPs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" SOP #canal LIST 2-5,7-9\n"
+" Liste toutes les entrées comprises entre 2 et 5 et\n"
+" entre 7 et 9.\n"
+"\n"
+"La commande SOP CLEAR supprime toutes les entrées\n"
+"de la liste des SOPs.\n"
+"\n"
+"Les commandes SOP ADD, SOP DEL et SOP CLEAR ne sont \n"
+"utilisables que par le propriétaire du canal.\n"
+"Cependant, la commande SOP LIST peut être utilisée\n"
+"en étant AOP ou plus.\n"
+"\n"
+"Cette commande peut avoir été désactivée pour votre canal,\n"
+"et vous devrez dans ce cas utiliser la liste d'accès. Tapez\n"
+"/msg %S HELP ACCESS pour savoir comment utiliser la liste\n"
+"d'accès, et /msg %S HELP SET AOP pour savoir comment \n"
+"passer du système de liste d'accès à celui de liste des xOPs."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Syntaxe: SQLINE ADD [+échéance] masque raison\n"
+" SQLINE DEL {masque | numéro d'entrée | liste}\n"
+" SQLINE LIST [masque | liste]\n"
+" SQLINE VIEW [masque | liste]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Permet aux OPérateurs des Services de manipuler la liste\n"
+"de SQLINEs. Si un utilisateur ayant un pseudo correspondant \n"
+"à un masque de SQLINE tente de se connecter, les Services ne\n"
+"lui permettront pas de continuer sa session IRC.\n"
+"\n"
+"Si le premier caractère du masque est un #, les services\n"
+"empêcheront l'utilisation des canaux correspondants (sur\n"
+"les serveurs IRC le supportant).\n"
+"\n"
+"SQLINE ADD ajoute le masque donné à la liste de SQLINEs pour \n"
+"la raison précisée (qui doit être donnée).\n"
+"échéance est un nombre entier suivi par un d (jours), h\n"
+"(heures), ou m (minutes). Les combinaisons (telles que\n"
+"1h30m) ne sont pas permises. Si l'unité n'est pas incluse,\n"
+"la valeur est en jours par défaut (donc +30 est équivalent\n"
+"à 30 jours). Pour ajouter une SQLINE qui n'expire pas, utilisez\n"
+"+0. Si le masque à ajouter commence par un +,\n"
+"une échéance doit être donnée, même si c'est la même que\n"
+"celle par défaut. L'échéance par défaut pour les SQLINEs peut \n"
+"être consultée par la commande STATS AKILL.\n"
+"\n"
+"La commande SQLINE DEL supprime le masque donné de la liste\n"
+"de SQLINEs s'il existe. Si une liste de numéros d'entrées\n"
+"est donnée, ces entrées sont supprimées. (Voyez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande SQLINE LIST affiche la liste des SQLINEs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Liste les entrées de la liste de SQLINEs numéro 2 à 5 \n"
+" et 7 à 9.\n"
+" \n"
+"SQLINE VIEW est une version plus détaillée de SQLINE LIST, \n"
+"et affichera par qui et quand a été ajoutée une SQLINE et\n"
+"sa date d'expiration, en plus du masque et de la raison. \n"
+"\n"
+"SQLINE CLEAR vide toutes les entrées de la liste de SQLINEs.\n"
+"\n"
+"Réservé aux OPérateurs des services."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntaxe: STAFF\n"
+"Affiche tous les pseudos du staff des services avec leur\n"
+"niveau d'accès et leur statut (online/offline)."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntaxe: STAFF texte\n"
+"Envoie un mémo à tout le staff des services contenant le\n"
+"texte."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Syntaxe: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+"\n"
+"Sans option, affiche le nombre d'utilisateurs et d'IRCops\n"
+"actuellement présents (Services exclus), le plus grand nombre\n"
+"d'utilisateurs connectés depuis le démarrage des Services, et\n"
+"le nombre d'heures durant lesquelles les Services ont tourné.\n"
+"\n"
+"Avec l'option AKILL, affiche la taille actuelle de la liste\n"
+"d'AKILL et le temps d'échéance par défaut.\n"
+"\n"
+"L'option ALL est réservée uniquement aux Services operators,\n"
+"et affiche des informations sur l'utilisation de la mémoire\n"
+"par les Services. L'utilisation de cette commande peut geler\n"
+"les Services pendant un court instant sur de grands réseaux,\n"
+"donc n'en abusez pas!\n"
+"\n"
+"L'option RESET réinitialise le nombre maximum d'utilisateurs\n"
+"au nombre courant d'utilisateurs sur le réseau.\n"
+"L'option MEMORYaffiche les informations sur l'utilisation\n"
+"de la mémoire par les services. L'utilisation de cette commande\n"
+"peut paralyser les Services durant un court instant sur les gros\n"
+"réseaux; n'en abusez pas!\n"
+"\t\n"
+"L'option UPLINK affiche les informations sur le serveur qui est\n"
+"utilisé pour linker Anope au réseau."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Syntaxe: STATUS canal pseudo\n"
+"\n"
+"Retourne le niveau d'accès actuel du pseudo donné pour le \n"
+"canal donné. La réponse est sous la forme:\n"
+"\n"
+" STATUS canal pseudo access-level\n"
+"\n"
+"Si une erreur se produit, la réponse aura alors la forme:\n"
+"\n"
+" STATUS ERROR error-message"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Syntaxe: STATUS nick...\n"
+"\n"
+"Retourne si l'utilisateur utilisant le pseudo donné est reconnu\n"
+"en tant que propriétaire du pseudo. La réponse est sous ce format:\n"
+"\n"
+" pseudo code-status account\n"
+"\n"
+"Où pseudo est le pseudo étudié,\n"
+"code-status est l'un des codes suivants, et account\n"
+"le compte avec lequel il est connecté.\n"
+"\n"
+" 0 - cet utilisateur n'est pas online ou le pseudo n'est pas \n"
+" enregistré\n"
+" 1 - utilisateur non reconnu comme propriétaire\n"
+" 2 - utilisateur reconnu comme propriétaire uniquement via\n"
+" la liste d'accès\n"
+" 3 - utilisateur reconnu comme propriétaire via l'identification\n"
+"\n"
+"Jusqu'à seize pseudos peuvent être envoyés avec chaque commande,\n"
+"le reste sera ignoré. Si aucun pseudo n'est donné, votre propre\n"
+"statut sera retourné."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND canal [raison]\n"
+"\n"
+"Désactive l'enregistrement du canal donné. Ceci peut\n"
+"être inversé via la commande UNSUSPEND pour recupérer\n"
+"les données et configurations.\n"
+"\n"
+"Une raison peut être demandée sur certain réseaux."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntaxe: SVSNICK pseudo nouveau-pseudo\n"
+"\n"
+"Force le changement de pseudo d'un utilisateur."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Syntaxe: SZLINE ADD [+échéance] masque raison\n"
+" SZLINE DEL {masque | numéro d'entrée | liste}\n"
+" SZLINE LIST [masque | liste]\n"
+" SZLINE VIEW [masque | liste]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Permet aux OPérateurs des Services de manipuler la liste\n"
+"de SZLINEs. Si un utilisateur ayant une IP correspondante \n"
+"à un masque de SZLINE tente de se connecter, les Services ne\n"
+"lui permettront pas de continuer sa session IRC (et ce,\n"
+"même si l'IP a un PTR RR).\n"
+"\n"
+"SZLINE ADD ajoute le masque d'IP donné à la liste \n"
+"de SZLINEs pour la raison précisée (qui doit être donnée).\n"
+"échéance est un nombre entier suivi par un d (jours), h\n"
+"(heures), ou m (minutes). Les combinaisons (telles que\n"
+"1h30m) ne sont pas permises. Si l'unité n'est pas incluse,\n"
+"la valeur est en jours par défaut (donc +30 est équivalent\n"
+"à 30 jours). Pour ajouter une SZLINE qui n'expire pas, utilisez\n"
+"+0. Si le masque de vrai nom à ajouter commence par un +,\n"
+"une échéance doit être donnée, même si c'est la même que\n"
+"celle par défaut. L'échéance par défaut pour les SZLINEs peut \n"
+"être consultée par la commande STATS AKILL.\n"
+"\n"
+"La commande SZLINE DEL supprime le masque donné de la liste\n"
+"de SZLINEs s'il existe. Si une liste de numéros d'entrées\n"
+"est donnée, ces entrées sont supprimées. (Voyez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande SZLINE LIST affiche la liste des SZLINEs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Liste les entrées de la liste de SZLINEs numéro 2 à 5 \n"
+" et 7 à 9.\n"
+" \n"
+"SZLINE VIEW est une version plus détaillée de SZLINE LIST, \n"
+"et affichera par qui et quand a été ajoutée une SZLINE et\n"
+"sa date d'expiration, en plus du masque d'IP et de la \n"
+"raison.\n"
+"\n"
+"SZLINE CLEAR vide toutes les entrées de la liste de SZLINEs.\n"
+"\n"
+"Réservé aux OPérateurs des Services."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntaxe: TOPIC canal [topic]\n"
+"\n"
+"%S change le sujet du canal pour celui spécifié. Si \n"
+"topic n'est pas donné, alors le sujet du canal sera \n"
+"supprimé. Cette commande est surtout utile en conjonction\n"
+"avec la commande SET TOPICLOCK. Consultez \n"
+"/msg %S HELP SET TOPICLOCK pour plus d'informations.\n"
+"\n"
+"Par défault, limité à ceux ayant un statut de propriétaire\n"
+"du canal."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntaxe: UMODE pseudo modes\n"
+"\n"
+"Permet aux Services Operators de changer un mode d'un utilisateur."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Syntaxe: UNASSIGN canal\n"
+"\n"
+"Retire le bot d'un canal. Si vous utilisez cette commande,\n"
+"le bot ne joindra plus le canal. Cependant, la configuration\n"
+"du bot est conservée donc vous aurez toujours la possibilité\n"
+"de réattribuer un bot plus tard sans avoir à le reconfigurer\n"
+"entièrement."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntaxe: UNBAN canal [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau \n"
+"d'accès de 5 ou plus sur le canal."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND canal\n"
+"\n"
+"Libère un canal qui a été suspendu. Toutes les données\n"
+"et configurations seront restaurées tel qu'elles étaient\n"
+"avant la suspension."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Syntaxe: UPDATE\n"
+"\n"
+"Provoque la mise à jour de toutes les bases de données dès\n"
+"que vous le demandez."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Syntaxe: USERLIST [{modèle | canal} [INVISIBLE]]\n"
+"\n"
+"Liste tous les utilisateurs connectés sur le réseau IRC, enregistrés\n"
+"ou non.\n"
+"\n"
+"Si modèle est donné (format nick!user@host), seuls les utilisateurs \n"
+"correspondants seront listés. Si canal est donné, seuls les \n"
+"utilisateurs du canal seront listés. +i INVISIBLE est spécifié,\n"
+"seuls les utilisateurs avec le mode +i seront listés."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Syntaxe: VOICE #canal [pseudo]\n"
+"\n"
+"Voice le pseudo sélectionné sur un canal. Si pseudo n'est pas\n"
+"donné, votre propre pseudo fera l'objet de la commande.\n"
+"\n"
+"Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès \n"
+"de 5 ou plus sur le canal, ou aux VOPs ou à ceux ayant un \n"
+"niveau d'accès de 3 ou plus en cas de voice sur soi-même."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntaxe: VOP canal ADD pseudo\n"
+" VOP canal DEL {pseudo | liste d'entrées | liste}\n"
+" VOP canal LIST [masque | liste]\n"
+" VOP canal CLEAR\n"
+"\n"
+"Gère la liste des VOPs (VOicePeople) d'un canal. La \n"
+"liste des VOPs permet aux utilisateurs d'obtenir le statut\n"
+"de voice automatiquement ou de se l'attribuer s'ils\n"
+"ne l'ont pas encore.\n"
+"\n"
+"La commande VOP ADD ajoute le pseudo donné à la liste des\n"
+"VOPs.\n"
+"\n"
+"La commande VOP DEL supprime le pseudo donné de\n"
+"la liste des VOPs. Si une liste de numéros d'entrées est \n"
+"donnée, ces entrées sont supprimées. (Consultez l'exemple\n"
+"pour LIST ci-dessous.)\n"
+"\n"
+"La commande VOP LIST affiche la liste des VOPs. Si un\n"
+"masque joker est donné, seules les entrées correspondantes\n"
+"au masque sont affichées. Si une liste de numéros d'entrées\n"
+"est donnée, seules ces entrées sont affichées, par exemple:\n"
+" VOP #canal LIST 2-5,7-9\n"
+" Liste toutes les entrées comprises entre 2 et 5 et\n"
+" entre 7 et 9.\n"
+"\n"
+"La commande VOP CLEAR supprime toutes les entrées\n"
+"de la liste des VOPs.\n"
+"\n"
+"Les commandes VOP ADD, VOP DEL et VOP LIST sont \n"
+"utilisables en étant AOP ou plus, alors que la commande \n"
+"VOP CLEAR ne peut être utilisée que par le propriétaire \n"
+"du canal.\n"
+"\n"
+"Cette commande peut avoir été désactivée pour votre canal,\n"
+"et vous devrez dans ce cas utiliser la liste d'accès. Tapez\n"
+"/msg %S HELP ACCESS pour savoir comment utiliser la liste\n"
+"d'accès, et /msg %S HELP SET AOP pour savoir comment \n"
+"passer du système de liste d'accès à celui de liste des xOPs."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntaxe: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntaxe: SUSPEND pseudo raison / UNSUSPEND pseudo\n"
+"Suspend / libère le pseudo spécifié."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntaxe: UNSUSPEND pseudo\n"
+"Libère un pseudo suspendu."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Actualise votre session, ex : vérification de l'arrivée de\n"
+"nouveaux mémos, l'application des modes sur les canaux\n"
+"(ModeonID), met\tà jour votre vhost et vos flags\n"
+"(dernière fois vu, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC canal [topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "L'option IMMED n'est pas disponible sur ce réseau."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "La liste d'AKILL a été vidée."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Le niveau de DEFCON est maintenant: %d."
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "L'adresse E-mail de %s sera cachée dans la commande INFO de %s."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr ""
+"L'adresse email de %s sera maintenant affichée dans la commande INFO de %s."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "La liste de SNLINEs a été vidée."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "La liste de SQLINEs a été vidée."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "La liste de SZLINEs a été vidée."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "Le canal %s n'a pas de clé."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Cette commande est chargé via un module:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Les noms de caractéristiques/fonctions suivants sont utilisés.\n"
+"Notez que les niveaux pour AUTODEOP et NOJOIN sont des niveaux\n"
+"maximum, alors que tous les autres sont des niveaux minimum."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "L'hôte %s a actuellement %d sessions avec une limite de %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "Le dernier mémo que vous avez envoyé à %s (le %s) a été lu."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"Le dernier mémo que vous avez envoyé à %s (le %s) n'a pas encore été lu."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Le dernier message de quit de %s ne sera plus affiché dans la commande INFO "
+"de %s."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr ""
+"Le dernier message de quit de %s sera affiché dans la commande INFO de %s."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Le dernier masque user@host de %s sera maintenant caché dans la commande "
+"INFO\n"
+"de %s."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"Le dernier masque user@host de %s sera maintenant affiché dans la commande "
+"INFO\n"
+"de %s."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "La limite de mémos pour %s ne peut être changée."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Le nouvel affichage DOIT être un pseudo de votre groupe de pseudos!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "Le nouvel affichage pour %s DOIT être un pseudo de son groupe!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Le nouvel affichage est maintenant %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "Le pseudo de %s a été changé en %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Le statut sur les services de %s sera maintenant caché dans la commande INFO "
+"de %s."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"Le statut sur les services de %s sera maintenant affiché dans la commande "
+"INFO de %s."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "Liste des vhosts vide."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Il y a %d mémos sur le canal %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Il n'y a aucun bot disponible actuellement.\n"
+"Demandez à un administrateur des services d'en créer un!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Il y a trop de pseudos dans le groupe de %s; listez-les et \n"
+"effacez-en quelques uns.\n"
+"Tapez /msg %s HELP GLIST et /msg %s HELP DROP pour\n"
+"plus d'informations."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Il y a %d mémo sur le canal %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Il y a un nouveau mémo dans le canal %s.\n"
+"Tapez /msg %s READ %s %d pour le lire."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Il n'y a plus de bot attribué à %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Il n'y a pas de logon news."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Il n'y a pas d'OPER news."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Il n'y a pas de nouvelles aléatoires."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Vous n'avez configuré aucune adresse email pour votre pseudo."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Ces options sont réservées aux Services operators:\n"
+" \n"
+" NOBOT Empêche un bot d'être attribué à\n"
+" un canal\n"
+" PRIVATE Empêche un bot d'être attribué par\n"
+" des non-opérateurs IRC"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Ce canal a été interdit."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Ce canal a été enregistré avec %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Ce canal est suspendu."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Ce canal ne peut être utilisé."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Ce canal n'expirera pas."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Cette commande est obsolète, utilisez %s à la place."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "Ce module ne peut pas être déchargé."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Une demande d'enregistrement pour ce pseudo est en cours. Merci de patienter "
+"24 heures."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Une demande d'enregistrement pour ce pseudo est en cours. La confirmation "
+"n'a pas été effectuée."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Ce pseudo appartient à quelqu'un d'autre. Veuillez en changer.\n"
+"(Si c'est votre pseudo, tapez /msg %s IDENTIFY motdepasse.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Ce pseudo a été enregistré, vous ne pouvez pas l'utiliser."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Ce pseudo est actuellement suspendu."
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Ce pseudo est actuellement suspendu, raison: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Ce pseudo est enregistré et protégé. Si c'est votre pseudo,\n"
+"tapez /msg %s IDENTIFY motdepasse. \n"
+"Sinon veuillez choisir un pseudo différent."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Ce pseudo ne peut être utilisé. Veuillez en choisir un autre."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Ce pseudo n'expirera pas."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"Pour rechercher des canaux commençant par #, cherchez des des\n"
+"noms de canaux sans le signe # (anope au lieu de #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Verrouillage du topic"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Maintien du topic"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Le verrouillage du sujet pour %s est maintenant INACTIF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Le verrouillage du sujet pour %s est maintenant ACTIF."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Le maintient du topic est maintenant INACTIF sur %s."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Le maintient du topic est maintenant ACTIF sur %s."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Cessez d'utiliser tant de majuscules!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Tapez /msg %S HELP commande pour de l'aide sur\n"
+"une des commandes ci-dessus.\n"
+"(*) Par défaut, tout utilisateur avec au moins un niveau d'accès\n"
+" de 10 sur un canal peut lire ces mémos du canal. Ceci\n"
+" peut être changé avec la commande LEVELS de %s."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Taper /msg %S HELP SASET option pour plus d'informations\n"
+"sur une option spécifique. L'option devra être mise avec le pseudo\n"
+"en préfixe."
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Tapez /msg %S HELP SET option pour plus d'informations sur\n"
+"une option particulière."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Tapez /msg %S SET EMAIL e-mail pour définir votre e-mail.\n"
+"Votre vie privée est respectée, cet e-mail ne sera pas \n"
+"divulgué à des tierces personnes."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Tapez /msg %s LIST NEW pour les lister."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Tapez /msg %s READ %d pour le lire."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Tapez /msg %s READ LAST pour le lire."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE pseudo modes"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN canal"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN canal [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND canal"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND pseudo"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Impossible de charger le module %s."
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Impossible de décharger le module %s."
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Option SASET %s inconnue."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "L'option SET %s est inconnue."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Option STATS inconnue %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Commande %s inconnue."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Commande %s inconnue. Tapez \"/msg %s HELP\" pour obtenir de l'aide."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Numéro de langue %d inconnu. Tapez /msg %s HELP SET LANGUAGE pour une liste "
+"de langues."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Mode %c ignoré car inconnu."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Option inconnue %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Option %s inconnue.\n"
+"Tapez /msg %S HELP KICK pour plus d'informations."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Option %s inconnue.\n"
+"Tapez /msg %S HELP SET pour plus d'informations."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Mise à jour des bases de données."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Caractéristiques du lien: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Connecté à: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr ""
+"L'utilisateur %s n'a pas été trouvé dans la base de données de NickServ."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Utilisateur : %6d enregistrements, %5d ko"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"L'utilisateur se servant de votre pseudo a été déconnecté.\n"
+"/msg %s RELEASE %s pour le récupérer avant que la %s ne s'écoule."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "Utilisateur trouvé dans les exceptions."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Liste des utilisateurs:\n"
+"Nick Masque"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Liste des VOPs de %s:\n"
+" Num Pseudo"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Protection des voices"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Surveillez votre langage !"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Vous êtes déjà membre du groupe de %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Vous êtes déjà identifié."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "Vous êtes déjà dans %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Vous n'êtes plus SuperAdmin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Vous ne pouvez pas être opérateur du canal %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Vous n'êtes pas autorisé à être sur ce canal."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Vous n'êtes pas autorisé à changer votre limite de mémos."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Vous êtes maintenant SuperAdmin."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Vous êtes maintenant IRCOp."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Vous êtes maintenant dans le groupe de %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+"Vous ne pouvez pas recevoir d'accusé de réception quand vous vous\n"
+"ètes envoyé un message à vous-meme."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "Vous pouvez utiliser cette commande."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Vous ne pouvez pas utiliser GHOST sur vous-même!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Vous ne pouvez pas utiliser RECOVER sur vous-même!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Vous ne pouvez pas utiliser cette commande.\n"
+"Utilisez les commandes AOP, SOP et VOP à la place.\n"
+"Tapez /msg %s HELP commande pour plus d'informations."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Vous ne pouvez pas utiliser cette commande. \n"
+"Utilisez les commandes AOP, SOP, HOP and VOP à la place.\n"
+"Tapez /msg %s HELP command pour plus d'informations."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Vous ne pouvez pas utiliser cette commande. \n"
+"Utilisez la commandes ACCESS à la place.\n"
+"Tapez /msg %s HELP ACCESS pour plus d'informations."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Vous ne pouvez mettre la limite de mémos de %s à plus de %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Vous ne pouvez mettre votre limite de mémos à plus de %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Vous ne pouvez pas effacer votre e-mail sur ce réseau."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "Vous ne pouvez pas utiliser cette commande."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Vous avez actuellement %d mémos, desquels %d n'ont pas été lus."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Vous avez actuellement %d mémos, desquels 1 n'a pas été lu."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Vous avez actuellement %d mémos."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Vous avez actuellement %d mémos, aucun d'entre-eux n'a été lu."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Vous avez actuellement 1 mémo, qui n'a pas encore été lu."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Vous avez actuellement 1 mémo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Vous n'avez aucun mémo actuellement."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Je suis là, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Vous avez %d nouveaux mémos."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Vous avez 1 nouveau mémo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Vous avez un nouveau mémo de %s.\n"
+"Tapez /msg %s READ %d pour le lire."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Vous avez essayé d'enregistrer le canal %s qui n'existe pas."
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "Vous avez été invité à rejoindre %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Vous avez été débanni de %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr ""
+"Vous n'avez aucune limite sur le nombre de mémos que vous pouvez garder."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Vous n'avez pas de mémos."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Vous n'avez pas de nouveaux mémos."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Vous devez entrer une durée valide"
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Vous devez attribuer un bot au canal avant d'utiliser \n"
+"cette commande.\n"
+"Tapez /msg %S HELP ASSIGN pour plus d'informations."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Vous devez être un opérateur du canal pour l'enregistrer."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"Vous devez rester connecté plus de %d secondes pour enregistrer votre pseudo."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr ""
+"Vous devez faire garder le mode +i pour en faire autant avec le mode +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr ""
+"Vous devez faire garder le mode +l pour en faire autant avec le mode +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Vous devez maintenant associer un e-mail à votre pseudo.\n"
+"Cet e-mail vous permettra de retrouver votre mot de passe\n"
+"au cas où vous le perdriez."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "Vous devez être identifié pour utiliser cette commande."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Vous serez notifié pour les nouveaux mémos à la connexion et quand ils "
+"arrivent."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Vous serez notifié pour les nouveaux mémos à la connexion."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Vous serez notifié quand de nouveaux mémos arrivent."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Vous ne pourrez désormais plus recevoir de mémos."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Vous ne serez plus averti par mail de l'arrivée de nouveau(x) mémo(s)."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Vous ne serez pas notifié pour les nouveaux mémos."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr ""
+"Vous serez maintenant averti par mail de l'arrivée de nouveau(x) mémo(s)."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Votre adresse e-mail ne sera plus affichée par la commande INFO de %s."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Votre adresse e-mail sera affichée par la commande INFO de %s."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr "L'IRCD utilisé ne supporte par la modification de l'ident."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Votre liste d'accès est vide."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+"Votre dernière raison de /QUIT ne sera plus affichée par la commande INFO de "
+"%s."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Votre dernière raison de /QUIT sera affichée par la commande INFO de %s."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Votre masque user@host ne sera plus affiché par la commande INFO de %s."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Votre masque user@host sera affiché par la commande INFO de %s."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Votre limite de mémos a été désactivée."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Votre limite de mémos a été fixée à %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Votre limite de mémos est de %d, et ne peut être changée."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Votre limite de mémos est de %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Votre limite de mémos est de 0, vous ne recevrez aucun nouveau mémo."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Votre limite de mémos est de 0, vous ne recevrez aucun nouveau mémo. Vous "
+"ne pouvez pas changer cette limite."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Votre pseudo n'est plus identifié."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Votre pseudo est déjà enregistré, tapez /msg %s DROP d'abord."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Votre pseudo n'est pas enregistré."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Votre pseudo n'est pas enregistré. Tapez /msg %s HELP pour des informations "
+"sur l'enregistrement des pseudos."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Votre pseudo a été effacé."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Votre pseudo est maintenant changé en %s."
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Votre mot de passe a été renvoyé à %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Votre mot de passe est %s - notez-le pour une utilisation ultérieure."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr ""
+"Votre mot de passe est trop long. Veuillez réessayer avec un mot de passe "
+"plus court."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Votre statut sera caché dans l'affichage de la commande INFO de %s."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Votre statut sera affiché dans l'affichage de la commande INFO de %s."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Votre vhost %s est activé."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Votre vhost %s@%s est activé."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Logon News - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Oper News - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[News Aléatoire - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "inactif"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "n'expire pas"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "actif"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "expire à la prochaine mise à jour de la base de données"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "expire dans %d jour"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "expire dans %d jours"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "expire dans %d heure, %d minute"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "expire dans %d heure, %d minutes"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "expire dans %d heures, %d minute"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "expire dans %d heures, %d minutes"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "expire dans %d minute"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "expire dans %d minutes"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "Le vhost pour %s a été supprimé."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "Le vhost pour %s enregistrée en %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "Le vhost pour %s enregistrée en %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "Le vhost pour le groupe %s enregistrée en %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "Le vhost pour le groupe %s enregistrée en %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "Le vhost pour le groupe %s a été supprimé."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Système de listes de xOPs"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "Le système de xOP est maintenant INACTIF sur %s."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "Le système de xOP est maintenant ACTIF sur %s."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "Le système xOP n'est pas disponible."
diff --git a/lang/anope.hu_HU.po b/lang/anope.hu_HU.po
new file mode 100644
index 000000000..8681d6f65
--- /dev/null
+++ b/lang/anope.hu_HU.po
@@ -0,0 +1,12213 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:37-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Hungarian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s bõvebb információért."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S lehetõséget nyújt a \"register\" parancs használatával\n"
+"a nickneved regisztrálására, ezzel megelõzi, hogy más is\n"
+"használhassa a nicked. A NickServ parancsokkal\n"
+"írányítható. Az adott parancs szintaktikáját megkapod, ha\n"
+"beírod, hogy: /msg %S parancs, lásd még a\n"
+"/msg %S HELP parancs."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S lehetõvé teszi, hogy botod legyen a csatornádon.\n"
+"Ezt olyan felhasználók számára készítették, akik\n"
+"nem tudnak saját botot futtatni, vagy a hálózaton nem\n"
+"engedélyezik ezt. Az elérhetõ parancsok listája alább \n"
+"található; használatukhoz írd be /msg %S parancs.\n"
+"Bõvebb információt így kaphatsz az adott parancsról:\n"
+"/msg %S HELP parancs."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S lehetõséget ad arra, hogy regisztráld a csatornádat.\n"
+"%S használatával elkerülhetõ a \"take over\" jelenség,\n"
+"amit az opjoggal visszaélõ userek okozhatnak. Még pedig\n"
+"úgy, hogy meghatározható az, hogy ki kapjon a csatornán\n"
+"operátori kiváltságokat. A parancsok használatához írd be:\n"
+"/msg %S parancs, ha több információ kell a paranccsal\n"
+"kapcsolatban, akkor írd be: /msg %S HELP parancs.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S lehetõséget nyújt az IRC felhasználókank, hogy rövid\n"
+"üzeneteket küldjenek más IRC felhasználók részére,\n"
+"akkor is, ha a fogadó fél nem online, és csatornákra (*).\n"
+"Ahhoz, hogy üzenetet lehessen küldeni, mind a küldõ és a\n"
+"fogadó fél nicknevének regisztráltnak kell lennie.\n"
+"\t\n"
+"%S parancsok a következõket tartalmazzák:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s módosította DEFCON a szintet erre: %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s hozzáadva %s AOP listához."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s hozzáadva %s HOP listához."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s hozzáadva %s SOP listához."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s hozzáadva %s VOP listához."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr ""
+"%s hozzáadva a %s hozzáférési listájához.\n"
+"A hozzáférési szintje a ChanServ parancsokhoz: %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s hozzáadva a (%s) csatorna autokick listájához"
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "A %s szó hozzáadva a %s tiltott szavak listájához."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s hozzáadva az AKILL listához."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s hozzáadva a SNLINE listához."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s hozzáadva az SQLINE listához."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s hozzáadva az SZLINE listához."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s hozzáadva a hozzáférési listádhoz."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "A %s szót már tartalmazza a %s tiltott szavak listája"
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s már szerepel a (%s) csatorna autokick listáján."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s már bekapcsolva az AKILL lista."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s already exists on the EXCEPTION list."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s már szerepel az SNLINE listán."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s már szerpel az SQLINE listán."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s már szerepel az SZLINE listán."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s nem fogadható el banolási idõnek."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s váltóztatott a módodon."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s szoba listája:\n"
+"Név \t\t\tUser Mód Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s törölve lett a %s AOP listáról."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s törölve lett a %s HOP listáról."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s törölve lett a %s SOP listáról."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s törölve lett a %s VOP listáról."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s törölve lett a (%s) csatorna hozzáférési listájáról."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s törölve a (%s) csatorna autokick listájáról."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "A %s szó törölve %s tiltott szavak listájából."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s törölve a session-korlát kivétel listáról."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s törölve az AKILL listáról."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s törölve az SNLINE listáról."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s törölve az SQLINE listáról."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s törölve az SZLINE listáról."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s törölve a hozzáférési listádról."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s letiltva a (%s) csatornán."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s részére túl sok csatorna van regisztrálva."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s van már %s ilyen bejegyzés."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s nem érvényes ban típus."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s nem érvényes bot vagy regisztrált szoba."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s nem érvényes e-mail cím."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s többé már nem aktív a (%s) csatornán."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s jelenleg nincs a %s szobában ."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s most már mindig aktív a (%s) csatornán."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr "%s megegyezik egy kivétellel (%s) nem tiltható, amíg a kivétel él."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s áthelyezve a %s AOP listára."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s áthelyezve a %s HOP listára."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s áthelyezve a %s SOP listára."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s áthelyezve a %s VOP listára."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s nem találatható a %s AOP listán."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s nem találatható a %s HOP listán."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s nem találatható a %s SOP listán."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s nem találatható a %s VOP listán."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s nem található a (%s) csatorna hozzáférési listáján."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s nem szerepel a (%s) csatorna autokick listáján."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "A %s szó nem található a %s tiltott szavak listáján."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s nincs a session listán."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s nem található a session-korlát kivétel listán."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s nem található az AKILL listán."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s nincs a SNLINE listán."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s nnem található az SQLINE listán."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s nem található az SZLINE listán."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s nem található a hozzáférési listádon."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"%s felhasználó lista:\n"
+"Nick Maszk"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s nick most már nics mellõzve."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s nick most mellõzte %s nicket."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s nick most véglegesen mellõzve van."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Üzenet:Minden %S-nek küldött parancs naplózva van."
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr "Megjegyzés: A Szervíz csak olvasás módban fut!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Emlékeztetõ: AKILL maszk nem tartalmazhat nicknevet;\n"
+"ellenõrizd, hogy nem tartalmazhat nick részt a maszk."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Emlékeztetõ:Te hozzáadhatsz IP maszkot SZLINE listához."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Felhasználói hozzáférési szintek\n"
+"\n"
+"Alapból, a következõ hozzáférési szintek érvényesek:\n"
+" \n"
+" Founder Teljes hozzáférés a %S funkciókhoz; automatikus\n"
+" opjog a csatornára való belépéskor.\n"
+" Megjegyzés, csak egy embernek lehet founder státusza\n"
+" (nem adható az ACCESS paranccsal).\n"
+"  10 Hozzáférés az AKICK parancshoz; automatikus op.\n"
+"  5 Automatikus op státusz.\n"
+"  3 Automatikus voice státusz.\n"
+"  0 Nincs különleges privilégiuma; opolható más\n"
+" opok által(ha a secure-ops ki van kapcsolva).\n"
+"  <0 Nem opolható.\n"
+"\n"
+"Ezek a szintek változhatnak, vagy újakat adhatsz hozzá, a\n"
+"LEVELS paranccsal; írd be: /msg %S HELP LEVELS bõvebb\n"
+"információért."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Figyelem: Fogadható üzenetek maximális számát (%d).\n"
+"Nem fogadhatsz több üzenetet, amíg törölsz néhányat."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Figyelem: Fogadható üzenetek maximális száma (%d).\n"
+"Nem fogadhatsz több üzenetet, amíg nem törölsz néhányat."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] A memo, amit küldtél meg lett tekintve."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] A memo, amit %s számára küldtél meg lett tekintve."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"Megjegyzés: Ez a szolgáltatás szeretné biztosítani az \n"
+"IRC felhasználok számára hogy a kilétüket ne lehessen \n"
+"kompromitálni. Egyáltalán NEM azt szolgálja, hogy \n"
+"lehetõséget nyújtson nicknevek \"lopására\" vagy más\n"
+"erkölcstelen akciókra. A %S segítségével elkövetett\n"
+"visszaélés jutalma minimum az visszaélõ nickjének\n"
+"elvesztése."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Szervíz adminok tudják droppolni a csatornákat anélkül, \n"
+"hogy a szoba jelszót használnának, és megnézhetika az\n"
+"access, AKICK, és beállitási szint listát a csatornán."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Szervíz adminok is droppolhatnak nickeket, akkor ha\n"
+"beazonosíttotak a nicknevükre, és megnézhetik a nickek\n"
+"hozzáférési listáját. (/msg %S ACCESS LIST nick)"
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr "URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr "\tBeállítások: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr "vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr "vhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr "Bot név: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr "Bot név: nincs társítva még."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr "Opciók: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr "\tCaps Lockért kirúgás : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr "\tCaps Lockért kirúgás: %s (%d kirúgás után kitiltás; min. %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr "\tCaps Lockért kirúgás: %s (minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Tulajdonos: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Tulajdonos: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opciók: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Ban típus: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr "\tFélkövér betûkért kirúgás: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr "\tFélkövér betûkért kirúgás: %s (%d kirúgás után kitiltás)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr "\tFloodért kirúgás: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr "\tFloodért kirúgás: %s (%d kirúgás után kitiltás; %d sor %ds mp alatt)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr "\tFloodért kirúgás: %s (%d sor %ds mp alatt)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr "Maszk : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr "\tSzinezésért kirúgás: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr "\tSzinezésért kirúgás: %s (%d kirúgás után kitiltás)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Utoljára használva: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr "\tRögzített módok: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr "\tIsmétlésért kirúgás: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr "\tIsmétlésért kirúgás: %s (%d kirúgás után kitiltás; %d idõre)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr "\tIsmétlésért kirúgás : %s (%d alkalommal)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Jogutód: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Jogutód: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Felfüggesztve: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr "\tItalics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr "\tItalics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Utolsó topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Regisztrálás ideje: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (letiltva)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (csak foundernek)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr "\t%-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS A hozzáférési lista módosítása"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS A szoba hozzáférési listájának beállítása"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK AutoKirúgás listára teheted a \"rossz\" usereket"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Szerkeszti az AKILL listát"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP AutoOperátor lista beállítása"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Társít egy botot a csatornához"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Szerkeszti a tiltott szavak listáját"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE A banolás tipusának beállítása"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Karbantartja a hálózat botjainak listáját"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Listázza az elérhetõ botokat"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Visszavonja az utoljára küldött memot"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL az összes usert a csatornáról"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Listázza az összes csatornát "
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Ellenõrzi, hogy a címzett elolvasta-e már az üzit"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Törli a szoba módot"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr "Született: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulálja a DefCon rendszert"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Törli egy felhasználónak a vhostját"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Törli a megadott üzenete(ke)t"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Törli a vhosztot a nickekröl a csoportban"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC A szobameghatározás állítás"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Set the display of your group in Services"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Törölheted a csatornád regisztrációját"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Nicknév regisztrációjának törlése"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Leírás: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Egy E-mail cím társítása a nicknevedhez"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG A szoba belépo üzenetének \n"
+" állítása"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Módosítja a session-korlát/kivétel listát"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Megakadályozza a szoba használatát"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Megelõzi, hogy a nicknév regisztrált legyen"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER A founder megváltoztatása"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Kiírja az ilyen e-mail címmel regisztrált\n"
+" felhasználókat"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Megadja a founder jelszót a csatornán"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Kiirja a jeszavát a nicknévnek\n"
+" (encryption esetén nem használható)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Üzenetet küld összes felhasználónak"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Köszöntõ üzenet társítása a nicknevedhez"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP A vhostot a csoport minden tagjára állítja"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Csatlakozás egy csoporthoz"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr "Köszöntõ üzenet: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE A nicknévhez tartozó információk elrejtése"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Jelszavas azonosítás"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Módosítja a Szervíz mellõzési listáját"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Kiírja az üzenetekkel kapcsolatos információkat"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Létrehoz egy \"Jupiter\" álszervert."
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC Topic megtartása ha a szoba nincs használatban"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Konfigurálja a kirúgásokat"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kirúgja a felhasználót csatornáról"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL A kill védelem be-,kikapcsolása"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Killeli az összes klónt a hosztról"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr " LANGUAGE A szervíz nyelvezetének megválasztása"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Átállíthatod a szoba hozzáférési szintjeit"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Kiír egy vagy több vhost bejegyzést"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Megjeleníti az üzenetek listáját"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr " LOGONNEWS Fellépõ üzenetek beállítása"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Szoba módok lezárása (+flag -flag)"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Váltóztatja a szoba módot"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Információ a betöltött modulokról"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Listázza a betöltött modulokat"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Betölti a modult"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Kitölti a modult"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Megváltoztatja a szervízzel való kommunikációt"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Ideiglenesen törli az összes O:line-t a szerver\n"
+" távollétében"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Kikapcsolja a társított vhostot"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Operflaget ad a biztos felhasználónak"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Aktiválja a társított vhostot"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Operek részére megjelenõ üzenetet állít be"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr " OPNOTICE Üzenetet küld az OP/VOICE parancsok használtáról"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr "Beállításai: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Set your nickname password"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Szabályozza a kritikus parancsok használatát"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE A szoba elrejtése a listából"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE A nickneved /msg %S LIST -ból való elrejtése"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Leállítja a szervíz programot mentés nélkül"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Véletlenszerûen megjelenõ üzenetet állít be \n"
+" a felhasználók részére"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Elolvassa a megadott üzenete(ke)t"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Killeli a nickedet használó usert"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Szoba regisztrálása"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Nicknév regisztráció"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Visszaadja a neved a RECOVER után"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Újratölti a szervíz Konfigurációs fájlját"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Menti az adatbázist, és újraindítja a szervízt"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Restrict access to the channel"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Memo üzenetet küld és olvasási visszaigazolást kér"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr "\tVisszafelé írásért kirúgás: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr "\tVisszafelé írásért kirúgás: %s (%d kirúgás után kitiltás)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Aktiválja a %S biztonsági lehetõségeit"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE A nickneved védelmének be-,kikapcsolása"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER Csatornán a founder státusz szigorú kezelése"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS A csatornán az op státusz szigorú kezelése"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Üzenetet küld egy nicknek vagy csatornára"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Memo küldése minden regisztrált felhasználónak."
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Elfelejtetted a jelszavad? Próbáld ezt"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Olvassa a sessionok hoszt listáját"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Konfigurálja a bot opcióit"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Beállít egy vhosztot a felhasználónak"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Beállítja szervíz általános változóit"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Beállíthatod a csatornád opcióit"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Opciók beállítása, például kill védelem"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Üzenetekkel kapcsolatos beállításokat hajt végre"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Beállítja a vhosztot összes nicknek a csoportban"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Leállítja a szervíz programot mentéssel"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Sign kickek, melyek a KICK paranccsal történnek"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Szerkeszti az SNLINE listát"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP SzuperOperátor lista beállítása"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Szerkeszti az SQLINE listát"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Kijelzi a szervízt és aktív állapotát"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Memo küldése minden opernek/adminnak."
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Mutatja a Szervít és hálózat állapotát"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Kiírja a felhasználó aktuális hozzáférési\n"
+" szintjét a megadott csatornán"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR A successor megadása"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Felfüggeszti a szoba használatát de\n"
+" megõrzi az adatokat és beállításokat."
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Megváltoztatja a felhasználó nicknevét"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Szerkeszti az SZLINE listát"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Témaváltás letiltása "
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Felhasználó módok állítása"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Törli a suspendet a csatornáról."
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE A Szervíz adatbázist frissíti, felülírja\n"
+" lemezre közvetlenül"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Listázza az összes felhasználót "
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr "Használva: %d szobában"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Xop (Sop, Aop, Hop, Vop) lista rendszer bekapcsolása"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr "\tCsúnya szavakért kirúgás: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr "\tCsúnya szavakért kirúgás: %s (%d kirúgás után kitiltás)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr "E-mail cím: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr "Jelenleg online errõl a címrõl: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr "Utoljára ekkor volt: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " A témát beállította: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c %-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c %-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Köszöntõ üzenet: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr "Valódi neve: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr "Regisztrálás ideje: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "\tAláhúzásért kirúgás: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "\tAláhúzásért kirúgás: %s (%d kirúgás után kitiltás)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail cím: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Sorszám Küldõ Dátum/Idõ"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (%s által, ekkor: %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (stuck) (%s által, ekkor: %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (%s által, ekkor: %s; %s)\n"
+" Korlát: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s %s által)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "%S parancsok:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c %3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modul betöltve."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d botok rendelkezésre állnak."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d nap"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d óra"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d perc"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicknév van a csoportban."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d másodperc"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "%s AOP listája üres."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "%s HOP listája üres."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "%s SOP listája üres."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "%s VOP listája üres."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "%s hozzáférési listája üres."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "%s autokick listája üres."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "%s tiltott szavak listája üres."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s nem lehet a %s csatorna successora, mert õ a founder is."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s nem fogadhat üzeneteket."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "%s túl tág tartományra vonatkozik."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s számára %d üzenet érkezett, ebbõl %d olvasatlan."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s számára %d üzenet érkezett, ebbõl 1 olvasatlan."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s számára %d üzenet érkezett."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s számára %d üzenet érkezett, és mind olvasatlan."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s listáján van 1 olvasatlan üzenet."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s listáján van 1 üzenet."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s üzenetlistája üres."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s túl sok üzenettel rendelkezik, és nem fogadhat többet."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s korlátlan számú üzenetet fogadhat."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s üzenetlistája üres."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s nem kapott új üzenetet."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s az %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s jelenleg offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s jelenleg online."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s is disabled"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s is enable"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s már nem Szuper-Admin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s nem kért értesítést az üzeneteirõl."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr "%s értesítést kért csatlakozáskor,és ha új üzenete van,"
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s kérte, csatlakozáskor értesítést kapjon,üzeneteirõl."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s értesítést kért, ha új üzenete érkezik."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s most már Szuper-Admin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s a szobában van (%s néven) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s a szobában van!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s utoljára %s ideje járt erre."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s mostmár nem fog értestíteni, ha új üzeneted érkezik."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s mostmár értesíteni fog, ha új üzeneted érkezik."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr "%s értesíteni fog az üzenetekrõl csatlakozáskor."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr "%s értesít az üzenetekrõl csatlakozáskor/AWAY OFF-kor."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) hozzáadva a bot listához."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s max. fogadható üzenteinek száma: %d, és ez fix érték."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "%s maximálisan fogadható üzeneteinek száma: %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL minden új kliensre csatlakozáskor."
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Beállítja a következõ módokat: (%s) az összes csatornán."
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Mellõzve minden nem operátortól jövõ üzenet"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Killelve lesz minden új felhasználó csatlakozásnál. "
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Nincs MLOCK módosítás"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Nem lehet új csatornát regisztrálni."
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Nem lehet új memot küldeni"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Nem lehet új nicket regisztrálni."
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Csendes mellõzés, csak operátorok"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Használva a csökkentett session korlát: %d."
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 nap"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 óra"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 perc"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 másodperc"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<ismeretlen>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Egy massmemo elküldve minden regisztrált felhasználónak."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Az értesítõ üzenet %s részére el lett küldve, informálva\n"
+"õt arról, hogy elolvastad a memoját."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"A kód a %s címre lett küldve, írd be /msg %s confirm <kód> a regisztráció "
+"befejezéséhez."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "A vhost identnek érvényes formátumúnak kell lenni."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "A vhost hosztmaszknak érvényes formátumban kell lennie."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr ""
+"ACCESS #szoba { ADD | DEL | LIST | VIEW | CLEAR } [ nick [ szint ] | "
+"sorszám ]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [maszk]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT #szoba szöveg"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK #szoba {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR}"
+"[ nick-maszk ] [ indok ]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr ""
+"Az AKICK ENFORCE a(z) %s csatornán teljesítve;\n"
+"%d user eltávolítva."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "AKILL lista üres."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+lejárat] {maszk | sorszám} "
+"[indok]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nicknév"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP #szoba { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s AOP listája:\n"
+" Sorszám Nicknév"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN #szoba nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Hozzáférés megtagadva."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Hozzáférés megtagadva."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "%s hozzáférése a (%s) csatornán változott: %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "%s hozzáférési szintje a (%s) csatornán : %d"
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "A hozzáférési szintnek %d és %d között kell lennie."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "A hozzáférési szint nem lehet nulla."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "%s hozzáférési szintjeinek beállításai:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "%s szintjei visszaállítva az alapértékekre."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Access list for %s is empty."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "%s hozzáférési listája:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"%s hozzáférési listája:\n"
+" Sorszám Szint Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Hozzáférési lista:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Hozzáadva az új fellépési hír: (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Hozzáadva az új oper hír:(#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Hozzáadva az új random news tétel (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Összes O:lines %s módosítva."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Összes O:lines %s újra aktív."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "A (%s) csatornáról minden kitiltás levéve."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "A (%s) csatornáról minden kivétel levéve."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "All invites on channel %s have been removed."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Összes fellépési hír tétel törölve."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Minden üzenetet töröltem a %s csatornán."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Összes mód törölve a %s csatornáról."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "A (%s) csatornáról minden mód el levéve."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Minden üzenetet töröltem."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Összes oper hír törölve."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Összes random news tétel törölve."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "A (%s) csatornáról minden felhasználó ki lett rúgva."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Az összes user vhosztja a(z) %s csoportba %s lett"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Az összes user vhosztja a(z) %s csoportba %s@%s lett"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Használhatja a (de)halfopme parancsot."
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Használhatja a (de)opme parancsot."
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Használhatja a (de)protectme parancsot"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Használhatja a (de)voiceme parancsokat"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Társíthat/eltávolíthat services botot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Használhatja a banme parancsot"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Használhatja a kickme parancsot"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Írhat/olvashat csatorna memo üzeneteket"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Módosíthatja a hozzáférési listát."
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Használhatja az AKICK parancsot."
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Használhatja a BADWORDS parancsot"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Használhatja a BAN parancsot"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Használhatja a CLEAR parancsot."
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Használhatja a GETKEY parancsot."
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Használhatja a HALFOP/DEHALFOP parancsokat"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Használhatja az INFO parancsot az ALL opcióval"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Használhatja az INVITE parancsot."
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Használhatja a KICK parancsot"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Használhatja az OP/DEOP parancsot."
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Használhatja a PROTECT/DEPROTECT parancsokat"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Használhatja az ACT és SAY parancsokat."
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Használhatja a SET parancsot (kivéve FOUNDER/PASSWORD)."
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Használhatja a TOPIC parancsot"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Használhatja az UNBAN parancsot."
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Használhatja a VOICE/DEVOICE parancsokat."
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Használhatja a fantasia parancsokat."
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Megtekintheti a hozzáférési listát."
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "%s autokick listája:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Automatikus operátor (+o) státusz"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Automatikus protect (+a) mód. "
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Automatikus halfop (+h) státusz (félop)"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Automatikus voice (+v) státusz (hangadás)"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS #szoba{ADD|DEL|LIST|CLEAR}[szó|sorszám]\n"
+"[SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick user hoszt valósnév\n"
+"BOT CHANGE réginickújnick [user [hoszt [valósnév]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"%s tiltott szavak listája:\n"
+" Szám szó tipus"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Tiltott szó lista üres."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "A megadott csatorna (%s) új ban típusa: #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Bináris módok és kitiltások törölve a %s csatornáról."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "%s nevû bot már létezik."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "%s nevû bot nem létezik."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "A %s nevû bot társítva a %s szobához."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "A %s nevû bot megváltoztatva %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "A %s nevû bot törölve."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "A %s nevû bot már társítva van a %s szobához."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "A Bot most már opot is kirúg a %s szobából."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "A Bot most már a hangadókat is kirúgja a %s szobában."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "A Bot nem fog opot kirúgni a %s szobából."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "A Bot nem fogja a hangadókat kirúgni a %s szobában."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hoszt csak érvényes karaktereket tartalmazhat."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Ident csak érvényes karaktereket tartalmazhat."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nick csak érvényes karaktereket tartalmazhat."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "A Bot nincs a %s csatornán."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Botok listája:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"A Bot akkor fog belépni a csatornára, ha legalább\n"
+"%d felhasználó van bent."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot kirúgja tiltott szó használatáért, és kitiltja \n"
+"%d kirúgás után a usert. Használd a BADWORDS parancsot\n"
+"hogy hozzáadj vagy törölj tiltott szavakat a listából."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot kirúgja tiltott szó használatáért. Használd a BADWORDS\n"
+"parancsot hogy hozzáadj vagy törölj tiltott szavakat a listából."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"A Bot kirúgja félkövér betû használat miatt, és \n"
+"kitiltja %d kirúgás után a usert."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "A Bot kirúgja félkövér betû használat miatt a usert."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Bot most már kirúgja caps lock miatt, (legalább\n"
+"%d karakter és ennek %d%%-a nagybetû), kitiltja \n"
+"%d kirúgás után a usert."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Bot most már kirúgja caps lock miatt a usert (legalább\n"
+"%d karakter és ennek %d%%-a nagybetû)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"A Bot kirúgja szines írás miatt, és kitiltja \n"
+"%d kirúgás után a usert."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "A Bot kirúgja szines írás miatt a usert."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"A Bot kirúgja flood miatt (%d sor %d mp alatt),\n"
+"és kitiltja %d kirúgás után a usert."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Bot kirúgja flood miatt a usert. (%d sor %d mp alatt)"
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"A Bot kirúgja ismétlés miatt (ha %d alkalommal ismétli\n"
+"ugyanazt a sort), és kitiltja %d kirúgás után a usert."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"A Bot kirúgja ismétlés miatt a usert (ha %d alkalommal\n"
+"ismétli ugyanazt a sort)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"A Bot kirúgja fordított írás miatt, és kitiltja %d\n"
+"kirúgás után a usert."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "A Bot kirúg fordított írás miatt."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"A Bot kirúgja aláhúzásos írás miatt, és kitiltja\n"
+"%d kirúgás után a usert."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "A Bot kirúgja aláhúzásos írás miatt a usert."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "A Bot most már nem fog kirúgni tiltott szó miatt."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "A Bot nem fog kirúgni félkövér betû használat miatt."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Bot nem fog kirúgni caps lock miatt."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Bot nem fog kirúgni szines írás miatt."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "A Bot nem fog kirúgni flood miatt."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "A Bot nem fog kirúgni ismétlés miatt."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "A Bot nem fog rúgni fordított írás miatt."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Bot nem fog kirúgni aláhúzásos írás miatt."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Botok melyeket csak IRC operátorok társíthatnak:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Olvasott Byteok : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Írott Byteok : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | #szoba}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+lejárat] {#szoba} [indok]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nicknév "
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR #szoba mit?"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES #szoba [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "%s nem tud kijelentkezni, mert õ egy Services Operator."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Nem lehet most levelet küldeni; próbáld újra késõbb."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "%s usermódjai megváltoztatva."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "%scsatorna nem létezik."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "%s csatorna regisztrációjának törlése sikerült."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"%scsatornát %s forbidolta:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "A megadott csatorna %s már regisztrált!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "A (%s) szoba letiltva."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "(%s) szoba újra használható."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "(%s) szoba használata felfüggesztve."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr " %s szoba nem regisztrált."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "%scsatornát nem lehet regisztrálni vagy használni."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Ez a csatorna %s nem regisztrálható. "
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Regisztráltam a %s csatornát a (%s) nickre."
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Szoba\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "A megadott csatorna (%s) el fog évülni."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "A megadott csatorna (%s) nem fog elévülni."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Channel %s AOP list has been cleared."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Channel %s HOP list has been cleared."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Channel %s SOP list has been cleared."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Channel %s VOP list has been cleared."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Channel %s access list has been cleared."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Channel %s akick list has been cleared."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Csatorna AOP listája csak regisztrált nevet tartalmazhat."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Csatorna HOP listája csak regisztrált nevet tartalmazhat."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Csatorna SOP listája csak regisztrált nevet tartalmazhat."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Szoba SQLINE-ok nem támogatottak ezen az IRCd-n,ezért\n"
+"nem tudod használni."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Csatorna VOP listája csak regisztrált nevet tartalmazhat."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Csatorna listája csak regisztrált nickeket tartalmazhat."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Szoba lista:\n"
+"Név\t\t\tUser Mód Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Csatorna operátori státusz tiltása."
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Azon csatornák, ahol %s nicknek hozzáférése van:\n"
+" Sorszám Csatorna Szint Meghatározás"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Azon csatornák, ahol hozzáférésed van:\n"
+" Sorszám Csatorna Szint Meghatározás "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Nem talált ilyen felhasználót %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "%s szobát nem sikerült letiltani!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Nem forbidolható: %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "%s szobát nem sikerült használhatóvá tenni!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Couldn't release nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Couldn't suspend nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "%s szobát nem sikerült felfüggeszteni!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Aktuális AKILL lista:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuális AKILL lista:\n"
+" Szám Maszk Indok"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Jelenlegi Modul lista:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Aktuális SNLINE lista:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuális SNLINE lista:\n"
+" Szám Maszk Indok"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Aktuális SQLINE lista:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuális SQLINE lista:\n"
+" Szám Mask Indok"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Aktuális SZLINE lista:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktuális SZLINE lista:\n"
+"Szám\tMask\t\t\t\t\tIndok"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Aktuális Session korlát kivétel lista:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Aktuális AKILLek száma: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Aktuális SNLINEok száma: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Aktuális SQLINEok száma : %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Aktuális SZLINEok száma: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Aktuális felhasználók: %d (%d op)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [#szoba] { szám | list | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP #szoba"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Alap AKILL lejárati idõ: %d nap"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Alap AKILL lejárati idõ: %d óra"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Alap AKILL lejárati idõ: %d perc"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Alap AKILL lejárati idõ: 1 nap"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Alap AKILL lejárati idõ: 1 óra"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Alap AKILL lejárati idõ: 1 perc"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Alap AKILL lejárati idõ: Nem elévülõ"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Alap SNLINE lejárati idõ: %d nap"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Alap SNLINE lejárati idõ: %d óra"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Alap SNLINE lejárati idõ: %d perc"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Alap SNLINE lejárati idõ: 1 nap"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Alap SNLINE lejárati idõ: 1 óra"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Alap SNLINE lejárati idõ: 1 perc"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Alap SNLINE lejárati ido: Nem elévülõ"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Alap SQLINE lejárati idõ: %d nap"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Alap SQLINE lejárati idõ: %d óra"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Alap SQLINE lejárati idõ: %d perc"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Alap SQLINE lejárati idõ: 1 nap"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Alap SQLINE lejárati idõ: 1 óra"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Alap SQLINE lejárati idõ: 1 perc"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Alap SQLINE lejárati idõ Nem elévülõ"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Alap SZLINE lejárati idõ: %d nap"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Alap SZLINE lejárati idõ: %d óra"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Alap SZLINE lejárati idõ: %d perc"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Alap SZLINE lejárati idõ: 1 nap"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Alap SZLINE lejárati idõ: 1 óra"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Alap SZLINE lejárati idõ: 1 perc"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Alap SZLINE lejárati idõ: Nem elévülõ"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d bejegyzés törölve a %s AOP listáról."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d bejegyzés törölve a %s HOP listáról."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d bejegyzés törölve a %s SOP listáról."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d bejegyzés törölve a %s VOP listáról."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d bejegyzés törölve (%s) csatorna hozzáférési listájáról."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "%d bejegyzés törölve a (%s) csatorna autokick listájáról."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "Törölve %d bejegyzés %s tiltott szavak listájáról."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Törölve %d bejegyzés a session-korlát kivétel listáról."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Törölve %d bejegyzés az AKILL listáról."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Törölve %d bejegyzés a SNLINE listáról."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Törölve %d bejegyzés az SQLINE listáról."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Törölve %d bejegyzés az SZLINE listáról."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 bejegyzés törölve a %s AOP listáról."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 bejegyzés törölve a %s HOP listáról."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 bejegyzés törölve a %s SOP listáról."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 bejegyzés törölve a %s VOP listáról."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 bejegyzés törölve a (%s) csatorna hozzáférési listájáról"
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 bejegyzés törölve a (%s) csatorna autokick listájáról."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "Törölve 1 bejegyzés %s tiltott szavak listájáról."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Törölve 1 bejegyzés a session-korlát kivétel listáról."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Törölve 1 bejegyzés az AKILL listáról."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Törölve 1 bejegyzés a SNLINE listáról."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Törölve 1 bejegyzés az SQLINE listáról."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Törölve 1 bejegyzés az SZLINE listáról."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "%s csatorna leírás megváltoztatva: %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Kiírja az összes bejegyzést (Számláló: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Kiírja a bejegyzéseket %d-tól %d-ig"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr ""
+"Kiírja azokat a hosztokat melyben a %s szó szerepel.\n"
+"(számláló: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Nem használható kiemelt betû ezen a csatornán!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Nem szinezhetsz ezen a csatornán!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Nem írj visszafelé ezen a csatornán!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Nem használható ez a szó: %s!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Nem használj aláhúzásokat ezen a csatornán!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "E-mail cím megváltoztatva: %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "A megadott csatorna (%s) új E-mail címe: %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "A megadott csatorna (%s) E-mail címe törölve."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "E-mail cím törölve."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "%sEmail címe nem érvényes."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+elévülés] maszk korlát indok"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {maszk | list}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE Szám helyzet"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paraméterek]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Egyezõ emailek %s ehhez: %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "%s lista vége."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Hozzáférési lista vége."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Vége a szoba listának."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Lista vége - %d / %d csatorna megjelenítve."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Lista vége - %d / %d találat megjelenítve."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Vége a felhasználó listának."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Magyar"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "%s csatorna belépõ üzenete megváltozott."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "%s csatorna belépõ üzenete törölve."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr "Hiba! Az Ident hoszzú, írj %d karakternél rövidebbet!"
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr "Hiba! A vhost hoszzú, írj %d karakternél rövidebbet!"
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "%s kivétel (#%d) áthelyezve a %d pozicíóba."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception for %s has been updated to %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Lejárati idõ megváltozott: %s."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID #szoba indok"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID #szoba [indok]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nicknév indok"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nicknév [indok]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasy"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Fantasy mód most OFF a %s csatornán."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Fantasy mód most ON a %s csatornán."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "A megadott csatorna (%s) új foundere: %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Nincs * karakter!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nicknév"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "GETPASS nem elérhetõ, amíg az encryption használatban van"
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nicknév [jelszó]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL üzenet"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP célnick jelszó"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "A befagyott kliens killelve."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Üdvözlés"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Köszöntõ üzenet megváltoztatva: %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "NickServ-es köszöntõ üzenet megjelenik."
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Köszöntõ üzeneted törölve."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Üdvözlõ mód most OFF a %s szobán."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Üdvözlõ mód most ON a %s szobán."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP #szoba { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s HOP listája:\n"
+" Sorszám Nicknév"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosztok legalább %d sessionnel:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Én nem tudom, hogy %s kicsoda.:-((("
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Sosem láttam %s nicket ebben a szobában."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY jelszó"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [idõ] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO #szoba"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [#szoba]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | #szoba]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {#szoba | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE #szoba"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Ha nem váltasz nevet 20 sec.-en belül, én megváltoztatom."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Ha nem váltasz nevet 1 percen belül, én megváltoztatom."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Mellõzés kód lessz használva."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Mellõzés kód nem lessz használva."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Mellõzöttek lista törölve."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Mellõzöttek lista üres."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+" \n"
+"Ezen parancs kiadása elõtt, azonositanod kell magad, mint\n"
+"a nick tulajdonosa az IDENTIFY parancsot használva, írd\n"
+"be: /msg %S HELP IDENTIFY bõvebb információért. \n"
+"\n"
+"Írd be: /msg %S HELP SET opció bõvebb információért."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Információk a %s nevû botról:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "%s információi:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Belsõ hiba - nem teljesíthetõ kérés."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Érvénytelen elévülési idõ."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Érvénytelen hosztmaszk. Csak érvényes hosztmaszk lehet,\n"
+"a kivétel nem lehet nick vagy usernév."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr "Érvénytelen kód, ellenõrizze az e-mailben, majd próbálja újra."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Érvénytelen session korlát. Érvényes számnak kell lennie\n"
+"és nagyobbnak vagy egyenlõnek mint zéró és kissebbnek \n"
+"mint %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Érvénytelen küszöb érték. 1-nél nagyobb egész számnak\n"
+"kell lennie."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE szervernév [leírás]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK #szoba opció {ON|OFF} [beállítások]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK #szoba user indok"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS #szoba{SET | DIS[ABLE] | LIST | RESET }[ opció [szint]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST pattern"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [#szoba] [list | NEW ]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS { ADD | DEL | LIST } [szöveg|szám]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Új nyelvezet: Magyar."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "%s részére küldött utolsó memo üzenet visszavonva."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr "Utolsó kilépõ üzenet: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Utoljára látott cím: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "%s szintjének új értéke a (%s) csatornán: %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "A szintnek kizárólag %d és %d között kell lennie."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Ez a parancs használhatatlan ebben a módban. (xOP)"
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Azon bejegyzések listája, melyek egyeznek ezzel, %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "%s csoportjába tartozó nickek listája:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "A csoportodba tartozó nickek listája:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Helyi csatornák nem regisztrálhatók."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Logon news tétel #%d törölve."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Logon news tétel #%d nem található!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Fellépési hírek:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Magadat kérdezed le %s, eh?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE szoba mód"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO Fájlnév"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD Fájlnév"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD Fájlnév"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Maszk %s már szerepel a kivétel listán."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Ez a maszk: %s már szerepel a hozzáférési listádon."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "A maszknak ilyen formátumúnak kell lennie: user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Legtöbb felhasználó: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "A (%d.) számú üzenet nem szerepel az üzenetlistán!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Üzenet szám: %d; feladó: %s (%s). Törléshez: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Üzenet szám: %d; feladó.: %s (%s). Törléshez: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "A megadott üzenetet (%d) töröltem."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "%s ezentúl korlátlan számú üzenetet fogadhat."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "%s maximálisan fogadható üzeneteinek száma: %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "%s ezentúl nem fogadhat üzeneteket."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Túl nagy érték a max.bejövÕ üzenetnek,%d az új értéke."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Üzenet elküldve %s részére."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "A megadott üzeneteket %s töröltem."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "%s üzenetei. Olvasáshoz írd be: /msg %s READ szám"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "%s üzenetei. Olvasáshoz : /msg %s READ %s szám"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Üzenet mód"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "%c mód figyelmen kívül hagyva, mert nem rögzítheted."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "A (%s) csatornán minden +h mód levéve."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "A (%s) csatornán minden +o mód levéve."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "A (%s) csatornán minden +v mód levéve."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "A megadott csatornán (%s) az új Mode lock: %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "%s modul betöltve"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "%s modul kitöltve"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Modul: %s Verzió: %s Szerzõ: %s Betöltve: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Modul: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} szerver"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NS Aliases\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NS Csoport\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Nem lesz kirúgva a bot automatikus funkcióival."
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Új memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Új üzenet %s részére. Olvasáshoz: /msg %s READ szám"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "%s új üzenetei. Olvasáshoz,: /msg %s READ %s szám"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "A Hírlista tele!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Ezt a nicket: %s %s forbidolta:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr " %snick illegális nicknév vagy nem használható."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Ez a nick: %s jelenleg használatban van."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "%s nick most már forbidolt."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "A %s nick a Hálózat Szervízének egysége."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Ezt a nicket %s nem fogja a services."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Ez a nick: %s nincs jelenleg használatban."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Ez a nick: %s nem regisztrált."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr " %snicket nem lehet regisztrálni vagy használni."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s nick nem található a mellõzöttek listáján."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "A nicked %s meg lett csonkítva %d karakter hosszúságúra."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "%s nickre nem érkezett memo üzenet tõled."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr " %s nick sikeresen kijelentkezett."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is currently suspended."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is now released."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is now suspended."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NEM regisztrált, próbáld késõbb."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "A %s nicknév érvényesítve. "
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "A %s nicknevet dropoltad."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Ez a nicknév: %s már regisztrált!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Ez a nicknév: %s nem regisztrálható."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Ez a nicknév: %s számodra lett regisztrálva: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registered."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nicknév Regisztráció (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Nicknév jelszó (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Ha egy regisztrált nicknevet %d napig nem használnak, akkor\n"
+"a regisztrációja elévül, a nicknevet bárki regisztrálhatja,\n"
+"és használhatja."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Nincs # a szoba neve elõtt."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Nincs Bot mód most OFFa %s szobán."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Nincs Bot mód most ONa %s szobán."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Nincs Email listázva ehhez: %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Nincs bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Nincs ezzel kapcsolatban segítség: %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Nincs elérhetõ információ a %s modulról"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Nincs törölhetõ fellépési hír!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Nincs ilyen bejegyzés a %s AOP listán."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Nincs ilyen bejegyzés a %s HOP listán."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Nincs ilyen bejegyzés a %s SOP listán."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Nincs ilyen bejegyzés a %s VOP listán."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Nincs ilyen bejegyzés a (%s) csatorna hozzáférési listáján."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Nincs ilyen bejegyzés a (%s) csatorna autokick listáján."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Nincs ilyen szó %s a tiltott szavak listáján."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Nincs ilyen bejegyzés a session-korlát kivétel listán."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Nincs ilyen bejegyzés az AKILL listán."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Nincs ilyen bejegyzés az SNLINE listán."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Nincs ilyen bejegyzés az SQLINE listán."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Nincs ilyen bejegyzés az SZLINE listán."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "A megadott üzenetek nem szerepelnek az üzenetlistán."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Nincs visszavont memo üzenet."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Nem töröltem egy üzenetet sem."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Jelenleg nincs modul betöltve."
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Nincs törölhetõ opernews tétel!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Nincs törölhetõ random news tétel!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Nincs indok"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Nincs signkick, ha a SIGNKICK LEVEL használatban van."
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Nem található (#%d) a %s AOP listán."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Nem található (#%d) a %s HOP listán."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Nem található (#%d) a %s SOP listán."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Nem található (#%d) a %s VOP listán."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "A bejegyzés (#%d) nem található %s hozzáférési listáján."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "A bejegyzés (#%d) nincs a (%s) csatorna autokick listáján."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "Nincs (#%d) ilyen szó a %s tiltott szavak listáján."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "Nincs bejegyezve (#%d) session-korlát a kivétel listán."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Nincs"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Nem léphet a csatornára, ha a RESTRICTED használatban."
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Megjegyzés: azok a csatornák, amelyeket nem használnak %d\n"
+"napig, automatikusan elvesztik regisztrációjukat.\n"
+"Automatikusan dropolásra kerülnek."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Szám Korlát Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flagek"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Opok értesítése"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS { ADD | DEL |LIST } [ szöveg | szám ]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "A régi info megegyezik az újjal."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Szint Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Csak Szuper-Admin használhatja a parancsot."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice option for %s is now OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice option for %s is now ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Oper news tétel #%d törölve."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Oper news tétel #%d nem található!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Oper hírek listája:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "%s operflagek megadva a %s nicknek."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Opok védelme"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Ez az opció: %snem állítható be ezen a hálózaton."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Kód a %s nickhez: %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Jelszavad elfogadva - azonosítás sikeres."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Jelszavas azonositás szükséges ehhez a parancshoz.\n"
+"Próbáld újra miután beírtad: /msg %s IDENTIFY jelszó."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Jelszavas azonositás szükséges ehhez a parancshoz.\n"
+"Próbáld újra miután beírtad: /msg %s IDENTIFY %s jelszó."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Jelszavad megváltoztatva a következõre: %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Jelszavad megváltoztatva."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "%s jelszava: %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Hibás jelszó."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "%s nick jelszava elküldve."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Békesség"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace option for %s is now OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace option for %s is now ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Keress meg egy Operátort és kérj tõle vhostot."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Próbálj nehezebb jelszót használni .Jelszavad min. öt\n"
+"karakter legyen,\tés nem kitalálható legyen, (ne a\n"
+"nickneved/valósneved), ne legyen benne írásjel."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Kérlek használj érvényes szerver nevet amikor jupolsz!"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Please use the symbol of # when attempting to register"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Kérlek várj %d másodpercet és próbáld újra."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Kérlek várj %d másodpercet, mielõtt ismét használod a GROUP parancsot."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr " Várj %d másodpercet mielõtt használnád ezt a parancsot!"
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Kérlek várj %d másodpercet mielõtt újra használod az RSEND parancsot."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Kérlek, várj %d másodpercet mielõtt SEND parancsot újra használod!"
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privát"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Private mód a %s botban most OFF."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Private mód a %s botban most ON."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private option for %s is now OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private option for %s is now ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "A Private opció most már OFF."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "A Private opció most már ON."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Kill védelem"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "A Kill védelem opció most már OFF."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "A Kill védelem opció most már ON, csökkentet idõvel."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "A Kill védelem opció most már ON, késleltetés nélkül."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "A Kill védelem opció most már ON."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "IRCD kezelés: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Modul parancsai: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS { ADD | DEL | LIST } [ szöveg | szám ]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [#szoba] {list | LAST | NEW }"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nicknév [jelszó]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER #szoba leírás"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER jelszó email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER jelszó [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nicknév [jelszó]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | #szoba} memo-szöveg"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Random news tétel #%d törölve."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Random news tétel #%d nem található!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Véletlenszerû hírek listája:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Regisztráció 1 lépése lehet, hogy elévült, írd be: \"/msg %s register "
+"<jelszó> <email>\"."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Korlátozott hozzáférés"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Restricted access option for %s is now OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Restricted access option for %s is now ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY #szoba szöveg"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | #szoba} memo-szöveg"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nicknév"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "SENDPASS nem elérhetõ, amíg az encryption használatban van."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN nincs meghatározva; nem tud újraindulni.\n"
+"Térj vissza a configure scripthez és kez újra a forgatást. \n"
+"Szervízhez engedélyezd a RESTART parancsot."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST korlát"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW hoszt"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST korlát | VIEW hoszt}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hosztmaszk>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET #szoba opció beállítások"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET botname NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET botnév PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET #szoba opció paraméterek"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET #szoba DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET #szoba DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET #szoba FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET szoba GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET #szoba KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET #szoba NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET #szoba OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET #szoba PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET #szoba PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET #szoba RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET #szoba SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET #szoba SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET #szoba SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET #szoba SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET szoba SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET #szoba TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET #szoba XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opció paraméterek"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET opció beállítás"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE szám"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [#szoba] limit"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [user | #szoba] {limit | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET MSG {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opció paraméterek"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hosztmaszk>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "SNLINE lista üres."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[ +lejárat] {maszk| sorszám }[:"
+"Indok]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP #szoba { ADD | DEL | LIST | CLEAR }[ nick | sorszám]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s SOP listája:\n"
+" Sorszám Nicknév"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "SQLINE lista üres."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD|DEL|LIST|VIEW|CLEAR}[ [ +lejárat ] { maszk | sorszám }[ indok ]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s forbidden"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s not registered"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s not online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND #szoba indok"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND #szoba [indok]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nickname reason"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick újnick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "SZLINE lista üres."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR }[[ +lejárat ] { maszk | sorszám } "
+"[ indok ]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Secure"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Founderjog védelme"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Opjog védelme"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure founder option for %s is now OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure founder option for %s is now ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure ops option for %s is now OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure ops option for %s is now ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure option for %s is now OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure option for %s is now ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "A Secure opció most már OFF."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "A Secure opció most már ON."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Biztonság"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "Szervíz Defcon módban fut, próbáld késõbb."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "A Szervíz nem írja ki a napló üzeneteket a csatornára."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Szervíz új DEFCON szintje %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Szervíz elévülõ módban van."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Szervíz nem elévülõ módban van."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Szervíz most  csak olvas módban."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Szervíz most olvas ír módban."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Szervíz most debug módban (szint: %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Szervíz most debug módban fut."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Szervíz most már nem fut debug módban."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Szervíz most kiegészíti log üzeneteket %s -hoz."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "A Szervíz úgy van beállítva, hogy nem küld mailt."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Szervíz mellõzés lista:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Szervíz nem tudja változtatni a módokat.\n"
+"A szervereid jól vannak beállítva?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Szervíz nem tudja változtatni a módokat.\n"
+"A szerverek U:lines beállitása helyes?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Szervíz fent van %d nap, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Szervíz fent van %d nap, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Szervíz fent van %d óra, %d perce"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Szervíz fent van %d óra, %d perce"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Szervíz fent van %d óra, %d perce"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Szervíz fent van %d óra, %d perce"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Szervíz fent van %d perc, %d másodperce."
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Szervíz fent van %d perc, %d másodperce."
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Szervíz fent van %d perc, %d másodperce."
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Szervíz fent van %d perc, %d másodperce."
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "A szervíz mostantól  privát üzenetekbenválaszol."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "A szervíz újra notice-t küld a válaszoknál."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Szervíz konfigurációs fájl újratöltve."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "A Services rendelkezésedre bocsájtotta a nicket."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Session korlát %s részére %d-re állítva."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Session korlátozás tiltva."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Session-korlát lista megtelt!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Session\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessions Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"%s beállítás nem ismert. Írd be /msg %s HELP LEVELS DESC\n"
+"az érvényes beállítások listájának megtekintéséhez. "
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "A DEBUG beállításhoz kell ON,/OFF,/ pozitív szám."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Mellõzés beállitásnak kell lenni ON vagy OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"LOGCHAN beállításához kell ONvagy OFFés \n"
+"LogCsatornát kell beállítani."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Az NOEXPIRE beállításhoz kell ON vagy OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "READONLY beállitáshoz kell lenni ON vagy OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+"SET SuperAdmin ON vagy OFF \n"
+"(engedélyezni kell a services.conf-ban)"
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signed kick option for %s is now OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signed kick option for %s is now ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Signed kicks"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Sorry, OLINE is not available on this network."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Sajnálom, az RSEND használata le van tiltva ezen a hálózaton."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "SNLINE nem használható ezen a hálózaton."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Sorry, SQLINE is not available on this network."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Sorry, SVSNICK is not available on this network."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "SZLINE nem használható ezen a hálózaton."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Sorry, UMODE is not available on this network."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Bot társítás ideiglenesen nem mûködik."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "A bot létrehozása sikertelen."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "A bot módosítás ideiglenesen szünetel."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Bot beállítás idõlegesen szünetel."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Csatorna AOP lista módosítás szünetel."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Csatorna HOP lista módosítás szünetel."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Csatorna SOP lista módosítás szünetel."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Csatorna VOP lista módosítás szünetel."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "A csatorna hozzáférési listájának módosítása szünetel."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Csatorna autokick listájának módosítása szünetel."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Csatornán tiltott szaval listájának változtatása letiltva."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "A csatornák regisztrációjának törlése jelenleg szünetel."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "A csatornák opcióinak beállitása jelenleg szünetel."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Sajnálom, a csatorna regisztráció jelenleg szünetel."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Sajnálom, a jelszavad nem sikerült megváltoztatni."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Sajnálom, a group parancs használata sikertelen."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Sajnálom, azonosítás sikertelen."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Kirúgás használata ideiglenesen letiltva."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Sajnálom, a memo visszavonás jelenleg szünetel."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Üzenet opcióinak beállítása szünetel."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Sajnálom, az üzenetküldés szünetel."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Sajnálom, a nicknevek regisztrációjának törlése szünetel."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Sajnálom, a csoportok használata ideiglenesen le van tiltva."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Sajnálom, a nicknév opció beállítás jelenleg szünetel."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Sajnálom, a nickregisztráció jelenleg nem mûködik."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Sajnálom, a regisztráció sikertelen."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Te csak %d AKILL-t jegyezhetsz."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Csak %d számú helyed van a csatorna VOP/AOP/SOP listán."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Te csak %d számú SNLINE-t jegyezhetsz."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Te csak %d SQLINE-t jegyezhetsz."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Te csak %d SZLINE-t jegyezhetsz."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Neked csak %d bejegyzésed lehet a hozzáférési listán."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Neked csak %d helyed van a csatorna listáján."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "%d bejegyzésnél nem lehet több a listán."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Csak %d tiltott szó lehet a csatornán."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Már túllépted a felsõ korlátot (%d) a csatornán."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Már elérted a felsõ korlátot (%d) csatornák számában."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Statisztika nullázva."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Státusz frissítve (memok, vhost, chmodok, flagek)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Ne floodolj!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Ne ismételd magad!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "A megadott csatorna %s successora törölve."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "A megadott csatorna (%s) új successora: %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin setting not enabled in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Együttélés"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Együttélés mód most OFFa %s szobán."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Együttélés mód most ONa %s szobán."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Szintaktika: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Syntax: %s #szoba BANTYPE bantípus\n"
+"\n"
+"A banolás típusának beállítása, amit a Services akkor fog\n"
+"használni, ha valakit banolni kell a csatornáról.\n"
+"\n"
+"A bantípus egy szám 0 és 3 között a jelentése:\n"
+"\n"
+"0: *!user@host formátumú tiltás\n"
+"1: *!*user@host formátumú tiltás\n"
+"2: *!*@host formátumú tiltás\n"
+"3: *!*user@*.domain formátumú tiltás"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Syntax: %s #szoba DESC leírás\n"
+"\n"
+"Beállítható a szoba általános meghatározása, ami látszódni\n"
+"fog a LIST és INFO parancs használata esetén."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Syntax: %s #szoba ENTRYMSG [üzenet]\n"
+"\n"
+"Beállít egy üzenetet, amit /notice formában fognak\n"
+"a szobába belépõ userek megkapni. Ha nincs paraméter\n"
+"megadva akkor a szoba belépõ üzenete törlõdik."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Syntax: %s #szoba FOUNDER nick\n"
+"\n"
+"Megváltoztatja a szoba founderjét.\n"
+"Az új nicknév regisztrált kell hogy legyen!"
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Syntax: %s #szoba KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a topic megtartása opciót a\n"
+"szoba részére. Ha a topic megtartása be van állítva,\n"
+"a topicot a %S megjegyzi miután az utolsó user elhagyja a\n"
+"szobát, és visszaállítja a következõ megnyitáskor."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Syntax: %s #szoba MLOCK módok\n"
+"\n"
+"Beállíthatod a mode-lock opciót a csatornán. A %S\n"
+"lehetõséget nyújt arra, hogy meghatározd azokat a módokat\n"
+"amelyek mindig be (vagy ki) lesznek kapcsolva. \n"
+"\t\n"
+"A módok felrakhatóak a /MODE paranccsal is; \n"
+"azok a módok amelyek a + jel után vannak lockolódnak,\n"
+"és azok a módok amelyek a - jel után vannak nem\n"
+"rakhatóak fel a szobára.\n"
+"\n"
+"Figyelmeztetés: Ha beállítasz egy mode-lock alatti \n"
+"kulcsot, mint azt a második példában látod, akkor be kell\n"
+"állítanod a RESTRICTED opciót a csatornán (lásd \n"
+"HELP\tSET RESTRICTED) vagy bárki beléphet a szobába,\n"
+"amikor üres és lehetõsége lesz meglátni a kulcsot!\n"
+"\n"
+"Példák:\n"
+"\n"
+" SET #szoba MLOCK +nt-ikl\n"
+" Az \"n\" és a \"t\" állandóan fent van, és az \"i\", \"k\", és\n"
+" \"l\" állandóan ki lesz kapcsolva. Minden más mód \n"
+" felrakása-levétele szabad.\n"
+"\n"
+" SET #szoba MLOCK +knst-ilmp my-key\n"
+" A \"k\", \"n\", \"s\", és \"t\" állandóan fent van, és az \"i\",\n"
+" \"l\", \"m\", és a \"p\" ki lesz kapcsolva. A szobába való\n"
+" belépéshez szküséges jelszó:\t\"my-key\".\n"
+"\n"
+" SET #szoba MLOCK +\n"
+" Eltávolítja az összes lockolt módot.\n"
+" Minden mód szabadon ki/bekapcsolható."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Syntax: %s #szoba OPNOTICE {ON | OFF}\n"
+"\n"
+"Be/kikapcsolja az opnotice opciót a csatornán.\n"
+"Amikor az op-notice be van kapcsolva, a %S megjegyzést\n"
+"fog küldeni a csatornára, amikor a felhasználók használják\n"
+"az OP, VOICE, vagy a hozzájuk kapcsolódó parancsokat a\n"
+"szoban."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Syntax: %s #szoba PEACE {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a peace opciót.\n"
+"Amikor a peace be van állítva, akkor a userek nem,\n"
+"rúghatnak ki, tilthatnak ki olyan usert akinek az övékkel\n"
+"egyenlõ vagy magasabb szintje van a %S parancsokhoz."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Syntax: %s #szoba PRIVATE {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a private opciót a csatornán.\n"
+"Amikor a private be van kapcsolva, a /msg %S LIST \n"
+"parancs által kilistázott csatornák között nem szerepel \n"
+"a szoba."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Syntax: %s #szoba RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Syntax: %s #szoba SECURE {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letitlja a %S biztonsági lehetõségeit\n"
+"a szobában. Ha SECURE mûködik, csak azok a felhasználók\n"
+"akik regisztráltak és beazonosítottak a %s-be a\t\n"
+"jelszavukkal (használván az IDENTIFY parancsot) kaphatnak\n"
+"a szobában jogokat, ha szerepelnek a hozzáférési listán."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Syntax: %s #szoba SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a secure founder opciót a \n"
+"csatornán. Amikor a secure founder be van állítva, csak\n"
+"a valódi founder tudja dropolni a csatornát, átírni a \n"
+"szoba jelszavát, founderét, jogutódját, de azok nem,\n"
+"akik csak az IDENTIFY parancsot használták a %S-ben."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Syntax: %s #szoba SECUREOPS {ON | OFF}\n"
+"\n"
+"Bekapcsolja vagy letiltja a secure ops opciót.\n"
+"Amikor a secure ops be van kapcsolva, akkor azok, akik \n"
+"nem szerepelnek a hozzáférési listán nem kaphatnak szoba\n"
+"operátori státuszt."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Syntax: %s #szoba SIGNKICK {ON | SZINT | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a signed kick opciót a csatornán\n"
+"Amikor a SIGNKICK be van állítva, a %S KICK parancsával\n"
+"végrehajtott kirúgásokban az indokban szerepel az op neve.\n"
+"\n"
+"Ha használod a LEVEL-t, akkor azok, akiknek a szintje\n"
+"megegyezik vagy magasabb, mint a signkick szintje, azoknak\n"
+"a neve nem fog szerepelni a kick indokjában.\n"
+"Lásd még: /msg %S HELP LEVELS bõvebb információkért. "
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Syntax: %s #szoba SUCCESSOR nick\n"
+"\n"
+"Megváltoztatja a successort a csatornán. Ha a founder neve\n"
+"elévül vagy törlõdik, de a szoba még regisztrált, akkor\n"
+"a successor lesz a szoba új founderje.\n"
+"Ha, a successornak már túl sok regisztrált csatornája van \n"
+"(%d), a csatornának megszûnik a regisztrációja, akkor\n"
+"is ez történik, ha nem volt megadva successor.\n"
+"A nicknek regisztrálnak kell lennie."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Syntax: %s #szoba TOPICLOCK {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja a topic lezárása opciót a \n"
+"csatornán. Ha a topic lezárása be van kapcsolva,a %S nem\n"
+"engedélyezi a csatornán a topic változtatását a TOPIC\n"
+"paranccsal."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Syntax: %s #szoba XOP {ON | OFF}\n"
+"\n"
+"Engedélyezi vagy letiltja az xOP lista rendszert.\n"
+"Ha az XOP be van kapcsolva, akkor AOP/SOP/VOP\n"
+"parancsokkal osztogathatod a csatornán a privilégiumokat\n"
+"a usereknek, máskülönben az ACCESS parancsot használod.\n"
+"\n"
+"Az xOP lista rendszerrõl az access lista rendszerre való \n"
+"áttérés nem okoz gondot."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Syntax:\tACCESS #szoba ADD nick szint\n"
+"\t\tACCESS #szoba DEL {nick | sorszám | lista}\n"
+"\t\tACCESS #szoba LIST [maszk | lista]\n"
+"\t\tACCESS #szoba VIEW [maszk | lista]\n"
+"\t\tACCESS #szoba CLEAR\n"
+"\n"
+"Access lista a csatornán. A hozzáférési lista (access)\n"
+"meghatározza, hogy mely userek kaphatnak op státuszt vagy\n"
+"hozzáférést a %S parancsokhoz a csatornán. Különbözõ\n"
+"user szintek lehetõséget adnak arra, hogy eltérõ jogokat \n"
+"kaphassanak; információért /msg %S HELP ACCESS LEVELS.\n"
+"A nick, amely nem szerepel az access listán 0-ás szintû.\n"
+"\n"
+"Az ACCESS ADD paranccsal hozzáadható a nicknév az\n"
+"access listához a megadott szinttel; ha a nick szerepel\n"
+"a listán,akkor a szintje változik csak meg. A szintamit\n"
+"meghatározol, kisebb kell, hogy legyen a te szintednél és\n"
+"ha a nick már szerepel a listán, akkor a jelenlegi \n"
+"szintjánek a tiédnél alacsonyabbnak kell lennie.\n"
+"\n"
+"Az ACCESS DEL törli a nicknevet az access listáról.\n"
+"Ha intervallumot adsz meg, akkor minden benne szereplõ\n"
+"nicknevet törölsz.\n"
+"\n"
+"Az ACCESS LIST paranccsal megtekintheto az access lista.\n"
+"Ha intervallumot is megadsz, akkor abban az intervallumban\n"
+"szereplõ nicknevek listázása fog megtörténni.\n"
+"\n"
+"ACCESS #szoba LIST 2-5,7-9\n"
+"\tListázza azokat a usereket, akik 2 és 5 között illetve\n"
+"\t7-tõl 9-ig szerepelnek a listán.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Az ACCESS CLEAR parancs töröl minden bejegyzés a szoba\n"
+"hozzáférési listájáról."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Syntax: ACCESS ADD maszk\n"
+" ACCESS DEL maszk\n"
+" ACCESS LIST\n"
+"\n"
+"Módosítja vagy kiirja a hozzáférési listát a nickedhez.\n"
+"Ez azon címeknek a listája, amelyek automatikusan úgy \n"
+"tekintõdnek a %S-ben, hogy engedélyük van a nicket \n"
+"használni. Ha a nicked más címekrõl akarod használni,\n"
+"akkor nem kell IDENTIFY parancsot küldened, hogy úgy\n"
+"legyél tekintve, a %S-ben, mint a nick tulajdonosa.\n"
+"\n"
+"Példák:\n"
+"\n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Hozzáférést engedélyez az anyone identnek bármely\n"
+" géprõl aminek a bepeg.com a domainje.\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Törli az elözõ parancsot.\n"
+"\n"
+" ACCESS LIST\n"
+" Megmutatja a hozzáférési listát."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Syntax: ACT #szoba szöveg\n"
+"\n"
+"A bot \"/me\" akcióval küldi el a megadott szöveget\n"
+"a csatornára."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Syntax: AKICK #szoba ADD {nick | maszk} [indok]\n"
+" AKICK #szoba STICK maszk\n"
+" AKICK #szoba UNSTICK maszk\n"
+" AKICK #szoba DEL {nick | maszk | entry-num | list}\n"
+" AKICK #szoba LIST [maszk | entry-num | list]\n"
+" AKICK #szoba VIEW [maszk | entry-num | list]\n"
+" AKICK #szoba ENFORCE\n"
+" AKICK #szoba CLEAR\n"
+"\n"
+"Karbantarthatod a csatornához tartozó autokirúgás listát\n"
+"Ha egy olyan felhasználó, akinek a maszkja megegyezik egy \n"
+"az akick listán szerepelõ maszkkal megprobál belépni a \n"
+"csatornára,\takkor a %S kitiltja és aztán kirúgja.\n"
+"\t\n"
+"Az AKICK ADD parancs hozzáadja a megadott nicket\n"
+"vagy usermaszkot az AutoKick listához. Ha megadsz \n"
+"indokot is a parancsban, akkor ezzel az indokkal\n"
+"fogja kirúgni a ChanServ az illetõt, ha nincs \n"
+"megadva, akkor az alapbeállítás szerinti indok:\n"
+"\"You have been banned from the channel\".\n"
+"\n"
+"Az AKICK STICK paranccsal véglegesen kitiltod az\n"
+"adott maszkot a csatornáról. Ha valaki megpróbálja \n"
+"levenni a bant, a %S automatikusan visszateszi.\n"
+"Ezt nem használhatod regisztrált nevekre.\n"
+"\n"
+"Az AKICK UNSTICK parancs törli a hatását az\n"
+"AKICK STICK parancsnak, tehát ismét lehetõséged\n"
+"lesz levenni a tiltást a csatornádról.\n"
+"\n"
+"Az AKICK DEL parancs eltávolítja a megadott maszkot az\n"
+"autokirúgás listáról.\n"
+"Ez nem müködik, hacsak nem távolítunk el minden az adott\n"
+"nickre, identre, hostra szoló tiltást, ami az autókirugás\n"
+"listán szerepel; mindegyiket egyenként kell törölni.\n"
+"\n"
+"Az AKICK LIST parancs megjeleníti az autókirúgás listát,\n"
+"vagy optionális esetben csak azokat jeleniti meg, amelyek\n"
+"egyeznek a megadott maszkkal.\n"
+"\n"
+"Az AKICK VIEW ugyanaz, mint a AKICK LIST, de több\n"
+"részletet jelenít meg.\n"
+"\n"
+"AKICK ENFORCE hatására a %S ellenörzi az akick listát\n"
+"és eltávolít minden usert, aki szerepel a listán.\n"
+"\n"
+"AKICK CLEAR paranccsal az összes akick lista bejegyzés \n"
+"törölhetõ."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Syntax: AKILL ADD [ +lejárat] maszk indok\n"
+" AKILL DEL {maszk | sor-szám | list}\n"
+" AKILL LIST [maszk | list]\n"
+" AKILL VIEW [maszk | list]\n"
+" AKILL CLEAR\n"
+"\n"
+"Lehetõséget ad a szervíz opoknak, hogy karbantartsák az\n"
+"AKILL listát. Ha egy felhasználó az AKILL maszkkal egyezõ\n"
+"cimrõl próbál csatlakozni , akkor szervíz kiad egy KILL \n"
+"parancsot a nickre, és a támogatott szervertípusokon arra\n"
+"utasít minden szervert, hogy adjon K-linet a maszknak.\n"
+"\n"
+"AKILL ADD hozzáadja a megadott user@host/ip maszkot az\n"
+"AKILL listára a megadott indokkal (amit meg kell adnod).\n"
+"Az elévülést egész számmot kovet egy idõparaméter d (nap),\n"
+"h (óra), m (perc).Ezek kombinálása nem lehetséges(1h30m).\n"
+"ha nem adsz meg idõegységet akkor önmagában napot jelent.\n"
+"(+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem \n"
+"elévülõ lesz.Ha a usermaszk + -al kezdõdik akkor elévülést\n"
+"meg kell adni akkor is ha megegyezik az alapértelmezéssel.\n"
+"Az AKILL jelenlegi alapértelmezett elévüólési ideje \n"
+"megnézhetõ a STATS AKILL paranccsal.\n"
+"AKILL DEL törli a maszkot az AKILL listáról, ha rajta\n"
+"van. Ha bejegyzés sorszámot adsz meg akkor azok fognak\n"
+"törlõdni.(lásd a példát alább)\n"
+"AKILL LIST kiirja a jelenlegi AKILL listát. Ha egy \n"
+"\"*\" karakteres maszk van megadva, akkor csak azokat az\n"
+"AKILL-eket listázza, amelyek ráillenek a megadott maszkra.\n"
+"Ha sorszámot adsz meg akkor azok fognak törlõdni. Példa:\n"
+"\tAKILL LIST 2-5,7-9\n"
+" Listázza az AKILL-en lévoket 2-tõl 5-ig és 7-tõl 9-ig\n"
+" az AKILL listából\n"
+"AKILL VIEW részletesebb verziója az AKILL LIST-nek,\n"
+"amely megmutatja, hogy ki vette fel az AKILL-t,\tmikor lett\n"
+"felvéve és mikor jár le, éppúgy, felhasználó@gazdanév \n"
+"maszkot és indokot.\n"
+"\t\n"
+"AKILL CLEAR töröli az összes AKILL bejegyzést.\n"
+"\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntax: ALIST [szint]\n"
+"\n"
+"Listáz minden csatornát, ahol hozzáférésed van. \n"
+"Opcionálisan megadhatod a szintet XOP vagy ACCESS\n"
+"formátumban is. Az eredmény csak azon szobákat fogja \n"
+"megjeleniteni, ahol a megadott hozzáférési szinted van.\n"
+"\n"
+"Példák:\n"
+" ALIST Founder\n"
+" Listáz minden csatornát, ahol Founder hozzáférésed van.\n"
+" ALIST AOP\n"
+" Listáz minden csatornát, ahol AOP hozzáférésed\n"
+" vagy magasabb szinted van.\n"
+" ALIST 10\n"
+" Listáz minden csatornát, ahol 10-es hozzáférésed\n"
+" vagy magasabb szinted van.\n"
+"Azok a csatornák melyeken a NOEXPIREopció be van állítva,\n"
+"prefixel lesznek megjelölve a listában."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [nicknév] [szint]\n"
+"\n"
+"Paraméter nélkül listázza azokat a csatornákat, ahol \n"
+"hozzáférésed van.\tEgy paraméterrel azokat a szobákat \n"
+"listázza, ahol hozzáférése van a nicknnév-nek. Két \n"
+"paraméterrel azokat a csatornákat listázza, ahol megadott\n"
+"szintû vagy magasabb a hozzáférése a nicknév-nek. \n"
+"\n"
+"Ennek a használata korlátozva Szervíz adminra."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: AOP #szoba ADD nick\n"
+" AOP #szoba DEL {nick | sorszám | lista }\n"
+" AOP #szoba LIST [ maszk | lista ]\n"
+" AOP #szoba CLEAR\n"
+"\n"
+"Karbantartja az AOP(AutoOP) listát a csatornán. Az AOP \n"
+"listán szereplõ userek automatikusan megkapják belépéskor \n"
+"az operátor státuszt, unbanhatják magukat, meghívhatják \n"
+"magukat a csatornára,megjelenithetik a köszöntõ üzenetüket\n"
+"stb.\n"
+"\n"
+"Az AOP ADD paranccsal hozzáadhatsz egy nickenevet a \n"
+"csatornád AOP listájához.\n"
+"\n"
+"Az AOP DEL paranccsal eltávolíthatsz egy megadott \n"
+"nicknevet a csatornád AOP listájáról. Ha sorszámokat \n"
+"intervallumban adunk meg (lásd a listázásnál), akkor a \n"
+"megadott bejegyzések kerülnek törlésre.\n"
+"\n"
+"Az AOP LIST parancs megadja az AOP listát.\n"
+"Ha nem vagyunk kiváncsiak a teljes listára akkor a \n"
+"listában szereplõ Aop sorszámát megadva is megtudhatjuk a\n"
+"nevét, megadhatunk intervallumot is.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tAOP #szoba LIST 2-5,7-9\n"
+"\t\tListázza az AOP-okat 2 és 5 között és\n"
+"\t\t7-tol 9-ig.\n"
+" \n"
+"Az AOP CLEAR parancs kiüriti a szoba AOP listáját.\n"
+"\n"
+"Az AOP ADD és AOP DEL parancsokat csak SOP vagy \n"
+"magasabb szinttel rendelkezo userek használhatják, de az\n"
+"AOP CLEAR parancsot csak a szoba foundere adhatja ki.\n"
+"Habár, minden AOP listán szereplo user használhatja az\n"
+"AOP LIST parancsot.\n"
+"\n"
+"Ezt a parancsot letilthatod a csatornádon, és helyette \n"
+"használhatod az access lista rendszert. Nézd meg: /msg \n"
+"%S HELP ACCESSbõvebb információért az access listáról, és\n"
+"írd be: /msg %S HELP SET XOP hogy megnézd, hogyan tudsz \n"
+"váltani az xOP rendszerrol az access lista rendszerre."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Syntax: ASSIGN #szoba nick\n"
+"\n"
+"Társítja a megnevezett botot a szobához. Beállíthatod a\n"
+"botodat a csatornád igényeidnek megfelelõen.\n"
+"Kellemes botozást! :-)"
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Syntax:BADWORDS #szoba ADD szó [SINGLE | START | END]\n"
+"\t BADWORDS #szoba DEL { szó | sorszám | list}\n"
+"\t BADWORDS #szoba LIST [ maszk | list]\n"
+"\t BADWORDS #szoba CLEAR\n"
+"Karbantartja a szoba csúnyaszó listáját. A tiltott\n"
+"szavak listája meghatározza, hogy mely szavak kiejtésére\n"
+"rúgja ki a bot a usert, ha a kirúgás engedélyezve van,\n"
+"errõl bõvebb információk: /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"A BADWORDS ADD parancs hozzáad egy szót a listához.\n"
+"Ha a SINGLE van megadva, akkor lesz kirúgja a user, ha\n"
+"a konkrét szót mondja ki.\n"
+"Ha a START van megadva, akkor a szó elejét figyeli a bot.\n"
+"Ha az END van megadva, akkor a szó végét figyeli a bot.\n"
+"Ha nem adsz meg semmit, akkor\ta user minden alkalommal\n"
+"kirúgásra kerül, ha kiejti a szót.\n"
+"Ha nem beszél csúnyán, akkor semmi baja nem lesz! :-)\n"
+"A BADWORDS DEL parancs eltávolítja a megadott szót\n"
+"a tiltott szavak listájáról. Ha egy sorozatot adsz meg\n"
+"a bejegyzések számával, akkor azok a bejegyzések kerülnek\n"
+"törlésre. (Lásd lentebb a listázást.)\n"
+"\n"
+"A BADWORDS LIST parancs megjeleníti a tiltott szavakat.\n"
+"Ha használod a * karaktert, akkor csak az egyezõ\n"
+"bejegyzések kerülnek listázásra. Ha egy sorozatot adsz meg\n"
+"akkor azok a bejegyzések kerülnek megjelenítésre; példa:\n"
+" BADWORDS #szoba LIST 2-5,7-9\n"
+" Listázza a csúnyaszavakat 2-tõl 5-ig és a 7-tõl\n"
+" 9-ig.\n"
+" \n"
+"BADWORDS CLEAR parancs törli az összes bejegyzést\n"
+"a tiltott szavak listájáról"
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: BAN #szoba nick [indok]\n"
+"\n"
+"Kitilt egy kiválaszott nicket a csatornáról.\n"
+"\n"
+"Alapbeállítás szerint, minimum AOP vagy 5-ös access \n"
+"szinttel kell rendelkezned a csatornán, hogy használhasd."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Syntax:\tBOT ADD nick user hoszt valós\n"
+"\t\tBOT CHANGE réginick újnick [user [ hoszt [ valós ]]]\n"
+"\t\tBOT DEL nick\n"
+"\n"
+"Lehetõvé teszi a Services Operatoroknak, hogy létrehozzanak\n"
+"töröljenek, módosítsanak botokat, amiket a userek\n"
+"használhatnak a csatornáikon.\n"
+"\n"
+"BOT ADD hozzáad egy botot a megadott nick, usernév,\n"
+"hostnév és valósnév használatával. Amióta nincs ellenõrzés\n"
+"kérlek óvatósan használd ezt a parancsot.\n"
+"BOT CHANGE megváltoztatja egy bot nickjét, usernevét,\n"
+"hostnevét, valósnevét, anélkül hogy törölni kellene\n"
+"(minden adat, beállítás megmarad benne.)\n"
+"BOT DEL törli a megadott botot a listából. \n"
+"\n"
+"Megjegyzés: ha létrehozol egy botot, egy már regisztrált\n"
+"nickkel, akkor a nick dropolva lesz. Akkor is, ha a user\n"
+"éppen használja a nicket; killelve lesz."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Syntax: BOTLIST\n"
+"\n"
+"Listázza az összes érvényes botot a hálózatról."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Syntax: CANCEL { nick | #szoba }\n"
+"\n"
+"Visszavonja az utolsó memo üzenetet, amit a nicknek\n"
+"vagy csatornának küldtél."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+lejárat] #szobaindok\n"
+"Akillre tesz minden nicket az adott csatornán. Ez a létezo\n"
+"és teljesen valós ident@host maszkot használja, minden \n"
+"nick esetében végrehajtja az AKILLt."
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+"\n"
+"Listáz minden csatornát, ami most aktív az IRC hálózaton\n"
+"attól függetlenül, hogy regisztrált vagy sem.\n"
+"\n"
+"Ha a pattern meg van adva, akkor csak az egyezõket\n"
+"listázza. Ha a nicknév van megadva, akkor listázza azokat\n"
+"a csatornákat, ahol az adott user bent van. Ha a SECRET\n"
+"van megadva, akkor listáz minden pattern-nek megfelelõ\n"
+"csatornár, melyen +s vagy +p mód van fent.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntax: CHECK nick\n"
+"\n"
+"Ellenõrzi, hogy az _utolsó_ üzenet, amit a nick számára\n"
+"küldtél már olvasott-e vagy még olvasatlan.\n"
+"Megjegyzés, ez csak nickekkel mûködik szobákkal nem."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntax: CLEAR #szoba mit?\n"
+"\n"
+"A %S eltávolítja a beállításokat a csatornán. \n"
+"A következõ opciók lehetségesek:\n"
+"\n"
+" MODES Törli az összes módot ami nem szerepel a szoba\n"
+" mode lockjában.\n"
+" BANS Törli az összes tiltást a csatornán.\n"
+" EXCEPTS Törli az összes kivételt a csatornán.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Elvesz minden opot a csatornán. If supported, removes\n"
+"\t\t channel-admin (mode +a) and channel-owner (mode +q)\n"
+"\t\t as well.\n"
+" HOPS Eltávolít minden félop csatorna státuszt (+h mód)\n"
+" az összes csatornán lévõ féloperátortól, ha támogatott.\n"
+" VOICES Elvesz minden \"voice\"-t (mode +v) a csatornán.\n"
+" USERS Eltávolít minden usert a csatornáról (kirúgás).\n"
+"\t\n"
+"Alapbeállításban, a founder szintû userek használhatják."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Syntax: CLEARMODES szoba [ALL]\n"
+"\n"
+"Töröl minden módot (i,k,l,m,n,p,s,t)és kitiltást a \n"
+"csatornáról. Ha az ALL-t megadod akkor eltávolítja\n"
+"az op és voice jogokat (+o és +v módot) a csatornán. \n"
+"\t\n"
+"Korlátozva Szervíz operátornak."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcodE\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"A defcon rendszer képes használni elõre beállított\n"
+"korlátozást a szervíz használatban egy támadás alkalmával\n"
+"a hálózaton."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Syntax: DEHALFOP #szoba [nick]\n"
+"\n"
+"Elveszi a félopot a megadott nicktõl a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadatól veszed el.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán vagy\n"
+"5-ös accessen szereplo userek használhatják vagy min.\n"
+"a HOP listán vagy 4-es access szinten szereplõ userek\n"
+"használhatják, hogy saját maguktól elvegyék a félopot"
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntax: DEL <nick>\n"
+"A vhost törölve az adott nick adatbázisából.\n"
+"Korlátozva Hoszt változtatókra."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: DEL [#szoba] {sorszám | list | LAST | ALL}\n"
+"\n"
+"Törli a megadott memo üzenete(ke)t. \n"
+"Több számot is megadhatsz, intervallumot is használhatsz,\n"
+"az egyszerû sorszám helyett.\n"
+"\n"
+"Ha a LAST meg van adva, az utolsó memo üzenetet törli\n"
+"Ha az ALL van megadve, akkor minden memo üzenetet töröl.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tDEL 1\n"
+"\t\tTörli az elsõ memo üzenetet.\n"
+"\n"
+"\tDEL 2-5,7-9\n"
+"\t\tTörli a memo üzeneteket 2 és 5, illetve 7 és 9 között."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL <nick>.\n"
+"Törlõdik a vhost az összes nickrõl a csoportban ahol az\n"
+"adott nick van és ez a vhosztot használta \n"
+"\n"
+"Korlátozva Hoszt változtatókra."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: DEOP #szoba [nick]\n"
+"\n"
+"Deopolja a megadott nicket a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadat deopolod.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán\n"
+"vagy 5-ös access szinten szereplo userek használhatják."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntax: DEOWNER #szoba\n"
+"\n"
+"Elveszi a tulajdonosi státuszt a csatornán.\n"
+"\n"
+"Csak founder szintu user használhatja."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Syntax: DEPROTECT #szoba [nick]\n"
+"\n"
+"Elveszi a protectet a nicktõl a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadat deprotecteled.\n"
+"\n"
+"Alap beállítás szerint csak a founder tudja használni,\n"
+"vagy min. az SOP listán vagy 10-es access szinten\n"
+"szereplõ userek használhatják maguk deprotectolására."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Syntax: DEVOICE #szoba [nick]\n"
+"\n"
+"Elveszi a voiceot a megadott nicktõl a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadatól veszed el.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán vagy\n"
+"5-ös accessen szereplõ userek használhatják vagy min.\n"
+"a VOP listán vagy 3-as access szinten szereplo userek\n"
+"használhatják saját maguktól elvenni voiceot."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Syntax: DROP #szoba\n"
+"\n"
+"Törli a megnevezett szoba regisztrációját.\n"
+"Csak a szoba founder használhatja."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Syntax: DROP #szoba\n"
+"\n"
+"Törli a regisztrációt a csatornáról.Csak Services Operators\n"
+"droppolhat csatornát,úgy hogy nem használja a szoba\n"
+"jelszavát."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Syntax: DROP [nicknév]\n"
+"\n"
+"Regisztráció törlése (dropolja) a nickneved a %S\n"
+"adatbázisából. A droppolás után a nicknév már szabadon\n"
+"hsználható bárki által, újra regisztrálható lesz.\n"
+"\n"
+"Úgy dropolhatsz nevet a csoportodból, ha megadod a \n"
+"nicknév paramétert.\n"
+"Ezen parancs kiadása elõtt, azonositanod kell magad,\n"
+"mint a nick tulajdonosa, használva az IDENTIFY parancsot,\n"
+"írd be: /msg %S HELP IDENTIFY bõvebb információért. "
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Syntax: DROP [nicknév]\n"
+"\n"
+"Paraméter nélkül, droppolja a neved a %S adatbázisból.\n"
+"\n"
+"Paraméterrel dropolva a nicknév törlõdik az adatbázisból.\n"
+"Dropolhatsz egy nicket a csoportodban, kivéve, ha van \n"
+"különleges kiváltsága.\n"
+"\n"
+"Használat korlátozva Szervíz adminoknak."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Syntax: EXCEPTION ADD [+lejárat] maszkkorlátindok\n"
+" EXCEPTION DEL {maszk| list}\n"
+" EXCEPTION MOVE szám helyzet\n"
+" EXCEPTION LIST [maszk | lista]\n"
+" EXCEPTION VIEW [maszk | lista]\n"
+"\n"
+"Lehetõséget nyújt a szervíz adminnak, hogy karbantartsák\n"
+"azon hostok listáját, amelyeknek korlátozásuk van,\n"
+"engedélyezve bizonyos gépeket,úgymint a shell szervereket,\n"
+"hogy egyidõben felvigyenek klienseket alapértelmezettnél\n"
+"nagyobb számban. Amennyiben a gép eléri a korlátot, minden\n"
+"csatlakozni próbáló kliens killelve lesz.Mielõtt a kill\n"
+"megtörténne, figyelmeztetést kapnak %S /NOTICE üzeneten \n"
+"keresztül. Az üzenet tartalma a konfigurációtól függ.\n"
+"\n"
+"EXCEPTION ADD hozzáadja a hostmaszkot a kivétellistához.\n"
+"Vedd figyelembe, hogy a nick!user@host és user@host\n"
+"maszkok érvénytelenek! Csak valós hostmaszkok, mint pl.\n"
+"box.host.dom és *.host.dom, megengedettek, a session\n"
+"korlátozásmaszkja nem vesz fel nicknevet/felhasználónevet.\n"
+"A korlátlegyen egy nullával egyenlõ vagy nagyobb szám.\n"
+"Ez határozza meg, hogy hány sessiont vihet magával a host\n"
+"egyidõben. A nulla azt jelenti, hogy a hostnak korlátlan\n"
+"számú sessionja lehet. Lásd az AKILL helpet a részletek\n"
+"felöl a formáról a szükséges lejárati parameterrõl.\n"
+"EXCEPTION DEL Törli a megadott maszkot a kivétel litáról\t\n"
+"EXCEPTION MOVE módisítja a kivétel poziciószámát. A \n"
+"kivételek fel-le mozgatja, az üres helyekre is.\n"
+"EXCEPTION LIST és EXCEPTION VIEW Mutatja az összes\n"
+"aktuális kivételt; ha megadsz egy tetszõleges maszkot,\n"
+"korlátozza azokat a kivételeket, melyekre ráillik a maszk.\n"
+"A különbség a két parancs között az, hogy az\n"
+"EXCEPTION VIEW sokkal részletesebb, megjeleníti a\n"
+"kivételt felrakó nevét a session korlátot, indokot, \n"
+"hostmaszkot és a lejárati idõt,éa a kivétel legutolsó\n"
+"\"használati\" idejét.\n"
+"\n"
+"Vedd figyelembe, a csatlakozó kliens a ráillõ kivételek\n"
+"közül mindig az elsõt használja. Hatalmas kivétellisták\n"
+"és széleskörû kivételmaszkok csökkenthetik a Szervíz \n"
+"teljesítményét.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: FORBID #szoba [indok]\n"
+"\n"
+"Letiltja a szoba használatát.\n"
+"Csak droppolás után lehet a csatornát használni.\n"
+"\n"
+"Indoklást szükséges egyes hálózatokon.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Syntax: FORBID nicknév [indok]\n"
+"\n"
+"Nem engedélyezi, hogy bárki regisztrálja a nicknevet \n"
+"Akkor törölhetõ, ha droppolod a nicket.\n"
+"\n"
+"Egyes hálózatok indokot igényelnek.\n"
+"\n"
+"Korlátozva Szervíz adminra."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhoszt\n"
+"Visszaadja a megadott emaillel regisztrált nickeket.\n"
+"Megjegyzés: használhatsz * karaktert mind a user,\n"
+"mind az emailhost esetében. A parancs kiadásakor a\n"
+"lekért email cím és az azt lekérõ személy naplózva lesz.\n"
+"Korlátozva Szervíz adminra."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Syntax: GETKEY #szoba \n"
+"\n"
+"Megadja a szoba kulcsot."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Syntax: GETPASS #szoba\n"
+"\n"
+"Kiirja a szoba jelszavát. Jegyzet bármikor használják a\n"
+"parancsot, egy üzenetet kap aki kiadta a parancsot és a szoba\n"
+"is ahol volt használva küld egy WALLOPS/GLOBOPS üzenetet.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Syntax: GETPASS nicknév\n"
+"\n"
+"Visszadja a megadott nicknév jelszavát. Jegyzet Ezt \n"
+"a parancsot amaikor használod, üzenetet küld arról \n"
+"hogy ki használta és kinek a jelszavát kérte le. \n"
+"Naplózva lesz és WALLOPS/GLOBOPS üzenetben is megjelenik.\n"
+"\t\n"
+"Korlátozva Szervíz adminokra.\n"
+"\n"
+"A parancs nem elérhetõ, ha az encryption használatban van."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: GHOST nickév [jelszó]\n"
+"\n"
+"Ezt a parancsot akkor használhatod, ha a nicked beragad, \n"
+"befagy például lefagy a géped vagy a kapcsolatod.\n"
+"A beragadt nicked killelheted, ha ismered a jelszót ."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Syntax: GLIST\n"
+"\n"
+"Listáz minden nicket a csoportodból."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: GLIST [nicknév]\n"
+"\n"
+"Paraméter nélkül, listázza az összes nicknevet \n"
+"a csoportodban.\n"
+"Paraméterrel listázza az összes nicknevet, abból a \n"
+"csoportból ahol az adott nicknév van.\t\n"
+"\n"
+"Ennek a használata korlátozva Szervíz adminra."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Syntax: GLOBAL üzenet\n"
+"\n"
+"Megengedi, hogy az IRCopok üzenetet küldjenek az összes \n"
+"felhasználónak a hálózaton. Üzenetet a %s nickrõl küldi."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntax: GROUP\n"
+"\n"
+"Ez a parancs lehetõvé teszi, hogy a JELENLEGI nick\n"
+"vhostját beállítsuk a csoport minden nickjére."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Syntax: GROUP célnicknév jelszó\n"
+"\n"
+"A parancs belépteti a nickneved a célnicknév csoportjába.\n"
+"A jelszó a célnicknév jelszavának kell lennie.\n"
+"\n"
+"A csoportba való belépés lehetõvé teszi, hogy megoszd a\n"
+"konfigurációt, memo üzeneteket, szoba hozzáféréseket\n"
+"a nicknevekkel a csoportban, és sok más lehetõséget nyújt!\n"
+" \n"
+"A csoport addig létezik, amig használatban van.\n"
+"Ez azt jelenti, ha egy nicknevet dropolnak a csoportból,\n"
+"nem fogod elveszteni a megosztott dolgokat, egészen addig,\n"
+"amig legalább egy nick van a csoportban.\n"
+"\n"
+"Akkor is használhatod a parancsot, ha még nem regisztrált\n"
+"a nicked. Ha a nicked regisztrált, akkor elõbb azonosítani\n"
+"kell a jelszavaddal, mielõtt ezt a parancsot használod.\n"
+"Írd be:/msg %S HELP IDENTIFY bõvebb információért.\n"
+"\n"
+"Ajánlott, hogy inkább nem regisztrált névvel használd\n"
+"ezt a parancsot, mert ezzel automatikusan regisztrálódik.\n"
+"Ha regisztált nickrõl használod (hogy megváltoztasd a\n"
+"csoportod) csak akkor mûködik, ha a network adminok ezt\n"
+"engedélyezik.\n"
+"\n"
+"Egyszerre egy csoportban lehetsz. \n"
+"\n"
+"Megjegyzés: minden nicknévnek a csoportban ugyanaz\n"
+"\t\t a jelszava."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Syntax: HALFOP #szoba [nick]\n"
+"\n"
+"Félopot ad a megadott nicknek a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadnak adsz.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán vagy\n"
+"5-ös accessen szereplo userek használhatják vagy min.\n"
+"a HOP listán vagy 4-es access szinten szereplõ userek\n"
+"használhatják saját maguknak félop adására."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: HOP #szoba ADD nick\n"
+" HOP #szoba DEL { nick | sorszám | lista}\n"
+" HOP #szoba LIST [ maszk | lista ]\n"
+" HOP #szoba CLEAR\n"
+"\n"
+"Karbantartja az HOP (HALFOP) listát a csatornán. A HOP\n"
+"listán szereplõ userek automatikusan megkapják belépéskor\n"
+"a féloperátor státuszt.\n"
+"\n"
+"HOP ADD paranccsal hozzáadhatsz egy nickenevet csatornád\n"
+"HOP listájához.\n"
+"\n"
+"HOP DEL paranccsal eltávolíthatsz egy megadott nicknevet\n"
+"a csatornád HOP listájáról. Ha sorszámokat intervallumban\n"
+"adunk meg (lásd a listázásnál),akkor a megadott bejegyzések\n"
+"kerülnek törlésre.\n"
+"\n"
+"Az HOP LIST parancs megadja az HOP listát. Ha nem vagy \n"
+"kiváncsi a teljes listára akkor a listában szereplõ HOP \n"
+"sorszámát megadva is megtudhatjuk a nevét, megadhatunk \n"
+"intervallumot is.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tHOP #szoba LIST 2-5,7-9\n"
+"\tListázza az HOP-okat 2 és 5 között és\n"
+"\t7-tol 9-ig.\n"
+" \n"
+"Az HOP CLEAR parancs kiüriti a szoba HOP listáját.\n"
+"\n"
+"Az HOP ADD és HOP DEL parancsokat csak AOP / magasabb\n"
+"szinttel rendelkezõ userek használhatják,de az HOP CLEAR\n"
+"parancsot csak a szoba foundere adhatja ki.\n"
+"Habár, minden HOP listán szereplo user használhatja az\n"
+"HOP LIST parancsot.\n"
+"\n"
+"Ezt a parancsot letilthatod a csatornádon, és helyette \n"
+"használhatod az access lista rendszert. Nézd meg: /msg \n"
+"%S HELP ACCESS bõvebb információért az access listáról,\n"
+"és írd be: /msg %S HELP SET XOP hogy megnézd, hogyan \n"
+"tudsz váltani az xOP rendszerrõl access lista rendszerre."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Syntax: IDENTIFY [account] jelszó\n"
+"\n"
+"Tudatja a %S-vel, hogy te vagy a tulajdonosa ennek a \n"
+"nicknek. Jelszónak ugyanannak kell lennie amit a \n"
+"regisztrációnál megadtál, vagy amire módosítottad."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators.\n"
+"\t"
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Syntax: INFO #szoba\n"
+"\n"
+"Listázza az összes információt a megnevezett regisztrált\n"
+"csatornáról, pl a foundert, a regisztrálás idõpontját,\n"
+"az utolsó használat idejét, a leírást, az mlock-ot. \n"
+"Ha beazonosítottad magad a szoba founderjének, akkor\n"
+"teljes információt az ALL paraméterrel kaphatsz, az \n"
+"entrymessage, a successor és a rejtett infók is látszódnak\n"
+"\n"
+"Alapból az ALL opció csak a foundernek engedélyezett."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Syntax: INFO nicknév\n"
+"\n"
+"Megmutatja a nicknévvel kapcsolatos információkat, mint a\n"
+"nick tulajdonosa, utoljára látott címe, regisztrálás ideje,\n"
+"a nick opciókat. Ha beazonosítasz egy nickre, akkor minden \n"
+"informaciót megkaphatsz az ALL paraméter használatával \n"
+"és így látni fogod a rejtett információkat is."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Syntax: INFO [#szoba]\n"
+"\n"
+"Információt jelenít meg arról, hogy mennyi üzeneted van,\n"
+"ebbõl mennyi olvasatlan, mennyi üzenetet fogadhatsz,\n"
+"és azt is megmondja, hogy kapsz-e üzenetet az új üzenetek\n"
+"érkezésekor. Paraméter megadása esetén az információt\n"
+"csatornára vonatkozóan jeleníti meg."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Syntax: INFO [nick| #szoba]\n"
+"\n"
+"Paraméter nélkül kiirja az információt, hogy hány\n"
+"üzeneted van, ebböl hány olvasatlan, és összesen\n"
+"hány üzenetet fogadhatsz.\n"
+"\n"
+"A szoba paraméterrel, a csatornáról kapod meg \n"
+"ezeket az információkat\t\n"
+"A nicknév paraméterrel a megadott nicknévröl jeléeníti\n"
+"meg ezeket az információkat.Enek használat korlátozva \n"
+"Szervíz adminra."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Syntax: INFO {#szoba | nick}\n"
+"\n"
+"Lehetõvé teszi, hogy megnézd a %S információkat egy\n"
+"csatornával vagy bottal kapcsolatban. Ha a paraméter\n"
+"szobanév, akkor megkapod a szobára vonatkozó bot\n"
+"beállításokat. Ha a paraméter nick, akkor a botról\n"
+"kapsz információkat, például létrehozás ideje, csatornák\n"
+"száma."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntax: INVITE #szoba\n"
+"\t\n"
+"Utasítja a %S-et, hogy hívjon meg a megadott csatornára.\n"
+"\n"
+"Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel\n"
+"kell rendelkezned a csatornán, hogy használhasd."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Syntax: JUPE server [leirás]\n"
+"\n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: KICK #szoba nick [indok]\n"
+"\n"
+"A ChanServ kirúgja a megadott nicknevet a csatornáról.\n"
+"\n"
+"Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel\n"
+"kell rendelkezned a csatornán, hogy használhasd."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szoba BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Beállítja a csúnyaszavak miatti kirúgást. Ha engedélyezve\n"
+"van, akkor a bot kirúgja azt, aki kiejt egy olyan szót,\n"
+"ami szerepel a csúnyaszavak listáján.\n"
+"\n"
+"A csúnyaszavak listáját a csatornádhoz neked kell megadnod\n"
+"A BADWORDS paranccsal. Írd be /msg %S HELP BADWORDS \n"
+"bõvebb információkért.\n"
+"\n"
+"A ttb a banolás elotti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szoba REPEAT { ON|OFF } [ ttb [ szám ]]\n"
+"\n"
+"Beállítja az ismétlés miatti kirúgást. Ha engedélyezve\n"
+"van az opció, akkor a bot kirúgja az önmagukat ismétlõ\n"
+"usereket, ha szám alkalommal ismételtek. \n"
+"(Ha nem adsz meg értéket, akkor az érték 3 lesz)\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntax: KICK #szobaopcióparaméterek\n"
+"\n"
+"Bot kirúgások beállítása. Az opció a következõ lehet:\n"
+"\n"
+" BOLDS A bot kirúgja félkövér betûkkel írókat\n"
+" BADWORDS A bot kirúgja a csúnyaszavakat használókat\n"
+" CAPS A bot kirúgja CapsLock használókat\n"
+" COLORS A bot kirúgja szinesen írókat\n"
+" FLOOD A bot kirúgja floodolókat\n"
+" REPEAT A bot kirúgja az önmagukat \n"
+" ismétlõket.\n"
+" REVERSES A bot kirúgja visszafelé írókat\n"
+" UNDERLINES A bot kirúgja aláhúzással írókat\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Írd be /msg %S HELP KICK opció az adott opcióval\n"
+"kapcsolatos bõvebb információkért.\n"
+"\n"
+"Megjegyzés: A parancshoz való hozzáférést a level SET-ben\n"
+"lehet korlátozni."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Syntax: KICK #szoba user indok\n"
+"\n"
+"Lehetoséget nyújt az IRCopoknak, hogy bármelyik szobából\n"
+"kirúgjanak egy felhasználót. A paraméterek ugyanazok,\n"
+"mint a szabványos /KICK parancsnál. A kirúgási üzenetben\n"
+"benne lesz a KIK parancsot küldõ IRCop nickneve; például:\n"
+"\n"
+"***xy ki lett rúgva a #csatornáról %S által.(op(csak))\n"
+"\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szoba BOLDS { ON|OFF } [ ttb ]\n"
+"\n"
+"Beállítja a félkövér írásért járó kirúgást.\n"
+"Ha engedélyezve van akkor a bot kirúg a félkövér betûkért.\n"
+"\n"
+"A ttb a banolás elotti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5150
+#, fuzzy, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szobaCAPS { ON|OFF } [ ttb [ min [ százalék ]]]\n"
+"\n"
+"Beállítja a túlzott caps miatt járó kirúgást.\n"
+"Ha engedélyezve van, akkor a bot kirúgja a \"kiabálókat\".\n"
+"\n"
+"A bot csak akkor rúgja ki a usert, ha legalább min számú\n"
+"betû van és ez legalább százaléka%% az összes szövegnek\n"
+"a sorban (ha nincs megadva, akkor 10 karakter a min és\n"
+"annak legalább a 25%-a az alapbeállítás)\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szoba COLORS { ON|OFF } [ ttb ]\n"
+"\n"
+"Beállítja a szines írásért járó kirúgást.\n"
+"Ha engedélyezve van akkor a bot kirúgja a színesen írókat.\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szoba FLOOD { ON|OFF } [ ttb [ sor [ mp ]]]\n"
+"\n"
+"Beállítja a flood miatti kirúgást. Ha engedélyezve van\n"
+"akkor a bot kirúgja a floodoló usereket, ha legalább\n"
+"sor számú sort írtak mp másodpercnyi idõ alatt.\n"
+"(ha nincs megadva, akkor 6 sor és 10 mp alatt).\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szobaREVERSES { ON|OFF } [ ttb ]\n"
+"\n"
+"Beállítja a visszafelé írásért járó kirúgást.\n"
+"Ha engedélyezve van akkor a bot kirúgja a reverse írókat.\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot.\t"
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK #szobaUNDERLINES { ON|OFF } [ ttb ]\n"
+"\n"
+"Beállítja az aláhúzott írásért járó kirúgást.\n"
+"Ha engedélyezve van akkor a bot kirúgja az aláhúzva írókat\n"
+"\n"
+"A ttb a banolás elõtti kickek száma.\n"
+"Ha nem adod meg, akkor csak kirúgást eszközöl a bot.\n"
+"Ha megadod a ttb-t, akkor x kirúgás után banol a bot."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Syntax:\tLEVELS #szoba SET típus [szint|FOUNDER]\n"
+"\t\tLEVELS #szoba {DIS | DISABLE} típus\n"
+"\t\tLEVELS #szoba LIST\n"
+"\t\tLEVELS #szoba RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntax: LIST [<kulcs>|<#X-Y>]\n"
+"\n"
+"Ez parancs listázza a regisztrált vhostokat az operátornak\n"
+"Ha egy kulcs meg van határozva, akkor csak a feltételnek\n"
+"megfelelõ vhostokat adja ki melyekben vagy a nickben vagy\n"
+"a hosztban szerepel a kulcs. Pl: Rob*\n"
+"Ha az #x-y stílust használod, csak a megadott sorozatba\n"
+"tartozó X és Y közötti vhostok fognak megjelenni. Például\n"
+"az #1-3 csak az elsõ 3 vhostot jeleníti meg.\n"
+"A lista használja NSListMax értéket, mint tág határértéket\n"
+"amikor megjeleníti a tartalmat az operátornak.\n"
+"Korlátozva Szervíz operátorokra."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Syntax: LIST pattern\n"
+"\n"
+"Listázza a regisztrált csatornákat.\n"
+"(Ahol a PRIVATE opció be van kapcsolva nem fog\n"
+" megjelenni a listában.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Syntax: LIST paraméter\n"
+"\n"
+"Listázza az összes regisztrált nicknevet, amely\n"
+"megegyezik a mintában kiadott nick!user@host formátummal.\n"
+"Azok a nevek, amelyeken fent van PRIVATE opció beállítás\n"
+"NEM fognak megjelenni a listában.\n"
+"\n"
+"Példák:\n"
+"\n"
+" LIST joeuser@foo.com\n"
+" Listáz minden regisztrált nicknevet, amelyet utoljára:\n"
+" joeuser@foo.com címrõl használtak.\n"
+"\n"
+" LIST *Bot*\n"
+" Listáz minden nicket amelyben szerepelt a Bot\n"
+"\n"
+" LIST *@*.bar.org\n"
+" Listáz minden nicket, amit utoljára olyan user használt,\n"
+" akinek a bar.org volt a domain-je."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Syntax: LIST pattern[FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! prepended to the channel name for Services Operators.\n"
+"\n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If both options are \n"
+"given, both types of channels will be displayed. These options are \n"
+"korlátozva szervíz adminnak."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Listáz minden regisztrált nicknevet, amely vagy nicknév\n"
+"vagy az utoljára látott cím (user@hostformában), amely\n"
+"azonos a megadott sablonnal. Nickek PRIVATE opcióval\n"
+"beállítva csak szervíz adminoknak jelennek meg. A nickek\n"
+"NOEXPIRE opcióval beállítva !prefixel jelennek meg\n"
+"a szervíz adminoknak.\n"
+"\n"
+"Ha a FORBIDDEN, SUSPENDED vagy NOEXPIRE opció meg van adva, csak azok\n"
+"a nickek amelyek vagy forbidoltak vagy NOEXPIRE flegjük van\n"
+"fognak megjelenik. Ha mindkét opció meg van adva mindkét\n"
+"tipus megjelenik. Az opciók korlátozva Services Operatoroknak.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tLIST *!joeuser@foo.com\n"
+" Kiírja a felhasználókat, akiknek a hosztja joeuser@foo.com\n"
+"\n"
+"\tLIST *Bot*!*@*\n"
+" Kiírja az összes regisztrált nicket, melyek nevében \n"
+" szerepel a Bot (betû érzéketlen).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Listázza az összes felhasználót, akinek a beállítása\n"
+" nem elévülõ."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: LIST [#szoba] [list | NEW]\n"
+"\n"
+"Megjelenít egy listát a jelenlegi üzenteteidrol. A NEW\n"
+"opcióval csak az új (olvasatlan) üzenteket listázza.\n"
+"listázza. Az olvasatlan üzeneteket jelöli egy \"*\" jellel\n"
+"az üzenetszámtól balra. Megadhatsz számlistát is, mint\n"
+"ahogy az alábbi példa mutatja:\n"
+"\n"
+"\tLIST 2-5,7-9\n"
+"\t\tListázza az üzeneteket 2 és 5, illetve 7 és 9 között."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Syntax: LOGONNEWS ADD szöveg"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Syntax: LOGONNEWS DEL {szám | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Syntax: LOGOUT\n"
+"\n"
+"Ezzel az IDENTIFY parancs hatásának fordítottját éred el.\n"
+"Nem fog a NickServ egy adott nick tulajdonosának tekinteni."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Syntax: LOGOUT [nicknév [REVALIDATE]]\n"
+"\n"
+"Kilépési paraméter, megfordítja az IDENTIFY parancs\n"
+"hatását, azaz nem leszel beazonosítva a nickedre, mint a \n"
+"valódi tulajdonosa a nickednek.\n"
+"\n"
+"A paraméter ugyanezt teszi a megadott nickkel.\n"
+"Ha megadod a REVALIDATE opciót, akkor a nicktõl\n"
+"a szerviz újraazonosítást fog kérni. \n"
+"\n"
+"Használat korlátozva Szervíz adminoknak."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: MODE #szoba módok\n"
+"\n"
+"Megengedi a szervíz operátornak, hogy szoba módokat \n"
+"állítson. Parameterek ugyanazok mint a szabvány\n"
+"/MODE parancsnál\n"
+"\t\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntax: MODINFO Fájlnév\n"
+"\n"
+"A parancs részletes információt ad a betöltött modulokról."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"\n"
+"Listázza az összes betöltött aktív modult.\n"
+"\t"
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODLOAD Fájlnév\n"
+"\n"
+"Ez a parancs betölti azt modult, a modules könyvtárból,\n"
+"amelyiknek a fájlnevét megadtad."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODUNLOAD FileName\n"
+"\n"
+"Ez a parancs kitölti a megnevezett fájlnevû msdult a \n"
+"modulok listájából."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Syntax: NOOP SET szerver\n"
+" NOOP REVOKE szerver\n"
+"\n"
+"NOOP SET levesz minden O:line-t a megadott\n"
+"szerver-en és killel minden IRCopot, aki fent van\n"
+"megelõzvén a szerver rehasholását (mert ez\n"
+"törölné a hatást).\n"
+"\n"
+"NOOP REVOKE minden levett O:line-t újra elérhetõvé tesz\n"
+"a megadott szerver-en.\n"
+"\n"
+"Jegyzet: A szerver paramétert nem ellenõrzi\n"
+"a Szerviz.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntax: OFF\n"
+"Kikapcsolja a vhostodat,ez most társitva van a nickedhez.\n"
+"Ha valaki használ /whois parancsot a nickeden, akkor a\n"
+"valós IP címed vagy hosztod fogja látni."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntax: OLINE user flagek\n"
+"\n"
+"Lehetõséget ad a szervíz adminnak, hogy egy usernek \n"
+"operflaget adjon. Elõjelként \"+\" vagy \"-\" adható meg.\n"
+"Ha csak a \"-\" paraméter adod meg akkor mindent eltávolít."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntax: ON\n"
+"Aktiválja a vhostodat, ami a nickhez lett társítva.\n"
+"Ha valaki csinál egy /whois parancsot a nickeden,\n"
+"akkor a vhostodat fogja látni a valódi IP címed vagy\n"
+"hosztneved helyett."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Syntax: OP #szoba [nick]\n"
+"\n"
+"Opolja a megadott nicket a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadat opolod.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán\n"
+"vagy 5-ös accessen szereplo userek használhatják."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Syntax: OPERNEWS ADD szöveg"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Syntax: OPERNEWS DEL {szám | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Syntax: OWNER #szoba\n"
+"\n"
+"Tulajdonosi státuszt ad a csatornán.\n"
+"\n"
+"Csak founder szintû user használhatja."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Syntax: PROTECT #szoba [nick]\n"
+"\n"
+"Protectet ad a megadott nicknek a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadat protecteled.\n"
+"\n"
+"Alap beállítás szerint csak a founder tudja használni,\n"
+"vagy minimum a SOP listán vagy 10-es access szinten\n"
+"szereplõ userek használhatják saját maguk protectolására."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Syntax: QUIT\n"
+"\n"
+"A Szervíz azonnal leáll; az adatbázist nem menti el.\n"
+"Ez a parancs annak elkerülésére hasznos, hogy a memóriában\n"
+"lévõ adatok másolata bekerüljön az adatbázisba.\n"
+"Normál leállításokhoz használd kérlek a\n"
+"SHUTDOWN parancsot!\n"
+"\n"
+"Korlátozva Services Operatoroknak."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Syntax: RANDOMNEWS ADD szöveg"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: RANDOMNEWS ADD szöveg\n"
+" RANDOMNEWS DEL {sorszám | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Szerkeszti és listázza a random news üzeneteket. Amikor\n"
+"egy felhasználó csatlakozik a hálózathoz, egy (csak egy)\n"
+"random newst fog véletlenszerûen elküldeni részére.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Syntax: RANDOMNEWS DEL {szám | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Syntax: READ [#szoba] {sorszám| list| LAST | NEW}\n"
+"\n"
+"Elküldi a megadott üzenetek tartalmát. A LAST opcióval\n"
+"megjeleníti a legutolsó üzenetet. A NEW opcióval\n"
+"minden új üzenetet. Egyébként a megadott számú üzenetet.\n"
+"Megadhatsz számlistát is, mint a LIST parancsnál.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tREAD 2-5,7-9\n"
+"\t\tMegjeleníti 2 és 5, a 7 és 9 között a memo üzeneteket"
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Syntax: REGISTER #szoba leírás\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Syntax: REGISTER jelszó [email]\n"
+"\n"
+"Regisztrálja a nickneved a %S adatbázisába. Amint a nicked\n"
+"regisztráltad, használhatod a SET és ACCESS parancsokat,\n"
+"hogy konfiguráljad a nicked beállításait. Olyan jelszót \n"
+"válassz, amire emlékezni fogsz, hogy használni tudd a neved\n"
+"és a beállításokat eszközölhesd. Késõbb szükséged lehet a\n"
+"nickeddel kapcsolatos beállítások végrehajtására.\n"
+"(Jegyzet: PROBLÉMÁT OKOZHAT FIDO, Fido, és fido\n"
+"mind különbözõ jelszavak!)\n"
+"Útikalaúz jelszó választáshoz:\n"
+"\n"
+"A jelszavad ne legyen könnyen kitalálható. Például az\n"
+"általad használt valósnevet megadni jelszónak rossz ötlet.\n"
+"A nickneved használni jelszónak még rosszabb ötlet ;) és\n"
+"a %S nem is engedi. A rövid jelszavak is rosszak a védelem\n"
+"szempontjából, ezért válassz legalább 5 karakter hosszút.\n"
+"Végezetül ne használhatsz szóközt a jelszóban.\n"
+"\n"
+"Aze-mail paraméter megadás lehetséges, megadásakor\n"
+"beállítja a nickedhez. Megadása a legtöbb hálózaton\n"
+"szükséges. Az e-mail címed nem kerül harmadik személy\n"
+"tudtára, bizalmasan kezeljük.\n"
+"\n"
+"Ez a parancs létrehoz egy új csoportot a nickeddel, ami\n"
+"lehetõvé teszi számodra, hogy másik nickeket regisztrálva\n"
+"megoszthasd a hozzáféréseidet és beállításaidat a nickjeid\n"
+"között. Bõvebb információkért írd be: /msg %S HELP GROUP"
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Syntax: RELOAD\n"
+"\n"
+"Újratölti a Szervíz konfigurációs fájlját. Jegyzet: néhány\n"
+"direktívának ettõl függetlenül restart kell, hogy hatása\n"
+"életbe lépjen. (Például a Szervíz egységek nicknév váltása \n"
+"vagy session korlátozás aktíválása, stb.)\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Syntax: RESTART\n"
+"\n"
+"Menti a Szervíz adatbázisát, majd újraindítja a programot.\n"
+"(Kilép, majd újraindul.)\n"
+"\n"
+"Korlátozva Szervíz adminoknak.\t"
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntax: RSEND {nick | #szoba} memo-üzenet\n"
+"\n"
+"Memot küld a megadott névnek, szobának a memo-üzenet\n"
+"tartalmával. Ha nicknévnek küldöd, akkor értesítést fog\n"
+"kapni, hogy új üzenete érkezett. A cél nicknévnek vagy\n"
+"csatornának regisztráltnak kell lennie.\n"
+"Amint a címzett elolvasta a memot, egy automatikus értesítést\n"
+"fog kapni a feladó arról, hogy az üzenetét elolvasták."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Syntax: SAY #szoba szöveg\n"
+"\n"
+"Elküldi a bot a megadott szöveget a csatornára."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Syntax: SEND { nick | #szoba } memo-szöveg\n"
+"\n"
+"Üzenetet küld a megnevezett nicknek vagy csatornára\n"
+"a üzenet-szövegét tartalmazva. Amikor nicknévnek küldesz\n"
+"a címzett kap egy üzenetet az új üzenet érkezésérõl\n"
+"A címzett csatornának vagy nicknévnek regisztráltnak kell\n"
+"lennie."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntax: SENDALL memo-üzenet\n"
+"\n"
+"Memo üzenet küldése minden regisztrált felhasználónak."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Syntax: SENDPASS nicknév\n"
+"\n"
+"Küld számodra egy E-mail üzentet, ami tartalmazza a \n"
+"megadott nicknév jelszavát, arra az E-mail címre, amit\n"
+"a regisztrációnál vagy a set email paranccsal megadtál,\n"
+"vagy amire váltóztattad. Ez igen hasznos, ha elfelejted\n"
+"a jelszavadat.\n"
+"\n"
+"Korlátozni lehet IRC operátorokra egyes hálózatokon."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+"\n"
+"Megengedi a Szervíz adminoknak, hogy megtekintsék a \n"
+"session listát.\n"
+"SESSION LIST kilistázza azokat a hostokat, amelyeknek\n"
+"legalább határértéksessionjuk van. Érték legyen 1-nél\n"
+"nagyobb szám,hogy megelõzze az egy sessionúak kilistázását\n"
+"SESSION VIEWmegjeleníti a host részletes információit,\n"
+"tartalmazva a jelenlegi session számot, session korlátot.\n"
+"A host értéke nem tartalmazhat maszkkaraktereket.\n"
+"\n"
+"Lásd az EXCEPTION helpjét további információért a \n"
+"session-korlátozással és azzal kapcsolatban,hogyan állíts\n"
+"be különleges korlátokat bizonyos hostokra és csoportokra.\n"
+"\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntax: SET <nick> <hostmask>.\n"
+"\n"
+"Beállítja vhostnak a nick részére a hosztmaszkot.\n"
+"Ha az IRCD támogatja a vIdentet használd a SET\n"
+"<nick> <ident>@<hostmask>, beállitja az identet\n"
+" és a hosztot a nick vhosztjaként.\n"
+"\n"
+"Korlátozva Hoszt változtatókra."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Syntax: SET #szoba opció paraméterek\n"
+"\n"
+"Beállítja a bot opcióit. Az opció a következõ lehet:\n"
+"\n"
+" DONTKICKOPS Védelem az opoknak bot kirúgás ellen\n"
+" DONTKICKVOICES Védelem a voicesokna bot kirúgás ellen\n"
+" GREET Engedélyezi a köszöntõ üzenetet\n"
+" FANTASY Engedélyezi a fantaisi parancsokat\n"
+" SYMBIOSIS Megengedi, hogy a bot olyan legyen mint \n"
+" az igazi botok\n"
+"\n"
+"Írd be /msg %S HELP SET opció bõvebb információkért\n"
+"az adott opcióról.\n"
+"\n"
+"Megjegyzés: ezekhez a parancsokhoz a hozzáférést a\n"
+"levels-ben lehet állítani."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"\n"
+"Ez az opció megelõzi, hogy az adott botot a csatornához\n"
+"nem IRC operátor személyek társíthassák.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SET #szoba opció paraméterek\n"
+"\n"
+"Lehetõséget ad a foundernek, hogy a beállításokat\n"
+"és információkat megváltoztassa.\n"
+"\n"
+"Elérhetõ opciók:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntax: SET #szoba DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Engedélyezi vagy tiltja opok védelmét a csatornán.\n"
+"Ha engedélyezve van, akkor az opokat nem fogja a bot\n"
+"kirúgni, akkor se, ha nem egyeznek meg a NOKICK szinttel\n"
+"\t"
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Syntax: SET #szoba DONTKICKVOICES { ON|OFF }\n"
+"\n"
+"Engedélyezi vagy tiltja hangadók védelmét a csatornán.\n"
+"Ha engedélyezve van, akkor a hangadókat nem fogja a bot\n"
+"kirúgni, akkor se, ha nem egyeznek meg a NOKICK szinttel"
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Syntax: SET #szoba FANTASY { ON|OFF }\n"
+"\n"
+"Engedélyezi vagy tiltja fantasy módot a csatornán.\n"
+"Ha engedélyezve van, akkor a következõ parancsok\n"
+"használhatók a csatornán: !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen (találd ki hogyan kell\n"
+"használni õket; próbáld meg nick megadásával, a nélkül\n"
+"is)\n"
+"\n"
+"Azoknak akik ezeket a parancsokat akarják használni\n"
+"rendelkezniük KELL a szükség szinttel mind a FANTASIA\n"
+"mind pedig az egyéb szintekkel, ami a parancshoz\n"
+"szükséges. (például, az !op használatához, meg kell\n"
+"legyen a megfelelõ szintjük az OPDEOP parancsokhoz.)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Syntax: SET #szoba GREET { ON|OFF }\n"
+"\n"
+"Engedélyezi vagy tiltja Köszöntõ módot a csatornán.\n"
+"Ha engedélyezve van, akkor a bot megjeleníti azoknak\n"
+"a köszöntõ üzenetét, akiknek a szintjük megfelelõ ehhez."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Syntax: SET #szoba NOBOT {ON|OFF}\n"
+"\n"
+"Ez az opció a botot szobához társíthatatlanná teszi.\n"
+"Ha egy bot már társítva van egy csatornához\n"
+"akkor törlödik onnan, ha ezt az opciót bekapcsolod.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Syntax: SET #szoba NOEXPIRE {ON | OFF}\n"
+"\n"
+"Beállítja a szoba elévülését. Beállitva az\n"
+"ON paranmétert megelõzi az elévülõ csatornákat.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Syntax: SET #szoba SYMBIOSIS { ON|OFF }\n"
+"\n"
+"Engedélyezi vagy tiltja symbiosis módot a csatornán.\n"
+"Ha engedélyezve van, akkor a bot fog mindent csinálni,\n"
+"amit egyébként a %s csinálna a csatornán, mint MODE,\n"
+"KICK, és a belépõüzenet kiírása."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SET opció paraméterek\n"
+"\n"
+"Beállítható nicknév opciók. Az opció ezek egyike lehet:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Syntax: SET opció paraméterek\n"
+"\n"
+"Beállít különbözo memo opciókat. \n"
+"Az opció lehet az alábbiak egyike:\n"
+"\n"
+" NOTIFY Itt állíthatod be, ha figyelmeztetést szeretnél\n"
+" kapni az új üzenetekrol (csak nicknevehez)\n"
+" LIMIT Beállítja a maximális üzenetek számát\n"
+"\n"
+"További információért írd be: /msg %S HELP SET opció"
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Syntax: SET opció beállítás\n"
+"\n"
+"Beállítja a Services általános opcióit.\n"
+"A lehetséges opciók:\n"
+" READONLY Csak-olvasás vagy olvasás-írás mód beállítása\n"
+" LOGCHAN Kiírja a naplózott üzeneteket a csatornára\n"
+" DEBUG Bekapcsolja/kikapcsolja a debug módot\n"
+" NOEXPIRE Bekapcsolja/kikapcsolja a nem elévülõ módot\n"
+" SUPERADMIN Bekapcsolja/kikapcsolja a super-admin módot\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Syntax: SET DEBUG {ON | OFF | szám}\n"
+"\n"
+"Be vagy kikapcsolja a debug módot. Debug módban, minden a\n"
+"Szervíznek és a szervíz által küldött üzenet és persze még\n"
+"sok más üzenet rögzítésere kerül a naplófájlban. Ha megadsz\n"
+"számot is, akkor a debug mód bekapcsol és a megadott szinten\n"
+"fog muködni.\n"
+"\n"
+"Ez az opció megegyezik a parancs-sorban kiadható opcióval:\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Syntax: SET DISPLAY új-megjelenítés\n"
+"\n"
+"Megváltoztatja a nicknév csoportod megjelenítését a \n"
+"szervízben.\tAz új megjelenítésnek a csoport egyik\n"
+"nickjének KELL lennie."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Syntax: SET EMAIL cím\n"
+"\n"
+"Egy E-mail cím társítása a nicknevedhez.\n"
+"Ez az E-mail cím szerepelni fog az INFO-id között,\n"
+"amit bárki lekérhet az INFO paranccsal."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SET GREET üzenet\n"
+"\n"
+"Ez az opció társít egy üzenetet a nicknevedhez,\n"
+"ami akkor fog megjelenni belépéskor, ha a csatornán\n"
+"a GREET opció engedélyezve van és te rendelkezel a\n"
+"megfelelõ szinttel, ami az üzenet megjelenitéséhez\n"
+"szükséges a csatornán."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Lehetõséget nyújt arra, hogy megelõzd néhány adatnak a\n"
+"szerepelését a %S INFO parancs használatakor .\n"
+"Elrejtheted az E-mail címed (EMAIL), az utoljára használt\n"
+"user@host maszkod (USERMASK), és az utolsó kilépõ \n"
+"üzeneted(QUIT).\tA második paraméter meghatározza, hogy \n"
+"az opció ki legyen kapcsolva(OFF)\tvagy el legyen rejtve\n"
+"az információ(ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Be/kikapcsolja az automatikus kill védelmet a nickedhez.\n"
+"A kill védelem bekapcsolásakor, ha más user megpróbálja\n"
+"használni a nicked, kap egy percet mialatt meg kell\n"
+"változtatnia a nickjét, ha letelt az idõ akkor a %S \n"
+"megváltóztatja a nickjét pl: Vendég-000001-re.\n"
+"\n"
+"Ha a QUICK -et választod, a user csak 20 másodpercet kap\n"
+"a nickváltásra eltérõen az általános 60 másodperctõl.\n"
+"Ha az IMMED-et választod akkor azonnal megváltóztatja.\n"
+"Figyelmeztetés nélkül,nem kap esélyt a nickváltásra;\n"
+"kérlek ne használd ezt az opciót csak ha nagyon indokolt.\n"
+"A network adminisztrátorok letilthatják ezt."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Syntax: SET LANGUAGE sorszám\n"
+"Megváltoztatja a SERVICES nyelvezetét, amin az üzenteket\n"
+"írja.(Például: amikor válaszol egy parancsra, amit te \n"
+"adtál ki). A sorszám alapján válaszd ki a nyelvezetet:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Syntax: SET LIMIT [#szoba] limit\n"
+"\n"
+"Beállítja, hogy max. hány üzenetet fogadhatsz a nickedre\n"
+"(vagy a csatornára). Ha 0-ra állítod, senki nem\n"
+"küldhet üzenetet a nickedre/csatornára. Mindamellett,\n"
+"nem állíthatod ezt a számot többre, mint %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Syntax: SET LIMIT [user | #szoba]{korlát|NONE}[HARD]\n"
+"\n"
+"Beállítja egy felhasználó vagy szoba max.fogadható\n"
+"memo üzenetienek számát, ha a limitet 0-ra állitod \n"
+"akkor a felhasználó nem fogadhat üzeneteket.Ha a \n"
+"NONE-vel állítod be akkor annyit fogadhat és tarthat\n"
+"meg amennyit akar.Ha nem adsz meg nicknevet, vagy csatornát\n"
+"akkor a saját korlátaidat állitja.\n"
+"\n"
+"HARD-al hozzáadva nem állíthatja a felhasználó a korlát \n"
+"értékét Ha nem adod hozzá a HARD-ot akkor a felhasználó \n"
+"kedve szerint váltóztathatja a korlát értékét (akkor is ha\n"
+"az elõzõ értéket a HARD-al adtad meg)\n"
+"\n"
+"SET LIMIT parancs használata korlátozható Szervíz\n"
+"adminokra. Egyéb felhasználók csak saját maguknak és a \n"
+"csatornáknak ahol megfelelõ hozzáférésük van állíthatnak\n"
+"korlátot de nem törölhetik, és nem állíthatnak %d érték \n"
+"felett valamint HARD korlátot."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"\n"
+"Beállítja, hogy a szervíz a naplózó csatornára küldje el\n"
+"a részletes napló adatokat és persze a naplófájlba.\n"
+"A Naplózó Csatornát (LogChannel) meg kell határozni a\n"
+"szervíz config fáljában, hogy\thasználhasd ezt az opciót.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"\n"
+"Jegyzet: súlyos biztonsági gondokat okozhat, ha ez a\n"
+"naplózó szoba nincs kellõen védve."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Syntax: SET MSG {ON | OFF}\n"
+"\n"
+"Lehetõséget nyújt arra, hogy megválaszd azt, hogy a szervíz\n"
+"hogyan kommunikáljon veled.\n"
+"Az MSG beállítással, a szervíz, privát üzeneteket fog\n"
+"használni, egyébként pedig noticeokat."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Bekapcsolja a nem elévülést. A nem elévülõ módban nickek,\n"
+"csatornák, akillek és kivételek rakhatóak nem elévülõre is\n"
+"amíg ezt az opciót nem kapcsolod ki.\n"
+"\n"
+"Ez az opció megegyezik a parancs-sorban kiadható opcióval:\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Itt tudod beállítani, ha értesítést szeretnél kapni\n"
+"az új üzenetekrõl:\n"
+"\n"
+" ON Értesítést kapsz az új üzenetrõl csatlakozáskor,\n"
+" amikor visszajössz /AWAY-ból, vagy ha küldenek neked.\n"
+" LOGON Értesítést kapsz az új üzenetekrõl csatlakozáskor\n"
+" vagy ha visszajössz /AWAY-ból.\n"
+" NEW Csak akkor kapsz értesítést, ha új üzenet érkezett.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Nem kapsz értesítést az üzeneteidrõl.\n"
+"\n"
+"Az ON ekvivalens a LOGON és a NEW kombinálásával."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Syntax: SET PASSWORD új-jelszó\n"
+"\n"
+"Megváltoztatja a nicknév tulajdonosának jelszavát."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Be/kikapcsolja a %S a privát opciót a nicknevedhez.\n"
+"A PRIVATE beállítással, beállíthatod azt, hogy\n"
+"a nickneved ne szerepeljen a nicknév listában ami \n"
+"lekérhetõ a %S LIST paranccsal.\n"
+"(Máskülönben, bárki kaphat információt a nicknevedrõl\n"
+"használva az INFO parancsot.)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Syntax: SET READONLY {ON | OFF}\n"
+"\n"
+"Csak-olvasás mód aktiválása/kikapcsolása. A csak-olvasás\n"
+"mód, a normal felhasználó részére nem engedi, hogy bármit\n"
+"módosítson a szervízben, beleértve a nicknév, a\n"
+"hozzáférés listát, stb. IRCoperátorok a megfelelõ flaggel\n"
+"módosítani tudja a szervíz akill listát és a droppolhat\n"
+"vagy forbidolhat nickneveket és szobákat, de ez nem fog\n"
+"kerül mentésre, amíg a csak olvasni módot kikapcsolja\n"
+"és restartolja a szervízt.\n"
+"\n"
+"Ez a parancs egyenértéku a parancs-sorban kiadott\n"
+"-readonly opcióval.\t"
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SET SECURE {ON | OFF}\n"
+"\n"
+"Be/kikapcsolja a %S a biztonsági beállításokat a nickhez.\n"
+"A SECURE beállítással, be kell írnod a jelszavadat\n"
+"mielõtt a nicknév tulajdonsaként leszel tekintve,\n"
+"kivéve, ha a hosztod szerepel az access listán.\n"
+"Habár, ha az access listán szerepel a hosztod, akkor\n"
+"nem fog automatikusan nevet váltóztatni a %S, hacsak\n"
+"nincs bekapcsolva a KILL opció."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"\n"
+"Ez a beállítás extra jogokat biztosít számodra, például\n"
+"az \"összes szoba founderje\" stb...\n"
+"\n"
+"Ez az opció nem ajánlott, csak akkor használd, ha \n"
+"szükséges és kapcsold ki, ha már nem."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntax: SETALL <nick> <hosztmaszk>.\n"
+"Beállítja a vhosztot összes nick részére aki a csoportban \n"
+"van. Ha az IRCD támogatja a vIdent, akkor használja a \n"
+"settall <nick> <ident>@<hosztnév> parancsot, ez beállítja\n"
+"az adott identet és hosztot az összes tag részére vhosztként.\n"
+"*Jegyzet: ez nem fogja frissíteni a vhostot azoknak, akik\n"
+"a nickeket a csoportban a parancs után jegyezték\t\n"
+"Korlátozva Hoszt változtatókra."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Syntax: SHUTDOWN\n"
+"\n"
+"Menti a Szervíz adatbázisát, majd leállítja a programot.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Syntax: SNLINE ADD [+lejárat] maszk:indok\n"
+" SNLINE DEL {maszk | sor-szám | list}\n"
+" SNLINE LIST [maszk | list]\n"
+" SNLINE VIEW [maszk | list]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Lehetõséget ad a szervíz opoknak, hogy karbantartsák az\n"
+"SNLINE listát. Ha egy felhasználó egy valós névvel akar\n"
+"csatlakozni , ami szerepel az SNLINE listán akkor szervíz\n"
+"nem fogja engedélyezni részére a csatlakozást. \n"
+"\n"
+"SNLINE ADD hozzáadja a valósnévmaszkot az SNLINE listára\n"
+"a megadott indokkal (amit meg is kell adni).\t\n"
+"Az elévülést egész számmot kovet egy idoparaméter d (nap),\n"
+"h (óra), m (perc).Ezek kombinálása nem lehetséges(1h30m).\n"
+"ha nem adsz meg idoegységet akkor önmagában napot jelent.\n"
+"(+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem \n"
+"elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést\n"
+"meg kell adni akkor is ha megegyezik az alapértelmezéssel.\n"
+"Az SNLINE jelenlegi alapértelmezett elévülési ideje \n"
+"megnézheto a STATS AKILL paranccsal.\n"
+"Jegyzet: a valósnév maszkja tartalmazhat szóközt ezért\n"
+"közte és az indok között az elválasztó karakter a vesszõ.\n"
+"SNLINE DEL eltávolítja a megadott maszkot az SNLINE listáról,\n"
+"ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok fognak\n"
+"törlodni.\t(Lásd a példa alább)\n"
+"SNLINE LIST kiirja az összes SNLINE bejegyzést; ha\n"
+"egy tetszõleges maszk meg van adva, a lista korlátozva lesz\n"
+"azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:\n"
+"\t\n"
+" SNLINE LIST 2-5,7-9\n"
+" Listázza a SNLINE-okat 2-töl 5-ig és 7-tõl 9-ig az \n"
+" SNLINE listáról\n"
+" \n"
+"SNLINE VIEW részletesebb verziója a SNLINE LIST-nek,\n"
+"és megmutatja, ki készítette a SNLINE bejegyzéseket,\n"
+"és mikor jár le, mint a maszkot és az indokot.\n"
+"SNLINE CLEAR törli az SNLINE bejegyzéseket.\n"
+"\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: SOP #szoba ADD nick\n"
+" SOP #szoba DEL { nick | sorszám | lista }\n"
+" SOP #szoba LIST [ maszk | lista ]\n"
+" SOP #szoba CLEAR\n"
+"\n"
+"Karbantartja az SOP(SuperOP)listát a csatornán. Az SOP\n"
+"listán szereplo userek automatikusan megkapják ugyanazokat\n"
+"amiket az AOP listán szereplok,és emellett lehetõségük van\n"
+"AKICK listát módosítani, szoba memo üzeneteket olvasni \n"
+"és küldeni, BadWords listát szerkeszteni, stb.\n"
+"\n"
+"Az SOP ADD paranccsal hozzáadhatsz egy nickenevet a \n"
+"csatornád SOP listájához.\n"
+"\n"
+"Az SOP DEL paranccsal eltávolíthatsz egy megadott \n"
+"nicknevet a csatornád SOP listájáról. Ha sorszámokat \n"
+"intervallumban adunk meg (lásd a listázásnál), akkor a\n"
+"megadott bejegyzések kerülnek törlésre.\n"
+"\n"
+"Az SOP LIST parancs megadja az SOP listát. Ha nem \n"
+"vagy kiváncsi a teljes listára akkor a listában szereplõ\n"
+"SOP sorszámát megadva is megtudhatjuk a nevét, megadhatunk\n"
+"intervallumot is.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tSOP #szoba LIST 2-5,7-9\n"
+"\t\tListázza az SOP-okat 2 és 5 között és\n"
+"\t\t7-tõl 9-ig.\n"
+"\n"
+"Az SOP CLEAR parancs kiüriti a szoba SOP listáját.\n"
+"\n"
+"Az SOP ADD, SOP DEL és SOP CLEAR parancsokat csak a\n"
+"founder szintu userek használhatják. Habár, minden SOP \n"
+"listán szereplo user használhatja az SOP LIST parancsot.\n"
+"\n"
+"Ezt a parancsot letilthatod a csatornádon, és helyette \n"
+"használhatod az access lista rendszert. Nézd meg: /msg \n"
+"%S HELP ACCESS bõvebb információért az access listáról,\n"
+"és írd be: /msg %S HELP SET XOP hogy megnézd, hogyan \n"
+"tudsz váltani az xOP rendszerrõl access lista rendszerre."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Syntax: SQLINE ADD [+lejárat] maszk indok\n"
+" SQLINE DEL {maszk | sor-szám | list}\n"
+" SQLINE LIST [maszk | list]\n"
+" SQLINE VIEW [maszk | list]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Engedélyezi a operátoroknak, hogy karbantartsák az SQLINE\n"
+"listát. Ha egy felhasználó \"nick-je\" ráillik egy SQLINe\n"
+"maszkra, megpróbál csatlakozni, a szervíz nem fogja engedni\n"
+"az egész irc-n.\n"
+"\n"
+"Ha az elsõ karakter a maszkban #, szervíz meg fogja elõzni \n"
+"a használatát Az ilyen csatornáknak (az IRCD-k ezt \n"
+"támogatják).\n"
+"SQLINE ADD hozzáadja az adott maszkot az SQLINE listához\n"
+"a megadott indokkal (amit meg kell adni).Az elévülést is,\n"
+"egész számmot követ egy idöparaméter d (nap),h (óra), \n"
+"m (perc).Ezek kombinálása nem lehetséges(1h30m).\n"
+"Ha nem adsz meg idöegységet akkor önmagában napot jelent.\n"
+"(+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem \n"
+"elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést\n"
+"meg kell adni akkor is ha megegyezik az alapértelmezéssel.\n"
+"Az SQLINE jelenlegi alapértelmezett elévülési ideje \n"
+"megnézheto a STATS AKILL paranccsal.\n"
+"SQLINE DEL eltávolítja a maszkot az SQLINE listáról,\n"
+"ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok\n"
+"fognak törlõdni.\t(Lásd a példa alább)\n"
+"SQLINE LIST kiirja az összes SQLINE bejegyzést; ha\n"
+"egy tetszöleges maszk meg van adva, a lista korlátozva lesz\n"
+"azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:\n"
+"\t\n"
+" SQINE LIST 2-5,7-9\n"
+" Listázza a SQLINE-okat 2-töl 5-ig és 7-tol 9-ig az \n"
+" SQLINE listáról\n"
+" \n"
+"SQLINE VIEW részletesebb verziója a SQLINE LIST-nek,\n"
+"és megmutatja, ki készítette a SNLINE bejegyzéseket,\n"
+"és mikor jár le, mint a maszkot és az indokot.\n"
+"SQLINE CLEAR törli az SQLINE bejegyzéseket.\n"
+"\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Kijelzi az összes szervíz résztvevõ nickjét, szintjét és \n"
+"on-line helyzetét."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntax: STAFF memo-üzenet\n"
+"\n"
+"Memo üzenet küldése az opereknek/adminoknak."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Syntax: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Ha választasz valamit, megmutatja az aktuális\n"
+"felhasználók számát, a bejelentkezett IRCopokat (szervizek\n"
+"nélkül), legmagasabb felhasználószámot a szervíz indulása\n"
+"óta, és az idõt amióta fut a szerver.\t\n"
+"Az AKILL beállítással, kijelzi az aktuális maxot az\n"
+"AKILL listán és az aktuális lejárati idõt.\n"
+"\n"
+"Az ALL beállítást csak szervíz adminok használhatják és\n"
+"kiírja a szervíz memória használatának információját. Ez a\n"
+"beállítás lefagyaszthatja a szervízt egy rövid idõre nagy\n"
+"hálózat esetén, így nem lehet használni azt.\t\n"
+"\n"
+"A RESET beállítás nullázza az aktuális felhasználók max.\n"
+"számát átírja a jelenlegi felhasználó számra\t"
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Syntax: STATUS #szoba nicknév\n"
+"\n"
+"Kiirja a nicknév aktuális hozzáférési szintjét a megadott\n"
+"csatornán. \tVálasz a következõ formában::\n"
+"\n"
+" STATUS szoba nicknév access-szint\n"
+"\n"
+"Ha hiba történik akkor a válasz a következõ formátunú:\n"
+"\n"
+" STATUS ERROR Hiba - üzenet\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Syntax: STATUS nicknév...\n"
+"\n"
+"A következõket kapod, ha a nicknévre, amit a felhasználó \n"
+"használ azonosította magát, mint tulajdonos. \n"
+"Az eredmény formája a következõ:\n"
+"\n"
+"\tnicknév státusz-kód account\n"
+"\n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - Nincs ilyen user online vagy a nick nem regisztrált\n"
+" 1 - A felhasználó nem azonosított be, mint a nick tulajdonosa\n"
+" 2 - A felhasználó beazonosított, mint tulajdonos de csak a \n"
+" hozzáférési lista alapján\n"
+" 3 - A felhasználó beazonosított tulajdonosként a jelszavával\n"
+" \n"
+"Tizenhat nicknév küldhetõ el parancsonként; a többit \n"
+"figyelmen kívül hagyja. If no nickname is given, your status\n"
+"will be returned."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND #szoba [indok]\n"
+"Elutasít minden szobahasználatot. Lehet törölni a\n"
+"UNSUSPEND paranccsal és akkor használható az öüsszes \n"
+"megörzött szoba adat/beállítás.\n"
+"\n"
+"Indoklást kér némelyik hálózat.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK nick újnick\n"
+"\n"
+"Erõszakkal meváltóztatja a user nickevét újnicknévre."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Syntax: SZLINE ADD [+lejárat] maszk indok\n"
+" SZLINE DEL {maszk | sorszám | list}\n"
+" SZLINE LIST [maszk | list]\n"
+" SZLINE VIEW [maszk | list]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Lehetöséget nyújt az operátoroknak, hogy karbantartsák az\n"
+"SZLINE listát. Ha egy felhasználó, IP címe ráillik egy \n"
+"SZLINE maszkra, csatlakozni akar, a szervíz nem fogaj azt\n"
+"megengedni( és ez lehet IP vagy PTR RR vagy not)\n"
+"SZLINE ADD hozzáadja az adott maszkot az SZLINE listához\n"
+"a megadott indokkal (amit meg kell adni).Az elévülést is,\n"
+"egész számmot követ egy idöparaméter d (nap),h (óra), \n"
+"m (perc).Ezek kombinálása nem lehetséges(1h30m).\n"
+"Ha nem adsz meg idöegységet akkor önmagában napot jelent.\n"
+"(+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem \n"
+"elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést\n"
+"meg kell adni akkor is ha megegyezik az alapértelmezéssel.\n"
+"Az SZLINE jelenlegi alapértelmezett elévülési ideje \n"
+"megnézheto a STATS AKILL paranccsal.\n"
+"SZLINE DEL eltávolítja a maszkot az SZLINE listáról,\n"
+"ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok \n"
+"fognak törlodni.\t(Lásd a példa alább)\n"
+"SZLINE LIST kiirja az összes SQLINE bejegyzést; ha\n"
+"egy tetszöleges maszk meg van adva, a lista korlátozva lesz\n"
+"azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:\n"
+"\t\n"
+" SZINE LIST 2-5,7-9\n"
+" Listázza a SZLINE-okat 2-töl 5-ig és 7-tol 9-ig az \n"
+" SZLINE listáról\n"
+"\t\t\n"
+"SZLINE VIEW részletesebb verziója a SZLINE LIST-nek,\n"
+"és megmutatja, ki készítette a SZLINE bejegyzéseket,\n"
+"és mikor jár le, mint az IP-t és az indokot.\n"
+"\n"
+"SQLINE CLEAR törli az SQLINE bejegyzéseket.\n"
+"\n"
+"Korlátozva Szervíz operatornak."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Syntax: TOPIC #szoba [téma]\n"
+"\n"
+"A %S megváltoztatja a szoba témáját arra amit\n"
+"megadtál. Ha a téma nincs megadva, akkor egy üres\n"
+"topicot állít be. Ez a parancs hasznos, akkor ha a \n"
+"SET TOPICLOCK be van állítva. Használd a /msg %S HELP\n"
+"SET TOPICLOCK parancsot bõvebb információért.\n"
+"\n"
+"Alapból a szoba founder szintû userei használhatják\n"
+"csak a csatornán. "
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: UMODE user módok\n"
+"\n"
+"Megengedi a szervíz adminoknak, hogy egy user felhasználói\n"
+"módjait megváltoztassa. Parameterek ugyanazok mint a\n"
+"szabvány /MODE parancsnál."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Syntax: UNASSIGN #szoba\n"
+"\n"
+"Eltávolítja a botot a csatornáról. Ha használod ezt a\n"
+"parancsot, akkor a botod nem fog többet belépni a\n"
+"szobába. A bot konfigurációi megmaradnak.\n"
+"Azaz nem kell újra bekonfigurálnod, ha késõbb vissza\n"
+"akarod hozni a szobádba."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Syntax: UNBAN #szoba [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel\n"
+"kell rendelkezned, hogy használhasd.\t"
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND #szoba\n"
+"\n"
+"Törli a suspendet a csatornáról. Összes adat és beállítás\n"
+"megõrizve a suspend használat elõttröl.\n"
+"\n"
+"Korlátozva Szervíz adminnak."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Syntax: UPDATE\n"
+"\n"
+"Menti a Szervíz adatbázisát, azonnal amint kiadtad\n"
+"a parancsot.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Syntax: USERLIST [{pattern | #szoba} [INVISIBLE]]\n"
+"\n"
+"Listáz minden jelenleg online usert az IRC hálózaton,\n"
+"attól függetlenül, hogy regisztrált vagy sem.\n"
+"\n"
+"Ha a pattern meg van adva, akkor csak az egyezõket \n"
+"listázza (formátum: nick!user@host). Ha a #szoba\n"
+"meg van adva, akkor csak az adott csatornán lévõket\n"
+"listázza. Ha az INVISIBLE meg van adva, akkor csak a\n"
+"+i flages usereket listázza.\n"
+"\n"
+"Korlátozva Szervíz adminoknak."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Syntax: VOICE #szoba [nick]\n"
+"\n"
+"Voiceolja a megadott nicket a megadott csatornán.\n"
+"Ha nem adsz meg nicket, magadat voiceolod.\n"
+"\n"
+"Alap beállítás szerint csak a minimum AOP listán\n"
+"vagy 5-ös accessen szereplo userek használhatják vagy min.\n"
+"a VOP listán vagy 3-as access szinten szereplo userek\n"
+"használhatják saját maguk voiceolására."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: VOP #szoba ADD nick\n"
+" VOP #szoba DEL {nick | sorszám| lista}\n"
+" VOP #szoba LIST [maszk | lista]\n"
+" VOP #szoba CLEAR\n"
+"\n"
+"Karbantartja az VOP (VoiceOP) listát a csatornán. VOP \n"
+"listán szereplõ userek belépéskor automatikusan hangadói \n"
+"jogot (+v) kapnak, használhatják a voiceme parancsot. \n"
+"\n"
+"Az VOP ADD paranccsal hozzáadhatsz egy nickenevet a \n"
+"csatornád VOP listájához.\n"
+"\n"
+"A VOP DEL paranccsal eltávolíthatsz egy nicknevet a \n"
+"csatornád VOP listájáról. Ha sorszámokat intervallumban\n"
+"adunk meg (lásd a listázásnál), akkor a megadott \n"
+"bejegyzések kerülnek törlésre.\n"
+"\n"
+"Az VOP LIST parancs megadja az VOP listát. Ha nem \n"
+"vagyunk kiváncsiak a teljes listára akkor a listában\n"
+"szereplõ VOP sorszámát megadva is megtudhatjuk a nevét,\n"
+"megadhatunk intervallumot is.\n"
+"\n"
+"Példák:\n"
+"\n"
+"\tVOP #szoba LIST 2-5,7-9\n"
+"\t\tListázza az VOP-okat 2 és 5 között és\n"
+"\t\t7-tõl 9-ig.\n"
+" \n"
+"Az VOP CLEAR parancs kiüriti a szoba VOP listáját.\n"
+"\n"
+"Az VOP ADD, VOP DEL és VOP LIST parancsokat csak az\n"
+"AOP vagy magasabb szintu userek használhatják.\n"
+"A VOP CLEAR parancsot csak a founder használhatja.\n"
+"\n"
+"Ezt a parancsot letilthatod a csatornádon, és helyette \n"
+"használhatod az access listát. Nézd meg: /msg %S HELP \n"
+"ACCESS bõvebb információért az access listáról, és írd\n"
+"be: /msg %S HELP SET XOP hogy megnézd, hogyan tudsz \n"
+"váltani az xOP rendszerrol az access lista rendszerre."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND nickname reason / UNSUSPEND nickname\n"
+"SUSPENDs / UNSUSPENDs a nickname from being identified to"
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Frissíti a jelenlegi státuszod, vagyis ellenõrzi, hogy \n"
+"jött-e új memo üzenet, beállítja a szükséges szoba \n"
+"módokat, (ModeonID)és frissíti a vhostod, az userflagjeid\n"
+"(utolsó fellépés, stb.)"
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC #szoba [topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "Az IMMED opció nem elérhetõ ezen a hálózaton."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Az AKILL lista törölve."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "A Defcon szint most: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "Az SNLINE lista törölve."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "Az SQLINE lista törölve."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "Az SZLINE lista törölve"
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "The channel %s has no key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "A következõ parancsokat a modulok tartalmazzák:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"A következõ lehetõségek/funkciók elérthetõek.\n"
+"Megjegyzés: az AUTODEOP és NOJOIN esetén maximum szintrõl\n"
+"az összes többi esetén minimum szintrõl van szó."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "A %s hoszt aktuálisan %d sessiont használ, a határértéke %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "Az utolsó memo, amit %s részére (%s idõpontban) küldtél már olvasott."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"Az utolsó memo, amit %s részére (%s idõpontban) küldtél még olvasatlan."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Nem változtathatod meg %s üzeneteinek számát."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Az új megjelenítéshez KELL az új becenév és a csoport!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Az új megjelenítés: %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "A nicked %s meg lett változtatva erre: %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "A vhost lista üres."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Összesen %d üzenet van a %s csatornán."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Nem áll rendelkezésre bot.\n"
+"Kérj meg egy szervíz admint, hogy csináljon!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Túl sok nick van a %s csoportban; listázd és dropolj párat.\n"
+"Írd: /msg %s HELP GLIST és /msg %s HELP DROP\n"
+"bõvebb információkért."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "%d üzenete van a %s szobának."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Új üzenete érkezett a %s szobának.\n"
+"Ha szeretnéd elolvasni, írd be: /msg %s READ %s %d."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Nincsen bot kijelölve %s szobában többet."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Nincs fellépõ üzenet."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Nincs oper news."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Nincs véletlenszerû hír."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Nincs beállítva email cím a nevedhez."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Ezeket az opciókat csak Szervíz adminok használhatják:\n"
+" \n"
+" NOBOT Megelõzi, hogy egy botot társítani lehessen\n"
+" csatornához\n"
+" PRIVATE Megelõzi, hogy egy botot nem IRCop személy\n"
+" társíthasson"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Ez a szoba forbidolva lett."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Ez a szoba a %s adatbázisában regisztrált."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "A szoba használata felfüggesztve."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Ez a csatorna nem használható."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Ez a csatorna nem fog elévülni."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Nem használható parancs; használd a %s parancsot helyette."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Ezt a nicket már kérelmezték, ellenõrizd az e-mail cimed, egy levélben van a "
+"kódod."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"A nick az emailben elküldött kóddal való aktíválásra vár a regisztráció "
+"befejezéséhez."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Ez a nick már regisztrált. Kérlek válassz másikat.\n"
+"Ha ez a te nicked, akkor /msg %s IDENTIFY jelszó! "
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Ez a nicknév regisztrált; te nem használhatod."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "This nickname is currently suspended"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "This nickname is currently suspended, reason: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Ez a nick regisztrált és védett. Ha ez a te nicked,\n"
+"akkor /msg %s IDENTIFY jelszó!\n"
+"Különben válassz másik nicknevet!"
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Ez a nicknév nem használható. Kérlek válassz másikat!"
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Ez a nicknév nem fog elévülni."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Témaváltás lezárása"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Témamegõrzés"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic lock option for %s is now OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic lock option for %s is now ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Topic retention option for %s is now OFF."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Topic retention option for %s is now ON."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Kapcsold ki a caps lockod!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"A parancsokkal kapcsolatos további segítségért\n"
+"írd be: /msg %S HELP parancs.\n"
+"\n"
+"(*) Alapból, bármelyik user, minimum 10-es szinttel\n"
+"olvashatja a szoba memo üzeneit. Ez megváltoztatható a\n"
+"%s LEVELS paranccsal."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Írd be: /msg %S HELP SET opció bõvebb információért az\n"
+"adott opcióról."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Írd be: /msg %S SET EMAIL e-mail \n"
+"Az email címed nem lesz kiadva harmadik személynek."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Használd a: /msg %s LIST NEW parancsot"
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Használd a /msg %s READ %d parancsot."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Használd a /msg %s READ LAST parancsot."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick mód"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN #szoba"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN #szoba [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND #szoba"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Nem sikerült a betölteni a %s modult"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Nem sikerült eltávolítani a %s modult"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Ismeretlen SET opció: %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Ismeretlen STATS opció: %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Ismeretlen Parancs %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Ismeretlen parancs %s. Írd be: \"/msg %s HELP\"."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr "Ismeretlen nyelvi sorszám %d /msg %s HELP SET LANGUAGE"
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Ismeretlen mód karakter: %c figyelmen kívül hagyva."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Ismeretlen beállítás %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Ismeretlen opció: %s.\n"
+"További információért írd be: /msg %S HELP KICK "
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Ismeretlen opció: %s.\n"
+"Használd /msg %S HELP SET információért."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Adatbázis mentve."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "%s felhasználó nincs a nickserv db fájlban."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Felhasználó\t : %6d bejegyzés, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"User claiming your nick has been killed.\n"
+"/msg %s RELEASE %s to get it back before %s timeout."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "Fehasználó társítása szobával kivétel."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Felhasználó lista:\n"
+"Nick Maszk"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP #csatorna { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s VOP listája:\n"
+" Sorszám Nicknév"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Voices védelme"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Figyelj a stílusra kiskomám!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Már tagja vagy ennek a csoportnak: %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Már be vagy azonosítva. :-)"
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Te nem vagy már Szuper-Admin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Nem lehetsz szobaop ezen a csatornán: %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Nem tartózkodhatsz ezen a csatornán."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Nem változtathatod meg a max. fogadható üzenetek számát."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Most már Szuper-Admin vagy"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Most már IRC Operátor vagy!"
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Mostantól tagja vagy a %scsoportnak."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+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."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Nem ghostolhatod ki magad!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Nem használhatod az aktiv nickedre!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Nem használhatod ezt a parancsot. \n"
+"Használd az AOP, SOP és VOP parancsokat helyette.\n"
+"Írd be: /msg %s HELP parancs bõvebb információért."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Nem használhatod a parancsot. Használd az ACCESS parancsot.\n"
+"Bõvebb információ: /msg %s HELP ACCESS"
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "%s max. bejövõ üzenetek száma nem lehet több, mint %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "A max. bejövõ üzenetek száma nem lehet több, mint %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Nem törölheted ezen a hálózaton az e-mail címed."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Van %d üzeneted, ebbõl %d olvasatlan."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Van %d üzeneted, ebbõl 1 olvasatlan."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Van %d üzeneted."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Van %d üzeneted; és mind olvasatlan."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Van 1 olvasatlan üzeneted."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Van 1 üzeneted."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Jelenleg nincs üzeneted."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Megtaláltál, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "%d darab új üzeneted van."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Van egy új üzeneted."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"%s küldött egy új üzenetet.\n"
+"Ha szeretnéd elolvasni, írd be: /msg %s READ %d."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "You have attempted to register a nonexistent channel %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "%s csatornán a tiltást levetetted magadról."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Korlátlan számú üzenetet fogadhatsz."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Nincs üzeneted."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Nem kaptál új üzenetet."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr ""
+"Használj érvényes számot idõnek. \n"
+"(Adj meg érvényes számot az idõhöz.)"
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Társítanod kellene egy botot a csatornára mielõtt használod\n"
+"ezt a parancsot, írd be /msg %S HELP ASSIGN bõvebb infókért."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "A csatornán operátornak kell lenned, hogy regisztrálhasd."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"A nicked regisztrálásához %d másodpercnél régebben kell csatlakozva lenned."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Rögzítened kell a +i módot is, ha a +K módot rögzíted."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Rögzítened kell a +l módot is, ha a +L módot rögzited."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr "Be kell állítanod egy E-mail címet a nicknevedhez."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr "Értesítést kapsz új üzenetek érkezésérõl csatlakozáskor."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Értesítést kapsz az új üzeneteidrõl,ha fellépsz az IRC-re."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Értesítést kapsz új üzenetek érkezésekor."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Ezentúl nem tudsz üzeneteket fogadni."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Már nem kapsz értesítést emailben."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Nem kapsz értesítést az új üzeneteidrõl."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Az új memo üzeneteidrõl emailben kapsz értesítést."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr " E-mail címed most rejtve lesz a %s INFO kiírásnál."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "E-mail címed most látható lesz a %s INFO kiírásnál."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Ön ircdje nem támogatja a videnteket, ha ez nem igaz,\n"
+"akkor kérem jelentse ezt, mint lehetséges hibát."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Your access list is empty."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Utolsó kilépõ üzeneted rejtve lesz a %s INFO kiírásnál"
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Utolsó kilépõ üzeneted látható lesz a %s INFO kiírásnál."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "Utolsó user@host maszkod rejtve lesz a %s INFO kiírásnál."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Utolsó user@host maszkod látható lesz a %s INFO kiírásnál."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Ezentúl korlátlan számú üzenetet fogadhatsz."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "A max. bejövõ üzenetek számanak új értéke: %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "A max. bejövõ üzentek száma: %d,ez fix érték."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "A maximálisan fogadható üzentek száma: %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "A max. bejövõ üzentek száma: 0; és több nem jöhet."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"A max. bejövõ üzentek száma: 0; és nem köhet több. \n"
+"Ez nem változtatható meg."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "A nicked sikeresen kijelentkezett."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "A nicked már regisztrált; írd be /msg %s DROP elõször."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "A neved még nem regisztrált."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr "A neved még nem regisztrált. Segítség: /msg %s HELP."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "A nickneved dropolva lett,"
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "A nickneved most meg lesz változtatva: %s."
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "A kód újra el lett küldve erre a címre: %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Jelszavad: %s - jegyezd meg a késõbbi használathoz!"
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "A szervíz hozzáférési státuszod rejtve lesz a %s INFO kiírásnál."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "A szervíz hozzáférési státuszod látható lesz a %s INFO kiírásnál."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "A %s virtuális hosztod aktiválva."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "A %s@%s virtuális hosztod aktiválva."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Fellépési Hír] - %s %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Oper Hír] - %s %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Véletlenszerû Hír] - %s %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "letiltva"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "nem fog elévülni"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "engedélyezve"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "elévül a következõ adatbázis mentésnél"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "elévül %d nap múlva"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "elévül %d nap múlva"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "elévül %d óra, %d perc múlva"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "elévül %d óra, %d perc múlva"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "elévül %d óra, %d perc múlva"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "elévül %d óra, %d perc múlva"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "elévül %d perc múlva"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "elévül %d perc múlva"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "%s vhosztja törölve lett."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "%s vhostja erre változott: %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "%s vhostja erre változott: %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "A %s csoport vhostja %s lett."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "A %s csoport vhostja erre változott: %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "A %s csoport vhostja törölve."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "xOP lista rendszer"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "xOP lists system for %s is now OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "xOP lists system for %s is now ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/anope.it_IT.po b/lang/anope.it_IT.po
new file mode 100644
index 000000000..ec61f4ab3
--- /dev/null
+++ b/lang/anope.it_IT.po
@@ -0,0 +1,12314 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:40-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s per altre informazioni."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S ti permette di \"registrare\" un nick e di\n"
+"evitare che gli altri lo usino. I seguenti\n"
+"comandi permettono la registrazione e il mantenimento\n"
+"dei nick; per usarli, digita /msg %S comando.\n"
+"Per maggiori informazioni su un comando specifico,\n"
+"digita /msg %S HELP comando."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S ti permette di avere un bot nel tuo canale.\n"
+"E' un servizio pensato per gli utenti che non possono\n"
+"mantenere un bot. I comandi disponibili sono i seguenti;\n"
+"per usarli, digita /msg %S comando.\n"
+"Per maggiori informazioni sull'uso di un comando\n"
+"specifico, digita /msg %S HELP comando."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S permette di registrare i canali e di controllarne\n"
+"vari aspetti. %S può spesso evitare che utenti non\n"
+"autorizzati prendano il controllo dei canali (\"take over\")\n"
+"limitandone l'accesso agli utenti. I comandi disponibili\n"
+"sono indicati in basso; per usarli, puoi digitare\n"
+"/msg %S comando. Per avere maggiori informazioni su\n"
+"un comando specifico, digita /msg %S HELP comando.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S è un servizio che permette agli utenti della rete di\n"
+"scambiarsi brevi messaggi (memo), anche se i destinatari non\n"
+"sono connessi; permette inoltre di inviare messaggi ai canali(*).\n"
+"Il nick del mittente e quello del destinatario (o il canale\n"
+"di destinazione) devono essere registrati.\n"
+"\n"
+"I comandi di %S sono:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s ha cambiato il livello DEFCON a %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s aggiunto alla lista AOP di %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s aggiunto alla lista HOP di %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s aggiunto alla lista SOP di %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s aggiunto alla lista VOP di %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s aggiunto alla lista di accesso di %s con il livello %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s aggiunto alla lista autokick di %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s aggiunto alla lista delle parolacce di %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s aggiunto alla lista AKILL."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s aggiunto alla lista SNLINE."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s aggiunto alla lista SQLINE."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s aggiunto alla lista SZLINE."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "La maschera %s è stata aggiunta alla tua lista di accesso."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s è già presente nella lista delle parolacce di %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s è già presente nella lista autokick di %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s è già presente nella lista AKILL."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s esiste già nella lista EXCEPTION."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s è già presente nella lista SNLINE."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s è già prsente nella lista SQLINE."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s è già presente sulla lista SZLINE."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s non può essere utilizzato come il numero di kick che porta al ban."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s ha modificato i tuoi modi utente."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s lista canali:\n"
+"Nome Utenti Modi Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s eliminato dalla lista AOP di %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s eliminato dalla lista HOP di %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s eliminato dalla lista SOP di %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s eliminato dalla lista VOP di %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s è stato eliminato dalla lista di accesso di %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s è stato eliminato dalla lista autokick di %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s è stato eliminato dalla lista delle parolacce di %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s eliminato dalla lista delle eccezioni."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s eliminato dalla lista AKILL."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s eliminato dalla lista SNLINE."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s eliminato dalla lista SQLINE."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s eliminato dalla lista SZLINE."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "La maschera %s è stata eliminata dalla tua lista di accesso."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s disabilitato sul canale %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s ha registrato troppi nick."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s è già coperto da %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s non è un tipo di ban valido."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s non è un bot valido o un canale registrato."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s non è un indirizzo e-mail valido."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s da adesso non è più sempre attivo su %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s al momento non è nel canale %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s da adesso è sempre attivo su %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s corrisponde a un'eccezione %s e non può essere bannato finché l'eccezione "
+"non sarà rimossa."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s spostato alla lista AOP di %s."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s spostato alla lista HOP di %s."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s spostato alla lista SOP di %s."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s spostato alla lista VOP di %s."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s non trovato nella lista AOP di %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s non trovato nella lista HOP di %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s non trovato nella lista SOP di %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s non trovato nella lista VOP di %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s non trovato nella lista nella lista di accesso di %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s non trovato nella lista autokick di %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s non trovato nella lista delle parolacce di %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s non trovato nella lista delle sessioni."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "Impossibile trovare %s nella lista delle eccezioni."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s non trovato nella lista AKILL."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s non trovato nella lista SNLINE."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s non trovato nella lista SQLINE."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s non trovato nella lista SZLINE."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "La maschera %s non è stata trovata nella tua lista di accesso."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista dei nick di %s:\n"
+"Nick Mask"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s non è più ignorato."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s sarà ignorato per %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s sarà ignorato permanentemente."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Nota: Tutti i comandi inviati a %S sono loggati!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Nota: i Services sono in modalità read-only; le modifiche non saranno "
+"salvate!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Nota: le mask delle AKILL non possono contenere nick; assicurati di non aver "
+"incluso una porzione di nick nella mask."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Nota: puoi aggiungere solo mask dell'ip alla lista SZLINE."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Livelli di accesso degli utenti\n"
+"\n"
+"Di default, sono definiti i seguenti livelli di accesso:\n"
+"\n"
+" Fondatore Accesso completo alle funzioni di %S;\n"
+" op automatico in entrata nel canale.\n"
+" Soltanto una persona può avere lo\n"
+" stato di fondatore (non può essere\n"
+" assegnato con il comando ACCESS).\n"
+"  10 Accesso al comando AKICK; op e protezione\n"
+" automatici (+o e +a).\n"
+"  5 Op automatico (+o).\n"
+"  3 Voice automatico (+v).\n"
+"  0 Nessun privilegio speciale; può essere\n"
+" oppato dagli altri op (a meno che\n"
+" non sia attiva l'opzione secure-ops).\n"
+"  <0 Non può essere oppato.\n"
+"\n"
+"Questi livelli possono essere cambiati, e se ne possono\n"
+"aggiungere altri, usando il comando LEVELS. Digita\n"
+"/msg %S HELP LEVELS per maggiori informazioni."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Attenzione: Hai superato il numero massimo di memo (%d). Non potrai "
+"raggiungere nuovi memo finché non ne elimini alcuni."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Attenzione: Hai raggiunto il numero massimo di memo (%d). Non potrai "
+"raggiungere nuovi memo finché non ne elimini alcuni."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] Il memo che hai inviato è stato letto."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] Il memo che hai inviato a %s è stato letto."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"NOTA: Questo servizio è pensato per fornire agli\n"
+"utenti un modo per assicurarsi che loro identità non\n"
+"sia compromessa.\n"
+"NON è pensato per facilitare il \"furto\" dei nick\n"
+"o per altre azioni maliziose. L'abuso di %S\n"
+"risulterà, come minimo, nella perdita del proprio nick."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"I Services Operator possono inoltre deregistrare qualsiasi canale\n"
+"senza che siano identificati con la password, e possono vedere\n"
+"la lista di accesso, la lista AKICK e le liste di configurazione\n"
+"dei livelli per qualsiasi canale."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"I Services Operator possono inoltre deregistrare qualsiasi nick\n"
+"senza doversi identificare per quel nick, e possono visualizzare\n"
+"le liste di accesso per qualunque nick (/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr "Opzioni: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \t vhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr "Nick del bot: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr "Nick del bot: nessun bot assegnato."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opzioni: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kick in caso di maiuscole: %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Kick in caso di maiuscole: %s (%d portano al ban; minimo %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Kick in caso di maiuscole: %s (minimo %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Fondatore: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Fondatore: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opzioni: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Tipo di ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kick in caso di grassetto: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kick in caso di grassetto: %s (%d kick portano al ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kick in caso di flood: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr ""
+" Kick in caso di flood: %s (%d kick portano al ban; %d linee in %d "
+"secondi)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kick in caso di flood: %s (%d linee in %d secondi)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Hostmask: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kick in caso di colori: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kick in caso di colori: %s (%d portano al ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Ultimo utilizzo: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Modi bloccati: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kick in caso di ripetizioni: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kick in caso di ripetizioni: %s (%d kick portano al ban; %d volte)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kick in caso di ripetizioni: %s (%d volte)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Successore: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Successore: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Sospeso: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Ultimo topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr "Data di registrazione: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (disabilitato)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (solo per il fondatore)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Modifica la lista degli indirizzi autorizzati"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Modifica la lista degli utenti con privilegi"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr "ACT Invia un /me in canale"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Modifica la lista AutoKick"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Manipola la lista AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Mostra i canali in cui si ha accesso"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Modifica la lista degli utenti AOP"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Assegna un bot a un canale"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Gestisce la lista delle parolacce"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Permette di bannare un utente"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE Imposta il tipo di ban che sarà usato dai Services"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Gestisce la lista dei bot disponibili"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Mostra la lista dei bot disponibili"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Annulla l'ultimo memo inviato"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL tutti gli utenti su di un canale specifico"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Mostra tutti i canali"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Controlla se l'ultimo memo ad un nick è stato letto"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Annulla varie impostazioni del canale"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES \"Pulisce\" i modi di un canale"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Conferma un \"auth code\" di nickserv"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr "Data di crazione: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipola il sistema DefCon"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Toglie lo stato di mezzo operatore a un utente "
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Rimuove il vhost di un altro utente"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Cancella uno o più memo"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Rimuove il vhost da tutti i nick di un gruppo"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Toglie lo stato di operatore a un utente (-o)"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Toglie lo stato di owner a un utente "
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Toglie lo stato di protezione a un utente "
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Imposta la descrizione del canale"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Toglie lo stato di voice a un utente (-v)"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Imposta il nome del gruppo"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Imposta il nome del tuo gruppo"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Annulla la registrazione di un canale"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Annulla la registrazione del nick"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Descrizione: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associa un indirizzo e-mail al nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Associa un indirizzo e-mail al tuo nick"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Imposta un messaggio che sarà inviato agli utenti\n"
+" che entrano nel canale"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr ""
+" EXCEPTION Modifica la lista delle eccezioni al limite delle\n"
+" sessioni"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Blocca un canale in modo che non venga usato"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Blocca un nick in modo che non venga usato"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Imposta il fondatore del canale"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Mostra l'elenco degli utenti registratisi con l'indirizzo "
+"email specificato"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Recupera la password (chiave) di un canale"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Recupera la password di fondatore di un canale"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Recupera la password di un nick\n"
+" (solo se la criptazione è disattivata)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnette un nick fantasma che non è ancora caduto"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Mostra la lista di tutti i nick nel proprio gruppo"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Invia un messaggio a tutti gli utenti"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associa un messaggio di saluto al nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Associa un messaggio di saluto al tuo nick"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Sincronizza il vhost per tutti i nick nel gruppo"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Entra in un gruppo"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr "Messaggio di saluto (greet): %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Assegna lo stato di mezzo operatore a un utente (+h)"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Nasconde alcune informazioni sul tuo nick"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Modifica la lista degli utenti HOP"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Ti identifica per il tuo nick"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modifica la lista ignore dei Services"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr "INFO Mostra informazioni su un bot o su un canale"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Mostra le informazioni su un nick"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Mostra le informazioni su un canale"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Mostra informazioni sui tuoi nuovi memo"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Disabilita (\"jupiter\") un server"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC Mantiene il topic quando il canale non è in uso"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Configura i kick"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kicka un utente da un canale"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Espelle un utente da un canale (kick)"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Attiva o disattiva la protezione"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Killa tutti gli utenti da un certo host"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr " LANGUAGE Imposta la lingua utilizzata dai Services"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Ridefinisce i privilegi dei livelli di accesso"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Mostra uno o più vhost nel database"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr " LIST Mostra l'elenco dei nick registrati"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr " LIST Mostra la lista dei canali"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Mostra la lista dei propri memo"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Definisce i messaggi da mostrare agli utenti\n"
+" quando si connettono"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Deidentifica dal proprio nick"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Imposta il blocco dei modi di canale"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Cambia dei modi di un canale"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Informazioni su un modulo caricato"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Elenca i moduli caricati"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Carica un modulo"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Rimuovi un modulo"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Cambia il metodo di comunicazione usato dai Services"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Evita che il nickname scada"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr " NOOP Rimuove temporaneamente tutte le O:line di un server"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Disattiva il tuo vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Imposta le operflag di un utente"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Attiva il tuo vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Assegna lo stato di operatore a un utente (+o)"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Definisce i messaggi da mostrare agli operatori"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Invia una notifica quando vengono usati i comandi\n"
+" OP/DEOP"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Assegna lo stato di owner a un utente (+q)"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Opzioni: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Imposta la password del nick"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Imposta la password del tuo nick"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Regola l'uso dei comandi critici"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Nasconde il canale dall'output del comando LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE Nasconde il nick dalla lista (/msg %S LIST)"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE Nasconde il nick dalla lista (/msg %S LIST)"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Assegna lo stato di protezione a un utente (+a)"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Termina i Services senza salvare i database"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Definisce i messaggi da mostrare casualmente\n"
+" agli utenti quando si connettono"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Legge uno o più memo"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Disconnette un altro utente che usa il tuo nick"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Registra un canale"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registra un nick"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE Permette di usare di nuovo il proprio nick dopo un RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Rilegge il file di configurazione dei Services"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Reinvia un \"auth code\" di nickserv"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Salva i database e riavvia i Services"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Limita l'accesso al canale"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Invia un memo e richiede una notifica di lettura"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kick in caso di reverse: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kick in caso di reverse: %s (%d kick portano al ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Imposta le opzioni SET su un altro nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr "SAY Fa sì che il bot dica qualcosa in canale"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Attiva le funzionalità di sicurezza di %S"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Attiva o disattiva la sicurezza"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr ""
+" SECUREFOUNDER Abilita un controllo più severo dello stato di\n"
+" fondatore"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr ""
+" SECUREOPS Abilita un controllo più severo dello stato di\n"
+" operatore"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Invia un memo a un nick o a un canale"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Invia un memo a tutti gli utenti registrati"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Invia la password del proprio nick via e-mail"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Mostra la lista delle sessioni degli host"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Imposta le opzioni del bot"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Imposta il vhost di un altro utente"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Imposta varie opzioni globali dei Services"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Imposta le opzioni e le informazioni di canale"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Imposta le opzioni, inclusa la protezione"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Imposta le opzioni relative ai memo"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Imposta il vhost per tutti i nick di un gruppo"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Termina i Services salvando i database"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK \"Firma\" i kick effettuati con il comando KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Manipola la lista SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Modifica la lista degli utenti SOP"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Manipola la lista SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Mostra lo staff dei services con stato online"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Invia un memo a tutti gli opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Mostra lo stato dei Services e della rete"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Restituisce il livello di accesso corrente di\n"
+" un utente su un canale"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Indica lo stato di identificazione di un nick"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Imposta il successore del fondatore del canale"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Impedisce l'utilizzo di un canale mantenendo\n"
+" i dati e le impostazioni"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Sospendi il nick specificato"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forza il cambio del nickname di un utente"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Manipola la lista SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Cambia il topic di un canale"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr ""
+" TOPICLOCK Imposta il blocco del topic (modificabile solo\n"
+" attraverso il comando TOPIC)"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Cambia i modi utente di un utente"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Rimuove il bot da un canale"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Rilascia un canale sospeso"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Rilascia il nick specificato"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Forza la scrittura su disco immediata dei database\n"
+" dei Services"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Aggiorna il tuo stato attuale, ovvero controlla eventuali "
+"nuovi memo"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Mostra tutti gli utenti"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Usato su: %d canale/i"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Assegna lo stato di voice a un utente (+v)"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Modifica la lista degli utenti VOP"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Seleziona il sistema di privilegi utilizzato"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (scade tra %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Kick in caso di parolacce: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Kick in caso di parolacce: %s (%d kick portano al ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Indirizzo e-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Connesso da: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Ultimo accesso: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Topic impostato da: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr "Messaggio di ingresso: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Realname: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Ora di registrazione: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Kick in caso di sottolineato: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Kick in caso di sottolineato: %s (%d portano al ban ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Indirizzo e-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Num Mittente Data/Ora"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr "\"/msg %s\" non è più supportato. Usa \"/msg %s@%s\" o \"/%s\"."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (aggiunto da %s il %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (fisso) (aggiunto da %s il %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limite: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s, aggiunto da %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Comandi di %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Moduli caricati."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bot disponibili."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d giorni"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d ore"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minuti"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nick nel gruppo."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d secondi"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "La lista AOP di %s è vuota."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "La lista HOP di %s è vuota."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "La lista SOP di %s è vuota."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "La lista VOP di %s è vuota."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "La lista di accesso di %s è vuota."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "La lista autokick di %s è vuota."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "La lista delle parolacce di %s è vuota."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr ""
+"%s non può essere il successore del canale %s perché ne è il fondatore."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s non può ricevere memo."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr ""
+"%s La copertura è troppo ampia; per favore, usa una maschera più specifica."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s ha %d memo, di cui %d non sono stati ancora letti."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s ha %d memo, di cui 1 non è stato ancora letto."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s ha %d memo."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s ha %d memo, nessuno dei quali è stato letto."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s ha 1 memo, e non è stato ancora letto."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s ha 1 memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s non ha alcun memo."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s attualmente ha troppi memo e non può riceverne altri."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s non ha alcun limite dei memo."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s non ha nuovi memo."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s non ha nuovi memo."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s è %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s è un services operator di tipo %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s al momento è offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s è online in questo momento."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s è disattivato"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s è attivato"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s non è più un SuperAdmin."
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s non viene informato dei nuovi memo."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s viene informato dei nuovi memo quando si connette e quando li riceve."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s viene informato dei nuovi memo quando si connette."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s viene informato dei nuovi memo quando li riceve."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s ora è un SuperAdmin."
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s è sul canale in questo momento, travestito da %s! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s è sul canale in questo momento!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "L'ultima volta che ho visto %s è stato %s fa."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s non ti informerà dei nuovi memo."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s ti informerà dei nuovi memo quando li ricevi."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr "%s ti informerà dei nuovi memo quando ti connetti e quando li ricevi."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s ti informerà dei nuovi memo quando ti connetti e quando torni dall'/AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) aggiunto alla lista dei bot."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "Il limite dei memo di %s è %d, e non può essere modificato."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "Il limite dei memo di %s è %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL tutti i nuovi client che si collegano"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Forza l'impostazione dei modi canale (%s) su tutti i canali"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignora tutti i non-opers con messaggio"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Killa tutti i NUOVI client che si collegano"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Nessune modifiche ad MLOCK"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Nessuna nuova registrazione di canali"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Niente nuovi memo inviati"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Nessuna nuova registrazione di nick"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Ignora silenziosamente i non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Usa il limite di sessioni ridotto a %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 giorno"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 ora"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minuto"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 secondo"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<sconosciuto>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Un memo di massa è stato inviato a tutti gli utenti registrati."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Un memo di notifica è stato mandato a %s informandolo/a che hai\n"
+"letto il suo memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Un codice di attivazione è stato inviato a %s. Digita /msg %s CONFIRM "
+"<codice> per completare la registrazione."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "L'ident per un vhost dev'essere nel formato di un ident valido"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr ""
+"Errore! Un vhost può contenere soltanto i caratteri A-Z, a-z, 0-9, '.' e '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr ""
+"ACCESS canale {ADD|DEL|LIST|VIEW|CLEAR} [nick [livello] | numero-lista]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mask]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT canale testo"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK canale {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-o-usermask] [motivo]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE su %s completato; ne sono stati influenzati %d utenti."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "La lista AKILL è vuota."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} "
+"[motivo]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nick"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista AOP di %s:\n"
+" Num Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN canale nick-del-bot"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Accesso negato."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Accesso negato."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Il livello di accesso di %s su %s è stato modificato a %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Il livello di accesso di %s su %s non è stato modificato da %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Il livello di accesso deve essere compreso tra %d e %d (inclusi)."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Il livello di accesso deve essere diverso da zero."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Impostazioni dei livelli di accesso del canale %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr ""
+"I livelli di accesso di %s sono stati ripristinati ai valori originali."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "La lista d'accesso per %s è vuota."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Lista di accesso di %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Lista di accesso di %s:\n"
+" Num Liv Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Lista di accesso:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Aggiunta una nuova Logon News (numero %d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Aggiunta una nuova Oper News (numero %d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Aggiunta una nuova Random News (numero %d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Tutte le O:lines di %s sono state rimosse."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Tutte le O:lines di %s sono state ripristinate."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Tutti i ban del canale %s sono stati rimossi."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Tutte le eccezioni del canale %s sonostate rimosse."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Tutti gli invites sono stati rimossi dal canale %s."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Tutte le Logon News sono state eliminate."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Tutti i memo per il canale %s sono stati cancellati."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Tutti i modi sono stat annullati sul canale %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Tutti i modi del canale %s sono stati ripristinati."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Tutti i tuoi memo sono stati cancellati."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Tutte le Oper News sono state eliminate."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Tutte le Random News sono state eliminate."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Tutti gli utenti sono stati kickati dal canale %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Tutti i vhost nel gruppo %s sono stati impostati a %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Tutti i vhost nel gruppo %s sono stati impostati a %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Permette di dare/togliere il modo +h (halfop) su se stessi"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Permette di dare/togliere il modo +o (op) su se stessi"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Permette di dare/togliere il modo +a (protect) su se stessi"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Permette di dare/togliere il modo +v (voice) su se stessi"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Permette l'assegnazione e la revoca di un bot"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Permette l'uso del comando BAN su se stessi"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Permette l'uso del comando KICK su se stessi"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Permette la lista e la lettura dei memo di canale"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Permette le modifiche alla lista di accesso"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Permette l'uso del comando AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Permette l'uso del comando BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Permette l'uso del comando BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Permette l'uso del comando CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Permette l'uso del comando GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Permette l'uso dei comandi HALFOP e DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Permette l'uso del comando INFO con l'opzione ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Permette l'uso del comando INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Permette l'uso del comando KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Permette l'uso dei comandi OP e DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Permette l'uso dei comandi PROTECT e DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Permette l'uso dei comandi SAY e ACT del bot"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Permette l'uso del comando SET (escluso FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Permette l'uso del comando TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Permette l'uso del comando UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Permette l'uso dei comandi VOICE e DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Permette l'uso dei comandi \"fantasia\" del bot"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Permette la visione della lista di accesso"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Lista autokick di %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Modo di canale +o automatico (op)"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Modo di canale +a automatico (protect)"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Modo di canale +h automatico (halfop)"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Modo di canale +v automatico (voice)"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS canale {ADD|DEL|LIST|CLEAR} [parola | numero-lista] [SINGLE|START|"
+"END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick ident host realname\n"
+"BOT CHANGE vecchionick nuovonick [ident [host [realname]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Lista delle parolacce di %s:\n"
+" Num Parola Tipo"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "La lista delle parolacce è stata svuotata."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Il tipo di ban del canale %s ora è #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "I Modi binari i ban sono stati annullati sul canale %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Il bot %s è già esistente."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Il bot %s non esiste."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Il bot %s è stato assegnato a %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Il bot %s è stato modificato; ora si presenta come %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Il bot %s è stato eliminato."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Il bot %s è già assegnato al canale %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Il bot kickerà anche gli operatori sul canale %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Il bot kickerà anche i voice sul canale %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Il bot non kickerà gli operatori sul canale %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Il bot non kickerà i voice sul canale %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Gli host dei bot possono contenere unicamente caratteri validi."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Gli ident dei bot possono contenere unicamente caratteri validi."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "I nick dei bot possono contenere unicamente caratteri validi."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Il bot non è sul canale %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Lista dei bot disponibili:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Il bot entrerà in canale quando c'è almeno\n"
+"%d persona."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Il bot ora kickerà chi dice le bad words, e piazzerà un ban dopo\n"
+"%d kick nei confronti dello stesso utente. Usa il comando BADWORDS\n"
+"per aggiungere o rimuovere le parolacce dalla lista."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Il bot ora kickerà chi dice le parolacce. Usa il comando BADWORDS\n"
+"per aggiungere o rimuovere le parolacce dalla lista."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi usa il grassetto, e piazzerà un ban dopo \n"
+"%d kick nei confronti dello stesso utente."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Il bot ora kickerà chi usa il grassetto."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi usa le maiuscole (devono costituire almeno\n"
+"%d caratteri e il %d%% dell'intero messaggio), e piazzerà un ban\n"
+"dopo %d kick nei confronti dello stesso utente."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Il bot ora kickerà chi usa le maiuscole (devono costituire almeno\n"
+"%d caratteri e il %d%% dell'intero messaggio)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi usa i colors, e piazzerà un ban dopo %d \n"
+"kick nei confronti dello stesso utente."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Il bot ora kickerà chi usa i colori."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi flooda (%d linee in %d secondi), e\n"
+"piazzerà un ban dopo %d kick nei confronti dello stesso utente."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Il bot ora kickerà chi flooda (%d linee in %d secondi)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi ripete (gli utenti che ripetono %d\n"
+"volte la stessa cosa), e piazzerà un ban dopo %d kick\n"
+"nei confronti dello stesso utente."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Il bot ora kickerà chi ripete (gli utenti che ripetono %d\n"
+"volte la stessa cosa)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi usa i reverse, e piazzerà un ban dopo %d \n"
+"kick nei confronti dello stesso utente."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Il bot ora kickerà chi usa i reverse."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Il bot ora kickerà chi usa il sottolineato, e piazzerà un ban dopo %d \n"
+"kick nei confronti dello stesso utente."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Il bot ora kickerà chi usa il sottolineato."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Il bot non kickerà più chi dice le parolacce."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Il bot non kickerà più chi usa il grassetto."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Il bot non kickerà più chi usa le maiuscole."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Il bot non kickerà più chi usa i colori."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Il bot non kickerà più chi flooda."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Il bot non kickerà più chi ripete."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Il bot non kickerà più chi usa i reverse."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Il bot non kickerà più chi usa il sottolineato."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ: %6d records, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bot riservati agli IrcOp:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Bytes letti: %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes scritti: %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | canale}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+scadenza] {#canale} [motivo]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR canale cosa"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES canale [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Impossibile deidentificare %s perchè è un Services Operator."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Impossibile inviare e-mail adesso; riprova più tardi."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ: %6d records, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Modi utente di %s modificati."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Il canale %s non esiste."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Il canale %s è stato deregistrato."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Il canale %s è stato vietato da %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Il canale %s è già registrato!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Il canale %s non può più essere registrato o usato."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Il canale %s ora è stato rilasciato."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Il canale %s is ora è sospeso."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Il canale %s non è registrato."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Il canale %s non può essere registrato o usato."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Il canale %s non può essere registrato."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Il canale %s è stato registrato sotto il tuo nick: %s."
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Canali: %6d records, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Il canale %s scadrà."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Il canale %s non scadrà."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "La lista AOP del canale %s è stata svuotata."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "La lista HOP del canale %s è stata svuotata."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "La lista SOP del canale %s è stata svuotata."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "La lista VOP del canale %s è stata svuotata."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "La lista di accesso del canale %s è stata svuotata."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "La lista autokick del canale %s è stata svuotata."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Il canale %s non è un canale valido."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "La lista AOP può contenere soltanto nick registrati."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "La lista HOP può contenere soltanto nick registrati."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "La lista SOP può contenere soltanto nick registrati."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Le SQLINE di canale non sono supportate da questo IRCd e sono pertanto "
+"inutilizzabili."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "La lista VOP può contenere soltanto nick registrati."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr ""
+"Le liste di accesso del canale possono contenere soltanto nick registrati."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista dei canali:\n"
+"Nome Utenti Modi Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Modo di canale +o non permesso (op)"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canali su cui %s ha accesso:\n"
+" Num Canale Livello Descrizione"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canali su cui hai accesso:\n"
+" Num Canale Livello Descrizione"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Impossibile trovare l'utente %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Impossibile vietare il canale %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Impossibile vietare il nick %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Impossibile rilasciare il canale %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Impossibile rilasciare il nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Impossibile sospendere il nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Impossibile sospendere il canale %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Lista AKILL attuale:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista AKILL attuale:\n"
+" Num Mask Motivo"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Lista moduli attuali:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Lista SNLINE attuale:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista SNLINE attuale:\n"
+" Num Mask Motivo"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Lista SQLINE attuale:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista SQLINE attuale:\n"
+" Num Mask Motivo"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Lista SZLINE attuale:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista SZLINE attuale:\n"
+" Num Mask Motivo"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Lista delle eccezioni attuale:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Numero attuale di AKILL: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Numero attuale di SNLINE: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Numero attuale di SQLINE: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Numero attuale di SZLINE: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Utenti correnti: %d (%d operatori)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [canale] {numero | lista | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP canale"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Durata di default delle AKILL: %d giorni"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Durata di default delle AKILL: %d ore"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Durata di default delle AKILL: %d minuti"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Durata di default delle AKILL: 1 giorno"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Durata di default delle AKILL: 1 ora"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Durata di default delle AKILL: 1 minuto"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Durata di default delle AKILL: infinita"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Durata di default delle SNLINE: %d giorni"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Durata di default delle SNLINE: %d ore"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Durata di default delle SNLINE: %d minuti"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Durata di default delle SNLINE: 1 giorno"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Durata di default delle SNLINE: 1 ora"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Durata di default delle SNLINE: 1 minuto"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Durata di default delle SNLINE: infinita"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Durata di default delle SQLINE: %d giorni"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Durata di default delle SQLINE: %d ore"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Durata di default delle SQLINE: %d minuti"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Durata di default delle SQLINE: 1 giorno"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Durata di default delle SQLINE: 1 ora"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Durata di default delle SQLINE: 1 minuto"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Durata di default delle SQLINE: infinita"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Durata di default delle SZLINE: %d giorni"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Durata di default delle SZLINE: %d ore"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Durata di default delle SZLINE: %d minuti"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Durata di default delle SZLINE: 1 giorno"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Durata di default delle SZLINE: 1 ora"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Durata di default delle SZLINE: 1 minuto"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Durata di default delle SZLINE: infinita"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "Eliminati %d record dalla lista AOP di %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "Eliminati %d record dalla lista HOP di %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "Eliminati %d record dalla lista SOP di %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "Eliminati %d record dalla lista VOP di %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "Eliminati %d record dalla lista di accesso di %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "Eliminati %d record dalla lista autokick di %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "Eliminati %d record dalla lista delle parolacce di %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Eliminati %d record dalla lista delle eccezioni."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Eliminati %d record dalla lista AKILL."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Eliminati %d record dalla lista SNLINE."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Eliminati %d record dalla lista SQLINE."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Eliminati %d record dalla lista SZLINE."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "Eliminato un record dalla lista AOP di %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "Eliminato un record dalla lista HOP di %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "Eliminato un record dalla lista SOP di %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "Eliminato un record dalla lista VOP di %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "Eliminato un record dalla lista di accesso di %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "Eliminato un record dalla lista autokick di %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "Eliminato un record dalla lista delle parolacce di %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Eliminato 1 record dalla lista delle eccezioni."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Eliminato 1 record dalla lista AKILL."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Eliminato 1 record dalla lista SNLINE."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Eliminato 1 record dalla lista SQLINE."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Eliminato 1 record dalla lista SZLINE."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "La descrizione di %s è stata impostata a %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Mostrato tutti i records (Conteggio: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Mostrato records da %d a %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Mostrato records corrispondenti alla chiave %s (Conteggio: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Non usare il grassetto su questo canale!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Non usare i colori su questo canale!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Non usare il reverse su questo canale!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Non usare la parola %s su questo canale!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Non usare il sottolineato su questo canale!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Indirizzo e-mail cambiato a %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Indirizzo e-mail per %s cambiato in %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Indirizzo e-mail per %s rimosso."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "L'indirizzo e-mail di %s è stato impostato a %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "L'indirizzo e-mail di %s è stato annullato."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Impostazione dell'indirizzo e-mail annullata."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "L'e-mail per %s non è valida."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+durata] mask limite motivo"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mask | lista}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE num posizione"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametri]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Email corrispondondenti %s a %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Fine della lista %s."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Fine della lista di accesso."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Fine della lista dei canali."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Fine della lista - %d/%d canali mostrati."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Fine della lista - %d/%d risultati mostrati."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Fine della lista dei nick."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Italiano"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Il messaggio di ingresso di %s è stato cambiato."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Il messaggio di ingresso di %s è stato annullato."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr "Errore! L'ident è troppo lungo; usane uno che sia %d caratteri o meno."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Errore! Il vhost è troppo lungo; usane uno che sia %d caratteri o meno."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "L'eccezione per %s (numero %d) è stata spostata alla posizione %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception per %s è stata aggiornata in %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Durata di %s modificata."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID canale motivo"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID canale [motivo]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nick motivo"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nick [motivo]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasia"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "La modalità fantasy ora è DISATTIVA sul canale %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "La modalità fantasy ora è ATTIVA sul canale %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Il fondatore del canale %s ora è %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Niente WildCards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY canale"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nick"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr ""
+"Il comando GETPASS non è disponibile perché è in uso la criptazione dei dati."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nick [password]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL messaggio"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP destinatario password"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "La connessione fantasma con il tuo nick è stata disconnessa."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Saluto"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Messaggio di benvenuto impostato a %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Mostra il messaggio di saluto (greet)"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Messaggio di saluto per %s cambiato in %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Messaggio di saluto per %s rimosso."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Messaggio di benvenuto annullato."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "La modalità greet (saluto) ora è DISATTIVA sul canale %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "La modalità greet (saluto) ora è ATTIVA sul canale %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista HOP di %s:\n"
+" Num Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Lista degli host con almeno %d sessioni:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Non so chi sia %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Non ho mai visto %s su questo canale."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY password"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [tempo] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO canale"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [canale]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | canale]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {canale | nick-del-bot}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE canale"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Se non cambi il tuo nick entro 20 secondi, verrà cambiato dal server."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Se non cambi il tuo nick entro un minuto, verrà cambiato dal server."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Il codice di ignore sarà usato."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Il codice di ignore non sarà usato."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "La lista ignore è stata annullata."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "La lista ignore è vuota."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Per usare questo comando, devi prima identificarti con\n"
+"la tua password (digita /msg %S HELP IDENTIFY per\n"
+"ottenere maggiori informazioni).\n"
+"\n"
+"Digita /msg %S HELP SET opzione per avere maggiori\n"
+"informazioni su una opzione specifica."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Intervallo specificato erroneo. La sintassi corretta è #da-a."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informazioni sul bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informazioni sul canale %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Errore interno - Impossibile elaborare la richiesta."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Tempo di scadenza non valido."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Hostmask non valida. Solo le hostmask reali sono valide; le eccezioni non "
+"vengono confrontate con i nick o con gli username (ident)."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"È stato inserito un codice di attivazione non valido. Controlla di nuovo la "
+"tua casella di posta e riprova."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Limite delle sessioni non valido. Deve essere un numero intero maggiore o "
+"uguale a zero e minore di %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Valore di soglia non valido. Deve essere un numero intero maggiore di 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE nomeserver [motivo]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK canale opzione {ON|OFF} [parametri]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK canale utente motivo"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "La key per il canale %s è %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS canale {SET | DIS[ABLE] | LIST | RESET} [numero [livello]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST pattern"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [canale] [lista | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [testo|numero]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Lingua cambiata a Italiano."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "L'ultimo memo inviato a %s è stato annullato."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Ultimo messaggio di quit: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr " Ultimo indirizzo usato: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Il livello di %s sul canale %s è stato modificato a %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Il livello deve essere compreso tra %d e %d (inclusi)."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Questo comando è inutilizzabile in questa modalità."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lista dei nick che corrispondono a %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lista dei nick nel gruppo di %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lista dei nick nel tuo gruppo:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "I canali locali non possono essere registrati."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "La Logon News numero %d è stata eliminata."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Impossibile trovare la Logon News numero %d!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Lista delle Logon News:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Cerchi te stesso, eh %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE canale modi"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO NomeFile"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD NomeFile"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD NomeFile"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "La mask %s è già presente sulla lista delle eccezioni."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "La maschera %s è già presente nella tua lista di accesso."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "La maschera dev'essere nel formato user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Utenti massimi: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Il memo %d non esiste!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d da %s (%s). Per eliminarlo, digita: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d da %s (%s). Per eliminarlo, digita: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Il memo %d è stato cancellato."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Il limite dei memo di %s è stato disabilitato."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Il limite dei memo di %s è stato impostato a %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Il limite dei memo di %s è stato impostato a 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Il limite dei memo è troppo alto; sarà utilizzato il valore %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo inviato a %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "I memo %s sono stati cancellati."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memo di %s. Per leggerli, digita: /msg %s READ numero"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memo di %s. Per leggerli, digita: /msg %s READ %s numero"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Modalità messaggio"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Il modo %c è stato ignorato perché non è memorizzabile."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Il modo +h è stato rimosso dal canale %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Il modo +o è stato rimosso da tutti gli utenti di %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Il modo +v è stato rimosso da tutti gli utenti di %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Il blocco dei modi di canale di %s è stato impostato a %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Modulo %s caricato"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Modulo %s rimosso"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Modulo: %s Versione: %s Autore: %s caricato: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Modulo: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} server"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Alias (NS): %6d records, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Gruppi (NS): %6d records, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Permette di non venire kickati dal bot"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Nuovo memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Nuovi memo di %s. Per leggerli, digita: /msg %s READ numero"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Nuovi memo di %s. Per leggerli, digita: /msg %s READ %s numero"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "La lista delle news è piena!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Il nick %s è stato vietato da %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Il nick %s è un nickname non autorizzato e non può essere utilizzato."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Il nick %s è attualmente in uso."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Il nick %s ora è vietato."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Il nick %s fa parte dei servizi di questo network."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Il nick %s non è bloccato."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Il nick %s non è attualmente in uso."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Il nick %s non è registrato."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Il nick %s non può essere registrato o usato."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s non trovato nella lista ignore."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Il nick %s è stato troncato a %d caratteri."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Il nick %s scadrà."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Il nick %s non scadrà."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Il nick %s non ha un tuo memo."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Il nick %s è stato deidentificato."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Il nick %s è momentaneamente sospeso."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Il nick %s è ora rilasciato."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Il nick %s è ora sospeso."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NON registrato, prova più tardi."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Il nick %s è stato confermato."
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Il nick %s è stato deregistrato."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Il nick %s è già registrato!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Il nick %s non può essere registrato."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s non registrato."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Il nick %s è stato registrato sotto il tuo account: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registrato."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Registrazione del nick (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Password del nick (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"I nick che non sono più usati sono soggetti a\n"
+"cancellazione automatica; saranno cioè eliminati\n"
+"dopo %d giorni di inutilizzo."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Nessun # trovato davanti al nome del canale."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "La modalità No Bot ora è DISATTIVA sul canale %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "La modalità No Bot ora è ATTIVA sul canale %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Nessuna email in lista per %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Nessun bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Nessun aiuto disponibile per %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Nessun'informazione sul modulo %s è disponibile"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Nessuna Logon News da eliminare!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Nessun record corrispondente nella lista AOP di %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Nessun record corrispondente nella lista HOP di %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Nessun record corrispondente nella lista SOP di %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Nessun record corrispondente nella lista VOP di %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Nessun record corrispondente nella lista di accesso di %s."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Nessun record corrispondente nella lista autokick di %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Nessun record corrispondente nella lista delle parolacce di %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Nessun record corrispondente nella lista delle eccezioni."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Nessun record corrispondente nella lista AKILL."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Nessun record corrispondente nella lista SNLINE."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Nessun record corrispondente nella lista SQLINE."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Nessun record corrispondente nella lista SZLINE."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Non è stato trovato nessun memo corrispondente."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Nessun memo è annullabile."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Nessun memo è stato cancellato."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Nessn modulo attualmente caricato"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Nessuna Oper News da eliminare!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Nessuna Random News da eliminare!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Nessun motivo"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Non invia kick \"firmati\" quando si usa SIGNKICK LEVEL is used"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Il record specificato (%d) non è presente nella lista AOP di %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Il record specificato (%d) non è presente nella lista HOP di %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Il record specificato (%d) non è presente nella lista SOP di %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Il record specificato (%d) non è presente nella lista VOP di %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr ""
+"Il record specificato (%d) non è presente nella lista di accesso di %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Il record specificato (%d) non è presente nella lista autokick di %s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr ""
+"Il record specificato (%d) non è presente nella lista delle parolacce di %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "Il record specificato (%d) non esiste nella lista delle eccezioni."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Nessuna"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Non permette l'accesso se il canale è RESTRICTED"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Tieni conto che i canali che non vengono utilizzati per %d\n"
+"giorni (cioè in quei canali in cui non entra nessun utente\n"
+"che si trova nella relativa lista di accesso) saranno\n"
+"automaticamente deregistrati."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Num Limite Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flag"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OP Notice"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [testo|numero]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Le vecchie informazioni sono identiche a quelle nuove."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "Su Livello Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Solo i SuperAdmin possono usare questo comando."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "L'opzione Op-notice per %s è ora DISATTIVATA."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "L'opzione Op-notice per %s è ora ATTIVATA."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "La Oper News numero %d è stata eliminata."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Impossibile trovare la Oper News numero %d!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Lista delle Oper News:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ: %6d records, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Le operflags %s sono state aggiunte a %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Protezione per gli op"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "L'opzione %s non può essere impostata su questa rete."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Il codice di attivazione per %s is %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Password accettata - adesso sei riconosciuto."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Autentificazione richiesta per questo comando.\n"
+"Riprova dopo aver digitato /msg %s IDENTIFY password."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Autentificazione richiesta per questo comando.\n"
+"Riprova dopo aver digitato /msg %s IDENTIFY %s password."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "La password è stata impostata a %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "La password è stata cambiata."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password per %s cambiata in %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password per %s cambiata."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "La password di %s è %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Password errata."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "La password di %s è stata inviata."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Pace"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "L'opzione Peace per %s è ora DISATTIVATA."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "L'opzione Peace per %s è ora ATTIVATA."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Contatta un Operatore per avere un vhost assegnato a questo nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Per favore, prova di nuovo con una password più oscura. Le password devono "
+"essere lunghe almeno 5 caratteri, non devono essere indovinate facilmente "
+"(ad es. il proprio nome o nick), e non possono contenere i caratteri di "
+"spazio e di tabulazione."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Prego utilizzare un nome server valido per jupe"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Per favore usa il simbolo # provando a registrare"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Attendi %d secondi è riprova."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr ""
+"Per favore attendi %d secondi prima di usare di nuovo il comando GROUP."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Per favore attendi %d secondi prima di usare di nuovo il comando REGISTER."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr ""
+"Prego attendere %d secondi prima di usare il comando RSEND command "
+"nuovamente."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Attendi %d secondi prima di usare di nuovo il comando SEND."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privato"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "La modalità Private del bot %s ora è DISATTIVA."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "La modalità Private del bot %s ora è ATTIVA."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "L'opzione Private per %s è ora DISATTIVATA."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "L'opzione Private per %s è ora ATTIVATA."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Opzione private SPENTA per %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "L'opzione Private ora è DISATTIVA."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Opzione private ACCESA per %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "L'opzione Private ora è ATTIVA."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Protezione"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protezione SPENTA per %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "La protezione ora è DISATTIVA."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protezione ACCESA per %s, con un ritardo ridotto."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protezione ACCESA per %s, senza ritardo."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protezione ACCESA per %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "La protezione ora è ATTIVA, con un ritardo ridotto."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "La protezione ora è ATTIVA, senza ritardo."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "La protezione ora è ATTIVA."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Fornendo l'handler IRCD per: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Fornendo il comando: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [testo|numero]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [canale] {lista | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nick [password]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER canale descrizione"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER password email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER password [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nick [password]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | canale} testo-memo"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "La Random News numero %d è stata eliminata."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Impossibile trovare la Random News numero %d!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Lista delle Random News:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Il primo passo della registrazione potrebbe essere scaduto. Usa /msg %s "
+"REGISTER <password> <e-mail>."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Restricted"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "L'opzione Restricted access per %s è ora DISATTIVATA."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "L'opzione Restricted access per %s è ora ATTIVATA."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname opzione parametri"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE numero"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY canale testo"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | canale} testo-del-memo"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nick"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr ""
+"Il comando SENDPASS non è disponibile perché è in uso la criptazione dei "
+"dati."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN non è definito; impossibile riavviare. Riesegui lo "
+"script configure e ricompila i Services per attivare il comando RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limite"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limite | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET canale opzione parametri"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET canale NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET canale PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET canale opzione parametri"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET canale DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET canale DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET canale FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET canale GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET canale KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET canale NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET canale OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET canale PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET canale PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET canale RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET canale SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET canale SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET canale SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET canale SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET canale SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET canale TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET canale XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opzione parametri"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET opzione parametri"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE numero"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [canale] limite"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [utente | canale] {limite | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opzione parametri"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "La lista SNLINE è vuota."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista}[:"
+"motivo]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista SOP di %s:\n"
+" Num Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "La lista SQLINE è vuota."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} "
+"[motivo]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS canale elemento"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Il canale %s è proibito"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Il canale %s non è registrato"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Il nick %s non è online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND canale motivo"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND canale [motivo]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nick motivo"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick nuovonick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "La lista SZLINE è vuota."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} "
+"[motivo]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Secure"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Secure Founder"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Secure Ops"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "L'opzione Secure founder per %s è ora DISATTIVATA."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "L'opzione Secure founder per %s è ora ATTIVATA."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "L'opzione Secure ops per %s è ora DISATTIVATA."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "L'opzione Secure ops per %s è ora ATTIVATA."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "L'opzione Secure per %s è ora DISATTIVATA."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "L'opzione Secure per %s è ora ATTIVATA."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Opzione secure SPENTA per %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "L'opzione Secure ora è DISATTIVA."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Opzione secure ACCESA per %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "L'opzione Secure ora è ATTIVA."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Sicurezza"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "I servizi sono in modalità Defcon, prego riprovare più tardi."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services is no longer reporting log messages to a channel."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "I servizi sono ora in DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "I Services ora sono in modalità expire."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "I Services ora sono in modalità no expire."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "I Services ora sono in modalità read-only."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "I Services ora sono in modalità read-write."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "I Services ora sono in modalità debug (livello %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "I Services ora sono in modalità debug."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "I Services ora non sono in modalità debug."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services is now reporting log messages to %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "I servizi sono stati configurati per non inviare e-mail."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Lista ignore dei Services:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"I Services non riescono a cambiare i modi. I server sono configurati "
+"correttamente?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"I Services non riescono a cambiare i modi. Le U:lines dei server sono "
+"configurate correttamente?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "I Services sono up da %d giorno, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "I Services sono up da %d giorni, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "I Services sono up da %d ora, %d minuto"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "I Services sono up da %d ora, %d minuti"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "I Services sono up da %d ore, %d minuto"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "I Services sono up da %d ore, %d minuti"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "I Services sono up da %d minuto, %d secondo"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "I Services sono up da %d minuto, %d secondi"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "I Services sono up da %d minuti, %d secondo"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "I Services sono up da %d minuti, %d secondi"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "I servizi non opperanno più %s automaticamente nei canali."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "I servizi non ti opperanno più automaticamente nei canali."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "I servizi opperanno %s automaticamente nei canali."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "I servizi ti opperanno automaticamente nei canali."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "I servizi risponderanno a %s con \"messages\"."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "I servizi risponderanno a %s con \"notices\"."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "I servizi ora ti risponderanno per mezzo di messaggi."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "I servizi ora ti risponderanno per mezzo di notice."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Il file di configurazione dei Services' è stato ricaricato in memoria."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Il blocco dei servizi sul tuo nick è stato rilasciato."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Il limite di sessioni per %s è stato impostato a %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Il limite delle sessioni è disabilitato."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "La lista delle eccezioni è piena!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessioni: %6d records, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessioni Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Impostazione %s sconosciuta. Digita /msg %s HELP LEVELS DESC per una lista "
+"delle impostazioni valide."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr ""
+"Il parametro dell'opzione DEBUG deve essere ON, OFF, o un numero positivo."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Il parametro dell'opzione IGNORE deve essere ON o OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"L'impostazione per LOGCHAN dev'essere ON o OFF e LogChannel dev'essere "
+"definito."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Il parametro dell'opzione NOEXPIRE deve essere ON o OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Il parametro dell'opzione READONLY deve essere ON o OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+"L'impostazione di SuperAdmin deve essere ON o OFF (deve essere attivato in "
+"services.conf)."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "L'opzione Signed kick per %s è ora DISATTIVATA."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"L'opzione Signed kick per %s è ora ATTIVATA, ma dipende dal\n"
+"livello dell'utente che utilizza il comando."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "L'opzione Signed kick per %s è ora ATTIVATA."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Signed kick"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Spiacente, OLINE non è disponibile su questa rete."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Spiacente, RSEND è stato disattivato su questo network."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Spiacente, SNLINE non è disponibile su questa rete."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Spiacente, SQLINE non è disponibile su questa rete."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Spiacente, SVSNICK non è disponibile su questa rete."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Spiacente, SZLINE non è disponibile su questa rete."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Spiacente, UMODE non è disponibile su questa rete."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Spiacente, l'assegnazione dei bot è temporaneamente disabilitata."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Spiacente, la creazione del bot non è andata a buon fine."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Spiacente, la modifica dei bot è temporaneamente disabilitata."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr ""
+"Spiacente, l'impostazione delle opzioni dei bot è temporaneamente "
+"disabilitata."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Spiacente, la modifica della lista AOP è temporaneamente disabilitata."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Spiacente, la modifica della lista HOP è temporaneamente disabilitata."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Spiacente, la modifica della lista SOP è temporaneamente disabilitata."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Spiacente, la modifica della lista VOP è temporaneamente disabilitata."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+"Spiacente, la modifica della lista di accesso dei canali è temporaneamente "
+"disabilitata."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+"Spiacente, la modifica della lista autokick è temporaneamente disabilitata."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+"Spiacente, la modifica della lista delle parolacce è temporaneamente "
+"disabilitata."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr ""
+"Spiacente, la deregistrazione dei canali è temporaneamente disabilitata."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+"Spiacente, l'impostazione delle opzioni dei canali è temporaneamente "
+"disabilitata."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Spiacente, la registrazione dei canali è temporaneamente disabilitata."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Spiacente, impossibile cambiare la password per %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Spiacente, il cambio di password non è andato a buon fine."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Spiacente, il raggruppamento non è andato a buon fine."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Spiacente, l'identificazione non è andata a buon fine."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Spiacente, la configurazione dei kick è temporaneamente disabilitata."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Spiacente, l'annullamento dei memo è temporaneamente disabilitato."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr ""
+"Spiacente, l'impostazione delle opzioni dei memo è temporaneamente "
+"disabilitata."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Spiacente, l'invio dei memo è temporaneamente disabilitato."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Spiacente, la deregistrazione dei nick è temporaneamente disabilitata."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Spiacente, il raggruppamento dei nick è temporaneamente disabilitato."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+"Spiacente, l'impostazione delle opzioni dei nick è temporaneamente "
+"disabilitata."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Spiacente, la registrazione dei nick è temporaneamente disabilitata."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Spiacente, non è andata a buon fine."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Spiacente, puoi avere un massimo di %d AKILL."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr ""
+"Spiacente, puoi avere un massimo di %d nick nelle liste SOP/AOP/HOP/VOP di "
+"un canale."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Spiacente, puoi avere un massimo di %d SNLINE."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Spiacente, puoi avere un massimo di %d SQLINE."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Spiacente, puoi avere un massimo di %d SZLINE."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr ""
+"Spiacente, puoi avere soltanto %d maschere nella lista di accesso di un nick."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Spiacente, puoi avere un massimo di %d nella lista di accesso."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Spiacente, puoi avere un massimo di %d maschere autokick."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr ""
+"Spiacente, puoi avere un massimo di %d parolacce nella lista di un canale."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Spiacente, hai già superato il limite di %d canali registrati."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Spiacente, hai già raggiunto il limite di %d canali registrati."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Le statistiche sono state azzerate."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Stato aggiornato (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Non floodare!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Smettila di ripetere!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Il successore del canale %s è stato annullato."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Il successore del canale %s ora è %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "L'impostazione SuperAdmin non è abilitata in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Simbiosi"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "La modalità symbiosis ora è DISATTIVA sul canale %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "La modalità symbiosis ora è ATTIVA sul canale %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Sintassi: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Sintassi: %s canale BANTYPE tipo\n"
+"\n"
+"Imposta il tipo di can che sarà usato dai Services\n"
+"in tutte le occasioni in cui dovranno bannare\n"
+"qualcuno dal canale.\n"
+"\n"
+"tipo è un numero tra 0 e 3 che indica:\n"
+"\n"
+"0: ban nella forma *!user@host\n"
+"1: ban nella forma *!*user@host\n"
+"2: ban nella forma *!*@host\n"
+"3: ban nella forma *!*user@*.dominio"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Sintassi: %s canale DESC descrizione\n"
+"\n"
+"Imposta la descrizione del canale, che viene mostrata\n"
+"con i comandi LIST e INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Sintassi: %s canale ENTRYMSG [messaggio]\n"
+"\n"
+"Imposta il messaggio che sarà inviato con un /notice\n"
+"agli utenti che entrano nel canale. Se non viene\n"
+"specificato nessun messaggio, il messaggio attuale\n"
+"viene eliminato, e gli utenti che entrano non\n"
+"riceveranno alcun messaggio."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Sintassi: %s canale FOUNDER nick\n"
+"\n"
+"Imposta il nuovo fondatore del canale. Il nick specificato\n"
+"deve essere registrato."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Sintassi: %s canale KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Attiva o disattiva il mantenimento del topic per\n"
+"il canale. Quando il mantenimento del topic è\n"
+"attivo, il topic sarà memorizzato da %S anche quando\n"
+"l'ultimo utente esce dal canale, e sarà reimpostato\n"
+"la volta successiva che entra qualcuno."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Sintassi: %s canale MLOCK modi\n"
+"\n"
+"Imposta il blocco dei modi per il canale. %S\n"
+"permette di definire vari modi di canale che saranno\n"
+"sempre attivi, sempre disattivi, o non bloccati.\n"
+"\n"
+"Il parametro modi è costituito esattamente nella\n"
+"stessa maniera di un comando /MODE; vale a dire\n"
+"che i modi che seguono un + sono sempre attivi, e\n"
+"i modi che seguono un - sono sempre disattivi.\n"
+"Diversamente dal comando /MODE, però, ogni uso del\n"
+"comando SET MLOCK rimuove tutti i modi bloccati\n"
+"precedentemente!\n"
+"\n"
+"Attenzione: Se imposti una password (chiave) bloccata,\n"
+"come nel secondo esempio in basso, dovresti anche impostare\n"
+"l'opzione RESTRICTED per il canale (per maggiori\n"
+"informazioni, digita HELP SET RESTRICTED),\n"
+"altrimenti chiunque entra nel canale quando è vuoto potrà\n"
+"vedere la chiave!\n"
+"\n"
+"Esempi:\n"
+"\n"
+" SET #canale MLOCK +nt-iklps\n"
+" Blocca come attivi i modi n e t, e come disattivi i\n"
+" modi i, k, l, p e s. Il modo m può essere cambiato\n"
+" dagli utenti.\n"
+"\n"
+" SET #canale MLOCK +knst-ilmp miachiave\n"
+" Blocca come attivi i modi k, n, s e t, e come\n"
+" disattivi i modi i, l, m e p. Inoltre, blocca la\n"
+" chiave del canale impostandola a \"miachiave\".\n"
+"\n"
+" SET #canale MLOCK +\n"
+" Rimuove il blocco dei modi; tutti i modi del canale\n"
+" possono essere attivati o disattivati dagli utenti."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Sintassi: %s canale OPNOTICE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione op-notice per il canale.\n"
+"Quando l'opzione è attiva, %S invierà un notice al\n"
+"canale quando vengono usati i comandi OP e DEOP."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Sintassi: %s canale PEACE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione \"pace\" per il canale.\n"
+"Quando l'opzione è attiva, gli utenti non potranno\n"
+"kickare, bannare o rimuovere uno stato di canale\n"
+"(op, mezzo op, ecc.) di un utente con livello\n"
+"superiore, attraverso i comandi di %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Sintassi: %s canale PRIVATE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione di privacy per il canale.\n"
+"Quando questa opzione è attiva, il canale non sarà\n"
+"incluso nella lista restituita da /msg %S LIST."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Sintassi: %s canale RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Sintassi: %s canale SECURE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva le funzionalità di sicurezza di\n"
+"%S per il canale. Quando SECURE è attivo,\n"
+"solo gli utenti che hanno registrato il proprio nick\n"
+"con %s e che si sono identificati con la loro password\n"
+"avranno l'accesso sul canale secondo le liste di accesso."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Sintassi: %s canale SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione secure founder per il\n"
+"canale. Quando l'opzione è attiva, solo il vero fondatore\n"
+"potrà deregistrare il canale (drop), cambiarne la password,\n"
+"il fondatore e il successore, mentre gli utenti identificati\n"
+"su %S per il canale non potranno."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Sintassi: %s canale SECUREOPS {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione secure ops per il canale.\n"
+"Quando l'opzione è attiva, gli utenti che non sono nella\n"
+"lista di accesso non potranno avere lo stato di operatore\n"
+"di canale."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Sintassi: %s canale SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Attiva o disattiva i nick \"firmati\" per il canale. Quando\n"
+"l'opzione è attiva, i kick effettuati con il comando KICK\n"
+"di %S indicheranno anche il nick della persona che ha\n"
+"utilizzato il comando.\n"
+"\n"
+"Se usi LEVEL, il nick non sarà comunque mostrato se il\n"
+"kick è effettuato da qualcuno il cui livello di accesso\n"
+"è uguale o maggiore al livello SIGNKICK del canale.\n"
+"Per maggiori informazioni, digita /msg %S HELP LEVELS."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Sintassi: %s canale SUCCESSOR nick\n"
+"\n"
+"Imposta il successore del fondatore del canale. Se il nick\n"
+"del fondatore scade, o viene deregistrato mentre il canale\n"
+"è ancora registrato, il successore diventerà il nuovo\n"
+"fondatore del canale. In ogni caso, se il succsesore ha già\n"
+"troppi canali registrati (il massimo è %d), il canale verrà\n"
+"invece deregistrato, come se non ci fosse stato nessun\n"
+"successore.\n"
+"Il nick specificato deve essere registrato."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Sintassi: %s canale TOPICLOCK {ON | OFF}\n"
+"\n"
+"Attiva o disattiva il blocco del topic per il\n"
+"canale. Quando il blocco del topic è attivo,\n"
+"%S non permetterà che il topic venga cambiato, se\n"
+"non attraverso il comando TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Sintassi: %s canale XOP {ON | OFF}\n"
+"\n"
+"Attiva o disattiva il sistema di liste xOP per il canale.\n"
+"Quando XOP è attivo, sarà necessario usare i comandi\n"
+"SOP/AOP/HOP/VOP per dare i privilegi sul canale\n"
+"agli utenti, altrimenti si dovrà usare il comando ACCESS.\n"
+"\n"
+"Nota tecnica: quando passi dalle liste di accesso al\n"
+"sistema di liste xOP, le definizioni dei livelli e i livelli\n"
+"personalizzati saranno cambiati, quindi non troverai gli\n"
+"stessi valori se poi torni di nuovo alle liste di accesso!\n"
+"\n"
+"Dopo essere passato dalle liste di accesso alle liste xOP,\n"
+"devi controllare che gli utenti siano nelle liste giuste,\n"
+"perché la conversione non sempre è perfetta, in particolare\n"
+"nel caso in cui si abbiano livelli personalizzati.\n"
+"\n"
+"Al contrario, passare dalle liste xOP alle liste di accesso\n"
+"non causa nessun problema."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Sintassi: ACCESS canale ADD nick livello\n"
+" ACCESS canale DEL {nick | numero | lista}\n"
+" ACCESS canale LIST [mask | lista]\n"
+" ACCESS canale VIEW [mask | lista]\n"
+" ACCESS canale CLEAR\n"
+"\n"
+"Gestisce la lista di accesso del canale.\n"
+"La lista di accesso specifica quali utenti hanno diritto\n"
+"allo stato di operatore di canale e ai vari comandi di\n"
+"%S sul canale. Utenti in diversi livelli avranno a\n"
+"disposizione diversi privilegi; per avere informazioni\n"
+"specifiche, puoi digitare /msg %S HELP ACCESS LEVELS.\n"
+"I nick che non si trovano nella lista di accesso hanno\n"
+"livello 0.\n"
+"\n"
+"Il comando ACCESS ADD aggiunge il nick specificato alla\n"
+"lista di accesso con il livello specificato; se il nick è\n"
+"già presente nella lista, il suo livello viene modificato,\n"
+"impostandolo a quello specificato nel comando. Il livello\n"
+"del nick specificato deve essere minore di quello del nick\n"
+"che invia il comando, e se il nick è già presente nella\n"
+"lista, il livello attuale di quel nick deve essere minore di\n"
+"quello del nick che invia il comando.\n"
+"\n"
+"Il comando ACCESS DEL rimuove il nick specificato dalla\n"
+"lista di accesso. Se viene specificata una lista, i record\n"
+"corrispondenti vengono rimossi. (Guarda l'esempio di\n"
+"LIST)\n"
+"Il comando ACCESS LIST mostra la lista di accesso. Se viene\n"
+"utilizzata una wildcard per la mask, solo i record che\n"
+"corrispondono alla mask vengono mostrati. Se viene specificata\n"
+"una lista, i record corrispondenti vengono mostrati.\n"
+"Ad esempio:\n"
+"\n"
+" ACCESS #canale LIST 2-5,7-9\n"
+" Mostra i record della lista che hanno numero da 2\n"
+" a 5 e da 7 a 9 (il 6 è quindi escluso).\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Il comando ACCESS CLEAR svuota completamente la lista di\n"
+"accesso."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Sintassi: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+"\n"
+"Visualizza o modifica la lista di accesso per il tuo nick.\n"
+"Si tratta della lista degli indirizzi che saranno riconosciuti\n"
+"automaticamente da %S e che ti permetteranno di utilizzare\n"
+"il tuo nick. Se vuoi usare il nick da indirizzi diversi, dovrai\n"
+"utilizzare il comando IDENTIFY per farti riconoscere\n"
+"da %S.\n"
+"\n"
+"Esempi:\n"
+"\n"
+" ACCESS ADD pippo@*.disney.it\n"
+" Permette l'accesso all'utente con ident pippo da\n"
+" qualsiasi macchina all'interno del dominio disney.it.\n"
+"\n"
+" ACCESS DEL pippo@*.disney.it\n"
+" Annulla l'effetto del comando precedente.\n"
+"\n"
+" ACCESS LIST\n"
+" Visualizza la lista di accesso attuale."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Sintassi: ACT canale testo\n"
+"\n"
+"Fa sì che il bot faccia in canale l'equivalente di un\n"
+"\"/me\" utilizzando il testo specificato."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Sintassi: AKICK canale ADD {nick | mask} [motivo]\n"
+" AKICK canale STICK mask\n"
+" AKICK canale UNSTICK mask\n"
+" AKICK canale DEL {nick | mask | entry-num | list}\n"
+" AKICK canale LIST [mask | entry-num | list]\n"
+" AKICK canale VIEW [mask | entry-num | list]\n"
+" AKICK canale ENFORCE\n"
+" AKICK canale CLEAR\n"
+"\n"
+"Gestice la lista AutoKick. Se un utente che si trova nella\n"
+"lista AutoKick cerca di entrare nel canale, %S lo\n"
+"bannerà dal canale e poi lo espellerà (kick).\n"
+"\n"
+"Il comando AKICK ADD aggiunge il nick specificato alla\n"
+"lista AutoKick. Se viene specificato un motivo, quella frase\n"
+"sarà utilizzato quando l'utente viene kickato; altrimenti,\n"
+"verrà utilizzata la frase standard \"\"You have been banned from\n"
+"the channel\". In alternativa al nick può essere usata una\n"
+"hostmask.\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+"\n"
+"Il comando AKICK STICK mantiene permanentemente il ban\n"
+"sulla mask specificata. Se qualcuno cerca di rimuovere il ban,\n"
+"%S lo imposterà di nuovo. Questo comando non può essere\n"
+"usato contro i nick registrati.\n"
+"\n"
+"Il comando AKICK UNSTICK annulla l'effetto del comando\n"
+"AKICK STICK, permettendo di rimuovere il ban dal canale.\n"
+"\n"
+"Il comando AKICK DEL rimuove il nick o la mask specificata\n"
+"dalla lista AutoKick. Non rimuove, però, i ban piazzati da\n"
+"un AutoKick, che devono quindi essere rimossi manualmente.\n"
+"\n"
+"Il comando AKICK LIST mostra la lista AutoKick, o, se\n"
+"specificata, solo i record che corrispondono alla mask\n"
+"indicata.\n"
+"\n"
+"Il comando AKICK VIEW mostra la lista Autokick, fornendo\n"
+"più informazioni del comando AKICK LIST.\n"
+"\n"
+"Il comando AKICK ENFORCE fa sì che %S forzi la\n"
+"lista AutoKick attuale, rimuovendo dal canale tutti gli\n"
+"utenti che corrispondono alle varie mask presenti nella\n"
+"lista.\n"
+"\n"
+"Il comando AKICK CLEAR svuota la lista AutoKick."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Sintassi: AKILL ADD [+durata] mask motivo\n"
+" AKILL DEL {mask | numero | lista}\n"
+" AKILL LIST [mask | lista]\n"
+" AKILL VIEW [mask | lista]\n"
+" AKILL CLEAR\n"
+"\n"
+"Permette ai Services operator di manipolare la lista AKILL.\n"
+"Se un utente che si trova nella lista AKILL cerca di connettersi,\n"
+"i Services manderanno un KILL per quell'utente e, se supportato,\n"
+"indicheranno a tutti i server di aggiugnere una K:line per la\n"
+"mask che corrispondeva all'utente.\n"
+"\n"
+"AKILL ADD aggiunge la mask user@host specificata alla lista\n"
+"AKILL per il motivo specificato (che deve essere indicato).\n"
+"durata è specifcato come un intero seguito da una lettera,\n"
+"che può essere d (giorni), h (ore), o m (minuti). Le\n"
+"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
+"viene specificata una unità, il valore viene inteso in giorni\n"
+"(quindi +30 significa 30 giorni). Per aggiungere una AKILL\n"
+"senza scadenza, bisogna usare +0. Se la usermask indicata\n"
+"inizia con un +, la durata deve essere indicata esplicitamente,\n"
+"anche se è la stessa di default. La durata di default per le\n"
+"AKILL può essere trovata con il comando STATS AKILL.\n"
+"\n"
+"Il comando AKILL DEL rimuove la mask specificata dalla lista\n"
+"AKILL, se è presente. Se viene indicata una lista di numeri,\n"
+"verrano rimossi i record corrispondenti (vedi l'esempio di\n"
+"LIST).\n"
+"\n"
+"Il comando AKILL LIST mostra la lista AKILL. Se viene usata\n"
+"una wildcard nella mask, solo i record che corrispondono alla\n"
+"mask vengono mostrati. Se viene indicata una lista di numeri,\n"
+"soltanto quei record vengono mostrati, ad esempio:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" Mostra i record della lista AKILL che hanno numeri da 2\n"
+" a 5 e da 7 a 9.\n"
+"\n"
+"AKILL VIEW mostra più informazioni di AKILL LIST, e indica\n"
+"chi ha aggiunto una AKILL, quando è stata aggiunta, e quando\n"
+"scade, oltre alla mask user@host e al motivo.\n"
+"\n"
+"AKILL CLEAR svuota la lista AKILL."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Sintassi: ALIST [livello]\n"
+"\n"
+"Mostra tutti i canali su cui hai accesso. Opzionalmente,\n"
+"puoi specificare un livello nel formato XOP o numerico.\n"
+"La lista risultante includerà soltanto i canali su cui\n"
+"hai il livello di accesso indicato o superiore.\n"
+"\n"
+"Esempi:\n"
+" ALIST Founder\n"
+" Mostra tutti i canali in cui hai livello di\n"
+" fondatore.\n"
+"\n"
+" ALIST AOP\n"
+" Mostra tutti i canali in cui hai livello di\n"
+" AOP o superiore.\n"
+"\n"
+" ALIST 10\n"
+" Mostra tutti i canali in cui hai livello 10\n"
+" o superiore.\n"
+"\n"
+"I canali che hanno l'opzione NOEXPIRE impostata verranno\n"
+"mostrati con un punto esclamativo."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintassi: ALIST [nick] [livello]\n"
+"\n"
+"Senza parametri, mostra i canali su cui hai accesso.\n"
+"Con un parametro, mostra i canali su cui ha accesso\n"
+"l'utente nick. Con due parametri, mostra i canali\n"
+"su cui nick ha livello di accesso livello o\n"
+"superiore."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintassi: AOP canale ADD nick\n"
+" AOP canale DEL {nick | numero | lista}\n"
+" AOP canale LIST [mask | lista]\n"
+" AOP canale CLEAR\n"
+"\n"
+"Gestisce la lista AOP (AutoOP) del canale.\n"
+"La lista AOP dà agli utenti il diritto di essere auto-oppati,\n"
+"di richiedere l'invito, di rimuovere i ban su se stessi, di\n"
+"far mostrare il messaggio di saluto (greet) quando entrano,\n"
+"e così via.\n"
+"\n"
+"Il comando AOP ADD aggiunge il nick specificato alla\n"
+"lista AOP.\n"
+"\n"
+"Il comando AOP DEL rimuove il nick specificato dalla\n"
+"lista AOP. Se viene specificata una lista, i record\n"
+"corrispondenti vengono rimossi. (Guarda l'esempio di\n"
+"LIST)\n"
+"\n"
+"Il comando AOP LIST mostra la lista AOP. Se viene\n"
+"utilizzata una wildcard per la mask, solo i record che\n"
+"corrispondono alla mask vengono mostrati. Se viene\n"
+"specificata una lista, i record corrispondenti vengono\n"
+"mostrati.\n"
+"Ad esempio:\n"
+"\n"
+" AOP #canale LIST 2-5,7-9\n"
+" Mostra i record AOP che hanno numero da 2\n"
+" a 5 e da 7 a 9 (il 6 è quindi escluso).\n"
+" \n"
+"Il comando AOP CLEAR svuota la lista AOP.\n"
+"\n"
+"I comandi AOP ADD e AOP DEL sono limitati ai SOP\n"
+"e superiori, mentre il comando AOP CLEAR può essere\n"
+"utilizzato soltanto dal fondatore del canale. Comunque,\n"
+"tutti gli utenti nella lista AOP possono usare il comando\n"
+"AOP LIST.\n"
+"\n"
+"Questo comando potrebbe essere stato disabilitato per\n"
+"il tuo canale; in questo caso dovrai usare la lista di\n"
+"accesso. Digita /msg %S HELP ACCESS per\n"
+"maggiori informazioni, e /msg %S HELP SET XOP\n"
+"per scoprire come passare da un sistema all'altro."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Sintassi: ASSIGN canale nick-del-bot\n"
+"\n"
+"Assegna il bot con il nick specificato al canale\n"
+"indicato. Dopo averlo assegnato, il bot può essere\n"
+"configurato in base alle necessità."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Sintassi: BADWORDS canale ADD parola [SINGLE | START | END]\n"
+" BADWORDS canale DEL {parola | numero | lista}\n"
+" BADWORDS canale LIST [mask | list]\n"
+" BADWORDS canale CLEAR\n"
+"\n"
+"Gestisce la lista delle parolacce di un canale.\n"
+"La lista delle parolacce indica quali parole devono\n"
+"attivare un kick se i kick per chi dice le parolacce\n"
+"sono attivi. Per maggiori informazioni, digita\n"
+"/msg %S HELP KICK BADWORDS.\n"
+"\n"
+"Il comando BADWORDS ADD aggiunge la parola specificata\n"
+"alla lista delle parolacce. Se viene specificato SINGLE,\n"
+"il kick sarà effettuato solo se un utente dice la parola\n"
+"integralmente. Se viene specificato START, il kick sarà\n"
+"effettuato se un utente dice una parola che inizia con\n"
+"parola. Se viene specificato END, il kick sarà effettuato\n"
+"se un utente dice una parola che termina con parola.\n"
+"Se non viene specificata nessuna opzione, il kick sarà\n"
+"effettuato ogni volta che un utente dice la parola\n"
+"parola.\n"
+"\n"
+"Il comando BADWORDS DEL rimuove la parola specificata\n"
+"dalla lista delle parolacce. Se viene indicata una lista\n"
+"di numeri, saranno rimosse le parole corrispondenti.\n"
+"Per maggiori informazioni, guarda l'esempio di LIST.\n"
+"\n"
+"Il comando BADWORDS LIST mostra la lista delle parolacce.\n"
+"Se viene usata una wildcard, solo le parolacce che\n"
+"corrispondono alla mask verranno mostrate. Se viene indicata\n"
+"una lista di numeri, solo le parolacce corrispondenti\n"
+"verranno mostrate.\n"
+"Ad esempio:\n"
+"\n"
+" BADWORDS canale LIST 2-5,7-9\n"
+" Mostra le parolacce con numero da 2 a 5 e da\n"
+" 7 a 9 (escludendo quindi il 6)\n"
+" \n"
+"Il comando BADWORDS CLEAR svuota la lista delle parolacce."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintassi: BAN canale nick [motivo]\n"
+"\n"
+"Banna (non permette l'accesso) il nick specificato sul\n"
+"canale.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti con\n"
+"livello di accesso 5 o superiori sul canale."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Sintassi: BOT ADD nick ident host realname\n"
+" BOT CHANGE vecchionick nuovonick [ident [host [realname]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Permette ai Services Operator di creare, modificare\n"
+"ed eliminare i bot che potranno essere usati\n"
+"dagli utenti sui loro canali.\n"
+"\n"
+"Il comando BOT ADD aggiunge un bot con il nick, l'ident,\n"
+"l'host e il realname specificati. Poiché non viene effettuato\n"
+"nessun controllo sui valori indicati, è necessario inviare\n"
+"il comando con attenzione.\n"
+"Il comando BOT CHANGE permette di cambiare il nick,\n"
+"l'ident, l'host e il realname del bot specificato, senza\n"
+"cancellarlo realmente (e senza perderne i dati associati).\n"
+"Il comando BOT DEL rimuove il bot indicato dalla lista dei\n"
+"bot disponibili.\n"
+"\n"
+"Nota: se crei un bot con un nick che è già registrato,\n"
+"il nick sarà deregistrato; inoltre, se un utente lo sta\n"
+"usando, verrà killato."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Sintassi: BOTLIST\n"
+"\n"
+"Mostra la lista di tutti i bot disponibili."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Sintassi: CANCEL {nick | canale}\n"
+"\n"
+"Annulla l'ultimo memo inviato al nick o al canale specificato,\n"
+"sempre che non sia già stato letto prima dell'uso di questo\n"
+"comando."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Sintassi: CHANKILL [+scadenza] canale motivo\n"
+"Imposta un AKILL per tutti i nick presenti nel canale specificato.\n"
+"Utilizza l'intero e completo ident@host per ogni nick,\n"
+"in seguito imposta l'AKILL. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Sintassi: CHANLIST [{pattern | nick} [SECRET]]\n"
+"\n"
+"Mostra tutti i canali attivi sulla rete, che siano registrati\n"
+"o meno.\n"
+"\n"
+"Se viene indicato un pattern mostra solo i canali corrispondenti.\n"
+"Se viene indicato un nick, mostra solo i canali in cui si trova\n"
+"l'utente specificato.\n"
+"Se viene indicato SECRET, mostra solo i canali che corrisponodno a\n"
+"pattern e che hanno il modo di canale +s o +p attivo."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Sintassi: CHECK nick\n"
+"\n"
+"Controlla se l'_ultimo_ memo che hai inviato al nick è stato letto\n"
+"oppure no. Nota che questo funziona unicamente coi nick, non coi canali."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintassi: CLEAR canale cosa\n"
+"\n"
+"Fa in modo che %S \"pulisca\" vari settaggi di un\n"
+"canale. cosa può essere una delle opzioni seguenti:\n"
+"\n"
+" MODES Annulla tutti i modi di canale (cioè elimina\n"
+" i modi i,k,l,m,n,p,s,t).\n"
+" BANS Annulla tutti i ban del canale.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Rimuove lo stato di operatore (modo +o) da\n"
+" tutti gli operatori del canale. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Rimuove lo stato di halfoperator (modo +h) da\n"
+" tutti gli halfoperator del canale, se supportato.\n"
+" VOICES Rimuove lo stato di voice (modo +v) da tutti\n"
+" gli utenti voice sul canale.\n"
+" USERS Rimuove (con un kick) tutti gli utenti del canale.\n"
+"\n"
+"Di default, il comando è limitato agli utenti con\n"
+"accesso di fondatore sul canale."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Sintassi: CLEARMODES canale [ALL]\n"
+"\n"
+"Annulla tutti i modi binari (i,k,l,m,n,p,s,t) e i ban\n"
+"dal canale specificato. Se viene indicato ALL, verranno\n"
+"rimossi anche gli op e i voice (modi +o e +v)."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Sintassi: DEFCON [1|2|3|4|5]\n"
+"Il sistema defcon può essere utilizzato per implementare un insieme\n"
+"di restrizioni dei servizi predefinite, utili durante un tentativo\n"
+"d'attacco sul network."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Sintassi: DEHALFOP canale [nick]\n"
+"\n"
+"Rimuove lo stato di mezzo operatore (halfop, -h) da un utente\n"
+"sul canale specificato. Se non viene indicato alcun nick,\n"
+"toglie l'halfop all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori, oppure ai HOP o agli\n"
+"utenti con livello 4 o superiori per il dehalfop su se stessi."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Sintassi: DEL <nick>\n"
+"Elimina dal database il vhost assegnato al nick specificato."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintassi: DEL [canale] {numero | lista | LAST | ALL}\n"
+"\n"
+"Elimina il memo o i memo specificati. Si possono indicare\n"
+"numei multipli di memo o intervalli di numeri invece di\n"
+"un numero singolo, come nel secondo esempio.\n"
+"\n"
+"Se viene usato LAST elimina l'ultimo memo.\n"
+"Se viene usato ALL elimina tutti i memo.\n"
+"\n"
+"Esempi:\n"
+"\n"
+" DEL 1\n"
+" Elimina il primo memo.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Elimina i memo che hanno numero numeri tra 2 e 5 e\n"
+" tra 7 e 9, conservando quindi il 6."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Sintassi: DELALL <nick>.\n"
+"Rimuove il vhost da tutti i nick dello stesso gruppo del nick\n"
+"specificato."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintassi: DEOP canale [nick]\n"
+"\n"
+"Rimuove lo stato di operatore (op, -o) a un utente sul\n"
+"canale specificato. Se non viene indicato alcun nick,\n"
+"\"deoppa\" l'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintassi: DEOWNER canale\n"
+"\n"
+"Ti toglie lo stato di proprietario (owner, -q) sul canale\n"
+"che specifichi.\n"
+"\n"
+"Il comando è limitato agli utenti che hanno accesso di\n"
+"fondatore."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Sintassi: DEPROTECT canale [nick]\n"
+"\n"
+"Rimuove lo stato di protezione (-a) da un utente sul canale\n"
+"specificato. Se non viene indicato alcun nick, toglie la\n"
+"protezione all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato al fondatore del canale,\n"
+"oppure ai SOP o agli utenti con livello 10 o superiori per\n"
+"la rimozione della protezione su se stessi."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Sintassi: DEVOICE canale [nick]\n"
+"\n"
+"Rimuove lo stato di voice (-v) da un utente sul canale\n"
+"specificato. Se non viene indicato alcun nick, toglie il\n"
+"voice all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori, oppure ai VOP o agli\n"
+"utenti con livello 3 o superiori per il devoice su se stessi."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Sintassi: DROP canale\n"
+"\n"
+"Deregistra il canale specificato. Può essere usato soltanto\n"
+"da un fondatore di canale."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Sintassi: DROP canale\n"
+"\n"
+"Deregistra il canale indicato. Solo i Services Operator\n"
+"possono deregistrare un canale per il quale non si siano\n"
+"identificati."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Sintassi: DROP [nick]\n"
+"\n"
+"Cancella (deregistra) il tuo nick dal database di %S database.\n"
+"Un nick deregistrato è a disposizione di chiunque per venire\n"
+"registrato nuovamente.\n"
+"\n"
+"Puoi deregistrare un nick all'interno del tuo gruppo indicandolo\n"
+"nel parametro nick.\n"
+"\n"
+"Per usare questo comando, devi prima identificarti con la tua\n"
+"password (digita /msg %S HELP IDENTIFY per avere maggiori\n"
+"informazioni)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Sintassi: DROP [nick]\n"
+"\n"
+"Senza parametro, annulla (deregistra) il tuo nick dal\n"
+"database di %S.\n"
+"\n"
+"Con un parametro, deregistra il nick specificato dal\n"
+"database. Puoi deregistrare qualsiasi nick del tuo\n"
+"gruppo senza aver bisogno di privilegi speciali.\n"
+"La deregistrazione di qualsiasi nick è limitata ai\n"
+"Services Operator."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Sintassi: EXCEPTION ADD [+durata] mask limite motivo\n"
+" EXCEPTION DEL {mask | lista}\n"
+" EXCEPTION MOVE num posizione\n"
+" EXCEPTION LIST [mask | lista]\n"
+" EXCEPTION VIEW [mask | lista]\n"
+"\n"
+"Permette ai Services Operator di manipolare la lista degli host\n"
+"che hanno limiti di sessione specifici, in modo da permettere\n"
+"ad alcune macchine, come ad esempio ai server di shell, di\n"
+"avere un numero di client maggiore di quello di default.\n"
+"Quando un host raggiunge il suo limite di sessioni, tutti i\n"
+"client che cercano di connettersi da quell'host verranno\n"
+"disconnessi (killati). Prima che l'utente venga killato,\n"
+"viene inviato un /NOTICE da %S per fornire delle informazioni\n"
+"sulla limitazione delle sessioni. Il contenuto di questo notice\n"
+"è impostato nel file di configurazione.\n"
+"\n"
+"EXCEPTION ADD aggiunge la hostmask specificata alla lista delle\n"
+"eccezioni. Bisogna tenere presente che le mask nick!user@host\n"
+"e and user@host non sono valide. Soltanto le vere mask di host,\n"
+"come ad esempio box.host.dom e *.host.dom, sono permesse,\n"
+"poiché la limitazione delle sessioni non tiene conto del nick e\n"
+"degli username (ident). limite deve essere un numero maggiore o\n"
+"uguale a zero. Questo valore indica quante sessioni contemporanee\n"
+"sono permesse a quell'host. Se viene indicato il limite 0, l'host\n"
+"non ha limite di sessioni. Guarda l'help del comando AKILL per\n"
+"i dettagli sul formato del parametro opzionale durata.\n"
+"EXCEPTION DEL rimuove la mask specificata dalla lista delle\n"
+"eccezioni.\n"
+"EXCEPTION MOVE sposta l'eccezione num alla posizione posizione.\n"
+"Le eccezioni che si trovano in mezzo saranno spostate in alto o in\n"
+"basso per riempire il vuoto.\n"
+"EXCEPTION LIST e EXCEPTION VIEW mostrano tutte le eccezioni\n"
+"attuali; se viene specificata la mask opzionale, la lista è limitata\n"
+"alle eccezioni che corrispondono alla maschera. La differenza è\n"
+"che EXCEPTION VIEW fornisce maggiori informazioni, visualizzando\n"
+"il nome della persona che ha aggiunto l'eccezione, il suo limite di\n"
+"sessioni, il motivo, la host mask e la data di scadenza.\n"
+"\n"
+"Bisogna tener conto che un client che si connette \"userà\" la prima\n"
+"eccezione che corrisponde al loro host. Liste di eccezioni molto\n"
+"grandi ed mask generiche possono degradare la funzionalità dei\n"
+"Services."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintassi: FORBID canale [motivo]\n"
+"\n"
+"Fa in modo che nessuno possa registrare o usare\n"
+"il canale indicato. Può essere annullato con\n"
+"una deregistrazione (drop) del canale.\n"
+"\n"
+"Il motivo potrebbe essere richiesto su alcune reti."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Sintassi: FORBID nick [motivo]\n"
+"\n"
+"Fa sì che un nick non possa venire registrato o usato\n"
+"da nessuno. Può essere annullato deregistrando il nick\n"
+"con il comando DROP.\n"
+"\n"
+"Su alcune reti può essere necessario specificare il motivo."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Sintassi: GETEMAIL user@emailhost\n"
+"Mostra i nick che utilizzano l'email specificato. Nota che\n"
+"non puoi usare \"wildcards\" (*) né per user, né per emailhost.\n"
+"Questo comando viene loggato."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Sintassi: GETKEY canale\n"
+"\n"
+"Restituisce la chiave (password) del canale specificato."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Sintassi: GETPASS canale\n"
+"\n"
+"Restituisce la password del canale specificato.\n"
+"\n"
+"Da notare che quando questo comando viene usato,\n"
+"verrà inviato un WALLOPS o GLOBOPS ad indicare la\n"
+"persona che l'ha utilizzato e su quale canale è stato\n"
+"utilizzato."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Sintassi: GETPASS nick\n"
+"\n"
+"Restituisce la password del nick specificato.\n"
+"Da notare che quando questo comando viene usato,\n"
+"verrà inviato un WALLOPS o GLOBOPS ad indicare la\n"
+"persona che l'ha utilizzato e su quale nick è stato\n"
+"utilizzato.\n"
+"\n"
+"Questo comando non è disponibile quando è attiva la\n"
+"criptazione dei database."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintassi: GHOST nick [password]\n"
+"\n"
+"Disconnette un nick \"fantasma\" con il tuo nick. Un nick\n"
+"\"fantasma\" è un nick che non è più connesso realmente,\n"
+"ma che è ancora su IRC. Questo succede, di solito, se\n"
+"il tuo computer ha problemi o se vieni disconnesso mentre\n"
+"sei su IRC. Con questo comando, si può fare in modo che\n"
+"il nick venga disconnesso senza dover attendere che il\n"
+"server lo disconnetta per \"ping timeout\".\n"
+"Per usare il comando GHOST su un nick, il tuo indirizzo\n"
+"attuale (così come compare nel /WHOIS) deve trovarsi nella\n"
+"lista di accesso di quel nick, devi essere identificato e\n"
+"nello stesso gruppo di quel nick, o devi fornire la password\n"
+"corretta per quel nick."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Sintassi: GLIST\n"
+"\n"
+"Mostra tutti i nick del tuo gruppo."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintassi: GLIST [nick]\n"
+"\n"
+"Senza parametro, mostra tutti i nick del tuo gruppo.\n"
+"\n"
+"Con un parametro, mostra tutti i nick del gruppo del\n"
+"nick specificato.\n"
+"Questo modo d'uso è riservato ai Services Operator."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Sintassi: GLOBAL messaggio\n"
+"\n"
+"Permette agli IrcOp di inviare un messaggio a tutti\n"
+"gli utenti della rete. Il messaggio sarà inviato\n"
+"dal nick %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Sintassi: GROUP\n"
+"\n"
+"Questo comando permette agli utenti di impostare il vhost del\n"
+"loro nick ATTUALE come vhost di tutti i nick nello stesso gruppo."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Sintassi: GROUP destinazione password\n"
+"\n"
+"Questo comando fa sì che il tuo nick entri nel gruppo del\n"
+"nick destinazione. password è la password del nick di\n"
+"destinazione.\n"
+"\n"
+"Entrare in un gruppo ti permetterà di condividere la tua\n"
+"configurazione, i tuoi memo e i privilegi sui canali con\n"
+"tutti i nick nel tuo gruppo.\n"
+" \n"
+"Un gruppo esiste fino a quando è utile. Questo significa\n"
+"che anche se uno dei nick del gruppo viene deregistrato,\n"
+"non perderai le condivisioni descritte sopra, fino a quando\n"
+"nel gruppo resta almeno un nick.\n"
+"\n"
+"Puoi usare questo comando anche se non hai ancora registrato\n"
+"il tuo nick. Se il tuo nick è già registrato, dovrai\n"
+"identificarti prima di usare questo comando. Digita\n"
+"/msg %S HELP IDENTIFY per maggiori informazioni.\n"
+"\n"
+"E' consigliato l'uso di questo comando con un nick non\n"
+"registrato, in quanto verrà registrato automaticamente\n"
+"con l'uso stesso di questo comando.\n"
+"\n"
+"E' possibile stare in un solo nick per volta. L'unione dei\n"
+"gruppi non è possibile\n"
+"\n"
+"Nota: tutti i nick di un gruppo hanno la stessa password."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Sintassi: HALFOP canale [nick]\n"
+"\n"
+"Assegna lo stato di mezzo operatore (halfop, +h) a un utente\n"
+"sul canale specificato. Se non viene indicato alcun nick,\n"
+"dà l'halfop all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori, oppure ai HOP o agli\n"
+"utenti con livello 4 o superiori per l'halfop su se stessi."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintassi: HOP channel ADD nick\n"
+" HOP channel DEL {nick | numero | lista}\n"
+" HOP channel LIST [mask | lista]\n"
+" HOP channel CLEAR\n"
+"\n"
+"Gestisce la lista HOP (HalfOP) del canale.\n"
+"La lista HOP dà agli utenti il diritto di essere\n"
+"\"half-oppati\" sul tuo canale.\n"
+"\n"
+"Il comando HOP ADD aggiunge il nick specificato alla\n"
+"lista HOP.\n"
+"\n"
+"Il comando HOP DEL rimuove il nick specificato dalla\n"
+"lista HOP. Se viene specificata una lista, i record\n"
+"corrispondenti vengono rimossi. (Guarda l'esempio di\n"
+"LIST)\n"
+"\n"
+"Il comando HOP LIST mostra la lista HOP. Se viene\n"
+"utilizzata una wildcard per la mask, solo i record che\n"
+"corrispondono alla mask vengono mostrati. Se viene\n"
+"specificata una lista, i record corrispondenti vengono\n"
+"mostrati.\n"
+"Ad esempio:\n"
+"\n"
+" HOP #canale LIST 2-5,7-9\n"
+" Mostra i record HOP che hanno numero da 2\n"
+" a 5 e da 7 a 9 (il 6 è quindi escluso).\n"
+"\n"
+"Il comando HOP CLEAR svuota la lista HOP.\n"
+"\n"
+"I comandi HOP ADD, HOP DEL e HOP LIST sono limitati\n"
+"agli AOP e superiori, mentre il comando HOP CLEAR può\n"
+"essere utilizzato soltanto dal fondatore del canale.\n"
+"\n"
+"Questo comando potrebbe essere stato disabilitato per\n"
+"il tuo canale; in questo caso dovrai usare la lista di\n"
+"accesso. Digita /msg %S HELP ACCESS per\n"
+"maggiori informazioni, e /msg %S HELP SET XOP\n"
+"per scoprire come passare da un sistema all'altro."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Sintassi: IDENTIFY [account] password\n"
+"\n"
+"Indica a %S che sei davvero il proprietario del nick.\n"
+"Molti comandi richiedono che tu ti sia autentificato\n"
+"con questo comando prima di poterli usare. La password\n"
+"deve essere la stessa che è stata utilizzata con il\n"
+"comando REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Sintassi: INFO canale\n"
+"\n"
+"Mostra varie informazioni a proposito del canale\n"
+"specificato (a patto che sia registrato), tra cui il\n"
+"fondatore, il giorno di registrazione, l'ultimo utilizzo,\n"
+"la descrizione e il blocco dei modi, se presente. Se\n"
+"viene specificata l'opzione ALL, verranno mostrati\n"
+"anche il successore e il messaggio di ingresso.\n"
+"\n"
+"Di default, l'opzione ALL è limitata a coloro che hanno\n"
+"l'accesso come fondatore sul canale."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Sintassi: INFO nick\n"
+"\n"
+"Mostra varie informazioni sul nick specificato, come ad\n"
+"esempio il proprietario del nick, la data dell'ultimo\n"
+"accesso, l'ultimo indirizzo utilizzato e le opzioni stesse\n"
+"del nick. Se sei identificato per il nick di cui stai\n"
+"richiedendo le informazioni, e specifichi il parametro\n"
+"ALL, vedrai tutte le informazioni, che siano nascoste\n"
+"o meno."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Sintassi: INFO [canale]\n"
+"\n"
+"Mostra le informazioni sul numero di memo che hai, quanti\n"
+"memo non sono ancora stati letti e quanti memo puoi avere\n"
+"in totale. Se viene specificato un canale, mostra le stesse\n"
+"informazioni, ma relative al canale indicato."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Sintassi: INFO [nick | canale]\n"
+"\n"
+"Senza parametro, mostra le informazioni sul numero di memo\n"
+"che hai, quanti memo non sono ancora stati letti e quanti\n"
+"memo puoi ricevere in totale.\n"
+"\n"
+"Se viene indicato un canale, mostra le stesse informazioni\n"
+"ma relative al canale; se viene indicato un nick, mostra\n"
+"le stesse informazioni ma relative al nick.\n"
+"Questo modo d'uso è limitato ai Services Operator."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Sintassi: INFO {canale | nick-del-bot}\n"
+"\n"
+"Permette di vedere le informazioni di %S relative\n"
+"a un canale o a un bot. Se il parametro è un canale,\n"
+"mostrerà le informazioni sui kick attivi. Se il\n"
+"parametro è il nick di un bot, mostrerà le informazioni\n"
+"relative alla data di creazione e al numero di canali\n"
+"a cui è assegnato."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintassi: INVITE canale\n"
+"\n"
+"Chiede a %S di invitarti nel canale specificato.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti con\n"
+"livello di accesso 5 o superiori sul canale."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Sintassi: JUPE server [motivo]\n"
+"\n"
+"Fa sì che i Services blocchino un server, creando un server\n"
+"\"fasullo\" connesso ai Services per evitare che il server reale\n"
+"possa connettersi alla rete. Questo blocco può essere rimosso\n"
+"utilizzando il comando standard SQUIT. Se viene indicato\n"
+"un motivo, questo sarà utilizzato nel campo delle informazioni\n"
+"del server; altrimenti, le informazioni conterranno il testo\n"
+"\"Juped by <nick>\", indicando il nick della persona che ha\n"
+"bloccato il server."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintassi: KICK canale nick [motivo]\n"
+"\n"
+"Espelle (kick) il nick specificato dal canale.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti con\n"
+"livello di accesso 5 o superiori sul canale."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale BADWORDS {ON|OFF} [kick-prima-del-ban]\n"
+"\n"
+"Attiva o disattiva il kick per chi dice le parolacce.\n"
+"Quando è attiva, questa opzione fa sì che il bot kicki\n"
+"chi dice certe parole sul canale.\n"
+"\n"
+"Le parolacce possono essere definite usando il comando\n"
+"BADWORDS. Digita /msg %S HELP BADWORDS per\n"
+"ottenere maggiori informazioni.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale REPEAT {ON|OFF} [kick-prima-del-ban [numero]]\n"
+"\n"
+"Attiva o disattiva il kick per chi ripete la stessa cosa.\n"
+"Quando è attiva, questa opzione fa sì che il bot kicki\n"
+"gli utenti che ripetono la stessa cosa almeno numero\n"
+"volte. Il valore di default per questo parametro è 3.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintassi: KICK canale opzione parametri\n"
+"\n"
+"Configura i kick del bot. opzione può essere:\n"
+"\n"
+" BOLDS Imposta se il bot kicka chi usa il grassetto\n"
+" BADWORDS Imposta se il bot kicka chi dice le parolacce\n"
+" CAPS Imposta se il bot kicka chi scrive maiuscolo\n"
+" COLORS Imposta se il bot kicka chi usa i colori\n"
+" FLOOD Imposta se il bot kicka chi flooda\n"
+" REPEAT Imposta se il bot kicka chi ripete la stessa cosa\n"
+" REVERSES Imposta se il bot kicka chi usa il reverse\n"
+" UNDERLINES Imposta se il bot kicka chi usa il sottolineato\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Digita /msg %S HELP KICK opzione per avere maggiori\n"
+"informazioni su una opzione specifica.\n"
+"\n"
+"Nota: l'accesso a questo comando dipende dall'impostazione\n"
+"del livello SET."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Sintassi: KICK canale utente motivo\n"
+"\n"
+"Permette agli IrcOp di kickare un utente da qualsiasi\n"
+"canale. I parametri sono gli stessi del comando /KICK\n"
+"standard. Il messaggio di kick conterrà all'inizio il\n"
+"il nick dell'IrcOp che invia il comando, ad esempio:\n"
+"\n"
+"*** Spammer has been kicked off channel #canale by %S (OperNick (motivo))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale BOLDS {ON|OFF} [kick-prima-del-ban]\n"
+"\n"
+"Attiva o disattiva il kick per chi scrive in grassetto.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale CAPS {ON|OFF} [kick-prima-del-ban [minimo "
+"[percentuale]]]\n"
+"\n"
+"Attiva o disattiva il kick per chi scrive maiuscolo.\n"
+"\n"
+"Il bot kicka soltanto se ci sono almeno minimo lettere\n"
+"maiuscole e se costituiscono almeno il percentuale%%\n"
+"del totale della linea. I valori di default per questi\n"
+"parametri sono 10 caratteri e 25%%.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale COLORS {ON|OFF} [kick-prima-del-ban]\n"
+"\n"
+"Attiva o disattiva il kick per chi usa i colori.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale FLOOD {ON|OFF} [kick-prima-del-ban [linee [secondi]]]\n"
+"\n"
+"Attiva o disattiva il kick per chi flooda.\n"
+"Quando è attiva, questa opzione fa sì che il bot kicki\n"
+"gli utenti che floodano il canale scrivendo almeno\t\n"
+"linee linee in secondi secondi. I valori di default\n"
+"per questi parametri sono 6 linee e 10 secondi.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale REVERSES {ON|OFF} [kick-prima-del-ban]\n"
+"\n"
+"Attiva o disattiva il kick per chi usa il reverse.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintassi: KICK canale UNDERLINES {ON|OFF} [kick-prima-del-ban]\n"
+"\n"
+"Attiva o disattiva il kick per chi usa il sottolineato.\n"
+"\n"
+"kick-prima-del-ban è il numero di volte che un utente può\n"
+"essere kickato prima di venire bannato. Se il parametro\n"
+"non è specificato, l'utente non verrà bannato."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Sintassi: LEVELS canale SET tipo [livello|FOUNDER]\n"
+" LEVELS canale {DIS | DISABLE} tipo\n"
+" LEVELS canale LIST\n"
+" LEVELS canale RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Sintassi: LIST [<chiave>|<#X-Y>]\n"
+"Questo comando elenca i vhost registrati all'operatore.\n"
+"Se una chiave è specificata, verranno mostrati unicamente i\n"
+"vhost corrispondenti a quanto immesso come <chiave>, ad\n"
+"esempio Rob* per tutte le corrispondenze che iniziano con \"Rob\"\n"
+"Se viene usata una lista in stile #X-Y, verranno mostrate unicamente\n"
+"le corrispondenze tra X ed Y, ad es. #1-3 mostrerà unicamente le prime\n"
+"3 corrispondenze nick/vhost.\n"
+"L'elenco utilizza il valore di NSListMax come limite per\n"
+"il numero di elementi da mostrare ad un operatore alla volta."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Sintassi: LIST pattern\n"
+"\n"
+"Mostra tutti i canali registrati che corrispondono al\n"
+"pattern specificato. I canali con l'opzione PRIVATE\n"
+"attiva non saranno mostrati."
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Sintassi: LIST pattern\n"
+"\n"
+"Mostra tutti i nick registrati che corrispondono al\n"
+"pattern specificato, nel formato nick!user@host.\n"
+"I nick che hanno attivato l'opzione PRIVATE non\n"
+"saranno mostrati.\n"
+"\n"
+"Esempi:\n"
+"\n"
+" LIST *!pluto@topolino.disney.it\n"
+" Mostra tutti i nick che appartengono a\n"
+" pluto@topolino.disney.it.\n"
+"\n"
+" LIST *bot*!*@*\n"
+" Mostra tutti i nick registrati che contengono bot\n"
+" (maiuscole e minuscole non fanno differenza).\n"
+"\n"
+" LIST *!*@*.azienda.it\n"
+" Mostra tutti i nick registrati da utenti del dominio\n"
+" bar.org."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Sintassi: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Mostra tutti i canali registrati che corrispondono al\n"
+"pattern specificato. I canali con l'opzione PRIVATE\n"
+"attiva saranno mostrati solo ai Services Operator. I canali\n"
+"con l'opzione NOEXPIRE attiva avranno un ! prima del\n"
+"nick stesso (solo per i Services Operator).\n"
+"\n"
+"Se sono specificate le opzioni FORBIDDEN, SUSPENDED o NOEXPIRE, solo\n"
+"i canali che, rispettivamente, sono vietati, sospesi o hanno l'opzione\n"
+"NOEXPIRE attiva verranno mostrati. Se vengono specificate\n"
+"entrambe le opzioni, entrambi i tipi di canale saranno\n"
+"visualizzati. Queste opzioni sono limitate ai Services Operator."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Sintassi: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Mostra tutti i nick registrati che corrispondono al\n"
+"pattern specificato, nel formato nick!user@host.\n"
+"I nick con l'opzione PRIVATE attiva saranno mostrati\n"
+"solo ai Services Operator. I nick con l'opzione NOEXPIRE\n"
+"attiva avranno un ! prima del nick stesso (solo per i\n"
+"Services Operator).\n"
+"\n"
+"Se sono specificate le opzioni FORBIDDEN, SUSPENDED, NOEXPIRE o "
+"UNCONFIRMED,\n"
+"unicamente i nick che sono rispettivamente vietati (FORBIDden), SUSPENDED, \n"
+"non confermati (UNCONFIRMED) oppure hanno la flag NOEXPIRE impostata\n"
+"verranno mostrati. Se tutte e tre le opzioni sono specificate, tutti\n"
+"e tre i tipi di nick verranno mostrati. Queste opzioni sono\n"
+"limitate ai Services Operator.\n"
+"\n"
+"Esempi:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Mostra tutti i nick che appartengono a\n"
+" joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Mostra tutti i nick registrati che contengono \n"
+" Bot (case insensitive).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Mostra tutti i nick registrati che non\n"
+" scadono."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintassi: LIST [canale] [list | NEW]\n"
+"\n"
+"Mostra le proprie memo. Quando viene specificato NEW, mostra\n"
+"soltanto i nuovi memo (non letti). I memo non letti sono segnati\n"
+"con un \"*\" a sinistra del numero d'ordine. Si può anche indicare\n"
+"una lista di numeri, come in quest'esempio:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" Mostra i memo che hanno numeri tra 2 e 5 e tra 7 e 9,\n"
+" escludendo quindi il 6."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Sintassi: LOGONNEWS ADD testo"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Sintassi: LOGONNEWS DEL {numero | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Sintassi: LOGOUT\n"
+"\n"
+"Annulla l'effetto del comando IDENTIFY, cioè fa in modo\n"
+"che tu non sia più riconosciuto come il vero proprietario\n"
+"del nick. Tieni presente, però, che non dovrai identificarti\n"
+"di nuovo."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Sintassi: LOGOUT [nick [REVALIDATE]]\n"
+"\n"
+"Senza nessun parametro, annulla l'effetto del comando IDENTIFY,\n"
+"rendendoti non più identificato come proprietario del nick.\n"
+"Da notare, comunque, che non ti sarà richiesto di identificarti\n"
+"di nuovo.\n"
+"\n"
+"Con un parametro, il funzionamento è identico ma viene applicato\n"
+"al nick specificato. Se si indica anche REVALIDATE, i Services\n"
+"chiederanno al nick specificato di reidentificarsi. Questo\n"
+"modo di utilizzo è limitato ai Services Operator."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintassi: MODE canale modi\n"
+"\n"
+"Permette ai Services operator di impostare modi di canale\n"
+"per qualsiasi canale. I parametri sono gli stessi utilizzati\n"
+"con il comando /MODE standard."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Sintassi: MODINFO NomeFile\n"
+"Questo comando elenca informazioni sul modulo caricato specificato"
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Sintassi: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Elenca tutti i moduli attualmente caricati."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintassi: MODLOAD NomeFile\n"
+"Questo comando carica il modulo chiamato NomeFile dalla cartella\n"
+"modules."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintassi: MODUNLOAD NomeFile\n"
+"Questo comando rimuove il modulo chiamato NomeFile dalla cartella\n"
+"modules."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Sintassi: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"\n"
+"NOOP SET rimuove tutte le O:line del server specificato\n"
+"e killa tutti gli IrcOp presenti su quel server, in modo che\n"
+"non possano effettuare un rehash del server, in quanto questo\n"
+"ne annullerebbe l'effetto.\n"
+"\n"
+"NOOP REVOKE ripristina tutte le O:line presenti sul\n"
+"server specificato.\n"
+"\n"
+"Nota: il formato del server specificato non è controllato\n"
+"dai Services prima dell'esecuzione del comando."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Sintassi: OFF\n"
+"Disattiva il vhost attualmente assegnato al nick in uso.\n"
+"Quando usi questo comando, ogni utente che effettua un /whois\n"
+"su di te vedrà il tuo vero indirizzo IP."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Sintassi: OLINE nick flag\n"
+"\n"
+"Permette ai Services Operators di impostare le Operflag\n"
+"per qualsiasi utente. Le flag devono essere introdotte\n"
+"da \"+\" o \"-\". Per rimuovere tutte le flag, è sufficiente\n"
+"usare \"-\" senza altri parametri."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Sintassi: ON\n"
+"\n"
+"Attiva il vhost attualmente assegnato al nick in uso.\n"
+"Quando usi questo comando, ogni utente che effettua un\n"
+"/whois su di te vedrà il vhost invece del tuo vero indirizzo IP."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintassi: OP canale [nick]\n"
+"\n"
+"Assegna lo stato di operatore (op, +o) a un utente sul\n"
+"canale specificato. Se non viene indicato alcun nick,\n"
+"\"oppa\" l'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Sintassi: OPERNEWS ADD testo"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Sintassi: OPERNEWS DEL {numero | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintassi: OWNER canale\n"
+"\n"
+"Ti assegna lo stato di proprietario (owner, +q) sul canale\n"
+"che specifichi.\n"
+"\n"
+"Il comando è limitato agli utenti che hanno accesso di\n"
+"fondatore."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Sintassi: PROTECT canale [nick]\n"
+"\n"
+"Assegna lo stato di protezione (+a) a un utente sul canale\n"
+"specificato. Se non viene indicato alcun nick, dà la\n"
+"protezione all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato al fondatore del canale,\n"
+"oppure ai SOP o agli utenti con livello 10 o superiori per\n"
+"la protezione su se stessi."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Sintassi: QUIT\n"
+"\n"
+"Termina immediatamente i Services senza salvarne i\n"
+"databaase. Questo comando non deve mai essere usato,\n"
+"se non in caso di danni alla copia in memoria dei\n"
+"database, per evitare che la copia danneggiata venga\n"
+"salvata.\n"
+"Per terminare normalmente i Services, deve essere\n"
+"usato il comando SHUTDOWN."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Sintassi: RANDOMNEWS ADD testo"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Sintassi: RANDOMNEWS ADD testo\n"
+" RANDOMNEWS DEL {numero | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Modifica o visualizza la lista delle informazioni del giorno.\n"
+"Quando un utente si connette alla rete, una (e una soltanto)\n"
+"delle informazioni del giorno sarà scelta casualmente e gli\n"
+"sarà inviata.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Sintassi: RANDOMNEWS DEL {numero | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintassi: READ [canale] {numero | lista | LAST | NEW}\n"
+"\n"
+"Mostra il testo dei propri memo specificati. Se viene indicato\n"
+"LAST, mostra l'ultimo memo ricevuto. Se viene indicato NEW,\n"
+"mostra tutti i nuovi memo. Altrimenti, mostra il memo che ha\n"
+"numero numero. Si può anche specificare una lista di numeri,\n"
+"come nell'esempio:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Mostra i memo che hanno numeri tra 2 e 5 e tra 7 e 9,\n"
+" escludendo quindi il 6."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Sintassi: REGISTER canale descrizione\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Sintassi: REGISTER password [email]\n"
+"\n"
+"Registra il tuo nick nel database di %S. Quando il\n"
+"nick è registrato, puoi usare i comandi SET e ACCESS\n"
+"per modificare a tuo piacimento le impostazioni del tuo\n"
+"nick. Assicurati di non dimenticare la password che usi\n"
+"per la registrazione - ne avrai bisogno per effettuare\n"
+"modifiche sul tuo nick.\n"
+"Tieni conto che le maiuscole e le minuscole sono\n"
+"differenti! PIPPO, Pippo, pippo e PiPpO sono\n"
+"tutte password diverse!\n"
+"\n"
+"Suggerimenti sulla scelta della password:\n"
+"\n"
+"Le password non devono essere facili da indovinare. Ad\n"
+"esempio, usare il tuo vero nome come password è una\n"
+"cattiva idea. Utilizzare il tuo nick come password è\n"
+"un'idea anche peggiore ;), infatti %S non ti permetterà\n"
+"di farlo. Inoltre, le password brevi sono facili da\n"
+"indovinare con meno tentativi, pertanto è meglio usare\n"
+"una password di almeno 5 caratteri. Inoltre, lo spazio\n"
+"non può essere usato all'interno di una password.\n"
+"\n"
+"Il parametro e-mail è necessario e serve a memorizzare\n"
+"il tuo indirizzo nei parametri del tuo nick.\n"
+"Il tuo indirizzo non sarà ceduto a terzi, e sarà usato\n"
+"per inviarti la password nel caso tu la dimentichi.\n"
+"\n"
+"Questo comando crea anche un nuovo gruppo per il tuo nick,\n"
+"che ti permetterà di registrare altri nick condividendo\n"
+"la stessa configurazione, gli stessi memo e gli stessi\n"
+"privilegi sui canali. Per maggiori informazioni su questo\n"
+"servizio, digita /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Sintassi: RELOAD\n"
+"\n"
+"Rilegge il file di configurazione dei Services. Alcune\n"
+"impostazioni contenute nel file richiedono il riavvio\n"
+"effettivo dei Services per essere attivate (ad esempio\n"
+"il cambio dei nick dei Services, l'attivazione della\n"
+"limitazione delle sessioni, eccetera)."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Sintassi: RESTART\n"
+"\n"
+"Salva i database su disco e riavvia i Services."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Sintassi: RSEND {nick | canale} testo-memo\n"
+"\n"
+"Invia un memo contenente memo-text al nick o canale\n"
+"specificato. Se inviato ad un nickname, il destinatario riceverà\n"
+"un notice che gli segnala il nuovo memo. Il nickname o canale\n"
+"dev'essere registrato.\n"
+"Una volta che il memo viene letto dal destinatario, verrà inviata\n"
+"una notifica automatica al mittente, informandolo che il suo memo\n"
+"è stato letto."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sintassi: SASET nickname opzione parametri.\n"
+"\n"
+"Imposta varie opzioni del nick. opzione può essere una delle\n"
+"seguenti:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Sintassi: SASET nickname DISPLAY nuovo-display\n"
+"\n"
+"Imposta il nome con cui i Services si riferiscono al tuo\n"
+"gruppo. Il nuovo nome DEVE essere un nick del gruppo."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Sintassi: SASET nickname EMAIL indirizzo\n"
+"\n"
+"Associa l'indirizzo e-mail specificato al nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Sintassi: SASET nickname GREET messaggio\n"
+"\n"
+"Imposta come saluto del nick il messaggio specificato,\n"
+"che sarà mostrato quando si entra in un canale che ha\n"
+"l'opzione GREET attiva, se si ha un livello di accesso\n"
+"al canale sufficiente."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sintassi: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Ti permette di nascondere alcune informazioni quando qualcuno\n"
+"effettua un %S INFO sul nick. Puoi nascondere l'indirizzo\n"
+"e-mail (EMAIL), l'ultima hostmask di accesso (USERMASK)\n"
+"e l'ultimo messaggio di quit (QUIT). Il secondo parametro\n"
+"specifica se l'informazione indicata debba essere\n"
+"mostrata (OFF) o nascosta (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sintassi: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione di protezione automatica per\n"
+"il nick. Quando la protezione è attiva, se un altro\n"
+"utente cerca di usare il nick, avrà un minuto per\n"
+"cambiarlo, dopo del quale %S gli assegnerà un nick casuale.\n"
+"\n"
+"Se scegli QUICK, l'utente avrà soltanto 20 secondi per\n"
+"cambiare nick invece di 60. Se scegli IMMED, il nick\n"
+"sarà cambiato immediatamente, senza essere prima avvisato\n"
+"per dargli la possibilità di cambiare nick; non usare questa\n"
+"opzione se non è strettamente necessario. L'opzione IMMED,\n"
+"inoltre, potrebbe non essere disponibile."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Sintassi: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Ti permette di scegliere il modo in cui i Services comunicano\n"
+"col nick. Se MSG è attivo, i Services usano i messaggi (query),\n"
+"altrimenti usano i notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Sintassi: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Imposta se il nickname specificato scadrà. Impostandolo su\n"
+"ON eviterà che il nickname scada."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Sintassi: SASET nickname PASSWORD nuova-password\n"
+"\n"
+"Cambia la password utilizzata per identificarsi come\n"
+"proprietario del nick."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sintassi: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione privacy di %S per il nick.\n"
+"Quando PRIVATE è attivo, il nick non comparirà nelle\n"
+"liste dei nick generate con %S comando LIST. In ogni caso, però,\n"
+"chiunque sappia il nick può leggerne le informazioni con il\n"
+"comando INFO."
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sintassi: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva sul nick le funzionalità di sicurezza\n"
+"di %S. Quando SECURE è attivo, l'utente deve identificarsi\n"
+"come proprietario del nick, anche se il suo indirizzo compare\n"
+"nella lista di accesso. Comunque, se è nella lista di\n"
+"accesso, %S non cambierà il suo nick, anche se l'opzione KILL\n"
+"è attiva."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Sintassi: SAY canale testo\n"
+"\n"
+"Fa sì che il bot dica in canale il testo specificato."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Sintassi: SEND {nick | canale} testo-del-memo\n"
+"\n"
+"Invia un memo che contiene il testo-del-memo al nick\n"
+"o al canale specificato. Quando si invia un memo a un\n"
+"nick, il destinatario riceverà un messaggio che lo notifica\n"
+"che ha un nuovo memo. Il nick/canale di destinazione deve\n"
+"esser registrato."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Sintassi: SENDALL testo-memo\n"
+"Invia un memo contenente testo-memo a tutti gli utenti registrati."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Sintassi: SENDPASS nick\n"
+"\n"
+"Invia la password del nick specificato all'indirizzo e-mail\n"
+"impostato nelle opzioni del nick stesso. Questo comando è\n"
+"utile quando un utente ha dimenticato la password.\n"
+"\n"
+"Potrebbe essere disponibile soltanto per gli IrcOp."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Sintassi: SESSION LIST soglia\n"
+" SESSION VIEW host\n"
+"\n"
+"Permette ai Services Operators di visualizzare la lista delle sessioni.\n"
+"\n"
+"SESSION LIST mostra gli host con almeno threshold sessioni.\n"
+"La soglia deve essere un numero maggiore di 1, in modo da evitare\n"
+"la visualizzazione accidentale di un gran numero di host con una\n"
+"sola sessione.\n"
+"SESSION VIEW mostra informazioni dettagliate su un host specifico,\n"
+"incluso il conteggio attuale delle sessioni e del limite delle stesse.\n"
+"Il valore host non può includere wildcards.\n"
+"\n"
+"Guarda l'help del comando EXCEPTION per maggiori informazioni\n"
+"sulla limitazione delle sessioni e come configurare limiti specifici\n"
+"per determinati host o gruppi di host."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Sintassi: SET <nick> <hostmask>.\n"
+"Imposta il vhost per il nick indicato a quello della hostmask\n"
+"indicata. Se il tuo IRCD supporta i vIdent, la forma\n"
+"SET <nick> <ident>@<hostmask> permette di impostare l'ident,\n"
+"oltre che il vhost."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintassi: SET canale opzione parametri\n"
+"\n"
+"Configura le opzioni del bot. opzione può essere:\n"
+"\n"
+" DONTKICKOPS Protegge gli op dai kick del bot\n"
+" DONTKICKVOICES Protegge i voice dai kick del bot\n"
+" FANTASY Attiva i comandi \"di fantasia\"\n"
+" GREET Attiva i messaggi di saluto (greet)\n"
+" SYMBIOSIS Fa in modo che il bot si comporti come\n"
+" un bot reale\n"
+"\n"
+"Digita /msg %S HELP SET opzione per avere maggiori\n"
+"informazioni su una opzione specifica.\n"
+"\n"
+"Nota: l'accesso a questo comando dipende dall'impostazione\n"
+"del livello SET."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Sintassi: SET nick-del-bot PRIVATE {ON|OFF}\n"
+"\n"
+"Questa opzione fa sì che il bot sia assegnabile\n"
+"soltanto dagli IrcOp."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sintassi: SET canale opzione parametri\n"
+"\n"
+"Permette al fondatore di un canale di impostare varie\n"
+"opzioni e informazioni del canale stesso.\n"
+"\n"
+"Opzioni disponibili:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintassi: SET canale DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Attiva o disattiva la protezione degli op sul\n"
+"canale. Quando è attiva, gli op non saranno\n"
+"kickati dal bot, anche se non hanno accesso di\n"
+"livello NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintassi: SET canale DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Attiva o disattiva la protezione dei voice sul\n"
+"canale. Quando è attiva, i voice non saranno\n"
+"kickati dal bot, anche se non hanno accesso di\n"
+"livello NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Sintassi: SET canale FANTASY {ON|OFF}\n"
+"\n"
+"Attiva o disattiva l'uso dei comandi di fantasia\n"
+"sul canale. Quando è attivo, gli utenti potranno\n"
+"usare sul canale i comandi !op, !deop, !voice,\n"
+"!devoice, !kick, !kb, !unban, !seen, eccetera.\n"
+"Divertiti a scoprire gli altri comandi; provali\n"
+"sia specificando un nick che da soli, e aggiungi\n"
+"un motivo ad alcuni.\n"
+"\n"
+"Gli utenti che vogliono usare i comandi di fantasia\n"
+"DEVONO avere privilegi sufficienti sia per il livello\n"
+"FANTASIA che per il livello del comando richiesto\n"
+"(ad esempio, per usare !op, l'utente deve avere\n"
+"privilegi sufficienti anche per il livello OPDEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Sintassi: SET canale GREET {ON|OFF}\n"
+"\n"
+"Attiva o disattiva il saluto (greet) sul canale.\n"
+"Quando è attivo, il bot mostrerà la riga di saluto\n"
+"degli utenti che entrano, se hanno privilegi\n"
+"sufficienti. Per impostare il messaggio di saluto,\n"
+"è necessario usare l'opzione SET GREET di NickServ."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Sintassi: SET canale NOBOT {ON|OFF}\n"
+"\n"
+"Questa opzione fa in modo che non sia possibile\n"
+"assegnare alcun bot al canale specificato.\n"
+"Se un bot è già assegnato, verrà rimosso nel\n"
+"momento in cui viene attivata l'opzione."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Sintassi: SET canale NOEXPIRE {ON | OFF}\n"
+"\n"
+"Imposta se il canale scadrà o meno in caso di inutilizzo. Se\n"
+"l'opzione è impostata a ON, il canale non scadrà."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Sintassi: SET canale SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Attiva o disattiva la modalità symbiosis sul\n"
+"canale. Quando è attiva, il bot farà tutto quello\n"
+"che normalmente sarebbe fatto da %s sui canali,\n"
+"come l'impostazione dei MODI, l'invio dei KICK,\n"
+"la visualizzazione del messaggio di ingresso,\n"
+"eccetera."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sintassi: SET opzione parametri\n"
+"\n"
+"Imposta varie opzioni del nick. opzione può essere una delle\n"
+"seguenti:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Sintassi: SET opzione parametri\n"
+"\n"
+"Imposta varie opzioni dei memo. opzione può essere:\n"
+"\n"
+" NOTIFY Cambia il modo in cui si verrà notificati\n"
+" della ricezione di nuovi memo (solo\n"
+" per i nick)\n"
+" LIMIT Imposta il numero massimo di memo che si\n"
+" possono ricevere\n"
+"\n"
+"Digita /msg %S HELP SET opzione per ottenere\n"
+"maggiori informazioni su un'opzione specifica."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Sintassi: SET opzione impostazione\n"
+"\n"
+"Imposta varie opzioni globali dei Services. Le opzioni\n"
+"configurabili sono:\n"
+" READONLY Imposta la modalità read-only o read-write\n"
+" LOGCHAN Riporta i messaggi di log in un canale\n"
+" DEBUG Attiva o disattiva la modalità di debug\n"
+" NOEXPIRE Attiva o disattiva la modalità no expire\n"
+" SUPERADMIN Attiva o disattiva la modalità SuperAdmin\n"
+" IGNORE Attiva o disattiva la modalità ignore\n"
+" LIST Elenca le opzioni"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Sintassi: SET DEBUG {ON | OFF | numero}\n"
+"\n"
+"Attiva o disattiva la modalità di debug. In modalità di\n"
+"debug, tutti i dati inviati e ricevuti dai Services,\n"
+"nonché altri messaggi di debug, saranno scritti nel file\n"
+"di log. Se viene specificato un numero, la modalità\n"
+"di debug sarà attivata, e il livello di debug sarà\n"
+"impostato a numero.\n"
+"\n"
+"Questa opzione è equivalente all'opzione di riga di comando\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Sintassi: SET DISPLAY nuovo-nome\n"
+"\n"
+"Imposta il nome con cui i Services si riferiscono al tuo\n"
+"gruppo. Il nuovo nome DEVE essere un nick del gruppo."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Sintassi: SET EMAIL indirizzo\n"
+"\n"
+"Associa l'indirizzo e-mail specificato al proprio nick.\n"
+"Questo indirizzo sarà mostrato quando qualcuno richiede\n"
+"informazioni sul proprio nick con il comando INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Sintassi: SET GREET messaggio\n"
+"\n"
+"Imposta come saluto del tuo nick il messaggio specificato,\n"
+"che sarà mostrato quando si entra in un canale che ha\n"
+"l'opzione GREET attiva, se si ha un livello di accesso\n"
+"al canale sufficiente."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sintassi: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Ti permette di nascondere alcune informazioni quando qualcuno\n"
+"effettua un %S INFO sul tuo nick. Puoi nascondere il tuo\n"
+"indirizzo e-mail (EMAIL), l'ultima hostmask di accesso\n"
+"(USERMASK) e l'ultimo messaggio di quit (QUIT). Il secondo\n"
+"parametro specifica se l'informazione indicata debba essere\n"
+"mostrata (OFF) o nascosta (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Sintassi: SET IGNORE {ON | OFF}\n"
+"Questa impostazione abilita o disabilita l'utilizzo del sistema IGNORE\n"
+"da parte di Anope."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sintassi: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione di protezione automatica per\n"
+"il tuo nick. Quando la protezione è attiva, se un altro\n"
+"utente cerca di usare il tuo nick, avrà un minuto per\n"
+"cambiarlo, dopo del quale %S gli assegnerà un nick casuale.\n"
+"\n"
+"Se scegli QUICK, l'utente avrà soltanto 20 secondi per\n"
+"cambiare nick invece di 60. Se scegli IMMED, il nick\n"
+"sarà cambiato immediatamente, senza essere prima avvisato\n"
+"per dargli la possibilità di cambiare nick; non usare questa\n"
+"opzione se non è strettamente necessario. L'opzione IMMED,\n"
+"inoltre, potrebbe non essere disponibile."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Sintassi: SET LANGUAGE numero\n"
+"\n"
+"Cambia la lingua utilizzata dai Services per inviarti\n"
+"i messaggi, ad esempio per rispondere a un comando che\n"
+"tu invii.\n"
+"numero deve essere scelto dalla lista seguente, che\n"
+"elenca le lingue supportate:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Sintassi: SET LIMIT [canale] limite\n"
+"\n"
+"Imposta il numero massimo di memo che si possono tenere\n"
+"(o che può tenere il canale indicato). Se il limite è\n"
+"impostato a 0, nessuno potrà inviare memo. In ogni caso,\n"
+"non è possibile impostare il limite a un valore maggiore\n"
+"di %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Sintassi: SET LIMIT [utente | canale] {limite | NONE} [HARD]\n"
+"\n"
+"Imposta il numero massimo di memo che un utente (nick) o\n"
+"canale può avere. Impostare il limite a 0 fa in modo che\n"
+"l'utente (o il canale) non possa ricevere alcun memo;\n"
+"impostarlo a NONE fa sì che l'utente (o il canale) possa\n"
+"ricevere e conservare un numero indefinito di memo. Se non\n"
+"viene specificato nessun nick o canale, viene impostato il\n"
+"proprio limite.\n"
+"\n"
+"Aggiungere il parametro HARD fa in modo che l'utente non\n"
+"possa cambiare il limite. Non aggiungerlo ha il livello\n"
+"opposto, e permette all'utente di cambiarlo, anche se un\n"
+"limite precedente era stato impostato con HARD.\n"
+"\n"
+"Questo uso di SET LIMIT è limitato ai Services Operator.\n"
+"Gli altri utenti possono impostare il limite soltanto per\n"
+"se stessi o per i canali sui quali hanno abbastanza\n"
+"privilegi, e potrebbero non essere in grado di rimuovere\n"
+"il limite o di impostarlo a un valore maggiore di %d."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Sintassi: SET LIST\n"
+"Mostra le varie impostazioni di %S"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Sintassi: SET LOGCHAN {ON | OFF}\n"
+"Se impostata su on, questa opzione fa scrivere i log dei services\n"
+"in un canale specificato oltre che al log file. LogChannel dev'essere\n"
+"definito nel file di configurazione dei services per permettere a\n"
+"questa opzione di funzionare.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"\n"
+"Nota: Potrebbero esserci problemi di sicurezza se il canale non\n"
+"viene impostato con restrizioni adeguate."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Sintassi: SET MSG {ON | OFF}\n"
+"\n"
+"Ti permette di scegliere il modo in cui i Services comunicano\n"
+"con te. Se MSG è attivo, i Services usano i messaggi (query),\n"
+"altrimenti usano i notices."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Sintassi: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva la modalità no expire. In modalità\n"
+"no expire, i nick, i canali, le akill e le eccezioni\n"
+"non scadranno fino a quando l'opzione non viene disattivata.\n"
+"\n"
+"Questa opzione è equivalente all'opzione di riga di comando\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Sintassi: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Cambia il modo in cui si verrà informati della ricezione\n"
+"di nuovi memo:\n"
+"\n"
+" ON Si verrà informati dei nuovi memo quando ci si\n"
+" connette, quando si torna dall'/AWAY, e quando\n"
+" vengono inviati (se si è online).\n"
+" LOGON Si verrà informati dei nuovi memo quando ci si\n"
+" connette o quando si torna dall'/AWAY.\n"
+" NEW Si verrà informati dei nuovi memo solo quando\n"
+" vengono inviati (se si è online).\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Non si verrà informati in nessun caso della\n"
+" ricezione dei nuovi memo.\n"
+"\n"
+"ON è sostanzialmente la combinazione di LOGON e NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Sintassi: SET PASSWORD nuova-password\n"
+"\n"
+"Cambia la password utilizzata per identificarti come\n"
+"proprietario del nick."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sintassi: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva l'opzione privacy di %S per il tuo\n"
+"nick. Quando PRIVATE è attivo, il tuo nick non comparirà nelle\n"
+"liste dei nick generate con %S comando LIST. In ogni caso, però,\n"
+"chiunque sappia il tuo nick può leggerne le informazioni con il\n"
+"comando INFO."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Sintassi: SET READONLY {ON | OFF}\n"
+"\n"
+"Attiva o disattiva la modalità read-only. In modalità\n"
+"read-only, gli utenti normali non potranno modificare\n"
+"nessuna informazione nei database dei Services, incluse\n"
+"le liste di accesso dei nick e dei canali, eccetera.\n"
+"Gli IrcOp con sufficienti privilegi sui Services potranno\n"
+"modificare le liste AKILL e deregistrare (drop) o bloccare\n"
+"(forbid) i nick e i canali, ma questi cambiamenti non\n"
+"verrano salvati, a meno che la modalità read-only non sia\n"
+"disattivata prima che i Services vengano terminati oppure\n"
+"riavviati.\n"
+"\n"
+"Questa opzione è equivalente all'opzione di riga di comando\n"
+"-readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sintassi: SET SECURE {ON | OFF}\n"
+"\n"
+"Attiva o disattiva sul tuo nick le funzionalità di sicurezza\n"
+"di %S. Quando SECURE è attivo, devi identificarti come\n"
+"proprietario del nick, anche se il tuo indirizzo compare\n"
+"nella lista di accesso. Comunque, se sei nella lista di\n"
+"accesso, %S non cambierà il tuo nick, anche se l'opzione KILL\n"
+"è attiva."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Sintassi: SET SUPERADMIN {ON | OFF}\n"
+"Questa impostazione aumenterà i privilegi dell'admin che\n"
+"la richiede, e permetterà ad esempio di essere fondatore\n"
+"su tutti i canali, ecc.\n"
+"\n"
+"Questa opzione NON è persistente, e dovrebbe essere usata\n"
+"solo quando necessario, e reimpostata a OFF al più presto."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Sintassi: SETALL <nick> <hostmask>.\n"
+"\n"
+"Imposta il vhost per tutti i nick nel gruppo del nick indicato.\n"
+"Se il tuo IRCD supporta i vIdent, la forma SET <nick>\n"
+"<ident>@<hostmask> permette di impostare l'ident, oltre che il\n"
+"vhost.\n"
+"\n"
+"NOTA - questo comando non aggiornerà i vhost dei nick\n"
+"aggiunti successivamente al gruppo."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Sintassi: SHUTDOWN\n"
+"\n"
+"Salva i database su disco e termina i Services."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Sintassi: SNLINE ADD [+durata] mask:motivo\n"
+" SNLINE DEL {mask | numero | lista}\n"
+" SNLINE LIST [mask | lista]\n"
+" SNLINE VIEW [mask | lista]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Permette ai Services operator di manipolare la lista SNLINE.\n"
+"Se un utente che si trova nella lista SNLINE cerca di connettersi,\n"
+"i Services non gli permetterano di proseguire la sua sessione\n"
+"su IRC.\n"
+"\n"
+"SNLINE ADD aggiunge la mask di realname specificata alla lista\n"
+"sgline per il motivo specificato (che deve essere indicato).\n"
+"durata è specifcato come un intero seguito da una lettera,\n"
+"che può essere d (giorni), h (ore), o m (minuti). Le\n"
+"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
+"viene specificata una unità, il valore viene inteso in giorni\n"
+"(quindi +30 significa 30 giorni). Per aggiungere una SNLINE\n"
+"senza scadenza, bisogna usare +0. Se la usermask indicata\n"
+"inizia con un +, la durata deve essere indicata esplicitamente,\n"
+"anche se è la stessa di default. La durata di default per le\n"
+"SNLINE può essere trovata con il comando STATS AKILL.\n"
+"Nota: poiché la mask di realname può contenere spazi, il\n"
+"separatore tra la mask e il motivo è un duepunti.\n"
+"\n"
+"Il comando SNLINE DEL rimuove la mask specificata dalla lista\n"
+"SNLINE, se è presente. Se viene indicata una lista di numeri,\n"
+"verrano rimossi i record corrispondenti (vedi l'esempio di\n"
+"LIST).\n"
+"\n"
+"Il comando SNLINE LIST mostra la lista SNLINE. Se viene usata\n"
+"una wildcard nella mask, solo i record che corrispondono alla\n"
+"mask vengono mostrati. Se viene indicata una lista di numeri,\n"
+"soltanto quei record vengono mostrati, ad esempio:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" Mostra i record della lista SNLINE che hanno numeri da 2\n"
+" a 5 e da 7 a 9.\n"
+"\n"
+"SNLINE VIEW mostra più informazioni di SNLINE LIST, e indica\n"
+"chi ha aggiunto una SNLINE, quando è stata aggiunta, e quando\n"
+"scade, oltre alla mask di realname e al motivo.\n"
+"\n"
+"SNLINE CLEAR svuota la lista SNLINE."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintassi: SOP canale ADD nick\n"
+" SOP canale DEL {nick | numero | lista}\n"
+" SOP canale LIST [mask | lista]\n"
+" SOP canale CLEAR\n"
+"\n"
+"Gestisce la lista SOP (SuperOP) del canale.\n"
+"La lista SOP dà agli utenti il diritto di essere auto-oppati\n"
+"e protetti (+a), di modificare la lista AutoKick e quella\n"
+"delle parolacce (badwords), di leggere le memo di canale,\t\n"
+"e così via.\n"
+"\n"
+"Il comando SOP ADD aggiunge il nick specificato alla\n"
+"lista SOP.\n"
+"\n"
+"Il comando SOP DEL rimuove il nick specificato dalla\n"
+"lista SOP. Se viene specificata una lista, i record\n"
+"corrispondenti vengono rimossi. (Guarda l'esempio di\n"
+"LIST)\n"
+"\n"
+"Il comando SOP LIST mostra la lista SOP. Se viene\n"
+"utilizzata una wildcard per la mask, solo i record che\n"
+"corrispondono alla mask vengono mostrati. Se viene\n"
+"specificata una lista, i record corrispondenti vengono\n"
+"mostrati.\n"
+"Ad esempio:\n"
+"\n"
+" SOP #canale LIST 2-5,7-9\n"
+" Mostra i record SOP che hanno numero da 2\n"
+" a 5 e da 7 a 9 (il 6 è quindi escluso).\n"
+"\n"
+"Il comando SOP CLEAR svuota la lista SOP.\n"
+"\n"
+"I comandi SOP ADD, SOP DEL e SOP CLEAR sono limitati\n"
+"al fondatore del canale. Comunque, tutti gli utenti nella\n"
+"lista SOP possono usare il comando SOP LIST.\n"
+"\n"
+"Questo comando potrebbe essere stato disabilitato per\n"
+"il tuo canale; in questo caso dovrai usare la lista di\n"
+"accesso. Digita /msg %S HELP ACCESS per\n"
+"maggiori informazioni, e /msg %S HELP SET XOP\n"
+"per scoprire come passare da un sistema all'altro."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Sintassi: SQLINE ADD [+durata] mask motivo\n"
+" SQLINE DEL {mask | numero | lista}\n"
+" SQLINE LIST [mask | lista]\n"
+" SQLINE VIEW [mask | lista]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Permette ai Services operator di manipolare la lista SQLINE.\n"
+"Se un utente il cui nick si trova nella lista SQLINE cerca di,\n"
+"connettersi, i Services non gli permetterano di proseguire la\n"
+"sua sessione su IRC.\n"
+"\n"
+"Se il primo carattere della mask è #, i Services bloccheranno\n"
+"l'uso dei canali corrispondenti (sugli IRCd che supportano\n"
+"questa funzione).\n"
+"\n"
+"SQLINE ADD aggiunge la mask di realname specificata alla lista\n"
+"sgline per il motivo specificato (che deve essere indicato).\n"
+"durata è specifcato come un intero seguito da una lettera,\n"
+"che può essere d (giorni), h (ore), o m (minuti). Le\n"
+"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
+"viene specificata una unità, il valore viene inteso in giorni\n"
+"(quindi +30 significa 30 giorni). Per aggiungere una SQLINE\n"
+"senza scadenza, bisogna usare +0. Se la usermask indicata\n"
+"inizia con un +, la durata deve essere indicata esplicitamente,\n"
+"anche se è la stessa di default. La durata di default per le\n"
+"SQLINE può essere trovata con il comando STATS AKILL.\n"
+"\n"
+"Il comando SqLINE DEL rimuove la mask specificata dalla lista\n"
+"SqLINE, se è presente. Se viene indicata una lista di numeri,\n"
+"verrano rimossi i record corrispondenti (vedi l'esempio di\n"
+"LIST).\n"
+"\n"
+"Il comando SQLINE LIST mostra la lista SQLINE. Se viene usata\n"
+"una wildcard nella mask, solo i record che corrispondono alla\n"
+"mask vengono mostrati. Se viene indicata una lista di numeri,\n"
+"soltanto quei record vengono mostrati, ad esempio:\n"
+"\n"
+" SQLINE LIST 2-5,7-9\n"
+" Mostra i record della lista SQLINE che hanno numeri da 2\n"
+" a 5 e da 7 a 9.\n"
+" \n"
+"SQLINE VIEW mostra più informazioni di SQLINE LIST, e indica\n"
+"chi ha aggiunto una SQLINE, quando è stata aggiunta, e quando\n"
+"scade, oltre alla mask e al motivo.\n"
+"\n"
+"SQLINE CLEAR svuota la lista SQLINE."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Sintassi: STAFF\n"
+"Mostra tutti i nick dello staff dei services coi rispettivi\n"
+"livelli e stato on-line."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Sintassi: STAFF testo-memo\n"
+"Invia un memo contenenteo testo-memo a tutto lo services staff."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Sintassi: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Senza nessuna opzione, mostra il numero attuale di utenti\n"
+"e di IrcOp online (Services esclusi), il numero massimo\n"
+"di utenti online da quando i Services sono up, e il tempo\n"
+"passato da quando i Services sono stati avviati.\n"
+"\n"
+"Con l'opzione AKILL, mostra la dimensione attuale della\n"
+"lista AKILL e la durata di default delle nuove AKILL.\n"
+"\n"
+"L'opzione ALL è disponibile solo ai Services Operator, e\n"
+"mostra informazioni sull'utilizzo di memoria dei Services.\n"
+"Usare questa opzione può bloccare i Services per un breve\n"
+"periodo di tempo sulle grandi reti.\n"
+"\n"
+"L'opzione RESET imposta il numero massimo di utenti\n"
+"registrato al numero degli utenti connessi attualmente\n"
+"alla rete."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Sintassi: STATUS canale nick\n"
+"\n"
+"Restituisce il livello di accesso attuale del nick specificato\n"
+"sul canale indicato. La risposta usa il formato:\n"
+"\n"
+" STATUS canale nick livello-di-accesso\n"
+"\n"
+"Se si verifica un errore, la risposta avrà il formato\n"
+"\n"
+" STATUS ERROR messaggio-di-errore"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Sintassi: STATUS nick...\n"
+"\n"
+"Indica se l'utente che usa il nick specificato è riconosciuto\n"
+"come proprietario del nick. La risposta ha questo formato:\n"
+"\n"
+" nick codice-di-stato account\n"
+"\n"
+"where nick is the nickname sent with the command,\n"
+"codice-di-stato is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - l'utente non è online o il nick non è registrato\n"
+" 1 - l'utente non è riconosciuto come proprietario del nick\n"
+" 2 - l'utente è riconosciuto come proprietario solo attraverso\n"
+" la lista di accesso\n"
+" 3 - l'utente è riconosciuto come proprietario attravrso\n"
+" l'identificazione per mezzo della password\n"
+"\n"
+"Con ogni comando possono essere inviati fino a 16 nick; il\n"
+"resto sarà ignorato. Se nessun nickname è specificato verrà indicato\n"
+"lo stato del tuo nick."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintassi: SUSPEND canale [motivo]\n"
+"\n"
+"Impedisce chiunque dal registrare o utilizzare il canale\n"
+"specificato. Può essere annullato utilizzando il comando\n"
+"UNSUSPEND preservando tutti i dati e le impostazioni precedenti.\n"
+"\n"
+"Il motivo potrebbe essere richiesto su alcune reti."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Sintassi: SVSNICK nick nuovonick\n"
+"\n"
+"Forza il cambio del nickname di un utente da nick a newnick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Sintassi: SZLINE ADD [+durata] mask motivo\n"
+" SZLINE DEL {mask | numero | lista}\n"
+" SZLINE LIST [mask | lista]\n"
+" SZLINE VIEW [mask | lista]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Permette ai Services operator di manipolare la lista SZLINE.\n"
+"Se un utente il cui IP si trova nella lista SNLINE cerca di\n"
+"connettersi, i Services non gli permetterano di proseguire\n"
+"la sua sessione su IRC (sia che l'IP abbia un host alfa-\n"
+"numerico corrispondente o meno).\n"
+"\n"
+"SZLINE ADD aggiunge la mask di IP specificata alla lista\n"
+"sgline per il motivo specificato (che deve essere indicato).\n"
+"durata è specifcato come un intero seguito da una lettera,\n"
+"che può essere d (giorni), h (ore), o m (minuti). Le\n"
+"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
+"viene specificata una unità, il valore viene inteso in giorni\n"
+"(quindi +30 significa 30 giorni). Per aggiungere una SZLINE\n"
+"senza scadenza, bisogna usare +0. Se la usermask indicata\n"
+"inizia con un +, la durata deve essere indicata esplicitamente,\n"
+"anche se è la stessa di default. La durata di default per le\n"
+"SZLINE può essere trovata con il comando STATS AKILL.\n"
+"\n"
+"Il comando SZLINE DEL rimuove la mask specificata dalla lista\n"
+"SZLINE, se è presente. Se viene indicata una lista di numeri,\n"
+"verrano rimossi i record corrispondenti (vedi l'esempio di\n"
+"LIST).\n"
+"\n"
+"Il comando SZLINE LIST mostra la lista SZLINE. Se viene usata\n"
+"una wildcard nella mask, solo i record che corrispondono alla\n"
+"mask vengono mostrati. Se viene indicata una lista di numeri,\n"
+"soltanto quei record vengono mostrati, ad esempio:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" Mostra i record della lista SZLINE che hanno numeri da 2\n"
+" a 5 e da 7 a 9.\n"
+"\n"
+"SZLINE VIEW mostra più informazioni di SZLINE LIST, e indica\n"
+"chi ha aggiunto una SZLINE, quando è stata aggiunta, e quando\n"
+"scade, oltre alla mask di realname e al motivo.\n"
+"\n"
+"SZLINE CLEAR svuota la lista SZLINE."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintassi: TOPIC canale [topic]\n"
+"\n"
+"Fa cambiare il topic a %S. Se il nuovo topic\n"
+"non viene specificato, il topic attuale sarà rimosso.\n"
+"Questo comando è utile soprattutto quando l'opzione\n"
+"SET TOPICLOCK è attiva. Per maggiori informazioni,\n"
+"digita /msg %S HELP SET TOPICLOCK.\n"
+"\n"
+"Di default, il comando è limitato agli utenti con\n"
+"accesso di fondatore sul canale."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintassi: UMODE nick modi\n"
+"\n"
+"Permette ai Services Operators di impostare i modi per\n"
+"qualsiasi utente. I parametri sono gli stessi del\n"
+"comando /MODE standard."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Sintassi: UNASSIGN canale\n"
+"\n"
+"Rimuove il bot da un canale. Dopo aver usato questo\n"
+"comando, il bot non entrerà più nel canale, ma la sua\n"
+"configurazione resterà salvata, in modo da non dover\n"
+"riconfigurare tutto di nuovo nel caso se ne assegni\n"
+"uno di nuovo."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintassi: UNBAN canale [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti con\n"
+"livello di accesso 5 o superiori sul canale."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Sintassi: UNSUSPEND canale\n"
+"\n"
+"Rilascia un canale sospeso. Tutti i dati e le impostazioni\n"
+"sono preservate da prima della sospensione."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Sintassi: UPDATE\n"
+"\n"
+"Forza la scrittura su disco immediata dei database dei\n"
+"Services nello stesso istante in cui il comando viene\n"
+"inviato."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Sintassi: USERLIST [{pattern | canale} [INVISIBLE]]\n"
+"\n"
+"Mostra tutti gli utenti connessi alla rete, che siano registrati\n"
+"o meno.\n"
+"\n"
+"Se viene indicato un pattern mostra solo gli utenti corrispondenti\n"
+"(il pattern deve essere nel formato nick!user@host).\n"
+"Se viene indicato un canale, mostra solo gli utenti che si trovano\n"
+"su quel canale.\n"
+"Se viene indicato INVISIBLE, mostra solo gli utenti con il modo\n"
+"utente +i attivo."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Sintassi: VOICE canale [nick]\n"
+"\n"
+"Assegna lo stato di voice (+v) a un utente sul canale\n"
+"specificato. Se non viene indicato alcun nick, dà il\n"
+"voice all'utente che invia il comando.\n"
+"\n"
+"Di default, il comando è limitato agli AOP o agli utenti\n"
+"con livello di accesso 5 o superiori, oppure ai VOP o agli\n"
+"utenti con livello 3 o superiori per il voice su se stessi."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintassi: VOP canale ADD nick\n"
+" VOP canale DEL {nick | numero | lista}\n"
+" VOP canale LIST [mask | lists]\n"
+" VOP canale CLEAR\n"
+"\n"
+"Gestisce la lista VOP (VOicePeople) del canale.\t\n"
+"La lista VOP dà agli utenti il diritto di essere\n"
+"voice sul tuo canale, e di ottenere il +v se non\n"
+"lo sono.\n"
+"\n"
+"Il comando VOP ADD aggiunge il nick specificato alla\n"
+"lista VOP.\n"
+"\n"
+"Il comando VOP DEL rimuove il nick specificato dalla\n"
+"lista VOP. Se viene specificata una lista, i record\n"
+"corrispondenti vengono rimossi. (Guarda l'esempio di\n"
+"LIST)\n"
+"\n"
+"Il comando VOP LIST mostra la lista VOP. Se viene\n"
+"utilizzata una wildcard per la mask, solo i record che\n"
+"corrispondono alla mask vengono mostrati. Se viene\n"
+"specificata una lista, i record corrispondenti vengono\n"
+"mostrati.\n"
+"Ad esempio:\n"
+"\n"
+" VOP #canale LIST 2-5,7-9\n"
+" Mostra i record VOP che hanno numero da 2\n"
+" a 5 e da 7 a 9 (il 6 è quindi escluso).\n"
+"\n"
+"Il comando VOP CLEAR svuota la lista VOP.\n"
+"\n"
+"I comandi VOP ADD, VOP DEL e VOP LIST sono limitati\n"
+"agli HOP e superiori, mentre il comando VOP CLEAR può\n"
+"essere utilizzato soltanto dal fondatore del canale.\n"
+"\n"
+"Questo comando potrebbe essere stato disabilitato per\n"
+"il tuo canale; in questo caso dovrai usare la lista di\n"
+"accesso. Digita /msg %S HELP ACCESS per\n"
+"maggiori informazioni, e /msg %S HELP SET XOP\n"
+"per scoprire come passare da un sistema all'altro."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Sintassi: SUSPEND nickname motivo\n"
+"Impedisce al nickname di venire utilizzato."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Sintassi: UNSUSPEND nickname\n"
+"Rilascia il nickname sospeso."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Sintassi: UPDATE\n"
+"Aggiorna il tuo stato attuale, ovvero controlla eventuali nuovi memo,\n"
+"imposta i chanmode necessari (ModeonID) e aggiorna il tuo vhost e\n"
+"i tuoi userflags (lastseentime, ecc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC canale [topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "L'opzione IMMED non è disponibile su questa rete."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "La lista AKILL è stata svuotata."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Il livello Defcon è ora: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "L'indirizzo e-mail di %s verrà ora nascosto da %s INFO."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "L'indirizzo e-mail di %s verrà ora mostrato in %s INFO."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "La lista SNLINE è stata svuotata."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "La lista SQLINE è stata annullata."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "La lista SZLINE è stata svuotata."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "Il canale %s non ha una key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "I seguenti comandi sono stati caricati da un modulo:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"La seguente lista mostra le funzioni disponibile. Tieni\n"
+"conto del fatto che i livelli AUTODEOP e NOJOIN sono i\n"
+"livelli massimi per i quali la funzione sarà attiva,\n"
+"mentre tutti gli altri sono livelli minimi."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "L'host %s ha %d sessioni, con un limite di %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "L'ultimo memo che hai inviato a %s (inviato il %s) è stato letto."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"L'ultimo memo che hai inviato a %s (inviato il %s) non è stato ancora letto."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "L'ultimo messaggio di quit di %s verrà ora nascosto da %s INFO."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "L'ultimo messaggio di quit di %s verrà ora mostrato in %s INFO."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr "L'ultima mask user@host vista di %s verrà ora nascosta da %s INFO."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr "L'ultima mask user@host vista di %s verrà ora mostrata in %s INFO."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Il limite dei memo di %s non può essere modificato."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Il nuovo display DEVE essere un nick nel tuo gruppo di nick!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "Il nuovo display per %s DEVE essere un nickname del gruppo nickname!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Il nuovo display adesso è %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "Il nick %s viene ora cambiato in %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr "Lo stato di accesso ai servizi di %s verrà ora nascosto da %s INFO."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr "Lo stato di accesso ai servizi di %s verrà ora mostrato in %s INFO."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "La lista dei vhost è vuota."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Ci sono %d memo sul canale %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Non ci sono bot disponibili in questo momento.\n"
+"Chiedi a un Services Operator di crearne uno!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Ci sono troppi nick nel gruppo di %s; controlla la lista e cancellane\n"
+"alcuni. Digita /msg %s HELP GLIST e /msg %s HELP DROP \n"
+"per avere altre informazioni."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "C'è %d memo sul canale %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"C'è un nuovo memo sul canale %s.\n"
+"Digita /msg %s READ %s %d per leggerlo."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Non c'è più nessun bot assegnato a %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Non c'è nessuna Logon News."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Non c'è nessuna Oper News."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Non c'è nessuna Random News."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Non c'è un indirizzo email impostato per il tuo nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Queste opzioni sono riservate ai Services Operator:\n"
+" \n"
+" NOBOT Fa in modo che non sia possibile\n"
+" assegnare un bot al canale\n"
+" PRIVATE Fa in modo che il bot sia assegnabile\n"
+" solo dagli IrcOp"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Questo canale è stato vietato."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Questo canale è stato registrato con %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Questo canale è stato sospeso."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Questo canale non può essere usato."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Questo canale non scadrà."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Questo comando è obsoleto; usa %s invece."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "Questo modulo non può essere rimosso."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Questo nick è già stato richiesto. Per favore, controlla la tua casella di "
+"posta; dovresti aver ricevuto il codice di attivazione."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Questo nick è in attesa di un codice di attivazione via e-mail per "
+"completare la registrazione."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Questo nick appartiene a qualcun altro. Per favore scegline un altro.\n"
+"(Se questo è il tuo nick, digita /msg %s IDENTIFY password.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Questo nick è stato registrato; non puoi usarlo."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Questo nickname è momentaneamente sospeso"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Questo nickname è momentaneamente sospeso, motivo: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Questo nick è registrato e protetto. Se questo è il tuo\n"
+"nick, digita /msg %s IDENTIFY password. Altrimenti,\n"
+"scegli un nick diverso."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Questo nick non può essere usato. Per favore scegline un altro."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Questo nick non scadrà."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"Per cercare canali che cominciano con #, cerca il nome del canale\n"
+"senza il segno # (anope invece di #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Blocco del topic"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Mantenimento del topic"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Il blocco del topic per %s è ora DISATTIVATO."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Il blocco del topic per %s è ora ATTIVATO."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "La memorizzazione del topic per %s è ora DISATTIVATA."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "La memorizzazione del topic per %s è ora ATTIVATA."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Disattiva il caps lock!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Digita /msg %S HELP comando per maggiori informazioni\n"
+"sull'uso dei comandi sopraelencati.\n"
+" \n"
+"(*) Di default, qualsiasi utente con almeno livello 10 (SOP) su\n"
+" un canale può leggere i memo di quel canale. Questo livello\n"
+" minimo può essere impostato con il comando LEVELS di\n"
+" %s."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Digita /msg %S HELP SASET opzione per maggiori informazioni\n"
+"su un'opzione specifica. Le opzioni verranno impostate sul\n"
+"nickname specificato."
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Digita /msg %S HELP option per ottenere maggiori\n"
+"informazioni su un comando specifico."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Digita /msg %S SET EMAIL e-mail per inserire la tua e-mail.\n"
+"La tua privacy è rispettata; questa e-mail non sarà data a\n"
+"terzi."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Digita /msg %s LIST NEW per ottenerne la lista."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Digita /msg %s READ %d per leggerlo."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Digita /msg %s READ LAST per leggerlo."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modi"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN canale"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN canale [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND canale"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Impossibile caricare il modulo %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Impossibile rimuovere il modulo %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Opzione SASET %s sconosciuta."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Opzione SET %s sconosciuta."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Opzione %s di STATS sconosciuta."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Comando sconosciuto %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Comando sconosciuto %s. \"/msg %s HELP\" per l'aiuto."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Numero sconosciuto di lingua %d.\n"
+"Digita /msg %s HELP SET LANGUAGE per la lista delle lingue."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "%c è stato ignorato perché è un modo di canale sconosciuto."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Opzione %s sconosciuta."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Opzione %s sconosciuta.\n"
+"Digita /msg %S HELP KICK per maggiori informazioni."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Opzione %s sconosciuta.\n"
+"Digita /msg %S HELP SET per maggiori informazioni."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Aggiornamento dei database."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "L'utente %s non è presente nel database di NickServ."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Utenti: %6d records, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"L'utente che usava il tuo nick è stato disconnesso.\n"
+"Digita /msg %s RELEASE %s per usarlo prima che termini il blocco di %s."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "L'utente corrisponde a una delle eccezioni del canale."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista dei nick:\n"
+"Nick Mask"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista VOP di %s:\n"
+" Num Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Protezione per i voice"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Occhio a come parli!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Sei già un membro del gruppo di %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Sei già identificato."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "Sei già in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Non sei più un SuperAdmin."
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Non hai il permesso di avere lo stato di operatore sul canale %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Non hai il permesso di stare su questo canale."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Non puoi modificare limite dei tuoi memo."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Ora sei un SuperAdmin."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Ora sei un IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Adesso sei nel gruppo di %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr "Non puoi richiedere una ricevuta se mandi un memo a te stesso."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Non puoi disconnettere te stesso!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Non puoi recuperare te stesso!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Questo comando non è utilizzabile; usa i comandi SOP, AOP, HOP e VOP.\n"
+"Digita /msg %s HELP comando per ottenere maggiori informazioni."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Non puoi utilizzare questo comando.\n"
+"Utilizza invece i comandi AOP, SOP, HOP e VOP.\n"
+"Digita /msg %s HELP comando per maggiori informazioni."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Questo comando non è utilizzabile; usa il comando ACCESS.\n"
+"Digita /msg %s HELP ACCESS per avere maggiori informazioni."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr ""
+"Non puoi impostare il limite dei memo di %s ad un valore superiore a %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr ""
+"Non puoi impostare il limite dei tuoi memo ad un valore superiore a %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Non puoi annullare l'impostazione dell'e-mail."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Hai %d memo, di cui %d non sono stati ancora letti."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Hai %d memo, di cui 1 non è stato ancora letto."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Hai %d memo."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Hai %d memo, nessuno dei quali è stato letto."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Hai 1 memo, e non l'hai ancora letto."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Hai 1 memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Non hai alcun memo."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Mi hai trovato, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Hai %d nuovi memo."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Hai un nuovo memo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Hai ricevuto un nuovo memo da %s.\n"
+"Digita /msg %s READ %d per leggerlo."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Hai provato a registrare un canale non esistente %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "Sei stato invitato in %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "I ban che ti riguardavano sono stati rimossi da %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Non c'è alcun limite al numero di memo che puoi conservare."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Non hai nuovi memo."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Non hai nuovi memo."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Devi inserire un numero valido per indicare il tempo."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Devi assegnare un bot al canale prima di usare questo comando.\n"
+"Digita /msg %S HELP ASSIGN per maggiori informazioni."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Devi essere operatore di canale (+o) per registrare il canale."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"Devi essere connesso per almeno %d secondi per poter registrare il tuo nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Per bloccare il modo +K devi bloccare anche il modo +i."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Per bloccare il modo +L devi bloccare anche il modo +l."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Adesso devi impostare un indirizzo e-mail per il tuo nick.\n"
+"Questa e-mail ti permetterà di recuperare la tua password\n"
+"nel caso tu la dimentichi."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr "Sarai informato dei nuovi memo quando ti connetti e quando li ricevi."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Sarai informato dei nuovi memo quando ti connetti."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Sarai informato dei nuovi memo quando li ricevi."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Non potrai più ricevere memo."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Non verrai più informato via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Non sarai informato dei nuovi memo."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Verrai ora informato su nuovi memo via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Il tuo indirizzo e-mail sarà nascosto dai messaggi INFO di %s."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Il tuo indirizzo e-mail sarà visualizzato nei messaggi INFO di %s."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Il tuo IRCD non supporta i vIdent; se li supporta, invia un messaggio al "
+"team di sviluppo dei Services indicandolo come possibile bug."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "La tua lista d'accesso è vuota."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Il tuo ultimo messaggio di quit sarà nascosto dai messaggi INFO di %s."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Il tuo ultimo messaggio di quit sarà visualizzato nei messaggi INFO di %s."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "La tua ultima hostmask sarà nascosta dai messaggi INFO di %s."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "La tua ultima hostmask sarà visualizzata nei messaggi INFO di %s."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Il limite dei tuoi memo è stato disabilitato."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Il limite dei tuoi memo è stato impostato a %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Il limite dei tuoi memo è %d, e non può essere modificato."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Il limite dei tuoi memo è %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Il limite dei tuoi memo è 0; non riceverai alcun nuovo memo."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Il limite dei tuoi memo è 0; non riceverai alcun nuovo memo. Non puoi "
+"modificare questo limite."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Non sei più identificato per il tuo nick."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Il tuo nick è già registrato; digita prima /msg %s DROP."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Il tuo nick non è registrato."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Il tuo nick non è registrato. Digita /msg %s HELP per informazioni sulla "
+"registrazione del nick."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Il tuo nick è stato deregistrato."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Il tuo nick sarà cambiato a %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Il codice di attivazione è stato reinviato a %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "La tua password è %s - non dimenticarla!"
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "La tua password è troppo lunga. Riprova con una password piu corta."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr ""
+"Il tuo stato di accesso ai servizi verrà ora nascosto dalle visualizzazioni %"
+"s di INFO."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr ""
+"Il tuo stati di accesso ai servizi verrà ora mostrato nelle visualizzazioni %"
+"s di INFO."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Il tuo vhost (%s) ora è attivato."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Il tuo vhost (%s@%s) ora è attivato."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Messaggio di ingresso - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Messaggio per gli operatori - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Messaggio del giorno - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "disattivato"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "non scade"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "attivato"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "scade con il prossimo aggiornamento dei database"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "scade tra %d giorno"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "scade tra %d giorni"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "scade tra %d ora, %d minuto"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "scade tra %d ora, %d minuti"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "scade tra %d ore, %d minuto"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "scade tra %d ore, %d minuti"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "scade tra %d minuto"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "scade tra %d minuti"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "non utilizzato."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "Il vhost di %s è stato rimosso."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "Il vhost per %s è stato impostato a %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "Il vhost per %s è stato impostato a %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "Il vhost per il gruppo di %s è stato impostato a %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "Il vhost per il gruppo di %s è stato impostato a %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "i vhost per il gruppo %s sono stati rimossi."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Liste xOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "Il sistema di liste xOP per %s è ora DISATTIVATO."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "Il sistema di liste xOP per %s è ora ATTIVATO."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "Il sistema xOP non è disponibile."
diff --git a/lang/anope.nl_NL.po b/lang/anope.nl_NL.po
new file mode 100644
index 000000000..52c73373a
--- /dev/null
+++ b/lang/anope.nl_NL.po
@@ -0,0 +1,12262 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:53-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s voor meer informatie."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S stelt je in staat een nickname te \"registreren\", en\n"
+"te voorkomen dat anderen hem gebruiken. De volgende commando's\n"
+"kunnen gebruikt worden voor registratie en onderhoud van\n"
+"nicknames; om ze te gebruiken, type /msg %S commando.\n"
+"Voor meer informatie over een specifiek commando, type\n"
+"/msg %S HELP commando."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S stelt je in staat een bot op je eigen kanaal te hebben.\n"
+"Het is gemaakt voor gebruikers die geen eigen bot kunnen\n"
+"hosten of configureren, of voor gebruik op netwerken die\n"
+"geen bots van gebruikers toestaan. Beschikbare commando's\n"
+"worden hieronder weergegeven. Om ze te gebruiken moet je\n"
+"/msg %S commando typen. Voor meer informatie over een\n"
+"specifiek commando moet je /msg %S HELP command typen."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S stelt je in staat om kanalen te registreren en er\n"
+"verschillende opties van in te stellen. %S kan vaak\n"
+"voorkomen dat boosaardig gebruikers een kanaal \"overnemen\"\n"
+"door te limiteren wie er op het kanaal operator mag zijn.\n"
+"Beschikbare commando's staan hier beneden; om ze te gebruiken\n"
+"type je /msg %S commando. Voor meer informatie over een\n"
+"specifiek commando type je /msg %S HELP commando.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S is een services die IRC gebruikers in staat stelt om\n"
+"korte berichten te sturen naar andere IRC gebruikers, online\n"
+"of offline, of naar kanalen(*). De verstuurder's nick en de\n"
+"nick van de vanger, of het kanaal waar de memo naartoe gaat,\n"
+"moeten geregistreerd zijn om de memo te versturn.\n"
+"\n"
+"%S's commando's bevatten:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s heeft het DEFCON niveau veranderd naar %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s toegevoegd aan %s AOP lijst."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s toegevoegd aan %s HOP lijst."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s toegevoegd aan %s SOP lijst."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s toegevoegd aan %s VOP lijst."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s toegevoegd aan %s toeganslijst met niveau %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s toegevoegd aan %s autokick lijst."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s toegevoegd aan %s slechte woorden lijst."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s toegevoegd aan de AKILL lijst."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s toegevoegd aan de SNLINE lijst."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s toegevoegd aan de SQLINE lijst."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s toegevoegd aan de SZLINE lijst."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s toegevoegd aan je toegangslijst."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s bestaat al op %s slechte woorden lijst."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s bestaat al op %s autokick lijst."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s bestaat al op de AKILL lijst."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s bestaat al op de uitzonderingenlijst."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s bestaat al op de SNLINE lijst."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s bestaat al op de SQLINE lijst."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s bestaat al op de SZLINE lijst."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s kan niet worden ingesteld als aantal keer om te bannen."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s heeft je gebruikersmodes veranderd."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s kanalen lijst:\n"
+"Naam Gebruikers Modes Topic"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s verwijderd van %s AOP lijst."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s verwijderd van %s HOP lijst."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s verwijderd van %s SOP lijst."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s verwijderd van %s VOP lijst."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s verwijderd van %s toegangslijst."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s verwijderd van %s autokick lijst."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s verwijderd van %s slechte woorden lijst."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s verwijderd van de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s verwijderd van de AKILL lijst."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s verwijderd van de SNLINE lijst."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s verwijderd van de SQLINE lijst."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s verwijderd van de SZLINE lijst."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s verwijderd van je toegangslijst."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s uitgeschakeld op kanaal %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s heeft te veel geregistreerde kanalen."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s is al gedekt door %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s is geen geldig ban type."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s is geen geldige bot of geregistreerd kanaal."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s is geen geldig e-mail adres."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s is niet meer altijd actief op kanaal %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s is momenteel niet op kanaal %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s is nu altijd actief op kanaal %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s komt overeen met een uitzondering op %s en kan niet worden gebanned "
+"totdat de uitzondering is verwijderd."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s verplaatst naar %s AOP lijst."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s verplaatst naar %s HOP lijst."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s verplaatst naar %s SOP lijst."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s verplaatst %s VOP lijst."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s niet gevonden op %s AOP lijst."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s niet gevonden op %s HOP lijst."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s niet gevonden op %s SOP lijst."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s niet gevonden op %s VOP lijst."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s niet gevonden op %s toegangslijst."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s niet gevonden op %s autokick lijst."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s niet gevonden op %s slechte woorden lijst."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s niet gevonden op de sessie lijst."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s niet gevonden op de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s niet gevonden op de AKILL lijst."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s niet gevonden op de SNLINE lijst."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s niet gevonden op de SQLINE lijst."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s niet gevonden op de SZLINE lijst."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s niet gevonden op je toegangslijst."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"%s gebruikers lijst:\n"
+"Nick Mask"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s zal niet meer genegeerd worden."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s zal nu genegeerd worden voor %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s zal nu permanent genegeerd worden."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr ""
+"Waarschuwing: Alle commando's die naar %S gestuurd worden worden gelogd!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Let op: Services zijn in alleen-lezen mode; veranderingen worden niet "
+"opgeslagen!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Reminder: AKILL masks kunnen geen nicknames bevatten; ben er zeker van dat "
+"je geen nick-deel in je mask hebt."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Herrinering: Je kan alleen IP masks toevoegen aan de SZLINE lijst."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Gebruikerstoegangslevels\n"
+"\n"
+"Standaard zijn de volgende toegangslevels gedefineerd:\n"
+"\n"
+" Founder Volledige rechten tot de %S functies;\n"
+" automatisch op worden bij het binnenkomen\n"
+" van een kanaal. Merk op dat maar een\n"
+" persoon stichterstatus kan hebben (het\n"
+" kan niet worden gegeven met het ACCESS\n"
+" commando).\n"
+"  10 Toegang tot het AKICK commando; automatisch op.\n"
+"  5 Automatisch op.\n"
+"  3 Automatisch voice.\n"
+"  0 Geen speciale privileges; kan op status krijgen\n"
+" door andere ops (tenzij secure-ops aan is).\n"
+"  <0 Mag geen op worden.\n"
+"\n"
+"Deze niveaus kunnen worden veranderd, en er kunnen nieuwe\n"
+"worden toegevoegd dmv het LEVELS commando; type\n"
+"/msg %S HELP LEVELS voor meer informatie."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Waarschuwing: Je hebt je maximum aantal memo's overschreden (%d). Je kan "
+"geen nieuwe memo's ontvangen totdat je enkele van je huidige memo's "
+"verwijdert."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Waarschuwing: Je hebt je maximum aantal memo's bereikt (%d). Je kan geen "
+"nieuwe memo's ontvangen totdat je enkele van je huidige memo's verwijdert."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] De memo die je gestuurd hebt is bekeken."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] De memo die je naar %s gestuurd hebt is bekeken."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"OPMERKING: Deze service is bedoeld om IRC gebruikers een weg\n"
+"te bieden om te verzekeren dat hun identiteit niet in gevaar komt.\n"
+"Het is NIET bedoeld om het \"stelen\" van nicknames of andere\n"
+"kwaadwillige acties te helpen. Misbruik van %S zal resulteren in,\n"
+"minimaal, verlies van de misbruikte nick(s)."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Services Operators kunnen ook elk kanaal dropped zonder dat\n"
+"ze hoeven te indentificeren via een wachtwoord, en kunnen de\n"
+"toegangs-, AKICK-, en niveau-lijsten bekijken voor elk kanaal."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Services Operators kunnen ook de registratie van elke nick\n"
+"opheffen zonder zich voor die nick te identificeren, en\n"
+"mogen de toegangslijst voor elke nick bekijken.\n"
+"(/msg %S ACCESS LIST nick)"
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Opties: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \tvhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Bot nick: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Bot nick: nog geen toegewezen."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opties: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Hoofdletter kicker: %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Hoofdletter kicker: %s (%d kick(s) om te bannen; minimaal %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Hoofdletter kicker: %s (minimaal %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Stichter: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Stichter: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opties: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Ban type: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Vet kicker: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Vet kicker: %s (%d kick(s) om te bannen)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Flood kicker: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Flood kicker: %s (%d kick(s) om te bannen; %d regels in %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Flood kicker: %s (%d regels in %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Mask: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kleuren kicker: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kleuren kicker: %s (%d kick(s) om te bannen)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Laatst gebruikt: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Modeslot: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Herhalings kicker: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Herhalings kicker: %s (%d kick(s) om te bannen; %d maal)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Herhalings kicker: %s (%d maal)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Opvolger: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Opvolger: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Tijdelijk buiten werking gesteld: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Laatste topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Geregistreerd: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (uitgeschakeld)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (alleen stichter)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS De lijst met toegestane adressen wijzigen"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Wijzig de lijst van toegestane gebruikers"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Beheer de AutoKick lijst"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Beheer de AKILL lijst"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Wijzig de lijst van AOP's"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Wijs een bot toe aan een kanaal"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Beheer slechte-woorden lijst"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE Stelt in hoe Services bans op het kanaal maken"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Beheer de lijst met bots op het netwerk"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Geef beschikbare bots weer"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Annuleer je laatst verzonden memo"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL all users on a specific channel"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Geef alle kanalen weer"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Kijk of je laatste memo naar iemand is gelezen"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Verwijder alle modes van een kanaal"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Gemaakt: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulate the DefCon system"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Verwijder de vhost van een andere gebruiker"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Verwijder een of meerdere memo's"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Verwijder de vhost voor alle nicks in een groep"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Stelt de kanaalbeschrijving in"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Stel de weergave van je groep in Services in"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Annuleer een kanaalregistratie"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP De registratie van je nickname annuleren"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Beschrijving: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Associeer een E-mail adres met je nick"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Stel een bericht in dat naar de gebruikers\n"
+" wordt gestuurd zodra ze het kanaal binnekomen"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Beheer de sessie-limiet uitzonderingen lijst"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Verbied het gebruik van een kanaal"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Voorkom dat een nick gebruikt wordt"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Stelt de stichter van het kanaal in"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Haal het stichter-wachtwoord voor een kanaal op"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Bekijk het wachtwoord voor een nick\n"
+" (alleen als encryptie is uitgeschakeld)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Stuurt een bericht naar alle gebruikers"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Associeer een begroeting met je nick"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Stelt de vhost voor all nicks in een groep gelijk"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Bij een groep aanmelden"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Groet-bericht: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Verberg verschillende soorten nick informatie"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Jezelf identificeren met je wachtwoord"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Wijzig de Services negeer-lijst"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Toont info over jouw memo's"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Jupiter\" een server"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+" KEEPTOPIC Onthoud het topic zoland het kanaal niet in\n"
+" gebruik is"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Configureer kickers"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kick een gebruiker uit een kanaal"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Zet bescherming aan of uit"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Kill alle gebruikers met een bepaalde hostmask"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Selecteer de taal die Services zal gebruiken\n"
+" voor het versturen van berichten naar jou"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Verander de betekenissen van toegangsniveaus"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Geeft een of meer vhosts weer."
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Geef je memo's weer"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Stel de berichten in die gebruikers krijgen als\n"
+" ze inloggen"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Zet kanaal modes vast aan of uit"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Verander de modes op een kanaal"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info over een geladen module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Geef geladen modules weer"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Laad een module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Ontlaad een module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Verander de communicatiemanier van Services"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Verwijder tijdelijk alle O:regels van een server\n"
+" op afstand"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deactiveert je toegewezen vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Geef Operflags aan een bepaalde gebruiker"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Activeert je toegewezen vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS Stel de berichten in die gebruikers te zien krijgen\n"
+" die OPER worden"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Stuur een notice wanneer de OP/DEOP commando's\n"
+" worden gebruikt."
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Opties: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Verander het wachtwoord voor je nick"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Reguleer het gebruik van kritieke commando's"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Verberg een kanaal van het LIST commando"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Zorgt ervoor dat je nick niet verschijnt in een\n"
+" /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Sluit Services af zonder databases op te slaan"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Stel de berichten in waarvan gebruikers er willekeurig\n"
+" een te zien krijgen als ze inloggen"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Lees een of meerdere memo's"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Een andere gebruiker killen die je nick gebruikt"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Registreer een kanaal"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registreer een nickname"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Je nick terugnemen nadat je RECOVER gebruikt hebt"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Herlaad Services' configuratie bestand"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords."
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Sla databases op en herstart Services"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Limiteer toegang tot het kanaal"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Verstuur een memo en verzoek een ontvangstbevestiging"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Inverterings kicker: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Inverterings kicker: %s (%d kick(s) om te bannen)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Activeer %S veiligheidsopties"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Zet nickname beveiliging aan of uit"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER Sterkere controle van de stichter status"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Sterkere controle van de kanaalop status"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Vertstuur een memo naar een nick of kanaal"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Stuur een memo naar alle geregistreerde gebruikers "
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Je wachtwoord vergeten? Probeer dit"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Bekijk de lijst met sessies per host"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Configureer bot opties"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Stel de vhost van een andere gebruiker in"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Stel verscheidene globale Services opties in"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Stel kanaal opties en informatie in"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Opties instellen, inclusief kill bescherming"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Stel opties gerelateerd aan memo's in"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Stel de vhost voor alle nicks in een groep in"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Sla databases op en sluit Services af"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr ""
+" SIGNKICK Onderteken kicks die worden uitgevoerd met het\n"
+" KICK commando"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Beheer de SNLINE lijst"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Wijzig de lijst van SOP's"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Beheer de SQLINE lijst"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Display Services staff and online status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Stuur een memo naar alle opers/admin"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Geeft de status van Services en netwerk weer"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Geeft het huidige toegangsniveau van een gebruiker\n"
+" op een kanaal weer"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Stelt de opvolger van het kanaal in"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Stel een kanaal tijdelijk buiten werking terwijl de\n"
+" kanaal-data en -instellingen bewaard blijven."
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forcefully change a user's nickname"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Beheer de SZLINE lijst"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Topic kan alleen veranderd worden met TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Wijzigt de modus van een gebruiker"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr " UNBAN Remove all bans preventing you from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr ""
+" UNSUSPEND Stelt een tijdelijk buiten werking gesteld kanaal weer\n"
+" in werking"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Forceer dat de Services database onmiddelijk\n"
+" op de harde schijf wordt weggeschreven"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Geef alle gebruikers weer"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr "Gebruikt op: %d kana(a)l(en)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Schakel het gebruikersprivilegesysteem om"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Foute woorden kicker: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Foute woorden kicker: %s (%d kick(s) om te bannen)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail adres: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Is online van: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Tijd laatst gezien: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr "Topic gezet door: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Toegangsbericht: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Echte naam: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Tijd geregistreerd: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Onderstrepings kicker: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Onderstrepings kicker: %s (%d kick(s) om bannen)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail adres: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Nr Verstuurder Datum/Tijd"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (door %s op %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (door %s op %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (eeuwig) (door %s op %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (door %s op %s; %s)\n"
+" Limiet: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s door %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "%S commando's:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modules geladen."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots beschikbaar."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d dagen"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d uren"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minuten"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicks in de groep."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d secondes"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "%s AOP lijst is leeg."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "%s HOP lijst is leeg."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "%s SOP lijst is leeg."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "%s VOP lijst is empty."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "%s toegangslijst is leeg."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "%s autokick lijst is leeg."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "%s slechte woorden lijst is leeg."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s kan de opvolger niet zijn op kanaal %s omdat hij/zij founder is."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s kan geen memo's ontvangen."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "%s dekking is te groot; Gebruik aub een meer specifiek hostmask."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s heeft momenteel %d memo's, waarvan er %d ongelezen zijn."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s heeft momenteel %d memo's, waarvan er 1 ongelezen is."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s heeft momenteel %d memo's."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s heeft momenteel %d memo's; allemaal zijn ze ongelezen."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s heeft momenteel 1 memo, en deze is nog ongelezen."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s heeft momenteel 1 memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s heeft momenteel geen memo's."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s heeft momenteel te veel memo's en kan er geen meer ontvangen."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s heeft geen memo limiet."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s heeft geen memo's."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s heeft geen nieuwe memo's."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s is %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s is momenteel offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s is momenteel online."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s is uitgeschakeld"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s is ingeschakeld"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s is geen SuperAdminstrator meer"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s wordt niet geinformeerd over nieuwe memo's."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s wordt geinformeerd over nieuwe memo's wanneer je inlogt en wanneer deze "
+"arriveren."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s wordt geinformeerd over nieuwe memo's wanneer je inlogt."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s wordt geinformeerd over nieuwe memo's wanneer deze arriveren."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s is nu een SuperAdministrator"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s is nu op het kanaal (als %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s is nu op het kanaal!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s is voor het laatst %s geleden gezien."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s zal je nu niet over memo's informeren."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr ""
+"%s zal je nu informeren over memo's wanneer deze naar jou worden verzonden."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s zal je nu informeren over memo's zodra je inlogt en wanneer deze naar je "
+"toe gezonden worden."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s zal je nu informeren over memo's wanneer je inlogt of /AWAY uitschakelt."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) toegevoegd aan de bot lijst."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s's memo limiet is %d, en mag niet worden veranderd."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "%s's memo limiet is %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL elke nieuwe client die connecteerd"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Forceer Kanaal Modes (%s) op alle kanalen"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Negeer elke non-oper met een boodschap"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Kill elke nieuwe client die connecteerd"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Geen MLOCK veranderingen"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Geen nieuwe channel registratie's"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Geen nieuwe memo's verzenden"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Geen nieuwe nick registratie's"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Negeer non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Gebruik de beperkte sessie limiet van %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 dag"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 uur"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minuut"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 seconde"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<onbekend>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Een memo werd gestuurd naar alle geregistreerde gebruikers."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Een notificatie-memo is naar %s verstuurd om hem/haar te\n"
+"informeren dat je zijn/haar memo gelezen hebt."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Een verificatiecode is verstuurd naar %s. Type /msg %s confirm "
+"<verificatiecode> om de registratie te voltooien."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "Een vhost ident moet in een geldig ident formaat zijn."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Een vhost moet in een geldig hostmask formaat zijn."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS kanaal {ADD|DEL|LIST|VIEW|CLEAR} [nick [niveau] | lijst]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mask]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT kanaal text"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK kanaal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-of-usermask] [reden]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE voor %s compleet; %d gebruikers zijn getroffen."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "AKILL lijst is leeg."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} "
+"[reden]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nick"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"AOP lijst voor %s:\n"
+" Num Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN kanaal nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Toegang geweigerd."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Toegang geweigerd."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Toegangsniveau voor %s op %s veranderd in %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Toegangsniveau voor %s op %s onveranderd van %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Toegansniveau moet tussen de %d en %d inclusief liggen."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Toegangsniveau mag geen nul zijn."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Toegangsniveau instellingen voor kanaal %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Toegangsniveaus voor %s teruggezet naar standaardwaarden."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Access list for %s is empty."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Toegangslijst voor %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Toegangslijst voor %s:\n"
+" Num Niv Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Toegangslijst:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Nieuw login nieuws toegevoegd (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Nieuw oper nieuwsbericht toegevoegd (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Nieuw willekeurig nieuwsbericht toegevoegd (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Alle O:lines van %s zijn verwijderd."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Alle O:lines van %s zijn hersteld."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Alle bans op kanaal %s zijn weggehaald."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Alle uitzonderingen op kanaal %s zijn verwijderd."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "All invites on channel %s have been removed."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Alle login nieuwsberichten zijn verwijderd."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Alle memo's voor kanaal %s zijn verwijderd."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Alle modes verwijderd van kanaal %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Alle modes op kanaal %s zijn teruggezet op hun oorspronkelijke waarde."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Al je memo's zijn verwijderd."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Alle oper nieuwsberichten zijn verwijderd."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Alle willekeurige nieuwsberichten zijn verwijderd."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Alle users zijn gekicked van kanaal %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Alle vhost's in de groep %s zijn ingesteld op %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Alle vhost's in de groep %s zijn ingesteld op %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Toegestaan om zichzelf te (de)halfoppen"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Toegestaan om zichzelf te (de)oppen"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Toegestaan om zichzelf (niet) te beschermen"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Toegestaan om zichzelf te (de)voicen"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Toegestaan om een bot aan te stellen/weg te halen"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Toegestaan om zichzelf te bannen"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Toegestaan om zichzelf te kicken"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Toegestaan om kanaal memo's te lezen"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Toegestaan om de toegangslijst te wijzigen"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Toegestaan om AKICK te gebruiken"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Toegestaan om BADWORDS te gebruiken"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Toegestaan om BAN te gebruiken"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Toegestaan om CLEAR te gebruiken"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Toegestaan om GETKEY te gebruiken"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Toegestaan om HALFOP/DEHALFOP te gebruiken"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Toegestaan om INFO met de ALL optie te gebruiken"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Toegestaan om INVITE te gebruiken"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Toegestaan om KICK te gebruiken"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Toegestaan om OP/DEOP te gebruiken"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Toegestaan om PROTECT/DEPROTECT te gebruiken"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Toegestaan om SAY en ACT te gebruiken"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Toegestaan om SET te gebruiken (niet FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Toegestaan om TOPIC te gebruiken"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Toegestaan om UNBAN te gebruiken"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Toegestaan om VOICE/DEVOICE te gebruiken"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Toegestaan om FANTASIA commando's te gebruiken"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Toegestaan om de toegangslijst te bekijken"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Autokick lijst voor %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Automatisch mode +o"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Automatisch mode +a"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Automatisch mode +h"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Automatisch mode +v"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS kanaal {ADD|DEL|LIST|CLEAR} [woord | entry-lijst] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick gebruiker host echte naam\n"
+"BOT CHANGE oude-nick nieuwe-nick [gebruiker [host [echte naam]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Slechte woorden lijst voor %s:\n"
+" Nr Woord Type"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Slechte woorden lijst is nu leeg."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Ban type voor kanaal %s is nu #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Binaire modes en bans verwijderd van kanaal %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Bot %s bestaat al."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Bot %s bestaat niet."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Bot %s toegewezen aan %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Bot %s is veranderd in %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Bot %s is verwijderd."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Channel %s heeft al een bot toegewezen namelijk: %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot zal ops kicken op kanaal %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot zal voices kicken op kanaal %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot zal geen ops kicken op kanaal %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot zal geen voices kicken op kanaal %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts mogen maximaal %d tekens bevatten."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hosts mogen alleen geldige host-tekens bevatten."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents mogen maximaal %d tekens bevatten."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Idents mogen alleen geldige tekens bevatten."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nicks mogen alleen geldige nick-tekens bevatten."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Bot is niet in kanaal %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Bot lijst:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Bot zal een kanaal joinen wanneer daar tenminste %d\n"
+"gebruiker(s) is/zijn."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot zal nu kicken op slechte woorden, en zal een ban zetten na \n"
+"%d kicks voor dezelde gebruiker. Gebruik BADWORDS commando\n"
+"om slechte woorden toe te voegen of te verwijderen."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot zal nu kicken op slechte woorden. Gebruik het BADWORDS commando\n"
+"om slechte woorden toe te voegen of te verwijderen."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op vet, en zal een ban zetten na \n"
+"%d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Bot zal nu kicken op vet."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op hoofdletters (bij minstens\n"
+"%d karakters en %d%% van het gehele bericht), en zal \n"
+"een ban plaatsen na %d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Bot zal nu kicken op hoofdletters (bij minstens\n"
+"%d karakters en %d%% van het gehele bericht)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op kleuren, en zal een ban zetten na \n"
+"%d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Bot zal nu kicken op kleuren."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op flood (%d regels in %d seconden), \n"
+"en zal een ban zitten na %d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Bot zal nu kicken op flood (%d regels in %d seconden)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op herhalingen (users die %d maal\n"
+"hetzelfde zeggen), en zal een ban zetten na %d\n"
+"kicks voor dezelfde gebruiker."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Bot zal nu kicken op herhalingen (users die %d maal\n"
+"hetzelfde zeggen)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op inverteringen, en zal een ban zetten na\n"
+"%d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Bot zal nu kicken op inverteringen."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot zal nu kicken op onderstrepingen, en zal een ban zetten na \n"
+"%d kicks voor dezelfde gebruiker."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Bot zal nu kicken op onderstrepingen."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Bot zal niet meer kicken op slechte woorden."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Bot zal niet meer kicken op vet."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Bot zal niet meer kicken op hoofdletters."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Bot zal niet meer kicken op kleuren."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Bot zal niet meer kicken op flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Bot zal niet meer kicken op herhalingen."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Bot zal niet meer kicken op inverteringen."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Bot zal niet meer kicken op onderstrepingen."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d records, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots gereserveerd voor IRC operators:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr " Bytes gelezen: %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes geschreven: %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | kanaal}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#channel} [reason]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nick"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR kanaal wat"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES kanaal [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Kan %s niet uitloggen omdat hij een service administrator is."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Onmogelijk e-mail te sturen; probeer na een tijdje opnieuw."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d records, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Gebruikersmodes van %s veranderd."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Channel %s bestaat niet."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Kanaal %s is gede-registreerd."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Channel %s is verboden door %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Kanaal %s is al geregistreerd!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Kanaal %s is nu verboden."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Kanaal %s is nu weer in werking gesteld."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Kanaal %s is tijdelijk buiten werking gesteld."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Channel %s is niet geregistreerd."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Channel %s mag niet geregistreerd of gebruikt worden."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Kanaal %s mag niet geregistreerd worden."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Kanaal %s is geregistreerd onder jouw nickname: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Kanaal : %6d records, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Kanaal %s zal verlopen."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Kanaal %s zal niet verlopen."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Kanaal %s AOP lijst is leeggemaakt."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Kanaal %s HOP lijst is leeggemaakt."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Kanaal %s SOP lijst is leeggemaakt."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Kanaal %s VOP lijst is leeggemaakt."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Kanaal %s toegangslijst is leeggemaakt."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Kanaal %s autokick lijst is leeggemaakt."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Kanaal AOP lijsten mogen alleen geregistreerde nicks bevatten."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Kanaal HOP lijsten mogen alleen geregistreerde nicks bevatten."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Kanaal SOP list mag alleen geregistreerde nicks bevatten."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"Kanaal SQLINEs worden niet ondersteund door je IRCd, dus kun je ze niet "
+"gebruiken."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Kanaal VOP lijst mag alleen geregistreerde nicks bevatten."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Kanaal toegangslijst mag alleen geregistreerde nicks bevatten."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Kanalen lijst:\n"
+"Naam Gebruikers Modes Topic"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Kanaal operator status niet toegestaan"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Kanalen waarop %s toegang heeft:\n"
+" Nr Kanaal Niveau Beschrijving"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Kanalen waarop je toegang hebt:\n"
+" Nr Kanaal Niveau Beschrijving"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Kan gebruiker %s niet vinden."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Kan kanaal %s niet verbieden!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Verbieden van nick %s is niet gelukt!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Kan kanaal %s niet terug in werking stellen!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Kan nick %s niet vrijgeven!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Kan nick %s niet tijdelijk buiten werking stellen!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Kan kanaal %s niet tijdelijk buiten werking stellen!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Huidige AKILL lijst:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Huidige AKILL lijst:\n"
+" Nr Mask Reden"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Huidige Module lijst:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Huidige SNLINE lijst:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Huidige SNLINE lijst:\n"
+" Nr Mask Reden"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Huidige SQLINE lijst:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Huidige SQLINE lijst:\n"
+" Nr Mask Reden"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Huidige SZLINE lijst:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Current SZLINE list:\n"
+" Nr Mask Reden"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Huidige Sessie Limiet Uitzonderingenlijst:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Huidig aantal AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Huidig aantal SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Huidig aantal SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Huidig aantal SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Huidige gebruikers: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [kanaal] {nr | lijst | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP kanaal"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Standaard AKILL verloop tijd: %d dagen"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Standaard AKILL verloop tijd: %d uur"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Standaard AKILL verloop tijd: %d minuten"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Standaard AKILL verloop rijd: 1 dag"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Standaard AKILL verloop tijd: 1 uur"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Standaard AKILL verloop tijd: 1 minuut"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Standaard AKILL verloop tijd: Verloopt niet"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Standaard SNLINE verloop tijd: %d dagen"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Standaard SNLINE verloop tijd: %d uur"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Standaard SNLINE verloop tijd: %d minuten"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Standaard SNLINE verloop tijd: 1 dag"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Standaard SNLINE verloop tijd: 1 uur"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Standaard SNLINE verloop tijd: 1 minuut"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Standaard SNLINE verloop tijd: Verloopt niet"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Standaard SQLINE verloop tijd: %d dagen"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Standaard SQLINE verloop tijd: %d uur"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Standaard SQLINE verloop tijd: %d minuten"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Standaard SQLINE verloop tijd: 1 dag"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Standaard SQLINE verloop tijd: 1 uur"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Standaard SQLINE verloop tijd: 1 minuut"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Standaard SQLINE verloop tijd: Verloopt niet"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Standaard SZLINE verloop tijd: %d dagen"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Standaard SZLINE verloop tijd: %d uur"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Standaard SZLINE verloop tijd: %d minuten"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Standaard SZLINE verloop tijd: 1 dag"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Standaard SZLINE verloop tijd: 1 uur"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Standaard SZLINE verloop tijd: 1 minuut"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Standaard SZLINE verloop tijd: Verloopt niet"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "%d AOPs verwijderd van %s AOP lijst."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "%d HOPs verwijderd van de %s HOP lijst."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "%d SOPs verwijderd van %s SOP lijst."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "%d VOPs verwijderd van %s VOP lijst."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "%d nicks verwijderd van %s toegangslijst."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "%d autokicks verwijderd van %s autokick lijst."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "%d slechte woorden verwijderd van %s slechte woorden lijst."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "%d uitzonderingen verwijderd van de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "%d AKILLs verwijderd van de AKILL lijst."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "%d SNLINEs verwijderd van de SNLINE lijst."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "%d SQLINEs verwijderd van de SQLINE lijst."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "%d SZLINEs verwijderd van de SZLINE lijst."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "1 AOP verwijderd van %s AOP lijst."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "1 HOP verwijderd van de %s HOP lijst."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "1 SOP verwijderd van %s SOP lijst."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "1 VOP verwijderd van %s VOP lijst."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "1 nick verwijderd van %s toegangslijst."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "1 autokick verwijderd van %s autokick lijst."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "1 slecht woord verwijderd van %s slechte woorden lijst."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "1 uitzondering verwijderd van de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "1 AKILL verwijderd van de AKILL lijst."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "1 SNLINE verwijderd van de SNLINE lijst."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "1 SQLINE verwijderd van de SQLINE lijst."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "1 SZLINE verwijderd van de SZLINE lijst."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "Beschrijving van %s veranderd in %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Alle records zijn weergegeven (Aantal: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Alle records getoond van %d tot %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Alle records getoond met overeenkomende key %s (Aantal: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Gebruik geen vet in dit kanaal!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Gebruik geen kleuren in dit kanaal!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Gebruik geen inverteringen in dit kanaal!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Gebruik het woord %s niet in dit kanaal!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Gebruik geen onderstrepingen in dit kanaal!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "E-mail adres veranderd in %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail adres voor %s veranderd in %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail adres voor %s verwijderd."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "E-mail adres verwijderd."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "E-mail voor %s is ongeldig."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+verloop] mask limiet reden"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mask | lijst}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE nr positie"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paramenters]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Emails %s komen overeen met %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Einde van de %s lijst."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Einde van de toegangslijst."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Einde van kanalen lijst."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Einde van de lijst - %d/%d kanalen weergegeven."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Einde van lijst - %d/%d resultaten weergegeven."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Einde van gebruikers lijst."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Nederlands"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Welkomstbericht voor %s veranderd."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Welkomstbericht voor %s verwijderd."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Fout! De ident is te lang. Gebruik een ident die korter is dan %d tekens."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Fout! De vhost is te lang. Gebruik een host die korter is dan %d tekens."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Uitzondering voor %s (#%d) verplaatst naar positie %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Uitzondering voor %s is veranderd in %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "\tExpires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Verlooptijd van %s veranders."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID kanaal reden"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID kanaal [reden]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nick reden"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nick [reden]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasie"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Fantasie mode staat nu UIT op kanaal %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Fantasie mode staat nu AAN op kanaal %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Stichter van kanaal %s veranderd in %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host geen Wildcards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nickname"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "GETPASS commando is onbeschikbaar omdat encryptie aanstaat."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nickname [wachtwoord]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL bericht"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP doel wachtwoord"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Ghost met jouw nick is gekilld."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Begroeting"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Groet veranderd in %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Groetingsbericht weergegeven"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Groet verwijderd."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Begroetingsmode staat nu UIT op kanaal %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Begroetingsmode staat nu AAN op kanaal %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"HOP lijst voor %s:\n"
+" Num Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators.\t"
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts met tenminste %d sessies:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Ik weet niet wie %s is."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Ik heb %s nooit op dit kanaal gezien."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY wachtwoord"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [tijd] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO kanaal"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [kanaal]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | kanaal]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {kanaal | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE kanaal"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Als je niet binnen 20 seconden je nick verandert, verander ik je nick."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Als je niet binnen 1 minuut je nick verandert, verander ik je nick."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Negeer code zal worden gebruikt."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Negeer code zal niet worden gebruikt."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Negeer-lijst is leeggemaakt."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Negeer-lijst is leeg."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Om dit commando te gebruiken moet je je eerst identificeren\n"
+"met je wachtwoord (/msg %S HELP IDENTIFY voor meer\n"
+"informatie).\n"
+"\n"
+"Type /msg %S HELP SET optie voor meer informatie over een\n"
+"specifieke optie."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Ongeldig bereik opgegeven. Het correct gebruik is #van-tot."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informatie voor bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informatie voor kanaal %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Interne fout - onmogelijk om aanvraag af te handelen."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Ongeldige verloop tijd."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Ongeldige hostmask. Alleen echte hostmasks zijn geldig als uitzondering "
+"omdat deze niet worden vergeleken met nicks of usernames."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Ongeldige verificatiecode ingevuld. Controleer je e-mail nog eens en probeer "
+"opnieuw."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Ongeldige sessie limiet. Het moet een geldige integer groter dan of gelijk "
+"aan nul en kleiner dan %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Ongeldige drempel waarrde. Het moet een geldige integer groter dan 1 zijn."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE servername [reden]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK kanaal optie {ON|OFF} [instellingen]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK kanaal gebruiker reden"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS kanaal {SET | DIS[ABLE] | LIST | RESET} [item [niveau]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST trefbeeld"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [kanaal] [lijst | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [text|nr]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Taal veranderd in Nederlands."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Laatste memo naar %s is ge-annuleerd."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr "Laatste quit-bericht: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Laatst bekende adres: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Niveau voor %s op kanaal %s veranderd in %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Niveau moet tussen de %d en %d inclusief zijn."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Dit commando is nutteloos in deze mode."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lijst van nicks overeenkomend met %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lijst van nicks in de groep van %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lijst van nicks in je groep:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Lokale kanalen kunnen niet geregistreerd worden."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Login nieuwsbericht #%d verwijderd."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Login nieuwsbericht #%d niet gevonden!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Login nieuwsberichten:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Naar jezelf aan het zoeken he, %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE kanaal modes"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO bestandsnaame"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD bestandsnaam"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD bestandsnaam"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Mask %s bestaat l op de uitzonderingenlijst."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Hostmask %s bestaat al op je toegangslijst."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Hostmask moet gegeven worden in de vorm user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Maximum gebruikers: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Memo %d bestaat niet!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d van %s (%s). Om te verwijderen, type: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d van %s (%s). Om te verwijderen, type: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Memo %d is verwijderd."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Memo limit voor %s uitgeschakeld."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Memo limiet voor %s veranderd in %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Memo limiet voor %s veranderd in 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Memo limiet te hoog; limitatie ingesteld op %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo verstuurd naar %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Memo's %s zijn verwijderd."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memo's voor %s. Om te lezen, type: /msg %s READ nr"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memo's voor %s. Om te lezen, type: /msg %s READ %s nr"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Bericht mode"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Mode %c genegeerd omdat je deze niet kan forceren."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Mode +h is verwijderd van kanaal %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Mode +o is verwijderd van kanaal %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Mode +v is verwijderd van kanaal %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Mode forcering van kanaal %s veranderd in %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Module %s geladen"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Module %s is uitgeladen"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Versie: %s Auteur: %s Geladen: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} server"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NS Aliassen : %6d records, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NS Groepen : %6d records, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Wordt nooit gekicked door bot kickers"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Nieuwe memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Nieuwe memo's voor %s. Om te lezen, type: /msg %s READ nr"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Nieuwe memo's voor %s. Om te lezen, type: /msg %s READ %s nr"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Nieuws lijst is vol!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Nick %s is verboden door %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s is een illegale nickname en mag niet worden gebruikt."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s is momenteel in gebruik."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Nick %s is nu verboden."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s is deel van de Services van dit netwerk."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Nick %s wordt niet vastgehouden."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Nick %s is momenteel niet in gebruik."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Nick %s is niet geregistreerd."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Nick %s mag niet geregistreerd of gebruikt worden."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "Nick %s niet gevonden op de negeer-lijst."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s is verkort naar %d tekens."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Nick %s heeft geen memo van jou."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Nick %s is uitgelogd."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is tijdelijk buiten werking gesteld."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is nu vrijgegeven."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is tijdelijk buiten werking gesteld."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick is NIET geregistreerd, probeer later opnieuw."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nickname %s geverificeerd."
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Nickname %s is gedropped."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Nickname %s is al geregistreerd!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Nickname %s mag niet geregistreerd worden."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Nickname %s is geregistreerd onder jouw account: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s is geregistreerd."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nickname Registratie (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Nick wachtwoord (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicknames die niet meer gebruikt worden zullen na een tijd\n"
+"automatisch verlopen, oftewel: ze zullen verwijderd worden na\n"
+"%d dagen inactiviteit."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Geen # gevonden aan het begin van de kanaalnaam."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Geen Bot mode staat nu UIT op kanaal %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Geen Bot mode staat nu AAN op kanaal %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Geen emails voor %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Geen bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Geen help beschikbaar voor %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Er is geen informatie aanwezig voor module %s"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Geen login nieuwsberichten om te verwijderen!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Geen overeenkomsten op %s AOP lijst."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Geen overeenkomsten op %s HOP lijst."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Geen overeenkomsten op %s SOP lijst."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Geen overeenkomsten op %s VOP lijst."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Geen overeenkomsten op %s toegangslijst."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Geen overeenkomsten op %s autokick lijst."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Geen overeenkomsten op %s slechte woorden lijst."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Geen overeenkomsten op de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Geen overeenkomsten op de AKILL lijst."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Geen overeenkomsten op de SNLINE lijst."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Geen overeenkomsten op de SQLINE lijst."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Geen overeenkomsten op de SZLINE lijst."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Geen overeenkomende memo's gevonden."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Geen annuleerbare memo's gevonden."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Geen memo's verwijderd."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Op dit moment zijn er geen modules geladen"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Geen oper nieuwsberichten om te verwijderen!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Geen willekeurige nieuwsberichten om te verwijderen!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Geen reden"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Geen ondertekende kick wanneer SIGNKICK LEVEL is gebruikt"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "#%d bestaat niet op %s AOP lijst."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "#%d bestaat niet op %s HOP lijst."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "#%d bestaat niet op %s SOP lijst."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "#%d bestaat niet op %s VOP lijst."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "#%d bestaat niet op %s toegangslijst."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "#%d bestaat niet op %s autokick lijst."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "#%d niet gevonden op %s slechte woorden lijst."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "#%d bestaat niet op de sessie limiet uitzonderingenlijst."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Geen"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Niet toegestaan kanaal te joinen indien RESTRICTED"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Onthoud dat elk kanaal wat %d dagen ongebruikt is (dwz dat\n"
+"er geen gebruiker die op de toegangslijst staat in die periode\n"
+"het kanaal binnen is gekomen) automatisch zal worden verwijderd."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Nr Limiet Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OP Notice"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [text|nr]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Oude informatie is gelijk aan de nieuwe."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Alleen SuperAdminstrators kunnen dit commando gebruiken."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice option for %s is now OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice option for %s is now ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Oper nieuwsbericht #%d verwijderd."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Oper nieuwsbericht #%d niet gevonden!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Oper nieuwsberichten:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d records, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Operflags %s zijn toegevoegd voor %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Ops bescherming"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Optie %s kan niet gezet worden op dit netwerk."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Verificatiecode voor %s is %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Wachtwoord geaccepteerd - je wordt nu herkend."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Wachtwoord verificatie benodigd voor dat commando.\n"
+"Probeer opnieuw na het typen van /msg %s IDENTIFY wachtwoord."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Wachtwoord verificatie is benodigd voor dat commando.\n"
+"Probeer opnieuw na het typen van /msg %s IDENTIFY %s wachtwoord."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Password veranderd in %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Password veranderd."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Wachtwoord voor %s is %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Wachtwoord incorrect."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Wachtwoord %s is verstuurd."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Vrede"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace option for %s is now OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace option for %s is now ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Neem contact op met een Operator om een vhost aan deze nick te binden."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Probeer aub opnieuw met een onduidelijker wachtwoord. Wachtwoorden moeten "
+"tenminste 5 tekens lang zijn, niet iets makkelijk raadbaars (bijv. je echte "
+"naam of je nick), en kan geen tab of spatie bevatten."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Gebruik een geldige servernaam bij het jupen"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Gebruik het # symbool wanner je probeert een kanaal te registeren."
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Wacht %d seconden en probeer opnieuw."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Wacht %d seconden voor het opnieuw gebruiken van het GROUP commando."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Wacht %d seconden voor het opnieuw gebruiken van het REGISTER commando."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Wacht %d seconden voor je het RSEND commando weer gebruikt."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Wacht %d seconden voor het opnieuw gebruiken van het SEND commando."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Prive"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Prive mode van bot %s staat nu UIT."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Prive mode van bot %s staat nu AAN."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private option for %s is now OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private option for %s is now ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Prive optie staat nu UIT."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Prive optie staat nu AAN."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Bescherming"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Protectie staat nu UIT."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Protectie staat nu AAN, met een gereduceerde vertraging."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Protectie staat nu AAN, zonder vertraging."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Protectie staat nu AAN."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Stelt de IRCD handler voor: %s ter beschikking"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Stelt het commando: /msg %s %s ter beschikking"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [text|nr]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [kanaal] {lijst | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nickname [wachtwoord]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER kanaal beschrijving"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER wachtwoord email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER wachtwoord [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nickname [wachtwoord]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | kanaal} memo-tekst"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Willekeurig nieuwsbericht #%d verwijderd."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Willekeurig nieuwsbericht #%d niet gevonden!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Willekeurige nieuwsberichten:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Registratie stap 1 kan verlopen zijn. Gebruik eerst \"/msg %s register "
+"<wachtwoord> <email>\"."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Beperkte Toegang"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Restricted access option for %s is now OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Restricted access option for %s is now ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY kanaal text"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | kanaal} memo-text"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nickname"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "SENDPASS commando is onbeschikbaar omdat encryptie aanstaat."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN niet gedefineerd; kan niet herstarten. Voer het configure "
+"script opnieuw uit en hercompileer de Services om het RESTART commando in te "
+"schakelen."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limiet"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limiet | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET kanaal optie instellingen"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET kanaal NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET kanaal PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET kanaal optie parameters"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET kanaal DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET kanaal DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET kanaal FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET kanaal GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET kanaal KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET kanaal NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET kanaal OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET kanaal PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET kanaal PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET kanaal RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET kanaal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET kanaal SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET kanaal SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET kanaal SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET kanaal SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET kanaal TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET kanaal XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET optie parameters"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET optie instelling"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE nummer"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [kanaal] limiet"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [gebruiker | kanaal] {limiet | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] optie parameters"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "SNLINE lijst is leeg."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst}[:"
+"reden]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"SOP lijst voor %s:\n"
+" Num Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "SQLINE lijst is leeg."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} "
+"[reden]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s forbidden"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s not registered"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s not online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND kanaal reden"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND kanaal [reden]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nick reden"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick nieuwe nick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "SZLINE lijst is leeg."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} "
+"[reden]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Veilig"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Veilige Stichter"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Veilige Ops"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure founder option for %s is now OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure founder option for %s is now ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure ops option for %s is now OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure ops option for %s is now ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure option for %s is now OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure option for %s is now ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Veiligheidsoptie staat nu UIT."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Veiligheidsoptie staat nu AAN."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Veiligheid"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "Services zijn in Defcon modus. Probeer later opnieuw."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services rapporteert geen log-berichten meer naar een kanaal."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services zijn nu in DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Services is nu in verloop mode."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Services is nu in geen-verloop mode."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Services is nu in alleen-lezen mode."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Services is nu in lezen-schrijven mode."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Services is nu in debug mode (niveau %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Services is nu in debug mode."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Services is nu in non-debug mode."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services rapporteert nu log-berichten naar %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Services zijn geconfigureerd geen e-mail te versturen."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Services negeer-lijst:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Services kan geen modes veranderen. Zijn je server goed geconfigureerd?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Services kan geen modes veranderen. Zijn de U:lines van je servers goed "
+"geconfigureerd?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Services draaien %d dagen, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Services draaien %d dagen, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Services draaien %d uur, %d minuut"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Services draaien %d uur, %d minuten"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Services draaien %d uur, %d minuut"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Services draaien %d uur, %d minuten"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Services draaien %d minuut, %d seconde"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Services draaien %d minuut, %d seconden"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Services draaien %d minuten, %d seconde"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Services draaien %d minuten, %d seconden"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Services zullen je nu beantwoorden met berichten."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Services zullen je nu beantwoorden met notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Services' configuratie bestand is opnieuw geladen."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Nick is vrijgegeven."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Sessie limiet voor %s veranderd in %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Sessie limitering is tijdelijk uitgeschakeld."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Sessie limiet uitzonderingenlijst is vol!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessies : %6d records, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessies Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Instelling %s onbekend. Type /msg %s HELP LEVELS DESC voor een lijst van "
+"geldige instellingen."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "Instelling voor DEBUG moet ON, OFF, of een positief nummer zijn."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Instelling voor negeer code moet ON of OFF zijn."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Instelling voor LOGCHAN moet ON of OFF zijn en LogChannel moet gedefineerd "
+"zijn."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Instelling voor NOEXPIRE moet ON of OFF zijn."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Instelling voor alleen-lezen moet ON of OFF zijn."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+"Instelling voor SuperAdministrator moet ON of OFF zijn (moet ook "
+"ingeschakeld zijn in services.conf)"
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signed kick option for %s is now OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signed kick option for %s is now ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Ondertekende Kicks"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Sorry, OLINE is niet beschikbaar op dit netwerk."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Sorry, RSEND is uitgeschakeld op dit netwerk."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Sorry, SNLINE is niet beschikbaar op dit netwerk."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Sorry, SQLINE is niet beschikbaar op dit netwerk."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Sorry, SVSNICK is niet beschikbaar op dit netwerk."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Sorry, SZLINE is niet beschikbaar op dit netwerk."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Sorry, UMODE is niet beschikbaar op dit netwerk."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Sorry, bot toewijzing is tijdelijk uitgeschakeld."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Sorry, bot creatie gefaald."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Sorry, bot wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Sorry, bot opties instellen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Sorry, kanaal AOP lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Sorry, kanaal HOP lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Sorry, kanaal SOP lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Sorry, kanaal VOP lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Sorry, kanaal toegangslijst modificatie is tijdelijk uitgeschakeld."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Sorry, kanaal autokick lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+"Sorry, kanaal slechte woorden lijst wijzigen is tijdelijk uitgeschakeld."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Sorry, kanaal de-registratie is tijdelijk uitgeschakeld."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Sorry, kanaal opties instellen is tijdelijk uitgeschakeld."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Sorry, kanaal registratie is tijdelijk uitgeschakeld."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Sorry, kan het wachtwoord niet veranderen."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Sorry, groepering gefaald."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Sorry, identificatie gefaald."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Sorry, kicker configuratie is tijdelijk uitgeschakeld."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Sorry, memo's annuleren is tijdelijk uitgeschakeld."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Sorry, memo opties instellen is tijdelijk uitgeschakeld."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Sorry, memo's sturen is tijdelijk uitgeschakeld."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Sorry, nickname de-registratie is tijdelijk uitgeschakeld."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Sorry, nickname groeperingen zijn tijdelijk uitgeschakeld."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Sorry, nickname opties aanpassen is tijdelijk uitgeschakeld."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Sorry, nickname registratie is tijdelijk uitgeschakeld."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Sorry, registratie gefaald."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Sorry, je kan maar %d AKILLs hebben."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Sorry, je kan maar %d AOPs/SOPs/VOPs in dit kanaal hebben."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Sorry, je kan maar %d SNLINEs hebben."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Sorry, je kan maar %d SQLINEs hebben."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Sorry, je kan maar %d SZLINEs hebben."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Sorry, er zijn maar %d plaatsen op de toegangslijst van een nickname."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Sorry, je kan maar %d nicks op de toegangslijst van een kanaal hebben."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Sorry, je kan maar %d autokick masks op een kanaal hebben."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Sorry, je kan maar %d slechte woorden per kanaal instellen."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Sorry, je hebt je limiet van %d kanaalregistraties overschreden."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Sorry, je hebt je limiet van %d kanaalregistraties bereikt."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Statistieken opnieuw gezet."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status geupdate (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Stop met flooden!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Stop met jezelf herhalen!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Opvolger voor %s verwijderd."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Opvolger voor %s veranderd in %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin instelling is niet ingeschakeld in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Symbiose"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Symbiose mode staat nu UIT op kanaal %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Symbiose mode staat nu AAN op kanaal %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Gebruik: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Gebruik: %s kanaal BANTYPE bantype\n"
+"\n"
+"Stelt het bantype in dat gebruikt zal worden door services\n"
+"wanneer ze een ban moet zetten op je kanaal.\n"
+"\n"
+"bantype is een nummer tussen 0 en 3 dat betekent:\n"
+"\n"
+"0: ban in het formaat *!gebruiker@host\n"
+"1: ban in het formaat *!*gebruiker@host\n"
+"2: ban in het formaat *!*@host\n"
+"3: ban in het formaat *!*gebruiker@*.domein"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Gebruik: %s kanaal DESC beschrijving\n"
+"\n"
+"Stelt de beschrijving van een kanaal in, die weergegeven\n"
+"wordt door de LIST en INFO commando's."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Gebruik: %s kanaal ENTRYMSG [bericht]\n"
+"\n"
+"Stelt het bericht in dat via /notice zal worden verstuurd\n"
+"aan gebruikers die het kanaal binnenkomen. Als er geen\n"
+"paramenter wordt gegeven wordt er geen bericht verstuurd\n"
+"als iemand het kanaal binnenkomt."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Gebruik: %s kanaal FOUNDER nick\n"
+"\n"
+"Veranderd de stichter van een kanaal. De nieuwe nick moet\n"
+"een geregistreerde nick zijn."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Gebruik: %s kanaal KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Zet de topicbehoud optie aan of uit voor een kanaal.\n"
+"Wanneer topicbehoud aan staat zal het topic van het\n"
+"kanaal onthouden worden door %S, zelfs nadat de laatste\n"
+"gebruiker het kanaal heeft verlaten. Het topic zal wanneer\n"
+"de volgende gebruiker het kanaal binnenkomt worden\n"
+"teruggezet."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Gebruik: %s kanaal MLOCK modes\n"
+"\n"
+"Stelt de mode-slot paramenter in voor het kanaal. %S\n"
+"staat je toe om verschillen kanaalmodes altijd aan of uit\n"
+"te laten staan, of om het mogelijk te maken deze aan of uit\n"
+"te zetten met het /MODE commando.\n"
+"\n"
+"De modes paramenter wordt precies hetzelfde opgebouwd als\n"
+"in een /MODE commando: modes achter een + zijn altijd aan,\n"
+"en modes achter een - zijn altijd uit. Merk wel op dat, in\n"
+"tegenstelling tot het /MODE commando, alleen opgegeven modes\n"
+"geforceerd worden door SET MLOCK; het mode-slot wordt eerst\n"
+"leeggemaakt voor de nieuwe modes erin worden gezet!\n"
+"\n"
+"Waarschuwing: Als je het mode-slot gebruikt om een wachtwoord\n"
+"op het kanaal te zette moet je, zoals in het 2e voorbeeld, ook\n"
+"de optie RESTRICTED aanzette (zie HELP SET RESTRICTED), of\n"
+"iedereen die het kanaal binnenkomt als het leeg is kan het\n"
+"wachtwoord zien!\n"
+"\n"
+"Voorbeelden:\n"
+"\n"
+" SET #channel MLOCK +nt-iklps\n"
+" Foreert modes n en t aan, en modes i, k, l, p, en s\n"
+" uit. Mode m kan aan of uit gezet worden met /MODE.\n"
+"\n"
+" SET #channel MLOCK +knst-ilmp wachtwoord\n"
+" Forceert modes k, n, s, en t aan, en modes i, l, m,\n"
+" en p uit. Forceert ook dat het kanaalwachtwoord\n"
+" \"wachtwoord\" is.\n"
+"\n"
+" SET #channel MLOCK +\n"
+" Verwijderd het mode-slot; alle kanaalmodes kunnen\n"
+" vrij ingesteld worden met /MODE."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Gebruik: %s kanaal OPNOTICE {ON | OFF}\n"
+"\n"
+"Zet de op-notificatie optie aan of uit voor een kanaal.\n"
+"Wanneer op-notificatie aan staat zal %S een notice naar\n"
+"het kanaal sturen wanneer de OP of DEOP commando's worden\n"
+"gebruikt voor een gebruiker in het kanaal."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Gebruik: %s kanaal PEACE {ON | OFF}\n"
+"\n"
+"Zet de vrede optie aan of uit voor een kanaal. Wanneer\n"
+"vrede aanstaat kan een gebruiker niemand kicken, bannen,\n"
+"of iemand's kanaal status wijzigen/verwijderen van een\n"
+"gebruiker met een gelijkwaardig of hoger level dan die\n"
+"van zichzelf via de %S commando's."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Gebruik: %s kanaal PRIVATE {ON | OFF}\n"
+"\n"
+"Zet de prive optie aan of uit voor een kanaal. Wanneer\n"
+"de prive optie aan staat zal /msg %S LIST het kanaal\n"
+"in geen enkele lijst weergeven."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Gebruik: %s kanaal RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Gebruik: %s kanaal SECURE {ON | OFF}\n"
+"\n"
+"Zet %S's veiligheidsfuncties aan of uit voor een kanaal.\n"
+"Wanneer SECURE aan staat zullen alleen gebruikers die\n"
+"hun nicks met %s geregistreerd hebben en geidentificeerd\n"
+"zijn met hun wachtwoord toegang krijgen tot het kanaal,\n"
+"zoals geregeld door de toegangslijst."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Gebruik: %s kanaal SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Zet de veilige stichter optie aan of uit voor een kanaal.\n"
+"Wanneer veilige stichter aan staat zal alleen de echte\n"
+"stichter een kanaal kunnen annuleren en het wachtwoord, de\n"
+"stichter en de opvolger kunnen veranderen, en niet degenen\n"
+"die alleen geidentificeerd zijn met %S."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Gebruik: %s kanaal SECUREOPS {ON | OFF}\n"
+"\n"
+"Zet de veilige ops optie aan of uit voor een kanaal.\n"
+"Wanneer veilige ops aan staat mogen gebruikers die niet\n"
+"op de toegangslijst staan geen kanaalop status krijgen."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Gebruik: %s kanaal SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Zet ondertekende kicks aan of uit voor een kanaal.\n"
+"Wanneer SIGNKICK aan staat zullen kicks die uitgevoerd\n"
+"worden dmv het %S KICK commando de nick van degene die\n"
+"het commando uitgevoerd heeft de nick in de reden hebben.\n"
+"\n"
+"Als je LEVEL gebruikt zullen degenen die een niveau hebben\n"
+"gelijk aan of hoger dan het SIGNKICK niveau op het kanaal\n"
+"hun nick niet toegevoegd hebben aan de kicks.\n"
+"Zie /msg %S HELP LEVELS voor meer informatie."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Gebruik: %s kanaal SUCCESSOR nick\n"
+"\n"
+"Veranderd de opvolger van een kanaal. Als de nick van de\n"
+"stichter verloopt of de registratie ervan wordt geannuleerd\n"
+"zolang het kanaal nog geregistreerd is wordt de opvolger\n"
+"de nieuwe stichter van het kanaal, behalve als de opvolger\n"
+"als te veel kanalen (%d) geregistreerd heeft: dan wordt de\n"
+"registratie van het kanaal geannuleerd, wat ook gebeurt als\n"
+"er geen opvolger is ingesteld. De nieuwe nick moet een\n"
+"geregistreerde nick zijn."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Gebruik: %s kanaal TOPICLOCK {ON | OFF}\n"
+"\n"
+"Zet de topicslot optie aan of uit voor een kanaal.\n"
+"Wanneer topicslot aan staat zal %S het niet toestaan om\n"
+"het topic van het kanaal te veranderen. Het topic kan dan\n"
+"alleen veranderd worden met het TOPIC commando."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Gebruik: %s kanaal XOP {ON | OFF}\n"
+"\n"
+"Zet het xOP lijsten systeem aan of uit voor een kanaal.\n"
+"Wanneer XOP aan staat moet je de AOP/SOP/VOP\n"
+"commando's gebruiken om kanaalprivileges aan gebruikers\n"
+"te geven, anders moet je het ACCESS command gebruiken.\n"
+"\n"
+"Technische Opmerking: Als je van toegangslijsten naar xOP\n"
+"lijsten overschakeld zullen je level beschrijvingen en\n"
+"gebruikersniveaus worden aangepast. Je zult ze dus niet met\n"
+"dezelfde waarden terugvinden als je terugschakelt naar het\n"
+"toegangslijsten systeem!\n"
+"\n"
+"Je moet ook goed opletten of de gebruikers in de goede xOP\n"
+"lijst staan als je overschakelt, omdat de gok niet altijd\n"
+"perfect is... het is zelfs niet aangeraden om de xOP lijsten\n"
+"te gebruiken als je niveaubeschrijvingen hebt veranderd\n"
+"met het LEVELS commando.\n"
+"\n"
+"Het overschakelen van xOP lijsten naar het toegangslijsten\n"
+"systeem brengt echter geen problemen met zich mee."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Gebruik: ACCESS kanaal ADD nick niveau\n"
+" ACCESS kanaal DEL {nick | entry-nr | lijst}\n"
+" ACCESS kanaal LIST [mask | lijst]\n"
+" ACCESS kanaal VIEW [mask | lijst]\n"
+" ACCESS kanaal CLEAR\n"
+"\n"
+"Onderhoud de toegangslijst voor een kanaal. De toegangs-\n"
+"lijst specificeert welke gebruikers toestemming hebben om\n"
+"kanaal operator te worden, of om %S commando's te gebruiken\n"
+"op het kanaal. Verschillende gebruikersniveaus maken het\n"
+"mogelijk om verschillende sets met privileges te maken.\n"
+"/msg %S HELP ACCESS LEVELS voor meer informatie hierover.\n"
+"Elke gebruiker die niet op de toegangslijst staat heeft een\n"
+"gebruikersniveau van 0.\n"
+"\n"
+"Het ACCESS ADD commando voegt de gegeven nick toe aan de\n"
+"toegangslijst met het gegeven gebruikersniveau. Als de nick\n"
+"al op de lijst staat wordt het toegangsniveau veranderd in\n"
+"het niveau gespecificeerd in het commando. Het niveau dat\n"
+"gespecificeerd is moet minder zijn dan de gebruiker die het\n"
+"commando invoert, en als nick al op de toegangslijst\n"
+"bestaat moet het huidige toegangsniveau van die nick lager\n"
+"zijn dan die van degene die het commando uitvoert.\n"
+"\n"
+"Het ACCESS DEL commando verwijderd de opgegeven nick van\n"
+"de toegangslijst. Als een lijst met entry-nummers is\n"
+"gegeven worden die verwijderd. (Zie het voorbeeld voor\n"
+"LIST hier onder)\n"
+"\n"
+"Het ACCESS LIST commando geeft de toegangslijst weer. Als\n"
+"een wildcard mask is opgegeven worden alleen de overeen-\n"
+"komsten weergegeven. Als een lijst van entry-nummers ie\n"
+"gegeven wordt alleen die weergegeven. Bijvoorbeeld:\n"
+"\n"
+" ACCESS #kanaal LIST 2-5,7-9\n"
+" Geeft gebruikers 2 t/m 5 en 7 t/m 9 van de\n"
+" toegangslijst weer.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Het ACCESS CLEAR commando maakt de toegangslijst leeg."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Gebruik: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+"\n"
+"Verandert of geeft de toegangslijst weer van je nick. Dit is\n"
+"de lijst met adressen waar vanaf je automatisch toegestaan\n"
+"wordt door %S om je nick te gebruiken. Als je je nick vanaf\n"
+"een ander adres wilt gebruiken moet je een IDENTIFY commando\n"
+"sturen om %S je te laten herkennen.\n"
+"\n"
+"Voorbeelden:\n"
+"\n"
+" ACCESS ADD iemand@*.bepeg.com\n"
+" Staat toegang toe voor gebruiker iemand vanuit elke machine in\n"
+" het bepeg.com domein..\n"
+"\n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Keert het vorige commando om.\n"
+"\n"
+" ACCESS LIST\n"
+" Geeft de huidige toegangslijst weer."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Gebruik: ACT kanaal tekst\n"
+"\n"
+"Laat de bot een \"/me\" commando doen op het gegeven kanaal\n"
+"met de gegeven tekst."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Gebruik: AKICK channel ADD {nick | mask} [reden]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | lijst}\n"
+" AKICK channel LIST [mask | entry-num | lijst]\n"
+" AKICK channel VIEW [mask | entry-num | lijst]\n"
+" AKICK kanaal ENFORCE\n"
+" AKICK kanaal CLEAR\n"
+"\n"
+"Onderhoud de AutoKick lijst voor een kanaal. Als een\n"
+"gebruiker op de AutoKick lijst het kanaal binnen probeert\n"
+"te komen zal %S die gebruiker automatisch worden bannen\n"
+"en kicken van het kanaal.\n"
+"\n"
+"Het AKICK ADD commando voegt de gegeven nick of gebruikers-\n"
+"mask toe aan de AutoKick lijst. Als er een reden is gegeven\n"
+"met het commando zal die reden gebruikt worden om de gebruiker\n"
+"te kicken; zo niet is de reden \"You have been banned from the\n"
+"channel\".\n"
+"Als een geregistreerde nick wordt toegevoegd, wordt de nickserv\n"
+"account toegevoegd in plaats van de mask. Alle gebruikers binnen\n"
+"deze groep zullen automatisch worden gekicked.\n"
+"\n"
+"Het AKICK STICK commando bant het gegeven mask permanent\n"
+"op het kanaal. Als iemand de ban probeert te verwijderen\n"
+"zal %S de ban automatisch opnieu toevoegen.\n"
+"Deze functie kan niet op geregistreerde nicks gebruikt worden.\n"
+"\n"
+"Het AKICK UNSTICK commando annuleert het effect van het\n"
+"AKICK STICK commando, zodat je de ban weer weg kan halen\n"
+"van het kanaal.\n"
+"\n"
+"Het AKICK DEL commando verwijderd de gegeven nick of mask\n"
+"van de AutoKick lijst. Het verwijderd echter geen ban die\n"
+"is geplaatst door een AutoKick; die moeten handmatig\n"
+"verwijderd worden.\n"
+"\n"
+"Het AKICK LIST commando geeft de AutoKick lijst weer, of\n"
+"optioneel alleen de AutoKick's die overeenkomen met het\n"
+"opgegeven mask.\n"
+"\n"
+"Het AKICK VIEW commando is een woordenrijkere versie\n"
+"van het AKICK LIST commando.\n"
+"\n"
+"Het AKICK ENFORCE commando zorgt ervoor dat %S de\n"
+"huidige AKICK lijst forceert door het verwijderen van\n"
+"gebruikers die overeenkomen met een AKICK mask.\n"
+"\n"
+"The AKICK CLEAR commando maakt de AutoKick lijst leeg."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Gebruik: AKILL ADD [+verlooptijd] mask reden\n"
+" AKILL DEL {mask | entry-nr | lijst}\n"
+" AKILL LIST [mask | lijst]\n"
+" AKILL VIEW [mask | lijst]\n"
+" AKILL CLEAR\n"
+"\n"
+"Stelt Services operators in staat de AKILL lijst te beheren.\n"
+"Als een gebruiker die overeenkomt met een AKILL mask probeert\n"
+"te verbinden zullen Services een KILL voor die gebruiker door-\n"
+"voeren en, als het netwerk dit ondersteund, zullen alle servers\n"
+"geinstrueerd worden een ban (K-line) voor het betreffende mask\n"
+"toe te voegen.\n"
+"\n"
+"AKILL ADD voeg het gegeven user@host mask toe aan de AKILL\n"
+"lijst met de gegeven reden (die moet worden gegeven).\n"
+"verlooptijd wordt gespecificeerd als een getal waarachter d \n"
+"(dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties\n"
+"(zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt \n"
+"meegegeven, is het standaard dagen (dus +30 zelfstandig betekent\n"
+"30 dagen). Om een AKILL die niet verloopt toe te voegen, gebruik je\n"
+"+0. Als de usermask die toegevoegd moet worden met een + begint,\n"
+"is een verlooptijd verplicht, zelfs als die overeenkomt met de\n"
+"standaard verlooptijd. De huidige standaard verlooptijd voor een\n"
+"AKILL kan gevonden worden met het STATS AKILL commando.\n"
+"\n"
+"Het AKILL DEL commando verwijdert het gegeven mask van de AKILL\n"
+"lijst als deze erop staat. Als er een lijst van entry-nummers\n"
+"is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor\n"
+"LIST hier onder.)\n"
+"\n"
+"Her AKILL LIST commando geeft de AKILL lijst weer.\n"
+"Als een mask met een * is gegeven zullen alleen de AKILLs die\n"
+"overeenkomen met het mask worden weergegeven. Als een lijst van\n"
+"entry-nummers is gegeven worden alleen die weergegeven.\n"
+"Bijvoorbeeld:\n"
+" AKILL LIST 2-5,7-9\n"
+" Geeft AKILLs 2 t/m 5 en 7 t/m 9 weer.\n"
+" \n"
+"AKILL VIEW is een versie van AKILL LIST die meer informatie\n"
+"geeft: de naam van degene die de AKILL toe heeft gevoegd, de datum\n"
+"waarop dit gebeurde, waneer deze verloopt, en de user@host mask\n"
+"en de reden.\n"
+"\n"
+"AKILL CLEAR maakt de AKILL lijst leeg."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Gebruik: ALIST [niveau]\n"
+"\n"
+"Geeft alle kanalen weer waarop je toegang hebt. Optioneel\n"
+"kun je een niveau opgeven in XOP of ACCESS formaat. De\n"
+"resulterende lijst zal alleen kanalen bevatten waar je het\n"
+"gegeven toegangsniveau hebt.\n"
+"\n"
+"Voorbeelden:\n"
+" ALIST Founder\n"
+" Geeft alle kanalen weer waar je stichter-\n"
+" toegang hebt.\n"
+" ALIST AOP\n"
+" Geeft alle kanalen weer waar je AOP-toegang of\n"
+" meer hebt.\n"
+"\n"
+" ALIST 10\n"
+" Geeft alle kanalen weer waar je toegangsniveau\n"
+" 10 of hoger hebt.\n"
+"\n"
+"Kanalen met de NOEXPIRE optie aan zullen voorafgegaan\n"
+"worden door een uitroepteken."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Gebruik: ALIST [nick] [niveau]\n"
+"\n"
+"Zonder paramenters geeft dit elk kanaal weer waar je toegang\n"
+"hebt. Met een paramenter geeft het de kanalen weer waar\n"
+"nick toegang heeft. Met twee paramenters geeft het de\n"
+"kanalen weer waar nick een toegangsniveau van tenminste\n"
+"niveau heeft.\n"
+"\n"
+"Dit gebruik is gelimiteerd tot Services Operatorstrators."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Gebruik: AOP kanaal ADD nick\n"
+" AOP kanaal DEL {nick | entry-nr | lijst}\n"
+" AOP kanaal LIST [mask | lijst]\n"
+" AOP kanaal CLEAR\n"
+"\n"
+"Onderhoud de AOP (AutoOP) lijst voor een kanaal. De AOP\n"
+"lijst geeft gebruikers het recht om automatisch operator te\n"
+"worden op het kanaal, zichzelf te unbannen of uit te nodigen\n"
+"als dat nodig is, hun groetbericht weer te geven als ze het\n"
+"kanaal binnenkomen, enzovoorts.\n"
+"\n"
+"Het AOP ADD commando voegt de gegeven nick toe aan de\n"
+"AOP lijst.\n"
+"\n"
+"Het AOP DEL commando verwijderd de gegeven nick van de\n"
+"AOP lijst. Als een lijst van entry-nummers is opgegeven\n"
+"worden die verwijderd. (Zie het LIST-voorbeeld hieronder)\n"
+"\n"
+"Het AOP LIST commando geeft de AOP lijst weer. Als er\n"
+"een mask is gegeven worden alleen de de AOP's die over-\n"
+"eenkomen met het opgegeven mask weergegeven. Als een lijst\n"
+"van entry-nummers is opgegeven, worden alleen die weer-\n"
+"gegeven. Bijvoorbeeld:\n"
+"\n"
+" AOP #kanaal LIST 2-5,7-9\n"
+" Geeft AOP's 2 t/m 5 en 7 t/m 9 weer.\n"
+"\n"
+"Het AOP CLEAR commando verwijderd alle AOP's van de\n"
+"AOP lijst.\n"
+"\n"
+"De AOP ADD en AOP DEL commando's zijn gelimiteerd tot\n"
+"SOP's of hoger. AOP CLEAR can alleen gebruikt worden door\n"
+"de kanaalstichter. Elke gebruiker op de AOP lijst mag\n"
+"echter AOP LIST gebruiken.\n"
+"\n"
+"Dit commando kan uitgeschakeld zijn voor je kanaal, en in\n"
+"dat geval heb je de toegangslijst nodig. Zie\n"
+"/msg %S HELP ACCESS voor meer informatie over toegangs-\n"
+"lijsten, en /msg %S HELP SET XOP om te weten te komen\n"
+"hoe je tussen toegangslijsten en xOP-lijsten schakelt."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Gebruik: ASSIGN kanaal nick\n"
+"\n"
+"Wijst een bot met de nick nick toe aan kanaal kanaal.\n"
+"Hierna kun je de bot voor het kanaal instellen zoals je\n"
+"wil."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Gebruik: BADWORDS kanaal ADD woord [SINGLE | START | END]\n"
+" BADWORDS kanaal DEL {woord | entry-nr | lijst}\n"
+" BADWORDS kanaal LIST [mask | lijst]\n"
+" BADWORDS kanaal CLEAR\n"
+"\n"
+"Beheert de slechte woorden lijst voor een kanaal. De\n"
+"slechte woorden lijst bepaalt voor welke woorden wordt\n"
+"gekicked als de slechte-woorden-kicker aan staat. Voor\n"
+"meer informatie, type /msg %S HELP KICK BADWORDS.\n"
+"\n"
+"Het BADWORDS ADD commando voegt het gegeven woord toe aan\n"
+"de slechte woorden lijst. Als SINGLE is gespecificeerd zal\n"
+"alleen worden gekicked als de gebruiker het gehele woord zegt.\n"
+"Als START is gespecificeerd zal allen gekicked worden als de\n"
+"gebruiker een woord zegt dat begint met woord. Als END is\n"
+"gespecificeerd zal alleen gekicked worden als de gebruiker\n"
+"een woord zegt dat eindigt op woord. Als er niks\n"
+"gespecificeerd is zal er elke keer dat woord gezegd wordt\n"
+"door een gebruiker gekicked worden.\n"
+"\n"
+"Het BADWORDS DEL commando verwijdert het gegeven woord van\n"
+"de slechte woorden lijst. Als een lijst van entry-nummers is\n"
+"gegeven worden die verwijderd. (Zie het voorbeeld bij LIST\n"
+"hier onder.)\n"
+"\n"
+"Het BADWORDS LIST commando geeft de slechte woorden lijst\n"
+"weer. Als een mask met een * is gegeven worden alleen de\n"
+"slechte woorden die overeenkomen met het mask weergegeven.\n"
+"Als een lijst van entry-nummers is gegeven worden alleen\n"
+"die weergegeven. Bijvoorbeeld:\n"
+"\n"
+" BADWORDS #kanaa; LIST 2-5,7-9\n"
+" Geeft slechte woorden 2 t/m 5 en 7 t/m 9 weer.\n"
+"\n"
+"Het BADWORDS CLEAR commando maakt de slechte woorden\n"
+"lijst leeg."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Gebruik: BAN #kanaal nick [reden]\n"
+"\n"
+"Bant de gegeven nick op het gegeven kanaal.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met\n"
+"niveau 5 of hoger op het kanaal."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Gebruik: BOT ADD nick gebruiker host echte naam\n"
+" BOT CHANGE oldnick newnick [gebruiker [host [echte naam]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Stelt Services Operators in staat om bots te maken,\n"
+"wijzigen en verwijderen die gebruikers op hun eigen kanaal\n"
+"kunnen gebruiken.\n"
+"\n"
+"BOT ADD voegt een bot toe met de gegeven nickname,\n"
+"gebruikersnaam, host en echte naam. De paramenters worden\n"
+"niet nagekeken of ze correct zijn, dus pas op.\n"
+"BOT CHANGE kan de nick, gebruikersnaam, host of echte\n"
+"naam van een bot veranderen zonder deze (en de date die\n"
+"met de bot geassocieerd is) te verwijderen.\n"
+"BOT DEL verwijdert de gegeven bot van de bot lijst.\n"
+"\n"
+"Let op: Als je een bot maakt die een nick heeft die momenteel\n"
+"in gebruiker is zal de betreffende gebruiker worden gekilled.\n"
+"Als de nick geregistreerd is, wordt deze gedropped."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Gebruik: BOTLIST\n"
+"\n"
+"Geeft alle beschikbare bots op dit netwerk weer."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Gebruik: CANCEL {nick | kanaal}\n"
+"\n"
+"Annuleert de laatste memo die je gestuurd hebt aan de gegeven\n"
+"nick of kanaal, indien deze nog niet gelezen is op het moment\n"
+"dat je dit commando gebruikt."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Plaatst een AKILL voor elke nick op een gegeven kanaal. Het\n"
+"gebruikt de complete en echte ident@host voor elke nick,\n"
+"en forceerd dan een AKILL."
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Gebruik: CHANLIST [{trefbeeld | nick} [SECRET]]\n"
+"\n"
+"Geeft alle kanalen weer die momenteel in gebruik zijn op het\n"
+"IRC netwerk, ook de kanalen die niet geregistreerd zijn.\n"
+"\n"
+"Als trefbeeld is gegeven, worden alleen overeenkomende\n"
+"kanalen weergegeven. Als een nick is gegeven worden\n"
+"alleen de kanalen waar de betreffende gebruiker aanwezig is\n"
+"weergegeven. Als SECRET is gegeven worden alleen kanalen\n"
+"die met trefbeeld overeenkomen en +s of +p mode hebben."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Gebruik: CHECK nick\n"
+"\n"
+"Controleert of de _laatste_ memo die je naar nick gestuurd\n"
+"hebt isgelezen of niet. Let wel op: dit werkt alleen met nicks,\n"
+"niet met kanalen."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Gebruik: CLEAR kanaal wat\n"
+"\n"
+"Zorgt ervoor dat %S bepaalde instellingen van het kanaal\n"
+"verwijdert. wat kan zijn:\n"
+"\n"
+" MODES Verwijder alle modes op het kanaal (verwijdert\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Verwijder alle bans op het kanaal.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Verwijder kanaal-operator status (mode +o) van\n"
+" alle kanaal-operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Verwijder kanaal-halfoperator status (mode +h)\n"
+" van alle kanaal-halfoperators, indien deze\n"
+"\t\t mode ondersteund wordt.\n"
+" VOICES Verwijder \"voice\" status (mode +v) van iedereen\n"
+" met \"voice\" status op het kanaal.\n"
+" USERS Verwijder (kick) alle gebruikers van het kanaal.\n"
+"\n"
+"Standaard is dit gelimiteerd tot degenen met stichter-toegang\n"
+"op het kanaal."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Gebruik: CLEARMODES kanaal [ALL]\n"
+"\n"
+"Verwijdert alle binaire modes (i,k,l,m,n,p,s,t) en bans van\n"
+"een kanaal. Als ALL is opgegeven, worden ook alle ops en\n"
+"voices (+o en +v modes) van het kanaal verwijderd."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password"
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"Het defcon systeem kan gebruikt worden om een vooraf bepaalde\n"
+"set van restricties op de services toe te passen tijdens een\n"
+"aanval op het netwerk."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Gebruik: DEHALFOP #kanaal [nick]\n"
+"\n"
+"Verwijdert de halfop status van de gegeven nick op een kanaal.\n"
+"Als er geen nick is gegeven zal je zelf je halfop status\n"
+"kwijtraken.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal, of tot HOPs of degenen met niveau\n"
+"4 of hoger voor het halfop status geven van zichzelf."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Gebruik: DEL <nick>\n"
+"\n"
+"Verwijdert de vhost die toegewezen is aan de gegeven nick\n"
+"uit de database."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Gebruik: DEL [kanaal] {nr | lijst | LAST | ALL}\n"
+"\n"
+"Verwijdert de gespecificeerde memo('s). Je kan meerdere\n"
+"memo-nummers specificeren of bereiken van nummers ipv een\n"
+"enkel nummer, zoals in het 2e voorbeeld hier onder.\n"
+"\n"
+"Als LAST is gegeven, wordt je laatste nieuwe memo verwijderd.\n"
+"Als ALL is gegeven, worden al je memo's verwijderd.\n"
+"\n"
+"Voorbeelden:\n"
+"\n"
+" DEL 1\n"
+" Verwijdert je eerste memo.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Verwijdert de memo's genummerd 2 t/m 5 en 7 t/m 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL <nick>.\n"
+"Verwijderd de vhost voor alle nick's in dezelfde groep\n"
+"als de gegeven nick."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Gebruik: DEOP #kanaal [nick]\n"
+"\n"
+"Verwijderd de op status van de gegeven nick op een kanaal.\n"
+"Als er geen nick is gegeven zal je zelf je opstatus kwijt\n"
+"raken.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Gebruik: DEOWNER #kanaal\n"
+"\n"
+"Verwijdert je eigenaar status op channel.\n"
+"\n"
+"Gelimiteerd tot degenen met stichter-rechten op het kanaal."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Gebruik: DEPROTECT #kanaal [nick]\n"
+"\n"
+"Heft de bescherming van de gegeven nick op een kanaal op.\n"
+"Als nick niet is gegeven, zal de beschermen van jezelf\n"
+"opgeheven worden.\n"
+"\n"
+"Standaard is dit gelimiteerd tot de stichter, SOPs, of\n"
+"degenen met een niveau van 10 of hoger op het kanaal voor\n"
+"zelf-protectie."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Gebruik: DEVOICE #kanaal [nick]\n"
+"\n"
+"Verwijdert de voice status van de gegeven nick op een kanaal.\n"
+"Als er geen nick is gegeven zal je zelf je voice status\n"
+"kwijtraken.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal, of tot VOPs of degenen met niveau\n"
+"3 of hoger voor het voice status geven van zichzelf."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Gebruik: DROP kanaal\n"
+"\n"
+"Heft de registratie van het gegeven kanaal op. Kan alleen\n"
+"gebruik wordt door de kanaalstichter."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Gebruik: DROP kanaal\n"
+"\n"
+"Zegt de registratie van het gegeven kanaal op. Alleen\n"
+"Services Operators kunnen elk kanaal droppen, ook al zijn\n"
+"ze niet voor het betreffende kanaal geindtificeerd."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Gebruik: DROP [nick]\n"
+"\n"
+"Verwijdert je nickname uit de %S database. Een nick die\n"
+"verwijderd is kan door iedereen weer geregistreerd worden.\n"
+"\n"
+"Je kan een nick binnen een groep verwijderen door de nick\n"
+"parameter toe te voegen.\n"
+"\n"
+"Om dit commando te kunnen gebruiken moet je je eerst identificeren\n"
+"met je wachtwoord. (/msg %S HELP IDENTIFY voor meer informatie)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Gebruik: DROP [nick]\n"
+"\n"
+"Zonder een paramenter wordt je eigen nick uit de %S\n"
+"database verwijderd.\n"
+"\n"
+"Met een paramenter wordt de gegeven nick uit de database\n"
+"verwijderd. Je kan de registratie van elke nick in je groep\n"
+"ongedaan maken zonder speciale privileges. Het verwijderen\n"
+"van elke nick is gelimiteerd tot Services Operators."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Gebruik: EXCEPTION ADD [+verloop] mask limiet reden\n"
+" EXCEPTION DEL {mask | lijst}\n"
+" EXCEPTION MOVE nr positie\n"
+" EXCEPTION LIST [mask | lijst]\n"
+" EXCEPTION VIEW [mask | lijst]\n"
+"\n"
+"Staat Services Operator toe de lijst van hosts met een specifieke\n"
+"sessielimit aan te passen, zodat zeker machines, bijvoorbeeld\n"
+"shell servers, meer dan het standaard aantal clients kunnen\n"
+"hebben. Zodra een host zijn seesie limiet bereikt, zullen alle\n"
+"client die proberen vanaf die host te verbinen worden gekilled\n"
+"Voor de gebruiker wordt gekilled wordt deze geinformeerd via\n"
+"een /NOTICE van %S, van een bron van hulp aangaande sessie\n"
+"limitering. The inhoud van deze notice is een configuratie\n"
+"optie.\n"
+"\n"
+"EXCEPTION ADD voegt de gegeven hostmask toe aan de\n"
+"uitzonderingenlijst. Let op: nick!user@host en user@host\n"
+"zijn ongeldig! Alleen echte host masks, zoals box.host.dom\n"
+"en *.hot.dom, zijn toegestaan omdat sessie limitering geen\n"
+"rekening houdt met nicks of usernames. limiet moet een nummer\n"
+"groter dan of gelijk aan 0 zijn. Dit bepaalt hoe veel sessies\n"
+"deze host tegelijkertijd mag hebben. Een waarde van 0 betekent\n"
+"dat de host een ongelimiteerde sessielimiet heeft. Bekijk de\n"
+"AKILL help voor details of het formaat van de optionele\n"
+"verloop paramenter.\n"
+"EXCEPTION DEL verwijdert het gegeven mask van de\n"
+"uitzonderingenlijst.\n"
+"EXCEPTION MOVE verplaatst uitzondering nr naar positie.\n"
+"De tussenliggende uitzondering worden omhoog of omlaag\n"
+"geschoven om het gat te vullen.\n"
+"EXCEPTION LIST en EXCEPTION VIEW geven alle huidige\n"
+"uitzonderingen weer; als het optionele mask is gegeven wordt de\n"
+"lijst gelimiteerd tot uitzondering overeenkomend het het\n"
+"gegeven mask. Het verschil is dat EXCEPTION VIEW meer\n"
+"informatie geeft: de naam van degene die de uitzondering\n"
+"aangemaakt heeft, de bijbehorende sessielimiet, reden, hostmask\n"
+"en de verloop datum en tijd.\n"
+"\n"
+"Let op: een verbindinde client zal de eerste uitzondering die\n"
+"met zijn host overeenkomt \"gebruiken\". Grote uitzonderingen-\n"
+"lijsten en breed overeenkomende uitzondering-masks zullen\n"
+"zeer waarschijnlijk de prestaties van de services verminderen."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Gebruik: FORBID kanaal [reden]\n"
+"\n"
+"Verbied iedereen van het registreren of gebruiken van het\n"
+"gegeven kanaal. Kan ongedaan gemaakt worden door het\n"
+"droppen van het kanaal.\n"
+"\n"
+"Reden kan verplicht zijn op sommige netwerken."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Gebruik: FORBID nick [reden]\n"
+"\n"
+"Zorgt ervoor dat de gegeven nick niet kan worden geregistreerd\n"
+"of gebruikt door iedereen. Dit kan ongedaan gemaakt worden\n"
+"door de registratie van de nick ongedaan te maken (DROP).\n"
+"\n"
+"Op sommige netwerken is een reden verplicht."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"\n"
+"Geeft de bijpassende nicks weer dat gegeven email gebruikt.\n"
+"Merk op dat er geen wildcards mogen worden gebruikt in\n"
+"de user en de emailhost. Elke keer als dit commando wordt\n"
+"gebruikt wordt er een bericht gelogged met de persoon\n"
+"die dit commando uitvoerde samen met de emailhost waarop\n"
+"het werd gebruikt. "
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Gebruik: GETKEY kanaal\n"
+"\n"
+"Geef de key van het gegeven kanaal terug."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Gebruik: GETPASS kanaal\n"
+"\n"
+"Geeft het wachtwoord voor het gegeven kanaal terug.\n"
+"Let op: wanneer je dit commando gebruikt zal er een bericht\n"
+"waarin staat wie het commando op welk kanaal heeft gebruikt\n"
+"worden gelogged en verstuurd als WALLOPS/GLOBOPS."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Gebruik: GETPASS nick\n"
+"\n"
+"Geeft het wachtwoord van de opgegeven nick weer. Merk op\n"
+"dat wanneer je dit commando gebruikt er een bericht met de\n"
+"persoon die het commando heeft uitgevoerd en de nick waarop\n"
+"het is gebruikt zal worden gelogd en verstuurd zal worden\n"
+"als WALLOPS/GLOBOPS.\n"
+"\n"
+"Dit commando is onbeschikbaar wanneer encryptie is ingeschakeld."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Gebruik: GHOST nick [wachtwoord]\n"
+"\n"
+"Be-eindigd een \"ghost\" IRC sessie met jouw nick. Een \"ghost\"\n"
+"sessie is een sessie die niet feitelijk verbonden is, maar\n"
+"waarvan de IRC server denkt dat deze nog steeds online is\n"
+"voor om het even welke reden. Dit gebeurt vaak als je\n"
+"computer crasht of als je internet of modem verbinding\n"
+"ermee ophoudt wanneer je op IRC zit.\n"
+"\n"
+"Om het GHOST commando op een nick te mogen gebruiken moet\n"
+"je huidige adres zoals deze in /WHOIS staat op de toegangslijst\n"
+"van deze nick zijn, je geindentificeerd zijn in de group van\n"
+"die nick, of het correcte wachtwoord opgegeven zijn."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Gebruik: GLIST\n"
+"\n"
+"Geeft alle nicks in je groep weer."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Gebruik: GLIST [nick]\n"
+"\n"
+"Zonder een paramenter worden alle nicks weergegeven die\n"
+"zich in jouw groep bevinden.\n"
+"\n"
+"Indied een paramenter gegeven is worden alle nicks\n"
+"weergegeven die zich in de groep van de gegeven nick\n"
+"bevinden.\n"
+"Dit gebruik is gelimiteerd tot Services Operators."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Gebruik: GLOBAL bericht\n"
+"\n"
+"Stelt Administrators in staat om berichten te versturen\n"
+"naar alle gebruikers op het netwerk. Berichten zullen \n"
+"verstuurd worden vanaf de nick %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Gebruik: GROUP\n"
+"\n"
+"Dit commando stelt gebruikers in staat de vhost van hun\n"
+"HUIDIGE nick de vhost van alle nicks in de zelfde groep te\n"
+"laten zijn."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Gebruik: GROUP doel wachtwoord\n"
+"\n"
+"Dit commando zorgt ervoor dat je huidige nickname zich bij de\n"
+"groep van doel's nick aanmeldt. wachtwoord is het\n"
+"wachtwoord van het doel.\n"
+"\n"
+"Bij een groep aanmelden stelt je in staat om je configuratie,\n"
+"memos en kanaalrechten met alle nicknames in je groep te delen,\n"
+"en veel meer!\n"
+"\n"
+"Een groep bestaat zo lang als het nuttig is. Dit betekent dat\n"
+"zelfs als een nick in de groep geannuleerd je niet de gedeelde\n"
+"dingen die hierboven beschreven zijn verliest, zo lang als er\n"
+"minstens een nick overblijft in de groep.\n"
+"\n"
+"Je kan dit commando zelfs gebruiken als je nog niet\n"
+"geregistreerd hebt. Als je nick al geregistreerd is moet je je\n"
+"eerst identificeren voordat je dit commando gebruikt. Type\n"
+"/msg %S HELP IDENTIFY voor meer informatie. Dit laatste is\n"
+"misschien niet mogelijk op je IRC netwerk.\n"
+"\n"
+"Het is aanbevolen om dit commando te gebruiken met een niet-\n"
+"geregistreerde nick omdat het automatisch geregistreerd wordt\n"
+"als je dit commando gebruikt. Je mag het alleen met een geregistreerde\n"
+"nick gebruiken (om je groep te veranderen) als de netwerkbeheerders\n"
+"het toestaan.\n"
+"\n"
+"Je kan maar in een groep tegelijk zijn. Groepen samenvoegen is\n"
+"niet mogelijk.\n"
+"\n"
+"Opmerking: alle nicks in een groep hebben hetzelfde wachtwoord."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Gebruik: HALFOP #kanaal [nick]\n"
+"\n"
+"Geeft de geselecteerde nick halfop status op een kanaal. Als\n"
+"er geen nick is gegeven zul je zelf halfop status krijgen.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal, of tot HOPs of degenen met niveau\n"
+"4 of hoger voor het halfop status geven van zichzelf."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Gebruik: HOP kanaal ADD nick\n"
+" HOP kanaal DEL {nick | entry-nr | lijst}\n"
+" HOP kanaal LIST [mask | lijst]\n"
+" HOP kanaal CLEAR\n"
+"\n"
+"Onderhound de HOP (HalfOP) lijst voor een kanaal. De\n"
+"HOP lijst geeft gebruikers de rechten om automatisch\n"
+"half-operator te worden op het kanaal.\n"
+"\n"
+"Het HOP ADD commando voegt de gegeven nick toe aan de\n"
+"HOP lijst.\n"
+"\n"
+"Het HOP DEL commando verwijderd de gegeven nick van de\n"
+"HOP lijst. Als een lijst van entry-nummers is opgegeven\n"
+"worden die verwijderd. (Zie het LIST-voorbeeld hieronder)\n"
+"\n"
+"Het HOP LIST commando geeft de HOP lijst weer. Als er\n"
+"een mask is gegeven worden alleen de de HOP's die over-\n"
+"eenkomen met het opgegeven mask weergegeven. Als een lijst\n"
+"van entry-nummers is opgegeven, worden alleen die weer-\n"
+"gegeven. Bijvoorbeeld:\n"
+"\n"
+" HOP #kanaal LIST 2-5,7-9\n"
+" Geeft AOP's 2 t/m 5 en 7 t/m 9 weer.\n"
+"\n"
+"Het HOP CLEAR commando verwijderd alle HOP's van de\n"
+"HOP lijst.\n"
+"\n"
+"De HOP ADD, HOP DEL en HOP LIST commando's zijn \n"
+"gelimiteerd tot AOP's en hoger. Het HOP CLEAR commando\n"
+"mag alleen door de kanaalstichter gebruikt worden.\n"
+"\n"
+"Dit commando kan uitgeschakeld zijn voor je kanaal, en in\n"
+"dat geval heb je de toegangslijst nodig. Zie\n"
+"/msg %S HELP ACCESS voor meer informatie over toegangs-\n"
+"lijsten, en /msg %S HELP SET XOP om te weten te komen\n"
+"hoe je tussen toegangslijsten en xOP-lijsten schakelt."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Gebruik: IDENTIFY [account] wachtwoord\n"
+"\n"
+"Vertelt %S dat je echt de eigenaar van deze nick bent. Veel\n"
+"commandos vereisen dat je jezelf identificeert met dit commando\n"
+"voordat je ze gebruikt. Het wachtwoord moet hetzelfde zijn als\n"
+"die je gestuurd hebt met het REGISTER commando."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Gebruik: IGNORE {ADD|DEL|LIST|CLEAR} [tijd] [nick | mask]\n"
+"\n"
+"Stelt Services Operators in staat de Services een nick\n"
+"of mask voor een bepaalde tijd of tot de volgende herstart te\n"
+"laten negeren. Standaard wordt de tijd gegeven in seconden.\n"
+"Je kan de tijd opgegeven met behulup van units. Geldige units \n"
+"zijn: s voor seconden, m voor minuten, h voor uren\n"
+"en d voor dagen. Combinaties hiervan zijn niet toegestaan. \n"
+"Om Services iemand permanent te laten negeren kun je 0 opgeven als tijd.\n"
+"Als je een mask toevoegd moet deze in volgende format zijn:\n"
+"user@host of nick!user@host, iets anders wordt een nick beschouwd.\n"
+"Wildcards zijn toegestaan.\n"
+"\n"
+"IRC Operators zullen niet genegeerd worden, zelfs al komen\n"
+"ze overeen met een mask uit de lijst."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Gebruik: INFO kanaal\n"
+"\n"
+"Geeft informatie weer over het gegeven geregistreerde\n"
+"kanaal, zoals de stichter, registratietijd, tijd van\n"
+"laatste gebruik, beschrijving, en mode-slot indien aan-\n"
+"wezig. Als ALL is gespecificeerd zullen het groetbericht\n"
+"en de opvolger ook worden weergegeven.\n"
+"\n"
+"Standaard is de ALL optie gelimiteerd tot degenen met\n"
+"stichter-toegang tot het kanaal."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Gebruik: INFO nick\n"
+"\n"
+"Geeft informatie weer over de gegeven nick, zoals de laatste\n"
+"eigenaar van de nick, het laatst beekende adres, wanneer deze\n"
+"voor het laatst gezien is, en de ingestelde optie. Als je\n"
+"voor de gegeven nick geidentificeerd bent en het ALL\n"
+"commando is gegeven zal je alle informatie te zien krijgen,\n"
+"om het verborgen is of niet."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Gebruik: INFO [kanaal]\n"
+"\n"
+"Geeft informatie weer over het aantal memo's dat je hebt,\n"
+"hoeveel daarvan er ongelezen zijn, en hoeveel memo's je in\n"
+"totaal kan ontvangen. Met een paramenter wordt dezelfde\n"
+"informatie voor het gegeven kanaal weergegeven."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Gebruik: INFO [nick | kanaal]\n"
+"\n"
+"Geeft informatie weer over het aantal memo's dat je hebt,\n"
+"hoeveel daarvan er ongelezen zijn, en hoeveel memo's je in\n"
+"totaal kan ontvangen.\n"
+"\n"
+"Met een kanaal paramenter wordt dezelfde informatie voor\n"
+"het gegeven kanaal weergegeven.\n"
+"\n"
+"Met een nick paramenter wordt dezelfde informatie voor de\n"
+"gegeven nick weergegeven. Dit gebruik is gelimiteerd tot\n"
+"Services Operators."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Gebruik: INFO {kanaal | nick}\n"
+"\n"
+"Stelt je in staat %S informatie te zien over een kanaal\n"
+"of een bot. Als het paramenter een kanaal is krijg je bijvoorbeeld\n"
+"informatie over kickers. Als het paramenter een nick is krijg\n"
+"je informatie over een bot, bijvoorbeeld de tijd waarop deze\n"
+"gemaakt is of op hoeveel kanalen deze is."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Gebruik: INVITE kanaal\n"
+"\n"
+"Laat %S je uitnodigen in een gegeven kanaal.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met\n"
+"niveau 5 of hoger op het kanaal."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"GEBRUIK: JUPE server [reden]\n"
+"\n"
+"Zorgt ervoor dat Services de opgegeven server \"jupiteren\".\n"
+"Dit betekent dat er een nep \"server\" die verbonden is aan\n"
+"Services gemaakt wordt, die voorkomt dat de echte server met\n"
+"die naam verbindt. De JUPE kan worden verwijderd met een\n"
+"standaard SQUIT commando. Als een reden is gegeven, wordt\n"
+"deze in het server informatie veld geplaatsd, anders zal het\n"
+"informatie veld de text \"Juped by <nick>\" bevatten, waar\n"
+"<nick> vervangen wordt door de <nick> die de server JUPEt."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Gebruik: KICK #kanaal nick [reden]\n"
+"\n"
+"Kickt de gegeven nick van het gegeven kanaal.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met\n"
+"niveau 5 of hoger op het kanaal."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Zet de slechte-woorden-kicker aan of uit. Wanneer deze aan\n"
+"staat zal de bot gebruikers kicken die bepaald slechte\n"
+"woorden op het kanaal zeggen.\n"
+"\n"
+"Je kan de slechte woorden voor je kanaal instellen met het\n"
+"BADWORDS commando. Type /msg %S HELP BADWORDS voor\n"
+"meer informatie.\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal REPEAT {ON|OFF} [ttb [nr]]\n"
+"\n"
+"Zet de herhalings-kicker aan of uit. Wanneer deze aan staat\n"
+"zal de bot gebruikers kicken die zichzelf nr keer herhalen\n"
+"(als nr niet is gegeven staat die standaard op 3).\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Gebruik: KICK kanaal optie parameters\n"
+"\n"
+"Configureer bot kickers. optie kan zijn:\n"
+"\n"
+" BOLDS Stelt in of de bot kickt op vet\n"
+" BADWORDS Stelt in of de bot kickt op slechte woorden\n"
+" CAPS Stelt in of de bot kickt op hoofdletters\n"
+" COLORS Stelt in of de bot kicks op kleuren\n"
+" FLOOD Stelt in of de bot floodende gebruikers kickt\n"
+" REPEAT Stelt in of de bot gebruikers kickt die\n"
+" zichzelf herhalen\n"
+" REVERSES Stelt in of de bot kickt op inverteringen\n"
+" UNDERLINES Stelt in of de bot kickt op onderstrepingen\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Type /msg %S HELP KICK optie voor meer informatie over\n"
+"een specifieke optie.\n"
+"\n"
+"Let op: toegang tot dit commando wordt gecontroleerd door\n"
+"het niveau SET commando."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Gebruik: KICK kanaal gebruiker reden\n"
+"\n"
+"Stelt de staf in staat om een gebruik van elk willekeurig\n"
+"kanaal te kicken. De paramenters zijn hetzelfde als die van\n"
+"een standaard /KICK commando. Het kick-bericht zal de nickname\n"
+"van de IRCop die het KICK commando uitvoert bevatten.\n"
+"Bijvoorbeeld:\n"
+"\n"
+"*** Gebruiker has been kicked off channel #mijn_kanaal by %S (IRCOp "
+"(Misbruik))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal BOLDS {ON|OFF} [ttb]\n"
+"Zet de vet-kicker aan of uit. Wanneer deze aan staat zal\n"
+"de bot gebruikers kicken die vet gebruiken.\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal CAPS {ON|OFF} [ttb [min [procent]]]\n"
+"\n"
+"Zet de hoofdletter-kicker aan of uit. Wanneer deze aan staat\n"
+"zal de bot gebruikers kicken die HOOFDLETTERS gebruiken.\n"
+"\n"
+"De bot kickt alleen als er minstens min hoofdletters in\n"
+"de zin staan en deze minstens procent%% van de totale\n"
+"regel bevatten (indien niet gegeven, staat dit standaard op\n"
+"10 hoofdletters en 25%%).\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal COLORS {ON|OFF} [ttb]\n"
+"Zet de kleuren-kicker aan of uit. Wanneer deze aan staat\n"
+"zal de bot gebruikers kicken die kleuren gebruiken.\n"
+"\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal FLOOD {ON|OFF} [ttb [regels [seconden]]]\n"
+"\n"
+"Zet de flood-kicker aan of uit. Wanneer deze aan staat zal\n"
+"de bot gebruikers kicken die het kanaal flooden met minstens\n"
+"regels regels in seconden seconden.\t(indien niet gegeven,\n"
+"staat dit standaard op 6 regels in 10 seconden).\n"
+"\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Zet de inverteringen-kicker aan of uit. Wanneer deze aan\n"
+"staat zal de bot gebruikers kicken die inverteringen\n"
+"gebruiken.\n"
+"\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Gebruik: KICK kanaal UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Zet de onderstrepingen-kicker aan of uit. Wanneer deze aan\n"
+"staat zal de bot gebruikers kicken die onderstrepingen\n"
+"gebruiken.\n"
+"\n"
+"ttb is het aantal keren dat een gebruiker gekicked kan\n"
+"worden voordat deze gebanned wordt. Geef geen ttb op om het\n"
+"ban system uit te schakelen als deze kicker geactiveerd is."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Gebruik: LEVELS kanaal SET type [niveau|FOUNDER]\n"
+" LEVELS kanaal {DIS | DISABLE} type\n"
+" LEVELS kanaal LIST\n"
+" LEVELS kanaal RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Gebruik: LIST [<nick>|<vhost>]\n"
+"\n"
+"Dit commando geeft alle geregistreerde vhosts weer. Als je\n"
+"een nick of vhost meegeeft zulleen alleen die nick/vhost\n"
+"worden weergegeven. LET OP: er is momenteel geen flood-\n"
+"bescherming voor grote databases."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Gebruik: LIST trefbeeld\n"
+"\n"
+"Geeft alle geregistreerde kanalen weer die overeen komen\n"
+"met het trefbeeld. (Kanalen met de PRIVATE optie aan\n"
+"worden niet weergegeven.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Gebruik: LIST trefbeeld\n"
+"\n"
+"Geeft alle geregistreerde nicks weer die overeenkomen met\n"
+"het gegeven trefbeeld, in nick!gebruiker@host formaat.\n"
+"Nicks met de PRIVATE optie aan worden niet weergegeven.\n"
+"\n"
+"Voorbeelden:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Geeft alle nicks weer van joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Geeft alle geregistreerde nicks weer met Bot in\n"
+" hun naam (hoofdlettergevoelig).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Geeft alle nicks weer van het bar.org domein"
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Gebruik: LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Geeft alle geregistreerde kanalen weer die overeen komen met\n"
+"het gegeven tgrefbeeld. Kanalen met de PRIVATE optie aan\n"
+"worden alleen weergegeven aan Services Operators.\n"
+"Kanalen met de NOEXPIRE aan zullen een ! voor de kanaal-\n"
+"naam hebben voor Services Operators.\n"
+"\n"
+"Als de FORBIDDEN, SUSPENDED of NOEXPIRE opties zijn gegeven\n"
+"worden alleen kanalen die, respectievelijk, verboden,\n"
+"tijdelijk buiten werken gesteld zijn, of als niet-verlopen\n"
+"gemarkeerd zijn weergegeven. Als er meerdere opties worden\n"
+"gegeven worden alle gevraagde types weergegeven. Deze opties\n"
+"zijn gelimiteerd tot Services Operatorstrators."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Gebruik: trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Geeft alle geregistreerde nicknames weer die overeen komen\n"
+"met het gegeven trefbeeld, in nick!gebruiker@host formaat.\n"
+"Nicks met de PRIVATE optie in worden alleen weergegeven\n"
+"aan Services Operators. Nicks met de NOEXPIRE optie aan zullen\n"
+"een ! voor de naam hebben als een Services Operator de lijst\n"
+"bekijkt.\n"
+"\n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"\n"
+"Voorbeelden:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" Geeft alle nicks weer van joeuser@foo.com.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Geeft alle geregistreerde nicks weer met Bot in\n"
+" hun naam (hoofdlettergevoelig).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Geeft alle geregistreerde nicks weer die niet\n"
+" zullen verlopen."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Gebruik: LIST [kanaal] [lijst | NEW]\n"
+"\n"
+"Geeft alle memo's die je hebt weer. Als je NEW opgeeft worden\n"
+"alleen nieuwe (ongelezen) memo's weergegeven. Ongelezen memo's\n"
+"worden gemarkeerd met een \"*\" links van het memo nummer. Je kan\n"
+"ook een lijst van nummers specificeren, zoals in het voorbeeld:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" Geeft de memo's genummerd 2 t/m 5 en 7 t/m 9 weer."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Gebruik: LOGONNEWS ADD text"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Gebruik: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {nr | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Wijzigt de lijst met login nieuwsberichten of geeft deze weer.\n"
+"Wanneer een gebruiker met het netwerk verbindt, worden deze\n"
+"berichten naar hem/haar verzonden. (Echter, er zullen nooit\n"
+"meer dan %d berichten worden verstuurd om het flooden van de\n"
+"gebruiker te voorkomen. Als er meer nieuwsberichten\n"
+"zijn worden alleen de meest recente vestuurd.)\n"
+"NewsCount kan geconfigureerd worden in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Gebruik: LOGONNEWS DEL {nr | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Gebruik: LOGOUT\n"
+"\n"
+"Dit draait het effect van het IDENTIFY commando om: het\n"
+"zorgt er voor dat je niet meer herkend word als de echte\n"
+"eigenaar van de nick. Merk op dat je niet gevraagd wordt om\n"
+"je opnieuw te identificeren."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Gebruik: LOGOUT [nick [REVALIDATE]]\n"
+"\n"
+"Zonder een paramenter keert dit command het effect van het\n"
+"IDENTIFY commando om; je wordt dus niet meer herkend als\n"
+"de echte eigenaar van je huidige nick. Merk echter op dat\n"
+"je niet wordt gevraagd jezelf opnieuw te identificeren.\n"
+"Met een paramenter doet dit commando hetzelfde voor de\n"
+"gegeven nick. Als je ook REVALIDATE meegeeft zullen de\n"
+"Services de gegeven nick vragen opnieuw te identificeren.\n"
+"Het gebruik hiervan is gelimiteerd tot Services Operators."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Gebruik: MODE kanaal modes\n"
+"\n"
+"Stelt Services operators in staat om de modes van elk willekeurig\n"
+"kanaal in te stellen. De paramenters zijn het zelfde als bij een\n"
+"standaard /MODE commando."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Gebruik: MODINFO bestandsnaam\n"
+"Dit command geeft informatie weer over de gespecificeerde\n"
+"geladen module."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Gebruik: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Geeft alle momenteel geladen modules weer."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Gebruik: MODLOAD bestandsnaam\n"
+"\n"
+"Dit commando laadt de module genaamd bestandsnaam uit de\n"
+"modules directory."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Gebruik: MODUNLOAD bestandsnaam\n"
+"Dit commando ontlaadt de module genaamd bestandsnaam uit\n"
+"de modules directory."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Gebruik: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"\n"
+"NOOP SET verwijder alle O:lines van de gegeven server\n"
+"en /KILLt alle IRCops die momenteel verbonden zijn met de\n"
+"server om te voorkomen dat ze de server rehashen, omdat\n"
+"dit het effect weer ongedaan zou maken.\n"
+"\n"
+"NOOP REVOKE maakt alle verwijderde O:lines op de gegeven\n"
+"server weer beschikbaar.\n"
+"\n"
+"Pas op: De server wordt niet gecontroleerd door Services."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Gebruik: OFF\n"
+"\n"
+"Deactiveert de vhost die moementeel toegewezen is aan de nick\n"
+"die je gebruikt. Als je dit commando uitvoert zal elke\n"
+"gebruiker die een /whois op je doet je echte hostname zien\n"
+"in plaats van je vhost."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Gebruik: OLINE gebruiker flags\n"
+"\n"
+"Stelt Services Operators in staat om Operflags te geven\n"
+"aan elke willekeurig gebruiker. Flags moeten worden vooraf\n"
+"gegeaan door een \"+\" of een \"-\". Om alle flags te verwijderen\n"
+"kun je simpelweg een \"-\" typen in plaats van de flags."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Gebruik: ON\n"
+"\n"
+"Activeert de vhost die momenteel toegewezen is aan de nick\n"
+"die je gebruikt. Als je dit commando uitvoert zal elke\n"
+"gebruiker die een /whois op je doet de vhost zien in plaats\n"
+"van je echte hostname."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Gebruik: OP #kanaal [nick]\n"
+"\n"
+"Geeft de gegeven nick op-status op een kanaal. Als er geen\n"
+"nick is gegeven zal je zelf op-status krijgen.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Gebruik: OPERNEWS ADD text"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Gebruik: OPERNEWS ADD text\n"
+" OPERNEWS DEL {nr | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Wijzigt de lijst met oper nieuwsberichten of geeft deze weer.\n"
+"Wanneer een gebruiker opert (dmv het /OPER commando), worden\n"
+"deze berichtennaar hem/haar verzonden. (Echter, er zullen\n"
+"nooit meer dan %d berichten worden verstuurd om het flooden\n"
+"van de gebruiker te voorkomen. Als er meer nieuwsberichten \n"
+"zijn worden alleen de meest recente vestuurd.)\n"
+"NewsCount kan geconfigureerd worden in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Gebruik: OPERNEWS DEL {nr | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Gebruik: OWNER #kanaal\n"
+"\n"
+"Geeft je eigenaar status op kanaal.\n"
+"\n"
+"Gelimiteerd tot degenen met stichter-rechten op het kanaal."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Gebruik: PROTECT #kanaal [nick]\n"
+"\n"
+"Beschermt de geselecteerde nick op een kanaal. Als nick niet\n"
+"is gegeven, zal je zelf beschermd worden.\n"
+"\n"
+"Standaard is dit gelimiteerd tot de oprichter, SOPs, of\n"
+"degenen met een niveau van 10 of hoger op het kanaal voor\n"
+"zelf-protectie."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Gebruik: QUIT\n"
+"\n"
+"Zorgt ervoor dat Services meteen afsluiten: databases worden\n"
+"niet opgeslagen. Dit commando moet niet gebruikt worden\n"
+"tenzij schade aan de kopieen van de databases in het geheugen\n"
+"wordt gevreesd en ze niet moeten worden opgeslagen. Voor\n"
+"normaal afsluiten moet je het SHUTDOWN commando gebruiken."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Gebruik: RANDOMNEWS ADD text"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Wijzigt de lijst mer willekeurige nieuwsberichten of geeft\n"
+"deze weer. Wanneer een gebruiker met het netwerk verbindt,\n"
+"wordt er een (en niet meer dan een) van deze willekeurige\n"
+"nieuwsberichten willekeurig uitgekozen en naar hem/haar\n"
+"verstuurd.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Gebruik: RANDOMNEWS DEL {nr | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Gebruik: READ [kanaal] {nr | lijst | LAST | NEW}\n"
+"\n"
+"Verstuurt de text van de gespecificeerde memo's. Als LAST is\n"
+"gegeven wordt de laatst ontvangen memo verstuurd. Als NEW is\n"
+"gegeven worden alle nieuwe memo's verstuurd. Anders wordt\n"
+"memo nummer nr gegeven. Je kan ook een lijst van nummers\n"
+"opgeven, zoals in onderstaand voorbeeld:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Geeft de memo's genummerd 2 t/m 5 en 7 t/m 9 weer."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Gebruik: RECOVER nick [wachtwoord]\n"
+"\n"
+"Deze optie stelt je instaat je nick terug te nemen wanneer\n"
+"iemand anders deze heeft. Deze optie doet hetzelfde als\n"
+"%S automatisch doet als iemand een nick probeert te\n"
+"gebruiken die beschermd is door de KILL optie.\n"
+"\n"
+"Wanneer je dit commando geeft zal %S een nep-gebruiker\n"
+"online brengen met dezelfde nickname als de gebruiker waarvan\n"
+"je de nick terugneemt. Dit zorgt ervoor dat de IRC server de\n"
+"andere gebruiker zijn/haar verbinding sluiten. Deze nep-\n"
+"gebruiker zal voor %s online blijven om ervoor te zorgen\n"
+"dat de gebruiker niet meteen opnieuw verbindt met dezelfde\n"
+"nick. Na deze tijd kan je je nick opnieuw claimen, of je kan\n"
+"tussentijds je nick terugkrijgen mbv het RELEASE commando.\n"
+"(Bekijk /msg %S HELP RELEASE voor meer informatie hierover)\t\n"
+"\n"
+"Om het RECOVER commando op een nick te mogen gebruiken moet\n"
+"je huidige adres zoals deze in /WHOIS staat op de toegangslijst\n"
+"van deze nick zijn, je geindentificeerd zijn in de group van\n"
+"die nick, of het correcte wachtwoord opgegeven zijn."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Gebruik: REGISTER kanaal beschrijving\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Gebruik: REGISTER wachtwoord [email]\n"
+"\n"
+"Registreert je nickname in de %S database. Wanneer je nick\n"
+"geregistreerd is kan je de SET en ACCESS commando's\n"
+"gebruiken om je nick instellingen te veranderen.\n"
+"Onthoud het wachtwoord dat je gebruikt bij het registreren,\n"
+"je hebt het nodig als je je nick instellingen later wilt\n"
+"veranderen. (Let erop dat hoofdletters uitmaken! ANOPE,\n"
+"Anope, en anope zijn allemaal andere wachtwoorden!)\n"
+"\n"
+"Wachtwoordrichtlijnen:\n"
+"\n"
+"Wachtwoorden moeten niet makkelijk te raden zijn. Bijvoorbeeld,\n"
+"je echte naam als wachtwoord gebruiken is een slecht idee. Je\n"
+"nick als een wachtwoord gebruiken is een veel slechter idee ;)\n"
+"en in feite, %S staat het niet toe. Trouwens, korte wachtwoorden\n"
+"zijn kwetsbaar voor zoekacties,\tdus je moet een wachtwoord\n"
+"kiezen dat minstens 5 tekens lang is. Als laatste, de spatie\n"
+"kan niet gebruikt worden in wachtwoorden.\n"
+"\n"
+"De email parameter is optioneel en stelt onmiddelijk de email\n"
+"voor je nick in. Het kan echter vereist zijn voor bepaalde\n"
+"netwerken.\n"
+"Je privacy wordt gerespecteerd; deze email zal nooit aan derden\n"
+"gegeven worden.\n"
+"\n"
+"Dit commando maakt ook een nieuwe groep voor je nickname, die\n"
+"toestaat andere nicks onder dezelfde configuratie, dezelfde\n"
+"memos en dezelfde kanaalrechten te delen. Voor meer informatie\n"
+"over deze functie, type /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Gebruik: RELEASE nickname [wachtwoord]\n"
+"\n"
+"Geeft %S de opdracht elke nep-gebruiker met jouw nick te\n"
+"verwijderen. Deze nep-gebruiker wordt aangemaakt na een\n"
+"automatische kill-bescherming of na gebruik van het RECOVER\n"
+"commando. Standaard blijft zo'n nep-gebruiker %s staan;\n"
+"dit commando zorgt ervoor dat deze eerder wegghaald wordt.\n"
+"\n"
+"Om het RELEASE commando op een nick te mogen gebruiken moet\n"
+"je huidige adres zoals deze in /WHOIS staat op de toegangslijst\n"
+"van deze nick zijn, je geindentificeerd zijn in de group van\n"
+"die nick, of het correcte wachtwoord opgegeven zijn."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Gebruik: RELOAD\n"
+"\n"
+"Zorgt ervoor dat Services het configuratie-bestand opnieuw\n"
+"inladen. Let er wel op dat sommige instellingen nog steeds\n"
+"vereisen dat de Services opnieuw gestart worden (bijvoorbeeld\n"
+"Services' nicknames, activatie van de sessie limiet, etc.)"
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Gebruik: RESTART\n"
+"\n"
+"Zorgt ervoor dat Services alle databases opslaat en dan\n"
+"opnieuw opstart."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Gebruik: RSEND {nick | kanaal} memo-tekst\n"
+"\n"
+"Stuurt de gegeven nick of kanaal een memo met memo-tekst.\n"
+"Wanneer je een memo naar een nick stuurt zal de ontvanger een\n"
+"notificatie krijgen dat hij/zij een nieuwe memo heeft. Ook moet\n"
+"de gegeven nick/kanaal geregistreerd zijn.\n"
+"Zodra de memo is gelezen door de ontvanger zal er automatisch\n"
+"een memo teruggestuurd worden naar degene die de memo verstuurd\n"
+"heeft om hem/haar te informeren dat de memo gelezen is."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Gebruik: SAY kanaal tekst\n"
+"\n"
+"Laat de bot de gegeven tekst op het gegeven kanaal zeggen."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Gebruik: SEND {nick | kanaal} memo-text\n"
+"\n"
+"Stuurt de genoemde nick of kanaal een memo bevattende\n"
+"memo-text. Wanneer je een memo naar een nick stuurt zal\n"
+"de ontvanger een notice krijgen dat hij/zij een nieuwe memo\n"
+"heeft. De doel nick/kanaal moet geregistreerd zijn."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Gebruik: SENDALL memo-text\n"
+"Stuurt alle geregistreerde gebruikers een memo die\n"
+"memo-text bevat."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Gebruik: SENDPASS nick\n"
+"\n"
+"Verstuur het wachtwoord van de gegeven nick naar het e-mail\n"
+"adres wat bij de nick hoort. Dit commando is erg handig om\n"
+"verloren wachtwoorden terug te krijgen.\n"
+"\n"
+"Kan gelimiteerd zijn tot IRC operators op sommige netwerken."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Gebruik: SESSION LIST drempel\n"
+" SESSION VIEW host\n"
+"\n"
+"Stelt Services Operators instaat de sessie lijst te bekijken.\n"
+"\n"
+"SESSION LIST geeft hosts weer met tenminste drempel\n"
+"sessies weer. Deze drempel moet een nummer groter dan 1 zijn.\n"
+"Dit is om te verkomen dat je perongeluk het grote aantal\n"
+"hosts met maar 1 sessie weergeeft.\n"
+"SESSION VIEW geeft gedetailleerde informatie weer over een\n"
+"specifieke host, inclusief het huidige aantal sessies en de\n"
+"sessie limiet. De host waarde mag geen wildcards bevatten.\n"
+"\n"
+"Bekijk de EXCEPTION help voor meer informatie over sessie\n"
+"limiteringen en hoe sessie limieten in te stellen voor\n"
+"specifieken hosts en groepen daarvan."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Gebruik: SET <nick> <hostmask>.\n"
+"\n"
+"Stelt de vhost voor de gegeven nick in op de vhost die je\n"
+"meegegeven heeft. Als de IRCD vIdent's ondersteund kun je\n"
+"ook SET <nick> <ident>@<hostmask> gebruiken om de ident\n"
+"voor een gebruiker aan te passen gelijk met de hostname."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Gebruik: SET kanaal optie parameters\n"
+"\n"
+"Stel bot opties in. optie kan zijn:\n"
+"\n"
+" DONTKICKOPS Om ops te beschermen tegen bot kicks\n"
+" DONTKICKVOICES Om voices te beschermen tegen bot kicks\n"
+" GREET Zet groet-berichten aan\n"
+" FANTASY Zet fantasie-commando's aan\n"
+" SYMBIOSIS Stel de bot in staat te handelen als een\n"
+" echte bot.\n"
+"\n"
+"Type /msg %S HELP SET optie voor meer informatie over een\n"
+"specifieke optie.\n"
+"\n"
+"Let op: toegang tot dit commando wordt geregeld via het\n"
+"niveau SET commando."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Gebruik: SET bot-nick PRIVATE {ON|OFF}\n"
+"\n"
+"Deze optie szorgt ervoor dat een bot niet kan worden\n"
+"toegewezen aan een kanaal door gebruikers die geen\n"
+"IRC operator zijn."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Gebruik: SET kanaal optie parameters\n"
+"\n"
+"Stelt de kanaalstichter in staat om verschillende kanaal-\n"
+"opties en andere informatie in te stellen.\n"
+"\n"
+"Beschikbare opties:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Gebruik: SET kanaal DONTKICKOPS {ON|OFF}\n"
+"\n"
+"(De)activeer ops protectie mode op een kanaal.\n"
+"Wanneer deze geactiveerd is zullen ops niet door de bot\n"
+"gekicked worden, zelfs wanneer deze niet overeen komen\n"
+"met het NOKICK niveau."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Gebruik: SET kanaal DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"(De)activeer voices protectie mode op een kanaal.\n"
+"Wanneer deze geactiveerd is zullen voices niet door de bot\n"
+"gekicked worden, zelfs wanneer deze niet overeen komen\n"
+"met het NOKICK niveau."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Gebruik: SET kanaal FANTASY {ON|OFF}\n"
+"\n"
+"(De)activeert fantasie mode op een kanaal.\n"
+"Wanner het geactiveerd is zullen users de !op, !deop,\n"
+"!voice, !devoice, !kick, !kb, !unban, en !seen commando's\n"
+"op een kanaal kunnen gebruiken (ontdek hoe je ze moet\n"
+"gebruiken; probeer ze allemaal met een nick, en misschien\n"
+"sommigen met een reden?).\n"
+"\n"
+"Let op dat de gebruikers die de fantasie-commando's willen\n"
+"gebruiken een hoog genoeg niveau MOETEN hebben voor zowel\n"
+"de FANTASIA en het niveau voor het commando indien vereisd.\n"
+"Bijvoorbeeld: om !op te mogen gebruiken moet een gebruiken\n"
+"genoeg rechten voor het OPDEOP niveau hebben."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Gebruik: SET kanaal GREET {ON|OFF}\n"
+"\n"
+"(De)activeert greet mode op een kanaal.\n"
+"Wanneer deze geactiveerd is zal de bot de groetberichten\n"
+"van de gebruikers die het kanaal joinen weergegeven, mits\n"
+"ze hiertoe rechten hebben op het kanaal."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Gebruik: SET kanaal NOBOT {ON|OFF}\n"
+"\n"
+"Deze optie zorgt ervoor dat een kanaal geen bot kan hebben.\n"
+"Als er al een bot aan het kanaal is toegewezen wordt deze\n"
+"automatisch van het kanaal gehaald wanneer je deze optie\n"
+"aan zet."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Gebruik: SET kanaal NOEXPIRE {ON | OFF}\n"
+"\n"
+"Stelt in of het gegeven kanaal zal verlopen. Door deze optie\n"
+"AAN te zetten kun je verhinderen dan het kanaal verloopt."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Gebruik: SET kanaal SYMBIOSIS {ON|OFF}\n"
+"\n"
+"(De)activeert symbiosis mode op een kanaal.\n"
+"Wanneer dit is geactiveerd zal de bot alles doen wat normaal\n"
+"foor %s wordt gedaan bij kanalen, zoals MODEs, KICKs, en\n"
+"zelfs het welkomstbericht."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Gebruik: SET optie parameters\n"
+"\n"
+"Stelt verscheidene nick opties in. option kan zijn:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Gebruik: SET optie parameters\n"
+"\n"
+"Stelt verschillende memo opties in. optie kan zijn:\n"
+"\n"
+" NOTIFY Veranderd wanneer je geinformeerd wordt over\n"
+" nieuwe memo's (alleen voor nicks)\n"
+" LIMIT Stelt het maximum aantal memo's dat je kan\n"
+" ontvangen in\n"
+"\n"
+"Type /msg %S HELP SET optie voor more informatie over\n"
+"een specifieke optie."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Gebruik: SET optie instelling\n"
+"\n"
+"Stelt verschillende globale Services opties in. Momenteel\n"
+"zijn de volgende opties beschikbaar:\n"
+" READONLY Stel alleen-lezen of lezen-schrijven mode in\n"
+" LOGCHAN Rapporteer log-berichten naar een kanaal\n"
+" DEBUG (De)activeer debug mode\n"
+" NOEXPIRE (De)activeer de geen-verloop mode\n"
+" SUPERADMIN (De)activeer SuperAdministrator mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"GEBRUIK: SET DEBUG {ON | OFF | nummer}\n"
+"\n"
+"Zet debug mode aan of uit. In debug mode zal alle data die\n"
+"naar en van Services verzonden worden, alsmede een aantal\n"
+"debug-berichten, naar het log-bestand geschreven worden.\n"
+"Als nummer is gegeven zal debug mode worden geactiveerd met\n"
+"het debug-niveau op nummer\n"
+"Deze optie komt overeen met de commandline-optie -debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Gebruik: SET DISPLAY nieuwe-weergave\n"
+"\n"
+"Verandert de weergegeven nick van je nick-groep in Services.\n"
+"De nieuwe weergave MOET een nick in je groep zijn."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Gebruik: SET EMAIL adres\n"
+"\n"
+"Associeert het gegeven e-mail adres met jouw nick. Dit adres\n"
+"zal worden weergegeven wanneer iemand informatie over je nick\n"
+"opvraagt met het INFO commando."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Gebruik: SET GREET bericht\n"
+"\n"
+"Het opgegeven bericht zal als groet worden weergegeven in\n"
+"elk kanaal dat je joint waarbij de GREET optie aanstaat,\n"
+"indien je toegangsniveau hoog genoeg is hiervoor."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Gebruik: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Deze optie stelt je in staat verschillende informatie te\n"
+"verbergen wanneer iemand een %S INFO op jouw nick\n"
+"doet. Je kan je e-mail adres (EMAIL), laatst bekende\n"
+"gebruikter@host mask (USERMASK) en laatste quit bericht (QUIT)\n"
+"verbergen. De tweede paramenter geeft aan of de informatie\n"
+"moet worden weergegeven (OFF) of verborgen (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Gebruik: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Zet de automatiche beschermingsoptie voor je nick aan of uit.\n"
+"Met bescherming aan, krijgt elke gebruik met jouw nick een\n"
+"minuut om zich te identificeren of om zijn/haar nick te\n"
+"veranderen. Is geen van beiden gebeurd in die minuut, dan zal\n"
+"%S een nick-verandering forceren.\n"
+"\n"
+"Als je QUICK kiest, zal de gebruiker maar 20 seconden hebben\n"
+"om zijn/haar nick te veranderen in plaats van de gebruikelijke\n"
+"60. Als je IMMED kiest, zal de nick meteen worden aangepaast\n"
+"zonder enige waarschuwing vooraf of kans om zijn/haar nick\n"
+"te wijzigen; gebruik deze optie alleen wanneer noodzakelijk.\n"
+"Deze optie kan ook uitgeschakeld zijn door de netwerk\n"
+"administrators."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Gebruik: SET LANGUAGE nummer\n"
+"\n"
+"Verandert de taal die Services gebruikt wanneer deze een\n"
+"bericht naar jou stuurt (bijvoorbeeld wanneer deze antwoord\n"
+"op een commando dat je hebt verzonden). nummer moet gekozen\n"
+"worden uit de volgende lijst van ondersteunde talen:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Gebruik: SET LIMIT [kanaal] limiet\n"
+"\n"
+"Stelt het maximum aantal memo's in dat jij (of het gegeven\n"
+"kanaal) kan hebben. Als je dit op 0 zet zal niemand memo's\n"
+"naar je kunnen sturen. Je kan dit echter niet hoger dan %d\n"
+"zetten."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Gebruik: SET LIMIT [gebruiker | kanaall] {limiet | NONE} [HARD]\n"
+"\n"
+"Stelt het maximum aantal memo's in dat een gebruiker of\n"
+"kanaal mag hebben. Als je deze limiet op 0 zet kan de\n"
+"gebruiker geen memo's ontvangen; zet dit op NONE om toe\n"
+"te staan dat de gebruiker of kanaal zoveel memo's mag hebben\n"
+"als hij/zij wil. Als je geen nick of kanaal opgeeft wordt\n"
+"je eigen limiet ingesteld.\n"
+"\n"
+"Als je HARD toevoegt kan de gebruiker de limiet niet\n"
+"veranderen. HARD weglaten heeft het tegenovergestelde\n"
+"effect: de gebruiker in staat stellen de limiet te veranderen\n"
+"(zelfs als een vorige limiet is ingesteld met HARD).\n"
+"\n"
+"Het gebruiken van het SET LIMIT commando is gelimiteerd tot\n"
+"Services Operators. Andere gebruikers mogen alleen een limiet\n"
+"voor zichzelf of voor een kanaal waar ze genoeg rechten hebben\n"
+"instellen, mogen geen limiet instellen boven %d, en mogen geen\n"
+"harde limiet instellen."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Gebruik: SET LIST\n"
+"\n"
+"Geef de verschillende %S instellingen weer."
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Gebruik: SET LOGCHAN {ON | OFF}\n"
+"\n"
+"Wanneer deze optie aan staat zullen Services de log-berichten\n"
+"naast de log-bestanden ook naar een gespecificeerd kanaal\n"
+"sturen. LogChannel moet ik ook gedefineerd zijn in het Services\n"
+"configuratie bestand om deze instelling bruikbaar te laten zijn.\n"
+"\n"
+"Deze optie komt overeen met de commandline-optie -logchan.\n"
+"\n"
+"Let op: Dit kan grote beveiligingsimplicaties met zich mee\n"
+"bregen als het log-kanaal niet goed beveiligd is."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Gebruik: SET MSG {ON | OFF}\n"
+"\n"
+"Deze optie stelt je in staat de manier te kiezen waaop Services\n"
+"met je communiceren. Met MSG aan zullen de Services gewone\n"
+"berichten gebruiken, anders zullen ze notices gebruiken."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Gebruik: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Zet de geen-verloop mode aan of uit. In de geen-verloop mode\n"
+"zullen nicks, kanalen, AKILLs en uitzonderingen niet verlopen\n"
+"totdat de geen-verloop mode weer wordt uitgezet.\n"
+"\n"
+"Deze optie komt overeen met de commandline-optie -noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Gebruik: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Verandert wanneer je geinformeerd zal worden over nieuwe memo's:\n"
+"\n"
+" ON Je wordt geinformeerd over memo's wanneer je inlogt,\n"
+" terugkomt van /AWAY, en wanneer ze naar je\n"
+" gestuurd worden.\n"
+" LOGON Je wordt geinformeerd over memo's wanneer je inlogt,\n"
+" of wanneer je terugkomt van /AWAY.\n"
+" NEW Je wordt alleen geinformeerd over memo's wanner ze\n"
+" naar je worden verstuurd.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+"\t any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Je zal geen informaties over memo's ontvangen.\n"
+"\n"
+"ON is wezenlijk LOGON en NEW gecombineerd."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Gebruik: SET PASSWORD nieuw-wachtwoord\n"
+"\n"
+"Verandert het wachtwoord dat je gebruik om je te identificeren\n"
+"als de eigenaar van je nick."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Gebruik: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Zet de prive optie van %S aan of uit voor jouw nick.\n"
+"Met PRIVATE aan zal je nick niet verschijnen in nicklijsten\n"
+"gegenereerd met %S's LIST commando. (Echter,\n"
+"iedereen die je nick weet kan nog steeds informatie krijgen\n"
+"mbv het INFO commando."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Gebruik: SET READONLY {ON | OFF}\n"
+"\n"
+"Zet de alleen-lezen mode aan of uit. In alleen-lezen mode\n"
+"zullen normale gebruikers niet in staat zijn data van de\n"
+"Services te wijzigen, inclusief kanaal toegangslijsten,\n"
+"nickname alias lijst, etc. IRCops met voldoende Services\n"
+"rechten kunnen de Services' AKILL lijst wijzigen, en nicknames\n"
+"en kanalen droppen of verbieden, maar deze veranderingen\n"
+"zullen niet worden opgeslagen behalve als de alleen-leze mode\n"
+"wordt uitgeschakeld voordat de Services uitgezet of opnieuw\n"
+"gestart worden.\n"
+"\n"
+"Deze optie komt overeen met de commandline-optie -readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Gebruik: SET SECURE {ON | OFF}\n"
+"\n"
+"Zet %S's veiligheidsopties aan of uit voor jouw nick.\n"
+"Met SECURE aan moet je altijd een wachtwoord invullen\n"
+"voordat je wordt herkend als de eigenaar van de nick,\n"
+"ook als je adres op de toegangslijst voor deze nick\n"
+"staat. Echter, als je op de toegangslijst staat zal\n"
+"%S je niet automatisch killen, hoe de KILL optie ook\n"
+"ingesteld is."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Gebruik: SET SUPERADMIN {ON | OFF}\n"
+"\n"
+"Als je dit aan zet krijg je extra privileges, zo ben je dan\n"
+"bijvoorbeeld stichter op alle kanalen, etc...\n"
+"\n"
+"Deze optie is niet persistent, en moet alleen gebruikt worden\n"
+"wanneer het echt nodig is, en terug op OFF gezet worden als het\n"
+"niet meer nodig is."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Gebruik: SETALL <nick> <hostmask>.\n"
+"\n"
+"Stelt de vhost voor alle nicks in dezelfde groep als de\n"
+"gegeven nick in. Als de IRCD vIdent's ondersteund kun je\n"
+"ook SET <nick> <ident>@<hostmask> gebruiken om de ident\n"
+"voor gebruikers aan te passen gelijk met de hostname.\n"
+"\n"
+"* LET OP, dit wijzigt niet de vhost voor elke nick lid\n"
+"wordt van de groep nadat dit commando is gebruikt."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Gebruik: SHUTDOWN\n"
+"\n"
+"Zorgt ervoor dat Services alle databases opslaat en dan\n"
+"afsluit."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Gebruik: SNLINE ADD [+verlooptijd] mask reden\n"
+" SNLINE DEL {mask | entry-nr | lijst}\n"
+" SNLINE LIST [mask | lijst]\n"
+" SNLINE VIEW [mask | lijst]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Stelt Services operators in staat de SNLINE lijst te beheren.\n"
+"Als een gebruiker die overeenkomt met een SNLINE mask probeert\n"
+"te verbinden zullen Services deze gebruiker niet toestaan zijn\n"
+"of haar IRC sessie voort te zetten.\n"
+"\n"
+"SNLINE ADD voeg het gegeven user@host mask toe aan de SNLINE\n"
+"lijst met de gegeven reden (die moet worden gegeven).\n"
+"verlooptijd wordt gespecificeerd als een getal waarachter d \n"
+"(dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties\n"
+"(zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt \n"
+"meegegeven, is het standaard dagen (dus +30 zelfstandig betekent\n"
+"30 dagen). Om een SNLINE die niet verloopt toe te voegen, gebruik je\n"
+"+0. Als de usermask die toegevoegd moet worden met een + begint,\n"
+"is een verlooptijd verplicht, zelfs als die overeenkomt met de\n"
+"standaard verlooptijd. De huidige standaard verlooptijd voor een\n"
+"SNLINE kan gevonden worden met het STATS AKILL commando.\n"
+"\n"
+"Het SNLINE DEL commando verwijdert het gegeven mask van de SNLINE\n"
+"lijst als deze erop staat. Als er een lijst van entry-nummers\n"
+"is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor\n"
+"LIST hier onder.)\n"
+"\n"
+"Her SNLINE LIST commando geeft de SNLINE lijst weer.\n"
+"Als een mask met een * is gegeven zullen alleen de SNLINEs die\n"
+"overeenkomen met het mask worden weergegeven. Als een lijst van\n"
+"entry-nummers is gegeven worden alleen die weergegeven.\n"
+"Bijvoorbeeld:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Geeft SNLINEs 2 t/m 5 en 7 t/m 9 weer.\n"
+" \n"
+"SNLINE VIEW is een versie van SNLINE LIST die meer informatie\n"
+"geeft: de naam van degene die de SNLINE toe heeft gevoegd, de datum\n"
+"waarop dit gebeurde, waneer deze verloopt, en de user@host mask\n"
+"en de reden.\n"
+"\n"
+"SNLINE CLEAR maakt de SNLINE lijst leeg."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Gebruik: SOP kanaal ADD nick\n"
+" SOP kanaal DEL {nick | entry-nr | lijst}\n"
+" SOP kanaal LIST [mask | lijst]\n"
+" SOP kanaal CLEAR\n"
+"\n"
+"Onderhoud de SOP (SuperOP) lijst voor een kanaal. De\n"
+"SOP lijst geeft gebruikers alle rechten van die van de AOP\n"
+"lijst, en voegt de vereiste rechten toe om de AutoKick en\n"
+"SlechteWoorden lijst te onderhouden, kanaalmemo's te ver-\n"
+"struen en te lezen, enzovoorts.\n"
+"\n"
+"Het SOP ADD commando voegt de gegeven nick toe aan de\n"
+"SOP lijst.\n"
+"\n"
+"Het SOP DEL commando verwijderd de gegeven nick van de\n"
+"SOP lijst. Als een lijst van entry-nummers is opgegeven\n"
+"worden die verwijderd. (Zie het LIST-voorbeeld hieronder)\n"
+"\n"
+"Het SOP LIST commando geeft de SOP lijst weer. Als er\n"
+"een mask is gegeven worden alleen de de SOP's die over-\n"
+"eenkomen met het opgegeven mask weergegeven. Als een lijst\n"
+"van entry-nummers is opgegeven, worden alleen die weer-\n"
+"gegeven. Bijvoorbeeld:\n"
+"\n"
+" SOP #kanaal LIST 2-5,7-9\n"
+" Geeft SOP's 2 t/m 5 en 7 t/m 9 weer.\n"
+"\n"
+"Het SOP CLEAR commando verwijderd alle SOP's van de\n"
+"SOP lijst.\n"
+"\n"
+"De SOP ADD, SOP DEL en SOP CLEAR commando's zijn\n"
+"gelimiteerd tot de kanaalstichter. SOP LIST mag door\n"
+"elke gebruiker op de AOP lijst gebruikt worden.\n"
+"\n"
+"Dit commando kan uitgeschakeld zijn voor je kanaal, en in\n"
+"dat geval heb je de toegangslijst nodig. Zie\n"
+"/msg %S HELP ACCESS voor meer informatie over toegangs-\n"
+"lijsten, en /msg %S HELP SET XOP om te weten te komen\n"
+"hoe je tussen toegangslijsten en xOP-lijsten schakelt."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Gebruik: SQLINE ADD [+verlooptijd] mask reden\n"
+" SQLINE DEL {mask | entry-nr | lijst}\n"
+" SQLINE LIST [mask | lijst]\n"
+" SQLINE VIEW [mask | lijst]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Stelt Services operators in staat de SQLINE lijst te beheren.\n"
+"Als een gebruiker met een nick die overeenkomt met een SQLINE\n"
+"mask probeert zullen Services deze gebruiker niet toestaan zijn\n"
+"of haar IRC sessie voort te zetten.\t\n"
+"\n"
+"Als het eerste teken van een mask een # is, zullen Services\n"
+"voorkomen dat overeenkomende kanalen gebruik worden (mits de\n"
+"IRC servers het ondersteunen).\n"
+"SQLINE ADD voeg het gegeven mask toe aan de SQLINE\n"
+"lijst met de gegeven reden (die moet worden gegeven).\n"
+"verlooptijd wordt gespecificeerd als een getal waarachter d \n"
+"(dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties\n"
+"(zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt \n"
+"meegegeven, is het standaard dagen (dus +30 zelfstandig betekent\n"
+"30 dagen). Om een SQLINE die niet verloopt toe te voegen, gebruik je\n"
+"+0. Als de usermask die toegevoegd moet worden met een + begint,\n"
+"is een verlooptijd verplicht, zelfs als die overeenkomt met de\n"
+"standaard verlooptijd. De huidige standaard verlooptijd voor een\n"
+"SQLINE kan gevonden worden met het STATS AKILL commando.\n"
+"\n"
+"Het SQLINE DEL commando verwijdert het gegeven mask van de SQLINE\n"
+"lijst als deze erop staat. Als er een lijst van entry-nummers\n"
+"is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor\n"
+"LIST hier onder.)\n"
+"\n"
+"Her SQLINE LIST commando geeft de SQLINE lijst weer.\n"
+"Als een mask met een * is gegeven zullen alleen de SQLINEs die\n"
+"overeenkomen met het mask worden weergegeven. Als een lijst van\n"
+"entry-nummers is gegeven worden alleen die weergegeven.\n"
+"Bijvoorbeeld:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Geeft SQLINEs 2 t/m 5 en 7 t/m 9 weer.\n"
+" \n"
+"SQLINE VIEW is een versie van SQLINE LIST die meer informatie\n"
+"geeft: de naam van degene die de SQLINE toe heeft gevoegd, de datum\n"
+"waarop dit gebeurde, waneer deze verloopt, en de mask en de reden.\n"
+"\n"
+"SQLINE CLEAR maakt de SQLINE lijst leeg."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Geeft de nicks van alle Services Staff samen met\n"
+"hun level en on-line status weer."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Gebruik: STAFF memo-text\n"
+"\n"
+"Sends all services staff a memo containing memo-text."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Gebruik: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Zonder een optie wordt het huidig aantal gebruikers en IRCops\n"
+"online (zonder Services), het hoogste aantal gebruikers\n"
+"gelijktijdig online sinds Services zijn gestuurd, en hoe lang\n"
+"de Services al online zijn weegegeven.\n"
+"\n"
+"Met de AKILL optie worden de huidige grootte van de AKILL\n"
+"lijst en de huidige standaard verloop-tijd weergegeven.\n"
+"\n"
+"De ALL optie is alleen beschikbaar voor Services Operators\n"
+"en geeft informatie over het geheugen gebruik van Services.\n"
+"Het gebruiken van dit commando van er voor zorgen dat de Services\n"
+"gedurende een korte tijd niet meer reageren indien ze gebruikt\n"
+"worden op een groot netwerk, dus gebruik het niet te vaak!\n"
+"\n"
+"De ALL optie stelt momenteel het maximum aantal gebruikers in\n"
+"op het aantal gebruikers dat momenteel aanwezig is op het netwerk."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Gebruik: STATUS kanaal nick\n"
+"\n"
+"Geeft het huidige toegangsniveau van de gegeven nick op het\n"
+"gegeven kanaal weer. Het antwoord is in het formaat:\n"
+"\n"
+" STATUS kanaal nick toegangsniveau\n"
+"\n"
+"Als er een fout optreed zal het antwoord zijn in het formaat:\n"
+"\n"
+" STATUS ERROR fout-bericht"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Gebruik: STATUS nick...\n"
+"\n"
+"Geef terug of de gebruiker van de gegeven nick wordt herkend\n"
+"als de eigenaar van die nick. Het antwoord is in dit formaat:\n"
+"\n"
+" nick status-code account\n"
+"\n"
+"where nick is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - gebruiker niet online of nick niet geregistreerd\n"
+" 1 - gebruiker wordt niet herkend als de eigenaar van de nick\n"
+" 2 - gebruiker wordt alleen via de toegangslijst herkend als eigenaar\n"
+" 3 - gebruiker wordt door wachtwoordidentificatie herkend als eigenaar\n"
+"\n"
+"Er kunnen maximaal zestien nicks per keer worden verstuurd;\n"
+"de rest wordt genegeerd. If no nickname is given, your status\n"
+"will be returned."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Gebruik: SUSPEND kanaal [reden]\n"
+"\n"
+"Verbied iedereen van het registreren of gebruiken van het\n"
+"gegeven kanaal. Kan ongedaan gemaakt worden door middel van\n"
+"het UNSUSPEND commando om alle vorige kanaal data en\n"
+"instellingen te behouden.\n"
+"\n"
+"Op sommige netwerken is een reden verplicht."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Gebruik: SVSNICK nick nieuwe nick\n"
+"Veranderd een gebruiker's nick van nick naar nieuwe nick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Gebruik: SZLINE ADD [+verlooptijd] mask reden\n"
+" SZLINE DEL {mask | entry-nr | lijst}\n"
+" SZLINE LIST [mask | lijst]\n"
+" SZLINE VIEW [mask | lijst]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Stelt Services operators in staat de SZLINE lijst te beheren.\n"
+"Als een gebruiker met een IP wat overeenkomt met een SZLINE\n"
+"mask probeert te verbinden zullen de Services deze verbieden\n"
+"zijn/haar IRC sessie voort te zetten (dit werkt ook als er\n"
+"een werkende reverse hostname bij het IP hoort).\n"
+"SZLINE ADD voeg het gegeven IP aan de SZLINE lijst toe\n"
+"met de gegeven reden (die moet worden gegeven).\n"
+"verlooptijd wordt gespecificeerd als een getal waarachter d \n"
+"(dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties\n"
+"(zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt \n"
+"meegegeven, is het standaard dagen (dus +30 zelfstandig betekent\n"
+"30 dagen). Om een SZLINE die niet verloopt toe te voegen, gebruik je\n"
+"+0. Als de usermask die toegevoegd moet worden met een + begint,\n"
+"is een verlooptijd verplicht, zelfs als die overeenkomt met de\n"
+"standaard verlooptijd. De huidige standaard verlooptijd voor een\n"
+"SZLINE kan gevonden worden met het STATS AKILL commando.\n"
+"Het SZLINE DEL commando verwijdert het gegeven mask van de\n"
+"SZLINE lijst als deze erop staat. Als een lijst van entry-nummers\n"
+"is gegeven, zullen die verwijderd worden. (Zie het voorbijbeeld\n"
+"bij LIST hier onder.)\n"
+"\n"
+"Het SZLINE LIST commando geeft de SZLINE lijst weer. Als er\n"
+"een wildcard mask is gegeven zullen alleen de overeenkomende\n"
+"masks worden weergegeven. Als een lijst van entry-nummers is\n"
+"gegeven zullen alleen die worden weergegeven. Bijvoorbeeld:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Geeft SZLINE 2 t/m 5 en 7 t/m 9 weer.\n"
+" \n"
+"SZLINE VIEW is een meer verbale versie van SZLINE LIST,\n"
+"en geeft weer wie een SZLINE heeft toegevoegd, op welke datum\n"
+"hij/zij dat heeft gedaan, wanneer deze verloopt, en het IP\n"
+"adres en de reden.\n"
+"\n"
+"SZLINE CLEAR maakt de SZLINE lijst leeg"
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Gebruik: TOPIC kanaal [topic]\n"
+"\n"
+"Zorgt ervoor dat %S het kanaal topic verandert in het\n"
+"gegeven topic. Als topic niet is gegeven wordt het topic\n"
+"leeg gemaakt. Dit commando is het meest bruikbaar in\n"
+"samenwerking met SET TOPICLOCK. Zie ook /msg %S HELP SET\n"
+"TOPICLOCK voor meer informatie.\n"
+"\n"
+"Standaard is dit gelimiteerd tot degenen met stichter-toegang\n"
+"op het kanaal."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Gebruik: UMODE gebruiker modes\n"
+"\n"
+"Stelt Services Operators in staat gebruikersmodes van\n"
+"elke willekeurige gebruiker in te stellen. De paramenters\n"
+"zijn hetzelfde als van een standaard /MODE commando."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Gebruik: UNASSIGN kanaal\n"
+"\n"
+"Verwijdert een bot van een kanaal. Wanneer je dit commando\n"
+"gebruikt zal de bot niet meer in het kanaal komen. De\n"
+"configuratie van de bot voor het kanaal wordt wel behouden,\n"
+"zodat je later de bot altijd opnieuw aan het kanaal kun\n"
+"toewijzen zonder dat je deze opnieuw hoeft te configureren."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Gebruik: UNBAN kanaal [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met\n"
+"niveau 5 of hoger op het kanaal."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND channel\n"
+"\n"
+"Stelt een buiten werking gesteld kanaal weer in werking.\n"
+"Alle data en instellingen worden teruggeven van voor de\n"
+"buitenwerkingstelling.\n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspention."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Gebruik: UPDATE\n"
+"\n"
+"Zorgt ervoor dat Services de database bestanden op de harde\n"
+"schijf bijwerken zodra je dit commando vertsuurt."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Gebruik: USERLIST [{trefbeeld | kanaal} [INVISIBLE]]\n"
+"\n"
+"Geeft alle gebruikers weer die momenteel online zijn op het\n"
+"IRC netwerk, ook degenen die niet geregistreerd zijn.\n"
+"\n"
+"Als trefbeeld is gegeven worden alleen overeenkomende\n"
+"gebruikers weergegeven (het moet in het nick!user@host\n"
+"formaat gegeven worden. Als kanaal is gegeven worden\n"
+"alleen gebruikers die op het betreffende kanaal zijn\n"
+"weergegeven. Als INVISBLE is gespecifificeerd worden alleen\n"
+"gebruikers met gebruikersmode +i weergegeven."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Gebruik: VOICE #kanaal [nick]\n"
+"\n"
+"Geeft de geselecteerde nick voice status op een kanaal. Als\n"
+"er geen nick gegeven is zal je zelf voice status krijgen.\n"
+"\n"
+"Standaard is dit gelimiteerd tot AOPs of degenen met niveau\n"
+"5 of hoger op het kanaal, of tot VOPs of degenen met niveau\n"
+"3 of hoger voor het voice status geven van zichzelf."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Gebruik: VOP kanaal ADD nick\n"
+" VOP kanaal DEL {nick | entry-nr | lijst}\n"
+" VOP kanaal LIST [mask | lijst]\n"
+" VOP kanaal CLEAR\n"
+"\n"
+"Onderhoud de VOP (VOicePeople) lijst voor een kanaal.\n"
+"De VOP lijst geeft gebruikers het recht om automatisch\n"
+"voice te worden op het kanaal en zichzelf voice te geven\n"
+"als ze die niet hebben.\n"
+"\n"
+"Het VOP ADD commando voegt de gegeven nick toe aan de\n"
+"VOP lijst.\n"
+"\n"
+"Het VOP DEL commando verwijderd de gegeven nick van de\n"
+"VOP lijst. Als een lijst van entry-nummers is opgegeven\n"
+"worden die verwijderd. (Zie het LIST-voorbeeld hieronder)\n"
+"\n"
+"Het VOP LIST commando geeft de VOP lijst weer. Als er\n"
+"een mask is gegeven worden alleen de de VOP's die over-\n"
+"eenkomen met het opgegeven mask weergegeven. Als een lijst\n"
+"van entry-nummers is opgegeven, worden alleen die weer-\n"
+"gegeven. Bijvoorbeeld:\n"
+"\n"
+" VOP #kanaal LIST 2-5,7-9\n"
+" Geeft VOP's 2 t/m 5 en 7 t/m 9 weer.\n"
+"\n"
+"Het VOP CLEAR commando verwijderd alle AOP's van de\n"
+"VOP lijst.\n"
+"\n"
+"De VOP ADD, VOP DEL en VOP LIST commando's zijn\n"
+"gelimiteerd tot AOPs en hoger. VOP CLEAR kan alleen\n"
+"door de kanaalstichter gebruikt worden.\n"
+"\n"
+"Dit commando kan uitgeschakeld zijn voor je kanaal, en in\n"
+"dat geval heb je de toegangslijst nodig. Zie\n"
+"/msg %S HELP ACCESS voor meer informatie over toegangs-\n"
+"lijsten, en /msg %S HELP SET XOP om te weten te komen\n"
+"hoe je tussen toegangslijsten en xOP-lijsten schakelt."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Gebruik: SUSPEND nick reden / UNSUSPEND nick\n"
+"Stelt een nick tijdelijk buiten werking. Een nick die buiten werking\n"
+"is gesteld kan niet worden gebruikt: identificatie wordt uitgeschakeld."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Gebruik: UPDATE\n"
+"\n"
+"Werkt je huidige status bij, het controleert bijv. op nieuwe\n"
+"memo's, stelt de benodigde kanaalmodes in (ModeonID), en\n"
+"werkt je vhost en gebruikersflags bij (laatstgezien, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC kanaal [topic]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "De IMMED optie is niet beschikbaar op dit netwerk."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "De AKILL lijst is leeggemaakt."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Het Defcon niveau staat nu op niveau: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "De SNLINE lijst is leeggemaakt."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "The SQLINE lijst is leeggemaakt."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "The SZLINE lijst is leeggemaakt."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "The channel %s has no key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "De volgende commando's zijn geladen door een module:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"De volgende optie-/functienamen worden begrepen. Let op dat\n"
+"de niveaus voor AUTODEOP en NOJOIN maximale niveaus zijn,\n"
+"terwijl alle andere minimale niveaus zijn."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "De host %s heeft momenteel %d sessies met een limiet van %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "De laatste memo die je naar %s gestuurd hebt (op %s) is gelezen."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"De laatste memo die je naar %s gestuurd hebt (op %s) is nog niet gelezen."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "De memo limiet voor %s mag niet worden veranderd."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "De nieuwe weergave MOET een nickname van je nickname groep zijn!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "De nieuwe weergave is nu %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "De nick %s wordt nu veranderd in %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "De vhost lijst is leeg."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Er zijn %d memo's op kanaal %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Er zijn momenteel geen bots beschikbaar.\n"
+"Vraag een Services beheerder er een te maken!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Er zijn teveel nicks in %s's groep; geef ze weer en drop er een paar.\n"
+"Type /msg %s HELP GLIST en/msg %s HELP DROP \n"
+"voor meer informatie."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Er is %d memo op kanaal %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Er is een nieuwe memo op kanaal %s.\n"
+"Type /msg %s READ %s %d om deze te lezen."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Er is geen bot meer toegewezen aan %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Er is geen login nieuws."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Er is geen opernieuws."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Er is geen willekeurig nieuws."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "There's no email address set for your nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Deze opties zijn gereserveerd voor Services Operators:\n"
+" \n"
+" NOBOT Zorg dat een bot niet aan een kanaal kan\n"
+" worden toegevoegd\n"
+" PRIVATE Zorg dat een bot alleen door IRC operators\n"
+" kan worden toegevoegd"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Dit kanaal is verboden."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Dit kanaal is geregistreerd met %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Dit kanaal is tijdelijk buiten werking gesteld."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Dit kanaal mag niet gebruikt worden."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Dit kanaal zal niet verlopen."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Dit commando is verouderd; gebruik %s."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Deze nick is al aangevraagd. Controleer je e-mail adres voor een "
+"verificatiecode."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Deze nick wacht nog op een e-mail verificatie code coor de registratie is "
+"voltooid."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Deze nick is eigendom van iemand anders. Kies een andere.\n"
+"(Als dit jouw nick is, type /msg %s IDENTIFY wachtwoord.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Deze nickname is geregistreerd; je mag hem niet gebruiken."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Deze nick is tijdelijk buiten werking gesteld"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Deze nick is tijdelijk buiten werking gesteld, reden: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Deze nickname is geregistreerd en beschermd. Als het jouw\n"
+"nick is, type /msg %s IDENTIFY wachtwoord. Zo niet,\n"
+"kies een andere nick."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Deze nickname mag niet gebruikt worden. Kies een andere."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Deze nick zal niet verlopen."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"Om te zoeken naar kanalen die met een # beginnen moet gezocht\n"
+"worden naar de kanaalnaam zonder het #-teken ervoor (anope\n"
+"in plaats van #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Topicslot"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Topicbehoud"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic lock option for %s is now OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic lock option for %s is now ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Topic retention option for %s is now OFF."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Topic retention option for %s is now ON."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Zet caps lock UIT!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Type /msg %S HELP commando voor hulp bij een van\n"
+"de bovenstaande commando's\n"
+" \n"
+"(*) Standaard kan elke gebruiker met tenminste toegangsniveau\n"
+" 10 de kanaalmemo's lezen. Dit kan aangepast worden met\n"
+" het %s LEVELS commando."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP option voor meer informatie over een\n"
+"specifieke optie."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Type /msg %S SET EMAIL e-mail om je e-mail in te stellen.\n"
+"Je privacy wordt gerespecteerd; deze e-mail wordt niet aan\n"
+"een derde partij doorgegeven."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Type /msg %s LIST NEW om ze weer te geven."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Type /msg %s READ %d om deze te lezen."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Type /msg %s READ LAST om deze te lezen."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modes"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN kanaal"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN kanaal [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND kanaal"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nick"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Laden van de module %s is gefaald"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Het verwijderen van module %s is gefaald"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Onbekende SET optie %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Onbekende STATS optie %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Onbekend commando %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Onbekend commando %s. \"/msg %s HELP\" voor help."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Onbekend taal nummer %d. Type /msg %s HELP SET LANGUAGE voor een lijst van "
+"talen."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Onbekend mode karakter %c genegeerd."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Onbekende optie %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Onbekende optie %s.\n"
+"Type /msg %S HELP KICK voor meer informatie."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Onbekende optie %s.\n"
+"Type /msg %S HELP SET voor meer informatie."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Bijwerken databases."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "Gebruiker %s niet gevonden in de nickserv database."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Gebruiker : %6d records, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"Gebruiker die je nick claimde is gekilld.\n"
+"/msg %s RELEASE %s om deze voor de %s timeout terug te krijgen."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "Gebruiker komt overeen met kanaal-uitzondering."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Gebruikers lijst:\n"
+"Nick Mask"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"VOP lijst for %s:\n"
+" Num Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Voices bescherming"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Let op je taal!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Je bent al lid van de group van %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Je bent al geidentificeerd."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Je bent geen SuperAdministrator meer"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Je mag geen kanaal operator zijn op kanaal %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Je hebt geen toestemming om op dit kanaal te zijn."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Je het geen toestemming je memo limiet te veranderen."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Je bent nu een SuperAdministrator"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Je bent nu een IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Je zit nu in de group van %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+"Je kan geen ontvangstbevestiging aanvragen voor een\n"
+"memo die je naar jezelf stuurt."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Je kan jezelf niet ghosten!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Je kan jezelf niet herstellen!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Je kan dit commando niet gebruiken. \n"
+"Gebruik de AOP, SOP en VOP commando's in plaats van deze.\n"
+"Type /msg %s HELP command voor meer informatie."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Je kan dit commando niet gebruiken. Gebruik het ACCESS commando.\n"
+"Type /msg %s HELP ACCESS voor meer informatie."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Je kan de memo limiet voor %s niet hoger dan %d zetten."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Je kan je memo limiet niet hoger dan %d zetten."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Je kan je e-mail adres niet verwijderen op dit netwerk."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Je hebt momenteel %d memo's, waarvan er %d ongelezen zijn."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Je hebt momenteel %d memo's, waarven er 1 ongelezen is."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Je hebt momenteel %d memo's."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Je hebt momenteel %d memo's; allemaal zijn ze ongelezen."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Je hebt momenteel 1 memo, en deze is nog niet gelezen."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Je hebt momenteel 1 memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Je hebt momenteel geen memo's."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Je hebt me gevonden, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Je hebt %d nieuwe memo's."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Je hebt 1 nieuwe memo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Je hebt een nieuwe memo van %s.\n"
+"Type /msg %s READ %d om deze te lezen."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Je hebt geprobeerd om niet-bestaand kanaal %s te registeren."
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Bans met betrekking tot jou op %s zijn opgeheven."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Er staat geen limiet op het aantal memo's dat je mag hebben."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Je hebt geen memo's."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Je hebt geen nieuwe memo's."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Je moet een geldig nummer als tijd invoeren."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Je moet een bot aan een kanaal toewijzen voordat je dit commando gebruikt.\n"
+"Type /msg %S HELP ASSIGN voor meer informatie."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Je moet een operator zijn op het kanaal om deze te registreren."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr "You have to be connected longer than %d seconds to register your nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Je moet ook mode +i forceren als je mode +K forceert."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Je moet ook mode +l forceren als je mode +L forceert."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Je moet een e-mail adres opgeven voor je nick.\n"
+"Dit stelt je in staat je wachtwoord terug te halen in\n"
+"het geval dat je het vergeet."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Je wordt geinformeerd over nieuwe memo's wanneer je inlogt en wanneer deze "
+"arriveren."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Je wordt geinformeerd over nieuwe memo's wanneer je inlogt."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Je wordt geinformeerd over nieuwe memo's wanneer deze arriveren."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Je kan niet langer memo's ontvangen."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "You will no longer be informed via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Je wordt niet geinformeerd over nieuwe memo's."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "You will now be informed about new memos via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Je e-mail adres zal vanaf nu verborgen worden op %s INFO schermen."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Je e-mail adres zal vanaf nu getoond worden op %s INFO schermen."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Je IRCD ondersteunt geen vIdent's. Als dit niet klopt, rapporteer dit dan "
+"als een mogelijke bug"
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Your access list is empty."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+"Je laatste quit bericht zal vanaf nu verborgen worden op %s INFO schermen."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Je laatste quit bericht zal vanaf nu getoond worden op %s INFO schermen."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Je laatst bekende hostmask zal vanaf nu verborgen worden op %s INFO schermen."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr ""
+"Je laatst bekende hostmask zal vanaf nu getoond worden op %s INFO schermen."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Je memo limiet is uitgeschakeld."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Je memo limiet is veranderd in %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Je memo limiet is %d, en mag niet worden veranderd."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Je memo limiet is %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Je memo limiet is 0; Je zal geen memo's ontvangen."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Je memo limiet is 0; Je zal geen memo's ontvangen. Je kan deze limiet niet "
+"veranderen."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Je nick is uitgelogd."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Je nick is al geregistreerd; type eerst /msg %s DROP."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Je nick is niet geregistreerd."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Je nick is niet geregistreerd. Type /msg %s HELP voor informatie over het "
+"registreren van je nick."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Je nickname is gedropped."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Je nickname wordt nu veranderd in %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Je toegangscode is opnieuw gestuurd naar %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Je wachtwoord is %s - onthoudt dit voor later gebruik."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr ""
+"Je wachtwoord is te lang. Probeer het opnieuw met een korter wachtwoord."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Your services access status will now be hidden from %s INFO displays."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Your services access status will now be shown in %s INFO displays."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Je vhost van %s is nu geactiveerd."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Je vhost van %s@%s is nu geactiveerd."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Login Nieuws - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Oper Nieuws - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Willekeurig Nieuws - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "uitgeschakeld"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "verloopt niet"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "ingeschakeld"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "verloopt bij de volgende database update"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "verloopt over %d dag"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "verloopt over %d dagen"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "verloopt over %d uur, %d minuut"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "verloopt over %d uur, %d minuten"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "verloopt over %d uur, %d minuut"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "verloopt over %d uur, %d minuten"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "verloopt over %d minuut"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "verloopt over %d minuten"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost voor %s verwijderd."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost voor %s gezet op %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost voor %s gezet op %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost voor groep %s gezet op %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost voor groep %s gezet op %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vhosts voor group %s zijn verwijderd."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "xOP lijsten systeem"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "xOP lists system for %s is now OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "xOP lists system for %s is now ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/anope.pl_PL.po b/lang/anope.pl_PL.po
new file mode 100644
index 000000000..bd32a0b24
--- /dev/null
+++ b/lang/anope.pl_PL.po
@@ -0,0 +1,12190 @@
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 20:57-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Polish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "Napisz /msg %s HELP %s aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S umo¿liwia rejestracjê nicka i zapewnia\n"
+"wy³±czno¶æ na jego u¿ywanie. Poni¿sze komendy\n"
+"umo¿liwiaj± zarz±dzanie nickiem, aby ich u¿yæ wpisz:\n"
+"/msg %S komenda\n"
+"Aby uzyskaæ szczegó³owy opis polecenia wpisz:\n"
+"/msg %S HELP komenda"
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S pozwala umie¶ciæ bota na w³asnym kanale.\n"
+"Zosta³ stworzony dla u¿ytkowników, którzy nie mog±\n"
+"hostowaæ w³asnego bota oraz dla tych sieci które\n"
+"nie pozwalaj± na ich u¿ywanie. Poni¿sze komendy\n"
+"umo¿liwiaj± zarz±dzanie botem, aby ich u¿yæ wpisz:\n"
+"/msg %S komenda\n"
+"Aby uzyskaæ szczegó³owy opis polecenia wpisz:\n"
+"/msg %S HELP komenda"
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S umo¿liwia rejestracjê kana³u, zmianê\n"
+"jego ustawieñ oraz zapobiega przed odebraniem\n"
+"kontroli nad kana³em. Poni¿sze komendy pozwalaj±\n"
+"na zarz±dzanie kana³em, aby ich u¿yæ wpisz:\n"
+"/msg %S komenda\n"
+"Aby uzyskaæ szczegó³owy opis polecenia wpisz:\n"
+"/msg %S HELP komenda"
+
+#: language.cpp:4344
+#, fuzzy, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S umo¿liwia wysy³anie krótkich wiadomo¶ci\n"
+"do innych u¿ytkowników (niezale¿nie od tego czy\n"
+"s± oni w danej chwili na IRCu) lub do kana³ów(*).\n"
+"Aby móc u¿ywaæ tego serwisu nadawca i odbiorca\n"
+"(kana³ lub nick) musz± byæ zarejestrowani.\n"
+"Poni¿sze komendy pozwalaj± na wysy³anie i\n"
+"odbieranie wiadomo¶ci, aby ich u¿yæ wpisz:\n"
+"/msg %S komenda\n"
+"Aby uzyskaæ szczegó³owy opis polecenia wpisz:\n"
+"/msg %S HELP komenda"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s zmieniono poziom DEFCON na %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s dodano do listy AOP kana³u %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s dodano do listy HOP kana³u %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s dodano do listy SOP kana³u %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s dodano do listy VOP kana³u %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr ""
+"%s dodano do listy dostêpu kana³u %s z\n"
+"poziomem %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s dodano do listy AKICK kana³u %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s dodano do listy zakazanych s³ów kana³u %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s dodano do listy AKILL."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s dodano do listy SNLINE."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s dodano do listy SQLINE."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s dodano do listy SZLINE."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s dodano do Twojej listy dostêpu."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s ju¿ istnieje na li¶cie zakazanych s³ów kana³u %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s ju¿ istnieje w li¶cie AKICK kana³u %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s ju¿ istnieje na li¶cie AKILL."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s ju¿ istnieje na li¶cie wyj±tków."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s ju¿ istnieje na li¶cie SNLINE."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s ju¿ istnieje na li¶cie SQLINE."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s ju¿ istnieje na li¶cie SZLINE."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s nie mo¿e byæ wziêty jako ilo¶æ wykroczeñ do za³o¿enia bana."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s zmienia Twoje flagi u¿ytkownika."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista kana³ów %s:\n"
+"Nazwa Tryby u¿yt. Temat"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s usuniêto z listy AOP kana³u %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s usuniêto z listy HOP kana³u %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s usuniêto z listy SOP kana³u %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s usuniêto z listy VOP kana³u %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s usuniêto z listy dostêpu kana³u %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s usuniêto z listy AKICK %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s usuniêto z listy zakazanych s³ów kana³u %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s usuniêto z listy wyj±tków limitów sesji."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s usuniêto z listy AKILL."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s usuniêto z listy SNLINE."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s usuniêto z listy SQLINE."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s usuniêto z listy SZLINE."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s usuniêto z Twojej listy dostêpu."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s wy³±czono na kanale %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s posiada za du¿o zarejestrowanych kana³ów."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s ju¿ jest obejmowane przez %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s nie jest prawid³owym rodzajem bana."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s nie jest prawid³ow± nazw± bota lub kana³u."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s nie jest prawid³owym adresem e-mail."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s nie jest ju¿ zawsze aktywny na %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s nie jest aktualnie na kanale %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s jest od teraz ca³y czas aktywny na %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s posiada wyj±tek na %s i nie mo¿e byæ zbanowany póki nie zostanie usuniêty."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s przeniesiono do listy AOP kana³u %s."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s przeniesiono do listy HOP kana³u %s."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s przeniesiono do listy SOP kana³u %s."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s przeniesiono do listy VOP kana³u %s."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s nie znaleziono na li¶cie AOP kana³u %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s nie znaleziono na li¶cie HOP kana³u %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s nie znaleziono na li¶cie SOP kana³u %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s nie znaleziono na li¶cie VOP kana³u %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s nie znaleziono na li¶cie dostêpu kana³u %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s nie znaleziono na li¶cie AKICK kana³u %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s nie znaleziono na li¶cie zakazanych s³ów kana³u %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s nie znaleziono na li¶cie sesji."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s nie znaleziono na li¶cie wyj±tków limitów sesji."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s nie znaleziono na li¶cie AKILL."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s nie znaleziono na li¶cie SNLINE."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s nie znaleziono na li¶cie SQLINE."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s nie znaleziono na li¶cie SZLINE."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s nie znaleziono na Twojej li¶cie dostêpu."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista u¿ytkowników %s:\n"
+"Nick Maska"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "Nick %s nie bêdzie ignorowany."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "Nick %s bêdzie ignorowany przez %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "Nick %s bêdzie stale ignorowany."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Uwaga: Wszystkie komendy odbierane przez %S s± logowane!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Uwaga: Serwisy s± w trybie tylko do odczytu - zmiany nie bêd± zapisywane!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Uwaga: maska AKILL nie mo¿e zawieraæ nicków.\n"
+"Upewnij siê, ¿e nie dodajesz czê¶ci nicka."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Uwaga: mo¿esz dodawaæ jedynie maski IP do listy SZLINE."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Poziomy dostêpu u¿ytkowników:\n"
+"\n"
+"Standardowe poziomy dostêpu zosta³y podane poni¿ej:\n"
+" Founder Pe³ny dostêp do poleceñ %S.\n"
+" Automatyczne nadawanie statusu operatora.\n"
+" UWAGA: tylko jedna osoba mo¿e byæ\n"
+" w³a¶cicielem (Founder) kana³u.\n"
+" Nie mo¿na nadaæ tego uprawnienia\n"
+" za pomoc± polecenia ACCESS.\n"
+"  10 Dostêp do polecenia AKICK,\n"
+" Automatyczne nadawanie statusu operatora.\n"
+"  5 Automatyczne nadawanie statusu operatora.\n"
+"  3 Automatyczne nadawanie prawa g³osu.\n"
+"  0 Brak specjalnych przywilejów.\n"
+" Inne osoby mog± nadaæ status\n"
+" operatora temu u¿ytkownikowi\n"
+" (je¶li wy³±czono opcjê secure-ops).\n"
+"  <0 Brak mo¿liwo¶ci pe³nienia funkcji\n"
+" operatora.\n"
+"\n"
+"Standardowe poziomy mog± zostaæ zmienione, mo¿liwe\n"
+"jest tak¿e definiowanie w³asnych poziomów dostêpu.\n"
+"Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP LEVELS"
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Uwaga: Maksymalny limit wiadomo¶ci (%d) zosta³ osi±gniêty.\n"
+"Nie bêdziesz otrzymywaæ nowych wiadomo¶ci je¶li kilku nie usuniesz."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Uwaga: Osi±gniêto ju¿ limit wiadomo¶ci (%d).\n"
+"Nie bêdziesz otrzymywaæ nowych wiadomo¶ci dopóki\n"
+"nie usuniesz kilku starych."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] Wys³ana przez Ciebie wiadomo¶æ zosta³a przeczytana."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] Wys³ana przez Ciebie wiadomo¶æ do %s zosta³a przeczytana."
+
+#: language.cpp:2787
+#, fuzzy, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+" \n"
+"UWAGA: Ten serwis ma na celu umo¿liwienie identyfikacji\n"
+"u¿ytkowników. NIE s³u¿y do kradzie¿y nicków czy innych\n"
+"z³o¶liwych akcji. Nadu¿ycia bêd± skutkowa³y co najmniej\n"
+"utrat± zarejestrowanego nicka."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Administratorzy serwisów mog± usun±æ ka¿dy kana³\n"
+"bez potrzeby identyfikacji jako jego w³a¶ciciele.\n"
+"Mog± przegl±daæ listê dostêpu ka¿dego kana³u,\n"
+"listê AKICK, ustawienia poziomów dostêpu itd."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+" \n"
+"Administratorzy serwisów mog± usun±æ ka¿dy nick\n"
+"bez potrzeby identyfikacji jako jego w³a¶ciciele\n"
+"oraz przegl±daæ listê dostêpu do ka¿dego nicka\n"
+"(/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " Adres www: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Inne opcje: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " Adres www: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " vhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Przydzielony bot: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Przydzielony bot: (brak)"
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opcje: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kopanie za capsa: %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Kopanie za capsa: %s (%d kop(y) do bana; minimum %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Kopanie za capsa: %s (minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " W³a¶ciciel: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " W³a¶ciciel: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opcje: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Typ bana: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kopanie za pogrubienia: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kopanie za pogrubienia: %s (%d kop(y) do bana)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kopanie za flood: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Kopanie za flood: %s (%d kop(y) do bana; %d linii w %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kopanie za flood: %s (%d linii w %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr "\tMaska: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kopanie za kolory: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kopanie za kolory: %s (%d kop(y) do bana)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Wygasa: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " U¿ywano: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr "Blokowane tryby: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kopanie za powtarzanie: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kopanie za powtarzanie: %s (%d kop(y) do bana; %d czasu)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kopanie za powtarzanie: %s (%d czasu)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Zastêpca: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Zastêpca: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Zawieszony: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Ostatni temat: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Zarejestrowano: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (wy³±czony)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (tylko w³a¶ciciel)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Zarz±dza list± dostêpu"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Zarz±dza list± dostêpu"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr " ACT Wyra¿a przez bota akcjê (komenda /me)"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Zarz±dza list± AKICK"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Zarz±dza list± AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Listuje kana³y na których masz uprawnienia"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Zarz±dza list± AOP (operatorów)"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr " ASSIGN Przydziela bota na kana³"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP W³±cza lub wy³±cza automatyczne opowanie"
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP W³±cza lub wy³±cza automatyczne opowanie"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr " BADWORDS Zarz±dza list± zakazanych s³ów"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Banuje wskazan± osobê na kanale"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE Ustawia sposób banowania przez serwisy"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr " BOT Zarz±dza sieciow± list± botów"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr " BOTLIST Listuje dostêpne boty"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Wycofuje ostatni± wys³an± wiadomo¶æ"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL wszystkich u¿ytkowników na kanale"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Listuje wszystkie kana³y"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Sprawdza czy ostatnia wiadomo¶æ zosta³a przeczytana"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Usuwa wskazane obiekty z kana³u"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Usuwa wszystkie flagi z kana³u"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Potwierdza rejestracjê nicka"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Utworzony: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Modyfikuje poziom systemu DefCon"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Odbiera wskazanej osobie uprawnienia pó³-operatora"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Usuwa vhost wskazanego u¿ytkownika"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Kasuje jedn± lub wiêcej wiadomo¶ci"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Usuwa vhosty wszystkich nicków w grupie"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Odbiera wskazanej osobie uprawnienia operatora"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Usuwa twój status w³a¶ciciela kana³u"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Wy³±cza ochronê wskazanej osoby"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Ustawia opis kana³u"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Odbiera wskazanej osobie prawo g³osu"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Ustawia nick reprezentuj±cy grupê nicków"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Ustawia nick reprezentuj±cy grupê nicków"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Usuwa kana³"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Usuwa nicka"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Opis: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Przypisuje adres e-mail do nicka"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Przypisuje adres e-mail do nicka"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Ustawia wiadomo¶æ, która bêdzie wysy³ana\n"
+" do u¿ytkowników wchodz±cych na kana³"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Zarz±dza list± wyj±tków dla limitów sesji"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Blokuje podany kana³"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Blokuje podany nick"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Ustawia nick w³a¶ciciela kana³u"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Wy¶wietla u¿ytkowników zarejestrowanych z\n"
+" podanym adresem e-mail"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Podaje klucz do wskazanego kana³u"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Podaje has³o w³a¶ciciela wskazanego kana³u"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr " GETPASS Podaje has³o do wskazanego nicka"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Od³±cza wskazany nick od serwera"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Wy¶wietla wszystkie nicki w Twojej grupie"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Wysy³a wiadomo¶æ do wszystkich u¿ytkowników"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Przypisuje komunikat powitalny do nicka"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Przypisuje komunikat powitalny do nicka"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Synchronizuje vhosty wszystkich nicków w grupie"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Do³±cza nick do wskazanej grupy"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Powitanie: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Nadaje wskazanej osobie uprawnienia pó³-operatora"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Ukrywa poszczególne informacje o nicku"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Zarz±dza list± HOP (pó³-operatorów)"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Identyfikuje w³a¶ciciela nicka"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Zarz±dza list± ignorowanych przez serwisy"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+" INFO Pokazuje informacje i ustawienia BotServa\n"
+" dotycz±ce bota lub kana³u"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Pokazuje informacje o zarejestrowanym nicku"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Pokazuje informacje o zarejestrowanym kanale"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Wy¶wietla informacje o wiadomo¶ciach"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Zaprasza osobê wydaj±c± polecenie na kana³"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Blokuje pod³±czanie podanego serwera"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC Zapamiêtuje temat kiedy kana³ jest pusty"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr " KICK Konfiguruje opcje kopania"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Wyrzuca u¿ytkownika z kana³u"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Wyrzuca wskazany nick z kana³u"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL W³±cza lub wy³±cza ochronê nicka"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Od³±cza wszystkich u¿ytkowników o danym ho¶cie"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Ustawia jêzyk w którym serwisy bêd±\n"
+" wysy³a³y komunikaty"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Ustawia jêzyk w którym serwisy bêd±\n"
+" wysy³a³y komunikaty"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Zarz±dza poziomami dostêpu"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Listuje vhosty"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr " LIST Listuje zarejestrowane nicki pasuj±ce do wzorca"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr " LIST Listuje zarejestrowane kana³y pasuj±ce do wzorca"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Wy¶wietla wszystkie wiadomo¶ci"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr " LOGONNEWS Zarz±dza wiadomo¶ciami powitalnymi"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Odwraca dzia³anie komendy IDENTIFY"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Blokuje zdejmowanie lub zak³adanie flag"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Zmienia flagi kana³u"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Wy¶wietla informacja o podanym module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Listuje za³adowane modu³y"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD £aduje modu³"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Wy³adowuje modu³"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Zmienia sposób komunikacji serwisów"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Zapobiega wyga¶niêciu nicka"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr " NOOP Tymczasowo usuwa wszystkie O:linie na serwerze"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deaktywuje przypisanego vhosta"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Daje flagi operatora wybranemu u¿ytkownikowi"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Aktywuje przypisanego vhosta"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Nadaje wskazanej osobie uprawnienia operatora"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Zarz±dza wiadomo¶ciami dla operatorów"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Wysy³a powiadomienie kiedy zostaj± u¿yte\n"
+" komendy OP/DEOP"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Nadaje Tobie status w³a¶ciciela kana³u"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr "\tOpcje: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Ustawia has³o do nicka"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Ustawia has³o do nicka"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Reguluje u¿ycie krytycznych komend"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr ""
+" PRIVATE Zapobiega wy¶wietlaniu kana³u po wydaniu\n"
+" polecenia LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Zapobiega wy¶wietlaniu nicka po wydaniu\n"
+" polecenia: /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Zapobiega wy¶wietlaniu nicka po wydaniu\n"
+" polecenia: /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Chroni wskazan± osobê"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Wy³±cza serwisy bez zapisywania baz"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr " RANDOMNEWS Zarz±dza losowymi wiadomo¶ciami"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Wy¶wietla jedn± lub wiêcej wiadomo¶ci"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Od³±cza u¿ytkownika, który u¿ywa Twojego nicka"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Rejestruje kana³"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Rejestruje nicka"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Zwalnia nick po u¿yciu komendy RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD £aduje na nowo plik konfiguracyjny"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Wysy³a ponownie kod autoryzuj±cy"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Zapisuje bazy i restartuje serwisy"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Ogranicza dostêp do kana³u"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Wysy³a wiadomo¶æ z ¿±daniem potwierdzenia odbioru"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kopanie za odw kolorów: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kopanie za odw kolorów: %s (%d kop(y) do bana)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Ustawia opcje wskazanemu nickowi"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr " SAY Wypowiada przez bota tekst na kanale"
+
+#: language.cpp:3554
+#, fuzzy, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE W³±cza lub wy³±cza bezpieczeñstwo kana³u"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE W³±cza lub wy³±cza bezpieczeñstwo nicka"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER ¦ci¶le kontroluje status w³a¶ciciela"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS ¦ci¶le kontroluje status operatorów"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Wysy³a wiadomo¶æ do u¿ytkownika/kana³u"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr ""
+" SENDALL Wysy³a wiadomo¶æ do wszystkich\n"
+" zarejestrowanych u¿ytkowników"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Pomaga odzyskaæ utracone has³o"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Wy¶wietla listê sesji"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr " SET Konfiguruje bota"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Zmienia vhost wskazanemu u¿ytkownikowi"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Ustawia ró¿ne globalne opcje serwisów"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Modyfikuje ustawienia kana³u"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Modyfikuje ustawienia nicka"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Ustawia opcje zwi±zane z wiadomo¶ciami"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Zmienia vhosty wszystkich nicków w grupie"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Wy³±cza serwisy z zapisaniem baz"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Podpisuje kicki kiedy u¿yto komendy KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Zarz±dza list± SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Zarz±dza list± SOP (super-operatorów)"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Zarz±dza list± SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Wy¶wietla ekipê serwisów oraz jej status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr ""
+" STAFF Wysy³a wiadomo¶æ do wszystkich\n"
+" operatorów/administratorów"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Pokazuje informacje o serwisach i sieci"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Zwraca aktualny poziom dostêpu do\n"
+" kana³u wskazanego u¿ytkownika"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Podaje status w³a¶ciciela podanego nicka"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Ustawia nick spadkobiercy kana³u"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Blokuje podany kana³ z zachowaniem\n"
+" wszelkich jego danych i ustawieñ"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr ""
+" SUSPEND Blokuje podany nick z zachowaniem\n"
+" wszelkich jego danych i ustawieñ"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Wymusza zmianê nicka danego u¿ytkownika"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Zarz±dza list± SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Zmienia temat podanego kana³u"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Ogranicza mo¿liwo¶æ zmiany tematu"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Modyfikuje flagi wskazanego u¿ytkownika"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr " UNASSIGN Usuwa bota z kana³u"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Uwalnia zawieszony kana³"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Uwalnia zawieszonego nicka"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr " UPDATE Wymusza natychmiastowy zapis baz na dysku"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Aktualizuje twój obecny status np.\n"
+" sprawdza nowe wiadomo¶ci"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Listuje wszystkich u¿ytkowników"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Obecny na: %d kana³ach"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Nadaje wskazanej osobie prawo g³osu"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Zarz±dza list± VOP (osób z prawem g³osu)"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr ""
+" XOP W³±cza system uprawnieñ xOP\n"
+" (u¿ycie komend SOP, AOP, HOP, VOP)"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (wygasa za %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Kopanie za s³owa: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Kopanie za s³owa: %s (%d kop(y) do bana)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Adres e-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Jest online z: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Widziano: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr "Ustawiony przez: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Powitanie: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr "\tNazwa: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr "Zarejestrowano: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Kopanie za podkre¶lenia: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Kopanie za podkre¶lenia: %s (%d kop(y) do bana)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " Adres e-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Nr Nadawca Data/Czas"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr "\"/msg %s\" nie jest ju¿ obs³ugiwane. U¿yj \"/msg %s@%s\" lub \"/%s\"."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (przez %s na %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (przez %s na %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (zablokowany) (przez %s na %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (przez %s na %s; %s)\n"
+" Limit: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s przez %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Komendy %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "Za³adowanych modu³ów: %d."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d boty(ów) dostêpnych."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d dni"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d godzin(y)"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minut(y)"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicków w grupie."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d sekund(y)"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "Lista AOP kana³u %s jest pusta."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "Lista HOP kana³u %s jest pusta."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "Lista SOP kana³u %s jest pusta."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "Lista VOP kana³u %s jest pusta."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "Lista dostêpu kana³u %s jest pusta."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "Lista AKICK kana³u %s jest pusta."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "Lista zakazanych s³ów dla kana³u %s jest pusta."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr ""
+"%s nie mo¿e byæ zastêpc± na kanale %s, poniewa¿ jest jego w³a¶cicielem."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s nie mo¿e odbieraæ wiadomo¶ci."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "%s jest za ogólna; u¿yj bardziej szczegó³owej maski."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s ma aktualnie %d wiadomo¶ci, z czego %d jest nieprzeczytanych."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s ma aktualnie %d wiadomo¶ci, w tym jedn± nieprzeczytan±."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s ma aktualnie %d wiadomo¶ci."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s ma aktualnie %d nieprzeczytanych wiadomo¶ci."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s ma aktualnie jedn± wiadomo¶æ, która jest nieprzeczytana."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s aktualnie ma jedn± wiadomo¶æ."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s aktualnie nie ma wiadomo¶ci."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s ma zbyt du¿o wiadomo¶ci i nie mo¿e otrzymywaæ nowych."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s nie ma limitu wiadomo¶ci."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s nie ma wiadomo¶ci."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s nie ma nowych wiadomo¶ci."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s to %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s jest operatorem serwisów typu %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s jest obecnie offline."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s jest teraz online."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s jest wy³±czone"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s jest w³±czone"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s nie jest ju¿ d³u¿ej super-administratorem"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s nie otrzymuje powiadomieñ o nowych wiadomo¶ciach."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s otrzymuje powiadomienia o nowych wiadomo¶ciach\n"
+"podczas logowania i w momencie ich nadej¶cia."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s otrzymuje powiadomienia o nowych wiadomo¶ciach podczas logowania."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr ""
+"%s otrzymuje powiadomienia o nowych wiadomo¶ciach w momencie ich nadej¶cia."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s jest teraz super-administratorem"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s jest teraz na kanale (jako %s)!"
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s jest teraz na kanale!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "Widzia³em %s tutaj %s temu."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s nie bêdzie powiadamia³ Ciê o nowych wiadomo¶ciach."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr ""
+"%s bêdzie powiadamia³ Ciê o nowych wiadomo¶ciach w momencie ich nadej¶cia."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s powiadomi Ciê o wiadomo¶ciach podczas logowania i w momencie ich "
+"nadej¶cia."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s powiadomi Ciê o wiadomo¶ciach podczas logowania oraz po wy³±czeniu /away."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) dodano do listy botów."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s ma limit wiadomo¶ci %d i nie mo¿e byæ zmieniony."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "%s ma limit wiadomo¶ci %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILLuje wszystkich nowych klientów"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Wymusza ustawienie flag (%s) na wszystkich kana³ach"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignoruje zwyk³ych u¿ytkowników (informuje ich o tym)"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Killuje wszystkich nowych klientów"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Flagi kana³ów nie bêd± wymuszane (MLOCK)"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Wy³±cza rejestrowanie kana³ów"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Nowe wiadomo¶ci nie bêd± wysy³ane"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Wy³±cza rejestrowanie nicków"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Cicho ignoruje zwyk³ych u¿ytkowników"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* U¿ywa zredukowanego limitu sesji: %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 dzieñ"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 godzina"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minuta"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 sekunda"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<nieznane>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Wiadomo¶æ zosta³a wys³ana do wszystkich zarejestrowanych u¿ytkowników."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr "Powiadomienie o przeczytaniu wiadomo¶ci zosta³o wys³ane do %s."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Kod zosta³ wys³any na adres %s.\n"
+"Napisz /msg %s CONFIRM <kod>, aby dokoñczyæ procedurê rejestracji."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "Ident vhosta musi mieæ format prawid³owego identa."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Vhost musi mieæ format prawid³owej maski hosta."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS kana³ {ADD|DEL|LIST|VIEW|CLEAR} [nick [poziom] | pozycja]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [maska]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT kana³ tekst"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK kana³ {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-lub-maska] [powód]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr ""
+"Egzekucja listy AKICK kana³u %s zakoñczona.\n"
+"Dotyczy³a %d u¿ytkowników."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "Lista AKILL jest pusta."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} "
+"[powód]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nick"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista AOP kana³u %s:\n"
+" Nr Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN kana³ nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Brak dostêpu."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Odmowa dostêpu."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr ""
+"Poziom dostêpu dla %s na kanale %s\n"
+"zmieniono na %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr ""
+"Poziom dostêpu dla %s na kanale %s jest\n"
+"nadany od %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Poziom dostêpu musi byæ pomiêdzy %d a %d w³±cznie."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Poziom dostêpu nie mo¿e byæ zerem."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Ustawienia poziomów dostêpu kana³u %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Poziomy dostêpu kana³u %s zosta³y zresetowane do domy¶lnych."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Lista dostêpu dla %s jest pusta."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Lista dostêpu dla %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Lista dostêpu kana³u %s:\n"
+" Nr Poz Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Lista dostêpu:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Dodano now± wiadomo¶æ powitaln± (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Dodano now± wiadomo¶æ dla operatorów (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Dodano now± losow± wiadomo¶æ (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Wszystkie O:linie %s zosta³y usuniête."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Wszystkie O:linie %s zosta³y zresetowane."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Wszystkie bany z kana³u %s zosta³y usuniête."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Wszystkie wyj±tki z kana³u %s zosta³y usuniête."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Wszystkie zaproszenia z kana³u %s zosta³y usuniête."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Wszystkie wiadomo¶ci powitalne zosta³ skasowane."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Wszystkie wiadomo¶ci kana³u %s zosta³y usuniête."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Wszystkie tryby zosta³y wyczyszczone na kanale %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Wszystkie flagi kana³u %s zosta³y zresetowane."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Wszystkie Twoje wiadomo¶ci zosta³y usuniête."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Wszystkie wiadomo¶ci dla operatorów zosta³y skasowane."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Wszystkie losowe wiadomo¶ci zosta³y skasowane."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Wszyscy u¿ytkownicy zostali usuniêci z kana³u %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Wszystkie vhosty w grupie %s zosta³y zmienione na %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Wszystkie vhosty w grupie %s zosta³y zmienione na %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Pozwala u¿ywaæ komend HALFOP i DEHALFOP na sobie"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Pozwala u¿ywaæ komend OP i DEOP na sobie"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Pozwala u¿ywaæ komend PROTECT i DEPROTECT na sobie"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Pozwala u¿ywaæ komend VOICE i DEVOICE na sobie"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Pozwala przydzielaæ i usuwaæ bota"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Pozwala u¿ywaæ komendy BAN na sobie"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Pozwala u¿ywaæ komendy KICK na sobie"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Pozwala listowaæ i czytaæ kana³owe wiadomo¶ci"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Pozwala modyfikowaæ listê dostêpu"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Pozwala u¿ywaæ komendy AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Pozwala u¿ywaæ komendy BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Pozwala u¿ywaæ komendy BAN na innych osobach"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Pozwala u¿ywaæ komendy CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Pozwala u¿ywaæ komendy GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Pozwala u¿ywaæ komend HALFOP i DEHALFOP na innych osobach"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Pozwala u¿ywaæ opcji ALL w komendzie INFO"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Pozwala u¿ywaæ komendy INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Pozwala u¿ywaæ komendy KICK na innych osobach"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Pozwala u¿ywaæ komend OP i DEOP na innych osobach"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Pozwala u¿ywaæ komend PROTECT i DEPROTECT na innych osobach"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Pozwala u¿ywaæ komend SAY i ACT"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Pozwala modyfikowaæ ustawienia kana³u"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Pozwala u¿ywaæ komendy TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Pozwala u¿ywaæ komendy UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Pozwala u¿ywaæ komend VOICE i DEVOICE na innych osobach"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Pozwala u¿ywaæ publicznych komend FANTASY"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Pozwala przegl±daæ listê dostêpu"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "AUTOOP"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Lista AKICK dla kana³u %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Automatyczne nadawanie statusu operatora (+o)"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Automatyczne nadawanie ochrony (+a)"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Automatyczne nadawanie statusu pó³-operatora (+h)"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Automatyczne nadawanie prawa g³osu (+v)"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS kana³ {ADD|DEL|LIST|CLEAR} [s³owo | pozycja] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #kana³ nick [powód]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE stary-nick nowy-nick [user [host [real]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Lista zakazanych s³ów dla %s:\n"
+" Nr S³owo Typ"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Lista zakazanych s³ów zosta³a wyczyszczona."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Rodzajem bana dla kana³u %s jest teraz #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Tryby i bany zosta³y wyczyszczone na kanale %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Bot %s ju¿ istnieje."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Bot %s nie istnieje."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Bot %s zosta³ przypisany do %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Bot %s zosta³ zmieniony na %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Bot %s zosta³ usuniêty."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s jest ju¿ postawiony na %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot bêdzie teraz kopa³ operatorów na kanale %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot bêdzie kopa³ voiców na kanale %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot nie bêdzie kopa³ operatorów na kanale %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot nie bêdzie kopa³ voiców na kanale %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Host bota mo¿e siê sk³adaæ maksymalnie z %d znaków."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Host bota mo¿e zawieraæ tylko prawid³owe znaki."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Ident bota mo¿e siê sk³adaæ maksymalnie z %d znaków."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Ident bota mo¿e zawieraæ tylko prawid³owe znaki."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Nick bota mo¿e zawieraæ tylko prawid³owe znaki."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Nie ma bota na kanale %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Lista botów:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Bot wejdzie na kana³ je¶li przebywa na nim\n"
+"przynajmniej %d u¿ytkownik(ów)."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot bêdzie kopa³ za zakazane s³owa,\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana.\n"
+"U¿yj komendy BADWORDS, aby modyfikowaæ listê."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot bêdzie kopa³ za zakazane s³owa.\n"
+"U¿yj komendy BADWORDS, aby modyfikowaæ listê s³ów."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za pogrubienia,\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Bot bêdzie kopa³ za pogrubienia."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za CAPSa (du¿e litery\n"
+"musz± stanowiæ %d znaków %d%% ca³ej wiadomo¶ci).\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Bot bêdzie kopa³ za CAPSa (du¿e litery\n"
+"musz± stanowiæ %d znaków %d%% ca³ej wiadomo¶ci)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za kolory,\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Bot bêdzie kopa³ za kolory."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za flood (%d linii w %d sekund),\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr ""
+"Bot bêdzie kopa³ za flood\n"
+"(%d linii w %d sekund)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za powtórzenia\n"
+"(u¿ytkowników, którzy napisz± %d razy to samo),\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Bot bêdzie kopa³ za powtórzenia\n"
+"(u¿ytkowników, którzy napisz± %d razy to samo)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za odwracanie kolorów,\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Bot bêdzie kopa³ za odwracanie kolorów."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot bêdzie kopa³ za podkre¶lenia,\n"
+"po %d kopach dla tego samego u¿ytkownika za³o¿y bana."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Bot bêdzie kopa³ za podkre¶lenia."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Bot nie bêdzie kopa³ za zakazane s³owa."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Bot nie bêdzie kopa³ za pogrubienia."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Bot nie bêdzie kopa³ za CAPSa."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Bot nie bêdzie kopa³ za kolory."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Bot nie bêdzie kopa³ za flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Bot nie bêdzie kopa³ za powtórzenia."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Bot nie bêdzie kopa³ za odwracanie kolorów."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Bot nie bêdzie kopa³ za podkre¶lenia."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d rekordów, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Boty zarezerwowane dla IRC operatorów:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Odebrano : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Wys³ano : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | kana³}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+czas-trwania] {#kana³} [powód]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nick"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR kana³ co"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES kana³ [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Nie mogê wylogowaæ %s, bo to administrator serwisów."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Nie mogê wys³aæ teraz maila. Spróbuj za chwilê."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d rekordów, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Zmieniono flagi u¿ytkownika dla %s."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Kana³ %s nie istnieje."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Kana³ %s zosta³ odrejestrowany."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Kana³ %s zosta³ zablokowany przez %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Kana³ %s jest ju¿ zarejestrowany!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Kana³ %s zosta³ zablokowany."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Kana³ %s zosta³ uwolniony."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Kana³ %s zosta³ zawieszony."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Kana³ %s nie jest zarejestrowany."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Kana³u %s nie mo¿na rejestrowaæ ani u¿ywaæ."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Kana³u %s nie mo¿na rejestrowaæ."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr ""
+"Kana³ %s zosta³ teraz zarejestrowany.\n"
+"Jako %s jeste¶ od teraz jego w³a¶cicielem."
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Kana³ : %6d rekordów, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Kana³ %s od teraz podlega prawu wygasania."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Kana³ %s nie wyga¶nie."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Lista AOP kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Lista HOP kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Lista SOP kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Lista VOP kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Lista dostêpu kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Lista AKICK kana³u %s zosta³a wyczyszczona."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "%s nie jest prawid³owym kana³em."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Kana³owa lista AOP mo¿e zawieraæ jedynie zarejestrowane nicki."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Kana³owa lista HOP mo¿e zawieraæ jedynie zarejestrowane nicki."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Kana³owa lista SOP mo¿e zawieraæ jedynie zarejestrowane nicki."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr "Kana³owe SQLINE nie jest obs³ugiwane przez Twoje ircd."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Kana³owa lista VOP mo¿e zawieraæ jedynie zarejestrowane nicki."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Kana³owa lista dostêpu mo¿e zawieraæ tylko zarejestrowane nicki."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista kana³ów:\n"
+"Nazwa Tryby u¿yt. Temat"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Automatyczne odbieranie statusu operatora (-o)"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Kana³y, na których %s jest na li¶cie dostêpu:\n"
+" Nr Kana³ Poziom Opis"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Kana³y, na których jeste¶ na li¶cie dostêpu:\n"
+" Nr Kana³ Poziom Opis"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Nie mogê znale¼æ u¿ytkownika %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Nie mogê zablokowaæ kana³u %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Nie mogê zablokowaæ nicka %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Nie mogê uwolniæ kana³u %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Nie mogê uwolniæ nicka %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Zawieszenie nicka %s nie powiod³o siê!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Zawieszenie kana³u %s nie powiod³o siê!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Aktualna lista AKILL:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktualna lista AKILL:\n"
+" Nr Maska Powód"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Aktualna lista modu³ów:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Aktualna lista SNLINE:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktualna lista SNLINE:\n"
+" Nr Maska Powód"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Aktualna lista SQLINE:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktualna lista SQLINE:\n"
+" Nr Maska Powód"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Aktualna lista SZLINE:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Aktualna lista SZLINE:\n"
+" Nr Maska Powód"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Aktualna lista wyj±tków limitów sesji:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Aktualna ilo¶æ wpisów AKILL: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Aktualna ilo¶æ wpisów SNLINE: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Aktualna ilo¶æ wpisów SQLINE: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Aktualna ilo¶æ wpisów SZLINE: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "U¿ytkowników : %d (%d operatorów)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #kana³ [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [kana³] {numer | list | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #kana³ [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #kana³"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #kana³ [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #kana³ [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP kana³"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Domy¶lny czas wygasania AKILL: %d dni"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Domy¶lny czas wygasania AKILL: %d godzin(y)"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Domy¶lny czas wygasania AKILL: %d minut(y)"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Domy¶lny czas wygasania AKILL: 1 dzieñ"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Domy¶lny czas wygasania AKILL: 1 godzina"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Domy¶lny czas wygasania AKILL: 1 minuta"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Domy¶lny czas wygasania AKILL: nie wygasa"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Domy¶lny czas wygasania SNLINE: %d dni"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Domy¶lny czas wygasania SNLINE: %d godzin(y)"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Domy¶lny czas wygasania SNLINE: %d minut(y)"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Domy¶lny czas wygasania SNLINE: 1 dzieñ"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Domy¶lny czas wygasania SNLINE: 1 godzina"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Domy¶lny czas wygasania SNLINE: 1 minuta"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Domy¶lny czas wygasania SNLINE: nie wygasa"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Domy¶lny czas wygasania SQLINE: %d dni"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Domy¶lny czas wygasania SQLINE: %d godzin(y)"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Domy¶lny czas wygasania SQLINE: %d minut(y)"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Domy¶lny czas wygasania SQLINE: 1 dzieñ"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Domy¶lny czas wygasania SQLINE: 1 godzina"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Domy¶lny czas wygasania SQLINE: 1 minuta"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Domy¶lny czas wygasania SQLINE: nie wygasa"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Domy¶lny czas wygasania SZLINE: %d dni"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Domy¶lny czas wygasania SZLINE: %d godzin(y)"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Domy¶lny czas wygasania SZLINE: %d minut(y)"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Domy¶lny czas wygasania SZLINE: 1 dzieñ"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Domy¶lny czas wygasania SZLINE: 1 godzina"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Domy¶lny czas wygasania SZLINE: 1 minuta"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Domy¶lny czas wygasania SZLINE: nie wygasa"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "Usuniêto %d wpisów(y) z listy AOP kana³u %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "Usuniêto %d wpisów(y) z listy HOP kana³u %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "Usuniêto %d wpisów(y) z listy SOP kana³u %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "Usuniêto %d wpisów(y) z listy VOP kana³u %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "Usuniêto %d wpisów(y) z listy dostêpu kana³u %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "Usuniêto %d wpisów z listy AKICK kana³u %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr ""
+"Usuniêto %d wpisów z listy zakazanych s³ów\n"
+"kana³u %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Usuniêto %d wpisy(ów) z listy wyj±tków limitów sesji."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Usuniêto %d wpisy(ów) z listy AKILL."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Usuniêto %d wpisy(ów) z listy SNLINE."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Usuniêto %d wpisy(ów) z listy SQLINE."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Usuniêto %d wpisy(ów) z listy SZLINE."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "Usuniêto 1 wpis z listy AOP kana³u %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "Usuniêto 1 wpis z listy HOP kana³u %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "Usuniêto 1 wpis z listy SOP kana³u %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "Usuniêto 1 wpis z listy VOP kana³u %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "Usuniêto 1 wpis z listy dostêpu kana³u %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "Usuniêto 1 wpis z listy AKICK kana³u %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "Usuniêto 1 wpis z listy zakazanych s³ów kana³u %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Usuniêto 1 wpis z listy wyj±tków limitów sesji."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Usuniêto 1 wpis z listy AKILL."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Usuniêto 1 wpis z listy SNLINE."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Usuniêto 1 wpis z listy SQLINE."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Usuniêto 1 wpis z listy SZLINE."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "Opis kana³u %s zosta³ zmieniony na %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Wy¶wietlono wszystkie wpisy (Liczba: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Wy¶wietlono wpisy od %d do %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Wy¶wietlono pasuj±ce wpisy %s (Liczba: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Nie pogrubiaj tekstu na tym kanale!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Nie u¿ywaj kolorów na tym kanale!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Nie u¿ywaj odwracania kolorów!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Nie u¿ywaj s³owa \"%s\" na tym kanale!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Nie u¿ywaj podkre¶leñ na tym kanale!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Adres e-mail zosta³ zmieniony na %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Adres e-mail osoby %s zosta³ zmieniony na %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Adres e-mail osoby %s zosta³ usuniêty."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Adres e-mail kana³u %s zosta³ zmieniony na %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Adres e-mail kana³u %s zosta³ usuniêty."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Adres e-mail zosta³ usuniêty."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "Adres e-mail dla %s nie jest prawid³owy."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+czas-trwania] maska limit powód"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {maska | lista}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE numer pozycja"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametry]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Adresy e-mail %s pasuj±ce do %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Koniec listy %s."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Koniec listy dostêpu."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Koniec listy kana³ów."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Koniec listy - %d/%d kana³ów pokazano."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Koniec listy - %d/%d wpisów wy¶wietlono."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Koniec listy u¿ytkowników."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Polski"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Wiadomo¶æ powitalna kana³u %s zosta³a zmieniona."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Wiadomo¶æ powitalna kana³u %s zosta³a usuniêta."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr "B³±d! Ident jest za d³ugi, u¿yj identa krótszego ni¿ %d znaków."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr "B³±d! Vhost jest za d³ugi, u¿yj vhosta krótszego ni¿ %d znaków."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Wyj±tek dla %s (#%d) przeniesiono na pozycjê %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Wyj±tek dla %s zosta³ zaktualizowany do %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr " Wygasa: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Zmieniono czas wygasania %s."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID kana³ powód"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID kana³ [powód]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nick powód"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nick [powód]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "FANTASY"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Komendy fantasy na kanale %s zosta³y wy³±czone."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Komendy fantasy na kanale %s zosta³y w³±czone."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "W³a¶cicielem kana³u %s jest teraz %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host Bez symboli wieloznacznych!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY kana³"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nick"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "Komenda GETPASS nie dzia³a, bo has³a s± szyfrowane."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nick [has³o]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL tre¶æ wiadomo¶ci"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP nazwa has³o"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Nick zosta³ usuniêty z sieci."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "GREET"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr ""
+"Wiadomo¶æ powitalna zosta³a zmieniona na:\n"
+"%s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Wy¶wietla wiadomo¶æ powitaln± (greet)"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Wiadomo¶æ powitalna osoby %s zosta³a zmieniona na %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Wiadomo¶æ powitalna osoby %s zosta³a usuniêta."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Wiadomo¶æ powitalna zosta³a usuniêta."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Witanie u¿ytkowników na kanale %s zosta³o wy³±czone."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Witanie u¿ytkowników na kanale %s zosta³o w³±czone."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #kana³ [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista HOP kana³u %s:\n"
+" Nr Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d rekordów, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosty z przynajmniej %d sesjami:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Nie wiem kim jest %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Nigdy nie widzia³em %s na tym kanale."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY has³o"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [czas] [nick | maska]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO kana³"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [kana³]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | kana³]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {kana³ | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE kana³"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Masz 20 sekund na zmianê nicka, potem zostanie zmieniony si³±."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Masz jedn± minutê na zmianê nicka, potem zostanie zmieniony si³±."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Opcja IGNORE zosta³a w³±czona."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Opcja IGNORE zosta³a wy³±czona."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Lista ignorowanych zosta³a wyczyszczona."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Lista ignorowanych jest pusta."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Aby u¿yæ tej komendy musisz siê zidentyfikowaæ z u¿yciem\n"
+"Twojego has³a. Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP IDENTIFY\n"
+" \n"
+"Aby uzyskaæ wiêcej informacji o danej opcji wpisz:\n"
+"/msg %S HELP SET opcja"
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Podano nieprawid³owy zakres. Poprawny zapis to #od-do."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informacje o bocie %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informacje o kanale %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "B³±d wewnêtrzny - nie mogê obs³u¿yæ ¿±dania."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Nieprawid³owy czas wygasania."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Nieprawid³owa maska. Tylko rzeczywiste maski s± prawid³owe jako wyj±tki."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Podano nieprawid³owy kod, sprawd¼ wiadomo¶æ e-mail i spróbowaæ ponownie."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Nieprawid³owy limit sesji. Musi byæ liczb± nieujemn± i mniejsz± ni¿ %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "Nieprawid³owa warto¶æ progu. Musi byæ liczb± ca³kowit± wiêksz± ni¿ 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE serwer [powód]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #kana³ nick [powód]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK kana³ opcja {ON|OFF} [ustawienia]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK kana³ nick powód"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Kluczem do kana³u %s jest %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS kana³ {SET | DIS[ABLE] | LIST | RESET} [element [poziom]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST wzorzec"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [kana³] [lista | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr ""
+"LOGONNEWS {ADD|DEL|LIST} [tekst|numer]\n"
+"LOGONNEWS {ADD|DEL|LIST} [tekst|numer]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Jêzyk zosta³ zmieniony na Polski."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Ostatnia wiadomo¶æ do %s zosta³a odwo³ana."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Ostatni QUIT: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr " Ostatni host: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr ""
+"Wymagany poziom dla %s\n"
+"na kanale %s zmieniono teraz na %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Poziom musi byæ pomiêdzy %d a %d w³±cznie."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Modyfikowanie poziomów nie jest dostêpne w trybie XOP."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lista pasuj±cych wpisów %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lista nicków grupy %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lista nicków w grupie:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Lokalne kana³y nie mog± byæ rejestrowane."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Wiadomo¶æ powitalna #%d zosta³a skasowana."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Wiadomo¶æ powitalna #%d nie zosta³a znaleziona!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Wiadomo¶ci powitalne:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "%s? Szukasz siebie?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE kana³ flagi"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO nazwa-pliku"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD nazwa-pliku"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD nazwa-pliku"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Maska %s ju¿ istnieje na li¶cie wyj±tków."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Maska %s jest ju¿ w Twojej li¶cie dostêpu."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Maska musi mieæ format ident@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Rekord u¿ytk. : %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Wiadomo¶æ %d nie istnieje!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Wiadomo¶æ %d od %s (%s). Aby usun±æ, napisz: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Wiadomo¶æ %d od %s (%s). Aby usun±æ, napisz: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Wiadomo¶æ %d zosta³a usuniêta."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Limit wiadomo¶ci dla %s jest wy³±czony."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Limit wiadomo¶ci dla %s zmieniono na %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Limit wiadomo¶ci dla %s ustawiono na 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Limit wiadomo¶ci jest za du¿y. Limituj do %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Wiadomo¶æ zosta³a wys³ana do %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Wiadomo¶ci %s zosta³y usuniête."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Wiadomo¶ci dla %s. Aby przeczytaæ, napisz: /msg %s READ numer"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Wiadomo¶ci dla %s. Aby przeczytaæ, napisz: /msg %s READ %s numer"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "MSG"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Flaga %c zosta³a zignorowana, bo nie mo¿na jej blokowaæ."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Flagi +h zosta³y wyczyszczone na kanale %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Flagi +o zosta³y wyczyszczone na kanale %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Flagi +v zosta³y wyczyszczone na kanale %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Blokada trybów kana³u %s zosta³a zmieniona na: %s"
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Modu³ %s zosta³ za³adowany."
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Modu³ %s zosta³ wy³adowany."
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Modu³: %s Wersja: %s Autor: %s Za³adowano: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Modu³: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} serwer"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Aliasy NS : %6d rekordów, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Grupy NS : %6d rekordów, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Ochrona przed kopaniem za pomoc± komendy KICK"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Nowa wiadomo¶æ"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr ""
+"Nowe wiadomo¶ci dla %s. Aby przeczytaæ,\n"
+"napisz: /msg %s READ numer"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+"Nowe wiadomo¶ci dla %s. Aby przeczytaæ,\n"
+"napisz: /msg %s READ %s numer"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Lista wiadomo¶ci powitalnych jest pe³na!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Nick %s zosta³ zablokowany przez %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s jest nieprawid³owy i nie mo¿e byæ u¿ywany."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s jest aktualnie w u¿yciu."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Nick %s zosta³ zablokowany."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s jest serwisem!"
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Nick %s nie jest zajêty przez serwisy."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Nick %s nie jest aktualnie u¿ywany."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Nick %s nie jest zarejestrowany."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Nick %s nie mo¿e byæ rejestrowany ani u¿ywany."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s nie znaleziono na li¶cie ignorowanych."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s zosta³ skrócony do %d znaków."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s od teraz podlega zasadom wygasania."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s nie wyga¶nie."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "%s nie posiada wiadomo¶ci od Ciebie."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Nick %s zosta³ wylogowany."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s jest obecnie zawieszony."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s zosta³ uwolniony."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s zosta³ zawieszony."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick nie zosta³ zarejestrowany. Proszê spróbowaæ pó¼niej."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nick %s potwierdzony."
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Nick %s zosta³ odrejestrowany."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Nick %s jest ju¿ zarejestrowany!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Nick %s nie mo¿e byæ rejestrowany."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nick %s nie jest zarejestrowany."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "Nick %s zosta³ zarejestrowany z mask±: %s."
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nick %s zosta³ zarejestrowany."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Rejestracja nicka %s"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Has³o do nicka %s"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicki nieu¿ywane przez d³u¿szy czas s± automatycznie\n"
+"usuwane po %d dniach od ostatniej identyfikacji.\n"
+"Wszelkie ustawienia oraz uprawnienia zostaj± usuniête."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Nie znaleziono znaku # na pocz±tku nazwy kana³u."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Opcja NOBOT zosta³a wy³±czona na kanale %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Opcja NOBOT zosta³a w³±czona na kanale %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Nie ma u¿ytkowników z adresem e-mail %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "NOBOT"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Brak dostêpnej pomocy dla %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Informacje o module %s nie s± dostêpne."
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Nie ma wiadomo¶ci powitalnych do skasowania!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Nie znaleziono wpisów w li¶cie AOP kana³u %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Nie znaleziono wpisów w li¶cie HOP kana³u %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Nie znaleziono wpisów w li¶cie SOP kana³u %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Nie znaleziono wpisów w li¶cie VOP kana³u %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Nie znaleziono wpisów na li¶cie dostêpu kana³u %s."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Nie znaleziono wpisów na li¶cie AKICK kana³u %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Nie znaleziono pasuj±cych wpisów na li¶cie zakazanych s³ów kana³u %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Nie znaleziono wpisów na li¶cie wyj±tków limitów sesji."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Nie znaleziono pasuj±cych wpisów na li¶cie AKILL."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Nie znaleziono pasuj±cych wpisów na li¶cie SNLINE."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Nie znaleziono pasuj±cych wpisów na li¶cie SQLINE."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Nie znaleziono pasuj±cych wpisów na li¶cie SZLINE."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Nie znaleziono pasuj±cych wiadomo¶ci."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Brak wiadomo¶ci do odwo³ania."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Nie usuniêto ¿adnych wiadomo¶ci."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Aktualnie nie ma za³adowanych modu³ów."
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Nie ma wiadomo¶ci dla operatorów do skasowania!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Nie ma losowych wiadomo¶ci do skasowania!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Bez powodu"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Nie podpisze kicka, gdy SIGNKICK LEVEL jest u¿ywany"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Brak wpisu (#%d) na li¶cie AOP kana³u %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Brak wpisu (#%d) na li¶cie HOP kana³u %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Brak wpisu (#%d) na li¶cie SOP kana³u %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Brak wpisu (#%d) na li¶cie VOP kana³u %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Brak wpisu (#%d) na li¶cie dostêpu kana³u %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Brak wpisu (#%d) na li¶cie AKICK kana³u %s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "Brak wpisów (#%d) na li¶cie zakazanych s³ów kana³u %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "Nie znaleziono wpisu (#%d) na li¶cie wyj±tków limitów sesji."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Brak"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Nie pozwala wej¶æ na kana³ w trybie RESTRICTED"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Uwaga! Kana³ który nie by³ u¿ywany przez %d dni\n"
+"(np. nie odwiedzi³ go ¿aden u¿ytkownik umieszczony\n"
+"na li¶cie dostêpu kana³u w tym czasie) zostanie\n"
+"automatycznie odrejestrowany."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Nr Limit Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flagi"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #kana³ [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OPNOTICE"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [tekst|numer]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #kana³"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Nic siê nie zmieni³o."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr " Na Poziom Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Tylko super-administratorzy mog± u¿ywaæ tej komendy."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Opcja OPNOTICE dla kana³u %s zosta³a wy³±czona."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Opcja OPNOTICE dla kana³u %s zosta³a w³±czona."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Wiadomo¶æ dla operatorów #%d zosta³a skasowana."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Wiadomo¶æ dla operatorów #%d nie zosta³a znaleziona!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Wiadomo¶ci dla operatorów:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d rekordów, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "Flagi operatora %s zosta³y przyznane dla %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "DONTKICKOPS"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Opcja %s nie jest dostêpna w tej sieci."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #kana³ [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Kod rejestracyjny dla %s to %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Has³o przyjête - jeste¶ zidentyfikowany(a)."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Aby u¿yæ tej komendy musisz siê zidentyfikowaæ.\n"
+"Napisz /msg %s IDENTIFY has³o, a pó¼niej ponów próbê."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Do u¿ycia tej komendy wymagana jest identyfikacja.\n"
+"Napisz /msg %s IDENTIFY %s has³o, a pó¼niej ponów próbê."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Has³o zosta³o zmienione na %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Has³o zosta³o zmienione."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Has³o dla %s zosta³o zmienione na %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Has³o dla %s zosta³o zmienione."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Has³o dla %s to %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Nieprawid³owe has³o."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Has³o do nicka %s zosta³o wys³ane."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "PEACE"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Opcja PEACE dla kana³u %s zosta³a wy³±czona."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Opcja PEACE dla kana³u %s zosta³a w³±czona."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Skontaktuj siê z operatorem, aby uzyskaæ vhosta na ten nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Proszê spróbowaæ ponownie z trudniejszym has³em.\n"
+"Has³o powinno mieæ minimum 5 znaków oraz powinno\n"
+"zawieraæ cyfry i litery."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Proszê u¿yæ prawid³owej nazwy serwera."
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "U¿yj symboli # lub & podczas rejestracji"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Proszê odczekaæ %d sekund(y) i ponowiæ próbê."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Odczekaj %d sekund przed ponownym u¿yciem komendy GROUP."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr "Odczekaj %d sekund przed ponownym u¿yciem komendy REGISTER."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Odczekaj %d sekund przed ponownym u¿yciem komendy RSEND."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Odczekaj %d sekund(y) przed ponownym u¿yciem komendy SEND."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "PRIVATE"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Opcja PRIVATE bota %s zosta³a wy³±czona."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Opcja PRIVATE bota %s zosta³a w³±czona."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Opcja PRIVATE dla kana³u %s zosta³a wy³±czona."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Opcja PRIVATE dla kana³u %s zosta³a w³±czona."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Opcja prywatno¶ci dla %s zosta³a wy³±czona."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Opcja prywatno¶ci zosta³a wy³±czona."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Opcja prywatno¶ci dla %s zosta³a w³±czona."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Opcja prywatno¶ci zosta³a w³±czona."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "KILL"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Ochrona dla %s jest teraz wy³±czona."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Ochrona jest teraz wy³±czona."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Ochrona dla %s ze zredukowanym opó¼nieniem jest teraz w³±czona."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Natychmiastowa ochrona dla %s jest teraz w³±czona"
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Ochrona dla %s jest teraz w³±czona."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Ochrona ze zredukowanym opó¼nieniem jest teraz w³±czona."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Natychmiastowa ochrona jest teraz w³±czona."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Ochrona jest teraz w³±czona."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Zapewnia IRCD handler dla : %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Dodane komendy: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [tekst|numer]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [kana³] {lista | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nick [has³o]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER kana³ opis"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER has³o email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER has³o [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nick [has³o]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | kana³} tre¶æ"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Losowa wiadomo¶æ #%d zosta³a skasowana."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Losowa wiadomo¶æ #%d nie zosta³a znaleziona!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Losowe wiadomo¶ci:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Termin wa¿no¶ci kodu rejestracyjnego up³yn±³.\n"
+"Napisz: /msg %s REGISTER <has³o> <email>,\n"
+"aby znowu zacz±æ rejestracje."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "RESTRICTED"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Dostêp do kana³u %s nie jest ju¿ ograniczony."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Dostêp do kana³u %s jest teraz ograniczony."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SASAET nick PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nick opcja parametry"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nick AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SASET nick HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nick KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nick KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nick LANGUAGE numer"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nick NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nick PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nick SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY kana³ tekst"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | kana³} tre¶æ"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nick"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "Komenda SENDPASS nie dzia³a, bo has³a s± szyfrowane."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"Nie zdefiniowano SERVICES_BIN; nie mogê restartowaæ.\n"
+"Uruchom ponownie skrypt configure i przekompiluj serwisy, aby w³±czyæ "
+"komendê RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limit"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limit | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <maska-hosta>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET (kana³ | bot) opcja ustawienie"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET nick-bota NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET nick-bota PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET kana³ opcja parametry"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET kana³ DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET kana³ DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET kana³ FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET kana³ GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET kana³ KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET kana³ NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET kana³ OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET kana³ PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET kana³ PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET kana³ RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET kana³ SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET kana³ SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET kana³ SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET kana³ SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET kana³ SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET kana³ TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET kana³ XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opcja parametry"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET opcja ustawienie"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE numer"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [kana³] limit"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [nick | kana³] {limit | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET MSG {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opcja parametry"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <maska-hosta>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "Lista SNLINE jest pusta."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} "
+"[powód]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista SOP kana³u %s:\n"
+" Nr Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "Lista SQLINE jest pusta."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} "
+"[powód]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF tre¶æ wiadomo¶ci"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS kana³ item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Kana³ %s jest zakazany"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Kana³ %s nie jest zarejestrowany"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s nie jest online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND kana³ powód"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND kana³ [powód]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nick powód"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick nowy-nick"
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "Lista SZLINE jest pusta."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} "
+"[powód]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "SECURE"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "SECUREFOUNDER"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "SECUREOPS"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Status w³a¶ciciela kana³u %s nie bêdzie ju¿ chroniony."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Status w³a¶ciciela kana³u %s bêdzie teraz chroniony."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Status operatora kana³u %s nie bêdzie ju¿ chroniony."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Status operatora kana³u %s bêdzie teraz chroniony."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Opcja bezpieczeñstwa dla kana³u %s zosta³a wy³±czona."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Opcja bezpieczeñstwa dla kana³u %s zosta³a w³±czona."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Opcja bezpieczeñstwa dla %s zosta³a wy³±czona."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Opcja bezpieczeñstwa zosta³a wy³±czona."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Opcja bezpieczeñstwa dla %s zosta³a w³±czona."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Opcja bezpieczeñstwa zosta³a w³±czona."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "SECURE"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Serwerów : %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "Serwisy s± w trybie defcon, spróbuj ponownie pó¼niej."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Serwisy nie bêd± ju¿ d³u¿ej wysy³aæ wiadomo¶ci na kana³."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Serwisy s± teraz w systemie DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Serwisy s± teraz w trybie wygasania."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Serwisy nie s± ju¿ w trybie wygasania."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Serwisy s± teraz w trybie tylko-do-odczytu."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Serwisy s± teraz w trybie odczyt-zapis."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Serwisy s± teraz w trybie debugowania (poziom %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Serwisy s± teraz w trybie debugowania."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Serwisy nie s± ju¿ w trybie debugowania."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Serwisy bêd± wysy³aæ wiadomo¶ci na kana³ %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Serwisy zosta³y skonfigurowane tak, aby nie wysy³aæ poczty."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Lista ignorowanych przez serwisy:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Serwisy nie mog± zmieniaæ trybów. Czy serwery s± dobrze skonfigurowane?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Serwisy nie mog± zmieniaæ trybów. Czy U-linie serwerów s± dobrze "
+"skonfigurowane?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Serwisy dzia³aj± %d dzieñ, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Serwisy dzia³aj± %d dni, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Serwisy dzia³aj± %d godzinê i %d minutê."
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Serwisy dzia³aj± %d godzinê i %d minut(y)."
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Serwisy dzia³aj± %d godzin(y) i %d minutê."
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Serwisy dzia³aj± %d godzin i %d minut(y)."
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Serwisy dzia³aj± %d minutê i %d sekundê."
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Serwisy dzia³aj± %d minutê i %d sekund(y)."
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Serwisy dzia³aj± %d minut(y) i %d sekundê."
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Serwisy dzia³aj± %d minut(y) i %d sekund(y)."
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr ""
+"Serwisy nie bêd± ju¿ automatycznie nadawa³y uprawnieñ dla u¿ytkownika %s."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Serwisy nie bêd± ju¿ automatycznie nadawa³y Tobie uprawnieñ."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Serwisy bêd± automatycznie nadawa³y uprawnienia dla u¿ytkownika %s."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Serwisy bêd± automatycznie nadawa³y Tobie uprawnienia."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Serwisy bêd± teraz wysy³aæ do %s wiadomo¶ci."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Serwisy bêd± teraz wysy³aæ do %s powiadomienia."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Serwisy bêd± teraz wysy³aæ wiadomo¶ci."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Serwisy bêd± teraz wysy³aæ powiadomienia."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Plik konfiguracyjny serwisów zosta³ prze³adowany."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Serwisy w³a¶nie zwolni³y twojego nicka."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Limit sesji dla %s zmieniono na %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Limitowanie sesji jest wy³±czone."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Lista wyj±tków limitów sesji jest pe³na!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sesji : %6d rekordów, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sesje Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Nieznane ustawienie %s.\n"
+"Napisz /msg %s HELP LEVELS DESC, aby uzyskaæ listê dostêpnych mo¿liwo¶ci."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "Parametrem opcji DEBUG musi byæ ON, OFF albo liczba dodatnia."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Parametrem opcji IGNORE musi byæ ON albo OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Parametrem dla LOGCHAN musi byæ ON albo OFF.\n"
+"Ponadto kana³ logowania musi byæ zdefiniowany w pliku konfiguracyjnym."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Parametrem opcji NOEXPIRE musi byæ ON albo OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Parametrem opcji READONLY musi byæ ON albo OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+"Parametrem dla opcji SuperAdmin musi byæ ON lub OFF (musi byæ w³±czona w "
+"pliku konfiguracyjnym)"
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Podpisywanie komendy KICK na kanale %s zosta³o wy³±czone."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Podpisywanie komendy KICK na kanale %s zosta³o w³±czone, ale\n"
+"bêdzie zale¿a³o od poziomu dostêpu jaki posiada u¿ytkownik."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Podpisywanie komendy KICK na kanale %s zosta³o w³±czone."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "SIGNKICK"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Komenda OLINE nie jest dostêpna w tej sieci."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Komenda RSEND nie jest dostêpna w tej sieci."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Komenda SNLINE nie jest dostêpna w tej sieci."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Komenda SQLINE nie jest dostêpna w tej sieci."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Komenda SVSNICK nie jest dostêpna w tej sieci."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Komenda SZLINE nie jest dostêpna w tej sieci."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Komenda UMODE nie jest dostêpna w tej sieci."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Przydzielanie botów jest tymczasowo wy³±czone."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "B³±d, nie uda³o siê utworzyæ bota."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Modyfikacja botów jest tymczasowo wy³±czona."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Konfigurowanie bota jest tymczasowo wy³±czone."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Modyfikacja listy AOP jest tymczasowo wy³±czona."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Modyfikacja listy HOP jest tymczasowo wy³±czona."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Modyfikacja listy SOP jest tymczasowo wy³±czona."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Modyfikacja listy VOP jest tymczasowo wy³±czona."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Modyfikacja listy dostêpu jest tymczasowo wy³±czona."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Modyfikacja listy AKICK jest tymczasowo wy³±czona."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Modyfikacja listy zakazanych s³ów jest tymczasowo wy³±czona."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Usuwanie kana³ów jest tymczasowo wy³±czone."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Modyfikacja ustawieñ kana³u jest tymczasowo wy³±czona."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Rejestracja kana³ów jest tymczasowo wy³±czona."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Zmiana has³a dla %s nie powiod³a siê."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Zmiana has³a nie powiod³a siê."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Grupowanie nie powiod³o siê."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Identyfikacja nie powiod³a siê."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Konfigurowanie kopów jest tymczasowo wy³±czone."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Odwo³ywanie wiadomo¶ci jest tymczasowo wy³±czone."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Ustawianie opcji wiadomo¶ci jest tymczasowo wy³±czone."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Wysy³anie wiadomo¶ci jest tymczasowo wy³±czone."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Usuwanie nicków jest tymczasowo wy³±czone."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Grupowanie nicków jest tymczasowo wy³±czone."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Modyfikacja ustawieñ nicka jest tymczasowo wy³±czona."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Rejestracja nicków jest tymczasowo wy³±czona."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Rejestracja nicka nie powiod³a siê."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Mo¿esz mieæ tylko %d wpisów na li¶cie AKILL."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Mo¿esz mieæ tylko %d wpisów na listach xOP."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Mo¿esz mieæ tylko %d wpisów na li¶cie SNLINE."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Mo¿esz mieæ tylko %d wpisów na li¶cie SQLINE."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Mo¿esz mieæ tylko %d wpisów na li¶cie SZLINE."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Mo¿esz mieæ tylko %d wpisy(ów) na li¶cie dostêpu."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Mo¿esz mieæ tylko %d wpisów na kana³owej li¶cie dostêpu."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Mo¿esz mieæ jedynie %d wpisów w li¶cie AKICK."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "B³±d, mo¿esz mieæ tylko %d wpisów na li¶cie zakazanych s³ów."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "B³±d, ju¿ masz przekroczony limit %d kana³ów."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "B³±d, ju¿ masz osi±gniêty limit %d kana³ów."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Statystyki zosta³y zresetowane."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status zaktualizowany (wiadomo¶ci, vhosty, flagi)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Przestañ floodowaæ!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Nie powtarzaj siê!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Zastêpcê dla kana³u %s usuniêto."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Zastêpcê dla kana³u %s zmieniono na %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "Opcja SuperAdmin nie jest w³±czona w pliku konfiguracyjnym."
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "SYMBIOSIS"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Opcja SYMBIOSIS zosta³a wy³±czona na kanale %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Opcja SYMBIOSIS zosta³a w³±czona na kanale %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Sk³adnia: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Sk³adnia: %s kana³ BANTYPE typ\n"
+"\n"
+"Ustala typ banów zak³adanych przez serwisy.\n"
+"\n"
+"Typ banów oznaczany jest numerami od 0 do 3,\n"
+"poszczególne numery oznaczaj±:\n"
+"\n"
+"0: ban w postaci *!ident@host\n"
+"1: ban w postaci *!*ident@host\n"
+"2: ban w postaci *!*@host\n"
+"3: ban w postaci *!*ident@*.domena"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Sk³adnia: %s kana³ DESC opis\n"
+"\n"
+"Ustawia opis kana³u widoczny po wydaniu polecenia LIST oraz INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Sk³adnia: %s kana³ ENTRYMSG [tre¶æ]\n"
+"\n"
+"Ustawia tekst powiadomienia wysy³anego poprzez /notice\n"
+"do u¿ytkowników wchodz±cych na kana³. Komenda wywo³ana\n"
+"bez parametru usuwa wcze¶niej ustawion± wiadomo¶æ."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Sk³adnia: %s kana³ FOUNDER nick\n"
+"\n"
+"Zmienia w³a¶ciciela kana³u.\n"
+"Nowy nick musi byæ zarejestrowany."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Sk³adnia: %s kana³ KEEPTOPIC {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê zapamiêtywania tematu.\n"
+"Kiedy ta opcja jest w³±czona %S ustawi ostatni\n"
+"temat za ka¿dym razem, gdy na kana³ bêdzie wchodziæ\n"
+"pierwsza osoba."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Sk³adnia: %s kana³ MLOCK flagi\n"
+"\n"
+"Ustawia blokadê flag kana³owych. %S pozwala na \n"
+"definiowanie, które flag kana³owe maj± byæ zawsze \n"
+"w³±czone, wy³±czone lub ustawiane dowolnie przez \n"
+"operatorów kana³u.\n"
+"\n"
+"Sk³adnia polecenia jest identyczna jak w komendzie \n"
+"/MODE, tzn. flagi poprzedzone znakiem+ \n"
+"zostan± za³o¿one na kana³, natomiast poprzedzone \n"
+"znakiem - bêd± zdejmowane z kana³u. W odró¿nieniu \n"
+"od komendy /MODE, ka¿de u¿ycie SET MLOCK, \n"
+"usunie wszystkie wcze¶niej zdefiniowane mody!\n"
+"\n"
+"UWAGA: W przypadku ustawiania klucza dostêpu do \n"
+"kana³u (drugi przyk³ad poni¿ej), powinna równie¿ \n"
+"zostaæ aktywowana opcja RESTRICTED (zobacz \n"
+"HELP SET RESTRICTED), w przeciwnym wypadku, \n"
+"u¿ytkownik wchodz±cy na pusty kana³, bêdzie móg³ \n"
+"odczytaæ za³o¿ony klucz!\n"
+"\n"
+"Przyk³ady:\n"
+"\n"
+" SET #kana³ MLOCK +nt-iklps\n"
+" Wymusza w³±czenie flag n oraz t, wy³±czenie flag\n"
+" i, k, l, p, s; flaga m nie jest zmieniana.\n"
+"\n"
+" SET #kana³ MLOCK +knst-ilmp my-key\n"
+" Wymusza w³±czenie flag k, n, s, oraz t, wy³±czenie\n"
+" i, l, m, oraz p. Wymusza tak¿e ustawienie klucza \n"
+" na warto¶æ \"my-key\".\n"
+"\n"
+" SET #kana³ MLOCK +\n"
+" Wy³±cza blokowanie flag - mog± byæ zmieniane dowolnie."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Sk³adnia: %s kana³ OPNOTICE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê OPNOTICE dla kana³u.\n"
+"Kiedy ta opcja jest w³±czona, %S bêdzie\n"
+"informowa³ u¿ytkowników przebywaj±cych na kanale,\n"
+"kiedy zostanie u¿yta komenda OP lub DEOP."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Sk³adnia: %s kana³ PEACE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê PEACE dla kana³u.\n"
+"W³±czenie tej opcji uniemo¿liwia wykopanie,\n"
+"banowanie lub odebranie uprawnieñ u¿ytkownikowi,\n"
+"który ma poziom uprawnieñ wy¿szy lub równy\n"
+"korzystaj±c z poleceñ serwisu %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Sk³adnia: %s kana³ PRIVATE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê PRIVATE dla kana³u.\n"
+"Kiedy ta opcja jest w³±czona kana³ nie bêdzie\n"
+"umieszczany na listach wy¶wietlanych komend±:\n"
+"/msg %S LIST"
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Sk³adnia: %s kana³ RESTRICTED {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê ograniczonego dostêpu do kana³u.\n"
+"Po w³±czeniu tej opcji tylko osoby znajduj±ce siê na\n"
+"li¶cie dostêpu bêd± mog³y przebywaæ na kanale. Pozostali\n"
+"u¿ytkownicy bêd± banowani, a nastêpnie usuwani z kana³u."
+
+#: language.cpp:3681
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Sk³adnia: %s kana³ SECURE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcje bezpieczeñstwa kana³u.\n"
+"Po w³±czeniu tej opcji tylko zarejestrowani\n"
+"u¿ytkownicy, którzy siê zidentyfikowali bêd±\n"
+"otrzymywaæ od serwisu %S uprawnienia\n"
+"wynikaj±ce z wpisów na li¶cie dostêpu."
+
+#: language.cpp:3695
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Sk³adnia: %s kana³ SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê bezpiecznego w³a¶ciciela.\n"
+"Ustawienie tej opcji powoduje ograniczenie uprawnieñ\n"
+"w³a¶ciciela do osoby, która jest wpisana jako w³a¶ciciel\n"
+"(a nie osób znaj±cych has³o w³a¶ciciela kana³u).\n"
+"Operacje takie jak usuniêcie kana³u, zmiana has³a,\n"
+"w³a¶ciciela oraz zastêpcy bêd± dostêpne tylko\n"
+"dla jednego u¿ytkownika."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Sk³adnia: %s kana³ SECUREOPS {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê SECUREOPS dla kana³u.\n"
+"Kiedy ta opcja jest w³±czona u¿ytkownicy bez wpisu\n"
+"na li¶cie dostêpu kana³u (ACCESS LIST) nie bêd±\n"
+"mogli posiadaæ statusu operatora."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Sk³adnia: %s kana³ SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza podpisywanie komend kick.\n"
+"W³±czenie tej opcji powoduje dodawanie nicka osoby \n"
+"wydaj±cej polecenie do uzasadnienia kicka.\n"
+"\n"
+"Je¶li poziomy dostêpu by³y konfigurowane z u¿yciem LEVEL\n"
+"osoby maj±ce poziom wiêkszy lub równy SIGNKICK nie bêd±\n"
+"podpisywane. Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP LEVELS"
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Sk³adnia: %s kana³ SUCCESSOR nick\n"
+"\n"
+"Ustawia spadkobiercê kana³u. Je¶li nick w³a¶ciciela\n"
+"wyga¶nie lub zostanie usuniêty kana³ zostaje przekazany\n"
+"spadkobiercy, który staje siê nowym w³a¶cicielem.\n"
+"Je¿eli spadkobierca jest w³a¶cicielem zbyt du¿ej\n"
+"liczby kana³ów (%d) to kana³ zostanie odrejestrowany."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Sk³adnia: %s kana³ TOPICLOCK {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê blokowania tematu kana³u.\n"
+"\n"
+"Je¶li ta opcja jest w³±czona, %S pozwoli na\n"
+"zmianê tematu tylko poprzez wydanie komendy TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Sk³adnia: %s kana³ XOP {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza system list xOP dla kana³u.\n"
+"Kiedy XOP zostanie w³±czony przyznawanie uprawnieñ\n"
+"odbywa siê przy pomocy poleceñ AOP/ SOP/ VOP.\n"
+"Wy³±czenie funkcji xOP wymusza korzystanie z\n"
+"polecenia ACCESS.\n"
+"\n"
+"Uwaga: w momencie w³±czania systemu list XOP\n"
+"wszelkie definicje poziomów dostêpu zostan±\n"
+"trwale zresetowane. Ponowne przej¶cie z XOP na\n"
+"system listy dostêpu nie spowoduje odzyskania\n"
+"poprzedniej konfiguracji!\n"
+"\n"
+"Kiedy XOP zostanie w³±czony u¿ytkownikom\n"
+"automatycznie zostaje przypisany odpowiedni poziom\n"
+"dostêpu. Automatyczne przyporz±dkowanie nie zawsze \n"
+"musi byæ poprawne. Nie zaleca siê przej¶cia na\n"
+"system XOP, je¶li definicje poziomów dostêpu dla \n"
+"kana³u zosta³y wcze¶niej zmodyfikowane przy pomocy \n"
+"polecenia LEVELS."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Sk³adnia: ACCESS kana³ ADD nick level\n"
+" ACCESS kana³ DEL {nick | numer | list}\n"
+" ACCESS kana³ LIST [maska | list]\n"
+" ACCESS kana³ VIEW [maska | list]\n"
+" ACCESS kana³ CLEAR\n"
+"\n"
+"Polecenie pozwala na zarz±dzanie wpisami w kana³owej\n"
+"li¶cie dostêpu (access list). Ustalony poziom\n"
+"dostêpu okre¶la, którzy u¿ytkownicy mog± pe³niæ\n"
+"funkcje operatorów kana³u, oraz posiadaæ dostêp do\n"
+"komend %S. Ró¿ne poziomy okre¶laj± inne\n"
+"przywileje.\n"
+"Napisz msg /msg %S HELP ACCESS LEVELS,\n"
+"aby uzyskaæ wiêcej informacji. Ka¿dy u¿ytkownik,\n"
+"który nie zosta³ wpisany na listê dostêpu, posiada\n"
+"poziom uprawnieñ równy 0.\n"
+"\n"
+"Polecenie ACCESS ADD dodaje podany nick do listy z\n"
+"okre¶lonym poziomem dostêpu. Je¶li nick jest ju¿\n"
+"wpisany na li¶cie, jego poziom dostêpu zostanie\n"
+"zmieniony zgodnie z podanym parametrem. Przyznawany\n"
+"poziom dostêpu nie mo¿e byæ wy¿szy ni¿ poziom osoby\n"
+"wydaj±cej komendê ADD.\n"
+"\n"
+"Polecenie ACCESS DEL usuwa wskazane wpisy z listy.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"Polecenie ACCESS LIST wy¶wietla zawarto¶æ listy.\n"
+"Parametr maska pozwala zawêziæ wynik polecenia\n"
+"do jedynie tych wpisów, których host pasuje do\n"
+"wskazanej w komendzie maski (dozwolone jest u¿ywanie\n"
+"znaku * - zastêpuje on dowolny ci±g znaków).\n"
+"Jako parametr mo¿na podaæ tak¿e numery wpisów na\n"
+"li¶cie, na przyk³ad:\n"
+"\n"
+" ACCESS kana³ LIST 2-5,7-9\n"
+" Wy¶wietli wpisy na li¶cie od numeru 2 do 5, oraz\n"
+" od 7 do 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"Polecenie ACCESS CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:2902
+#, fuzzy, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Sk³adnia: ACCESS ADD maska\n"
+" ACCESS DEL maska\n"
+" ACCESS LIST\n"
+"\n"
+"Modyfikuje lub wy¶wietla listê dostêpu dla nicka.\n"
+"Lista dostêpu okre¶la hosty u¿ytkowników mog±cych\n"
+"u¿ywaæ twojego nicka. Je¶li chcesz u¿ywaæ nicka z\n"
+"innego hosta musisz siê najpierw zidentyfikowaæ\n"
+"w serwisie %S komend± IDENTIFY.\n"
+"\n"
+"Przyk³ady:\n"
+"\n"
+" ACCESS ADD userek@ircnet.pl\n"
+" Zezwala na dostêp do nicka ka¿demu \n"
+" ³±cz±cemu siê z domeny ircnet.pl.\n"
+"\n"
+" ACCESS DEL userek@ircnet.pl\n"
+" Odwraca efekt poprzedniej komendy.\n"
+"\n"
+" ACCESS LIST\n"
+" Wy¶wietla aktualn± listê dostêpu."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Sk³adnia: ACT kana³ tekst\n"
+"\n"
+"Sprawia, ¿e bot u¿yje komendy akcji (/me) przy\n"
+"wypowiadaniu podanego tekstu na kanale."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Sk³adnia: AKICK kana³ ADD {nick | maska} [powód]\n"
+" AKICK kana³ STICK maska\n"
+" AKICK kana³ UNSTICK maska\n"
+" AKICK kana³ DEL {nick | maska | numer-wpisu | lista}\n"
+" AKICK kana³ LIST [maska | numer-wpisu | lista]\n"
+" AKICK kana³ VIEW [maska | numer-wpisu | lista]\n"
+" AKICK kana³ ENFORCE\n"
+" AKICK kana³ CLEAR\n"
+"\n"
+"Polecenie zarz±dza list± AutoKick dla kana³u. Je¶li\n"
+"u¿ytkownik znajduj±cy siê na li¶cie AKICK, wejdzie\n"
+"na kana³, %S za³o¿y bana, a nastêpnie wykopie\n"
+"u¿ytkownika z kana³u.\n"
+"\n"
+"Polecenie AKICK ADD dodaje podany nick lub maskê\n"
+"hosta do listy AutoKick. Je¶li zostanie podany\n"
+"powód, bêdzie on u¿ywany przy wykopywaniu\n"
+"u¿ytkownika dodanego do listy z kana³u, je¶li nie\n"
+"zostanie podany, u¿ywany bêdzie domy¶lny:\n"
+"You have been banned from channel.\n"
+"Dodawanie zarejestrowanego nicka na listê powoduje\n"
+"wykopywanie wszystkich nicków nale¿±cych do grupy.\n"
+"\n"
+"Polecenie AKICK STICK umo¿liwia permanentne\n"
+"dodanie podanej maski do banów na kanale. Za ka¿dym\n"
+"razem gdy kto¶ zdejmie wskazanego bana z kana³u,\n"
+"%S automatycznie za³o¿y go ponownie.\n"
+"Parametrem polecenia nie mo¿e byæ nick a jedynie\n"
+"host.\n"
+"\n"
+"Polecenie AKICK UNSTICK niweluje dzia³anie\n"
+"polecenia AKICK STICK - umo¿liwia zdjêcie bana z\n"
+"kana³u.\n"
+"\n"
+"AKICK DEL usuwa wskazany nick lub maskê z listy AKICK.\n"
+"Jako argument przyjmuje nick, maskê, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"AKICK LIST wy¶wietla zawarto¶æ listy AKICK. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane.\n"
+"AKICK VIEW zwraca wiêcej szczegó³ów ni¿ AKICK LIST.\n"
+"\n"
+"Polecenie AKICK ENFORCE powoduje ¿e %S\n"
+"usunie z kana³u wszystkich u¿ytkowników, których\n"
+"hosty pasuj± do wskazanych masek w li¶cie AKICK.\n"
+"\n"
+"Polecenie AKICK CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Sk³adnia: AKILL ADD [+czas-trwania] maska powód\n"
+" AKILL DEL {maska | numer-wpisu | lista}\n"
+" AKILL LIST [maska | lista]\n"
+" AKILL VIEW [maska | lista]\n"
+" AKILL CLEAR\n"
+"\n"
+"Pozwala operatorom serwisów na zarz±dzanie list± AKILL.\n"
+"Je¶li u¿ytkownik pasuj±cy do maski na li¶cie pod³±czy siê\n"
+"do sieci serwisy natychmiast go roz³±cz± oraz za³o¿± K-line\n"
+"na jego host.\n"
+"\n"
+"AKILL ADD dodaje maskê (w formacie user@host lub ip)\n"
+"oraz powód (który musi zostaæ podany) na listê AKILL.\n"
+"Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,\n"
+"m dla minut, h dla godzin oraz d dla dni.\n"
+"Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±\n"
+"jednostk± s± dni (+30 oznacza 30 dni). Podanie +0\n"
+"oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê\n"
+"znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li\n"
+"jest identyczny z domy¶lnym). Domy¶lny czas wygasania\n"
+"mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.\n"
+"\n"
+"AKILL DEL usuwa wskazane wpisy z listy AKILL.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"AKILL LIST wy¶wietla zawarto¶æ listy AKILL. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:\n"
+" AKILL LIST 2-5,7-9\n"
+" Listuje wpisy od 2 do 5 oraz od 7 do 9.\n"
+"\n"
+"AKILL VIEW zwraca wiêcej szczegó³ów ni¿ AKILL LIST.\n"
+"Wy¶wietla informacje o dodaj±cym AKILL, datê dodania,\n"
+"datê wyga¶niêcia, maskê oraz powód.\n"
+"\n"
+"AKILL CLEAR usuwa wszystkie wpisy z listy AKILL."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Sk³adnia: ALIST [poziom]\n"
+"\n"
+"Listuje wszystkie kana³y, gdzie masz wpis na li¶cie\n"
+"dostêpu. Aby ograniczyæ listê pokazywanych kana³ów\n"
+"mo¿esz podaæ poziom XOP lub numer\n"
+"Przyk³ady:\n"
+" ALIST Founder\n"
+" Listuje kana³y, których jeste¶ w³a¶cicielem\n"
+" ALIST AOP\n"
+" Listuje kana³y, na których masz poziom\n"
+" AOP lub wy¿szy.\n"
+" ALIST 10\n"
+" Listuje kana³y, na których masz poziom\n"
+" 10. lub wy¿szy.\n"
+"Kana³y z opcj± NOEXPIRE bêd± oznaczone wykrzyknikiem."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sk³adnia: ALIST [nick] [poziom]\n"
+"\n"
+"Listuje wszystkie kana³y na których jeste¶ na li¶cie\n"
+"dostêpu. Opcjonalnie mo¿esz podaæ nick wraz z poziomem,\n"
+"co ograniczy ilo¶æ pokazywanych wpisów.\n"
+"\n"
+"Parametr nick jest przeznaczony tylko dla\n"
+"administratorów serwisów."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sk³adnia: AOP kana³ ADD nick\n"
+" AOP kana³ DEL {nick | numer | lista}\n"
+" AOP kana³ LIST [maska | lista]\n"
+" AOP kana³ CLEAR\n"
+"\n"
+"Zarz±dza list± AOP (AutoOP) dla kana³u.\n"
+"U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ\n"
+"automatycznie status operatora, maj± prawo siê\n"
+"odbanowaæ i zaprosiæ je¶li jest taka potrzeba itd.\n"
+"\n"
+"Komenda AOP ADD dodaje podany nick do listy AOP.\n"
+"\n"
+"Komenda AOP DEL usuwa wskazane wpisy z listy.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"Komenda AOP LIST wy¶wietla zawarto¶æ listy AOP.\n"
+"Parametr maska pozwala filtrowaæ wy¶wietlane wpisy\n"
+"(symbol * zastêpuje dowolny ci±g znaków w nicku).\n"
+"Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:\n"
+"\n"
+" AOP kana³ LIST 2-5,7-9\n"
+" Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz\n"
+" od 7 do 9.\n"
+"\n"
+"Komenda AOP CLEAR usuwa wszystkie wpisy z listy.\n"
+"\n"
+"Komendy AOP ADD oraz AOP DEL s± dostêpne dla\n"
+"u¿ytkowników z uprawnieniami SOP lub wy¿szymi.\n"
+"Komenda AOP CLEAR jest dostêpna dla w³a¶ciciela\n"
+"kana³u. Wszyscy u¿ytkownicy wpisani na listê AOP\n"
+"mog± u¿ywaæ komendy AOP LIST.\n"
+"\n"
+"Komenda AOP mo¿e byæ wy³±czona dla Twojego kana³u,\n"
+"w takim przypadku nale¿y u¿ywaæ komendy ACCESS.\n"
+"Aby uzyskaæ informacje o komendzie ACCESS wpisz:\n"
+"/msg %S HELP ACCESS\n"
+"Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:\n"
+"/msg %S HELP SET XOP"
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Sk³adnia: ASSIGN kana³ nick\n"
+"\n"
+"Przydziela bota o wskazanym nicku na kana³."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Sk³adnia: BADWORDS kana³ ADD s³owo [SINGLE | START | END]\n"
+" BADWORDS kana³ DEL {s³owo | numer-wpisu | lista}\n"
+" BADWORDS kana³ LIST [maska | lista]\n"
+" BADWORDS kana³ CLEAR\n"
+"\n"
+"Polecenie umo¿liwia zarz±dzanie list± niedozwolonych\n"
+"s³ów. Lista definiuje za jakie s³owa u¿ytkownicy mog±\n"
+"zostaæ wyrzuceni z kana³u. Aby uzyskaæ wiêcej informacji\n"
+"napisz: /msg %S HELP KICK BADWORDS\n"
+"\n"
+"BADWORDS ADD dodaje wskazane s³owo do listy.\n"
+"Parametr SINGLE powoduje, ¿e u¿ytkownicy bêd± kopani za\n"
+"u¿ywanie wskazanego s³owa w ca³o¶ci.\n"
+"Parametr START powoduje, ¿e u¿ytkownicy bêd± kopani za\n"
+"u¿ywanie wskazanego s³owa na pocz±tku innych wyrazów.\n"
+"Parametr END powoduje, ¿e u¿ytkownicy bêd± kopani za\n"
+"u¿ywanie wskazanego s³owa na koñcu innych wyrazów.\n"
+"Pominiêcie parametru powoduje, ¿e u¿ytkownicy bêd±\n"
+"kopani w ka¿dym z przypadków, kiedy zostanie u¿yte \n"
+"wskazane s³owo.\n"
+"\n"
+"BADWORDS DEL usuwa wskazane wpisy z listy s³ów.\n"
+"Jako argument przyjmuje s³owo, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"BADWORDS LIST wy¶wietla zawarto¶æ listy s³ów. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:\n"
+" BADWORDS kana³ LIST 2-5,7-9\n"
+" Listuje wpisy od numeru 2 do 5 oraz od 7 do 9.\n"
+"\n"
+"BADWORDS CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sk³adnia: BAN kana³ nick [powód]\n"
+"\n"
+"Banuje wskazanego u¿ytkownika na kanale.\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Sk³adnia: BOT ADD nick ident host nazwa\n"
+" BOT CHANGE starynick nowynick [ident [host [nazwa]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Polecenie pozwala administratorom serwisów na\n"
+"tworzenie, modyfikowanie oraz kasowanie botów\n"
+"u¿ywanych przez u¿ytkowników sieci na kana³ach.\n"
+"\n"
+"BOT ADD dodaje bota o podanym nicku, idencie,\n"
+"ho¶cie oraz realname.\n"
+"BOT CHANGE pozwala na zmianê nicka, identa,\n"
+"hosta lub realname bota bez jego kasowania.\n"
+"BOT DEL usuwa wskazanego bota.\n"
+"\n"
+"UWAGA: Je¶li stworzony zostanie bot o nicku,\n"
+"który jest ju¿ zarejestrowany, nick zostanie\n"
+"odrejestrowany. Podobnie je¶li nick stworzonego\n"
+"bota bêdzie u¿ywany przez innego u¿ytkownika,\n"
+"zostanie on wtedy skillowany."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Sk³adnia: BOTLIST\n"
+"\n"
+"Listuje dostêpne w sieci boty."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Sk³adnia: CANCEL {nick | kana³}\n"
+"\n"
+"Wycofuje ostatni± wys³an± wiadomo¶æ,\n"
+"o ile nie zosta³a przeczytana."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Sk³adnia: CHANKILL [+czas] kana³ powód\n"
+"\n"
+"Zak³ada AKILLa na ka¿dy nick na wskazanym kanale.\n"
+"Na listê zostaj± dodane prawdziwe adresy (ident@host),\n"
+"po czym AKILL zostaje wykonany."
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Sk³adnia: CHANLIST [{wzorzec | nick} [SECRET]]\n"
+"\n"
+"Listuje wszystkie istniej±ce kana³y w sieci, niezale¿nie od\n"
+"tego czy s± zarejestrowane.\n"
+"\n"
+"Podanie wzorca ogranicza listê pokazywanych kana³ów.\n"
+"Podanie nicka wy¶wietla kana³y, na których przebywa\n"
+"wskazany u¿ytkownik. Dodanie parametru SECRET ogranicza\n"
+"listê do kana³ów z flag± +s lub +p."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Sk³adnia: CHECK nick\n"
+"\n"
+"Sprawdza, czy ostatnia wiadomo¶æ wys³ana do nick\n"
+"zosta³a przeczytana. Ta komenda nie dzia³a dla kana³ów."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sk³adnia: CLEAR kana³ opcje\n"
+"\n"
+"Umo¿liwia kompleksowe usuniêcie niektórych ustawieñ na\n"
+"kanale poprzez %S. Dostêpne opcje:\n"
+"\n"
+" MODES Usuwa tryby z kana³u\n"
+" BANS Usuwa bany z kana³u\n"
+" EXCEPTS Usuwa wyj±tki od banów z kana³u\n"
+" INVITES Usuwa zaproszenia z kana³u\n"
+" OPS Odbiera wszystkim status operatora\n"
+" HOPS Odbiera wszystkim status pó³-operatora\n"
+" VOICES Odbiera wszystkim prawo g³osu\n"
+" USERS Usuwa u¿ytkowników z kana³u\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla w³a¶ciciela kana³u."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Sk³adnia: CLEARMODES kana³ [ALL]\n"
+"\n"
+"Usuwa wszystkie binarne flagi (i,k,l,m,n,p,s,t) oraz bany\n"
+"ustawione na wskazanym kanale. Dodanie parametru ALL\n"
+"odbiera tak¿e uprawnienia (+o, +v)."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Sk³adnia: CONFIRM kod\n"
+"\n"
+"To polecenie umo¿liwia zakoñczenie procesu rejestracji.\n"
+"Aby nick zosta³ zarejestrowany w serwisie %S nale¿y\n"
+"wywo³aæ to polecenie z kodem, który zosta³ wys³any na\n"
+"adres e-mail podany podczas pierwszego kroku rejestracji.\n"
+"Aby siê dowiedzieæ wiêcej wpisz /msg %S HELP REGISTER\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Sk³adnia: DEFCON [1|2|3|4|5]\n"
+"\n"
+"System defcon umo¿liwia wprowadzanie wcze¶niej\n"
+"zdefiniowanych ograniczeñ dla serwisów podczas\n"
+"próby ataku na sieæ."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Sk³adnia: DEHALFOP kana³ [nick]\n"
+"\n"
+"Odbiera status pó³-operatora wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych przynajmniej\n"
+"5. poziom dostêpu. Osoby wpisane na listê HOP lub\n"
+"posiadaj±ce 4. poziom dostêpu mog± j± wykonywaæ\n"
+"jedynie na sobie."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Sk³adnia: DEL <nick>\n"
+"\n"
+"Usuwa vhosta przypisanego do wskazanego nicka."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sk³adnia: DEL [kana³] {numer | lista | LAST | ALL}\n"
+"\n"
+"Kasuje jedn± lub wiêcej wiadomo¶ci. Dopuszczalne \n"
+"jest podanie numeru wiadomo¶ci lub listy wiadomo¶ci, \n"
+"przyk³ad poni¿ej.\n"
+"\n"
+"Parametr LAST oznacza skasowanie ostatniej wiadomo¶ci.\n"
+"Parametr ALL oznacza skasowanie wszystkich wiadomo¶ci.\n"
+"\n"
+"Przyk³ady:\n"
+"\n"
+" DEL 1\n"
+" Usuwa pierwsz± wiadomo¶æ.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Kasuje wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Sk³adnia: DELALL <nick>.\n"
+"\n"
+"Usuwa wszystkie vhosty grupy, do której nale¿y wskazany nick."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sk³adnia: DEOP kana³ [nick]\n"
+"\n"
+"Odbiera status operatora wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sk³adnia: DEOWNER kana³\n"
+"\n"
+"Odbiera uprawnienia w³a¶ciciela kana³u.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna tylko dla w³a¶ciciela kana³u."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Sk³adnia: DEPROTECT kana³ [nick]\n"
+"\n"
+"Usuwa ochronê wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê SOP lub posiadaj±cych przynajmniej\n"
+"10. poziom dostêpu."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Sk³adnia: DEVOICE kana³ [nick]\n"
+"\n"
+"Odbiera prawo g³osu wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych przynajmniej\n"
+"5. poziom dostêpu. Osoby wpisane na listê VOP lub\n"
+"posiadaj±ce 3. poziom dostêpu mog± j± wykonywaæ\n"
+"jedynie na sobie."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Sk³adnia: DROP kana³\n"
+"\n"
+"Usuwa podany kana³. Komenda mo¿e zostaæ u¿yta\n"
+"jedynie przez w³a¶ciciela kana³u."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Sk³adnia: DROP kana³\n"
+"\n"
+"Usuwa wskazany kana³. Tylko administratorzy serwisów\n"
+"mog± usun±æ kana³, którego nie s± w³a¶cicielami."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Sk³adnia: DROP [nick]\n"
+"\n"
+"Usuwa nick z bazy danych %S. Usuniêty nick\n"
+"mo¿e zostaæ ponownie zarejestrowany przez ka¿dego.\n"
+"\n"
+"Mo¿esz usun±æ nick nale¿±cy do Twojej grupy podaj±c\n"
+"go jako dodatkowy parametr nick.\n"
+"\n"
+"U¿ycie tej komendy wymaga identyfikacji z u¿yciem\n"
+"has³a. Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP IDENTIFY"
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Sk³adnia: DROP [nick]\n"
+"\n"
+"Komenda wywo³ana bez parametru spowoduje usuniêcie\n"
+"Twojego nicka z bazy serwisu %S.\n"
+"\n"
+"Komenda u¿yta z parametrem usuwa wskazany nick.\n"
+"Ka¿dy u¿ytkownik mo¿e usuwaæ nicki znajduj±ce siê\n"
+"w jego grupie bez specjalnych uprawnieñ. Usuwanie\n"
+"dowolnego nicka jest ograniczone do administratorów."
+
+#: language.cpp:2532
+#, fuzzy, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Sk³adnia: EXCEPTION ADD [+czas-trwania] maska limit powód\n"
+" EXCEPTION DEL {maska | lista}\n"
+" EXCEPTION MOVE numer pozycja\n"
+" EXCEPTION LIST [maska | lista]\n"
+" EXCEPTION VIEW [maska | lista]\n"
+"\n"
+"Pozwala administratorom serwisów na zarz±dzanie list± limitów\n"
+"sesji dla poszczególnych hostów - np. serwery shell mog±\n"
+"mieæ wiêksz± liczbê po³±czeñ. Kiedy limit po³±czeñ zostanie\n"
+"osi±gniêty ka¿dy nowy u¿ytkownik z takiego hosta bêdzie\n"
+"roz³±czany z sieci±. Przed roz³±czeniem zostanie wys³ane\n"
+"powiadomienie (jego tre¶æ ustawia siê w pliku konfiguracyjnym).\n"
+"\n"
+"EXCEPTION ADD dodaje wskazan± maskê na listê wyj±tków.\n"
+"Maski nick!user@host oraz user@host s± nieprawid³owe,\n"
+"poniewa¿ zawieraj± nick lub ident u¿ytkownika. Dopuszczalne\n"
+"maski to np. box.host.dom lub *.host.dom. Limit musi\n"
+"byæ liczb± nieujemn±. Podanie zera oznacza wy³±czenie limitu.\n"
+"Format czasu jest opisany w pomocy polecenia AKILL.\n"
+"EXCEPTION DEL usuwa wskazane wpisy z listy wyj±tków.\n"
+"EXCEPTION MOVE przenosi wyj±tek o wskazanym numerze na\n"
+"now± pozycjê. Wyj±tki znajduj±ce siê pomiêdzy zostan±\n"
+"odpowiednio przeniesione, aby wype³niæ powsta³± lukê.\n"
+"EXCEPTION LIST oraz EXCEPTION VIEW listuj± wyj±tki.\n"
+"Podanie maski powoduje ograniczenie wy¶wietlanych wpisów.\n"
+"EXCEPTION VIEW zwraca dodatkowo informacje o zak³adaj±cym,\n"
+"limicie, powodzie, masce oraz czasie.\n"
+"\n"
+"Nale¿y pamiêtaæ, ¿e pod³±czaj±cy siê klient bêdzie u¿ywa³\n"
+"pierwszego wyj±tku o pasuj±cej masce. Du¿a lista wyj±tków i\n"
+"zbyt ogólne maski powoduj± pogorszenie wydajno¶ci serwisów."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sk³adnia: FORBID kana³ [powód]\n"
+"\n"
+"Uniemo¿liwia rejestracjê i korzystanie ze wskazanego\n"
+"kana³u. Blokadê mo¿na zdj±æ u¿ywaj±c komendy DROP.\n"
+"\n"
+"W niektórych sieciach wymagane jest podanie powodu."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Sk³adnia: FORBID nick [powód]\n"
+"\n"
+"Uniemo¿liwia rejestracjê i korzystanie ze wskazanego\n"
+"nicka. Blokadê mo¿na zdj±æ u¿ywaj±c komendy DROP.\n"
+"\n"
+"W niektórych sieciach wymagane jest podanie powodu."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Sk³adnia: GETEMAIL uzytkownik@serwer.com\n"
+"\n"
+"Listuje nicki, które maj± ustawiony podany adres e-mail.\n"
+"Uwaga: nie mo¿na u¿ywaæ symboli wieloznacznych (* lub ?).\n"
+"Ka¿dy przypadek u¿ycia tej komendy jest logowany."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Sk³adnia: GETKEY kana³\n"
+"\n"
+"Zwraca has³o wstêpu do wskazanego kana³u."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Sk³adnia: GETPASS kana³\n"
+"\n"
+"Zwraca has³o w³a¶ciciela dla wskazanego kana³u. \n"
+"UWAGA: u¿ycie tej komendy powoduje wys³anie\n"
+"informacji o jej u¿yciu przy pomocy WALLOP/GLOBOP."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Sk³adnia: GETPASS nick\n"
+"\n"
+"Zwraca has³o w³a¶ciciela dla wskazanego nicka.\n"
+"UWAGA: u¿ycie tej komendy powoduje wys³anie\n"
+"informacji o jej u¿yciu przy pomocy WALLOP/GLOBOP.\n"
+"\n"
+"Ta komenda jest niedostêpna kiedy has³a s± szyfrowane."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sk³adnia: GHOST nick [has³o]\n"
+"\n"
+"Opcja likwiduje sesjê-ducha o wskazanym nicku.\n"
+"Taka sytuacja najczê¶ciej ma miejsce wtedy, gdy\n"
+"po³±czenie z serwem IRC nie zosta³o zakoñczone w\n"
+"sposób prawid³owy (komputer siê zawiesi³ lub\n"
+"wyst±pi³a awaria ³±cza internetowego). Serwer IRC\n"
+"mo¿e wtedy nie rozpoznaæ zerwania po³±czenia i\n"
+"bêdzie czeka³ okre¶lon± ilo¶æ czasu na odpowied¼ \n"
+"od klienta.\n"
+"\n"
+"Aby u¿yæ polecenia GHOST musi byæ spe³niony jeden\n"
+"z warunków:\n"
+"1. twój adres znajduje siê na li¶cie dostêpu,\n"
+"2. jeste¶ zidentyfikowany w grupie,\n"
+" do której nale¿y wskazany nick,\n"
+"3. podasz prawid³owe has³o do nicka."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Sk³adnia: GLIST\n"
+"\n"
+"Listuje wszystkie nicki z Twojej grupy."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sk³adnia: GLIST [nick]\n"
+"\n"
+"Polecenie wywo³ane bez parametrów listuje wszystkie\n"
+"nicki nale¿±ce do grupy wydaj±cego polecenie.\n"
+"\n"
+"Administratorzy serwisów mog± jako parametr podaæ\n"
+"nick osoby, której nicki chc± sprawdziæ."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Sk³adnia: GLOBAL wiadomo¶æ\n"
+"\n"
+"Pozwala administratorom wysy³aæ wiadomo¶ci do wszystkich\n"
+"u¿ytkowników. Wiadomo¶æ zostanie wys³ana z nicka %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Sk³adnia: GROUP\n"
+"\n"
+"To polecenie pozwala ustawiæ vhost bie¿±cego nicka\n"
+"dla wszystkich nicków w grupie."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Sk³adnia: GROUP nazwa has³o\n"
+"\n"
+"Ta komenda powoduje dodanie Twojego nicka do grupy\n"
+"reprezentowanej przez nick nazwa o ha¶le has³o.\n"
+"\n"
+"Grupowanie nicków pozwala na dzielenie siê ustawieniami,\n"
+"wiadomo¶ciami oraz uprawnieniami z innymi nickami z grupy.\n"
+"\n"
+"Je¶li jaki¶ nick z grupy zostanie usuniêty nie tracisz\n"
+"¿adnych ustawieñ czy uprawnieñ, jednak grupa istnieje\n"
+"dopóki jest w niej przynajmniej jeden nick.\n"
+"\n"
+"Komenda mo¿e byæ u¿yta nawet wtedy kiedy bie¿±cy nick\n"
+"nie jest zarejestrowany, w przeciwnym wypadku musisz\n"
+"siê zidentyfikowaæ. Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP IDENTIFY\n"
+"\n"
+"Mo¿liwe i zalecane jest u¿ywanie tej komendy na nickach,\n"
+"które nie s± zarejestrowane, zostan± one wtedy automatycznie\n"
+"dodane do bazy %S.\n"
+"\n"
+"UWAGA: Komendê mo¿na u¿yæ tak¿e na zarejestrowanym nicku,\n"
+"nale¿y jednak wzi±æ pod uwagê to, ¿e je¶li bie¿±cy nick jest\n"
+"ostatni ze swojej grupy, to wszystkie jego ustawienia oraz\n"
+"uprawnienia zostan± usuniête! Z tego powodu najlepiej grupowaæ\n"
+"nowy nick ze starym, a nie na odwrót. Zmiana grupy mo¿e byæ\n"
+"wy³±czona przez administratora w niektórych sieciach.\n"
+"\n"
+"Mo¿na byæ tylko w jednej grupie w danej chwili,\n"
+"³±czenie grup nie jest mo¿liwe.\n"
+"\n"
+"Uwaga: wszystkie nicki w grupie maj± to samo has³o."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Sk³adnia: HALFOP kana³ [nick]\n"
+"\n"
+"Nadaje status pó³-operatora wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych przynajmniej\n"
+"5. poziom dostêpu. Osoby wpisane na listê HOP lub\n"
+"posiadaj±ce 4. poziom dostêpu mog± j± wykonywaæ\n"
+"jedynie na sobie."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sk³adnia: HOP kana³ ADD nick\n"
+" HOP kana³ DEL {nick | numer | lista}\n"
+" HOP kana³ LIST [maska | lista]\n"
+" HOP kana³ CLEAR\n"
+"\n"
+"Zarz±dza list± HOP (HalfOP) dla kana³u.\n"
+"U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ\n"
+"automatycznie status pó³-operatora.\n"
+"\n"
+"Komenda HOP ADD dodaje podany nick do listy HOP.\n"
+"\n"
+"Komenda HOP DEL usuwa wskazane wpisy z listy.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"Komenda HOP LIST wy¶wietla zawarto¶æ listy HOP.\n"
+"Parametr maska pozwala filtrowaæ wy¶wietlane wpisy\n"
+"(symbol * zastêpuje dowolny ci±g znaków w nicku).\n"
+"Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:\n"
+"\n"
+" HOP kana³ LIST 2-5,7-9\n"
+" Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz\n"
+" od 7 do 9.\n"
+"\n"
+"Komenda HOP CLEAR usuwa wszystkie wpisy z listy.\n"
+"\n"
+"Komendy HOP ADD, HOP DEL oraz HOP LIST s± dostêpne\n"
+"dla u¿ytkowników z uprawnieniami AOP lub wy¿szymi.\n"
+"Komenda HOP CLEAR jest dostêpna tylko dla\n"
+"w³a¶ciciela kana³u.\n"
+"\n"
+"Komenda HOP mo¿e byæ wy³±czona dla Twojego kana³u,\n"
+"w takim przypadku nale¿y u¿ywaæ komendy ACCESS.\n"
+"Aby uzyskaæ informacje o komendzie ACCESS wpisz:\n"
+"/msg %S HELP ACCESS\n"
+"Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:\n"
+"/msg %S HELP SET XOP"
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Sk³adnia: IDENTIFY [account] has³o\n"
+"\n"
+"Informuje %S, ¿e nick którego w³a¶nie u¿ywasz \n"
+"nale¿y do Ciebie. Wiele komend wymaga identyfikacji \n"
+"przed ich u¿yciem. Has³em jest to samo has³o, \n"
+"którego u¿yto przy komendzie REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Sk³adnia: INFO kana³\n"
+"\n"
+"Wy¶wietla informacje o zarejestrowanym kanale:\n"
+"w³a¶ciciel, data za³o¿enia, opis, blokada flag,\n"
+"czas ostatniego u¿ycia. Kiedy zostanie podany parametr\n"
+"ALL zostan± wy¶wietlone tak¿e informacje o spadkobiercy\n"
+"kana³u i wiadomo¶ci powitalnej.\n"
+"\n"
+"Domy¶lnie parametr ALL jest dostêpny dla osób z\n"
+"uprawnieniami w³a¶ciciela kana³u."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Sk³adnia: INFO nick\n"
+"\n"
+"Wy¶wietla informacje na temat wybranego nicka:\n"
+"w³a¶ciciel, kiedy ostatnio widziano, z jakiego \n"
+"hosta oraz opcje nicka. Je¶li zidentyfikowany \n"
+"u¿ytkownik u¿yje tej komendy na sobie wraz z\n"
+"parametrem ALL otrzyma wszystkie mo¿liwe\n"
+"informacje - nawet je¶li zosta³y one ukryte."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Sk³adnia: INFO [kana³]\n"
+"\n"
+"Wy¶wietla ilo¶æ wiadomo¶ci, ile z nich jest \n"
+"nieprzeczytanych oraz limit przyjmowania \n"
+"wiadomo¶ci. Je¶li podany zostanie kana³ wy¶wietlone \n"
+"informacje bêd± odnosi³y siê do wskazanego kana³u."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Sk³adnia: INFO [nick | kana³]\n"
+"\n"
+"Polecenie wydane bez parametru wy¶wietla informacje o\n"
+"liczbie odebranych wiadomo¶ci, liczbie nowych wiadomo¶ci\n"
+"oraz limicie wiadomo¶ci.\n"
+"\n"
+"Je¶li zostanie wskazany kana³, pokazane zostan± te \n"
+"same informacje w odniesieniu do tego kana³u.\n"
+"\n"
+"Administratorzy serwisów mog± obejrzeæ informacje \n"
+"dot. dowolnych u¿ytkowników podaj±c parametr nick."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Sk³adnia: INFO {kana³ | nick}\n"
+"\n"
+"Wy¶wietla informacje serwisu %S o wskazanym kanale\n"
+"lub bocie. Je¶li parametrem jest nazwa kana³u to\n"
+"zostan± pokazane informacje dotycz±ce kana³u.\n"
+"Je¶li parametrem bêdzie nick bota to zostan±\n"
+"pokazane informacje takie jak: data utworzenia,\n"
+"ilo¶æ obs³ugiwanych kana³ów itp."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sk³adnia: INVITE kana³\n"
+"\n"
+"%S wysy³a u¿ytkownikowi zaproszenie do kana³u.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Sk³adnia: JUPE serwer [powód]\n"
+"\n"
+"To polecenie powoduje wprowadzenie przez serwisy do sieci\n"
+"sztucznego serwera, co zapobiega pod³±czaniu prawdziwego\n"
+"serwera o tej samej nazwie. Blokadê mo¿na zdj±æ u¿ywaj±c\n"
+"standardowego polecenia SQUIT. Je¶li zostanie podany\n"
+"powód bêdzie on wy¶wietlany w polu informacyjnym serwera,\n"
+"w przeciwnym wypadku wy¶wietlane bêdzie \"Juped by <nick>\"."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sk³adnia: KICK kana³ nick [powód]\n"
+"\n"
+"Wykopuje wskazanego u¿ytkownika z kana³u.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Ustawia kopanie za u¿ywanie zakazanych s³ów.\n"
+"\n"
+"Aby ustaliæ listê zakazanych u¿yj polecenia BADWORDS.\n"
+"Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP BADWORDS\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ REPEAT {ON|OFF} [ttb [liczba]]\n"
+"\n"
+"Ustawia kopanie za powtarzanie tekstu. W³±czenie tej\n"
+"opcji powoduje wykopywanie u¿ytkowników wysy³aj±cych\n"
+"na kana³ przynajmniej liczba razy ten sam tekst\n"
+"(w przypadku nie podania tego parametru jego warto¶æ\n"
+"ustalana jest domy¶lnie na 3).\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sk³adnia: KICK kana³ opcja parametry\n"
+"\n"
+"Konfiguruje opcje kopania na kanale:\n"
+"\n"
+" BOLDS Kopanie za u¿ywanie pogrubieñ\n"
+" BADWORDS Kopanie za u¿ywanie zakazanych s³ów\n"
+" CAPS Kopanie za pisanie WIELKIMI LITERAMI\n"
+" COLORS Kopanie za stosowanie kolorów\n"
+" FLOOD Kopanie za flood\n"
+" REPEAT Kopanie za wielokrotne powtarzanie\n"
+" REVERSES Kopanie za odwracanie kolorów\n"
+" UNDERLINES Kopanie za u¿ywanie podkre¶leñ\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP KICK opcja"
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Sk³adnia: KICK kana³ nick powód\n"
+"\n"
+"Pozwala administratorom wyrzuciæ u¿ytkownika z\n"
+"dowolnego kana³u. Parametry s± identyczne jak\n"
+"dla komendy /KICK. Do powodu zostaje do³±czony\n"
+"nick operatora, który wydaje polecenie.\n"
+"\n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ BOLDS {ON|OFF} [ttb]\n"
+"\n"
+"Ustawia kopanie za pogrubianie tekstu.\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5150
+#, fuzzy, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ CAPS {ON|OFF} [ttb [min [procent]]]\n"
+"\n"
+"Ustawia kopanie za u¿ywanie WIELKICH LITER.\n"
+"\n"
+"Bot kopie je¶li tekst zawiera przynajmniej min\n"
+"wielkich liter i stanowi przynajmniej procent\n"
+"ca³ego tekstu w linii (w przypadku nie podania tych\n"
+"warto¶ci przyjmowane s± domy¶lne: 10 znaków i 25%).\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Ustawia kopanie za u¿ywanie kolorowego tekstu.\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ FLOOD {ON|OFF} [ttb [ln [sek]]]\n"
+"\n"
+"Ustawia kopanie za flood. W³±czenie tej opcji\n"
+"powoduje wykopywanie u¿ytkowników wysy³aj±cych na\n"
+"kana³ przynajmniej ln linii tekstu w ci±gu sek\n"
+"sekund (w przypadku nie podania tych warto¶ci przyjmowane\n"
+"s± domy¶lne: 6 linii w ci±gu 10 sekund).\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Ustawia kopanie za odwracanie kolorów tekstu (ctrl+r).\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sk³adnia: KICK kana³ UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Ustawia kopanie za podkre¶lanie tekstu.\n"
+"\n"
+"ttb to liczba okre¶laj±ca ile razy u¿ytkownik\n"
+"zostanie wykopany zanim bot za³o¿y bana.\n"
+"Pominiêcie parametru ttb wy³±cza banowanie."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Sk³adnia: LEVELS kana³ SET typ [poziom|FOUNDER]\n"
+" LEVELS kana³ {DIS | DISABLE} typ\n"
+" LEVELS kana³ LIST\n"
+" LEVELS kana³ RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Sk³adnia: LIST [<wzorzec>|<#X-Y>]\n"
+"\n"
+"To polecenie listuje zarejestrowane vhosty operatorowi.\n"
+"Je¶li podano wzorzec tylko wpisy o pasuj±cych nickach\n"
+"lub vhostach zostan± pokazane. Podanie np. Rob*\n"
+"spowoduje wy¶wietlenie wszystkich wpisów zaczynaj±cych\n"
+"siê od Rob.\n"
+"\n"
+"Je¶li zostanie u¿yty format #X-Y to tylko wpisy nale¿±ce\n"
+"do przedzia³u od X do Y bêd± pokazane. Podanie #1-3\n"
+"spowoduje wy¶wietlenie pierwszych 3 wpisów wpisów.\n"
+"\n"
+"Maksymalna d³ugo¶æ listy wy¶wietlanej operatorowi podczas\n"
+"jednego zapytania jest okre¶lona przez ustawienie NSListMax."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Sk³adnia: LIST wzorzec\n"
+"\n"
+"Listuje kana³y o nazwie pasuj±cej do podanego wzorca\n"
+"(kana³y z opcj± PRIVATE nie bêd± pokazywane).\n"
+"Poprzedzenie znakiem '#' powoduje podawanie zakresu,\n"
+"nazwy kana³ów powinny byæ pisane bez znaku '#'."
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Sk³adnia: LIST wzorzec\n"
+"\n"
+"Listuje wszystkie zarejestrowane nicki pasuj±ce do\n"
+"podanego wzorca w postaci nick!ident@host. Nicki z\n"
+"w³±czon± opcj± PRIVATE zostan± pominiête.\n"
+"\n"
+"Przyk³ady:\n"
+"\n"
+" LIST *!adirm@mafia.ru\n"
+" Lista wszystkich nicków pasuj±cych do\n"
+" *!adirm@mafia.ru.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista wszystkich nicków z Bot w nazwie\n"
+" (wielko¶æ liter nie ma znaczenia).\n"
+"\n"
+" LIST *!*@*.ircnet.pl\n"
+" Lista wszystkich nicków z mask± domeny\n"
+" ircnet.pl"
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Sk³adnia: LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"Listuje kana³y o nazwie pasuj±cej do podanego wzorca\n"
+"(kana³y z opcj± PRIVATE bêd± pokazywane jedynie\n"
+"administratorom serwisów). Kana³y z ustawion± opcj±\n"
+"NOEXPIRE bêd± mia³y przy nazwie dodany znak !.\n"
+"Administratorzy serwisów mog± tak¿e podaæ parametry:\n"
+"FORBIDDEN, SUSPENDED i NOEXPIRE, które ogranicz± listê\n"
+"wy¶wietlanych kana³ów do tych, które spe³niaj± podane \n"
+"warunki. Je¶li zostanie podane wiêcej warunków\n"
+"wszystkie kana³y spe³niaj±ce choæ jeden z nich \n"
+"zostan± pokazane."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Sk³adnia: LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Listuje wszystkie zarejestrowane nicki pasuj±ce\n"
+"do podanego wzorca w postaci nick!ident@host.\n"
+"Administratorzy serwisów mog± zobaczyæ nicki z\n"
+"ustawion± opcj± PRIVATE, a przy nickach z opcj±\n"
+"NOEXPIRE zobacz± dodany do nich wykrzyknik.\n"
+"\n"
+"Administratorzy serwisów mog± tak¿e podaæ parametry:\n"
+"FORBIDDEN, SUSPENDED, NOEXPIRE i UNCONFIRMED, które\n"
+"ogranicz± listê wy¶wietlanych nicków do tych, które\n"
+"spe³niaj± podane warunki. Je¶li zostanie podanych\n"
+"wiêcej warunków, wszystkie nicki spe³niaj±ce choæ\n"
+"jeden z nich zostan± pokazane.\n"
+"\n"
+"Przyk³ady:\n"
+"\n"
+" LIST *!adirm@mafia.ru\n"
+" Lista wszystkich nicków pasuj±cych do\n"
+" *!adirm@mafia.ru.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista wszystkich nicków z Bot w nazwie\n"
+" (wielko¶æ liter nie ma znaczenia).\n"
+"\n"
+" LIST *!*@*.ircnet.pl\n"
+" Lista wszystkich nicków z mask± domeny\n"
+" ircnet.pl"
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sk³adnia: LIST [kana³] [lista | NEW]\n"
+"\n"
+"Wy¶wietla wszystkie odebrane wiadomo¶ci. Parametr \n"
+"NEW ogranicza listê do nowych wiadomo¶ci, które\n"
+"oznaczane s± symbolem \"*\" po lewej stronie numeru.\n"
+"Mo¿na tak¿e sprecyzowaæ listê wy¶wietlanych \n"
+"wiadomo¶ci podaj±c ich numery, np:\n"
+" LIST 2-5,7-9\n"
+" Wy¶wietli wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "LOGONNEWS ADD tekst"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Sk³adnia: LOGONNEWS ADD tekst\n"
+" LOGONNEWS DEL {numer | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edytuje lub wy¶wietla listê wiadomo¶ci wysy³anych po\n"
+"przy³±czeniu u¿ytkownika do sieci. Je¶li zdefniowanych\n"
+"wiadomo¶ci jest wiêcej tylko najnowsze %d zostanie\n"
+"wys³anych (aby zapobiec floodowaniu). Warto¶æ NewsCount\n"
+"mo¿e zostaæ zmieniona w pliku konfiguracyjym serwisów.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "LOGONNEWS DEL {numer | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Sk³adnia: LOGOUT\n"
+"\n"
+"Odwraca dzia³anie komendy IDENTIFY. Po wydaniu\n"
+"tego polecenia nie bêdziesz rozpoznawany jako\n"
+"w³a¶ciciel nicka."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Sk³adnia: LOGOUT [nick [REVALIDATE]]\n"
+"Polecenie wydane bez parametrów odwraca dzia³anie\n"
+"komendy IDENTIFY - nie bêdziesz rozpoznawany jako\n"
+"w³a¶ciciel nicka.\n"
+"\n"
+"Administrator serwisów mo¿e podaæ jako parametr nick\n"
+"u¿ytkownika, który ma zostaæ wylogowany. Parametr\n"
+"REVALIDATE powoduje informowanie przez serwisy\n"
+"u¿ytkownika o potrzebie ponownej identyfikacji."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sk³adnia: MODE kana³ flagi\n"
+"\n"
+"Pozwala operatorom serwisów na zmianê flag dla wskazanego\n"
+"kana³u. Parametry s± identyczne jak dla komendy /MODE."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Sk³adnia: MODINFO nazwa-pliku\n"
+"\n"
+"To polecenie wy¶wietla informacje na temat za³adowanego modu³u"
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Sk³adnia: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"\n"
+"Listuje za³adowane modu³y."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sk³adnia: MODLOAD nazwa-pliku\n"
+"\n"
+"To polecenie ³aduje wskazany modu³ z katalogu modu³ów."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sk³adnia: MODUNLOAD nazwa-pliku\n"
+"\n"
+"To polecenie wy³aduje wskazany modu³."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Sk³adnia: NOOP SET serwer\n"
+" NOOP REVOKE serwer\n"
+"\n"
+"NOOP SET usuwa wszystkie O:linie ze wskazanego\n"
+"serwera oraz killuje wszystkich operatorów, aby\n"
+"zapobiec zrehashowaniu serwera (prze³adowanie pliku\n"
+"konfiguracyjnego usuwa efekt tego polecenia).\n"
+"\n"
+"NOOP REVOKE powoduje przywrócenie wszystkich \n"
+"uprawnieñ na wskazanym serwerze.\n"
+"\n"
+"Uwaga: Serwisy nie sprawdzaj± warto¶ci serwer."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Sk³adnia: OFF\n"
+"\n"
+"Deaktywuje vhosta aktualnie przypisanego do u¿ywanego nicka.\n"
+"Po u¿yciu tego polecenia ka¿dy bêdzie móg³ sprawdziæ Twój\n"
+"prawdziwy adres u¿ywaj±c polecenia /WHOIS."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Sk³adnia: OLINE nick flagi\n"
+"\n"
+"Pozwala Services Operators na nadanie wskazanemu\n"
+"u¿ytkownikowi uprawnieñ irc operatora z okre¶lonymi\n"
+"flagami. Flagi powinny byæ poprzedzone znakami \"+\" lub \"-\". \n"
+"Aby usun±æ wszystkie flagi wystarczy podaæ \"-\"."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Sk³adnia: ON\n"
+"\n"
+"Aktywuje vhosta aktualnie przypisanego do u¿ywanego nicka.\n"
+"Po u¿yciu tego polecenia Twój prawdziwy adres zostanie \n"
+"zast±piony vhostem."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sk³adnia: OP kana³ [nick]\n"
+"\n"
+"Nadaje status operatora wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "OPERNEWS ADD tekst"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Sk³adnia: OPERNEWS ADD tekst\n"
+" OPERNEWS DEL {numer | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edytuje lub wy¶wietla listê wiadomo¶ci wysy³anych po\n"
+"wykonaniu polecenia /OPER. Je¶li zdefiniowanych\n"
+"wiadomo¶ci jest wiêcej tylko najnowsze %d zostanie\n"
+"wys³anych (aby zapobiec floodowaniu). Warto¶æ NewsCount\n"
+"mo¿e zostaæ zmieniona w pliku konfiguracyjym serwisów.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "OPERNEWS DEL {numer | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sk³adnia: OWNER kana³\n"
+"\n"
+"Nadaje uprawnienia w³a¶ciciela kana³u.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna tylko dla w³a¶ciciela kana³u."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Sk³adnia: PROTECT kana³ [nick]\n"
+"\n"
+"Nadaje ochronê wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê SOP lub posiadaj±cych przynajmniej\n"
+"10. poziom dostêpu."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Sk³adnia: QUIT\n"
+"\n"
+"Wymusza na serwisach natychmiastowe zakoñczenie pracy bez\n"
+"zapisywania baz. To polecenie powinno byæ u¿yte jedynie,\n"
+"gdy zachodzi podejrzenie uszkodzenia baz, które serwisy\n"
+"przechowuj± w pamiêci. Do normalnego zakoñczenia pracy\n"
+"serwisów nale¿y u¿yæ polecenia SHUTDOWN."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "RANDOMNEWS ADD tekst"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Sk³adnia: RANDOMNEWS ADD tekst\n"
+" RANDOMNEWS DEL {numer | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Edytuje lub wy¶wietla listê losowych newsów.\n"
+"Po po³±czeniu z sieci± u¿ytkownik otrzyma dok³adnie\n"
+"jedn± wylosowan± z tej listy wiadomo¶æ.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "RANDOMNEWS DEL {numer | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sk³adnia: READ [kana³] {numer | lista | LAST | NEW}\n"
+"\n"
+"Wy¶wietla tekst wskazanej wiadomo¶ci. Parametr LAST\n"
+"oznacza ostatni± z wiadomo¶ci, NEW wy¶wietla wszystkie\n"
+"nieprzeczytane wiadomo¶ci. Je¶li zostanie podany numer\n"
+"zostanie wy¶wietlona wiadomo¶æ o podanym numerze. Mo¿na\n"
+"tak¿e podawaæ listê wiadomo¶ci np.:\n"
+"\n"
+" READ 2-5,7-9\n"
+" Wy¶wietli wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sk³adnia: RECOVER nick [has³o]\n"
+"\n"
+"Pozwala na odzyskanie nicka je¶li jest on u¿ywany przez\n"
+"inn± osobê. Wykonuje te same czynno¶ci co %S w\n"
+"przypadku automatycznej ochrony nicka.\n"
+"\n"
+"U¿ycie tej komendy powoduje wprowadzenie sztucznego\n"
+"u¿ytkownika przez %S o nicku, który chcesz odzyskaæ.\n"
+"Spowoduje to od³±czenie u¿ytkownika, który go aktualnie\n"
+"u¿ywa. Serwis pozostanie przez minutê online, aby\n"
+"uniemo¿liwiæ natychmiastowe po³±czenie z serwerem\n"
+"na tym samym nicku. Po tym czasie mo¿esz zaj±æ nick.\n"
+"Je¶li nie chcesz czekaæ minuty mo¿esz u¿yæ polecenia\n"
+"RELEASE (/msg %S HELP RELEASE).\n"
+"Aby u¿yæ polecenia RECOVER musi byæ spe³niony jeden\n"
+"z warunków:\n"
+"1. twój adres znajduje siê na li¶cie dostêpu,\n"
+"2. jeste¶ zidentyfikowany w grupie,\n"
+" do której nale¿y wskazany nick,\n"
+"3. podasz prawid³owe has³o do nicka."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Sk³adnia: REGISTER kana³ has³o opis\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Sk³adnia: REGISTER has³o [email]\n"
+"\n"
+"Rejestruje aktualnie u¿ywany nick w bazie %S.\n"
+"Po rejestracji mo¿esz u¿yæ komend SET i ACCESS\n"
+"do konfiguracji niektórych opcji nicka wedle upodobañ.\n"
+"Upewnij siê, ¿e pamiêtasz has³o rejestracyjne, bo \n"
+"bêdzie ono potrzebne w przysz³o¶ci do zmiany\n"
+"ustawieñ i identyfikacji. Wielko¶æ liter w ha¶le \n"
+"ma znaczenie!!!.\n"
+"\n"
+"Jak wybraæ has³o?\n"
+"\n"
+"Has³o musi byæ trudne do odgadniêcia. U¿ywanie imion\n"
+"jako hase³ jest niewskazane. Bardzo krótkie has³o\n"
+"mo¿e zostaæ odgadniête metod± prób i b³êdów.\n"
+"Twoje has³o musi mieæ d³ugo¶æ co najmniej 5 znaków.\n"
+"Znak spacji nie mo¿e byæ u¿yty w ha¶le.\n"
+"\n"
+"Parametr email jest opcjonalny i od razu przy \n"
+"rejestracji ustawia adres e-mail dla Twojego nicka. \n"
+"Mo¿e siê zdarzyæ, ¿e adres e-mail mo¿e byæ wymagany \n"
+"na niektórych sieciach. Twoja prywatno¶æ jest\n"
+"chroniona - adres nie bêdzie udostêpniany osobom\n"
+"trzecim.\n"
+"\n"
+"Wraz z rejestracj± zostaje utworzona grupa.\n"
+"Nicki z tej samej grupy maj± wspólne ustawienia,\n"
+"prawa na kanale oraz ustawienia wiadomo¶ci.\n"
+"Aby uzyskaæ wiêcej informacji napisz: \n"
+"/msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sk³adnia: RELEASE nick [has³o]\n"
+"\n"
+"Instruuje %S aby zdj±³ wszelkie blokady na³o¿one\n"
+"przez automatyczn± ochronê nicka lub w wyniku u¿ycia\n"
+"polecenia RECOVER. Blokada trwa %s; to polecenie\n"
+"pozwala j± skróciæ.\n"
+"\n"
+"Aby u¿yæ polecenia RELEASE musi byæ spe³niony jeden\n"
+"z warunków:\n"
+"1. twój adres znajduje siê na li¶cie dostêpu,\n"
+"2. jeste¶ zidentyfikowany w grupie,\n"
+" do której nale¿y wskazany nick,\n"
+"3. podasz prawid³owe has³o do nicka."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Sk³adnia RELOAD\n"
+"\n"
+"Wymusza ponowne za³adowanie pliku konfiguracyjnego.\n"
+"Niektóre opcje wci±¿ wymagaj± restartu serwisów\n"
+"(zmiana nicków serwisów, aktywacja limitów sesji itd.)."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Sk³adnia: RESEND\n"
+"\n"
+"To polecenie powoduje ponowne wys³anie kodu autoryzuj±cego\n"
+"na adres e-mail u¿ytkownika, który wydaje polecenie."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with the instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Sk³adnia: RESTART\n"
+"\n"
+"Wymusza zapisanie baz, a nastêpnie restartuje serwisy."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Sk³adnia: RSEND {nick | kana³} tre¶æ-wiadomo¶ci\n"
+"\n"
+"Wysy³a wiadomo¶æ wskazanej osobie lub na podany kana³.\n"
+"Po wys³aniu odbiorca otrzyma powiadomienie o nowej\n"
+"wiadomo¶ci (o ile ma w³±czone powiadomienia).\n"
+"Adresatem musi byæ zarejestrowany nick lub kana³.\n"
+"Kiedy wiadomo¶æ zostanie przeczytana przez odbiorcê\n"
+"automatyczne potwierdzenie odbioru zostanie wys³ane\n"
+"do nadawcy."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sk³adnia: SASET nick opcja parametry.\n"
+"\n"
+"Ustawia ró¿ne opcje nicka wskazanemu u¿ytkownikowi.\n"
+"Dostêpne opcje to:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Sk³adnia: SASET nick AUTOOP {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczne nadawanie uprawnieñ\n"
+"wskazanemu u¿ytkownikowi przy wchodzeniu na kana³."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Sk³adnia: SASET nick DISPLAY nowa-nazwa\n"
+"\n"
+"Zmienia nazwê reprezentuj±c± grupê nicków wskazanego\n"
+"u¿ytkownika na now±. Nazwa MUSI byæ jednym z nicków\n"
+"nale¿±cych do tej grupy."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Sk³adnia: SASET nick EMAIL adres\n"
+"\n"
+"Przypisuje wskazanemu u¿ytkownikowi adres e-mail."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Sk³adnia: SASET nick GREET wiadomo¶æ\n"
+"\n"
+"Ustawia wiadomo¶æ powitaln± dla wskazanego u¿ytkownika.\n"
+"Je¶li kana³ ma przydzielonego bota, w³±czone witanie\n"
+"oraz u¿ytkownik ma odpowiedni poziom dostêpu to\n"
+"wtedy ta wiadomo¶æ bêdzie wysy³ana na kana³ przez bota."
+
+#: language.cpp:3123
+#, fuzzy, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sk³adnia: SASET nick HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"To polecenie pozwala na ukrycie czê¶ci informacji, które\n"
+"s± wy¶wietlane przez polecenie INFO serwisu %s.\n"
+"Pierwszy argument okre¶la ukrywan± informacjê:\n"
+"EMAIL - adres e-mail, USERMASK - ostatnio u¿ywany host,\n"
+"QUIT - ostatnia wiadomo¶æ po¿egnalna, STATUS - status\n"
+"dostêpu do serwisów. Drugi argument okre¶la, czy dana \n"
+"informacja bêdzie pokazywana (OFF), czy ukrywana (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sk³adnia: SASET nick KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczn± ochronê dla nicka.\n"
+"U¿ytkownicy wchodz±cy na chroniony nick otrzymuj±\n"
+"informacje od %S, ¿e nick jest zarejestrowany i\n"
+"je¶li siê nie zidentyfikuj± lub go nie zmieni±\n"
+"w okre¶lonym czasie to ich nick zostanie zmieniony\n"
+"si³± lub zostan± od³±czeni od sieci.\n"
+"\n"
+"Opcja QUICK skraca czas oczekiwania na zmianê\n"
+"z 60 sekund do 20. W przypadku opcji IMMED\n"
+"nick zostanie zmieniony natychmiast bez mo¿liwo¶ci\n"
+"identyfikacji (wstêpna identyfikacja nastêpuje\n"
+"na podstawie listy dostêpu, dlatego t± opcjê\n"
+"nale¿y stosowaæ z rozwag±). Administrator sieci \n"
+"mo¿e wy³±czyæ korzystanie z IMMED."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Sk³adnia: SASET nick LANGUAGE numer\n"
+"\n"
+"Zmienia jêzyk jakiego u¿ywaj± serwisy komunikuj±c \n"
+"siê ze wskazan± osob±. Numer musi byæ wybrany z\n"
+"listy obs³ugiwanych jêzyków, która jest dostêpna\n"
+"po wydaniu polecenia /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Sk³adnia: SASET nick MSG {ON | OFF}\n"
+"\n"
+"Pozwala wybraæ sposób w jaki serwisy bêd± pisaæ do\n"
+"wskazanego u¿ytkownika. Kiedy ta opcja jest\n"
+"w³±czona serwisy bêd± wysy³aæ wiadomo¶ci prywatne\n"
+"w przeciwnym wypadku bêd± wysy³aæ powiadomienia."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Sk³adnia: SASET nick NOEXPIRE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczne usuniêcie nicka,\n"
+"je¶li nie bêdzie on u¿ywany."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Sk³adnia: SASET nick PASSWORD nowe-has³o\n"
+"\n"
+"Zmienia has³o wskazanemu u¿ytkownikowi."
+
+#: language.cpp:3115
+#, fuzzy, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sk³adnia: SASET nick PRIVATE {ON | OFF}\n"
+"W³±cza lub wy³±cza opcjê PRIVATE dla nicka.\n"
+"Kiedy ta opcja jest w³±czona nick nie bêdzie\n"
+"umieszczany na listach wy¶wietlanych komend±:\n"
+"/msg %S LIST\n"
+"Jednak ka¿dy, kto zna nick mo¿e uzyskaæ o nim\n"
+"informacje u¿ywaj±c polecenia INFO."
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sk³adnia: SASET nick SECURE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê bezpieczeñstwa dla nicka.\n"
+"W³±czenie SECURE wymusza na u¿ytkowniku podanie\n"
+"has³a zanim ten zostanie rozpoznany jako w³a¶ciciel\n"
+"nicka. %S nie bierze pod uwagê w tym wypadku\n"
+"wystêpowania adresu li¶cie dostêpu. Je¶li adres \n"
+"znajduje siê na li¶cie %S nie skilluje\n"
+"u¿ytkownika niezale¿nie od ustawienia opcji KILL."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Sk³adnia: SAY kana³ tekst\n"
+"\n"
+"Wypowiada przez bota podany tekst na kanale."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Sk³adnia: SEND {nick | kana³} tre¶æ-wiadomo¶ci\n"
+"\n"
+"Wysy³a wiadomo¶æ wskazanej osobie lub na podany kana³.\n"
+"Po wys³aniu odbiorca otrzyma powiadomienie o nowej\n"
+"wiadomo¶ci (o ile ma w³±czone powiadomienia).\n"
+"Adresatem musi byæ zarejestrowany nick lub kana³."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Sk³adnia: SENDALL tre¶æ-wiadomo¶ci\n"
+"\n"
+"Wysy³a wiadomo¶æ do wszystkich zarejestrowanych u¿ytkowników."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Sk³adnia: SENDPASS nick\n"
+"\n"
+"Wysy³a has³o do podanego nicka na adres e-mail\n"
+"przypisany do niego. Ta komenda pomaga odzyskaæ\n"
+"zapomniane has³o.\n"
+"\n"
+"Ta komenda w niektórych sieciach mo¿e byæ dostêpna\n"
+"jedynie dla osób z uprawnieniami IRC operatora."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Sk³adnia: SESSION LIST minimum\n"
+" SESSION VIEW host\n"
+"\n"
+"Pozwala administratorom serwisów na listowanie sesji.\n"
+"\n"
+"SESSION LIST listuje hosty z przynajmniej minimum sesjami.\n"
+"Minimum musi byæ wiêksze od 1, aby zapobiec przypadkowemu\n"
+"listowaniu du¿ej liczby pojedynczych hostów.\n"
+"SESSION VIEW wy¶wietla szczegó³owe informacje na temat \n"
+"podanego hosta - podaj±c aktualny limit oraz ilo¶æ sesji.\n"
+"Parametr host mo¿e zawieraæ symboli wieloznacznych.\n"
+"\n"
+"Wiêcej informacji na temat ograniczania liczby sesji\n"
+"znajduje siê w pomocy polecenia EXCEPTION."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Sk³adnia: SET <nick> <vhost>.\n"
+"\n"
+"Ustawia wskazanemu u¿ytkownikowi vhosta.\n"
+"Je¶li Twoje IRCD obs³uguje videnty to u¿ywaj±c\n"
+"polecenia SET <nick> <ident>@<vhost>\n"
+"mo¿na zmieniaæ tak¿e ident."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sk³adnia: SET (kana³ | bot) opcja parametry\n"
+"\n"
+"Umo¿liwia konfiguracjê nastêpuj±cych opcji bota:\n"
+"\n"
+" DONTKICKOPS Bot nie kopie operatorów\n"
+" DONTKICKVOICES Bot nie kopie osób z prawem g³osu\n"
+" GREET W³±cza wiadomo¶æ powitaln±\n"
+" FANTASY W³±cza publiczne komendy\n"
+" SYMBIOSIS Przejmuje zadania ChanServa\n"
+"\n"
+"Aby uzyskaæ wiêcej informacji wpisz:\n"
+"/msg %S HELP SET opcja\n"
+"\n"
+"Informacja: dostêp do tej komendy jest kontrolowany\n"
+"przez poziom SET."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Sk³adnia: SET nick-bota PRIVATE {ON|OFF}\n"
+"\n"
+"Polecenie pozwala na ograniczenie przypisywania\n"
+"wskazanego bota dla u¿ytkowników nie bêd±cych\n"
+"IRC operatorami."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sk³adnia: SET kana³ opcja parametry\n"
+"\n"
+"Pozwala w³a¶cicielowi kana³u na zmianê ro¿nych \n"
+"opcji oraz informacji dotycz±cych kana³u.\n"
+"\n"
+"Dostêpne opcje:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sk³adnia: SET kana³ DONTKICKOPS {ON|OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê kopania u¿ytkowników\n"
+"posiadaj±cych status operatora nawet je¶li nie\n"
+"przys³uguje im poziom dostêpu NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sk³adnia: SET kana³ DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê kopania u¿ytkowników\n"
+"posiadaj±cych prawo g³osu nawet je¶li nie\n"
+"przys³uguje im poziom dostêpu NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Sk³adnia: SET kana³ FANTASY {ON|OFF}\n"
+"\n"
+"W³±cza lub wy³±cza dostêp do publicznych poleceñ\n"
+"na kanale takich jak: !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen (cze¶æ komend przyjmuje\n"
+"jako parametry nicki i powody).\n"
+"\n"
+"U¿ytkownicy dopuszczeni do u¿ywania komend\n"
+"publicznych musz± mieæ odpowiedni poziom dostêpu\n"
+"do wydania danego polecenia (np. aby u¿ywac !deop\n"
+"trzeba posiadaæ poziom dostêpu OPDEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Sk³adnia: SET kana³ GREET {ON|OFF}\n"
+"\n"
+"W³±cza lub wy³±cza witanie podczas wej¶cia u¿ytkowników\n"
+"ich w³asn± wiadomo¶ci± powitaln±. U¿ytkownik zostanie\n"
+"powitany, je¶li bêdzie mia³ odpowiedni poziom dostêpu."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Sk³adnia: SET kana³ NOBOT {ON|OFF}\n"
+"\n"
+"Polecenie to pozwala okre¶liæ kana³, dla którego\n"
+"nie wolno przypisywaæ botów. Je¶li w danej chwili\n"
+"bot jest przypisany do kana³u, zostanie usuniêty."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Sk³adnia: SET kana³ NOEXPIRE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczne usuniêcie kana³u,\n"
+"je¶li nie bêdzie on u¿ywany."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Sk³adnia: SET kana³ SYMBIOSIS {ON|OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê symbiozy na kanale.\n"
+"Gdy ten tryb jest w³±czony wszystkie operacje,\n"
+"które wykonywa³ %s (np. opowanie) bêd±\n"
+"wykonywane przez bota."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sk³adnia: SET opcja parametry\n"
+"\n"
+"Ustawia ró¿ne opcje nicka. Dostêpne opcje to:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Sk³adnia: SET opcja parametry\n"
+"\n"
+"Ustawia ró¿ne opcje wiadomo¶ci. Dostêpne opcje:\n"
+"\n"
+" NOTIFY Ustawia kiedy otrzymasz informacjê\n"
+" o nowej wiadomo¶ci\n"
+" LIMIT Ustawia maksymaln± liczbê wiadomo¶ci\n"
+" jakie mo¿esz odebraæ\n"
+"\n"
+"Aby uzyskaæ wiêcej informacji o danej opcji wpisz:\n"
+"/msg %S HELP SET opcja"
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Sk³adnia: SET opcja warto¶æ\n"
+"\n"
+"Ustawia ró¿ne globalne ustawienia serwisów.\n"
+"Obecnie zdefiniowane s± nastêpuj±ce ustawienia:\n"
+" READONLY W³±cza tryb tylko-do-odczytu lub odczyt-zapis\n"
+" LOGCHAN W³±cza raportowanie na kana³\n"
+" DEBUG W³±cza lub wy³±cza tryb debugowania\n"
+" NOEXPIRE W³±cza lub wy³±cza tryb noexpire\n"
+" SUPERADMIN W³±cza lub wy³±cza tryb super administratora\n"
+" IGNORE W³±cza lub wy³±cza tryb ignorowania\n"
+" LIST Listuje aktualne ustawienia"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Sk³adnia: SET AUTOOP {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczne nadawanie uprawnieñ\n"
+"przy wchodzeniu na kana³."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Sk³adnia: SET DEBUG {ON | OFF | poziom}\n"
+"\n"
+"W³±cza lub wy³±cza tryb debugowania. W tym trybie wszystkie\n"
+"dane wysy³ane do serwisów i przez nie oraz wiele innych\n"
+"komunikatów zapisywane s± do loga. Je¶li zostanie podany \n"
+"numer poziomu poziom tryb debugowania jest aktywowany\n"
+"ze wskazanym poziomem.\n"
+"\n"
+"Ta opcja ma taki sam efekt jak argument linii poleceñ -debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Sk³adnia: SET DISPLAY nowa-nazwa\n"
+"\n"
+"Zmienia nazwê reprezentuj±c± Twoj± grupê nicków w\n"
+"serwisach na now±. Nazwa MUSI byæ jednym z nicków\n"
+"nale¿±cych do Twojej grupy."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Sk³adnia: SET EMAIL adres\n"
+"\n"
+"Przypisuje adres e-mail Twojemu nickowi. Adres\n"
+"bêdzie wy¶wietlany przy opisie Twojego nicka\n"
+"dostêpnym przy u¿yciu komendy INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Sk³adnia: SET GREET wiadomo¶æ\n"
+"\n"
+"Ustawia wiadomo¶æ powitaln± dla Twojego nicka.\n"
+"Je¶li kana³ ma przydzielonego bota, w³±czone witanie\n"
+"u¿ytkowników oraz masz odpowiedni poziom dostêpu to\n"
+"wtedy ta wiadomo¶æ bêdzie wysy³ana na kana³ przez bota."
+
+#: language.cpp:3023
+#, fuzzy, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sk³adnia: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"To polecenie pozwala na ukrycie czê¶ci informacji, które\n"
+"s± wy¶wietlane przez polecenie INFO serwisu %s.\n"
+"Pierwszy argument okre¶la ukrywan± informacjê:\n"
+"EMAIL - adres e-mail, USERMASK - ostatnio u¿ywany host,\n"
+"QUIT - ostatnia wiadomo¶æ po¿egnalna, STATUS - status\n"
+"dostêpu do serwisów. Drugi argument okre¶la, czy dana \n"
+"informacja bêdzie pokazywana (OFF), czy ukrywana (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Sk³adnia: SET IGNORE {ON | OFF}\n"
+"\n"
+"To ustawienie pozwala w³±czaæ/wy³±czaæ system ignorowania."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sk³adnia: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza automatyczn± ochronê dla nicka.\n"
+"U¿ytkownicy wchodz±cy na chroniony nick otrzymuj±\n"
+"informacje od %S, ¿e nick jest zarejestrowany i\n"
+"je¶li siê nie zidentyfikuj± lub go nie zmieni±\n"
+"w okre¶lonym czasie to ich nick zostanie zmieniony\n"
+"si³± lub zostan± od³±czeni od sieci.\n"
+"\n"
+"Opcja QUICK skraca czas oczekiwania na zmianê\n"
+"z 60 sekund do 20. W przypadku opcji IMMED\n"
+"nick zostanie zmieniony natychmiast bez mo¿liwo¶ci\n"
+"identyfikacji (wstêpna identyfikacja nastêpuje\n"
+"na podstawie listy dostêpu, dlatego t± opcjê\n"
+"nale¿y stosowaæ z rozwag±). Administrator sieci \n"
+"mo¿e wy³±czyæ korzystanie z IMMED."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Sk³adnia: SET LANGUAGE numer\n"
+"\n"
+"Zmienia jêzyk jakiego u¿ywaj± serwisy odpowiadaj±c \n"
+"Tobie (czyli przyk³adowo kiedy odpowiadaj± na \n"
+"wys³an± przez Ciebie komendê). Numer mo¿e byæ \n"
+"wybrany z poni¿szej listy obs³ugiwanych jêzyków:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Sk³adnia: SET LIMIT [kana³] limit\n"
+"\n"
+"Ustala Twoj± (lub kana³u) maksymaln± liczbê \n"
+"wiadomo¶ci. Je¶li ustalona zostanie ona na 0, \n"
+"przyjmowanie wiadomo¶ci zostanie wy³±czone. Limit \n"
+"nie mo¿e byæ wiêkszy ni¿ %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Sk³adnia: SET LIMIT [nick | kana³] {limit | NONE} [HARD]\n"
+"\n"
+"Ustala maksymaln± ilo¶æ wiadomo¶ci jak± mo¿e \n"
+"posiadaæ u¿ytkownik lub kana³. Ustalenie limitu \n"
+"na 0, wy³±czy przyjmowanie wiadomo¶ci. Parametr \n"
+"NONE pozwoli na nielimitowan± ilo¶æ wiadomo¶ci. \n"
+"Je¶li nie podany zostanie nick lub kana³ zmieniony \n"
+"zostanie limit wydaj±cego polecenie.\n"
+"\n"
+"Dodanie parametru HARD uniemo¿liwia zmianê \n"
+"limitu przez u¿ytkownika.\n"
+"To u¿ycie polecenia SET LIMIT jest dostêpne dla \n"
+"administratorów serwisów. Pozostali u¿ytkownicy \n"
+"mog± jedynie modyfikowaæ w³asny limit lub kana³u na\n"
+"którym maj± do tego uprawnienia. Nie mog± wy³±czyæ \n"
+"limitu, a tak¿e ustaliæ jego warto¶ci powy¿ej %d \n"
+"oraz u¿yæ parametru HARD."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Sk³adnia: SET LIST\n"
+"\n"
+"Listuje aktualne ustawienia serwisu %S."
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Sk³adnia: SET LOGCHAN {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza wysy³anie wiadomo¶ci na podany kana³, które\n"
+"trafiaj± do logów. Aby mo¿na by³o skorzystaæ z tej opcji nale¿y\n"
+"zdefiniowaæ w pliku konfiguracyjnym nazwê kana³u (LogChannel).\n"
+"Ta opcja ma taki sam efekt jak argument linii poleceñ -logchan.\n"
+"Uwaga: Ustawiony kana³ musi byæ odpowiednio zabezpieczony,\n"
+"aby chroniæ prywatno¶æ u¿ytkowników."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Sk³adnia: SET MSG {ON | OFF}\n"
+"\n"
+"Pozwala wybraæ sposób w jaki serwisy bêd± pisaæ do\n"
+"Ciebie. Kiedy ta opcja jest w³±czona serwisy bêd±\n"
+"wysy³aæ wiadomo¶ci prywatne (query), w przeciwnym\n"
+"wypadku bêd± wysy³aæ powiadomienia (notice)."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Sk³adnia: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza tryb wygasania. Je¶li ta opcja\n"
+"zosta³a w³±czona nicki, kana³y, wpisy na listach\n"
+"AKILL oraz wyj±tków nie bêd± automatycznie wygasa³y.\n"
+"\n"
+"Ta opcja ma taki sam efekt jak argument linii poleceñ -noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Sk³adnia: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Ustala sposób wys³ania powiadomieñ o nowych wiadomo¶ciach:\n"
+"\n"
+" ON Powiadomienie zostanie wys³ane po \n"
+" zalogowaniu siê, kiedy nie bêdzie \n"
+" ustawiony tryb /AWAY oraz w momencie\n"
+" otrzymania wiadomo¶ci.\n"
+" LOGON Powiadomienie zostanie wys³ane jedynie \n"
+" po zalogowaniu siê lub po wy³±czeniu \n"
+" trybu /AWAY.\n"
+" NEW Powiadomienie bêdzie wysy³ane jedynie w \n"
+" momencie otrzymania wiadomo¶ci.\n"
+" MAIL Powiadomienia bêd± wysy³ane e-mailem oraz\n"
+" wedle pozosta³ych ustawieñ.\n"
+" NOMAIL Powiadomienia nie bêd± wysy³ane e-mailem.\n"
+" OFF Powiadomienia nie bêd± wysy³ane.\n"
+"\n"
+"Opcja ON jest kombinacj± opcji LOGON oraz NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Sk³adnia: SET PASSWORD nowe-has³o\n"
+"\n"
+"Zmienia Twoje has³o do nicka."
+
+#: language.cpp:3015
+#, fuzzy, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sk³adnia: SET PRIVATE {ON | OFF}\n"
+"W³±cza lub wy³±cza opcjê PRIVATE dla nicka.\n"
+"Kiedy ta opcja jest w³±czona nick nie bêdzie\n"
+"umieszczany na listach wy¶wietlanych komend±:\n"
+"/msg %S LIST\n"
+"Jednak ka¿dy, kto zna nick mo¿e uzyskaæ o nim\n"
+"informacje u¿ywaj±c polecenia INFO."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Sk³adnia: SET READONLY {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza tryb tylko-do-odczytu. W³±czenie tej\n"
+"opcji powoduje zablokowanie wykonywania zmian w ustawieniach\n"
+"serwisów, dotyczy to list dostêpu kana³u oraz nicka itd.\n"
+"Operatorzy serwisów z odpowiednimi uprawnieniami bêd±\n"
+"mogli modyfikowaæ listê AKILL, usuwaæ lub blokowaæ nicki\n"
+"oraz kana³y, ale ¿adne z tych zmian nie zostan± zapisane\n"
+"dopóki tryb tylko-do-odczytu nie zostanie wy³±czony przed\n"
+"restartem lub wy³±czeniem serwisów.\n"
+"\n"
+"Ta opcja ma taki sam efekt jak argument linii poleceñ -readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sk³adnia: SET SECURE {ON | OFF}\n"
+"\n"
+"W³±cza lub wy³±cza opcjê bezpieczeñstwa dla nicka.\n"
+"W³±czenie SECURE wymusza na u¿ytkowniku podanie\n"
+"has³a zanim ten zostanie rozpoznany jako w³a¶ciciel\n"
+"nicka. %S nie bierze pod uwagê w tym wypadku\n"
+"wystêpowania adresu li¶cie dostêpu. Je¶li adres \n"
+"znajduje siê na li¶cie %S nie skilluje\n"
+"u¿ytkownika niezale¿nie od ustawienia opcji KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Sk³adnia: SET SUPERADMIN {ON | OFF}\n"
+"\n"
+"Ustawienie tej opcji nadaje wydaj±cemu polecenie\n"
+"dodatkowe uprawnienia (np. jest w³a¶cicielem \n"
+"wszystkich kana³ów w sieci).\n"
+"\n"
+"Ta opcja powinna byæ u¿ywana tylko wtedy, kiedy\n"
+"jest taka potrzeba. Nale¿y j± pó¼niej wy³±czyæ."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Sk³adnia: SETALL <nick> <vhost>.\n"
+"\n"
+"Ustawia vhosta dla wszystkich nicków w obrêbie grupy.\n"
+"Je¶li IRCD obs³uguje vIdenty wydanie polecenia\n"
+"SETALL <nick> <ident>@<vhost> spowoduje ustawienie\n"
+"tak¿e identów.\n"
+"\n"
+"UWAGA: to polecenie nie spowoduje zmiany vhosta\n"
+"dla nicka, który pó¼niej zostanie dodany do grupy."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Sk³adnia: SHUTDOWN\n"
+"\n"
+"Wymusza zapisanie baz danych, a nastêpnie wy³±cza serwisy."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Sk³adnia: SNLINE ADD [+czas-trwania] maska powód\n"
+" SNLINE DEL {maska | numer-wpisu | lista}\n"
+" SNLINE LIST [maska | lista]\n"
+" SNLINE VIEW [maska | lista]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Pozwala operatorom serwisów na zarz±dzanie list± SNLINE.\n"
+"Je¶li u¿ytkownik z realname pasuj±cym do maski na li¶cie\n"
+"pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.\n"
+"\n"
+"SNLINE ADD dodaje wskazan± maskê realname oraz \n"
+"powód (który musi zostaæ podany) na listê SNLINE.\n"
+"Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,\n"
+"m dla minut, h dla godzin oraz d dla dni.\n"
+"Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±\n"
+"jednostk± s± dni (+30 oznacza 30 dni). Podanie +0\n"
+"oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê\n"
+"znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li\n"
+"jest identyczny z domy¶lnym). Domy¶lny czas wygasania\n"
+"mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.\n"
+"Uwaga: realname mo¿e zawieraæ spacje, dlatego\n"
+"separatorem pomiêdzy mask± i powodem jest dwukropek.\n"
+"\n"
+"SNLINE DEL usuwa wskazane wpisy z listy SNLINE.\n"
+"Jako argument przyjmuje maskê, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"SNLINE LIST wy¶wietla zawarto¶æ listy SNLINE. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Listuje wpisy od 2 do 5 oraz od 7 do 9.\n"
+"\n"
+"SNLINE VIEW zwraca wiêcej szczegó³ów ni¿ SNLINE LIST.\n"
+"Wy¶wietla informacje o dodaj±cym SNLINE, datê dodania,\n"
+"datê wyga¶niêcia, maskê oraz powód.\n"
+"\n"
+"SNLINE CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sk³adnia: SOP kana³ ADD nick\n"
+" SOP kana³ DEL {nick | numer | lista}\n"
+" SOP kana³ LIST [maska | lista]\n"
+" SOP kana³ CLEAR\n"
+"\n"
+"Zarz±dza list± SOP (SuperOP) dla kana³u.\n"
+"U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ\n"
+"automatycznie status operatora.\n"
+"\n"
+"Komenda SOP ADD dodaje podany nick do listy SOP.\n"
+"\n"
+"Komenda SOP DEL usuwa wskazane wpisy z listy.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"Komenda SOP LIST wy¶wietla zawarto¶æ listy SOP.\n"
+"Parametr maska pozwala filtrowaæ wy¶wietlane wpisy\n"
+"(symbol * zastêpuje dowolny ci±g znaków w nicku).\n"
+"Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:\n"
+"\n"
+" SOP kana³ LIST 2-5,7-9\n"
+" Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz\n"
+" od 7 do 9.\n"
+"\n"
+"Komenda SOP CLEAR usuwa wszystkie wpisy z listy.\n"
+"\n"
+"Komendy SOP ADD, SOP DEL oraz SOP CLEAR s±\n"
+"dostêpne tylko dla w³a¶ciciela kana³u.\n"
+"Komenda SOP LIST jest dostêpna dla\n"
+"u¿ytkowników wpisanych na listê AOP.\n"
+"\n"
+"Komenda SOP mo¿e byæ wy³±czona dla Twojego kana³u,\n"
+"w takim przypadku nale¿y u¿ywaæ komendy ACCESS.\n"
+"Aby uzyskaæ informacje o komendzie ACCESS wpisz:\n"
+"/msg %S HELP ACCESS\n"
+"Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:\n"
+"/msg %S HELP SET XOP"
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Sk³adnia: SQLINE ADD [+czas-trwania] maska powód\n"
+" SQLINE DEL {maska | numer-wpisu | lista}\n"
+" SQLINE LIST [maska | lista]\n"
+" SQLINE VIEW [maska | lista]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Pozwala operatorom serwisów na zarz±dzanie list± SQLINE.\n"
+"Je¶li u¿ytkownik z nickiem pasuj±cym do maski na li¶cie\n"
+"pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.\n"
+"\n"
+"Je¶li pierwszym znakiem maski jest # serwisy zablokuj±\n"
+"mo¿liwo¶æ korzystania z kana³ów o nazwie pasuj±cej do\n"
+"niej (o ile IRCd obs³uguje taki rodzaj blokady).\n"
+"\n"
+"SQLINE ADD dodaje wskazan± maskê oraz powód\n"
+"(który musi zostaæ podany) na listê SQLINE.\n"
+"Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,\n"
+"m dla minut, h dla godzin oraz d dla dni.\n"
+"Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±\n"
+"jednostk± s± dni (+30 oznacza 30 dni). Podanie +0\n"
+"oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê\n"
+"znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li\n"
+"jest identyczny z domy¶lnym). Domy¶lny czas wygasania\n"
+"mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.\n"
+"\n"
+"SQLINE DEL usuwa wskazane wpisy z listy SQLINE.\n"
+"Jako argument przyjmuje maskê, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"SQLINE LIST wy¶wietla zawarto¶æ listy SQLINE. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Listuje wpisy od 2 do 5 oraz od 7 do 9.\n"
+"\n"
+"SQLINE VIEW zwraca wiêcej szczegó³ów ni¿ SQLINE LIST.\n"
+"Wy¶wietla informacje o dodaj±cym SQLINE, datê dodania,\n"
+"datê wyga¶niêcia, maskê oraz powód.\n"
+"SQLINE CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Sk³adnia: STAFF\n"
+"\n"
+"Wy¶wietla nicki obs³ugi serwisów, poziom i status online."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Sk³adnia: STAFF tre¶æ-wiadomo¶ci\n"
+"\n"
+"Wysy³a wiadomo¶æ o podanej tre¶ci do wszystkich\n"
+"operatorów i administratorów serwisów. U¿ytkownicy\n"
+"wpisani jednocze¶nie na kilka list otrzymaj±\n"
+"wiadomo¶ci kilka razy."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Sk³adnia: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+"\n"
+"Polecenie bez parametrów wy¶wietla bie¿±c± liczbê \n"
+"u¿ytkowników oraz operatorów pod³±czonych do sieci (nie\n"
+"licz±c serwisów), najwiêksz± liczbê u¿ytkowników licz±c od \n"
+"startu serwisów oraz czas pracy serwisów.\n"
+"\n"
+"Parametr AKILL wy¶wietla informacje o rozmiarze listy\n"
+"AKILL oraz domy¶lnym czasie wygasania wpisów.\n"
+"\n"
+"Parametr RESET resetuje maksymaln± liczbê u¿ytkowników\n"
+"pod³±czonych do sieci.\n"
+"\n"
+"Parametr MEMORY wy¶wietla informacje o zu¿yciu pamiêci\n"
+"przez serwisów. U¿ycie tego polecenia mo¿e chwilowo\n"
+"zawiesiæ dzia³anie serwisów na du¿ych sieciach.\n"
+"\n"
+"Parametr UPLINK wy¶wietla informacje o serwerze, do \n"
+"którego serwisy s± bezpo¶rednio pod³±czone.\n"
+"\n"
+"Parametr ALL wy¶wietla wszystkie dostêpne informacje."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Sk³adnia: STATUS kana³ nick\n"
+"\n"
+"Wy¶wietla aktualny poziom dostêpu (access level) \n"
+"wskazanego nicka na kanale. Format odpowiedzi jest \n"
+"nastêpuj±cy:\n"
+"\n"
+" STATUS kana³ nick poziom-dostêpu\n"
+"\n"
+"W przypadku wyst±pienia b³êdu, format odpowiedzi \n"
+"bêdzie nastêpuj±cy:\n"
+"\n"
+" STATUS ERROR informacja-o-b³êdzie"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Sk³adnia: STATUS nick...\n"
+"\n"
+"Zwraca status wskazanych u¿ytkowników (czy s±\n"
+"rozpoznawani jako w³a¶ciciele nicka).\n"
+"Odpowied¼ ma nastêpuj±cy format:\n"
+"\n"
+" nick kod account\n"
+"\n"
+"where nick is the nickname sent with the command,\n"
+"kod is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+"0 - u¿ytkownik jest offline lub nick niezarejestrowany\n"
+"1 - u¿ytkownik nie zidentyfikowa³ siê jako w³a¶ciciel nicka\n"
+"2 - u¿ytkownik rozpoznany na podstawie listy dostêpu\n"
+"3 - u¿ytkownik rozpoznany na podstawie has³a\n"
+"\n"
+"Maksymalnie mo¿na podaæ 16 nicków w jednym poleceniu.\n"
+"Reszta bêdzie ignorowana. Je¶li nie zostanie podany\n"
+"¿aden nick zostanie zwrócony twój status."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sk³adnia: SUSPEND kana³ [powód]\n"
+"\n"
+"Zawiesza dzia³anie wskazanego kana³u.\n"
+"Blokada mo¿e zostaæ zdjêta z zachowaniem\n"
+"wszelkich ustawieñ komend± UNSUSPEND.\n"
+"\n"
+"W niektórych sieciach wymagane jest podanie powodu."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Sk³adnia: SVSNICK nick nowy-nick\n"
+"\n"
+"Zmienia nick wskazanemu u¿ytkownikowi."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Sk³adnia: SZLINE ADD [+czas-trwania] maska powód\n"
+" SZLINE DEL {maska | numer-wpisu | lista}\n"
+" SZLINE LIST [maska | lista]\n"
+" SZLINE VIEW [maska | lista]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Pozwala operatorom serwisów na zarz±dzanie list± SZLINE.\n"
+"Je¶li u¿ytkownik z adresem IP pasuj±cym do maski na li¶cie\n"
+"pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.\n"
+"\n"
+"SZLINE ADD dodaje wskazan± maskê oraz powód\n"
+"(który musi zostaæ podany) na listê SZLINE.\n"
+"Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,\n"
+"m dla minut, h dla godzin oraz d dla dni.\n"
+"Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±\n"
+"jednostk± s± dni (+30 oznacza 30 dni). Podanie +0\n"
+"oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê\n"
+"znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li\n"
+"jest identyczny z domy¶lnym). Domy¶lny czas wygasania\n"
+"mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.\n"
+"\n"
+"SZLINE DEL usuwa wskazane wpisy z listy SZLINE.\n"
+"Jako argument przyjmuje maskê, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\n"
+"SZLINE LIST wy¶wietla zawarto¶æ listy SZLINE. Je¶li\n"
+"zostanie podana maska tylko pasuj±ce wpisy zostan±\n"
+"pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Listuje wpisy od 2 do 5 oraz od 7 do 9.\n"
+"\n"
+"SZLINE VIEW zwraca wiêcej szczegó³ów ni¿ SZLINE LIST.\n"
+"Wy¶wietla informacje o dodaj±cym SZLINE, datê dodania,\n"
+"datê wyga¶niêcia, maskê oraz powód.\n"
+"SZLINE CLEAR usuwa wszystkie wpisy z listy."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sk³adnia: TOPIC kana³ [temat]\n"
+"\n"
+"Wymusza na serwisie %S zmianê tematu na kanale.\n"
+"Pominiêcie tematu powoduje usuniêcie istniej±cego.\n"
+"Ta komenda jest u¿yteczna w po³±czeniu z ustawieniem\n"
+"TOPICLOCK. Aby uzyskaæ wiêcej informacji wpisz\n"
+"/msg %S HELP SET TOPICLOCK\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla w³a¶ciciela kana³u."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sk³adnia: UMODE u¿ytkownik flagi\n"
+"\n"
+"Pozwala Services Operators zmieniaæ flagi\n"
+"innym u¿ytkownikom. Parametry s± identyczne jak\n"
+"dla komendy /MODE."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Sk³adnia: UNASSIGN kana³\n"
+"\n"
+"U¿ycie tej komendy usuwa bota z kana³u.\n"
+"Bêdzie mo¿na go ponownie przydzieliæ w ka¿dej\n"
+"chwili, bez potrzeby ponownego konfigurowania."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sk³adnia: UNBAN kana³ [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych poziom\n"
+"dostêpu 5 lub wy¿szy."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Sk³adnia: UNSUSPEND kana³\n"
+"\n"
+"Uwalnia zawieszony kana³. Wszystkie dane i ustawienia\n"
+"s± odtworzone sprzed zawieszenia."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Sk³adnia: UPDATE\n"
+"\n"
+"Wymusza natychmiastowy zapis baz danych na dysku."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Sk³adnia: USERLIST [{wzorzec | kana³} [INVISIBLE]]\n"
+"\n"
+"Listuje wszystkich u¿ytkowników w sieci, niezale¿nie od\n"
+"tego czy maj± zarejestrowanego nicka.\n"
+"\n"
+"Podanie wzorca ogranicza listê pokazywanych u¿ytkowników.\n"
+"(musi byæ w formacie nick!ident@host). Podanie kana³u \n"
+"listuje u¿ytkowników przebywaj±cych na wskazanym kanale.\n"
+"Dodanie parametru INVISIBLE listuje tylko u¿ytkowników z flag± +i."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Sk³adnia: VOICE kana³ [nick]\n"
+"\n"
+"Nadaje prawo g³osu wskazanemu u¿ytkownikowi.\n"
+"Je¶li nie zostanie podany nick operacja bêdzie\n"
+"przeprowadzona na osobie wydaj±cej t± komendê.\n"
+"\n"
+"Standardowo ta komenda jest dostêpna dla u¿ytkowników\n"
+"wpisanych na listê AOP lub posiadaj±cych przynajmniej\n"
+"5. poziom dostêpu. Osoby wpisane na listê VOP lub\n"
+"posiadaj±ce 3. poziom dostêpu mog± j± wykonywaæ\n"
+"jedynie na sobie."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sk³adnia: VOP kana³ ADD nick\n"
+" VOP kana³ DEL {nick | numer | lista}\n"
+" VOP kana³ LIST [maska | lista]\n"
+" VOP kana³ CLEAR\n"
+"\n"
+"Zarz±dza list± VOP (VOicePeople) dla kana³u.\n"
+"U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ\n"
+"automatycznie prawo g³osu i bêd± mogli je sobie\n"
+"nadaæ je¶li bêdzie taka potrzeba.\n"
+"\n"
+"Komenda VOP ADD dodaje podany nick do listy VOP.\n"
+"\n"
+"Komenda VOP DEL usuwa wskazane wpisy z listy.\n"
+"Jako argument przyjmuje nick, numer wpisu lub\n"
+"listê (przyk³ad poni¿ej dla polecenia LIST).\n"
+"\t\n"
+"Komenda VOP LIST wy¶wietla zawarto¶æ listy VOP.\n"
+"Parametr maska pozwala filtrowaæ wy¶wietlane wpisy\n"
+"(symbol * zastêpuje dowolny ci±g znaków w nicku).\n"
+"Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:\n"
+"\n"
+" VOP kana³ LIST 2-5,7-9\n"
+" Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz\n"
+" od 7 do 9.\n"
+"\n"
+"Komenda VOP CLEAR usuwa wszystkie wpisy z listy.\n"
+"\n"
+"Komendy VOP ADD, VOP DEL oraz VOP LIST s± dostêpne\n"
+"dla u¿ytkowników z uprawnieniami AOP lub wy¿szymi.\n"
+"Komenda VOP CLEAR jest dostêpna tylko dla\n"
+"w³a¶ciciela kana³u.\n"
+"\n"
+"Komenda VOP mo¿e byæ wy³±czona dla Twojego kana³u,\n"
+"w takim przypadku nale¿y u¿ywaæ komendy ACCESS.\n"
+"Aby uzyskaæ informacje o komendzie ACCESS wpisz:\n"
+"/msg %S HELP ACCESS\n"
+"Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:\n"
+"/msg %S HELP SET XOP"
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Sk³adnia: SUSPEND nick powód\n"
+"\n"
+"Zawiesza nick uniemo¿liwiaj±c identyfikacjê."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Sk³adnia: UNSUSPEND nick\n"
+"\n"
+"Uwalnia zawieszony nick."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Sk³adnia: UPDATE\n"
+"\n"
+"Aktualizuje twój obecny status, np. sprawdza czy s± nowe\n"
+"wiadomo¶ci, ustawia odpowiednie uprawnienia na kana³ach,\n"
+"aktualizuje vhosta oraz flagi u¿ytkownika."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC kana³ [temat]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "Opcja IMMED nie jest jest dostêpna w tej sieci."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Lista AKILL zosta³a wyczyszczona."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Defcon jest teraz na poziomie: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "Adres e-mail osoby %s bêdzie ukrywany w informacjach %s."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "Adres e-mail osoby %s bêdzie pokazywany w informacjach %s."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "Lista SNLINE zosta³a wyczyszczona."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "Lista SQLINE zosta³a wyczyszczona."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "Lista SZLINE zosta³a wyczyszczona."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "Kana³ %s nie posiada klucza."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Nastêpuj±ce komendy zosta³y dodane przez modu³:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Poni¿ej znajduje siê lista wszystkich dostêpnych uprawnieñ.\n"
+"Poziomy dla AUTODEOP oraz NOJOIN to poziomy maksymalne,\n"
+"reszta uprawnieñ ma poziomy minimalne."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "Host %s aktualnie posiada %d sesji z limitem %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "Ostatnia wiadomo¶æ wys³ana do %s (w %s) zosta³a przeczytana."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"Ostatnia wys³ana przez Ciebie wiadomo¶æ\n"
+"do %s (w %s) jest wci±¿ nieprzeczytana."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "Ostatnia wiadomo¶æ QUIT osoby %s bêdzie ukrywana w informacjach %s."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "Ostatnia wiadomo¶æ QUIT osoby %s bêdzie pokazywana w informacjach %s."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr "Ostatnia maska ident@host osoby %s bêdzie ukrywana w informacjach %s."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"Ostatnia maska ident@host osoby %s bêdzie pokazywana w informacjach %s."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Limit wiadomo¶ci dla %s nie mo¿e byæ zmieniany."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Now± nazw± MUSI byæ jednym z nicków w grupie!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "Nowa nazwa dla %s MUSI byæ jednym z nicków w grupie!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Now± nazw± jest %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "Nick %s zostaje zmieniony na %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr "Status dostêpu do serwisów osoby %s bêdzie ukrywany w informacjach %s."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"Status dostêpu do serwisów osoby %s bêdzie pokazywany w informacjach %s."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "Lista vhostów jest pusta."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Jest %d wiadomo¶ci dla kana³u %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Obecnie nie ma ¿adnych botów dostêpnych.\n"
+"Popro¶ administratora serwisów o dodanie."
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"W grupie %s jest za du¿o nicków, usuñ kilka.\n"
+"Napisz /msg %s HELP GLIST i /msg %s HELP DROP,\n"
+"aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Jest %d wiadomo¶æ dla kana³u %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Jest nowa wiadomo¶æ dla kana³u %s.\n"
+"Napisz /msg %s READ %s %d aby j± przeczytaæ."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Nie ma ¿adnych botów przydzielonych do %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Nie ma wiadomo¶ci powitalnych."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Nie ma wiadomo¶ci dla operatorów."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Nie ma losowych wiadomo¶ci."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Twój nick nie ma ustawionego adresu e-mail."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Opcje dostêpne dla administratorów serwisów:\n"
+" \n"
+" NOBOT Uniemo¿liwia przypisanie bota do kana³u\n"
+" PRIVATE Zastrzega przypisywanie bota tylko dla IRC\n"
+" Operatorów"
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Ten kana³ zosta³ zablokowany."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Ten kana³ zosta³ zarejestrowany z %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Ten kana³ zosta³ zawieszony."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Ten kana³ nie mo¿e byæ u¿ywany."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Ten kana³ nie wyga¶nie."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Ta komenda jest ju¿ przestarza³a. U¿yj %s."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "Ten modu³ nie mo¿e zostaæ wy³adowany."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr "Ten nick zosta³ ju¿ zarejestrowany. Sprawd¼ swoj± pocztê."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Ten nick czeka na e-mail z kodem weryfikacyjnym przed zakoñczeniem "
+"rejestracji."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Ten nick jest zarejestrowany. Je¶li to Twój nick,\n"
+"wpisz: /msg %s IDENTIFY has³o"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Ten nick zosta³ zarejestrowany i nie mo¿esz go u¿ywaæ."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Ten nick jest obecnie zawieszony"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Ten nick jest obecnie zawieszony, powód: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Ten nick jest zarejestrowany i chroniony.\n"
+"Zidentyfikuj siê pisz±c: /msg %s IDENTIFY has³o\n"
+"je¶li nick nale¿y do Ciebie, w przeciwnym razie zmieñ go."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Ten nick nie mo¿e byæ u¿ywany. Wybierz inny nick."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Ten nick nie wyga¶nie."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"Aby wyszukaæ kana³y o nazwach zaczynaj±cych siê znakiem #\n"
+"nale¿y ten znak pomin±æ (anope zamiast #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "TOPICLOCK"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "KEEPTOPIC"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Blokada tematu na kanale %s zosta³a wy³±czona."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Blokada tematu na kanale %s zosta³a w³±czona."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Temat kana³u %s nie bêdzie ju¿ utrzymywany."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Temat kana³u %s bêdzie teraz utrzymywany."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Wy³±cz CAPS LOCKa!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Napisz /msg %S HELP polecenie aby uzyskaæ pomoc\n"
+"na temat powy¿szych poleceñ.\n"
+"(*) Domy¶lnie ka¿dy u¿ytkownik maj±cy przynajmniej 10.\n"
+" poziom dostêpu na kanale mo¿e czytaæ wiadomo¶ci,\n"
+" ale mo¿na to zmieniæ komend± LEVELS serwisu %s."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Aby uzyskaæ wiêcej informacji o danej opcji wpisz:\n"
+"/msg %S HELP SASET opcja"
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Aby uzyskaæ wiêcej informacji o danej opcji wpisz:\n"
+"/msg %S HELP SET opcja"
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Napisz /msg %S SET EMAIL e-mail, aby ustawiæ adres e-mail.\n"
+"Twoja prywatno¶æ bêdzie uszanowana - nie bêdzie podawany osobom trzecim,"
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr ""
+"Napisz /msg %s LIST NEW,\n"
+"aby zobaczyæ listê nowych wiadomo¶ci."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Napisz /msg %s READ %d aby przeczytaæ."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Napisz /msg %s READ LAST aby przeczytaæ."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick flagi"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN kana³"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN kana³ [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND kana³"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nick"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Nie mo¿na za³adowaæ modu³u %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Nie mo¿na wy³adowaæ modu³u %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Nieznana opcja komendy SASET %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Nieznana opcja komendy SET %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Nieznana opcja STATS %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Nieznana komenda %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Nieznana komenda %s. Napisz \"/msg %s HELP\" aby uzyskaæ pomoc."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Nieznany numer jêzyka %d.\n"
+"Napisz /msg %s HELP SET LANGUAGE, aby uzyskaæ listê dostêpnych jêzyków."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Nieznany flaga %c zostaje zignorowana."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Nieznana opcja %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Nieznana opcja %s.\n"
+"Napisz /msg %S HELP KICK, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Nieznana opcja %s.\n"
+"Napisz /msg %S HELP SET, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Aktualizacja baz danych."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab : %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Pod³±czony do: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "Nie znaleziono %s w bazie serwisu NickServ."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "U¿ytkownicy : %6d rekordów, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"Twój nick zosta³ w³a¶nie przejêty przez serwisy.\n"
+"Napisz /msg %s RELEASE %s, je¶li nie chcesz czekaæ %s sekund na jego "
+"automatyczne zwolnienie."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "U¿ytkownik posiada wyj±tek na kanale."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista u¿ytkowników:\n"
+"Nick Maska"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #kana³ [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista VOP kana³u %s:\n"
+" Nr Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "DONTKICKVOICES"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Uwa¿aj co piszesz!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Nale¿ysz ju¿ do grupy %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Jeste¶ ju¿ zidentyfikowany(a)."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "Przebywasz ju¿ na kanale %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Nie jeste¶ ju¿ d³u¿ej super-administratorem."
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Nie masz uprawnieñ do statusu operatora na kanale %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Nie masz pozwolenia, aby przebywaæ na tym kanale."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Nie mo¿esz zmieniaæ swojego limitu wiadomo¶ci."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Jeste¶ teraz super-administratorem."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Jeste¶ teraz IRC operatorem."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Nale¿ysz teraz do grupy %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "Nie mo¿na wykluczyæ samych serwisów lub uplinka serwisów."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr "Nie mo¿esz wysy³aæ wiadomo¶ci z potwierdzeniem odbioru do siebie!"
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Nie mo¿esz usun±æ samego siebie!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Nie mo¿esz odzyskaæ nicka, którego w³a¶nie u¿ywasz!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Nie mo¿esz u¿yæ tej komendy.\n"
+"Musisz u¿yæ poleceñ VOP, AOP lub SOP.\n"
+"Napisz /msg %s HELP komenda, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Nie mo¿esz u¿yæ tej komendy.\n"
+"Musisz u¿yæ poleceñ VOP, HOP, AOP lub SOP.\n"
+"Napisz /msg %s HELP komenda, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Nie mo¿esz u¿yæ tej komendy. U¿yj komendy ACCESS.\n"
+"Napisz /msg %s HELP ACCESS, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Nie mo¿esz ustawiæ limitu wiadomo¶ci dla %s wiêkszego ni¿ %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Nie mo¿esz ustawiæ swojego limitu wiadomo¶ci wiêkszego ni¿ %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Nie mo¿esz usuwaæ adresu e-mail w tej sieci."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Aktualnie masz %d wiadomo¶ci, z czego %d jest nieprzeczytanych."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Aktualnie masz %d wiadomo¶ci, w tym jedn± nieprzeczytan±."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Aktualnie masz %d wiadomo¶ci."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Aktualnie masz %d nieprzeczytanych wiadomo¶ci."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Aktualnie masz jedn± wiadomo¶æ i jest ona nieprzeczytana."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Aktualnie masz jedn± wiadomo¶æ."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Aktualnie nie masz wiadomo¶ci."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Tak! Jestem tutaj %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Masz %d nowe(ych) wiadomo¶ci."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Masz jedn± now± wiadomo¶æ."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Nasz now± wiadomo¶æ od %s.\n"
+"Napisz /msg %s READ %d aby j± przeczytaæ."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Próbujesz rejestrowaæ nieistniej±cy kana³ %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "Zosta³e¶ zaproszony do %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Ban na kanale %s zosta³ zdjêty."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Nie masz limitu wiadomo¶ci, które mo¿esz trzymaæ."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Nie masz wiadomo¶ci."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Nie masz nowych wiadomo¶ci."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Musisz podaæ prawid³ow± liczbê dla czasu."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Musisz najpierw przydzieliæ bota do kana³u.\n"
+"Napisz /msg %S HELP ASSIGN, aby uzyskaæ wiêcej informacji."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Aby zarejestrowaæ kana³ musisz byæ jego operatorem."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"Musisz byæ po³±czony(a) d³u¿ej ni¿ %d sekund(y), aby móc zarejestrowaæ nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Musisz za³o¿yæ +i równie¿, aby móc za³o¿yæ +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Musisz za³o¿yæ +l zanim za³o¿ysz +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Teraz ustaw adres e-mail dla Twojego nicka.\n"
+"Gdy zapomnisz has³a, zostanie ono wys³ane na e-mail."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Bêdziesz powiadomienie informacje o nowych wiadomo¶ciach\n"
+"podczas logowania i w momencie ich nadej¶cia."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr ""
+"Bêdziesz otrzymywaæ powiadomienie o nowych wiadomo¶ciach podczas logowania."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Bêdziesz otrzymywaæ powiadomienie o nowych wiadomo¶ciach."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Nie bêdziesz ju¿ d³u¿ej odbieraæ wiadomo¶ci."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr ""
+"Powiadomienie o nowych wiadomo¶ciach nie bêd± wysy³ane na adres e-mail."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Nie bêdziesz otrzymywaæ informacji o nowych wiadomo¶ciach."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Powiadomienie o nowych wiadomo¶ciach bêd± wysy³ane na adres e-mail."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Twój adres e-mail bêdzie ukrywany w informacjach %s."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Twój adres e-mail bêdzie pokazywany w informacjach %s."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Twoje IRCD nie obs³uguje vIdentów, je¶li nie jest to prawda zg³o¶ b³±d."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Twoja lista dostêpu jest pusta."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Twoja ostatnia wiadomo¶æ QUIT bêdzie ukrywana w informacjach %s."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Twoja ostatnia wiadomo¶æ QUIT bêdzie pokazywana w informacjach %s."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "Twoja ostatnia maska ident@host bêdzie ukrywana w informacjach %s."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Twoja ostatnia maska ident@host bêdzie pokazywana w informacjach %s."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Twój limit wiadomo¶ci zosta³ wy³±czony."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Twój limit wiadomo¶ci zosta³ zmieniony na %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Twój limit wiadomo¶ci wynosi %d i nie mo¿e byæ zmieniony."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Twój limit wiadomo¶ci wynosi %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Twój limit wiadomo¶ci wynosi 0, nie bêdziesz otrzymywaæ nowych."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Twój limit wiadomo¶ci wynosi 0, nie bêdziesz odbieraæ nowych i nie mo¿esz "
+"zmieniæ tego limitu."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Twój nick zosta³ pomy¶lnie wylogowany."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Twój nick jest ju¿ zarejestrowany. Napisz najpierw: /msg %s DROP"
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Twój nick nie jest zarejestrowany."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Twój nick jest niezarejestrowany.\n"
+"Napisz /msg %s HELP aby uzyskaæ pomoc na temat rejestracji."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Twój nick zosta³ odrejestrowany."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Twój nick zosta³ zmieniony na %s."
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Twój kod rejestracyjny zosta³ ponownie wys³any na %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Twoje has³o do nicka to %s"
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Twoje has³o jest za d³ugie. Spróbuj ponownie z krótszym has³em."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Twój status dostêpu do serwisów bêdzie ukrywany w informacjach %s."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Twój status dostêpu do serwisów bêdzie pokazywany w informacjach %s."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Twój vhost %s jest teraz aktywny."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Twój vhost %s@%s jest teraz aktywny."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr ""
+"Twój vhost zosta³ usuniêty i zosta³o w³±czone normalne ukrywanie hosta."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Wiadomo¶æ powitalna - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Wiadomo¶æ dla operatorów - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Losowa wiadomo¶æ - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "wy³±czone"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "nie wygasa"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "w³±czone"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "wygasa przy nastêpnej aktualizacji baz"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "wygasa za %d dzieñ"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "wygasa za %d dni"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "wygasa za %d godzinê i %d minutê"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "wygasa za %d godzinê i %d minut(y)"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "wygasa za %d godzinê i %d minut(y)"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "wygasa za %d godzin(y) i %d minut(y)"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "wygasa za %d minutê"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "wygasa za %d minut(y)"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "nie jest u¿ywane."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "Vhost dla %s zosta³ usuniêty."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "Vhost dla %s zosta³ zmieniony na %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "Vhost dla %s zosta³ zmieniony na %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "Vhosty dla grupy %s zosta³y zmienione na %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "Vhosty dla grupy %s zosta³y zmienione na %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "Vhosty dla grupy %s zosta³y usuniête."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "XOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "System list xOP na kanale %s zosta³ wy³±czony."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "System list xOP na kanale %s zosta³ w³±czony."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "System xOP nie jest dostêpny."
diff --git a/lang/anope.pot b/lang/anope.pot
new file mode 100644
index 000000000..4c20fe3af
--- /dev/null
+++ b/lang/anope.pot
@@ -0,0 +1,9705 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr ""
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr ""
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr ""
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr ""
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr ""
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr ""
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr ""
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr ""
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr ""
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr ""
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr ""
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr ""
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr ""
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr ""
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr ""
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr ""
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr ""
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr ""
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr ""
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr ""
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr ""
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr ""
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr ""
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr ""
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr ""
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr ""
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr ""
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr ""
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr ""
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr ""
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr ""
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr ""
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr ""
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr ""
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr ""
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr ""
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr ""
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr ""
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr ""
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr ""
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr ""
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr ""
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr ""
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr ""
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr ""
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr ""
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr ""
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr ""
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr ""
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr ""
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr ""
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr ""
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr ""
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr ""
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr ""
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr ""
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr ""
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr ""
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr ""
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr ""
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr ""
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr ""
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr ""
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr ""
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr ""
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr ""
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr ""
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr ""
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr ""
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr ""
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr ""
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr ""
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr ""
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr ""
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr ""
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr ""
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr ""
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr ""
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr ""
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr ""
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr ""
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr ""
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr ""
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr ""
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr ""
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr ""
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr ""
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr ""
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr ""
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr ""
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr ""
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr ""
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr ""
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr ""
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr ""
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr ""
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr ""
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr ""
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr ""
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr ""
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr ""
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr ""
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr ""
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr ""
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr ""
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr ""
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr ""
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr ""
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr ""
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr ""
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr ""
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr ""
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr ""
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr ""
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr ""
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr ""
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr ""
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr ""
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr ""
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr ""
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr ""
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr ""
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr ""
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr ""
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr ""
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr ""
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr ""
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr ""
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr ""
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr ""
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr ""
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr ""
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr ""
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr ""
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr ""
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr ""
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr ""
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr ""
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr ""
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr ""
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr ""
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr ""
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr ""
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr ""
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr ""
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr ""
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr ""
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr ""
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr ""
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr ""
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr ""
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr ""
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr ""
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr ""
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr ""
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr ""
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr ""
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr ""
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr ""
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr ""
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr ""
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr ""
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr ""
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr ""
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr ""
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr ""
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr ""
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr ""
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr ""
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr ""
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr ""
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr ""
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr ""
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr ""
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr ""
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr ""
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr ""
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr ""
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr ""
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr ""
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr ""
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr ""
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr ""
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr ""
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr ""
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr ""
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr ""
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr ""
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr ""
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr ""
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr ""
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr ""
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr ""
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr ""
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr ""
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr ""
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr ""
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr ""
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr ""
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr ""
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr ""
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr ""
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr ""
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr ""
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr ""
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr ""
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr ""
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr ""
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr ""
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr ""
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr ""
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr ""
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr ""
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr ""
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr ""
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr ""
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr ""
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr ""
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr ""
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr ""
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr ""
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr ""
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr ""
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr ""
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr ""
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr ""
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr ""
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr ""
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr ""
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr ""
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr ""
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr ""
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr ""
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr ""
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr ""
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr ""
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr ""
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr ""
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr ""
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr ""
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr ""
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr ""
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr ""
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr ""
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr ""
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr ""
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr ""
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr ""
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr ""
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr ""
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr ""
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr ""
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr ""
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr ""
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr ""
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr ""
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr ""
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr ""
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr ""
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr ""
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr ""
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr ""
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr ""
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr ""
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr ""
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr ""
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr ""
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr ""
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr ""
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr ""
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr ""
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr ""
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr ""
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr ""
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr ""
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr ""
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr ""
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr ""
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr ""
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr ""
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr ""
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr ""
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr ""
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr ""
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr ""
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr ""
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr ""
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr ""
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr ""
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr ""
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr ""
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr ""
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr ""
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr ""
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr ""
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr ""
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr ""
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr ""
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr ""
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr ""
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr ""
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr ""
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr ""
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr ""
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr ""
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr ""
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr ""
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr ""
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr ""
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr ""
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr ""
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr ""
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr ""
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr ""
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr ""
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr ""
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr ""
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr ""
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr ""
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr ""
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr ""
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr ""
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr ""
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr ""
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr ""
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr ""
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr ""
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr ""
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr ""
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr ""
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr ""
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr ""
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr ""
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr ""
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr ""
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr ""
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr ""
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr ""
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr ""
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr ""
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr ""
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr ""
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr ""
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr ""
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr ""
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr ""
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr ""
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr ""
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr ""
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr ""
+
+#: language.cpp:197
+msgid "1 day"
+msgstr ""
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr ""
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr ""
+
+#: language.cpp:209
+msgid "1 second"
+msgstr ""
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr ""
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr ""
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr ""
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr ""
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr ""
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr ""
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr ""
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr ""
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr ""
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr ""
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr ""
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr ""
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr ""
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr ""
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr ""
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr ""
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr ""
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr ""
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr ""
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr ""
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr ""
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr ""
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr ""
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr ""
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr ""
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr ""
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr ""
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr ""
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr ""
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr ""
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr ""
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr ""
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr ""
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr ""
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr ""
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr ""
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr ""
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr ""
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr ""
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr ""
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr ""
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr ""
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr ""
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr ""
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr ""
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr ""
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr ""
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr ""
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr ""
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr ""
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr ""
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr ""
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr ""
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr ""
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr ""
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr ""
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr ""
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr ""
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr ""
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr ""
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr ""
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr ""
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr ""
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr ""
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr ""
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr ""
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr ""
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr ""
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr ""
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr ""
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr ""
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr ""
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr ""
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr ""
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr ""
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr ""
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr ""
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr ""
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr ""
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr ""
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr ""
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr ""
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr ""
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr ""
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr ""
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr ""
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr ""
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr ""
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr ""
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr ""
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr ""
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr ""
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr ""
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr ""
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr ""
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr ""
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr ""
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr ""
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr ""
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr ""
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr ""
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr ""
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr ""
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr ""
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr ""
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr ""
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr ""
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr ""
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr ""
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr ""
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr ""
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr ""
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr ""
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr ""
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr ""
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr ""
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr ""
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr ""
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr ""
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr ""
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr ""
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr ""
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr ""
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr ""
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr ""
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr ""
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr ""
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr ""
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr ""
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr ""
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr ""
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr ""
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr ""
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr ""
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr ""
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr ""
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr ""
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr ""
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr ""
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr ""
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr ""
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr ""
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr ""
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr ""
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr ""
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr ""
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr ""
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr ""
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr ""
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr ""
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr ""
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr ""
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr ""
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr ""
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr ""
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr ""
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr ""
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr ""
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr ""
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr ""
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr ""
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr ""
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr ""
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr ""
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr ""
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr ""
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr ""
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr ""
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr ""
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr ""
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr ""
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr ""
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr ""
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr ""
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr ""
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr ""
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr ""
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr ""
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr ""
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr ""
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr ""
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr ""
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr ""
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr ""
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr ""
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr ""
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr ""
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr ""
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr ""
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr ""
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr ""
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr ""
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr ""
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr ""
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr ""
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr ""
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr ""
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr ""
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr ""
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr ""
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr ""
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr ""
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr ""
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr ""
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr ""
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr ""
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr ""
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr ""
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr ""
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr ""
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr ""
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr ""
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr ""
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr ""
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr ""
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr ""
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr ""
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr ""
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr ""
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr ""
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr ""
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr ""
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr ""
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr ""
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr ""
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr ""
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr ""
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr ""
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr ""
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr ""
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr ""
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr ""
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr ""
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr ""
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr ""
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr ""
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr ""
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr ""
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr ""
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr ""
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr ""
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr ""
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr ""
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr ""
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr ""
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr ""
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr ""
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr ""
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr ""
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr ""
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr ""
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr ""
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr ""
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr ""
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr ""
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr ""
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr ""
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr ""
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr ""
+
+#: language.cpp:97
+msgid "English"
+msgstr ""
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr ""
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr ""
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr ""
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr ""
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr ""
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr ""
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr ""
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr ""
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr ""
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr ""
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr ""
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr ""
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr ""
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr ""
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr ""
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr ""
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr ""
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr ""
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr ""
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr ""
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr ""
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr ""
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr ""
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr ""
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr ""
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr ""
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr ""
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr ""
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr ""
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr ""
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr ""
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr ""
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr ""
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr ""
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr ""
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr ""
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr ""
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr ""
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr ""
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr ""
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr ""
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr ""
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr ""
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr ""
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr ""
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr ""
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr ""
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr ""
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr ""
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr ""
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr ""
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr ""
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr ""
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr ""
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr ""
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr ""
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr ""
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr ""
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr ""
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr ""
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr ""
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr ""
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr ""
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr ""
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr ""
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr ""
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr ""
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr ""
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr ""
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr ""
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr ""
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr ""
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr ""
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr ""
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr ""
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr ""
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr ""
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr ""
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr ""
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr ""
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr ""
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr ""
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr ""
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr ""
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr ""
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr ""
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr ""
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr ""
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr ""
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr ""
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr ""
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr ""
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr ""
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr ""
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr ""
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr ""
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr ""
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr ""
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr ""
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr ""
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr ""
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr ""
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr ""
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr ""
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr ""
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr ""
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr ""
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr ""
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr ""
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr ""
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr ""
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr ""
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr ""
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr ""
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr ""
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr ""
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr ""
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr ""
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr ""
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr ""
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr ""
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr ""
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr ""
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr ""
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr ""
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr ""
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr ""
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr ""
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr ""
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr ""
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr ""
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr ""
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr ""
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr ""
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr ""
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr ""
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr ""
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr ""
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr ""
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr ""
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr ""
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr ""
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr ""
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr ""
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr ""
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr ""
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr ""
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr ""
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr ""
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr ""
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr ""
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr ""
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr ""
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr ""
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr ""
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr ""
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr ""
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr ""
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr ""
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr ""
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr ""
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr ""
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr ""
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr ""
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr ""
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr ""
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr ""
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr ""
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr ""
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr ""
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr ""
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr ""
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr ""
+
+#: language.cpp:193
+msgid "No reason"
+msgstr ""
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr ""
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr ""
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr ""
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr ""
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr ""
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr ""
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr ""
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr ""
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr ""
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr ""
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr ""
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr ""
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr ""
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr ""
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr ""
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr ""
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr ""
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr ""
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr ""
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr ""
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr ""
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr ""
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr ""
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr ""
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr ""
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr ""
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr ""
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr ""
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr ""
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr ""
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr ""
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr ""
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr ""
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr ""
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr ""
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr ""
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr ""
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr ""
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr ""
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr ""
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr ""
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr ""
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr ""
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr ""
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr ""
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr ""
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr ""
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+
+#: language.cpp:569
+msgid "Private"
+msgstr ""
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr ""
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr ""
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr ""
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr ""
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr ""
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr ""
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr ""
+
+#: language.cpp:565
+msgid "Protection"
+msgstr ""
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr ""
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr ""
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr ""
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr ""
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr ""
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr ""
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr ""
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr ""
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr ""
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr ""
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr ""
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr ""
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr ""
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr ""
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr ""
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr ""
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr ""
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr ""
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr ""
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr ""
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr ""
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr ""
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr ""
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr ""
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr ""
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr ""
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr ""
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr ""
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr ""
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr ""
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr ""
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr ""
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr ""
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr ""
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr ""
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr ""
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr ""
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr ""
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr ""
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr ""
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr ""
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr ""
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr ""
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr ""
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr ""
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr ""
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr ""
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr ""
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr ""
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr ""
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr ""
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr ""
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr ""
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr ""
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr ""
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr ""
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr ""
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr ""
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr ""
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr ""
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr ""
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr ""
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr ""
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr ""
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr ""
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr ""
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr ""
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr ""
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr ""
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr ""
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr ""
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr ""
+
+#: language.cpp:355
+msgid "SET LANGUAGE language"
+msgstr ""
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr ""
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr ""
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr ""
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr ""
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr ""
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr ""
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr ""
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr ""
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr ""
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr ""
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr ""
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr ""
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr ""
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr ""
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr ""
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr ""
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr ""
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr ""
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr ""
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr ""
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr ""
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr ""
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr ""
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr ""
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr ""
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr ""
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr ""
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr ""
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr ""
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr ""
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr ""
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr ""
+
+#: language.cpp:567
+msgid "Security"
+msgstr ""
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr ""
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr ""
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr ""
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr ""
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr ""
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr ""
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr ""
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr ""
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr ""
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr ""
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr ""
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr ""
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr ""
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr ""
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr ""
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr ""
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr ""
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr ""
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr ""
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr ""
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr ""
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr ""
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr ""
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr ""
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr ""
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr ""
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr ""
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr ""
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr ""
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr ""
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr ""
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr ""
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr ""
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr ""
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr ""
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr ""
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr ""
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr ""
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr ""
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr ""
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr ""
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr ""
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr ""
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr ""
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr ""
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr ""
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr ""
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr ""
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr ""
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr ""
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr ""
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr ""
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr ""
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr ""
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr ""
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr ""
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr ""
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr ""
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr ""
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr ""
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr ""
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr ""
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr ""
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr ""
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr ""
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr ""
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr ""
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr ""
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr ""
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr ""
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr ""
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr ""
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr ""
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr ""
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr ""
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr ""
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr ""
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr ""
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr ""
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr ""
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr ""
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr ""
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr ""
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr ""
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr ""
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr ""
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr ""
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr ""
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+
+#: language.cpp:3695
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr ""
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr ""
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr ""
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr ""
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr ""
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr ""
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+
+#: language.cpp:3150
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+
+#: language.cpp:2970
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr ""
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr ""
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr ""
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr ""
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr ""
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr ""
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr ""
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr ""
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr ""
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr ""
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr ""
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr ""
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr ""
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr ""
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr ""
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr ""
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr ""
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr ""
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr ""
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr ""
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr ""
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr ""
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr ""
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr ""
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr ""
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr ""
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr ""
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr ""
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr ""
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr ""
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr ""
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr ""
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr ""
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr ""
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr ""
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr ""
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr ""
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr ""
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr ""
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr ""
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr ""
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr ""
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr ""
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr ""
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr ""
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr ""
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr ""
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr ""
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr ""
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr ""
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr ""
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr ""
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr ""
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr ""
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr ""
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr ""
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr ""
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr ""
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr ""
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr ""
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr ""
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr ""
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr ""
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr ""
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr ""
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr ""
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr ""
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr ""
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr ""
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr ""
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr ""
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr ""
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr ""
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr ""
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr ""
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr ""
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr ""
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr ""
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr ""
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr ""
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr ""
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr ""
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr ""
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr ""
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr ""
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr ""
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr ""
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr ""
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr ""
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr ""
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr ""
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr ""
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr ""
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr ""
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr ""
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr ""
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr ""
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr ""
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr ""
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr ""
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr ""
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr ""
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr ""
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr ""
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr ""
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr ""
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr ""
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr ""
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr ""
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr ""
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr ""
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr ""
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr ""
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr ""
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr ""
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr ""
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr ""
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr ""
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr ""
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr ""
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr ""
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr ""
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr ""
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr ""
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr ""
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr ""
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr ""
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr ""
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr ""
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr ""
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr ""
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr ""
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr ""
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr ""
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr ""
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr ""
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr ""
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr ""
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr ""
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr ""
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr ""
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr ""
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr ""
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr ""
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr ""
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr ""
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr ""
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr ""
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr ""
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr ""
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr ""
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr ""
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr ""
+
+#: language.cpp:4351
+msgid "not used."
+msgstr ""
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr ""
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr ""
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr ""
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr ""
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr ""
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr ""
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr ""
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr ""
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr ""
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr ""
diff --git a/lang/anope.pt_PT.po b/lang/anope.pt_PT.po
new file mode 100644
index 000000000..4a274ad9a
--- /dev/null
+++ b/lang/anope.pt_PT.po
@@ -0,0 +1,12206 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 21:02-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "Digite /msg %s HELP %s para maiores informações."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S permite que você \"registre\" um nick e evita que outras\n"
+"pessoas o utilizem. Os seguintes comandos permitem o\n"
+"registro e a manutenção dos nicks; para utilizá-los, digite\n"
+"/msg %S comando. Para mais informações sobre um\n"
+"comando específico, digite /msg %S HELP comando."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S permite que você tenha um bot no seu canal.\n"
+"Foi criado para usuários que não tem como hospedar\n"
+"ou configurar um bot, ou para Redes que não permitem\n"
+"aos usuários terem um bot. Os comandos disponíveis \n"
+"estão listados abaixo; para usá-los, digite\n"
+"/msg %S comando. Para informações mais específicas\n"
+"sobre um comando, digite /msg %S HELP comando."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S permite que você registre e controle vários\n"
+"aspectos do canal. %S pode prevenir o \"take over\"\n"
+"do canal por usuários maliciosos, limitando quem possui\n"
+"o privilégio de OP do canal. Os comandos disponíveis\n"
+"estão listados abaixo; para usá-los, digite\n"
+"/msg %S comando. Para mais informações sobre\n"
+"um comando específico, digite /msg %S HELP comando."
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S é um serviço que permite aos usuários de IRC\n"
+"enviar curtas mensagens a outros usuários, mesmo\n"
+"que eles estejam conectados no momento ou não; ou\n"
+"a canais(*). Ambos, destinatários e remetentes,\n"
+"devem possuir seus nicks (ou canais) registrados para\n"
+"que possam enviar uma mensagem (memo).\n"
+"Os comandos do %S são:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s alterou o Nível do DEFCON para %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s adicionado à lista de AOP do %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s adicionado à lista de HOP do %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s adicionado à lista de SOP do %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s adicionado à lista de VOP do %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s adicionado à lista de acesso do %s com o nível %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s adicionado à lista de akick do %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s adicionado na lista de palavrões do %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s adicionado à lista de AKILL."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s adicionado à lista de SNLINE."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s adicionado à lista de SQLINE."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s adicionado à lista de SZLINE."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s adicionado em sua lista de acesso."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s já existe na lista de palavrões do %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s já existe na lista de akick do %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s já se encontra na lista de AKILL."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s já existe na lista de EXCEPTION."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s já existe na lista de SNLINE."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s já existe na lista de SQLINE."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s já existe na lista de SZLINE."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s não pode ser colocado como tempo para ban."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s alterou seus modos de usuário."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista de canais do %s:\n"
+"Nome Usuários Tópico"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s deletado da lista de AOP do %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s deletado da lista de HOP do %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s deletado da lista de SOP do %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s deletado da lista de VOP do %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s removido da lista de acesso do %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s removido da lista de akick do %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s removido da lista de palavrões do %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s removido da lista de limite de sessões."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s removido da lista de AKILL."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s removido da lista de SNLINE."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s removido da lista de SQLINE."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s removido da lista de SZLINE."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s removido da sua lista de acesso."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s desabilitado no canal %s."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s possui muitos canais registrados."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s já está coberto pelo AKILL %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s não é um ban válido."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s não é um bot válido ou um canal registrado."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s não é um endereço de e-mail válido."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s não está mais sempre ativo no canal %s."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s não está atualmente no canal %s."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s está agora sempre ativo no canal %s."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s combina com uma Except no %s e não pode ser banido até que a Except sejá "
+"removida."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s movido para a lista de AOP do %s."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s movido para a lista de HOP do %s."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s movido para a lista de SOP do %s."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s movido para a lista de VOP do %s."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "Nick %s não encontrado na lista de AOP do %s."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "Nick %s não encontrado na lista de HOP do %s."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "Nick %s não encontrado na lista de SOP do %s."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "Nick %s não encontrado na lista de VOP do %s."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s não foi encontrado na lista de acesso do %s."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s não encontrado na lista de akick do %s."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s não foi encontrado na lista de palavrões do %s."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s não encontrado na lista de Limite de Sessões."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s não encontrado na lista de limite de sessões."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s não encontrado na lista de AKILL."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s não encontrado na lista de SNLINE."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s não encontrado na lista de SQLINE."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s não foi encontrado na lista de SZLINE."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s não foi encontrado em sua lista de acesso."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista de usuários do %s:\n"
+"Nick Máscara"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s não será mais ignorado."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s agora será ignorado por %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s agora será permanentemente ignorado."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Aviso: Todos os comandos enviados para o %S são gravados!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Atenção: Os services estão no modo somente leitura; as mudanças não serão "
+"salvas!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Lembrete: As máscaras de AKILL não devem conter o nick; tenha certeza de que "
+"você não incluiu o nick na máscara."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr ""
+"Lembrete: você pode apenas adicionar endereços de IP para a lista de SZLINE."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Níveis de Acesso do Usuário\n"
+"\n"
+"Por padrão, os seguintes níveis de acesso são definidos:\n"
+"\n"
+" Founder Acesso total às funções do %S; OP automático\n"
+" quando entrar no canal. Note que somente uma\n"
+" pessoa pode ter o status fundador (isto não pode\n"
+" ser dado usando o comando ACCESS).\n"
+"  10 Acesso ao comando AKICK; OP automático.\n"
+"  5 OP automático.\n"
+"  3 Voice automático.\n"
+"  0 Sem privilégios especiais; pode se tornar OP\n"
+" através de outros OPs (a menos que secure-ops\n"
+" esteja ativada).\n"
+"  <0 Não pode ser OP.\n"
+"\n"
+"Esses níveis podem ser mudados, ou adicionar novos, usando o\n"
+"comando LEVELS; digite /msg %S HELP LEVELS para informações."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Atenção: Você ultrapassou seu número máximo de memos (%d). Não será possível "
+"receber novos memos enquanto você não apagar alguns."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Atenção: Você atingiu seu número máximo de memos (%d). Não será possível "
+"receber novos memos enquanto você não apagar alguns."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[Auto-Memo] O memo que você enviou foi lido."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[Auto-Memo] O memo que você enviou para %s foi lido."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"NOTA: Este serviço tem a intenção de prover um modo para\n"
+"que usuários do IRC não tenham sua identidade comprometida.\n"
+"Isto NÃO é voltado para facilitar \"roubo\" dos nicks ou\n"
+"outras atitudes mau intencionadas. O abuso do %S\n"
+"resultará em, no mínimo, perda do(s) nick(s) abusivo(s). "
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Os Administradores dos Services podem também usar o comando\n"
+"DROP mesmo sem se identificarem como donos do canal, e podem\n"
+"também ver as listas de acesso, AKICK, e níveis de qualquer\n"
+"canal."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Os Administradores dos Services podem ainda usar o DROP em qualquer nick\n"
+"sem ser necessário se identificar como dono dele, e podem ver a lista de\n"
+"acesso de qualquer nick (/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Opções: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vHost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " vHost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Nick do bot: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Nick do bot: nenhum associado no momento."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Opções: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Kick por Caps: %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Kick por Caps: %s (%d kick(s) para banir; mínimo %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Kick por Caps: %s (mínimo %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Fundador: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Fundador: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Opções: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Tipo de ban: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kick por negrito: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kick por negrito: %s (%d kick(s) para banir)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Kick por flood: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Kick por flood: %s (%d kick(s) para banir; %d linhas em %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Kick por flood: %s (%d linhas em %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Máscara: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Kick por cores: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Kick por cores: %s (%d kick(s) para banir)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expira em: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Último uso: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Trava de modo: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Kick por repetição: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Kick por repetição: %s (%d kick(s) para banir; %d vezes)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Kick por repetição: %s (%d vezes)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Sucessor: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Sucessor: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspenso: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Último tópico: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Registrado: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (desabilitado)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (founder apenas)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Modifica a lista de endereços autorizados"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Modifica a lista de usuários privilegiados"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+" ACT Faz com que o bot faça o mesmo que o comando \"/me\""
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Faz a manutenção da Lista de Autokick"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Manipula a lista de AKILL"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Lista todos os canais nos quais você tem acesso"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Modifica a lista de AOP (AutoOP) de um canal"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr " ASSIGN Associa um bot ao canal"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr " BADWORDS Configura os palavrões"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bane o nick selecionado em um canal"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE Ajusta como os Services devem fazer o ban"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr " BOT Mantém a lista de bots da Rede"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr " BOTLIST Lista os bots disponíveis"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Cancela o último memo enviado por você"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL todos os usuários de um canal específico"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Lista todos os canais em uso na Rede"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Verifica se o último memo enviado para um nick foi lido"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Diz ao ChanServ para remover certos ajustes de um canal"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Limpa os modos de um canal"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirma um código de autorização do NickServ"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Criado: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipula o sistema DefCon"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Retira o status de HalfOP de um nick no canal"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Deleta o vHost de outro usuário"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Apaga a(s) mensagem(ns)"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Deleta o vHost de todos os nicks de um grupo"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Retira o status de OP de um nick no canal"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Retira seu status de Owner no canal"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Desprotege um determinado nick no canal"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Ajusta a descrição do canal"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Retira o status de Voice de um nick no canal"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Mostra o seu grupo nos Services"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Cancela o registro de um canal"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Cancela o registro de um nick"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Descrição: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Associa um endereço de e-mail ao seu nick"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Ajusta a mensagem que deve ser mandada\n"
+" aos usuários quando eles entram no canal"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Modifica a lista de limite de sessões"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Previne um canal de ser registrado/usado"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Previne um nick de ser usado ou registrado"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Ajusta o fundador do canal"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Encontra e retorna todos os usuários que se\n"
+" registraram usando o email fornecido"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Retorna a key (do modo +k) do canal fornecido"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Recupera a senha de um canal"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr " GETPASS Recupera a senha de um determinado nick"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr ""
+" GHOST Termina uma sessão \"fantasma\" de IRC que esteja usando seu "
+"nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lista todos os nicks do seu grupo"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Envia uma mensagem para todos usuários"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Associa uma mensgem de entrada ao seu nick"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr ""
+" GROUP Sincroniza um mesmo vHost para todos os nicks de um grupo"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Se junta a um grupo"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Mensagem de entrada: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Atribui status de HalfOP a um nick no canal"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Esconde certas informações sobre seu nick"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Modifica a lista de HOP (HalfOP) de um canal"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Identifica seu nick com sua senha"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modifica a lista de ignorados dos Services"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+" INFO Permite que você veja informações do BotServ sobre um "
+"canal ou bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Mostra informações sobre algum nick registrado"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Mostra informações sobre algum canal registrado"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Exibe informações sobre suas mensagens"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Jupa um servidor"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC Mantem o tópico quando o canal não está em uso"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr " KICK Configura os kickers"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Kicka um usuário de um canal"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicka (expulsa) um nick de um canal"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Ativa/Desativa a proteção de kill para o seu nick"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Derruba todos os usuários de um mesmo host"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Ajusta a linguagem dos Services quando\n"
+" mensagens são enviadas à você"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Redefine os níveis de acesso"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Exibe uma ou mais entradas de vHost"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST Lista todos os nicks registrados que combinam com o padrão "
+"fornecido"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lista todos os canais registrados que combinam com o padrão "
+"fornecido"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Lista suas mensagens"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr " LOGONNEWS Define mensagens a serem mostradas na conexão"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverte o efeito do comando IDENTIFY"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Liga ou desliga a trava dos modos do canal"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Muda o modo de um canal"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Informação sobre um módulo carregado"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Lista os módulos carregados"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Carrega um módulo"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Descarrega um módulo"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Altera o método de comunicação dos Services"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Remove temporariamente todas as O:lines de um \n"
+" servidor remotamente"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Desativa seu vHost associado"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Dá flags de Operador a um determinado usuário"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Ativa seu vHost associado"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Atribui status de OP a um nick no canal"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Define mensagens a serem mostradas a quem pega Oper"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE Envia uma notice quando os comandos OP/DEOP são usados"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Concede-lhe status de Owner no canal"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Opções: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Ajusta a senha do seu nick"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE Regula o uso de comandos críticos"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE Esconde o canal do comando LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE Previne seu nick de aparecer em um /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protege um determinado nick no canal"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Termina os Services sem salvar os dados"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr " RANDOMNEWS Define mensagens a serem mostradas ao azar na conexão"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Lê a(s) mensagem(ns)"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Derruba usuário que esteja usando seu nick"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Registra um canal"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Registra um nick"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr " RELEASE Retoma a custódia do seu nick após um RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Recarrega o arquivo de configuração dos Services"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Reenvia um código de autorização do NickServ"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Salva os dados e reinicia os Services"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Acesso restrito ao canal"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Envia um memo e pede uma confirmação de leitura"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Kick por reversos: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Kick por reversos: %s (%d kick(s) para banir)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+" SAY Faz com que o bot diga determinado texto no canal dado"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE Ativa os recursos de segurança do %S"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Ativa/Desativa os recursos de segurança para o seu nick"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER Controle rigoroso do status de Fundador do Canal"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Controle rigoroso do status de OP"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Envia uma mensagem para um nick ou para um canal"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Envia um memo para todos os usuários registrados"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Esqueceu sua senha? Tente isto"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Mostra a lista de sessões de host"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr " SET Configura as opções do bot"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Ajusta o vHost de outro usuário"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Configura várias opções globais dos Services"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Ajusta as opções e informações do canal"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Ajusta opções, incluindo proteção de kill"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Ajusta opções relacionadas às mensagens"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Ajusta o vHost de todos os nicks de um grupo"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Termina os Services salvando os dados"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK Assinatura dos kicks feitos pelo comando KICK"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Manipula a lista de SNLINE"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Modifica a lista de SOP (SuperOP) de um canal"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Manipula a lista de SQLINE"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr ""
+" STAFF Exibe os membros da Staff dos Services e seu status online"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Envia um memo para todos os opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Mostra estatísticas dos Services e da Rede"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Fornece o atual nível de acesso de um usuário em um canal"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Retorna o status do owner de um determinado nick"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Ajusta o sucessor do canal"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Previne um canal de ser registrado/usado,\n"
+" preservando os dados do canal e suas configurações"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspende o nick fornecido"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Força a mudança do nick de um usuário"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Manipula a lista de SZLINE"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Modifica o tópico de um canal"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK O tópico pode ser mudado apenas com o comando TOPIC"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Altera os modos de um usuário"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr " UNASSIGN Desassocia um bot de um canal"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Libera um canal suspenso"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Libera o nick fornecido"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr " UPDATE Salva os dados atuais dos Services"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Atualiza seu status atual, ou seja, verifica novos memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Lista todos os usuários online na Rede"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr " Usado em: %d canal(is)"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Atribui status de Voice a um nick no canal"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Modifica a lista de VOP (VOicePeople) de um canal"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Altera o sistema de privilégio de usuário"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expira em %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Kick por palavrão: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Kick por palavrão: %s (%d kick(s) para banir)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Está online em: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Último horário visto: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Tópico por: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s %s"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Mensagem de entrada: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " RealName: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Hora de registro: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr " Kick por sublinhado: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr " Kick por sublinhado: %s (%d kick(s) para banir)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Núm Remetente Data/Hora"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vHost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vHost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, fuzzy, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (por %s em %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (por %s em %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (stuck) (por %s em %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (por %s em %s; %s)\n"
+" Limite: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s por %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Comandos do %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d módulos carregados."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bots disponíveis."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d dias"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d horas"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d minutos"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "%d nicks no grupo."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d segundos"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "Lista de AOP do canal %s está vazia."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "Lista de HOP do canal %s está vazia."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "Lista de SOP do canal %s está vazia."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "Lista de VOP do canal %s está vazia."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "Lista de acesso do canal %s está vazia."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "Lista de akick do %s vazia."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "Lista de palvrões do %s está vazia."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s não pode ser o successor do canal %s porque ele é o founder."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s não pode receber memos."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "Máscara %s é muito grande; por favor seja mais específico."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s possui atualmente %d memos, dos quais %d não foram lidos."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s possui atualmente %d memos, dos quais 1 não foi lido."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s possui atualmente %d memos."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s possui atualmente %d memos; dos quais nenhum foi lido."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s possui atualmente 1 memo, e ainda não foi lido."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s possui atualmente 1 memo."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s não possui nenhum memo atualmente."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s possui muitos memos atualmente e não pode receber mais nenhum."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s não possui limite de memos."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s não possui memos."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s não possui novos memos."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s é %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s não está conectado no momento."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s está online neste momento."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s está desativada"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s está ativada"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s não é mais um Super-Admin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s não é notificado de novos memos."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s é notificado de novos memos quando conecta e quando eles são enviados."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s é notificado de novos memos quando conecta."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s é notificado de novos memos quando eles são enviados."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s é agora um Super-Admin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s está no canal neste momento (como %s) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s está no canal neste momento!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s foi visto aqui pela última vez %s atrás."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s não irá mais notificá-lo de novos memos."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr ""
+"%s irá agora notificá-lo de novos memos quando eles lhe forem enviados."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s irá agora notificá-lo de novos memos quando você conectar, quando eles "
+"lhe forem enviados ou quando desativar o /AWAY."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s irá agora notificá-lo de novos memos quando você conectar ou quando "
+"desativar o /AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) adicionado à lista de bots."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "Limite de memos para %s é de %d, e não pode ser alterado."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "Limite de memos para %s é de %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILLA quaisquer novos clientes conectando"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Força os Modos de Canal (%s) a serem setados em todos os canais"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignora quaisquer não-opers com mensagem"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Killa quaisquer NOVOS clientes conectando"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Impedida a mudança de MLOCK"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Impedido o registro de novos canais"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Impede o envio de novos memos"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Impedido o registro de novos nicks"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Silenciosamente ignora não-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Usa o limite de sessões reduzido de %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 dia"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 hora"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 minuto"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 segundo"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<desconhecido>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "Uma mensagem global foi enviada a todos os usuários registrados."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Um memo de notificação foi enviado para %s informando que você leu seu memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"O passcode foi enviado para %s, por favor digite /msg %s confirm <passcode> "
+"para completar o registro."
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "O Ident de um vhost deve estar no formato de um Ident válido."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Erro! Um vhost pode conter apenas A-Z, a-z, 0-9, '.' e '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nível] | lista-entradas]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [máscara]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT canal texto"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK canal {ADD|STICK|UNSTICK|DEL|LIST|VIEW|ENFORCE|CLEAR} [nick-ou-"
+"máscara] [motivo]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE para %s terminado; %d usuários afetados."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "A lista de AKILL está vazia."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} [motivo]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nick"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista de AOP para %s:\n"
+" Núm Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN canal nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Acesso Negado."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Acesso negado."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Nível de acesso para %s no %s alterado para %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Nível de acesso para %s no %s não alterado %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "O nível de acesso deve ser entre %d e %d inclusive."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "O nível de acesso deve ser diferente de zero."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Opções de nível de acesso para o canal %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Níveis de acesso para o %s redefinidos para o padrão."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Lista de acesso para %s está vazia."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Lista de acesso para %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Lista de acesso para %s:\n"
+" Num Nív Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Lista de acesso:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Adicionado novo logon news (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Adicionado novo OperNews (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Adicionada novo item RandomNews (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Todas as O:lines do servidor %s foram removidas."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Todas as O:lines do servidor %s foram resetadas."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Todos os bans do canal %s foram removidos."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Todos os excepts do canal %s foram removidos."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Todos os Invites do canal %s foram removidos."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Todos os logon news foram removidos."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Todos os memos para o canal %s foram apagados."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Todos os modos foram removidos do canal %s."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Todos os modos no canal %s foram removidos."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Todos os seus memos foram apagados."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Todos os OperNews foram removidos."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Todos os itens RandomNews deletados."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Todos os usuários foram kickados do canal %s."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Todos os vhost's no grupo %s foram ajustados para %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Todos os vhost's no grupo %s foram ajustados para %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Permitido usar o comando (DE)HALFOP em si mesmo"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Permitido usar o comando (DE)OP em si mesmo"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Permitido usar o comando (DE)PROTECT em si mesmo"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Permitido usar o comando (DE)VOICE em si mesmo"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Permitido associar/desassociar um bot a/de um canal"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Permitido o uso do comando BAN em si mesmo"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Permitido usar o comando KICK em si mesmo"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Permitido listar/ler memos do canal"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Permitido modificar a lista de acesso"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Permitido o uso do comando AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Permitido o uso do comando BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Permitido o uso do comando BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Permitido o uso do comando CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Permitido o uso do comando GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Permitido o uso dos comandos HALFOP/DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Permitido o uso do comando INFO com a opção ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Permitido o uso do comando INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Permitido o uso do comando KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Permitido o uso do comando OP/DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Permitido o uso dos comandos PROTECT/DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Permitido o uso dos comandos SAY e ACT"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Permitido o uso do comando SET (não inclui as opções FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Permitido o uso do comando TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Permitido o uso do comando UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Permitido o uso dos comandos VOICE/DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Permitido o uso do comando FANTASY de bots"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Permitido visualizar a lista de acesso"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Lista de akick para %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Modo +o automático"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Modo +a automático"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Modo +h automático"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Modo +v automático"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS canal {ADD|DEL|LIST|CLEAR} [palavra | lista] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE nickantigo nicknovo [user [host [real]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Lista de palavrões do %s:\n"
+" Núm Palavra Tipo"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Lista de palavrões está agora vazia."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Tipo de ban para o canal %s é agora #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Modos binários e bans removidos do canal %s."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Bot %s já existe."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Bot %s não existe."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Bot %s foi associado ao canal %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Bot %s foi alterado para %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Bot %s foi removido."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s já está associado ao canal %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot irá kickar OPs no canal %s."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot irá kickar voices no canal %s."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot não irá kickar OPs no canal %s."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot não irá kickar voices no canal %s."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "O Host do bot deve conter apenas caracteres válidos a Hosts."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "A Identd do bot deve conter apenas caracteres válidos."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "O Nick do bot deve conter apenas caracteres válidos a Nicks."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Bot não está no canal %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Lista de bots:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"O bot irá entrar no canal sempre que tiver ao menos %d usuário(s) nele."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"O bot irá agora kickar por palavrões, e irá setar um ban \n"
+"após %d kicks no mesmo usuário. Use o comando BADWORDS\n"
+"para adicionar ou remover um palavrão."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"O bot irá agora kickar por palavrões. Use o comando\n"
+"BADWORDS para adicionar ou remover um palavrão."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por negritos, e irá setar um ban \n"
+"após %d kicks no mesmo usuário."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "O bot irá agora kickar por negritos."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por caps (deve ter no mínimo\n"
+"%d caracteres e %d%% na mensagem inteira), e irá setar\n"
+"um ban após %d kicks no mesmo usuário."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"O bot irá agora kickar por caps (deve ter no mínimo\n"
+"%d caracteres e %d%% na mensagem inteira)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por cores, e irá setar um ban após %d \n"
+"kicks no mesmo usuário."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "O bot irá agora kickar por cores."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por flood (%d linhas em %d segundos), e \n"
+"setar um ban após %d kicks no mesmo usuário."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "O bot irá agora kickar por flood (%d linhas em %d segundos)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por repetição (usuários que escreverem\n"
+"%d vezes a mesma coisa), e irá setar um ban após %d \n"
+"kicks no mesmo usuário."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"O bot irá agora kickar por repetição (usuários que escreverem\n"
+"%d vezes a mesma coisa)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por reversos, e irá setar um ban após %d \n"
+"kicks no mesmo usuário."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "O bot irá agora kickar por reversos."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"O bot irá agora kickar por sublinhados, e irá setar um ban após %d \n"
+"kicks no mesmo usuário."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "O bot irá agora kickar por sublinhados."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "O bot não irá mais kickar por palavrões."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "O bot não irá mais kickar por negritos."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "O bot não irá mais kickar por caps."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "O bot não irá mais kickar por cores."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "O bot não irá mais kickar por flood."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "O bot não irá mais kickar por repetição."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "O bot não irá mais kickar por reversos."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "O bot não irá mais kickar por sublinhados."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d registros, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Bots reservados aos Operadores de IRC:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Bytes lidos : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Bytes escritos: %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | canal}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+tempo] {#canal} [motivo]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nick"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR canal opção"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES canal[ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr ""
+"Impossível fazer logout em %s porque ele é um Administrador dos Services."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Não foi possível enviar e-mail agora; tente novamente mais tarde."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d registros, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Modos do usuário %s alterados."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "O canal %s não existe."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "O canal %s foi desregistrado."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Canal %s foi bloqueado por %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "O canal %s já está registrado!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Canal %s está agora bloqueado."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Canal %s está agora liberado."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Canal %s está agora suspenso."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "O canal %s não está registrado."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "O canal %s não pode ser registrado ou usado."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "O canal %s não pode ser registrado."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "O canal %s está registrado sob seu nick: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Canais : %6d registros, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "O canal %s irá expirar."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "O canal %s não irá expirar."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Lista de AOP do canal %s foi limpa."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Lista de HOP do canal %s foi limpa."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Lista de SOP do canal %s foi limpa."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Lista de VOP do canal %s foi limpa."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Lista de acesso do canal %s apagada."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Lista de akick do canal %s foi limpa."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Lista de AOP do canal só pode conter nicks registrados."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Lista de HOP do canal só pode conter nicks registrados."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Lista de SOP do canal só pode conter nicks registrados."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"SQLINEs de canal não são suportadas por este IRCd, então você não pode usá-"
+"las."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Lista de VOP do canal só pode conter nicks registrados."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "A lista de acesso do canal deve conter apenas nicks registrados."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Lista de canais:\n"
+"Nome Usuários Tópico"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Modo -o automático"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canais nos quais %s tem acesso:\n"
+" Núm Canal Nível Descrição "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Canais nos quais você tem acesso:\n"
+" Núm Canal Nível Descrição"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Não foi possível encontrar o nick %s."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Não foi possível bloquear o canal %s!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Não foi possível bloquear o nick %s!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Impossível liberar canal %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Impossível liberar o nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Impossível suspender o nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Impossível suspender o canal %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Lista de AKILL atual:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista de AKILL atual:\n"
+" Núm Máscara Motivo"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Lista de Módulos atual:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Lista de SNLINE atual:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista de SNLINE atual:\n"
+" Núm Máscara Motivo"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Lista de SQLINE atual:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista de SQLINE atual:\n"
+" Núm Máscara Motivo"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Lista atual de SZLINE:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Lista atual de SZLINE:\n"
+" Núm Máscara Motivo"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Atual lista de Limite de sessões:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Número atual de AKILLs: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Número atual de SNLINEs: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Número atual de SQLINEs: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Número atual de SZLINEs: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Usuários atuais: %d (%d ops)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [canal] {núm | list | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP canal"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Tempo atual de expiração de akill: %d dias"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Tempo atual de expiração de akill: %d horas"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Tempo atual de expiração de akill: %d minutos"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Tempo atual de expiração de akill: 1 dia"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Tempo atual de expiração de akill: 1 hora"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Tempo atual de expiração de akill: 1 minuto"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Tempo atual de expiração de akill: Não expira"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Tempo atual de expiração de SNLINE: %d dias"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Tempo atual de expiração de SNLINE: %d horas"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Tempo atual de expiração de SNLINE: %d minutos"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Tempo atual de expiração de SNLINE: 1 dia"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Tempo atual de expiração de SNLINE: 1 hora"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Tempo atual de expiração de SNLINE: 1 minuto"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Tempo atual de expiração de SNLINE: Não expira"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Tempo atual de expiração de SQLINE: %d dias"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Tempo atual de expiração de SQLINE: %d horas"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Tempo atual de expiração de SQLINE: %d minutos"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Tempo atual de expiração de SQLINE: 1 dia"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Tempo atual de expiração de SQLINE: 1 hora"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Tempo atual de expiração de SQLINE: 1 minuto"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Tempo atual de expiração de SQLINE: Não expira"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Tempo atual de expiração de SZLINE: %d dias"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Tempo atual de expiração de SZLINE: %d horas"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Tempo atual de expiração de SZLINE: %d minutos"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Tempo atual de expiração de SZLINE: 1 dia"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Tempo atual de expiração de SZLINE: 1 hora"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Tempo atual de expiração de SZLINE: 1 minuto"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Tempo atual de expiração de SZLINE: Não expira"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "Deletadas %d entradas da lista de AOP do %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "Deletadas %d entradas da lista de HOP do %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "Deletadas %d entradas da lista de SOP do %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "Deletadas %d entradas da lista de VOP do %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "Removidas %d entradas da lista de acesso do %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "Removidas %d entradas da lista de akick do %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "Removidas %d entradas da lista de palavrões do %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Removidas %d entradas da lista de limite de sessões."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Removidas %d entradas da lista de AKILL."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Removidas %d entradas da lista de SNLINE."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Removidas %d entradas da lista de SQLINE."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Removidas %d entradas da lista de SZLINE."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "Deletada 1 entrada da lista de AOP do %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "Deletada 1 entrada da lista de HOP do %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "Deletada 1 entrada da lista de SOP do %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "Deletada 1 entrada da lista de VOP do %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "Removida 1 entrada da lista de acesso do %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "Removida 1 entrada da lista de akick do %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "Removida 1 entrada da lista de palavrões do %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Removida 1 entrada da lista de limite de sessões."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Removida 1 entrada da lista de AKILL."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Removida 1 entrada da lista de SNLINE."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Removida 1 entrada da lista de SQLINE."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Removida 1 entrada da lista de SZLINE."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "Descrição do canal %s alterada para %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Exibidos todos os registros (Contador: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Exibidos registros de %d até %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Exibidos registros coincidindo com a chave %s (Contador: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Não use negritos neste canal!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Não use cores neste canal!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Por favor não use reversos no canal!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Não use a palavra %s neste canal!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Não use sublinhados neste canal!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "E-mail alterado para %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail do canal %s alterado para %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail do canal %s removido."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "E-mail removido."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "E-mail para %s é inválido."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+tempo] máscara limite motivo"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {máscara | lista}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE núm posição"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parâmetros]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "O nick %s usa o E-mail %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Fim da lista de %s."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Fim da lista de acesso."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Fim da listagem."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Fim da listagem - %d/%d resultados mostrados."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Fim da listagem - %d/%d resultados mostrados."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Fim da listagem."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Português"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Mensagem de entrada para o canal %s alterada."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Mensagem de entrada para o canal %s removida."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Erro! O Ident é muito comprido, por favor use um Ident de até %d caracteres."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Erro! O host é muito comprido, por favor use um host de até %d caracteres."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Sessão para %s (#%d) alterada para a posição %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exceção para %s foi atualizada para %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr " Expira em: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Tempo de expiração para %s alterado."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID canal motivo"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID canal [motivo]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nick motivo"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nick [motivo]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantasia"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Modo Fantasia está agora DESATIVADO no canal %s."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Modo Fantasia está agora ATIVADO no canal %s."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Founder do canal %s alterado para %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@emailhost Não use coringas!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY canal"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nick"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "Comando GETPASS não disponível: modo de encriptação ativado."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nick [senha]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL mensagem"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP alvo senha"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Seu nick foi derrubado e pode ser usado."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Mensagem de entrada"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Mensagem de entrada alterada para %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Mensagem de entrada"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Mensagem de entrada removida."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Modo mensagem de entrada está agora DESATIVADO no canal %s."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Modo mensagem de entrada está agora ATIVADO no canal %s."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista de HOP para %s:\n"
+" Núm Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d registros, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Hosts com pelo menos %d sessões:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Eu não sei quem é %s."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "Eu nunca vi %s neste canal."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY senha"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [tempo] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO canal"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [canal]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | canal]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {canal | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE canal"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Se você não mudar seu nick em 20 segundos, eu irei mudá-lo."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Se você não mudar seu nick em 1 minuto, eu irei mudá-lo."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Opção IGNORE será usada."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Opção IGNORE não será usada."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Lista de Ignore foi apagada."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Lista de Ignore dos Services vazia."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Para usar este comando, você deve primeiro se identificar\n"
+"com sua senha (/msg %S HELP IDENTIFY para maiores\n"
+"informações).\n"
+"\n"
+"Digite /msg %S HELP SET opção para maiores informações\n"
+"sobre um comando específico."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Informações do bot %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Informações do canal %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Erro interno - não foi possível processar seu pedido."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Tempo de expiração inválido."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Máscara inválida. Apenas máscaras (hosts) são válidas como exceções aos "
+"limites de sessões. Nick ou username não são válidos."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Um passcode inválido foi digitado, por favor verifique o e-mail e tente "
+"novamente"
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Limite de sessão inválida. O limite deve ser um número inteiro maior ou "
+"igual a zero e menor que %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "Número inválido. Deve ser um número inteiro maior que 1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE servidor [motivo]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK canal opções {ON|OFF} [configurações]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK canal usuário motivo"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nível]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST opções"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST opções [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [canal] [list | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [texto|núm]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Linguagem alterada para Português."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Último memo enviado para %s foi cancelado."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr "Última mensagem de saída: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr " Último endereço visto: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Nível para %s no canal %s alterado para %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "O nível deve ser entre %d e %d inclusive."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Este comando não tem utilidade neste modo."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Lista de entradas com %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Lista de nicks no grupo %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Lista de nicks no grupo:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Canais locais não podem ser registrados."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Logon news removido #%d."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Logon news não encontrado #%d!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Logon News itens:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Procurando por si mesmo %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE canal modos"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO NomeDoArquivo"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD NomeDoArquivo"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD NomeDoArquivo"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Máscara %s já presente na lista de limite de sessões."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "A máscara %s já se encontra em sua lista de acesso."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "A máscara deve ser no formato user@host."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Máximo atingido: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Memo %d não existe!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "Memo %d de %s (%s). Para apagar, digite: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr "Memo %d de %s (%s). Para apagar, digite: /msg %s DEL %s %d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Memo %d foi apagado."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Limite de memos desativado para %s."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Limite de memos para %s é agora de %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Limite de memos para %s é agora de 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Limite de memos muito grande; limitando em %d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Memo enviado para %s."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Memos %s foram apagados."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "Memos para %s. Para ler, digite: /msg %s READ núm"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "Memos para %s. Para ler, digite: /msg %s READ %s núm"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Modo mensagem"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Modo %c ignorado porque você não pode travá-lo."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Modo +h foi retirado do canal %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Modo +o foi retirado do canal %s."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Modo +v foi retirado do canal %s."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Modo MLOCK no canal %s alterado para %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Módulo %s carregado"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Módulo %s descarregado"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Módulo: %s Versão: %s Autor: %s Carregado: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Módulo: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} servidor"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "Nicks NS : %6d registros, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "Grupos NS : %6d registros, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Nunca ser kickado pelos motivos dos Kickers do bot"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Novo memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "Novos memos para %s. Para ler, digite: /msg %s READ núm"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "Novos memos para %s. Para ler, digite: /msg %s READ %s núm"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Lista de logon news está cheia!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Nick %s foi bloqueado por %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s é um nick ilegal e não pode ser usado."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s está atualmente em uso."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Nick %s está agora bloqueado."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s é parte dos Services desta Rede."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Nick %s não está em uso no momento."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Nick %s não está sendo usado."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Nick %s não está registrado."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Nick %s não pode ser registrado ou usado."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s não encontrado na lista de Ignore."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s foi truncado para %d caracteres."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "O nick %s não possui nenhum memo seu."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "O nick %s foi desconectado."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s está atualmente suspenso."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s foi liberado."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s foi suspendido."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NÃO registrado, por favor tente novamente mais tarde."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nick %s confirmado"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "O nick %s foi desregistrado."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "O nick %s já está registrado!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "O nick %s não pode ser registrado."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "O nick %s foi registrado em sua conta: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nick %s registrado."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Registro de nick (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Senha do nick (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Nicks que não estejam mais sendo usados estão sujeitos \n"
+"a expirarem automaticamente, ou seja, eles serão apagados\n"
+"após %d dias sem serem usados."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Não foi encontrado \"#\" em frente ao nome do canal."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Modo NOBOT está agora DESATIVADO no canal %s."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Modo NOBOT está agora ATIVADO no canal %s."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Nenhum email listado para %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Sem bot"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Nenhuma ajuda disponível para %s."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Nenhuma informação sobre o módulo %s está disponível."
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Nenhum logon news para remover!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Resultado não encontrado na lista de AOP do %s."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Resultado não encontrado na lista de HOP do %s."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Resultado não encontrado na lista de SOP do %s."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Resultado não encontrado na lista de VOP do %s."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Resultado não encontrado na lista de acesso do %s."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Nenhum resultado encontrado na lista de akick do %s."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Nenhum resultado correspondente encontrado na lista do %s."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "Nenhum resultado encontrado na lista de limite de sessões."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Nenhum resultado equivalente na lista de AKILL."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Nenhum resultado equivalente na lista de SNLINE."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Nenhum resultado equivalente na lista de SQLINE."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Nenhum resultado equivalente na lista de SZLINE."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Nenhum memo encontrado."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Nenhum memo foi cancelado."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Nenhum memo apagado."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Nenhum módulo carregado atualmente."
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Nenhum OperNews para remover!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Nenhum item RandomNews para deletar!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Sem motivo"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Sem assinatura no kick quando a opção SIGNKICK LEVEL estiver em uso"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Entrada (#%d) não encontrada na lista de AOP do %s."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Entrada (#%d) não encontrada na lista de HOP do %s."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Entrada (#%d) não encontrada na lista de SOP do %s."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Entrada (#%d) não encontrada na lista de VOP do %s."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Nenhuma entrada com (#%d) encontrada na lista de acesso do %s."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Nenhuma entrada com (#%d) na lista de akick do %s."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "Entrada não encontrada (#%d) na lista de palavrões do %s."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "Nenhuma entrada equivalente (#%d) na lista de limite de sessões."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "Nenhuma"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Entrada no canal não permitida"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Note que qualquer canal não utilizado por %d dias\n"
+"(entenda como se nenhum usuário da lista de acesso\n"
+"desse canal entrar neste período de tempo) terá\n"
+"automaticamente cancelado o seu registro."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Núm Limite Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "Op-notice"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [texto|núm]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "A informação antiga é igual a nova."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Nível Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Apenas Super-Admins podem usar este comando."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Opção Op-notice para %s está agora DESATIVADA."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Opção Op-notice para %s está agora ATIVADA."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "OperNews removido #%d."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "OperNews não encontrado #%d!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Oper News itens:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d registros, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "As Operflags %s foram adicionadas para %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Proteção de OPs"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Opção %s não pode ser usada nesta Rede."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Passcode para %s é %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Senha aceita - você está agora reconhecido."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Identificação de senha requerida para usar este comando.\n"
+"Tente novamente após digitar /msg %s IDENTIFY senha."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Identificação de senha requerida para usar este comando.\n"
+"Tente novamente após digitar /msg %s IDENTIFY %s senha."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Senha alterada para %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Senha alterada."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Senha para %s é %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Senha incorreta."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Senha para %s foi enviada."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Paz"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Opção Peace para %s está agora DESATIVADA."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Opção Peace para %s está agora ATIVADA."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr ""
+"Por favor contacte algum Operator para receber um vhost associado a este "
+"nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Por favor tente novamente com uma senha mais difícil. Não use TAB ou espaços."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Por favor, use um nome de servidor válido quando estiver \"jupando\"."
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Por favor use o símbolo # quando tentar registrar"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Por favor aguarde %d segundos e tente novamente."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Por favor espere %d segundos antes de usar o comando GROUP novamente."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr ""
+"Por favor espere %d segundos antes de usar o comando REGISTER novamente."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Por favor aguarde %d segundos antes de usar o comando RSEND novamente."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Por favor aguarde %d segundos antes de usar o comando SEND novamente."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Privado"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Modo Privado do bot %s está agora DESATIVADO."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Modo Privado do bot %s está agora ATIVADO."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Opção Private para %s está agora DESATIVADA."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Opção Private para %s está agora ATIVADA."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Opção PRIVATE está agora DESATIVADA."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Opção PRIVATE está agora ATIVADA."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Proteção"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Proteção de KILL está agora DESATIVADA."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Proteção de KILL está agora ATIVADA, com tempo de espera reduzido."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Proteção de KILL está agora ATIVADA, sem tempo de espera."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Proteção de KILL está agora ATIVADA."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Fornecendo IRCd handler para: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Comando fornecido: //msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [texto|núm]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [canal] {list | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nick [senha]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER canal descrição"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER senha email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER senha [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nick [senha]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | canal} mensagem"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "RandomNews item #%d deletado."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "RandomNews item #%d não encontrado!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Random News itens:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"O primeiro passo do registro deve ter expirado, por favor use /msg %s "
+"register <senha> <email> primeiro."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Acesso restrito"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Opção de acesso restrito para %s está agora DESATIVADA."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Opção de acesso restrito para %s está agora ATIVADA."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY canal texto"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | canal} texto"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nick"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "Comando SENDPASS não disponível: modo de encriptação ativado."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN não definido; não foi possível reiniciar. Rode novamente "
+"o configure e recompile os services para habilitar o comando RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limite"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limite | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET canal opções configurações"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET canal NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET canal PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET canal opções parâmetros"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET canal DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET canal DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET canal FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET canal GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET canal KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET canal NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET canal OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET canal PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET canal PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET canal RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET canal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET canal SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET canal SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET canal SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET canal TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET canal XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET opções parâmetros"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET opção configuração"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE número"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [canal] limite"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [usuário | canal] {limite | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] opções parâmetros"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "A lista de SNLINE está vazia."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista}[:"
+"motivo]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista de SOP para %s:\n"
+" Núm Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "A lista de SQLINE está vazia."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} "
+"[motivo]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Canal %s forbidado"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Canal %s não está registrado"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s não está online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND canal motivo"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND canal [motivo]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nick motivo"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick novonick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "A lista de SZLINE está vazia."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} "
+"[motivo]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Seguro"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Founder Seguro"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "OPs Seguros"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Opção Secure Founder para %s está agora DESATIVADA."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Opção Secure Founder para %s está agora ATIVADA."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Opção Secure OPs para %s está agora DESATIVADA."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Opção Secure OPs para %s está agora ATIVADA."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Opção Secure para %s está agora DESATIVADA."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Opção Secure para %s está agora ATIVADA."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Opção SECURE está agora DESATIVADA."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Opção SECURE está agora ATIVADA."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Segurança"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+"Este serviço está temporariamente desabilitado, por favor tente novamente "
+"mais tarde"
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services deixando de enviar o log."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services estão agora em DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Services estão agora no modo expira."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Services estão agora no modo não expira."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Services estão agora no modo somente leitura."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Services estão agora no modo leitura e gravação."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Services estão agora no modo debug (nível %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Services estão agora no modo debug."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Services não estão mais no modo debug."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services estão enviando o log no canal %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Os services foram configurados para não enviar e-mail."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Lista de Ignore dos Services:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Os Services não conseguiram alterar os modos. Seus servidores estão "
+"configurados corretamente?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Os Services não conseguiram alterar os modos. As U:lines dos seus servidores "
+"estão configuradas corretamente?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Services ativos %d dia, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Services ativos %d dias, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Services ativos %d hora, %d minuto"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Services ativos %d hora, %d minutos"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Services ativos %d horas, %d minuto"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Services ativos %d horas, %d minutos"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Services ativos %d minuto, %d segundo"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Services ativos %d minuto, %d segundos"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Services ativos %d minutos, %d segundo"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Services ativos %d minutos, %d segundos"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Os services irão agora respondê-lo através de mensagens."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Os services irão agora respondê-lo através de notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Arquivos de configuração dos Services foram recarregados."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Seu nick foi derrubado e pode ser usado."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Limite de sessões para %s é agora de %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Opção de limite de sessões desabilitada."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Lista de limite de sessões está cheia!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Sessões : %6d registros, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessões Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Level %s desconhecido. Digite /msg %s HELP LEVELS DESC para uma lista de "
+"Levels válidos."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "Configuração do DEBUG deve ser ON, OFF, ou um número positivo."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "Configuração do IGNORE deve ser ON ou OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+"Configuração do LOGCHAN deve ser ON ou OFF e LogChan deve estar definido."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "Opção NOEXPIRE deve ser ON ou OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "Configuração do READONLY deve ser ON ou OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+"Configuração de SuperAdmin deve ser ON ou OFF (deve estar habilitada no "
+"services.conf)."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Opção Signed Kicks para %s está agora DESATIVADA."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Opção Signed Kicks para %s está agora ATIVADA, mas depende\n"
+"do nível de acesso do usuário que está usando o comando."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Opção Signed Kicks para %s está agora ATIVADA."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Kicks assinados"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Desculpe, OLINE não está disponível nesta rede."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Desculpe, RSEND foi desabilitado nesta rede."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "Desculpe, SNLINE não está disponível nesta Rede."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Desculpe, SQLINE não está disponível nesta rede."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Desculpe, SVSNICK não está disponível nesta rede."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "Desculpe, SZLINE não está disponível nesta Rede."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Desculpe, UMODE não está disponível nesta rede."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Desculpe, mas o comando ASSIGN está temporariamente desativado."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Desculpe, criação do bot falhou."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Desculpe, comando CHANGE temporariamente desativado."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Desculpe, o comando SET está temporariamente desativado."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+"Desculpe, a modificação da lista de AOP está temporariamente desabilitada."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+"Desculpe, a modificação da lista de HOP está temporariamente desabilitada."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+"Desculpe, a modificação da lista de SOP está temporariamente desabilitada."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+"Desculpe, a modificação da lista de VOP está temporariamente desabilitada."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Desculpe, o registro de canais está temporariamente desativado."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Desculpe, o comando AKICK está temporariamente desativado."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Desculpe, o comando BADWORDS está temporariamente desatvado."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Desculpe, o comando DROP está temporariamente desativado."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Desculpe, o comando SET está temporariamente desativado."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Desculpe, o registro de canais está temporariamente desativado."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Desculpe, não foi possível alterar a senha."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Desculpe, o comando GROUP falhou."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Desculpe, a identificação falhou."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr ""
+"Desculpe, as configurações do kicker estão temporariamente desativadas."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Desculpe, o comando CANCEL está temporariamente desativado."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Desculpe, a opção SET está temporariamente desativada."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Desculpe, o envio de memos está temporariamente desabilitado."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Desculpe, o comando DROP está temporariamente desativado."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Desculpe, o comando GROUP está temporariamente desativado."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Desculpe, a opção SET está temporariamente desativada."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Desculpe, registros de nick estão temporariamente desativados."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Desculpe, registro de nick falhou."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Desculpe, você pode ter apenas %d AKILLs."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Desculpe, você pode ter apenas %d entradas de AOP/SOP/VOP em um canal."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Desculpe, você pode ter apenas %d SNLINEs."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Desculpe, você pode ter apenas %d SQLINEs."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Desculpe, você pode ter apenas %d SZLINEs."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Desculpe, você pode ter somente %d entradas em sua lista de acesso."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr ""
+"Desculpe, você pode ter apenas %d entradas na lista de acesso do canal."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Desculpe, você pode ter apenas %d akicks na lista do canal."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Desculpe, você pode ter apenas %d palavrões em sua lista."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Desculpe, você já ultrapassou o limite de %d canais registrados."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "Desculpe, você já alcançou o limite de %d canais registrados."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Resetar estatísticas."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status atualizado (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Pare de floodar!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Pare de ficar repetindo!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Successor do canal %s removido."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Successor do canal %s alterado para %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "Opção SuperAdmin não habilitada no arquivo services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Simbiose"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Modo SYMBIOSIS está agora DESATIVADO no canal %s."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Modo SYMBIOSIS está agora ATIVADO no canal %s."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Sintaxe: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Sintaxe: %s canal BANTYPE tipo-de-ban\n"
+"\n"
+"Seleciona o tipo de ban que será usado sempre que os Services\n"
+"precisarem banir alguém do seu canal.\n"
+"\n"
+"O tipo-de-ban é um número entre 0 e 3 que significa:\n"
+"\n"
+"0: ban na forma *!user@host\n"
+"1: ban na forma *!*user@host\n"
+"2: ban na forma *!*@host\n"
+"3: ban na forma *!*user@*.domain"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Sintaxe: %s canal DESC descrição\n"
+"\n"
+"Ajusta a descrição para o canal, que são mostradas com\n"
+"os comandos LIST e INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Sintaxe: %s canal ENTRYMSG [mensagem]\n"
+"\n"
+"Ajusta a mensagem na qual será enviada via /notice para\n"
+"os usuários quando eles entrarem no canal. Se nenhum\n"
+"parâmetro é fornecido, nenhuma mensagem será enviada\n"
+"ao se entrar no canal."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Sintaxe: %s canal FOUNDER nick\n"
+"\n"
+"Muda o fundador do canal. O novo nick deve estar\n"
+"registrado."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Sintaxe: %s canal KEEPTOPIC {ON|OFF}\n"
+"\n"
+"Ativa ou desativa a opção de retenção de tópico para\n"
+"um canal. Quando a retenção de tópico está acionada,\n"
+"o tópico para o canal será lembrado pelo %S\n"
+"mesmo depois que os usuários deixarem o canal, e será\n"
+"restaurado na próxima vez que o canal for reutilizado."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Sintaxe: %s canal MLOCK modos\n"
+"\n"
+"Ajusta o parâmetro da trava do modo para um canal. O\n"
+"%S permite que você defina certos modos no canal\n"
+"a serem sempre ativo, desativos ou não travados.\n"
+"Os modos podem ser i, k, l, m, n, p, s, S, t\n"
+"entre outros.\n"
+"\n"
+"O parâmetro modos é usado exatamente do mesmo modo\n"
+"que o comando /MODE, ou seja, modos seguidos de + são\n"
+"travados como ativos, e modos seguidos de - são travados\n"
+"como desativos. Note, no entanto, que ao contrário do\n"
+"comando /MODE, cada uso do SET MLOCK irá remover\n"
+"todos os modos anteriormente travados antes de travar\n"
+"os novos.\n"
+"\n"
+"Cuidado: Se você trava uma senha, como no segundo exemplo\n"
+"abaixo, você deveria também ajustar a opção RESTRICTED para\n"
+"o canal (veja HELP SET RESTRICTED), ou qualquer\n"
+"usuário que entrar no canal que está vazio será capaz de ver a senha!\n"
+"\n"
+"Exemplos:\n"
+"\n"
+" SET #canal MLOCK +nt-iklps\n"
+" Trava os modos n e t ativados, e os modos i, k, l, p,\n"
+" e s desligados. Modo m é livremente deixado para ser\n"
+" ativo ou desativo (não travado).\n"
+"\n"
+" SET #canal MLOCK +knst-ilmp minha-senha\n"
+" Trava os modos k, n, s, t como ligados e os modos i,\n"
+" l, m, p como desligados. Também trava a senha do canal\n"
+" como \"minha-senha\".\n"
+"\n"
+" SET #canal MLOCK +\n"
+" Elimina a trava do modos; todos os modos do canal\n"
+" ficam livres para ser ativos ou desativos."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Sintaxe: %s canal OPNOTICE {ON | OFF}\n"
+"\n"
+"Ativa e desativa a opção Op-notice para um canal. Quando\n"
+"Op-notice estiver ativado, o %S enviará uma notice para\n"
+"o canal sempre que os comandos OP ou DEOP forem usados em um\n"
+"usuário no canal."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Sintaxe: %s canal PEACE {ON | OFF}\n"
+"\n"
+"Ativa ou destiva a opção peace para um canal.\n"
+"Quando peace está ativada, um usuário não poderá kickar,\n"
+"banir ou remover os modos no canal de um usuário que tenha\n"
+"nível superior ou igual ao seu via comandos do %S."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Sintaxe: %s canal PRIVATE {ON|OFF}\n"
+"\n"
+"Ativa ou desativa a opção private para um canal. Quando\n"
+"private está ativada, um /msg %S LIST não irá incluir\n"
+"o canal em qualquer listagem."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Sintaxe: %s canal RESTRICTED {ON|OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Sintaxe: %s canal SECURE {ON|OFF}\n"
+"\n"
+"Ativa ou desativa os recursos de segurança do %S\n"
+"para um canal. Quando o SECURE estiver ativo, somente\n"
+"usuários que possuirem seus nicks registrados no %s\n"
+"e identificados com sua senha poderão entrar no canal\n"
+"controlado pela lista de acesso."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Sintaxe: %s canal SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Ativa ou desativa a opção secure founder para um canal.\n"
+"Quando o secure founder está ligado, apenas o verdadeiro founder\n"
+"poderá dar DROP no canal, mudar sua senha, seu founder e seu\n"
+"successor, e não aqueles que estiverem identificados no %S."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Sintaxe: %s canal SECUREOPS {ON|OFF}\n"
+"\n"
+"Ativa ou desativa a opção de segurança de ops para um canal.\n"
+"Quando secure ops estiver ativada, os usuários que não\n"
+"estiverem na lista de acesso não poderão ter o status de OP."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Sintaxe: %s canal SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Habilita ou desabilita a assinatura nos kicks para um\n"
+"canal. Quando o SIGNKICK está habilitado, kicks através\n"
+"do comando %S KICK terão o nick de quem usou o comando\n"
+"no motivo do kick.\n"
+"\n"
+"Se você usar LEVEL, aqueles que tiverem um nível igual ou \n"
+"superior ao nível do SIGNKICK não terão o nick aparecendo no \n"
+"motivo. Veja /msg %S HELP LEVELS para maiores informações. "
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Sintaxe: %s canal SUCCESSOR nick\n"
+"\n"
+"Altera o sucessor de um canal. Se o nick do founder expirar\n"
+"ou for dropado enquanto o canal ainda estiver registrado,\n"
+"o sucessor se tornará o novo founder do canal.\n"
+"No entanto, se o sucessor possuir muitos canais registrados\n"
+"(%d), o canal será dropado, como se nenhum sucessor tivesse\n"
+"sido ajustado. O novo nick deverá estar registrado."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Sintaxe: %s canal TOPICLOCK {ON|OFF}\n"
+"\n"
+"Ativa ou desativa a opção de trava do tópico de um canal.\n"
+"Quando a trava do tópico está ativada, o %S não\n"
+"permitirá a mudança do tópico do canal exceto pelo comando \n"
+"TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Sintaxe: %s canal XOP {ON | OFF}\n"
+"\n"
+"Ativa ou desativa o sistema de listas xOP para um canal.\n"
+"Quando XOP está ativado, você deve usar os comandos\n"
+"AOP/SOP/VOP para poder dar privilégios aos usuários\n"
+"do canal, a não ser que você deva usar o comando ACCESS.\n"
+"\n"
+"Nota técnica: quando você muda de lista de acesso para\n"
+"o sistema de listas xOP, sua definição de níveis e níveis\n"
+"de usuário serão alteradas, assim, você não encontrará os\n"
+"mesmos valores se você voltar ao sistema de acesso!\n"
+"\n"
+"Você também deve verificar se seus usuários ficaram em uma\n"
+"lista xOP correta depois que você mudou de sistema de acesso\n"
+"para listas xOP, porque a conversão nem sempre é perfeita...\n"
+"de fato, não é recomendável usar listas xOP caso tenha alterado\n"
+"suas definições de nível com o comando LEVELS.\n"
+"\n"
+"Entretanto, mudar do sistema de listas xOP para sistema de lista\n"
+"de acesso não causa problemas."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Sintaxe: ACCESS canal ADD nick nível\n"
+" ACCESS canal DEL {nick | entrada | lista-entradas}\n"
+" ACCESS canal LIST [máscara | lista-entradas]\n"
+" ACCESS canal VIEW [máscara | lista-entradas]\n"
+" ACCESS canal CLEAR\n"
+"\n"
+"Faz manutenção da lista de acesso de um canal. A lista\n"
+"de acesso especifica que usuários tem permissão para\n"
+"status de OP ou tem acesso aos comandos do %S em\n"
+"um canal. Níveis diferentes de usuários permitem acesso\n"
+"a diferentes subníveis de privilégios; /msg %S HELP\n"
+"ACCESS LEVELS para mais informações específicas. Por\n"
+"padrão, qualquer nick não presente na lista de acesso\n"
+"possui nível 0.\n"
+"\n"
+"O comando ACCESS ADD adiciona um nick ou máscara de um\n"
+"usuário na lista de acesso com o nível especificado; se o\n"
+"nick ou máscara já estiver presente na lista, seu nível de\n"
+"acesso será alterado para o nível especificado. O nível\n"
+"especificado deve ser menor do que o do usuário que emitiu o\n"
+"comando, e se o nick já estiver na lista de acesso, o\n"
+"nível de acesso atual desse nick deve ser menor que o nível\n"
+"de acesso do usuário que emitiu o comando.\n"
+"\n"
+"O comando ACCESS DEL remove um nick especificado da lista\n"
+"de acesso. Se uma lista de números é fornecida, essas\n"
+"entradas são apagadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"O comando ACCESS LIST mostra a lista de acesso do canal.\n"
+"Se uma máscara for fornecida, somente aquelas entradas que\n"
+"combinarem com o padrão especificado na máscara serão \n"
+"mostradas. Se uma lista de números é fornecida, somente\n"
+"essas entradas serão mostradas, por exemplo:\n"
+"\n"
+"ACCESS #canal LIST 2-5,7-9\n"
+" Lista as entradas de acesso numeradas de 2 a 5 e de 7 a 9.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"O comando ACCESS CLEAR limpa todas as entradas da lista\n"
+"de acesso."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Sintaxe: ACCESS ADD máscara\n"
+" ACCESS DEL máscara\n"
+" ACCESS LIST\n"
+"\n"
+"Modifica ou mostra a lista de acesso do seu nick. Esta é\n"
+"a lista de endereços a qual será automaticamente reconhecida\n"
+"pelo %S como as permitidas a usarem seu nick. Se você\n"
+"quer usar um nick de um endereço diferente, você deve usar o\n"
+"comando IDENTIFY para identificar-se ao %S\n"
+"\n"
+"Exemplos:\n"
+"\n"
+" ACCESS ADD nick@*.provedor.com.br\n"
+" Permite o acesso do usuário nick de qualquer\n"
+" máquina com o domínio provedor.com.br.\n"
+"\n"
+" ACCESS DEL nick@*.provedor.com.br\n"
+" Reverte o comando anterior\n"
+"\n"
+" ACCESS LIST\n"
+" Mostra a lista de acesso atual."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Sintaxe: ACT canal texto\n"
+"\n"
+"Faz com que o bot faça o mesmo que o comando \"/me\"\n"
+"em um determinado canal com o determinado texto."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Sintaxe: AKICK canal ADD {nick | máscara} [razão]\n"
+" AKICK canal STICK máscara\n"
+" AKICK canal UNSTICK máscara\n"
+" AKICK canal DEL {nick | máscara | entry-num | list}\n"
+" AKICK canal LIST [máscara | entry-num | list]\n"
+" AKICK canal VIEW [máscara | entry-num | list]\n"
+" AKICK canal ENFORCE\n"
+" AKICK canal CLEAR\n"
+"\n"
+"Faz a manutenção da lista de AutoKick de um canal.\n"
+"Se um usuário que estiver na lista de AutoKick tentar\n"
+"entrar no canal, o %S banirá este usuário do \n"
+"canal, e depois kickará o usuário.\n"
+"\n"
+"O comando AKICK ADD adiciona o usuário especificado ou\n"
+"máscara na lista de AutoKick. Se uma razão é dada com\n"
+"o comando, esta razão será usada quando o usuário for\n"
+"kickado; se não, a razão padrão será \"Você foi banido\n"
+"deste canal\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+"\n"
+"O comando AKICK STICK bane permanentemente no canal\n"
+"a máscara fornecida. Se alguém tentar remover o ban,\n"
+"%S irá automaticamente colocá-lo de volta. Você\n"
+"não pode usar isto para nicks registrados.\n"
+"\n"
+"O comando AKICK UNSTICK cancela o efeito do comando\n"
+"AKICK STICK, assim você poderá remover o ban no canal.\n"
+"\n"
+"O comando AKICK DEL remove um nick ou máscara da lista\n"
+"de AutoKick. Isso, entretanto, não remove nenhum ban\n"
+"colocado pelo AutoKick; estes devem ser removidos\n"
+"manualmente.\n"
+"\n"
+"O comando AKICK LIST mostra a lista de AutoKick ou,\n"
+"opcionalmente, só os registros de AutoKick que se\n"
+"encaixam com o padrão de uma máscara dada.\n"
+"\n"
+"O comando AKICK VIEW é uma versão mais completa do\n"
+"comando AKICK LIST.\n"
+"\n"
+"O comando AKICK ENFORCE obriga o %S a verificar\n"
+"a lista de AutoKicks para banir os usuários que sejam\n"
+"compatíveis com alguma máscara da lista de AutoKick.\n"
+"\n"
+"O comando AKICK CLEAR limpa todas as entradas da lista\n"
+"de AutoKick."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Sintaxe: AKILL ADD [+tempo] máscara motivo\n"
+" AKILL DEL {máscara | entrada | lista-entradas}\n"
+" AKILL LIST [máscara | lista-entradas]\n"
+" AKILL VIEW [máscara | lista-entradas]\n"
+" AKILL CLEAR\n"
+"\n"
+"Permite que Operadores dos Services manipulem a lista de\n"
+"AKILL. Se um usuário que tenta conectar possui uma máscara\n"
+"prevista na lista de AKILL, os Services emitem um KILL para\n"
+"aquele usuário, em servidores que suportam, e instrui todos\n"
+"os servidores da rede a adicionar um ban (K-line) para a\n"
+"máscara do usuário encontrado.\n"
+"\n"
+"AKILL ADD adiciona uma máscara ident@host na lista de AKILL\n"
+"para um dado motivo (deve ser fornecido).\n"
+"Opcionalmente, um tempo para o akill expirar pode ser\n"
+"fornecido. O tempo precede a máscara ident@host, e é\n"
+"especificado como um número inteiro seguido por uma das\n"
+"seguintes unidades: d (dias), h (horas) ou m (minutos).\n"
+"Combinações (como 1h30m) não são permitidas. Se uma unidade\n"
+"específica não é incluída, o padrão é em dias (assim, +30\n"
+"significa 30 dias). Para adicionar um AKILL que não expira,\n"
+"use +0. Se a máscara a ser adicionada começar com um +,\n"
+"o tempo do AKILL deve ser fornecido, mesmo se esse tempo for igual\n"
+"ao padrão. O tempo atual de expiração de AKILLs pode ser encontrado\n"
+"com o comando STATS AKILL.\n"
+"\n"
+"AKILL DEL remove uma dada máscara da lista de AKILL, se ela\n"
+"estiver presente. Se uma lista de números de entrada for fornecida,\n"
+"essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"AKILL LIST mostra a lista de AKILL atual.\n"
+"Se uma máscara for fornecida, apenas as entradas que combinarem\n"
+"com a máscara serão exibidas. Se uma lista de números de entrada\n"
+"for fornecida, apenas essas entradas serão exibidas; por exemplo:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" Lista as entradas de AKILL numeradas de 2 a 5 e de 7 a 9.\n"
+"\n"
+"AKILL VIEW é uma versão mais detalhada do AKILL LIST,\n"
+"e mostrará quem adicionou o AKILL, a data em que foi adicionado,\n"
+"e quando irá expirar, como também a máscara (ident@host) e o motivo.\n"
+"\n"
+"AKILL CLEAR apaga todas as entradas da lista de AKILL."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Sintaxe: ALIST [nível]\n"
+"\n"
+"Lista todos os canais nos quais você tem acesso. Opcionalmente,\n"
+"você pode especificar um nível no formato XOP ou ACCESS. A lista\n"
+"de resultado inclui apenas os canais nos quais você tem o nível\n"
+"de acesso fornecido.\n"
+"\n"
+"Exemplos:\n"
+"ALIST Founder\n"
+" Lista todos os canais nos quais você tem acesso de Founder.\n"
+"\n"
+"ALIST AOP\n"
+" Lista todos os canais nos quais você tem acesso AOP ou maior.\n"
+"\n"
+"ALIST 10\n"
+" Lista todos os canais nos quais você tem nível 10 de acesso ou maior.\n"
+"\n"
+"Canais com a opção NOEXPIRE serão prefixados por uma exclamação."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintaxe: ALIST [nick] [nível]\n"
+"\n"
+"Sem parâmetros, lista os canais nos quais você tem acesso. Com\n"
+"um parâmetro, lista os canais nos quais nick tem acesso.\n"
+"Com dois parâmetros lista os canais nos quais nick tem\n"
+"no mínimo o nível de acesso especificado.\n"
+"\n"
+"Este uso é limitado aos Administradores dos Services."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxe: AOP canal ADD nick\n"
+" AOP canal DEL {nick | entrada | lista-entradas}\n"
+" AOP canal LIST [máscara | lista-entradas]\n"
+" AOP canal CLEAR\n"
+"\n"
+"Mantém a lista de AOP (AutoOP) para um canal. A lista\n"
+"de AOP dá a um usuário os direitos de: receber OP\n"
+"automaticamente ao entrar no canal, de se desbanir ou convidar\n"
+"a si próprio se necessário, de ter sua mensagem de entrada\n"
+"exibida ao entrar no canal, e assim por diante.\n"
+"\n"
+"O comando AOP ADD adiciona o nick fornecido à lista de AOP.\n"
+"\n"
+"O comando AOP DEL remove o nick fornecido da lista de AOP.\n"
+"Se uma lista de números de entrada é fornecida, essas entradas\n"
+"são deletadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"O comando AOP LIST exibe a lista de AOP. Se uma máscara\n"
+"é fornecida, apenas as entradas que combinarem com ela serão\n"
+"mostradas. Se uma lista de números de entrada é fornecida,\n"
+"apenas essas entradas são mostradas; por exemplo:\n"
+"\n"
+" AOP #canal LIST 2-5,7-9\n"
+" Lista as entradas de AOP numeradas de 2 a 5 e de\n"
+" 7 a 9.\n"
+"\n"
+"O comando AOP CLEAR remove todas as entradas da lista de AOP.\n"
+"\n"
+"Os comandos AOP ADD e AOP DEL são limitados aos SOPs\n"
+"ou acima, enquanto o comando AOP CLEAR pode ser usado apenas\n"
+"pelo Fundador do canal. No entanto, qualquer usuário na lista de\n"
+"AOP pode usar o comando AOP LIST.\n"
+"\n"
+"Este comando pode ter sido desabilitado para seu canal\n"
+"e, nesse caso, você precisa usar a lista de acesso. Veja\n"
+"/msg %S HELP ACCESS para informações sobre a lista\n"
+"de acesso, e /msg %S HELP SET XOP para saber como\n"
+"escolher entre a lista de acesso e o sistema de listas xOP."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Sintaxe: ASSIGN canal nick\n"
+"\n"
+"Associa um bot escolhido pelo nick a um canal.\n"
+"Você poderá então configurar o bot para o canal de acordo\n"
+"com as suas necessidades."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Sintaxe: BADWORDS canal ADD palavra [SINGLE | START | END]\n"
+" BADWORDS canal DEL {palavra | núm-entrada | lista}\n"
+" BADWORDS canal LIST [máscara | lista]\n"
+" BADWORDS canal CLEAR\n"
+"\n"
+"Faz a manutenção da lista de palavrões em um canal.\n"
+"Essa lista determina quais são as palavras que deverão\n"
+"ser motivo de kick em um canal quando a opção BADWORDS\n"
+"estiver ativada. Para maiores informações, digite\n"
+"/msg %S HELP KICK BADWORDS.\n"
+"\n"
+"O comando BADWORDS ADD adiciona a palavra na lista\n"
+"de palavrões. A opção SINGLE, quando especificada, só\n"
+"kicka o usuário se ele escrever a palavra inteira.\n"
+"A opção START, quando especificada, irá kickar o usuário\n"
+"que escrever uma palavra que comece com a palavra.\n"
+"A opção END se tiver sido especificada só kicka o usuário\n"
+"que escrever uma palavra que termine com a palavra.\n"
+"Se você não especificar nada, o bot irá kickar sempre\n"
+"que a palavra for escrita pelo usuário.\n"
+"\n"
+"O comando BADWORDS DEL remove uma palavra da lista de\n"
+"palavrões de um determinado canal. Se uma lista de números\n"
+"de entrada for fornecida, essas entradas serão apagadas\n"
+"(veja o exemplo para LIST abaixo).\n"
+"\n"
+"O comando BADWORDS LIST mostra a lista de palavrões.\n"
+"Se forem usados coringas, apenas aquelas entradas com\n"
+"as determinadas máscaras serão mostradas. Se uma lista\n"
+"de números de entrada for dada, apenas aquelas entradas\n"
+"serão mostradas; por exemplo:\n"
+"\n"
+" BADWORDS #canal LIST 2-5,7-9\n"
+" Lista as entradas dos palavrões numeradas de 2 a 5\n"
+" e de 7 a 9.\n"
+"\n"
+"O comando BADWORDS CLEAR limpa todas entradas da lista."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxe: BAN #canal nick [motivo]\n"
+"\n"
+"Bane o nick selecionado em um canal.\n"
+"\n"
+"Por padrão, limitado a AOPs ou àqueles com nível de acesso 5 ou\n"
+"superior no canal."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Sintaxe: BOT ADD nick user host real\n"
+" BOT CHANGE NickAntigo NickNovo [user [host [real]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Permite que os Administradores dos Services criem,\n"
+"modifiquem, e apaguem bots que os usuários poderão usar\n"
+"em seus próprios canais.\n"
+"\n"
+"BOT ADD adiciona um bot com um determinado nick, username,\n"
+"hostname e realname. \n"
+"BOT CHANGE permite alterar o nick, username, hostname\n"
+"ou realname de um bot sem que seja necessário apagá-lo (e\n"
+"todas as informações nele contidas).\n"
+"BOT DEL remove um bot da lista de bots. \n"
+"\n"
+"Nota: você não pode criar um bot que use um nick que já\n"
+"seja registrado. Se um usuário não registrado está atualmente\n"
+"usando o nick, ele será killado."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Sintaxe: BOTLIST\n"
+"\n"
+"Lista todos os bots disponíveis nesta Rede."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Sintaxe: CANCEL {nick | canal}\n"
+"\n"
+"Cancela a última mensagem enviada para um determinado nick ou\n"
+"canal, caso ela ainda não tenha sido lida no momento em que este\n"
+"comando for usado."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Sintaxe: CHANKILL [+tempo] canal motivo\n"
+"Adiciona um AKILL para cada nick no canal especificado. Isso\n"
+"usa por completo todo o host real ident@host para cada nick;\n"
+"em seguida, força o AKILL."
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Sintaxe: CHANLIST [{padrão | nick} [SECRET]]\n"
+"\n"
+"Lista todos os canais em uso na Rede, sejam eles registrados ou não.\n"
+"\n"
+"Se um padrão é fornecido, listará apenas canais que combinem com\n"
+"ele. Se um nick é fornecido, listará apenas canais que o usuário\n"
+"estiver usando. Se SECRET é especificado, listará apenas canais\n"
+"combinando com o padrão e que tenham modo +s ou +p."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Sintaxe: CHECK nick\n"
+"\n"
+"Verifica se o último memo que você enviou para nick\n"
+"foi lido ou não. Observe que isso só funciona com nicks,\n"
+"nunca com canais."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintaxe: CLEAR canal opção\n"
+"\n"
+"Diz ao %S para remover certos ajustes de um canal.\n"
+"A opção pode ser uma das seguintes:\n"
+"\n"
+" MODES Recoloca todos os modos do canal, isto é, remove\n"
+" os modos i,k,l,m,n,p,s,t e recoloca os que estão\n"
+" travados com MLOCK.\n"
+" BANS Remove todos os bans do canal.\n"
+" EXCEPTS Remove todos os excepts do canal.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Remove o status de Operador de canal (modo +o)\n"
+" de todos os Operadores do canal. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Remove o status de Half-Operador de canal (modo +h)\n"
+" de todos os Half-Operadores do canal, se suportado.\n"
+" VOICES Remove o status \"voice\" (modo +v) de qualquer\n"
+" pessoa que tenha esse modo.\n"
+" USERS Remove (kicka) todos os usuários do canal.\n"
+"\n"
+"Por padrão, limitado àqueles que possuem acesso de Founder no canal."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Sintaxe: CLEARMODES canal [ALL]\n"
+"\n"
+"Limpa todos os modos binários (i,k,l,m,n,p,s,t) e bans de um\n"
+"canal. Se ALL é fornecido, limpa também todos os OPs e\n"
+"voices (modos +o e +v) de um canal."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Sintaxe: DEFCON [1|2|3|4|5]\n"
+"O sistema Defcon pode ser usado para implementar um conjunto\n"
+"pré-definido de restrições aos Services, útil durante uma\n"
+"tentativa de ataque à Rede."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Sintaxe: DEHALFOP #canal [nick]\n"
+"\n"
+"Remove o status de HalfOP do nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será removido\n"
+"de você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal; ou aos HOPs ou\n"
+"àqueles que possuem nível de acesso 4 ou superior, para\n"
+"atribuírem o status a eles mesmos."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Sintaxe: DEL <nick>\n"
+"Deleta o vhost associado ao nick dado."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxe: DEL [canal] {num | list | LAST | ALL}\n"
+"\n"
+"Apaga a(s) mensagem(ns) especificada(s). Você pode fornecer\n"
+"vários números de mensagens ou seqüências de números ao invés\n"
+"de um único número, como no segundo exemplo abaixo.\n"
+"Se LAST é fornecido, a última mensagem será apagada.\n"
+"Se ALL é fornecido, todas as suas mensagens serão apagadas.\n"
+"\n"
+"Exemplos:\n"
+"\n"
+" DEL 1\n"
+" Apaga sua primeira mensagem.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" Apaga mensagens numeradas de 2 a 5 e de 7 a 9."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Sintaxe: DELALL <nick>.\n"
+"Deleta o vhost para todos os nicks no mesmo grupo do\n"
+"nick fornecido."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxe: DEOP #canal [nick]\n"
+"\n"
+"Remove o status de Operador do nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será removido\n"
+"de você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintaxe: DEOWNER #canal\n"
+"\n"
+"Remove seu status de owner no canal.\n"
+"\n"
+"Limitado àqueles que possuem acesso de Founder no canal."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Sintaxe: DEPROTECT #canal [nick]\n"
+"\n"
+"Desprotege um determinado nick no canal. Se nick não for\n"
+"fornecido, isso irá lhe desproteger.\n"
+"\n"
+"Por padrão, limitado ao Founder, a SOPs ou àqueles com nível\n"
+"10 ou superior no canal para se auto-desprotegerem."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Sintaxe: DEVOICE #canal [nick]\n"
+"\n"
+"Remove o status de Voice do nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será removido\n"
+"de você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal; ou aos VOPs ou\n"
+"àqueles que possuem nível de acesso 3 ou superior, para\n"
+"atribuírem o status a eles mesmos."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Sintaxe: DROP canal\n"
+"\n"
+"Cancela o registro do canal. So poderá ser usado pelo\n"
+"fundador do canal."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Sintaxe: DROP canal\n"
+"\n"
+"Cancela o registro de um canal. Somente Administradores dos\n"
+"Services podem cancelar canais que pertencem a outros usuários."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Sintaxe: DROP [nick]\n"
+"\n"
+"Sem parâmetros, cancela o registro de seu nick no banco\n"
+"de dados do %S. Um nick que foi desregistrado é livre para\n"
+"qualquer um que queira registrá-lo.\n"
+"Você pode também desregistrar um nick de seu grupo\n"
+"especificando-o com o parâmetro nick.\n"
+"\n"
+"Para você usar este comando, será necessário que primeiro\n"
+"você se identifique usando sua senha (/msg %S HELP IDENTIFY \n"
+"para maiores informações)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Sintaxe: DROP [nick]\n"
+"\n"
+"Sem parâmetros, cancela o registro de seu nick no banco de\n"
+"dados do %S.\n"
+"\n"
+"Com parâmetros, cancela o registro do nick especificado\n"
+"do banco de dados. Você pode desregistrar qualquer nick DE\n"
+"SEU GRUPO sem nenhum privilégio especial, mas desregistrar\n"
+"QUALQUER nick é restrito aos Administradores dos Services."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Sintaxe: EXCEPTION ADD [+tempo] máscara limite motivo\n"
+" EXCEPTION DEL {máscara | lista}\n"
+" EXCEPTION MOVE núm posição\n"
+" EXCEPTION LIST [máscara | lista]\n"
+" EXCEPTION VIEW [máscara | lista]\n"
+"\n"
+"Permite que os Administradores dos Services manipulem a lista\n"
+"de hosts que tenham limite de conexões especificados - deixando \n"
+"certos hosts, como shell de servidores, conectar mais que o\n"
+"número padrão de conexões simultâneas. Uma vez um host atingindo\n"
+"um limite de conexão, todos os clientes que tentem conectar \n"
+"daquele host serão expulsos (\"killados\").\n"
+"Antes do usuário ser expulso (\"killado\"), ele será notificado\n"
+"via /NOTICE do %S com um tópico de ajuda sobre limitação\n"
+"de conexões.\n"
+"\n"
+"EXCEPTION ADD adiciona a máscara fornecida à lista de exceções.\n"
+"Note que as máscaras nick!user@host e user@host são\n"
+"inválidas. Só nomes reais de hosts, como mail.dominio.com e \n"
+"*.dominio.com, são permitidos porque a limitação de\n"
+"conexão não utiliza o nick ou ident para bloquear o acesso. \n"
+"\n"
+"EXCEPTION DEL remove a máscara especificada da Lista de\n"
+"exceções.\n"
+"EXCEPTION MOVE move uma exceção de número núm para uma\n"
+"posição dada. As exceções que estavam na faixa onde houve\n"
+"alteração serão todas movidas para cima ou para baixo conforme\n"
+"for o deslocamento necessário.\n"
+"EXCEPTION LIST ou EXCEPTION VIEW mostram todas as \n"
+"exceções atuais válidas; se uma máscara é dada como parâmetro\n"
+"opcional, a lista é limitada as exceções que são compatíveis\n"
+"com a máscara dada. A diferenca é que EXCEPTION VIEW \n"
+"é mais detalhado, mostrando o nome da pessoa que adicionou \n"
+"a exceção, o seu limite de conexões, o motivo, a máscara do\n"
+"host, a data e o tempo de validade.\n"
+"\n"
+"Note que um cliente que conecte vai usar a primeira exceção\n"
+"que for compatível com o seu host. Listas de exceções muito\n"
+"grandes e máscaras de hosts muito abrangentes certamente\n"
+"irão degradar a eficácia de funcionamento (\"performance\")\n"
+"dos services."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintaxe: FORBID canal [motivo]\n"
+"\n"
+"Proibe que qualquer pessoa registre e utilize o canal\n"
+"dado. Pode ser cancelado com o desregistro do canal.\n"
+"\n"
+"Um motivo pode ser necessário em algumas redes."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Sintaxe: FORBID nick [motivo]\n"
+"\n"
+"Não permite que um nick seja registrado ou usado por\n"
+"ninguém. Pode ser cancelado desregistrando o nick.\n"
+"\n"
+"Em algumas redes, um motivo é necessário."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Sintaxe: GETEMAIL usuário@emailhost\n"
+"\n"
+"Retorna os nicks que utilizam o email dado. Observe que\n"
+"você não pode usar coringas para usuário nem para emailhost.\n"
+"Sempre que este comando for usado, uma mensagem incluindo a pessoa\n"
+"que emitiu o comando e o email no qual foi usado serão gravados."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Sintaxe: GETKEY canal\n"
+"\n"
+"Retorna a key (do modo +k) de um determinado canal."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Sintaxe: GETPASS canal\n"
+"\n"
+"Retorna a senha do canal fornecido. Observe que sempre\n"
+"que este comando for usado, uma mensagem incluindo o nick da\n"
+"pessoa que emitiu o comando e o canal que foi dado serão\n"
+"gravados e enviados para WALLOPS/GLOBOPS."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Sintaxe: GETPASS nick\n"
+"\n"
+"Mostra a senha de um nick especificado.\n"
+"Note que sempre que este comando for usado, uma mensagem\n"
+"incluindo o nick da pessoa que emitiu o comando e o nick\n"
+"no qual foi usado serão gravados e enviados para WALLOPS/GLOBOPS.\n"
+"\n"
+"Este comando não fica disponível quando a encriptação está habilitada."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintaxe: GHOST nick [senha]\n"
+" \n"
+"Termina uma sessão \"fantasma\" de IRC que esteja usando seu\n"
+"nick. A sessão \"fantasma\" é aquela que não está realmente\n"
+"conectada, mas que o servidor de IRC acredita estar ainda\n"
+"ativa por qualquer razão. Isso acontece normalmente se seu\n"
+"computador travar ou se sua conexão com a internet ou modem\n"
+"cair por um período curto de tempo enquanto você está no IRC.\n"
+"\n"
+"Para usar o comando GHOST em um nick, seu endereço\n"
+"atual como mostrado no /WHOIS deve estar na lista de acesso \n"
+"do nick, você deve estar identificado e estar no grupo daquele\n"
+"nick, ou você deve fornecer a senha correta para o nick."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Sintaxe: GLIST\n"
+"\n"
+"Lista todos os nicks do grupo."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Sintaxe: GLIST [nick]\n"
+"\n"
+"Sem nenhum parâmetro, lista todos os nicks no seu grupo.\n"
+"Com um parâmetro, lista todos os nicks no grupo determinado.\n"
+"\n"
+"Este comando é limitado aos Administradores dos Services."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Sintaxe: GLOBAL mensagens\n"
+"\n"
+"Permite que os IRCops enviem mensagens para todos os usuários\n"
+"da Rede. A mensagem será enviada pelo nick %s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Sintaxe: GROUP\n"
+"\n"
+"Este comando permite aos usuários ajustar o vhost do seu\n"
+"nick ATUAL para ser o vhost de todos os nicks no mesmo grupo."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Sintaxe: GROUP alvo senha\n"
+"\n"
+"Este comando faz seu nick entrar no grupo de um nick alvo.\n"
+"A senha é a senha do nick alvo.\n"
+"\n"
+"Entrando em um grupo permitirá a você compartilhar suas\n"
+"configurações, memos e privilégios em canais com todos os\n"
+"nicks do grupo.\n"
+"\n"
+"Um grupo existe por quanto tempo for necessário. Isso\n"
+"significa que mesmo se um nick do grupo for desregistrado,\n"
+"você não perderá os recursos compartilhados citados acima,\n"
+"durante o tempo em que houver pelo menos um nick restando\n"
+"no grupo.\n"
+"\n"
+"Você pode usar este comando mesmo se não ainda não tiver\n"
+"registrado seu nick. Se seu nick já estiver registrado,\n"
+"você precisará identificá-lo antes de usar este comando.\n"
+"Digite /msg %S HELP IDENTIFY para mais informação; talvez\n"
+"isso não seja possível em algumas redes.\n"
+"\n"
+"É recomendável usar este comando com nicks não-registrados,\n"
+"pois eles serão automaticamente registrados ao usar o comando.\n"
+"Você pode usar isto com um nick registrado (para alterar seu\n"
+"grupo) apenas se for permitido na rede.\n"
+"\n"
+"Você só pode estar em um grupo por vez. Mesclar grupos não é\n"
+"possível.\n"
+"\n"
+"Atenção: todos os nicks do grupo terão a mesma senha."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Sintaxe: HALFOP #canal [nick]\n"
+"\n"
+"Atribui status de HalfOP ao nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será atribuído\n"
+"a você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal; ou aos HOPs ou\n"
+"àqueles que possuem nível de acesso 4 ou superior, para\n"
+"atribuírem o status a eles mesmos."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxe: HOP canal ADD nick\n"
+" HOP canal DEL {nick | entrada | lista-entradas}\n"
+" HOP canal LIST [máscara | lista-entradas]\n"
+" HOP canal CLEAR\n"
+"\n"
+"Mantém a lista de HOP (HalfOP) para um canal. A lista\n"
+"de HOP dá a um usuário o direito de receber HalfOP\n"
+"automaticamente ao entrar no canal.\n"
+"\n"
+"O comando HOP ADD adiciona o nick fornecido à lista de HOP.\n"
+"\n"
+"O comando HOP DEL remove o nick fornecido da lista de HOP.\n"
+"Se uma lista de números de entrada é fornecida, essas entradas\n"
+"são deletadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"O comando HOP LIST exibe a lista de HOP. Se uma máscara\n"
+"é fornecida, apenas as entradas que combinarem com ela serão\n"
+"mostradas. Se uma lista de números de entrada é fornecida,\n"
+"apenas essas entradas são mostradas; por exemplo:\n"
+"\n"
+" HOP #canal LIST 2-5,7-9\n"
+" Lista as entradas de HOP numeradas de 2 a 5 e de\n"
+" 7 a 9.\n"
+"\n"
+"O comando HOP CLEAR remove todas as entradas da lista de HOP.\n"
+"\n"
+"Os comandos HOP ADD, HOP DEL e HOP LIST são limitados\n"
+"aos AOPs ou acima, enquanto o comando HOP CLEAR pode ser usado\n"
+"apenas pelo Fundador do canal.\n"
+"\n"
+"Este comando pode ter sido desabilitado para seu canal\n"
+"e, nesse caso, você precisa usar a lista de acesso. Veja\n"
+"/msg %S HELP ACCESS para informações sobre a lista\n"
+"de acesso, e /msg %S HELP SET XOP para saber como\n"
+"escolher entre a lista de acesso e o sistema de listas xOP."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Sintaxe: IDENTIFY [account] senha\n"
+"\n"
+"Identifica você ao %S como sendo dono do nick.\n"
+"Muitos comandos exigem que você se identifique com este\n"
+"comando antes de você usá-los. A senha deve ser a mesma que\n"
+"você enviou com o comando REGISTER."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Sintaxe: INFO canal\n"
+"\n"
+"Lista as informações referentes ao canal registrado dado,\n"
+"incluindo seu fundador, data do registro, última vez que\n"
+"foi usado, descrição, e trava dos modos (se existirem).\n"
+"\n"
+"Se você está identificado como fundador do canal que está\n"
+"solicitando informações e a opção ALL é especificada,\n"
+"informações sobre a mensagem de entrada e sobre o sucessor\n"
+"do canal também serão mostradas."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Sintaxe: INFO nick\n"
+"\n"
+"Mostra a informação sobre o nick dado, como o dono do nick,\n"
+"último endereço utilizado e horário, e opções. Se você está\n"
+"identificado para o nick que você está obtendo informações\n"
+"e a opção ALL é especificada, será mostrado a você toda\n"
+"informação possível; independente de haver opções para esconder."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Sintaxe: INFO [canal]\n"
+"\n"
+"Informa o número de mensagens que você tem, quantas\n"
+"mensagens não foram lidas, e quantas mensagens no total\n"
+"você pode receber. Com o parâmetro, mostra a mesma\n"
+"informação para o canal fornecido."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Sintaxe: INFO [nick | canal]\n"
+"\n"
+"Sem um parâmetro, informa o número de mensagens que você\n"
+"tem, quantas mensagens ainda não foram lidas, e quantas\n"
+"mensagens no total você pode receber.\n"
+"\n"
+"Com o parâmetro do canal, mostra a mesma informação para\n"
+"o canal fornecido.\n"
+"\n"
+"Com o parâmetro de nick, mostra a mesma informação para\n"
+"o nick fornecido. Esta derivação do comando é limitada aos\n"
+"Administradores dos Services."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Sintaxe: INFO {canal | nick}\n"
+"\n"
+"Permite que você veja informações do %S sobre um\n"
+"canal ou bot. Se a opção for um canal, então você terá\n"
+"informações tais como kickers ativos. Se tiver sido um nick,\n"
+"você terá informações sobre o bot, como o horário de criação\n"
+"ou número de canais onde ele está."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintaxe: INVITE #canal\n"
+"\n"
+"Manda o %S dar um invite em você para o canal dado.\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Sintaxe: JUPE servidor [motivo]\n"
+"\n"
+"Diz aos Services para \"jupar\" um servidor -- isto é, criar\n"
+"um falso servidor conectado aos Services que previne que o\n"
+"servidor real com aquele nome se conecte na rede. O jupe\n"
+"pode ser removido usando um SQUIT padrão. Se um motivo\n"
+"é dado, ele é colocado no campo de informação do servidor;\n"
+"caso contrário, o campo de informação do servidor irá conter\n"
+"o texto \"Jupado por <nick>\", mostrando o nick de quem mascarou\n"
+"o servidor."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxe: KICK #canal nick [motivo]\n"
+"\n"
+"Kicka (expulsa) um nick dado em um determinado canal.\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Ativa ou desativa o kick por palavrões. Quando ativado\n"
+"o bot irá kickar usuários que disserem determinadas\n"
+"palavras no canal.\n"
+"\n"
+"Você pode definir os palavrões para um canal usando o\n"
+"comando BADWORDS. Digite /msg %S HELP BADWORDS para\n"
+"maiores informações.\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal REPEAT {ON|OFF} [ttb [núm]]\n"
+"\n"
+"Ativa ou desativa o kick por repetição. Quando ativado\n"
+"o bot irá kickar os usuários que fizerem repetições (onde\n"
+"núm é o número de repetições para kick; se não for fornecido,\n"
+"o padrão é 3).\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintaxe: KICK canal opção parâmetros\n"
+"\n"
+"Configura os kicks do bot. A opção pode ser uma dessas:\n"
+"\n"
+" BOLDS Selecione para o bot kickar por negrito\n"
+" BADWORDS Selecione para o bot kickar por palavrões\n"
+" CAPS Selecione para o bot kickar por caps\n"
+" COLORS Selecione para o bot kickar por cores\n"
+" FLOOD Selecione para o bot kickar por flood\n"
+" REPEAT Selecione para o bot kickar por repetição\n"
+" REVERSES Selecione para o bot kickar por reversos\n"
+" UNDERLINES Selecione para o bot kickar por sublinhado\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Digite /msg %S HELP KICK opção para maiores informações\n"
+"sobre uma opção específica.\n"
+"\n"
+"Nota: o acesso a esse comando é controlado pelo ajuste\n"
+"dos níveis de acesso do canal."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Sintaxe: KICK canal usuário motivo\n"
+"\n"
+"Permite IRCops kickar um usuário de um canal.\n"
+"Os parâmetros são os mesmos do comando /KICK padrão.\n"
+"A mensagem do kick tem o nick do IRCop que enviou o\n"
+"comando KICK, por exemplo:\n"
+"\n"
+"*** Spam foi kickado do canal #canal pelo %S (Operador (Flood))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal BOLDS {ON|OFF} [ttb]\n"
+"\n"
+"Ativa ou desativa o kick por negrito. Quando ativado\n"
+"o bot irá kickar os usuários que usarem negrito.\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal CAPS {ON|OFF} [ttb [mínimo [porcentagem]]]\n"
+"\n"
+"Ativa ou desativa o kick por caps. Quando ativado\n"
+"o bot irá kickar os usuários que usarem CAPS (maiúsculas).\n"
+"\n"
+"O bot irá kickar apenas se usarem pelo menos um mínimo de\n"
+"caps e eles constituírem pelo menos porcentagem%% do total \n"
+"do texto (se não for especificado, o padrão é 10 caracteres\n"
+"e 25%%).\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Ativa ou desativa o kick por cores. Quando ativado\n"
+"o bot irá kickar os usuários que usarem cores.\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal FLOOD {ON|OFF} [ttb [linhas [segs]]]\n"
+"\n"
+"Ativa ou desativa o kick por flood. Quando ativado o\n"
+"o bot irá kickar por flood no canal desde que sejam\n"
+"pelo menos linhas linhas em segs segundos.\n"
+"(se não for especificado, o padrão é 6 linhas em\n"
+"10 segundos).\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Ativa ou desativa o kick por reverso. Quando ativado\n"
+"o bot irá kickar os usuários que usarem reverso.\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Sintaxe: KICK canal UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Ativa ou desativa o kick por sublinhado. Quando ativado\n"
+"o bot irá kickar os usuários que usarem sublinhado.\n"
+"\n"
+"ttb é o número de vezes que o usuário será kickado\n"
+"antes de ser banido. Não forneça ttb para desabilitar\n"
+"o sistema de ban que foi uma vez ativado."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Sintaxe: LEVELS canal SET tipo [nível|FOUNDER]\n"
+" LEVELS canal {DIS | DISABLE} tipo\n"
+" LEVELS canal LIST\n"
+" LEVELS canal RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Sintaxe: LIST [<key>|<#X-Y>]\n"
+"Este comando lista ao Operador os vhosts registrados.\n"
+"Se uma Key é especificada, apenas entradas cujo nick ou vhost\n"
+"combinem com o padrão fornecido em <key> serão exibidas.\n"
+"Ex.: Rob* mostra todas as entradas começando com \"Rob\"\n"
+"Se o estilo #X-Y for usado, apenas entradas entre o alvo X\n"
+"e Y serão exibidas. Ex.: #1-3 irá mostrar as 3 primeiras\n"
+"entradas de nick/vhost.\n"
+"A lista usa o valor de NSListMax como limite do número de\n"
+"itens para exibir a um Operator de uma vez só."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Sintaxe: LIST padrão\n"
+"\n"
+"Lista todos os canais registrados que combinam com o padrão\n"
+"fornecido. (Canais com opção PRIVATE ativada não serão listados)."
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Sintaxe: LIST padrão\n"
+"\n"
+"Lista todos os nicks registrados que combinam com o padrão\n"
+"fornecido no formato nick!ident@host. Nicks com a opção\n"
+"PRIVATE ligada não serão mostrados.\n"
+"\n"
+"Exemplos:\n"
+"\n"
+" LIST *!ident@servidor.com.br\n"
+" Lista todos os nicks de *!ident@servidor.com.br.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista todos os nicks registrados com Bot em seus\n"
+" idents (insensível a maiúsculas).\n"
+"\n"
+" LIST *!*@*.bar.org\n"
+" Lista todos os nicks possuídos por usuários do domínio\n"
+" bar.org"
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Sintaxe: LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Lista todos os canais registrados que combinam com o padrão fornecido.\n"
+"Canais com opção PRIVATE ativada só serão mostrados aos\n"
+"Administradores dos Services. Canais com a opção NOEXPIRE ativada\n"
+"terão um ! preposto ao nome do canal na lista quando for a pedido\n"
+"de um Administrador dos Services.\n"
+"\n"
+"Se as opções FORBIDDEN, SUSPENDED ou NOEXPIRE são fornecidas, apenas\n"
+"canais que são, respectivamente, forbidados, suspendidos ou têm a opção\n"
+"NOEXPIRE ativa, serão exibidos. Se todas as três opções forem fornecidas,\n"
+"todos os três tipos de canais serão exibidos. Estas opções são limitas\n"
+"aos Administradores dos Services."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Sintaxe: LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Lista todos os nicks registrados que combinem com o padrão\n"
+"fornecido (formato nick!ident@host). Nicks com opção PRIVATE\n"
+"serão somente exibidos para os Administradores dos Services.\n"
+"Nicks com opção NOEXPIRE ajustada terão um ! preposto ao nick\n"
+"na lista quando for a pedido de Administrador dos Services.\n"
+"\n"
+"Se as opções FORBIDDEN, SUSPENDED, NOEXPIRE ou UNCONFIRMED são fornecidas, "
+"apenas\n"
+"nicks que são, respectivamente, FORBIDDEN, SUSPENDED, UNCONFIRMED ou têm a "
+"opção\n"
+"NOEXPIRE ativa, serão exibidos. Se todas as três opções forem fornecidas,\n"
+"todos os três tipos de nicks serão exibidos. Estas opções são limitas aos\n"
+"Administradores dos Services.\n"
+"\n"
+"Exemplos:\n"
+"\n"
+" LIST *!ident@servidor.com.br\n"
+" Lista todos os nicks de *!ident@servidor.com.br.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Lista todos os nicks registrados com Bot em seus nomes.\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Lista todos os nicks registrados cujos registros foram\n"
+" ajustados para não expirar."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxe: LIST [canal] [list | NEW]\n"
+"\n"
+"Lista quaisquer mensagens que você tiver. Com NEW, lista apenas\n"
+"as novas mensagens (não lidas). Mensagens não lidas são marcadas\n"
+"com \"*\" à esquerda do número. Você também pode especificar uma\n"
+"lista de números, como no exemplo abaixo:\n"
+"\n"
+"LIST 2-5,7-9\n"
+" Lista mensagens numeradas de 2 a 5 e de 7 a 9."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "LOGONNEWS ADD texto"
+
+#: language.cpp:2690
+#, fuzzy, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %s messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "LOGONNEWS DEL {núm | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Sintaxe: LOGOUT\n"
+"\n"
+"Este comando reverte o efeito do comando IDENTIFY, ou seja,\n"
+"faz com que você não seja mais reconhecido como o verdadeiro\n"
+"dono do nick. Note, entretanto, que ele não pedirá que você se\n"
+"identifique novamente."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Sintaxe: LOGOUT [nick [REVALIDATE]]\n"
+"\n"
+"Sem nenhum parâmetro, reverte o efeito do comando IDENTIFY,\n"
+"ou seja, faz com que você não seja mais reconhecido como o\n"
+"verdadeiro dono do nick. Note, entretanto, que ele não pedirá\n"
+"que você se identifique novamente.\n"
+"\n"
+"Com um parâmetro, fará o mesmo para o nick determinado. Se você\n"
+"especificar REVALIDATE também, os Services irão pedir que o nick\n"
+"em questão se identifique novamente. \n"
+"\n"
+"Comando limitado aos Administradores dos Services."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintaxe: MODE canal modos\n"
+"\n"
+"Permite que os Operadores dos Services ajustem os modos de\n"
+"qualquer canal. Os parâmetros são os mesmos do comando\n"
+"/MODE padrão."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Sintaxe: MODINFO NomeDoArquivo\n"
+"\n"
+"Este comando lista informações sobre um módulo carregado."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Sintaxe: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"\n"
+"Lista todos os módulos atualmente carregados."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintaxe: MODLOAD NomeDoArquivo\n"
+"\n"
+"Este comando carrega o módulo chamado NomeDoArquivo\n"
+"do diretório de módulos."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Sintaxe: MODUNLOAD NomeDoArquivo\n"
+"Este comando descarrega o módulo chamado NomeDoArquivo\n"
+"do diretório de módulos."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Sintaxe: NOOP SET servidor\n"
+" NOOP REVOKE servidor\n"
+"\n"
+"NOOP SET remove todas as O:lines do servidor\n"
+"especificado e killa todos os IRCops atualmente nele\n"
+"para prevenir que eles dêem rehash no servidor (pois\n"
+"isto simplesmente cancela o efeito).\n"
+"NOOP REVOKE torna todas as O:lines removidas\n"
+"novamente disponíveis no servidor especificado.\n"
+"Nota: O servidor não é checado como um todo\n"
+"pelos Services."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Sintaxe: OFF\n"
+"Desativa o vhost atualmente associado ao nick em uso.\n"
+"Quando você usa este comando, qualquer usuário que faça um /whois\n"
+"em você irá ver seu endereço IP real/encriptado."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Sintaxe: OLINE usuário flags\n"
+"\n"
+"Permite aos Services Operators dar flags de Oper\n"
+"a qualquer usuário. Flags devem ser prefixadas com \"+\" ou\n"
+"\"-\". Para remover todas as flags apenas digite um \"-\" em\n"
+"vez de usar alguma flag."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Sintaxe: ON\n"
+"Ativa o vhost atualmente associado ao nick em uso.\n"
+"Quando você usa este comando, qualquer usuário que faça um /whois\n"
+"em você irá ver o vhost em vez do seu endereço IP real/encriptado."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Sintaxe: OP #canal [nick]\n"
+"\n"
+"Atribui status de Operador ao nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será atribuído\n"
+"a você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "OPERNEWS ADD texto"
+
+#: language.cpp:2703
+#, fuzzy, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %s messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "OPERNEWS DEL {núm | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Sintaxe: OWNER #canal\n"
+"\n"
+"Te concede status de owner no canal.\n"
+"\n"
+"Limitado àqueles que possuem acesso de Founder no canal."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Sintaxe: PROTECT #canal [nick]\n"
+"\n"
+"Protege um determinado nick no canal. Se nick não for\n"
+"fornecido, isso irá lhe proteger.\n"
+"\n"
+"Por padrão, limitado ao Founder, a SOPs ou àqueles com nível\n"
+"10 ou superior no canal para se auto-protegerem."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Sintaxe: QUIT\n"
+"\n"
+"Faz com que desligue os Services imediatamente; o banco de\n"
+"dados não é salvo. Este comando não deve ser usado a menos\n"
+"que haja um dano da cópia do banco de dados na memória e por\n"
+"isso eles não devam ser salvos. Para desligar normalmente,\n"
+"use o comando SHUTDOWN."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "RANDOMNEWS ADD texto"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Sintaxe: RANDOMNEWS ADD texto\n"
+" RANDOMNEWS DEL {núm | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Edita ou mostra a lista de random news. Quando um usuário\n"
+"se conecta à rede, uma (apenas uma) das random news será\n"
+"aleatóriamente escolhida e enviada a ele.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "RANDOMNEWS DEL {núm | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Sintaxe: READ [canal] {núm | list | LAST | NEW}\n"
+"\n"
+"Mostra as mensagens especificadas. Se LAST é fornecido, envia\n"
+"a você a mensagem recebida mais recentemente. Se NEW é fornecido,\n"
+"envia a você todas as suas novas mensagens. Caso contrário, envia\n"
+"a você a mensagem de número núm. Você também pode fornecer uma\n"
+"lista de números, como neste exemplo:\n"
+"\n"
+"READ 2-5,7-9\n"
+" Mostra as mensagens numeradas de 2 a 5 e de 7 a 9."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintaxe: RECOVER nick [senha]\n"
+"\n"
+"Permite que você recupere seu nick se alguém o tiver\n"
+"tomado; isso faz o mesmo que o %S faz automaticamente\n"
+"se alguém \"rouba\" um nick protegido com kill.\n"
+"\n"
+"Quando você usa este comando, o %S trará um falso\n"
+"usuário online com o mesmo nick de quem o está usando.\n"
+"Isto causará uma desconexão pelo servidor de IRC do outro\n"
+"usuário. O falso usuário ficará online por %s para\n"
+"assegurar que o outro usuário não reconecte imediatamente;\n"
+"Durante você pode reivindicar seu nick.\n"
+"Alternativamente, use o comando RELEASE\n"
+"(/msg %S HELP RELEASE) para retomar seu nick mais \n"
+"rapidamente.\n"
+"\n"
+"Para usar o comando RECOVER em um nick, seu endereço\n"
+"atual como mostrado no /WHOIS deve estar na lista de acesso\n"
+"do nick, você deve estar identificado e estar no grupo daquele\n"
+"nick, ou você deve fornecer a senha correta para o nick."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Sintaxe: REGISTER canal descrição\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Sintaxe: REGISTER senha [email]\n"
+"\n"
+"Registra seu nick no banco de dados do %S. Uma vez\n"
+"que seu nick está registrado, você pode usar os comandos\n"
+"SET e ACCESS para configurar as opções do seu nick como\n"
+"você preferir depois. Certifique-se de lembrar sua senha\n"
+"durante o registro, você precisará dela para fazer alterações\n"
+"no seu nick futuramente.\n"
+"(Lembre-se que maiúsculas diferem, como: ANOPE, Anope e \n"
+"anope são senhas diferentes!)\n"
+"\n"
+"Sugestões ao escolher sua senha:\n"
+"\n"
+"As senhas não devem ser de fácil adivinhação. Por exemplo,\n"
+"usar seu nome como senha é uma péssima idéia. Utilizar seu\n"
+"nick como senha é uma idéia muito pior e, de fato, o %S\n"
+"não permitirá isso. Da mesma maneira, senhas curtas são\n"
+"vulneráveis a testes de erro-e-acerto, então você deve\n"
+"escolher uma senha com pelo menos 5 caracteres. Finalmente,\n"
+"o caractere \"ESPAÇO\" não pode ser usado em senhas.\n"
+"\n"
+"O parâmetro email é opcional e servirá para setar um\n"
+"email para seu nick. Entretanto, o email pode ser obrigatório\n"
+"em algumas Redes de IRC.\n"
+"Sua privacidade é respeitada; este e-mail nunca será dado\n"
+"para terceiros.\n"
+"\n"
+"Este comando servirá também para criar um GRUPO para o seu\n"
+"nick, e irá permitir que você registre outros nicks e divida\n"
+"as mesmas configurações, os mesmos memos e os mesmos \n"
+"privilégios em canais. Para maiores informações neste recurso,\n"
+"digite /msg %S HELP GROUP."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Sintaxe: RELEASE nick [senha]\n"
+"\n"
+"Instrui o %S a remover qualquer espera no seu nick\n"
+"causada pelo kill automático de proteção ou pelo uso do\n"
+"comando RECOVER. Por padrão, essa espera dura %s;\n"
+"este comando libera o seu nick mais cedo.\n"
+"\n"
+"Para usar o comando RELEASE em um nick, seu endereço\n"
+"atual como mostrado no /WHOIS deve estar na lista de acesso \n"
+"do nick, você deve estar identificado e estar no grupo daquele\n"
+"nick, ou você deve fornecer a senha correta para o nick."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Sintaxe: RELOAD\n"
+"\n"
+"Faz com que os Services recarreguem seu arquivo de configuração. \n"
+"Repare que, para algumas mudanças terem efeito, será necessário\n"
+"que os Services sejam reiniciados."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a codekey to the nickname with the instructions on how to\n"
+"reset their psasword."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Sintaxe: RESTART\n"
+"\n"
+"Salva o banco de dados dos Services e os reinicia.\n"
+"(sai e roda imediatamente o executável)."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Sintaxe: RSEND {nick | canal} mensagem\n"
+"\n"
+"Envia para um nick ou canal um memo contendo uma\n"
+"mensagem. Quando enviar a um nick, o destinatário receberá\n"
+"um aviso de que ele tem um novo memo. O destino (nick/canal)\n"
+"deve ser registrado.\n"
+"Uma vez que o memo for lido pelo destinatário, uma notificação\n"
+"automática será enviada ao remetente informando-o que o memo\n"
+"foi lido."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Sintaxe: SAY canal texto\n"
+"\n"
+"Faz com que o bot diga determinado texto no canal dado."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Sintaxe: SEND {nick | canal} mensagem\n"
+"\n"
+"Envia um memo ao nick ou ao canal determinado contendo\n"
+"a mensagem. Quando enviada para o destinatário, este\n"
+"receberá um aviso que possui uma nova mensagem. O nick/canal\n"
+"de destino deverá estar registrado."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Sintaxe: SENDALL mensagem\n"
+"\n"
+"Envia um memo para todos os usuários registrados\n"
+"contendo uma mensagem."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Sintaxe: SENDPASS nick\n"
+"\n"
+"Envia a senha do nick em questão para o endereço de email\n"
+"ajustado no nick. Esse comando é bem útil em se falando\n"
+"de senhas perdidas.\n"
+"\n"
+"Poder ser limitado a Operadores de IRC em algumas redes."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Sintaxe: SESSION LIST número\n"
+" SESSION VIEW host\n"
+"\n"
+"Permite que os Administradores dos Services vejam a lista de\n"
+"conexões.\n"
+"\n"
+"SESSION LIST lista máscaras de hosts com pelo menos \n"
+"número conexões permitidas.\n"
+"O limite deve ser um número maior que 1. Isto deve prevenir \n"
+"a listagem de muitos hosts com um limite de conexões \n"
+"limitado a 1.\n"
+"SESSION VIEW mostra informações detalhadas sobre um host\n"
+"específico, incluindo o número de conexões atual e o limite\n"
+"A máscara dada em host não deve incluir wildcards.\n"
+"\n"
+"Veja a ajuda sobre EXCEPTION para mais informações sobre\n"
+"o limite de conexões e como especificar limites de conexões\n"
+"para certos hosts e grupos de hosts."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Sintaxe: SET <nick> <hostmask>.\n"
+"Ajusta o vhost para o nick dado com a hostmask fornecida.\n"
+"Caso seu IRCd suporte vIdents, então usando\n"
+"SET <nick> <ident>@<hostmask> ajustará idents para\n"
+"usuários, assim como vhosts."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Sintaxe: SET canal opção parâmetros\n"
+"\n"
+"Configura as opções do bot. A opção pode ser:\n"
+"\n"
+" DONTKICKOPS Protege os OPs contra kicks\n"
+" DONTKICKVOICES Protege os voices contra kicks\n"
+" GREET Habilita a mensagem de entrada\n"
+" FANTASY Habilita os comandos Fantasia\n"
+" SYMBIOSIS Permite que o bot seja um bot real\n"
+"\n"
+"Digite /msg %S HELP SET opção para maiores informações\n"
+"sobre uma opção específica.\n"
+"\n"
+"Aviso: o acesso a este comando é controlado pelo ajuste\n"
+"dos níveis de acesso do canal."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Sintaxe: SET nick PRIVATE {ON|OFF}\n"
+"\n"
+"Esta opção previne um bot de ser associado a um canal\n"
+"por usuários que não sejam Operadores de IRC."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Sintaxe: SET canal opção parâmetros\n"
+"\n"
+"Permite ao fundador do canal ajustar as várias opções do\n"
+"canal e outras informações.\n"
+"\n"
+"Opções disponíveis:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintaxe: SET canal DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Ativa ou desativa o modo de proteção de OPs em um canal.\n"
+"Quando estiver ativado, os OPs não serão kickados pelo bot,\n"
+"mesmo se eles não se enquadram no nível de NOKICK."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Sintaxe: SET canal DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Ativa ou desativa o modo de proteção de voices em um canal.\n"
+"Quando estiver ativado, os voices não serão kickados pelo bot,\n"
+"mesmo se eles não se enquadram no nível de NOKICK."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Sintaxe: SET canal FANTASY {ON|OFF}\n"
+"\n"
+"Ativa ou desativa o modo fantasia em um canal.\n"
+"Quando estiver ativado, os usuários poderão usar\n"
+"comandos como !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen em um canal. Em algumas\n"
+"redes, mais comandos podem estar disponíveis, tais\n"
+"como: !owner, !deowner, !protect, !deprotect,\n"
+"!halfop, !dehalfop.\n"
+"\n"
+"Note que os usuários que quiserem usar esses \n"
+"comandos DEVEM ter um nível suficiente tanto para\n"
+"o nível FANTASIA quanto para outro, dependendo\n"
+"do comando usado (por exemplo, para usar !op, o \n"
+"usuário deve ter acesso aos comandos OP e DEOP)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Sintaxe: SET canal GREET {ON|OFF}\n"
+"\n"
+"Ativa ou desativa o modo greet em um canal.\n"
+"Quando ativado, o bot irá mostrar mensagens de\n"
+"entrada dos usuários quando eles entrarem no\n"
+"canal, caso tenham nível de acesso suficiente."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Sintaxe: SET canal NOBOT {ON|OFF}\n"
+"\n"
+"Este comando faz com que um determinado bot não possa ser\n"
+"associado a um canal. Se já houver um bot associado a este\n"
+"canal, este será automaticamente desassociado quando você\n"
+"ativar essa opção."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Sintaxe: SET canal NOEXPIRE {ON | OFF}\n"
+"\n"
+"Determina se o canal poderá ter seu registro expirado.\n"
+"Ajustando para ON, evita que o canal seja desregistrado\n"
+"por passar do tempo de expiração."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Sintaxe: SET canal SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Ativa ou desativa o modo symbiosis em um canal.\n"
+"Quando ativado, o bot fará tudo aquilo que \n"
+"normalmente é feito pelo %s nos canais, como as \n"
+"mudanças de modos, kicks e, inclusive, a mensagem\n"
+"de entrada (entrymsg)."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Sintaxe: SET opção parâmetros\n"
+"\n"
+"Ajusta várias opções de nick. A opção pode ser:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Sintaxe: SET opção parâmetros\n"
+"\n"
+"Ajusta várias opções de mensagens. A opção pode ser uma dessas:\n"
+"\n"
+" NOTIFY Altera quando você será notificado sobre novas\n"
+" mensagens (só para nicks)\n"
+" LIMIT Ajusta o número máximo de mensagens que você\n"
+" pode receber.\n"
+"\n"
+"Digite /msg %S HELP SET opção, para mais informações sobre\n"
+"uma opção específica."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Sintaxe: SET opção seleção\n"
+"\n"
+"Ajusta várias opções globais dos Services. Os nomes de opção\n"
+"atualmente definidas são:\n"
+" READONLY Ativa o modo read-only ou read-write\n"
+" LOGCHAN Ativa ou desativa envio de log a um canal\n"
+" DEBUG Ativa ou desativa o modo de depuração (debug)\n"
+" NOEXPIRE Ativa ou desativa o modo não-expira\n"
+" SUPERADMIN Ativa ou desativa o modo Super-Admin\n"
+" IGNORE Ativa ou desativa o modo Ignore\n"
+" LIST Lista as opções atuais"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Sintaxe: SET DEBUG {ON | OFF | número}\n"
+"\n"
+"Ativa ou desativa o modo de depuração (debug). No modo de\n"
+"depuração, todos os dados enviados para os Services e vindos\n"
+"deles, assim como um número de outras mensagens de depuração\n"
+"são enviadas a um arquivo de log. Se número é fornecido,\n"
+"o modo de depuração é ativado, com nível de depuração ajustado\n"
+"para número.\n"
+"\n"
+"Esta opção é equivalente à opção da linha de comando\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Sintaxe: SET DISPLAY novo-display\n"
+"\n"
+"Altera o display usado como referência ao nome do seu grupo \n"
+"nos Services. O novo display DEVE ser um nick do seu grupo."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Sintaxe: SET EMAIL endereço\n"
+"\n"
+"Associa um endereço de email designado ao seu nick. Este\n"
+"endereço será sempre mostrado quando alguém solicitar\n"
+"informação sobre seu nick atraves do comando INFO.\n"
+"O email especificado também é usado para enviar sua senha\n"
+"caso seja perdida. Caso não tenha nenhum endereço para seu\n"
+"nick ou o mesmo seje inválido, não será possível recuperar\n"
+"a senha perdida."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Sintaxe: SET GREET mensagem\n"
+"\n"
+"Faz com que a mensagen escolhida se torne a sua mensagem\n"
+"de entrada que aparecerá sempre quando você entrar em um canal\n"
+"que tenha a opção GREET habilitada, e também tenha acesso a isto."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Sintaxe: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Permite que você previna que certas informações sejam\n"
+"mostradas quando alguém usa %S INFO no seu nick. Você pode\n"
+"esconder seu endereço de e-mail (EMAIL), última máscara vista\n"
+"user@host (USERMASK), seu status de acesso aos Services\n"
+"(STATUS) e sua última mensagem de saída (QUIT).\n"
+"O segundo parâmetro especifica quando a informação deve ser\n"
+"mostrada (OFF) ou escondida (ON)."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Sintaxe: SET IGNORE {ON | OFF}\n"
+"\n"
+"Ajustando esta opção, fará os Services usarem ou não o sistema\n"
+"de IGNORE."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Sintaxe: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Possibilita a proteção de KILL do seu nick. Com a proteção\n"
+"de KILL acionada, se outro usuário tentar tomar seu nick,\n"
+"será dado 1 minuto para este mudar de nick; após isso, será\n"
+"forçado pelo %S a trocar de nick, ou será desconectado da\n"
+"rede (esse último não acontece em todas elas).\n"
+"\n"
+"Se você selecionar QUICK, será dado ao usuário somente 20\n"
+"segundos para mudar de nick ao invés do usual (60 segundos).\n"
+"Se você selecionar a opção IMMED, o nick será mudado\n"
+"imediatamente sem mesmo ser avisado antes; é recomendado\n"
+"não usar essa opção, a não ser que seja necessário. Pode\n"
+"acontecer do Administrador da Rede desabilitar essa opção."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Sintaxe: SET LANGUAGE número\n"
+"\n"
+"Muda a linguagem que os Services usam ao enviar mensagens\n"
+"para você (por exemplo, quando responde um comando que você\n"
+"emite). A linguagem Português, assim como outras, pode\n"
+"apresentar algumas diferenças da linguagem Inglês (English),\n"
+"já que Inglês é a linguagem oficial destes Services.\n"
+"O número deve ser escolhido da seguinte lista de línguas:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Sintaxe: SET LIMIT [canal] limite\n"
+"\n"
+"Ajusta o número máximo de mensagens que você (ou o canal fornecido)\n"
+"podem ter. Se você ajustar para 0, ninguém será capaz de enviar\n"
+"mensagens para você. Entretanto, você não pode ajustar este\n"
+"limite para mais que %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Sintaxe: SET LIMIT [usuário | canal] {limite | NONE} [HARD]\n"
+"\n"
+"Ajusta o número máximo de mensagens que um usuário ou canal podem\n"
+"ter. Ajustando o limite para 0, previne o usuário de receber\n"
+"qualquer mensagem; ajustando o limite em NONE permite que o\n"
+"usuário receba e mantenha quantas mensagens quiser. Se você\n"
+"não fornecer o nick ou canal, seu próprio limite será ajustado.\n"
+"\n"
+"Adicionando HARD previne que o usuário mude o limite.\n"
+"Não adicionando HARD tem o efeito contrário, permitindo\n"
+"que o usuário mude o limite (mesmo se um limite anterior\n"
+"foi ajustado com HARD).\n"
+"\n"
+"Este uso do comando SET LIMIT é limitado aos Administradores\n"
+"dos Services. Outros usuários somente ajustarão seus\n"
+"próprios limites ou de um canal onde tenham privilégios\n"
+"para isso, não podem remover seu próprio limite, não\n"
+"podem ajustar o limite acima de %d, e não podem ajustar\n"
+"um limite máximo (HARD)."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Sintaxe: SET LIST\n"
+"\n"
+"Exibe as várias configurações do %S."
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Sintaxe: SET LOGCHAN {ON | OFF}\n"
+"\n"
+"Com esta opção ativada, os Services enviarão seus logs\n"
+"para um canal especificado. LogChannel deve estar definido\n"
+"na configuração dos Services para esta opção poder ser usada.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"\n"
+"Nota: Pode haver graves implicações de segurança se o canal\n"
+"de log não estive devidamente seguro."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Sintaxe: SET MSG {ON | OFF}\n"
+"\n"
+"Permite que você escolha a forma que os Services devem se \n"
+"comunicar com você. Com MSG acionado, os Services irão usar\n"
+"mensagems, caso contrário, usarão notices. "
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Sintaxe: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Ativa ou desativa o modo NOEXPIRE. Se estiver ativado, os\n"
+"nicks, canais, akills e exceções não irão expirar enquanto a \n"
+"opção não for desativada.\n"
+"\n"
+"Esta opção é equivalente à opção da linha de comando\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Sintaxe: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Altera quando você será notificado sobre novas mensagens:\n"
+"\n"
+" ON Você será notificado sobre mensagens quando você\n"
+" conectar, quando voltar de um /AWAY e quando\n"
+" são enviadas a você.\n"
+" LOGON Você só será notificado sobre mensagens quando você\n"
+" conectar ou quando voltar de um /AWAY.\n"
+" NEW Você só será notificado sobre mensagens quando elas\n"
+" forem enviadas a você.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Você não receberá nenhuma notificação sobre mensagens.\n"
+"\n"
+"ON é essencialmente a combinação de LOGON e NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Sintaxe: SET PASSWORD nova-senha\n"
+"\n"
+"Muda a senha de seu nick."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Sintaxe: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Torna a opção de privacidade do %S sobre o seu nick\n"
+"em ativada (ON) ou desativada (OFF). Com o PRIVATE ativado,\n"
+"seu nick não aparecerá nas listagens de nicks geradas com\n"
+"o comando %S's LIST. (Entretando, alguém que sabe do seu\n"
+"nick ainda pode obter informações usando o comando INFO)."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Sintaxe: SET READONLY {ON | OFF}\n"
+"\n"
+"Ativa ou desativa o modo read-only (somente leitura).\n"
+"No modo read-only, usuários normais não serão capazes de\n"
+"modificar nenhum dado nos Services, incluindo lista de acesso\n"
+"de canais e nicks etc. IRCops com privilégios suficientes\n"
+"nos Services serão capazes de modificar a lista de AKILL\n"
+"e de proibir ou cancelar o registro de canais ou nicks,\n"
+"embora quaisquer mudanças não serão salvas no banco de\n"
+"dados a menos que o modo read-only seja desativado antes\n"
+"dos Services serem terminados ou reiniciados.\n"
+"\n"
+"Esta opção é equivalente à opção da linha de comando\n"
+"-readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Sintaxe: SET SECURE {ON | OFF}\n"
+"\n"
+"Torna os recursos de segurança do %S ativados (ON) ou\n"
+"desativados (OFF) sobre o seu nick. Com o SECURE acionado\n"
+"você deve entrar com sua senha antes de ser reconhecido como\n"
+"usuário do nick, independentemente do fato do seu endereço\n"
+"constar na lista de acesso. Entretanto, se você está na\n"
+"lista de acesso, o %S não irá dar auto-kill em você de\n"
+"acordo com os ajustes da opção KILL."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Sintaxe: SET SUPERADMIN {ON | OFF}\n"
+"\n"
+"Ativando esta opção, lhe serão concedidos privilégios extras como a\n"
+"habilidade de ser \"founder\" em todos os canais etc.\n"
+"Esta opção não é permanente, e deve ser usada somente quando\n"
+"necessária, e desativada quando não for mais necessária."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Sintaxe: SETALL <nick> <hostmask>.\n"
+"Ajusta o vhost para todos os nicks no mesmo grupo do\n"
+"nick fornecido. Caso seu IRCd suporte vIdents, então\n"
+"usando SETALL <nick> <ident>@<hostmask> ajustará idents\n"
+"para usuários, assim como vhosts.\n"
+"* NOTA: isto não irá atualizar o vhost de nenhum nick\n"
+"adicionado ao grupo depois que o comando foi usado."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Sintaxe: SHUTDOWN\n"
+"\n"
+"Salva o banco de dados dos Services e os desliga."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Sintaxe: SNLINE ADD [+tempo] máscara:motivo\n"
+" SNLINE DEL {máscara | entrada | lista-entradas}\n"
+" SNLINE LIST [máscara | lista-entradas]\n"
+" SNLINE VIEW [máscara | lista-entradas]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Permite que Operadores dos Services manipulem a lista de\n"
+"SNLINE. Se um usuário que tenta conectar possui um realname\n"
+"previsto na lista de SNLINE, os Services não permitirão que\n"
+"ele continue sua sessão de IRC.\n"
+"\n"
+"SNLINE ADD adiciona uma máscara realname na lista de SNLINE\n"
+"para um dado motivo (deve ser fornecido).\n"
+"Opcionalmente, um tempo pode ser fornecido. O tempo precede a\n"
+"máscara e é especificado como um número inteiro seguido por uma das\n"
+"seguintes unidades: d (dias), h (horas) ou m (minutos).\n"
+"Combinações (como 1h30m) não são permitidas. Se uma unidade\n"
+"específica não é incluída, o padrão é em dias (assim, +30\n"
+"significa 30 dias). Para adicionar um SNLINE que não expira,\n"
+"use +0. Se a máscara de realname a ser adicionada começar com\n"
+"um +, o tempo do SNLINE deve ser fornecido, mesmo se esse tempo\n"
+"for igual ao padrão. O tempo atual de expiração de SNLINE pode ser\n"
+"encontrado com o comando STATS AKILL.\n"
+"Nota: devido ao fato da máscara de realname poder conter espaços,\n"
+"o separador entre ela e o motivo é um sinal de dois-pontos.\n"
+"\n"
+"SNLINE DEL remove uma dada máscara da lista de SNLINE, se ela\n"
+"estiver presente. Se uma lista de números de entrada for fornecida,\n"
+"essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"SNLINE LIST mostra a lista de SNLINE atual.\n"
+"Se uma máscara for fornecida, apenas as entradas que combinarem\n"
+"com a máscara serão exibidas. Se uma lista de números de entrada\n"
+"for fornecida, apenas essas entradas serão exibidas; por exemplo:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lista as entradas de SNLINE numeradas de 2 a 5 e de 7 a 9.\n"
+"\n"
+"SNLINE VIEW é uma versão mais detalhada do SNLINE LIST,\n"
+"e mostrará quem adicionou o SNLINE, a data em que foi adicionado,\n"
+"e quando irá expirar, como também a máscara realname e o motivo.\n"
+"\n"
+"SNLINE CLEAR apaga todas as entradas da lista de SNLINE."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxe: SOP canal ADD nick\n"
+" SOP canal DEL {nick | entrada | lista-entradas}\n"
+" SOP canal LIST [máscara | lista-entradas]\n"
+" SOP canal CLEAR\n"
+"\n"
+"Mantém a lista de SOP (SuperOP) para um canal. A lista\n"
+"de SOP dá a um usuário todos os direitos dados pela lista de\n"
+"AOP, e adiciona a isso os direitos de: usar as listas de AutoKick\n"
+"e BadWords, enviar e ler memos do canal, e assim por diante.\n"
+"\n"
+"O comando SOP ADD adiciona o nick fornecido à lista de SOP.\n"
+"\n"
+"O comando SOP DEL remove o nick fornecido da lista de SOP.\n"
+"Se uma lista de números de entrada é fornecida, essas entradas\n"
+"são deletadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"O comando SOP LIST exibe a lista de SOP. Se uma máscara\n"
+"é fornecida, apenas as entradas que combinarem com ela serão\n"
+"mostradas. Se uma lista de números de entrada é fornecida,\n"
+"apenas essas entradas são mostradas; por exemplo:\n"
+"\n"
+" SOP #canal LIST 2-5,7-9\n"
+" Lista as entradas de SOP numeradas de 2 a 5 e de\n"
+" 7 a 9.\n"
+"\n"
+"O comando SOP CLEAR remove todas as entradas da lista de SOP.\n"
+"\n"
+"Os comandos SOP ADD, SOP DEL e SOP CLEAR são limitados\n"
+"ao Fundador do canal. No entanto, qualquer usuário na lista de AOP\n"
+"pode usar o comando SOP LIST.\n"
+"\n"
+"Este comando pode ter sido desabilitado para seu canal\n"
+"e, nesse caso, você precisa usar a lista de acesso. Veja\n"
+"/msg %S HELP ACCESS para informações sobre a lista\n"
+"de acesso, e /msg %S HELP SET XOP para saber como\n"
+"escolher entre a lista de acesso e o sistema de listas xOP."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Sintaxe: SQLINE ADD [+tempo] máscara motivo\n"
+" SQLINE DEL {máscara | entrada | lista-entradas}\n"
+" SQLINE LIST [máscara | lista-entradas]\n"
+" SQLINE VIEW [máscara | lista-entradas]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Permite que Operadores dos Services manipulem a lista de\n"
+"SQLINE. Se um usuário que tenta conectar possui um nick\n"
+"previsto na lista de SQLINE, os Services não permitirão que\n"
+"ele continue sua sessão de IRC.\n"
+"\n"
+"SQLINE ADD adiciona uma máscara na lista de SQLINE\n"
+"para um dado motivo (deve ser fornecido).\n"
+"Opcionalmente, um tempo pode ser fornecido. O tempo precede a\n"
+"máscara e é especificado como um número inteiro seguido por uma das\n"
+"seguintes unidades: d (dias), h (horas) ou m (minutos).\n"
+"Combinações (como 1h30m) não são permitidas. Se uma unidade\n"
+"específica não é incluída, o padrão é em dias (assim, +30\n"
+"significa 30 dias). Para adicionar um SQLINE que não expira,\n"
+"use +0. Se a máscara a ser adicionada começar com um +,\n"
+"o tempo do SQLINE deve ser fornecido, mesmo se esse tempo for\n"
+"igual ao padrão. O tempo atual de expiração de SQLINE pode ser\n"
+"encontrado com o comando STATS AKILL.\n"
+"\n"
+"SQLINE DEL remove uma dada máscara da lista de SQLINE, se ela\n"
+"estiver presente. Se uma lista de números de entrada for fornecida,\n"
+"essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"SQLINE LIST mostra a lista de SQLINE atual.\n"
+"Se uma máscara for fornecida, apenas as entradas que combinarem\n"
+"com a máscara serão exibidas. Se uma lista de números de entrada\n"
+"for fornecida, apenas essas entradas serão exibidas; por exemplo:\n"
+"\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lista as entradas de SQLINE numeradas de 2 a 5 e de 7 a 9.\n"
+"\n"
+"SQLINE VIEW é uma versão mais detalhada do SQLINE LIST,\n"
+"e mostrará quem adicionou o SQLINE, a data em que foi adicionado,\n"
+"e quando irá expirar, como também a máscara e o motivo.\n"
+"\n"
+"SQLINE CLEAR apaga todas as entradas da lista de SQLINE."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Sintaxe: STAFF\n"
+"Exibe todos os nicks da Staff dos Services juntamente com seus\n"
+"níveis e status on-line."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Sintaxe: STAFF mensagem\n"
+"\n"
+"Envia um memo a todos os membros da Staff dos Services\n"
+"contendo uma mensagem."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Sintaxe: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Sem nenhuma opção, mostra o número atual de usuários e\n"
+"IRCops online (excluindo Services), o número máximo de\n"
+"usuários online conectados simultaneamente desde que os\n"
+"Services foram iniciados na rede, e o tempo pelo qual os\n"
+"Services estão rodando sem interrupções.\n"
+"\n"
+"Com a opção AKILL, será mostrado o tamanho atual da\n"
+"listas de AKILL e SQLINE e o tempo padrão para um AKILL\n"
+"ou SQLINE expirar.\n"
+"\n"
+"A opção ALL está disponível apenas para os Administradores\n"
+"dos Services, e mostra informações sobre o consumo de memória\n"
+"dos Services. O uso deste comando pode congelar os Services\n"
+"por um curto período de tempo em redes grandes, então não\n"
+"abuse deste comando!\n"
+"\n"
+"A opção RESET reinicia a contagem do máximo de usuários\n"
+"para o número de usuários atualmente conectados na rede."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Sintaxe: STATUS canal nick\n"
+"\n"
+"Retorna o nível de acesso atual de um determinado nick em um\n"
+"determinado canal. A resposta será no formato:\n"
+"\n"
+" STATUS canal nick nível-de-acesso\n"
+"\n"
+"Se um erro ocorrer, a resposta será no formato:\n"
+"\n"
+" STATUS ERROR mensagem-de-erro"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Sintaxe: STATUS nick...\n"
+"\n"
+"Retorna se o usuário que está usando um determinado nick\n"
+"é reconhecio como dono do nick. \n"
+"A resposta tem este formato:\n"
+"\n"
+" nick código-de-status account\n"
+"\n"
+"where nick is the nickname sent with the command,\n"
+"código-de-status is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - usuário não está conectado ou o nick não está registrado\n"
+" 1 - usuário não reconhecido como dono do nick\n"
+" 2 - usuário reconhecido como dono só pela lista de acesso\n"
+" 3 - usuário reconhecido como dono via identificação por senha\n"
+"\n"
+"Até 16 nicks podem ser enviados com cada comando; o resto será\n"
+"ignorado. Se nenhum nick for fornecido, seu status será exibido."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Sintaxe: SUSPEND canal [motivo]\n"
+"\n"
+"Proibe qualquer um de registrar ou usar o canal dado.\n"
+"Pode ser cancelado usando o comando UNSUSPEND para\n"
+"preservar todos os dados/configurações anteriores do canal.\n"
+"\n"
+"Um motivo pode ser necessário em algumas redes."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Sintaxe: SVSNICK nick novo-nick\n"
+"\n"
+"Força a mudança do nick de um usuário, de nick a novo-nick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Sintaxe: SZLINE ADD [+tempo] máscara motivo\n"
+" SZLINE DEL {máscara | entrada | lista-entradas}\n"
+" SZLINE LIST [máscara | lista-entradas]\n"
+" SZLINE VIEW [máscara | lista-entradas]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Permite que Operadores dos Services manipulem a lista de\n"
+"SZLINE. Se um usuário que tenta conectar possui um IP\n"
+"previsto na lista de SZLINE, os Services não permitirão que\n"
+"ele continue sua sessão de IRC (e isso, mesmo se o IP possuir\n"
+"ou não um PTR RR).\n"
+"\n"
+"SZLINE ADD adiciona uma máscara de IP na lista de SZLINE\n"
+"para um dado motivo (deve ser fornecido).\n"
+"Opcionalmente, um tempo pode ser fornecido. O tempo precede a\n"
+"máscara e é especificado como um número inteiro seguido por uma das\n"
+"seguintes unidades: d (dias), h (horas) ou m (minutos).\n"
+"Combinações (como 1h30m) não são permitidas. Se uma unidade\n"
+"específica não é incluída, o padrão é em dias (assim, +30\n"
+"significa 30 dias). Para adicionar um SZLINE que não expira,\n"
+"use +0. Se a máscara a ser adicionada começar com um +,\n"
+"o tempo do SZLINE deve ser fornecido, mesmo se esse tempo for\n"
+"igual ao padrão. O tempo atual de expiração de SZLINE pode ser\n"
+"encontrado com o comando STATS AKILL.\n"
+"\n"
+"SZLINE DEL remove uma dada máscara da lista de SZLINE, se ela\n"
+"estiver presente. Se uma lista de números de entrada for fornecida,\n"
+"essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"SZLINE LIST mostra a lista de SZLINE atual.\n"
+"Se uma máscara for fornecida, apenas as entradas que combinarem\n"
+"com a máscara serão exibidas. Se uma lista de números de entrada\n"
+"for fornecida, apenas essas entradas serão exibidas; por exemplo:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lista as entradas de SZLINE numeradas de 2 a 5 e de 7 a 9.\n"
+"\n"
+"SZLINE VIEW é uma versão mais detalhada do SZLINE LIST,\n"
+"e mostrará quem adicionou o SZLINE, a data em que foi adicionado,\n"
+"e quando irá expirar, como também a máscara IP e o motivo.\n"
+"\n"
+"SZLINE CLEAR apaga todas as entradas da lista de SZLINE."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Sintaxe: TOPIC canal [tópico]\n"
+"\n"
+"Manda %S ajustar o tópico do canal para o que foi especificado.\n"
+"Se tópico não é fornecido, então um tópico vazio será\n"
+"ajustado. Este comando é mais útil se usado junto com a opção\n"
+"SET TOPICLOCK. Veja /msg %S HELP SET TOPICLOCK\n"
+"para mais informação.\n"
+"\n"
+"Por padrão, limitado àqueles que possuem acesso de Founder no canal."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Sintaxe: UMODE usuário modos\n"
+"\n"
+"Permite aos Services Operators ajustar os\n"
+"modos de usuário para qualquer usuário. Os parâmetros\n"
+"são os mesmos do comando /MODE padrão."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Sintaxe: UNASSIGN canal\n"
+"\n"
+"Desassocia um bot de um canal. Quando você usa este comando,\n"
+"o bot não irá entrar mais no canal. Entretando, será mantida\n"
+"a configuração do bot para aquele canal, para que você possa\n"
+"sempre poder associá-lo àquele canal mais tarde sem ter que\n"
+"configurar tudo novamente."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Sintaxe: UNBAN #canal [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Sintaxe: UNSUSPEND canal\n"
+"\n"
+"Libera um canal suspenso. Todos os dados e configurações\n"
+"são preservados de antes da suspensão."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Sintaxe: UPDATE\n"
+"\n"
+"Faz com que os Services atualizem o banco de dados logo que\n"
+"você envia este comando."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Sintaxe: USERLIST [{padrão | canal} [INVISIBLE]]\n"
+"\n"
+"Lista todos os usuários online na Rede, tenham eles nicks\n"
+"registrados ou não.\n"
+"\n"
+"Se um padrão é fornecido, listará apenas usuários que combinem\n"
+"com ele (deve estar no formato nick!ident@host). Se um canal é\n"
+"fornecido, listará apenas usuários que estão no canal dado.\n"
+"estiver usando. Se INVISIBLE é especificado, listará apenas usuários\n"
+"que tenham o modo +i."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Sintaxe: VOICE #canal [nick]\n"
+"\n"
+"Atribui status de Voice ao nick dado em um determinado\n"
+"canal. Se não for fornecido um nick, o status será atribuído\n"
+"a você mesmo.\n"
+"\n"
+"Por padrão, é limitado aos AOPs ou àqueles que possuem\n"
+"nível de acesso 5 ou superior no canal; ou aos VOPs ou\n"
+"àqueles que possuem nível de acesso 3 ou superior, para\n"
+"atribuírem o status a eles mesmos."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Sintaxe: VOP canal ADD nick\n"
+" VOP canal DEL {nick | entrada | lista-entradas}\n"
+" VOP canal LIST [máscara | lista-entradas]\n"
+" VOP canal CLEAR\n"
+"\n"
+"Mantém a lista de VOP (VOicePeople) para um canal. A lista\n"
+"de VOP permite a um usuário receber Voice automaticamente\n"
+"ao entrar no canal e dar Voice a si mesmo se não possuir.\n"
+"\n"
+"O comando VOP ADD adiciona o nick fornecido à lista de VOP.\n"
+"\n"
+"O comando VOP DEL remove o nick fornecido da lista de VOP.\n"
+"Se uma lista de números de entrada é fornecida, essas entradas\n"
+"são deletadas. (Veja o exemplo para LIST abaixo.)\n"
+"\n"
+"O comando VOP LIST exibe a lista de VOP. Se uma máscara\n"
+"é fornecida, apenas as entradas que combinarem com ela serão\n"
+"mostradas. Se uma lista de números de entrada é fornecida,\n"
+"apenas essas entradas são mostradas; por exemplo:\n"
+"\n"
+" VOP #canal LIST 2-5,7-9\n"
+" Lista as entradas de VOP numeradas de 2 a 5 e de\n"
+" 7 a 9.\n"
+"\n"
+"O comando VOP CLEAR remove todas as entradas da lista de VOP.\n"
+"\n"
+"Os comandos VOP ADD, VOP DEL e VOP LIST são limitados\n"
+"aos AOPs ou acima, enquanto o comando VOP CLEAR pode ser usado\n"
+"apenas pelo Fundador do canal.\n"
+"\n"
+"Este comando pode ter sido desabilitado para seu canal\n"
+"e, nesse caso, você precisa usar a lista de acesso. Veja\n"
+"/msg %S HELP ACCESS para informações sobre a lista\n"
+"de acesso, e /msg %S HELP SET XOP para saber como\n"
+"escolher entre a lista de acesso e o sistema de listas xOP."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Sintaxe: SUSPEND nick motivo\n"
+"SUSPENDE um nick, impedindo-o de ser usado."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Sintaxe: UNSUSPEND nick\n"
+"LIBERA um nick suspendido, permitindo que seja usado."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Sintaxe: UPDATE\n"
+"Atualiza seu status atual, ou seja, checa por novos memos,\n"
+"seta modos de canal necessários (ModeonID) e atualiza seu\n"
+"vHost e suas flags de usuário (Último horário visto etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC canal [tópico]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "O comando IMMED não está disponível nesta Rede."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Lista de AKILL apagada."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "O Nível do Defcon está agora no Nível: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "A lista de SNLINE foi apagada."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "A lista de SQLINE foi apagada."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "A lista de SZLINE foi apagada."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "O canal %s não tem key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Os seguintes comandos foram carregados por um módulo:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Os seguintes nomes de recursos/funções são entendidos.\n"
+"Note que os níveis para AUTODEOP e NOJOIN são os níveis\n"
+"máximos, enquanto que todos os outros são níveis mínimos."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "O host %s possui atualmente %d sessões com um limite de %d."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "O último memo que você enviou para %s (enviado em %s) foi lido."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"O último memo que você enviou para %s (enviado em %s) ainda não foi lido."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "O limite de memos para %s não pode ser mudado."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "O novo display deve ser um nick do seu grupo!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "O novo display é agora %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "O nick %s está sendo alterado para %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "A lista de vHost está limpa."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "Existem %d memos para o canal %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Não existem bots disponíveis no momento.\n"
+"Peça a um Administrador dos Services para criar mais bots!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Existem muitos nicks no grupo de %s; liste-os e remova alguns.\n"
+"Digite /msg %s HELP GLIST e /msg %s HELP DROP para\n"
+"mais informações."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "Existe %d memo para o canal %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Foi recebido um novo memo para o canal %s.\n"
+"Digite /msg %s READ %s %d para ler."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Não possui mais nenhum bot associado ao canal %s."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Não existem logon news."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Não existe nenhum oper news."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Não há RandomNews."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Não há endereço de email ajustado para o seu nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Essas opções são reservadas aos Administradores dos Services:\n"
+" \n"
+" NOBOT Previne um bot de ser associado a \n"
+" um canal\n"
+" PRIVATE Previne um bot de ser associado por\n"
+" quem não é Operador de IRC."
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Este canal foi forbidado."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Este canal foi registrado com o %s."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Este canal foi suspenso."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Este canal não pode ser usado."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Este canal não irá expirar."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Este comando não é mais usado; use %s."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Esse nick já foi solicitado, por favor verifique seu e-mail pelo passcode"
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Esse nick está aguardando um código de verificação por e-mail antes de "
+"completar o registro."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Este nick foi registrado por outra pessoa. Por favor escolha outro.\n"
+"(Se este for seu nick, digite /msg %s IDENTIFY senha.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Este nick é registrado; você não pode usá-lo."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Este nick está atualmente suspenso"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Este nick está atualmente suspenso, motivo: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Este nick está registrado e protegido. Se este for seu\n"
+"nick, digite /msg %s IDENTIFY senha. Caso contrário,\n"
+"por favor escolha outro nick."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Este nick não pode ser usado. Por favor escolha outro."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Este nick não irá expirar."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Trava de tópico"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Retenção de tópico"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Trava de tópico para %s está agora DESATIVADA."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Trava de tópico para %s está agora ATIVADA."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Retenção de tópico para %s está agora DESATIVADA."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Retenção de tópico para %s está agora ATIVADA."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Desligue o CAPS LOCK!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Digite /msg %S HELP comando para ajuda em qualquer um\n"
+"dos comandos acima.\n"
+" \n"
+"(*) Por padrão, qualquer usuário com pelo menos nível 10 de acesso\n"
+" em um canal pode ler os memos do canal. Isso pode ser mudado\n"
+" com o comando %s LEVELS."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname. "
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Digite /msg %S HELP SET opção para maiores informações\n"
+"sobre uma opção em particular."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Digite /msg %S SET EMAIL e-mail para setar seu e-mail.\n"
+"Sua privacidade é respeitada; seu e-mail não será dado\n"
+"para terceiros."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Digite /msg %s LIST NEW para listar."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Digite /msg %s READ %d para ler."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Digite /msg %s READ LAST para ler."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modos"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN canal"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN canal [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND canal"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nick"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Impossível carregar o módulo %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Impossível remover o módulo %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Opção SET desconhecida: %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Opção STATS desconhecida: %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Comando desconhecido: %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Comando desconhecido %s. Digite /msg %s HELP para ajuda."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Número de linguagem desconhecida %d. Digite /msg %s HELP SET LANGUAGE para "
+"uma lista das linguagens disponíveis."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Modo %c desconhecido e ignorado."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Opção desconhecida: %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Opção desconhecida: %s.\n"
+"Digite /msg %S HELP KICK para maiores informações."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Opção desconhecida: %s.\n"
+"Digite /msg %S HELP SET para maiores informações."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Atualizando banco de dados."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "Usuário %s não encontrado na DB do NickServ."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Usuários : %6d registros, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"Usuário que usava seu nick foi derrubado.\n"
+"/msg %s RELEASE %s para liberar seu nick antes de %s."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "Usuário combina com Except do canal."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Lista de usuários:\n"
+"Nick Máscara"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Lista de VOP para %s:\n"
+" Núm Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Proteção de Voices"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Cuidado com suas palavras!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Você já é um membro do grupo %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Você já está identificado."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Você não é mais um Super-Admin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Você não tem permissão para ser operador no canal %s."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Você não tem permissão para permanecer neste canal."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Você não tem permissão para mudar seu limite de memos."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Você é agora um Super-Admin"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Você agora é um Operador de IRC."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr "You are now identified for your nick "
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Você é agora um membro do grupo %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+"Você não pode pedir uma notificação ao enviar uma mensagem a si próprio."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Você não pode usar o comando GHOST em si mesmo!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Você não pode usar o comando RECOVER em si mesmo!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Você não pode usar este comando.\n"
+"Ao invés, use os comandos VOP, HOP, AOP e SOP.\n"
+"Digite /msg %s HELP comando para mais informação."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Você não pode usar este comando. Ao invés, use o comando ACCESS.\n"
+"Digite /msg %s HELP ACCESS para mais informação."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Você não pode colocar o limite de memos para %s maior que %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Você não pode colocar seu limite de memos maior que %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Você não pode remover o e-mail nesta Rede."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Você possui atualmente %d memos, dos quais %d não foram lidos."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Você possui atualmente %d memos, dos quais 1 não foi lido."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Você possui atualmente %d memos."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Você possui atualmente %d memos; dos quais nenhum foi lido."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Você possui atualmente 1 memo, e este ainda não foi lido."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Você possui atualmente 1 memo."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Você não possui nenhum memo atualmente."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Você me encontrou, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Você tem %d novos memos."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Você tem 1 novo memo."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Você recebeu um novo memo de %s.\n"
+"Digite /msg %s READ %d para ler."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Você tentou registrar um canal não existente: %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Você não está mais banido do %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Você não possui limite de memos que pode guardar."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Você não possui memos."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Você não possui novos memos."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Você precisa digitar um número válido como tempo."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Você precisa primeiro associar um bot ao canal antes de usar este comando.\n"
+"Digite /msg %S HELP ASSIGN para maiores informações."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "Você deve ser no mínimo um operador para registrar o canal."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"Você deve estar conectado há mais de %d segundos para registrar seu nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Você deve travar o modo +i para poder travar o modo +K."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Você deve travar o modo +l para poder travar o modo +L."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Você deve agora setar um e-mail para seu nick.\n"
+"Este e-mail permitirá que você receba sua senha por ele\n"
+"caso você se esqueça dela."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Você será notificado de novos memos quando conectar e quando eles forem "
+"enviados."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Você será notificado de novos memos quando conectar."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Você será notificado de novos memos quando eles forem enviados."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Você não poderá mais receber memos."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Você não será mais notificado por email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Você será notificado de novos memos."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "Você será notificado sobre novos memos por email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Seu e-mail está agora escondido do comando %s INFO."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Seu e-mail irá agora aparecer no comando %s INFO."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Seu IRCD não suporta vIdent's, se isto não está certo, por favor reporte "
+"isso como um possível bug."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Sua lista de acesso está vazia."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Sua última mensagem de saída está agora escondida do comando %s INFO."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Sua última mensagem de saída irá agora aparecer no comando %s INFO."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Seu último endereço usado (user@host) está agora escondido do comando %s "
+"INFO."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr ""
+"Seu último endereço usado (user@host) irá agora aparecer no comando %s INFO."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Seu limite de memos foi desativado."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Seu limite de memo é agora de %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Seu limite de memos é de %d, e não pode ser alterado."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Seu limite de memos é de %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Seu limite de memos é de 0; você não pode receber novos memos."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Seu limite de memos é de 0; você não pode receber novos memos. Você não pode "
+"alterar esse limite."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Seu nick foi desconectado."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Seu nick já está registrado; digite /msg %s DROP primeiro."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Seu nick não está registrado."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Seu nick não está registrado. Digite /msg %s HELP para maiores informações "
+"sobre como registrar o nick."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "O registro do seu nick foi cancelado."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Seu nick está sendo mudado para %s."
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Seu passcode foi re-enviado para %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr "Sua senha é %s - guarde ela para uso posterior."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr ""
+"Seu status de acesso nos Services está agora escondido do comando %s INFO."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr ""
+"Seu status de acesso nos Services irá agora aparecer no comando %s INFO."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Seu vhost %s está agora ativado."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Seu vhost %s@%s está agora ativado."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Logon News - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Oper News - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Random News - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "desativado"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "não expira"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "ativado"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "irá expirar na próxima atualização do banco de dados"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "expira em %d dia"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "expira em %d dias"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "expira em %d hora, %d minuto"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "expira em %d hora, %d minutos"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "expira em %d horas, %d minuto"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "expira em %d horas, %d minutos"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "expira em %d minuto"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "expira em %d minutos"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "Não usado."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost para %s removido."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost de %s ajustado para %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost de %s ajustado para %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost do grupo %s ajustado para %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost do grupo %s ajustado para %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vhosts do grupo %s foi removido."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Sistema de acesso xOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "Sistema de acesso xOP para %s está agora DESATIVADO."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "Sistema de acesso xOP para %s está agora ATIVADO."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/anope.ru_RU.po b/lang/anope.ru_RU.po
new file mode 100644
index 000000000..b7351ee04
--- /dev/null
+++ b/lang/anope.ru_RU.po
@@ -0,0 +1,12584 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 21:10-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=cp1251\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "/msg %s HELP %s äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S - ýòî ñåðâèñ, ïðåäíàçíà÷åííûé äëÿ \"ðåãèñòðàöèè\" âàøåãî\n"
+"íèêà è çàùèòû åãî îò èñïîëüçîâàíèÿ åùå êåì-ëèáî êðîìå âàñ. Íèæå\n"
+"ïðåäñòàâëåí ñïèñîê êîìàíä, ïîçâîëÿþùèõ îñóùåñòâëÿòü ðåãèñòðàöèþ è\n"
+"íàñòðîéêó íèêîâ. ×òîáû èñïîëüçîâàòü êîìàíäó, ïîøëèòå çàïðîñ âèäà\n"
+"/msg %S êîìàíäà.\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî êàêîé-ëèáî êîìàíäå èñïîëüçóéòå:\n"
+"/msg %S HELP êîìàíäà."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S ïîçâîëÿåò Âàì óñòàíîâèòü áîòà íà ñâîé êàíàë.\n"
+"Äàíûé ñåðâèñ ñäåëàí äëÿ òåõ ïîëüçîâàòåëåé, êîòîðûå\n"
+"íå ìîãóò èíà÷å óñòàíîâèòü èëè íàñòðîèòü áîòà, èëè æå,\n"
+"èñïîëüçîâàíèå áîòîâ çàïðåùåíî â IRC ñåòè. Äîñòóïíûå\n"
+"êîìàíäû ïåðå÷èñëåíû íèæå, ÷òîáû èñïîëüçîâàòü èõ, íàïèøèòå\n"
+"/msg %S êîìàíäà. Äëÿ ïîëó÷åíèÿ áîëåå ïîäðîáíîé\n"
+"èíôîðìàöèè ïî êîíêðåòíîé êîìàíäå, íàïèøèòå\n"
+"/msg %S HELP êîìàíäà."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S ïîçâîëÿåò âàì ðåãèñòðèðîâàòü êàíàë è óïðàâëÿòü åãî ðàçëè÷íûìè\n"
+"íàñòðîéêàìè. Òàêæå, %S ïîìîæåò âàì îáåçîïàñèòü âàø êàíàë îò\n"
+"çëîíàìåðåííûõ ïîëüçîâàòåëåé, æåëàþùèõ åãî \"çàõâàòèòü\", èñïîëüçóÿ\n"
+"îãðàíè÷åíèå âîçìîæíîñòè ïîëó÷åíèÿ ñòàòóñà îïà íà êàíàëå è äðóãèå\n"
+"íàñòðîéêè áåçîïàñíîñòè. Ñïèñîê äîñòóïíûõ êîìàíä ïðåäñòàâëåí íèæå,\n"
+"÷òîáû èñïîëüçîâàòü èõ, ïîøëèòå çàïðîñ âèäà\n"
+"/msg %S êîìàíäà\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé êîìàíäå, âîñïîëüçóéòåñü:\n"
+"/msg %S HELP êîìàíäà\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"Îñíîâíîå ïðåäíàçíà÷åíèå %S - ýòî äàòü çàðåãèñòðèðîâàííûì\n"
+"ïîëüçîâàòåëÿì âîçìîæíîñòü ïîñûëàòü äðóã-äðóãó êîðîòêèå \"çàïèñêè\",\n"
+"íàçûâàåìûå òàê æå ìåìî-ñîîáùåíèÿìè. Äàííûé ñåðâèñ îñîáåííî óäîáåí,\n"
+"êîãäà âàì íåîáõîäèìî ÷òî-òî ñîîáùèòü èíòåðåñóþùåìó âàñ ÷åëîâåêó, à\n"
+"îí íà äàííûé ìîìåíò âíå ñåòè (offline).\n"
+" êà÷åñòâå îòïðàâèòåëÿ âû ìîæåòå óêàçàòü êàê íèê, òàê è èìÿ êàíàëà*.\n"
+"Ïîìíèòå, ÷òî îòïðàâêà ñîîáùåíèÿ âîçìîæíà ëèøü çàðåãèñòðèðîâàííîìó\n"
+"íà ñåðâèñàõ àäðåñàòó!\n"
+"\n"
+"Ñïèñîê êîìàíä %S:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s èçìåíèë óðîâåíü DEFCON íà %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s óñïåøíî äîáàâëåí â AOP'û êàíàëà %s."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s óñïåøíî äîáàâëåí â HOP'û êàíàëà %s."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s óñïåøíî äîáàâëåí â SOP'û êàíàëà %s."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s óñïåøíî äîáàâëåí â VOP'û êàíàëà %s."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s äîáàâëåí â ñïèñîê äîñòóïà êàíàëà %s ñ óðîâíåì äîñòóïà %d."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê àâòîêèêîâ êàíàëà %s."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê ïëîõèõ ñëîâ êàíàëà %s."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê AKILL'îâ."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SNLINE'îâ."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SQLINE'îâ."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SZLINE'îâ."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "Ìàñêà âèäà %s óñïåøíî äîáàâëåíà â âàø ñïèñîê äîñòóïà."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå àâòîêèêîâ êàíàëà %s."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå AKILL'îâ."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SNLINE'îâ."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SQLINE'îâ."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SZLINE'îâ."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "Çíà÷åíèå âèäà %s íå ìîæåò áûòü èñïîëüçîâàíî êàê êîë-âî êèêîâ äî áàíà."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s ïðèíóäèòåëüíî èçìåíèë âàøè ïîëüçîâàòåëüñêèå ðåæèìû."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Ñïèñîê êàíàëîâ ïîëüçîâàòåëÿ %s:\n"
+"Èìÿ Ïîñåòèòåëåé Ðåæèìû Òîïèê"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s óñïåøíî óäàëåí èç AOP'îâ êàíàëà %s."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s óñïåøíî óäàëåí èç ñïèñêà HOP'îâ êàíàëà %s."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s óñïåøíî óäàëåí èç SOP'îâ êàíàëà %s."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s óñïåøíî óäàëåí èç VOP'îâ êàíàëà %s."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "Íèê %s óñïåøíî óäàëåí èç ñïèñêà äîñòóïà êàíàëà %s."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "Çàïèñü âèäà %s óäàëåíà èç ñïèñêà àâòîêèêîâ êàíàëà %s."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà AKILL'îâ."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SNLINE'îâ."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SQLINE'îâ."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SZLINE'îâ."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "Ìàñêà âèäà %s óñïåøíî óäàëåíà èç âàøåãî ñïèñêà äîñòóïà."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "Óðîâåíü äîñòóïà ê %s íà êàíàëå %s îòêëþ÷åí."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s èìååò ñëèøêîì ìíîãî çàðåãèñòðèðîâàííûõ êàíàëîâ."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr ""
+"Óêàçàííàÿ ìàñêà âèäà %s ñîâïàäàåò ñ îäíîé èç ìàñîê â ñïèñêå AKILL'îâ: %s."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "×èñëî %s íå ÿâëÿåòñÿ âàëèäíûì íîìåðîì øàáëîíà áàíìàñêè."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr ""
+"Óêàçàííûé ïàðàìåòð %s íå ÿâëÿåòñÿ íèêîì áîòà èëè çàðåãèñòðèðîâàííûì êàíàëîì."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "Email-àäðåñ âèäà %s íå ÿâëÿåòñÿ ïðàâèëüíûì ýëåêòðîííîé ïî÷òû."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "Áëîêèðîâêà áàíìàñêè %s íà êàíàëå %s ñíÿòà."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "Ïîëüçîâàòåëü %s íå ïðèñóòñòâóåò â äàííûé ìîìåíò íà êàíàëå %s"
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "Áëîêèðîâêà áàíìàñêè %s íà êàíàëå %s àêòèâèðîâàíà."
+
+#: language.cpp:1421
+#, fuzzy, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"Îäíà èç ìàñîê â ñïèñêå èñêëþ÷åíèé êàíàëà ñîâïàäàåò ñ õîñòìàñêîé ïîëüçîâàòåëÿ "
+"%s. ×òî áû çàáàíèòü åãî, âû äîëæíû óäàëèòü èñêëþ÷åíèÿ."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s ïåðåìåùåí â AOP'û êàíàëà %s."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s ïåðåìåùåí â HOP'û êàíàëà %s."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s ïåðåìåùåí â SOP'û êàíàëà %s."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s ïåðåìåùåí â VOP'û êàíàëà %s."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "Íèê %s â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåí."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "Íèê %s â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåí."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "Íèê %s â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåí."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "Íèê %s â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåí."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "Íèê %s â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåí."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "Õîñò âèäà %s â ñïèñêå ñåññèé íå ÷èñëèòñÿ."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíà."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå AKILL'îâ íå îáíàðóæåíà."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå SNLINE'îâ íå îáíàðóæåíà."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå SQLINE'îâ íå îáíàðóæåíà."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "Çàïèñü âèäà %s â ñïèñêå SZLINE'îâ íå îáíàðóæåíà."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "Ìàñêà âèäà %s íå íàéäåíà â âàøåì ñïèñêå äîñòóïà."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"Ñïèñîê ïîëüçîâàòåëåé êàíàëà %s:\n"
+"Íèê Ìàñêà"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "Íèê %s óñïåøíî óäàëåí èç ñïèñêà èãíîðèðîâàíèÿ."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "Íèê %s äîáàâëåí â ñïèñîê èãíîðèðîâàíèÿ, ïðîäîëæèòåëüíîñòü èãíîðà: %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr ""
+"Íèê %s äîáàâëåí â ñïèñîê èãíîðèðîâàíèÿ, ïðîäîëæèòåëüíîñòü èãíîðà: ïîñòîÿííî."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Ïðèìå÷àíèå: âñå êîìàíäû %S'ó çàïèñûâàþòñÿ â ëîã!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr ""
+"Ïðèìå÷àíèå: ñåé÷àñ ñåðâèñû ðàáîòàþò â ðåæèìå read-only (òîëüêî-÷òåíèå), "
+"íèêàêèå èçìåíåíèÿ ñîõðàíåíû ÍÅ áóäóò!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Ïîìíèòå: AKILL-çàïèñü áàçèðóåòñÿ íà ìàñêå âèäà èäåíò@õîñò, "
+"èñïîëüçîâàíèå íèêà â êà÷åñòâå ìàñêè íåäîïóñòèìî!"
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Ïîìíèòå: ñïèñîê SZLINE'îâ ìîæåò ñîäåðæàòü òîëüêî IP-ìàñêè!"
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Óðîâíè äîñòóïà ïîëüçîâàòåëåé\n"
+"\n"
+"Ïî-óìîë÷àíèþ, îïðåäåëåíû íèæåñëåäóþùèå çíà÷åíèÿ óðîâíåé äîñòóïà:\n"
+"\n"
+" Founder - ïîëíûé äîñòóï ê âñåì ôóíêöèÿì %S íà ñâîåì êàíàëå,\n"
+" àâòîìàòè÷åñêîå ïîëó÷åíèå ñòàòóñà îïåðàòîðà ïðè âõîäå\n"
+" íà êàíàë. Ïîìíèòå, ÷òî òîëüêî îäèí ÷åëîâåê ìîæåò èìåòü\n"
+" ñòàòóñ âëàäåëüöà (è ýòî íèêàê íåëüçÿ èçìåíèòü êîìàíäîé\n"
+" ACCESS).\n"
+" 10 - Äîñòóï ê êîìàíäå AKICK, àâòîîï.\n"
+" 5 - Àâòîîï.\n"
+" 3 - Àâòîâîéñ.\n"
+" 0 - Íèêàêèõ îñîáûõ ïðèâèëåãèé, ìîæåò ïîëó÷èòü ñòàòóñ îïà\n"
+" îò äðóãîãî îïåðàòîðà êàíàëà\n"
+" (òîëüêî åñëè ðåæèì îãðàíè÷åííîãî ñòàòóñà îòêëþ÷åí).\n"
+" <0 - Àâòîäåîï. Ñòàòóñ îïà áóäåò ñðàçó æå ñíèìàòüñÿ ñåðâèñàìè.\n"
+"\n"
+"Ñ ïîìîùüþ êîìàíäû LEVELS âû ìîæåòå ïåðåíàçíà÷èòü óðîâíè äîñòóïà\n"
+"ïî ñâîåìó âêóñó. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î íàñòðîéêå óðîâíåé\n"
+"äîñòóïà ñì. /msg %S HELP LEVELS."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Âíèìàíèå: âû ïðåâûñèëè ëèìèò ìàêñèìàëüíî äîïóñòèìîãî ÷èñëà õðàíèìûõ "
+"ñîîáùåíèé (%d). Âû íå ñìîæåòå ïðèíèìàòü íîâûå ñîîáùåíèÿ, ïîêà âû íå óäàëèòå "
+"ëèøíèå."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Âíèìàíèå: âû äîñòèãëè ìàêñèìàëüíî äîïóñòèìîãî ÷èñëà õðàíèìûõ ñîîáùåíèé (%d). "
+"Âû íå ñìîæåòå ïðèíèìàòü íîâûå ñîîáùåíèÿ, ïîêà íå óäàëèòå ëèøíèå."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[àâòî-ñîîáùåíèå] Ìåìî-ñîîáùåíèå, êîòîðûå âû ïîñûëàëè, áûëî ïðî÷èòàíî."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr ""
+"[àâòî-ñîîáùåíèå] Ìåìî-ñîîáùåíèå, êîòîðûå âû ïîñûëàëè %s, áûëî ïðî÷èòàíî."
+
+#: language.cpp:2787
+#, fuzzy, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+" \n"
+"Ïðèìå÷àíèå: ãëàâíîå è îñíîâíîå ïðåäíàçíà÷åíèå %S - ãàðàíòèÿ\n"
+"ïîäëèííîñòè òîãî èëè èíîãî ïîëüçîâàòåëÿ IRC-ñåòè è çàùèòà åãî íèêà\n"
+"îò èñïîëüçîâàíèÿ ïîñòîðîííèì ëèöîì. Ëþáûå ïîïûòêè çëîóïîòðåáëåíèÿ\n"
+"%S, òàêèå êàê: âîðîâñòâî íèêîâ, çàõâàò áîëüøîãî êîëè÷åñòâà\n"
+"íèêîâ è äðóãèå çëîíàìåðåííûå äåéñòâèÿ - ïðèâåäóò, êàê ìèíèìóì, ê\n"
+"óíè÷òîæåíèþ ýòèõ ñàìûõ íèêîâ."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Àäìèíèñòðàòîðû ñåðâèñîâ ìîãóò óäàëèòü ëþáîé êàíàë áåç èäåíòèôèêàöèè\n"
+"ê íåìó â êà÷åñòâå âëàäåëüöà, ìîãóò ïðîñìàòðèâàòü ñïèñêè äîñòóïà\n"
+"êàíàëîâ, à òàê æå, ñïèñêè àêèêîâ è óñòàíîâêè óðîâíåé äîñòóïà êàíàëîâ."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+" \n"
+"Àäìèíèñòðàòîðû ñåðâèñîâ ìîãóò óäàëèòü ëþáîé íèê áåç èäåíòèôèêàöèè\n"
+"ê íåìó, à òàê æå, ìîãóò ñìîòðåòü ñïèñîê äîñòóïà ëþáîãî íèêà\n"
+"(áîëåå ïîäðîáíî ñì. /msg %S ACCESS LIST íèê)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr "URL-àäðåñ...............: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr "Àêòèâèðîâàííûå îïöèè.: %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr "URL-àäðåñ.................: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr "Âèðòóàëüíûé õîñò........: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr "Âèðòóàëüíûé õîñò........: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr "Íèê áîòà.............: %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr "Íèê áîòà.............: áîò íå íàçíà÷åí."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr "Àêòèâèðîâàííûå îïöèè....: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr "Öåíçîð CapsLOCK......: %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr "Öåíçîð CapsLOCK......: %s (%d êèêîâ äî áàíà; ìèíèìóì %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr "Öåíçîð CapsLOCK......: %s (ìèíèìóì %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr "Âëàäåëåö..................: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr "Âëàäåëåö..................: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr "Àêòèâèðîâàííûå îïöèè......: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr "Òèï áàíà..................: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr "Öåíçîð æèðíûõ áóêâ...: %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr "Öåíçîð æèðíûõ áóêâ...: %s (%d êèêîâ äî áàíà)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr "Öåíçîð ôëóäà.........: %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr "Öåíçîð ôëóäà.........: %s (%d êèêîâ äî áàíà; %d ëèíèé èç %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr "Öåíçîð ôëóäà.........: %s (%d ëèíèé çà %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr "Ìàñêà...........: %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr "Öåíçîð öâåòîâ........: %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr "Öåíçîð öâåòîâ........: %s (%d êèêîâ äî áàíà)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr "Ðåãèñòðàöèÿ èñòåêàåò......: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr "Ïîñëåäíèé ðàç èñïîëüçîâàí.: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr "Áëîêèðîâêà ðåæèìîâ........: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr "Öåíçîð ïîâòîðîâ......: %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr "Öåíçîð ïîâòîðîâ......: %s (%d êèêîâ äî áàíà; %d ðàç)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr "Öåíçîð ïîâòîðîâ......: %s (%d ðàç)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr "Íàñëåäíèê.................: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr "Íàñëåäíèê.................: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr "Êàíàë 'çàìîðîæåí': [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr "Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr "Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr "Ïîñëåäíèé òîïèê...........: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr "Çàðåãèñòðèðîâàí...........: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (îòêëþ÷åíî)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (òîëüêî äëÿ âëàäåëüöà)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Óïðàâëåíèå ACCESS-ñïèñêîì íèêà (ñïèñêîì õîñòìàñîê)"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Óïðàâëåíèå ACCESS-ñïèñêîì ïðèâèëåãèé êàíàëà"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr "ACT Âûïîëíèòü äåéñòâèå îò ëèöà áîòà íà óêàçàííîì êàíàëå"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Óïðàâëåíèå ñïèñêîì àâòîêèêîâ êàíàëà"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL Óïðàâëåíèå ñïèñêîì AKILL'îâ"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST Âûâîä ñïèñêà êàíàëîâ, íà êîòîðûõ ó âàñ åñòü äîñòóï"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP Óïðàâëåíèå ñïèñêîì AOP'îâ êàíàëà"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Óñòàíîâêà áîòà íà óêàçàííûé êàíàë"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP àêòèâèðîâàíèå/äåàêòèâèðîâàíèå àâòîñòàòóñà"
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà àâòîñòàòóñà"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Óïðàâëåíèå ñïèñêîì \"ïëîõèõ\" ñëîâ"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Óñòàíîâêà áàíà íà êàíàëå"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE óñòàíîâêà òèïà áàíà ñåðâèñàìè íà êàíàëå"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Óïðàâëåíèå ñåðâèñíûìè áîòàìè"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Ñïèñîê äîñòóïíûõ äëÿ óñòàíîâêè áîòîâ"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Îòìåíà ïîñëåäíåãî îòïðàâëåííîãî âàìè ìåìî-ñîîáùåíèÿ"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL \"Ïðèáèòü\" âñåõ ïîëüçîâàòåëåé íà óêàçàííîì êàíàëå"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Ñïèñîê òåêóùèõ àêòèâíûõ êàíàëîâ ñåòè"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr ""
+" CHECK Ïðîâåðêà íà òî, áûëî ëè ïðî÷èòàíî ïîñëåäíåå ïîñëàííîå âàìè "
+"ñîîáùåíèå"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Î÷èñòêà îïðåäåëåííûõ ðåæèìîâ êàíàëà"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Î÷èñòêà âñåõ ðåæèìîâ óêàçàííîãî êàíàëà"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Ïîäòâåðæäåíèå ðåãèñòðàöèè êîäîì àóòåíôèêàöèè"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr "Ñîçäàí..........: %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Óïðàâëåíèå ñèñòåìîé DefCon (çàùèòíûõ êîíòðìåð)"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr ""
+" DEHALFOP Ñíÿòèå ðåæèìà ïîëóîïåðàòîðà (-h) ñ óêàçàííîãî íèêà íà êàíàëå"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Óäàëåíèå âèðòóàëüíîãî õîñòà"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Óäàëåíèå ìåìî-ñîîáùåíèé"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Óäàëåíèå âèðò. õîñòà ó âñåõ íèêîâ óêàçàííîé ãðóïïû"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr ""
+" DEOP Ñíÿòèå ðåæèìà îïåðàòîðà (-o) ñ óêàçàííîãî íèêà íà êàíàëå"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Ñíèìàåò ñ âàñ ñòàòóñ âëàäåëüöà êàíàëà"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Ñíÿòèå ðåæèìà çàùèòû (+a) ñ óêàçàííîãî íèêà íà êàíàëå"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC èçìåíåíèå îïèñàíèÿ êàíàëà"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Ñíÿòèå ðåæèìà âîéñà (-v) ñ óêàçàííîãî íèêà íà êàíàëå"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY óñòàíîâêà ãëàâíîãî íèêà ãðóïïû"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY óñòàíîâêà ãëàâíîãî íèêà ãðóïïû"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Óäàëåíèå êàíàëà èç áàçû äàííûõ ñåðâèñîâ"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Îòìåíà ðåãèñòðàöèè íèêà (óäàëåíèå)"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr "Îïèñàíèå..................: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL óñòàíîâêà email-àäðåñà íà íèê"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL óñòàíîâêà email-àäðåñà íà íèê"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr " ENTRYMSG óñòàíîâêà àâòîñîîáùåíèÿ ïðè âõîäå íà êàíàë"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Óïðàâëåíèå ñïèñêîì èñêëþ÷åíèé èç ëèìèòà ñåññèé"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Óñòàíîâêà çàïðåòà íà èñïîëüçîâàíèå/ðåãèñòðàöèþ êàíàëà"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Óñòàíîâêà çàïðåòà íà èñïîëüçîâàíèå/ðåãèñòðàöèþ íèêà"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER ñìåíà âëàäåëüöà êàíàëà"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr " GETEMAIL Çàïðîñ ñïèñêà âñåõ íèêîâ ñ óêàçàííûì email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Çàïðîñ óñòàíîâëåííîãî íà êàíàëå êëþ÷à (+k)"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Çàïðîñ ïàðîëÿ îò êàíàëà"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr " GETPASS Çàïðîñ ïàðîëÿ óêàçàííîãî íèêà"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Îòêëþ÷åíèå \"ìåðòâîé\" IRC-ñåññèé ñ âàøèì íèêîì"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Ñïèñîê âñåõ íèêîâ â âàøåé ãðóïïå"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Îòïðàâêà ãëîáàëüíîãî ñîîáùåíèÿ âñåì ïîëüçîâàòåëÿì ñåòè"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET óñòàíîâêà ïðèâåòñòâåííîãî ñîîáùåíèÿ"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET óñòàíîâêà ïðèâåòñòâåííîãî ñîîáùåíèÿ"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Ñèíõðîíèçèðóåò âèðòóàëüíûé õîñò äëÿ âñåõ íèêîâ ãðóïïû"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Îáúåäèíåíèå íèêîâ â ãðóïïû"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr "Òåêñò ïðèâåòñòâèÿ.......: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr ""
+" HALFOP Óñòàíîâêà ñòàòóñà ïîëóîïåðàòîðà (+h) óêàçàííîìó íèêó íà êàíàëå"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE ñêðûòèå ðàçëè÷íîé èíôîðìàöèè î âàøåì íèêå"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Óïðàâëåíèå ñïèñêîì HOP'îâ êàíàëå"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Èäåíòèôèêàöèÿ ê íèêó â êà÷åñòâå âëàäåëüöà"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Óïðàâëåíèå èãíîð-ñïèñêîì ñåðâèñîâ"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr "INFO Çàïðîñ èíôîðìàöèè î áîòå è åãî íàñòðîéêàõ íà êàíàëå"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Èíôîðìàöèÿ î êàêîì-ëèáî íèêå"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Çàïðîñ èíôîðìàöèè îá óêàçàííîì êàíàëå"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Èíôîðìàöèÿ î êîë-âå ñîîáùåíèé è íàñòðîéêàõ îïîâåùåíèÿ"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE \"Äæóï\" óêàçàííîãî ñåðâåðà ñåòè"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC àêòèâèðîâàíèå àâòîñîõðàíåíèÿ òîïèêà êàíàëà"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Íàñòðîéêà óñëîâèé KICK'à"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Êèêíóòü ïîëüçîâàòåëÿ ñ êàíàëà ïîñðåäñòâîì ñåðâèñîâ"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Âûêèäûâàåò óêàçàííîãî ïîëüçîâàòåëÿ ñ êàíàëà"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà çàùèòû"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Îòêëþ÷èòü âñåõ ïîëüçîâàòåëåé ñ îïðåäåëåííîãî õîñòà"
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE âûáîð ÿçûêà, ïîñðåäñòâîì êîòîðîãî\n"
+" ñåðâèñû áóäóò ñ âàìè îáùàòüñÿ"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE âûáîð ÿçûêà, ïîñðåäñòâîì êîòîðîãî ñåðâèñû áóäóò ñ\n"
+" óêàçàííûì íèêîì."
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Ïåðåóñòàíîâêà çíà÷åíèÿ óðîâíåé äîñòóïà êàíàëà"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Âûâîä ñïèñêà âñåõ âèðòóàëüíûõ õîñòîâ"
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr " LIST Ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ ïî ìàñêå"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr " LIST Çàïðîñ ñïèñêà âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Ñïèñîê âàøèõ ìåìî-ñîîáùåíèé"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr " LOGONNEWS Óïðàâëåíèå ñïèñêîì íîâîñòåé ïðè ïîäêëþ÷åíèè"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Äåèäåíòèôèêàöèÿ îò èñïîëüçóåìîãî íà äàííûé ìîìåíò íèêà"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK áëîêèðîâêà îïðåäåëåííûõ ðåæèìîâ êàíàëà"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Èçìåíåíèå êàêîãî-ëèáî ðåæèìà íà óêàçàííîì êàíàëà"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Èíôîðìàöèÿ î çàãðóæåííîì ìîäóëå"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST Ñïèñîê çàãðóæåííûõ ìîäóëåé"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Çàãðóçèòü ìîäóëü"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Âûãðóçèòü ìîäóëü"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG âûáîð ìåòîäà îáùåíèÿ ñåðâèñîâ ñ âàìè"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE óñòàíîâêà íà íèê ò.í. ðåæèìà 'íå-èñòå÷åíèÿ'"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr ""
+" NOOP Âðåìåííîå óäàëåíèå âñåõ O:line'îâ ñ óêàçàííîãî\n"
+" ñåðâåðà ñåòè"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Äåàêòèâèðóåò âàø òåêóùèé âèðòóàëüíûé õîñò"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Óñòàíîâêà îïåðôëàãîâ óêàçàííîìó ïîëüçîâàòåëþ ñåòè"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Àêòèâèðóåò íàçíà÷åííûé âàì âèðòóàëüíûé õîñò"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr ""
+" OP Óñòàíîâêà ñòàòóñà îïåðàòîðà (+o) óêàçàííîìó íèêó íà êàíàëå"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr " OPERNEWS Óïðàâëåíèå ñïèñêîì îïåð-íîâîñòåé"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr ""
+" OPNOTICE àêòèâèðîâàíèå óâåäîìëåíèé îá èñïîëüçîâàíèè\n"
+" êîìàíä OP/DEOP"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Çàïðîñ ñòàòóñà âëàäåëüöà íà êàíàëå"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr "Îïöèè...........: %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD èçìåíåíèå òåêóùåãî ïàðîëÿ íà íèê"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD èçìåíåíèå òåêóùåãî ïàðîëÿ íà íèê"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE àêòèâèðîâàíèå ðåæèìà \"ñïîêîéñòâèÿ\" íà êàíàëå"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE ñêðûòèå êàíàëà â ñïèñêå êàíàëîâ âûâîäèìûõ ïî LIST"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE ñêðûòèå íèêà â ñïèñêå íèêîâ ïî /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr " PRIVATE ñêðûòèå âàøåãî íèêà â ñïèñêå íèêîâ ïî /msg %S LIST"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Óñòàíîâêà ðåæèìà çàùèòû (+a) óêàçàííîìó íèêó íà êàíàëå"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Çàâåðøèòü ðàáîòó ñåðâèñîâ áåç ñîõðàíåíèÿ áàçû äàííûõ"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr " RANDOMNEWS Óïðàâëåíèå ñïèñêîì ñëó÷àéíûõ íîâîñòåé"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ ×òåíèå êàêîãî-ëèáî ñîîáùåíèÿ, ãðóïïû ñîîáùåíèé"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr ""
+" RECOVER Îñâîáîæäåíèå âàøåãî íèêà îò èñïîëüçîâàíèÿ åãî êåì-òî äðóãèì"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Ðåãèñòðàöèÿ êàíàëà"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Ðåãèñòðàöèÿ íèêà"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE Ñíÿòèå çàùèòû ñåðâèñîâ ñ âàøåãî íèêà ïîñëå êîìàíäû RECOVER"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Ïåðåçàãðóçêà êîíôèãóðàöèîííîãî ôàéëà ñåðâèñîâ"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Ïîâòîðíûé çàïðîñ auth-êîäà íà email"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr " RESTART Ñîõðàíèòü áàçû äàííûõ è ïåðåçàïóñòèòü ñåðâèñû"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED îãðàíè÷åíèå óðîâíÿ äîñòóïà íà êàíàë äî ïðîïèñàííûõ"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr ""
+" RSEND Îòïðàâêà ìåìî-ñîîáùåíèÿ ñ óñëîâèåì ïîäòâåðæäåíèÿ î ïðî÷òåíèè"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr "Öåíçîð èíâåðñèé......: %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr "Öåíçîð èíâåðñèé......: %s (%d êèêîâ äî áàíà)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Óñòàíîâêà ðàçëè÷íûõ îïöèé êàêîãî-ëèáî íèêà"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr "SAY Ïîñëàòü íà óêàçàííûé êàíàë òåêñò îò ëèöà áîòà"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE äîïîëíèòåëüíûå âîçìîæíîñòè %S'à ïî áåçîïàñíîñòè"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà áåçîïàñíîñòè"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER îãðàíè÷åíèå íà ïîëó÷åíèå ñòàòóñà âëàäåëüöà êàíàëà"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS êîíòðîëü çà ïîëó÷åíèåì ñòàòóñà îïåðàòîðà êàíàëà"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Îòïðàâêà ìåìî-ñîîáùåíèÿ óêàçàííîìó íèêó èëè êàíàëó"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Îòïðàâêà ìàññîâîãî ìåìî-ñîîáùåíèÿ âñåì ïîëüçîâàòåëÿì ñåòè"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Çàïðîñ ïàðîëÿ îò íèêà íà email-àäðåñ"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Ïðîñìîòð êîëè÷åñòâà ñåññèé ñ óêàçàííîãî õîñòà"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Íàñòðîéêà ðàçëè÷íûõ îïöèé áîòà"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Óñòàíîâêà âèðòóàëüíîãî õîñòà óêàçàííîìó ïîëüçîâàòåëþ"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Íàñòðîéêà ðàçëè÷íûõ îïöèé ñåðâèñîâ"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Íàñòðîéêà ðàçëè÷íûõ îïöèé êàíàëà"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Íàñòðîéêà îïöèé íèêà, âêëþ÷àÿ çàùèòó KILL'îì"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Óñòàíîâêà îïöèé äëÿ ìåìî-ñîîáùåíèé"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Óñòàíîâêà âèðò. õîñòà äëÿ âñåõ íèêîâ óêàçàííîé ãðóïïû"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Çàâåðøèòü ðàáîòó ñåðâèñîâ ñ ñîõðàíåíèåì áàçû äàííûõ"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK íàñòðîéêà ðåæèìà \"ïîäïèñàííûõ êèêîâ\""
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE Óïðàâëåíèå ñïèñêîì SNLINE'îâ"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP Óïðàâëåíèå ñïèñêîì SOP'îâ êàíàëà"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE Óïðàâëåíèå ñïèñêîì SQLINE'îâ"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Ñïèñîê âñåõ ïðîïèñàííûõ íà ñåðâèñàõ è èõ îíëàéí-ñòàòóñ"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr ""
+" STAFF Îòïðàâêà ìåìî-ñîîáùåíèÿ âñåì îïåðàòîðàì/àäìèíèñòðàòîðàì ñåòè"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Çàïðîñ èíôîðìàöè î ñòàòóñå ñåðâèñîâ è ñåòè"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr ""
+" STATUS Âîçâðàùàåò òåêóùèé óðîâåíü äîñòóïà äëÿ óêàçàííîãî\n"
+" ïîëüçîâàòåëÿ íà óêàçàííîì êàíàëå"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr ""
+" STATUS Çàïðîñ ñòàòóñà èäåíòèôèêàöèè óêàçàííîãî íèêà íà ñåðâèñàõ"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR óñòàíîâêà íàñëåäíèêà êàíàëà"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Ïðèîñòàíîâêà ðàáîòû êàíàëà, ñ ñîõðàíåíèåì âñåõ äàííûõ\n"
+" è íàñòðîåê êàíàëà"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Óñòàíîâêà ðåæèìà ñàñïåíäà (\"çàìîðîçêè\") íà íèê"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Ïðèíóäèòåëüíîå èçìåíåíèå íèêà ïîëüçîâàòåëÿ ñåòè"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE Óïðàâëåíèå ñïèñêîì SZLINE'îâ"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Óñòàíîâêà òîïèêà íà êàíàëå ïîñðåäñòâîì ñåðâèñîâ"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK áëîêèðîâêà òîïèêà êàíàëà îò èçìåíåíèé åãî êåì-ëèáî"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Èçìåíåíèå ðåæèìîâ êàêîãî-ëèáî ïîëüçîâàòåëÿ ñåòè"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Ñíÿòü áîòà ñ óêàçàííîãî êàíàëà"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Ñíÿòèå ðåæèìà ñàñïåíäà ñ êàíàëà (âîññòàíîâëåíèå)"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Ñíÿòèå ðåæèìà ñàñïåíäà ñ íèêà"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr " UPDATE Îáíîâëåíèå áàç äàííûõ ñåðâèñîâ (ñîõðàíåíèå íà äèñê)"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr " UPDATE Îáíîâëåíèå âàøåãî òåêóùåãî ñòàòóñà íà ñåðâèñàõ"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Ñïèñîê òåêóùèõ ïîëüçîâàòåëåé ñåòè"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr "Êîë-âî êàíàëîâ..: %d"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Óñòàíîâêà ñòàòóñà âîéñà (+v) óêàçàííîìó íèêó íà êàíàëå"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Óïðàâëåíèå ñïèñêîì VOP'îâ êàíàëà"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP íàñòðîéêà ñèñòåìû ïðèâèëåãèé êàíàëà"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (èñòåêàåò %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr "Öåíçîð ïëîõèõ ñëîâ...: %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr "Öåíçîð ïëîõèõ ñëîâ...: %s (%d êèêîâ äî áàíà)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr "Email-àäðåñ.............: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr "Ñåé÷àñ îíëàéí, c ìàñêîé.: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr "Ïîñëåäíèé ðàç çàìå÷åí...: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr "Òîïèê óñòàíîâèë...........: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr "Ñîîáùåíèå ïðè âõîäå.......: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr "Ðåàëüíîå èìÿ....: %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr "Çàðåãèñòðèðîâàí.........: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Öåíçîð ïîä÷åðêèâàíèé.: %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Öåíçîð ïîä÷åðêèâàíèé.: %s (%d êèêîâ äî áàíà)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr "Email-àäðåñ...............: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " No. Ïîñëàë Äàòà/Âðåìÿ"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"Àäðåñàöèÿ âèäà \"/msg %s\" áîëüøå íå ïîääåðæèâàåòñÿ. Èñïîëüçóéòå \"/msg %s@%s"
+"\" èëè \"/%s\"."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d * Íèê: %s * âèðòóàëüíûé õîñò: %s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d * Íèê: %s * âèðòóàëüíûé õîñò: %s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (îò %s â %s; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (îò %s â %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (çàáëîêèðîâàí) (îò %s â %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (by %s on %s; %s)\n"
+" Ëèìèò: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s îò %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "Ñïèñîê êîìàíä %S:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "Êîëè÷åñòâî çàãðóæåííûõ ìîäóëåé: %d"
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "Êîëè÷åñòâî äîñòóïíûõ áîòîâ: %d"
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d äíåé"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d ÷àñîâ"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d ìèíóò"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "Êîëè÷åñòâî íèêîâ â ãðóïïå: %d"
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d ñåêóíä"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "Ñïèñîê AOP'îâ êàíàëà %s ïóñò."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "Ñïèñîê HOP'îâ êàíàëà %s ïóñò."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "Ñïèñîê SOP'îâ êàíàëà %s ïóñò."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "Ñïèñîê VOP'îâ êàíàëà %s ïóñò."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "Ñïèñîê äîñòóïà êàíàëà %s ïóñò."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "Ñïèñîê àâòîêèêîâ êàíàëà %s ïóñò."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "Ñïèñîê ïëîõèõ ñëîâ êàíàëà %s ïóñò."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s íå ìîæåò áûòü íàñëåäíèêîì êàíàëà %s òàê êàê îí åãî âëàäåëåö."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "Àäðåñàò %s íå ìîæåò ïðèíèìàòü ñîîáùåíèÿ."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "Ãðàíèöû ìàñêè %s ñëèøêîì øèðîêè, ïîæàëóéñòà, óòî÷íèòå ìàñêó."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s ñåé÷àñ èìååò %d ñîîáùåíèé, %d èç íèõ âñå åùå íå ïðî÷èòàíû."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s ñåé÷àñ èìååò %d ñîîáùåíèé, 1 èç íèõ âñå åùå íå ïðî÷èòàíî."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s ñåé÷àñ èìååò %d ñîîáùåíèé."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s ñåé÷àñ èìååò %d ñîîáùåíèé, íè îäíî èç íèõ íå ïðî÷èòàíî."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s ñåé÷àñ èìååò 1 íîâîå, íåïðî÷èòàííîå ñîîáùåíèå."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s ñåé÷àñ èìååò 1 ñîîáùåíèå."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "Ñïèñîê ñîîáùåíèé äëÿ %s íà äàííûé ìîìåíò ïóñò."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr ""
+"Ñïèñîê ñîîáùåíèé äëÿ %s ïåðåïîëíåí è ïðèíèìàòü íà äàííûé ìîìåíò íîâûå îí íå "
+"ìîæåò."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "Ëèìèò ñîîáùåíèé äëÿ %s îòêëþ÷åí."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "Ñïèñîê ñîîáùåíèé êàíàëà %s ïóñò."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "Íîâûõ ñîîáùåíèé äëÿ %s íå îáíàðóæåíî."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr "%s ýòî %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s íà äàííûé ìîìåíò íåàêòèâåí (skeleton-ðåæèì)."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr "%s ñåé÷àñ â ñåòè."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "Ðåæèì %s: îòêëþ÷åí."
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "Ðåæèì %s: âêëþ÷åí."
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s ñíÿë ñ ñåáÿ ðåæèì Ñóïåð-Àäìèíèñòðàòîðà."
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s íå óâåäîìëÿåòñÿ î íîâûõ ñîáùåíèÿõ."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè èëè ïî ìåðå "
+"ïðèõîäà íîâûõ ñîáùåíèé."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïðè ïîñòóïëåíèè îíûõ."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "Âñòðå÷àåì íîâîãî Ñóïåð-Àäìèíèñòðàòîðà - %s"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "Õèòðþãà %s øèôðóåòñÿ! Îí íà êàíàëå, íî ïîä íèêîì %s! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "Åñëè âû íå âèäèòå %s íà ýòîì êàíàëå, òî âàì íóæíû íîâûå ãëàçà..."
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "Äóõ %s ïîñëåäíèé ðàç áûë çäåñü %s íàçàä."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "Ñ ýòîãî ìîìåíòà, %s íå áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïî "
+"ïîñòóïëåíèè îíûõ."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå "
+"èäåíòèôèêàöèè ê íèêó èëè ïðè ïîñòóïëåíèè íîâûõ ñîîáùåíèé."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå "
+"èäåíòèôèêàöèè ê íèêó èëè ïî âîçâðàùåíèþ èç ðåæèìà /AWAY."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) äîáàâëåí â ñïèñîê áîòîâ."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "Ëèìèò ñîáùåíèé äëÿ %s ðàâåí %d è íå ìîæåò áûòü èçìåíåí."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "Ëèìèò ñîîáùåíèé äëÿ %s ðàâåí %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* Àâòîìàòè÷åñêàÿ óñòàíîâêà AKILL'îâ íà âñåõ íîâûõ êëèåíòîâ."
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Ïðèíóäèòåëüíàÿ óñòàíîâêà ðåæèìîâ %s íà âñå êàíàëû ñåòè."
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Èãíîðèðîâàíèå ïðîñòûõ ïîëüçîâàòåëåé ñ îïîâåùåíèåì èõ îá ýòîì."
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Àâòîìàòè÷åñêîå îòêëþ÷åíèå îò ñåòè âñåõ íîâûõ êëèåíòîâ."
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* Çàïðåò íà èçìåíåíèå ïàðàìåòðîâ MLOCK."
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* Çàïðåò íà ðåãèñòðàöèþ êàíàëîâ."
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* Çàïðåò íà îòïðàâêó ìåìî-ñîîáùåíèé."
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* Çàïðåò íà ðåãèñòðàöèþ íèêîâ."
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Èãíîðèðîâàíèå ïðîñòûõ ïîëüçîâàòåëåé áåç óâåäîìëåíèÿ èõ îá ýòîì."
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Óìåíüøåíèå ëèìèòà ñåññèé ñ îäíîãî õîñòà äî %d."
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 äåíü"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 ÷àñ"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 ìèíóòà"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 ñåêóíäà"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<íåèçâåñòíî>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr ""
+"Ìàññîâîå ñîîáùåíèå óñïåøíî îòïðàâëåíî âñåì çàðåãèñòðèðîâàííûì ïîëüçîâàòåëÿì."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"Ìåìî-èçâåùåíèå áûëî àâòîìàòè÷åñêè ïîñëàíî äëÿ %s, èíôîðìèðóþùåå îòïðàâèòåëÿ "
+"î òîì, ÷òî âû ïðî÷èòàëè åãî/åå ñîîáùåíèå."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"Auth-êîä áûë âûñëàí íà %s, äëÿ çàâåðøåíèÿ ðåãèñòðàöèè èñïîëüçóéòå êîìàíäó /"
+"msg %s confirm auth-êîä"
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "Óêàçàííûé âèðóòàëüíûé èäåíò èìååò íåâåðíûé ôîðìàò."
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Óêàçàííûé âèðóòàëüíûé õîñò èìååò íåâåðíûé ôîðìàò."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr "ACCESS #êàíàë {ADD|DEL|LIST|VIEW|CLEAR} [íèê [óðîâåíü] | íîìåð_çàïèñè]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [ìàñêà]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT #êàíàë òåêñò"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK #êàíàë {ADD|STICK|UNSTICK|DEL|LIST|VIEW|ENFORCE|CLEAR} [íèê|ìàñêà] "
+"[ïðè÷èíà]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr "AKICK ENFORCE íà êàíàëå %s çàâåðøåí, ïîëüçîâàòåëåé çàáàíåíî: %d "
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "Ñïèñîê AKILL'îâ ïóñò."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD|DEL|LIST|VIEW|CLEAR} [[+âðåìÿ_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} "
+"[ïðè÷èíà]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST íèê"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ñïèñîê AOP'îâ êàíàëà %s:\n"
+" Íîìåð Íèê"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN #êàíàë íèê"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Äîñòóï çàïðåùåí."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Äîñòóï çàïðåùåí."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "Óðîâåíü äîñòóïà äëÿ %s íà êàíàëå %s èçìåíåí íà %d."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "Óðîâåíü äîñòóïà äëÿ %s íà êàíàëå %s îñòàëñÿ ïðåæíèì - %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Óðîâåíü äîñòóïà äîëæåí áûòü ìåæäó %d è %d âêëþ÷èòåëüíî."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Óðîâåíü äîñòóïà äîëæåí áûòü îòëè÷åí îò íóëÿ."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "Óñòàíîâêè ñïèñêà äîñòóïà äëÿ êàíàëà %s:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "Óðîâíè äîñòóïà äëÿ êàíàëà %s ñáðîøåíû íà çíà÷åíèÿ ïî-óìîë÷àíèþ."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Ñïèñîê äîñòóïà äëÿ %s ïóñò."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "Ñïèñîê äîñòóïà äëÿ %s:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"Ñïèñîê äîñòóïà êàíàëà %s:\n"
+" Íîì. Óð. Íèê"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Âàø òåêóùèé ñïèñîê äîñòóïà:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d"
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d"
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d"
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "Âñå OLINE-çàïèñè íà ñåðâåðå %s áûëè óäàëåíû."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "Âñå OLINE-çàïèñè íà ñåðâåðå %s âîññòàíîâëåíû."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "Âñå áàíû êàíàëà %s óäàëåíû."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "Âñå èñêëþ÷åíèÿ èç áàíîâ êàíàëà %s óäàëåíû."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "Âñå èñêëþ÷åíèÿ íà ïðèãëàøåíèå êàíàëà %s óäàëåíû."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Ñïèñîê íîâîñòåé ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "Âñå ñîîáùåíèÿ êàíàëà %s áûëè óäàëåíû."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "Âñå ðåæèìû êàíàëà %s áûëè ñáðîøåíû."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "Âñå óñòàíîâëåííûå ðåæèìû êàíàëà %s ñáðîøåíû."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Âñå âàøè âîîáùåíèÿ áûëè óäàëåíû."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Ñïèñîê íîâîñòåé äëÿ îïåðàòîðîâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "Âñå ïîëüçîâàòåëè êàíàëà %s êèêíóòû."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "Âñå âèðòóàëüíûå õîñòû äëÿ íèêîâ ãðóïïû %s óñòàíîâëåíû íà %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "Âñå âèðòóàëüíûå õîñòû äëÿ íèêîâ ãðóïïû %s óñòàíîâëåíû íà %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì HALFOP/DEHALFOP îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì OP/DEOP îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì PROTECT/DEPROTECT îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì VOICE/DEVOICE îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Äîñòóï ê êîìàíäàì ASSIGN/UNASSIGN"
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå BAN îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå KICK îòíîñèòåëüíî ñåáÿ"
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Óðîâåíü äîñòóïà ê ÷òåíèþ ìåìî-ñîîáùåíèé êàíàëà"
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì ìîäèôèêàöèè ACCESS-ñïèñêà êàíàëà"
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå AKICK"
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå BADWORDS"
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå BAN"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå CLEAR"
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå GETKEY"
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì HALFOP/DEHALFOP"
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå INFO ñ ïàðàìåòðîì ALL"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå INVITE"
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå KICK"
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì OP/DEOP"
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì PROTECT/DEPROTECT"
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì SAY è ACT"
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå SET (èñêëþ÷àÿ îïöèè FOUNDER/PASSWORD)"
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå TOPIC"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå UNBAN"
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì VOICE/DEVOICE"
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäàì FANTASY-ðåæèìà"
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Óðîâåíü äîñòóïà ê êîìàíäå ACCESS LIST"
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Àâòîñòàòóñ"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "Ñïèñîê àâòîêèêîâ êàíàëà %s:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Óðîâåíü äîñòóïà ê àâòîñòàòóñó îïåðàòîðà (+o)"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Óðîâåíü äîñòóïà ê àâòîñòàòóñó çàùèòû/àäìèíà (+a)"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Óðîâåíü äîñòóïà ê àâòîñòàòóñó ïîëóîïåðàòîðà (+h)"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Óðîâåíü äîñòóïà ê àâòîñòàòóñó âîéñà (+v)"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr ""
+"BADWORDS #êàíàë {ADD|DEL|LIST|CLEAR} [ñëîâî|íîìåð_çàïèñè] [SINGLE|START|END]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD íèê èäåíò õîñò ðåàëüíîå_èìÿ\n"
+"BOT CHANGE ñòàðûé_íèê íîâûé_íèê [èäåíò [õîñò [ðåàëüíîå_èìÿ]]]\n"
+"BOT DEL íèê"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"Ñïèñîê ïëîõèõ ñëîâ äëÿ %s:\n"
+" No. Ñëîâî Òèï"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Ñïèñîê \"ïëîõèõ\" ñëîâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "Øàáëîí áàíìàñêè íà êàíàëå %s èçìåíåí íà #%d."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "Âñå ðåæèìû è áàíû êàíàëà %s áûëè ñáðîøåíû."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "Áîò ñ íèêîì %s óæå ñóùåñòâóåò."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Áîòà %s íå ñóùåñòâóåò."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "Áîò %s óñïåøíî íàçíà÷åí íà êàíàë %s."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "Äàííûå î áîòå %s áûëè èçìåíåíû íà %s!%s@%s (%s)"
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "Áîò ïîä íèêîì %s óñïåøíî óäàëåí."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Áîò %s óæå íàçíà÷åí íà êàíàë %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Ñ ýòîãî ìîìåíòà, áîò áóäåò êèêàòü îïåðàòîðîâ êàíàëà %s çà íàðóøåíèÿ."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Ñ ýòîãî ìîìåíòà áîò áóäåò êèêàòü âîéñîâ êàíàëà %s çà íàðóøåíèÿ."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr ""
+"Òåïåðü, îïåðàòîðû êàíàëà %s áóäóò èñêëþ÷åíû èç óñëîâèé êèêà çà íàðóøåíèÿ."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Òåïåðü, âîéñû êàíàëà %s áóäóò èñêëþ÷åíû èç óñëîâèé êèêà çà íàðóøåíèÿ."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Õîñò áîòà íå äîëæåí ïðåâûøàòü %d ñèìâîëîâ."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Óêàçàííûé äëÿ áîòà õîñò ñîäåðæèò íåäîïóñòèìûå ñèìâîëû."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Èäåíò áîòà íå äîëæåí ïðåâûøàòü %d ñèìâîëîâ."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Óêàçàííûé äëÿ áîòà èäåíò ñîäåðæèò íåäîïóñòèìûå ñèìâîëû."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Óêàçàííûé äëÿ áîòà íèê ñîäåðæèò íåäîïóñòèìûå ñèìâîëû."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Íà äàííûé ìîìåíò, áîò íå ïðèñóòñòâóåò íà êàíàëå %s."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Ñïèñîê áîòîâ:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr ""
+"Áîò àâòîìàòè÷åñêè ïðèñîåäèíèòñÿ ê êàíàëó ñðàçó æå ïîñëå òîãî, êàê\n"
+"íà íåì (íà êàíàëå, à íå íà áîòå) îêàæåòñÿ íå ìåíåå %d ïîñåòèòåëåé."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"C ýòîãî ìîìåíòà, áîò áóäåò êèêàòü çà \"ïëîõèå\" ñëîâà è ñòàâèòü áàí\n"
+"íàðóøèòåëþ ïîñëå %d êèêà(îâ). Äëÿ ìîäèôèêàöèè ñïèñêà \"ïëîõèõ\" ñëîâ\n"
+"âîñïîëüçóéòåñü êîìàíäîé BADWORDS."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Ðåæèì êèêà çà ïëîõèå ñëîâà àêòèâèðîâàí.\n"
+"Äëÿ ìîäèôèêàöèè ñïèñêà \"ïëîõèõ\" ñëîâ âîñïîëüçóéòåñü êîìàíäîé BADWORDS."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà àêòèâèðîâàí.\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà àêòèâèðîâàí."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK àêòèâèðîâàí. Áîò\n"
+"áóäåò êèêàòü ïîñåòèòåëÿ, åñëè åãî ôðàçà ñîäåðæèò íå ìåíåå %d áîëüøèõ\n"
+"ñèìâîëîâ è îíè ñîñòàâëÿþò íå ìåíåå %d%% îò îáùåãî êîë-âà ñèìâîëîâ.\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK àêòèâèðîâàí. Áîò\n"
+"áóäåò êèêàòü ïîñåòèòåëÿ, åñëè åãî ôðàçà ñîäåðæèò íå ìåíåå %d áîëüøèõ\n"
+"ñèìâîëîâ è îíè ñîñòàâëÿþò íå ìåíåå %d%% îò îáùåãî êîë-âà ñèìâîëîâ."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ àêòèâèðîâàí.\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ àêòèâèðîâàí."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà ôëóä àêòèâèðîâàí (óñëîâèå: %d ëèíèé çà %d ñåêóíä).\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Ðåæèì êèêà çà ôëóä àêòèâèðîâàí (óñëîâèå: %d ëèíèé çà %d ñåêóíä)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû àêòèâèðîâàí.\n"
+"Áîò áóäåò êèêàòü ïîëüçîâàòåëÿ ïîñëå %d ïîâòîðîâ ïîäðÿä è ñòàâèòü\n"
+"áàí ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû àêòèâèðîâàí. Áîò áóäåò êèêàòü\n"
+"ïîñåòèòåëÿ åñëè îí ïîâòîðèò îäíó è òó æå ôðàçó %d ðàç ïîäðÿä."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà àêòèâèðîâàí.\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà àêòèâèðîâàí."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà àêòèâèðîâàí.\n"
+"Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà àêòèâèðîâàí."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Ðåæèì êèêà çà ïëîõèå ñëîâà îòêëþ÷åí."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà îòêëþ÷åí."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK îòêëþ÷åí."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ îòêëþ÷åí."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Ðåæèì êèêà çà ôëóä îòêëþ÷åí."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû îòêëþ÷åí."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà îòêëþ÷åí."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà îòêëþ÷åí."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "Áîòû, çàðåçåðâèðîâàííûå äëÿ IRC-îïåðàòîðîâ:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Áàéò ñ÷èòàíî : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Áàéò çàïèñàíî : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {íèê | #êàíàë}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+ñðîê_èñòå÷åíèÿ] {#êàíàë} [ïðè÷èíà]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK íèê"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR #êàíàë ÷òî_èìåííî"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES #êàíàë [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Íåâîçìîæíî äåèäåíòèôèöèðîâàòü %s òàê êàê îí Àäìèíèñòðàòîð ñåðâèñîâ."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Íà äàííûé ìîìåíò îòïðàâêà email íåâîçìîæíà, ïîïðîáóéòå ïîçæå."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Ðåæèìû ïîëüçîâàòåëÿ %s èçìåíåíû."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "Êàíàë %s íå ñóùåñòâóåò."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "Êàíàë %s óäàëåí èç áàçû äàííûõ."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Êàíàë %s ÇÀÏÐÅÙÅÍ ê èñïîëüçîâàíèþ %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "Êàíàë %s óæå çàðåãèñòðèðîâàí!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "Ñ ýòîãî ìîìåíòà êàíàë %s çàïðåùåí äëÿ èñïîëüçîâàíèÿ."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Êàíàë %s óñïåøíî âîññòàíîâëåí èç ðåæèìà ñàñïåíäà."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Àêòèâíîñòü êàíàëà %s ïðèîñòàíîâëåíà."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "Êàíàë %s íå çàðåãèñòðèðîâàí."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "Ðåãèñòðàöèÿ èëè èñïîëüçîâàíèå êàíàëà %s ÇÀÏÐÅÙÅÍÛ."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "Êàíàë %s íå ìîæåò áûòü çàðåãèñòðèðîâàí."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "Êàíàë %s óñïåøíî çàðåãèñòðèðîâàí íà íèê %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Êàíàëîâ : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "Ðåæèì èñòå÷åíèÿ ïî âðåìåíè äëÿ êàíàëà %s àêòèâèðîâàíà."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "Ñ ýòîãî ìîìåíòà, ðåãèñòðàöèÿ êàíàëà %s íèêîãäà íå èñòå÷åò."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Ñïèñîê AOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Ñïèñîê HOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Ñïèñîê SOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Ñïèñîê VOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Ñïèñîê äîñòóïà êàíàëà %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Ñïèñîê AKICK'îâ íà êàíàëå %s áûë ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Óêàçàíî íåäîïóñòèìîå èìÿ êàíàëà: %s"
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Ñïèñîê AOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Ñïèñîê HOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Ñïèñîê SOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr "SQLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Ñïèñîê VOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Ñïèñîê äîñòóïà êàíàëà ìîæåò âêëþ÷àòü òîëüêî çàðåãèñòðèðîâàííûå íèêè."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Ñïèñîê êàíàëîâ:\n"
+"Èìÿ Ïîñåòèòåëåé Ðåæèìû Òîïèê"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Óðîâåíü äîñòóïà, çàïðåùàþùèé ïîëó÷åíèå ñòàòóñà îïà"
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Êàíàëû, íà êîòîðûõ ó %s åñòü óðîâíè äîñòóïà:\n"
+"Íîìåð Êàíàë Óðîâåíü Îïèñàíèå"
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Êàíàëû, íà êîòîðûõ ó âàñ åñòü óðîâíè äîñòóïà:\n"
+"Íîìåð Êàíàë Óðîâåíü Îïèñàíèå"
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Ïîëüçîâàòåëü %s â ñåòè íå îáíàðóæåí."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "Èçâèíèòå, óñòàíîâèòü çàïðåò íà êàíàë %s íåóäàëîñü."
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "Èçâèíèòå, íî óñòàíîâèòü ðåæèì çàïðåòà íà íèê %s íåóäàëîñü."
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Èçâèíèòå, âîññòàíîâèòü àêòèâíîñòü êàíàëà %s íåóäàëîñü."
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Èçâèíèòå, íî ñíÿòü ðåæèì ñàñïåíäà ñ íèêà %s íåóäàëîñü."
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Èçâèíèòå, íî óñòàíîâèòü ðåæèì ñàñïåíäà íà íèê %s íåóäàëîñü."
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Èçâèíèòå, óñòàíîâèòü ðåæèì ñàñïåíäà íà êàíàë %s íåóäàëîñü."
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Òåêóùèé ñïèñîê AKILL'îâ:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Òåêóùèé ñïèñîê AKILL'îâ:\n"
+" No. Ìàñêà Ïðè÷èíà"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Òåêóùèé ñïèñîê ìîäóëåé:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Òåêóùèé ñïèñîê SNLINE'îâ:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Òåêóùèé ñïèñîê SNLINE'îâ:\n"
+" No. Ìàñêà Ïðè÷èíà"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Òåêóùèé ñïèñîê SQLINE'îâ:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Òåêóùèé ñïèñîê SQLINE'îâ:\n"
+" No. Ìàñêà Ïðè÷èíà"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Òåêóùèé ñïèñîê SZLINE'îâ:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Òåêóùèé ñïèñîê SZLINE'îâ:\n"
+" No. Ìàñêà Ïðè÷èíà"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Òåêóùèé ñïèñîê èñêëþ÷åíèé èç ëèìèòà ñåññèé:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Òåêóùåå êîëè÷åñòâî AKILL'îâ : %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Òåêóùåå êîëè÷åñòâî SNLINE'îâ : %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Òåêóùåå êîëè÷åñòâî SQLINE'îâ : %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Òåêóùåå êîëè÷åñòâî SZLINE'îâ : %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Òåêóùåå êîë-âî ïîëüçîâàòåëåé: %d, IRC-îïåðàòîðîâ: %d "
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <íèê>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [#êàíàë] {íîìåð_ñîîáùåíèÿ | ñïèñîê_çàïèñåé | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <íèê>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP #êàíàë"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d äíåé"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d ÷àñîâ"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d ìèíóò"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 äåíü"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 ÷àñ"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 ìèíóòà"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : íèêîãäà"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d äíåé"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d ÷àñîâ"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d ìèíóò"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 äåíü"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 ÷àñ"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 ìèíóòà"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : íèêîãäà"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d äíåé"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d ÷àñîâ"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d ìèíóò"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 äåíü"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 ÷àñ"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 ìèíóòà"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: íèêîãäà"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d äíåé"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d ÷àñîâ"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d ìèíóò"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 äåíü"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 ÷àñ"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 ìèíóòà"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : íèêîãäà"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà AOP'îâ êàíàëà %s."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà HOP'îâ êàíàëà %s."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà SOP'îâ êàíàëà %s."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà VOP'îâ êàíàëà %s."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà äîñòóïà êàíàëà %s."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà àêòîêèêîâ êàíàëà %s."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà AKILL'îâ."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà SNLINE'îâ."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà SQLINE'îâ."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "Óäàëåíî %d çàïèñåé èç ñïèñêà SZLINE'îâ."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà AOP'îâ êàíàëà %s."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà HOP'îâ êàíàëà %s."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà SOP'îâ êàíàëà %s."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà VOP'îâ êàíàëà %s."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà äîñòóïà êàíàëà %s."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà àâòîêèêîâ êàíàëà %s."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèêà AKILL'îâ."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèêà SNLINE'îâ."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèêà SQLINE'îâ."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "Óäàëåíà 1 çàïèñü èç ñïèêà SZLINE'îâ."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "Îïèñàíèå êàíàëà %s èçìåíåíî íà %s."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Êîíåö ñïèñêà õîñòîâ, çàïèñåé íàñ÷èòàíî: %d"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Êîíåö ñïèñêà çàïèñåé ñ %d ïî %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Êîíåö ñïèñêà õîñòîâ ïî ìàñêå %s, çàïèñåé íàñ÷èòàíî: %d"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Èñïîëüçîâàíèå æèðíîãî øðèôòà ó íàñ òóò íå ïðèâåòñòâóåòñÿ!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Èñïîëüçîâàíèå öâåòîâ ó íàñ òóò íå ïðèâåòñòâóåòñÿ!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Èñïîëüçîâàíèå èíâåðñèè ó íàñ òóò íå ïðèâåòñòâóåòñÿ!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "Ñëîâî %s çàïðåùåíî íà ýòîì êàíàëå!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Èñïîëüçîâàíèå ïîä÷åðêèâàíèé ó íàñ òóò íå ïðèâåòñòâóåòñÿ!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "Email-àäðåñ äëÿ âàøåãî íèêà èçìåíåí íà: %s."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Email-àäðåñ äëÿ %s èçìåíåí íà %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Email-àäðåñ äëÿ %s óäàëåí."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "Email-àäðåñ äëÿ êàíàëà %s èçìåíåí íà %s."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "Email-àäðåñ äëÿ êàíàëà %s óäàëåí."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "Email-àäðåñ äëÿ âàøåãî íèêà óäàëåí."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "Email-àäðåñ äëÿ %s íåêîððåêòåí."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ëèìèò ïðè÷èíà"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {ìàñêà | ñïèñîê_çàïèñåé}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE íîìåð ïîçèöèÿ"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD|DEL|MOVE|LIST|VIEW} [ïàðàìåòðû]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Íàéäåíî ñîîòâåòñòâèå äëÿ íèêà %s: %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "Êîíåö ñïèñêà %s."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "Êîíåö ñïèñêà äîñòóïà."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Êîíåö ñïèñêà êàíàëîâ."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Êîíåö ñïèñêà - %d/%d êàíàëîâ ïîêàçàíî."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Êîíåö ñïèñêà - %d/%d çàïèñåé ïîêàçàíî."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Êîíåö ñïèñêà ïîëüçîâàòåëåé."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Ðóññêèé"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "Ñîîáùåíèå ïðè âõîäå íà êàíàë %s èçìåíåíî."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "Ñîîáùåíèå ïðè âõîäå íà êàíàë %s óäàëåíî."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Îøèáêà: äëèíà óêàçàííîãî âèðòóàëüíîãî èäåíòà ïðåâûøàåò ïîðîã â %d ñèìâîëîâ."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Îøèáêà: äëèíà óêàçàííîãî âèðòóàëüíîãî õîñòà ïðåâûøàåò ïîðîã â %d ñèìâîëîâ."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "Èñêëþ÷åíèå äëÿ %s (#%d) ïåðåìåùåíî â ïîçèöèþ %d."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Ëèìèò ñåññèé äëÿ çàïèñè âèäà %s áûë èçìåíåí íà %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Ðåãèñòðàöèÿ èñòåêàåò....: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "Ñðîê èñòå÷åíèÿ çàïèñè %s óñïåøíî èçìåíåí."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID #êàíàë ïðè÷èíà"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID #êàíàë [ïðè÷èíà]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID íèê ïðè÷èíà"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID íèê [ïðè÷èíà]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "FANTASY-ðåæèì"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "FANTASY-ðåæèì äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "FANTASY-ðåæèì äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "Âñå ïðàâà íà âëàäåíèå êàíàëîì %s óñïåøíî ïåðåäàíû ïîëüçîâàòåëþ %s."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL ëîãèí@email-õîñò.tld (ñèìâîëüíûå ìàñêè çàïðåùåíû!!)"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY #êàíàë"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS íèê"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "Êîìàíäà GETPASS íåäîñòóïíà, òàê êàê âêëþ÷åíî øèôðîâàíèå ïàðîëåé."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST íèê [ïàðîëü]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL ñîîáùåíèå"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP ãëàâíûé_íèê ïàðîëü"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Ñåññèÿ ñ âàøèì çàâèñøèì íèêîì óñïåøíî çàêðûòà."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Ïðèâåòñòâèÿ"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Ïðèâåòñòâåííîå ñîîáùåíèå äëÿ âàøåãî íèêà èçìåíåíî íà: %s."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Óðîâåíü äîñòóïà ê èñïîëüçîâàíèþ ïðèâåòñòâåííîãî ñîîáùåíèÿ"
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Ïðèâåòñòâèå äëÿ %s èçìåíåíî íà %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Ïðèâåòñòâèå äëÿ %s óäàëåíî."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Ïðèâåòñòâåííîå ñîîáùåíèå äëÿ âàøåãî íèêà óäàëåíî."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Ðåæèì ïðèâåòñòâèé äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Ðåæèì ïðèâåòñòâèé äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ñïèñîê HOP'îâ êàíàëà %s:\n"
+" Íîìåð Íèê"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "Ñïèñîê õîñòîâ ñ êîëè÷åñòâîì ñåññèé %d è áîëåå:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "Êòî òàêîé %s ÿ íå çíàþ è çíàòü íå õî÷ó."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "×òî? Êàêîé åùå %s? Íèêîãäà íå âèäåë åãî íà êàíàëå..."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY ïàðîëü"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [âðåìÿ] [íèê]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO #êàíàë"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO íèê"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [#êàíàë]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [íèê | #êàíàë]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {#êàíàë | íèê}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE #êàíàë"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr ""
+"Åñëè âû íå âûïîëíèòå óêàçàííûå ðåêîìåíäàöèè, âàø íèê áóäåò ïðèíóäèòåëüíî "
+"èçìåíåí â òå÷åíèè 20 ñåêóíä."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr ""
+"Åñëè âû íå âûïîëíèòå óêàçàííûå ðåêîìåíäàöèè, âàø íèê áóäåò ïðèíóäèòåëüíî "
+"èçìåíåí â òå÷åíèè ìèíóòû."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Ðåæèì èñïîëüçîâàíèÿ èãíîð-ñïèñêà àêòèâèðîâàí."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Ðåæèì èñïîëüçîâàíèÿ èãíîð-ñïèñêà îòêëþ÷åí."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Ñïèñîê èãíîðèðóåìûõ íèêîâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Ñïèñîê èãíîðèðóåìûõ íèêîâ ïóñò."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"×òîáû ïîëó÷èòü ñïðàâî÷íóþ èíôîðìàöèþ ïî îòäåëüíî âçÿòîé îïöèè\n"
+"âîñïîëüçóéòåñü êîìàíäîé /msg %S HELP SET îïöèÿ\n"
+" \n"
+"Ïðèìå÷àíèå: ïåðåä óñòàíîâêîé êàêîé-ëèáî îïöèè, âàì íåîáõîäèìî\n"
+"èäåíòèôèöèðîâàòüñÿ ê íèêó â êà÷åñòâå åãî âëàäåëüöà. Äëÿ áîëåå\n"
+"ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP IDENTIFY"
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Çàäàí íåâåðíûé äèàïàçîí. Ñèíòàêñèñ: #îòêóäà-äîêóäà."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "Èíôîðìàöèÿ î áîòå %s:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "Èíôîðìàöèÿ î êàíàëå %s:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Âíóòðåííÿÿ îøèáêà - íåâîçìîæíî âûïîëíèòü çàïðîñ."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Óêàçàíî íåâåðíîå çíà÷åíèå ñðîêà èñòå÷åíèÿ."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Óêàçàíà íåêîððåêòíàÿ õîñòìàñêà. Òîëüêî ðåàëüíûé õîñò, íå ñîäåðæàùèé íèêîâ è "
+"èäåíòîâ ïîëüçîâàòåëåé, ìîæåò áûòü äîáàâëåí â ñïèñîê èñêëþ÷åíèÿ."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Áûë ââåäåí íåâåðíûé auth-êîä, ïîæàëóéñòà, ïðîâåðüòå âàø e-mail ñíîâà è "
+"ïîïðîáóéòå åùå ðàç."
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Íåêîððåêòíîå çíà÷åíèå ëèìèòà. Îíî äîëæíî áûòü öåëûì ÷èñëîì, áîëüøå èëè "
+"ðàâíûì íóëþ, è ìåíüøå %d."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr ""
+"Íåêîððåêòíîå çíà÷åíèå äëÿ ïîðîãà ñåññèé.  êà÷åñòâå ïàðàìåòðà äîëæíî áûòü "
+"öåëîå ÷èñëî >1."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE èìÿ_ñåðâåðà [ïðè÷èíà]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK #êàíàë îïöèÿ {ON|OFF} [ïàðàìåòðû]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK #êàíàë íèê ïðè÷èíà"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES íèê"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS #êàíàë {SET | DIS[ABLE] | LIST | RESET} [ïóíêò [óðîâåíü]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST ìàñêà"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [#êàíàë] [ñïèñîê_çàïèñåé | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "ßçûê ñåðâèñîâ èçìåíåí íà Ðóññêèé."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "Ïîñëåäíåå âàøå ñîîáùåíèå àäðåñàòó %s óñïåøíî îòìåíåíî."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr "Ïîñëåäíåå quit-ñîîáùåíèå: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr "Ïîñëåäíÿÿ ìàñêà.........: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "Óðîâåíü äîñòóïà ê %s íà êàíàëå %s èçìåíåí íà %d."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Óðîâåíü äîëæåí áûòü ÷èñëîì ìåæäó %d è %d âêëþ÷èòåëüíî."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr ""
+"Ñèñòåìà óðîâíåé íå äîñòóïíà, òàê êàê èñïîëüçóåòñÿ ñèñòåìà ïðèâèëåãèé xOP."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "Ñïèñîê íèêîâ ïî ìàñêå %s:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "Ñïèñîê íèêîâ â ãðóïïå %s:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Ñïèñîê íèêîâ â âàøåé ãðóïïå:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Ëîêàëüíûå êàíàëû íå ìîãóò áûòü çàðåãèñòðèðîâàíû."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Íîâîñòü ïîä íîìåðîì #%d óäàëåíà."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà."
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Òåêóùèå ñïèñîê íîâîñòåé:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Ëþáóåøüñÿ ñîáîé â çåðêàëå, äà, %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE #êàíàë ðåæèìû"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO èìÿ_ôàéëà"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD èìÿ_ôàéëà"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD èìÿ_ôàéëà"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Ìàñêà %s óæå åñòü â ñïèñêå èñêëþ÷åíèé."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "Ìàñêà âèäà %s óæå ïðèñóòñòâóåò â âàøåì ñïèñêå äîñòóïà."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Ìàñêà äîëæíà áûòü ñòðîãî â ôîðìàòå èäåíò@õîñò."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Çàôèêñèðîâàííûé ìàêñèìóì ïîëüçîâàòåëåé: %d (íà %s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "Ñîîáùåíèÿ ïîä íîìåðîì %d íå ñóùåñòâóåò."
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr ""
+"Ñîîáùåíèå %d îò %s (%s). ×òîáû óäàëèòü åãî, íàïèøèòå êîìàíäó: /msg %s DEL %d"
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr ""
+"Ñîîáùåíèå %d îò %s (%s). ×òîáû óäàëèòü åãî, íàïèøèòå êîìàíäó: /msg %s DEL %s "
+"%d"
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "Ñîîáùåíèå ïîä íîìåðîì %d áûëî óäàëåíî."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "Ëèìèò ñîîáùåíèé äëÿ %s îòêëþ÷åí."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "Ëèìèò ñîáùåíèé äëÿ %s óñòàíîâëåí íà %d."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "Ëèìèò ñîîáùåíèé äëÿ %s óñòàíîâëåí íà 0."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr ""
+"Óêàçàííîå çíà÷åíèå ëèìèòà ÷åðåñ÷óð âåëèêî è áóäåò ïðèíóäèòåëüíî èçìåíåíî äî %"
+"d."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "Ìåìî-ñîîáùåíèå äëÿ %s óñïåøíî îòïðàâëåíî."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "Ñîîáùåíèÿ ïîä íîìåðàìè %s áûëè óäàëåíû."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr ""
+"Ñïèñîê ñîîáùåíèé äëÿ %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: /msg %s READ íîìåð"
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+"Ñîîáùåíèÿ êàíàëà %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: /msg %s READ %s íîìåð"
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Ðåæèì ïðèâàòíûõ ñîîáùåíèé"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "Áëîêèðîâêà ðåæèìà %c íåâîçìîæíà - ðåæèì ïðîèãíîðèðîâàí."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Âñå õîïû (+h) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Âñå îïû (+î) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Âñå âîéñû (+v) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "Áëîêèðóåìûå ðåæèìû íà êàíàëå %s èçìåíåíû íà %s."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Ìîäóëü %s óñïåøíî çàãðóæåí."
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Ìîäóëü %s óñïåøíî âûãðóæåí."
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Ìîäóëü: %s Âåðñèÿ: %s Àâòîð: %s Çàãðóæåí: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Ìîäóëü: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} ñåðâåð"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NS-àëèàñîâ : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NS-ãðóïï : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Óðîâåíü äîñòóïà, èñêëþ÷àþùèé îáëàäàòåëÿ èç óñëîâèé êèêîâ áîòà"
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "Íîâîå ìåìî-ñîîáùåíèå"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr ""
+"Íîâûå ñîîáùåíèÿ äëÿ %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: /msg %s READ íîìåð"
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr ""
+"Íîâûå ñîîáùåíèÿ íà êàíàëå %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: /msg %s READ %"
+"s íîìåð"
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Ñïèñîê íîâîñòåé ïåðåïîëíåí."
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"Íèê %s áûë çàïðåùåí ê èñïîëüçîâàíèþ %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Óêàçàííûé íèê %s ñîäåðæèò íåäîïóñòèìûå ñèìâîëû."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Íèê %s íà äàííûé ìîìåíò èñïîëüçóåòñÿ êåì-òî äðóãèì."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "Ñ ýòîãî ìîìåíòà íèê %s çàïðåùåí ê èñïîëüçîâàíèþ."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Íèê %s ÿâëÿåòñÿ íèêîì îäíîãî èç ñåðâèñíûõ ïñåâäîêëèåíòîâ äàííîé ñåòè."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "Íà äàííûé ìîìåíò, íèê %s ñåðâèñàìè íå óäåðæèâàåòñÿ."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "Íèê %s â ñåòè íå îáíàðóæåí."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "Íèê %s íåçàðåãèñòðèðîâàí."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "Íèê %s íå ìîæåò áûòü çàðåãèñòðèðîâàí èëè èñïîëüçîâàí."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "Íèê %s â ñïèñêå èãíîðèðóåìûõ íå îáíàðóæåí."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Íèê %s áûë óñå÷åí äî %d ñèìâîëîâ."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "C ýòîãî ìîìåíòà íèê %s ñíîâà â ðåæèìå èñòå÷åíèÿ."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Ñ ýòîãî ìîìåíòà ðåãèñòðàöèÿ íèêà %s íèêîãäà íå èñòå÷åò."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Íèê %s íå ïîëó÷àë îò âàñ íèêàêèõ ñîîáùåíèé."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "Íèê %s óñïåøíî äåèäåíòèôèöèðîâàí."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Íèê %s íàõîäèòñÿ â ðåæèìå ñàñïåíäà."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Ðåæèì ñàñïåíäà ñ íèêà %s óñïåøíî ñíÿò."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Ñ ýòîãî ìîìåíòà íèê %s íàõîäèòñÿ ðåæèìå ñàñïåíäà."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Íèê ÍÅ çàðåãèñòðèðîâàí, ïîïðîáóéòå, ïîæàëóéñòà, ïîçæå."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Ðåãèñòðàöèÿ íèêà %s ïîäòâåðæäåíà."
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "Íèê %s óñïåøíî óäàëåí èç áàçû äàííûõ ñåðâèñîâ."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "Íèê %s óæå çàðåãèñòðèðîâàí!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "Íèê %s íå ìîæåò áûòü çàðåãèñòðèðîâàí."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Íèê %s íå çàðåãèñòðèðîâàí."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr ""
+"Íèê %s óñïåøíî çàðåãèñòðèðîâàí, â ACCESS-ñïèñîê äîáàâëåíà õîñòìàñêà: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Íèê %s óñïåøíî çàðåãèñòðèðîâàí."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Ðåãèñòðàöèÿ íèêà %s"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Ïàðîëü äëÿ íèêà %s"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Ïîìíèòå, ÷òî íåèñïîëüçóåìûå â òå÷åíèå äëèòåëüíîãî ïåðèîäà íèêè\n"
+"àâòîìàòè÷åñêè óäàëÿþòñÿ èç áàçû äàííûõ. Ñðîê ñóùåñòâîâàíèÿ íåàêòèâíûõ\n"
+"íèêîâ: %d äíåé."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "Âû íå óêàçàëè ñèìâîë '#' ïåðåä íàçâàíèåì êàíàëà."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Ðåæèì áåç-áîòà äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Ðåæèì áåç-áîòà äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "Íèêè ñ email-àäðåñîì %s íå îáíàðóæåíû."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Áåç áîòîâ"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "Ñïðàâî÷íàÿ èíôîðìàöèÿ ïî %s îòñóòñòâóåò."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "Èíôîðìàöèÿ î ìîäóëå %s íåäîñòóïíà. "
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Ñïèñîê íîâîñòåé ïóñò, óäàëÿòü íå÷åãî."
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Ñîâïàäàþùèõ çíà÷åíèé â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíî."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr ""
+"Ñîâïàäàþùèõ çíà÷åíèé â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíî."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Ñîâïàäàþùèõ ñîîáùåíèé íå îáíàðóæåíî."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Íåò ñîîáùåíèé äîñòóïíûõ äëÿ îòìåíû."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Íåò ñîîáùåíèé äëÿ óäàëåíèÿ."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "Ñïèñîê ìîäóëåé ïóñò."
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Ñïèñîê îïåð-íîâîñòåé ïóñò, óäàëÿòü íå÷åãî."
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïóñò, óäàëÿòü íå÷åãî."
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Íåò ïðè÷èíû"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "Óðîâåíü äîñòóïà, èñêëþ÷àþùèé ïîïàäàíèå ïîä óñëîâèÿ SIGNKICK"
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "Çàïèñü ïîä íîìåðîì #%d â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíà."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "Çàïèñè ïîä íîìåðîì #%d â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s íå ñóùåñòâóåò."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr ""
+"Çàïèñü ïîä íîìåðîì #%d â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíà."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "îòñóòñòâóþò"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "Óðîâåíü äîñòóïà, çàïðåùàþùèé çàõîäèòü íà êàíàë"
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Ïîìíèòå, ÷òî ëþáîé êàíàë, íå èñïîëüçóþùèéñÿ â òå÷åíèå %d äíåé\n"
+"(ò.å. íè îäèí ïîëüçîâàòåëü, ïðîïèñàííûé â ñïèñêå äîñòóïà êàíàëà,\n"
+"íå ïîñåòèò êàíàë â òå÷åíèè äàííîãî âðåìåíè), áóäåò àâòîìàòè÷åñêè\n"
+"óäàëåí èç áàçû äàííûõ ñåðâèñîâ."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Íîìåð Ëèìèò Õîñò"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE íèê +ôëàãè"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OP-óâåäîìëåíèå"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Ñòàðàÿ èíôîðìàöèÿ î áîòå íå îòëè÷àåòñÿ îò íîâîé."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "Ñòàòóñ Óðîâåíü Íèê"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Òîëüêî Ñóïåð-Àäìèíèñòðàòîðû ìîãóò èñïîëüçîâàòü ýòó êîìàíäó."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Ðåæèì OP-óâåäîìëåíèé äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Ðåæèì OP-óâåäîìëåíèé äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Íîâîñòü ïîä íîìåðîì #%d óäàëåíà."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà."
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Ñïèñîê íîâîñòåé äëÿ IRC-îïåðàòîðîâ:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "OLINE-ôëàãè %s óñïåøíî óñòàíîâëåíû äëÿ ñåññèé ïîëüçîâàòåëÿ %s"
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Íå êèêàòü îïåðàòîðîâ"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Âîçìîæíîñòü íàñòðîéêè îïöèè %s â âàøåé IRC-ñåòè íåäîñòóïíà."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Ïàðîëü äëÿ íèêà %s - %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Ïàðîëü ïðèíÿò - âû ïðèçíàíû êàê âëàäåëåö íèêà."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Äëÿ âûïîëíåíèÿ äàííîé êîìàíäû âû äîëæíû èäåíòèôèöèðîâàòüñÿ.\n"
+"Ïîïðîáóéòå ñíîâà ïîñëå òîãî, êàê èñïîëüçóåòå êîìàíäó /msg %s IDENTIFY ïàðîëü."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Äëÿ âûïîëíåíèÿ äàííîé êîìàíäû âû äîëæíû èäåíòèôèöèðîâàòüñÿ.\n"
+"Ïîïðîáóéòå ñíîâà ïîñëå òîãî, êàê èñïîëüçóåòå êîìàíäó /msg %s IDENTIFY %"
+"s ïàðîëü."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Ïàðîëü äëÿ âàøåãî íèêà óñïåøíî èçìåíåí íà: %s."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Ïàðîëü äëÿ âàøåãî íèêà óñïåøíî èçìåíåí."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Ïàðîëü äëÿ %s èçìåíåí íà %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Ïàðîëü äëÿ %s óñïåøíî èçìåíåí."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "Ïàðîëü äëÿ íèêà %s - %s"
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Âû óêàçàëè íåâåðíûé ïàðîëü."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "Ïàðîëü äëÿ íèêà %s áûë âûñëàí íà åãî email-àäðåñ."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Ñïîêîéñòâèå"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Ðåæèì ñïîêîéñòâèÿ äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Ðåæèì ñïîêîéñòâèÿ äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Âèðòóàëüíûé õîñò äëÿ âàøåãî íèêà îòñóòñòâóåò."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Ïîæàëóéñòà, ïîïðîáóéòå ñíîâà ñ áîëåå ñëîæíûì ïàðîëåì. Îí äîëæåí èìåòü äëèíó "
+"íå ìåíåå 5 ñèìâîëîâ, ñîñòîÿòü òîëüêî èç ëàòèíñêèõ áóêâ èëè öèôð, íå áûòü "
+"ëåãêî îòãàäûâàåìûì (ò.å. Âàøèì èìåíåì èëè Âàøèì íèêîì), è íå äîëæåí "
+"ñîäåðæàòü ïðîáåëîâ è òàáóëÿöèé."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr ""
+" êà÷åñòâå îñíîâíîãî ïàðàìåòðà âû äîëæíû óêàçàòü ðåàëüíîå èìÿ ñåðåâåðà "
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Âû äîëæíû óêàçàòü ñèìâîë # ïåðåä íàçâàíèåì êàíàëà."
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä è ïîâòîðèòå çàïðîñ."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "Ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû GROUP."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr "Ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû REGISTER."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr ""
+"Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû RSEND."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr ""
+"Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû SEND."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Ïðèâàòíîñòü"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "Ðåæèì ïðèâàòíûé óñïåøíî ñíÿò ñ áîòà ïîä íèêîì %s"
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "Áîò ïîä íèêîì %s óñïåøíî ïîìå÷åí êàê ïðèâàòíûé."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Ðåæèì ïðèâàòíîñòè êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Ðåæèì ïðèâàòíîñòè êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Ðåæèì ïðèâàòíîñòè äëÿ %s îòêëþ÷åí."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Ðåæèì ïðèâàòíîñòè íèêà îòêëþ÷åí."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Ðåæèì ïðèâàòíîñòè äëÿ %s àêòèâèðîâàí."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Ðåæèì ïðèâàòíîñòè íèêà àêòèâèðîâàí."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Çàùèòà"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Çàùèòà íèêà %s îòêëþ÷åíà."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Çàùèòà íèêà îòêëþ÷åíà."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Çàùèòà íèêà %s àêòèâèðîâàíà,ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 20 ñåêóíä."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Çàùèòà íèêà %s àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 0 ñåêóíä."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Çàùèòà íèêà %s àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 60 ñåêóíä."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 20 ñåêóíä."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 0 ñåêóíä."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 60 ñåêóíä."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Ïðåäîñòàâëÿåò IRCD-îáðàáîò÷èê äëÿ: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Ïðåäîñòàâëÿåìàÿ êîìàíäà: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [#êàíàë] {ñïèñîê_çàïèñåé | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER íèê [ïàðîëü]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER #êàíàë îïèñàíèå"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER ïàðîëü email"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER ïàðîëü [email]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE íèê [ïàðîëü]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {íèê | #êàíàë} òåêñò"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "Íîâîñòü ïîä íîìåðîì #%d óäàëåíà."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà."
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Ñïèñîê ñëó÷àéíûõ íîâîñòåé:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Âðåìÿ ïåðâîé ÷àñòè ðåãèñòðàöèè èñòåêëî, âîñïîëüçóéòåñü êîìàíäîé \"/msg %s "
+"register <ïàðîëü> <email>\""
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Îãðàíè÷åííûé äîñòóï"
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Ðåæèì îãðàíè÷åííîãî äîñòóïà íà êàíàë %s îòêëþ÷åí."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Ðåæèì îãðàíè÷åííîãî äîñòóïà íà êàíàë %s àêòèâèðîâàí."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SASET íèê MSG {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET íèê îïöèÿ ïàðàìåòðû"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET íèê AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET íèê HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET íèê KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET íèê KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET íèê LANGUAGE íîìåð"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET íèê NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET íèê PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET íèê SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY #êàíàë òåêñò"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS íèê"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "Êîìàíäà SENDPASS íåäîñòóïíà, òàê êàê âêëþ÷åíî øèôðîâàíèå ïàðîëåé."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN íå îïðåäåëåí, ïåðåçàïóñê íåâîçìîæåí. Çàïóñòèòå ñêðèïò configure "
+"è ïåðåñîáåðèòå ñåðâèñû, ÷òîáû àêòèâèðîâàòü êîìàíäó RESTART."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST ëèìèò"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW õîñò"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST ëèìèò | VIEW õîñò}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <íèê> <õîñòìàñêà>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET (#êàíàë | áîò) îïöèÿ ïàðàìåòð"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET #êàíàë NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET íèê_áîòà PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET #êàíàë îïöèÿ ïàðàìåòð"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET #êàíàë DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET #êàíàë DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET #êàíàë FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET #êàíàë GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET #êàíàë KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET #êàíàë NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET #êàíàë OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET #êàíàë PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET #êàíàë PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET #êàíàë RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET #êàíàë SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET #êàíàë SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET #êàíàë SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET #êàíàë SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET #êàíàë SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET #êàíàë TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET #êàíàë XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET îïöèÿ ïàðàìåòðû"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET îïöèÿ ïàðàìåòðû"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE íîìåð"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [#êàíàë] ïðåäåë"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [íèê | #êàíàë] {ïðåäåë | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET MSG {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [íèê] îïöèÿ ïàðàìåòðû"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <íèê> <õîñòìàñêà>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "Ñïèñîê SNLINE'îâ ïóñò."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè}[:"
+"ïðè÷èíà]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ñïèñîê SOP'îâ êàíàëà %s:\n"
+" Íîìåð Íèê"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "Ñïèñîê SQLINE'îâ ïóñò."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} "
+"[ïðè÷èíà]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Êàíàë %s çàïðåùåí ê èñïîëüçîâàíèþ"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Êàíàë %s íåçàðåãèñòðèðîâàí"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Íèê %s â ñåòè îòñóòñòâóåò."
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND #êàíàë ïðè÷èíà"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND #êàíàë [ïðè÷èíà]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND íèê ïðè÷èíà"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK íèê íîâûé_íèê "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "Ñïèñîê SZLINE'îâ ïóñò."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} "
+"[ïðè÷èíà]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Áåçîïàñíîñòü"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Áåçîïàñíîñòü âëàäåëüöà"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Êîíòðîëü ñòàòóñà îïåðàòîðà"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Ðåæèì áåçîïàñíîñòè âëàäåëüöà äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Ðåæèì áåçîïàñíîñòè âëàäåëüöà äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Ðåæèì êîíòðîëÿ çà ñòàòóñîì îïåðàòîðà äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Ðåæèì êîíòðîëÿ çà ñòàòóñîì îïåðàòîðà äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Ðåæèì áåçîïàñíîñòè äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Ðåæèì áåçîïàñíîñòè äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Ðåæèì áåçîïàñíîñòè äëÿ %s îòêëþ÷åí."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Ðåæèì áåçîïàñíîñòè íèêà îòêëþ÷åí."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Ðåæèì áåçîïàñíîñòè äëÿ %s àêòèâèðîâàí."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Ðåæèì áåçîïàñíîñòè íèêà àêòèâèðîâàí."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Áåçîïàñíîñòü"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Òåêóùåå êîë-âî ñåðâåðîâ: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr ""
+"Íà äàííûé ìîìåíò ñåðâèñû ðàáîòàþò â DEFCON-ðåæèìå. Ïîâòîðèòå ñâîé çàïðîñ "
+"ïîçæå."
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Ðåæèì ëîãèðîâàíèÿ ñîîáùåíèé íà ñåðâèñíûé êàíàë îòêëþ÷åí."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "DEFCON-ðåæèì àêòèâèðîâàí, óðîâåíü çàùèòû: %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: NOEXPIRE-ðåæèì äåàêòèâèðîâàí."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr ""
+"Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí NOEXPIRE-ðåæèì (ðåæèì 'íå-"
+"èñòå÷åíèÿ')."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Ñåðâèñû ïåðåøëè â ðåæèì read-only (òîëüêî ÷òåíèå)."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Ñåðâèñû ïåðåøëè â ðåæèì read-write (÷òåíèå-çàïèñü)."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí DEBUG-ðåæèì (óðîâåíü %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí DEBUG-ðåæèì (îòëàäêà)."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: DEBUG-ðåæèì äåàêòèâèðîâàí."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Ðåæèì ëîãèðîâàíèÿ ñîîáùåíèé íà ñåðâèñíûé êàíàë %s àêòèâèðîâàí."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr ""
+"Íàñòðîéêè mail-ôóíêöèé ñåðâèñîâ íåêîððåêòíû èëè îòêëþ÷åíû, âîçìîæíîñòü "
+"îòïðàâêè email íåäîñòóïíà."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Ñïèñîê èãíîðèðóåìûõ íèêîâ:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr ""
+"Âîçìîæíîñòü èçìåíÿòü ðåæèìû ñåðâèñàì íåäîñòóïíà. Âû âîîáùå óâåðåíû, ÷òî "
+"íàñòðîéêè âàøèõ ñåðâåðîâ êîððåêòíû?"
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Âîçìîæíîñòü èçìåíÿòü ðåæèìû ñåðâèñàì íåäîñòóïíà. Âû âîîáùå óâåðåíû, ÷òî U:"
+"line-çàïèñè âàøèõ ñåðâåðîâ êîððåêòíû?"
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Ñåðâèñû ðàáîòàþò: %d äåíü, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Ñåðâèñû ðàáîòàþò: %d äíåé, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóòó"
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóò"
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóò"
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ÷àñîâ, %d ìèíóò"
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ìèíóòó, %d ñåêóíäó"
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ìèíóòó, %d ñåêóíä"
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ìèíóò, %d ñåêóíäó"
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Ñåðâèñû ðàáîòàþò: %d ìèíóò, %d ñåêóíä"
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Ðåæèì àâòîñòàòóñà äëÿ %s îòêëþ÷åí"
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Ðåæèì àâòîñòàòóñà îòêëþ÷åí."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Ðåæèì àâòîñòàòóñà äëÿ %s àêòèâèðîâàí"
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Ðåæèì àâòîñòàòóñà àêòèâèðîâàí."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr ""
+"Ðåæèì ïðèâàòíûõ ñîîáùåíèé äëÿ %s àêòèâèðîâàí, òåïåðü ñåðâèñû áóäóò îòâå÷àòü "
+"åìó â ïðèâàò."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr ""
+"Ðåæèì ïðèâàòíûõ ñîîáùåíèé äëÿ %s îòêëþ÷åí, ñåðâèñû áóäóò îòâå÷àòü åìó "
+"ïîñðåäñòâîì íîòèñîâ."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr ""
+"Ðåæèì ïðèâàòíûõ ñîîáùåíèé àêòèâèðîâàí, òåïåðü ñåðâèñû áóäóò îòâå÷àòü âàì â "
+"ïðèâàò."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr ""
+"Ðåæèì ïðèâàòíûõ ñîîáùåíèé îòêëþ÷åí, ñåðâèñû áóäóò îòâå÷àòü âàì "
+"ïîñðåäñòâîì íîòèñîâ."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Êîíôèãóðàöèîííûé ôàéë ñåðâèñîâ áûë ñ÷èòàí çàíîâî."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Âàø íèê îñâîáîæäåí îò óäåðæàíèÿ ñåðâèñàìè."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "Ëèìèò ñåññèé äëÿ %s óñòàíîâëåí íà %d."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Îãðàíè÷åíèå ñåññèé îòêëþ÷åíî, ñïèñîê èñêëþ÷åíèé íå òðåáóåòñÿ."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Ñïèñîê èñêëþ÷åíèé èç ëèìèòà ñåññèé ïåðåïîëíåí!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Ñåññèé : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Ñåññèè Õîñò"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Íåèçâåñòíûé ïóíêò %s. Äëÿ ïîëó÷åíèÿ ñïèñêà âñåõ äîñòóïíûõ çíà÷åíèé ñì. /msg %"
+"s HELP LEVELS DESC"
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè DEBUG âû äîëæíû óêàçàòü ON, OFF, ëèáî "
+"ïîëîæèòåëüíîå ÷èñëî."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè IGNORE âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè LOGCHAN âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè NOEXPIRE âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè READONLY âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr ""
+" êà÷åñòâå ïàðàìåòðà äëÿ îïöèè SuperAdmin âû äîëæíû óêàçàòü ëèáî ON, "
+"ëèáî OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s àêòèâèðîâàí,\n"
+"íî áóäåò ðàáîòàòü â çàâèñèìîñòè îò íàñòðîåê óðîâíåé äîñòóïà."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Ïîäïèñàííûå êèêè"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû OLINE."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü èñïîëüçîâàíèÿ êîìàíäû RSEND â âàøåé IRC-ñåòè "
+"íåäîñòóïíà."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "SNLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû SQLINE."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû SVSNICK."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "SZLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû UMODE."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Èçâèíèòå, íàçíà÷åíèå áîòîâ íà êàíàë âðåìåííî íåäîñòóïíî."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Èçâèíèòå, íî ñîçäàòü áîòà íåóäàëîñü."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Èçâèíèòå, èçìåíåíèå íàñòðîåê áîòîâ âðåìåííî íåäîñòóïíî."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Èçâèíèòå, íî âîçìîæíîñòü íàñòðîéêè îïöèé áîòà âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà AOP'îâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà HOP'îâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà SOP'îâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà VOP'îâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà äîñòóïà êàíàëà âðåìåííî "
+"íåäîñòóïíà."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà àâòîêèêîâ êàíàëà âðåìåííî "
+"íåäîñòóïíà."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Èçâèíèòå, èçìåíåíèå áàçû äàííûõ ïëîõèõ ñëîâ âðåìåííî íåâîçìîæíî."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Èçâèíèòå, âîçìîæíîñòü óäàëåíèå êàíàëîâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Èçâèíèòå, âîçìîæíîñòü óñòàíîâêè îïöèé êàíàëîâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Èçâèíèòå, ðåãèñòðàöèÿ êàíàëîâ âðåìåííî ïðèîñòàíîâëåíà."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Èçâèíèòå, íî èçìåíèòü ïàðîëü äëÿ %s íåóäàëîñü."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Èçâèíèòå, íî èçìåíèòü ïàðîëü íèêà íå óäàëîñü."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Èçâèíèòå, íî ñãðóïïèðîâàòü íèêè íå óäàëîñü."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Èçâèíèòå, íî èäåíòèôèöèðîâàòü íèê íå óäàëîñü."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr ""
+"Èçâèíèòå, íî âîçìîæíîñòü êîíôèãóðàöèè óñëîâèé êèêîâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Èçâèíèòå, îòìåíà ñîîáùåíèé âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "Èçâèíèòå, íî íàñòðîéêà îïöèé ñëóæáû ñîîáùåíèé âðåìåííî íåâîçìîæíà."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Èçâèíèòå, íî âîçìîæíîñòü îòïðàâêè ñîîáùåíèé âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Èçâèíèòå, íî âîçìîæíîñòü óäàëåíèÿ íèêîâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Èçâèíèòå, íî âîçìîæíîñòü ãðóïïèðîâêè íèêîâ âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "Èçâèíèòå, íî âîçìîæíîñòü íàñòðîéêè îïöèé íèêà âðåìåííî íåäîñòóïíà."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Èçâèíèòå, íî ðåãèñòðàöèÿ íèêîâ âðåìåííî ïðèîñòàíîâëåíà."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Èçâèíèòå, íî çàðåãèñòðèðîâàòü íèê íå óäàëîñü."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Êîëè÷åñòâî çàïèñåé â AKILL-ñïèñêå íå ìîæåò ïðåâûøàòü %d."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Èçâèíèòå, íî êîëè÷åñòâî VOP/HOP/AOP/SOP-çàïèñåé íå ìîæåò ïåðâûøàòü %d "
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Êîëè÷åñòâî çàïèñåé â SNLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Êîëè÷åñòâî çàïèñåé â SQLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Êîëè÷åñòâî çàïèñåé â SZLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Èçâèíèòå, íî êîëè÷åñòâî çàïèñåé â ñïèñêå äîñòóïà íå ìîæåò ïðåâûøàòü %d"
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Èçâèíèòå, â ñïèñêå äîñòóïà êàíàëà ìîæåò áûòü íå áîëåå %d çàïèñåé."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Ñïèñîê àâòîêèêîâ êàíàëà ìîæåò ñîäåðæàòü íå áîëåå %d çàïèñåé."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Ðàçìåð áàçû äàííûõ ïëîõèõ ñëîâ íå ìîæåò ïðåâûøàòü %d çàïèñåé."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "Èçâèíèòå, íî âû óæå ïðåâûñèëè ëèìèò (%d) çàðåãèñòðèðîâàííûõ êàíàëîâ."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr ""
+"Êîëè÷åñòâî çàðåãèñòðèðîâàííûõ âàìè êàíàëîâ äîñòèãëî %d, à ýòî - ìàêñèìóì."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Ñòàòèñòè÷åñêèå äàííûå ñáðîøåíû."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr ""
+"Ñòàòóñ íà ñåðâèñàõ îáíîâëåí (ìåìî-ñîîáùåíèÿ, âèðóòàëüíûé õîñò, è ò.ä.)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Õâàòèò ôëóäèòü!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Õâàòèò ïîâòîðîâ!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "Íàñëåäíèê êàíàë %s óäàëåí."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "Íàñëåäíèêîì êàíàëà %s íàçíà÷åí ïîëüçîâàòåëü %s."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "Äèðåêòèâà SuperAdmin îòêëþ÷åíà â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ."
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Ñèìáèîç"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Ðåæèì ñèìáèîçà äëÿ êàíàëå %s îòêëþ÷åí."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Ðåæèì ñèìáèîçà äëÿ êàíàëå %s àêòèâèðîâàí."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Ñèíòàêñèñ: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë BANTYPE òèï_áàíà\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü øàáëîí áàíìàñêè, ïî êîòîðîé áóäåò çàáàíåí\n"
+"ïîëüçîâàòåëü êàíàëà, îòíîñèòåëüíî êîòîðîãî ïðèìåíÿåòñÿ ñåðâèñíàÿ\n"
+"êîìàíäà BAN.\n"
+"\n"
+"Çíà÷åíèå òèïà áàíà äîëæíî áûòü êîêðåòíûì ÷èñëîì, îò 0 äî 3\n"
+"âêëþ÷èòåëüíî. Äîïóñòèìûå çíà÷åíèÿ ïðåäñòàâëåíû íèæå:\n"
+"\n"
+"0 - áàí âèäà *!èäåíò@õîñò\n"
+"1 - áàí âèäà *!*èäåíò@õîñò\n"
+"2 - áàí âèäà *!*@õîñò\n"
+"3 - áàí âèäà *!*èäåíò@*.äîìåí"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë DESC îïèñàíèå\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü îïèñàíèå êàíàëà, êîòîðîå áóäåò ïîêàçàíî ïðè\n"
+"èñïîëüçîâàíèè êîìàíä LIST è INFO."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë ENTRYMSG [òåêñò]\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü \"ñîîáùåíèå ïðè âõîäå\", êîòîðîå áóäåò\n"
+"îòïðàâëåíî íîòèñîì (notice) êàæäîìó âîøåäøåìó íà êàíàë ïîëüçîâàòåëþ.\n"
+"Åñëè èñïîëüçîâàòü êîìàíäó áåç ïàðàìåòðîâ - òåêóùåå óñòàíîâëåííîå\n"
+"ñîîáùåíèå áóäåò óäàëåíî."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë FOUNDER íèê\n"
+"\n"
+"Ïîçâîëÿåò ïåðåäàòü ïðàâà íà âëàäåíèå êàíàëîì äðóãîìó ïîëüçîâàòåëþ.\n"
+"Íèê íîâîãî âëàäåëüöà êàíàëà äîëæåí áûòü çàðåãèñòðèðîâàííûì."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü îïöèþ õðàíåíèÿ òîïèêà íà\n"
+"êàíàëå. Ïðè âêëþ÷åííîì ðåæèìå õðàíåíèÿ òîïèêà, òåêñò òîïèêà êàíàëà\n"
+"áóäåò ñîõðàíÿòüñÿ â áàçå äàííûõ %S ïîñëå òîãî, êàê ïîñëåäíèé\n"
+"ïîëüçîâàòåëü ïîêèíåò êàíàë, è àâòîìàòè÷åñêè âîññòàíàâëèâàòüñÿ ñðàçó\n"
+"æå, êàê òîëüêî êàíàë ñíîâà ñòàíåò àêòèâíûì (òî åñòü, íà íåãî îïÿòü\n"
+"êòî-ëèáî çàéäåò)."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë MLOCK ðåæèìû\n"
+"\n"
+"MLOCK ïîçâîëÿåò âàì óñòàíîâèòü è çàáëîêèðîâàòü îïðåäåëåííûå ðåæèìû\n"
+"êàíàëà. Âû ìîæåòå çàáëîêèðîâàòü îò ñíÿòèÿ/óñòàíîâêè ëþáûå ðåæèìû,\n"
+"êàêèå òîëüêî çàõîòèòå - %S íèêîìó íå ïîçâîëèò èçìåíèòü èõ.\n"
+"\n"
+" êà÷åñòâå ïàðàìåòðà êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â òîì æå\n"
+"ôîðìàòå, â êîòîðîì óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ\n"
+"êîìàíäû /MODE - ðåæèìû ñ ïðåôèêñîì + ñ÷èòàþòñÿ âêëþ÷åííûìè, è,\n"
+"ñîîòâåòñòâåííî, áëîêèðóþòñÿ îò ñíÿòèÿ, à ðåæèìû ñ ïðåôèêñîì -\n"
+"ñ÷èòàþòñÿ âûêëþ÷åííûìè è áëîêèðóþòñÿ îò óñòàíîâêè.\n"
+"Ïðèìå÷àíèå: îäíàêî, âû äîëæíû ïîìíèòü, ÷òî ïîâòîðíîå èñïîëüçîâàíèå\n"
+"SET MLOCK óäàëèò âñå ïðåäûäóùèå çàáëîêèðîâàííûå ðåæèìû è çàìåíèò\n"
+"èõ íîâûìè!\n"
+"\n"
+"Âíèìàíèå: åñëè âû óñòàíîâèëè è çàáëîêèðîâàëè êëþ÷ êàíàëà, êàê âî\n"
+"âòîðîì ïðèìåðå íèæå, âû äîëæíû òàêæå óñòàíîâèòü îïöèþ RESTRICTED\n"
+"íà êàíàë (ñì. HELP SET RESTRICTED), èëè ëþáîé, êòî çàéäåò íà êàíàë\n"
+"êîãäà òîò áóäåò ïóñò, ñìîæåò óâèäåòü óñòàíîâëåííûé êëþ÷!\n"
+"\n"
+"Ïðèìåðû:\n"
+"\n"
+" SET #êàíàë MLOCK +nt-iklps\n"
+" áëîêèðóåò âêëþ÷åííûìè ðåæèìû n è t, è âûêëþ÷åííûìè i, k, l,\n"
+" p, è s. Ðåæèì m îñòàåòñÿ ñâîáîäíûì ê óñòàíîâêå/ñíÿòèþ.\n"
+" SET #êàíàë MLOCK +knst-ilmp ìîé-êëþ÷-ïàðîëü\n"
+" áëîêèðóåò âêëþ÷åííûì ðåæèìû k, n, s, è t, è âûêëþ÷åííûìè\n"
+" i, l, m, è p. Òàêæåá óñòàíàâëèâàåò êëþ÷ äëÿ âõîäà íà êàíàë\n"
+" (\"ìîé-êëþ÷-ïàðîëü\").\n"
+" SET #êàíàë MLOCK +\n"
+" óäàëÿåò áëîêèðîâêó ðåæèìîâ. Âñå ðåæèìû êàíàëà ìîãóò áûòü\n"
+" ñâîáîäíî èçìåíåíû ëþáûì îïåðàòîðîì êàíàëà."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë OPNOTICE {ON | OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ OP-óâåäîìëåíèÿ íà âàøåì êàíàëå.\n"
+"Êîãäà îï-óâåäîìëåíèå âêëþ÷åíî, %S áóäåò ïîñûëàòü íîòèñ\n"
+"íà êàíàë êàæäûé ðàç, êîãäà êòî-ëèáî èñïîëüçóåò êîìàíäû OP/DEOP."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë PEACE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò îïöèþ ñïîêîéñòâèÿ íà êàíàëå. Äàííûé ðåæèì\n"
+"ïîçâîëÿåò çàïðåòèòü èñïîëüçîâàíèå òàêèõ êîìàíä %S'à êàê BAN,\n"
+"OP, DEOP, KICK è ò. ä. îòíîñèòåëüíî òåõ, êòî âûøå èëè ðàâåí ïî\n"
+"ñòàòóñó îòíîñèòåëüíî èñïîëüçóþùåãî.\n"
+"Ïðèìå÷àíèå: òåì íå ìåíåå ëþáîé, èìåþùèé äîñòóï ê ýòèì êîìàíäàì,\n"
+"ñìîæåò èñïîëüçîâàòü èõ îòíîñèòåëüíî ñåáÿ."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë PRIVATE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò îïöèþ ïðèâàòíîñòè êàíàëà. Äàííûé ðåæèì\n"
+"ïîçâîëÿåò ñêðûòü âàø êàíàë â ñïèñêå êàíàëîâ ïî /msg %S LIST."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë SECURE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ êàíàëà.\n"
+"Êîãäà SECURE âêëþ÷åíî, òîëüêî ïîëüçîâàòåëè ñ çàðåãèñòðèðîâàííûìè\n"
+"íèêàìè, ïðîèäåíòèôèöèðîâàâøèåñÿ ê íèì ÷åðåç ïàðîëü è âêëþ÷åííûå â\n"
+"ñïèñîê äîñòóïà êàíàëà, ñìîãóò çàïðîñèòü ñòàòóñ íà êàíàëå ñ ïîìîùüþ\n"
+"%S.\n"
+"Åñëè áåçîïàñíîñòü îòêëþ÷åíà, ïîëüçîâàòåëè, ïðîïèñàííûå íà êàíàëå,\n"
+"ñìîãóò çàïðîñèòü ñòàòóñ äàæå åñëè èìåþò àâòîðèçàöèþ ê ñâîåìó íèêó\n"
+"âñåãî ëèøü ÷åðåç ñïèñîê ìàñîê íà %s."
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè âëàäåëüöà íà êàíàëå.\n"
+"Àêòèâèðîâàíèå SECUREFOUNDER ïîçâîëÿåò âàì îãðàíè÷èòü âîçìîæíîñòü\n"
+"óäàëåíèÿ êàíàëà, èçìåíåíèÿ åãî ïàðîëÿ, âëàäåëüöà èëè íàñëåäíèêà äî\n"
+"ðåàëüíîãî âëàäåëüöà, ïðîïèñàííîãî â ãðàôå Founder (Âëàäåëåö êàíàëà).\n"
+"(è íå âàæíî, êòî òàì èäåíòèôèöèðîâàëñÿ ê êàíàëó ÷åðåç %S ID)."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë SECUREOPS {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì îãðàíè÷åíèÿ íà ïîëó÷åíèå ñòàòóñà\n"
+"îïåðàòîðà êàíàëà. Äàííûé ðåæèì ïîçâîëÿåò çàïðåòèòü âîçìîæíîñòü\n"
+"ïîëó÷åíèÿ ñòàòóñà îïà òåì ïîëüçîâàòåëÿì, êîòîðûå íå ïðèñóòñòâóþò\n"
+"â ñïèñêå äîñòóïà êàíàëà èëè ïðàâà êîòîðûõ íå ñîîòâåòñòâóþò\n"
+"ïîëó÷àåìîìó ñòàòóñó."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ \"ïîäïèñàííûõ êèêîâ\" íà êàíàëå.\n"
+"Àêòèâèðîâàíèå ðåæèìà SIGNKICK çàñòàâèò %S àâòîìàòè÷åñêè\n"
+"äîáàâëÿòü ê ïðè÷èíå êèêà íèê òîãî, êòî èñïîëüçîâàë êîìàíäó KICK.\n"
+"\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà äëÿ îïöèè SIGNKICK âû ìîæåòå\n"
+"óêàçàòü çíà÷åíèå LEVEL. Ýòî ïîçâîëèò áîëåå òîíêî ëèìèòèðîâàòü\n"
+"äåéñòâèå äàííîãî ðåæèìà, ïðè óñëîâèè êîíå÷íî, ÷òî âû èñïîëüçóåòå\n"
+"ñèñòåìó LEVELS íà êàíàëå (ñì. /msg %S HELP LEVELS äëÿ\n"
+"áîëåå ïîäðîáíîé èíôîðìàöèè)."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë SUCCESSOR íèê\n"
+"\n"
+"Ïîçâîëÿåò íàçíà÷èòü íàñëåäíèêà êàíàëà. Åñëè íèê òåêóùåãî âëàäåëüöà\n"
+"êàíàëà áóäåò óäàëåí ââèäó èñòå÷åíèÿ ñðîêà ðåãèñòðàöèè èëè ïî êàêèì\n"
+"èíûì ïðè÷èíàì, íàçíà÷åííûé íàñëåäíèê ñòàíåò íîâûì âëàäåëüöåì êàíàëà.\n"
+"Òàê æå, ñòîèò çàìåòèòü, ÷òî åñëè íàñëåäíèê óæå çàðåãèñòðèðîâàë\n"
+"÷åðåñ÷óð ìíîãî êàíàëîâ (áîëåå %d), îí íå ïîëó÷èò ïðàâ íà âëàäåíèå\n"
+"êàíàëîì è òîò áóäåò óäàëåí. Êî âñåìó ïðî÷åìó, íèê íàñëåäíèêà êàíàëà\n"
+"äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë TOPICLOCK {ON | OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ áëîêèðîâêè òîïèêà íà êàíàëå. Ïðè\n"
+"âêëþ÷åííîì ðåæèìå áëîêèðîâêè òîïèêà, %S ðàçðåøèò ìåíÿòü\n"
+"òîïèê êàíàëà òîëüêî ÷åðåç ñåðâèñíóþ êîìàíäó TOPIC."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Ñèíòàêñèñ: %s #êàíàë XOP {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü ñèñòåìó ïðèâåëåãèé xOP íà\n"
+"âàøåì êàíàëå. Îñîáåííîñòè äàííîé ñèñòåìû ñîñòîÿò â òîì, ÷òî âñå\n"
+"ìàíèïóëÿöèè ñî ñïèñêîì äîñòóïà êàíàëà ïðîèçâîäÿòñÿ ïîñðåäñòâîì\n"
+"èñïîëüçîâàíèÿ ãîòîâûõ øàáëîíîâ: SOP, AOP, HOP è VOP. ×òîáû\n"
+"âíåñòè êàêèå-ëèáî èçìåíåíèÿ â ñïèñîê äîñòóïà, âàì äîñòàòî÷íî\n"
+"èñïîëüçîâàòü îäíîèìåííûå êîìàíäû, âìåñòî òîãî, ÷òî áû ðàçáèðàòüñÿ\n"
+"â ìíîãîóðîâíåâîé ñèñòåìå LEVELS.\n"
+"\n"
+"Ïðèìå÷àíèå: êîãäà âû ïåðåêëþ÷èòåñü ñ ñèñòåìû ACCESS íà ñèñòåìó\n"
+"ïðèâèëåãèé xOP, âñå âàøè ïðåäûäóùèå óñòàíîâêè óðîâíåé äëÿ êàíàëà\n"
+"è óðîâíè äîñòóïà ïîëüçîâàòåëåé áóäóò èçìåíåíû íà ñòàíäàðòíûå è âû\n"
+"íèêàê íå ñìîæåòå âåðíóòü ýòè çíà÷åíèÿ, ïåðåêëþ÷èâøèñü îáðàòíî íà\n"
+"ñèñòåìó ïðèâèëåãèé ACCESS!\n"
+"\n"
+"Ïîñëå ïåðåõîäà ñ ñèñòåìû ACCESS íà ñèñòåìó xOP, óäîñòîâåðüòåñü, ÷òî\n"
+"ó âñåõ âàøèõ ïîëüçîâàòåëåé, ïðîïèñàííûõ íà êàíàëå, âûñòàâëåí íóæíûé\n"
+"óðîâåíü äîñòóïà, èáî ïåðåõîä èç ACCESS â xOP íå âñåãäà ïðîèñõîäèò\n"
+"òàê, êàê íóæíî. Áîëåå òîãî, åñëè âû óæå íàñòðîèëè îïðåäåëåííûå\n"
+"çíà÷åíèÿ LEVELS äëÿ âàøåãî êàíàëà, èçìåíÿòü ñèñòåìó ïðèâèëåãèé íà\n"
+"xOP-ñîâìåñòèìóþ íå ðåêîìåíäóåòñÿ.\n"
+"\n"
+"Ïåðåêëþ÷åíèå èç ñèñòåìû xOP â ñèñòåìó ACCESS îáû÷íî ïðîõîäèò áåç\n"
+"êàêèõ-ëèáî ïðîáëåì."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Ñèíòàêñèñ: ACCESS #êàíàë ADD íèê óðîâåíü\n"
+" ACCESS #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" ACCESS #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" ACCESS #êàíàë VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" ACCESS #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì äîñòóïà (ACCESS-ñïèñêîì) êàíàëà.\n"
+"Äàííûé ñïèñîê âêëþ÷àåò â ñåáÿ âñåõ ïîëüçîâàòåëåé, êîòîðûå èìåþò òå\n"
+"èëè èíûå ïðèâèëåãèè íà êàíàëå, íàïðèìåð: äîñòóï ê ñòàòóñó îïåðàòîðà,\n"
+"äîñòóï ê óïðàâëåíèþ ñïèñêîì AKICK'îâ, äîñòóï ê òàêèì êîìàíäàì êàê\n"
+"KICK, BAN, VOICE, INVITE è ò. ä.\n"
+"Ðàçëè÷íûå óðîâíè äîñòóïà îïðåäåëÿþò ðàçëè÷íûå ïðèâèëåãèè íà êàíàëå.\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ñòàíäàðòíûõ óðîâíÿõ äîñòóïà êàíàëà\n"
+"ñì. %R%S HELP ACCESS LEVELS\n"
+"Ïðèìå÷àíèå: ëþáîé, íå âêëþ÷åííûé â ñïèñîê äîñòóïà ïîëüçîâàòåëü,\n"
+"ñ÷èòàåòñÿ ïîëüçîâàòåëåì ñ óðîâíåì äîñòóïà 0.\n"
+"\n"
+"Êîìàíäà ACCESS ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê äîñòóïà\n"
+"êàíàëà ñ óêàçàííûì óðîâíåì. Åñëè ýòîò íèê óæå ÷èñëèòñÿ â ñïèñêå,\n"
+"åãî óðîâåíü áóäåò èçìåíåí íà òîò, êîòîðûé áûë óêàçàí. Çíà÷åíèå\n"
+"óðîâíÿ äîëæíî áûòü ìåíüøå, ÷åì óðîâåíü ïîëüçîâàòåëÿ, èñïîëüçóþùåãî\n"
+"êîìàíäó ADD, è, åñëè íèê óæå ïðèñóòñòâóåò â ñïèñêå äîñòóïà,\n"
+"òåêóùèé óðîâåíü äîñòóïà óêàçàííîãî íèêà äîëæåí áûòü ìåíüøå, ÷åì\n"
+"óðîâåíü äîñòóïà ïîëüçîâàòåëÿ, èñïîëüçóþùåãî äàííóþ êîìàíäó.\n"
+"\n"
+"Êîìàíäà ACCESS DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà äîñòóïà. Åñëè\n"
+"â êà÷åñòâå ïàðàìåòðà óêàçàí íîìåð çàïèñè, èëè ñïèñîê çàïèñåé - âñå\n"
+"çàïèñè ïîä äàííûìè íîìåðàìè áóäóò óäàëåíû (ñì. ïðèìåð èñïîëüçîâàíèÿ\n"
+"êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà ACCESS LIST âûâîäèò òåêóùèé ñïèñîê ñïèñîê äîñòóïà êàíàëà.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà ìîæíî óêàçàòü ñèìâîëüíóþ ìàñêó,\n"
+"÷òî ïîçâîëèò ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä\n"
+"ýòó ìàñêó, èëè æå, ìîæíî óêàçàòü ñïèñîê çàïèñåé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" ACCESS #êàíàë LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST bu"
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Ñèíòàêñèñ: ACCESS ADD ìàñêà\n"
+" ACCESS DEL ìàñêà\n"
+" ACCESS LIST\n"
+"\n"
+"Ïîçâîëÿåò ïðîñìàòðèâàòü/èçìåíÿòü ñïèñîê ìàñîê äîñòóïà íà âàø íèê.\n"
+"Èìååòñÿ ââèäó ñïèñîê õîñòìàñîê âèäà èäåíò@õîñò, ñ êîòîðûõ %S\n"
+"ïîçâîëèò èñïîëüçîâàòü âàø íèê äàæå áåç è äåíòèôèêàöèè ê íåìó.\n"
+" ïðîòèâíîì ñëó÷àå, ÷òîáû èñïîëüçîâàòü íèê ñ õîñòìàñêè êîòîðàÿ íå\n"
+"ïðèñóòñòâóåò â ñïèñîêå äîñòóïà, âàì íåîáõîäèìî áóäåò èñïîëüçîâàòü\n"
+"êîìàíäó IDENTIFY äëÿ èäåíòèôèêàöèè íà %S.\n"
+"\n"
+"Ïðèìåðû:\n"
+"\n"
+" ACCESS ADD anyone@*.set.ru\n"
+" ïîçâîëÿåò èñïîëüçîâàòü íèê âñåì, êòî èìååò èäåíò anyone\n"
+" è ÷åé õîñò ïîïàäàåò ïîä ìàñêó *.set.ru.\n"
+" ACCESS DEL anyone@*.set.ru\n"
+" àíòîíèì ïðåäûäóùåé êîìàíäû - óäàëÿåò ìàñêó èç ñïèñêà.\n"
+" ACCESS LIST\n"
+" âûâîäèò òåêóùèé ñïèñîê \"äîâåðåííûõ\" õîñòìàñîê."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Ñèíòàêñèñ: ACT #êàíàë òåêñò\n"
+"\n"
+"Çàñòàâëÿåò áîòà âûïîëíèòü êîìàíäó, ýêâèâàëåíòíóþ êîìàíäå \"/me\"\n"
+"â IRC-êëèåíòå mIRC. Âû äîëæíû óêàçàòü îáà ïàðàìåòðà: òåêñò äåéñòâèÿ\n"
+"è #êàíàë."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Ñèíòàêñèñ: AKICK #êàíàë ADD {íèê | ìàñêà} [ïðè÷èíà]\n"
+" AKICK #êàíàë STICK ìàñêà\n"
+" AKICK #êàíàë UNSTICK ìàñêà\n"
+" AKICK #êàíàë DEL {íèê | ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" AKICK #êàíàë LIST {ìàñêà | íîìåð_çàïèñè | ñïèñîê çàïèñåé}\n"
+" AKICK #êàíàë VIEW {ìàñêà | íîìåð_çàïèñè | ñïèñîê çàïèñåé}\n"
+" AKICK #êàíàë ENFORCE\n"
+" AKICK #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü AKICK-ñïèñêîì êàíàëà. Ëþáîé ïîëüçîâàòåëü, ÷üÿ\n"
+"õîñòìàñêà ñîâïàäåò ñ îäíîé èç çàïèñåé â AKICK-ñïèñêå, áóäåò\n"
+"íåìåäëåííî çàáàíåí è âûêèíóò ñ êàíàëà ïðè ïîïûòêå íà íåãî çàéòè.\n"
+"Âñå ñïèñêè àâòîêèêîâ õðàíÿòñÿ íà %S, äëÿ êàæäîãî êàíàëà -\n"
+"ñâîé ñïèñîê.\n"
+"\n"
+"Êîìàíäà AKICK ADD äîáàâëÿåò íèê èëè ìàñêó â ñïèñîê àâòîêèêîâ.\n"
+"Äîïîëíèòåëüíî, âû ìîæåòå óêàçàòü ïðè÷èíó - ýòîò òåêñò áóäåò\n"
+"èñïîëüçîâàí ïðè êèêå ïîëüçîâàòåëÿ ñ êàíàëà. Åñëè ïðè÷èíà íå\n"
+"óêàçàíà - áóäåò èñïîëüçîâàí ñòàíäàðòíûé òåêñò èç êîíôèãóðàöèîííîãî\n"
+"ôàéëà ñåðâèñîâ (User has been banned from the channel).\n"
+"\n"
+"Êîìàíäà AKICK STICK ïîçâîëÿåò ñîçäàòü ïîñòîÿííûé áàí äëÿ óêàçàííîé\n"
+"ìàñêè èç ñïèñêà àâòîêèêîâ. Äàííûé áàí âñåãäà áóäåò ïðèñóòñâîâàòü íà\n"
+"êàíàëå, %S íèêîìó íå ïîçâîëèò ñíÿòü åãî.\n"
+"Ïðèìå÷àíèå: óñòàíîâêà stick-çàïèñè íà çàðåãèñòðèðîâàííûé íèê -\n"
+"íåâîçìîæíà.\n"
+"\n"
+"Êîìàíäà AKICK UNSTICK ïîçâîëÿåò óäàëèòü stick-çàïèñü, îäíàêî áàí\n"
+"êàíàëà âû äîëæíû óäàëèòü âðó÷íóþ.\n"
+"\n"
+"Êîìàíäà AKICK DEL óäàëÿåò óêàçàííûé íèê èëè ìàñêó èç ñïèñêà\n"
+"àâòîêèêîâ.  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü\n"
+"íîìåð çàïèñè èëè ñïèñîê çàïèñåé. \n"
+"Ïðèìå÷àíèå: óäàëåíèå çàïèñè èç AKICK-ñïèñêà íå óäàëÿåò áàí íà\n"
+"êàíàëå, âû äîëæíû áóäåòå ñíÿòü åãî âðó÷íóþ.\n"
+"\n"
+"Êîìàíäà AKICK LIST ïîêàçûâàåò òåêóùèé ñïèñîê àâòîêèêîâ êàíàëà.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ìàñêó, ÷òîáû\n"
+"ïîëó÷èòü òîëüêî ñîâïàäàþùèå çàïèñè, èëè íîìåð/ñïèñîê çàïèñåé, ÷òîáû\n"
+"ïðîñìîòðåòü òîëüêî ýòè çàïèñè.\n"
+"\n"
+"Êîìàíäà AKICK VIEW ÿâëÿåòñÿ áîëåå ïîäðîáíûì àíàëîãîì êîìàíäû\n"
+"AKICK LIST (äîïîëíèòåëüíî ïîêàçûâàåòñÿ âðåìÿ óñòàíîâêè AKICK'à è\n"
+"åãî ïðè÷èíà).\n"
+"\n"
+"Êîìàíäà AKICK ENFORCE ïîñûëàåò %S çàïðîñ íà íåìåäëåííóþ ïåðåïðîâåðêó\n"
+"AKICK-ñïèñêà êàíàëà.\n"
+"\n"
+"Êîìàíäà AKICK CLEAR ïîëíîñòüþ î÷èùàåò ñïèñîê àâòîêèêîâ êàíàëà."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Ñèíòàêñèñ: AKILL ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ïðè÷èíà\n"
+" AKILL DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" AKILL LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" AKILL VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" AKILL CLEAR\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ AKILL'îâ.\n"
+"Ëþáîé ïîëüçîâàòåëü, ïîäïàäàþùèé ïîä ìàñêó AKILL'à, áóäåò íåìåäëåííî\n"
+"îòêëþ÷åí îò ñåòè ïîñðåäñòâîì ñåðâèñíîãî KILL'à ñ óêàçàííîé ïðè÷èíîé,\n"
+"è íå âàæíî, íà êàêîì ñåðâåðå îí ñèäèò èëè ê êàêîìó ïîäêëþ÷àåòñÿ.\n"
+"Ïîìèìî ýòîãî, åñëè IRCd âàøåé ñåòè ýòî ïîääåðæèâàåò, ñåðâèñû \n"
+"óñòàíîâÿò KLINE/GLINE íà âñåõ ñåðâåðàõ âàøåé ñåòè, â êà÷åñòâå ìàñêè\n"
+"áàíà áóäåò èñïîëüçîâàíà ñîîòâåòñòâóþùàÿ çàïèñü AKILL'à.\n"
+"\n"
+"Êîìàíäà AKILL ADD äîáàâëÿåò ìàñêó âèäà èäåíò@õîñò/ip ñ óêàçàííîé\n"
+"ïðè÷èíîé â ñïèñîê AKILL'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).\n"
+"Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü\n"
+"îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ\n"
+"êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî\n"
+"ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà \"d\" - \"äíè\" (òàêèì îáðàçîì,\n"
+"+30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé AKILL,\n"
+"èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå\n"
+"ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê \"+\" - âû äîëæíû\n"
+"îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå\n"
+"ïî-óìî÷àíèþ.\n"
+"Òåêóùåå âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ\n"
+"êîìàíäû STATS AKILL.\n"
+"\n"
+"Êîìàíäà AKILL DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà AKILL'îâ.\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó AKILL'à, íî\n"
+"è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû\n"
+"èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà AKILL LIST ïîêàçûâàåò òåêóùèé ñïèñîê AKILL'îâ.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ\n"
+"ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,\n"
+"ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"Íàïðèìåð:\n"
+"\n"
+" AKILL LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.\n"
+"\n"
+"AKILL VIEW áîëåå ïîäðîáíàÿ âåðñèÿ AKILL LIST, îíà ïîêàæåò âàì\n"
+"êòî äîáàâèë AKILL, âðåìÿ óñòàíîâêè AKILL'à, êîãäà îí èñòåêàåò, íó\n"
+"è, êîíå÷íî æå, ìàñêó âèäà èäåíò@õîñò/ip è ïðè÷èíó AKILL'à.\n"
+"\n"
+"AKILL CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê AKILL'îâ."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Ñèíòàêñèñ: ALIST [óðîâåíü]\n"
+"\n"
+"Ïîêàæåò âñå êàíàëû, â ñïèñêàõ äîñòóïà êîòîðûõ âû ÷èñëèòåñü.\n"
+"Îïöèîíàëüíî, âû ìîæåòå âûáðàòü îïðåäåëåííûé óðîâåíü â ôîðìàòå xOP\n"
+"èëè LEVELS. Ðåçóëüòèðóþùèé ñïèñîê áóäåò ñîäåðæàòü êàíàëû, íà êîòîðûõ\n"
+"ó âàñ åñòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà.\n"
+"\n"
+"Ïðèìåðû:\n"
+" ALIST Founder\n"
+" âûâåäåò ñïèñîê êàíàëîâ, âëàäåëüöåì êîòîðûõ âû ÿâëÿåòåñü.\n"
+" ALIST AOP\n"
+" âûâåäåò ñïèñîê êàíàëîâ, íà êîòîðûõ ó âàñ åñòü ñòàòóñ AOP\n"
+" èëè âûøå.\n"
+" ALIST 10\n"
+" âûâåäåò ñïèñîê êàíàëîâ, íà êîòîðûõ âàø óðîâåíü ðàâåí 10\n"
+" èëè âûøå.\n"
+"\n"
+"Ïðèìå÷àíèå: åñëè âû âèäèòå ìåòêó \"!\" ïåðåä èìåíåì êàíàëà, ýòî\n"
+"çíà÷èò ÷òî îí íàõîäèòñÿ â ðåæèìå NOEXPIRE."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: ALIST [íèê] [óðîâåíü]\n"
+"\n"
+"Áåç ïàðàìåòðîâ, ïîêàæåò ñïèñîê êàíàëîâ, íà êîòîðûõ Âû ïðîïèñàíû.\n"
+"Ñ ïåðâûì ïàðàìåòðîì, ïîêàæåò êàíàëû, íà êîòîðûõ ïðîïèñàí óêàçàííûé\n"
+"íèê. Ñ îáîèìè ïàðàìåòðàìè, ïîêàæåò êàíàëû, ãäå ïðîïèñàí óêàçàííûé\n"
+"íèê ñ óêàçàííûì óðîâíåì èëè âûøå.\n"
+"Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Àäìèíèñòðàòîðà ñåðâèñîâ."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Ñèíòàêñèñ: AOP #êàíàë ADD íèê\n"
+" AOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" AOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" AOP #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì AOP'îâ (àâòîïåðàòîðîâ) âàøåãî êàíàëà.\n"
+"Ïðèâèëåãèè AOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ îïà\n"
+"ñðàçó ïðè âõîäå íà êàíàë, âîçìîæíîñòü óñòàíàâëèâàòü/ñíèìàòü áàíû\n"
+"ïîñðåäñòâîì ñåðâèñîâ, ïðèãëàøàòü ñåáÿ íà êàíàë, çàïðàøèâàòü êëþ÷\n"
+"êàíàëà è ìíîãîå äðóãîå.\n"
+"\n"
+"Êîìàíäà AOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê AOP'îâ.\n"
+"\n"
+"Êîìàíäà AOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà AOP'îâ.  êà÷åñòâå\n"
+"ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð\n"
+"çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).\n"
+"\n"
+"Êîìàíäà AOP LIST âûâîäèò òåêóùèé ñïèñîê AOP'îâ êàíàëà.  êà÷åñòâå\n"
+"äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî\n"
+"ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä\n"
+"ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" AOP #êàíàë LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.\n"
+" AOP #êàíàë LIST *vas*\n"
+" îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó \"vas\"\n"
+"\n"
+"Êîìàíäà AOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê AOP'îâ.\n"
+"\n"
+"Êîìàíäû AOP ADD è AOP DEL ìîãóò èñïîëüçîâàòü òîëüêî SOP'û êàíàëà\n"
+"èëè âëàäåëåö, êîìàíäó AOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî âëàäåëåö.\n"
+"Êîìàíäà AOP LIST äîñòóïíà ëþáîìó ïîëüçîâàòåëþ èç ñïèñêà AOP'îâ.\n"
+"\n"
+"Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ\n"
+"ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå\n"
+"èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì\n"
+"êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ\n"
+"êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ\n"
+"ïî /msg %S HELP ACCESS è /msg %S HELP SET XOP."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Ñèíòàêñèñ: ASSIGN #êàíàë íèê\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü óêàçàííîãî áîòà (íèê) íà óêàçàííûé êàíàë. Ñðàçó\n"
+"æå ïîñëå óñòàíîâêè, âû ñìîæåòå ñêîíôèãóðèðîâàòü îïöèè áîòà ïî ñâîåìó\n"
+"óñìîòðåíèþ."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Ñèíòàêñèñ: BADWORDS #êàíàë ADD ñëîâî [SINGLE | START | END]\n"
+" BADWORDS #êàíàë DEL {ñëîâî | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" BADWORDS #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" BADWORDS #êàíàë CLEAR\n"
+"\n"
+"Äàííàÿ êîìàíäà ïîçâîëÿåò ìîäèôèöèðîâàòü ñïèñîê \"ïëîõèõ\" ñëîâ êàíàëà.\n"
+"Ýòîò ñïèñîê îïðåäåëÿåò, çà èñïîëüçîâàíèå êàêèõ ñëîâ ïîëüçîâàòåëü\n"
+"áóäåò êèêíóò áîòîì, ïðè óñëîâèè, êîíå÷íî, ÷òî äàííàÿ âîçìîæíîñòü\n"
+"àêòèâèðîâàíà.\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî àêòèâàöèè äàííîãî ðåæèìà ñìîòðèòå\n"
+"%R%S HELP KICK BADWORDS.\n"
+"\n"
+"Êîìàíäà BADWORDS ADD äîáàâëÿåò íîâîå ñëîâî â ñïèñîê \"ïëîõèõ\" ñëîâ.\n"
+"Âû ìîæåòå óêàçàòü äîïîëíèòåëüíûå óñëîâèÿ îáðàáîòêè äëÿ äîáàâëÿåìîãî\n"
+"ñëîâà, íàïðèìåð: îïöèîíàëüíûé ïàðàìåòð SINGLE çàñòàâèò áîòà\n"
+"ó÷èòûâàòü òîëüêî ôàêò ïîëíîãî óïîòðåáëåíèÿ äàííîãî ñëîâà, ïàðàìåòð\n"
+"START çàñòàâèò áîòà ó÷èòûâàòü ôàêò ñîâïàäåíèÿ ïî ìàñêå \"ñëîâî*\"\n"
+"(òî åñòü, ñîâïàäåíèå êàêîé-ëèáî START-çàïèñè èç ñïèñêà ñ íà÷àëîì\n"
+"ñêàçàííîãî ñëîâà), íó è ïîñëåäíèé ïàðàìåòð END áóäåò ñðàáàòûâàòü\n"
+"ïðè óïîòðåáëåíèè \"*ñëîâà\". Åñëè âû íå óêàæåòå íè îäèí èç ýòèõ\n"
+"ïàðàìåòðîâ äëÿ äîáàâëÿåìîãî ñëîâà, áóäåò èñïîëüçîâàòüñÿ ñîâïàäåíèå\n"
+"ïî \"*ñëîâó*\".\n"
+"Ïðèìåðû:\n"
+"\n"
+"BADWORDS #chuvaki ADD ïåñ\n"
+"-> äîáàâèò ñëîâî \"ïåñ\" â ñïèñîê ïëîõèõ ñëîâ è çàñòàâèò áîòà êèêàòü\n"
+" íå òîëüêî çà óïîòðåáëåíèå ñàìîãî ýòîãî ñëîâà, íî è ëþáûõ åãî\n"
+" ñëîâîôîðì, ñîäåðæàùèõ â ñåáå îðèãèí (íàïðèìåð: ïåñ, ïåñîê è ò.ä.)\n"
+"\n"
+"BADWORDS #chuvaki ADD ïåñ SINGLE\n"
+"-> äîáàâèò ñëîâî \"ïåñ\" â ñïèñîê ïëîõèõ ñëîâ è çàñòàâèò áîòà êèêàòü\n"
+" òîëüêî çà óïîòðåáëåíèå ñàìîãî ýòîãî ñëîâà, è íèêàê èíà÷å.\n"
+"\n"
+"Êîìàíäà BADWORDS DEL óäàëÿåò óêàçàííîå ñëîâî èç ñïèñêà ïëîõèõ ñëîâ.\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî êîíêðåòíóþ çàïèñü,\n"
+"íî è íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ\n"
+"êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà BADWORDS LIST ïîêàæåò òåêóùèé ñïèñîê ïëîõèõ ñëîâ.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ\n"
+"ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðå"
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Ñèíòàêñèñ: BAN #êàíàë íèê [ïðè÷èíà]\n"
+"\n"
+"Áàíèò óêàçàííîãî ïîëüçîâàòåëÿ íà óêàçàííîì êàíàëå.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Ñèíòàêñèñ: BOT ADD íèê èäåíò õîñò ðåàëüíîå_èìÿ\n"
+" BOT CHANGE ñòàðûé íèê íîâûé_íèê [èäåíò [õîñò [ðåàëüíîå_èìÿ]]]\n"
+" BOT DEL íèê\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ ñîçäàâàòü, èçìåíÿòü èëè óäàëÿòü\n"
+"áîòîâ, êîòîðûå â äàëüíåéøåì ìîãóò áûòü èñïîëüçîâàíû ïîëüçîâàòåëÿìè\n"
+"ñåòè íà ñâîèõ êàíàëàõ.\n"
+"\n"
+"Êîìàíäà BOT ADD äîáàâëÿåò áîòà ñ óêàçàííûì íèêîì, èäåíòîì, õîñòîì\n"
+"è ðåàëüíûì èìåíåì. Òàê êàê êîððåêòíîñòü ýòèõ çíà÷åíèé íå ïðîâåðÿåòñÿ,\n"
+"áóäüòå êðàéíå âíèìàòåëüíû ïðè äîáàâëåíèè/èçìåíåíèè õààðêòåðèñòèê áîòà.\n"
+"\n"
+"Êîìàíäà BOT CHANGE ïîçâîëÿåò èçìåíèòü íèê, èäåíò, õîñò èëè ðåàëüíîå\n"
+"èìÿ áîòà áåç íåîáõîäèìîñòè åãî óäàëåíèÿ.\n"
+"\n"
+"Êîìàíäà BOT DEL óäàëÿåò óêàçàííîãî áîòà èç ñïèñêà áîòîâ.\n"
+"\n"
+"Ïðèìå÷àíèå: âû íå ìîæåòå ñîçäàòü áîòà ñ íèêîì, êîòîðûé óæå êåì-òî\n"
+"çàðåãèñòðèðîâàí. Åñëè æå âû ñîçäàåòå áîòà ñ íåçàðåãèñòðèðîâàííûì íèêîì,\n"
+"ëþáîé, êòî èñïîëüçóåò ýòîò íèê íà ìîìåíò ñîçäàíèÿ áîòà - áóäåò òóò\n"
+"æå îòêëþ÷åí îò ñåòè."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Ñèíòàêñèñ: BOTLIST\n"
+"\n"
+"Âûâåäåò ñïèñîê âñåõ äîñòóïíûõ äëÿ óñòàíîâêè áîòîâ."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Ñèíòàêñèñ: CANCEL {íèê | #êàíàë}\n"
+"\n"
+"Îòìåíÿåò ïîñëåäíåå ñîîáùåíèå, îòïðàâëåííîå âàìè óêàçàííîìó íèêó\n"
+"èëè êàíàëó, òåì ñàìûì ïðåäîõðàíÿÿ åãî îò ïðî÷òåíèÿ àäðåñàòîì."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Ñèíòàêñèñ: CHANKILL [+ñðîê_èñòå÷åíèÿ] #êàíàë ïðè÷èíà\n"
+"Äîáàâëÿåò â AKILL-ñïèñîê âñåõ ïîëüçîâàòåëåé óêàçàííîãî êàíàëà ñ\n"
+"óêàçàííîé ïðè÷èíîé íà óêàçàííûé ïðîìåæóòîê âðåìåíè.  êà÷åñòâå ìàñêè\n"
+"AKILL'îâ áóäóò èñïîëüçîâàíû ìàñêè ïîñåòèòåëåé êàíàëà âèäà èäåíò@õîñò."
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Ñèíòàêñèñ: CHANLIST [{ìàñêà | íèê} [SECRET]]\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ àêòèâíûõ (íà äàííûé ìîìåíò) êàíàëîâ ñåòè, âíå\n"
+"çàâèñèìîñòè îò òîãî, çàðåãèñòðèðîâàíû îíè èëè íåò.\n"
+"\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü ìàñêó èìåíè êàíàëà, ÷òî áû\n"
+"ïîëó÷èòü òîëüêî êîíêðåòíûå, ñîâïàäàþùèå çàïèñè. Åñëè æå âû óêàæèòå\n"
+"íèê, áóäåò âûâåäåí ñïèñîê âñåõ êàíàëîâ, íà êîòîðûõ íàõîäèòñÿ ýòîò\n"
+"ïîëüçîâàòåëü.\n"
+"Äîïîëíèòåëüíûé ïàðàìåòð SECRET ïîçâîëÿåò ïîëó÷èòü ñïèñîê êàíàëîâ\n"
+"ñ ðåæèìàìè +s/+p, ñîâïàäàþùèõ ñ óêàçàííîé ñèìâîëüíîé ìàñêîé."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Ñèíòàêñèñ: CHECK íèê\n"
+"\n"
+"Ïðîâåðÿåò, áûëî ëè ïðî÷èòàíî ïîñëåäíåå ïîñëàííîå âàìè ñîîáùåíèÿ\n"
+"óêàçàííûì íèêîì.\n"
+"Ïðèìå÷àíèå: êîìàíäà ðàáîòàåò òîëüêî äëÿ íèêîâ, íå äëÿ êàíàëîâ."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Ñèíòàêñèñ: CLEAR #êàíàë ÷òî_èìåííî\n"
+"\n"
+"Ïîñûëàåò %S çàïðîñ íà î÷èñòêó îïðåäåëåíûõ ðåæèìîâ êàíàëà.\n"
+"Âàëèäíûå çíà÷åíèÿ:\n"
+"\n"
+" MODES ñáðîñ âñåõ ðåæèìîâ êàíàëà (i,k,l,m,n,p,s,t è ò. ä.)\n"
+" BANS óäàëåíèå âñåõ áàíîâ êàíàëà\n"
+" EXCEPTS óäàëåíèå âñåõ èñêëþ÷åíèé èç áàíà\n"
+" INVITES óäàëåíèå âñåõ èñêëþ÷åíèé íà ïðèãëàøåíèå\n"
+" OPS ñíÿòèå ñòàòóñà îïåðàòîðà ñî âñåõ îïåðàòîðîâ êàíàëà.\n"
+" If supported, removes channel-admin (mode +a) and\n"
+" channel-owner (mode +q) as well.\n"
+" HOPS ñíÿòèå ñòàòóñà ïîëóîïåðàòîðà ñî âñåõ õîïîâ êàíàëà\n"
+" VOICES ñíÿòèå ñòàòóñà âîéñà ñî âñåõ âîéñîâ êàíàëà\n"
+" USERS ìàññîâûé êèê âñåõ ïîñåòèòåëåé êàíàëà\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî\n"
+"âëàäåëüöåì êàíàëà."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Ñèíòàêñèñ: CLEARMODES #êàíàë [ALL]\n"
+"\n"
+"Î÷èùàåò âñå äâîè÷íûå ðåæèìû (i,k,l,m,n,p,s,t) è áàíû íà óêàçàííîì\n"
+"êàíàëå. Ñ äîïîëíèòåëüíûì ïàðàìåòðîì ALL - ñíèìåò ñî âñåõ ñòàòóñû\n"
+"îïåðàòîðîâ/âîéñîâ (ðåæèìû +o è +v)."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Ñèíòàêñèñ: CONFIRM auth-êîä\n"
+"\n"
+"Äàííàÿ êîìàíäà íåîáõîäèìà, ÷òî áû çàâåðøèòü âòîðîé øàã ðåãèñòðàöèè\n"
+"íèêà - ïîäòâåðæäåíèå. Ïîñëå âûïîëíåíèÿ äàííîãî òåðáîâàíèÿ, âàø íèê\n"
+"áóäåò çàðåãèñòðèðîâàí íà %S.\n"
+"Êîäîâàÿ ôðàçà, êîòîðàÿ óêàçûâàåòñÿ â êà÷åñòâå ïàðàìåòðà, âûñûëàåòñÿ\n"
+"íà âàø e-mail â ïåðâîé ÷àñòè ïðîöåññà ðåãèñòðàöèè íèêà. Äëÿ áîëåå\n"
+"ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Ñèíòàêñèñ: DEFCON [1|2|3|4|5]\n"
+"\n"
+"Ñèñòåìà DEFCON ïîçâîëÿåò âàì óñòàíàâëèâàòü îïðåäåëåííûå ãëîáàëüíûå\n"
+"îãðàíè÷åíèÿ â ñåòè ñî ñòîðîíû ñåðâèñîâ. Äàííûå îãðàíè÷åíèÿ ìîãóò\n"
+"êàñàòüñÿ íå òîëüêî ðàáîòû ñàìèõ ñåðâèñîâ, íî è ôóíêöèîíèðîâàíèÿ ñåòè\n"
+"â öåëîì, ÷òî, ïîðîþ, âåñüìà ïîëåçíî ïðè ðàçíîãî ðîäà àòàêàõ íà ñåòü."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Ñèíòàêñèñ: DEHALFOP #êàíàë [íèê]\n"
+"\n"
+"Ñíèìàåò ñòàòóñ ïîëóîïåðàòîðà ñ óêàçàííîãî íèêà íà óêàçàííîì êàíàëå.\n"
+"Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ ïîëóîïåðàòîðà ñ èñïîëüçóþùåãî\n"
+"êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà HOP'àìè\n"
+"èëè ëèöàìè ñ óðîâíåì äîñòóïà 4 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Ñèíòàêñèñ: DEL <íèê>\n"
+"\n"
+"Óäàëÿåò âèðòóàëüíûé õîñò íàçíà÷åííûé óêàçàííîìó íèêó."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Ñèíòàêñèñ: DEL [#êàíàë] {íîìåð | ñïèñîê_çàïèñåé | LAST | ALL}\n"
+"\n"
+"Ïîçâîëÿåò óäàëèòü óêàçàííîå ñîîáùåíèå. Â çàâèñèìîñòè îò óêàçàííîãî\n"
+"ïàðàìåòðà, âû ìîæåòå óäàëèòü ñðàçó íåñêîëüêî ñîîáùåíèé èëè öåëûé\n"
+"äèàïàçîí ñîîáùåíèé (ñì. ïðèìåð íèæå).\n"
+"\n"
+"Ïàðàìåòð LAST ïîçâîëÿåò óäàëèòü ïîñëåäíåå ïîëó÷åííîå ñîîáùåíèå.\n"
+"Ïàðàìåòð ALL ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê ñîîáùåíèé.\n"
+"\n"
+"Ïðèìåðû:\n"
+"\n"
+" DEL 1\n"
+" óäàëèò ñîîáùåíèå ïîä íîìåðîì 1.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" óäàëèò âñå ñîîáùåíèÿ ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Ñèíòàêñèñ: DELALL <íèê>.\n"
+"\n"
+"Óäàëÿåò âèðòóàëüíûå õîñòû ó âñåõ íèêîâ óêàçàííîé ãðóïïû."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Ñèíòàêñèñ: DEOP #êàíàë [íèê]\n"
+"\n"
+"Ñíèìàåò ñòàòóñ îïåðàòîðà êàíàëà ñ óêàçàííîãî íèêà íà óêàçàííîì\n"
+"êàíàëå. Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ îïåðàòîðà ñ èñïîëüçóþùåãî\n"
+"êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Ñèíòàêñèñ: DEOWNER #êàíàë\n"
+"\n"
+"Ñíèìàåò ñ èñïîëüçóþùåãî ñòàòóñ âëàäåëüöà êàíàëà.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî\n"
+"âëàäåëüöåì êàíàëà."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Ñèíòàêñèñ: DEPROTECT #êàíàë [íèê]\n"
+"\n"
+"Ñíèìàåò ñòàòóñ çàùèòû (àäìèíèñòðàòîðà) ñ óêàçàííîãî íèêà íà óêàçàííîì\n"
+"êàíàëå. Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ çàùèòû ñ èñïîëüçóþùåãî\n"
+"êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà âëàäåëüöåì èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 10 (SOP) è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Ñèíòàêñèñ: DEVOICE #êàíàë [íèê]\n"
+"\n"
+"Ñíèìàåò ñòàòóñ âîéñà ñ óêàçàííîãî íèêà íà óêàçàííîì êàíàëå. Åñëè íèê\n"
+"íå óêàçàí, ñíèìàåò ñòàòóñ âîéñà ñ èñïîëüçóþùåãî êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà VOP'àìè\n"
+"èëè ëèöàìè ñ óðîâíåì äîñòóïà 3 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Ñèíòàêñèñ: DROP #êàíàë\n"
+"\n"
+"Óäàëÿåò óêàçàííûé êàíàë èç áàçû äàííûõ ñåðâèñîâ. Èñïîëüçîâàòü DROP\n"
+"ìîæåò ëèøü âëàäåëåö êàíàëà."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Ñèíòàêñèñ: DROP #êàíàë\n"
+"\n"
+"Óäàëÿåò óêàçàííûé êàíàë èç áàçû äàííûõ ñåðâèñîâ. Âû ì îæåòå óäàëèòü\n"
+"òîëüêî òå êàíàëû, êîòîðûìè âû âëàäååòå.\n"
+"Êàê Àäìèíèñòðàòîð ñåðâèñîâ, âû ìîæåòå óäàëèòü ëþáîé çàðåãèñòðèðîâàííûé\n"
+"êàíàë ñåòè áåç êàêîé-ëèáî èäåíòèôèêàöèè ê íåìó."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Ñèíòàêñèñ: DROP [íèê]\n"
+"\n"
+"Óäàëÿåò âàø íèê èç áàçû äàííûõ %S. Óäàëåííûé òàêèì îáðàçîì íèê\n"
+"ñíîâà ñòàíîâèòñÿ ñâîáîäíûì äëÿ ðåãèñòðàöèè.\n"
+"\n"
+"Èñïîëüçîâàíèå íèêà â êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà\n"
+"ïîçâîëÿåò âàì óäàëÿòü íèê â ïðåäåëàõ âàøåé ãðóïïû.\n"
+"\n"
+"×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû áûòü èäåíòèôèöèðîâàíû\n"
+"ê óäàëÿåìîñó íèêó (èëè ãðóïïå íèêîâ). Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè\n"
+"ñì. /msg %S HELP IDENTIFY"
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: DROP [íèê]\n"
+"\n"
+"Áåç ïàðàìåòðîâ, óäàëÿåò Âàø íèê èç áàçû äàííûõ %S.\n"
+"\n"
+"Ñ ïàðàìåòðîì, óäàëÿåò óêàçàííûé íèê èç áàçû äàííûõ. Âû ìîæåòå óäàëèòü\n"
+"ëþáîé íèê èç âàøåé ãðóïïû, íå èìåÿ êàêèõ-ëèáî îñîáûõ ïðèâèëåãèé.\n"
+"Óäàëèòü àáñîëþòíî ëþáîé íèê ìîãóò òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Ñèíòàêñèñ: EXCEPTION ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ëèìèò ïðè÷èíà\n"
+" EXCEPTION DEL {ìàñêà | ñïèñîê_çàïèñåé}\n"
+" EXCEPTION MOVE íîìåð ïîçèöèÿ\n"
+" EXCEPTION LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" EXCEPTION VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì õîñòîâ, êîòîðûå\n"
+"áóäóò èìåòü îòäåëüíî óêàçàííûå îãðàíè÷åíèÿ íà êîëè÷åñòâî ñåññèé.\n"
+"Âîçìîæíîñòè ñïèñêà èñêëþ÷åíèé ïîçâîëÿþò ðàçðåøèòü îïðåäåëåííûì õîñòàì\n"
+"(øåëëîâ èëè BNC) èìåòü áîëüøåå êîëè÷åñòâî êëèåíòîâ îäíîâðåìåííî,\n"
+"íåæåëè ðàçðåøåíî ïî-óìîë÷àíèþ. Êàê òîëüêî êîëè÷åñòâî ñåññèé ñ õîñòà \n"
+"äîñòèãíåò óñòàíîâëåííîãî ëèìèòà, âñå ïîñëåäóþùèå êëèåíòû, ïûòàþùèåñÿ\n"
+"ïîäêëþ÷èòüñÿ ñ äàííîãî õîñòà, áóäóò àâòîìàòè÷åñêè îòêëþ÷àòüñÿ.\n"
+"Ïåðåä îòêëþ÷åíèåì, ïîëüçîâàòåëü ïîëó÷èò óâåäîìëåíèå îò %S\n"
+"î òîì, ÷òî ñ åãî õîñòà ïðåâûøåí ëèìèò ïîäêëþ÷åíèé. Òåêò ñîîáùåíèÿ\n"
+"ìîæíî èçìåíèòü â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ.\n"
+"\n"
+"Êîìàíäà EXCEPTION ADD ïîçâîëÿåò äîáàâèòü óêàçàííóþ ìàñêó â ñïèñîê\n"
+"èñêëþ÷åíèé. Ó÷òèòå, ÷òî îáùèå õîñòìàñòêè âèäà íèê!èäåíò@õîñò èëè\n"
+"èäåíò@õîñò íåäîïóñòèìû! Âû äîëæíû óêàçûâàòü òîëüêî ðåàëüíûå õîñòû\n"
+"âèäà box.host.dom è *.host.dom, òàê êàê îãðàíè÷åíèå ñåññèé íå\n"
+"èñïîëüçóåò ïðè ïðîâåðêå íèêè è/èëè èäåíòû. Çíà÷åíèå ëèìèòà äîëæíî\n"
+"áûòü öåëûì ÷èñëîì, áîëüøå èëè ðàâíûì íóëþ. Äàííûé ïàðàìåòð îïðåäåëÿåò,\n"
+"êàê ìíîãî ñåññèé äàííûé õîñò ìîæåò èñïîëüçîâàòü îäíîâðåìåííî.\n"
+"Óñòàíîâêà ýòîãî çíà÷åíèÿ ðàâíûì 0 ïîçâîëèò õîñòó èìåòü íåîãðàíè÷åííîå\n"
+"÷èñëî ñåññèé. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ñðîêå èñòå÷åíèÿ ñì.\n"
+"ñïðàâêó ïî êîìàíäå AKILL.\n"
+"\n"
+"Êîìàíäà EXCEPTION DEL ïîçâîëÿåò óäàëèòü óêàçàííóþ ìàñêó (èëè\n"
+"äèàïàçîí çàïèñåé) èç ñïèñêà èñêëþ÷åíèé.\n"
+"\n"
+"Êîìàíäà EXCEPTION MOVE ïîçâîëÿåò ïåðåìåñòèòü óêàçàííîå èñêëþ÷åíèå\n"
+"ïîä óêàçàííûì íîìåðîì íà óêàçàííóþ ïîçèöèþ. Ñîîòâåòñòâåííî, n-îå\n"
+"êîëè÷åñòâî çàïèñåé ñïèñêà èñêëþ÷åíèé áóäåò ñäâèíóòî âûøå èëè íèæå,\n"
+"÷òîáû çàïîëíèòü îáðàçîâàâøèéñÿ ïðîìåæóòîê.\n"
+"\n"
+"Êîìàíäû EXCEPTION LIST è EXCEPTION VIEW ïîçâîëÿþò ïîëó÷èòü òåêóùèé\n"
+"ñïèñîê èñêëþ÷åíèé. Åñëè â êà÷åñòâå ïàðàìåòðà óêàçàíà ìàñêà, áóäóò\n"
+"îòîáðàæåíû òîëüêî ñîâïàäàþùèå ñ íåé çàïèñè.\n"
+"\n"
+"Êîìàíäà EXCEPTION VIEW ïîçâîëÿåò ïîëó÷èòü áîëåå ïîäðîáíóþ èíôîðìàöèþ\n"
+"îá èñêëþ÷åíèè: íèê äîáàâèâøåãî çàïèñü, óñòàíîâëåííûé ëèìèò, óêàçàííóþ\n"
+"ïðè óñòàíîâêå ïðè÷èíó, ñàì õîñò, ñðîê èñòå÷åíèÿ çàïèñè è äàòó åå\n"
+"ñîçäàíèÿ.\n"
+"\n"
+"Ñòîèò çàìåòèòü, ÷òî ñåðâèñû áóäóò èñïîëüçîâàòü çíà÷åíèÿ ïåðâîé æå\n"
+"ñîâïàäàþùåé çàïèñè èç ñïèñêà èñêëþ÷åíèé äëÿ ïîïàäàþùåãî ïîä óñëîâèÿ\n"
+"õîñòà. Ñëèøêîì áîëüøîé ñïèñîê èñêëþ÷åíèé ñ øèðîêèìè ìàñêàìè â\n"
+"äîñòàòî÷íîé ìåðå âëèÿåò íà ïðîèçâîäèòåëüíîñòü ñåðâèñîâ."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Ñèíòàêñèñ: FORBID #êàíàë [ïðè÷èíà]\n"
+"\n"
+"Çàïðåùàåò ðåãèñòðèðîâàòü èëè èñïîëüçîâàòü óêàçàííûé êàíàë. Ýôôåêò\n"
+"çàïðåòà îòìåíÿåòñÿ ïóòåì óäàëåíèÿ êàíàëà.\n"
+"\n"
+"Ïðèìå÷àíèå: â çàâèñèìîñòè îò íàñòðîåê ñåðâèñîâ, ïðè÷èíà ìîæåò\n"
+"áûòü ïàðàìåòðîì êàê îïöèîíàëüíûì, òàê è íåîáõîäèìûì."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Ñèíòàêñèñ: FORBID íèê [ïðè÷èíà]\n"
+"\n"
+"Çàïðåùàåò ðåãèñòðèðîâàòü è/èëè èñïîëüçîâàòü óêàçàííûé íèê. Ýôôåêò\n"
+"çàïðåòà ìîäåò áûòü ñíÿò ïóòåì óäàëåíèÿ íèêà (DROP).\n"
+"\n"
+" íåêîòîðûõ ñåòÿõ, ïðè÷èíà ÿâëÿåòñÿ îáÿçàòåëüíûì ïàðàìåòðîì."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Ñèíòàêñèñ: GETEMAIL user@emailhost\n"
+"Âûâîäèò ñïèñîê íèêîâ, â íàñòðîéêàõ ó êîòîðûõ ñòîèò óêàçàííûé email.\n"
+"Ïðèìå÷àíèå: âû íå ìîæåòå èñïîëüçîâàòü ñèìâîëüíûå ìàñêè íè äëÿ user,\n"
+"íè äëÿ emailhost. Êàæäûé ðàç, ïðè èñïîëüçîâàíèè äàííîé êîìàíäû,\n"
+"ñîîáùåíèå, âêëþ÷àþùåå íèê âûçâàâøåãî êîìàíäó è óêàçàííûé email,\n"
+"áóäåò çàïèñàíî â ëîã-ôàéë ñåðâèñîâ."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Ñèíòàêñèñ: GETKEY #êàíàë\n"
+"\n"
+"Ïîçâîëÿåò çàïðîñèòü ó ñåðâèñîâ êëþ÷-ïàðîëü êàíàëà."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Ñèíòàêñèñ: GETPASS #êàíàë\n"
+"\n"
+"Ïîçâîëÿåò ïîëó÷èòü ïàðîëü îò óêàçàííîãî êàíàëà.\n"
+"\n"
+"Ïðèìå÷àíèå: ñðàçó ïî èñïîëüçîâàíèè äàííîé êîìàíäû, ñåðâèñû ïîøëþò\n"
+"ïî WALLOPS/GLOBOPS ñîîáùåíèå, ñîäåðæàùèå íèê èñïîëüçîâàâøåãî êîìàíäó,\n"
+"è íèê, îòíîñèòåëüíî êîòîðîãî áûëà èñïîëüçîâàíà êîìàíäà. Îäíîâðåìåííî\n"
+"ñ ýòèì, ñîáûòèå áóäåò çàïèñàíî â ëîã-ôàéë.\n"
+"Ïðèìå÷àíèå 2: êîìàíäà íåäîñòóïíà, åñëè âêëþ÷åíî øèôðîâàíèå ïàðîëåé."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Ñèíòàêñèñ: GETPASS íèê\n"
+"\n"
+"Ïîçâîëÿåò ïîëó÷èòü ïàðîëü óêàçàííîãî íèêà.\n"
+"Ïðèìå÷àíèå: ñðàçó ïî èñïîëüçîâàíèè äàííîé êîìàíäû, ñåðâèñû ïîøëþò\n"
+"ïî WALLOPS/GLOBOPS ñîîáùåíèå, ñîäåðæàùèå íèê èñïîëüçîâàâøåãî êîìàíäó,\n"
+"è íèê, îòíîñèòåëüíî êîòîðîãî áûëà èñïîëüçîâàíà äàííàÿ êîìàíäà.\n"
+"Îäíîâðåìåííî ñ ýòèì, ñîáûòèå áóäåò çàïèñàíî â ëîã-ôàéë.\n"
+"Ïðèìå÷àíèå 2: êîìàíäà íåäîñòóïíà, åñëè âêëþ÷åíî øèôðîâàíèå ïàðîëåé."
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Ñèíòàêñèñ: GHOST íèê [ïàðîëü]\n"
+"\n"
+"Óíè÷òîæàåò \"ìåðòâóþ\" IRC-ñåññèþ, èñïîëüçóþùóþ Âàø íèê. \"Ìåðòâàÿ\"\n"
+"ñåññèÿ - ýòî êîãäà ðåàëüíî åå íå ñóùåñòâóåò, íî IRC-ñåðâåð äóìàåò\n"
+"÷òî êëèåíò âñå åùå â ñåòè. ×àùå âñåãî ýòî ïðîèñõîäèò ïðè âíåçàïíîì\n"
+"îáðûâå ñâÿçè ñ ñåðâåðîì, êîãäà IRC-êëèåíò íå óñïåâàåò ïîñëàòü îíîìó\n"
+"óâåäîìëåíèå îá îòêëþ÷åíèè (íàïðèìåð, êîãäà âàø êîìïüþòåð âíåçàïíî\n"
+"ïåðåçàãðóçèëñÿ èëè ó âàñ íå ìåíåå âíåçàïíî îòêëþ÷èëè ýëåêòðè÷åñòâî).\n"
+"\n"
+"×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ\n"
+"îòêëþ÷àåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå\n"
+"îòêëþ÷àåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè\n"
+"èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Ñèíòàêñèñ: GLIST\n"
+"\n"
+"Âûâîäèò ñïèñîê íèêîâ â âàøåé ãðóïïå."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: GLIST [íèê]\n"
+"\n"
+"Áåç ïàðàìåòðîâ, ïîêàæåò ñïèñîê íèêîâ â âàøåé ãðóïïå. Ñ ïàðàìåòðîì,\n"
+"ïîêàæåò âñå íèêè íàõîäÿùèåñÿ â ãðóïïå óêàçàííîãî íèêà.\n"
+"Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Àäìèíèñòðàòîðà ñåðâèñîâ."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Ñèíòàêñèñ: GLOBAL ñîîáùåíèå\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ îòïðàâëÿòü ãëîáàëüíûå ñîîáùåíèÿ\n"
+"âñåì ïîëüçîâàòåëÿì ñåòè.  êà÷åñòâå íèêà îòïðàâèòåëÿ áóäåò óêàçàí\n"
+"%s."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Ñèíòàêñèñ: GROUP\n"
+"\n"
+"Ýòà êîìàíäà ïîçâîëÿåò ïîëüçîâàòåëÿì óñòàíîâèòü âèðòóàëüíûé õîñò\n"
+"ñ èõ ÒÅÊÓÙÅÃÎ íèêà íà âñå íèêè ãðóïïû."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Ñèíòàêñèñ: GROUP ãëàâíûé_íèê ïàðîëü\n"
+"\n"
+"Äàííàÿ êîìàíäà ïîçâîëÿåò âàì ïðèñîåäèíèòü âàø òåêóùèé íèê ê ãðóïïå\n"
+"ãëàâíîãî_íèêà.  êà÷åñòâå ïàðîëÿ âàì íåîáõîäèìî óêàçàòü ïàðîëü\n"
+"ãëàâíîãî íèêà.\n"
+"\n"
+"Èñïîëüçîâàíèå ãðóïï äàåò âàì âîçìîæíîñòü îáúåäèíèòü íåñêîëüêî íèêîâ\n"
+"â îäíó ãðóïïó ñ åäèíûìè íàñòðîéêàìè è ïðèâèëåãèÿìè íà êàíàëàõ,\n"
+"åäèíûìè àññîöèèðîâàííûìè äàííûìè è ïàðîëåì, åäèíûì ñïèñêîì ñîîáùåíèé.\n"
+"Ãðóïïà ñóùåñòâóåò è àêòèâíà ïîêà èñïîëüçóåòñÿ. Äàæå åñëè âû óäàëèòå\n"
+"îäèí èç íèêîâ ãðóïïû, âñå âûøåîïèñàííûå äàííûå (íó è ñàìà ðåãèñòðàöèÿ)\n"
+"áóäóò ñóùåñòâîâàòü äî òåõ ïîð, ïîêà â ãðóïïå åñòü õîòÿ áû 1 íèê.\n"
+"\n"
+"Âû ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó äàæå åñëè âàø òåêóùèé íèê âñå åùå\n"
+"íåçàðåãèñòðèðîâàí.  ïðîòèâíîì ñëó÷àå, äëÿ èñïîëüçîâàíèÿ îïèñûâàåìîé\n"
+"êîìàíäû âàì íåîáõîäèìî áóäåò èäåíòèôèöèðîâàòüñÿ ê ãðóïïèðóåìîìó íèêó.\n"
+"Ñì. /msg %S HELP IDENTIFY äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.\n"
+"Ïðèìå÷àíèå: âîçìîæíîñòü ãðóïïèðîâêè óæå çàðåãèñòðèðîâàííûõ íèêîâ\n"
+"ìîæåò áûòü íåäîñòóïíà â âàøåé IRC-ñåòè.\n"
+"\n"
+"Îïòèìàëüíûì âàðèàíòîì áóäåò îáúåäèíåíèå åùå íå çàðåãèñòðèðîâàííûõ\n"
+"íèêîâ ñ óæå çàðåãèñòðèðîâàííûì (îíè óêàçûâàþòñÿ êàê ãëàâíûé íèê).\n"
+" ïðîòèâíîì ñëó÷àå, âñå äàííûå ãðóïïèðóåìîãî íèêà áóäóò óíè÷òîæåíû\n"
+"â ïðîöåññå îáúåäèíåíèÿ äâóõ íèêîâ. Èìåííî ïîýòîìó, ñëèÿíèå ãðóïï -\n"
+"íåâîçìîæíî. Îäèí çàðåãèñòðèðîâàííûé íèê, íå ñîñòîÿùèé íè â îäíîé\n"
+"ãðóïïå - óæå îáðàçóåò ãðóïïó. È íàõîäèòñÿ â äâóõ ãðóïïàõ ýòîò íèê\n"
+"íèêàê íåìîæåò.\n"
+"Ïðèìå÷àíèå 2: ó âñåõ íèêîâ â ãðóïïå - åäèíûé ïàðîëü."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Ñèíòàêñèñ: HALFOP #êàíàë [íèê]\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ ïîëóîïåðàòîðà êàíàëà óêàçàííîìó íèêó\n"
+"íà óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ ïîëóîïåðàòîðà\n"
+"áóäåò âûäàí èñïîëüçóþùåìó êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà HOP'àìè\n"
+"èëè ëèöàìè ñ óðîâíåì äîñòóïà 4 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Ñèíòàêñèñ: HOP #êàíàë ADD íèê\n"
+" HOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" HOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" HOP #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì HOP'îâ (ïîëóîïåðàòîðîâ) âàøåãî êàíàëà.\n"
+"Ïðèâèëåãèè HOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ õîïà\n"
+"ñðàçó ïðè âõîäå íà êàíàë, èëè çàïðîñèòü åãî âðó÷íóþ, ÷åðåç ñåðâèñû.\n"
+"\n"
+"Êîìàíäà HOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê HOP'îâ.\n"
+"\n"
+"Êîìàíäà HOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà HOP'îâ.  êà÷åñòâå\n"
+"ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð\n"
+"çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).\n"
+"\n"
+"Êîìàíäà HOP LIST âûâîäèò òåêóùèé ñïèñîê HOP'îâ êàíàëà.  êà÷åñòâå\n"
+"äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî\n"
+"ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä\n"
+"ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" HOP #êàíàë LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.\n"
+" HOP #êàíàë LIST *vas*\n"
+" îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó \"vas\"\n"
+"\n"
+"Êîìàíäà HOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê HOP'îâ.\n"
+"\n"
+"Êîìàíäû HOP ADD, HOP DEL è HOP LIST ìîãóò èñïîëüçîâàòü AOP'û\n"
+"êàíàëà èëè âûøå, êîìàíäó HOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî\n"
+"âëàäåëåö êàíàëà.\n"
+"\n"
+"Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ\n"
+"ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå\n"
+"èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì\n"
+"êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ\n"
+"êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ\n"
+"ïî /msg %S HELP ACCESS è /msg %S HELP SET XOP."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Ñèíòàêñèñ: IDENTIFY [account] ïàðîëü\n"
+"\n"
+"Ïîçâîëÿåò âàì èäåíòèôèöèðîâàòüñÿ íà %S ê çàðåãèñòðèðîâàííîìó\n"
+"ðàíåå íèêó. Áîëüøèíñòâî ñåðâèñíûõ êîìàíä, òàêèå êàê SET, OP, BAN\n"
+"è ò. ä., òðåáóþò èäåíòèôèêàöèè ïåðåä èñïîëüçîâàíèåì.  êà÷åñòâå\n"
+"ïàðîëÿ âû äîëæíû óêàçàòü òîò ñàìûé ïàðîëü, êîòîðûé óêàçûâàëè ïðè\n"
+"ðåãèñòðàöèè âàøåãî íèêà."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Ñèíòàêñèñ: IGNORE {ADD|DEL|LIST|CLEAR} [âðåìÿ] [íèê|ìàñêà]\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì èãíîðèðóåìûõ\n"
+"ñåðâèñàìè ïîëüçîâàòåëåé.\n"
+"Ïî-óìîë÷àíèþ, ïàðàìåòð [âðåìÿ] ÿâëÿåòñÿ ñåêóíäàìè. Îäíàêî, âû ìîæåòå\n"
+"óêàçàòü è èíûå åäèíèöû èçìåðåíèÿ, èñïîëüçóÿ: s äëÿ ñåêóíä, m äëÿ\n"
+"ìèíóò, h äëÿ ÷àñîâ è d äëÿ äíåé. Êîìáèíàöèè ýòèõ åäèíèö èçìåðåíèÿ\n"
+"íåäîïóñòèìû. Óñòàíîâêà âðåìåíè èãíîðà â 0 ñäåëàåò åãî ïîñòîÿííûì.\n"
+" êà÷åñòâå ïîñëåäíåãî çíà÷åíèÿ âû äîëæíû óêàçàòü âàëèäíûé íèê èëè\n"
+"ìàñêó âèäà íèê!èäåíò@õîñò èëè èäåíò@õîñò. Ëþáûå äðóãèå çíà÷åíèÿ áóäóò\n"
+"ðàñöåíèâàòüñÿ â êà÷åñòâå íèêà.\n"
+"Ïîëüçîâàòåëè ñî ñòàòóñîì IRC-îïåðàòîðà èãíîðèðîâàòüñÿ ñåðâèñàìè íå\n"
+"áóäóò, äàæå åñëè îíè ïðèñóòñòâóþò â ñïèñêå èãíîðà."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Ñèíòàêñèñ: INFO #êàíàë\n"
+"\n"
+"Ïîçâîëÿåò ïîëó÷èòü ïîäðîáíóþ èíôîðìàöèþ î çàðåãèñòðèðîâàíîì êàíàëå,\n"
+"â ÷àñòíîñòè òàêóþ êàê: íèê âëàäåëüöà, âðåìÿ ðåãèñòðàöèè êàíàëà, äàòó\n"
+"åãî ïîñëåäíåãî èñïîëüçîâàíèÿ è îïèñàíèå. Ñ ïàðàìåòðîì ALL áóäóò\n"
+"òàê æå ïîêàçàíû çàáëîêèðîâàííûå ðåæèìû, îïöèè êàíàëà è åãî íàñëåäíèê.\n"
+"Ïðèìå÷àíèå: ïî-óìîë÷àíèþ, èñïîëüçîâàòü êîìàíäó ñ ïàðàìåòðîì ALL\n"
+"ìîæåò òîëüêî âëàäåëåö êàíàëà."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Ñèíòàêñèñ: INFO íèê\n"
+"\n"
+"Çàïðàøèâàåò ó ñåðâèñîâ èíôîðìàöèþ îá óêàçàííîì íèêå.  ÷àñòíîñòè\n"
+"áóäóò ïîêàçàíû: ðåàëüíîå èìÿ âëàäåëüöà (realname), åãî ïîñëåäíÿÿ\n"
+"õîñòìàñêà, êîãäà îí ïîñëåäíèé ðàç áûë â IRC ïîä ýòèì íèêîì. Åñëè âû\n"
+"çàïðàøèâàåòå èíôîðìàöèþ îòíîñèòåëüíî ñâîåãî íèêà, âû ìîæåòå óêàçàòü\n"
+"ïàðàìåòð ALL, ÷òîáû ïîëó÷èòü âñþ äîñòóïíóþ èíôîðìàöèþ, â òîì ÷èñëå\n"
+"è òó, êîòîðàÿ ñêðûòà."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Ñèíòàêñèñ: INFO [#êàíàë]\n"
+"\n"
+"Ïîêàçûâàåò èíôîðìàöèþ î êîëè÷åñòâå è ñòàòóñå âàøèõ ñîîáùåíèé, â\n"
+"÷àñòíîñòè ñêîëüêî èç íèõ íåïðî÷èòàíî, è ñêîëüêî âñåãî ñîîáùåíèé\n"
+"âû ìîæåòå ïðèíÿòü. Åñëè âû óêàæåòå â êà÷åñòâå ïàðàìåòðà êàíàë - \n"
+"âûâåäåò àíàëîãè÷íóþ èíôîðìàöèþ îá óêàçàííîì êàíàëå."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Ñèíòàêñèñ: INFO [íèê | #êàíàë]\n"
+"\n"
+"Áåç ïàðàìåòðîâ, ïîêàæåò îáùåå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå âû\n"
+"èìååòå, ñêîëüêî èç íèõ íåïðî÷èòàíî, è ñêîëüêî âñåãî ñîîáùåíèé âû\n"
+"ìîæåòå ïðèíèìàòü.\n"
+"\n"
+"Åñëè óêàçàòü êàíàë, ïîêàæåò òó æå èíôîðìàöèþ îá óêàçàííîì êàíàëå.\n"
+"\n"
+"Åñëè óêàçàòü â êà÷åñòâå ïàðàìåòðà íèê, ïîêàæåò òó æå èíôîðìàöèþ îá\n"
+"óêàçàííîì íèêå.\n"
+"Äàííûé ïàðàìåòð ìîãóò èñïîëüçîâàòü òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Ñèíòàêñèñ: INFO {#êàíàë | íèê}\n"
+"\n"
+"Ïîçâîëÿåò ïðîñìîòðåòü ðàçëè÷íóþ èíôîðìàöèþ î ñàìîì áîòå (íèê, èäåíò,\n"
+"õîñò, äàòó ñîçäàíèÿ, êîëè÷åñòâî îáñëóæèâàåìûõ êàíàëîâ), èëè î åãî\n"
+"íàñòðîéêàõ íà êîíêðåòíîì #êàíàëå (óñëîâèÿ êèêîâ è óñòàíîâëåííûå\n"
+"îïöèè).\n"
+"Ïðèìå÷àíèå: äàííûå áóäóò ïîñëàíû îò ëèöà %S"
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Ñèíòàêñèñ: INVITE #êàíàë\n"
+"\n"
+"Çàñòàâëÿåò %S ïðèãëàñèòü âàñ íà óêàçàííûé êàíàë.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Ñèíòàêñèñ: JUPE ñåðâåð [ïðè÷èíà]\n"
+"\n"
+"Ïîçâîëÿåò \"äæóïíóòü\" óêàçàííûé ñåðâåð ñ óêàçàííîé ïðè÷èíîé.\n"
+" äàííîì ñëó÷àå ýôôåêò äæóïà ñîñòîèò â ñëåäóþùåì: ñåðâèñû ïîñûëàþò\n"
+"SQUIT óêàçàííîìó ñåðâåðó, òåì ñàìûì îòêëþ÷àÿ åãî îò ñåòè, à çàòåì\n"
+"òóò æå ñîçäàþò âèðòóàëüíûé ñåðâåð ñ òåì æå èìåíåì, è ïðè÷èíîé â\n"
+"êà÷åñòâå îïèñàíèÿ ñåðâåðà (server description). Äàííûé ôàëüøèâûé\n"
+"ñåðâåð íå ïîçâîëèò ïðèñîåäèíèòüñÿ ê ñåòè ðåàëüíîìó, äæóïíóòîìó\n"
+"ñåðâåðó. Îòìåíèòü ýôôåêò âû ìîæåòå ïóòåì SQUIT'à âèðòóàëüíîé êîïèè\n"
+"äæóïíóòîãî ñåðâåðà.\n"
+"Ïðèìå÷àíèå: ïàðàìåòð ïðè÷èíà ÿâëÿåòñÿ íå îáÿçàòåëüíûì, åñëè âû åãî\n"
+"íå óêàæåòå, áóäåò èñïîëüçîâàíà ñòàíäàðòíàÿ, âèäà: \"Juped by <íèê>\"."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë íèê [ïðè÷èíà]\n"
+"\n"
+"Âûêèäûâàåò óêàçàííîãî ïîëüçîâàòåëÿ ñ óêàçàííîãî êàíàëà.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë BADWORDS {ON|OFF} [ttb]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà èñïîëüçîâàíèå íà êàíàëå \"ïëîõèõ\" ñëîâ.\n"
+"\n"
+"Áàçà \"ïëîõèõ\" ñëîâ êàíàëà ìîäèôèöèðóåòñÿ ïîñðåäñòâîì äîïîëíèòåëüíîé\n"
+"êîìàíäû BADWORDS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñìîòðèòå ñïðàâêó\n"
+"ïî /msg %S HELP BADWORDS.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë REPEAT {ON|OFF} [ttb [÷èñëî_ïîâòîðîâ]]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ïîâòîðû.\n"
+"\n"
+"Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ïîëüçîâàòåëü\n"
+"äîëæåí X ðàç ïîäðÿä ïîñëàòü íà êàíàë îäèíàêîâîå ñîîáùåíèå, ïðè ýòîì\n"
+"ñîîáùåíèÿ äðóãèõ ïîëüçîâàòåëåé, ïîñëàííûå â ýòî æå âðåìÿ, íèêîèì\n"
+"îáðàçîì íåñáðàñûâàþò ñ÷åò÷èê ÷èñëà_ïîâòîðîâ ýòîãî ïîëüçîâàòåëÿ. \n"
+"\n"
+"Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ\n"
+"ïî-óìîë÷àíèþ: 3 ïîâòîðà ïîäðÿä.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë îïöèÿ ïàðàìåòðû\n"
+"\n"
+"Ïîçâîëÿåò òîíêî íàñòðîèòü óñëîâèÿ êàíàëà, çà íàðóøåíèÿ êîòîðûõ áîò\n"
+"áóäåò àâòîìàòè÷åñêè êèêàòü íàðóøèâøèõ èõ\n"
+"Ñïèñîê äîñòóïíûõ îïöèè:\n"
+"\n"
+" BOLDS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" æèðíîãî òåêñòà\n"
+" BADWORDS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" \"ïëîõèõ\" ñëîâ\n"
+" CAPS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" áóêâ â ÂÅÐÕÍÅÌ ðåãèñòðå (CapsLock).\n"
+" COLORS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" 04ö06â09å11ò12í05î08ã07î òåêñòà\n"
+" FLOOD íàñòðîéêà óñëîâèé êèêà çà ôëóä\n"
+" REPEAT íàñòðîéêà óñëîâèé êèêà çà ïîâòîðÿþùèåñÿ ñîîáùåíèÿ\n"
+" REVERSES íàñòðîéêà óñëîâèÿ êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" èíâåðñíîãî òåêñòà\n"
+" UNDERLINES íàñòðîéêà óñëîâèÿ êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå\n"
+" ïîä÷åðêèâàíèé\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü\n"
+"êîìàíäîé /msg %S HELP KICK îïöèÿ.\n"
+"\n"
+"Ïðèìå÷àíèå: äîñòóï ê ýòîé êîìàíäå îïðåäåëÿåòñÿ óðîâíåì äîñòóïà ê\n"
+"êîìàíäå SET (ñèñòåìà LEVELS)."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë íèê ïðè÷èíà\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ âûêèíóòü êàêîãî-ëèáî ïîëüçîâàòåëÿ ñ\n"
+"óêàçàííîãî êàíàëà ñåòè.\n"
+"Ïàðàìåòðû äàííîé êîìàíäû àíàëîãè÷íû ïàðàìåòðàì ñòàíäàðòíîé êîìàíäû\n"
+"/KICK. Ïðè÷èíà êèêà áóäåò âêëþ÷àòü â ñåáÿ íèê Îïåðàòîðà ñåðâèñîâ,\n"
+"êîòîðûé èñïîëüçîâàë äàííóþ êîìàíäó, íàïðèìåð:\n"
+"\n"
+"*** SpamMan was kicked by %S (Alcan (Flood))"
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë BOLDS {ON|OFF} [ttb]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå æèðíîãî\n"
+"òåêñòà.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5150
+#, fuzzy, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë CAPS {ON|OFF} [ttb [ìèíèìóì [ïðîöåíòû]]]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK.\n"
+"\n"
+"Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ñòðîêà, êîòîðóþ\n"
+"ïîñëàë ïîñåòèòåëü, äîëæíà ñîäåðæàòü X áîëüøèõ áóêâ, îïðåäåëåííûõ\n"
+"ìèíèìóìîì, è êîëè÷åñòâî ýòèõ çàãëàâíûõ áóêâ äîëæíî ñîñòàâëÿòü êàê\n"
+"ìèíèìóì X ïðîöåíòîâ%% îò ÷èñëà áóêâ âñåé ñòðîêè.\n"
+"Íàïðèìåð: ïðåäïîëîæèì, ÷òî íàñòðîéêè ó íàñ ñòîÿò êàê 10 è 25,\n"
+"òîãäà ñòðîêà âèäà:\n"
+"\n"
+"BLABLABLAB BLABLABLAB BLABLABlab blablablab blablablab blablablab\n"
+"blablablab blablablab blablablab blablablab\n"
+"\n"
+"áóäåò ïîïàäàòü ïîä ñëåäóþùåå óñëîâèå: êîëè÷åñòâî çàãëàâíûõ áóêâ\n"
+"áîëüøå 10 è è ïðîöåíòàæ åãî îòíîñèòåëüíî îáùåãî êîë-âà áóêâ > 25%.\n"
+"Êàê âèäèòå, âûñòàâëåííîå íàìè óñëîâèå â äàííîì ñëó÷àå ñðàáîòàåò è\n"
+"ïîëüçîâàòåëü áóäåò êèêíóò ñ ñîîòâåòñòâóþùåé ïðè÷èíîé.\n"
+"\n"
+"Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ\n"
+"ïî-óìîë÷àíèþ: 10 äëÿ ìèíèìóìà áóêâ è 25% äëÿ ïðîöåíòàæà.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë COLORS {ON|OFF} [ttb]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå öâåòíîãî\n"
+"òåêñòà.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë FLOOD {ON|OFF} [ttb [ëèíèé [ñåêóíäû]]]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ôëóä.\n"
+"\n"
+"Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ïîëüçîâàòåëü\n"
+"äîëæåí ïîñëàòü íà êàíàë êîëè÷åñòâî ñîîáùåíèé, ïðåâûùàþùåå ïàðàìåòð\n"
+"ëèíèé, è, åñëè ýòî ïðîèçîøëî â óêàçàííûé ïðîìåæóòîê ñåêóíäû -\n"
+"áîò êèêíåò åãî ñ ñîîòâåòñòâóþùåé ïðè÷èíîé.\n"
+"\n"
+"Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ\n"
+"ïî-óìîë÷àíèþ: 6 ñòðîê çà 10 ñåêóíä.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë REVERSES {ON|OFF} [ttb]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå èíâåðñíîãî\n"
+"òåêñòà.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Ñèíòàêñèñ: KICK #êàíàë UNDERLINES {ON|OFF} [ttb]\n"
+"\n"
+"Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå\n"
+"÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå ïîä÷åðêèâàíèé.\n"
+"\n"
+"Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò\n"
+"ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå \"0\" èëè\n"
+"\"-\" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Ñèíòàêñèñ: LEVELS #êàíàë SET òèï [óðîâåíü|FOUNDER]\n"
+" LEVELS #êàíàë {DIS | DISABLE} òèï\n"
+" LEVELS #êàíàë LIST\n"
+" LEVELS #êàíàë RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Ñèíòàêñèñ: LIST [<ìàñêà>|<#X-Y>]\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ âèðòóàëüíûõ õîñòîâ è íèêîâ, íà êîòîðûå ýòè õîñòû\n"
+"óñòàíîâëåíû.\n"
+"\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ìàñêó ïîèñêà,\n"
+"÷òî ïîçâîëèò âàì ïîëó÷èòü òîëüêî ñîâïàäàþùèå ïî ñèìâîëüíîé ìàñêå\n"
+"çàïèñè. Ïîìèìî ýòîãî, âû, òàê æå, ìîæåòå óêàçàòü ñïèñêîê çàïèñåé â\n"
+"ôîðìàòå #X-Y, ãäå X - íîìåð ñòàðòîâîé çàïèñü, à Y - êîíå÷íîé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" LIST *invis*\n"
+" âûâåäåò ñïèñîê çàïèñåé, íèê èëè âèðò. õîñò êîòîðûõ ñîäåðæèò\n"
+" ïîäñòðîêó *invis* (invisible, covinis è ò. ä.)\n"
+"\n"
+" LIST #2-5\n"
+" âûâåäåò ñïèñîê çàïèñåé ñî 2-îé ïî 5-þ.\n"
+"\n"
+"Ëèìèò îäíîâðåìåííî ïîêàçûâàåìûõ çàïèñåé îãðàíè÷åí ÷èñëîì, óêàçàííûì\n"
+"â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ äèðåêòèâîé NSListMax."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Ñèíòàêñèñ: LIST ìàñêà\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ, íàçâàíèå êîòîðûõ\n"
+"ñîâïàäàåò ñ óêàçàííîé ìàñêîé. Ïîìèìî ìàñêè âû ìîæåòå óêàçàòü ñïèñîê\n"
+"çàïèñåé, íàïðèìåð çàïðîñ #1-5 ïîêàæåò âñå êàíàëû ñ 1-ãî ïî 5-ûé\n"
+"(êàíàëû ñ âêëþ÷åííîé îïöèåé PRIVATE ïîêàçàíû íå áóäóò).\n"
+"Ïðèìå÷àíèå: ïðè ïîèñêå êàíàëîâ íà÷èíàþùèõñÿ ñ \"#\", ñàì ñèìâîë\n"
+"\"#\" óêàçûâàòü íå íàäî - îí çàðåçåðâèðîâàí äëÿ ñïèñêà (ñì. âûøå)."
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Ñèíòàêñèñ: LIST ìàñêà\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ, êîòîðûå ñîâïàäàþò ñ\n"
+"óêàçàííîé ìàñêîé âèäà íèê!èäåíò@õîñò.\n"
+"Íèêè ñ àêòèâèðîâàííîé îïöèåé PRIVATE ïîêàçàíû íå áóäóò.\n"
+"\n"
+"Ïðèìåðû:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" ïîêàæåò âñå íèêè, ìàñêà êîòîðûõ ñîâïàäàåò ñ joeuser@foo.com\n"
+" LIST *Bot*!*@*\n"
+" ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè, êîòîðûå ñîäåðæàò\n"
+" ïîäñòðîêó âèäà Bot (ðåãèñòð íå èìååò çíà÷åíèÿ).\n"
+" LIST *!*@*.bar.org\n"
+" Ïîêàæåò âñå íèêè, ïðèíàäëåæàùèå ïîëüçîâàòåëÿì\n"
+" â äîìåíå bar.org."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ ïî óêàçàííîé ìàñêå.\n"
+"Êàíàëû ñ ïàðàìåòðîì PRIVATE áóäóò ïîêàçàíû òîëüêî Àäìèíèñòðàòîðàì\n"
+"ñåðâèñîâ. Êàíàëû ñ ïàðàìåòðîì NOEXPIRE áóäóò ïîêàçàíû ñ ïðåôèêñîì\n"
+"! ïåðåä èìåíåì êàíàëà.\n"
+"\n"
+" êà÷åñòâå äîïîëíèòåëüíûõ îïöèé êîìàíäû LIST âû ìîæåòå óêàçàòü\n"
+"FORBIDDEN, SUSPENDED èëè NOEXPIRE. Ýòî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê\n"
+"êàíàëîâ, îòâå÷àþùèõ îïðåäåëåííûì êðèòåðèÿì, â ÷àñòíîñòè òàêèì êàê:\n"
+"FORBIDDEN - êàíàëû, çàïðåùåííûå ê èñïîëüçîâàíèþ; SUSPENDED - êàíàëû,\n"
+"\"çàìîðîæåííûå\" äî ïîðû äî âðåìåíè; NOEXPIRE - êàíàëû, íàõîäÿùèåñÿ â\n"
+"ðåæèìå \"íå-èñòå÷åíèÿ\". Åñëè óêàçàíû âñå ÷åòûðå îïöèè, òî âñå 3 òèïà\n"
+"êàíàëîâ áóäóò ïåðå÷èñëåíû â ñïèñêå."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Ñèíòàêñèñ: LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Ïîêàçûâàåò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ, êîòîðûå ñîâïàäàþò\n"
+"ñ óêàçàííîé â êà÷åñòâå îñíîâíîãî ïàðàìåòðà ìàñêîé. Ôîðìàò ìàñêè:\n"
+"íèê!èäåíò@õîñò äîïóñòèìî èñïîëüçîâàíèå ïîäñòàíîâî÷íûõ ñèìâîëîâ.\n"
+"Íèêè, ó êîòîðûõ âêëþ÷åíà îïöèÿ PRIVATE, áóäóò ïîêàçàíû òîëüêî\n"
+"Àäìèíèñòðàòîðàì ñåðâèñîâ. Íèêè ñ âêëþ÷åííûì ïàðàìåòðîì NOEXPIRE\n"
+"áóäóò ïîêàçàíû ñ ïðåôèêñîì !.\n"
+"\n"
+" êà÷åñòâå äîïîëíèòåëüíûõ îïöèé êîìàíäû LIST âû ìîæåòå óêàçàòü\n"
+"FORBIDDEN, SUSPENDED, NOEXPIRE èëè UNCONFIRMED. Ýòî ïîçâîëèò âàì\n"
+"ïîëó÷èòü ñïèñîê íèêîâ, îòâå÷àþùèõ îïðåäåëåííûì êðèòåðèÿì, òàêèì êàê:\n"
+"FORBIDDEN - íèêè, çàïðåùåííûå ê èñïîëüçîâàíèþ, SUSPENDED - íèêè,\n"
+"\"çàìîðîæåííûå\" äî ïîðû äî âðåìåíè, UNCONFIRMED - íèêè, ðåãèñòðàöèÿ\n"
+"êîòîðûõ âñå åùå íå ïîäòâåðæäåíà, è NOEXPIRE - íèêè, íàõîäÿùèåñÿ â\n"
+"ðåæèìå \"íå-èñòå÷åíèÿ\". Åñëè óêàçàíû âñå ÷åòûðå îïöèè, òî âñå 4 òèïà\n"
+"íèêîâ áóäóò ïåðå÷èñëåíû â ñïèñêå.\n"
+"\n"
+"Ïðèìåðû:\n"
+"\n"
+" LIST *!joeuser@foo.com\n"
+" ïîêàæåò âñå íèêè, ìàñêà êîòîðûõ ñîâïàäàåò ñ joeuser@foo.com\n"
+" LIST *Bot*!*@*\n"
+" ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè, êîòîðûå ñîäåðæàò ñëîâî\n"
+" Bot (âíå çàâèñèìîñòè îò ðåãèñòðà).\n"
+" LIST * NOEXPIRE\n"
+" Ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè ó êîòîðûõ âêëþ÷åíà îïöèÿ\n"
+" NOEXPIRE."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Ñèíòàêñèñ: LIST [#êàíàë] [ñïèñîê_çàïèñåé | NEW]\n"
+"\n"
+"Âûâîäèò òåêóùèé ñïèñîê ñîîáùåíèé. Ñ ïàðàìåòðîì NEW, ïîêàæåò òîëüêî\n"
+"íîâûå (íåïðî÷èòàííûå) ñîîáùåíèÿ, îíè áóäóò ïîìå÷åíû çíà÷êîì \"*\"\n"
+"ñëåâà îò íîìåðà ñîîáùåíèÿ.\n"
+"Ïîìèìî ýòîãî, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé èëè íîìåð çàïèñè,\n"
+"íàïðèìåð:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" ïîêàæåò ñîîáùåíèÿ ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Ñèíòàêñèñ: LOGONNEWS ADD òåêñò"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: LOGONNEWS ADD òåêñò\n"
+" LOGONNEWS DEL {íîìåð | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì íîâîñòåé, êîòîðûå áóäóò àâòîìàòè÷åñêè\n"
+"âûäàâàòüñÿ ïîëüçîâàòåëþ ñðàçó æå, êàê òîëüêî îí ïîäêëþ÷èòñÿ ê ñåòè.\n"
+"Ñòîèò çàìåòèòü, ÷òî âî èçáåæàíèå ôëóäà ïîëüçîâàòåëü ïîëó÷èò òîëüêî\n"
+"%d íîâîñòü(è), òàê ÷òî åñëè ó âàñ â ñïèñêå èõ áîëüøå - ïîêàçàíû\n"
+"áóäóò òîëüêî ïîñëåäíèå èç íèõ. Çíà÷åíèå NewsCount, îòâå÷àþùåå çà\n"
+"îäíîâðåìåííî ïîñûëàåìîå êîë-âî íîâîñòåé, óêàçûâàåòñÿ â services.conf\n"
+"\n"
+"Êîìàíäà LOGONNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.\n"
+"\n"
+"Êîìàíäà LOGONNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â\n"
+"êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü\n"
+"îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Ñèíòàêñèñ: LOGONNEWS DEL {íîìåð | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Ñèíòàêñèñ: LOGOUT\n"
+"\n"
+"Äàííàÿ êîìàíäà èìååò ýôôåêò, îáðàòíûé ýôôåêòó êîìàíäû IDENTIFY,\n"
+"òî åñòü: ñíèìàåò ñ âàñ ñòàòóñ âëàäåëüöà íèêà (äåèäåíòèôèöèðóåò).\n"
+"Ïðèìå÷àíèå: òåì íå ìåíåå, ïîñëå èñïîëüçîâàíèÿ äàííîé êîìàíäû,\n"
+"ñåðâèñû íå ïîøëþò âàì çàïðîñ î íåîáõîäèìîñòè èäåíòèôèêàöèè ê íèêó."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: LOGOUT [íèê [REVALIDATE]]\n"
+"\n"
+"Èñïîëüçîâàííàÿ áåç ïàðàìåòðîâ, êîìàíäà LOGOUT ïðîèçâîäèò ýôôåêò,\n"
+"îáðàòíûé ýôôåêòó êîìàíäû IDENTIFY, òî åñòü - äåèäåíòèôèöèðóåò âàñ\n"
+"îò èñïîëüçóåìîãî íà äàííûé ìîìåíò íèêà. Òåì íå ìåíåå, ñåðâèñû íå\n"
+"ïîøëþò ïîâòîðíûé çàïðîñ íà èäåíòèôèêàöèþ.\n"
+"\n"
+"Åñëè â êà÷åñòâå ïàðàìåòðà âû óêàæåòå íèê - äåèäåíòèôèöèðóåò óêàçàííûé\n"
+"íèê. Äîïîëíèòåëüíî óêàçàííûé ïàðàìåòð REVALIDATE çàñòàâèò ñåðâèñû\n"
+"ïîñëàòü äåíäèíòèôèöèðîâàííîìó íèêó çàïðîñ íà ïåðåàâòîðèçàöèþ.\n"
+"Èñïîëüçîâàòü ïàðàìåòðû íèê è REVALIDATE ìîãóò ëèøü Àäìèíèñòðàòîðû\n"
+"ñåðâèñîâ."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Ñèíòàêñèñ: MODE #êàíàë ðåæèìû\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ èçìåíÿòü ðåæèìû íà êàêîì-ëèáî êàíàëå.\n"
+" êà÷åñòâå âòîðîãî ïàðàìåòðà êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â\n"
+"òîì æå ôîðìàòå, â êîòîðîì óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ\n"
+"êîìàíäû /MODE."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Ñèíòàêñèñ: MODINFO èìÿ_ôàéëà\n"
+"\n"
+"Âûâîäèò ïîäðîáíóþ èíôîðìàöèþ î êîíêðåòíîì çàãðóæåííîì ìîäóëå."
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Ñèíòàêñèñ: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ çàãðóæåííûõ ìîäóëåé.  êà÷åñòâå äîïîëíèòåëüíîãî\n"
+"ïàðàìåòðà âû ìîæåòå óêàçàòü òèï ìîäóëÿ - ýòî ïîçâîëèò ïîëó÷èòü ñïèñîê,\n"
+"îòâå÷àþùèé óêàçàííûì òðåáîâàíèÿì."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Ñèíòàêñèñ: MODLOAD èìÿ_ôàéëà\n"
+"\n"
+"Ïîçâîëÿåò çàãðóçèòü êàêîé-ëèáî äîïîëíèòåëüíûé ìîäóëü èç äèðåêòîðèè\n"
+"ñ ìîäóëÿìè (modules/). "
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Ñèíòàêñèñ: MODUNLOAD èìÿ_ôàéëà\n"
+"\n"
+"Âûãðóæàåò óêàçàííûé ìîäóëü (åñëè ìîäóëü çàãðóæåí è åñëè óñëîâèÿ\n"
+"ïîçâîëÿþò åãî âûãðóçèòü)."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Ñèíòàêñèñ: NOOP SET ñåðâåð\n"
+" NOOP REVOKE ñåðâåð\n"
+"\n"
+"Êîìàíäà NOOP SET ïîçâîëÿåò óäàëèòü âñå àêòèâíûå O:lines íà óêàçàííîì\n"
+"ñåðâåðå è îäíîâðåìåííî ñ ýòèì ïðèáèòü âñåõ åãî IRC-îïåðàòîðîâ, äàáû\n"
+"èñêëþ÷èòü âîçìîæíîñòü /REHASH'à ñåðâåðà, êîòîðûé âîññòàíîâèò O:line\n"
+"çàïèñè.\n"
+"\n"
+"NOOP REVOKE îòìåíÿåò ýôôåêò êîìàíäû NOOP SET è âîçâðàùàåò âñå\n"
+"O:lines óêàçàííîãî ñåðâåðà.\n"
+"\n"
+"Ïðèìå÷àíèå: íàëè÷èå ñåðâåðà â ñåòè ñåðâèñàìè íå ïðîâåðÿåòñÿ."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Ñèíòàêñèñ: OFF\n"
+"\n"
+"Äåàêòèâèðóåò âàø òåêóùèé âèðòóàëüíûé õîñò, ïðè óñëîâèè, êîíå÷íî,\n"
+"÷òî òàêîâîé óñòàíîâëåí íà ìîìåíò èñïîëüçîâàíèÿ êîìàíäû."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Ñèíòàêñèñ: OLINE íèê îïåðôëàãè\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óñòàíîâèòü ôëàãè IRC-Îïåðàòîðà\n"
+"ëþáîìó ïîñåòèòåëþ ñåòè. Ïåðåä ôëàãàìè äîëæåí ïðèñóòñòâîâàòü ïðåôèêñ\n"
+"\"+\" - äëÿ óñòàíîâêè, èëè \"-\" - ñîîòâåòñòâåííî äëÿ ñíÿòèÿ.\n"
+"×òîáû óäàëèòü âñå ôëàãè, èñïîëüçóéòå \"-\" âìåñòî êàêîãî-ëèáî ôëàãà.\n"
+"\n"
+"Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Ñóïåð-Àäìèíèñòðàòîðà."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Ñèíòàêñèñ: ON\n"
+"\n"
+"Àêòèâèðóåò âàø âèðòóàëüíûé õîñò, ïðè óñëîâèè, êîíå÷íî, ÷òî îí ó âàñ\n"
+"óñòàíîâëåí. Ñðàçó ïîñëå àêòèâàöèè, âàø ðåàëüíûé õîñò/IP-àäðåñ áóäåò\n"
+"çàìåíåí íà âèðòóàëüíûé, è, ñîîòâåòñòâåííî, îí è áóäåò ïîêàçàí â\n"
+"/WHOIS-èíôîðìàöèè âàøåãî íèêà."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Ñèíòàêñèñ: OP #êàíàë [íèê]\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ îïåðàòîðà êàíàëà óêàçàííîìó íèêó íà\n"
+"óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ îïåðàòîðà áóäåò\n"
+"âûäàí èñïîëüçóþùåìó êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Ñèíòàêñèñ: OPERNEWS ADD òåêñò"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: OPERNEWS ADD òåêñò\n"
+" OPERNEWS DEL {íîìåð | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì íîâîñòåé äëÿ IRC-Îïåðàòîðîâ. Êàê òîëüêî\n"
+"ïîëüçîâàòåëü ïîëó÷èò ñòàòóñ IRC-îïåðàòîðà (èñïîëüçîâàâ êîìàíäó /OPER),\n"
+"äàííûå ñîîáùåíèÿ áóäóò åìó îòïðàâëåíû àâòîìàòè÷åñêè.\n"
+"Ñòîèò çàìåòèòü, ÷òî âî èçáåæàíèå ôëóäà ïîëüçîâàòåëü ïîëó÷èò òîëüêî\n"
+"%d íîâîñòü(è), òàê ÷òî åñëè ó âàñ â ñïèñêå èõ áîëüøå - ïîêàçàíû\n"
+"áóäóò òîëüêî ïîñëåäíèå èç íèõ. Çíà÷åíèå NewsCount, îòâå÷àþùåå çà\n"
+"îäíîâðåìåííî ïîñûëàåìîå êîë-âî íîâîñòåé, óêàçûâàåòñÿ â services.conf\n"
+"\n"
+"Êîìàíäà OPERNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.\n"
+"\n"
+"Êîìàíäà OPERNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â\n"
+"êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü\n"
+"îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Ñèíòàêñèñ: OPERNEWS DEL {íîìåð | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Ñèíòàêñèñ: OWNER #êàíàë\n"
+"\n"
+"Óñòàíàâëèâàåò ñòàòóñ âëàäåëüöà êàíàëà èñïîëüçóþùåìó êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî\n"
+"âëàäåëüöåì êàíàëà."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Ñèíòàêñèñ: PROTECT #êàíàë [íèê]\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ çàùèòû (àäìèíèñòðàòîðà) êàíàëà óêàçàííîìó\n"
+"íèêó íà óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ çàùèòû áóäåò\n"
+"âûäàí èñïîëüçóþùåìó êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà âëàäåëüöåì èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 10 (SOP) è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Ñèíòàêñèñ: QUIT\n"
+"\n"
+"Çàñòàâëÿåò ñåðâèñû íåìåäëåííî çàâåðøèòü ñâîþ ðàáîòó. Âñå äàííûå,\n"
+"íàêîïëåííûå ñ ìîìåíòà ïîñëåäíåãî îáíîâëåíèÿ áàç äàííûõ, ñîõðàíåíû\n"
+"íå áóäóò! Ýòà êîìàíäà äîëæíà èñïîëüçîâàòüñÿ òîëüêî â òåõ ñëó÷àÿõ,\n"
+"êîãäà òåêóùàÿ çàãðóæåííàÿ â ïàìÿòü áàçà äàííûõ ñîäåðæèò êàêèå-ëèáî\n"
+"îøèáêè, ñîõðàíåíèÿ êîòîðûõ íóæíî èçáåæàòü.\n"
+"Äëÿ íîðìàëüíîãî çàâåðøåíèÿ ðàáîòû ñåðâèñîâ èñïîëüçóéòå êîìàíäó SHUTDOWN."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Ñèíòàêñèñ: RANDOMNEWS ADD òåêñò"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Ñèíòàêñèñ: RANDOMNEWS ADD òåêñò\n"
+" RANDOMNEWS DEL {òåêñò | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì ñëó÷àéíûõ íîâîñòåé.\n"
+"Êàê òîëüêî ïîëüçîâàòåëü óñïåøíî ïîäêëþ÷èòñÿ ê IRC-ñåòè, îäíà (è\n"
+"òîëüêî îäíà) èç ñëó÷àéíûõ íîâîñòåé áóäåò âûáðàíà ñåðâèñàìè íàóãàä è\n"
+"îòïðàâëåíà åìó.\n"
+"\n"
+"Êîìàíäà RANDOMNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.\n"
+"\n"
+"Êîìàíäà RANDOMNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â\n"
+"êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü\n"
+"îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Ñèíòàêñèñ: RANDOMNEWS DEL {íîìåð | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Ñèíòàêñèñ: READ [#êàíàë] {íîìåð | ñïèñîê_çàïèñåé | LAST | NEW}\n"
+"\n"
+"Ïîçâîëÿåò ïðî÷åñòü óêàçàííûå ñîîáùåíèÿ. Ñ ïàðàìåòðîì LAST - âûâåäåò\n"
+"òåêñò ïîñëåäíåãî ïîëó÷åííîãî âàìè ñîîáùåíèÿ, ñ ïàðàìåòðîì NEW -\n"
+"îòîáðàçèò âñå íåïðî÷èòàííûå âàìè ñîîáùåíèÿ.\n"
+"Ïîìèìî ýòîãî, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé èëè íîìåð çàïèñè,\n"
+"íàïðèìåð:\n"
+"\n"
+" READ 2-5,7-9\n"
+" âûâåäåò òåêñò âñåõ ñîîáùåíèé ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Ñèíòàêñèñ: RECOVER íèê [ïàðîëü]\n"
+"\n"
+"Êîìàíäà RECOVER ïîçâîëÿåò âàì âåðíóòü âàø çàðåãèñòðèðîâàííûé íèê\n"
+"â òîì ñëó÷àå åñëè åãî âçÿë è èñïîëüçóåò êòî-òî äðóãîé. Âû ìîæåòå\n"
+"èçáåæàòü ïîäîáíûõ ñèòóàöèé - äëÿ ýòîãî äîñòàòî÷íî íàñòðîèòü çàùèòó\n"
+"âàøåãî íèêà. Ïîäðîáíåå î ðåæèìå çàùèòû âû ìîæåòå óçíàòü èç ñïðàâî÷íîé\n"
+"èíôîðìàöèè ïî SET KILL.\n"
+"\n"
+"Êàê òîëüêî âû ïîøëåòå RECOVER-çàïðîñ, ñåðâèñû ñåòè òóò æå ñîçäàäóò\n"
+"ïñåâäîïîëüçîâàòåëÿ ñ âàøèì çàðåãèñòðèðîâàííûì íèêîì, ÷òî çàñòàâèò\n"
+"IRC-ñåðâåð îòêëþ÷èòü çàõâàò÷èêà îò ñåòè. Ýôôåêò êîìàíäû ðàçíèòñÿ â\n"
+"çàâèñèìîñòè îò òîãî, êàêîé IRCd èñïîëüçóåòñÿ â âàøåé ñåòè: åñëè âàø\n"
+"ñåðâåð íå ïîääåðæèâàåò SVSNICK, òî çàõâàò÷èê áóäåò îòêëþ÷åí, êàê ïðè\n"
+"GHOST, à åñëè ïîääåðæèâàåò, òî íèê çàõâàò÷èêà áóäåò èçìåíåí íà\n"
+"ñëó÷àéíûé, íàïðèìåð íà Guest31526. Îïÿòü æå, ïðåôèêñ ñëó÷àéíîãî\n"
+"íèêà íàñòðàèâàåòñÿ â êîíôèãå ñåðâèñîâ è ìîæåò ìåíÿòüñÿ îò ñåòè ê ñåòè.\n"
+"Íî è ýòî åùå íå âñå. Â çàâèñèìîñòè îò òèïà IRCd âàøåé ñåòè, ñåðâèñû\n"
+"áóäóò ëèáî ñîçäàâàòü ïñåâäîïîëüçîâàòåëÿ, ëèáî óñòàíàâëèâàòü âðåìåííûé\n"
+"çàïðåò â âèäå Q:LINE íà âàø íèê. Ýòîò çàïðåò (áóäü òî ïñåâäîêëèåíò\n"
+"èëè Q:LINE) áóäåò çàïðåùàòü êîìó-ëèáî âçÿòü âîññòàíîâëåííûé íèê â\n"
+"òå÷åíèå îïðåäåëåííîãî ïðîìåæóòêà âðåìåíè, óêàçàííîãî â êîíôèãå\n"
+"ñåðâèñîâ (ïî-óìîë÷àíèþ, ýòî %s).\n"
+"\n"
+"Êàê òîëüêî ýòîò ïðîìåæóòîê âðåìåíè èñòå÷åò - âû ñìîæåòå èñïîëüçîâàòü\n"
+"ñâîé íèê ñíîâà. Åñëè âû íå õîòèòå æäàòü - âîñïîëüçóéòåñü êîìàíäîé\n"
+"RELEASE ÷òîáû ñíÿòü çàùèòó ñåðâèñîâ ñ âàøåãî íèêà íåìåäëåííî. Äëÿ\n"
+"áîëåå ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP RELEASE.\n"
+"\n"
+"×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ\n"
+"èçìåíÿåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå\n"
+"èçìåíÿåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè\n"
+"èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Ñèíòàêñèñ: REGISTER #êàíàë îïèñàíèå\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Ñèíòàêñèñ: REGISTER ïàðîëü [email]\n"
+"\n"
+"Ïîçâîëÿåò çàðåãèñòðèðîâàòü âàø òåêóùèé íèê â áàçå äàííûõ %S.\n"
+"Ïîñëå óñïåøíîé åãî ðåãèñòðàöèè, âû ìîæåòå èñïîëüçîâàòü êîìàíäû\n"
+"SET è ACCESS ÷òî áû ñêîíôèãóðèðîâàòü ïàðàìåòðû íèêà òàê, êàê\n"
+"âàì áóäåò óãîäíî. Ïîñòàðàéòåñü íå çàáûòü óêàçàííûé ïðè ðåãèñòðàöèè\n"
+"ïàðîëü - îí ïîíàäîáèòñÿ âàì äëÿ äàëüíåéøåãî èñïîëüçîâàíèÿ íèêà!\n"
+"\n"
+"Ïðèíöèïû âûáîðà ïàðîëÿ:\n"
+"Ïàðîëè íå äîëæíû áûòü ëåãêî óãàäûâàåìû. Íàïðèìåð, èñïîëüçîâàíèå\n"
+"âàøåãî ðåàëüíîãî èìåíè â êà÷åñòâå ïàðîëÿ - ïëîõàÿ èäåÿ.\n"
+"Èñïîëüçîâàíèå âàøåãî íèêà â êà÷åñòâå ïàðîëÿ - ñîâñåì ïëîõàÿ èäåÿ,\n"
+"%S ïðîñòî-íàïðîñòî íå äîïóñòèò ýòîãî. Òàêæå, êîðîòêèå ïàðîëè\n"
+"î÷åíü ëåãêî ïîäáèðàþòñÿ ïðîñòûì ïåðåáîðîì, ïîýòîìó äëèíà ïàðîëÿ\n"
+"äîëæíà áûòü áîëüøå 5 ñèìâîëîâ. Ïðîáåëû è çíàêè òàáóëÿöèè â ïàðîëå\n"
+"íåäîïóñòèìû, âû ìîæåòå èñïîëüçîâàòü òîëüêî ëàòèíñêèå áóêâû è öèôðû.\n"
+"Ïðèìå÷àíèå: âñå ïàðîëè ÷óâñòâèòåëüíû ê ðåãèñòðó! MYPASSWORD,\n"
+"MyPassword, è mypassword - ýòî ðàçíûå ïàðîëè!\n"
+"\n"
+"Óêàçàííûé â êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà email áóäåò\n"
+"àâòîìàòè÷åñêè àññîöèèðîâàí ñ ðåãèñòðèðóåìûì íèêîì. Äàííûé ïàðàìåòð\n"
+"ìîæåò áûòü êàê îïöèîíàëüíûì, òàê è îáÿçàòåëüíûì - ýòî çàâèñèò îò\n"
+"òðåáîâàíèé è íàñòðîåê IRC-ñåòè.\n"
+"Âû ìîæåòå íå áåñïîêîèòüñÿ î ïðèâàòíîñòè âàøåãî email-àäðåñà - íèêòî\n"
+"èç ïîñòîðîííèõ ëèö åãî íå ïîëó÷èò.\n"
+"\n"
+"Òàê æå, ðåãèñòðàöèÿ íîâîãî íèêà àâòîìàòè÷åñêè ñîçäàåò äëÿ íåãî íîâóþ\n"
+"ãðóïïó. Âîçìîæíîñòè ãðóïï íèêîâ ïîçâîëÿþò âàì èìåòü íåñêîëüêî íèêîâ\n"
+"ñ îáùåé äëÿ íèõ èíôîðìàöèåé, íàñòðîéêàìè, ñïèñêîì äîñòóïà. Äëÿ áîëåå\n"
+"ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP GROUP"
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Ñèíòàêñèñ: RELEASE íèê [ïàðîëü]\n"
+"\n"
+"Ïîçâîëÿåò âðó÷íóþ îñâîáîäèòü âàø çàðåãèñòðèðîâàííûé íèê îò óäåðæàíèÿ\n"
+"åãî ñåðâèñàìè. Îáû÷íî ýòî ïðîèñõîäèò â òîì ñëó÷àå, åñëè ó âàøåãî íèêà\n"
+"àêòèâèðîâàí ðåæèì çàùèòû è ïîëüçîâàòåëü, êîòîðûé ïûòàëñÿ âàø íèê\n"
+"èñïîëüçîâàòü, íå óñïåë ââåñòè âåðíûé ïàðîëü èëè íå ââîäèë åãî âîâñå.\n"
+"Ýôôåêò ðåæèìà çàùèòû àíàëîãè÷åí ýôôåêòó êîìàíäû RECOVER (ñì. ñïðàâêó\n"
+"ïî /msg %S HELP RECOVER äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè). Óäåðæàíèå íèêà\n"
+"ïðîäîëæàåòñÿ â òå÷åíèè îïðåäåëåííîãî ïðîìåæóòêà âðåìåíè, óêàçàííîãî â\n"
+"êîíôèãå ñåðâèñîâ (ïî-óìîë÷àíèþ, ýòî %s).\n"
+"\n"
+"×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ\n"
+"óäåðæèâàåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå\n"
+"óäåðæèâàåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè\n"
+"èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Ñèíòàêñèñ: RELOAD\n"
+"\n"
+"Çàñòàâëÿåò ñåðâèñû ïåðå÷èòàòü êîíôèãóðàöèîííûé ôàéë services.conf.\n"
+"Ïðèìå÷àíèå: àêòèâàöèÿ íåêîòîðûõ íîâûõ/èçìåíåííûõ äèðåêòèâ êîíôèãà\n"
+"òðåáóåò ïîëíîãî ïåðåçàïóñêà ñåðâèñîâ (íàïðèìåð: èçìåíåíèå íèêîâ\n"
+"ñåðâèñîâ, àêòèâàöèÿ ëèìèòèðîâàíèÿ ñåññèé, è ò.ä.)"
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Ñèíòàêñèñ: RESEND\n"
+"\n"
+"Êîìàíäà RESEND ïîçâîëÿåò çàíîâî âûñëàòü íîâûé auth-êîä (êîäîâóþ\n"
+"ôðàçó) íà email-àäðåñ ïîëüçîâàòåëÿ, èñïîëüçóþùåãî ýòó êîìàíäó."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with the instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Ñèíòàêñèñ: RESTART\n"
+"\n"
+"Çàñòàâëÿåò ñåðâèñû ñîõðàíèòü âñå áàçû äàííûõ è òóò æå ïåðåçàïóñòèòüñÿ."
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Ñèíòàêñèñ: RSEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ\n"
+"\n"
+"Äàííàÿ êîìàíäà àíàëîãè÷íà êîìàíäå SEND è ïîçâîëÿåò ïîñëàòü\n"
+"ñîîáùåíèå äëÿ óêàçàííîãî íèêà èëè êàíàëà. Îòëè÷èòåëüíîé åå\n"
+"îñîáåííîñòüþ ÿâëÿåòñÿ òî, ÷òî ñðàçó ïîñëå ïðî÷òåíèÿ àäðåñàòîì\n"
+"ñîîáùåíèÿ, îòïðàâèòåëü àâòîìàòè÷åñêè ïîëó÷èò èçâåùåíèå î ïðî÷òåíèè.\n"
+"Ñàìî ñîáîé ðàçóìååòñÿ, ÷òî íèê/êàíàë îòïðàâèòåëÿ/ïîëó÷àòåëÿ äîëæíû\n"
+"áûòü çàðåãèñòðèðîâàíû."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê îïöèÿ ïàðàìåòðû.\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ íàñòðàèâàòü êàêèå-ëèáî îïöèè äëÿ\n"
+"óêàçàííîãî íèêà áåç èäåíòèôèêàöèè ê íåìó. Ñïèñîê îïöèè:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê AUTOOP {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì àâòîìàòè÷åñêîãî ïîëó÷åíèÿ ñòàòóñà.\n"
+"Óêàæèòå ON, åñëè õîòèòå ÷òî áû ñåðâèñû àâòîìàòè÷åñêè äàâàëè\n"
+"âëàäåëüöó íèêà ñòàòóñ ïðè âõîäå íà êàíàë. Ñîîòâåòñòâåííî OFF -\n"
+"äëÿ îòêëþ÷åíèÿ."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê DISPLAY íîâûé_íèê \n"
+"\n"
+"Ïîçâîëÿåò ïåðåíàçíà÷èòü ãëàâíûé íèê ãðóïïû óêàçàííîãî íèêà. Èìåííî\n"
+"ýòîò íèê áóäåò îòîáðàæàòüñÿ â ñïèñêå äîñòóïà êàíàëîâ, ãäå íèê\n"
+"ïðîïèñàí.\n"
+"Ïðèìå÷àíèå: íîâûé ãëàâíûé íèê äîëæåí ñîñòîÿòü â ãðóïïå íèêà."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê EMAIL àäðåñ@email\n"
+"\n"
+"Àññîöèèðóåò email-àäðåñ ñ óêàçàííûì íèêîì. Äàííûé email áóäåò ïîêàçàí\n"
+"â èíôîðìàöèè îá óêàçàííîì íèêå, ïðåäîñòàâëÿåìîé ïî êîìàíäå INFO."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê GREET òåêñò\n"
+"\n"
+"Ïîçâîëÿåò íàçíà÷èòü ïðèâåòñòâåííîå ñîîáùåíèå, êîòîðîå ñåðâèñíûé\n"
+"áîò áóäåò ãîâîðèòü êàæäûé ðàç, êîãäà íèê çàéäåò íà êàíàë. Ó÷òèòå,\n"
+"÷òî äëÿ îòîáðàæåíèÿ ïðèâåòñâèÿ, íà êàíàëå äîëæíà áûòü àêòèâèðîâàíà\n"
+"îïöèÿ GREET è íèê äîëæåí èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Äàííàÿ îïöèÿ ïîçâîëÿåò âàì ñêðûòü ÷àñòü èíôîðìàöèè îá óêàçàííîì\n"
+"íèêå, êîòîðàÿ ìîæåò çàïðîøåíà ó %S ñ ïîìîùüþ êîìàíäû INFO\n"
+"\n"
+" êà÷åñòâå âòîðîãî ïàðàìåòðà âû äîëæíû óêàçàòü ÷òî èìåííî áóäåò\n"
+"ñêðûòî:\n"
+"QUIT - äëÿ ñêðûòèÿ ïîñëåäíåãî quit-ñîîáùåíèÿ âëàäåëüöà\n"
+"EMAIL - äëÿ ñêðûòèÿ àññîöèèðîâàííîãî email-àäðåñà âëàäåëüöà\n"
+"STATUS - äëÿ ñêðûòèÿ óðîâíÿ äîñòóïà ê ñåðâèñàì\n"
+"USERMASK - äëÿ ñêðûòèÿ ïîñëåäíåé õîñòìàñêè âëàäåëüöà (èäåíò@õîñò)\n"
+"\n"
+" êà÷åñòâå òðåòüåãî ïàðàìåòðà âû äîëæíû óêàçàòü ëèáî ON ëèáî OFF.\n"
+"Ïåðâûé àêòèâèðóåò ñêðûòèå, âòîðîé, ñîîòâåòñòâåííî, äåàêòèâèðóåò."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò àâòîìàòè÷åñêóþ çàùèòó äëÿ óêàçàííîãî íèêà.\n"
+"Àêòèâèðîâàíèå çàùèòû íèêà ïîçâîëÿåò âàì ëèìèòèðîâàòü ïåðèîä âðåìåíè\n"
+"íà ââîä ïàðîëÿ èäåíòèôèêàöèè. ON âûñòàâëÿåò ïåðèîä â 60 ñåêóíä,\n"
+"ïî èñòå÷åíèè êîòîðîãî %S ïðèíóäèòåëüíî ñìåíèò íèê ëæå-âëàäåëüöà,\n"
+"ïîïûòàâøåãîñÿ âçÿòü óêàçàííûé íèê.\n"
+"\n"
+"Ïàðàìåòð QUICK ïîçâîëÿåò íàçíà÷èòü 20-ñåêóíäíûé ïåðèîä.\n"
+"Ïàðàìåòð IMMED ïîçâîëÿåò îòêëþ÷èòü ýòîò ïåðèîä âîîáùå. Ïîìíèòå,\n"
+"÷òî àêòèâèðîâàíèå äàííîé îïöèè ìîæåò ïðèâåñòè ê òîìó, ÷òî óêàçàííûé\n"
+"íèê íå ñìîæåò âçÿòü íèêòî! Íå èñïîëüçóéòå ýòó îïöèþ áåç êðàéíåé\n"
+"íåîáõîäèìîñòè, à ïåðåä åå âêëþ÷åíèåì óáåäèòåñü, ÷òî ACCESS-ñïèñîê\n"
+"óêàçàííîãî íèêà ñîäåðæèò õîòÿ áû îäíó èç õîñòìàñîê, ñ êîòîðîé åãî\n"
+"âëàäåëåö çàõîäèò â IRC.\n"
+"Ïðèìå÷àíèå: âîçìîæíîñòü óñòàíîâêè ìåòîäà çàùèòû IMMED ìîæåò áûòü\n"
+"îòêëþ÷åíà â âàøåé IRC-ñåòè."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê LANGUAGE íîìåð\n"
+"\n"
+"Èçìåíÿåò ÿçûê, íà êîòîðîì ñåðâèñû áóäóò ïîñûëàòü ñîîáùåíèÿ óêàçàííîìó\n"
+"íèêó (íàïðèìåð, òåêñò ñïðàâî÷íîé ñèñòåìû, êîòîðûé âû ñåé÷àñ è\n"
+"÷èòàåòå).\n"
+" êà÷åñòâå íîìåðà âû äîëæíû óêàçàòü êîíêðåòíûé íîìåð ÿçûêà èç\n"
+"ñïèñêà ïîääåðæèâàåìûõ ÿçûêîâ: /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê MSG {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò âàì âûáðàòü ñïîñîá îáùåíèÿ ñåðâèñîâ ñ óêàçàííûì íèêîì.\n"
+"Óêàæèòå ON, ÷òî áû àêòèâèðîâàòü ðåæèì ïðèâàòíûõ ñîîáùåíèé - â\n"
+"ýòîì ñëó÷àå âñå ñîîáùåíèÿ îò ñåðâèñîâ áóäóò ïðèõîäèòü âëàäåëüöó â\n"
+"ïðèâàò. Ïàðàìåòð OFF çàñòàâèò ñåðâèñû èñïîëüçîâàòü ðåæèì\n"
+"óâåäîìëåíèé (notice, íîòèñû).\n"
+"Ïðèìå÷àíèå: íàñòðîéêà äàííîé îïöèè ìîæåò áûòü çàáëîêèðîâàíà."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê NOEXPIRE {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò èñêëþ÷èòü óêàçàííûé íèê èç óñëîâèé èñòå÷åíèÿ ðåãèñòðàöèè\n"
+"ïî âðåìåíè. Óêàæèòå ON, ÷òî áû àêòèâèðîâàòü òàê íàçûâàåìûé ðåæèì\n"
+"'íå-èñòå÷åíèÿ'. Ïàðàìåòð OFF ñíîâà âîçâðàùàåò íèê â ðåæèì èñòå÷åíèÿ."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê PASSWORD íîâûé_ïàðîëü \n"
+"\n"
+"Ïîçâîëÿåò èçìåíèòü ïàðîëü íèêà, èñïîëüçóåìûé äëÿ èäåíòèôèêàöèè\n"
+"â êà÷åñòâå âëàäåëüöà íèêà."
+
+#: language.cpp:3115
+#, fuzzy, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê PRIVATE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåòäåàêòèâèðóåò îïöèþ ïðèâàòíîñòè óêàçàííîãî íèêà.\n"
+"Âêëþ÷åííàÿ òàêèì îáðàçîì PRIVATE ñêðûâàåò îòîáðàæåíèå íèêà â\n"
+"ñïèñêàõ ïî %S LIST.\n"
+"Ïðèìå÷àíèå: òåì íå ìåíåå ëþáîé, êòî çíàåò òî÷íîå íàïèñàíèå íèêà,\n"
+"èìååò âîçìîæíîñòü ïîëó÷èòü èíôîðìàöèþ î íåì èñïîëüçóÿ êîìàíäó INFO."
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Ñèíòàêñèñ: SASET íèê SECURE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ óêàçàííîãî íèêà. Ïðè\n"
+"âêëþ÷åííîé îïöèè SECURE âëàäåëåö íèêà äîëæåí èäåíòèôèöèðîâàòüñÿ\n"
+"íà %S ñ ïîìîùüþ ïàðîëÿ, ÷òî áû ïîäòâåðäèòü ÷òî èìåííî îí âëàäåëåö\n"
+"òåêóùåãî èñïîëüçóåìîãî èì íèêà. Ïðè ýòîì íà ñïèñîê õîñòìàñîê íèêà\n"
+"ñåðâèñû âíèìàíèÿ îáðàùàòü íå áóäóò.\n"
+"Îòêëþ÷åíèå ýòîé îïöèè ïîçâîëèò âëàäåëüöó èäåíòèôèöèðîâàòüñÿ íà %S\n"
+"÷åðåç ñïèñîê ìàñîê íèêà, îäíàêî ìàêñèìàëüíî äîïóñòèìûé ñòàòóñ â\n"
+"äàííîì ñëó÷àå áóäåò ðàâíÿòüñÿ 2.\n"
+"\n"
+"Ñòîèò òàê æå çàìåòèòü, ÷òî ñåðâèñû íå áóäóò ïðèíóäèòåëüíî ìåíÿòü íèê\n"
+"âëàäåëüöà åñëè â ACCESS-ñïèñêå çàðåãèñòðèðîâàííîãî íèêà åñòü õîòÿ\n"
+"áû îäíà õîñòìàñêà, ñîâïàäàþùàÿ ñ òåêóùåé õîñòìàñêîé ïîëüçîâàòåëÿ,\n"
+"âçÿâøåãî íèê. Ðåæèì îïöèè KILL ïðè ýòîì çíà÷åíèÿ íå èìååò."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Ñèíòàêñèñ: SAY #êàíàë òåêñò\n"
+"\n"
+"Çàñòàâëÿåò áîòà ïîñëàòü óêàçàííûé òåêñò íà óêàçàííûé #êàíàë."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Ñèíòàêñèñ: SEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ\n"
+"\n"
+"Îòïðàâëÿåò ñîîáùåíèå äëÿ íèêà èëè äëÿ #êàíàëà, ñîäåðæàùåå\n"
+"òåêñò_ñîîáùåíèÿ. Åñëè â êà÷åñòâå ïîëó÷àòåëÿ óêàçàí íèê, òî îí\n"
+"áóäåò óâåäîìëåí î òîì, ÷òî âû îòïðàâèëè åìó ìåìî-ñîáùåíèå.\n"
+"Ïðèìå÷àíèå: ïîëó÷àòåëü, áóäü òî íèê èëè êàíàë, äîëæåí áûòü\n"
+"çàðåãèñòðèðîâàí, äëÿ âîçìîæíîñòè îòïðàâêè/ïîëó÷åíèÿ ìåìî-ñîîáùåíèé."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Ñèíòàêñèñ: SENDALL òåêñò_ñîîáùåíèÿ\n"
+"\n"
+"Îòïðàâëÿåò ìàññîâîå ìåìî-ñîîáùåíèå âñåì çàðåãèñòðèðîâàííûì\n"
+"ïîëüçîâàòåëÿì ñåòè."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Ñèíòàêñèñ: SENDPASS íèê\n"
+"\n"
+"Îòïðàâëÿåò ïàðîëü íèêà íà email-àäðåñ, óêàçàííûé ïðè ðåãèñòðàöèè\n"
+"ýòîãî ñàìîãî íèêà. Äàííàÿ êîìàíäà âåñüìà ïîëåçíà â ñëó÷àå \"óòåðè\"\n"
+"ïàðîëÿ.\n"
+"\n"
+"Ïðèìå÷àíèå: SENDPASS ìîæåò áûòü îãðàíè÷åí äëÿ èñïîëüçîâàíèÿ òîëüêî\n"
+"IRC-îïåðàòîðàìè äàííîé ñåòè."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Ñèíòàêñèñ: SESSION LIST ïîðîã\n"
+" SESSION VIEW õîñò\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ ïðîñìàòðèâàòü ñïèñîê ñåññèé.\n"
+"\n"
+"Êîìàíäà SESSION LIST ïîçâîëÿåò ïîëó÷èòü ñïèñîê õîñòîâ ñ êîëè÷åñòâîì\n"
+"ñåññèé áîëüøèì èëè ðàâíûì ïîðîãó. Çíà÷åíèå ïîðîãà äîëæíî áûòü\n"
+"öåëûì ÷èñëîì è áîëüøå 1. Ýòî ïîçâîëèò èçáåæàòü ñëèøêîì áîëüøîãî ñïèñêà\n"
+"õîñòîâ ñ åäèíè÷íûì êîëè÷åñòâîì ñåññèé.\n"
+"\n"
+"Êîìàíäà SESSION VIEW ïîêàæåò äåòàëüíóþ èíôîðìàöèþ îá óêàçàííîì\n"
+"õîñòå - òåêóùåå êîëè÷åñòîâ ñåññèé è îãðàíè÷åíèå äëÿ óêàçàííîãî õîñòà.\n"
+"Ïîìíèòå, ÷òî óêàçàííûé õîñò íå äîëæåí âêëþ÷àòü â ñåáÿ ïîäñòàíîâî÷íûå\n"
+"ñèìâîëû âèäà '*' è '?'.\n"
+"\n"
+"Ñì. EXCEPTION HELP äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ëèìèòèðîâàíèè\n"
+"ñåññèé è êàê óñòàíîâèòü îòäåëüíûé ëèìèò ñåññèé äëÿ îïðåäåëåííîãî\n"
+"õîñòà èëè ãðóïïû õîñòîâ."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Ñèíòàêñèñ: SET <íèê> <õîñòìàñêà>.\n"
+"\n"
+"Óñòàíàâëèâàåò óêàçàííûé âèðòóàëüíûé õîñò äëÿ óêàçàííîãî íèêà. Åñëè\n"
+"IRCd âàøåé ñåòè ïîäåðæèâàåò âèðòóàëüíûå èäåíòû, ìîæíî èñïîëüçîâàòü\n"
+"ôîðìàò SET <íèê> <èäåíò>@<õîñòìàñêà> äëÿ óñòàíîâêè âèðòóàëüíûõ\n"
+"èäåíòà è õîñòà îäíîâðåìåííî."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Ñèíòàêñèñ: SET (#êàíàë| áîò) îïöèÿ ïàðàìåòðû\n"
+"\n"
+"Êîíôèãóðàöèÿ ðàçëè÷íûõ îïöèé áîòà.\n"
+"Ñïèñîê äîñòóïíûõ îïöèè:\n"
+"\n"
+" DONTKICKOPS Íå êèêàòü îïåðàòîðîâ êàíàëà çà íàðóøåíèÿ\n"
+" DONTKICKVOICES Íå êèêàòü âîéñîâ êàíàëà çà íàðóøåíèÿ\n"
+" GREET Àêòèâèðîâàòü/äåàêòèâèðîâàòü ðåæèì ïðèâåòñòâèé\n"
+" FANTASY Àêòèâèðîâàòü/äåàêòèâèðîâàòü FANTASY-ðåæèì\n"
+" SYMBIOSIS Àêòèâèðîâàòü/äåàêòèâèðîâàòü ðåæèì Ñèìáèîçà ñ\n"
+" ñåðâèñîì ñåòè ïî óïðàâëåíèþ êàíàëàìè.\n"
+"\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü\n"
+"êîìàíäîé /msg %S HELP SET îïöèÿ.\n"
+"\n"
+"Ïðèìå÷àíèå: äîñòóï ê ýòîé êîìàíäå îïðåäåëÿåòñÿ óðîâíåì äîñòóïà ê\n"
+"êîìàíäå SET (ñèñòåìà LEVELS)."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Ñèíòàêñèñ: SET íèê_áîòà PRIVATE {ON|OFF}\n"
+"\n"
+"Óñòàíîâèòå äàííóþ îïöèþ íà óêàçàííîãî áîòà, åñëè õîòèòå çàïðåòèòü\n"
+"îáû÷íûì ïîëüçîâàòåëÿì èñïîëüçîâàòü åãî. Äîñòóï ê íåìó áóäåò òîëüêî\n"
+"ó àäìèíèñòðàöèè ñåòè."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë îïöèÿ ïàðàìåòð\n"
+"\n"
+"Ïîçâîëÿåò âëàäåëüöó êàíàëà ìåíÿòü ðàçëè÷íûå íàñòðîéêè êàíàëà.\n"
+"Äîñòóïíûå îïöèè:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Ïîçâîëÿåò âêëþ÷èòü èëè âûêëþ÷èòü ðåæèì èñêëþ÷åíèÿ îïåðàòîðîâ êàíàëà\n"
+"èç óñëîâèé êèêîâ çà íàðóøåíèÿ. Äàííîå äåéñòâèå ðàñïðîñòðàíèòñÿ íà\n"
+"âñåõ îïåðàòîðîâ êàíàëà, íå âàæíî, ñîîòâåòñòâóåò èõ óðîâåíü äîñòóïà\n"
+"çíà÷åíèþ óñòàíîâêè NOKICK èëè íåò."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Ïîçâîëÿåò âêëþ÷èòü èëè âûêëþ÷èòü ðåæèì èñêëþ÷åíèÿ âîéñîâ êàíàëà\n"
+"èç óñëîâèé êèêîâ çà íàðóøåíèÿ. Äàííîå äåéñòâèå ðàñïðîñòðàíèòñÿ íà\n"
+"âñåõ âîéñîâ êàíàëà, íå âàæíî, ñîîòâåòñòâóåò èõ óðîâåíü äîñòóïà\n"
+"çíà÷åíèþ óñòàíîâêè NOKICK èëè íåò."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë FANTASY {ON|OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò FANTASY-ðåæèì áîòà äëÿ óêàçàííîãî êàíàëà.\n"
+"Îí ïîçâîëÿåò ïîñåòèòåëÿì êàíàëà èñïîëüçîâàòü óäîáíûå àíàëîãè àíàëîãè\n"
+"ñòàíäàðòíûõ êîìàíä ïðÿìî íà êàíàëå, íàïðèìåð:\n"
+"\n"
+"!protect, !deprotect - óñòàíîâêà ñòàòóñà çàùèòû (àäìèíèñòðàòîðà)\n"
+" íà ñåáÿ (áåç ïàðàìåðîâ) èëè óêàçàííîìó íèêó.\n"
+" !halfop, !dehalfop - çàïðîñ ñòàòóñà ïîëóîïåðàòîðà êàíàëà, â\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íèê\n"
+" ïîñåòèòåëÿ êàíàëà.\n"
+" !owner, !deowner - çàïðîñ ñòàòóñà âëàäåëüöà êàíàëà (êîìàíäà\n"
+" äîñòóïíà ëèøü âëàäåëüöó êàíàëà).\n"
+" !voice, !devoice - çàïðîñ ñòàòóñà âîéñà êàíàëà, â êà÷åñòâå\n"
+" ïàðàìåòðà âû ìîæåòå óêàçàòü íèê ïîñåòèòåëÿ\n"
+" êàíàëà.\n"
+" !op, !deop - çàïðîñ ñòàòóñà îïåðàòîðà êàíàëà, â êà÷åñòâå\n"
+" ïàðàìåòðà âû ìîæåòå óêàçàòü íèê ïîñåòèòåëÿ\n"
+" êàíàëà.\n"
+" !kick, !kb - êèêíóòü èëè êèêíóòü è çàáàíèòü óêàçàííîãî\n"
+" ïîñåòèòåëÿ êàíàëà ñ óêàçàííîé ïðè÷èíîé\n"
+" (íàïðèìåð: !kick Vasya ïøåë âîí îòñþäà!).\n"
+" !seen - çàïðîñ èíôîðìàöèè î òîì, êîãäà óêàçàííûé\n"
+" íèê ïîñëåäíèé ðàç áûë â ñåòè.\n"
+"\n"
+"Ïðèìå÷àíèå: äëÿ èñïîëüçîâàíèÿ êîìàíä FANTASY-ðåæèìà, âû äîëæíû\n"
+"èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà íà êàíàëå (îí îïðåäåëÿåòñÿ\n"
+"çíà÷åíèåì íàñòðîéêè FANTASIA, ïî-óìîë÷àíèþ ýòî 3 èëè VOP).\n"
+"Ïîìèìî ýòîãî, âàø óðîâåíü äîñòóïà äîëæåí ñîîòâåòñâîâàòü òðåáîâàíèÿì\n"
+"êîìàíäû, íàïðèìåð, âû íå ñìîæåòå èñïîëüçîâàòü êîìàíäó !op, åñëè\n"
+"âàø óðîâåíü äîñòóïà íå ñîîòâåòñòâóåò çíà÷åíèþ äëÿ OP/DEOP (èëè âû\n"
+"íå AOP/SOP êàíàëà).\n"
+"\n"
+"Ïðèìå÷àíèå 2: òàêèå êîìàíäû, êàê: !halfop, !dehalfop, !protect,\n"
+"!deprotect, !owner è !deowner - ìîãóò áûòü íåäîñòóïíû â âàøåé\n"
+"ñåòè."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë GREET {ON|OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ïîêàçà ïðèâåòñòâèé íà êàíàëå. Åñëè\n"
+"îïöèÿ âêëþ÷åíà, áîò áóäåò ïîêàçûâàòü ïðèâåòñòâåííûå ñîîáùåíèÿ äëÿ\n"
+"âñåõ òåõ ïîëüçîâàòåëåé, êîòîðûå èìåþò äîñòàòî÷íûé óðîâåíü äîñòóïà\n"
+"íà êàíàëå è óñòàíîâèëè ñåáå òåêñò ïðèâåòñòâèÿ (ñì. íàñòðîéêè íèêà)."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë NOBOT {ON|OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì NOBOT äëÿ óêàçàííîãî êàíàëà. Âêëþ÷åíèå\n"
+"äàííîãî ðåæèìà çàïðåòèò àäìèíèñòàðöèè êàíàëà èñïîëüçîâàòü áîòà íà\n"
+"ñâîåì êàíàëå.\n"
+"Åñëè áîò óæå óñòàíîâëåí íà êàíàëå, îí áóäåò àâòîìàòè÷åñêè óäàëåí ñ\n"
+"íåãî ñðàçó æå ïîñëå âêëþ÷åíèÿ äàííîé îïöèè."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë NOEXPIRE {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü ðåæèì íå-èñòå÷åíèÿ äëÿ óêàçàííîãî êàíàëà.\n"
+"Àêòèâèðîâàíèå ýòîé îïöèè àâòîìàòè÷åñêè èñêëþ÷èò êàíàë èç óñëîâèé\n"
+"èñòå÷åíèÿ åãî ðåãèñòðàöèè ïî âðåìåíè. Ñîîòâåòñòâåííî äåàêòèâèðîâàíèå\n"
+"ðåæèìà âåðíåò âñå íà êðóãè ñâîÿ."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Ñèíòàêñèñ: SET #êàíàë SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ñèìáèîçà ñ îñíîâíûì ñåðâèñîì ïî\n"
+"îáñëóæèâàíèþ çàðåãèñòðèðîâàííûõ êàíàëîâ ñåòè: %s.\n"
+"Âûêëþ÷èòå äàííûé ðåæèì, åñëè õîòèòå ÷òîáû âñå äåéñòâèÿ íà êàíàëå\n"
+"áîò ñîâåðøàë îò ñåáÿ, íàïðèìåð òàêèå, êàê: ñìåíà ðåæèìîâ, óñòàíîâêà\n"
+"áàíîâ, êèêè ïîëüçîâàòåëåé è ò. ä."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòðû\n"
+"\n"
+"Êîìàíäà SET ïîçâîëÿåò âàì íàñòðîèòü ðàçëè÷íûå îïöèè íèêà.\n"
+"Ñïèñîê îïöèé:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòðû\n"
+"\n"
+"Ïîçâîëÿåò íàñòðîèòü âàøè ëè÷íûå îïöèè ñëóæáû ñîîáùåíèé.\n"
+"Âàëèäíûå îïöèè:\n"
+"\n"
+" NOTIFY âûáîð ñïîñîáà óâåäîìëåíèÿ î íîâûõ ñîáùåíèÿõ\n"
+" LIMIT óñòàíîâêà âàøåãî ìàêñèìàëüíîãî ëèìèòà ñîîáùåíèé\n"
+"\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü\n"
+"êîìàíäîé /msg %S HELP SET îïöèÿ."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòð\n"
+"\n"
+"Ïîçâîëÿåò íàñòðîèòü ðàçëè÷íûå ãëîáàëüíûå îïöèè ñåðâèñîâ.\n"
+"Äîñòóïíûå îïöèè:\n"
+"\n"
+" READONLY àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà read-only (òîëüêî-÷òåíèå)\n"
+" LOGCHAN àêòèâàöèÿ/äåàêòèâàöèÿ ëîãèðîâàíèÿ ñîáûòèé íà ñåðâèñíûé êàíàë\n"
+" DEBUG àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèì îòëàäêè (debug mode)\n"
+" NOEXPIRE àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà íå-èñòå÷åíèÿ\n"
+" IGNORE àêòèâàöèÿ/äåàêòèâàöèÿ îáðàáîòêè ñïèñêà èãíîðà\n"
+" LIST ïðîñìîòð ñòàòóñà âñåõ âûøåïåðå÷èñëåííûõ îïöèé\n"
+" SUPERADMIN àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà Ñóïåð-Àäìèíèñòðàòîðà\n"
+" (îòíîñèòåëüíî èñïîëüçóþùåãî êîìàíäó)"
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Ñèíòàêñèñ: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì âòîìàòè÷åñêîãî ïîëó÷åíèÿ ñòàòóñà.\n"
+"Óêàæèòå ON, åñëè õîòèòå ÷òî áû ñåðâèñû àâòîìàòè÷åñêè äàâàëè âàì\n"
+"ñòàòóñ ïðè âõîäå íà êàíàë. Ñîîòâåòñòâåííî OFF - äëÿ îòêëþ÷åíèÿ."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Ñèíòàêñèñ: SET DEBUG {ON | OFF | óðîâåíü}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò îòëàäî÷íûé ðåæèì ðàáîòû ñåðâèñîâ. Àêòèâàöèÿ\n"
+"äàííîãî ðåæèìà ïîçâîëèò áîëåå äåòàëüíî ëîãèðîâàòü ðàáîòó ñåðâèñîâ,\n"
+"â ÷àñòíîñòè - çàïèñûâàòü â ëîã âñå ïîñëàííûå è ïðèíÿòûå ñåðâèñàìè\n"
+"äàííûå, è îïåðàöèè ñ ýòèìè ñàìûìè äàííûìè.  êà÷åñòâå ïàðàìåòðà âû\n"
+"ìîæååò óêàçàòü óðîâåíü äåòàëüíîñòü îòëàäî÷íîãî ðåæèìà, ÷åì âûøå\n"
+"óðîâåíü - òåì áîëåå äåòàëüíûìè (è îáüåìíûìè, õåõ) áóäóò ëîãè.\n"
+"\n"
+"Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì\n"
+"-debug."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Ñèíòàêñèñ: SET DISPLAY íîâûé_íèê\n"
+"\n"
+"Ïîçâîëÿåò ïåðåíàçíà÷èòü ãëàâíûé íèê ãðóïïû. Èìåííî ýòîò íèê áóäåò\n"
+"îòîáðàæàòüñÿ â ñïèñêå äîñòóïà êàíàëîâ, ãäå âû ïðîïèñàíû.\n"
+"Ïðèìå÷àíèå: íîâûé ãëàâíûé íèê äîëæåí ñîñòîÿòü â âàøåé ãðóïïå íèêîâ."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Ñèíòàêñèñ: SET EMAIL àäðåñ@email\n"
+"\n"
+"Àññîöèèðóåò email-àäðåñ ñ âàøèì íèêîì. Äàííûé email áóäåò ïîêàçàí\n"
+"â èíôîðìàöèè î âàøåì íèêå, ïðåäîñòàâëÿåìîé ïî êîìàíäå INFO."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Ñèíòàêñèñ: SET GREET ñîîáùåíèå\n"
+"\n"
+"Ïîçâîëÿåò íàçíà÷èòü ïðèâåòñòâåííîå ñîîáùåíèå, êîòîðîå ñåðâèñíûé\n"
+"áîò áóäåò ãîâîðèòü êàæäûé ðàç, êîãäà âû çàõîäèòå íà êàíàë. Ó÷òèòå,\n"
+"÷òî äëÿ îòîáðàæåíèÿ ïðèâåòñòâèÿ, íà êàíàëå äîëæíà áûòü àêòèâèðîâàíà\n"
+"îïöèÿ GREET è âû äîëæíû èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Ñèíòàêñèñ: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Äàííàÿ îïöèÿ ïîçâîëÿåò âàì ñêðûòü ÷àñòü èíôîðìàöèè î âàøåì íèêå,\n"
+"êîòîðàÿ ìîæåò çàïðîøåíà ó %S ñ ïîìîùüþ êîìàíäû INFO\n"
+"\n"
+" êà÷åñòâå âòîðîãî ïàðàìåòðà âû äîëæíû óêàçàòü ÷òî èìåííî áóäåò\n"
+"ñêðûòî:\n"
+"USERMASK - äëÿ ñêðûòèÿ âàøåé ïîñëåäíåé õîñòìàñêè âèäà èäåíò@õîñò\n"
+" STATUS - äëÿ ñêðûòèÿ âàøåãî óðîâíÿ äîñòóïà ê ñåðâèñàì\n"
+" EMAIL - äëÿ ñêðûòèÿ àññîöèèðîâàííîãî email-àäðåñà.\n"
+" QUIT - äëÿ ñêðûòèÿ âàøåãî ïîñëåäíåãî quit-ñîîáùåíèÿ\n"
+"\n"
+" êà÷åñòâå òðåòüåãî ïàðàìåòðà âû äîëæíû óêàçàòü ëèáî ON ëèáî OFF.\n"
+"Ïåðâûé àêòèâèðóåò ñêðûòèå, âòîðîé, ñîîòâåòñòâåííî, äåàêòèâèðóåò."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Ñèíòàêñèñ: SET IGNORE {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü îáðàáîòêó ñåðâèñíîãî ñïèñêà\n"
+"èãíîðèðóåìûõ íèêîâ. Âêëþ÷èòå äàííûé ðåæèì, åñëè õîòèòå ÷òî áû\n"
+"ñåðâèñû èãíîðèðîâàëè çàïðîñû îò íèêîâ ÷èñëÿùèõñÿ â ñïèñêå èãíîðà."
+
+#: language.cpp:2990
+#, fuzzy, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Ñèíòàêñèñ: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò àâòîìàòè÷åñêóþ çàùèòó äëÿ âàøåãî íèêà.\n"
+"Àêòèâèðîâàíèå çàùèòû íèêà ïîçâîëÿåò âàì ëèìèòèðîâàòü ïåðèîä âðåìåíè\n"
+"íà ââîä ïàðîëÿ äëÿ èäåíòèôèêàöèè. ON âûñòàâëÿåò ïåðèîä â 60 ñåêóíä,\n"
+"ïî èñòå÷åíèè êîòîðîãî ñåðâèñû ïðèíóäèòåëüíî ñìåíÿò íèê ëæå-âëàäåëüöà\n"
+"(èëè âàø, åñëè âû íå óñïåëè ââåñòè ïàðîëü âîâðåìÿ).\n"
+"\n"
+"Ïàðàìåòð QUICK ïîçâîëÿåò íàçíà÷èòü 20-ñåêóíäíûé ïåðèîä.\n"
+"\n"
+"Ïàðàìåòð IMMED ïîçâîëÿåò îòêëþ÷èòü ýòîò ïåðèîä âîîáùå. Ïîìíèòå,\n"
+"÷òî àêòèâèðîâàíèå ýòîé îïöèè ìîæåò ïðèâåñòè ê ïîòåðå âàøåãî íèêà!\n"
+"Íå èñïîëüçóéòå ýòó îïöèþ áåç êðàéíåé íà òî íåîáõîäèìîñòè, à ïåðåä åå\n"
+"âêëþ÷åíèåì, óáåäèòåñü, ÷òî ACCESS-ñïèñîê âàøåãî íèêà ñîäåðæèò õîòÿ\n"
+"áû îäíó èç õîñòìàñîê, êîòîðàÿ ñîâïàäàåò ñ âàøåé òåêóùåé.\n"
+"Ïðèìå÷àíèå: âîçìîæíîñòü óñòàíîâêè ìåòîäà çàùèòû IMMED ìîæåò áûòü\n"
+"îòêëþ÷åíà â âàøåé IRC-ñåòè."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Ñèíòàêñèñ: SET LANGUAGE íîìåð\n"
+"\n"
+"Ïîçâîëÿåò âûáðàòü ÿçûê, íà êîòîðîì ñåðâèñû áóäóò ïîñûëàòü âàì\n"
+"ðàçëè÷íûå ñîîáùåíèÿ. Íàïðèìåð, òåêñò ñïðàâî÷íîé ñèñòåìû, êîòîðûé âû\n"
+"ñåé÷àñ è ÷èòàåòå.\n"
+" êà÷åñòâå íîìåðà, âû äîëæíû óêàçàòü êîíêðåòíûé íîìåð ÿçûêà èç\n"
+"ñïèñêà ïîääåðæèâàåìûõ ÿçûêîâ:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Ñèíòàêñèñ: SET LIMIT [#êàíàë] ïðåäåë\n"
+"\n"
+"Ïîçâîëÿåò îãðàíè÷èòü ìàêñèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå âû\n"
+"(èëè êàíàë) ìîæåòå ïðèíÿòü. Óñòàíîâêà çíà÷åíèÿ â 0 ïîëíîñòüþ îòêëþ÷èò\n"
+"âîçìîæíîñòü ïðèíÿòèÿ ñîîáùåíèé.\n"
+"Ìàêñèìàëüíî äîïóñòèìîå çíà÷åíèå: %d."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Ñèíòàêñèñ: SET LIMIT [ïîëüçîâàòåëü | #êàíàë] {ïðåäåë | NONE} [HARD]\n"
+"\n"
+"Óñòàíàâëèâàåò ëèìèò íà ìàêñèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå\n"
+"ïîëüçîâàòåëü (èëè êàíàë) ñìîãóò ïðèíèìàòü. Óñòàíîâêà ëèìèòà ðàâíûì\n"
+"0 îòêëþ÷èò âîçìîæíîñòü ïðèíÿòèÿ ñîîáùåíèÿ âîîáùå, óñòàíîâêà â NONE\n"
+"ðàçðåøàåò ïîëüçîâàòåëþ ïðèíèìàòü è ñîõðàíÿòü ñòîëüêî ñîîáùåíèé,\n"
+"ñêîëüêî îí ïîæåëàåò. Åñëè âû íå óêàæåòå ïîëüçîâàòåëÿ èëè êàíàë,\n"
+"íàñòðîéêè áóäó ïðèìåíåíû îòíîñèòåëüíî âàñ.\n"
+"\n"
+"Äîïîëíèòåëüíûé ïàðàìåòð HARD çàïðåòèò óêàçàííîìó ïîëüçîâàòåëþ\n"
+"èçìåíÿòü ñâîé ëèìèò ñîîáùåíèé. Ñîîòâåòñòâåííî óñòàíîâêà ëèìèòà áåç\n"
+"ïàðàìåòðà HARD îòìåíÿåò ýôôåêò çàïðåòà è ðàçðåøàåò ïîëüçîâàòåëþ\n"
+"íàñòðàèâàòü ñâîé ëèìèò ñîîáùåíèé.\n"
+"\n"
+"Ðàñøèðåííîå èñïîëüçîâàíèå êîìàíäû SET LIMIT äîñòóïíî òîëüêî äëÿ\n"
+"Àäìèíèñòðàòîðîâ ñåðâèñîâ. Îáû÷íûå ïîëüçîâàòåëè ìîãóòü ìåíÿòü ëèìèò\n"
+"òîëüêî äëÿ ñåáÿ èëè äëÿ êàíàëà, íà êîòîðîì ó íèõ åñòü ñîîòâåòñòâóþùèå\n"
+"ïðèâèëåãèè. Îíè íå ìîãóò óäàëèòü ñâîé ëèìèò, íå ìîãóò óñòàíîâèòü\n"
+"ëèìèò âûøå %d, è íå ìîãóò èñïîëüçîâàòü îïöèþ HARD."
+
+#: language.cpp:4898
+#, fuzzy, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Ñèíòàêñèñ: SET LIST\n"
+"\n"
+"Îòîáðàæàåò ñòàòóñ ðàçëè÷íûõ ñåðâèñíûõ íàñòðîåê (âêë/âûêë)."
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Ñèíòàêñèñ: SET LOGCHAN {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò àêòèâèðîâàòü ëîãèðîâàíèå ñåðâèñíûõ ñîáûòèé íà ñïåöèàëüíûé\n"
+"ñåðâèñíûé êàíàë, óêàçàíûé â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ. Åñëè\n"
+"äàííàÿ äèðåêòèâà â êîíôèãå íå óêàçàíà, âîçìîæíîñòü íàñòðîéêè îïöèè\n"
+"áóäåò çàáëîêèðîâàíà.\n"
+"Ïðèìå÷àíèå: èç ñîîáðàæåíèé áåçîïàñíîñòè, ðåêîìåíäóåòñÿ îáðàòèòü\n"
+"îñîáîå âíèìàíèå íà îãðàíè÷åíèå äîñòóïà íà ýòîò êàíàë.\n"
+"\n"
+"Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì\n"
+"-logchan."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Ñèíòàêñèñ: SET MSG {ON | OFF}\n"
+"\n"
+"Ïîçâîëÿåò âàì âûáðàòü ñïîñîá îáùåíèÿ ñåðâèñîâ ñ âàìè. Óêàæèòå ON,\n"
+"÷òî áû àêòèâèðîâàòü ðåæèì ïðèâàòíûõ ñîîáùåíèé - â ýòîì ñëó÷àå âñå\n"
+"ñîîáùåíèÿ îò ñåðâèñîâ áóäóò ïðèõîäèòü âàì â ïðèâàò. Ïàðàìåòð OFF\n"
+"çàñòàâèò ñåðâèñû èñïîëüçîâàòü ðåæèì óâåäîìëåíèé (notice, íîòèñû).\n"
+"Ïðèìå÷àíèå: íàñòðîéêà äàííîé îïöèè ìîæåò áûòü çàáëîêèðîâàíà."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Ñèíòàêñèñ: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ãëîáàëüíîãî \"íå-èñòå÷åíèÿ\".  ýòîì\n"
+"ðåæèìå, âñå íèêè, êàíàëû, AKILL'û è èñêëþ÷åíèÿ èç ëèìèòà ñåññèé -\n"
+"íèêîãäà íå èñòåêóò, ïî êðàéíåé ìåðå äî òåõ ïîð, ïîêà ýòà îïöèÿ íå\n"
+"áóäåò îòêëþ÷åíà.\n"
+"\n"
+"Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì\n"
+"-noexpire."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Ñèíòàêñèñ: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Äàííàÿ îïöèÿ ïîçâîëÿåò íàñòðîèòü âàø ëè÷íûé ìåòîä óâåäîìëåíèÿ î\n"
+"íîâûõ ñîîáùåíèÿõ, ïîñëàííûõ âàì êåì-ëèáî.\n"
+"Äîñòóïíûå ðåæèìû:\n"
+" ON óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî âû\n"
+" èäåíòèôèöèðóåòåñü ê íèêó, ñíèìåòå ñ ñåáÿ ñòàòóñ\n"
+" /AWAY èëè êòî-òî îòïðàâèò âàì íîâîå ñîîáùåíèå.\n"
+" LOGON óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî âû\n"
+" èäåíòèôèöèðóåòåñü ê íèêó èëè ñíèìåòå ñ ñåáÿ ñòàòóñ\n"
+" /AWAY (îòîøåë).\n"
+" NEW óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî êòî-òî\n"
+" îòïðàâèò âàì íîâîå ñîîáùåíèå.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF óâåäîìëåíèé î ïîëó÷åíèè íîâûõ ñîîáùåíèé ïîñòóïàòü\n"
+" íå áóäåò\n"
+"\n"
+"Ïàðàìåòð ON ÿâëÿåòñÿ êîìáèíàöèåé çíà÷åíèé LOGON è NEW."
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Ñèíòàêñèñ: SET PASSWORD íîâûé_ïàðîëü\n"
+"\n"
+"Ïîçâîëÿåò èçìåíèòü ïàðîëü íèêà, èñïîëüçóåìûé äëÿ èäåíòèôèêàöèè ê\n"
+"íåìó â êà÷åñòâå ïîëíîïðàâíîãî âëàäåëüöà."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Ñèíòàêñèñ: SET PRIVATE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåòäåàêòèâèðóåò îïöèþ ïðèâàòíîñòè âàøåãî íèêà íà %S.\n"
+"Âêëþ÷åííàÿ òàêèì îáðàçîì PRIVATE ñêðûâàåò âàø íèê èç èíôîðìàöèè\n"
+"ïî %S LIST.\n"
+"Ïðèìå÷àíèå: òåì íå ìåíåå, ëþáîé, êòî çíàåò âàø íèê, èìååò âîçìîæíîñòü\n"
+"ïîëó÷èòü èíôîðìàöèþ î âàñ èñïîëüçóÿ êîìàíäó INFO."
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Ñèíòàêñèñ: SET READONLY {ON | OFF}\n"
+"\n"
+"Âêëþ÷àåò èëè âûêëþ÷àåò ãëîáàëüíûé ðåæèì READONLY - òîëüêî-÷òåíèå.\n"
+"Ðàáîòà ñåðâèñîâ â äàííîì ðåæèìå çàïðåùàåò îáû÷íûì ïîëüçîâàòåëÿì\n"
+"èçìåíÿòü êàêèå-ëèáî ñåðâèñíûå äàííûå, íàïðèìåð - ñïèñêè äîñòóïà äëÿ\n"
+"íèêîâ èëè êàíàëîâ, èõ íàñòðîéêè è ò. ä. Òåì íå ìåíåå, IRC-îïåðàòîðû\n"
+"ñ äîñòàòî÷íûìè ïðèâèëåãèÿìè íà ñåðâèñàõ ñìîãóò ìîäèôèöèðîâàòü ñïèñîê\n"
+"AKILL'îâ è óäàëÿòü èëè çàïðåùàòü íèêè è êàíàëû, íî âñå ýòè èçìåíåíèÿ\n"
+"íå áóäóò ñîõðàíåíû äî òåõ ïîð, ïîêà ðåæèì READONLY àêòèâåí. ×òî áû\n"
+"ñîõðàíèòü âñå èçìåíåíèÿ, ñäåëàííûå âî âðåìÿ ðàáîòû ñåðâèñîâ â ýòîì\n"
+"ðåæèìå, âû äîëæíû äåàêòèâèðîâàòü ðåæèì òîëüêî-÷òåíèÿ ïðåæäå, ÷åì\n"
+"ðàáîòà ñåðâèñîâ áóäåò çàâåðøåíà èëè îíè áóäóò ïåðåçàïóùåíû.\n"
+"\n"
+"Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì\n"
+"-readonly."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Ñèíòàêñèñ: SET SECURE {ON | OFF}\n"
+"\n"
+"Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ âàøåãî íèêà. Ïðè\n"
+"âêëþ÷åííîé îïöèè SECURE âû äîëæíû èäåíòèôèöèðîâàòüñÿ íà %S \n"
+"ñ ïîìîùüþ ïàðîëÿ, ÷òîáû ïîäòâåðäèòü ÷òî èìåííî âû âëàäåëåö òåêóùåãî\n"
+"èñïîëüçóåìîãî âàìè íèêà. Ïðè ýòîì íà ñïèñîê õîñòìàñîê íèêà ñåðâèñû\n"
+"âíèìàíèÿ íå îáðàùàþò.\n"
+"Îòêëþ÷åíèå ýòîé îïöèè ïîçâîëèò âàì èäåíòèôèöèðîâàòüñÿ íà %S\n"
+"÷åðåç ñïèñîê ìàñîê íèêà, îäíàêî, ìàêñèìàëüíî äîïóñòèìûé ñòàòóñ â\n"
+"äàííîì ñëó÷àå áóäåò ðàâíÿòüñÿ 2.\n"
+"\n"
+"Ñòîèò òàêæå çàìåòèòü, ÷òî ñåðâèñû íå áóäóò ïðèíóäèòåëüíî ìåíÿòü âàø\n"
+"íèê, åñëè â ACCESS-ñïèñêå çàðåãèñòðèðîâàííîãî íèêà åñòü õîòÿ áû îäíà\n"
+"õîñòìàñêà, ñîâïàäàþùàÿ ñ âàøåé òåêóùåé. Ðåæèì îïöèè KILL ïðè ýòîì\n"
+"çíà÷åíèÿ íå èìååò."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Ñèíòàêñèñ: SET SUPERADMIN {ON | OFF}\n"
+"\n"
+"Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà íå âëèÿåò íà ñàìó ðàáîòó ñåðâèñîâ êàê\n"
+"òàêîâóþ, îäíàêî åãî àêòèâèðîâàíèå âëèÿåò íà óñëîâèÿ ïðîâåðêè óðîâíÿ\n"
+"äîñòóïà ïîëüçîâàòåëÿ ê òåì èëè èíûì ôóíêöèÿì.  ÷àñòíîñòè, äàííûé\n"
+"ðåæèì ïðåäîñòàâëÿåò èñïîëüçîâàâøåìó åãî Ðóòó ñåðâèñîâ íåîãðàíè÷åííûå\n"
+"ïðèâèëåãèè íà ñåðâèñàõ, íàïðèìåð òàêèå, êàê ñòàòóñ âëàäåëüöà íà âñåõ\n"
+"êàíàëàõ ñåòè, è ò. ï.\n"
+"\n"
+"Ýòà îïöèÿ íå ïîñòîÿííàÿ è äîëæíà èñïîëüçîâàòüñÿ òîëüêî ïðè êðàéíåé\n"
+"íåîáõîäèìîñòè. Îòêëþ÷èòå åå ñðàçó, êàê òîëüêî ïåðåñòàíåòå íóæäàòüñÿ\n"
+"â íåé."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Ñèíòàêñèñ: SETALL <íèê> <õîñòìàñêà>.\n"
+"\n"
+"Óñòàíàâëèâàåò âèðòóàëüíûé õîñò äëÿ âñåõ íèêîâ óêàçàííîé ãðóïïû.Åñëè\n"
+"IRCd âàøåé ñåòè ïîäåðæèâàåò âèðòóàëüíûå èäåíòû, ìîæíî èñïîëüçîâàòü\n"
+"ôîðìàò SETALL <íèê> <èäåíò>@<õîñòìàñêà> äëÿ óñòàíîâêè âèðòóàëüíûõ\n"
+"èäåíòà è õîñòà îäíîâðåìåííî.\n"
+"\n"
+"Ïðèìå÷àíèå: âèðòóàëüíûé õîñò óñòàíàâëèâàåòñÿ äëÿ âñåõ òåêóùèõ\n"
+"íèêîâ óêàçàííîé ãðóïïû è íå áóäåò àâòîìàòè÷åñêè îáíîâëåí äëÿ íîâîãî\n"
+"íèêà, âíåñåííîãî â ãðóïïó óæå ïîñëå óñòàíîâêè âèðòóàëüíîãî õîñòà."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Ñèíòàêñèñ: SHUTDOWN\n"
+"\n"
+"Çàñòàâëÿåò ñåðâèñû ñîõðàíèòü âñå áàçû äàííûõ è çàâåðøèòü ñâîþ ðàáîòó."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Ñèíòàêñèñ: SNLINE ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà:ïðè÷èíà\n"
+" SNLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" SNLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SNLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SNLINE'îâ.\n"
+"SNLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé\n"
+"RealName aka GECOS. Ëþáîé ïîëüçîâàòåëü, ðåàëüíîå èìÿ êîòîðîãî\n"
+"ïîïàäåò ïîä ìàñêó êàêîé-ëèáî çàïèñè â SNLINE-ñïèñêå, áóäåò ñðàçó æå\n"
+"îòêëþ÷åí îò ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ.\n"
+"\n"
+"Êîìàíäà SNLINE ADD äîáàâëÿåò ìàñêó ðåàëüíîãî èìåíè ñ óêàçàííîé\n"
+"ïðè÷èíîé â ñïèñîê SNLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).\n"
+"Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü\n"
+"îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ\n"
+"êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî\n"
+"ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà \"d\" - \"äíè\" (òàêèì îáðàçîì,\n"
+"+30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SNLINE,\n"
+"èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå\n"
+"ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê \"+\" - âû äîëæíû\n"
+"îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå\n"
+"ïî-óìî÷àíèþ.\n"
+"Òåêóùåå âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ\n"
+"êîìàíäû STATS AKILL.\n"
+"Ïðèìå÷àíèå: òàê êàê ñòðîêè ðåàëüíûõ èìåí ìîãóò ñîäåðæàòü ïðîáåëû,\n"
+"ðàçäåëèòåëåì ìåæäó ìàñêîé ðåàëüíîãî èìåíè è ïðè÷èíîé áóäåò äâîåòî÷èå.\n"
+"\n"
+"Êîìàíäà SNLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SNLINE'îâ.\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SNLINE'à, íî\n"
+"è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû\n"
+"èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà SNLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SNLINE'îâ.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ\n"
+"ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,\n"
+"ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"Íàïðèìåð:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.\n"
+"\n"
+"SNLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SNLINE LIST, îíà ïîêàæåò êòî\n"
+"äîáàâèë SNLINE, âðåìÿ óñòàíîâêè SNLINE'à, êîãäà îí èñòåêàåò, íó è,\n"
+"êîíå÷íî æå, ìàñêó ðåàëüíîãî èìåíè è ïðè÷èíó SNLINE'à.\n"
+"\n"
+"SNLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SNLINE'îâ."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Ñèíòàêñèñ: SOP #êàíàë ADD íèê\n"
+" SOP #êàíàë DEL {íèê | íîìåð çàïèñè | ñïèñîê_çàïèñåé}\n"
+" SOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SOP #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì SOP'îâ (ñóïåðîïåðàòîðîâ) âàøåãî êàíàëà.\n"
+"Ïðèâèëåãèè SOP'à âêëþ÷àþò â ñåáÿ íå òîëüêî âñå ïðèâèëåãèè AOP'à, íî\n"
+"è âîçìîæíîñòü óïðàâëÿòü ñïèñêîì äîñòóïà êàíàëà, ñïèñêîì àâòîêèêîâ,\n"
+"ñïèñêîì \"ïëîõèõ ñëîâ\" è ñïèñêîì ìåìî-ñîîáùåíèé.\n"
+"\n"
+"Êîìàíäà SOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê SOP'îâ.\n"
+"\n"
+"Êîìàíäà SOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà SOP'îâ.  êà÷åñòâå\n"
+"ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð\n"
+"çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).\n"
+"\n"
+"Êîìàíäà SOP LIST âûâîäèò òåêóùèé ñïèñîê SOP'îâ êàíàëà.  êà÷åñòâå\n"
+"äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî\n"
+"ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä\n"
+"ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" SOP #êàíàë LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.\n"
+" SOP #êàíàë LIST *vas*\n"
+" îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó 'vas'\n"
+"\n"
+"Êîìàíäà SOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SOP'îâ.\n"
+"\n"
+"Êîìàíäû SOP ADD, SOP DEL è SOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî\n"
+"âëàäåëåö êàíàëà, êîìàíäà SOP LIST äîñòóïíà âñåì ïîëüçîâàòåëÿì ñ\n"
+"ïðèâèëåãèÿìè AOP'à è âûøå.\n"
+"\n"
+"Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ\n"
+"ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå\n"
+"èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì\n"
+"êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ\n"
+"êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ\n"
+"ïî /msg %S HELP ACCESS è /msg %S HELP SET XOP."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Ñèíòàêñèñ: SQLINE ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ïðè÷èíà\n"
+" SQLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" SQLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SQLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SQLINE'îâ.\n"
+"SQLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé\n"
+"íèê èëè ìàñêó íèêà. Ëþáîé ïîëüçîâàòåëü, íèê êîòîðîãî ïîïàäåò ïîä\n"
+"ìàñêó êàêîé-ëèáî çàïèñè â SQLINE-ñïèñêå, áóäåò ñðàçó æå îòêëþ÷åí îò\n"
+"ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ ñ ýòèì íèêîì.\n"
+"\n"
+"Åñëè IRCd âàøåé ñåòè ïîääåðæèâàåò óñòàíîâêó QLINE íå òîëüêî íà íèêè,\n"
+"íî è íà êàíàëû - âû ìîæåòå óêàçàòü â êà÷åñòâå ïåðâîãî ñèìâîëà ìàñêè\n"
+"'#' - ÷òîáû çàïðåòèòü ê èñïîëüçîâàíèþ óêàçàííûé êàíàë.\n"
+"\n"
+"Êîìàíäà SQLINE ADD äîáàâëÿåò óêàçàííûé íèê èëè êàíàë ñ óêàçàííîé\n"
+"ïðè÷èíîé â ñïèñîê SQLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).\n"
+"Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü\n"
+"îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ\n"
+"êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî\n"
+"ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà \"d\" - \"äíè\" (òàêèì îáðàçîì,\n"
+"+30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SQLINE,\n"
+"èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå\n"
+"ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê \"+\" - âû äîëæíû\n"
+"îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå\n"
+"ïî-óìî÷àíèþ.\n"
+"Òåêóùåå âðåìÿ èñòå÷åíèÿ SQLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ\n"
+"êîìàíäû STATS AKILL.\n"
+"\n"
+"Êîìàíäà SQLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SQLINE'îâ.\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SQLINE'à, íî\n"
+"è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû\n"
+"èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà SQLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SQLINE'îâ.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ\n"
+"ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,\n"
+"ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"Íàïðèìåð:\n"
+"\n"
+" SQLINE LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.\n"
+"\n"
+"SQLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SQLINE LIST, îíà ïîêàæåò âàì\n"
+"êòî äîáàâèë SQLINE, âðåìÿ óñòàíîâêè SQLINE'à, êîãäà îí èñòåêàåò, íó\n"
+"è, êîíå÷íî æå, ìàñêó íèêà èëè êàíàëà è ïðè÷èíó óñòàíâîêè SQLINE'à.\n"
+"\n"
+"SQLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SQLINE'îâ."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Ñèíòàêñèñ: STAFF\n"
+"\n"
+"Âûâîäèò ñïèñîê ïðèâèëåãèðîâàííûõ íà ñåðâèñàõ ïîëüçîâàòåëåé (òàêèõ\n"
+"êàê Àäìèíèñòðàòîðû èëè Îïåðàòîðû ñåðâèñîâ) è èõ òåêóùèé ñòàòóñ."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Ñèíòàêñèñ: STAFF òåêñò_ñîîáùåíèÿ\n"
+"\n"
+"Ïîçâîëÿåò îòïðàâèòü ìåìî-ñîîáùåíèå âñåì îïåðàòîðàì/àäìèíèñòðàòîðàì\n"
+"ñåðâèñîâ ñåòè."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Ñèíòàêñèñ: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+"\n"
+"Èñïîëüçîâàííàÿ áåç ïàðàìåòðîâ, êîìàíäà ïîêàæåò òåêóùåå êîëè÷åñòâî\n"
+"ïîëüçîâàòåëåé ñåòè, òåêóùåå êîë-âî IRC-îïåðàòîðîâ (çà èñêëþ÷åíèåì\n"
+"ñàìèõ ñåðâèñîâ), ìàêñèìàëüíî çàôèêñèðîâàííîå ÷èñëî ïîëüçîâàòåëåé\n"
+"è âðåìÿ ðàáîòû ñåðâèñîâ â ñåòè.\n"
+"\n"
+"Ñ ïàðàìåòðîì AKILL, ïîêàæåò òåêóùèé ðàçìåð ñïèñêà AKILL'îâ è âðåìÿ\n"
+"èñòå÷åíèÿ AKILL'îâ ïî-óìîë÷àíèþ (AKILL, SZLINE, ZGLINE, ZQLINE).\n"
+"\n"
+"Ïàðàìåòð RESET ñáðàñûâàåò ñ÷åò÷èê çàôèêñèðîâàííîãî ìàêñèìóìà \n"
+"ïîëüçîâàòåëåé ñåòè.\n"
+"\n"
+"Ïàðàìåòð MEMORY âûâåäåò èíôîðìàöèþ îá èñïîëüçîâàíèè ñåðâèñàìè\n"
+"îïåðàòèâíîé ïàìÿòè. Çàïðîñû ïîäîáíîé ñòàòèñòèêè ìîãó çàòîðìîçèòü\n"
+"ðàáîòó ñåðâèñîâ íà îïðåäåëåííûé ïðîìåæóòîê âðåìåíè, ïîýòîìó, íå\n"
+"ðåêîìåíäóåòñÿ èñïîëüçîâàòü ïàðàìåòð MEMORY ñëèøêîì ÷àñòî.\n"
+"\n"
+"Ïàðàìåòð UPLINK ïîêàæåò èíôîðìàöèþ î ñåðâåðå, ê êîòîðîìó\n"
+"ïðèëèíêîâàíû ñåðâèñû ñåòè.\n"
+"\n"
+"Ïàðàìåòð ALL âûâåäåò îáùóþ ñòàòèñòèêó â êîìáèíàöèè ñ äàííûìè èç\n"
+"MEMORY è UPLINK."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Ñèíòàêñèñ: STATUS #êàíàë íèê\n"
+"\n"
+"Âîçâðàùàåò òåêóùèé óðîâåíü äîñòóïà óêàçàííîãî íèêà íà óêàçàííîì\n"
+"êàíàëå. Äàííûå âîçâðàùàþòñÿ â ñëåäóþùåì ôîðìàòå:\n"
+"\n"
+" STATUS #êàíàë íèê óðîâåíü_äîñòóïà\n"
+"\n"
+"Åñëè ïðîèçîéäåò îøèáêà, òî îòâåò áóäåò òàêèì:\n"
+"\n"
+" STATUS ERROR ñîîáùåíèå_îá_îøèáêå"
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Ñèíòàêñèñ: STATUS íèê1 íèê2 íèê3...\n"
+"\n"
+"Çàïðàøèâàåò èíôîðìàöèþ î ñòàòóñå íèêà íà ñåðâèñàõ - èäåíòèôèöèðîâàëñÿ\n"
+"ëè èñïîëüçóþùèé åãî êàê âëàäåëåö. Îòâåò âûâîäèòñÿ â ôîðìàòå:\n"
+"\n"
+" íèê êîä-ñòàòóñà status account\n"
+"\n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+"0 - òàêîãî ïîëüçîâàòåëÿ íåò â îíëàéíå èëè ýòîò íèê íå çàðåãèñòðèðîâàí\n"
+"1 - ïîëüçîâàòåëü íå èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà\n"
+"2 - ïîëüçîâàòåëü èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà ÷åðåç ñïèñîê õîñòìàñîê\n"
+"3 - ïîëüçîâàòåëü èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà ÷åðåç èäåíòèôèêàöèþ "
+"ïàðîëåì\n"
+"\n"
+"Âû ìîæåòå çàïðîñèòü ñòàòóñ ñðàçó ó 16 íèêîâ (ðàçäåëÿÿ èõ ïðîáåëîì),\n"
+"âñå ëèøíèå áóäó ïðîèãíîðèðîâàíû. Åñëè ïàðàìåòð íå óêàçàí - êîìàíäà\n"
+"âåðíåò âàø òåêóùèé ñòàòóñ íà ñåðâèñàõ."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Ñèíòàêñèñ: SUSPEND #êàíàë [ïðè÷èíà]\n"
+"\n"
+"Ïðèîñòàíàâëèâàåò ëþáóþ àêòèâíîñòü óêàçàííîãî êàíàëà (çàìîðàæèâàåò).\n"
+" ðåæèìå ñàñïåíäà, íà êàíàë íå äåéñòâóþò óñëîâèÿ èñòå÷åíèÿ ðåãèñòðàöèè\n"
+"ïî âðåìåíè, êàíàë íåâîçìîæíî èñïîëüçîâàòü èëè óäàëèòü. Åäèíñòâåííîå,\n"
+"÷òî âëàäåëåö âñå åùå ìîæåò - ýòî èçìåíÿòü íàñòðîéêè ñâîåãî êàíàëà.\n"
+"Ýôôåêò \"çàìîðîçêè\" îòìåíÿåòñÿ ïóòåì èñïîëüçîâàíèÿ êîìàíäû UNSUSPEND,\n"
+"êîòîðàÿ ïîëíîñòüþ âîññòàíàâëèâàåò àêòèâíîñòü êàíàëà ñî âñåìè åãî\n"
+"íàñòðîéêàìè.\n"
+"\n"
+"Ïðèìå÷àíèå: â çàâèñèìîñòè îò íàñòðîåê ñåðâèñîâ, ïðè÷èíà ìîæåò\n"
+"áûòü ïàðàìåòðîì êàê îïöèîíàëüíûì, òàê è íåîáõîäèìûì."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Ñèíòàêñèñ: SVSNICK íèê íîâûé_íèê\n"
+"\n"
+"Ïîçâîëÿåò ïðèíóäèòåëüíî èçìåíèòü óêàçàííûé íèê íà íîâûé_íèê."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Ñèíòàêñèñ: SZLINE ADD [+ñðîê_èñòå÷åíèÿ] ip-ìàñêà ïðè÷èíà\n"
+" SZLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" SZLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SZLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SZLINE'îâ.\n"
+"SZLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé\n"
+"IP-àäðåñ. Ëþáîé ïîëüçîâàòåëü, ip-àäðåñ êîòîðîãî ïîïàäåò ïîä\n"
+"ìàñêó êàêîé-ëèáî çàïèñè â SZLINE-ñïèñêå, áóäåò ñðàçó æå îòêëþ÷åí îò\n"
+"ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ ñ ýòèì IP.\n"
+"Íàëè÷èå èëè îòñóòñòâèå PTR RR çàïèñè äëÿ äàííîãî IP - ðîëè íå èãðàåò.\n"
+"\n"
+"Êîìàíäà SZLINE ADD äîáàâëÿåò óêàçàííóþ ìàñêó IP-àäðåñà óêàçàííîé\n"
+"ïðè÷èíîé â ñïèñîê SZLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).\n"
+"Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü\n"
+"îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ\n"
+"êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî\n"
+"ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà \"d\" - \"äíè\" (òàêèì îáðàçîì,\n"
+"+30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SZLINE,\n"
+"èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå\n"
+"ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê \"+\" - âû äîëæíû\n"
+"îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå\n"
+"ïî-óìî÷àíèþ.\n"
+"Òåêóùåå âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ\n"
+"êîìàíäû STATS AKILL.\n"
+"\n"
+"Êîìàíäà SZLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SZLINE'îâ.\n"
+" êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SZLINE'à, íî\n"
+"è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû\n"
+"èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).\n"
+"\n"
+"Êîìàíäà SZLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SZLINE'îâ.\n"
+" êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ\n"
+"ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,\n"
+"ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"Íàïðèìåð:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.\n"
+"\n"
+"SZLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SZLINE LIST, îíà ïîêàæåò âàì\n"
+"êòî äîáàâèë SZLINE, âðåìÿ óñòàíîâêè SZLINE'à, êîãäà îí èñòåêàåò, íó\n"
+"è, êîíå÷íî æå, ìàñêó IP-àäðåñà è ïðè÷èíó óñòàíîâêè SZLINE'à.\n"
+"\n"
+"SZLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SZLINE'îâ."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Ñèíòàêñèñ: TOPIC #êàíàë [òåêñò]\n"
+"\n"
+"Ïîçâîëÿåò èçìåíèòü òîïèê êàíàëà ïîñðåäñòâîì %S. Åñëè òåêñò\n"
+"òîïèêà íå óêàçàí - òîïèê êàíàëà áóäåò ïîëíîñòüþ óäàëåí. ×àùå âñåãî,\n"
+"ïðèìåíÿòü äàííóþ êîìàíäó èìååò ñìûñë ïðè àêòèâèðîâàííîì ðåæèìå\n"
+"áëîêèðîâêè òîïèêà, êîãäà èçìåíèòü òîïèê êàíàëà îáû÷íûì ñïîñîáîì\n"
+"íå ïðåäñòàâëÿåòñÿ âîçìîæíûì. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì.\n"
+"ñïðàâêó ïî /msg %S HELP SET TOPICLOCK.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî\n"
+"âëàäåëüöåì êàíàëà."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Ñèíòàêñèñ: UMODE íèê ðåæèìû\n"
+"\n"
+"Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ èçìåíÿòü ïîëüçîâàòåëüñêèå ðåæèìû\n"
+"(usermodes) ëþáîãî ïîñåòèòåëÿ ñåòè.  êà÷åñòâå âòîðîãî ïàðàìåòðà\n"
+"êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â òîì æå ôîðìàòå, â êîòîðîì\n"
+"óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ êîìàíäû /MODE.\n"
+"\n"
+"Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Ñóïåð-Àäìèíèñòðàòîðà."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Ñèíòàêñèñ: UNASSIGN #êàíàë\n"
+"\n"
+"Ïîçâîëÿåò ñíÿòü áîòà ñ óêàçàííîãî êàíàëà. Êàíàë áóäåò óäàëåí èç áàçû\n"
+"äàííûõ áîòà è ñàì áîò áîëüøå íà íåãî çàõîäèòü íå áóäåò, îäíàêî, âñå\n"
+"äàííûå è íàñòðîéêè êàíàëà áóäó ñîõðàíåíû. Â äàëüíåéøåì, ýòî ïîçâîëèò\n"
+"âàì ïåðåíàçíà÷èòü áîòà íà êàíàë ñ âîññòàíîâëåíèåì âñåõ ñòàðûõ íàñòðîåê."
+
+#: language.cpp:4196
+#, fuzzy, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Ñèíòàêñèñ: UNBAN #êàíàë [nick]\n"
+"\n"
+"Remove all bans preventing a user from entering a channel\n"
+"user from entering the given channel.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè\n"
+"èëè ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Ñèíòàêñèñ: UNSUSPEND #êàíàë\n"
+"\n"
+"Ïîëíîñòüþ âîññòàíàâëèâàåò àêòèâíîñòü ïðèîñòàíîâëåííîãî êàíàëà."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Ñèíòàêñèñ: UPDATE\n"
+"\n"
+"Çàñòàâëÿåò ñåðâèñû íåìåäëåííî ñîõðàíèòü âñå áàçû äàííûõ íà äèñê."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Ñèíòàêñèñ: USERLIST [{õîñòìàñêà | #êàíàë} [INVISIBLE]]\n"
+"\n"
+"Âûâîäèò ñïèñîê âñåõ ïîëüçîâàòåëåé, íàõîäÿùèõñÿ â äàííûé ìîìåíò â ñåòè.\n"
+"Çàðåãèñòðèðîâàí èõ íèê èëè íåò - ðîëè íå èãðàåò.\n"
+"\n"
+" êà÷åñòâå ïàðàìåòðà, âû ìîæåòå óêàçàòü ïîëüçîâàòåëüñêóþ õîñòìàñêó\n"
+"âèäà íèê!èäåíò@õîñò - ýòî ïîçâîëèò ïîëó÷èòü òîëüêî êîíêðåòíûå,\n"
+"ñîâïàäàþùèå ñ ìàñêîé çàïèñè. Åñëè æå âû óêàæèòå #êàíàë, áóäåò\n"
+"âûâåäåí ñïèñîê âñåõ ïîñåòèòåëåé óêàçàííîãî êàíàëà.\n"
+"Äîïîëíèòåëüíûé ïàðàìåòð INVISIBLE ïîçâîëÿåò ïîëó÷èòü ñïèñîê íèêîâ\n"
+"ñ ðåæèìîì +i, äàííûå êîòîðûõ ñîâïàäàþò ñ óêàçàííîé â êà÷åñòâå âòîðîãî\n"
+"ïàðàìåòðà õîñòìàñêîé."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Ñèíòàêñèñ: VOICE #êàíàë [íèê]\n"
+"\n"
+"Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ âîéñà óêàçàííîìó íèêó íà óêàçàííîì\n"
+"êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ âîéñà áóäåò âûäàí èñïîëüçóþùåìó\n"
+"êîìàíäó.\n"
+"\n"
+"Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè\n"
+"ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà VOP'àìè\n"
+"èëè ëèöàìè ñ óðîâíåì äîñòóïà 3 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî\n"
+"îòíîñèòåëüíî ñåáÿ)."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Ñèíòàêñèñ: VOP #êàíàë ADD íèê\n"
+" VOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}\n"
+" VOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]\n"
+" VOP #êàíàë CLEAR\n"
+"\n"
+"Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì VOP'îâ (àâòîâîéñîâ) âàøåãî êàíàëà.\n"
+"Ïðèâèëåãèè VOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ âîéñà\n"
+"ñðàçó ïðè âõîäå íà êàíàë, èëè çàïðîñèòü åãî âðó÷íóþ, ÷åðåç ñåðâèñû.\n"
+"\n"
+"Êîìàíäà VOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê HOP'îâ.\n"
+"\n"
+"Êîìàíäà VOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà VOP'îâ.  êà÷åñòâå\n"
+"ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð\n"
+"çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).\n"
+"\n"
+"Êîìàíäà VOP LIST âûâîäèò òåêóùèé ñïèñîê VOP'îâ êàíàëà.  êà÷åñòâå\n"
+"äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî\n"
+"ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä\n"
+"ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.\n"
+"\n"
+"Íàïðèìåð:\n"
+"\n"
+" VOP #êàíàë LIST 2-5,7-9\n"
+" îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.\n"
+" VOP #êàíàë LIST *vas*\n"
+" îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó 'vas'\n"
+"\n"
+"Êîìàíäà VOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê VOP'îâ.\n"
+"\n"
+"Êîìàíäû VOP ADD, VOP DEL è VOP LIST ìîãóò èñïîëüçîâàòü AOP'û\n"
+"êàíàëà èëè âûøå, êîìàíäó VOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî\n"
+"âëàäåëåö êàíàëà.\n"
+"\n"
+"Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ\n"
+"ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå\n"
+"èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì\n"
+"êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ\n"
+"êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ\n"
+"ïî /msg %S HELP ACCESS è /msg %S HELP SET XOP."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Ñèíòàêñèñ: SUSPEND íèê ïðè÷èíà\n"
+"Óñòàíàâëèâàåò ðåæèì ñàñïåíäà (\"çàìîðîçêè\") íà íèê, ïðåäîòâðàùàÿ òåì\n"
+"ñàìûì âîçìîæíîñòü èäåíòèôèêàöèè ê íåìó èëè èñïîëüçîâàíèÿ.\n"
+"Ïðèìå÷àíèå: â ðåæèìå ñàñïåíäà íèê èñêëþ÷åí èç óñëîâèé èñòå÷åíèÿ ïî\n"
+"âðåìåíè."
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND íèê\n"
+"Îñâîáîæäàåò íèê èç ðåæèìà ñàñïåíäà (çàìîðîçêè)."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Ñèíòàêñèñ: UPDATE\n"
+"Îáíîâëÿåò âàø òåêóùèé ñòàòóñ íà ñåðâèñàõ, â ÷àñòíîñòè, ïðîâåðÿåò íà\n"
+"íàëè÷èå íîâûõ ìåìî-ñîîáùåíèé, óñòàíàâëèâàåò íåîáõîäèìûå ðåæèìû íà\n"
+"âñåõ êàíàëàõ, ãäå ó âàñ åñòü ñòàòóñ (ModeonID), îáíîâëÿåò âàøè\n"
+"âèðòóàëüíûå õîñòû è íàñòðîéêè (äàòà ïîñëåäíåãî ïîñåùåíèÿ IRC, è ò.ä.)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC #êàíàë [òåêñò_òîïèêà]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "Âîçìîæíîñòü óñòàíîâêè ðåæèìà IMMED â âàøåé IRC-ñåòè íåäîñòóïíà."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "Ñïèñîê AKILL'îâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "Óðîâåíü DEFCON òåïåðü ðàâåí %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, email-àäðåñ íèêà %s áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr ""
+"Òåïåðü, email-àäðåñ íèêà %s áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "Ñïèñîê SNLINE'îâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "Ñïèñîê SQLINE'îâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "Ñïèñîê SZLINE'îâ ïîëíîñòüþ î÷èùåí."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "Êàíàë %s íå èìååò êëþ÷à (no key)."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "Äàííûé ìîäóëü àâòîìàòè÷åñêè äîáàâèë ñëåäóþùèå êîìàíäû:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Íèæå ïðåäñòàâëåí ñïèñîê âñåõ äîñòóïíûõ êîìàíä/ôóíêöèé è èõ îïèñàíèå.\n"
+"Îáðàòèòå âíèìàíèå íà ôóíêöèè NOJOIN è AUTODEOP - â îòëè÷èå îò âñåõ\n"
+"äðóãèõ ôóíêöèé, èõ óðîâåíü ÿâëÿåòñÿ ìàêñèìàëüíûì. Óðîâíè âñåõ äðóãèõ\n"
+"êîìàíä/ôóíêöèé ðàñöåíèâàþòñÿ êàê ìèíèìàëüíûå (ìèíèìàëüíî íåîáõîäèìûé\n"
+"óðîâåíü äëÿ èñïîëüçîâàíèÿ)."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr ""
+"Êîëè÷åñòâî ñåññèé ñ õîñòà %s: %d, äîïóñòèìûé ìàêñèìóì äëÿ äàííîãî õîñòà: %d"
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr ""
+"Ïîñëåäíåå ñîîáùåíèå, êîòîðîå âû ïîñûëàëè äëÿ %s (à áûëî ýòî %s) óæå "
+"ïðî÷èòàíî."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr ""
+"Ïîñëåäíåå ñîîáùåíèå, êîòîðîå âû ïîñûëàëè äëÿ %s (à áûëî ýòî %s) åùå íå "
+"ïðî÷èòàíî."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Ïîñëåäíåå quit-ñîîáùåíèå äëÿ %s òåïåðü áóäåò ñêðûòî èç èíôîðìàöèè ïî %s INFO."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr ""
+"Ïîñëåäíåå quit-ñîîáùåíèå äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s "
+"INFO."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Ïîñëåäíÿÿ ìàñêà (èäåíò@õîñò) äëÿ %s òåïåðü áóäåò ñêðûòà èç èíôîðìàöèè ïî %s "
+"INFO."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"Ïîñëåäíÿÿ ìàñêà (èäåíò@õîñò) äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè "
+"ïî %s INFO."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "Ëèìèò ñîîáùåíèé äëÿ %s íå ìîæåò áûòü èçìåíåí."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr ""
+"Íîâûé îñíîâíîé íèê äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì è ñîñòîÿòü â âàøåé "
+"ãðóïïå!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr ""
+"Íîâûé ãëàâíûé íèê äëÿ %s äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì è ñîñòîÿòü â "
+"åãî ãðóïïå!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Îñíîâíîé íèê ãðóïïû èçìåíåí íà %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "Íèê ïîëüçîâàòåëÿ %s áûë èçìåíåí íà %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"Óðîâåíü äîñòóïà ê ñåðâèñàì äëÿ %s òåïåðü áóäåò ñêðûò èç èíôîðìàöèè ïî %s "
+"INFO."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"Óðîâåíü äîñòóïà ê ñåðâèñàì äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %"
+"s INFO."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "Ñïèñîê âèðòóàëüíûõ õîñòîâ ïóñò."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "%d ñîîáùåíèé íà êàíàëå %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Ñïèñîê äîñòóïíûõ áîòîâ ïóñò.\n"
+"Ïî âîïðîñàì ñîçäàíèÿ áîòîâ îáðàùàéòåñü ê Àäìèíèñòðàòîðàì ñåðâèñîâ."
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"Ñëèøêîì ìíîãî íèêîâ â ãðóïïå %s. Ïðîâåðüòå ñïèñîê è óäàëèòå íåíóæíûå.\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. /msg %s HELP GLIST è /msg %s HELP DROP"
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "%d ñîîáùåíèå íà êàíàëå %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"Äëÿ êàíàëà %s ïðèøëî íîâîå ñîîáùåíèå.\n"
+"Íàïèøèòå /msg %s READ %s %d ÷òîáû ïðî÷èòàòü åãî."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "Áîò ñ êàíàëà %s óñïåøíî óäàëåí."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Ñïèñîê íîâîñòåé ïóñò."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Ñïèñîê îïåð-íîâîñòåé ïóñò."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïóñò."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "Äëÿ âàøåãî íèêà íå óñòàíîâëåí email-àäðåñ."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Ñïèñîê îïöèé, êîòîðûå ìîãóò íàñòðàèâàòü òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ:\n"
+" \n"
+" NOBOT çàïðåòèòü èñïîëüçîâàòü áîòîâ íà êàêîì-ëèáî êàíàëå.\n"
+" PRIVATE îãðàíè÷èòü óêàçàííîãî áîòà äî èñïîëüçîâàíèÿ åãî\n"
+" òîëüêî àäìèíèñòðàöèåé ñåòè."
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "Èñïîëüçîâàòü ýòîò êàíàë çàïðåùåíî àäìèíèñòðàöèåé ñåòè."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Ýòîò êàíàë áûë çàðåãèñòðèðîâàí ñ ïîìîùüþ %s"
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "Àêòèâíîñòü äàííîãî êàíàëà áûëà ïðèîñòàíîâëåíà àäìèíèñòðàöèåé ñåòè."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Èñïîëüçîâàíèå äàííîãî êàíàëà çàïðåùåíî."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Äîïîëíèòåëüíî: ðåãèñòðàöèÿ ýòîãî êàíàëà íèêîãäà íå èñòå÷åò."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Äàííàÿ êîìàíäà óñòàðåëà, âìåñòî íåå èñïîëüçóéòå %s"
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "Ýòîò ìîäóëü íå ìîæåò áûòü âûãðóæåí."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"Ñ èñïîëüçóåìîãî âàìè íèêà óæå áûë ïîëó÷åí çàïðîñ íà ðåãèñòðàöèþ. Åñëè "
+"ðåãèñòðàöèþ çàïðàøèâàëè èìåííî âû, ïðîâåðüòå âàø e-mail íà ïðåäìåò ïîëó÷åíèÿ "
+"auth-êîäà."
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"Ýòîò íèê îæèäàåò ïîäòâåðæäåíèÿ ÷åðåç e-mail ïåðåä çàâåðøåíèåì ðåãèñòðàöèè."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Íèê, êîòîðûé âû ñåé÷àñ èñïîëüçóåòå, çàðåãèñòðèðîâàí íà ñåðâèñàõ ñåòè.\n"
+"Åñëè ýòî âàø íèê, èäåíòèôèöèðóéòåñü êîìàíäîé /msg %s IDENTIFY ïàðîëü\n"
+" ïðîòèâíîì ñëó÷àå - âûáåðèòå äðóãîé íèê."
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Ýòîò íèê çàðåãèñòðèðîâàí êåì-òî äðóãèì, âû íå ìîæåòå åãî èñïîëüçîâàòü."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "Äîïîëíèòåëüíî: ýòîò íèê íàõîäèòñÿ â ðåæèìå ñàñïåíäà (çàìîðîæåí)."
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "Äîïîëíèòåëüíî: ýòîò íèê íàõîäèòñÿ â ðåæèìå ñàñïåíäà ïî ïðè÷èíå: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Íèê, êîòîðûé âû ñåé÷àñ èñïîëüçóåòå, çàðåãèñòðèðîâàí è çàùèùåí.\n"
+"Åñëè ýòî âàø íèê, èäåíòèôèöèðóéòåñü êîìàíäîé /msg %s IDENTIFY ïàðîëü.\n"
+"Èíà÷å, âûáåðèòå, ïîæàëóéñòà, äðóãîé íèê."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr ""
+"Âûáðàííûé âàìè íèê çàïðåùåí ê èñïîëüçîâàíèþ. Âîçüìèòå êàêîé-íèáóäü äðóãîé."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Äîïîëíèòåëüíî: ðåãèñòðàöèÿ ýòîãî íèêà íèêîãäà íå èñòå÷åò."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"×òî áû íàéòè êàíàë, íà÷èíàþùèéñÿ ñ ñèìâîëà #, ïðîñòî óêàæèòå åãî\n"
+"íàçâàíèå áåç #. Íàïðèìåð anope âìåñòî #anope."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Áëîêèðîâêà òîïèêà"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Õðàíåíèå òîïèêà"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Ðåæèì áëîêèðîâêè òîïèêà äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Ðåæèì áëîêèðîâêè òîïèêà äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Ðåæèì õðàíåíèÿ òîïèêà äëÿ êàíàëà %s îòêëþ÷åí."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Ðåæèì õðàíåíèÿ òîïèêà äëÿ êàíàëà %s àêòèâèðîâàí."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Âûêëþ÷è CapsLOCK!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP êîìàíäà\n"
+"* Ïî-óìîë÷àíèþ, ëþáîé ïîëüçîâàòåëü, ñ óðîâíåì äîñòóïà íà êàíàëå \n"
+" íå ìåíåå 10, ìîæåò ÷èòàòü ìåìî-ñîîáùåíèÿ îòïðàâëåííûå êàíàëó.\n"
+" Èçìåíèòü ýòè óñëîâèÿ âû ìîæåòå ñ ïîìîùüþ òîíêîé íàñòðîéêè ÷åðåç\n"
+" %s LEVELS."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"×òîáû ïîëó÷èòü ñïðàâî÷íóþ èíôîðìàöèþ ïî îòäåëüíî âçÿòîé îïöèè\n"
+"âîñïîëüçóéòåñü êîìàíäîé /msg %S HELP SASET îïöèÿ\n"
+"Ïîìíèòå, âû äîëæíû óêàçàòü íèê, îïöèè êîòîðîãî âû õîòèòå èçìåíèòü."
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êàêîé-ëèáî êîíêðåòíîé îïöèè, ñì.\n"
+"ñïðàâêó ïî /msg %S HELP îïöèÿ"
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Èñïîëüçóéòå êîìàíäó /msg %S SET EMAIL email-àäðåñ ÷òîáû óñòàíîâèòü email-"
+"àäðåñ.\n"
+"Íå âîëíóéòåñü, äàííûé email-àäðåñ çíàòü áóäåòå ëèøü âû è Àäìèíèñòðàöèÿ ñåòè."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Íàïèøèòå /msg %s LIST NEW ÷òîáû ïîñìîòðåòü ñïèñîê ñîîáùåíèé."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Íàïèøèòå /msg %s READ %d ÷òîáû ïðî÷èòàòü åãî."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Íàïèøèòå /msg %s READ LAST ÷òîáû ïðî÷èòàòü åãî."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE íèê ðåæèìû"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN #êàíàë"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN #êàíàë [nick]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND #êàíàë"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND íèê"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Íåâîçìîæíî çàãðóçèòü ìîäóëü %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Íåâîçìîæíî âûãðóçèòü ìîäóëü %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Íåèçâåñòíàÿ SASET-îïöèÿ %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Íåèçâåñòíàÿ SET-îïöèÿ %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Íåèçâåñòíûé STATS-ïàðàìåòð %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Íåèçâåñòíàÿ êîìàíäà %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Íåèçâåñòíàÿ êîìàíäà %s. Ñïèñîê êîìàíä äîñòóïåí ïî /msg %s HELP"
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"ßçûêà ïîä íîìåðîì %d íå ñóùåñòâóåò. Ñïèñîê äîñòóïíûõ ÿçûêîâ: /msg %s HELP "
+"SET LANGUAGE."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Íåèçâåñòíûé ðåæèì %c - ïðîèãíîðèðîâàí."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Íåèçâåñòíàÿ îïöèÿ %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Íåèçâåñòíàÿ îïöèÿ %s.\n"
+"Èñïîëüçóéòå /msg %S HELP KICK äëÿ ïîëó÷åíèÿ áîëåå ïîëíîé èíôîðìàöèè."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Íåèçâåñòíàÿ îïöèÿ %s.\n"
+"Íàïèøèòå /msg %S HELP SET äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Îáíîâëåíèå áàç äàííûõ..."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink-ñåðâåð: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "Ïîëüçîâàòåëü %s íå íàéäåí â ñåðâèñíîé áàçå äàííûõ íèêîâ."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Ïîëüçîâàòåëåé : %6d çàïèñåé, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"Âàø íèê óñïåøíî îñâîáîæäåí îò èñïîëüçîâàíèÿ åãî äðóãèì ïîëüçîâàòåëåì ñåòè.\n"
+"×òîáû îñâîáîäèòü âàø íèê îò óäåðæàíèÿ åãî ñåðâèñàìè, èñïîëüçóéòå êîìàíäó\n"
+"/msg %s RELEASE %s èëè ïðîñòî íåìíîãî ïîäîæäèòå (âðåìÿ îæèäàíèÿ: %s)."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr ""
+"Îäíà èç ìàñîê â ñïèñêå èñêëþ÷åíèé êàíàëà ñîâïàäàåò ñ õîñòìàñêîé óêàçàííîãî "
+"ïîëüçîâàòåëÿ. ×òîáû çàáàíèòü åãî, âû äîëæíû óäàëèòü èñêëþ÷åíèÿ."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Ñïèñîê ïîëüçîâàòåëåé:\n"
+"Íèê Ìàñêà"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"Ñïèñîê VOP'îâ êàíàëà %s:\n"
+" Íîìåð Íèê"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Íå êèêàòü âîéñîâ"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Ñëåäè çà ñâîèì ÿçûêîì!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "Âû óæå ñîñòîèòå â ãðóïïå %s."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "Âû óæå èäåíòèôèöèðîâàíû."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà äåàêòèâèðîâàí."
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "Ñòàòóñ îïåðàòîðà íà êàíàëå %s äëÿ âàñ çàïðåùåí."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Âàì íå ðàçðåøåíî íàõîäèòüñÿ íà ýòîì êàíàëå."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Âàì çàïðåùåíî èçìåíÿòü ñâîé ëèìèò ñîîáùåíèé."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà àêòèâèðîâàí."
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "Òåïåðü âû IRC-îïåðàòîð."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "Âû óñïåøíî âíåñåíû â ãðóïïó %s."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+msgid "You can not request a receipt when sending a memo to yourself."
+msgstr ""
+"Âû íå ìîæåòå çàïðîñèòü èíôîðìàöèþ î ïîëó÷åíèè, êîãäà ïîñûëàåòå ñîîáùåíèå "
+"ñåáå."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Âû íå ìîæåòå çàêðûòü ñâîþ ñåññèþ!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr ""
+"Ýýý... âû íå ìîæåòå èñïîëüçîâàòü êîìàíäó RECOVER îòíîñèòåëüíî ñàìîãî ñåáÿ."
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó òàê êàê âêëþ÷åíà ñèñòåìà ïðèâèëåãèé "
+"xOP.\n"
+"Äëÿ ìîäèôèêàöèè ñïèñêà äîñòóïà èñïîëüçóéòå êîìàíäû VOP, AOP è SOP.\n"
+"Áîëåå ïîäðîáíàÿ èíôîðìàöèÿ äîñòóïíà ïî /msg %s HELP êîìàíäà"
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó òàê êàê âêëþ÷åíà ñèñòåìà ïðèâèëåãèé "
+"xOP.\n"
+"Äëÿ ìîäèôèêàöèè ñïèñêà äîñòóïà èñïîëüçóéòå êîìàíäû VOP, HOP, AOP è SOP.\n"
+"Áîëåå ïîäðîáíàÿ èíôîðìàöèÿ äîñòóïíà ïî /msg %s HELP êîìàíäà"
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó, âìåñòî íåå èñïîëüçóéòå ACCESS.\n"
+"Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. /msg %s HELP ACCESS"
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "Âû íå ìîæåòå óñòàíîâèòü ëèìèò ñîîáùåíèé äëÿ %s áîëüøå ÷åì %d."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Âû íå ìîæåòå óñòàíîâèòü ëèìèò ñîîáùåíèé áîëüøå ÷åì %d."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "Âîçìîæíîñòü óäàëåíèÿ email-àäðåñà â âàøåé IRC-ñåòè íåäîñòóïíà."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, %d èç íèõ íå ïðî÷èòàíî."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, 1 èç íèõ íå ïðî÷èòàíî."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr ""
+"Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, íè îäíî èç íèõ íå ïðî÷èòàíî."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Íà äàííûé ìîìåíò ó âàñ èìååòñÿ 1 íîâîå, íåïðî÷èòàííîå ñîîáùåíèå."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Íà äàííûé ìîìåíò ó âàñ èìååòñÿ 1 ñîîáùåíèå."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Íà äàííûé ìîìåíò ó âàñ íåò ñîîáùåíèé."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Äà-äà, %s, óìíûé õîä ñïðàøèâàòü ó áîòà ãäå îí..."
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "Âàì ïðèøëî %d íîâûõ ñîîáùåíèé."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "Âàì ïðèøëî 1 íîâîå ñîîáùåíèå."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"Âàì ïðèøëî íîâîå ñîîáùåíèå îò %s.\n"
+"Íàïèøèòå /msg %s READ %d ÷òîáû ïðî÷èòàòü åãî."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "Âû ïûòàåòåñü çàðåãèñòðèðîâàòü íåñóùåñòâóþùèé êàíàë %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "Âû áûëè ðàçáàíåíû íà êàíàëå %s."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Ó âàñ íåò îãðàíè÷åíèÿ íà êîëè÷åñòâî õðàíèìûõ ñîîáùåíèé."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Âàø ñïèñîê ìåìî-ñîîáùåíèé ïóñò."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Ó âàñ íåò íîâûõ ñîîáùåíèé."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "Çíà÷åíèå ïàðàìåòðà \"âðåìÿ\" óêàçàíî íå âåðíî."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Ïåðåä òåì, êàê èñïîëüçîâàòü ýòó êîìàíäó, âû äîëæíû íàçíà÷èòü áîòà íà\n"
+"êàíàë. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. /msg %S HELP ASSIGN."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr "×òîáû çàðåãèñòðèðîâàòü êàíàë, âû äîëæíû áûòü åãî îïåðàòîðîì."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr ""
+"×òîáû íà÷àòü ðåãèñòðàöèþ âàøåãî òåêóùåãî íèêà, âû äîëæíû èñïîëüçîâàòü åãî íå "
+"ìåíåå %d ñåêóíä"
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "Ïåðåä áëîêèðîâêîé ðåæèìà +K, âû ñïåðâà äîëæíû çàáëîêèðîâàòü ðåæèì +i."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "Ïåðåä áëîêèðîâêîé ðåæèìà +L, âû ñïåðâà äîëæíû çàáëîêèðîâàòü ðåæèì +l."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Ñíà÷àëà âû äîëæíû óñòàíîâèòü email-àäðåñ äëÿ âàøåãî íèêà. Ðåàëüíûé email-"
+"àäðåñ\n"
+"ïîçâîëèò âàì èñïîëüçîâàòü ôóíêöèþ âîññòàíîâëåíèÿ ïàðîëÿ, åñëè âû åãî "
+"çàáóäåòå."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó èëè "
+"ïðè ïîñòóïëåíèè íîâûõ ñîîáùåíèé."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr ""
+"Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó"
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïðè ïîñòóïëåíèè îíûõ."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Ëèìèò ñîîáùåíèé óñòàíîâëåí íà 0, âîçìîæíîñòü èõ ïîëó÷åíèÿ îòêëþ÷åíà."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "Îïîâåùåíèå î íîâûõ ñîîáùåíèÿõ ïîñðåäñòâîì email îòêëþ÷åíî"
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Óâåäîìëåíèå î íîâûõ ñîîáùåíèÿõ îòêëþ÷åíî."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, âû áóäåòå ïîëó÷àòü óâåäîìëåíèÿ î íîâûõ ñîîáùåíèÿõ ïî email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Ñ ýòîãî ìîìåíòà, âàø email-àäðåñ áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO"
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, âàø email-àäðåñ áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO"
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"IRCd âàøåé ñåòè íå ïîääåðæèâàåò âèðòóàëüíûå èäåíòû. Åñëè ýòî íå òàê, "
+"ñîîáùèòå íàì (ðàçðàáîò÷êàì) î äàííîì ôàêòå."
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Âàø ñïèñîê äîñòóïà ïóñò."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, âàøå ïîñëåäíåå quit-ñîîáùåíèå áóäåò ñêðûòî èç èíôîðìàöèè ïî "
+"%s INFO"
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr ""
+"Òåïåðü âàøå ïîñëåäíåå quit-ñîîáùåíèå áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s "
+"INFO"
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr ""
+"Òåïåðü âàøà ìàñêà âèäà èäåíò@õîñò áóäåò ñêðûòà èç èíôîðìàöèè ïî %s INFO"
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr ""
+"Òåïåðü âàøà ìàñêà âèäà èäåíò@õîñò áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO"
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Ëèìèòèòèðîâàíèå âàøåãî ñïèñêà ñîîáùåíèé îòêëþ÷åíî."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Ëèìèò ñîîáùåíèé áûë óñòàíîâëåí íà %d."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Âàø ëèìèò ñîîáùåíèé ðàâåí %d è íå ìîæåò áûòü èçìåíåí."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Âàø ëèìèò ñîîáùåíèé ðàâåí %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Âàø ëèìèò ñîîáùåíèé ðàâåí 0 è ïðèíèìàòü èõ âû íå ìîæåòå."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Âàø ëèìèò ñîîáùåíèé ðàâåí 0, ó âàñ íåò âîçìîæíîñòè ïðèíèìàòü ñîîáùåíèÿ è/èëè "
+"èçìåíÿòü ëèìèò."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Äåèäåíòèôèêàöèÿ âûïîëíåíà óñïåøíî."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr ""
+"Ïåðåä âíåñåíèåì íèêà â ãðóïïó, âû äîëæíû óäàëèòü åãî êîìàíäîé /msg %s DROP."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Âàø íèê íåçàðåãèñòðèðîâàí."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Âàø íèê íåçàðåãèñòðèðîâàí. Äëÿ áîëåå ïîäðîáíîé èíôðìàöèè î ðåãèñòðàöèè íèêà "
+"ñì. /msg %s HELP"
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Âàø íèê óñïåøíî óäàëåí èç áàçû äàííûõ ñåðâèñîâ."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Âàø íèê èçìåíåí íà %s"
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Âàø êîä àóòåíôèêàöèè áûë çàíîâî âûñëàí íà %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr ""
+"Ïàðîëü äëÿ âàøåãî íèêà - %s - çàïîìíèòå åãî, îí ïðèãîäèòñÿ âàì â äàëüíåéøåì!"
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr ""
+"Âû óêàçàëè ñëèøêîì äëèííûé ïàðîëü, ïîïðîáóéòå åùå ðàç ñ áîëåå êîðîòêèì."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr ""
+"Ñ ýòîãî ìîìåíòà, âàø óðîâåíü äîñòóïà ê ñåðâèñàì áóäåò ñêðûò èç èíôîðìàöèè ïî "
+"%s INFO"
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr ""
+"Òåïåðü âàø óðîâåíü äîñòóïà ê ñåðâèñàì ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO"
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Âàø âèðòóàëüíûé õîñò %s àêòèâèðîâàí."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Âàø âèðòóàëüíûé õîñò %s@%s àêòèâèðîâàí."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Íîâîñòè ñåòè - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Îïåð-íîâîñòè - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Ñëó÷àéíàÿ íîâîñòü - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "îòêëþ÷åí"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "íèêîãäà íå èñòå÷åò"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "âêëþ÷åí"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "èñòåêàåò ïðè áëèæàéøåì îáíîâëåíèè ÁÄ"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "èñòå÷åò ÷åðåç %d äíåé"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "èñòå÷åò ÷åðåç %d äíåé"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "èñòå÷åò ÷åðåç %d ÷àñîâ %d ìèíóò"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "èñòå÷åò ÷åðåç %d ìèíóò"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "èñòå÷åò ÷åðåç %d ìèíóò"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "íå èñïîëüçóåòñÿ."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "Âèðòóàëüíûé õîñò äëÿ %s óäàëåí."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "Âèðòóàëüíûé õîñò äëÿ %s óñòàíîâëåí íà %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "Âèðòóàëüíûé õîñò äëÿ %s óñòàíîâëåí íà %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "Âèðòóàëüíûé õîñò äëÿ ãðóïïû %s óñòàíîâëåí íà %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "Âèðòóàëüíûé õîñò äëÿ ãðóïïû %s óñòàíîâëåí â %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "Âñå âèðòóàëüíûå õîñòû äëÿ ãðóïïû %s áûëè óäàëåíû."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "Ñèñòåìà ïðèâåëåãèé xOP"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "Ñèñòåìà ïðèâåëåãèé xOP äëÿ êàíàëà %s îòêëþ÷åíà."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "Ñèñòåìà ïðèâåëåãèé xOP äëÿ êàíàëà %s àêòèâèðîâàíà."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "Ñèñòåìà ïðèâåëåãèé xOP íåäîñòóïíà."
diff --git a/lang/anope.tr_TR.po b/lang/anope.tr_TR.po
new file mode 100644
index 000000000..35f08dad9
--- /dev/null
+++ b/lang/anope.tr_TR.po
@@ -0,0 +1,12141 @@
+# Anope IRC Services language file
+# Copyright (C) 2010
+# This file is distributed under the same license as the Anope IRC Services package.
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 02:31-0400\n"
+"PO-Revision-Date: 2010-09-19 21:13-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Turkish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: language.cpp:115
+msgid "%R%s HELP %s for more information."
+msgstr "Daha fazla bilgi için /msg %s HELP %s yazýnýz."
+
+#: language.cpp:2780
+msgid ""
+"%S allows you to \"register\" a nickname and\n"
+"prevent others from using it. The following\n"
+"commands allow for registration and maintenance of\n"
+"nicknames; to use them, type %R%S command.\n"
+"For more information on a specific command, type\n"
+"%R%S HELP command."
+msgstr ""
+"%S nickinizi \"kayýt\" etmenizi ve diðerlerinin nickinizi \n"
+"kullanmalarýný engellemeyi saðlar. Aþaðýdaki komutlar nicki\n"
+"kayýt etmeye ve korumaya izin verir, kullanmak için, \n"
+"/msg %S komut yazýn. Belirli bir komut hakkýnda daha \n"
+"fazla bilgi için, /msg %S HELP komut yazýn."
+
+#: language.cpp:5008
+msgid ""
+"%S allows you to have a bot on your own channel.\n"
+"It has been created for users that can't host or\n"
+"configure a bot, or for use on networks that don't\n"
+"allow user bots. Available commands are listed \n"
+"below; to use them, type %R%S command. For \n"
+"more information on a specific command, type %R\n"
+"%S HELP command."
+msgstr ""
+"%S kanalýnýzda bir botunuzun olmasýný saðlar. Bu\n"
+"servis bot konfigürasyonundan anlamayanlar yada\n"
+"bota izin vermeyen networkler için geliþtirilmiþtir.\n"
+"Mevcut komutlar aþaðýda listelenmiþtir. Kullanmak için\n"
+"/msg %S command yazýn. Belirli bir komut hakkýnda\n"
+"daha fazla bilgi için, /msg %S HELP komut\n"
+"yazýn."
+
+#: language.cpp:3479
+msgid ""
+"%S allows you to register and control various\n"
+"aspects of channels. %S can often prevent\n"
+"malicious users from \"taking over\" channels by limiting\n"
+"who is allowed channel operator privileges. Available\n"
+"commands are listed below; to use them, type\n"
+"%R%S command. For more information on a\n"
+"specific command, type %R%S HELP command."
+msgstr ""
+"%S kanallarýnýzý kayýt etmenizi ve kontrol etmenizi\n"
+"saðlar. %S kötü niyetli kullanýcýlarýn kanallarý ele \n"
+"geçirmelerini(takeover), kanalda kimlerin op olacaðýný sizin\n"
+"tarafýnýzdan beliryerek engeller. Mevcut komutlar aþaðýda \n"
+"listelenmiþtir; onlarý kullanmak için /msg %S komut\n"
+"yazýn. Belirli bir komut hakkýnda daha fazla bilgi için,\n"
+"/msg %S HELP komut yazýn.\n"
+" "
+
+#: language.cpp:4344
+#, c-format
+msgid ""
+"%S is a utility allowing IRC users to send short\n"
+"messages to other IRC users, whether they are online at\n"
+"the time or not, or to channels(*). Both the sender's\n"
+"nickname and the target nickname or channel must be\n"
+"registered in order to send a memo.\n"
+"%S's commands include:"
+msgstr ""
+"%S kullanýcýlarýn birbirlerine veya kanallara(*) online \n"
+"olmasalar bile mesaj göndermelerini saðlar. Mesaj gönderebilmek\n"
+"için gönderenin nicki, gönderilenin nicki veya kanalýn kayýtlý\n"
+"olmasý gereklidir.\n"
+"\n"
+"%S'ün mevcut komutlarý:"
+
+#: language.cpp:2425
+#, c-format
+msgid "%s Changed the DEFCON level to %d"
+msgstr "%s Changed the DEFCON level to %d"
+
+#: language.cpp:1042
+#, c-format
+msgid "%s added to %s AOP list."
+msgstr "%s %s kanalinin AOP listesine eklenmistir."
+
+#: language.cpp:1071
+#, c-format
+msgid "%s added to %s HOP list."
+msgstr "%s %s kanali HOP listesine eklendi."
+
+#: language.cpp:1013
+#, c-format
+msgid "%s added to %s QOP list."
+msgstr "%s added to %s QOP list."
+
+#: language.cpp:1100
+#, c-format
+msgid "%s added to %s SOP list."
+msgstr "%s %s kanali SOP listesine eklendi."
+
+#: language.cpp:1129
+#, c-format
+msgid "%s added to %s VOP list."
+msgstr "%s %s kanali VOP listesine eklendi."
+
+#: language.cpp:1176
+#, c-format
+msgid "%s added to %s access list at level %d."
+msgstr "%s nicki %s kanalinin access listesine %d seviyeden eklendi."
+
+#: language.cpp:1217
+#, c-format
+msgid "%s added to %s autokick list."
+msgstr "%s nicki %s kanalýnýn akick listesine eklendi."
+
+#: language.cpp:1981
+#, c-format
+msgid "%s added to %s bad words list."
+msgstr "%s %s kanalýnýn küfür listesine eklendi."
+
+#: language.cpp:2182
+#, c-format
+msgid "%s added to the AKILL list."
+msgstr "%s AKILL listesine eklendi."
+
+#: language.cpp:2220
+#, c-format
+msgid "%s added to the SNLINE list."
+msgstr "%s SNLINE listesinde eklendi."
+
+#: language.cpp:2249
+#, c-format
+msgid "%s added to the SQLINE list."
+msgstr "%s SQLINE listesine eklendi."
+
+#: language.cpp:2280
+#, c-format
+msgid "%s added to the SZLINE list."
+msgstr "%s SZLINE listesine eklendi."
+
+#: language.cpp:517
+#, c-format
+msgid "%s added to your access list."
+msgstr "%s access listenize eklendi."
+
+#: language.cpp:1979
+#, c-format
+msgid "%s already exists in %s bad words list."
+msgstr "%s zaten %s kanalýnýn küfür listesinde var."
+
+#: language.cpp:1213
+#, c-format
+msgid "%s already exists on %s autokick list."
+msgstr "%s nicki %s kanalýnýn akick listesinde zaten var."
+
+#: language.cpp:2174
+#, c-format
+msgid "%s already exists on the AKILL list."
+msgstr "%s zaten AKILL listesinde."
+
+#: language.cpp:2510
+#, c-format
+msgid "%s already exists on the EXCEPTION list."
+msgstr "%s already exists on the EXCEPTION list."
+
+#: language.cpp:2216
+#, c-format
+msgid "%s already exists on the SNLINE list."
+msgstr "%s zaten SNLINE listesinde."
+
+#: language.cpp:2245
+#, c-format
+msgid "%s already exists on the SQLINE list."
+msgstr "%s zaten SQLINE listesinde mevcut."
+
+#: language.cpp:2274
+#, c-format
+msgid "%s already exists on the SZLINE list."
+msgstr "%s zaten SZLINE listesinde."
+
+#: language.cpp:1902
+#, c-format
+msgid "%s cannot be taken as times to ban."
+msgstr "%s deðeri kullanýlamaz."
+
+#: language.cpp:2152
+#, c-format
+msgid "%s changed your usermodes."
+msgstr "%s changed your usermodes."
+
+#: language.cpp:2384
+#, c-format
+msgid ""
+"%s channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"%s kanal listesi:\n"
+"Ýsim Kullanici Modlari Konu"
+
+#: language.cpp:1052
+#, c-format
+msgid "%s deleted from %s AOP list."
+msgstr "%s %s kanali AOP listesinden silindi."
+
+#: language.cpp:1081
+#, c-format
+msgid "%s deleted from %s HOP list."
+msgstr "%s %s kanali HOP listesinden silindi."
+
+#: language.cpp:1023
+#, c-format
+msgid "%s deleted from %s QOP list."
+msgstr "%s deleted from %s QOP list."
+
+#: language.cpp:1110
+#, c-format
+msgid "%s deleted from %s SOP list."
+msgstr "%s %s kanali SOP listesinden silindi."
+
+#: language.cpp:1139
+#, c-format
+msgid "%s deleted from %s VOP list."
+msgstr "%s %s kanali VOP listesinden silindi."
+
+#: language.cpp:1184
+#, c-format
+msgid "%s deleted from %s access list."
+msgstr "%s %s kanalýnýn access listesinden silindi."
+
+#: language.cpp:1229
+#, c-format
+msgid "%s deleted from %s autokick list."
+msgstr "%s %s kanalýnýn akick listesinden silindi."
+
+#: language.cpp:1989
+#, c-format
+msgid "%s deleted from %s bad words list."
+msgstr "%s %s kanalýnýn küfür listesinden çýkarýldý."
+
+#: language.cpp:2491
+#, c-format
+msgid "%s deleted from session-limit exception list."
+msgstr "%s session-limit exception listesinden silindi."
+
+#: language.cpp:2190
+#, c-format
+msgid "%s deleted from the AKILL list."
+msgstr "%s AKILL listesinden silindi."
+
+#: language.cpp:2226
+#, c-format
+msgid "%s deleted from the SNLINE list."
+msgstr "%s SNLINE listesinden silindi."
+
+#: language.cpp:2255
+#, c-format
+msgid "%s deleted from the SQLINE list."
+msgstr "%s SQLINE listesinden silindi."
+
+#: language.cpp:2286
+#, c-format
+msgid "%s deleted from the SZLINE list."
+msgstr "%s SZLINE listesinden silindi."
+
+#: language.cpp:521
+#, c-format
+msgid "%s deleted from your access list."
+msgstr "%s access listenizden silindi."
+
+#: language.cpp:1265
+#, c-format
+msgid "%s disabled on channel %s."
+msgstr "%s %s kanalýnda iptal edildi."
+
+#: language.cpp:1359
+#, c-format
+msgid "%s has been invited to %s."
+msgstr "%s has been invited to %s."
+
+#: language.cpp:1365
+#, c-format
+msgid "%s has been unbanned from %s."
+msgstr "%s has been unbanned from %s."
+
+#: language.cpp:883
+#, c-format
+msgid "%s has too many channels registered."
+msgstr "%s çok fazla kanala sahip."
+
+#: language.cpp:2176
+#, c-format
+msgid "%s is already covered by %s."
+msgstr "%s zaten %s tarafýndan deðiþtirildi."
+
+#: language.cpp:903
+#, c-format
+msgid "%s is not a valid ban type."
+msgstr "%s geçerli bir ban tipi deðil."
+
+#: language.cpp:1766
+#, c-format
+msgid "%s is not a valid bot or registered channel."
+msgstr "%s geçerli bir bot yada kanal deðil."
+
+#: language.cpp:187
+#, c-format
+msgid "%s is not a valid e-mail address."
+msgstr "%s geçerli bir mail adresi deðil."
+
+#: language.cpp:1227
+#, c-format
+msgid "%s is not always active anymore on channel %s."
+msgstr "%s artik %s kanalinda sürekli aktif degil."
+
+#: language.cpp:153
+#, c-format
+msgid "%s is not currently on channel %s."
+msgstr "%s su anda %s kanalinda degil."
+
+#: language.cpp:1225
+#, c-format
+msgid "%s is now always active on channel %s."
+msgstr "%s artik %s kanalinda sürekli aktif."
+
+#: language.cpp:1421
+#, c-format
+msgid ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+msgstr ""
+"%s matches an except on %s and cannot be banned until the except have been "
+"removed."
+
+#: language.cpp:1044
+#, c-format
+msgid "%s moved to %s AOP list."
+msgstr "%s moved to %s AOP list."
+
+#: language.cpp:1073
+#, c-format
+msgid "%s moved to %s HOP list."
+msgstr "%s moved to %s HOP list."
+
+#: language.cpp:1015
+#, c-format
+msgid "%s moved to %s QOP list."
+msgstr "%s moved to %s QOP list."
+
+#: language.cpp:1102
+#, c-format
+msgid "%s moved to %s SOP list."
+msgstr "%s moved to %s SOP list."
+
+#: language.cpp:1131
+#, c-format
+msgid "%s moved to %s VOP list."
+msgstr "%s moved to %s VOP list."
+
+#: language.cpp:1048
+#, c-format
+msgid "%s not found on %s AOP list."
+msgstr "%s %s kanali AOP listesinde bulunamadi."
+
+#: language.cpp:1077
+#, c-format
+msgid "%s not found on %s HOP list."
+msgstr "%s %s kanali HOP listesinde bulunamadi."
+
+#: language.cpp:1019
+#, c-format
+msgid "%s not found on %s QOP list."
+msgstr "%s not found on %s QOP list."
+
+#: language.cpp:1106
+#, c-format
+msgid "%s not found on %s SOP list."
+msgstr "%s %s kanali SOP listesinde bulunamadi."
+
+#: language.cpp:1135
+#, c-format
+msgid "%s not found on %s VOP list."
+msgstr "%s %s kanali VOP listesinde bulunamadi."
+
+#: language.cpp:1180
+#, c-format
+msgid "%s not found on %s access list."
+msgstr "%s %s kanalýnýn access listesinde bulunamadý."
+
+#: language.cpp:1221
+#, c-format
+msgid "%s not found on %s autokick list."
+msgstr "%s %s kanalýnýn akick listesinde bulunamadý."
+
+#: language.cpp:1985
+#, c-format
+msgid "%s not found on %s bad words list."
+msgstr "%s %s kanalýnýn küfür listesinde bulunamadý."
+
+#: language.cpp:2522
+#, c-format
+msgid "%s not found on session list."
+msgstr "%s session listesinde bulunamadý."
+
+#: language.cpp:2487
+#, c-format
+msgid "%s not found on session-limit exception list."
+msgstr "%s session-limit exception listesinde bulunamadý."
+
+#: language.cpp:2186
+#, c-format
+msgid "%s not found on the AKILL list."
+msgstr "%s AKILL listesinde bulunamadý."
+
+#: language.cpp:2222
+#, c-format
+msgid "%s not found on the SNLINE list."
+msgstr "%s SNLINE listesinde bulunamadý."
+
+#: language.cpp:2251
+#, c-format
+msgid "%s not found on the SQLINE list."
+msgstr "%s SQLINE listesinde bulunamadi."
+
+#: language.cpp:2282
+#, c-format
+msgid "%s not found on the SZLINE list."
+msgstr "%s SZLINE listesinde bulunamadý."
+
+#: language.cpp:519
+#, c-format
+msgid "%s not found on your access list."
+msgstr "%s access listenizde bulunamadý."
+
+#: language.cpp:2394
+#, c-format
+msgid ""
+"%s users list:\n"
+"Nick Mask"
+msgstr ""
+"%s kullanýcý listesi:\n"
+"Nick Mask"
+
+#: language.cpp:2367
+#, c-format
+msgid "%s will no longer be ignored."
+msgstr "%s will no longer be ignored."
+
+#: language.cpp:2363
+#, c-format
+msgid "%s will now be ignored for %s."
+msgstr "%s will now be ignored for %s."
+
+#: language.cpp:2365
+#, c-format
+msgid "%s will now permanently be ignored."
+msgstr "%s will now permanently be ignored."
+
+#: language.cpp:4579
+#, c-format
+msgid "Notice: All commands sent to %S are logged!"
+msgstr "Not: %S'e gönderilen tüm komutlarýn kaydý tutulur!"
+
+#: language.cpp:129
+msgid "Notice: Services is in read-only mode; changes will not be saved!"
+msgstr "Not: Servisler read-only modunda; deðiþiklikler kaydedilmeyecektir!"
+
+#: language.cpp:2180
+msgid ""
+"Reminder: AKILL masks cannot contain nicknames; make sure you have not "
+"included a nick portion in your mask."
+msgstr ""
+"Hatýrlatma: AKILL maskýna nick eklenemez; AKILL maskýna nick "
+"eklemediðinizden emin olun."
+
+#: language.cpp:2278
+msgid "Reminder: you can only add IP masks to the SZLINE list."
+msgstr "Hatýrlatma: SZLINE listesine sadece IP masklarýný ekleyebilirsiniz."
+
+#: language.cpp:3992
+msgid ""
+"User access levels\n"
+" \n"
+"By default, the following access levels are defined:\n"
+" \n"
+" Founder Full access to %S functions; automatic\n"
+" opping upon entering channel. Note\n"
+" that only one person may have founder\n"
+" status (it cannot be given using the\n"
+" ACCESS command).\n"
+"  10 Access to AKICK command; automatic opping.\n"
+"  5 Automatic opping.\n"
+"  3 Automatic voicing.\n"
+"  0 No special privileges; can be opped by other\n"
+" ops (unless secure-ops is set).\n"
+"  <0 May not be opped.\n"
+" \n"
+"These levels may be changed, or new ones added, using the\n"
+"LEVELS command; type %R%S HELP LEVELS for\n"
+"information."
+msgstr ""
+"Kullanýcý access seviyeleri\n"
+"\n"
+"Varsayýlan olarak, aþaðýdaki access seviyeleri tanýmlanmýþtýr:\n"
+"\n"
+" Founder %S fonksiyonlarýna tam eriþim hakký vardýr.\n"
+" kanal girer girmez op olur. Unutmayýnki\n"
+" sadece bir kiþi founder olma hakkýna \n"
+" sahiptir. (ACCESS komutuyla verilemez.)\n"
+"  10 AKICK komutuna eriþimi vardýr; otomatik oplanýr.\n"
+"  5 Otomatik oplanýr.\n"
+"  3 Otomatik voice lanýr.\n"
+"  0 Bir özelliði yoktur; diðer oplar tarafýndan\n"
+" oplanabilir (güvenli-op kapalýysa).\n"
+"  <0 Kanalda oplanamaz.\n"
+"\n"
+"Bu seviyeler LEVELS komutu kullanýlarak deðiþtirilebilir, veya\n"
+"yenileri eklenebilir, bilgi için /msg %S HELP LEVELS \n"
+"yazýn."
+
+#: language.cpp:1459
+#, c-format
+msgid ""
+"Warning: You are over your maximum number of memos (%d). You will be unable "
+"to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Dikkat: Maksimum mesaj sayýnýzý aþtýnýz (%d). Þimdiki mesajlarýnýzdan bir "
+"kaçýný silmezseniz yeni mesaj alamayacaksýnýz."
+
+#: language.cpp:1457
+#, c-format
+msgid ""
+"Warning: You have reached your maximum number of memos (%d). You will be "
+"unable to receive any new memos until you delete some of your current ones."
+msgstr ""
+"Dikkat: Maksimum mesaj sayýnýza ulaþtýnýz (%d). Þimdiki mesajlarýnýzdan bir "
+"kaçýný silmezseniz yeni mesaj alamayacaksýnýz."
+
+#: language.cpp:1665
+msgid "[auto-memo] The memo you sent has been viewed."
+msgstr "[auto-memo] The memo you sent has been viewed."
+
+#: language.cpp:1667
+#, c-format
+msgid "[auto-memo] The memo you sent to %s has been viewed."
+msgstr "[auto-memo] The memo you sent to %s has been viewed."
+
+#: language.cpp:2787
+#, c-format
+msgid ""
+" \n"
+"NOTICE: This service is intended to provide a way for\n"
+"IRC users to ensure their identity is not compromised.\n"
+"It is NOT intended to facilitate \"stealing\" of\n"
+"nicknames or other malicious actions. Abuse of %S\n"
+"will result in, at minimum, loss of the abused\n"
+"nickname(s)."
+msgstr ""
+"NOT: Bu servis kullanýcýlarýn kimliklerini tehlikeye \n"
+"atmayacak þekilde tasarlanmýþtýr. Bu nickleri \"çalmayý\" \n"
+"veya diðer kötü niyetli hareketleri kolaylaþtýrmayý saðlama\n"
+"amaçlý deðildir. %S 'ün kötüye Kullanýmý kötüye \n"
+"kullanýlan kiþinin nickini kaybetmesiyle sonuçlanacaktýr."
+
+#: language.cpp:4256
+msgid ""
+" \n"
+"Services Operators can also drop any channel without needing\n"
+"to identify via password, and may view the access, AKICK,\n"
+"and level setting lists for any channel."
+msgstr ""
+" \n"
+"Servis adminleri kanalýn kaydýný þifreyle tanýtmadan silebilir,\n"
+"ve access, Akick ve seviye ayarlarýný görüntüleyebilirler."
+
+#: language.cpp:3308
+msgid ""
+" \n"
+"Services Operators can also drop any nickname without needing\n"
+"to identify for the nick, and may view the access list for\n"
+"any nickname (%R%S ACCESS LIST nick)."
+msgstr ""
+"Servis adminleri herhangi bir nickin tanýtmasýna gerek olmadan \n"
+"kaydýný silebilir(drop) ve herhangi bir nickin access listesini \n"
+"görüntüleyebilir. (/msg %S ACCESS LIST nick)."
+
+#: language.cpp:551
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:1830
+#, c-format
+msgid " Options : %s"
+msgstr " Özellikler : %s"
+
+#: language.cpp:1311
+#, c-format
+msgid " URL: %s"
+msgstr " URL: %s"
+
+#: language.cpp:555
+#, c-format
+msgid " vhost: %s"
+msgstr " vhost: %s"
+
+#: language.cpp:557
+#, c-format
+msgid " vhost: %s@%s"
+msgstr " \tvhost: %s@%s"
+
+#: language.cpp:1780
+#, c-format
+msgid " Bot nick : %s"
+msgstr " Botun nicki : %s"
+
+#: language.cpp:1782
+msgid " Bot nick : not assigned yet."
+msgstr " Botun nicki : þu an yok."
+
+#: language.cpp:561
+#, c-format
+msgid " Options: %s"
+msgstr " Özellikler: %s"
+
+#: language.cpp:1796
+#, c-format
+msgid " Caps kicker : %s"
+msgstr " Büyük yazýda atma : %s"
+
+#: language.cpp:1794
+#, c-format
+msgid " Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"
+msgstr " Büyük yazýda atma : %s (%d tanede ban; minimum %d/%d%%)"
+
+#: language.cpp:1792
+#, c-format
+msgid " Caps kicker : %s (minimum %d/%d%%)"
+msgstr " Büyük yazýda atma : %s (minimum %d/%d%%)"
+
+#: language.cpp:1293
+#, c-format
+msgid " Founder: %s"
+msgstr " Founder: %s"
+
+#: language.cpp:1291
+#, c-format
+msgid " Founder: %s (%s)"
+msgstr " Founder: %s (%s)"
+
+#: language.cpp:1317
+#, c-format
+msgid " Options: %s"
+msgstr " Özellikler: %s"
+
+#: language.cpp:1315
+#, c-format
+msgid " Ban type: %d"
+msgstr " Ban tipi: %d"
+
+#: language.cpp:1788
+#, c-format
+msgid " Bolds kicker : %s"
+msgstr " Kalýn yazýda atma : %s"
+
+#: language.cpp:1790
+#, c-format
+msgid " Bolds kicker : %s (%d kick(s) to ban)"
+msgstr " Kalýn yazýda atma : %s (%d tanede ban)"
+
+#: language.cpp:1806
+#, c-format
+msgid " Flood kicker : %s"
+msgstr " Floodda atma : %s"
+
+#: language.cpp:1804
+#, c-format
+msgid " Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"
+msgstr " Floodda atma : %s (%d tanede ban; %d sýra %ds)"
+
+#: language.cpp:1802
+#, c-format
+msgid " Flood kicker : %s (%d lines in %ds)"
+msgstr " Floodda atma : %s (%d sýra %ds)"
+
+#: language.cpp:1770
+#, c-format
+msgid " Mask : %s@%s"
+msgstr " Mask : %s@%s"
+
+#: language.cpp:1798
+#, c-format
+msgid " Colors kicker : %s"
+msgstr " Renkli yazýda atma : %s"
+
+#: language.cpp:1800
+#, c-format
+msgid " Colors kicker : %s (%d kick(s) to ban)"
+msgstr " Renkli yazýda atma : %s (%d tanede ban)"
+
+#: language.cpp:1343
+#, c-format
+msgid " Expires on: %s"
+msgstr " Expires in: %s"
+
+#: language.cpp:1305
+#, c-format
+msgid " Last used: %s"
+msgstr " Son kullanýlýþ: %s"
+
+#: language.cpp:1341
+#, c-format
+msgid " Mode lock: %s"
+msgstr " Mod kilidi: %s"
+
+#: language.cpp:1812
+#, c-format
+msgid " Repeat kicker : %s"
+msgstr " Tekrarda atma : %s"
+
+#: language.cpp:1810
+#, c-format
+msgid " Repeat kicker : %s (%d kick(s) to ban; %d times)"
+msgstr " Tekrarda atma : %s (%d tanede ban; %d kez)"
+
+#: language.cpp:1808
+#, c-format
+msgid " Repeat kicker : %s (%d times)"
+msgstr " Tekrarda atma : %s (%d kez)"
+
+#: language.cpp:1297
+#, c-format
+msgid " Successor: %s"
+msgstr " Successor: %s"
+
+#: language.cpp:1295
+#, c-format
+msgid " Successor: %s (%s)"
+msgstr " Successor: %s (%s)"
+
+#: language.cpp:175
+#, c-format
+msgid " Suspended: [%s] %s"
+msgstr " Suspended: [%s] %s"
+
+#: language.cpp:1822
+#, c-format
+msgid " Italics kicker : %s"
+msgstr " Italics kicker : %s"
+
+#: language.cpp:1824
+#, c-format
+msgid " Italics kicker : %s (%d kick(s) to ban)"
+msgstr " Italics kicker : %s (%d kick(s) to ban)"
+
+#: language.cpp:1307
+#, c-format
+msgid " Last topic: %s"
+msgstr " Son topic: %s"
+
+#: language.cpp:1303
+#, c-format
+msgid " Registered: %s"
+msgstr " Kayýt tarihi: %s"
+
+#: language.cpp:1273
+#, c-format
+msgid " %-*s %d"
+msgstr " %-*s %d"
+
+#: language.cpp:4092
+#, c-format
+msgid " %-*s %s"
+msgstr " %-*s %s"
+
+#: language.cpp:1269
+#, c-format
+msgid " %-*s (disabled)"
+msgstr " %-*s (kapatýldý)"
+
+#: language.cpp:1271
+#, c-format
+msgid " %-*s (founder only)"
+msgstr " %-*s (sadece founder)"
+
+#: language.cpp:1349
+#, c-format
+msgid " %-20s %s"
+msgstr " %-20s %s"
+
+#: language.cpp:2738
+msgid " ACCESS Modify the list of authorized addresses"
+msgstr " ACCESS Ýzinli adreslerin listesini düzenler"
+
+#: language.cpp:3429
+msgid " ACCESS Modify the list of privileged users"
+msgstr " ACCESS Ayrýcalýklý kullanýcýlarý belirler deðiþtirir"
+
+#: language.cpp:4998
+msgid " ACT Makes the bot do the equivalent of a \"/me\" command"
+msgstr ""
+"ACT Makes the bot do the equivalent of a \"/me\" command"
+
+#: language.cpp:3433
+msgid " AKICK Maintain the AutoKick list"
+msgstr " AKICK Autokick listesini düzenler"
+
+#: language.cpp:4516
+msgid " AKILL Manipulate the AKILL list"
+msgstr " AKILL AKILL listesini düzenler"
+
+#: language.cpp:2756
+msgid " ALIST List channels you have access on"
+msgstr " ALIST List channels you have access on"
+
+#: language.cpp:3425
+msgid " AOP Modify the list of AOP users"
+msgstr " AOP AOP listesini düzenler"
+
+#: language.cpp:4990
+msgid " ASSIGN Assigns a bot to a channel"
+msgstr "ASSIGN Kanala bot sokar"
+
+#: language.cpp:2951
+msgid " AUTOOP Should services op you automatically. "
+msgstr " AUTOOP Should services op you automatically. "
+
+#: language.cpp:3061
+msgid " AUTOOP Turn autoop on or off"
+msgstr " AUTOOP Turn autoop on or off"
+
+#: language.cpp:4996
+msgid " BADWORDS Maintains bad words list"
+msgstr "BADWORDS Küfür listesi oluþturur"
+
+#: language.cpp:3437
+msgid " BAN Bans a selected nick on a channel"
+msgstr " BAN Bans a selected nick on a channel"
+
+#: language.cpp:3540
+msgid " BANTYPE Set how Services make bans on the channel"
+msgstr " BANTYPE Servislerin kanalda ne tip ban koyacaðýný belirler"
+
+#: language.cpp:5006
+msgid " BOT Maintains network bot list"
+msgstr "BOT Networkün bot listesini düzenler"
+
+#: language.cpp:4988
+msgid " BOTLIST Lists available bots"
+msgstr "BOTLIST Mevcut botlarý listeler"
+
+#: language.cpp:4324
+msgid " CANCEL Cancel last memo you sent"
+msgstr " CANCEL Son gönderilen mesajý iptal eder"
+
+#: language.cpp:4561
+msgid " CHANKILL AKILL all users on a specific channel"
+msgstr " CHANKILL AKILL all users on a specific channel"
+
+#: language.cpp:4524
+msgid " CHANLIST Lists all channel records"
+msgstr " CHANLIST Tüm kanal kayýtlarýný listeler"
+
+#: language.cpp:4338
+msgid " CHECK Checks if last memo to a nick was read"
+msgstr " CHECK Checks if last memo to a nick was read"
+
+#: language.cpp:3439
+msgid " CLEAR Tells ChanServ to clear certain settings on a channel"
+msgstr " CLEAR Tells ChanServ to clear certain settings on a channel"
+
+#: language.cpp:4512
+msgid " CLEARMODES Clear modes of a channel"
+msgstr " CLEARMODES Bir kanalýn modlarýný temizler"
+
+#: language.cpp:2726
+msgid " CONFIRM Confirm a nickserv auth code"
+msgstr " CONFIRM Confirm a nickserv auth code"
+
+#: language.cpp:1774
+#, c-format
+msgid " Created : %s"
+msgstr " Yaratýlýþ : %s"
+
+#: language.cpp:4559
+msgid " DEFCON Manipulate the DefCon system"
+msgstr " DEFCON Manipulate the DefCon system"
+
+#: language.cpp:3463
+msgid " DEHALFOP Dehalfops a selected nick on a channel"
+msgstr " DEHALFOP Dehalfops a selected nick on a channel"
+
+#: language.cpp:5347
+msgid " DEL Delete the vhost of another user"
+msgstr " DEL Delete the vhost of another user"
+
+#: language.cpp:4330
+msgid " DEL Delete a memo or memos"
+msgstr " DEL Mesajlarý silmenizi saðlar"
+
+#: language.cpp:5349
+msgid " DELALL Delete the vhost for all nicks in a group"
+msgstr " DELALL Delete the vhost for all nicks in a group"
+
+#: language.cpp:3477
+msgid " DEOP Deops a selected nick on a channel"
+msgstr " DEOP Deops a selected nick on a channel"
+
+#: language.cpp:3465
+msgid " DEOWNER Removes your owner status on a channel"
+msgstr " DEOWNER Removes your owner status on a channel"
+
+#: language.cpp:3467
+msgid " DEPROTECT Deprotects a selected nick on a channel"
+msgstr " DEPROTECT Deprotects a selected nick on a channel"
+
+#: language.cpp:3535
+msgid " DESC Set the channel description"
+msgstr " DESC Kanal açýklamasýný belirler"
+
+#: language.cpp:3441
+msgid " DEVOICE Devoices a selected nick on a channel"
+msgstr " DEVOICE Devoices a selected nick on a channel"
+
+#: language.cpp:3048
+msgid " DISPLAY Set the display of the group in Services"
+msgstr " DISPLAY Set the display of the group in Services"
+
+#: language.cpp:2929
+msgid " DISPLAY Set the display of your group in Services"
+msgstr " DISPLAY Grubunuzun servislerde nasýl görüneceðini ayarlar"
+
+#: language.cpp:3435
+msgid " DROP Cancel the registration of a channel"
+msgstr " DROP Kanal kaydýný siler"
+
+#: language.cpp:2744
+msgid " DROP Cancel the registration of a nickname"
+msgstr " DROP Nickin kaydýný siler"
+
+#: language.cpp:1299
+#, c-format
+msgid " Description: %s"
+msgstr " Açýklama: %s"
+
+#: language.cpp:3052
+msgid " EMAIL Associate an E-mail address with the nickname"
+msgstr " EMAIL Associate an E-mail address with the nickname"
+
+#: language.cpp:2936
+msgid " EMAIL Associate an E-mail address with your nickname"
+msgstr " EMAIL Nickinizle bir email adresini iliþkilendirir"
+
+#: language.cpp:3537
+msgid ""
+" ENTRYMSG Set a message to be sent to users when they\n"
+" enter the channel"
+msgstr ""
+" ENTRYMSG Kanala giren kullanýcýlara gönderilecek mesajý\n"
+" belirler"
+
+#: language.cpp:4537
+msgid " EXCEPTION Modify the session-limit exception list"
+msgstr " EXCEPTION Session-limit exception listesini düzenler"
+
+#: language.cpp:3407
+msgid " FORBID Prevent a channel from being used"
+msgstr " FORBID Kanalý kullanýma kapatýr"
+
+#: language.cpp:2774
+msgid " FORBID Prevents a nickname from being registered"
+msgstr " FORBID Bir nickin kullanýlmasýný yasaklar"
+
+#: language.cpp:3531
+msgid " FOUNDER Set the founder of a channel"
+msgstr " FOUNDER Kanal founderýný belirler"
+
+#: language.cpp:2772
+msgid ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+msgstr ""
+" GETEMAIL Matches and returns all users that registered using given "
+"email"
+
+#: language.cpp:3443
+msgid " GETKEY Returns the key of the given channel"
+msgstr " GETKEY Returns the key of the given channel"
+
+#: language.cpp:3405
+msgid " GETPASS Retrieve the founder password for a channel"
+msgstr " GETPASS Bir kanalýn founder þifresini ister"
+
+#: language.cpp:2770
+msgid " GETPASS Retrieve the password for a nickname"
+msgstr ""
+" GETPASS Bir nickin þifresini öðrenmek içindir\n"
+" (Sadece þifreleme(encryption) devre dýþýysa)"
+
+#: language.cpp:2754
+msgid " GHOST Disconnects a \"ghost\" IRC session using your nick"
+msgstr " GHOST Disconnects a \"ghost\" IRC session using your nick"
+
+#: language.cpp:2758
+msgid " GLIST Lists all nicknames in your group"
+msgstr " GLIST Lists all nicknames in your group"
+
+#: language.cpp:4502
+msgid " GLOBAL Send a message to all users"
+msgstr " GLOBAL Tüm kullanýcýlara mesaj gönderir"
+
+#: language.cpp:3054
+msgid " GREET Associate a greet message with the nickname"
+msgstr " GREET Associate a greet message with the nickname"
+
+#: language.cpp:2938
+msgid " GREET Associate a greet message with your nickname"
+msgstr " GREET Nickiniz için bir karþýlama mesajý belirler"
+
+#: language.cpp:5341
+msgid " GROUP Syncs the vhost for all nicks in a group"
+msgstr " GROUP Syncs the vhost for all nicks in a group"
+
+#: language.cpp:2732
+msgid " GROUP Join a group"
+msgstr " GROUP Bir gruba dahil eder"
+
+#: language.cpp:559
+#, c-format
+msgid " Greet message: %s"
+msgstr " Karþýlama mesajý: %s"
+
+#: language.cpp:3469
+msgid " HALFOP Halfops a selected nick on a channel"
+msgstr " HALFOP Halfops a selected nick on a channel"
+
+#: language.cpp:2947
+msgid " HIDE Hide certain pieces of nickname information"
+msgstr " HIDE Nickinizle ilgili bazý bilgileri saklar"
+
+#: language.cpp:3471
+msgid " HOP Maintains the HOP (HalfOP) list for a channel"
+msgstr " HOP Maintains the HOP (HalfOP) list for a channel"
+
+#: language.cpp:2736
+msgid " IDENTIFY Identify yourself with your password"
+msgstr " IDENTIFY Þifrenizle nickinizi tanýtýr"
+
+#: language.cpp:4544
+msgid " IGNORE Modify the Services ignore list"
+msgstr " IGNORE Modify the Services ignore list"
+
+#: language.cpp:5000
+msgid ""
+" INFO Allows you to see BotServ information about a channel or "
+"a bot"
+msgstr ""
+"INFO Allows you to see BotServ information about a channel or "
+"a bot"
+
+#: language.cpp:2760
+msgid " INFO Displays information about a given nickname"
+msgstr " INFO Displays information about a given nickname"
+
+#: language.cpp:3445
+msgid " INFO Lists information about the named registered channel"
+msgstr " INFO Lists information about the named registered channel"
+
+#: language.cpp:4334
+msgid " INFO Displays information about your memos"
+msgstr " INFO Displays information about your memos"
+
+#: language.cpp:3447
+msgid " INVITE Tells ChanServ to invite you into a channel"
+msgstr " INVITE Tells ChanServ to invite you into a channel"
+
+#: language.cpp:4542
+msgid " JUPE \"Jupiter\" a server"
+msgstr " JUPE Bir server'ý \"Kullanýlmaz\" yapar"
+
+#: language.cpp:3544
+msgid " KEEPTOPIC Retain topic when channel is not in use"
+msgstr " KEEPTOPIC Kanalda kimse olmasa bile topiði hatýrlar"
+
+#: language.cpp:4994
+msgid " KICK Configures kickers"
+msgstr "KICK Atma özelliklerini ayarlar"
+
+#: language.cpp:4510
+msgid " KICK Kick a user from a channel"
+msgstr " KICK Bir kullanýcýyý kanaldan atar"
+
+#: language.cpp:3449
+msgid " KICK Kicks a selected nick from a channel"
+msgstr " KICK Kicks a selected nick from a channel"
+
+#: language.cpp:2940
+msgid " KILL Turn protection on or off"
+msgstr " KILL Korumayý açar kapatýr"
+
+#: language.cpp:4514
+msgid " KILLCLONES Kill all users that have a certain host"
+msgstr " KILLCLONES Ayni ip'deki tum kullanicilari kill'ler."
+
+#: language.cpp:2933
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to you"
+msgstr ""
+" LANGUAGE Servislerin size hitap edeceði \n"
+" dili belirler"
+
+#: language.cpp:3063
+msgid ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+msgstr ""
+" LANGUAGE Set the language Services will use when\n"
+" sending messages to nickname"
+
+#: language.cpp:3431
+msgid " LEVELS Redefine the meanings of access levels"
+msgstr " LEVELS Access seviyelerini isteðinize göre düzenler"
+
+#: language.cpp:5351
+msgid " LIST Displays one or more vhost entries."
+msgstr " LIST Displays one or more vhost entries."
+
+#: language.cpp:2762
+msgid " LIST List all registered nicknames that match a given pattern"
+msgstr ""
+" LIST List all registered nicknames that match a given pattern"
+
+#: language.cpp:3451
+msgid " LIST Lists all registered channels matching the given pattern"
+msgstr ""
+" LIST Lists all registered channels matching the given pattern"
+
+#: language.cpp:4326
+msgid " LIST List your memos"
+msgstr " LIST Mesajlarýnýzý listeler"
+
+#: language.cpp:4528
+msgid " LOGONNEWS Define messages to be shown to users at logon"
+msgstr ""
+" LOGONNEWS Baðlantý sýrasýnda kullanýcýnýn göreceði mesajý \n"
+" belirler"
+
+#: language.cpp:2764
+msgid " LOGOUT Reverses the effect of the IDENTIFY command"
+msgstr " LOGOUT Reverses the effect of the IDENTIFY command"
+
+#: language.cpp:1247
+#, c-format
+msgid " Last used %s"
+msgstr " Last used %s"
+
+#: language.cpp:3542
+msgid " MLOCK Lock channel modes on or off"
+msgstr " MLOCK Kanal modlarýný kitler yada açar"
+
+#: language.cpp:4508
+msgid " MODE Change a channel's modes"
+msgstr " MODE Bir kanalýn modlarýný deðiþtirir"
+
+#: language.cpp:4573
+msgid " MODINFO Info about a loaded module"
+msgstr " MODINFO Info about a loaded module"
+
+#: language.cpp:4575
+msgid " MODLIST List loaded modules"
+msgstr " MODLIST List loaded modules"
+
+#: language.cpp:4569
+msgid " MODLOAD Load a module"
+msgstr " MODLOAD Load a module"
+
+#: language.cpp:4571
+msgid " MODUNLOAD Un-Load a module"
+msgstr " MODUNLOAD Un-Load a module"
+
+#: language.cpp:2949
+msgid " MSG Change the communication method of Services"
+msgstr " MSG Change the communication method of Services"
+
+#: language.cpp:3568
+msgid " NOEXPIRE Prevent the channel from expiring"
+msgstr " NOEXPIRE Prevent the channel from expiring"
+
+#: language.cpp:3059
+msgid " NOEXPIRE Prevent the nickname from expiring"
+msgstr " NOEXPIRE Prevent the nickname from expiring"
+
+#: language.cpp:4539
+msgid ""
+" NOOP Temporarily remove all O:lines of a server \n"
+" remotely"
+msgstr " NOOP Geçici olarak tüm O:line larý kaldýrýr"
+
+#: language.cpp:5339
+msgid " OFF Deactivates your assigned vhost"
+msgstr " OFF Deactivates your assigned vhost"
+
+#: language.cpp:4563
+msgid " OLINE Give Operflags to a certain user"
+msgstr " OLINE Give Operflags to a certain user"
+
+#: language.cpp:5337
+msgid " ON Activates your assigned vhost"
+msgstr " ON Activates your assigned vhost"
+
+#: language.cpp:3453
+msgid " OP Gives Op status to a selected nick on a channel"
+msgstr " OP Gives Op status to a selected nick on a channel"
+
+#: language.cpp:4533
+msgid " OPERNEWS Define messages to be shown to users who oper"
+msgstr ""
+" OPERNEWS Oper olan kullanýcýlarýn görüntüleyeceði mesajý \n"
+" belirler"
+
+#: language.cpp:3546
+msgid " OPNOTICE Send a notice when OP/DEOP commands are used"
+msgstr " OPNOTICE OP/DEOP komutlarý kullanýldýðýnda mesaj yollar"
+
+#: language.cpp:3473
+msgid " OWNER Gives you owner status on channel"
+msgstr " OWNER Gives you owner status on channel"
+
+#: language.cpp:1778
+#, c-format
+msgid " Options : %s"
+msgstr " Ayarlar : %s"
+
+#: language.cpp:3050
+msgid " PASSWORD Set the nickname password"
+msgstr " PASSWORD Set the nickname password"
+
+#: language.cpp:2931
+msgid " PASSWORD Set your nickname password"
+msgstr " PASSWORD Nickinize þifre belirtir"
+
+#: language.cpp:3548
+msgid " PEACE Regulate the use of critical commands"
+msgstr " PEACE kritik komutlarin kullanilmasini engeller"
+
+#: language.cpp:3566
+msgid " PERSIST Set the channel as permanent"
+msgstr " PERSIST Set the channel as permanent"
+
+#: language.cpp:3550
+msgid " PRIVATE Hide channel from LIST command"
+msgstr " PRIVATE LIST komutuyla kanal listelenmez"
+
+#: language.cpp:3056
+msgid ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Prevent the nickname from appearing in a\n"
+" /msg %S LIST"
+
+#: language.cpp:2944
+msgid ""
+" PRIVATE Prevent your nickname from appearing in a\n"
+" %R%S LIST"
+msgstr ""
+" PRIVATE Nickinizin /msg %S LIST yazýldýðýnda görünmesini\n"
+" engeller"
+
+#: language.cpp:3475
+msgid " PROTECT Protects a selected nick on a channel"
+msgstr " PROTECT Protects a selected nick on a channel"
+
+#: language.cpp:3423
+msgid " QOP Modify the list of QOP users"
+msgstr " QOP Modify the list of QOP users"
+
+#: language.cpp:4555
+msgid " QUIT Terminate the Services program with no save"
+msgstr " QUIT Servis programýný kapatýr"
+
+#: language.cpp:4530
+msgid ""
+" RANDOMNEWS Define messages to be randomly shown to users \n"
+" at logon"
+msgstr ""
+" RANDOMNEWS Baglanti sirasina kullaniciya gönderilen karisik\n"
+" mesajlari belirler"
+
+#: language.cpp:4328
+msgid " READ Read a memo or memos"
+msgstr " READ Mesajlarý okumanýzý saðlar"
+
+#: language.cpp:2746
+msgid " RECOVER Kill another user who has taken your nick"
+msgstr " RECOVER Nickinizi kullanan birini kill ler"
+
+#: language.cpp:3417
+msgid " REGISTER Register a channel"
+msgstr " REGISTER Kanalý kaydeder"
+
+#: language.cpp:2730
+msgid " REGISTER Register a nickname"
+msgstr " REGISTER Nickinizi kaydeder"
+
+#: language.cpp:2748
+msgid " RELEASE Regain custody of your nick after RECOVER"
+msgstr ""
+" RELEASE RECOVER komutundan sonra nickinizi serbest \n"
+" býrakýr"
+
+#: language.cpp:4548
+msgid " RELOAD Reload services' configuration file"
+msgstr " RELOAD Servislerin conf dosyasýný yeniden yükler"
+
+#: language.cpp:2728
+msgid " RESEND Resend a nickserv auth code"
+msgstr " RESEND Resend a nickserv auth code"
+
+#: language.cpp:2752
+msgid " RESETPASS Helps you reset lost passwords"
+msgstr " RESETPASS Helps you reset lost passwords"
+
+#: language.cpp:4553
+msgid " RESTART Save databases and restart Services"
+msgstr ""
+" RESTART Veritabanýný kaydeder ve servisleri yeniden \n"
+" baþlatýr"
+
+#: language.cpp:3552
+msgid " RESTRICTED Restrict access to the channel"
+msgstr " RESTRICTED Kanala izinli giriþ gerektirir"
+
+#: language.cpp:4336
+msgid " RSEND Sends a memo and requests a read receipt"
+msgstr " RSEND Sends a memo and requests a read receipt"
+
+#: language.cpp:1814
+#, c-format
+msgid " Reverses kicker : %s"
+msgstr " Ctrl+R de atma : %s"
+
+#: language.cpp:1816
+#, c-format
+msgid " Reverses kicker : %s (%d kick(s) to ban)"
+msgstr " Ctrl+R de atma : %s (%d tanede ban)"
+
+#: language.cpp:3421
+msgid " SASET Forcefully set channel options and information"
+msgstr " SASET Forcefully set channel options and information"
+
+#: language.cpp:2742
+msgid " SASET Set SET-options on another nickname"
+msgstr " SASET Set SET-options on another nickname"
+
+#: language.cpp:5002
+msgid ""
+" SAY Makes the bot say the given text on the given channel"
+msgstr ""
+"SAY Makes the bot say the given text on the given channel"
+
+#: language.cpp:3554
+#, c-format
+msgid " SECURE Activate %S security features"
+msgstr " SECURE %S güvenlik özelliklerini aktifleþtirir"
+
+#: language.cpp:2942
+msgid " SECURE Turn nickname security on or off"
+msgstr " SECURE Nick güvenliðini açar kapatýr"
+
+#: language.cpp:3558
+msgid " SECUREFOUNDER Stricter control of channel founder status"
+msgstr " SECUREFOUNDER Kanal founderý durumunun sýký kontrolünü saðlar"
+
+#: language.cpp:3556
+msgid " SECUREOPS Stricter control of chanop status"
+msgstr " SECUREOPS Kanal opu durumunun sýký kontrolünü saðlar"
+
+#: language.cpp:4322
+msgid " SEND Send a memo to a nick or channel"
+msgstr " SEND Nicke veya kanala mesaj gönderir"
+
+#: language.cpp:4340
+msgid " SENDALL Send a memo to all registered users"
+msgstr " SENDALL Send a memo to all registered users"
+
+#: language.cpp:2750
+msgid " SENDPASS Forgot your password? Try this"
+msgstr " SENDPASS Þifrenizimi unuttunuz? Bunu deneyin"
+
+#: language.cpp:4535
+msgid " SESSION View the list of host sessions"
+msgstr " SESSION Host session(oturum) larýn listesini gösterir"
+
+#: language.cpp:4992
+msgid " SET Configures bot options"
+msgstr "SET Bot özelliklerini ayarlar"
+
+#: language.cpp:5343
+msgid " SET Set the vhost of another user"
+msgstr " SET Set the vhost of another user"
+
+#: language.cpp:4546
+msgid " SET Set various global Services options"
+msgstr " SET Çeþitli global servis özelliklerini ayarlar"
+
+#: language.cpp:3419
+msgid " SET Set channel options and information"
+msgstr " SET Kanal özelliklerini ve bilgisini ayarlar"
+
+#: language.cpp:2740
+msgid " SET Set options, including kill protection"
+msgstr " SET Ayarlar, kill korumasýný içerir"
+
+#: language.cpp:4332
+msgid " SET Set options related to memos"
+msgstr " SET Mesajlarla ilgili ayarlarý yapar"
+
+#: language.cpp:5345
+msgid " SETALL Set the vhost for all nicks in a group"
+msgstr " SETALL Set the vhost for all nicks in a group"
+
+#: language.cpp:4557
+msgid " SHUTDOWN Terminate the Services program with save"
+msgstr " SHUTDOWN Servisler programýný kayýt ederek kapatýr"
+
+#: language.cpp:3560
+msgid " SIGNKICK Sign kicks that are done with KICK command"
+msgstr " SIGNKICK KICK komutuyla yapýlan atmalarý iþaretler"
+
+#: language.cpp:4518
+msgid " SNLINE Manipulate the SNLINE list"
+msgstr " SNLINE SNLINE listesini düzenler"
+
+#: language.cpp:3427
+msgid " SOP Modify the list of SOP users"
+msgstr " SOP SOP listesini düzenler"
+
+#: language.cpp:4520
+msgid " SQLINE Manipulate the SQLINE list"
+msgstr " SQLINE SQLINE listesini düzenler"
+
+#: language.cpp:5418
+msgid " SQLSYNC Import your databases to SQL"
+msgstr " SQLSYNC Import your databases to SQL"
+
+#: language.cpp:4506
+msgid " STAFF Display Services staff and online status"
+msgstr " STAFF Display Services staff and online status"
+
+#: language.cpp:4342
+msgid " STAFF Send a memo to all opers/admins"
+msgstr " STAFF Send a memo to all opers/admins"
+
+#: language.cpp:4504
+msgid " STATS Show status of Services and network"
+msgstr " STATS Servislerin ve networkun durumunu gösterir"
+
+#: language.cpp:3414
+msgid ""
+" STATUS Returns the current access level of a user\n"
+" on a channel"
+msgstr " STATUS Kullanýcýnýn kanaldaki access seviyesini söyler"
+
+#: language.cpp:2766
+msgid " STATUS Returns the owner status of the given nickname"
+msgstr " STATUS Returns the owner status of the given nickname"
+
+#: language.cpp:3533
+msgid " SUCCESSOR Set the successor for a channel"
+msgstr " SUCCESSOR Kanal successorýný belirler"
+
+#: language.cpp:3409
+msgid ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+msgstr ""
+" SUSPEND Prevent a channel from being used preserving\n"
+" channel data and settings"
+
+#: language.cpp:2776
+msgid " SUSPEND Suspend a given nick"
+msgstr " SUSPEND Suspend a given nick"
+
+#: language.cpp:4567
+msgid " SVSNICK Forcefully change a user's nickname"
+msgstr " SVSNICK Forcefully change a user's nickname"
+
+#: language.cpp:4522
+msgid " SZLINE Manipulate the SZLINE list"
+msgstr " SZLINE SZLINE listesini düzenler"
+
+#: language.cpp:3455
+msgid " TOPIC Manipulate the topic of the specified channel"
+msgstr " TOPIC Manipulate the topic of the specified channel"
+
+#: language.cpp:3562
+msgid " TOPICLOCK Topic can only be changed with TOPIC"
+msgstr " TOPICLOCK Topic sadece SET TOPIC komutuyla deðiþtirilir"
+
+#: language.cpp:4565
+msgid " UMODE Change a user's modes"
+msgstr " UMODE Change a user's modes"
+
+#: language.cpp:5004
+msgid " UNASSIGN Unassigns a bot from a channel"
+msgstr "UNASSIGN Unassigns a bot from a channel"
+
+#: language.cpp:3457
+msgid ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+msgstr ""
+" UNBAN Remove all bans preventing a user from entering a channel"
+
+#: language.cpp:2734
+msgid " UNGROUP Remove a nick from a group"
+msgstr " UNGROUP Remove a nick from a group"
+
+#: language.cpp:3412
+msgid " UNSUSPEND Releases a suspended channel"
+msgstr " UNSUSPEND Releases a suspended channel"
+
+#: language.cpp:2778
+msgid " UNSUSPEND Unsuspend a given nick"
+msgstr " UNSUSPEND Unsuspend a given nick"
+
+#: language.cpp:4550
+msgid ""
+" UPDATE Force the Services databases to be\n"
+" updated on disk immediately"
+msgstr ""
+" UPDATE Diskteki Servis veritabanýnýn hemen\n"
+" güncellenmesini saðlar"
+
+#: language.cpp:2768
+msgid ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+msgstr ""
+" UPDATE Updates your current status, i.e. it checks for new memos"
+
+#: language.cpp:4526
+msgid " USERLIST Lists all user records"
+msgstr " USERLIST Tüm kullanýcý kayýtlarýný listeler"
+
+#: language.cpp:1776
+#, c-format
+msgid " Used on : %d channel(s)"
+msgstr "Kullanýlan kanallar : %d kanalda"
+
+#: language.cpp:3459
+msgid " VOICE Voices a selected nick on a channel"
+msgstr " VOICE Voices a selected nick on a channel"
+
+#: language.cpp:3461
+msgid " VOP Maintains the VOP (VOicePeople) list for a channel"
+msgstr " VOP Maintains the VOP (VOicePeople) list for a channel"
+
+#: language.cpp:3564
+msgid " XOP Toggle the user privilege system"
+msgstr " XOP Ayricalik sistemleri arasinda geçisi saglar"
+
+#: language.cpp:613
+#, c-format
+msgid " %s (does not expire)"
+msgstr " %s (does not expire)"
+
+#: language.cpp:611
+#, c-format
+msgid " %s (expires in %s)"
+msgstr " %s (expires in %s)"
+
+#: language.cpp:1784
+#, c-format
+msgid " Bad words kicker : %s"
+msgstr " Küfürde atma : %s"
+
+#: language.cpp:1786
+#, c-format
+msgid " Bad words kicker : %s (%d kick(s) to ban)"
+msgstr " Küfürde atma : %s (%d tanede ban)"
+
+#: language.cpp:553
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail adresi: %s"
+
+#: language.cpp:541
+#, c-format
+msgid " Is online from: %s"
+msgstr " Baðlandýðý adres: %s"
+
+#: language.cpp:547
+#, c-format
+msgid " Last seen time: %s"
+msgstr " Son görüldüðü tarih: %s"
+
+#: language.cpp:1309
+#, c-format
+msgid " Topic set by: %s"
+msgstr " Topici yazan: %s"
+
+#: language.cpp:2000
+#, c-format
+msgid " %3d %-30s %s"
+msgstr " %3d %-30s %s"
+
+#: language.cpp:2201
+#, c-format
+msgid " %3d %-32s %s"
+msgstr " %3d %-32s %s"
+
+#: language.cpp:1203
+#, c-format
+msgid ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %s %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1197
+#, c-format
+msgid " %3d %s %s"
+msgstr " %3d %s %s"
+
+#: language.cpp:1199
+#, c-format
+msgid " %3d %4d %s"
+msgstr " %3d %4d %s"
+
+#: language.cpp:1206
+#, c-format
+msgid ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+msgstr ""
+" %3d %4d %s\n"
+" by %s, last seen %s"
+
+#: language.cpp:1000
+#, c-format
+msgid " %3d %s"
+msgstr " %3d %s"
+
+#: language.cpp:601
+#, c-format
+msgid " %3d %c%-20s %-8d %s"
+msgstr " %3d %c%-20s %-8d %s"
+
+#: language.cpp:599
+#, c-format
+msgid " %3d %c%-20s %-8s %s"
+msgstr " %3d %c%-20s %-8s %s"
+
+#: language.cpp:1239
+#, c-format
+msgid " %3d %s (%s)"
+msgstr " %3d %s (%s)"
+
+#: language.cpp:1301
+#, c-format
+msgid " Entry message: %s"
+msgstr " Giriþ mesajý: %s"
+
+#: language.cpp:1772
+#, c-format
+msgid " Real name : %s"
+msgstr " Gerçek ismi : %s"
+
+#: language.cpp:545
+#, c-format
+msgid " Time registered: %s"
+msgstr " Kayýt zamaný: %s"
+
+#: language.cpp:1818
+#, c-format
+msgid " Underlines kicker : %s"
+msgstr "Altýçizili yazýda atma : %s"
+
+#: language.cpp:1820
+#, c-format
+msgid " Underlines kicker : %s (%d kick(s) to ban)"
+msgstr "Altýçizili yazýda atma : %s (%d tanede ban)"
+
+#: language.cpp:2415
+#, c-format
+msgid " %c %s %s"
+msgstr " %c %s %s"
+
+#: language.cpp:2417
+#, c-format
+msgid " %c %s %s [%s]"
+msgstr " %c %s %s [%s]"
+
+#: language.cpp:1313
+#, c-format
+msgid " E-mail address: %s"
+msgstr " E-mail adresi: %s"
+
+#: language.cpp:1517
+msgid " Num Sender Date/Time"
+msgstr " Num Gönderen Tarih/Zaman"
+
+#: language.cpp:133
+#, c-format
+msgid ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+msgstr ""
+"\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."
+
+#: language.cpp:5281
+#, c-format
+msgid "#%d Nick:%s, vhost:%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s (%s - %s)"
+
+#: language.cpp:5283
+#, c-format
+msgid "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+msgstr "#%d Nick:%s, vhost:%s@%s (%s - %s)"
+
+#: language.cpp:2387
+#, c-format
+msgid "%-20s %4d +%-6s %s"
+msgstr "%-20s %4d +%-6s %s"
+
+#: language.cpp:2397
+#, c-format
+msgid "%-20s %s@%s"
+msgstr "%-20s %s@%s"
+
+#: language.cpp:2499
+#, c-format
+msgid "%3d %4d %s"
+msgstr "%3d %4d %s"
+
+#: language.cpp:2205
+#, c-format
+msgid ""
+"%3d %s (by %s on %s; %s)\n"
+" %s"
+msgstr ""
+"%3d %s (%s tarafýndan %s tarihinde; %s)\n"
+" %s"
+
+#: language.cpp:1241
+#, c-format
+msgid ""
+"%3d %s (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (by %s on %s)\n"
+" %s"
+
+#: language.cpp:1244
+#, c-format
+msgid ""
+"%3d %s (stuck) (by %s on %s)\n"
+" %s"
+msgstr ""
+"%3d %s (kalici) (by %s on %s)\n"
+" %s"
+
+#: language.cpp:2503
+#, c-format
+msgid ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+msgstr ""
+"%3d. %s (by %s on %s; %s)\n"
+" Limit: %-4d - %s"
+
+#: language.cpp:2629
+#, c-format
+msgid ""
+"%5d (%s by %s)\n"
+" %s"
+msgstr ""
+"%5d (%s by %s)\n"
+" %s"
+
+#: language.cpp:2528
+#, c-format
+msgid "%6d %s"
+msgstr "%6d %s"
+
+#: language.cpp:4577
+#, c-format
+msgid "%S commands:"
+msgstr "%S commands:"
+
+#: language.cpp:1519
+#, c-format
+msgid "%c%3d %-16s %s"
+msgstr "%c%3d %-16s %s"
+
+#: language.cpp:2451
+#, c-format
+msgid "%d Modules loaded."
+msgstr "%d Modules loaded."
+
+#: language.cpp:1745
+#, c-format
+msgid "%d bots available."
+msgstr "%d bot mevcut."
+
+#: language.cpp:199
+#, c-format
+msgid "%d days"
+msgstr "%d gün"
+
+#: language.cpp:203
+#, c-format
+msgid "%d hours"
+msgstr "%d saat"
+
+#: language.cpp:207
+#, c-format
+msgid "%d minutes"
+msgstr "%d dakika"
+
+#: language.cpp:609
+#, c-format
+msgid "%d nicknames in the group."
+msgstr "Grupta %d nick var."
+
+#: language.cpp:211
+#, c-format
+msgid "%d seconds"
+msgstr "%d saniye"
+
+#: language.cpp:1527
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: language.cpp:1058
+#, c-format
+msgid "%s AOP list is empty."
+msgstr "%s kanalinin AOP listesi bos."
+
+#: language.cpp:1087
+#, c-format
+msgid "%s HOP list is empty."
+msgstr "%s kanali HOP listesi bos."
+
+#: language.cpp:1029
+#, c-format
+msgid "%s QOP list is empty."
+msgstr "%s QOP list is empty."
+
+#: language.cpp:1116
+#, c-format
+msgid "%s SOP list is empty."
+msgstr "%s kanali SOP listesi bos."
+
+#: language.cpp:1145
+#, c-format
+msgid "%s VOP list is empty."
+msgstr "%s kanali VOP listesi bos."
+
+#: language.cpp:1190
+#, c-format
+msgid "%s access list is empty."
+msgstr "%s kanalýnýn access listesi boþ."
+
+#: language.cpp:1235
+#, c-format
+msgid "%s autokick list is empty."
+msgstr "%s kanalýnýn akick listesi boþ."
+
+#: language.cpp:1995
+#, c-format
+msgid "%s bad words list is empty."
+msgstr "%s kanalýnýn küfür listesi boþ."
+
+#: language.cpp:891
+#, c-format
+msgid "%s cannot be the successor on channel %s because he is its founder."
+msgstr "%s %s kanalýnda successor olamaz çünkü zaten o kanalýn founderý."
+
+#: language.cpp:1485
+#, c-format
+msgid "%s cannot receive memos."
+msgstr "%s nicki mesaj alamaz."
+
+#: language.cpp:125
+#, c-format
+msgid "%s coverage is too wide; Please use a more specific mask."
+msgstr "%s kapsamý aþýrý geniþ; Lütfen daha belirli bir mask kullanýn."
+
+#: language.cpp:1631
+#, c-format
+msgid "%s currently has %d memos, of which %d are unread."
+msgstr "%s nickinin þu an %d mesajý var, %d tanesi okunmamýþ."
+
+#: language.cpp:1629
+#, c-format
+msgid "%s currently has %d memos, of which 1 is unread."
+msgstr "%s nickinin þu an %d mesajý var, 1 tanesi okunmamýþ."
+
+#: language.cpp:1627
+#, c-format
+msgid "%s currently has %d memos."
+msgstr "%s nickinin þu an %d mesajý var."
+
+#: language.cpp:1633
+#, c-format
+msgid "%s currently has %d memos; all of them are unread."
+msgstr "%s nickinin þu an %d mesajý var; hiçbiri okunmamýþ."
+
+#: language.cpp:1625
+#, c-format
+msgid "%s currently has 1 memo, and it has not yet been read."
+msgstr "%s nickinin þu an 1 mesajý var, ve daha okunmamýþ."
+
+#: language.cpp:1623
+#, c-format
+msgid "%s currently has 1 memo."
+msgstr "%s nickinin þu an 1 mesajý var."
+
+#: language.cpp:1621
+#, c-format
+msgid "%s currently has no memos."
+msgstr "%s nickinin þu an hiç mesajý yok."
+
+#: language.cpp:1487
+#, c-format
+msgid "%s currently has too many memos and cannot receive more."
+msgstr "%s nickinin limiti dolduðundan daha fazla mesaj alamaz."
+
+#: language.cpp:879
+#, c-format
+msgid "%s for %s set to %s."
+msgstr "%s for %s set to %s."
+
+#: language.cpp:881
+#, c-format
+msgid "%s for %s unset."
+msgstr "%s for %s unset."
+
+#: language.cpp:1639
+#, c-format
+msgid "%s has no memo limit."
+msgstr "%s nickinin mesaj limiti yok."
+
+#: language.cpp:1473
+#, c-format
+msgid "%s has no memos."
+msgstr "%s nickinin hiç mesajý yok."
+
+#: language.cpp:1507
+#, c-format
+msgid "%s has no new memos."
+msgstr "%s nickinin hiç yeni mesajý yok."
+
+#: language.cpp:535
+#, c-format
+msgid "%s is %s"
+msgstr " %s isim: %s"
+
+#: language.cpp:537
+#, c-format
+msgid "%s is a services operator of type %s."
+msgstr "%s is a services operator of type %s."
+
+#: language.cpp:127
+#, c-format
+msgid "%s is currently offline."
+msgstr "%s þu an devre dýþý."
+
+#: language.cpp:543
+#, c-format
+msgid "%s is currently online."
+msgstr " %s þu an baðlý."
+
+#: language.cpp:2339
+#, c-format
+msgid "%s is disabled"
+msgstr "%s is disabled"
+
+#: language.cpp:2337
+#, c-format
+msgid "%s is enabled"
+msgstr "%s is enable"
+
+#: language.cpp:2409
+#, c-format
+msgid "%s is no longer a Super-Admin"
+msgstr "%s is no longer a Super-Admin"
+
+#: language.cpp:1641
+#, c-format
+msgid "%s is not notified of new memos."
+msgstr "%s yeni mesajlar için uyarýlmayacak."
+
+#: language.cpp:1643
+#, c-format
+msgid "%s is notified of new memos at logon and when they arrive."
+msgstr ""
+"%s yeni mesajlar için baðlandýðýnda ve mesajlar ulaþtýðý anda uyarýlacak."
+
+#: language.cpp:1647
+#, c-format
+msgid "%s is notified of news memos at logon."
+msgstr "%s yeni mesajlar için baðlandýðýnda uyarýlacak."
+
+#: language.cpp:1645
+#, c-format
+msgid "%s is notified when new memos arrive."
+msgstr "%s yeni mesajlar ulaþtýðý anda uyarýlacak."
+
+#: language.cpp:2407
+#, c-format
+msgid "%s is now a Super-Admin"
+msgstr "%s is now a Super-Admin"
+
+#: language.cpp:1715
+#, c-format
+msgid "%s is on the channel right now (as %s) ! "
+msgstr "%s þu anda kanalda (%s olarak) ! "
+
+#: language.cpp:1713
+#, c-format
+msgid "%s is on the channel right now!"
+msgstr "%s þu anda kanalda!"
+
+#: language.cpp:1717
+#, c-format
+msgid "%s was last seen here %s ago."
+msgstr "%s %s önce buradaydý."
+
+#: language.cpp:1551
+#, c-format
+msgid "%s will not send you any notification of memos."
+msgstr "%s sizi yeni mesajlar için uyarmayacak."
+
+#: language.cpp:1549
+#, c-format
+msgid "%s will now notify you of memos when they are sent to you."
+msgstr "%s sizi yeni mesajlar için size gönderildiði anda uyaracak."
+
+#: language.cpp:1545
+#, c-format
+msgid ""
+"%s will now notify you of memos when you log on and when they are sent to "
+"you."
+msgstr ""
+"%s sizi yeni mesajlar için baðlandýðýnýzda veya mesajlar size gönderildiði "
+"anda uyaracak."
+
+#: language.cpp:1547
+#, c-format
+msgid "%s will now notify you of memos when you log on or unset /AWAY."
+msgstr ""
+"%s sizi yeni mesajlar için baðlandýðýnýzda veya AWAY modundan dönüþte "
+"uyaracak."
+
+#: language.cpp:1733
+#, c-format
+msgid "%s!%s@%s (%s) added to the bot list."
+msgstr "%s!%s@%s (%s) bot listesine eklendi."
+
+#: language.cpp:1637
+#, c-format
+msgid "%s's memo limit is %d, and may not be changed."
+msgstr "%s nickinin mesaj limiti %d, ve deðiþtirilemez."
+
+#: language.cpp:1635
+#, c-format
+msgid "%s's memo limit is %d."
+msgstr "%s nickinin mesaj limiti %d."
+
+#: language.cpp:2610
+msgid "* AKILL any new clients connecting"
+msgstr "* AKILL any new clients connecting"
+
+#: language.cpp:2600
+#, c-format
+msgid "* Force Chan Modes (%s) to be set on all channels"
+msgstr "* Force Chan Modes (%s) to be set on all channels"
+
+#: language.cpp:2606
+msgid "* Ignore any non-opers with message"
+msgstr "* Ignore any non-opers with message"
+
+#: language.cpp:2604
+msgid "* Kill any NEW clients connecting"
+msgstr "* Kill any NEW clients connecting"
+
+#: language.cpp:2598
+msgid "* No MLOCK changes"
+msgstr "* No MLOCK changes"
+
+#: language.cpp:2594
+msgid "* No new channel registrations"
+msgstr "* No new channel registrations"
+
+#: language.cpp:2612
+msgid "* No new memos sent"
+msgstr "* No new memos sent"
+
+#: language.cpp:2596
+msgid "* No new nick registrations"
+msgstr "* No new nick registrations"
+
+#: language.cpp:2608
+msgid "* Silently ignore non-opers"
+msgstr "* Silently ignore non-opers"
+
+#: language.cpp:2602
+#, c-format
+msgid "* Use the reduced session limit of %d"
+msgstr "* Use the reduced session limit of %d"
+
+#: language.cpp:197
+msgid "1 day"
+msgstr "1 gün"
+
+#: language.cpp:201
+msgid "1 hour"
+msgstr "1 saat"
+
+#: language.cpp:205
+msgid "1 minute"
+msgstr "1 dakika"
+
+#: language.cpp:209
+msgid "1 second"
+msgstr "1 saniye"
+
+#: language.cpp:195
+msgid "<unknown>"
+msgstr "<varolmayan>"
+
+#: language.cpp:1491
+msgid "A massmemo has been sent to all registered users."
+msgstr "A massmemo has been sent to all registered users."
+
+#: language.cpp:1669
+#, c-format
+msgid ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+msgstr ""
+"A notification memo has been sent to %s informing him/her you have\n"
+"read his/her memo."
+
+#: language.cpp:706
+msgid ""
+"A passcode has been sent to %s, please type %R%s confirm <passcode> to "
+"complete registration"
+msgstr ""
+"A passcode has been sent to %s, please type /msg %s confirm <passcode> to "
+"complete registration"
+
+#: language.cpp:5299
+msgid "A vhost ident must be in the format of a valid ident"
+msgstr "A vhost ident must be in the format of a valid ident"
+
+#: language.cpp:5297
+msgid "A vhost must be in the format of a valid hostmask."
+msgstr "Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'."
+
+#: language.cpp:1152
+msgid "ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"
+msgstr ""
+"ACCESS kanaladý {ADD|DEL|LIST|VIEW|CLEAR} [nick [seviye] | kayýt-listesi]"
+
+#: language.cpp:511
+msgid "ACCESS {ADD | DEL | LIST} [mask]"
+msgstr "ACCESS {ADD | DEL | LIST} [mask]"
+
+#: language.cpp:2006
+msgid "ACT channel text"
+msgstr "ACT kanaladý yazý"
+
+#: language.cpp:1209
+msgid ""
+"AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-or-usermask] [reason]"
+msgstr ""
+"AKICK kanaladý {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} "
+"[nick-veya-usermask] [sebep]"
+
+#: language.cpp:1249
+#, c-format
+msgid "AKICK ENFORCE for %s complete; %d users were affected."
+msgstr " %s için AKICK uygulamasý tamam; %d kullanýcý için geçerli."
+
+#: language.cpp:2196
+msgid "AKILL list is empty."
+msgstr "AKILL listesi boþ."
+
+#: language.cpp:2172
+msgid ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-no} "
+"[sebep]]"
+
+#: language.cpp:591
+msgid "ALIST nickname"
+msgstr "ALIST nickname"
+
+#: language.cpp:1036
+msgid "AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "AOP kanal {ADD|DEL|LIST|CLEAR} [nick | liste-no]"
+
+#: language.cpp:1060
+#, c-format
+msgid ""
+"AOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s kanali AOP listesi:\n"
+" Num Nick"
+
+#: language.cpp:1750
+msgid "ASSIGN chan nick"
+msgstr "ASSIGN kanaladý nick"
+
+#: language.cpp:5311
+msgid "Access Denied."
+msgstr "Access Denied."
+
+#: language.cpp:135
+msgid "Access denied."
+msgstr "Bu komuta eriþiminiz yok."
+
+#: language.cpp:1174
+#, c-format
+msgid "Access level for %s on %s changed to %d."
+msgstr "%s nickinin access seviyesi %s kanalýnda %d olarak deðiþtirildi."
+
+#: language.cpp:1172
+#, c-format
+msgid "Access level for %s on %s unchanged from %d."
+msgstr "%s nickinin access seviyesi %s kanalýnda zaten %d."
+
+#: language.cpp:1166
+#, c-format
+msgid "Access level must be between %d and %d inclusive."
+msgstr "Access seviyesi %d ve %d arasýnda olmalýdýr."
+
+#: language.cpp:1164
+msgid "Access level must be non-zero."
+msgstr "Access seviyesi sýfýrdan farklý bir sayý olmalýdýr."
+
+#: language.cpp:1267
+#, c-format
+msgid "Access level settings for channel %s:"
+msgstr "%s kanalý için access level ayarlarý:"
+
+#: language.cpp:1275
+#, c-format
+msgid "Access levels for %s reset to defaults."
+msgstr "%s için access levelleri varsayýlanlarla deðiþtirildi."
+
+#: language.cpp:529
+#, c-format
+msgid "Access list for %s is empty."
+msgstr "Access list for %s is empty."
+
+#: language.cpp:525
+#, c-format
+msgid "Access list for %s:"
+msgstr "%s nickinin access listesi:"
+
+#: language.cpp:1192
+#, c-format
+msgid ""
+"Access list for %s:\n"
+" Num Lev Nick"
+msgstr ""
+"%s kanalý için access listesi:\n"
+" Sýra Seviye Nick"
+
+#: language.cpp:523
+msgid "Access list:"
+msgstr "Access listesi:"
+
+#: language.cpp:99
+#, c-format
+msgid ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+msgstr ""
+"Access to this command requires the permission %s to be present in your "
+"opertype."
+
+#: language.cpp:2638
+#, c-format
+msgid "Added new logon news item (#%d)."
+msgstr "Yeni baðlantý haberleri maddesi eklendi (#%d)."
+
+#: language.cpp:2658
+#, c-format
+msgid "Added new oper news item (#%d)."
+msgstr "Yeni operatör haberleri maddesi eklendi (#%d)."
+
+#: language.cpp:2678
+#, c-format
+msgid "Added new random news item (#%d)."
+msgstr "Yeni karisik haber eklendi (#%d)."
+
+#: language.cpp:3300
+msgid ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+msgstr ""
+"Additionally, Services Operators with the nickserv/confirm permission can\n"
+"replace passcode with a users nick to force validate them."
+
+#: language.cpp:2343
+#, c-format
+msgid "All O:lines of %s have been removed."
+msgstr "%s serverýndaki tüm O:line lar silindi."
+
+#: language.cpp:2345
+#, c-format
+msgid "All O:lines of %s have been reset."
+msgstr "%s serverýndaki tüm O:line lar resetlendi."
+
+#: language.cpp:1371
+#, c-format
+msgid "All bans on channel %s have been removed."
+msgstr "%s kanalýndaki tüm banlar kaldýrýldý."
+
+#: language.cpp:1373
+#, c-format
+msgid "All excepts on channel %s have been removed."
+msgstr "All excepts on channel %s have been removed."
+
+#: language.cpp:1385
+#, c-format
+msgid "All invites on channel %s have been removed."
+msgstr "All invites on channel %s have been removed."
+
+#: language.cpp:2648
+msgid "All logon news items deleted."
+msgstr "Tüm baðlantý haberleri silindi."
+
+#: language.cpp:1539
+#, c-format
+msgid "All memos for channel %s have been deleted."
+msgstr "All memos for channel %s have been deleted."
+
+#: language.cpp:2164
+#, c-format
+msgid "All modes cleared from channel %s."
+msgstr "%s kanalýndaki tüm modlar temizlendi."
+
+#: language.cpp:1375
+#, c-format
+msgid "All modes on channel %s have been reset."
+msgstr "%s kanalýndaki tüm modlar resetlendi."
+
+#: language.cpp:1537
+msgid "All of your memos have been deleted."
+msgstr "Tüm mesajlarýnýz silindi."
+
+#: language.cpp:2668
+msgid "All oper news items deleted."
+msgstr "Tüm operatör haberleri maddeleri silindi."
+
+#: language.cpp:2688
+msgid "All random news items deleted."
+msgstr "Tüm karisik haberler silindi."
+
+#: language.cpp:1383
+#, c-format
+msgid "All users have been kicked from channel %s."
+msgstr "%s kanalýndaki tüm kullanýcýlar atýldý."
+
+#: language.cpp:5327
+#, c-format
+msgid "All vhost's in the group %s have been set to %s"
+msgstr "All vhost's in the group %s have been set to %s"
+
+#: language.cpp:5329
+#, c-format
+msgid "All vhost's in the group %s have been set to %s@%s"
+msgstr "All vhost's in the group %s have been set to %s@%s"
+
+#: language.cpp:781
+msgid "Allowed to (de)halfop him/herself"
+msgstr "Kendini (de)halfop etmeye izinlidir."
+
+#: language.cpp:779
+msgid "Allowed to (de)op him/herself"
+msgstr "Kendini (de)op etmeye izinlidir."
+
+#: language.cpp:807
+msgid "Allowed to (de)owner him/herself"
+msgstr "Allowed to (de)owner him/herself"
+
+#: language.cpp:785
+msgid "Allowed to (de)protect him/herself"
+msgstr "Kendini (de)protect etmeye izinlidir."
+
+#: language.cpp:773
+msgid "Allowed to (de)voice him/herself"
+msgstr "Kendini (de)voice etmeye izinlidir."
+
+#: language.cpp:761
+msgid "Allowed to assign/unassign a bot"
+msgstr "Botun assign/unassign komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:795
+msgid "Allowed to ban him/herself"
+msgstr "Kendini banlamaya yetkili"
+
+#: language.cpp:809
+msgid "Allowed to issue commands restricted to channel founders"
+msgstr "Allowed to issue commands restricted to channel founders"
+
+#: language.cpp:789
+msgid "Allowed to kick him/herself"
+msgstr "Kendini atmaya izinlidir."
+
+#: language.cpp:759
+msgid "Allowed to list/read channel memos"
+msgstr "Kanala gelen mesajlari listelemeye/okumaya izinlidir."
+
+#: language.cpp:757
+msgid "Allowed to modify the access list"
+msgstr "Kanalýn Access listesinde deðiþiklik yapmaya izinlidir."
+
+#: language.cpp:745
+msgid "Allowed to use AKICK command"
+msgstr "AKICK komutunu kullanmaya izinlidir."
+
+#: language.cpp:763
+msgid "Allowed to use BADWORDS command"
+msgstr "BADWORDS komutunu kullanmaya izinlidir."
+
+#: language.cpp:797
+msgid "Allowed to use BAN command"
+msgstr "BAN komutunu kullanmaya yetkili"
+
+#: language.cpp:749
+msgid "Allowed to use CLEAR command"
+msgstr "CLEAR komutunu kullanmaya izinlidir."
+
+#: language.cpp:777
+msgid "Allowed to use GETKEY command"
+msgstr "GETKEY komutunu kullanmaya izinlidir."
+
+#: language.cpp:783
+msgid "Allowed to use HALFOP/DEHALFOP commands"
+msgstr "HALFOP/DEHALFOP komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:801
+msgid "Allowed to use INFO command with ALL option"
+msgstr "INFO komutunu ALL seçenegiyle kullanmaya yetkili"
+
+#: language.cpp:743
+msgid "Allowed to use INVITE command"
+msgstr "INVITE komutunu kullanmaya izinlidir."
+
+#: language.cpp:791
+msgid "Allowed to use KICK command"
+msgstr "KICK komutunu kullanmaya izinlidir."
+
+#: language.cpp:753
+msgid "Allowed to use OP/DEOP commands"
+msgstr "OP/DEOP komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:805
+msgid "Allowed to use OWNER command"
+msgstr "Allowed to use OWNER command"
+
+#: language.cpp:787
+msgid "Allowed to use PROTECT/DEPROTECT commands"
+msgstr "PROTECT/DEPROTECT komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:769
+msgid "Allowed to use SAY and ACT commands"
+msgstr "SAY ve ACT komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:747
+msgid "Allowed to use SET command (not FOUNDER/PASSWORD)"
+msgstr "SET komutunu (FOUNDER/PASSWORD hariç) kullanmaya izinlidir."
+
+#: language.cpp:799
+msgid "Allowed to use TOPIC command"
+msgstr "TOPIC komutunu kullanmaya yetkili"
+
+#: language.cpp:751
+msgid "Allowed to use UNBAN command"
+msgstr "UNBAN komutunu kullanmaya izinlidir."
+
+#: language.cpp:775
+msgid "Allowed to use VOICE/DEVOICE commands"
+msgstr "VOICE/DEVOICE komutlarýný kullanmaya izinlidir."
+
+#: language.cpp:767
+msgid "Allowed to use fantaisist commands"
+msgstr "Kanalda fantazi komutlarýný kullanmaya izinlidir. "
+
+#: language.cpp:755
+msgid "Allowed to view the access list"
+msgstr "Kanalýn Access listesini görüntülemeye izinlidir."
+
+#: language.cpp:573
+msgid "Auto-op"
+msgstr "Auto-op"
+
+#: language.cpp:1237
+#, c-format
+msgid "Autokick list for %s:"
+msgstr "%s kanalýnýn akick listesi:"
+
+#: language.cpp:731
+msgid "Automatic channel operator status"
+msgstr "Kanala giriþte ChanServ tarafýndan otomatik op (+o)"
+
+#: language.cpp:737
+msgid "Automatic mode +a"
+msgstr "Kanala giriþte ChanServ tarafýndan otomatik koruma (+a)"
+
+#: language.cpp:735
+msgid "Automatic mode +h"
+msgstr "Kanala giriþte ChanServ tarafýndan otomatik yarým op (+h)"
+
+#: language.cpp:803
+msgid "Automatic mode +q"
+msgstr "Automatic mode +q"
+
+#: language.cpp:733
+msgid "Automatic mode +v"
+msgstr "Kanala giriþte ChanServ tarafýndan otomatik voice (+v)"
+
+#: language.cpp:1973
+msgid ""
+"BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"
+msgstr "BADWORDS kanaladý {ADD|DEL|LIST|CLEAR} [nick | kayýt-listesi]"
+
+#: language.cpp:1445
+msgid "BAN #channel nick [reason]"
+msgstr "BAN #channel nick [reason]"
+
+#: language.cpp:1723
+msgid ""
+"BOT ADD nick user host real\n"
+"BOT CHANGE oldnick newnick [user [host [real]]]\n"
+"BOT DEL nick"
+msgstr ""
+"BOT ADD nick user host gerçekismi\n"
+"BOT CHANGE eskinick yeninick [user [host [gerçekismi]]]\n"
+"BOT DEL nick"
+
+#: language.cpp:1997
+#, c-format
+msgid ""
+"Bad words list for %s:\n"
+" Num Word Type"
+msgstr ""
+"%s kanalýnýn küfür listesi:\n"
+" Sayý Kelime Tipi"
+
+#: language.cpp:2002
+msgid "Bad words list is now empty."
+msgstr "Küfür listesi þimdi boþ."
+
+#: language.cpp:905
+#, c-format
+msgid "Ban type for channel %s is now #%d."
+msgstr "%s kanalýnýn ban tipi #%d olarak deðiþtirildi."
+
+#: language.cpp:2162
+#, c-format
+msgid "Binary modes and bans cleared from channel %s."
+msgstr "%s kanalýnda modlar ve banlar temizlendi."
+
+#: language.cpp:1727
+#, c-format
+msgid "Bot %s already exists."
+msgstr "%s nickli bot zaten var."
+
+#: language.cpp:1682
+#, c-format
+msgid "Bot %s does not exist."
+msgstr "Bot %s mevcut deðil."
+
+#: language.cpp:1756
+#, c-format
+msgid "Bot %s has been assigned to %s."
+msgstr "%s botu %s kanalýna sokuldu."
+
+#: language.cpp:1737
+#, c-format
+msgid "Bot %s has been changed to %s!%s@%s (%s)"
+msgstr "%s botu %s!%s@%s (%s) olarak deðiþtirildi."
+
+#: language.cpp:1739
+#, c-format
+msgid "Bot %s has been deleted."
+msgstr "%s botu silindi."
+
+#: language.cpp:1754
+#, c-format
+msgid "Bot %s is already assigned to channel %s."
+msgstr "Bot %s is already assigned to channel %s."
+
+#: language.cpp:1857
+#, c-format
+msgid "Bot will kick ops on channel %s."
+msgstr "Bot %s kanalýnda oplarýda atacak."
+
+#: language.cpp:1863
+#, c-format
+msgid "Bot will kick voices on channel %s."
+msgstr "Bot %s kanalýnda voicelarýda atacak."
+
+#: language.cpp:1855
+#, c-format
+msgid "Bot won't kick ops on channel %s."
+msgstr "Bot %s kanalýnda oplarý atmayacak ."
+
+#: language.cpp:1861
+#, c-format
+msgid "Bot won't kick voices on channel %s."
+msgstr "Bot %s kanalýnda voicelarý atmayacak."
+
+#: language.cpp:2018
+#, c-format
+msgid "Bot Hosts may only contain %d characters."
+msgstr "Bot Hosts may only contain %d characters."
+
+#: language.cpp:2012
+msgid "Bot Hosts may only contain valid host characters."
+msgstr "Bot Hosts may only contain valid host characters."
+
+#: language.cpp:2016
+#, c-format
+msgid "Bot Idents may only contain %d characters."
+msgstr "Bot Idents may only contain %d characters."
+
+#: language.cpp:2014
+msgid "Bot Idents may only contain valid characters."
+msgstr "Bot Idents may only contain valid characters."
+
+#: language.cpp:2010
+msgid "Bot Nicks may only contain valid nick characters."
+msgstr "Bot Nicks may only contain valid nick characters."
+
+#: language.cpp:1687
+#, c-format
+msgid "Bot is not on channel %s."
+msgstr "Bot %s kanalýnda deðil."
+
+#: language.cpp:1741
+msgid "Bot list:"
+msgstr "Bot listesi:"
+
+#: language.cpp:5016
+#, c-format
+msgid ""
+"Bot will join a channel whenever there is at least\n"
+"%d user(s) on it."
+msgstr "Kanalda en az %d kullanýcý olduðu zaman bot kanala girer."
+
+#: language.cpp:1907
+#, c-format
+msgid ""
+"Bot will now kick bad words, and will place a ban after \n"
+"%d kicks for the same user. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot þimdi küfürlerde atacak, ve %d atma sonrasýnda \n"
+"ayný kullanýcýyý banlayacak. BADWORDS komutunu\n"
+"kullanarak küfür ekleyip çýkarabilirsiniz."
+
+#: language.cpp:1904
+msgid ""
+"Bot will now kick bad words. Use the BADWORDS command\n"
+"to add or remove a bad word."
+msgstr ""
+"Bot þimdi küfürlerde atacak. BADWORDS komutunu kullanarak\n"
+"listeye küfür ekleyip silebilirsiniz."
+
+#: language.cpp:1915
+#, c-format
+msgid ""
+"Bot will now kick bolds, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot þimdi kalýn yazýda atacak, ve \n"
+"%d atma sonrasýnda ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1913
+msgid "Bot will now kick bolds."
+msgstr "Bot þimdi kalýn yazýda atacak."
+
+#: language.cpp:1923
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message), and will \n"
+"place a ban after %d kicks for the same user."
+msgstr ""
+"Bot þimdi büyük yazýda atacak(Tüm mesajýn en az\n"
+"%d karakterini ve %d%% kadarýný içermelidir), ve \n"
+"%d atma sonrasýnda ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1920
+#, c-format
+msgid ""
+"Bot will now kick caps (they must constitute at least\n"
+"%d characters and %d%% of the entire message)."
+msgstr ""
+"Bot þimdi büyük yazýda atacak(Tüm mesajýn en az\n"
+"%d karakterini ve %d%% kadarýný içermelidir)."
+
+#: language.cpp:1931
+#, c-format
+msgid ""
+"Bot will now kick colors, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot þimdi renkli yazýda atacak, ve \n"
+"%d atma sonrasýnda ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1929
+msgid "Bot will now kick colors."
+msgstr "Bot þimdi renkli yazýda atacak."
+
+#: language.cpp:1938
+#, c-format
+msgid ""
+"Bot will now kick flood (%d lines in %d seconds), and \n"
+"will place a ban after %d kicks for the same user."
+msgstr ""
+"Bot þimdi text floodda atacak(%d sira %d saniyede), ve \n"
+"%d atma sonrasýnda ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1936
+#, c-format
+msgid "Bot will now kick flood (%d lines in %d seconds)."
+msgstr "Bot þimdi text floodda atacak(%d sýra %d saniyede)."
+
+#: language.cpp:1968
+#, c-format
+msgid ""
+"Bot will now kick italics, and will place a ban after \n"
+"%d kicks for the same user."
+msgstr ""
+"Bot will now kick italics, and will place a ban after %d\n"
+"kicks for the same user."
+
+#: language.cpp:1966
+msgid "Bot will now kick italics."
+msgstr "Bot will now kick italics."
+
+#: language.cpp:1946
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing), and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot þimdi tekrarda atacak(kullanýcý %d kez\n"
+"ayný þeyi söylerse), ve %d atma sonrasýnda\n"
+"ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1943
+#, c-format
+msgid ""
+"Bot will now kick repeats (users that say %d times\n"
+"the same thing)."
+msgstr ""
+"Bot þimdi tekrarda atacak(kullanýcý %d kez\n"
+"ayný þeyi söylerse)."
+
+#: language.cpp:1954
+#, c-format
+msgid ""
+"Bot will now kick reverses, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot þimdi Ctrl+R de atacak, ve %d atma sonrasýnda \n"
+"ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1952
+msgid "Bot will now kick reverses."
+msgstr "Bot þimdi Ctrl+R de atacak."
+
+#: language.cpp:1961
+#, c-format
+msgid ""
+"Bot will now kick underlines, and will place a ban after %d \n"
+"kicks for the same user."
+msgstr ""
+"Bot þimdi altýçizili yazýda atacak, ve %d atma \n"
+"sonrasýnda ayný kullanýcýyý banlayacak."
+
+#: language.cpp:1959
+msgid "Bot will now kick underlines."
+msgstr "Bot þimdi altýçizili yazýda atacak."
+
+#: language.cpp:1911
+msgid "Bot won't kick bad words anymore."
+msgstr "Bot artýk küfürlerde atmayacak."
+
+#: language.cpp:1918
+msgid "Bot won't kick bolds anymore."
+msgstr "Bot artýk kalýn yazýda atmayacak."
+
+#: language.cpp:1927
+msgid "Bot won't kick caps anymore."
+msgstr "Bot artýk büyük yazýda atmayacak."
+
+#: language.cpp:1934
+msgid "Bot won't kick colors anymore."
+msgstr "Bot artýk renkli yazýda atmayacak."
+
+#: language.cpp:1941
+msgid "Bot won't kick flood anymore."
+msgstr "Bot artýk text floodda atmayacak."
+
+#: language.cpp:1971
+msgid "Bot won't kick italics anymore."
+msgstr "Bot won't kick italics anymore."
+
+#: language.cpp:1950
+msgid "Bot won't kick repeats anymore."
+msgstr "Bot artýk tekrarda atmayacak."
+
+#: language.cpp:1957
+msgid "Bot won't kick reverses anymore."
+msgstr "Bot artýk Ctrl+R de atmayacak."
+
+#: language.cpp:1964
+msgid "Bot won't kick underlines anymore."
+msgstr "Bot artýk altýçizili yazýda atmayacak."
+
+#: language.cpp:2066
+#, c-format
+msgid "BotServ : %6d records, %5d kB"
+msgstr "BotServ : %6d kayýt, %5d kB"
+
+#: language.cpp:1743
+msgid "Bots reserved to IRC operators:"
+msgstr "IRCoplara ayrilmis botlar:"
+
+#: language.cpp:2052
+#, c-format
+msgid "Bytes read : %5d kB"
+msgstr "Okunan veri : %5d kB"
+
+#: language.cpp:2054
+#, c-format
+msgid "Bytes written : %5d kB"
+msgstr "Yazýlan veri : %5d kB"
+
+#: language.cpp:1495
+msgid "CANCEL {nick | channel}"
+msgstr "CANCEL {nick | kanaladý}"
+
+#: language.cpp:2210
+msgid "CHANKILL [+expiry] {#channel} [reason]"
+msgstr "CHANKILL [+expiry] {#channel} [reason]"
+
+#: language.cpp:1672
+msgid "CHECK nickname"
+msgstr "CHECK nickname"
+
+#: language.cpp:1369
+msgid "CLEAR channel what"
+msgstr "CLEAR kanaladý neyi"
+
+#: language.cpp:2160
+msgid "CLEARMODES channel [ALL]"
+msgstr "CLEARMODES kanaladý [ALL]"
+
+#: language.cpp:327
+#, c-format
+msgid "Can't logout %s because he's a Services Operator."
+msgstr "Can't logout %s because he's a Services Operator."
+
+#: language.cpp:189
+msgid "Cannot send mail now; please retry a little later."
+msgstr "Þu an mail gönderilemiyor; lütfen az sonra tekrar deneyin."
+
+#: language.cpp:2064
+#, c-format
+msgid "ChanServ : %6d records, %5d kB"
+msgstr "ChanServ : %6d kayýt, %5d kB"
+
+#: language.cpp:2150
+#, c-format
+msgid "Changed usermodes of %s."
+msgstr "Changed usermodes of %s."
+
+#: language.cpp:168
+#, c-format
+msgid "Channel %s doesn't exist."
+msgstr "%s kanalý þu an kullanýmda deðil."
+
+#: language.cpp:847
+#, c-format
+msgid "Channel %s has been dropped."
+msgstr "%s kanalýnýn kaydý silinmiþtir (dropped)."
+
+#: language.cpp:172
+#, c-format
+msgid ""
+"Channel %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"%s kanalý yasaklanmýþtýr. %s:\n"
+"%s"
+
+#: language.cpp:829
+#, c-format
+msgid "Channel %s is already registered!"
+msgstr "%s kanalý zaten kayýtlý!"
+
+#: language.cpp:990
+#, c-format
+msgid "Channel %s is no longer persistant."
+msgstr "Channel %s is no longer persistant."
+
+#: language.cpp:1397
+#, c-format
+msgid "Channel %s is now forbidden."
+msgstr "%s kanalýnýn Kullanýmý yasaklandý."
+
+#: language.cpp:988
+#, c-format
+msgid "Channel %s is now persistant."
+msgstr "Channel %s is now persistant."
+
+#: language.cpp:1417
+#, c-format
+msgid "Channel %s is now released."
+msgstr "Channel %s is now released."
+
+#: language.cpp:1407
+#, c-format
+msgid "Channel %s is now suspended."
+msgstr "Channel %s is now suspended."
+
+#: language.cpp:166
+#, c-format
+msgid "Channel %s isn't registered."
+msgstr "%s kanalý kayýtlý deðil."
+
+#: language.cpp:170
+#, c-format
+msgid "Channel %s may not be registered or used."
+msgstr "%s kanalý kayýt edilemez ve kullanýlamaz."
+
+#: language.cpp:827
+#, c-format
+msgid "Channel %s may not be registered."
+msgstr "%s kanalý kayýt edilemez."
+
+#: language.cpp:837
+#, c-format
+msgid "Channel %s registered under your nickname: %s"
+msgstr "%s kanalý bu nicke kayýt edildi: %s"
+
+#: language.cpp:2058
+#, c-format
+msgid "Channel : %6d records, %5d kB"
+msgstr "Kanal : %6d kayýt, %5d kB"
+
+#: language.cpp:996
+#, c-format
+msgid "Channel %s will expire."
+msgstr "%s kanalý zaman aþýmýna eklendi."
+
+#: language.cpp:994
+#, c-format
+msgid "Channel %s will not expire."
+msgstr "%s kanalý zaman aþýmýndan çýkarýldý."
+
+#: language.cpp:1063
+#, c-format
+msgid "Channel %s AOP list has been cleared."
+msgstr "Kanalin %s AOP listesi temizlendi."
+
+#: language.cpp:1092
+#, c-format
+msgid "Channel %s HOP list has been cleared."
+msgstr "Kanal %s HOP listesi temizlendi."
+
+#: language.cpp:1034
+#, c-format
+msgid "Channel %s QOP list has been cleared."
+msgstr "Channel %s QOP list has been cleared."
+
+#: language.cpp:1121
+#, c-format
+msgid "Channel %s SOP list has been cleared."
+msgstr "Kanal %s SOP listesi temizlendi."
+
+#: language.cpp:1150
+#, c-format
+msgid "Channel %s VOP list has been cleared."
+msgstr "Kanal %s VOP listesi temizlendi."
+
+#: language.cpp:1201
+#, c-format
+msgid "Channel %s access list has been cleared."
+msgstr "Kanal %s access listesi temizlendi."
+
+#: language.cpp:1251
+#, c-format
+msgid "Channel %s akick list has been cleared."
+msgstr "Kanal %s akick listesi temizlendi."
+
+#: language.cpp:819
+#, c-format
+msgid "Channel %s is not a valid channel."
+msgstr "Channel %s is not a valid channel."
+
+#: language.cpp:1040
+msgid "Channel AOP lists may only contain registered nicknames."
+msgstr "Kanal AOP listeleri sadece kayitli nicklerden olusabilir."
+
+#: language.cpp:1069
+msgid "Channel HOP lists may only contain registered nicknames."
+msgstr "Kanal HOP listeleri sadece kayitli nicklerden olusabilir."
+
+#: language.cpp:1011
+msgid "Channel QOP lists may only contain registered nicknames."
+msgstr "Channel QOP lists may only contain registered nicknames."
+
+#: language.cpp:1098
+msgid "Channel SOP lists may only contain registered nicknames."
+msgstr "Kanal SOP listesi sadece kayitli nicklerden olusabilir."
+
+#: language.cpp:2243
+msgid "Channel SQLINEs are not supported by your IRCd, so you can't use them."
+msgstr ""
+"SQLINE kullandiginiz IRCd tarafindan desteklenmiyor, bu yüzden "
+"kullanmazsiniz."
+
+#: language.cpp:1127
+msgid "Channel VOP lists may only contain registered nicknames."
+msgstr "Kanal VOP listeleri sadece kayitli nicklerden olusabilir."
+
+#: language.cpp:1168
+msgid "Channel access lists may only contain registered nicknames."
+msgstr "Kanal access listesi sadece kayýtlý kullanýcýlarý içermelidir."
+
+#: language.cpp:2381
+msgid ""
+"Channel list:\n"
+"Name Users Modes Topic"
+msgstr ""
+"Kanal listesi:\n"
+"Ýsim Kullanici Modlari Konu"
+
+#: language.cpp:739
+msgid "Channel operator status disallowed"
+msgstr "Kanal içinde op olmasýný yasaklar."
+
+#: language.cpp:596
+#, c-format
+msgid ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that %s has access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:593
+msgid ""
+"Channels that you have access on:\n"
+" Num Channel Level Description"
+msgstr ""
+"Channels that you have access on:\n"
+" Num Channel Level Description "
+
+#: language.cpp:2379
+#, c-format
+msgid "Could not find user %s."
+msgstr "Kullanýcý %s bulunamadý."
+
+#: language.cpp:1399
+#, c-format
+msgid "Couldn't forbid channel %s!"
+msgstr "%s kanalýnýn Kullanýmý yasaklanamadý!"
+
+#: language.cpp:696
+#, c-format
+msgid "Couldn't forbid nick %s!"
+msgstr "%s nickinin Kullanýmý yasaklanamadý!"
+
+#: language.cpp:1419
+#, c-format
+msgid "Couldn't release channel %s!"
+msgstr "Couldn't release channel %s!"
+
+#: language.cpp:688
+#, c-format
+msgid "Couldn't release nick %s!"
+msgstr "Couldn't release nick %s!"
+
+#: language.cpp:682
+#, c-format
+msgid "Couldn't suspend nick %s!"
+msgstr "Couldn't suspend nick %s!"
+
+#: language.cpp:1409
+#, c-format
+msgid "Couldn't suspended channel %s!"
+msgstr "Couldn't suspended channel %s!"
+
+#: language.cpp:2203
+msgid "Current AKILL list:"
+msgstr "Þu anki AKILL listesi:"
+
+#: language.cpp:2198
+msgid ""
+"Current AKILL list:\n"
+" Num Mask Reason"
+msgstr ""
+"Þu anki AKILL listesi:\n"
+" No Mask Sebep"
+
+#: language.cpp:2447
+msgid "Current Module list:"
+msgstr "Current Module list:"
+
+#: language.cpp:2237
+msgid "Current SNLINE list:"
+msgstr "Þu anki SNLINE listesi:"
+
+#: language.cpp:2234
+msgid ""
+"Current SNLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Þu anki SNLINE listesi:\n"
+" No Mask Sebep"
+
+#: language.cpp:2266
+msgid "Current SQLINE list:"
+msgstr "Mevcut SQLINE listesi:"
+
+#: language.cpp:2263
+msgid ""
+"Current SQLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Mevcut SQLINE listesi:\n"
+" Num Mask Sebep"
+
+#: language.cpp:2297
+msgid "Current SZLINE list:"
+msgstr "Þu anki SZLINE listesi:"
+
+#: language.cpp:2294
+msgid ""
+"Current SZLINE list:\n"
+" Num Mask Reason"
+msgstr ""
+"Þu anki SZLINE listesi:\n"
+" No Mask Sebep"
+
+#: language.cpp:2497
+msgid "Current Session Limit Exception list:"
+msgstr "Þu anki Session Limit Exception listesi:"
+
+#: language.cpp:2074
+#, c-format
+msgid "Current number of AKILLs: %d"
+msgstr "Þu anki AKILL sayýsý: %d"
+
+#: language.cpp:2090
+#, c-format
+msgid "Current number of SNLINEs: %d"
+msgstr "Þu anki SNLINE sayýsý: %d"
+
+#: language.cpp:2106
+#, c-format
+msgid "Current number of SQLINEs: %d"
+msgstr "Su anki SQLINE sayisi: %d"
+
+#: language.cpp:2122
+#, c-format
+msgid "Current number of SZLINEs: %d"
+msgstr "Þu anki SZLINE sayýsý: %d"
+
+#: language.cpp:2028
+#, c-format
+msgid "Current users: %d (%d ops)"
+msgstr "Þu anki kullanýcý sayýsý: %d (%d op)"
+
+#: language.cpp:2419
+msgid "DEFCON [1|2|3|4|5]"
+msgstr "DEFCON [1|2|3|4|5]"
+
+#: language.cpp:1435
+msgid "DEHALFOP #channel [nick]"
+msgstr "DEHALFOP #channel [nick]"
+
+#: language.cpp:5321
+msgid "DEL <nick>."
+msgstr "DEL <nick>."
+
+#: language.cpp:1529
+msgid "DEL [channel] {num | list | ALL}"
+msgstr "DEL [kanaladý] {num | liste | ALL}"
+
+#: language.cpp:5293
+msgid "DELALL <nick>."
+msgstr "DELALL <nick>."
+
+#: language.cpp:1433
+msgid "DEOP #channel [nick]"
+msgstr "DEOP #channel [nick]"
+
+#: language.cpp:1441
+msgid "DEOWNER #channel"
+msgstr "DEOWNER #channel"
+
+#: language.cpp:1439
+msgid "DEROTECT #channel [nick]"
+msgstr "DEROTECT #channel [nick]"
+
+#: language.cpp:1437
+msgid "DEVOICE #channel [nick]"
+msgstr "DEVOICE #channel [nick]"
+
+#: language.cpp:843
+msgid "DROP channel"
+msgstr "DROP kanaladý"
+
+#: language.cpp:2076
+#, c-format
+msgid "Default AKILL expiry time: %d days"
+msgstr "Varsayýlan AKILL zaman aþýmý: %d gün"
+
+#: language.cpp:2080
+#, c-format
+msgid "Default AKILL expiry time: %d hours"
+msgstr "Varsayýlan AKILL zaman aþýmý: %d saat"
+
+#: language.cpp:2084
+#, c-format
+msgid "Default AKILL expiry time: %d minutes"
+msgstr "Varsayýlan AKILL zaman aþýmý: %d dakika"
+
+#: language.cpp:2078
+msgid "Default AKILL expiry time: 1 day"
+msgstr "Varsayýlan AKILL zaman aþýmý: 1 gün"
+
+#: language.cpp:2082
+msgid "Default AKILL expiry time: 1 hour"
+msgstr "Varsayýlan AKILL zaman aþýmý: 1 saat"
+
+#: language.cpp:2086
+msgid "Default AKILL expiry time: 1 minute"
+msgstr "Varsayýlan AKILL zaman aþýmý: 1 dakika"
+
+#: language.cpp:2088
+msgid "Default AKILL expiry time: No expiration"
+msgstr "Varsayýlan AKILL zaman aþýmý: zaman aþýmý yok"
+
+#: language.cpp:2092
+#, c-format
+msgid "Default SNLINE expiry time: %d days"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: %d gün"
+
+#: language.cpp:2096
+#, c-format
+msgid "Default SNLINE expiry time: %d hours"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: %d saat"
+
+#: language.cpp:2100
+#, c-format
+msgid "Default SNLINE expiry time: %d minutes"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: %d dakika"
+
+#: language.cpp:2094
+msgid "Default SNLINE expiry time: 1 day"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: 1 gün"
+
+#: language.cpp:2098
+msgid "Default SNLINE expiry time: 1 hour"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: 1 saat"
+
+#: language.cpp:2102
+msgid "Default SNLINE expiry time: 1 minute"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: 1 dakika"
+
+#: language.cpp:2104
+msgid "Default SNLINE expiry time: No expiration"
+msgstr "Varsayýlan SNLINE zaman aþýmý süresi: Zaman aþýmý yok"
+
+#: language.cpp:2108
+#, c-format
+msgid "Default SQLINE expiry time: %d days"
+msgstr "Varsayilan SQLINE zaman asimi süresi: %d gün"
+
+#: language.cpp:2112
+#, c-format
+msgid "Default SQLINE expiry time: %d hours"
+msgstr "Varsayilan SQLINE zaman asimi süresi: %d saat"
+
+#: language.cpp:2116
+#, c-format
+msgid "Default SQLINE expiry time: %d minutes"
+msgstr "Varsayilan SQLINE zaman asimi süresi: %d dakika"
+
+#: language.cpp:2110
+msgid "Default SQLINE expiry time: 1 day"
+msgstr "Varsayilan SQLINE zaman asimi süresi: 1 gün"
+
+#: language.cpp:2114
+msgid "Default SQLINE expiry time: 1 hour"
+msgstr "Varsayilan SQLINE zaman asimi süresi: 1 saat"
+
+#: language.cpp:2118
+msgid "Default SQLINE expiry time: 1 minute"
+msgstr "Varsayilan SQLINE zaman asimi süresi: 1 dakika"
+
+#: language.cpp:2120
+msgid "Default SQLINE expiry time: No expiration"
+msgstr "Varsayilan SQLINE zaman asimi süresi: Zaman asimi yok"
+
+#: language.cpp:2124
+#, c-format
+msgid "Default SZLINE expiry time: %d days"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: %d gün"
+
+#: language.cpp:2128
+#, c-format
+msgid "Default SZLINE expiry time: %d hours"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: %d saat"
+
+#: language.cpp:2132
+#, c-format
+msgid "Default SZLINE expiry time: %d minutes"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: %d dakika"
+
+#: language.cpp:2126
+msgid "Default SZLINE expiry time: 1 day"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: 1 gün"
+
+#: language.cpp:2130
+msgid "Default SZLINE expiry time: 1 hour"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: 1 saat"
+
+#: language.cpp:2134
+msgid "Default SZLINE expiry time: 1 minute"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: 1 dakika"
+
+#: language.cpp:2136
+msgid "Default SZLINE expiry time: No expiration"
+msgstr "Varsayýlan SZLINE zaman aþýmý süresi: Zaman aþýmý yok"
+
+#: language.cpp:1056
+#, c-format
+msgid "Deleted %d entries from %s AOP list."
+msgstr "Deleted %d entries from %s AOP list."
+
+#: language.cpp:1085
+#, c-format
+msgid "Deleted %d entries from %s HOP list."
+msgstr "Deleted %d entries from %s HOP list."
+
+#: language.cpp:1027
+#, c-format
+msgid "Deleted %d entries from %s QOP list."
+msgstr "Deleted %d entries from %s QOP list."
+
+#: language.cpp:1114
+#, c-format
+msgid "Deleted %d entries from %s SOP list."
+msgstr "Deleted %d entries from %s SOP list."
+
+#: language.cpp:1143
+#, c-format
+msgid "Deleted %d entries from %s VOP list."
+msgstr "Silindi %d VOP listesinden kayit %s kanali."
+
+#: language.cpp:1188
+#, c-format
+msgid "Deleted %d entries from %s access list."
+msgstr "Deleted %d entries from %s access list."
+
+#: language.cpp:1233
+#, c-format
+msgid "Deleted %d entries from %s autokick list."
+msgstr "Deleted %d entries from %s autokick list."
+
+#: language.cpp:1993
+#, c-format
+msgid "Deleted %d entries from %s bad words list."
+msgstr "Deleted %d entries from %s bad words list."
+
+#: language.cpp:2495
+#, c-format
+msgid "Deleted %d entries from session-limit exception list."
+msgstr "Session-limit exception listesinden %d kayýt silindi."
+
+#: language.cpp:2194
+#, c-format
+msgid "Deleted %d entries from the AKILL list."
+msgstr "AKILL listesinden %d kayýt silindi."
+
+#: language.cpp:2230
+#, c-format
+msgid "Deleted %d entries from the SNLINE list."
+msgstr "SNLINE listesinden %d kayýt silindi."
+
+#: language.cpp:2259
+#, c-format
+msgid "Deleted %d entries from the SQLINE list."
+msgstr "SQLINE listesinden %d kayit silindi."
+
+#: language.cpp:2290
+#, c-format
+msgid "Deleted %d entries from the SZLINE list."
+msgstr "SZLINE listesinden %d kayýt silindi."
+
+#: language.cpp:1054
+#, c-format
+msgid "Deleted 1 entry from %s AOP list."
+msgstr "%s kanalinin AOP listesinden 1 kayit silindi."
+
+#: language.cpp:1083
+#, c-format
+msgid "Deleted 1 entry from %s HOP list."
+msgstr "%s kanali HOP listesinden 1 kayit silindi."
+
+#: language.cpp:1025
+#, c-format
+msgid "Deleted 1 entry from %s QOP list."
+msgstr "Deleted 1 entry from %s QOP list."
+
+#: language.cpp:1112
+#, c-format
+msgid "Deleted 1 entry from %s SOP list."
+msgstr "%s kanali SOP listesinden 1 kayit silindi."
+
+#: language.cpp:1141
+#, c-format
+msgid "Deleted 1 entry from %s VOP list."
+msgstr "%s kanali VOP listesinden 1 kayit silindi."
+
+#: language.cpp:1186
+#, c-format
+msgid "Deleted 1 entry from %s access list."
+msgstr "%s kanalýnýn access listesinden 1 kayýt silindi."
+
+#: language.cpp:1231
+#, c-format
+msgid "Deleted 1 entry from %s autokick list."
+msgstr "%s kanalýnýn akick listesinden 1 kayýt silindi."
+
+#: language.cpp:1991
+#, c-format
+msgid "Deleted 1 entry from %s bad words list."
+msgstr "%s kanalýnýn küfür listesinden 1 kayýt silindi."
+
+#: language.cpp:2493
+msgid "Deleted 1 entry from session-limit exception list."
+msgstr "Session-limit exception listesinden 1 kayýt silindi."
+
+#: language.cpp:2192
+msgid "Deleted 1 entry from the AKILL list."
+msgstr "AKILL listesinden 1 kayýt silindi."
+
+#: language.cpp:2228
+msgid "Deleted 1 entry from the SNLINE list."
+msgstr "SNLINE listesinden 1 kayýt silindi."
+
+#: language.cpp:2257
+msgid "Deleted 1 entry from the SQLINE list."
+msgstr "SQLINE listesinden 1 kayit silindi."
+
+#: language.cpp:2288
+msgid "Deleted 1 entry from the SZLINE list."
+msgstr "SZLINE listesinden 1 kayýt silindi."
+
+#: language.cpp:893
+#, c-format
+msgid "Description of %s changed to %s."
+msgstr "%s kanalýnýn açýklamasý %s olarak deðiþtirildi."
+
+#: language.cpp:5331
+#, c-format
+msgid "Displayed all records (Count: %d)"
+msgstr "Displayed all records (Count: %d)"
+
+#: language.cpp:5333
+#, c-format
+msgid "Displayed records from %d to %d"
+msgstr "Displayed records from %d to %d"
+
+#: language.cpp:5335
+#, c-format
+msgid "Displayed records matching key %s (Count: %d)"
+msgstr "Displayed records matching key %s (Count: %d)"
+
+#: language.cpp:1693
+msgid "Don't use bolds on this channel!"
+msgstr "Bu kanalda kalýn yazý kullanýlmasý yasaktýr!"
+
+#: language.cpp:1697
+msgid "Don't use colors on this channel!"
+msgstr "Lütfen bu kanalda renkli yazý kullanmayýn!"
+
+#: language.cpp:1707
+msgid "Don't use italics on this channel!"
+msgstr "Don't use italics on this channel!"
+
+#: language.cpp:1703
+msgid "Don't use reverses on this channel!"
+msgstr "Lütfen bu kanalda Ctrl+R ile yazýlmýþ yazý kullanmayýn!"
+
+#: language.cpp:1689
+#, c-format
+msgid "Don't use the word \"%s\" on this channel!"
+msgstr "%s kelimesinin bu kanalda kullanýlmasý yasaktýr!"
+
+#: language.cpp:1705
+msgid "Don't use underlines on this channel!"
+msgstr "Lütfen bu kanalda altý çizili yazý kullanmayýn!"
+
+#: language.cpp:361
+#, c-format
+msgid "E-mail address changed to %s."
+msgstr "E-mail adresi %s olarak deðiþtirildi."
+
+#: language.cpp:441
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "E-mail address for %s changed to %s."
+
+#: language.cpp:443
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "E-mail address for %s unset."
+
+#: language.cpp:895
+#, c-format
+msgid "E-mail address for %s changed to %s."
+msgstr "%s kanalýnýn e-mail adresi %s olarak deðiþtirildi."
+
+#: language.cpp:897
+#, c-format
+msgid "E-mail address for %s unset."
+msgstr "%s kanalýnýn e-mail adresi kaldýrýldý."
+
+#: language.cpp:363
+msgid "E-mail address unset."
+msgstr "E-mail adresi silindi."
+
+#: language.cpp:185
+#, c-format
+msgid "E-mail for %s is invalid."
+msgstr "%s için mail adresi geçerli deðil."
+
+#: language.cpp:2469
+msgid "EXCEPTION ADD [+expiry] mask limit reason"
+msgstr "EXCEPTION ADD [+zamanaþýmý] mask limit sebep"
+
+#: language.cpp:2471
+msgid "EXCEPTION DEL {mask | list}"
+msgstr "EXCEPTION DEL {mask | liste}"
+
+#: language.cpp:2473
+msgid "EXCEPTION MOVE num position"
+msgstr "EXCEPTION MOVE num pozisyon"
+
+#: language.cpp:2467
+msgid "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"
+msgstr "EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametreler]"
+
+#: language.cpp:642
+#, c-format
+msgid "Emails Match %s to %s."
+msgstr "Emails Match %s to %s."
+
+#: language.cpp:233
+#, c-format
+msgid "End of %s list."
+msgstr "End of %s list."
+
+#: language.cpp:1195
+msgid "End of access list."
+msgstr "access listenin sonu."
+
+#: language.cpp:2389
+msgid "End of channel list."
+msgstr "Kanal listesi sonu."
+
+#: language.cpp:603
+#, c-format
+msgid "End of list - %d/%d channels shown."
+msgstr "Liste sonu - %d/%d ."
+
+#: language.cpp:589 language.cpp:1351
+#, c-format
+msgid "End of list - %d/%d matches shown."
+msgstr "Liste sonu - %d/%d ."
+
+#: language.cpp:2399
+msgid "End of users list."
+msgstr "Kullanýcý listesi sonu."
+
+#: language.cpp:97
+msgid "English"
+msgstr "Türkçe"
+
+#: language.cpp:899
+#, c-format
+msgid "Entry message for %s changed."
+msgstr "%s kanalýnýn giriþ mesajý deðiþtirildi."
+
+#: language.cpp:901
+#, c-format
+msgid "Entry message for %s unset."
+msgstr "%s kanalýnýn giriþ mesajý kaldýrýldý."
+
+#: language.cpp:5303
+#, c-format
+msgid ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+msgstr ""
+"Error! The Ident is too long, please use an ident shorter than %d characters."
+
+#: language.cpp:5301
+#, c-format
+msgid ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+msgstr ""
+"Error! The vhost is too long, please use a host shorter than %d characters."
+
+#: language.cpp:2483
+#, c-format
+msgid "Exception for %s (#%d) moved to position %d."
+msgstr "%s (#%d) için exception %d pozisyonuyla deðiþtirildi."
+
+#: language.cpp:2512
+#, c-format
+msgid "Exception for %s has been updated to %d."
+msgstr "Exception for %s has been updated to %d."
+
+#: language.cpp:563
+#, c-format
+msgid "Expires on: %s"
+msgstr "Expires in: %s"
+
+#: language.cpp:2184
+#, c-format
+msgid "Expiry time of %s changed."
+msgstr "%s nickinin zaman aþýmý süresi deðiþtirildi."
+
+#: language.cpp:1395
+msgid "FORBID channel reason"
+msgstr "FORBID kanaladý sebep"
+
+#: language.cpp:1393
+msgid "FORBID channel [reason]"
+msgstr "FORBID kanaladý [sebep]"
+
+#: language.cpp:692
+msgid "FORBID nickname reason"
+msgstr "FORBID nick sebep"
+
+#: language.cpp:690
+msgid "FORBID nickname [reason]"
+msgstr "FORBID nick [sebep]"
+
+#: language.cpp:1836
+msgid "Fantasy"
+msgstr "Fantazi"
+
+#: language.cpp:1869
+#, c-format
+msgid "Fantasy mode is now OFF on channel %s."
+msgstr "Fantazi modu %s kanalýnda KAPALI."
+
+#: language.cpp:1867
+#, c-format
+msgid "Fantasy mode is now ON on channel %s."
+msgstr "Fantazi modu %s kanalýnda AKTÝF."
+
+#: language.cpp:885
+#, c-format
+msgid "Founder of %s changed to %s."
+msgstr "%s kanalýnýn founderý %s olarak deðiþtirildi."
+
+#: language.cpp:640
+msgid "GETEMAIL user@email-host No WildCards!!"
+msgstr "GETEMAIL user@email-host No WildCards!!"
+
+#: language.cpp:1387
+msgid "GETKEY channel"
+msgstr "GETKEY channel"
+
+#: language.cpp:634
+msgid "GETPASS nickname"
+msgstr "GETPASS nick"
+
+#: language.cpp:636
+msgid "GETPASS command unavailable because encryption is in use."
+msgstr "GETPASS komutu devre dýþý çünkü þifreleme(encryption) devrede."
+
+#: language.cpp:628
+msgid "GHOST nickname [password]"
+msgstr "GHOST nick [þifre]"
+
+#: language.cpp:2024
+msgid "GLOBAL message"
+msgstr "GLOBAL mesaj"
+
+#: language.cpp:279
+msgid "GROUP target password"
+msgstr "GROUP hedef þifre"
+
+#: language.cpp:632
+msgid "Ghost with your nick has been killed."
+msgstr "Asýlý kalan nickiniz kill lendi."
+
+#: language.cpp:1838
+msgid "Greet"
+msgstr "Karþýlama"
+
+#: language.cpp:367
+#, c-format
+msgid "Greet message changed to %s."
+msgstr "Karþýlama mesajý %s olarak deðiþtirildi."
+
+#: language.cpp:771
+msgid "Greet message displayed"
+msgstr "Karþýlama mesajý alabilir."
+
+#: language.cpp:445
+#, c-format
+msgid "Greet message for %s changed to %s."
+msgstr "Greet message for %s changed to %s."
+
+#: language.cpp:447
+#, c-format
+msgid "Greet message for %s unset."
+msgstr "Greet message for %s unset."
+
+#: language.cpp:369
+msgid "Greet message unset."
+msgstr "Karþýlama mesajý silindi."
+
+#: language.cpp:1875
+#, c-format
+msgid "Greet mode is now OFF on channel %s."
+msgstr "Karþýlama modu %s kanalýnda KAPALI."
+
+#: language.cpp:1873
+#, c-format
+msgid "Greet mode is now ON on channel %s."
+msgstr "Karþýlama modu %s kanalýnda AKTÝF."
+
+#: language.cpp:1425
+msgid "HALFOP #channel [nick]"
+msgstr "HALFOP #channel [nick]"
+
+#: language.cpp:1065
+msgid "HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "HOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]"
+
+#: language.cpp:1089
+#, c-format
+msgid ""
+"HOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s kanali HOP listesi:\n"
+" Num Nick"
+
+#: language.cpp:1651
+#, c-format
+msgid ""
+"Hi %s\n"
+" \n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+" \n"
+"Memo text:\n"
+" \n"
+"%s"
+msgstr ""
+"Hi %s\n"
+"\n"
+"You've just received a new memo from %s. This is memo number %d.\n"
+"\n"
+"Memo text:\n"
+"\n"
+"%s"
+
+#: language.cpp:667
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type %R%s CONFIRM %s\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to have the password for %s reset.\n"
+"To reset your password, type /msg %s CONFIRM %s\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:652
+#, c-format
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to receive the password of nickname %s by e-mail.\n"
+"The password is %s. For security purposes, you should change it as soon as "
+"you receive this mail.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:714
+msgid ""
+"Hi,\n"
+" \n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" %R%s confirm %s \" to complete registration.\n"
+" \n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+" \n"
+"%s administrators."
+msgstr ""
+"Hi,\n"
+"\n"
+"You have requested to register the nickname %s on %s.\n"
+"Please type \" /msg %s confirm %s \" to complete registration.\n"
+"\n"
+"If you don't know why this mail was sent to you, please ignore it silently.\n"
+"\n"
+"%s administrators."
+
+#: language.cpp:2068
+#, c-format
+msgid "HostServ : %6d records, %5d kB"
+msgstr "HostServ : %6d records, %5d kB"
+
+#: language.cpp:2524
+#, c-format
+msgid "Hosts with at least %d sessions:"
+msgstr "En az %d sessionlý hostlar:"
+
+#: language.cpp:1721
+#, c-format
+msgid "I don't know who %s is."
+msgstr "%s þahsýnýn kim olduðunu bilmiyorum."
+
+#: language.cpp:1719
+#, c-format
+msgid "I've never seen %s on this channel."
+msgstr "%s diye birini bu kanalda hiç görmedim."
+
+#: language.cpp:303
+msgid "IDENTIFY [account] password"
+msgstr "IDENTIFY þifreniz"
+
+#: language.cpp:2359
+msgid "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+msgstr "IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"
+
+#: language.cpp:1287
+msgid "INFO channel"
+msgstr "INFO kanaladý"
+
+#: language.cpp:533
+msgid "INFO nick"
+msgstr "INFO nick"
+
+#: language.cpp:1585
+msgid "INFO [channel]"
+msgstr "INFO [kanaladý]"
+
+#: language.cpp:1587
+msgid "INFO [nick | channel]"
+msgstr "INFO [nick | kanaladý]"
+
+#: language.cpp:1764
+msgid "INFO {chan | nick}"
+msgstr "INFO {kanaladý | nick}"
+
+#: language.cpp:1353
+msgid "INVITE channel"
+msgstr "INVITE kanaladý"
+
+#: language.cpp:251
+msgid "If you do not change within 20 seconds, I will change your nick."
+msgstr "Eðer 20 saniye içinde nickinizi deðiþtirmezseniz, Ben deðiþtireceðim."
+
+#: language.cpp:249
+msgid "If you do not change within one minute, I will change your nick."
+msgstr "Eðer bir dakika içinde nickinizi deðiþtirmezseniz, Ben deðiþtireceðim."
+
+#: language.cpp:2303
+msgid "Ignore code will be used."
+msgstr "Ignore kodu AKTIF."
+
+#: language.cpp:2305
+msgid "Ignore code will not be used."
+msgstr "Ignore kodu KAPALI."
+
+#: language.cpp:2375
+msgid "Ignore list has been cleared."
+msgstr "Ignore list has been cleared."
+
+#: language.cpp:2373
+msgid "Ignore list is empty."
+msgstr "Ignore listesi boþ."
+
+#: language.cpp:2953
+msgid ""
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information).\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Bu komutu kullanabilmek için önce, þifrenizle \n"
+"kendinizi tanýtmanýz gerekir (Daha fazla bilgi için \n"
+"/msg %S HELP IDENTIFY yazýn).\n"
+" \n"
+"Belirli bir özellik(option) hakkýnda bilgi almak için\n"
+"/msg %S HELP SET option yazýn."
+
+#: language.cpp:235
+msgid "Incorrect range specified. The correct syntax is #from-to."
+msgstr "Incorrect range specified. The correct syntax is #from-to."
+
+#: language.cpp:1768
+#, c-format
+msgid "Information for bot %s:"
+msgstr "%s botunun bilgileri:"
+
+#: language.cpp:1289
+#, c-format
+msgid "Information for channel %s:"
+msgstr "%s kanalý için bilgi:"
+
+#: language.cpp:107
+msgid "Internal error - unable to process request."
+msgstr "Dahili hata - Kullanýcý kaydý bulunamadý."
+
+#: language.cpp:123
+msgid "Invalid expiry time."
+msgstr "Geçersiz zaman aþýmý süresi."
+
+#: language.cpp:2508
+msgid ""
+"Invalid hostmask. Only real hostmasks are valid as exceptions are not "
+"matched against nicks or usernames."
+msgstr ""
+"Geçersiz hostmask. Sadece gerçek hostmasklar exception olarak geçerlidir."
+
+#: language.cpp:725
+msgid ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+msgstr ""
+"Invalid passcode has been entered, please check the e-mail again, and retry"
+
+#: language.cpp:2506
+#, c-format
+msgid ""
+"Invalid session limit. It must be a valid integer greater than or equal to "
+"zero and less than %d."
+msgstr ""
+"Geçersiz session limiti. Sýfýrdan büyük yada eþit ve %d den az bir geçerli "
+"tamsayý olmalýdýr."
+
+#: language.cpp:2520
+msgid "Invalid threshold value. It must be a valid integer greater than 1."
+msgstr "Geçersiz threshold deðeri. 1 den büyük geçerli tamsayý olmalýdýr."
+
+#: language.cpp:2347
+msgid "JUPE servername [reason]"
+msgstr "JUPE serverismi [sebep]"
+
+#: language.cpp:1443
+msgid "KICK #channel nick [reason]"
+msgstr "KICK #channel nick [reason]"
+
+#: language.cpp:1895
+msgid "KICK channel option {ON|OFF} [settings]"
+msgstr "KICK kanaladý özellik {ON|OFF} [ayarlar]"
+
+#: language.cpp:2166
+msgid "KICK channel user reason"
+msgstr "KICK kanaladý kullanýcý sebep"
+
+#: language.cpp:2377
+msgid "KILLCLONES nick"
+msgstr "KILLCLONES nick"
+
+#: language.cpp:1391
+#, c-format
+msgid "Key for channel %s is %s."
+msgstr "Key for channel %s is %s."
+
+#: language.cpp:1253
+msgid "LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"
+msgstr "LEVELS kanaladý {SET | DIS[ABLE] | LIST | RESET} [madde [seviye]]"
+
+#: language.cpp:583
+msgid "LIST pattern"
+msgstr "LIST model"
+
+#: language.cpp:1347
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"
+msgstr "LIST model [FORBIDDEN] [NOEXPIRE]"
+
+#: language.cpp:585
+msgid "LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+msgstr "LIST model [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"
+
+#: language.cpp:1503
+msgid "LIST [channel] [list | NEW]"
+msgstr "LIST [kanaladý] [liste | NEW]"
+
+#: language.cpp:2625
+msgid "LOGONNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "LOGONNEWS {ADD|DEL|LIST} [yazý|num]"
+
+#: language.cpp:321
+msgid "LOGOUT"
+msgstr "LOGOUT"
+
+#: language.cpp:359
+msgid "Language changed to English."
+msgstr "Dil Türkçe olarak deðiþtirildi."
+
+#: language.cpp:1501
+#, c-format
+msgid "Last memo to %s has been cancelled."
+msgstr "%s nickine gönderilen son mesaj iptal edildi."
+
+#: language.cpp:549
+#, c-format
+msgid "Last quit message: %s"
+msgstr " Son çýkýþ mesajý: %s"
+
+#: language.cpp:539
+#, c-format
+msgid "Last seen address: %s"
+msgstr " Son görüldüðü adres: %s"
+
+#: language.cpp:1259
+#, c-format
+msgid "Level for %s on channel %s changed to %d."
+msgstr "%s için level %s kanalýnda %d olarak deðiþtirildi."
+
+#: language.cpp:1261
+#, c-format
+msgid "Level for %s on channel %s changed to founder only."
+msgstr "Level for %s on channel %s changed to founder only."
+
+#: language.cpp:1257
+#, c-format
+msgid "Level must be between %d and %d inclusive."
+msgstr "Level %d ile %d arasýnda olmalýdýr."
+
+#: language.cpp:1255
+msgid "Levels are not available as xOP is enabled on this channel."
+msgstr "Bu modda bu komut kullanilmaz."
+
+#: language.cpp:587
+#, c-format
+msgid "List of entries matching %s:"
+msgstr "%s içeren kayýtlarýn listesi:"
+
+#: language.cpp:607
+#, c-format
+msgid "List of nicknames in the group of %s:"
+msgstr "%s grubundaki nicklerin listesi:"
+
+#: language.cpp:605
+msgid "List of nicknames in your group:"
+msgstr "Grubunuzdaki nicklerin listesi:"
+
+#: language.cpp:825
+msgid "Local channels cannot be registered."
+msgstr "Local kanallar kayýt edilemezler."
+
+#: language.cpp:2644
+#, c-format
+msgid "Logon news item #%d deleted."
+msgstr "Baðlantý haberleri maddesi #%d silindi."
+
+#: language.cpp:2642
+#, c-format
+msgid "Logon news item #%d not found!"
+msgstr "Baðlantý haberleri maddesi #%d bulunamadý!"
+
+#: language.cpp:2627
+msgid "Logon news items:"
+msgstr "Baðlantý haberleri:"
+
+#: language.cpp:1711
+#, c-format
+msgid "Looking for yourself, eh %s?"
+msgstr "Kendinimi arýyorsun, %s?"
+
+#: language.cpp:2146
+msgid "MODE channel modes"
+msgstr "MODE kanaladý modlar"
+
+#: language.cpp:2463
+msgid "MODINFO FileName"
+msgstr "MODINFO FileName"
+
+#: language.cpp:2443
+msgid "MODLOAD FileName"
+msgstr "MODLOAD FileName"
+
+#: language.cpp:2445
+msgid "MODUNLOAD FileName"
+msgstr "MODUNLOAD FileName"
+
+#: language.cpp:2477
+#, c-format
+msgid "Mask %s already present on exception list."
+msgstr "Mask %s zaten exception listesinde bulunuyor."
+
+#: language.cpp:513
+#, c-format
+msgid "Mask %s already present on your access list."
+msgstr "%s access listenizde zaten var."
+
+#: language.cpp:121
+msgid "Mask must be in the form user@host."
+msgstr "Mask user@host þeklinde tanýmlanmalýdýr."
+
+#: language.cpp:2030
+#, c-format
+msgid "Maximum users: %d (%s)"
+msgstr "Maximum kullanýcý sayýsý: %d (%s)"
+
+#: language.cpp:1475
+#, c-format
+msgid "Memo %d does not exist!"
+msgstr "%d numaralý mesaj bulunamadý!"
+
+#: language.cpp:1523
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %d"
+msgstr "%d nolu mesaj %s nickinden (%s). Silmek için: /msg %s DEL %d yazýn."
+
+#: language.cpp:1525
+msgid "Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"
+msgstr ""
+"%d nolu mesaj %s nickinden (%s). Silmek için: /msg %s DEL %s %d yazýn."
+
+#: language.cpp:1533
+#, c-format
+msgid "Memo %d has been deleted."
+msgstr "%d nolu mesaj silindi."
+
+#: language.cpp:1583
+#, c-format
+msgid "Memo limit disabled for %s."
+msgstr "%s nickinin mesaj limiti kapatýldý."
+
+#: language.cpp:1579
+#, c-format
+msgid "Memo limit for %s set to %d."
+msgstr "%s nickinin mesaj limiti %d olarak ayarlandý."
+
+#: language.cpp:1581
+#, c-format
+msgid "Memo limit for %s set to 0."
+msgstr "%s nickinin mesaj limiti 0 olarak ayarlandý."
+
+#: language.cpp:1571
+#, c-format
+msgid "Memo limit too large; limiting to %d instead."
+msgstr "Mesaj limiti çok fazla; limit %d olarak deðiþtiriliyor."
+
+#: language.cpp:1489
+#, c-format
+msgid "Memo sent to %s."
+msgstr "%s nickine mesajýnýz gönderildi."
+
+#: language.cpp:1535
+#, c-format
+msgid "Memos %s have been deleted."
+msgstr "%s mesajlarý silindi."
+
+#: language.cpp:1509
+msgid "Memos for %s. To read, type: %R%s READ num"
+msgstr "%s nicki için mesajlar. Okumak için: /msg %s READ num yazýn."
+
+#: language.cpp:1513
+msgid "Memos for %s. To read, type: %R%s READ %s num"
+msgstr "%s kanali için mesajlar. Okumak için: /msg %s READ %s num yazýn."
+
+#: language.cpp:571
+msgid "Message mode"
+msgstr "Message mode"
+
+#: language.cpp:909
+#, c-format
+msgid "Mode %c ignored because you can't lock it."
+msgstr "%c modunu kitleyemezsiniz, yoksayildi."
+
+#: language.cpp:1379
+#, c-format
+msgid "Mode +h has been cleared from channel %s."
+msgstr "Mode +h has been cleared from channel %s."
+
+#: language.cpp:1377
+#, c-format
+msgid "Mode +o has been cleared from channel %s."
+msgstr "Mod +o %s kanalýnda temizlendi."
+
+#: language.cpp:1381
+#, c-format
+msgid "Mode +v has been cleared from channel %s."
+msgstr "Mod +v %s kanalýnda temizlendi."
+
+#: language.cpp:915
+#, c-format
+msgid "Mode lock on channel %s changed to %s."
+msgstr "%s kanalýnýn mod kilidi %s olarak deðiþtirildi."
+
+#: language.cpp:2439
+#, c-format
+msgid "Module %s is already loaded."
+msgstr "Module %s is already loaded."
+
+#: language.cpp:2441
+#, c-format
+msgid "Module %s isn't loaded."
+msgstr "Module %s isn't loaded."
+
+#: language.cpp:2429
+#, c-format
+msgid "Module %s loaded"
+msgstr "Module %s loaded"
+
+#: language.cpp:2431
+#, c-format
+msgid "Module %s unloaded"
+msgstr "Module %s unloaded"
+
+#: language.cpp:2453
+#, c-format
+msgid "Module: %s Version: %s Author: %s loaded: %s"
+msgstr "Module: %s Version: %s Author: %s loaded: %s"
+
+#: language.cpp:2449
+#, c-format
+msgid "Module: %s [%s] [%s]"
+msgstr "Module: %s [%s] [%s]"
+
+#: language.cpp:2341
+msgid "NOOP {SET|REVOKE} server"
+msgstr "NOOP {SET|REVOKE} server"
+
+#: language.cpp:2062
+#, c-format
+msgid "NS Aliases : %6d records, %5d kB"
+msgstr "NS Aliases : %6d records, %5d kB"
+
+#: language.cpp:2060
+#, c-format
+msgid "NS Groups : %6d records, %5d kB"
+msgstr "NS Groups : %6d records, %5d kB"
+
+#: language.cpp:765
+msgid "Never kicked by the bot's kickers"
+msgstr "Bot tarafýndan kicklenmemeyi saðlar."
+
+#: language.cpp:1649
+msgid "New memo"
+msgstr "New memo"
+
+#: language.cpp:1511
+msgid "New memos for %s. To read, type: %R%s READ num"
+msgstr "%s nicki için yeni mesajlar. Okumak için: /msg %s READ num yazýn."
+
+#: language.cpp:1515
+msgid "New memos for %s. To read, type: %R%s READ %s num"
+msgstr "%s kanali için yeni mesajlar. Okumak için: /msg %s READ %s num yazýn."
+
+#: language.cpp:2636
+msgid "News list is full!"
+msgstr "Haber listesi dolu!"
+
+#: language.cpp:157
+#, c-format
+msgid ""
+"Nick %s has been forbidden by %s:\n"
+"%s"
+msgstr ""
+"%s nicki yasaklanmýþtýr. %s:\n"
+"%s"
+
+#: language.cpp:160
+#, c-format
+msgid "Nick %s is an illegal nickname and cannot be used."
+msgstr "Nick %s is an illegal nickname and cannot be used."
+
+#: language.cpp:149
+#, c-format
+msgid "Nick %s is currently in use."
+msgstr "Nick %s is currently in use."
+
+#: language.cpp:694
+#, c-format
+msgid "Nick %s is now forbidden."
+msgstr "%s nickinin Kullanýmý yasaklandý."
+
+#: language.cpp:145
+#, c-format
+msgid "Nick %s is part of this Network's Services."
+msgstr "Nick %s is part of this Network's Services."
+
+#: language.cpp:624
+#, c-format
+msgid "Nick %s isn't being held."
+msgstr "%s nicki zaten serbest."
+
+#: language.cpp:151
+#, c-format
+msgid "Nick %s isn't currently in use."
+msgstr "%s nicki þu an kullanýmda deðil."
+
+#: language.cpp:147
+#, c-format
+msgid "Nick %s isn't registered."
+msgstr "%s kayýtlý bir nick deðil."
+
+#: language.cpp:155
+#, c-format
+msgid "Nick %s may not be registered or used."
+msgstr "%s nicki kayýt edilemez ve kullanýlamaz."
+
+#: language.cpp:2371
+#, c-format
+msgid "Nick %s not found on ignore list."
+msgstr "%s not found on ignore list."
+
+#: language.cpp:162
+#, c-format
+msgid "Nick %s was truncated to %d characters."
+msgstr "Nick %s was truncated to %d characters."
+
+#: language.cpp:501
+#, c-format
+msgid "Nick %s will expire."
+msgstr "Nick %s will expire."
+
+#: language.cpp:499
+#, c-format
+msgid "Nick %s will not expire."
+msgstr "Nick %s will not expire."
+
+#: language.cpp:1678
+#, c-format
+msgid "Nick %s doesn't have a memo from you."
+msgstr "Nick %s doesn't have a memo from you."
+
+#: language.cpp:325
+#, c-format
+msgid "Nick %s has been logged out."
+msgstr "%s nickinin çýkýþý yapýldý."
+
+#: language.cpp:301
+#, c-format
+msgid "Nick %s has been ungrouped from %s."
+msgstr "Nick %s has been ungrouped from %s."
+
+#: language.cpp:164
+#, c-format
+msgid "Nick %s is currently suspended."
+msgstr "Nick %s is currently suspended."
+
+#: language.cpp:686
+#, c-format
+msgid "Nick %s is now released."
+msgstr "Nick %s is now released."
+
+#: language.cpp:680
+#, c-format
+msgid "Nick %s is now suspended."
+msgstr "Nick %s is now suspended."
+
+#: language.cpp:702
+msgid "Nick NOT registered, please try again later."
+msgstr "Nick NOT registered, please try again later."
+
+#: language.cpp:710
+#, c-format
+msgid "Nickname %s confirmed"
+msgstr "Nickname %s confirmed"
+
+#: language.cpp:333
+#, c-format
+msgid "Nickname %s has been dropped."
+msgstr "%s nickinin kaydý silindi (dropped)."
+
+#: language.cpp:269
+#, c-format
+msgid "Nickname %s is already registered!"
+msgstr "%s nicki zaten kayýtlý!"
+
+#: language.cpp:267
+#, c-format
+msgid "Nickname %s may not be registered."
+msgstr "%s nicki kayýt edilemez."
+
+#: language.cpp:431
+#, c-format
+msgid "Nickname %s not registered."
+msgstr "Nickname %s not registered."
+
+#: language.cpp:271
+#, c-format
+msgid "Nickname %s registered under your account: %s"
+msgstr "%s nicki sizin adýnýza kayýt edildi: %s"
+
+#: language.cpp:273
+#, c-format
+msgid "Nickname %s registered."
+msgstr "Nickname %s registered."
+
+#: language.cpp:712
+#, c-format
+msgid "Nickname Registration (%s)"
+msgstr "Nickname Registration (%s)"
+
+#: language.cpp:650
+#, c-format
+msgid "Nickname password (%s)"
+msgstr "Nick þifresi (%s)"
+
+#: language.cpp:2795
+#, c-format
+msgid ""
+"Nicknames that are not used anymore are subject to \n"
+"the automatic expiration, i.e. they will be deleted\n"
+"after %d days if not used."
+msgstr ""
+"Daha fazla kullanýlmayan nicklerin otomatik olarak\n"
+"kaydýnýn silinmesi söz konusudur, mesela kullanýlmayan\n"
+"nickler %d gün sonra silinirler."
+
+#: language.cpp:1415
+msgid "No # found in front of channel name."
+msgstr "No # found in front of channel name."
+
+#: language.cpp:1881
+#, c-format
+msgid "No Bot mode is now OFF on channel %s."
+msgstr "Bot yok modu %s kanalý için KAPALI."
+
+#: language.cpp:1879
+#, c-format
+msgid "No Bot mode is now ON on channel %s."
+msgstr "Bot yok modu %s kanalý için AKTÝF."
+
+#: language.cpp:644
+#, c-format
+msgid "No Emails listed for %s."
+msgstr "No Emails listed for %s."
+
+#: language.cpp:1840
+msgid "No bot"
+msgstr "Bot yok"
+
+#: language.cpp:117
+#, c-format
+msgid "No help available for %s."
+msgstr "%s hakkýnda yardým bulunamadý."
+
+#: language.cpp:2461
+#, c-format
+msgid "No information about module %s is available"
+msgstr "No information about module %s is available"
+
+#: language.cpp:2646
+msgid "No logon news items to delete!"
+msgstr "Silebileceðiniz baðlantý haberleri maddesi yok!"
+
+#: language.cpp:1050
+#, c-format
+msgid "No matching entries on %s AOP list."
+msgstr "%s kanali AOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1079
+#, c-format
+msgid "No matching entries on %s HOP list."
+msgstr "%s kanali HOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1021
+#, c-format
+msgid "No matching entries on %s QOP list."
+msgstr "No matching entries on %s QOP list."
+
+#: language.cpp:1108
+#, c-format
+msgid "No matching entries on %s SOP list."
+msgstr "%s kanali SOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1137
+#, c-format
+msgid "No matching entries on %s VOP list."
+msgstr "%s kanali VOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1182
+#, c-format
+msgid "No matching entries on %s access list."
+msgstr "Uyuþan kayýt %s kanalýnýn access listesinde yok."
+
+#: language.cpp:1223
+#, c-format
+msgid "No matching entries on %s autokick list."
+msgstr "Uyuþan kayýt %s kanalýnýn akick listesinde bulunamadý."
+
+#: language.cpp:1987
+#, c-format
+msgid "No matching entries on %s bad words list."
+msgstr "Uyuþan kayýt %s kanalýnýn küfür listesinde bulunamadý."
+
+#: language.cpp:2489
+msgid "No matching entries on session-limit exception list."
+msgstr "session-limit exception listesinde uyuþan kayýt bulunamadý."
+
+#: language.cpp:2188
+msgid "No matching entries on the AKILL list."
+msgstr "Uyuþan kayýt AKILL listesinde bulunamadý."
+
+#: language.cpp:2224
+msgid "No matching entries on the SNLINE list."
+msgstr "SNLINE listesinde uyuþan kayýt bulunamadý."
+
+#: language.cpp:2253
+msgid "No matching entries on the SQLINE list."
+msgstr "SQLINE listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:2284
+msgid "No matching entries on the SZLINE list."
+msgstr "SZLINE listesinde uyuþan kayýt bulunamadý."
+
+#: language.cpp:1477
+msgid "No matching memos found."
+msgstr "Uyuþan mesaj bulunamadý."
+
+#: language.cpp:1499
+msgid "No memo was cancelable."
+msgstr "Ýptal edilecek mesaj yoktu."
+
+#: language.cpp:1531
+msgid "No memos were deleted."
+msgstr "Hiç mesaj silinmedi."
+
+#: language.cpp:2459
+msgid "No modules currently loaded"
+msgstr "No modules currently loaded"
+
+#: language.cpp:2666
+msgid "No oper news items to delete!"
+msgstr "Silebileceðiniz operatör haberleri maddesi yok!"
+
+#: language.cpp:2686
+msgid "No random news items to delete!"
+msgstr "Silinecek karisik haber yok!"
+
+#: language.cpp:193
+msgid "No reason"
+msgstr "Sebep yok"
+
+#: language.cpp:793
+msgid "No signed kick when SIGNKICK LEVEL is used"
+msgstr "SIGNKICK LEVEL kullanýldýðýnda iþaretli atma yapýlmaz."
+
+#: language.cpp:1046
+#, c-format
+msgid "No such entry (#%d) on %s AOP list."
+msgstr "(#%d) %s kanalinin AOP listesinde böyle bir kayit bulunamadi."
+
+#: language.cpp:1075
+#, c-format
+msgid "No such entry (#%d) on %s HOP list."
+msgstr "(#%d) %s kanali HOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1017
+#, c-format
+msgid "No such entry (#%d) on %s QOP list."
+msgstr "No such entry (#%d) on %s QOP list."
+
+#: language.cpp:1104
+#, c-format
+msgid "No such entry (#%d) on %s SOP list."
+msgstr "(#%d) %s kanali SOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1133
+#, c-format
+msgid "No such entry (#%d) on %s VOP list."
+msgstr "(#%d) %s kanali VOP listesinde uyusan kayit bulunamadi."
+
+#: language.cpp:1178
+#, c-format
+msgid "No such entry (#%d) on %s access list."
+msgstr "(#%d) þeklinde bir kayýt %s kanalýnýn access listesinde bulunamadý."
+
+#: language.cpp:1219
+#, c-format
+msgid "No such entry (#%d) on %s autokick list."
+msgstr "(#%d) þeklinde bir kayýt %s kanalýnýn akick listesinde bulunamadý."
+
+#: language.cpp:1983
+#, c-format
+msgid "No such entry (#%d) on %s bad words list."
+msgstr "(#%d) þeklinde bir kayýt %s kanalýnýn küfür listesinde bulunamadý."
+
+#: language.cpp:2485
+#, c-format
+msgid "No such entry (#%d) session-limit exception list."
+msgstr "(#%d) böyle bir kayýt yok. session-limit exception listesi."
+
+#: language.cpp:575 language.cpp:1844
+msgid "None"
+msgstr "YOK"
+
+#: language.cpp:741
+msgid "Not allowed to join channel"
+msgstr "RESTRICTED özelliðinin aktif olmasý halinde kanala giremez."
+
+#: language.cpp:3487
+#, c-format
+msgid ""
+"Note that any channel which is not used for %d days\n"
+"(i.e. which no user on the channel's access list enters\n"
+"for that period of time) will be automatically dropped."
+msgstr ""
+"Unutmayýn %d gün kullanýlmayan kanallarýn\n"
+"(kanalýn access listesinde olan bir kimse o süre içinde \n"
+"kanala girmezse ) kaydý silinir."
+
+#: language.cpp:2501
+msgid "Num Limit Host"
+msgstr "Sayý Limit Host"
+
+#: language.cpp:2154
+msgid "OLINE nick flags"
+msgstr "OLINE nick flags"
+
+#: language.cpp:1423
+msgid "OP #channel [nick]"
+msgstr "OP #channel [nick]"
+
+#: language.cpp:1321
+msgid "OP Notice"
+msgstr "OP Notu"
+
+#: language.cpp:2650
+msgid "OPERNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "OPERNEWS {ADD|DEL|LIST} [yazý|num]"
+
+#: language.cpp:1431
+msgid "OWNER #channel"
+msgstr "OWNER #channel"
+
+#: language.cpp:1735
+msgid "Old info is equal to the new one."
+msgstr "Eski bilgiler þimdikilerle ayný."
+
+#: language.cpp:2413
+msgid "On Level Nick"
+msgstr "On Level Nick"
+
+#: language.cpp:2411
+msgid "Only Super-Admins can use this command."
+msgstr "Only Super-Admins can use this command."
+
+#: language.cpp:978
+#, c-format
+msgid "Op-notice option for %s is now OFF."
+msgstr "Op-notice option for %s is now OFF."
+
+#: language.cpp:976
+#, c-format
+msgid "Op-notice option for %s is now ON."
+msgstr "Op-notice option for %s is now ON."
+
+#: language.cpp:2664
+#, c-format
+msgid "Oper news item #%d deleted."
+msgstr "Operatör haberleri maddesi #%d silindi."
+
+#: language.cpp:2662
+#, c-format
+msgid "Oper news item #%d not found!"
+msgstr "Operatör haberleri maddesi #%d bulunamadý!"
+
+#: language.cpp:2652
+msgid "Oper news items:"
+msgstr "Operatör haberleri:"
+
+#: language.cpp:2070
+#, c-format
+msgid "OperServ : %6d records, %5d kB"
+msgstr "OperServ : %6d kayýt, %5d kB"
+
+#: language.cpp:2156
+#, c-format
+msgid "Operflags %s have been added for %s."
+msgstr "An O:Line with the flags %s has been added for %s."
+
+#: language.cpp:1832
+msgid "Ops protection"
+msgstr "Oplarý koruma"
+
+#: language.cpp:343
+#, c-format
+msgid "Option %s cannot be set on this network."
+msgstr "Option %s cannot be set on this network."
+
+#: language.cpp:1429
+msgid "PROTECT #channel [nick]"
+msgstr "PROTECT #channel [nick]"
+
+#: language.cpp:708
+#, c-format
+msgid "Passcode for %s is %s."
+msgstr "Passcode for %s is %s."
+
+#: language.cpp:307
+msgid "Password accepted - you are now recognized."
+msgstr "Þifre kabul edildi."
+
+#: language.cpp:177
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY password."
+msgstr ""
+"Bu komutu kullanabilmek için þifrenizi girmelisiniz.\n"
+"/msg %s IDENTIFY þifreniz yazarak yeniden deneyiniz."
+
+#: language.cpp:180
+msgid ""
+"Password authentication required for that command.\n"
+"Retry after typing %R%s IDENTIFY %s password."
+msgstr ""
+"Bu komutu kullanabilmek için þifrenizi girmelisiniz.\n"
+"/msg %s IDENTIFY %s þifreniz yazarak yeniden deneyiniz."
+
+#: language.cpp:353
+#, c-format
+msgid "Password changed to %s."
+msgstr "Nick þifreniz %s olarak deðiþtirildi."
+
+#: language.cpp:351
+msgid "Password changed."
+msgstr "Þifreniz deðiþtirildi."
+
+#: language.cpp:439
+#, c-format
+msgid "Password for %s changed to %s."
+msgstr "Password for %s changed to %s."
+
+#: language.cpp:437
+#, c-format
+msgid "Password for %s changed."
+msgstr "Password for %s changed."
+
+#: language.cpp:638
+#, c-format
+msgid "Password for %s is %s."
+msgstr "%s nickinin þifresi %s."
+
+#: language.cpp:131
+msgid "Password incorrect."
+msgstr "Þifre geçersiz."
+
+#: language.cpp:661
+#, c-format
+msgid "Password of %s has been sent."
+msgstr "%s nickinin þifresi gönderildi."
+
+#: language.cpp:676
+#, c-format
+msgid "Password reset email for %s has been sent."
+msgstr "Password reset email for %s has been sent."
+
+#: language.cpp:1323
+msgid "Peace"
+msgstr "Baris"
+
+#: language.cpp:933
+#, c-format
+msgid "Peace option for %s is now OFF."
+msgstr "Peace option for %s is now OFF."
+
+#: language.cpp:931
+#, c-format
+msgid "Peace option for %s is now ON."
+msgstr "Peace option for %s is now ON."
+
+#: language.cpp:1339
+msgid "Persistant"
+msgstr "Persistant"
+
+#: language.cpp:5313
+msgid "Please contact an Operator to get a vhost assigned to this nick."
+msgstr "Please contact an Operator to get a vhost assigned to this nick."
+
+#: language.cpp:137
+msgid ""
+"Please try again with a more obscure password. Passwords should be at least "
+"five characters long, should not be something easily guessed (e.g. your real "
+"name or your nick), and cannot contain the space or tab characters."
+msgstr ""
+"Lütfen daha zor bir þifre deneyin. Þifreler en az 5 karakter uzunlukta, "
+"kolayca tahmin edilemeyecek birþey olmalýdýr(ör: gerçek isminiz, nickiniz v."
+"b. olmamalýdýr), ve boþlukla tab kullanýlmamalýdýr."
+
+#: language.cpp:2349
+msgid "Please use a valid server name when juping"
+msgstr "Please use a valid server name when juping"
+
+#: language.cpp:841
+msgid "Please use the symbol of # when attempting to register"
+msgstr "Please use the symbol of # when attempting to register"
+
+#: language.cpp:191
+#, c-format
+msgid "Please wait %d seconds and retry."
+msgstr "Lütfen %d saniye bekleyin ve tekrar deneyin."
+
+#: language.cpp:285
+#, c-format
+msgid "Please wait %d seconds before using the GROUP command again."
+msgstr "GROUP komutunu tekrar kullanmadan önce lütfen %d saniye bekleyin."
+
+#: language.cpp:265
+#, c-format
+msgid "Please wait %d seconds before using the REGISTER command again."
+msgstr "Lütfen %d saniye REGISTER komutunu tekrar kullanmak için bekleyin."
+
+#: language.cpp:1659
+#, c-format
+msgid "Please wait %d seconds before using the RSEND command again."
+msgstr "Please wait %d seconds before using the RSEND command again."
+
+#: language.cpp:1483
+#, c-format
+msgid "Please wait %d seconds before using the SEND command again."
+msgstr "Lütfen %d saniye SEND komutunu tekrar kullanmak için bekleyin."
+
+#: language.cpp:569
+msgid "Private"
+msgstr "Özel"
+
+#: language.cpp:1887
+#, c-format
+msgid "Private mode of bot %s is now OFF."
+msgstr "%s botunun özel seçenegi artik KAPALI."
+
+#: language.cpp:1885
+#, c-format
+msgid "Private mode of bot %s is now ON."
+msgstr "%s botunun özel seçenegi artik AKTIF."
+
+#: language.cpp:939
+#, c-format
+msgid "Private option for %s is now OFF."
+msgstr "Private option for %s is now OFF."
+
+#: language.cpp:937
+#, c-format
+msgid "Private option for %s is now ON."
+msgstr "Private option for %s is now ON."
+
+#: language.cpp:471
+#, c-format
+msgid "Private option is now OFF for %s."
+msgstr "Private option is now OFF for %s."
+
+#: language.cpp:395
+msgid "Private option is now OFF."
+msgstr "Özel seçeneði: KAPALI."
+
+#: language.cpp:469
+#, c-format
+msgid "Private option is now ON for %s."
+msgstr "Private option is now ON for %s."
+
+#: language.cpp:393
+msgid "Private option is now ON."
+msgstr "Özel seçeneði: AKTÝF."
+
+#: language.cpp:565
+msgid "Protection"
+msgstr "Kill korumasý"
+
+#: language.cpp:459
+#, c-format
+msgid "Protection is now OFF for %s."
+msgstr "Protection is now OFF for %s."
+
+#: language.cpp:383
+msgid "Protection is now OFF."
+msgstr "Kill korumasý: KAPALI."
+
+#: language.cpp:455
+#, c-format
+msgid "Protection is now ON for %s, with a reduced delay."
+msgstr "Protection is now ON for %s, with a reduced delay."
+
+#: language.cpp:457
+#, c-format
+msgid "Protection is now ON for %s, with no delay."
+msgstr "Protection is now ON for %s, with no delay."
+
+#: language.cpp:453
+#, c-format
+msgid "Protection is now ON for %s."
+msgstr "Protection is now ON for %s."
+
+#: language.cpp:377
+msgid "Protection is now ON, with a reduced delay."
+msgstr "Kill korumasý: zaman limitli olarak AKTÝF."
+
+#: language.cpp:379
+msgid "Protection is now ON, with no delay."
+msgstr "Anýnda kill korumasý: AKTÝF."
+
+#: language.cpp:375
+msgid "Protection is now ON."
+msgstr "Kill korumasý: AKTÝF."
+
+#: language.cpp:2457
+#, c-format
+msgid "Providing IRCD handler for: %s"
+msgstr "Providing IRCD handler for: %s"
+
+#: language.cpp:2455
+msgid "Providing command: %R%s %s"
+msgstr "Providing command: /msg %s %s"
+
+#: language.cpp:1007
+msgid "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+
+#: language.cpp:1031
+#, c-format
+msgid ""
+"QOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"QOP list for %s:\n"
+" Num Nick"
+
+#: language.cpp:2670
+msgid "RANDOMNEWS {ADD|DEL|LIST} [text|num]"
+msgstr "RANDOMNEWS {ADD|DEL|LIST} [yazi|no]"
+
+#: language.cpp:1521
+msgid "READ [channel] {list | LAST | NEW}"
+msgstr "READ [kanaladý] {liste | LAST | NEW}"
+
+#: language.cpp:615
+msgid "RECOVER nickname [password]"
+msgstr "RECOVER nick [þifre]"
+
+#: language.cpp:821
+msgid "REGISTER channel description"
+msgstr "REGISTER kanaladý açýklama"
+
+#: language.cpp:259
+msgid "REGISTER password email"
+msgstr "REGISTER þifreniz emailiniz"
+
+#: language.cpp:257
+msgid "REGISTER password [email]"
+msgstr "REGISTER þifreniz [emailiniz]"
+
+#: language.cpp:622
+msgid "RELEASE nickname [password]"
+msgstr "RELEASE nick [þifre]"
+
+#: language.cpp:663
+msgid "RESETPASS nickname"
+msgstr "RESETPASS nickname"
+
+#: language.cpp:1663
+msgid "RSEND {nick | channel} memo-text"
+msgstr "RSEND {nick | channel} memo-text"
+
+#: language.cpp:2684
+#, c-format
+msgid "Random news item #%d deleted."
+msgstr "#%d numarali karisik haber silindi."
+
+#: language.cpp:2682
+#, c-format
+msgid "Random news item #%d not found!"
+msgstr "#%d numarali karisik haber bulunamadi!"
+
+#: language.cpp:2672
+msgid "Random news items:"
+msgstr "Karisik haberler:"
+
+#: language.cpp:723
+msgid ""
+"Registration step 1 may have expired, please use \"%R%s register <password> "
+"<email>\" first."
+msgstr ""
+"Registration step 1 may have expired, please use \"/msg %s register "
+"<password> <email>\" first."
+
+#: language.cpp:665
+#, c-format
+msgid "Reset password request for %s"
+msgstr "Reset password request for %s"
+
+#: language.cpp:1325
+msgid "Restricted Access"
+msgstr "Kisitli Erisim."
+
+#: language.cpp:957
+#, c-format
+msgid "Restricted access option for %s is now OFF."
+msgstr "Restricted access option for %s is now OFF."
+
+#: language.cpp:955
+#, c-format
+msgid "Restricted access option for %s is now ON."
+msgstr "Restricted access option for %s is now ON."
+
+#: language.cpp:491
+msgid "SASAET nickname PRIVATE {ON | OFF}"
+msgstr "SSAET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:849
+msgid "SASET channel option parameters"
+msgstr "SASET channel option parameters"
+
+#: language.cpp:851
+msgid "SASET channel KEEPTOPIC {ON | OFF}"
+msgstr "SASET channel KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:853
+msgid "SASET channel OPNOTICE {ON | OFF}"
+msgstr "SASET channel OPNOTICE {ON | OFF}"
+
+#: language.cpp:855
+msgid "SASET channel PEACE {ON | OFF}"
+msgstr "SASET channel PEACE {ON | OFF}"
+
+#: language.cpp:857
+msgid "SASET channel PERSIST {ON | OFF}"
+msgstr "SASET channel PERSIST {ON | OFF}"
+
+#: language.cpp:859
+msgid "SASET channel PRIVATE {ON | OFF}"
+msgstr "SASET channel PRIVATE {ON | OFF}"
+
+#: language.cpp:861
+msgid "SASET channel RESTRICTED {ON | OFF}"
+msgstr "SASET channel RESTRICTED {ON | OFF}"
+
+#: language.cpp:863
+msgid "SASET channel SECURE {ON | OFF}"
+msgstr "SASET channel SECURE {ON | OFF}"
+
+#: language.cpp:865
+msgid "SASET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SASET channel SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:867
+msgid "SASET channel SECUREOPS {ON | OFF}"
+msgstr "SASET channel SECUREOPS {ON | OFF}"
+
+#: language.cpp:869
+msgid "SASET channel SIGNKICK {ON | OFF}"
+msgstr "SASET channel SIGNKICK {ON | OFF}"
+
+#: language.cpp:871
+msgid "SASET channel TOPICLOCK {ON | OFF}"
+msgstr "SASET channel TOPICLOCK {ON | OFF}"
+
+#: language.cpp:873
+msgid "SASET channel XOP {ON | OFF}"
+msgstr "SASET channel XOP {ON | OFF}"
+
+#: language.cpp:427
+msgid "SASET nickname option parameters"
+msgstr "SASET nickname option parameters"
+
+#: language.cpp:503
+msgid "SASET nickname AUTOOP {ON | OFF}"
+msgstr "SASET nickname AUTOOP {ON | OFF}"
+
+#: language.cpp:473
+msgid "SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:451
+msgid "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:449
+msgid "SASET nickname KILL {ON | QUICK | OFF}"
+msgstr "SASET nickname KILL {ON | QUICK | OFF}"
+
+#: language.cpp:509
+msgid "SASET nickname LANGUAGE number"
+msgstr "SASET nickname LANGUAGE number"
+
+#: language.cpp:497
+msgid "SASET nickname NOEXPIRE {ON | OFF}"
+msgstr "SASET nickname NOEXPIRE {ON | OFF}"
+
+#: language.cpp:467
+msgid "SASET nickname PRIVATE {ON | OFF}"
+msgstr "SASET nickname PRIVATE {ON | OFF}"
+
+#: language.cpp:461
+msgid "SASET nickname SECURE {ON | OFF}"
+msgstr "SASET nickname SECURE {ON | OFF}"
+
+#: language.cpp:2004
+msgid "SAY channel text"
+msgstr "SAY kanaladý yazý"
+
+#: language.cpp:1479
+msgid "SEND {nick | channel} memo-text"
+msgstr "SEND {nick | kanaladý} mesaj"
+
+#: language.cpp:646
+msgid "SENDPASS nickname"
+msgstr "SENDPASS nick"
+
+#: language.cpp:648
+msgid "SENDPASS command unavailable because encryption is in use."
+msgstr "SENDPASS komutu devre dýþý çünkü þifreleme(encryption) devrede."
+
+#: language.cpp:2357
+msgid ""
+"SERVICES_BIN not defined; cannot restart. Rerun the configure script and "
+"recompile Services to enable the RESTART command."
+msgstr ""
+"SERVICES_BIN tanýmlanmamýþ; restart edilemiyor. Yeniden configure edin ve "
+"RESTART komutunu aktifleþtirmek için Servisleri yeniden derleyin."
+
+#: language.cpp:2516
+msgid "SESSION LIST limit"
+msgstr "SESSION LIST limit"
+
+#: language.cpp:2518
+msgid "SESSION VIEW host"
+msgstr "SESSION VIEW host"
+
+#: language.cpp:2514
+msgid "SESSION {LIST limit | VIEW host}"
+msgstr "SESSION {LIST limit | VIEW host}"
+
+#: language.cpp:5307
+msgid "SET <nick> <hostmask>."
+msgstr "SET <nick> <hostmask>."
+
+#: language.cpp:1846
+msgid "SET (channel | bot) option settings"
+msgstr "SET kanaladý özellik ayarlar"
+
+#: language.cpp:1877
+msgid "SET botname NOBOT {ON|OFF}"
+msgstr "SET kanaladý NOBOT {ON|OFF}"
+
+#: language.cpp:1883
+msgid "SET botname PRIVATE {ON|OFF}"
+msgstr "SET kanaladi PRIVATE {ON|OFF}"
+
+#: language.cpp:875
+msgid "SET channel option parameters"
+msgstr "SET kanaladý özellik parametre"
+
+#: language.cpp:1853
+msgid "SET channel DONTKICKOPS {ON|OFF}"
+msgstr "SET kanaladý DONTKICKOPS {ON|OFF}"
+
+#: language.cpp:1859
+msgid "SET channel DONTKICKVOICES {ON|OFF}"
+msgstr "SET kanaladý DONTKICKVOICES {ON|OFF}"
+
+#: language.cpp:1865
+msgid "SET channel FANTASY {ON|OFF}"
+msgstr "SET kanaladý FANTASY {ON|OFF}"
+
+#: language.cpp:1871
+msgid "SET channel GREET {ON|OFF}"
+msgstr "SET kanaladý GREET {ON|OFF}"
+
+#: language.cpp:917
+msgid "SET channel KEEPTOPIC {ON | OFF}"
+msgstr "SET kanaladý KEEPTOPIC {ON | OFF}"
+
+#: language.cpp:992
+msgid "SET channel NOEXPIRE {ON | OFF}"
+msgstr "SET kanaladý NOEXPIRE {ON | OFF}"
+
+#: language.cpp:974
+msgid "SET channel OPNOTICE {ON | OFF}"
+msgstr "SET kanaladý OPNOTICE {ON | OFF}"
+
+#: language.cpp:929
+msgid "SET channel PEACE {ON | OFF}"
+msgstr "SET kanaladi PEACE {ON | OFF}"
+
+#: language.cpp:986
+msgid "SET channel PERSIST {ON | OFF}"
+msgstr "SET channel PERSIST {ON | OFF}"
+
+#: language.cpp:935
+msgid "SET channel PRIVATE {ON | OFF}"
+msgstr "SET kanaladý PRIVATE {ON | OFF}"
+
+#: language.cpp:953
+msgid "SET channel RESTRICTED {ON | OFF}"
+msgstr "SET kanaladý RESTRICTED {ON | OFF}"
+
+#: language.cpp:959
+msgid "SET channel SECURE {ON | OFF}"
+msgstr "SET kanal SECURE {ON | OFF}"
+
+#: language.cpp:947
+msgid "SET channel SECUREFOUNDER {ON | OFF}"
+msgstr "SET kanaladý SECUREFOUNDER {ON | OFF}"
+
+#: language.cpp:941
+msgid "SET channel SECUREOPS {ON | OFF}"
+msgstr "SET kanaladý SECUREOPS {ON | OFF}"
+
+#: language.cpp:965
+msgid "SET channel SIGNKICK {ON | LEVEL | OFF}"
+msgstr "SET kanaladý SIGNKICK {ON | LEVEL | OFF}"
+
+#: language.cpp:1889
+msgid "SET channel SYMBIOSIS {ON|OFF}"
+msgstr "SET kanaladý SYMBIOSIS {ON|OFF}"
+
+#: language.cpp:923
+msgid "SET channel TOPICLOCK {ON | OFF}"
+msgstr "SET kanaladý TOPICLOCK {ON | OFF}"
+
+#: language.cpp:980
+msgid "SET channel XOP {ON | OFF}"
+msgstr "SET kanaladi XOP {ON | OFF}"
+
+#: language.cpp:335
+msgid "SET option parameters"
+msgstr "SET özellik parametre"
+
+#: language.cpp:2301
+msgid "SET option setting"
+msgstr "SET özellik ayar"
+
+#: language.cpp:421
+msgid "SET AUTOOP {ON | OFF}"
+msgstr "SET AUTOOP {ON | OFF}"
+
+#: language.cpp:397
+msgid "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+msgstr "SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"
+
+#: language.cpp:373
+msgid "SET KILL {ON | QUICK | IMMED | OFF}"
+msgstr "SET KILL {ON | QUICK | IMMED | OFF}"
+
+#: language.cpp:371
+msgid "SET KILL {ON | QUICK | OFF}"
+msgstr "SET KILL {ON | QUICK | OFF}"
+
+#: language.cpp:355
+#, fuzzy
+msgid "SET LANGUAGE language"
+msgstr "SET LANGUAGE numara"
+
+#: language.cpp:1559
+msgid "SET LIMIT [channel] limit"
+msgstr "SET LIMIT [kanaladý] limit"
+
+#: language.cpp:1561
+msgid "SET LIMIT [user | channel] {limit | NONE} [HARD]"
+msgstr "SET LIMIT [kullanýcý | kanaladý] {limit | NONE} [HARD]"
+
+#: language.cpp:415
+msgid "SET MSG {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:1543
+msgid "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+msgstr "SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"
+
+#: language.cpp:391
+msgid "SET PRIVATE {ON | OFF}"
+msgstr "SET PRIVATE {ON | OFF}"
+
+#: language.cpp:385
+msgid "SET SECURE {ON | OFF}"
+msgstr "SET SECURE {ON | OFF}"
+
+#: language.cpp:337
+msgid "SET [nick] option parameters"
+msgstr "SET [nick] özellik parametre"
+
+#: language.cpp:5309
+msgid "SETALL <nick> <hostmask>."
+msgstr "SETALL <nick> <hostmask>."
+
+#: language.cpp:2232
+msgid "SNLINE list is empty."
+msgstr "SNLINE listesi boþ."
+
+#: language.cpp:2212
+msgid ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:"
+"reason]]"
+msgstr ""
+"SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-"
+"sýrasý} [sebep]]"
+
+#: language.cpp:1094
+msgid "SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "SOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]"
+
+#: language.cpp:1118
+#, c-format
+msgid ""
+"SOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s kanali SOP listesi:\n"
+" Num Nick"
+
+#: language.cpp:2261
+msgid "SQLINE list is empty."
+msgstr "SQLINE listesi bos."
+
+#: language.cpp:2241
+msgid ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zaman asimi] {mask | kayit-"
+"sirasi} [sebep]]"
+
+#: language.cpp:1493
+msgid "STAFF memo-text"
+msgstr "STAFF memo-text"
+
+#: language.cpp:1277
+msgid "STATUS channel item"
+msgstr "STATUS channel item"
+
+#: language.cpp:531
+#, c-format
+msgid "STATUS %s %d %s"
+msgstr "STATUS %s %d %s"
+
+#: language.cpp:1285
+#, c-format
+msgid "STATUS %s %s %d"
+msgstr "STATUS %s %s %d"
+
+#: language.cpp:1281
+#, c-format
+msgid "STATUS ERROR Channel %s forbidden"
+msgstr "STATUS ERROR Channel %s forbidden"
+
+#: language.cpp:1279
+#, c-format
+msgid "STATUS ERROR Channel %s not registered"
+msgstr "STATUS ERROR Channel %s not registered"
+
+#: language.cpp:1283
+#, c-format
+msgid "STATUS ERROR Nick %s not online"
+msgstr "STATUS ERROR Nick %s not online"
+
+#: language.cpp:1405
+msgid "SUSPEND channel reason"
+msgstr "SUSPEND channel reason"
+
+#: language.cpp:1403
+msgid "SUSPEND channel [reason]"
+msgstr "SUSPEND channel [reason]"
+
+#: language.cpp:678
+msgid "SUSPEND nickname reason"
+msgstr "SUSPEND nickname reason"
+
+#: language.cpp:2168
+msgid "SVSNICK nick newnick "
+msgstr "SVSNICK nick newnick "
+
+#: language.cpp:2292
+msgid "SZLINE list is empty."
+msgstr "SZLINE listesi boþ."
+
+#: language.cpp:2270
+msgid ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} "
+"[reason]]"
+msgstr ""
+"SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-"
+"sýrasý} [sebep]]"
+
+#: language.cpp:1327
+msgid "Secure"
+msgstr "Güvenlik"
+
+#: language.cpp:1331
+msgid "Secure Founder"
+msgstr "Secure Founder"
+
+#: language.cpp:1329
+msgid "Secure Ops"
+msgstr "Secure Ops"
+
+#: language.cpp:951
+#, c-format
+msgid "Secure founder option for %s is now OFF."
+msgstr "Secure founder option for %s is now OFF."
+
+#: language.cpp:949
+#, c-format
+msgid "Secure founder option for %s is now ON."
+msgstr "Secure founder option for %s is now ON."
+
+#: language.cpp:945
+#, c-format
+msgid "Secure ops option for %s is now OFF."
+msgstr "Secure ops option for %s is now OFF."
+
+#: language.cpp:943
+#, c-format
+msgid "Secure ops option for %s is now ON."
+msgstr "Secure ops option for %s is now ON."
+
+#: language.cpp:963
+#, c-format
+msgid "Secure option for %s is now OFF."
+msgstr "Secure option for %s is now OFF."
+
+#: language.cpp:961
+#, c-format
+msgid "Secure option for %s is now ON."
+msgstr "Secure option for %s is now ON."
+
+#: language.cpp:465
+#, c-format
+msgid "Secure option is now OFF for %s."
+msgstr "Secure option is now OFF for %s."
+
+#: language.cpp:389
+msgid "Secure option is now OFF."
+msgstr "Güvenlik seçeneði: KAPALI."
+
+#: language.cpp:463
+#, c-format
+msgid "Secure option is now ON for %s."
+msgstr "Secure option is now ON for %s."
+
+#: language.cpp:387
+msgid "Secure option is now ON."
+msgstr "Güvenlik seçeneði: AKTÝF."
+
+#: language.cpp:567
+msgid "Security"
+msgstr "Güvenlik"
+
+#: language.cpp:2144
+#, c-format
+msgid "Servers found: %d"
+msgstr "Servers found: %d"
+
+#: language.cpp:2421
+msgid "Services are in Defcon mode, Please try again later."
+msgstr "This service is temporarly disabled, please try again later"
+
+#: language.cpp:2317
+msgid "Services are no longer reporting log messages to a channel."
+msgstr "Services is no longer reporting log messages to a channel."
+
+#: language.cpp:2423
+#, c-format
+msgid "Services are now at DEFCON %d"
+msgstr "Services are now at DEFCON %d"
+
+#: language.cpp:2331
+msgid "Services are now in expire mode."
+msgstr "Servisler þimdi expire modunda."
+
+#: language.cpp:2329
+msgid "Services are now in no expire mode."
+msgstr "Servisler þimdi no expire modunda."
+
+#: language.cpp:2309
+msgid "Services are now in read-only mode."
+msgstr "Servisler þimdi read-only modunda."
+
+#: language.cpp:2311
+msgid "Services are now in read-write mode."
+msgstr "Servisler þimdi read-write modunda."
+
+#: language.cpp:2325
+#, c-format
+msgid "Services are now in debug mode (level %d)."
+msgstr "Servisler þimdi debug modunda (seviye %d)."
+
+#: language.cpp:2321
+msgid "Services are now in debug mode."
+msgstr "Servisler þimdi debug modunda."
+
+#: language.cpp:2323
+msgid "Services are now in non-debug mode."
+msgstr "Servisler þimdi non-debug modunda."
+
+#: language.cpp:2315
+#, c-format
+msgid "Services are now reporting log messages to %s."
+msgstr "Services is now reporting log messages to %s."
+
+#: language.cpp:183
+msgid "Services have been configured to not send mail."
+msgstr "Servislerin mail gönderme özelliði devre dýþýdýr."
+
+#: language.cpp:2369
+msgid "Services ignore list:"
+msgstr "Servisler ignore listesi:"
+
+#: language.cpp:2020
+msgid ""
+"Services is unable to change modes. Are your servers configured correctly?"
+msgstr "Servisler mod deðiþtiremiyor. Serverin doðru ayarlandýðýna emin olun."
+
+#: language.cpp:2022
+msgid ""
+"Services is unable to change modes. Are your servers' U:lines configured "
+"correctly?"
+msgstr ""
+"Servisler mod deðiþtiremiyor. Serverin U:line larýnýn doðru ayarlandýðýna "
+"emin olun."
+
+#: language.cpp:2034
+#, c-format
+msgid "Services up %d day, %02d:%02d"
+msgstr "Servisler %d gündür çalýþýyor, %02d:%02d"
+
+#: language.cpp:2032
+#, c-format
+msgid "Services up %d days, %02d:%02d"
+msgstr "Servisler %d gündür çalýþýyor, %02d:%02d"
+
+#: language.cpp:2042
+#, c-format
+msgid "Services up %d hour, %d minute"
+msgstr "Servisler %d saat, %d dakikadýr çalýþýyor."
+
+#: language.cpp:2040
+#, c-format
+msgid "Services up %d hour, %d minutes"
+msgstr "Servisler %d saat, %d dakikadýr çalýþýyor."
+
+#: language.cpp:2038
+#, c-format
+msgid "Services up %d hours, %d minute"
+msgstr "Servisler %d saat, %d dakikadýr çalýþýyor."
+
+#: language.cpp:2036
+#, c-format
+msgid "Services up %d hours, %d minutes"
+msgstr "Servisler %d saat, %d dakikadýr çalýþýyor."
+
+#: language.cpp:2050
+#, c-format
+msgid "Services up %d minute, %d second"
+msgstr "Servisler %d dakika, %d saniyedir çalýþýyor."
+
+#: language.cpp:2048
+#, c-format
+msgid "Services up %d minute, %d seconds"
+msgstr "Servisler %d dakika, %d saniyedir çalýþýyor."
+
+#: language.cpp:2046
+#, c-format
+msgid "Services up %d minutes, %d second"
+msgstr "Servisler %d dakika, %d saniyedir çalýþýyor."
+
+#: language.cpp:2044
+#, c-format
+msgid "Services up %d minutes, %d seconds"
+msgstr "Servisler %d dakika, %d saniyedir çalýþýyor."
+
+#: language.cpp:507
+#, c-format
+msgid "Services will no longer autoop %s in channels."
+msgstr "Services will no longer autoop %s in channels."
+
+#: language.cpp:425
+msgid "Services will no longer autoop you in channels."
+msgstr "Services will no longer autoop you in channels."
+
+#: language.cpp:505
+#, c-format
+msgid "Services will now autoop %s in channels."
+msgstr "Services will now autoop %s in channels."
+
+#: language.cpp:423
+msgid "Services will now autoop you in channels."
+msgstr "Services will now autoop you in channels."
+
+#: language.cpp:493
+#, c-format
+msgid "Services will now reply to %s with messages."
+msgstr "Services will now reply to %s with messages."
+
+#: language.cpp:495
+#, c-format
+msgid "Services will now reply to %s with notices."
+msgstr "Services will now reply to %s with notices."
+
+#: language.cpp:417
+msgid "Services will now reply to you with messages."
+msgstr "Services will now reply to you with messages."
+
+#: language.cpp:419
+msgid "Services will now reply to you with notices."
+msgstr "Services will now reply to you with notices."
+
+#: language.cpp:2355
+msgid "Services' configuration file has been reloaded."
+msgstr "Servislerin conf dosyasý yeniden yüklendi."
+
+#: language.cpp:626
+msgid "Services' hold on your nick has been released."
+msgstr "Nickiniz serbest býrakýldý."
+
+#: language.cpp:2481
+#, c-format
+msgid "Session limit for %s set to %d."
+msgstr "%s için session limit %d olarak deðiþtirildi."
+
+#: language.cpp:2475
+msgid "Session limiting is disabled."
+msgstr "Session limit koyma devre dýþý."
+
+#: language.cpp:2479
+msgid "Session-limit exception list is full!"
+msgstr "Session-limit exception listesi dolu!"
+
+#: language.cpp:2072
+#, c-format
+msgid "Sessions : %6d records, %5d kB"
+msgstr "Oturumlar : %6d kayýt, %5d kB"
+
+#: language.cpp:2526
+msgid "Sessions Host"
+msgstr "Sessionlar Host"
+
+#: language.cpp:1263
+msgid ""
+"Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid "
+"settings."
+msgstr ""
+"Varolmayan ayar: %s. Geçerli ayar listesi için /msg %s HELP LEVELS DESC "
+"yazýnýz."
+
+#: language.cpp:2327
+msgid "Setting for DEBUG must be ON, OFF, or a positive number."
+msgstr "DEBUG ayarý ON, OFF, veya pozitif bir sayý olmalýdýr."
+
+#: language.cpp:2307
+msgid "Setting for IGNORE must be ON or OFF."
+msgstr "IGNORE ayarý ON veya OFF þeklinde olmalýdýr."
+
+#: language.cpp:2319
+msgid "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+msgstr "Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."
+
+#: language.cpp:2333
+msgid "Setting for NOEXPIRE must be ON or OFF."
+msgstr "NOEXPIRE ayarý ON yada OFF olmalýdýr."
+
+#: language.cpp:2313
+msgid "Setting for READONLY must be ON or OFF."
+msgstr "READONLY ayarý ON veya OFF þeklinde olmalýdýr."
+
+#: language.cpp:2405
+msgid ""
+"Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"
+msgstr "Setting for SuperAdmin must be ON or OFF."
+
+#: language.cpp:972
+#, c-format
+msgid "Signed kick option for %s is now OFF."
+msgstr "Signed kick option for %s is now OFF."
+
+#: language.cpp:969
+#, c-format
+msgid ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+msgstr ""
+"Signed kick option for %s is now ON, but depends of the\n"
+"level of the user that is using the command."
+
+#: language.cpp:967
+#, c-format
+msgid "Signed kick option for %s is now ON."
+msgstr "Signed kick option for %s is now ON."
+
+#: language.cpp:1333
+msgid "Signed kicks"
+msgstr "Ýþaretli atma"
+
+#: language.cpp:5406
+msgid "Sorry, OLINE is not available on this network."
+msgstr "Sorry, OLINE is not available on this network."
+
+#: language.cpp:1661
+msgid "Sorry, RSEND has been disabled on this network."
+msgstr "Sorry, RSEND has been disabled on this network."
+
+#: language.cpp:2214
+msgid "Sorry, SNLINE is not available on this network."
+msgstr "SNLINE bu networkte mevcut deðil."
+
+#: language.cpp:5404
+msgid "Sorry, SQLINE is not available on this network."
+msgstr "Sorry, SQLINE is not available on this network."
+
+#: language.cpp:5402
+msgid "Sorry, SVSNICK is not available on this network."
+msgstr "Sorry, SVSNICK is not available on this network."
+
+#: language.cpp:2272
+msgid "Sorry, SZLINE is not available on this network."
+msgstr "SZLINE bu networkte mevcut deðil."
+
+#: language.cpp:5408
+msgid "Sorry, UMODE is not available on this network."
+msgstr "Sorry, UMODE is not available on this network."
+
+#: language.cpp:1752
+msgid "Sorry, bot assignment is temporarily disabled."
+msgstr "Kanala bot sokma geçici olarak devre dýþý."
+
+#: language.cpp:1729
+msgid "Sorry, bot creation failed."
+msgstr "Bot yaratma baþarýsýz."
+
+#: language.cpp:1731
+msgid "Sorry, bot modification is temporarily disabled."
+msgstr "Botta deðiþiklik yapma geçici olarak devre dýþý."
+
+#: language.cpp:1848
+msgid "Sorry, bot option setting is temporarily disabled."
+msgstr "Bot özellik ayarý geçici olarak devre dýþý."
+
+#: language.cpp:1038
+msgid "Sorry, channel AOP list modification is temporarily disabled."
+msgstr "Kanal AOP listesi degisiklikleri geçici olarak devre disidir."
+
+#: language.cpp:1067
+msgid "Sorry, channel HOP list modification is temporarily disabled."
+msgstr "Kanal HOP listesi degisiklikleri geçici olarak devre disidir."
+
+#: language.cpp:1009
+msgid "Sorry, channel QOP list modification is temporarily disabled."
+msgstr "Sorry, channel QOP list modification is temporarily disabled."
+
+#: language.cpp:1096
+msgid "Sorry, channel SOP list modification is temporarily disabled."
+msgstr "Kanal SOP listesi degisikligi geçici olarak devre disidir."
+
+#: language.cpp:1125
+msgid "Sorry, channel VOP list modification is temporarily disabled."
+msgstr "Kanal VOP listesi degisikligi geçici olarak devre disidir."
+
+#: language.cpp:1162
+msgid "Sorry, channel access list modification is temporarily disabled."
+msgstr "Kanal access listesinin deðiþtirilmesi geçici olarak devre dýþýdýr."
+
+#: language.cpp:1211
+msgid "Sorry, channel autokick list modification is temporarily disabled."
+msgstr "Kanal Akick listesinin deðiþtirilmesi geçici olarak devre dýþýdýr."
+
+#: language.cpp:1975
+msgid "Sorry, channel bad words list modification is temporarily disabled."
+msgstr "Kanalýn küfür listesinde deðiþiklik yapma geçici olarak devre dýþýdýr."
+
+#: language.cpp:845
+msgid "Sorry, channel de-registration is temporarily disabled."
+msgstr "Kanal kaydýnýn silinmesi(DROP) geçici olarak devre dýþýdýr."
+
+#: language.cpp:877
+msgid "Sorry, channel option setting is temporarily disabled."
+msgstr "Chanserv'ün SET komutu geçici olarak devre dýþýdýr."
+
+#: language.cpp:823
+msgid "Sorry, channel registration is temporarily disabled."
+msgstr "Kanal kaydý geçici olarak devre dýþýdýr."
+
+#: language.cpp:435
+#, c-format
+msgid "Sorry, couldn't change password for %s."
+msgstr "Sorry, couldn't change password for %s."
+
+#: language.cpp:349
+msgid "Sorry, couldn't change password."
+msgstr "Þifre deðiþtirilemedi."
+
+#: language.cpp:283
+msgid "Sorry, grouping failed."
+msgstr "Nick gruplama baþarýsýz."
+
+#: language.cpp:305
+msgid "Sorry, identification failed."
+msgstr "Tanýmlama baþarýsýz."
+
+#: language.cpp:1897
+msgid "Sorry, kicker configuration is temporarily disabled."
+msgstr "Atma ayarlarý geçici olarak devre dýþý."
+
+#: language.cpp:1497
+msgid "Sorry, memo canceling is temporarily disabled."
+msgstr "Mesaj iptal etme geçici olarak devre dýþýdýr."
+
+#: language.cpp:1541
+msgid "Sorry, memo option setting is temporarily disabled."
+msgstr "MemoServ'ün SET komutu geçici olarak devre dýþýdýr."
+
+#: language.cpp:1481
+msgid "Sorry, memo sending is temporarily disabled."
+msgstr "Mesaj yollama geçici olarak devre dýþýdýr."
+
+#: language.cpp:329
+msgid "Sorry, nickname de-registration is temporarily disabled."
+msgstr "Nick kaydý silinmesi geçici olarak devre dýþýdýr."
+
+#: language.cpp:281
+msgid "Sorry, nickname grouping is temporarily disabled."
+msgstr "Nick gruplama geçici olarak devre dýþý."
+
+#: language.cpp:339
+msgid "Sorry, nickname option setting is temporarily disabled."
+msgstr "NickServ'ün SET komutu geçici olarak devre dýþýdýr."
+
+#: language.cpp:261
+msgid "Sorry, nickname registration is temporarily disabled."
+msgstr "Nick kaydý geçici olarak devre dýþýdýr."
+
+#: language.cpp:263
+msgid "Sorry, registration failed."
+msgstr "Nick kaydý baþarýsýz."
+
+#: language.cpp:2178
+#, c-format
+msgid "Sorry, you can only have %d AKILLs."
+msgstr "Sadece %d kiþi AKILL listesinde olabilir."
+
+#: language.cpp:998
+#, c-format
+msgid "Sorry, you can only have %d AOP/SOP/VOP entries on a channel."
+msgstr "Bir kanala toplam %d AOP/SOP/VOP kayit edilebilir."
+
+#: language.cpp:2218
+#, c-format
+msgid "Sorry, you can only have %d SNLINEs."
+msgstr "Sadece %d kiþi SNLINE listesinde olabilir."
+
+#: language.cpp:2247
+#, c-format
+msgid "Sorry, you can only have %d SQLINEs."
+msgstr "Toplam %d SQLINE olabilir."
+
+#: language.cpp:2276
+#, c-format
+msgid "Sorry, you can only have %d SZLINEs."
+msgstr "Sadece %d kiþi SZLINE listesinde olabilir."
+
+#: language.cpp:515
+#, c-format
+msgid "Sorry, you can only have %d access entries for a nickname."
+msgstr "Bir nick için sadece %d tane access girilebilir."
+
+#: language.cpp:1170
+#, c-format
+msgid "Sorry, you can only have %d access entries on a channel."
+msgstr "Kanalda sadece %d tane access kaydý olabilir."
+
+#: language.cpp:1215
+#, c-format
+msgid "Sorry, you can only have %d autokick masks on a channel."
+msgstr "Bir kanalýn akick listesinde en fazla %d kiþi olabilir."
+
+#: language.cpp:1977
+#, c-format
+msgid "Sorry, you can only have %d bad words entries on a channel."
+msgstr "Bir kanalda sadece %d tane küfür kaydý olabilir."
+
+#: language.cpp:835
+#, c-format
+msgid "Sorry, you have already exceeded your limit of %d channels."
+msgstr "%d kanallýk limitinizi aþtýnýz."
+
+#: language.cpp:833
+#, c-format
+msgid "Sorry, you have already reached your limit of %d channels."
+msgstr "%d kanallýk limitinizi doldurdunuz."
+
+#: language.cpp:2138
+msgid "Statistics reset."
+msgstr "Ýstatistikler resetlendi."
+
+#: language.cpp:319
+msgid "Status updated (memos, vhost, chmodes, flags)."
+msgstr "Status updated (memos, vhost, chmodes, flags)."
+
+#: language.cpp:1699
+msgid "Stop flooding!"
+msgstr "Flood yapma!"
+
+#: language.cpp:1701
+msgid "Stop repeating yourself!"
+msgstr "Kendini tekrar etme!"
+
+#: language.cpp:889
+#, c-format
+msgid "Successor for %s unset."
+msgstr "%s için successor kaldýrýldý."
+
+#: language.cpp:887
+#, c-format
+msgid "Successor for %s changed to %s."
+msgstr "%s için successor %s olarak deðiþtirildi."
+
+#: language.cpp:5410
+msgid "SuperAdmin setting not enabled in services.conf"
+msgstr "SuperAdmin setting not enabled in services.conf"
+
+#: language.cpp:1842
+msgid "Symbiosis"
+msgstr "Gerçek bot"
+
+#: language.cpp:1893
+#, c-format
+msgid "Symbiosis mode is now OFF on channel %s."
+msgstr "Gerçek bot modu %s kanalýnda KAPALI."
+
+#: language.cpp:1891
+#, c-format
+msgid "Symbiosis mode is now ON on channel %s."
+msgstr "Gerçek bot modu %s kanalýnda AKTÝF."
+
+#: language.cpp:113
+#, c-format
+msgid "Syntax: %s"
+msgstr "Kullanýmý: %s"
+
+#: language.cpp:3602
+#, c-format
+msgid ""
+"Syntax: %s channel BANTYPE bantype\n"
+" \n"
+"Sets the ban type that will be used by services whenever\n"
+"they need to ban someone from your channel.\n"
+" \n"
+"bantype is a number between 0 and 3 that means:\n"
+" \n"
+"0: ban in the form *!user@host\n"
+"1: ban in the form *!*user@host\n"
+"2: ban in the form *!*@host\n"
+"3: ban in the form *!*user@*.domain"
+msgstr ""
+"Kullanýmý: %s kanaladý BANTYPE bantipi\n"
+"\n"
+"Servislerin birini kanaldan banlarken kullanacaðý ban \n"
+"tipini belirler.\n"
+"\n"
+"bantipi 0 ile 3 arasýnda bir sayýdýr ve anlamlarý þudur:\n"
+"\n"
+"0: *!user@host formatýnda ban için\n"
+"1: *!*user@host formatýnda ban için\n"
+"2: *!*@host formatýnda ban için\n"
+"3: *!*user@*.domain formatýnda ban için"
+
+#: language.cpp:3591
+#, c-format
+msgid ""
+"Syntax: %s channel DESC description\n"
+" \n"
+"Sets the description for the channel, which shows up with\n"
+"the LIST and INFO commands."
+msgstr ""
+"Kullanýmý: %s kanaladý DESC açýklama\n"
+"\n"
+"LIST ve INFO komutlarý kullanýldýðýnda gözükecek kanal \n"
+"açýklamasýný belirler."
+
+#: language.cpp:3596
+#, c-format
+msgid ""
+"Syntax: %s channel ENTRYMSG [message]\n"
+" \n"
+"Sets the message which will be sent via /notice to users\n"
+"when they enter the channel. If no parameter is given,\n"
+"causes no message to be sent upon entering the channel."
+msgstr ""
+"Kullanýmý: %s kanaladý ENTRYMSG [mesaj]\n"
+"\n"
+"Kanala giren kullanýcýlara notice þeklinde gönderilecek\n"
+"mesajý belirler. Eðer mesaj parametresi belirtilmezse\n"
+"giren kullanýcýya bir mesaj gönderilmez."
+
+#: language.cpp:3576
+#, c-format
+msgid ""
+"Syntax: %s channel FOUNDER nick\n"
+" \n"
+"Changes the founder of a channel. The new nickname must\n"
+"be a registered one."
+msgstr ""
+"Kullanýmý: %s kanaladý FOUNDER nick\n"
+"\n"
+"Kanal founderýný deðiþtirir. Yeni nickin kayýtlý \n"
+"olmasý gereklidir."
+
+#: language.cpp:3614
+#, c-format
+msgid ""
+"Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+" \n"
+"Enables or disables the topic retention option for a\t\n"
+"channel. When topic retention is set, the topic for the\n"
+"channel will be remembered by %S even after the\n"
+"last user leaves the channel, and will be restored the\n"
+"next time the channel is created."
+msgstr ""
+"Kullanýmý: %s kanaladý KEEPTOPIC {ON | OFF}\n"
+"\n"
+"Bir kanal için topic hatýrlamayý aktifleþtirir yada kapatýr.\n"
+"topic hatýrlama aktifse kanal kapansa bile kanal topic i\n"
+"%S tarafýndan hatýrlanýr ve birisi kanala girdiðinde bu\n"
+"topic geçerli olur."
+
+#: language.cpp:3629
+#, c-format
+msgid ""
+"Syntax: %s channel MLOCK modes\n"
+" \n"
+"Sets the mode-lock parameter for the channel. %S\n"
+"allows you to define certain channel modes to be always\n"
+"on, off or free to be either on or off.\n"
+" \n"
+"The modes parameter is constructed exactly the same way \n"
+"as a /MODE command; that is, modes followed by a + are \n"
+"locked on, and modes followed by a - are locked off. Note,\n"
+"however, that unlike the /MODE command, each use of\n"
+"SET MLOCK will remove all modes previously locked before\n"
+"setting the new!\n"
+" \n"
+"Warning: If you set a mode-locked key, as in the second\n"
+"example below, you should also set the RESTRICTED option for\n"
+"the channel (see HELP SET RESTRICTED), or anyone entering\n"
+"the channel when it is empty will be able to see the key!\n"
+" \n"
+"Examples:\n"
+" \n"
+" SET #channel MLOCK +nt-iklps\n"
+" Forces modes n and t on, and modes i, k, l, p, and\n"
+" s off. Mode m is left free to be either on or off.\n"
+" \n"
+" SET #channel MLOCK +knst-ilmp my-key\n"
+" Forces modes k, n, s, and t on, and modes i, l, m,\n"
+" and p off. Also forces the channel key to be\n"
+" \"my-key\".\n"
+" \n"
+" SET #channel MLOCK +\n"
+" Removes the mode lock; all channel modes are free\n"
+" to be either on or off."
+msgstr ""
+"Kullanýmý: %s kanaladý MLOCK modlar\n"
+"\n"
+"Bir kanal için mod-kilidini aktifleþtirir. %S belirlediðiniz\n"
+"modlarýn her zaman açýk yada kapalý olacaðýný ayarlar.\n"
+"+ ile belirtilen modlar açik olarak, - ile belirtilen modlar\n"
+"kapali olarak kitlenir.\n"
+"\n"
+"Dikkat: Eðer ikinci örnekteki gibi bir mod kilidi koyarsanýz,\n"
+"kanalýn RESTRICTED özelliðinide aktifleþtirmeniz gerekir\n"
+"(HELP SET RESTRICTED e bakýn), yoksa kanal boþken ilk\n"
+"giren kiþi kanal key ini(anahtar) görebilir!\n"
+"\n"
+"Örnekler:\n"
+"\n"
+" SET #kanaladý MLOCK +nt-iklps\n"
+" n ve t modlarýný hep açýk, i, k, l, p, ve s modlarýný hep\n"
+" açýk olarak ayarlar. m modu ise istenildiði gibi ayarlanabilir\n"
+" açýk yada kapalý.\n"
+"\n"
+" SET #kanaladý MLOCK +knst-ilmp anahtar\n"
+" k, n, s, ve t modlarý hep açýk, ve i, l, m, ve p modlarý\n"
+" hep kapalý. Ayrýca kanal anahtarýný belirler ve hep o \n"
+" anahtar olmasýný saðlar.\n"
+"\n"
+" SET #kanaladý MLOCK +\n"
+" Mod kilidini kaldýrýr; ve tüm kanal modlarýný açýlýp \n"
+" kapanacak þekilde serbest býrakýr."
+
+#: language.cpp:3756
+#, c-format
+msgid ""
+"Syntax: %s channel OPNOTICE {ON | OFF}\n"
+" \n"
+"Enables or disables the op-notice option for a channel.\n"
+"When op-notice is set, %S will send a notice to the\n"
+"channel whenever the OP or DEOP commands are used for a user\n"
+"in the channel."
+msgstr ""
+"Kullanýmý: %s kanaladý OPNOTICE {ON | OFF}\n"
+"\n"
+"Bir kanal için op-notu özelliðini açar yada kapatýr.\n"
+"op-notu özelliði aktifse, %S kanala bir kullanýcý \n"
+"üzerinde OP veya DEOP komutlarýnýn kullanýldýðýný\n"
+"belirten bir mesaj gönderir."
+
+#: language.cpp:3662
+#, c-format
+msgid ""
+"Syntax: %s channel PEACE {ON | OFF}\n"
+" \n"
+"Enables or disables the peace option for a channel.\n"
+"When peace is set, a user won't be able to kick,\n"
+"ban or remove a channel status of a user that has\n"
+"a level superior or equal to his via %S commands."
+msgstr ""
+"Kullanimi: %s kanaladi PEACE {ON | OFF}\n"
+"\n"
+"Bir kanalin peace özelligini açar veya kapatir.\n"
+"peace özelligi ayarlandiginda, hic kimse seviyesi kendinden\n"
+"yüksek veya esit olanlari atamaz, banlayamaz veya %S\n"
+"seviyesini degistiremez."
+
+#: language.cpp:3735
+#, c-format
+msgid ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+" \n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+" \n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+" \n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+msgstr ""
+"Syntax: %s channel PERSIST {ON | OFF}\n"
+"Enables or disables the persistant channel setting.\n"
+"When persistant is set, the service bot will remain\n"
+"in the channel when it has emptied of users.\n"
+"\n"
+"If your IRCd does not a permanent (persistant) channel\n"
+"mode you must have a service bot in your channel to\n"
+"set persist on, and it can not be unassigned while persist\n"
+"is on.\n"
+"\n"
+"If this network does not have BotServ enabled and does\n"
+"not have a permanent channel mode, ChanServ will\n"
+"join your channel when you set persist on (and leave when\n"
+"it has been set off).\n"
+"\n"
+"If your IRCd has a permanent (persistant) channel mode\n"
+"and is is set or unset (for any reason, including MLOCK),\n"
+"persist is automatically set and unset for the channel aswell.\n"
+"Additionally, services will set or unset this mode when you\n"
+"set persist on or off."
+
+#: language.cpp:3669
+msgid ""
+"Syntax: %s channel PRIVATE {ON | OFF}\n"
+" \n"
+"Enables or disables the private option for a channel.\n"
+"When private is set, a %R%S LIST will not\n"
+"include the channel in any lists."
+msgstr ""
+"Kullanýmý: %s kanaladý PRIVATE {ON | OFF}\n"
+"\n"
+"Bir kanal için private özelliðini açar kapatýr. private özelliði\n"
+"aktifse, /msg %S LIST komutuyla kanal listelenemez."
+
+#: language.cpp:3675
+#, c-format
+msgid ""
+"Syntax: %s channel RESTRICTED {ON | OFF}\n"
+" \n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+msgstr ""
+"Kullanýmý: %s kanaladý RESTRICTED {ON | OFF}\n"
+"\n"
+"Enables or disables the restricted access option for a\n"
+"channel. When restricted access is set, users not on the access list will\n"
+"instead be kicked and banned from the channel."
+
+#: language.cpp:3681
+#, c-format
+msgid ""
+"Syntax: %s channel SECURE {ON | OFF}\n"
+" \n"
+"Enables or disables %S's security features for a\n"
+"channel. When SECURE is set, only users who have\n"
+"registered their nicknames with %s and IDENTIFY'd\n"
+"with their password will be given access to the channel\n"
+"as controlled by the access list."
+msgstr ""
+"Kullanýmý: %s kanaladý SECURE {ON | OFF}\n"
+"\n"
+"Bir kanal için %S'ün güvenlik özelliklerini açar veya \n"
+"kapatýr. SECURE özelliði aktifse, sadece nicki kayýtlý\n"
+"ve %s ile nickini tanýtmýþ kullanýcýlar kanalda access \n"
+"alabilirler ve access listesindeki statülerini\n"
+"alabilirler.(mesela op olabilirler)"
+
+#: language.cpp:3695
+#, fuzzy, c-format
+msgid ""
+"Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+" \n"
+"Enables or disables the secure founder option for a channel.\n"
+"When secure founder is set, only the real founder will be\n"
+"able to drop the channel, change its password, its founder and its\n"
+"successor, and not those who have founder level access through\n"
+"the access/qop command."
+msgstr ""
+"Kullanýmý: %s kanaladý SECUREFOUNDER {ON | OFF}\n"
+"\n"
+"Bir kanal için güvenli founder özelliðini açar yada kapatýr.\n"
+"güvenli founder özelliði aktifse, sadece gerçek founder \n"
+"kanalýn kaydýný silebilir, kanal þifresini deðiþtirebilir yada\n"
+"kanal founderýný ve successor ýný deðiþtirebilir. Kanal \n"
+"þifresiyle kendilerini %S'e kanal founderý olarak tanýtan \n"
+"ama nicki founderýn nicki olmayanlar bu komutlarý kullanamazlar."
+
+#: language.cpp:3689
+#, c-format
+msgid ""
+"Syntax: %s channel SECUREOPS {ON | OFF}\n"
+" \n"
+"Enables or disables the secure ops option for a channel.\n"
+"When secure ops is set, users who are not on the userlist\n"
+"will not be allowed chanop status."
+msgstr ""
+"Kullanýmý: %s kanaladý SECUREOPS {ON | OFF}\n"
+"\n"
+"Bir kanal için güvenli op özelliðini açar veya kapatýr.\n"
+"güvenli op özelliði aktifse, access listesinde olmayan\n"
+"kullanýcýlar kanalda op olamazlar."
+
+#: language.cpp:3703
+msgid ""
+"Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+" \n"
+"Enables or disables signed kicks for a\n"
+"channel. When SIGNKICK is set, kicks issued with\n"
+"%S KICK command will have the nick that used the\n"
+"command in their reason.\n"
+" \n"
+"If you use LEVEL, those who have a level that is superior \n"
+"or equal to the SIGNKICK level on the channel won't have their \n"
+"kicks signed. See %R%S HELP LEVELS for more information."
+msgstr ""
+"Kullanýmý: %s kanaladý SIGNKICK {ON | LEVEL | OFF}\n"
+"\n"
+"Bir kanal için iþaretli atmayý açar yada kapatýr.\n"
+"SIGNKICK ayarlandýðý zaman, %S KICK\n"
+"komutuyla yapýlan atmalarda komutu kullanan kiþinin\n"
+"nicki atma sebebinde yer alýr.\n"
+"\n"
+"Eðer LEVEL parametresini kullanýrsanýz, seviyesi\n"
+"SIGNKICK seviyesine eþit yada fazla olanlarýn yaptýðý\n"
+"atmalarda atanýn nicki sebepte gözükmez. Daha fazla\n"
+"bilgi için /msg %S HELP LEVELS yazýn."
+
+#: language.cpp:3581
+#, c-format
+msgid ""
+"Syntax: %s channel SUCCESSOR nick\n"
+" \n"
+"Changes the successor of a channel. If the founder's\n"
+"nickname expires or is dropped while the channel is still\n"
+"registered, the successor will become the new founder of the\n"
+"channel. However, if the successor already has too many\n"
+"channels registered (%d), the channel will be dropped\n"
+"instead, just as if no successor had been set. The new\n"
+"nickname must be a registered one."
+msgstr ""
+"Kullanýmý: %s kanaladý SUCCESSOR nick\n"
+"\n"
+"Kanal successorýný belirler, deðiþtirir. Eðer bir kanalýn\n"
+"founderýnýn nicki zaman aþýmýna uðrayýp kaydý silinirse\n"
+"yada kanal kayýtlýyken nickin kaydý bilerek silinirse(drop)\n"
+"successor kanalýn yeni founderý durumuna gelir. Fakat eðer\n"
+"successorýnda çok fazla kayýtlý kanalý varsa(%d) veya kanal\n"
+"için bir successor belirtilmemiþse kanalýn kaydý silinir(drop).\n"
+"Komutta belirtilen nickin kayýtlý olmasý gereklidir."
+
+#: language.cpp:3622
+#, c-format
+msgid ""
+"Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+" \n"
+"Enables or disables the topic lock option for a channel.\n"
+"When topic lock is set, %S will not allow the\n"
+"channel topic to be changed except via the TOPIC\n"
+"command."
+msgstr ""
+"Kullanýmý: %s kanaladý TOPICLOCK {ON | OFF}\n"
+"\n"
+"Bir kanal için topic kilidini aktifleþtirir yada kapatýr.\n"
+"topic kilidi aktifse, %S SET TOPIC komutunun\n"
+"dýþýnda kanal topic inin deðiþtirilmesine izin vermez."
+
+#: language.cpp:3714
+#, c-format
+msgid ""
+"Syntax: %s channel XOP {ON | OFF}\n"
+" \n"
+"Enables or disables the xOP lists system for a channel.\n"
+"When XOP is set, you have to use the AOP/SOP/VOP\n"
+"commands in order to give channel privileges to\n"
+"users, else you have to use the ACCESS command.\n"
+" \n"
+"Technical Note: when you switch from access list to xOP \n"
+"lists system, your level definitions and user levels will be\n"
+"changed, so you won't find the same values if you\n"
+"switch back to access system! \n"
+" \n"
+"You should also check that your users are in the good xOP \n"
+"list after the switch from access to xOP lists, because the \n"
+"guess is not always perfect... in fact, it is not recommended \n"
+"to use the xOP lists if you changed level definitions with \n"
+"the LEVELS command.\n"
+" \n"
+"Switching from xOP lists system to access list system\n"
+"causes no problem though."
+msgstr ""
+"Kullanimi: %s kanaladi XOP {ON | OFF}\n"
+"\n"
+"Bir kanalin xOP sistemini açar veya kapatir. XOP\n"
+"ayarlandigi zaman, AOP/SOP/VOP komutlariyla\n"
+"yetkileri düzenlemelisiniz, aksi takdirde ACCESS\n"
+"komutunu kullanmalisiniz.\n"
+"\n"
+"Teknik Not: Access sisteminden xOP sisteminde\n"
+"geçtiginizde seviye ayarlariniz degistirilir, bu\n"
+"yüzden tekrar access sistemine geçtiginizde ayni\n"
+"ayarlari bulamazsiniz! \n"
+"\n"
+"Access sisteminden xOP sistemine geçtiginizde listedeki\n"
+"ayricaliklari kontrol edip listenizdeki nicklerin dogru\n"
+"xOP ayarlarinda bulundugunu kontrol edin, çünkü sistemin\n"
+"tahmin etmesi her zaman dogru olmayabilir... Eger LEVELS\n"
+"komutuyla komut seviye ayarlarini degistirdiyseniz xOP\n"
+"sistemini kullanmaniz önerilmez.\n"
+"\n"
+"Bunlarin disinda xOP sisteminden access sistemine geçmek\n"
+"bir problem çikarmaz."
+
+#: language.cpp:3951
+msgid ""
+"Syntax: ACCESS channel ADD nick level\n"
+" ACCESS channel DEL {nick | entry-num | list}\n"
+" ACCESS channel LIST [mask | list]\n"
+" ACCESS channel VIEW [mask | list]\n"
+" ACCESS channel CLEAR\n"
+" \n"
+"Maintains the access list for a channel. The access\n"
+"list specifies which users are allowed chanop status or\n"
+"access to %S commands on the channel. Different\n"
+"user levels allow for access to different subsets of\n"
+"privileges; %R%S HELP ACCESS LEVELS for more\n"
+"specific information. Any nick not on the access list has\n"
+"a user level of 0.\n"
+" \n"
+"The ACCESS ADD command adds the given nickname to the\n"
+"access list with the given user level; if the nick is\n"
+"already present on the list, its access level is changed to\n"
+"the level specified in the command. The level specified\n"
+"must be less than that of the user giving the command, and\n"
+"if the nick is already on the access list, the current\n"
+"access level of that nick must be less than the access level\n"
+"of the user giving the command.\n"
+" \n"
+"The ACCESS DEL command removes the given nick from the\n"
+"access list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The ACCESS LIST command displays the access list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" ACCESS #channel LIST 2-5,7-9\n"
+" Lists access entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+" \n"
+"The ACCESS CLEAR command clears all entries of the\n"
+"access list."
+msgstr ""
+"Kullanýmý: ACCESS kanaladý ADD nick seviye\n"
+" ACCESS kanaladý DEL {nick | kayýt-no | liste}\n"
+" ACCESS kanaladý LIST [mask | liste]\n"
+" ACCESS kanaladý VIEW [mask | liste]\n"
+" ACCESS kanaladý CLEAR\n"
+"\n"
+"Bir kanal için access listesi oluþturur. Access listesi\n"
+"kanalda kimlerin op olacaðýný ve %S komutlarýna\n"
+"kimlerin eriþimi olacaðýný belirtir. Deðiþik access\n"
+"seviyeleri deðiþik komutlara eriþim saðlar. Ayrýntýlý bilgi\n"
+"için /msg %S HELP ACCESS LEVELS yazýn. Access\n"
+"listesinde olmayan kullanýcýlarýn seviyesi 0 dýr.\n"
+"\n"
+"ACCESS ADD komutu belirtilen nicki belirtilen seviyeden\n"
+"access listesine ekler; eðer o kiþi zaten access listesindeyse\n"
+"seviyesini belirtilen seviyeyle deðiþtirir. Belirtilen seviye \n"
+"komutu kullanan kiþinin seviyesinden az olmalýdýr, eðer \n"
+"belirtilen nick zaten access listesindeyse komutu kullanan \n"
+"kiþinin access seviyesi onunkinden büyük olmalýdýr.\n"
+"\n"
+"ACCESS DEL komutu belirtilen nicki access listesinden siler.\n"
+"eðer kayýt numarasý belirtilmiþse o kayýt numarasý olan kiþinin \n"
+"accessi silinir.(Aþaðýdaki LIST için verilen örneðe bakýn.)\n"
+"\n"
+"ACCESS LIST komutu access listesini görüntüler. Eðer * lý \n"
+"bir mask belirtilirse o maskla uyuþan kiþiler listelenir. \n"
+"Eðer kayýt numarasý listesi belirtilirse o kiþiler listelenir.\n"
+"Örneðin:\n"
+"\n"
+" ACCESS #kanaladý LIST 2-5,7-9\n"
+" 2'den 5'e ve 7'den 9'a kadar olan access kayýtlarý\n"
+" listelenir.\n"
+"\n"
+"The ACCESS VIEW command displays the access list similar\n"
+"to ACCESS LIST but shows the creator and last used time.\n"
+"\n"
+"ACCESS CLEAR komutu tüm access listesini temizler."
+
+#: language.cpp:2902
+#, c-format
+msgid ""
+"Syntax: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+" \n"
+"Modifies or displays the access list for your nick. This\n"
+"is the list of addresses which will be automatically\n"
+"recognized by %S as allowed to use the nick. If\n"
+"you want to use the nick from a different address, you\n"
+"need to send an IDENTIFY command to make %S\n"
+"recognize you.\n"
+" \n"
+"Examples:\n"
+" \n"
+" ACCESS ADD anyone@*.bepeg.com\n"
+" Allows access to user anyone from any machine in\n"
+" the bepeg.com domain.\n"
+" \n"
+" ACCESS DEL anyone@*.bepeg.com\n"
+" Reverses the previous command.\n"
+" \n"
+" ACCESS LIST\n"
+" Displays the current access list."
+msgstr ""
+"Kullanýmý: ACCESS ADD mask\n"
+" ACCESS DEL mask\n"
+" ACCESS LIST\n"
+"\n"
+"Nickinizin access litesini görüntüler ve deðiþiklikler \n"
+"yapmanýzý saðlar. Bu listede belirtilen adresler %S \n"
+"tarafýndan nickinizi kullanabilmek için otomatik olarak \n"
+"tanýnacak adreslerdir. (böylece identify komutunu \n"
+"kullanmanýza gerek kalmaz.) Eðer belirtilenden farklý bir \n"
+"adresle baðlanmýþsanýz %S 'ün sizi tanýmasý için \n"
+"IDENTIFY komutunu kullanmanýz gerekir.\n"
+"\n"
+"Örnekler:\n"
+"\n"
+" ACCESS ADD birisi@*.ixir.com\n"
+" Kullanýcý birisi'ne ixir.com \n"
+" domaininden herhangi bir makineden \n"
+" eriþim saðlar.\n"
+"\n"
+" ACCESS DEL birisi@*.ixir.com\n"
+" Önceki komutun tersini yapar(siler).\n"
+"\n"
+" ACCESS LIST\n"
+" Mevcut access listesini görüntüler."
+
+#: language.cpp:5237
+msgid ""
+"Syntax: ACT channel text\n"
+" \n"
+"Makes the bot do the equivalent of a \"/me\" command\n"
+"on the given channel using the given text."
+msgstr ""
+"Kullanýmý: ACT kanaladý yazý\n"
+"\n"
+"Botun belirtilen yazýyla belirtilen kanalda \"/me\" komutunun \n"
+"yaptýðýný kendi üzerinde yapmasýný saðlar."
+
+#: language.cpp:4012
+#, c-format
+msgid ""
+"Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK channel ENFORCE\n"
+" AKICK channel CLEAR\n"
+" \n"
+"Maintains the AutoKick list for a channel. If a user\n"
+"on the AutoKick list attempts to join the channel,\n"
+"%S will ban that user from the channel, then kick\n"
+"the user.\n"
+" \n"
+"The AKICK ADD command adds the given nick or usermask\n"
+"to the AutoKick list. If a reason is given with\n"
+"the command, that reason will be used when the user is\n"
+"kicked; if not, the default reason is \"You have been\n"
+"banned from the channel\".\n"
+"When akicking a registered nick the nickserv account\n"
+"will be added to the akick list instead of the mask.\n"
+"All users within that nickgroup will then be akicked.\n"
+" \n"
+"The AKICK STICK command permanently bans the given mask \n"
+"on the channel. If someone tries to remove the ban, %S\n"
+"will automatically set it again. You can't use it for\n"
+"registered nicks.\n"
+" \n"
+"The AKICK UNSTICK command cancels the effect of the\n"
+"AKICK STICK command, so you'll be able to unset the\n"
+"ban again on the channel.\n"
+" \n"
+"The AKICK DEL command removes the given nick or mask\n"
+"from the AutoKick list. It does not, however, remove any\n"
+"bans placed by an AutoKick; those must be removed\n"
+"manually.\n"
+" \n"
+"The AKICK LIST command displays the AutoKick list, or\n"
+"optionally only those AutoKick entries which match the\n"
+"given mask.\n"
+" \n"
+"The AKICK VIEW command is a more verbose version of\n"
+"AKICK LIST command.\n"
+" \n"
+"The AKICK ENFORCE command causes %S to enforce the\n"
+"current AKICK list by removing those users who match an\n"
+"AKICK mask.\n"
+" \n"
+"The AKICK CLEAR command clears all entries of the\n"
+"akick list."
+msgstr ""
+"Kullanýmý: AKICK channel ADD {nick | mask} [reason]\n"
+" AKICK channel STICK mask\n"
+" AKICK channel UNSTICK mask\n"
+" AKICK channel DEL {nick | mask | entry-num | list}\n"
+" AKICK channel LIST [mask | entry-num | list]\n"
+" AKICK channel VIEW [mask | entry-num | list]\n"
+" AKICK kanaladý ENFORCE\n"
+" AKICK kanaladý CLEAR\n"
+"\n"
+"Bir kanal için AutoKick listesi oluþturur. Eðer Akick \n"
+"listesindeki bir kullanýcý kanala girmeye çalýþýrsa, Bu\n"
+"kiþi %S tarafýndan banlanýr ve kanaldan atýlýr.\n"
+"\n"
+"AKICK ADD komutu belirtilen nicki yada maský Akick\n"
+"listesine ekler. Eðer komutla beraber birde sebep\n"
+"belirtilmiþse bu sebep kullanýcý kanaldan atýlýrken\n"
+"kullanýlýr; eðer kullanýlmazsa geçerli sebep olan\n"
+"\"You have been banned from the channel\" kullanýlýr.\n"
+"AKICK STICK komutu belirtilen maski kalici olarak\n"
+"banlar. Eger biri bani kaldirmaya çalisirsa, %S\n"
+"otomatik olarak yeniden banlar. Bunu kayitli nickler\n"
+"için kullanamazsiniz.\n"
+"\n"
+"AKICK UNSTICK komutu AKICK STICK komutunun etkilerini\n"
+"iptal eder, böylece bani kaldirabilirsiniz.\n"
+"\n"
+"AKICK DEL komutu belirtilen nicki yada maský Akick\n"
+"listesinden siler. Fakat bu komutla önceden Akick \n"
+"listesindeyken banlanmýþ birinin baný manuel olarak\n"
+"açýlana kadar kalkmaz.\n"
+"\n"
+"AKICK LIST komutu Akick listesinde kimlerin olduðunu\n"
+"listeler, yada opsiyonel olarak belirtilen maskla uyuþan \n"
+"Akick listesindeki kullanýcýlarý listeler.\n"
+"\n"
+"AKICK VIEW komutu AKICK LIST komutunun daha açýklayýcý\n"
+"versiyonudur.\n"
+"\n"
+"AKICK ENFORCE komutu %S'ün mevcut akick listesinde bulunan \n"
+"masklara sahip kullanýcýlarý kanaldan atmasýný saðlar.\n"
+"\n"
+"AKICK CLEAR komutu akick listesinde bulunan tüm kayýtlarý\n"
+"siler."
+
+#: language.cpp:4661
+msgid ""
+"Syntax: AKILL ADD [+expiry] mask reason\n"
+" AKILL DEL {mask | entry-num | list}\n"
+" AKILL LIST [mask | list]\n"
+" AKILL VIEW [mask | list]\n"
+" AKILL CLEAR\n"
+" \n"
+"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 (K-line) for\n"
+"the mask which the user matched.\n"
+" \n"
+"AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+"list for the given reason (which must be given).\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.\n"
+" \n"
+"The AKILL DEL command removes the given mask from the\n"
+"AKILL list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The AKILL LIST command displays the AKILL list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AKILL LIST 2-5,7-9\n"
+" Lists AKILL entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+"will show who added an AKILL, the date it was added, and when \n"
+"it expires, as well as the user@host/ip mask and reason.\n"
+" \n"
+"AKILL CLEAR clears all entries of the AKILL list."
+msgstr ""
+"Kullanýmý: AKILL ADD [+zamanaþýmý] mask sebep\n"
+" AKILL DEL {mask | kayýt-no | liste}\n"
+" AKILL LIST [mask | liste]\n"
+" AKILL VIEW [mask | liste]\n"
+" AKILL CLEAR\n"
+"\n"
+"Servis operatörlerinin AKILL listesini iþletmesini saðlar.\n"
+"Eðer AKILL listesineki mask la uyuþan bir kullanýcý\n"
+"baðlanmaya çalýþýrsa, Servisler o kullanýcýyý KILL ler ve,\n"
+"destekleyen server tiplerinde, tüm serverlarýn o maska K-line\n"
+"koymasýný saðlar.\n"
+"\n"
+"AKILL ADD belirtilen user@host maskýný AKILL listesine\n"
+"belirtilen sebeple(mutlaka belirtilmelidir) birlikte\n"
+"ekler. AKILL DEL belirtilen maský eðer listedeyse AKILL \n"
+"listesinden çýkarýr. AKILL LIST mevcut tüm AKILL leri\n"
+"gösterir; eðer opsiyonel olarak mask belirtilmiþse, AKILL\n"
+"listesi belirtilen maskla uyuþanlarla sýnýrlandýrýlýr. \n"
+"\n"
+"AKILL VIEW, AKILL LIST in daha açýklayýcý versiyonudur, \n"
+"ve AKILL i ekleyeni, eklenme tarihini, ne zaman sona ereceðini,\n"
+"user@host maskýyla ve sebeple birlikte gösterir.\n"
+"\n"
+"Opsiyonel olarak, zaman aþýmý süresi AKILL ADD komutuyla\n"
+"birlikte belirtilebilir. Zaman aþýmý süresi user@host maskýndan\n"
+"önce gelir, ve bir tamsayý olarak þunlardan birinden önce gelir, \n"
+"d (gün), h (saat), veya m (dakika). 1h30m gibi kombinasyonlar \n"
+"kullanýlamaz. Eðer birim belirleyici belirtilmemiþse varsayýlan \n"
+"olarak gün kullanýlýr (yani +30 un anlamý 30 gündür). Zaman \n"
+"aþýmýna uðramayacak bir AKILL eklemek için +0 kullanýn. Eðer \n"
+"eklenecek mask + ile baþlarsa zaman aþýmý süresi belirtilmelidir. \n"
+"Mevcut varsayýlan AKILL zaman aþýmý süresi STATS AKILL komutuyla \n"
+"bulunabilir.\n"
+"AKILL CLEAR AKILL listesindeki tüm kayýtlarý siler.\n"
+"\n"
+"sebep sadece IRC operatörleri tarafýndan kullanýlmak içindir,\n"
+"ve kullanýcýlarýn KILL mesajlarýnda gözükmez.\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3233
+msgid ""
+"Syntax: ALIST [level]\n"
+" \n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only\n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP\n"
+" access or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10\n"
+" access or greater.\n"
+"Channels that have the NOEXPIRE option set will be\n"
+"prefixed by an exclamation mark."
+msgstr ""
+"Syntax: ALIST [level]\n"
+"\n"
+"Lists all channels you have access on. Optionally, you can specify\n"
+"a level in XOP or ACCESS format. The resulting list will only \n"
+"include channels where you have the given level of access.\n"
+"Examples:\n"
+" ALIST Founder\n"
+" Lists all channels where you have Founder\n"
+" access.\n"
+" ALIST AOP\n"
+" Lists all channels where you have AOP access \n"
+" or greater.\n"
+" ALIST 10\n"
+" Lists all channels where you have level 10 \n"
+" access or greater.\n"
+"\n"
+"Channels that have the NOEXPIRE option set will be prefixed by \n"
+"an exclamation mark."
+
+#: language.cpp:3360
+msgid ""
+"Syntax: ALIST [nickname] [level]\n"
+" \n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: ALIST [nickname] [level]\n"
+"\n"
+"With no parameters, lists channels you have access on. With\n"
+"one parameter, lists channels that nickname has access \n"
+"on. With two parameters lists channels that nickname has \n"
+"level access or greater on."
+
+#: language.cpp:3800
+msgid ""
+"Syntax: AOP channel ADD nick\n"
+" AOP channel DEL {nick | entry-num | list}\n"
+" AOP channel LIST [mask | list]\n"
+" AOP channel CLEAR\n"
+" \n"
+"Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+"list gives users the right to be auto-opped on your channel,\n"
+"to unban or invite themselves if needed, to have their\n"
+"greet message showed on join, and so on.\n"
+" \n"
+"The AOP ADD command adds the given nickname to the\n"
+"AOP list.\n"
+" \n"
+"The AOP DEL command removes the given nick from the\n"
+"AOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The AOP LIST command displays the AOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" AOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The AOP CLEAR command clears all entries of the\n"
+"AOP list.\n"
+" \n"
+"The AOP ADD and AOP DEL commands are limited to\n"
+"SOPs or above, while the AOP CLEAR command can only\n"
+"be used by the channel founder. However, any user on the\n"
+"AOP list may use the AOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Kullanýmý: AOP kanaladi ADD nick\n"
+" AOP kanaladi DEL {nick | kayit-no | liste}\n"
+" AOP kanaladi LIST [mask | liste]\n"
+" AOP kanaladi CLEAR\n"
+"\n"
+"Bir kanalin AOP (otoop) listesini düzenler. AOP listesi\n"
+"o kanalda kullaniciya otomatik olarak op olma, gerekirse \n"
+"kendi banlarini kaldirma veya davet edilme, giriste karsilama\n"
+"mesajlarini görüntüleme, vs yetkilerini verir.\n"
+"\n"
+"AOP ADD komutu belirtilen nicki AOP listesine ekler.\n"
+"\n"
+"AOP DEL komutu belirtilen nicki AOP listesinden siler. \n"
+"Eger kayit numaralari belirtilirse, o numaralara ait nickler\n"
+"silinir. (Asagidaki örnegi inceleyin.)\n"
+"\n"
+"AOP LIST komutu AOP listesini gösterir. Eger bir hostmask\n"
+"belirtilmisse, sadece onla uyusan kayitlari gösterir. Eger \n"
+"kayit numaralari belirtilmisse o numaralarla uyusan kayitlari\n"
+"gösterir; örnegin:\n"
+" AOP #kanal LIST 2-5,7-9\n"
+" 2 den 5 e ve 7 den 9 a kadar olan kayitlari gösterir.\n"
+" \n"
+"AOP CLEAR komutu AOP listesindeki tüm kayitlari siler.\n"
+"\n"
+"AOP ADD ve AOP DEL komutlarini kanal SOP lari veya üstü\n"
+"kullanabilir. AOP CLEAR komutunu ise sadece kanal founderi\n"
+"kullanabilir. Ayrica, AOP listesindeki herhangi biri AOP LIST \n"
+"komutunu kullanabilir.\n"
+"\n"
+"Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman\n"
+"access komutlarini kullanmalisiniz. Access komutlari hakkinda\n"
+"bilgi almak için /msg %S HELP ACCESS yazin. \n"
+"Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere\n"
+"/msg %S HELP SET XOP yazarak ulasabilirsiniz."
+
+#: language.cpp:5023
+msgid ""
+"Syntax: ASSIGN chan nick\n"
+" \n"
+"Assigns a bot pointed out by nick to the channel chan. You\n"
+"can then configure the bot for the channel so it fits\n"
+"your needs."
+msgstr ""
+"Kullanýmý: ASSIGN kanaladý botunnicki\n"
+"\n"
+"Belirtilen nickteki botu belirtilen kanala sokar. Bundan \n"
+"sonra botun ayarlarýný ihtiyaçlarýnýza uygun þekilde \n"
+"yapabilirsiniz."
+
+#: language.cpp:5199
+msgid ""
+"Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+" BADWORDS channel DEL {word | entry-num | list}\n"
+" BADWORDS channel LIST [mask | list]\n"
+" BADWORDS channel CLEAR\n"
+" \n"
+"Maintains the bad words list for a channel. The bad\n"
+"words list determines which words are to be kicked\n"
+"when the bad words kicker is enabled. For more information,\n"
+"type %R%S HELP KICK BADWORDS.\n"
+" \n"
+"The BADWORDS ADD command adds the given word to the\n"
+"badword list. If SINGLE is specified, a kick will be\n"
+"done only if a user says the entire word. If START is \n"
+"specified, a kick will be done if a user says a word\n"
+"that starts with word. If END is specified, a kick\n"
+"will be done if a user says a word that ends with\n"
+"word. If you don't specify anything, a kick will\n"
+"be issued every time word is said by a user.\n"
+" \n"
+"The BADWORDS DEL command removes the given word from the\n"
+"bad words list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The BADWORDS LIST command displays the bad words list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" BADWORDS #channel LIST 2-5,7-9\n"
+" Lists bad words entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The BADWORDS CLEAR command clears all entries of the\n"
+"bad words list."
+msgstr ""
+"Kullanýmý: BADWORDS kanaladý ADD kelime [SINGLE | START | END]\n"
+" BADWORDS kanaladý DEL {kelime | kayýt-no | liste}\n"
+" BADWORDS kanaladý LIST [mask | liste]\n"
+" BADWORDS kanaladý CLEAR\n"
+"\n"
+"Bir kanal için küfür listesi düzenler. Küfür listesi\n"
+"küfürde atma aktifleþtirildiði zaman hangi kelimelerde\n"
+"atýlacaðýný belirler. Daha fazla bilgi için \n"
+"/msg %S HELP KICK BADWORDS yazýn.\n"
+"\n"
+"BADWORDS ADD komutu belirtilen kelimeyi küfür listesine\n"
+"ekler. Eðer SINGLE parametresi belirtilmiþse, atma iþlemi\n"
+"kullanýcý o kelimenin tamamýný söylerse yapýlýr. Eðer START\n"
+"parametresi belirtilmiþse, kullanýcý o kelimeyle baþlayan \n"
+"birþey söylediðinde atýlýr. Eðer END parametresi belirtilmiþse\n"
+"kullanýcý o kelimeyle biten birþey söylediðinde atýlýr.\n"
+"Eðer bir parametre kullanmazsanýz, atma iþlemi kullanýcý o \n"
+"kelimeyi her kullandýðýnda yapýlýr.\n"
+"\n"
+"BADWORDS DEL komutu belirtilen kelimeyi küfür listesinden \n"
+"siler. Eðer kayýt numarasý listesi verilirse, o kelimeler\n"
+"silinir. (LIST için aþaðýdaki örneði inceleyin) \n"
+"\n"
+"BADWORDS LIST komutu küfür listesini görüntüler. Eðer\n"
+"bir küfürün bir kýsmý belirtilmiþse, o kýsma uyan küfürler\n"
+"listelenir. Eðer bir kayýt numarasý listesi belirtilmiþse,\n"
+"sadece o küfürler listelenir; örneðin:\n"
+"\n"
+" BADWORDS #kanaladý LIST 2-5,7-9\n"
+" 2'den 5'e ve 7'den 9'a kadar olan küfürler \n"
+" listelenir.\n"
+" \n"
+"BADWORDS CLEAR komutu tüm küfür listesini temizler."
+
+#: language.cpp:4211
+msgid ""
+"Syntax: BAN #channel nick [reason]\n"
+" \n"
+"Bans a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Kullanýmý: BAN #kanaladi nick [sebep]\n"
+"\n"
+"Belirtilen nicki kanaldan banlar.\n"
+"\n"
+"Varsayilan olarak, AOP larin veya 5. seviyeden access i olanlarin\n"
+"ve üstünün kullanma yetkisi vardir."
+
+#: language.cpp:5242
+msgid ""
+"Syntax: BOT ADD nick user host real\n"
+" BOT CHANGE oldnick newnick [user [host [real]]]\n"
+" BOT DEL nick\n"
+" \n"
+"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"
+"BOT CHANGE allows to change nickname, username, hostname\n"
+"or realname of a bot without actually delete it (and all\n"
+"the data associated with it).\n"
+"BOT DEL removes the given bot from the bot list. \n"
+" \n"
+"Note: you cannot create a bot that has a nick that is\n"
+"currently registered. If an unregistered user is currently\n"
+"using the nick, they will be killed."
+msgstr ""
+"Kullanýmý: BOT ADD nick user host gerçekismi\n"
+" BOT CHANGE eskinick yeninick [user [host [gerçekismi]]]\n"
+" BOT DEL nick\n"
+"\n"
+"Servis adminlerinin kullanýcýlarýn kanallarýnda kullanmasý \n"
+"için botlarý yaratmasýný, deðiþtirmesini ve silmesini saðlar.\n"
+"\n"
+"BOT ADD belirtilen nickte, username, hostname ve gerçek \n"
+"isimde bir bot ekler. Doðruluk sýnamasý yapýlmadýðýnda komutu\n"
+"kullanýrken çok dikkatli olun.\n"
+"BOT CHANGE botun nickini, username ini, hostname ini veya\n"
+"gerçek ismini silmeye gerek kalmadan deðiþtirmeyi saðlar.\n"
+"BOT DEL belirtilen botu bot listesinden siler.\n"
+"\n"
+"Not: Eðer botun nicki olarak, kayýtlý bir nick\n"
+"kullanýrsanýz o nickin kaydý silinir(drop). Ayrýca\n"
+"o an bir kuulanýcý bu nicki kullanýyorsa kill lenir."
+
+#: language.cpp:5019
+msgid ""
+"Syntax: BOTLIST\n"
+" \n"
+"Lists all available bots on this network."
+msgstr ""
+"Kullanýmý: BOTLIST\n"
+"\n"
+"Networkte mevcut olan tüm botlarý listeler."
+
+#: language.cpp:4366
+msgid ""
+"Syntax: CANCEL {nick | channel}\n"
+" \n"
+"Cancels the last memo you sent to the given nick or channel,\n"
+"provided it has not been read at the time you use the command."
+msgstr ""
+"Kullanýmý: CANCEL {nick | kanaladý}\n"
+"\n"
+"Belirtilen kanala yada nicke gönderilen son mesajý iptal eder,\n"
+"tabi eðer o mesaj siz komutu kullandýðýnýz sýrada okunmamýþsa."
+
+#: language.cpp:2614
+msgid ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL."
+msgstr ""
+"Syntax: CHANKILL [+expiry] channel reason\n"
+"Puts an AKILL for every nick on the specified channel. It\n"
+"uses the entire and complete real ident@host for every nick,\n"
+"then enforces the AKILL. "
+
+#: language.cpp:4951
+msgid ""
+"Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+" \n"
+"Lists all channels currently in use on the IRC network, whether they\n"
+"are registered or not.\n"
+"If pattern is given, lists only channels that match it. If a nickname\n"
+"is given, lists only the channels the user using it is on. If SECRET is\n"
+"specified, lists only channels matching pattern that have the +s or\n"
+"+p mode."
+msgstr ""
+"Kullanýmý: CHANLIST [{model | nick} [SECRET]]\n"
+"\n"
+"Networkte o an kullanýlan kanallarý kayýtlý olsun olmasýn \n"
+"listeler.\n"
+"\n"
+"Eðer model belirtilmiþse, onla uyuþan kanallarý listeler. \n"
+"Eðer nickname belirtilmiþse, o kullanýcýnýn bulunduðu \n"
+"kanallarý listeler. Eðer SECRET belirtilmiþse, sadece model\n"
+"le uyuþan ve +s veya +p modunda olan kanallar listelenir.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4497
+msgid ""
+"Syntax: CHECK nick\n"
+" \n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+msgstr ""
+"Syntax: CHECK nick\n"
+"\n"
+"Checks whether the _last_ memo you sent to nick has been read\n"
+"or not. Note that this does only work with nicks, not with chans."
+
+#: language.cpp:4229
+#, c-format
+msgid ""
+"Syntax: CLEAR channel what\n"
+" \n"
+"Tells %S to clear certain settings on a channel. what\n"
+"can be any of the following:\n"
+" \n"
+" MODES Resets all modes on the channel (i.e. clears\n"
+" modes i,k,l,m,n,p,s,t).\n"
+" BANS Clears all bans on the channel.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Removes channel-operator status (mode +o) from\n"
+" all channel operators. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Removes \"voice\" status (mode +v) from anyone\n"
+" with that mode set.\n"
+" USERS Removes (kicks) all users from the channel.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Kullanýmý: CLEAR kanaladý neyi\n"
+"\n"
+"%S'e belirtilen ayarý kaldýrmasýný söyler. neyi\n"
+"þunlardan biri olmalýdýr:\n"
+"\n"
+" MODES Kanal modlarýný temizler. (ör. i,k,l,m,n,p,s,t\n"
+" modlarýný temizler).\n"
+" BANS Kanaldaki tüm banlarý kaldýrýr.\n"
+" EXCEPTS Clears all excepts on the channel.\n"
+" INVITES Clears all invites on the channel.\n"
+" OPS Kanal opu statüsünde olanlarýn (mode +o)\n"
+" oplarýný alýr. If supported, removes\n"
+" channel-admin (mode +a) and channel-owner (mode +q)\n"
+" as well.\n"
+" HOPS Removes channel-halfoperator status (mode +h) from\n"
+" all channel halfoperators, if supported.\n"
+" VOICES Voice statüsünde olanlarýn (mode +v) voice larýný\n"
+" alýr.\n"
+" USERS Tüm kullanýcýlarý kanaldan atar.\n"
+"\n"
+"Varsayýlan olarak, founder tarafindan kullanilabilir."
+
+#: language.cpp:4642
+msgid ""
+"Syntax: CLEARMODES channel [ALL]\n"
+" \n"
+"Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+"channel. If ALL is given, also clears all ops and\n"
+"voices (+o and +v modes) from the channel."
+msgstr ""
+"Kullanýmý: CLEARMODES kanaladý [ALL]\n"
+"\n"
+"Bir kanaldaki tüm modlarý (i,k,l,m,n,p,s,t) ve banlarý\n"
+"temizler. Eðer ALL parametresi belirtilmiþse, tüm\n"
+"oplarý (+o) ve voicelarý (+v) temizler.\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3288
+msgid ""
+"Syntax: CONFIRM passcode\n"
+" \n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: %R%S HELP REGISTER\n"
+" \n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+msgstr ""
+"Syntax: CONFIRM passcode\n"
+"\n"
+"This is the second step of nickname registration process.\n"
+"You must perform this command in order to get your nickname\n"
+"registered with %S. The passcode (or called auth code also)\n"
+"is sent to your e-mail address in the first step of the\n"
+"registration process. For more information about the first\n"
+"stage of the registration process, type: /msg %S HELP REGISTER\n"
+"\n"
+"This is also used after the RESETPASS command has been used to\n"
+"force identify you to your nick so you may change your password."
+
+#: language.cpp:2589
+msgid ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attempted\n"
+"attack on the network."
+msgstr ""
+"Syntax: DEFCON [1|2|3|4|5]\n"
+"The defcon system can be used to implement a pre-defined\n"
+"set of restrictions to services useful during an attemtped\n"
+"attack on the network."
+
+#: language.cpp:4152
+msgid ""
+"Syntax: DEHALFOP #channel [nick]\n"
+" \n"
+"Dehalfops a selected nick on a channel. If nick is not given,\n"
+"it will dehalfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self dehalfopping."
+msgstr ""
+"Kullanýmý: DEHALFOP #kanaladý [nick]\n"
+"\n"
+"Belirtilen nickin halfopunu(yarýmop) alýr. Eðer nick\n"
+"belirtilmemiþse, sizin halfopunuz alýr.\n"
+"\n"
+"Varsayýlan olarak, AOP lar veya 5 ve üzeri access seviyesi\n"
+"olanlar kullanabilir, ayrica HOP lar veya access seviyesi\n"
+"4 ve üzeri olanlar kendi halfoplarýný alabilirler."
+
+#: language.cpp:5381
+msgid ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+msgstr ""
+"Syntax: DEL <nick>\n"
+"Deletes the vhost assigned to the given nick from the\n"
+"database."
+
+#: language.cpp:4391
+msgid ""
+"Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+" \n"
+"Deletes the specified memo or memos. You can supply\n"
+"multiple memo numbers or ranges of numbers instead of a\n"
+"single number, as in the second example below.\n"
+" \n"
+"If LAST is given, the last memo will be deleted.\n"
+"If ALL is given, deletes all of your memos.\n"
+" \n"
+"Examples:\n"
+" \n"
+" DEL 1\n"
+" Deletes your first memo.\n"
+" \n"
+" DEL 2-5,7-9\n"
+" Deletes memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Kullanýmý: DEL [kanaladý] {num | liste | LAST | ALL}\n"
+"\n"
+"Belirtilen mesajlarý siler. Aþaðýdaki örnekteki gibi birden\n"
+"fazla mesajýda silebilirsiniz.\n"
+"\n"
+"If LAST is given, the last memo will be deleted.\n"
+"Eðer ALL parametresi belirtilmiþse, tüm mesajlarýnýz silinir.\n"
+"\n"
+"Örnekler:\n"
+"\n"
+" DEL 1\n"
+" Ýlk gelen mesajýnýzý siler.\n"
+"\n"
+" DEL 2-5,7-9\n"
+" 2'den 5'e ve 7'den 9'a kadar olan mesajlarý siler."
+
+#: language.cpp:5364
+msgid ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+msgstr ""
+"Syntax: DELALL <nick>.\n"
+"Deletes the vhost for all nick's in the same group as\n"
+"that of the given nick."
+
+#: language.cpp:4117
+msgid ""
+"Syntax: DEOP #channel [nick]\n"
+" \n"
+"Deops a selected nick on a channel. If nick is not given,\n"
+"it will deop you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Kullanýmý: DEOP #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicki kanalda deoplar. Eðer nick belirtilmemiþse,\n"
+"kendinizi deoplarsýnýz.\n"
+"\n"
+"Varsayýlan olarak, AOP lar veya access seviyesi 5 ve üzeri\n"
+"olanlar kullanabilir."
+
+#: language.cpp:4183
+msgid ""
+"Syntax: DEOWNER #channel\n"
+" \n"
+"Removes your owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Kullanýmý: DEOWNER #kanaladi\n"
+"\n"
+"Belirtilen kanaldaki owner statünüzü kaldirir.\n"
+"\n"
+"Belirtilen kanal founderlarinin kullanma yetkisi vardir."
+
+#: language.cpp:4169
+msgid ""
+"Syntax: DEPROTECT #channel [nick]\n"
+" \n"
+"Deprotects a selected nick on a channel. If nick is not given,\n"
+"it will deprotect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self deprotecting."
+msgstr ""
+"Kullanýmý: DEPROTECT #kanaladý [nick]\n"
+"\n"
+"Belirtilen nickin korumasýný kaldýrýr. Eðer nick belirtilmemiþse,\n"
+"sizin korumanýzý kaldýrýr.\n"
+"\n"
+"Varsayýlan olarak, founder kullanabilir, veya SOP lar ile\n"
+"access seviyesi 10 ve üzeri olanlar kendilerinde kullanabilir."
+
+#: language.cpp:4134
+msgid ""
+"Syntax: DEVOICE #channel [nick]\n"
+" \n"
+"Devoices a selected nick on a channel. If nick is not given,\n"
+"it will devoice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self devoicing."
+msgstr ""
+"Kullanýmý: DEVOICE #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicki kanalda devoice eder. Eðer nick belirtilmemiþse,\n"
+"sizi devoice eder.\n"
+"\n"
+"Varsayýlan olarak, AOP lar, access seviyesi 5 ve üzeri olanlar\n"
+"kullanabilir, veya VOP lar ile access seviyesi 3 ve üzeri olanlar\n"
+"kendilerini devoice etmek için kullanabilirler."
+
+#: language.cpp:3512
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Can only be used by\n"
+"channel founder."
+msgstr ""
+"Kullanýmý: DROP kanaladý\n"
+"\n"
+"Kanalýn kaydýný siler."
+
+#: language.cpp:4261
+msgid ""
+"Syntax: DROP channel\n"
+" \n"
+"Unregisters the named channel. Only Services Operators\n"
+"can drop a channel for which they have not identified."
+msgstr ""
+"Kullanýmý: DROP kanaladý\n"
+"\n"
+"Belirtilen kanalýn kaydýný siler. Sadece Servis adminleri\n"
+"kanalý tanýtmadan kaydýný silebilirler."
+
+#: language.cpp:2890
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Drops your nickname from the %S database. A nick\n"
+"that has been dropped is free for anyone to re-register.\n"
+" \n"
+"You may drop a nick within your group by passing it\n"
+"as the nick parameter.\n"
+" \n"
+"In order to use this command, you must first identify\n"
+"with your password (%R%S HELP IDENTIFY for more\n"
+"information)."
+msgstr ""
+"Kullanýmý: DROP [nick]\n"
+"\n"
+"%S 'ün veritabanýndan nickinizi siler. Silinmiþ bir nick\n"
+"baþkasý tarafýndan kayýt edilebilir.\n"
+"nick parametresini kullanarak belirttiðiniz nicki\n"
+"grubunuzdan silebilirsiniz.\n"
+"\n"
+"Bu komutu kullanmadan önce, þifrenizle kendinizi tanýtmanýz\n"
+"gereklidir (Daha fazla bilgi için /msg %S HELP IDENTIFY \n"
+"yazýn)."
+
+#: language.cpp:3324
+#, c-format
+msgid ""
+"Syntax: DROP [nickname]\n"
+" \n"
+"Without a parameter, drops your nickname from the\n"
+"%S database.\n"
+" \n"
+"With a parameter, drops the named nick from the database.\n"
+"You may drop any nick within your group without any \n"
+"special privileges. Dropping any nick is limited to \n"
+"Services Operators."
+msgstr ""
+"Kullanýmý: DROP [nick]\n"
+"\n"
+"Parametreye gerek olmadan, %S veritabanýndan nickinizi siler.\n"
+"\n"
+"Parametreyle, belirtilen bir nicki veritabanýndan siler.\n"
+"Grubunuzda bulunan herhangi bir nicki özel ayrýcalýklara\n"
+"gerek olmadan silebilirsiniz. Bu iþlemler Servis adminleri \n"
+"tarafýndan yapýlabilir."
+
+#: language.cpp:2532
+#, c-format
+msgid ""
+"Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+" EXCEPTION DEL {mask | list}\n"
+" EXCEPTION MOVE num position\n"
+" EXCEPTION LIST [mask | list]\n"
+" EXCEPTION VIEW [mask | list]\n"
+" \n"
+"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 it's session limit,\n"
+"all clients attempting to connect from that host will be\n"
+"killed. Before the user is killed, they are notified, via a\n"
+"/NOTICE from %S, of a source of help regarding session\n"
+"limiting. The content of this notice is a config setting.\n"
+" \n"
+"EXCEPTION ADD adds the given host mask to the exception list.\n"
+"Note that nick!user@host and user@host masks are invalid!\n"
+"Only real host masks, such as box.host.dom and *.host.dom,\n"
+"are allowed because sessions limiting does not take nick or\n"
+"user names into account. limit must be a number greater than\n"
+"or equal to zero. This determines how many sessions this host\n"
+"may carry at a time. A value of zero means the host has an\n"
+"unlimited session limit. See the AKILL help for details about\n"
+"the format of the optional expiry parameter.\n"
+"EXCEPTION DEL removes the given mask from the exception list.\n"
+"EXCEPTION MOVE moves exception num to position. The\n"
+"exceptions inbetween will be shifted up or down to fill the gap.\n"
+"EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+"exceptions; if the optional mask is given, the list is limited\n"
+"to those exceptions matching the mask. The difference is that\n"
+"EXCEPTION VIEW is more verbose, displaying the name of the\n"
+"person who added the exception, it's session limit, reason, \n"
+"host mask and the expiry date and time.\n"
+" \n"
+"Note that a connecting client will \"use\" the first exception\n"
+"their host matches. Large exception lists and widely matching\n"
+"exception masks are likely to degrade services' performance."
+msgstr ""
+"Kullanýmý: EXCEPTION ADD [+zamanaþýmý] mask limit sebep\n"
+" EXCEPTION DEL {mask | liste}\n"
+" EXCEPTION MOVE num pozisyon\n"
+" EXCEPTION LIST [mask | liste]\n"
+" EXCEPTION VIEW [mask | liste]\n"
+"\n"
+"Servis adminlerinin, belirli oturum limiti olan hostlarýn \n"
+"listesini deðiþtirmesini saðlar. Shell server gibi bazý \n"
+"makinalarýn varsayýlandan daha fazla kullanýcýyý ayný anda\n"
+"taþýmasýný saðlar. Eðer bir host session(oturum) limitine\n"
+"ulaþmýþsa o hosttan baðlanmaya çalýþan tüm kullanýcýlar \n"
+"kill lenir. Kill lenmeden önce, %S'ün /NOTICE i ile\n"
+"uyarýlarak session limiti hakkýnda yardým verilir. Bu uyarýnýn\n"
+"içeriði ayar yapmayla ilgilidir.\n"
+"\n"
+"EXCEPTION ADD exception(istisna) listesine belirtilen hostmaský\n"
+"ekler. nick!user@host ve user@host masklarýnýn geçersiz \n"
+"olduðunu unutmayýn! Sadece box.host.dom ve *.host.dom gibi \n"
+"gerçek hostmasklar kullanýlabilinir, çünkü session limitleme \n"
+"nickleri ve username leri hesaba almaz. limit sýfýrdan büyük \n"
+"yada eþit bir rakam olmalýdýr. Bu o host un ayný anda kaç oturum\n"
+"(session) kaldýrabileceðini belirler. Sýfýr deðeri o host un\n"
+"sýnýrsýz oturum limiti olduðunu belirtir. Opsiyonel zamanaþýmý \n"
+"parametresinin formatý ile ilgili yardým için AKILL in \n"
+"yardýmýna bakýnýz.\n"
+"EXCEPTION DEL listesinden belirtilen mask ý çýkarýr.\n"
+"EXCEPTION MOVE exception numarasýný(num) pozisyona (position)\n"
+"çevirir. Aralarýndaki exceptionlarýn yeri aralýðý doldurmak için \n"
+"yukarý yada aþþaðý deðiþtirilecektir.\n"
+"EXCEPTION LIST ve EXCEPTION VIEW tüm mevcut exceptionlarý \n"
+"gösterir; eðer opsiyonel olarak mask belirtilmiþse, liste\n"
+"bu masklarla uyuþan exceptionlarla sýnýrlandýrýlýr. Aradaki fark\n"
+"EXCEPTION VIEW daha gelismis bir komuttur ve exception ý ekleyenin \n"
+"nickini, o exceptionýn session limitini, sebebi, host maský ve zaman \n"
+"aþýmý tarih ve zamanýný gösterir.\n"
+"\n"
+"Baðlanan kullanýcý, hostuyla uyuþan ilk exceptioný kullanýr. Büyük \n"
+"exception listeleri ve geniþ olarak uyuþan exception masklarý \n"
+"servislerin performansýný düþürür. \n"
+"\n"
+"Servis adminleri tarafýndan kullanýlabilir."
+
+#: language.cpp:4291
+msgid ""
+"Syntax: FORBID channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by dropping the channel.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Kullanýmý: FORBID kanaladý [sebep]\n"
+"\n"
+"Belirtilen kanalýn birisi tarafýndan kayýt edilmesini veya \n"
+"kullanýlmasýný önler. Kanal droplanarak iptal edilir.\n"
+"\n"
+"Bazý networklerde sebep gereklidir.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3392
+msgid ""
+"Syntax: FORBID nickname [reason]\n"
+" \n"
+"Disallows a nickname from being registered or used by\n"
+"anyone. May be cancelled by dropping the nick.\n"
+" \n"
+"On certain networks, reason is required."
+msgstr ""
+"Kullanýmý: FORBID nick [sebep]\n"
+"\n"
+"Belirtilen nickin kullanýlmasýný ve kayýt edilmesini engeller.\n"
+"Nick drop edilerek iptal edilebilir.\n"
+"\n"
+"Bazý networklerde, sebep yazýlmasý gereklidir.\n"
+"\n"
+"Sadece Servis adminleri tarafýndan kullanýlýr."
+
+#: language.cpp:3386
+msgid ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+msgstr ""
+"Syntax: GETEMAIL user@emailhost\n"
+"Returns the matching nicks that used given email. Note that\n"
+"you can not use wildcards for either user or emailhost. Whenever\n"
+"this command is used, a message including the person who issued\n"
+"the command and the email it was used on will be logged."
+
+#: language.cpp:4252
+msgid ""
+"Syntax: GETKEY channel\n"
+" \n"
+"Returns the key of the given channel."
+msgstr ""
+"Kullanýmý: GETKEY kanaladý\n"
+"\n"
+"Belirtilen kanalýn anahtarýný söyler."
+
+#: language.cpp:4284
+msgid ""
+"Syntax: GETPASS channel\n"
+" \n"
+"Returns the password for the given channel. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the channel it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS."
+msgstr ""
+"Kullanýmý: GETPASS kanaladý\n"
+"\n"
+"Belirtilen kanalýn þifresini söyler. Unutmayýnki bu\n"
+"komut ne zaman kullanýlsa, Komutu kullananýn ve komutta\n"
+"kullanýlan kanalýn adý kaydedilir ve WALLOPS/GLOBOPS olarak\n"
+"gönderilir.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3377
+msgid ""
+"Syntax: GETPASS nickname\n"
+" \n"
+"Returns the password for the given nickname. Note that\n"
+"whenever this command is used, a message including the\n"
+"person who issued the command and the nickname it was used\n"
+"on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+" \n"
+"This command is unavailable when encryption is enabled."
+msgstr ""
+"Kullanýmý: GETPASS nick\n"
+"\n"
+"Belirtilen nickin þifresini söyler. Unutmayýnki bu komutun\n"
+"her kullanýlýþýnda , kullanýlan nick ve komutu kullanan\n"
+"kiþi kaydedilerek WALLOPS/GLOBOPS olarak gönderilir.\n"
+"\n"
+"Sadece Servis adminleri tarafýndan kullanýlýr.\n"
+"\n"
+"(Bu komut þifreleme(encryption) aktif olduðu zaman devre dýþýdýr.)"
+
+#: language.cpp:3193
+msgid ""
+"Syntax: GHOST nickname [password]\n"
+" \n"
+"Terminates a \"ghost\" IRC session using your nick. A\n"
+"\"ghost\" session is one which is not actually connected,\n"
+"but which the IRC server believes is still online for one\n"
+"reason or another. Typically, this happens if your\n"
+"computer crashes or your Internet or modem connection\n"
+"goes down while you're on IRC.\n"
+" \n"
+"In order to use the GHOST command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Kullanýmý: GHOST nick [þifre]\n"
+"\n"
+"Asýlý kalan nickinizin baðlantýsýný koparýr. Asýlý kalan nick \n"
+"aslýnda hayalet nicktir fakat IRC serverý bunun hala hatta\n"
+"olduðunu sanar. Genellikle bu durum bilgisayarýnýzýn çökmesi \n"
+"yada modem baðlantýnýzýn serverdayken kopmasý durumunda \n"
+"gerçekleþir.\n"
+"\n"
+"GHOST komutunu bir nick üzerinde kullanabilmek için o an\n"
+"/WHOIS inizdeki adresin o nickin access listesinde olmasý, \n"
+"o nick için doðru þifrenin belirtilmiþ olmasý yada o nickin\n"
+"grubundaki baþka bir nickin tanýtýlmýþ olmasý gerekir."
+
+#: language.cpp:3251
+msgid ""
+"Syntax: GLIST\n"
+" \n"
+"Lists all nicks in your group."
+msgstr ""
+"Syntax: GLIST\n"
+"\n"
+"Lists all nicks in your group."
+
+#: language.cpp:3368
+msgid ""
+"Syntax: GLIST [nickname]\n"
+" \n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+" \n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick.\n"
+"This use limited to Services Operators."
+msgstr ""
+"Syntax: GLIST [nickname]\n"
+"\n"
+"Without a parameter, lists all nicknames that are in\n"
+"your group.\n"
+"\n"
+"With a parameter, lists all nicknames that are in the\n"
+"group of the given nick."
+
+#: language.cpp:4581
+#, c-format
+msgid ""
+"Syntax: GLOBAL message\n"
+" \n"
+"Allows Administrators to send messages to all users on the \n"
+"network. The message will be sent from the nick %s."
+msgstr ""
+"Kullanýmý: GLOBAL mesaj\n"
+"\n"
+"IRCoplarýn networkteki tüm kullanýcýlara mesaj yollamasýný\n"
+"saðlar. Mesajlar %s nickinden gönderilir."
+
+#: language.cpp:5396
+msgid ""
+"Syntax: GROUP\n"
+" \n"
+"This command allows users to set the vhost of their\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+msgstr ""
+"Syntax: GROUP\n"
+"\n"
+"This command allows users to set the vhost of thier\n"
+"CURRENT nick to be the vhost for all nicks in the same\n"
+"group."
+
+#: language.cpp:2831
+msgid ""
+"Syntax: GROUP target password\n"
+" \n"
+"This command makes your nickname join the target nickname's \n"
+"group. password is the password of the target nickname.\n"
+" \n"
+"Joining a group will allow you to share your configuration,\n"
+"memos, and channel privileges with all the nicknames in the\n"
+"group, and much more!\n"
+" \n"
+"A group exists as long as it is useful. This means that even\n"
+"if a nick of the group is dropped, you won't lose the\n"
+"shared things described above, as long as there is at\n"
+"least one nick remaining in the group.\n"
+" \n"
+"You can use this command even if you have not registered\n"
+"your nick yet. If your nick is already registered, you'll\n"
+"need to identify yourself before using this command. Type\n"
+"%R%S HELP IDENTIFY for more information. This\n"
+"last may be not possible on your IRC network.\n"
+" \n"
+"It is recommended to use this command with a non-registered\n"
+"nick because it will be registered automatically when \n"
+"using this command. You may use it with a registered nick (to \n"
+"change your group) only if your network administrators allowed \n"
+"it.\n"
+" \n"
+"You can only be in one group at a time. Group merging is\n"
+"not possible.\n"
+" \n"
+"Note: all the nicknames of a group have the same password."
+msgstr ""
+"Kullanýmý: GROUP hedef þifre\n"
+"\n"
+"Bu komut nickinizin hedef gösterilen nickin grubuna katýlmasýný\n"
+"saðlar. þifre hedef gösterilen nickin þifresidir.\n"
+"\n"
+"Bir gruba dahil olmak size o gruba dahil olan tüm nicklerinizin\n"
+"ayarlarýný, memolarýný, ve kanal ayrýcalýklarýný paylaþmanýzý ve \n"
+"daha fazlasýný saðlar!\n"
+" \n"
+"Bir grup kullanýþlý olduðu sürece kalýcýdýr. Bu demektirki eðer\n"
+"gruba dahil nickleriniz kaydýný silerseniz, grupta en az bir nick \n"
+"kalmasý kaydiyle yukarda açýklanan paylaþýmlarý kaybetmezseniz.\n"
+"\n"
+"Bu komutu nickinizi kaydetmemiþ olsanýz bile kullanabilirsiniz.\n"
+"Eðer nickiniz zaten kayýtlý ise, bu komutu kullanmadan önce\n"
+"nickinizi tanýtmanýz gerekir, daha fazla bilgi için\n"
+"/msg %S HELP IDENTIFY yazýn. Sizin IRC networkunuzda\n"
+"bu mümkün olmayabilir.\n"
+"\n"
+"Bu komutu kayýtlý olmayan bir nickle kullanmanýz önerilir çünkü\n"
+"bu komutu kullanýcý o nick otomatik olarak kaydedilir. Bunu\n"
+"kayýtlý bir nicklede eðer network adminleri buna izin veriyorsa\n"
+"kullanabilirsiniz.\n"
+"\n"
+"Bir seferde sadece bir grupta olabilirsiniz. Grup karýþtýrma\n"
+"mümkün deðildir.\n"
+"\n"
+"Not: bir gruptaki tüm nickler bir þifreye sahip olurlar."
+
+#: language.cpp:4143
+msgid ""
+"Syntax: HALFOP #channel [nick]\n"
+" \n"
+"Halfops a selected nick on a channel. If nick is not given,\n"
+"it will halfop you.\n"
+" \n"
+"By default, limited to AOPs and those with level 5 access \n"
+"and above on the channel, or to HOPs or those with level 4 \n"
+"and above for self halfopping."
+msgstr ""
+"Kullanýmý: HALFOP #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicki kanalda halfop(yarýmop) yapar. Eðer nick\n"
+"belirtilmemiþse, sizi halfop yapar.\n"
+"\n"
+"Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri\n"
+"olanlar kullanabilir, veya HOP lar ile access seviyesi 4 ve\n"
+"üzeri olanlar kendilerini halfop yapmak için kullanabilir."
+
+#: language.cpp:3839
+msgid ""
+"Syntax: HOP channel ADD nick\n"
+" HOP channel DEL {nick | entry-num | list}\n"
+" HOP channel LIST [mask | list]\n"
+" HOP channel CLEAR\n"
+" \n"
+"Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+"list gives users the right to be auto-halfopped on your \n"
+"channel.\n"
+" \n"
+"The HOP ADD command adds the given nickname to the\n"
+"HOP list.\n"
+" \n"
+"The HOP DEL command removes the given nick from the\n"
+"HOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The HOP LIST command displays the HOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" HOP #channel LIST 2-5,7-9\n"
+" Lists HOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The HOP CLEAR command clears all entries of the\n"
+"HOP list.\n"
+" \n"
+"The HOP ADD, HOP DEL and HOP LIST commands are \n"
+"limited to AOPs or above, while the HOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Kullanýmý: HOP kanaladi ADD nick\n"
+" HOP kanaladi DEL {nick | kayit-no | liste}\n"
+" HOP kanaladi LIST [mask | liste]\n"
+" HOP kanaladi CLEAR\n"
+"\n"
+"Bir kanalin HOP (HalfOP) listesini düzenler. HOP\n"
+"listesinde bulunan bir kisi kanalda otomatik olarak\n"
+"halfop olur.\n"
+"\n"
+"HOP ADD komutu belirtilen nicki HOP listesine ekler.\n"
+"\n"
+"HOP DEL komutu belirtilen nicki HOP listesinden siler.\n"
+"Eger kayit numaralari listesi belirtilirse, bu kayitlar\n"
+"silinir. (Asagidaki örnegi inceleyin.)\n"
+"\n"
+"HOP LIST komutu HOP listesini gösterir. Eger bir hostmask\n"
+"belirtilmisse, o hostmask la uyusan kayitlar gösterilir.\n"
+"Eger kayit numaralari listesi belirtilmisse, o numaralardaki\n"
+"nickler gösterilir; örnegin:\n"
+" HOP #kanaladi LIST 2-5,7-9\n"
+" 2 den 5 e ve 7 den 9 a kadar olan kayitlari gösterir.\n"
+" \n"
+"HOP CLEAR komutu HOP listesindeki tüm kayitlari temziler.\n"
+"\n"
+"HOP ADD, HOP DEL ve HOP LIST komutlarini AOP lar ve üstü\n"
+"HOP CLEAR komutunu ise sadece founder kullanabilir.\n"
+"\n"
+"Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman\n"
+"access komutlarini kullanmalisiniz. Access komutlari hakkinda\n"
+"bilgi almak için /msg %S HELP ACCESS yazin. \n"
+"Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere\n"
+"/msg %S HELP SET XOP yazarak ulasabilirsiniz."
+
+#: language.cpp:2870
+#, c-format
+msgid ""
+"Syntax: IDENTIFY [account] password\n"
+" \n"
+"Tells %S that you are really the owner of this\n"
+"nick. Many commands require you to authenticate yourself\n"
+"with this command before you use them. The password\n"
+"should be the same one you sent with the REGISTER\n"
+"command."
+msgstr ""
+"Kullanýmý: IDENTIFY [account] þifreniz\n"
+"\n"
+"%S 'e kullandýðýnýz nickin gerçek sahibinin siz olduðunu\n"
+"belirtir. Çoðu komut kullanýlmadan önce bu komutla \n"
+"tanýtýlmanýzý gerektirir. Þifreniz nickinizi kayýt ederken \n"
+"REGISTER komutuyla beraber kullandýðýnýzla aynýdýr."
+
+#: language.cpp:4609
+msgid ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+" \n"
+"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\tuser, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+" \n"
+"Ignores will not be enforced on IRC Operators."
+msgstr ""
+"Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+"\n"
+"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. To make\n"
+"Services permanently ignore the user, type 0 as time.\n"
+"When adding a mask, it should be in the format user@host\n"
+"or nick!user@host, everything else will be considered a nick.\n"
+"Wildcards are permitted.\n"
+"\n"
+"Ignores will not be enforced on IRC Operators."
+
+#: language.cpp:4094
+msgid ""
+"Syntax: INFO channel\n"
+" \n"
+"Lists information about the named registered channel,\n"
+"including its founder, time of registration, last time\n"
+"used, description, and mode lock, if any. If ALL is \n"
+"specified, the entry message and successor will also \n"
+"be displayed."
+msgstr ""
+"Kullanýmý: INFO kanaladý\n"
+"\n"
+"Belirtilen kayýtlý kanalla ilgili bilgiler sunar. Bu \n"
+"bilgilerin içeriðinde kanalýn founderý, kayýt zamaný,\n"
+"son kullanýldýðý zaman, açýklamasý, ve varsa mod kilidi\n"
+"bulunur. Eðer kanalýn founderý olarak kendinizi \n"
+"tanýtmýþsanýz ve ALL parametresini belirtmiþseniz\n"
+"giriþ mesajý ve successor hakkýndada bilgi alabilirsiniz.\n"
+"Varsayilan olarak, ALL seçenegini founderlar kullanabilir."
+
+#: language.cpp:3208
+msgid ""
+"Syntax: INFO nickname\n"
+" \n"
+"Displays information about the given nickname, such as\n"
+"the nick's owner, last seen address and time, and nick\n"
+"options."
+msgstr ""
+"Kullanýmý: INFO nick\n"
+"\n"
+"Belirtilen nick hakkýnda o nickin sahibi, son görüldüðü adres ve \n"
+"zaman, ve nickin özellikleri gibi bilgiler verir. Eðer nick \n"
+"hakkýnda bilgi alýrken o nickin sahibi sizseniz ve tanýtmýþsanýz \n"
+"ALL parametresini kullandýðýnýzda bilgiler gizli olsa bile o \n"
+"nick hakkýndaki tüm bilgiler görünür."
+
+#: language.cpp:4443
+msgid ""
+"Syntax: INFO [channel]\n"
+" \n"
+"Displays information on the number of memos you have, how\n"
+"many of them are unread, and how many total memos you can\n"
+"receive. With a parameter, displays the same information\n"
+"for the given channel."
+msgstr ""
+"Kullanýmý: INFO [kanaladý]\n"
+"\n"
+"Sahip olduðunuz mesaj sayýsý, kaç tanesinin okunmadýðý, ve \n"
+"alabileceðiniz maksimum mesaj sayýsý gibi bilgiler verir.\n"
+"Eðer kanaladý parametresi belirtilirse ayný bilgiyi o kanal\n"
+"için gösterir."
+
+#: language.cpp:4469
+msgid ""
+"Syntax: INFO [nick | channel]\n"
+"Without a parameter, displays information on the number of\n"
+"memos you have, how many of them are unread, and how many\n"
+"total memos you can receive.\n"
+" \n"
+"With a channel parameter, displays the same information for\n"
+"the given channel.\n"
+" \n"
+"With a nickname parameter, displays the same information\n"
+"for the given nickname. This use limited to Services\n"
+"admins."
+msgstr ""
+"Kullanýmý: INFO [nick | kanaladý]\n"
+"\n"
+"Parametre kullanýlmazsa, sahip olduðunuz mesajlarý, kaç \n"
+"tanesinin okunmamýþ olduðunu, ve toplam kaç tane mesaj \n"
+"alabileceðiniz hakkýnda bilgiler verir.\n"
+"\n"
+"Kanaladý parametresiyle, ayný bilgiyi belirtilen kanal\n"
+"için verir.\n"
+"\n"
+"Nick parametresiyle, ayný bilgiyi belirtilen nick için\n"
+"verir. Kullanýmý Servis adminleriyle sýnýrlýdýr."
+
+#: language.cpp:5037
+#, c-format
+msgid ""
+"Syntax: INFO {chan | nick}\n"
+" \n"
+"Allows you to see %S information about a channel or a bot.\n"
+"If the parameter is a channel, then you'll get information\n"
+"such as enabled kickers. If the parameter is a nick,\n"
+"you'll get information about a bot, such as creation\n"
+"time or number of channels it is on."
+msgstr ""
+"Kullanýmý: INFO {kanaladý | botunnicki}\n"
+"\n"
+"Bir kanal yada bot hakkýnda %S bilgisini gösterir. Eðer\n"
+"parametre kanalsa, aktif atma özellikleri hakkýnda bilgi\n"
+"alýrsýnýz. Eðer parametre nickse, bot hakkýnda yaratýlma \n"
+"zamaný veya bulunduðu kanal sayýsý gibi bilgiler alýrsýnýz."
+
+#: language.cpp:4189
+#, c-format
+msgid ""
+"Syntax: INVITE channel\n"
+" \n"
+"Tells %S to invite you into the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Kullanýmý: INVITE kanaladý\n"
+"\n"
+"%S'e sizi belirtilen kanala davet etmesini söyler.\n"
+"Varsayýlan olarak AOP lar ile access seviyesi 5 veya\n"
+"üzeri olanlar kullanabilir."
+
+#: language.cpp:4912
+msgid ""
+"Syntax: JUPE server [reason]\n"
+" \n"
+"Tells Services to jupiter a server -- that is, to create\n"
+"a fake \"server\" connected to Services which prevents\n"
+"the real server of that name from connecting. The jupe\n"
+"may be removed using a standard SQUIT. If a reason is\n"
+"given, it is placed in the server information field;\n"
+"otherwise, the server information field will contain the\n"
+"text \"Juped by <nick>\", showing the nickname of the\n"
+"person who jupitered the server."
+msgstr ""
+"Kullanýmý: JUPE server [sebep]\n"
+"\n"
+"Servislere bir serverýn Jupiter yapýlmasýný söyler. -- Bu,\n"
+"servislere bir sahte server baðlayarak, gerçek serverýn o \n"
+"isimden baðlanmasýný engeller. JUPE modu standart SQUIT\n"
+"kullanýlarak kaldýrýlabilir. Eðer sebep belirtilmiþse,\n"
+"bu server bilgi satýrýna yazýlýr; belirtilmezse server bilgi\n"
+"satýrýnda \"Jupitered by <nick>\" yazýsý yer alýr, ve serverý \n"
+"jupiter edenin nicki yazýlýr.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4204
+msgid ""
+"Syntax: KICK #channel nick [reason]\n"
+" \n"
+"Kicks a selected nick on a channel.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Kullanýmý: KICK #kanaladý nick [sebep]\n"
+"\n"
+"Belirtilen nicki kanaldan atar.\n"
+"\n"
+"Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri\n"
+"olanlar bu komutu kullanabilir."
+
+#: language.cpp:5181
+msgid ""
+"Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+"Sets the bad words kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who say certain words\n"
+"on the channels.\n"
+"You can define bad words for your channel using the\n"
+"BADWORDS command. Type %R%S HELP BADWORDS for\n"
+"more information.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK #channel BADWORDS {ON|OFF} [böas]\n"
+"\n"
+"Küfürde atmayý açar yada kapatýr. Aktifleþtirildiðinde\n"
+"bu özellik bota küfür edenleri atmasýný söyler.\n"
+"\n"
+"Bir kanal için küfür belirlemek için BADWORDS komutunu\n"
+"kullanabilirsiniz. Ayrýntýlar için /msg %S HELP BADWORDS\n"
+"yazýn.\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5172
+msgid ""
+"Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+"Sets the repeat kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are repeating\n"
+"themselves num times (if num is not given, it\n"
+"defaults to 3).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK #kanaladý REPEAT {ON|OFF} [böas [sayý]]\n"
+"\n"
+"Tekrar yazýlan ayný yazýda atmayý açar yada kapar.\n"
+"Aktifleþtirildiðinde bu özellik bota kendilerini\n"
+"sayý kez tekrar edenleri atmasýný söyler. (Eðer\n"
+"sayý belirtilmemiþse, varsayýlan olarak 3 tür).\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5101
+msgid ""
+"Syntax: KICK channel option parameters\n"
+" \n"
+"Configures bot kickers. option can be one of:\n"
+" \n"
+" BOLDS Sets if the bot kicks bolds\n"
+" BADWORDS Sets if the bot kicks bad words\n"
+" CAPS Sets if the bot kicks caps\n"
+" COLORS Sets if the bot kicks colors\n"
+" FLOOD Sets if the bot kicks flooding users\n"
+" REPEAT Sets if the bot kicks users who repeat\n"
+" themselves\n"
+" REVERSES Sets if the bot kicks reverses\n"
+" UNDERLINES Sets if the bot kicks underlines\n"
+" ITALICS Sets if the bot kicks italics\n"
+" \n"
+"Type %R%S HELP KICK option for more information\n"
+"on a specific option.\n"
+" \n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Kullanýmý: KICK kanaladý özellik parametre\n"
+"\n"
+"Botun kick lerini ayarlar. özellik þunlardan biri olabilir:\n"
+"\n"
+" BOLDS Kalýn yazýda atar\n"
+" BADWORDS Küfürde atar\n"
+" CAPS Büyük yazýda atar\n"
+" COLORS Renkli yazýda atar\n"
+" FLOOD Flood da atar\n"
+" REPEAT Kendini tekrar edenleri atar\n"
+" REVERSES Ctrl+r nin kullanýlmasýnda atar\n"
+" UNDERLINES Altýçizgili yazýda atar\n"
+" ITALICS Sets if the bot kicks italics\n"
+"\n"
+"Belirli bir özellik hakkýnda daha fazla bilgi için\n"
+"/msg %S HELP KICK özellik yazýn.\n"
+"\n"
+"Not: Bu komuta eriþim seviye(level) ayarýyla yapýlýr."
+
+#: language.cpp:4648
+#, c-format
+msgid ""
+"Syntax: KICK channel user reason\n"
+" \n"
+"Allows staff to kick a user from any channel.\n"
+"Parameters are the same as for the standard /KICK\n"
+"command. The kick message will have the nickname of the\n"
+"IRCop sending the KICK command prepended; for example:\n"
+" \n"
+"*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"
+msgstr ""
+"Kullanýmý: KICK kanaladý kullanýcý sebep\n"
+"\n"
+"IRCoplarýn herhangi bir kullanýcýyý kanaldan atmalarýný\n"
+"saðlar. Parametreler standart /KICK komutununkiyle aynýdýr.\n"
+"Kick mesajýnda komutu kullanan IRCop un nickide belirtilir.\n"
+"Örneðin:\n"
+"\n"
+"*** SpamMan has been kicked off channel #my_channel by %S (MJJ (Flood))\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:5122
+msgid ""
+"Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+"Sets the bolds kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use bolds.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý BOLDS {ON|OFF} [böas]\n"
+"\n"
+"Kalýn yazýda atmayý açar yada kapatýr. \n"
+"Aktifleþtirildiðinde bu özellik bota kalýn yazý\n"
+"kullananlarý atmasýný söyler.\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5150
+#, c-format
+msgid ""
+"Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+"Sets the caps kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are talking in\n"
+"CAPS.\n"
+"The bot kicks only if there are at least min caps\n"
+"and they constitute at least percent%% of the total \n"
+"text line (if not given, it defaults to 10 characters\n"
+"and 25%%).\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý CAPS {ON|OFF} [böas [min [yüzde]]]\n"
+"\n"
+"Büyük yazýda atmayý açar yada kapatýr.\n"
+"Aktifleþtirildiðinde bu özellik bota büyük yazý\n"
+"kullananlarý atmasýný söyler.\n"
+"\n"
+"Bot belirtilen en az(min) büyük harfin toplam yazýnýn\n"
+"yüzdesine%% baðlý olarak atar. (Belirtilmemiþse,\n"
+"varsayýlan olarak 10 karakter ve 25%% de atar).\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5129
+msgid ""
+"Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+"Sets the colors kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use colors.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý COLORS {ON|OFF} [böas]\n"
+"\n"
+"Renkli yazýda atmayý açar yada kapatýr. \n"
+"Aktifleþtirildiðinde bu özellik bota renkli yazý \n"
+"kullananlarý atmasýný söyler.\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5162
+msgid ""
+"Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+"Sets the flood kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who are flooding\n"
+"the channel using at least ln lines in secs seconds\n"
+"(if not given, it defaults to 6 lines in 10 seconds).\n"
+" \n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý FLOOD {ON|OFF} [böas [sýra [sn]]]\n"
+"\n"
+"Flood da atmayý açar yada kapatýr. Aktifleþtirildiðinde\n"
+"bu özellik bota sn saniyede enaz sýra sýrada flood\n"
+"yapanlarý atmasýný söyler. (Belirtilmemiþse varsayýlan\n"
+"olarak 10 saniyede 6 sýra da atar).\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5192
+msgid ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+"Sets the italics kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use italics.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+
+#: language.cpp:5136
+msgid ""
+"Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+"Sets the reverses kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use reverses.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý REVERSES {ON|OFF} [böas]\n"
+"\n"
+"Ctrl+r nin kullanýlmasýnda atmayý açar yada kapatýr. \n"
+"Aktifleþtirildiðinde bu özellik bota Ctrl+r yi \n"
+"kullananlarý atmasýný söyler.\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:5143
+msgid ""
+"Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+"Sets the underlines kicker on or off. When enabled, this\n"
+"option tells the bot to kick users who use underlines.\n"
+"ttb is the number of times a user can be kicked\n"
+"before it get banned. Don't give ttb to disable\n"
+"the ban system once activated."
+msgstr ""
+"Kullanýmý: KICK kanaladý UNDERLINES {ON|OFF} [böas]\n"
+"\n"
+"Altýçizgili yazýda atmayý açar yada kapatýr.\n"
+"Aktifleþtirildiðinde bu özellik bota altýçizgili\n"
+"yazanlarý atmasýný söyler.\n"
+"\n"
+"böas banlamadan önce kiþinin kaç kez atýlacaðýný \n"
+"belirler. Kaldýrmak için komutta böas ý belirtmeyin."
+
+#: language.cpp:4063
+#, c-format
+msgid ""
+"Syntax: LEVELS channel SET type level\n"
+" LEVELS channel {DIS | DISABLE} type\n"
+" LEVELS channel LIST\n"
+" LEVELS channel RESET\n"
+" \n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+" \n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+" \n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+" \n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+msgstr ""
+"Kullanýmý: LEVELS kanaladý SET tip [seviye|FOUNDER]\n"
+" LEVELS kanaladý {DIS | DISABLE} tip\n"
+" LEVELS kanaladý LIST\n"
+" LEVELS kanaladý RESET\n"
+"\n"
+"The LEVELS command allows fine control over the meaning of\n"
+"the numeric access levels used for channels. With this\n"
+"command, you can define the access level required for most\n"
+"of %S's functions. (The SET FOUNDER and this command\n"
+"are always restricted to the channel founder.)\n"
+"\n"
+"LEVELS SET allows the access level for a function or group of\n"
+"functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+"disables an automatic feature or disallows access to a\n"
+"function by anyone, INCLUDING the founder (although, the founder\n"
+"can always reenable it).\n"
+"\n"
+"LEVELS LIST shows the current levels for each function or\n"
+"group of functions. LEVELS RESET resets the levels to the\n"
+"default levels of a newly-created channel (see\n"
+"HELP ACCESS LEVELS).\n"
+"\n"
+"For a list of the features and functions whose levels can be\n"
+"set, see HELP LEVELS DESC."
+
+#: language.cpp:5385
+msgid ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+msgstr ""
+"Syntax: LIST [<key>|<#X-Y>]\n"
+"This command lists registered vhosts to the operator\n"
+"if a Key is specified, only entries whos nick or vhost match\n"
+"the pattern given in <key> are displayed e.g. Rob* for all\n"
+"entries beginning with \"Rob\"\n"
+"If a #X-Y style is used, only entries between the range of X\n"
+"and Y will be displayed, e.g. #1-3 will display the first 3\n"
+"nick/vhost entries.\n"
+"The list uses the value of NSListMax as a hard limit for the\n"
+"number of items to display to a operator at any 1 time."
+
+#: language.cpp:4102
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"(Channels with the PRIVATE option set are not listed.)\n"
+"Note that a preceding '#' specifies a range, channel names\n"
+"are to be written without '#'."
+msgstr ""
+"Kullanýmý: LIST model\n"
+"\n"
+"Belirtilen modelle uyuþan tüm kayýtlý kanallarý listeler.\n"
+"(PRIVATE özelliði aktif olan kanallar listelenmez.)"
+
+#: language.cpp:3214
+msgid ""
+"Syntax: LIST pattern\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the\n"
+"PRIVATE option set will not be displayed.\n"
+" \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST *!*@*.bar.org\n"
+" Lists all nicks owned by users in the bar.org\n"
+" domain."
+msgstr ""
+"Kullanýmý: LIST model\n"
+"\n"
+"nick!user@host formatýnda, belirtilen modeli içeren\n"
+"tüm kayýtlý nickleri listeler. PRIVATE özelliði aktif olan\n"
+"nickler listelenmez.\n"
+"\n"
+"Örnekler:\n"
+"\n"
+" LIST *!aliuser@ixir.com\n"
+" identi aliuser@ixir.com olan tüm kayýtlý nickleri \n"
+" listeler.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Bot kelimesini içeren tüm kayýtlý nickleri listeler.\n"
+" (büyük küçük harf hassasiyeti vardýr.)\n"
+"\n"
+" LIST *!*@*.ixir.com\n"
+" ixir.com domainine sahip tüm kayýtlý nickleri listeler."
+
+#: language.cpp:4271
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+" \n"
+"Lists all registered channels matching the given pattern.\n"
+"Channels with the PRIVATE option set will only be displayed\n"
+"to Services Operators. Channels with the NOEXPIRE option set \n"
+"will have a ! appended to the channel name for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+"channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+"the NOEXPIRE flag set will be displayed. If multiple options are \n"
+"given, more types of channels will be displayed. These options are \n"
+"limited to Services Operators."
+msgstr ""
+"Kullanýmý: LIST model [FORBIDDEN] [NOEXPIRE]\n"
+"\n"
+"Belirtilen modelle uyuþan tüm kayýtlý kanallarý listeler.\n"
+"PRIVATE özelliði ayarlý kanallar sadece Servis adminleri\n"
+"tarafýndan görüntülenir. NOEXPIRE özelliði olan kanallarýn\n"
+"yanýnda Servis adminleri için ! iþareti bulunur.\n"
+"\n"
+"Eðer FORBIDDEN veya NOEXPIRE özellikleri belirtilmiþse,\n"
+"sadece yasaklý(FORBIDDEN) yada zaman aþýmýna(NOEXPIRE) \n"
+"uðramayacak kanallar listelenir. Eðer her iki özellikte \n"
+"belirtilmiþse, her iki tip kanalda listelenir. Bu komutlar\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3334
+msgid ""
+"Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+" \n"
+"Lists all registered nicknames which match the given\n"
+"pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+"option set will only be displayed to Services Operators. Nicks\n"
+"with the NOEXPIRE option set will have a ! appended to\n"
+"the nickname for Services Operators.\n"
+" \n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"Examples:\n"
+" \n"
+" LIST *!joeuser@foo.com\n"
+" Lists all registered nicks owned by joeuser@foo.com.\n"
+" \n"
+" LIST *Bot*!*@*\n"
+" Lists all registered nicks with Bot in their\n"
+" names (case insensitive).\n"
+" \n"
+" LIST * NOEXPIRE\n"
+" Lists all registered nicks which have been set to\n"
+" not expire."
+msgstr ""
+"Kullanýmý: LIST model [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+"\n"
+"Belirtilen modele uyuþan tüm kayýtlý nickleri nick!user@host \n"
+"formatýnda listeler. PRIVATE özellið aktif olan kullanýcýlar \n"
+"sadece servis adminleri tarafýndan görüntülenir. NOEXPIRE \n"
+"ayarý olan nicklerde servis adminleri için asýlý bir ! bulunur.\n"
+"\n"
+"If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, "
+"only\n"
+"nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have "
+"the\n"
+"NOEXPIRE flag set will be displayed. If multiple options are\n"
+"given, all nicks matching at least one option will be displayed.\n"
+"These options are limited to Services Operators. \n"
+"\n"
+"Örnekler:\n"
+"\n"
+" LIST *!aliuser@ixir.com\n"
+" identi aliuser@ixir.com olan tüm kayýtlý nickler \n"
+" listelenir.\n"
+"\n"
+" LIST *Bot*!*@*\n"
+" Ýsimlerinde Bot yazan tüm kayýtlý nickler listelenir\n"
+" (küçük büyük harf hassasiyeti vardýr).\n"
+"\n"
+" LIST * NOEXPIRE\n"
+" Zaman asimi olmayan tüm kayýtlý nickler listelenir."
+
+#: language.cpp:4371
+msgid ""
+"Syntax: LIST [channel] [list | NEW]\n"
+" \n"
+"Lists any memos you currently have. With NEW, lists only\n"
+"new (unread) memos. Unread memos are marked with a \"*\"\n"
+"to the left of the memo number. You can also specify a list\n"
+"of numbers, as in the example below:\n"
+" LIST 2-5,7-9\n"
+" Lists memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Kullanýmý: LIST [kanaladý] [liste | NEW]\n"
+"\n"
+"Mevcut mesajlarýnýzý listeler. NEW parametresi sadece yeni\n"
+"okunmamýþ mesajlarý listeler. Okunmamýþ mesajlar mesaj \n"
+"numarasýnýn solunda \"*\" ile iþaretlidir. Aþaðýdaki örnekte\n"
+"olduðu gibi belirli numaralarýda listeleyebilirsiniz:\n"
+"\n"
+" LIST 2-5,7-9\n"
+" 2'den 5'e ve 7'den 9'a kadar olan mesajlarý listeler."
+
+#: language.cpp:2634
+msgid "Syntax: LOGONNEWS ADD text"
+msgstr "Kullanýmý: LOGONNEWS ADD yazý"
+
+#: language.cpp:2690
+#, c-format
+msgid ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+" \n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"LOGONNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: LOGONNEWS ADD text\n"
+" LOGONNEWS DEL {num | ALL}\n"
+" LOGONNEWS LIST\n"
+"\n"
+"Edits or displays the list of logon news messages. When a\n"
+"user connects to the network, these messages will be sent\n"
+"to them. (However, no more than %d messages will be\n"
+"sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"LOGONNEWS may only be used by Services Operators."
+
+#: language.cpp:2640
+msgid "Syntax: LOGONNEWS DEL {num | ALL}"
+msgstr "Kullanýmý: LOGONNEWS DEL {num | ALL}"
+
+#: language.cpp:2883
+msgid ""
+"Syntax: LOGOUT\n"
+" \n"
+"This reverses the effect of the IDENTIFY command, i.e.\n"
+"make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself."
+msgstr ""
+"Kullanýmý: LOGOUT\n"
+"\n"
+"IDENTIFY komutunun yaptýðý etkiyi tersine çevirir,\n"
+"yani artýk o nickin gerçek sahibi olarak tanýnmamanýzý\n"
+"saðlar. Fakat sizden nickinizi tekrar identify etmeniz \n"
+"istenmez."
+
+#: language.cpp:3313
+msgid ""
+"Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+" \n"
+"Without a parameter, reverses the effect of the IDENTIFY \n"
+"command, i.e. make you not recognized as the real owner of the nick\n"
+"anymore. Note, however, that you won't be asked to reidentify\n"
+"yourself.\n"
+" \n"
+"With a parameter, does the same for the given nick. If you \n"
+"specify REVALIDATE as well, Services will ask the given nick\n"
+"to re-identify. This use limited to Services Operators."
+msgstr ""
+"Kullanýmý: LOGOUT [nick [REVALIDATE]]\n"
+"\n"
+"Parametre kullanýlmazsa, IDENTIFY komutunun yaptýðý \n"
+"etkiyi tersine çevirir, yani artýk o nickin gerçek sahibi\n"
+"olarak tanýnmamanýzý saðlar. Fakat sizden nickinizi tekrar\n"
+"identify etmeniz istenmez.\n"
+"\n"
+"Parametre kullanýlýrsada aynýsýný yapar ama buna ek olarak\n"
+"REVALIDATE belirtilirse servisler o kiþiye nickini yeniden \n"
+"identify etmesini söyler. Servis adminlerinin Kullanýmýyla\n"
+"sýnýrlýdýr."
+
+#: language.cpp:4624
+msgid ""
+"Syntax: MODE channel modes\n"
+" \n"
+"Allows Services operators to set channel modes for any\n"
+"channel. Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Kullanýmý: MODE kanaladý modlar\n"
+"\n"
+"Servis operatörlerinin herhangi bir kanalýn modlarýný\n"
+"ayarlamasýný saðlar. Parametreler standart /MODE komutununkiyle\n"
+"aynýdýr.\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4980
+msgid ""
+"Syntax: MODINFO FileName\n"
+" \n"
+"This command lists information about the specified loaded module"
+msgstr ""
+"Syntax: MODINFO FileName\n"
+"This command lists information about the specified loaded module"
+
+#: language.cpp:4984
+msgid ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+" \n"
+"Lists all currently loaded modules."
+msgstr ""
+"Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+"Lists all currently loaded modules."
+
+#: language.cpp:4970
+msgid ""
+"Syntax: MODLOAD FileName\n"
+" \n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODLOAD FileName\n"
+"This command loads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4975
+msgid ""
+"Syntax: MODUNLOAD FileName\n"
+" \n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+msgstr ""
+"Syntax: MODUNLOAD FileName\n"
+"This command unloads the module named FileName from the modules\n"
+"directory."
+
+#: language.cpp:4901
+msgid ""
+"Syntax: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"NOOP SET remove all O:lines of the given\n"
+"server and kill all IRCops currently on it to\n"
+"prevent them from rehashing the server (because this\n"
+"would just cancel the effect).\n"
+"NOOP REVOKE makes all removed O:lines available again\n"
+"on the given server.\n"
+"Note: The server is not checked at all by the\n"
+"Services."
+msgstr ""
+"Kullanýmý: NOOP SET server\n"
+" NOOP REVOKE server\n"
+"\n"
+"NOOP SET komutu belirtilen serverdaki tüm O:line larý\n"
+"siler ve tüm ircoplarý rehash komutunu kullanýp komutun\n"
+"etkisini yok etmemeleri için killer.\n"
+"\n"
+"NOOP REVOKE komutu belirtilen serverdaki tüm kaldýrýlmýþ\n"
+"O:line larý yeniden oluþturur.\n"
+"\n"
+"Not: server parametresinin doðruluðu servisler tarafýndan\n"
+"kontrol edilmez.\n"
+"\n"
+"Services Operatorlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:5376
+msgid ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+msgstr ""
+"Syntax: OFF\n"
+"Deactivates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see your real IP address."
+
+#: language.cpp:4636
+msgid ""
+"Syntax: OLINE user flags\n"
+" \n"
+"Allows Services Opers to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+msgstr ""
+"Syntax: OLINE user flags\n"
+"\n"
+"Allows Services Operators to give Operflags to any user.\n"
+"Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+"remove all flags simply type a \"-\" instead of any flags."
+
+#: language.cpp:5353
+msgid ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+msgstr ""
+"Syntax: ON\n"
+"Activates the vhost currently assigned to the nick in use.\n"
+"When you use this command any user who performs a /whois\n"
+"on you will see the vhost instead of your real IP address."
+
+#: language.cpp:4109
+msgid ""
+"Syntax: OP #channel [nick]\n"
+" \n"
+"Ops a selected nick on a channel. If nick is not given,\n"
+"it will op you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel."
+msgstr ""
+"Kullanýmý: OP #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicki kanalda oplar. Eðer nick belirtilmemiþse,\n"
+"kendinizi oplarsýnýz.\n"
+"\n"
+"Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri\n"
+"olanlar kullanabilir."
+
+#: language.cpp:2656
+msgid "Syntax: OPERNEWS ADD text"
+msgstr "Kullanýmý: OPERNEWS ADD yazý"
+
+#: language.cpp:2703
+#, c-format
+msgid ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+" \n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+" \n"
+"OPERNEWS may only be used by Services Operators."
+msgstr ""
+"Syntax: OPERNEWS ADD text\n"
+" OPERNEWS DEL {num | ALL}\n"
+" OPERNEWS LIST\n"
+"\n"
+"Edits or displays the list of oper news messages. When a\n"
+"user opers up (with the /OPER command), these messages will\n"
+"be sent to them. (However, no more than %d messages will\n"
+"be sent in order to avoid flooding the user. If there are\n"
+"more news messages, only the most recent will be sent.)\n"
+"NewsCount can be configured in services.conf.\n"
+"\n"
+"OPERNEWS may only be used by Services Operators."
+
+#: language.cpp:2660
+msgid "Syntax: OPERNEWS DEL {num | ALL}"
+msgstr "Kullanýmý: OPERNEWS DEL {num | ALL}"
+
+#: language.cpp:4177
+msgid ""
+"Syntax: OWNER #channel\n"
+" \n"
+"Gives you owner status on channel.\n"
+" \n"
+"Limited to those with founder access on the channel."
+msgstr ""
+"Kullanýmý: OWNER #kanaladi\n"
+"\n"
+"Belirtilen kanalda owner statüsü verilir.\n"
+"\n"
+"Belirtilen kanal founderlarinin kullanma yetkisi vardir."
+
+#: language.cpp:4161
+msgid ""
+"Syntax: PROTECT #channel [nick]\n"
+" \n"
+"Protects a selected nick on a channel. If nick is not given,\n"
+"it will protect you.\n"
+" \n"
+"By default, limited to the founder, or to SOPs or those with \n"
+"level 10 and above on the channel for self protecting."
+msgstr ""
+"Kullanýmý: PROTECT #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicki kanalda korur. Eðer nick belirtilmezse,\n"
+"sizi korur.\n"
+"\n"
+"Varsayýlan olarak, founder kullanabilir, veya SOP lar ile access\n"
+"seviyesi 10 ve üzeri olanlar kendilerinde kullanabilirler."
+
+#: language.cpp:3763
+msgid ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+" \n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+" \n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+" \n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+" \n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Syntax: QOP channel ADD nick\n"
+" QOP channel DEL {nick | entry-num | list}\n"
+" QOP channel LIST [mask | list]\n"
+" QOP channel CLEAR\n"
+"\n"
+"Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+"list gives users the right to be auto-owner on your channel,\n"
+"which gives them almost (or potentially, total) access.\n"
+"\n"
+"The QOP ADD command adds the given nickname to the\n"
+"QOP list.\n"
+"\n"
+"The QOP DEL command removes the given nick from the\n"
+"QOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+"\n"
+"The QOP LIST command displays the QOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" QOP #channel LIST 2-5,7-9\n"
+" Lists QOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The QOP CLEAR command clears all entries of the\n"
+"QOP list.\n"
+"\n"
+"The QOP commands are limited to\n"
+"founders (unless SECUREOPS is off). However, any user on the\n"
+"QOP list may use the QOP LIST command.\n"
+"\n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"/msg %S HELP ACCESS for information about the access list,\n"
+"and /msg %S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+
+#: language.cpp:4934
+msgid ""
+"Syntax: QUIT\n"
+" \n"
+"Causes Services to do an immediate shutdown; databases are\n"
+"not saved. This command should not be used unless\n"
+"damage to the in-memory copies of the databases is feared\n"
+"and they should not be saved. For normal shutdowns, use the\n"
+"SHUTDOWN command."
+msgstr ""
+"Kullanýmý: QUIT\n"
+"\n"
+"Servislerin birden kapanmasýna neden olur; veritabanlarý\n"
+"kaydedilmez. Bu komut veritabanlarýnýn hafýzadaki \n"
+"kopyalarýna zarar gelmesinden korkuluyorsa ve \n"
+"yedeklenmemiþlerse kullanýlmamalýdýr. Normal kapatmalar \n"
+"için, SHUTDOWN komutunu kullanýn.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:2676
+msgid "Syntax: RANDOMNEWS ADD text"
+msgstr "Kullanýmý: RANDOMNEWS ADD yazi"
+
+#: language.cpp:2716
+msgid ""
+"Syntax: RANDOMNEWS ADD text\n"
+" RANDOMNEWS DEL {num | ALL}\n"
+" RANDOMNEWS LIST\n"
+" \n"
+"Edits or displays the list of random news messages. When a\n"
+"user connects to the network, one (and only one) of the\n"
+"random news will be randomly chosen and sent to them.\n"
+" \n"
+"RANDOMNEWS may only be used by Services Operators."
+msgstr ""
+"Kullanimi: RANDOMNEWS ADD yazi\n"
+" RANDOMNEWS DEL {no | ALL}\n"
+" RANDOMNEWS LIST\n"
+"\n"
+"Karisik haberleri düzenlemenizi saglar. Bir kullanici\n"
+"network e baglandigi zaman, karisik haberlerden bir tanesi\n"
+"seçilerek kullaniciya gönderilir.\n"
+"\n"
+"RANDOMNEWS may only be used by Services Operators."
+
+#: language.cpp:2680
+msgid "Syntax: RANDOMNEWS DEL {num | ALL}"
+msgstr "Kullanýmý: RANDOMNEWS DEL {no | ALL}"
+
+#: language.cpp:4380
+msgid ""
+"Syntax: READ [channel] {num | list | LAST | NEW}\n"
+" \n"
+"Sends you the text of the memos specified. If LAST is\n"
+"given, sends you the memo you most recently received. If\n"
+"NEW is given, sends you all of your new memos. Otherwise,\n"
+"sends you memo number num. You can also give a list of\n"
+"numbers, as in this example:\n"
+" \n"
+" READ 2-5,7-9\n"
+" Displays memos numbered 2 through 5 and 7 through 9."
+msgstr ""
+"Kullanýmý: READ [kanaladý] {num | liste | LAST | NEW}\n"
+"\n"
+"Belirtilen mesajlarý okumanýzý saðlar. Eðer LAST belirtilmiþse\n"
+"en son gelen mesajýnýzý okursunuz. Eðer NEW belirtilmiþse tüm \n"
+"yeni mesajlarýný okursunuz. Eðer bir numara belirtirseniz (num)\n"
+"o numaraya ait mesajý okursunuz. Aþaðýdaki örnekteki gibi belirli\n"
+"numaralarýda okuyabilirsiniz:\n"
+"\n"
+" READ 2-5,7-9\n"
+" 2'den 5'e ve 7'den 9'a kadar olan mesajlarý gösterir."
+
+#: language.cpp:3157
+msgid ""
+"Syntax: RECOVER nickname [password]\n"
+" \n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+" \n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (%R%S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+" \n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RECOVER nickname [password]\n"
+"\n"
+"Allows you to recover your nickname if someone else has\n"
+"taken it; this does the same thing that %S does\n"
+"automatically if someone tries to use a kill-protected\n"
+"nick.\n"
+"\n"
+"When you give this command, %S will bring a fake\n"
+"user online with the same nickname as the user you're\n"
+"trying to recover your nick from. This causes the IRC\n"
+"servers to disconnect the other user. This fake user will\n"
+"remain online for %s to ensure that the other\n"
+"user does not immediately reconnect; after that time, you\n"
+"can reclaim your nick. Alternatively, use the RELEASE\n"
+"command (/msg %S HELP RELEASE) to get the nick\n"
+"back sooner.\n"
+"\n"
+"In order to use the RECOVER command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:3491
+msgid ""
+"Syntax: REGISTER channel description\n"
+" \n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+" \n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (%R%S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+" \n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"%R%s HELP for information on how to do so."
+msgstr ""
+"Kullanýmý: REGISTER kanaladý açýklama\n"
+"\n"
+"Registers a channel in the %S database. In order\n"
+"to use this command, you must first be a channel operator\n"
+"on the channel you're trying to register.\n"
+"The description, which must be included, is a\n"
+"general description of the channel's purpose.\n"
+"When you register a channel, you are recorded as the\n"
+"\"founder\" of the channel. The channel founder is allowed\n"
+"to change all of the channel settings for the channel;\n"
+"%S will also automatically give the founder\n"
+"channel-operator privileges when s/he enters the channel.\n"
+"See the ACCESS command (/msg %S HELP ACCESS) for\n"
+"information on giving a subset of these privileges to\n"
+"other channel users.\n"
+"NOTICE: In order to register a channel, you must have\n"
+"first registered your nickname. If you haven't,\n"
+"/msg %s HELP for information on how to do so."
+
+#: language.cpp:2799
+msgid ""
+"Syntax: REGISTER password [email]\n"
+" \n"
+"Registers your nickname in the %S database. Once\n"
+"your nick is registered, you can use the SET and ACCESS\n"
+"commands to configure your nick's settings as you like\n"
+"them. Make sure you remember the password you use when\n"
+"registering - you'll need it to make changes to your nick\n"
+"later. (Note that case matters! ANOPE, Anope, and \n"
+"anope are all different passwords!)\n"
+" \n"
+"Guidelines on choosing passwords:\n"
+" \n"
+"Passwords should not be easily guessable. For example,\n"
+"using your real name as a password is a bad idea. Using\n"
+"your nickname as a password is a much worse idea ;) and,\n"
+"in fact, %S will not allow it. Also, short\n"
+"passwords are vulnerable to trial-and-error searches, so\n"
+"you should choose a password at least 5 characters long.\n"
+"Finally, the space character cannot be used in passwords.\n"
+" \n"
+"The parameter email is optional and will set the email\n"
+"for your nick immediately. However, it may be required\n"
+"on certain networks.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person.\n"
+" \n"
+"This command also creates a new group for your nickname,\n"
+"that will allow you to register other nicks later sharing\n"
+"the same configuration, the same set of memos and the\n"
+"same channel privileges. For more information on this\n"
+"feature, type %R%S HELP GROUP."
+msgstr ""
+"Kullanýmý: REGISTER þifre [email]\n"
+"\n"
+"%S 'ün veritabanýna nickinizi kaydeder. Nickinizi \n"
+"bir kere kayýt ettikten sonra nickinizin özelliklerini \n"
+"istediðiniz gibi belirlemek için SET ve ACCESS \n"
+"komutlarýný kullanabilirsiniz. Kayýtta kullandýðýnýz þifrenin\n"
+"hatýrlanabilecek birþey olmasýna dikkat edin - ilerde\n"
+"nickinizin özelliklerinde deðiþiklik yaparken ve sunucuda\n"
+"kullanabilmek için ihtiyacýnýz olacak. (Þifrelerin büyük\n"
+"küçük harf hassasiyeti olduðunu unutmayýn! ÝXÝR, Ýxir, \n"
+"ve ixir þifreleri birbirinden farklýdýr.)\n"
+"\n"
+"Þifreleri seçme konusunda rehber:\n"
+"\n"
+"Þifreler kolayca tahmin edilebilir olmamalýdýr. Örneðin,\n"
+"gerçek isminizi þifre olarak kullanmak kötü bir fikirdir.\n"
+"Nickinizi þifre olarak kullanmak daha kötü bir fikirdir :)\n"
+"ve zaten %S buna izin vermez. Ayrýca kýsa þifreler \n"
+"deneme yanýlma yöntemiyle bulunabilirler, bu yüzden þifrenizin\n"
+"en az 5 karakter olmasýna dikkat edin. Son olarak þifrede\n"
+"boþluk kullanmamanýz gerekir.\n"
+"\n"
+"email parametresi opsiyoneldir ve nickiniz için bir \n"
+"email adresi belirler. Fakat bazý networklerde bu\n"
+"parametrenin kullanýlmasý zorunlu olabilir.(Unutmayýn\n"
+"email adresinizi doðru olarak vermeniz ilerde þifrenizi \n"
+"unutmanýz halinde çok iþe yarayacaktýr)\n"
+"Gizliliðinize saygý duyulacak ve mail adresiniz herhangi \n"
+"üçüncü þahýslara söylenmeyecektir.\n"
+"Bu komut ayrýca nickiniz için yeni bir grup oluþturur ki bu\n"
+"ilerde gruba kaydedeceðiniz nickler için ayný özellikleri, \n"
+"memo ayarlarýný ve ayný kanal ayrýcalýklarýný paylaþmanýzý \n"
+"saðlar. Bu özellik hakkýnda daha fazla bilgi için, \n"
+"/msg %S HELP GROUP yazýn."
+
+#: language.cpp:3180
+#, c-format
+msgid ""
+"Syntax: RELEASE nickname [password]\n"
+" \n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+" \n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+msgstr ""
+"Syntax: RELEASE nickname [password]\n"
+"\n"
+"Instructs %S to remove any hold on your nickname\n"
+"caused by automatic kill protection or use of the RECOVER\n"
+"command. This holds lasts for %s;\n"
+"this command gets rid of them sooner.\n"
+"\n"
+"In order to use the RELEASE command for a nick, your\n"
+"current address as shown in /WHOIS must be on that nick's\n"
+"access list, you must be identified and in the group of\n"
+"that nick, or you must supply the correct password for\n"
+"the nickname."
+
+#: language.cpp:4928
+msgid ""
+"Syntax: RELOAD\n"
+"Causes Services to reload the configuration file. Note that\n"
+"some directives still need the restart of the Services to\n"
+"take effect (such as Services' nicknames, activation of the \n"
+"session limitation, etc.)"
+msgstr ""
+"Kullanýmý: RELOAD\n"
+"\n"
+"Servislerin conf dosyasýný yeniden yüklemesine neden olur.\n"
+"Unutmayýnki bazý direktifler hala servislerin yeniden \n"
+"baþlatýlmasýný gerektirir. (Servislerin nickleri, session \n"
+"limitinin aktifleþtirilmesi, etc.)\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3303
+msgid ""
+"Syntax: RESEND\n"
+" \n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+msgstr ""
+"Syntax: RESEND\n"
+"\n"
+"This command will re-send the auth code (also called passcode)\n"
+"to the e-mail address of the user whom is performing it."
+
+#: language.cpp:3284
+msgid ""
+"Syntax: RESETPASS nickname\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+msgstr ""
+"Syntax: RESETPASS nickname\n"
+"\n"
+"Sends a code key to the nickname with instructions on how to\n"
+"reset their password."
+
+#: language.cpp:4946
+msgid ""
+"Syntax: RESTART\n"
+" \n"
+"Causes Services to save all databases and then restart\n"
+"(i.e. exit and immediately re-run the executable)."
+msgstr ""
+"Kullanýmý: RESTART\n"
+"\n"
+"Servislerin tüm veritabanlarýný kaydederek yeniden \n"
+"baþlamasýný saðlar.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr.\t"
+
+#: language.cpp:4487
+msgid ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recipient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+msgstr ""
+"Syntax: RSEND {nick | channel} memo-text\n"
+"\n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered.\n"
+"Once the memo is read by its recepient, an automatic notification\n"
+"memo will be sent to the sender informing him/her that the memo\n"
+"has been read."
+
+#: language.cpp:3044
+msgid ""
+"Syntax: SASET nickname option parameters.\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Syntax: SASET nickname option parameters.\n"
+"\n"
+"Sets various nickname options. option can be one of:"
+
+#: language.cpp:3144
+msgid ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+msgstr ""
+"Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will be opped automatically.\n"
+"Set to ON to allow ChanServ to op the given nickname \n"
+"automatically when joining channels."
+
+#: language.cpp:3070
+msgid ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+msgstr ""
+"Syntax: SASET nickname DISPLAY new-display\n"
+"\n"
+"Changes the display used to refer to the nickname group in \n"
+"Services. The new display MUST be a nick of the group."
+
+#: language.cpp:3079
+msgid ""
+"Syntax: SASET nickname EMAIL address\n"
+" \n"
+"Associates the given E-mail address with the nickname."
+msgstr ""
+"Syntax: SASET nickname EMAIL address\n"
+"\n"
+"Associates the given E-mail address with the nickname."
+
+#: language.cpp:3083
+msgid ""
+"Syntax: SASET nickname GREET message\n"
+" \n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+msgstr ""
+"Syntax: SASET nickname GREET message\n"
+"\n"
+"Makes the given message the greet of the nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that the user has the necessary \n"
+"access on it."
+
+#: language.cpp:3123
+#, c-format
+msgid ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on the\n"
+"nick. You can hide the E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), the services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+
+#: language.cpp:3090
+#, c-format
+msgid ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"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, 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."
+
+#: language.cpp:3150
+#, fuzzy
+msgid ""
+"Syntax: SASET nickname LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"language should be chosen from a list of supported languages\n"
+"that you can get by typing %R%S HELP SET LANGUAGE."
+msgstr ""
+"Syntax: SASET nickname LANGUAGE number\n"
+"\n"
+"Changes the language Services uses when sending messages to\n"
+"nickname (for example, when responding to a command he sends).\n"
+"number should be chosen from a list of supported languages\n"
+"that you can get by typing /msg %S HELP SET LANGUAGE."
+
+#: language.cpp:3133
+msgid ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+msgstr ""
+"Syntax: SASET nickname MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"the given user. With MSG set, Services will use messages,\n"
+"else they'll use notices."
+
+#: language.cpp:3139
+msgid ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+msgstr ""
+"Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+"\n"
+"Sets whether the given nickname will expire. Setting this\n"
+"to ON prevents the nickname from expiring."
+
+#: language.cpp:3075
+msgid ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify as the nick's\towner."
+msgstr ""
+"Syntax: SASET nickname PASSWORD new-password\n"
+"\n"
+"Changes the password used to identify as the nick's\towner."
+
+#: language.cpp:3115
+#, c-format
+msgid ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+"\n"
+"Turns %S's privacy option on or off for the nick.\n"
+"With PRIVATE set, the nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows the nickname can still get\n"
+"information on it using the INFO command.)"
+
+#: language.cpp:3105
+#, c-format
+msgid ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Syntax: SASET nickname SECURE {ON | OFF}\n"
+"\n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+
+#: language.cpp:5233
+msgid ""
+"Syntax: SAY channel text\n"
+" \n"
+"Makes the bot say the given text on the given channel."
+msgstr ""
+"Kullanýmý: SAY kanaladý yazý\n"
+"\n"
+"Botun belirtilen yazýyý belirtilen kanalda söylemesini saðlar."
+
+#: language.cpp:4359
+msgid ""
+"Syntax: SEND {nick | channel} memo-text\n"
+" \n"
+"Sends the named nick or channel a memo containing\n"
+"memo-text. When sending to a nickname, the recipient will\n"
+"receive a notice that he/she has a new memo. The target\n"
+"nickname/channel must be registered."
+msgstr ""
+"Kullanýmý: SEND {nick | kanaladý} mesaj\n"
+"\n"
+"Belirtilen nicke veya kanala yazýlan mesajý gönderir.\n"
+"Nicke gönderirken, gönderilen kiþi yeni mesajý olduðuna dair\n"
+"bir not alýr. Mesaj gönderilen nick/kanal kayýtlý olmalýdýr."
+
+#: language.cpp:4484
+msgid ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+msgstr ""
+"Syntax: SENDALL memo-text\n"
+"Sends all registered users a memo containing memo-text."
+
+#: language.cpp:3276
+msgid ""
+"Syntax: SENDPASS nickname\n"
+" \n"
+"Send the password of the given nickname to the e-mail address\n"
+"set in the nickname record. This command is really useful\n"
+"to deal with lost passwords.\n"
+" \n"
+"May be limited to IRC operators on certain networks."
+msgstr ""
+"Kullanýmý: SENDPASS nick\n"
+"\n"
+"Belirtilen nickin þifresini nickin kayýtlarýnda belirtilmiþ \n"
+"email adresine gönderir.\n"
+"\n"
+"Bazý networklerde sadece IRC operatörleri kullanabilir."
+
+#: language.cpp:2570
+msgid ""
+"Syntax: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+" \n"
+"Allows Services Operators to view the session list.\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"
+"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"
+"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 ""
+"Kullanýmý: SESSION LIST threshold\n"
+" SESSION VIEW host\n"
+"\n"
+"Servis adminlerinin session listesini görüntülemesini saðlar.\n"
+"\n"
+"SESSION LIST en az threshold sessionlardaki hostlarý listeler.\n"
+"Threshold(eþik) 1 den büyük bir sayý olmalýdýr. Bu büyük \n"
+"ölçüdeki tek session hostlarýn yanlýþlýkla listelenmelerini \n"
+"önlemek içindir.\n"
+"SESSION VIEW belirli bir host hakkýnda ayrýntýlý bilgileri \n"
+"görüntüler. Bu o anki session sayýsýný ve session limitinide\n"
+"gösterir. host deðeri wildcard(açýk olarak yazýlmalýdýr) \n"
+"içermemelidir.\n"
+"\n"
+"Session limitleme ve belirli hostlara ve gruplara nasýl session \n"
+"limit koyulacaðý hakkýnda yardým için EXCEPTION yardýmýna bakýn.\n"
+"\n"
+"Servis adminleri tarafýndan kullanýlabilir."
+
+#: language.cpp:5358
+msgid ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+msgstr ""
+"Syntax: SET <nick> <hostmask>.\n"
+"Sets the vhost for the given nick to that of the given\n"
+"hostmask. If your IRCD supports vIdents, then using\n"
+"SET <nick> <ident>@<hostmask> set idents for users as \n"
+"well as vhosts."
+
+#: language.cpp:5045
+msgid ""
+"Syntax: SET (channel | bot) option parameters\n"
+" \n"
+"Configures bot options. option can be one of:\n"
+" \n"
+" DONTKICKOPS To protect ops against bot kicks\n"
+" DONTKICKVOICES To protect voices against bot kicks\n"
+" GREET Enable greet messages\n"
+" FANTASY Enable fantaisist commands\n"
+" SYMBIOSIS Allow the bot to act as a real bot\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option.\n"
+"Note: access to this command is controlled by the\n"
+"level SET."
+msgstr ""
+"Kullanýmý: SET kanaladý özellik parametre\n"
+"\n"
+"Bot özelliklerini ayarlar. özellik þunlardan biri olabilir:\n"
+"\n"
+" DONTKICKOPS Botun atmasýna karþý oplarý korur\n"
+" DONTKICKVOICES Botun atmasýna karþý voice larý korur\n"
+" GREET Greet mesajýný aktifleþtirir\n"
+" FANTASY Fantazi komutlarýný aktifleþtirir\n"
+" SYMBIOSIS Gerçek bot gibi davranmasýný saðlar.\n"
+"\n"
+"Belirli bir komut hakkýnda daha fazla bilgi için \n"
+"/msg %S HELP SET özellik yazýn.\n"
+"\n"
+"Not: Bu komuta access eriþimi seviye(level) ayarýyla saðlanýr."
+
+#: language.cpp:5275
+msgid ""
+"Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+"This option prevents a bot from being assigned to a\n"
+"channel by users that aren't IRC operators."
+msgstr ""
+"Kullanýmý: SET botun-nicki PRIVATE {ON|OFF}\n"
+"\n"
+"Bu özellik IRC Operatörleri disindaki userlarin bu\n"
+"botlari kanallara sokmalarini engeller.\n"
+"\n"
+"Bu komutu Servis Adminleri kullanabilir."
+
+#: language.cpp:3524
+msgid ""
+"Syntax: SET channel option parameters\n"
+" \n"
+"Allows the channel founder to set various channel options\n"
+"and other information.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Kullanýmý: SET kanaladý özellik parametre\n"
+"\n"
+"Kanal founderýnýn çeþitli kanal özelliklerini ve diðer bilgileri\n"
+"ayarlamasýný saðlar.\n"
+"\n"
+"Mevcut özellikler:"
+
+#: language.cpp:5060
+msgid ""
+"Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+" \n"
+"Enables or disables ops protection mode on a channel.\n"
+"When it is enabled, ops won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Kullanýmý: SET kanaladý DONTKICKOPS {ON|OFF}\n"
+"\n"
+"Kanalda op korumasýný açar yada kapatýr.\n"
+"Aktifleþtirildiði zaman, oplar bot tarafýnda NOKICK\n"
+"seviyeleri olmasalar bile atýlmazlar."
+
+#: language.cpp:5066
+msgid ""
+"Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+" \n"
+"Enables or disables voices protection mode on a channel.\n"
+"When it is enabled, voices won't be kicked by the bot\n"
+"even if they don't match the NOKICK level."
+msgstr ""
+"Kullanýmý: SET kanaladý DONTKICKVOICES {ON|OFF}\n"
+"\n"
+"Kanalda voice korumasýný açar yada kapatýr.\n"
+"Aktifleþtirildiði zaman, voice lar bot tarafýndan\n"
+"NOKICK seviyeleri olmasalar bile atýlmazlar."
+
+#: language.cpp:5072
+msgid ""
+"Syntax: SET channel FANTASY {ON|OFF}\n"
+"Enables or disables fantasy mode on a channel.\n"
+"When it is enabled, users will be able to use\n"
+"commands !op, !deop, !voice, !devoice,\n"
+"!kick, !kb, !unban, !seen on a channel (find how \n"
+"to use them; try with or without nick for each, \n"
+"and with a reason for some?).\n"
+" \n"
+"Note that users wanting to use fantaisist\n"
+"commands MUST have enough level for both\n"
+"the FANTASIA and another level depending\n"
+"of the command if required (for example, to use \n"
+"!op, user must have enough access for the OPDEOP\n"
+"level)."
+msgstr ""
+"Kullanýmý: SET kanaladý FANTASY {ON|OFF}\n"
+"\n"
+"Kanalda fantazi modunu açar yada kapatýr.\n"
+"Aktifleþtirildiði zaman, kulanýcýlar kanalda\n"
+"!op, !deop, !voice, !devoice, !kick, !kb, \n"
+"!unban, !seen gibi komutlarý kullanabilirler. \n"
+"(nasýl kullanýldýklarýný öðrenmek için; onlarý \n"
+"nickle ve nicksiz kullanýn vede bazýlarýndada sebep \n"
+"belirtin).\n"
+"\n"
+"Unutmayýnki fantazi komutlarýný kullanmak\n"
+"isteyen kullanýcýlarýn FANTASIA ve komutun \n"
+"gerektirdiði diðer seviyelere yeterli access\n"
+"seviyesi olmasý gereklidir. (örneðin, !op\n"
+"komutunu kullanmak için, kullanýcýnýn OPDEOP\n"
+"seviyesine yeterli access i olmalýdýr)."
+
+#: language.cpp:5087
+msgid ""
+"Syntax: SET channel GREET {ON|OFF}\n"
+" \n"
+"Enables or disables greet mode on a channel.\n"
+"When it is enabled, the bot will display greet\n"
+"messages of users joining the channel, provided\n"
+"they have enough access to the channel."
+msgstr ""
+"Kullanýmý: SET kanaladý GREET {ON|OFF}\n"
+"\n"
+"Kanalda karþýlama modunu açar yada kapatýr.\n"
+"Aktifleþtirildiði zaman, bot kanala giren \n"
+"kullanýcýlara bir karþýlama mesajý gönderir,\n"
+"tabi eðer bu kiþilerin yeterli access leri varsa."
+
+#: language.cpp:5269
+msgid ""
+"Syntax: SET channel NOBOT {ON|OFF}\n"
+" \n"
+"This option makes a channel be unassignable. If a bot \n"
+"is already assigned to the channel, it is unassigned\n"
+"automatically when you enable the option."
+msgstr ""
+"Kullanýmý: SET kanaladý NOBOT {ON|OFF}\n"
+"\n"
+"Bu özellik bir kanalý bot sokulamaz hale getirir. Eðer\n"
+"kanala zaten bir bot sokulmuþsa otomatik olarak o bot\n"
+"kanaldan çýkarýlýr.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4266
+msgid ""
+"Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+" \n"
+"Sets whether the given channel will expire. Setting this\n"
+"to ON prevents the channel from expiring."
+msgstr ""
+"Kullanýmý: SET kanaladý NOEXPIRE {ON | OFF}\n"
+"\n"
+"Belirtilen kanalýn zaman asimina uðrayýp uðramayacaðýný \n"
+"belirler. Bunu ON olarak ayarlamak kanalýn zaman aþýmýna \n"
+"uðramasýný engelleyecektir.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:5094
+#, c-format
+msgid ""
+"Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+" \n"
+"Enables or disables symbiosis mode on a channel.\n"
+"When it is enabled, the bot will do everything\n"
+"normally done by %s on channels, such as MODEs,\n"
+"KICKs, and even the entry message."
+msgstr ""
+"Kullanýmý: SET kanaladý SYMBIOSIS {ON|OFF}\n"
+"\n"
+"Kanalda simbiyoz modunu açar yada kapatýr.\n"
+"Aktifleþtirildiði zaman bot %s'ün yaptýðý herþeyi\n"
+"kendisi yapar. Modelar, kickler, ve giriþ mesajý gibi."
+
+#: language.cpp:2925
+msgid ""
+"Syntax: SET option parameters\n"
+" \n"
+"Sets various nickname options. option can be one of:"
+msgstr ""
+"Kullanýmý: SET özellik parametre\n"
+"\n"
+"Çeþitli nick özelliklerini ayarlar. özellik þunlardan biri \n"
+"olabilir:"
+
+#: language.cpp:4408
+msgid ""
+"Syntax: SET option parameters\n"
+"Sets various memo options. option can be one of:\n"
+" \n"
+" NOTIFY Changes when you will be notified about\n"
+" new memos (only for nicknames)\n"
+" LIMIT Sets the maximum number of memos you can\n"
+" receive\n"
+" \n"
+"Type %R%S HELP SET option for more information\n"
+"on a specific option."
+msgstr ""
+"Kullanýmý: SET özellik parametre\n"
+"\n"
+"Çeþitli mesaj ayarlarýný yapar. özellik aþaðýdakilerden \n"
+"biri olabilir:\n"
+"\n"
+" NOTIFY Yeni mesajlarda ne zaman uyarýlacaðýnýzý\n"
+" belirler (sadece nickler içindir)\n"
+" LIMIT Alabileceðiniz maksimum mesaj sayýsýný\n"
+" belirler\n"
+"\n"
+"Belirli bir özellik hakkýnda daha fazla bilgi için, \n"
+"/msg %S HELP SET özellik yazýn."
+
+#: language.cpp:4835
+msgid ""
+"Syntax: SET option setting\n"
+"Sets various global Services options. Option names\n"
+"currently defined are:\n"
+" READONLY Set read-only or read-write mode\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Activate or deactivate debug mode\n"
+" NOEXPIRE Activate or deactivate no expire mode\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options"
+msgstr ""
+"Kullanýmý: SET özellik ayar\n"
+"\n"
+"Çeþitli global servis özelliklerini ayarlar. Özellikler\n"
+"aþaðýda tanýmlanmýþtýr:\n"
+" READONLY Read-only ve read-write modunu ayarlar\n"
+" LOGCHAN Report log messages to a channel\n"
+" DEBUG Debug modunu aktifleþtirir yada kapatýr\n"
+" NOEXPIRE No expire modunu aktifleþtirir yada kapatýr\n"
+" SUPERADMIN Activate or deactivate super-admin mode\n"
+" IGNORE Activate or deactivate ignore mode\n"
+" LIST List the options\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3039
+msgid ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+" \n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+msgstr ""
+"Syntax: SET AUTOOP {ON | OFF}\n"
+"\n"
+"Sets whether you will be opped automatically. Set to ON to \n"
+"allow ChanServ to op you automatically when entering channels."
+
+#: language.cpp:4871
+msgid ""
+"Syntax: SET DEBUG {ON | OFF | num}\n"
+" \n"
+"Sets debug mode on or off. In debug mode, all data sent to\n"
+"and from Services as well as a number of other debugging\n"
+"messages are written to the log file. If num is\n"
+"given, debug mode is activated, with the debugging level set\n"
+"to num.\n"
+"This option is equivalent to the command-line option\n"
+"-debug."
+msgstr ""
+"Kullanýmý: SET DEBUG {ON | OFF | num}\n"
+"\n"
+"Debug modunu açar yada kapatýr. Debug modunda, servislere \n"
+"gönderilen ve alýnan tüm veriler diðer bir kaç debug \n"
+"mesajlarýyla beraber bir kayýt dosyasýna yazýlýr. Eðer num \n"
+"parametresi belirtilmiþse, debug modu num a baðlý debug \n"
+"seviye ayarý ile aktifleþtirilir.\n"
+"\n"
+"-debug komut satýrý özelliðiyle aynýdýr."
+
+#: language.cpp:2960
+msgid ""
+"Syntax: SET DISPLAY new-display\n"
+" \n"
+"Changes the display used to refer to your nickname group in \n"
+"Services. The new display MUST be a nick of your group."
+msgstr ""
+"Kullanýmý: SET DISPLAY yeni-görünüm\n"
+"\n"
+"Servislerde grubunuzdaki nicklerden hangisinin gözükeceðini\n"
+"ayarlar. Yeni görünüm grubunuzda bulunan nicklerden biri \n"
+"olmalýdýr."
+
+#: language.cpp:2977
+msgid ""
+"Syntax: SET EMAIL address\n"
+" \n"
+"Associates the given E-mail address with your nickname.\n"
+"This address will be displayed whenever someone requests\n"
+"information on the nickname with the INFO command."
+msgstr ""
+"Kullanýmý: SET EMAIL email adresiniz\n"
+"\n"
+"Nickiniz için bir email adresi belirtir. Bu email adresi\n"
+"birisi sizin hakkýnýzda bilgi almak için INFO komutunu \n"
+"kullandýðýnda görünür."
+
+#: language.cpp:2983
+msgid ""
+"Syntax: SET GREET message\n"
+" \n"
+"Makes the given message the greet of your nickname, that\n"
+"will be displayed when joining a channel that has GREET\n"
+"option enabled, provided that you have the necessary \n"
+"access on it."
+msgstr ""
+"Kullanýmý: SET GREET mesaj\n"
+"\n"
+"Yazdýðýnýz mesajý nickinizin karþýlama mesajý olarak\n"
+"belirler, bu mesaj GREET özelliði aktif bir kanala \n"
+"girdiðinizde gönderilir, kanaldaki access seviyenize\n"
+"baðlýdýr."
+
+#: language.cpp:3023
+#, c-format
+msgid ""
+"Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+" \n"
+"Allows you to prevent certain pieces of information from\n"
+"being displayed when someone does a %S INFO on your\n"
+"nick. You can hide your E-mail address (EMAIL), last seen\n"
+"user@host mask (USERMASK), your services access status\n"
+"(STATUS) and last quit message (QUIT).\n"
+"The second parameter specifies whether the information should\n"
+"be displayed (OFF) or hidden (ON)."
+msgstr ""
+"Kullanýmý: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+"\n"
+"Birisi hakkýnýzda bilgi almak için %S INFO komutunu \n"
+"kullandýðýnda bazý bilgilerin burada gözükmemesini saðlar.\n"
+"E-mail adresinizi (EMAIL), son göründüðünüz user@host \n"
+"maskýný (USERMASK), ve son çýkýþ mesajýnýzý (QUIT)\n"
+"saklayabilirsiniz. Ýkinici parametre bilginin görünüp (OFF)\n"
+"görünmeyeceðini (ON) belirtmenizi saðlar."
+
+#: language.cpp:4894
+msgid ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+msgstr ""
+"Syntax: SET IGNORE {ON | OFF}\n"
+"Setting this will toggle Anope's usage of the IGNORE system \n"
+"on or off."
+
+#: language.cpp:2990
+#, c-format
+msgid ""
+"Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+" \n"
+"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, 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."
+msgstr ""
+"Kullanýmý: SET KILL {ON | QUICK | IMMED | OFF}\n"
+"\n"
+"Nickiniz için otomatik koruma özelliðini açar ve kapatýr.\n"
+"Koruma açýkken eðer bir baþkasý sizin nickinizi kullanmaya \n"
+"kalkarsa, o kiþiye nicki deðiþtirmesi için bir dakika süre \n"
+"verilir, eðer deðiþtirmezse %S tarafýndan otomatik olarak\n"
+"deðiþtirilir.\n"
+"\n"
+"Eðer QUICK parametresini seçerseniz, kullanýcýya nickini\n"
+"deðiþtirmesi için 60 saniye yerine sadece 20 saniye verilir.\n"
+"Eðer IMMED parametresini seçerseniz kullanýcýnýn nicki\n"
+"uyarýlmadan hemen deðiþtirilir; lütfen çok gerekmedikçe\n"
+"bu özelliði kullanmayýn. Hatta network yöneticileri bu\n"
+"özelliði devre dýþý býrakmýþ olabilirler."
+
+#: language.cpp:2970
+#, fuzzy
+msgid ""
+"Syntax: SET LANGUAGE language\n"
+" \n"
+"Changes the language Services uses when sending messages to\n"
+"you (for example, when responding to a command you send).\n"
+"language should be chosen from the following list of\n"
+"supported languages:"
+msgstr ""
+"Kullanýmý: SET LANGUAGE numara\n"
+"\n"
+"Servislerin size hitap edeceði dili belirlemenizi saðlar.\n"
+"(örneðin, bir komut yazdýðýnýzda gelecek cevabýn dili gibi).\n"
+"numara aþaðýdaki listede desteklenen dillerden biri olarak \n"
+"belirlenir:"
+
+#: language.cpp:4436
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [channel] limit\n"
+" \n"
+"Sets the maximum number of memos you (or the given channel)\n"
+"are allowed to have. If you set this to 0, no one will be\n"
+"able to send any memos to you. However, you cannot set\n"
+"this any higher than %d."
+msgstr ""
+"Kullanýmý: SET LIMIT [kanaladý] limit\n"
+"\n"
+"Sizin alabileceðiniz (yada belirtilen kanalýn) maksimum mesaj\n"
+"sayýsýný belirler. Eðer bunu 0 yaparsanýz kimse size mesaj \n"
+"gönderemeyecektir. Ayrýca bu limiti %d den fazla yapamazsýnýz."
+
+#: language.cpp:4450
+#, c-format
+msgid ""
+"Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+" \n"
+"Sets the maximum number of memos a user or channel is\n"
+"allowed to have. Setting the limit to 0 prevents the user\n"
+"from receiving any memos; setting it to NONE allows the\n"
+"user to receive and keep as many memos as they want. If\n"
+"you do not give a nickname or channel, your own limit is\n"
+"set.\n"
+" \n"
+"Adding HARD prevents the user from changing the limit. Not\n"
+"adding HARD has the opposite effect, allowing the user to\n"
+"change the limit (even if a previous limit was set with\n"
+"HARD).\n"
+"This use of the SET LIMIT command is limited to Services\n"
+"admins. Other users may only enter a limit for themselves\n"
+"or a channel on which they have such privileges, may not\n"
+"remove their limit, may not set a limit above %d, and may\n"
+"not set a hard limit."
+msgstr ""
+"Kullanýmý: SET LIMIT [kullanýcý | kanaladý] {limit | NONE} [HARD]\n"
+"\n"
+"Bir kullanýcýcn yada kanalýn alabileceði maksimum mesaj\n"
+"sayýsýný belirler. Bunu 0 yapmak kullanýcýnýn mesaj almasýný \n"
+"engeller; NONE yapmaksa kullanýcýnýn istediði kadar mesaj\n"
+"alýp saklamasýný saðlar. Eðer kanal veya nick belirtilmezse,\n"
+"kendi limitinizi ayarlarsýnýz.\n"
+"\n"
+"HARD parametresini eklemek kullanýcýnýn bu limiti deðiþtirmesini\n"
+"engeller. Bunu eklememekde, kullanýcýnýn limiti deðiþtirmesine izin\n"
+"verir. (Bir önceki limit ayarýnda HARD kullanýlmýþ olsa bile).\n"
+"\n"
+"SET LIMIT komutunun Kullanýmý Servis adminleriyle sýnýrlýdýr.\n"
+"Diðer kullanýcýlar limitlerini kaldýramaz, %d üzeri bir limit \n"
+"belirleyemez, ve hard limitini ayarlayamaz. Sadece gerekli \n"
+"ayrýcalýklarý varsa bir kanalýn mesaj limitini ve kendi mesaj\n"
+"limitlerini ayarlayabilirler."
+
+#: language.cpp:4898
+#, c-format
+msgid ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+msgstr ""
+"Syntax: SET LIST\n"
+"Display the various %S settings"
+
+#: language.cpp:4860
+msgid ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+" \n"
+"This option is equivalent to the command-line option -logchan.\n"
+" \n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+msgstr ""
+"Syntax: SET LOGCHAN {ON | OFF}\n"
+"With this setting on, Services will send its logs to a specified\n"
+"channel as well as the log file. LogChannel must also be defined\n"
+"in the Services configuration file for this setting to be of any\n"
+"use.\n"
+"\n"
+"This option is equivalent to the command-line option -logchan.\n"
+"Note: This can have strong security implications if your log\n"
+"channel is not properly secured."
+
+#: language.cpp:3033
+msgid ""
+"Syntax: SET MSG {ON | OFF}\n"
+" \n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+msgstr ""
+"Syntax: SET MSG {ON | OFF}\n"
+"\n"
+"Allows you to choose the way Services are communicating with \n"
+"you. With MSG set, Services will use messages, else they'll \n"
+"use notices."
+
+#: language.cpp:4881
+msgid ""
+"Syntax: SET NOEXPIRE {ON | OFF}\n"
+"Sets no expire mode on or off. In no expire mode, nicks,\n"
+"channels, akills and exceptions won't expire until the\n"
+"option is unset.\n"
+"This option is equivalent to the command-line option\n"
+"-noexpire."
+msgstr ""
+"Kullanýmý: SET NOEXPIRE {ON | OFF}\n"
+"\n"
+"No expire modunu açar yada kapatýr. No expire modunda,\n"
+"nickler, kanallar, akiller, ve exceptionlar mod kapanana\n"
+"kadar zaman aþýmýna uðramazlar.\n"
+"\n"
+"-noexpire komut satýrý özelliðiyle aynýdýr."
+
+#: language.cpp:4419
+msgid ""
+"Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"Changes when you will be notified about new memos:\n"
+" \n"
+" ON You will be notified of memos when you log on,\n"
+" when you unset /AWAY, and when they are sent\n"
+" to you.\n"
+" LOGON You will only be notified of memos when you log\n"
+" on or when you unset /AWAY.\n"
+" NEW You will only be notified of memos when they\n"
+" are sent to you.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF You will not receive any notification of memos.\n"
+" \n"
+"ON is essentially LOGON and NEW combined."
+msgstr ""
+"Kullanýmý: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+"\n"
+"Yeni mesajlarda ne zaman uyarýlacaðýnýzý belirler:\n"
+"\n"
+" ON Yeni mesajlar için baðlandýðýnýzda, away den \n"
+" dönüþte ve size gönderildikleri anda \n"
+" uyarýlýrsýnýz.\n"
+" LOGON Yeni mesajlar için baðlandýðýnýzda ve away den\n"
+" dönüþte uyarýlýrsýnýz.\n"
+" NEW Yeni mesajlar için sadece size gönderildikleri \n"
+" anda uyarýlýrsýnýz.\n"
+" MAIL You will be notified of memos by email aswell as\n"
+" any other settings you have.\n"
+" NOMAIL You will not be notified of memos by email.\n"
+" OFF Yeni mesajlar için herhangi bir uyarý almazsýnýz.\n"
+"\n"
+"ON parametresi LOGON ve NEW 'in kombinasyonudur"
+
+#: language.cpp:2965
+msgid ""
+"Syntax: SET PASSWORD new-password\n"
+" \n"
+"Changes the password used to identify you as the nick's\n"
+"owner."
+msgstr ""
+"Kullanýmý: SET PASSWORD yeni þifre\n"
+"\n"
+"Nickinizi tanýtmak için kullandýðýnýz þifreyi\n"
+"deðiþtirir."
+
+#: language.cpp:3015
+#, c-format
+msgid ""
+"Syntax: SET PRIVATE {ON | OFF}\n"
+" \n"
+"Turns %S's privacy option on or off for your nick.\n"
+"With PRIVATE set, your nickname will not appear in\n"
+"nickname lists generated with %S's LIST command.\n"
+"(However, anyone who knows your nickname can still get\n"
+"information on it using the INFO command.)"
+msgstr ""
+"Kullanýmý: SET PRIVATE {ON | OFF}\n"
+"\n"
+"%S'ün özel nick özelliðini açar kapatýr. PRIVATE ayarý\n"
+"ile, %S'ün LIST komutu kullanýldýðýnda nickiniz listede\n"
+"gözükmeyecektir.(Buna raðmen, nickinizi bilen biri INFO \n"
+"komutunu kullanarak hakkýnýzda bilgi alabilir.)"
+
+#: language.cpp:4846
+msgid ""
+"Syntax: SET READONLY {ON | OFF}\n"
+" \n"
+"Sets read-only mode on or off. In read-only mode, normal\n"
+"users will not be allowed to modify any Services data,\n"
+"including channel and nickname access lists, etc. IRCops\n"
+"with sufficient Services privileges will be able to modify\n"
+"Services' AKILL list and drop or forbid nicknames and\n"
+"channels, but any such changes will not be saved unless\n"
+"read-only mode is deactivated before Services is terminated\n"
+"or restarted.\n"
+" \n"
+"This option is equivalent to the command-line option\n"
+"-readonly."
+msgstr ""
+"Kullanýmý: SET READONLY {ON | OFF}\n"
+"\n"
+"Read-only modunu açar yada kapatýr. Read-only modunda,\n"
+"normal kullanýcýlar herhangi bir servis verisini deðiþtiremezler,\n"
+"bunun içinde kanal ve nick access listeleri v.s. vardýr.\n"
+"Yeterli ayrýcalýklarý olan IRCoplar servislerin AKILL listesini\n"
+"deðiþtirebilir, nicklerin ve kanallarýn kaydýný silebilir yada \n"
+"yasaklayabilir, fakat deðiþiklikler servisler kapatýlmadan yada\n"
+"tekrar baþlatýlmadan önce read-only modu kapatýlmazsa kaydedilmez.\n"
+"\n"
+"-readonly komut satýrý özelliðiyle aynýdýr."
+
+#: language.cpp:3005
+#, c-format
+msgid ""
+"Syntax: SET SECURE {ON | OFF}\n"
+" \n"
+"Turns %S's security features on or off for your\n"
+"nick. With SECURE set, you must enter your password\n"
+"before you will be recognized as the owner of the nick,\n"
+"regardless of whether your address is on the access\n"
+"list. However, if you are on the access list, %S\n"
+"will not auto-kill you regardless of the setting of the\n"
+"KILL option."
+msgstr ""
+"Kullanýmý: SET SECURE {ON | OFF}\n"
+"\n"
+"%S'ün güvenlik özelliklerini açar ve kapatýr. SECURE \n"
+"ayarý ile, nickin sahibi olarak tanýnmanýz için önce þifreyle \n"
+"kendinizi tanýtmanýz gerekir(adresinizin nickin access\n"
+"listesinde olup olmamasýna baðlý olarak). Fakat, eðer \n"
+"adresiniz nickin access listesindeyse KILL özelliði\n"
+"kullanýlmýþ olsa bile %S sizi otomatik olarak kill\n"
+"lemeyecektir."
+
+#: language.cpp:4888
+msgid ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privileges such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This option is not persistent, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+msgstr ""
+"Syntax: SET SUPERADMIN {ON | OFF}\n"
+"Setting this will grant you extra privlages such as the\n"
+"ability to be \"founder\" on all channel's etc...\n"
+"This opion is _NOT_ persistant, and should only be used when\n"
+"needed, and set back to OFF when no longer needed."
+
+#: language.cpp:5368
+msgid ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+msgstr ""
+"Syntax: SETALL <nick> <hostmask>.\n"
+"Sets the vhost for all nicks in the same group as that\n"
+"of the given nick. If your IRCD supports vIdents, then\n"
+"using SETALL <nick> <ident>@<hostmask> will set idents\n"
+"for users as well as vhosts.\n"
+"* NOTE, this will not update the vhost for any nick's\n"
+"added to the group after this command was used."
+
+#: language.cpp:4942
+msgid ""
+"Syntax: SHUTDOWN\n"
+" \n"
+"Causes Services to save all databases and then shut down."
+msgstr ""
+"Kulanýmý: SHUTDOWN\n"
+"\n"
+"Servislerin tüm veritabanlarýný kaydederek kapanmasýný saðlar.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4704
+msgid ""
+"Syntax: SNLINE ADD [+expiry] mask:reason\n"
+" SNLINE DEL {mask | entry-num | list}\n"
+" SNLINE LIST [mask | list]\n"
+" SNLINE VIEW [mask | list]\n"
+" SNLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+" \n"
+"SNLINE ADD adds the given realname mask to the SNLINE\n"
+"list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+"realname mask 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 SNLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+"Note: because the realname mask may contain spaces, the\n"
+"separator between it and the reason is a colon.\n"
+" \n"
+"The SNLINE DEL command removes the given mask from the\n"
+"SNLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SNLINE LIST command displays the SNLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SNLINE LIST 2-5,7-9\n"
+" Lists SNLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+"will show who added an SNLINE, the date it was added, and when \n"
+"it expires, as well as the realname mask and reason.\n"
+" \n"
+"SNLINE CLEAR clears all entries of the SNLINE list."
+msgstr ""
+"Kullanýmý: SNLINE ADD [+zamanaþýmý] mask:sebep\n"
+" SNLINE DEL {mask | kayýt-no | liste}\n"
+" SNLINE LIST [mask | liste]\n"
+" SNLINE VIEW [mask | liste]\n"
+" SNLINE CLEAR\n"
+"\n"
+"Servis operatörlerinin SNLINE listesi oluþturmalarýný saðlar.\n"
+"Eðer SNLINE listesindeki bir kullanýcý gerçek ismi(realname)\n"
+"servera baðlanmaya çalýþan bir kullanýcýnýnkiyle uyuþuyorsa\n"
+"o kullanýcýnýn servera baðlanmasý engellenir.\n"
+"\n"
+"SNLINE ADD komutu belirtilen realname(gerçek isim) mask ýný\n"
+"SNLINE listesine bir sebeple(belirtilmesi zorunludur) \n"
+"birlikte ekler.\n"
+"zamanaþýmý zaman belirleyici olarak tanýmlanýr ve þunlar birini\n"
+"takip etmelidir: d (gün), h (saat), veya m (dakika). 1h30m\n"
+"þeklindeki kombinasyonlar kullanýlamaz. Eðer zaman tanýmlayýcý öðe\n"
+"konulmazsa varsayýlan olarak gün kabul edilir (yani +30 un manasý\n"
+"30 gündür). Zaman aþýmýna uðramayacak bir SNLINE eklemek için +0\n"
+"kullanýn. Eklenecek realname mask ý + ile baþlýyorsa, o zaman\n"
+"zaman aþýmý süresi varsayýlanla ayný olsa bile belirtilmelidir.\n"
+"Mevcut SNLINE varsayýlan zaman aþýmý süresi STATS AKILL komutuyla\n"
+"bulunabilir.\n"
+"Not: realname maský boþluk içerebileceðinden bunla sebep arasýnda iki\n"
+"nokta üstüste(:) kullanýlmalýdýr.\n"
+"\n"
+"SNLINE DEL komutu belirtilen maský(eðer listede mevcutsa) SNLINE \n"
+"listesinden siler. eðer bir kayýt numaralarý listesi belirtilmiþse\n"
+"o kayýtlar silinir. (Aþaðýdaki LIST için verilmiþ örneði inceleyin.)\n"
+"\n"
+"SNLINE LIST komutu SNLINE listesini görüntüler. Eðer bir yýldýzlý\n"
+"mask verilmiþse, sadece o maskla uyuþan kayýtlarý içeren bir liste\n"
+"görüntülenir. Eðer bir kayýt numaralarý listesi belirtilmiþse,\n"
+"sadece o kayýtlar görüntülenir; örneðin:\n"
+"\n"
+" SNLINE LIST 2-5,7-9\n"
+" 2 den 5 e 7 den 9 a kadar olan SNLINE kayýtlarýný listeler.\n"
+" \n"
+"SNLINE VIEW komutu SNLINE LIST komutunun daha açýklayýcý bilgi \n"
+"veren þeklidir, ve SNLINE ý kimin eklediðini, eklendiði tarihi, ve\n"
+"ne zaman sona ereceðini realname ve sebeple birlikte gösterir.\n"
+"\n"
+"SNLINE CLEAR komutu SNLINE listesindeki tüm kayýtlarý siler.\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3876
+msgid ""
+"Syntax: SOP channel ADD nick\n"
+" SOP channel DEL {nick | entry-num | list}\n"
+" SOP channel LIST [mask | list]\n"
+" SOP channel CLEAR\n"
+" \n"
+"Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+"list gives users all rights given by the AOP list, and adds\n"
+"those needed to use the AutoKick and the BadWords lists, \n"
+"to send and read channel memos, and so on.\n"
+" \n"
+"The SOP ADD command adds the given nickname to the\n"
+"SOP list.\n"
+" \n"
+"The SOP DEL command removes the given nick from the\n"
+"SOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The SOP LIST command displays the SOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SOP #channel LIST 2-5,7-9\n"
+" Lists AOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The SOP CLEAR command clears all entries of the\n"
+"SOP list.\n"
+" \n"
+"The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+"limited to the channel founder. However, any user on the\n"
+"AOP list may use the SOP LIST command.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Kullanýmý: SOP kanaladi ADD nick\n"
+" SOP kanaladi DEL {nick | kayit-no | liste}\n"
+" SOP kanaladi LIST [mask | liste]\n"
+" SOP kanaladi CLEAR\n"
+"\n"
+"Bir kanalin SOP (SuperOP) listesini düzenler. SOP\n"
+"listesindekiler AOP larin sahip oldugu tüm yetkilere \n"
+"sahiptir. Ayrica AutoKick ve BadWords listesini\n"
+"düzenleyebilirler, kanal memolarini okuyabilirler, vs.\n"
+"\n"
+"SOP ADD komutu belirtilen nicki SOP listesine ekler.\n"
+"\n"
+"SOP DEL komutu belirtilen nicki SOP listesinden siler.\n"
+"Eger kayit numaralari listesi belirtilmisse, bu kayitlar\n"
+"silinir. (Asagidaki örnegi inceleyin.)\n"
+"\n"
+"SOP LIST komutu SOP listesini görüntüler. Eger bir\n"
+"hostmask belirtilmisse o hostmaskla uyusan kayitlar\n"
+"gösterilir. Eger kayit numaralari listesi belirtilmisse\n"
+"o numaralardaki nickler gösterilir; örnegin:\n"
+" SOP #kanaladi LIST 2-5,7-9\n"
+" 2 den 5 e ve 7 den 9 a kadar olan kayitlar gösterilir.\n"
+" \n"
+"SOP CLEAR komutu SOP listesindeki tüm kayitlari temizler.\n"
+"\n"
+"SOP ADD, SOP DEL ve SOP CLEAR komutlarini sadece kanal\n"
+"founderi kullanabilir. Ama AOP listesindeki herhangi biri\n"
+"SOP LIST komutunu kullanabilir.\n"
+"\n"
+"Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman\n"
+"access komutlarini kullanmalisiniz. Access komutlari hakkinda\n"
+"bilgi almak için /msg %S HELP ACCESS yazin. \n"
+"Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere\n"
+"/msg %S HELP SET XOP yazarak ulasabilirsiniz."
+
+#: language.cpp:4748
+msgid ""
+"Syntax: SQLINE ADD [+expiry] mask reason\n"
+" SQLINE DEL {mask | entry-num | list}\n"
+" SQLINE LIST [mask | list]\n"
+" SQLINE VIEW [mask | list]\n"
+" SQLINE CLEAR\n"
+" \n"
+"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 it to pursue his IRC\n"
+"session.\n"
+"If the first character of the mask is #, services will \n"
+"prevent the use of matching channels (on IRCds that \n"
+"support it).\n"
+" \n"
+"SQLINE ADD adds the given mask to the SQLINE\n"
+"list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+"If the mask to be added starts with a +, an expiry time \n"
+"must be given, even if it is the same as the default. The\n"
+"current SQLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SQLINE DEL command removes the given mask from the\n"
+"SQLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SQLINE LIST command displays the SQLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SQLINE LIST 2-5,7-9\n"
+" Lists SQLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+"will show who added an SQLINE, the date it was added, and when \n"
+"it expires, as well as the mask and reason.\n"
+" \n"
+"SQLINE CLEAR clears all entries of the SQLINE list."
+msgstr ""
+"Kullanimi: SQLINE ADD [+zamanasimi] mask sebep\n"
+" SQLINE DEL {mask | kayit-no | liste}\n"
+" SQLINE LIST [mask | liste]\n"
+" SQLINE VIEW [mask | liste]\n"
+" SQLINE CLEAR\n"
+"\n"
+"Servis adminlerinin SQLINE listesini yönetmelerini saglar.\n"
+"Eger SQLINE listesindeki masklardan biriyle uyusan bir nick\n"
+"servera baglanmaya çalisirsa, servisler buna izin vermezler.\n"
+"\n"
+"eger maskin ilk karakteri # ise servisler onla uyusan \n"
+"kanallarin kullanilmasina izin vermezler. (destekleyen IRCd\n"
+"yazilimlarinda geçerlidir).\n"
+"\n"
+"SQLINE ADD belirtilen maski belirtilen sebeple (mutlaka\n"
+"belirtilmelidir) birlikte SQLINE listesine ekler. zaman asimi\n"
+"ardinda d (gün), h (saat), veya m (dakika) olan bir sayi\n"
+"olmalidir.. 1h30m seklindeki kombinasyonlar geçersizdir.\n"
+"eger son ekleme harfi belirtilmemisse, varsayilan olarak gün\n"
+"kullanilir. (yani +30 30 gün demektir). Zaman asimina ugramasini\n"
+"istemediginiz bir SQLINE eklemek için +0 kullanin. \n"
+"Egegr eklenecek maskin basinda + varsa, zaman asimi süresi\n"
+"belirtilmelidir, aksi halde zaman asimi süresi varsayilanla ayni\n"
+"olacaktir. Mevcut SQLINE varsayilan zaman asimi süresi STATS AKILL\n"
+"komutuyla bulunabilir.\n"
+"\n"
+"SQLINE DEL komutu belirtilen maski SQLINE listesinden siler.\n"
+"Eger kayit numaralari listesi belirtilmisse, o kayitlari siler.\n"
+"(Asagidaki örnegi inceleyin.)\n"
+"\n"
+"SQLINE LIST komutu SQLINE listesini gösterir. Egegr bir mask\n"
+"belirtilmisse, maskla uyusan kayitlar gösterilir. Egegr kayit\n"
+"numaralari listesi belirtilmisse, o numaralara karsilik olan\n"
+"kayitlar gösterilir; örnegin:\n"
+" SQLINE LIST 2-5,7-9\n"
+" 2 den 5 e ve 7 den 9 a kadar olan SQLINE kayitlari\n"
+" gösterilir.\n"
+" \n"
+"SQLINE VIEW komutu SQLINE LIST komutunun daha gelismisidir,\n"
+"ve SQLINE kaydini ekleyeni, eklendigi tarihi, süresinin ne zaman\n"
+"bitecegini, mask ve sebeple beraber gösterir.\n"
+"\n"
+"SQLINE CLEAR SQLINE listesindeki tüm kayitlari temizler.\n"
+"\n"
+"Servis operatörlerinin kullanimiyla sinirlidir."
+
+#: language.cpp:5412
+msgid ""
+"Syntax: SQLSYNC\n"
+" \n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+msgstr ""
+"Syntax: SQLSYNC\n"
+"\n"
+"This command syncs your databases with SQL. You should\n"
+"only have to execute this command once, when you initially\n"
+"import your databases into SQL."
+
+#: language.cpp:2585
+msgid ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+msgstr ""
+"Syntax: STAFF\n"
+"Displays all Services Staff nicks along with level\n"
+"and on-line status."
+
+#: language.cpp:4481
+msgid ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+msgstr ""
+"Syntax: STAFF memo-text\n"
+"Sends all services staff a memo containing memo-text."
+
+#: language.cpp:4586
+msgid ""
+"Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+" \n"
+"Without any option, shows the current number of users and\n"
+"IRCops online (excluding Services), the highest number of\n"
+"users online since Services was started, and the length of\n"
+"time Services has been running.\n"
+" \n"
+"With the AKILL option, displays the current size of the\n"
+"AKILL list and the current default expiry time.\n"
+" \n"
+"The RESET option currently resets the maximum user count\n"
+"to the number of users currently present on the network.\n"
+" \n"
+"The MEMORY option displays information on the memory\n"
+"usage of Services. Using this option can freeze Services for\n"
+"a short period of time on large networks; don't overuse it!\n"
+" \n"
+"The UPLINK option displays information about the current\n"
+"server Anope uses as an uplink to the network.\n"
+" \n"
+"The ALL displays the user and uptime statistics, and\n"
+"everything you'd see with MEMORY and UPLINK options."
+msgstr ""
+"Kullanýmý: STATS [AKILL | ALL | RESET]\n"
+"\n"
+"Hiçbir parametre yokken, mevcut kullanýcý sayýsýný ve online\n"
+"olan IRCoplarý(Servisler hariç), Servisler baþlatýldýðýndan \n"
+"beri baðlý olan en fazla kullanýcý sayýsýný, ve servislerin\n"
+"çalýþma süresini gösterir.\n"
+"\n"
+"AKILL parametresiyle, mevcut AKILL listesini ve o anki \n"
+"varsayýlan zaman aþýmý süresini gösterir.\n"
+"\n"
+"ALL parametresi sadece Servis adminleri tarafýndan \n"
+"kullanýlabilir, ve servislerin kullandýðý hafýza(memory) \n"
+"hakkýnda bilgi verir. Büyük networklerde bu komutun kullanýlmasý\n"
+"servisleri kýsa bir süre dondurabilir, bu yüzden tekrar kullanmaya\n"
+"kalkmayýn!\n"
+"\n"
+"RESET parametresi önceki maksimum kullanýcý sayýsýný o anda\n"
+"networkte bulunan kullanýcý sayýsýyla deðiþtirir."
+
+#: language.cpp:4311
+msgid ""
+"Syntax: STATUS channel nickname\n"
+" \n"
+"Returns the current access level of the given nick on the\n"
+"given channel. The reply is of the form:\n"
+" \n"
+" STATUS channel nickname access-level\n"
+" \n"
+"If an error occurs, the reply will be in the form:\n"
+" \n"
+" STATUS ERROR error-message"
+msgstr ""
+"Kullanýmý: STATUS kanaladý nick\n"
+"\n"
+"Belirtilen nickin belirtilen kanaldaki access seviyesini\n"
+"söyler. Cevabýn formatý þu þekildedir:\n"
+"\n"
+" STATUS kanaladý nick access-seviyesi\n"
+"\n"
+"Eðer bir hata olursa, cevabun formatý þöyle olur:\n"
+"\n"
+" STATUS ERROR hata-mesajý\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:3255
+msgid ""
+"Syntax: STATUS nickname...\n"
+" \n"
+"Returns whether the user using the given nickname is\n"
+"recognized as the owner of the nickname. The response has\n"
+"this format:\n"
+" \n"
+" nickname status-code account\n"
+" \n"
+"where nickname is the nickname sent with the command,\n"
+"status-code is one of the following, and account\n"
+"is the account they are logged in as.\n"
+" \n"
+" 0 - no such user online or nickname not registered\n"
+" 1 - user not recognized as nickname's owner\n"
+" 2 - user recognized as owner via access list only\n"
+" 3 - user recognized as owner via password identification\n"
+" \n"
+"Up to sixteen nicknames may be sent with each command; the\n"
+"rest will be ignored. If no nickname is given, your status\n"
+"will be returned."
+msgstr ""
+"Kullanýmý: STATUS nick...\n"
+"\n"
+"Nickin kullanýcý tarafýndan nickin sahibi olarak tanýtýlýp \n"
+"tanýtýlmadýðýný gösterir. Cevap þu formattadýr:\n"
+"\n"
+" nick durum-kodu account\n"
+"\n"
+"where nick is the nickname sent with the command,\n"
+"durum-kodu is one of the following, and account\n"
+"is the account they are logged in as.\n"
+"\n"
+" 0 - Böyle bir kullanýcý baðlý deðil veya nick \n"
+" kayýtlý deðil\n"
+" 1 - Kullanýcý nickin sahibi olarak tanýtýlmamýþ\n"
+" 2 - Kullanýcý nickin sahibi olarak access listesinden \n"
+" tanýtýlmýþ\n"
+" 3 - Kullanýcý nickin sahibi olarak þifreyle tanýtýlmýþ\n"
+"\n"
+"Her komutta en fazla 16 nick için cevap verilir; gerisi \n"
+"yoksayýlýr. If no nickname is given, your status\n"
+"will be returned."
+
+#: language.cpp:4298
+msgid ""
+"Syntax: SUSPEND channel [reason]\n"
+" \n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+" \n"
+"Reason may be required on certain networks."
+msgstr ""
+"Syntax: SUSPEND channel [reason]\n"
+"\n"
+"Disallows anyone from registering or using the given\n"
+"channel. May be cancelled by using the UNSUSPEND\n"
+"command to preserve all previous channel data/settings.\n"
+"\n"
+"Reason may be required on certain networks."
+
+#: language.cpp:4657
+msgid ""
+"Syntax: SVSNICK nick newnick\n"
+" \n"
+"Forcefully changes a user's nickname from nick to newnick."
+msgstr ""
+"Syntax: SVSNICK nick newnick\n"
+"\n"
+"Forcefully changes a user's nickname from nick to newnick."
+
+#: language.cpp:4793
+msgid ""
+"Syntax: SZLINE ADD [+expiry] mask reason\n"
+" SZLINE DEL {mask | entry-num | list}\n"
+" SZLINE LIST [mask | list]\n"
+" SZLINE VIEW [mask | list]\n"
+" SZLINE CLEAR\n"
+" \n"
+"Allows Services operators to manipulate the SZLINE list. If\n"
+"a user with an IP matching an SZLINE mask attempts to \n"
+"connect, Services will not allow it to pursue his IRC\n"
+"session (and this, whether the IP has a PTR RR or not).\n"
+" \n"
+"SZLINE ADD adds the given IP mask to the SZLINE\n"
+"list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+"realname mask 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 SZLINE default expiry time can be found with the\n"
+"STATS AKILL command.\n"
+" \n"
+"The SZLINE DEL command removes the given mask from the\n"
+"SZLINE list if it is present. If a list of entry numbers is \n"
+"given, those entries are deleted. (See the example for LIST \n"
+"below.)\n"
+" \n"
+"The SZLINE LIST command displays the SZLINE list. \n"
+"If a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" SZLINE LIST 2-5,7-9\n"
+" Lists SZLINE entries numbered 2 through 5 and 7 \n"
+" through 9.\n"
+" \n"
+"SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+"will show who added an SZLINE, the date it was added, and when\n"
+"it expires, as well as the IP mask and reason.\n"
+" \n"
+"SZLINE CLEAR clears all entries of the SZLINE list."
+msgstr ""
+"Kullanýmý: SZLINE ADD [+zamanaþýmý] mask sebep\n"
+" SZLINE DEL {mask | kayýt-no | liste}\n"
+" SZLINE LIST [mask | liste]\n"
+" SZLINE VIEW [mask | liste]\n"
+" SZLINE CLEAR\n"
+"\n"
+"Servis operatörlerinin SZLINE listesi oluþturmalarýný saðlar.\n"
+"Eðer SZLINE listesindeki bir IP numarasýyla uyuþan bir kiþi\n"
+"servera baðlanmaya çalýþýrsa buna izin verilmez. (ve bu IP\n"
+"numarasý PTR RR olsada olmasada gerçekleþtirilir).\n"
+"\n"
+"SZLINE ADD komutu belirtilen IP maskýný SZLINE listesine\n"
+"belirtilen bir sebeple(ki mutlaka belirtilmelidir) birlikte\n"
+"ekler. zamanaþýmý zaman belirleyici olarak tanýmlanýr ve \n"
+"þunlardan birini takip etmelidir: d (gün), h (saat), veya\n"
+"m (dakika). 1h30m þeklindeki kombinasyonlar kullanýlamaz.\n"
+"Eðer zaman tanýmlayýcý öðe belirtilmemiþse, varsayýlan olarak\n"
+"gün kullanýlýr (yani +30 30 gün demektir). Zaman aþýmýna \n"
+"uðramayacak bir SZLINE eklemek için +0 kullanýn. Eðer\n"
+"eklenecek realname maský + ile baþlýyorsa, zaman aþýmý süresi\n"
+"varsayýlanla ayný olsa bile belirtilmelidir. Mevcut SZLINE \n"
+"varsayýlan zaman aþýmý süresi STATS AKILL komutuyla öðrenilebilir.\n"
+"\n"
+"SZLINE DEL komutu belirtilen maský eðer mevcutsa SZLINE \n"
+"listesinden siler. Eðer kayýt numaralarý listesi belirtilmiþse,\n"
+"bu kayýtlar silinir. (LIST için verilmiþ aþaðýdaki örneði inceleyin.)\n"
+"\n"
+"SZLINE LIST komutu SZLINE listesini görüntüler. Eðer yýldýzlý bir\n"
+"mask belirtilmiþse, sadece o maskla uyuþan kayýtlar görüntülenir.\n"
+"Eðer kayýt numaralarý listesi belirtilmiþse, sadece o kayýtlar \n"
+"gösterilir; örneðin:\n"
+"\n"
+" SZLINE LIST 2-5,7-9\n"
+" 2 den 5 e 7 den 9 a kadar olan kayýtlarý görüntüler.\n"
+" \n"
+"SZLINE VIEW komutu SZLINE LIST komutunun daha geniþ bilgi veren \n"
+"bir þeklidir, ve SZLINE ý kimin eklediðini, eklendiði tarihi, ve ne\n"
+"zaman sona ereceðini, IP maský ve sebeple birlikte görüntüler.\n"
+"\n"
+"SZLINE CLEAR komutu SZLINE listesindeki tüm kayýtlarý siler.\n"
+"\n"
+"Servis operatörlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4218
+msgid ""
+"Syntax: TOPIC channel [topic]\n"
+" \n"
+"Causes %S to set the channel topic to the one\n"
+"specified. If topic is not given, then an empty topic\n"
+"is set. This command is most useful in conjunction\n"
+"with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+"for more information.\n"
+" \n"
+"By default, limited to those with founder access on the\n"
+"channel."
+msgstr ""
+"Kullanýmý: TOPIC kanaladi [konu]\n"
+"\n"
+"%S belirtilen kanala belirtilen konuyu yazar.Eger\n"
+"topic belirtilmemisse, bos bir konu yazilir. Bu\n"
+"komut SET TOPICLOCK aktif oldugu zaman kullanislidir.\n"
+"Daha fazla bilgi için /msg %S HELP SET TOPICLOCK\n"
+"yazin.\n"
+"\n"
+"Varsayilan olarak, founderin kullanma yetkisi vardir."
+
+#: language.cpp:4630
+msgid ""
+"Syntax: UMODE user modes\n"
+" \n"
+"Allows Services Opers to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+msgstr ""
+"Syntax: UMODE user modes\n"
+"\n"
+"Allows Services Operators to set user modes for any user.\n"
+"Parameters are the same as for the standard /MODE\n"
+"command."
+
+#: language.cpp:5029
+msgid ""
+"Syntax: UNASSIGN chan\n"
+" \n"
+"Unassigns a bot from a channel. When you use this command,\n"
+"the bot won't join the channel anymore. However, bot\n"
+"configuration for the channel is kept, so you will always\n"
+"be able to reassign a bot later without have to reconfigure\n"
+"it entirely."
+msgstr ""
+"Kullanýmý: UNASSIGN kanaladý\n"
+"\n"
+"Belirtilen kanaldan botu çýkarýr. Bu komutu kullandýktan\n"
+"sonra bot bir daha kanala girmeyecektir. Fakat yapýlmýþ bot\n"
+"ayarlarý saklanýr, böylece istediðinz zaman tekrar ayar \n"
+"yapmaya gerek olmadan kanala bot sokabilirsiniz."
+
+#: language.cpp:4196
+#, c-format
+msgid ""
+"Syntax: UNBAN channel [nick]\n"
+" \n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel. \n"
+" \n"
+"By default, limited to AOPs or those with level 5 and above\n"
+"on the channel."
+msgstr ""
+"Kullanýmý: UNBAN kanaladý [nick]\n"
+"\n"
+"Tells %S to remove all bans preventing you or the given\n"
+"user from entering the given channel.\n"
+"Varsayýlan olarak, AOP lar ile 5 ve üzeri access seviyesi olanlar\n"
+"kullanabilir."
+
+#: language.cpp:2862
+msgid ""
+"Syntax: UNGROUP [nick]\n"
+" \n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+msgstr ""
+"Syntax: UNGROUP [nick]\n"
+"This command ungroups your nick, or if given, the specificed nick,\n"
+"from the group it is in. The ungrouped nick keeps its registration\n"
+"time, password, email, greet, language, url, and icq. Everything\n"
+"else is reset. You may not ungroup yourself if there is only one\n"
+"nick in your group."
+
+#: language.cpp:4306
+msgid ""
+"Syntax: UNSUSPEND channel\n"
+" \n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+msgstr ""
+"Syntax: UNSUSPEND channel\n"
+"\n"
+"Releases a suspended channel. All data and settings\n"
+"are preserved from before the suspension."
+
+#: language.cpp:4923
+msgid ""
+"Syntax: UPDATE\n"
+" \n"
+"Causes Services to update all database files as soon as you\n"
+"send the command."
+msgstr ""
+"Kullanýmý: UPDATE\n"
+"\n"
+"Komutu gönderir gönderirmez servislerin tüm veri tabaný \n"
+"dosyalarýný güncellemelerini saðlar.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4960
+msgid ""
+"Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+" \n"
+"Lists all users currently online on the IRC network, whether their\n"
+"nick is registered or not.\n"
+" \n"
+"If pattern is given, lists only users that match it (it must be in\n"
+"the format nick!user@host). If channel is given, lists only users\n"
+"that are on the given channel. If INVISIBLE is specified, only users\n"
+"with the +i flag will be listed."
+msgstr ""
+"Kullanýmý: USERLIST [{model | kanaladý} [INVISIBLE]]\n"
+"\n"
+"Networkte o an bulunan tüm kullanýcýlarý kayýtlý olsun olmasýn \n"
+"listeler.\n"
+"\n"
+"Eðer model belirtilmiþse, onla uyuþan kullanýcýlarý listeler\n"
+"(nick!user@host formatýnda olmalýdýr). Eðer kanaladý \n"
+"belirtilmiþse, sadece o kanalda bulunan kullanýcýlarý listeler.\n"
+"Eðer INVISIBLE belirtilmiþse, sadece +i modundaki kullanýcýlar \n"
+"listelenir.\n"
+"\n"
+"Servis adminlerinin Kullanýmýyla sýnýrlýdýr."
+
+#: language.cpp:4125
+msgid ""
+"Syntax: VOICE #channel [nick]\n"
+" \n"
+"Voices a selected nick on a channel. If nick is not given,\n"
+"it will voice you.\n"
+" \n"
+"By default, limited to AOPs or those with level 5 access \n"
+"and above on the channel, or to VOPs or those with level 3 \n"
+"and above for self voicing."
+msgstr ""
+"Kullanýmý: VOICE #kanaladý [nick]\n"
+"\n"
+"Belirtilen nicke kanalda voice verir. Eðer nick belirtilmemiþse,\n"
+"size voice verir.\n"
+"\n"
+"Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri olanlar\n"
+"kullanabilir, veya VOP lar ile access seviyesi 3 ve yukarý olanlar\n"
+"kendilerine voice vermek için kullanabilirler."
+
+#: language.cpp:3914
+msgid ""
+"Syntax: VOP channel ADD nick\n"
+" VOP channel DEL {nick | entry-num | list}\n"
+" VOP channel LIST [mask | list]\n"
+" VOP channel CLEAR\n"
+" \n"
+"Maintains the VOP (VOicePeople) list for a channel. \n"
+"The VOP list allows users to be auto-voiced and to voice \n"
+"themselves if they aren't.\n"
+" \n"
+"The VOP ADD command adds the given nickname to the\n"
+"VOP list.\n"
+" \n"
+"The VOP DEL command removes the given nick from the\n"
+"VOP list. If a list of entry numbers is given, those\n"
+"entries are deleted. (See the example for LIST below.)\n"
+" \n"
+"The VOP LIST command displays the VOP list. If\n"
+"a wildcard mask is given, only those entries matching the\n"
+"mask are displayed. If a list of entry numbers is given,\n"
+"only those entries are shown; for example:\n"
+" VOP #channel LIST 2-5,7-9\n"
+" Lists VOP entries numbered 2 through 5 and\n"
+" 7 through 9.\n"
+" \n"
+"The VOP CLEAR command clears all entries of the\n"
+"VOP list.\n"
+" \n"
+"The VOP ADD, VOP DEL and VOP LIST commands are \n"
+"limited to AOPs or above, while the VOP CLEAR command \n"
+"can only be used by the channel founder.\n"
+" \n"
+"This command may have been disabled for your channel, and\n"
+"in that case you need to use the access list. See \n"
+"%R%S HELP ACCESS for information about the access list,\n"
+"and %R%S HELP SET XOP to know how to toggle between \n"
+"the access list and xOP list systems."
+msgstr ""
+"Kullanýmý: VOP kanaladi ADD nick\n"
+" VOP kanaladi DEL {nick | kayit-no | liste}\n"
+" VOP kanaladi LIST [mask | liste]\n"
+" VOP kanaladi CLEAR\n"
+"\n"
+"Bir kanalin VOP (otovoice) listesini düzenler. VOP\n"
+"listesindekiler kanalda otomatik olarak voice alirlar.\n"
+"\n"
+"VOP ADD komutu belirtilen nicki VOP listesine ekler.\n"
+"\n"
+"VOP DEL komutu belirtilen nicki VOP listesindene siler.\n"
+"Eger kayit numaralari listesi belirtilmisse, o kayitlar\n"
+"silinir. (Asagidaki örnegi inceleyin.)\n"
+"\n"
+"VOP LIST komutu VOP listesini görüntüler. Eger bir\n"
+"hostmask belirtilmisse o hostmaskla uyusan kayitlar\n"
+"listelenir. Eger kayit numaralari listesi belirtilmisse\n"
+"o numaralardaki nickler gösterilir; örnegin:\n"
+" VOP #kanaladi LIST 2-5,7-9\n"
+" 2 den 5 e ve 7 den 9 a kadar olan kayitlar gösterilir.\n"
+" \n"
+"VOP CLEAR komutu VOP listesindeki tüm kayitlari temizler.\n"
+"\n"
+"VOP ADD, VOP DEL ve VOP LIST komutlarini AOP lar ve üstü,\n"
+"VOP CLEAR komutunu ise sadece founder kullanabilir.\n"
+"\n"
+"Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman\n"
+"access komutlarini kullanmalisiniz. Access komutlari hakkinda\n"
+"bilgi almak için /msg %S HELP ACCESS yazin. \n"
+"Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere\n"
+"/msg %S HELP SET XOP yazarak ulasabilirsiniz."
+
+#: language.cpp:3517
+msgid ""
+"Syntax: SASET channel option parameters\n"
+" \n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+" \n"
+"Available options:"
+msgstr ""
+"Syntax: SASET channel option parameters\n"
+"\n"
+"Allows Services Operators to forcefully change settings\n"
+"on channels.\n"
+"\n"
+"Available options:"
+
+#: language.cpp:3399
+msgid ""
+"Syntax: SUSPEND nickname reason\n"
+"SUSPENDs a nickname from being used."
+msgstr ""
+"Syntax: SUSPEND nickname reason / UNSUSPEND nickname\n"
+"SUSPENDs / UNSUSPENDs a nickname from being identified to"
+
+#: language.cpp:3402
+msgid ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+msgstr ""
+"Syntax: UNSUSPEND nickname\n"
+"UNSUSPENDS a nickname from being used."
+
+#: language.cpp:2878
+msgid ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+msgstr ""
+"Syntax: UPDATE\n"
+"Updates your current status, i.e. it checks for new memos,\n"
+"sets needed chanmodes (ModeonID) and updates your vhost and\n"
+"your userflags (lastseentime, etc)."
+
+#: language.cpp:1367
+msgid "TOPIC channel [topic]"
+msgstr "TOPIC kanaladi [konu]"
+
+#: language.cpp:381
+msgid "The IMMED option is not available on this network."
+msgstr "HEMEN seçeneði bu networkte aktif deðil."
+
+#: language.cpp:2208
+msgid "The AKILL list has been cleared."
+msgstr "AKILL listesi temizlendi."
+
+#: language.cpp:2427
+#, c-format
+msgid "The Defcon Level is now at Level: %d"
+msgstr "The Defcon Level is now at Level: %d"
+
+#: language.cpp:475
+#, c-format
+msgid "The E-mail address of %s will now be hidden from %s INFO displays."
+msgstr "The E-mail address of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:477
+#, c-format
+msgid "The E-mail address of %s will now be shown in %s INFO displays."
+msgstr "The E-mail address of %s will now be shown in %s INFO displays."
+
+#: language.cpp:2239
+msgid "The SNLINE list has been cleared."
+msgstr "SNLINE listesi temizlendi."
+
+#: language.cpp:2268
+msgid "The SQLINE list has been cleared."
+msgstr "SQLINE listesi temizlendi."
+
+#: language.cpp:2299
+msgid "The SZLINE list has been cleared."
+msgstr "SZLINE listesi temizlendi."
+
+#: language.cpp:1389
+#, c-format
+msgid "The channel %s has no key."
+msgstr "The channel %s has no key."
+
+#: language.cpp:2465
+msgid "The following commands have been loaded by a module:"
+msgstr "The following commands have been loaded by a module:"
+
+#: language.cpp:4088
+msgid ""
+"The following feature/function names are understood. Note\n"
+"that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+"while all others are minimum levels."
+msgstr ""
+"Aþaðýda seviyeleri deðiþtirilebilecek fonksiyonlar listelidir.\n"
+"Dikkat edilirse AUTODEOP ve NOJOIN deðerleri maximum, diðerleri\n"
+"minimum seviyelerdir."
+
+#: language.cpp:2530
+#, c-format
+msgid "The host %s currently has %d sessions with a limit of %d."
+msgstr "Host %s þu anda %d session a sahip ve %d ile limitli."
+
+#: language.cpp:1676
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has been read."
+msgstr "The last memo you sent to %s (sent on %s) has been read."
+
+#: language.cpp:1674
+#, c-format
+msgid "The last memo you sent to %s (sent on %s) has not yet been read."
+msgstr "The last memo you sent to %s (sent on %s) has not yet been read."
+
+#: language.cpp:483
+#, c-format
+msgid "The last quit message of %s will now be hidden from %s INFO displays."
+msgstr "The last quit message of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:485
+#, c-format
+msgid "The last quit message of %s will now be shown in %s INFO displays."
+msgstr "The last quit message of %s will now be shown in %s INFO displays."
+
+#: language.cpp:479
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:481
+#, c-format
+msgid ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+msgstr ""
+"The last seen user@host mask of %s will now be shown in %s INFO displays."
+
+#: language.cpp:1565
+#, c-format
+msgid "The memo limit for %s may not be changed."
+msgstr "%s nickinin mesaj limiti deðiþtirelemez."
+
+#: language.cpp:345
+msgid "The new display MUST be a nickname of your nickname group!"
+msgstr "Yeni gösterim nick grubunuzdan bir nick olmalýdýr!"
+
+#: language.cpp:433
+#, c-format
+msgid "The new display for %s MUST be a nickname of the nickname group!"
+msgstr "The new display for %s MUST be a nickname of the nickname group!"
+
+#: language.cpp:347
+#, c-format
+msgid "The new display is now %s."
+msgstr "Yeni gösterim %s."
+
+#: language.cpp:2170
+#, c-format
+msgid "The nick %s is now being changed to %s."
+msgstr "The nick %s is now being changed to %s."
+
+#: language.cpp:299
+#, c-format
+msgid "The nick %s is not in your group."
+msgstr "The nick %s is not in your group."
+
+#: language.cpp:487
+#, c-format
+msgid ""
+"The services access status of %s will now be hidden from %s INFO displays."
+msgstr ""
+"The services access status of %s will now be hidden from %s INFO displays."
+
+#: language.cpp:489
+#, c-format
+msgid "The services access status of %s will now be shown in %s INFO displays."
+msgstr ""
+"The services access status of %s will now be shown in %s INFO displays."
+
+#: language.cpp:5279
+msgid "The vhost list is empty."
+msgstr "The vhost list is empty."
+
+#: language.cpp:1461
+#, c-format
+msgid "There are %d memos on channel %s."
+msgstr "There are %d memos on channel %s."
+
+#: language.cpp:1747
+msgid ""
+"There are no bots available at this time.\n"
+"Ask a Services Operator to create one!"
+msgstr ""
+"Þu an mevcut bot yok.\n"
+"Server adminine bir tane yaratmasýný söyleyin!"
+
+#: language.cpp:291
+msgid ""
+"There are too many nicks in %s's group; list them and drop some.\n"
+"Type %R%s HELP GLIST and %R%s HELP DROP\n"
+"for more information."
+msgstr ""
+"%s nickinin grubunda çok fazla nick var; listeleyip birkaçini silin.\n"
+"Daha fazla bilgi için /msg %s HELP GLIST ve /msg %s HELP DROP \n"
+"yazin."
+
+#: language.cpp:1463
+#, c-format
+msgid "There is %d memo on channel %s."
+msgstr "There is %d memo on channel %s."
+
+#: language.cpp:1465
+msgid ""
+"There is a new memo on channel %s.\n"
+"Type %R%s READ %s %d to read it."
+msgstr ""
+"There is a new memo on channel %s.\n"
+"Type /msg %s READ %s %d to read it."
+
+#: language.cpp:1760
+#, c-format
+msgid "There is no bot assigned to %s anymore."
+msgstr "%s kanalýndan bot çýkarýldý."
+
+#: language.cpp:2632
+msgid "There is no logon news."
+msgstr "Hiç baðlantý haberi yok."
+
+#: language.cpp:2654
+msgid "There is no oper news."
+msgstr "Hiç operatör haberi yok."
+
+#: language.cpp:2674
+msgid "There is no random news."
+msgstr "Hiç karisik haber yok."
+
+#: language.cpp:1557
+msgid "There's no email address set for your nick."
+msgstr "There's no email address set for your nick."
+
+#: language.cpp:5262
+msgid ""
+"These options are reserved to Services Operators:\n"
+" \n"
+" NOBOT Prevent a bot from being assigned to \n"
+" a channel\n"
+" PRIVATE Prevent a bot from being assigned by\n"
+" non IRC operators"
+msgstr ""
+"Bu özellikleri servis adminlerini kullanabilir:\n"
+" \n"
+" NOBOT Bir kanala bot girmesini engeller.\n"
+" PRIVATE Botun IRC operatörleri haricinde kanallara\n"
+" sokulmasini engeller\n"
+" "
+
+#: language.cpp:1401
+msgid "This channel has been forbidden."
+msgstr "This channel has been forbidden."
+
+#: language.cpp:811
+#, c-format
+msgid "This channel has been registered with %s."
+msgstr "Bu kanal %s ile kayýtlýdýr."
+
+#: language.cpp:1411
+msgid "This channel has been suspended."
+msgstr "This channel has been suspended."
+
+#: language.cpp:815
+msgid "This channel may not be used."
+msgstr "Bu kanal kullanýlamaz."
+
+#: language.cpp:1345
+msgid "This channel will not expire."
+msgstr "Bu kanal için zaman aþýmý söz konusu deðil."
+
+#: language.cpp:119
+#, c-format
+msgid "This command is obsolete; use %s instead."
+msgstr "Bu komut artýk kullanýlmýyor; onun yerine %s komutunu deneyin."
+
+#: language.cpp:2437
+msgid "This module can not be unloaded."
+msgstr "This module can not be unloaded."
+
+#: language.cpp:698
+msgid ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+msgstr ""
+"This nick has already been requested, please check your e-mail address for "
+"the pass code"
+
+#: language.cpp:704
+msgid ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+msgstr ""
+"This nick is awaiting an e-mail verification code before completing "
+"registration."
+
+#: language.cpp:240
+msgid ""
+"This nick is owned by someone else. Please choose another.\n"
+"(If this is your nick, type %R%s IDENTIFY password.)"
+msgstr ""
+"Bu nick baþkasýna ait. Lütfen baþka bir tane seçin.\n"
+"(Eðer bu sizin nickiniz ise, /msg %s IDENTIFY þifreniz yazýnýz.)"
+
+#: language.cpp:253
+msgid "This nickname has been registered; you may not use it."
+msgstr "Bu nick kayýtlýdýr; bunu kullanamazsýnýz."
+
+#: language.cpp:581
+msgid "This nickname is currently suspended"
+msgstr "This nickname is currently suspended"
+
+#: language.cpp:579
+#, c-format
+msgid "This nickname is currently suspended, reason: %s"
+msgstr "This nickname is currently suspended, reason: %s"
+
+#: language.cpp:243
+msgid ""
+"This nickname is registered and protected. If it is your\n"
+"nick, type %R%s IDENTIFY password. Otherwise,\n"
+"please choose a different nick."
+msgstr ""
+"Bu nick kayýtlý ve korumalýdýr. Eðer bu sizin nickiniz ise, \n"
+"/msg %s IDENTIFY þifreniz yazýnýz. Yada, baþka bir nick seçin."
+
+#: language.cpp:247
+msgid "This nickname may not be used. Please choose another one."
+msgstr "Bu nick kullanýlamaz. Lütfen baþka bir tane seçin."
+
+#: language.cpp:577
+msgid "This nickname will not expire."
+msgstr "Bu nick zaman aþýmýna uðramayacak."
+
+#: language.cpp:237
+msgid ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+msgstr ""
+"To search for channels starting with #, search for the channel\n"
+"name without the #-sign prepended (anope instead of #anope)."
+
+#: language.cpp:1335
+msgid "Topic Lock"
+msgstr "Topic kilidi"
+
+#: language.cpp:1319
+msgid "Topic Retention"
+msgstr "Topic hatýrlama"
+
+#: language.cpp:927
+#, c-format
+msgid "Topic lock option for %s is now OFF."
+msgstr "Topic lock option for %s is now OFF."
+
+#: language.cpp:925
+#, c-format
+msgid "Topic lock option for %s is now ON."
+msgstr "Topic lock option for %s is now ON."
+
+#: language.cpp:921
+#, c-format
+msgid "Topic retention option for %s is now OFF."
+msgstr "Topic retention option for %s is now OFF."
+
+#: language.cpp:919
+#, c-format
+msgid "Topic retention option for %s is now ON."
+msgstr "Topic retention option for %s is now ON."
+
+#: language.cpp:1695
+msgid "Turn caps lock OFF!"
+msgstr "Lütfen büyük harf kullanmayýn!"
+
+#: language.cpp:4353
+msgid ""
+"Type %R%S HELP command for help on any of the\n"
+"above commands.\n"
+"(*) By default, any user with at least level 10 access on a\n"
+" channel can read that channel's memos. This can be\n"
+" changed with the %s LEVELS command."
+msgstr ""
+"Yukardaki herhangi bir komut hakkýnda yardým için \n"
+"/msg %S HELP komut yazýn.\n"
+" \n"
+"(*) Varsayýlan olarak, kanal mesajlarýný o kanalda access\n"
+" seviyesi en az 10 olanlar okuyabilir. Bu %s LEVELS \n"
+" komutuyla deðiþtirebilir."
+
+#: language.cpp:3066
+msgid ""
+"Type %R%S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+msgstr ""
+"Type /msg %S HELP SASET option for more information\n"
+"on a specific option. The options will be set on the given\n"
+"nickname."
+
+#: language.cpp:3573
+msgid ""
+"Type %R%S HELP SASET option for more information on a\n"
+"particular option."
+msgstr ""
+"Type /msg %S HELP SASET option for more information on a\n"
+"particular option."
+
+#: language.cpp:3570
+msgid ""
+"Type %R%S HELP SET option for more information on a\n"
+"particular option."
+msgstr ""
+"Belirli bir özellik hakkýnda daha fazla bilgi için\n"
+"/msg %S HELP özellik yazýn."
+
+#: language.cpp:313
+msgid ""
+"Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+"Your privacy is respected; this e-mail won't be given to\n"
+"any third-party person."
+msgstr ""
+"Mail adresinizi ayarlamak için /msg %S SET EMAIL e-mailadresiniz \n"
+"yazýn. Gizliliðiniz korunacaktýr; bu mail adresi herhangi üçüncü \n"
+"þahýslara verilmeyecektir."
+
+#: language.cpp:1455
+msgid "Type %R%s LIST NEW to list them."
+msgstr "Listelemek için /msg %s LIST NEW yazýn."
+
+#: language.cpp:1453
+msgid "Type %R%s READ %d to read it."
+msgstr "Okumak için /msg %s READ %d yazýn."
+
+#: language.cpp:1451
+msgid "Type %R%s READ LAST to read it."
+msgstr "Okumak için /msg %s READ LAST yazýn."
+
+#: language.cpp:2148
+msgid "UMODE nick modes"
+msgstr "UMODE nick modes"
+
+#: language.cpp:1758
+msgid "UNASSIGN chan"
+msgstr "UNASSIGN kanaladý"
+
+#: language.cpp:1361
+msgid "UNBAN channel [nick]"
+msgstr "UNBAN kanaladý [name]"
+
+#: language.cpp:1413
+msgid "UNSUSPEND channel"
+msgstr "UNSUSPEND channel"
+
+#: language.cpp:684
+msgid "UNSUSPEND nickname"
+msgstr "UNSUSPEND nickname"
+
+#: language.cpp:2433
+#, c-format
+msgid "Unable to load module %s"
+msgstr "Unable to load module %s"
+
+#: language.cpp:2435
+#, c-format
+msgid "Unable to remove module %s"
+msgstr "Unable to remove module %s"
+
+#: language.cpp:429
+#, c-format
+msgid "Unknown SASET option %s."
+msgstr "Unknown SASET option %s."
+
+#: language.cpp:341
+#, c-format
+msgid "Unknown SET option %s."
+msgstr "Varolmayan SET özelliði: %s."
+
+#: language.cpp:2026
+#, c-format
+msgid "Unknown STATS option %s."
+msgstr "Varolmayan STATS özelliði: %s."
+
+#: language.cpp:109
+#, c-format
+msgid "Unknown command %s."
+msgstr "Varolmayan komut %s."
+
+#: language.cpp:111
+msgid "Unknown command %s. \"%R%s HELP\" for help."
+msgstr "Varolmayan komut %s. yardým için \"/msg %s HELP\" yazýnýz."
+
+#: language.cpp:357
+msgid ""
+"Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of "
+"languages."
+msgstr ""
+"Varolmayan dil numarasý %d. Dil listesi için /msg %s HELP SET LANGUAGE "
+"yazýn."
+
+#: language.cpp:907
+#, c-format
+msgid "Unknown mode character %c ignored."
+msgstr "Varolmayan mod karakteri %c yoksayýldý."
+
+#: language.cpp:2335
+#, c-format
+msgid "Unknown option %s."
+msgstr "Varolmayan özellik %s."
+
+#: language.cpp:1899
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP KICK for more information."
+msgstr ""
+"Varolmayan özellik %s.\n"
+"Daha fazla bilgi için /msg %S HELP KICK yazýn."
+
+#: language.cpp:1850
+msgid ""
+"Unknown option %s.\n"
+"Type %R%S HELP SET for more information."
+msgstr ""
+"Varolmayan özellik %s.\n"
+"Daha fazla bilgi için /msg %S HELP SET yazýn."
+
+#: language.cpp:5420
+msgid "Updating MySQL."
+msgstr "Updating MySQL."
+
+#: language.cpp:2353
+msgid "Updating databases."
+msgstr "Veritabaný güncelleniyor."
+
+#: language.cpp:2142
+#, c-format
+msgid "Uplink capab: %s"
+msgstr "Uplink capab: %s"
+
+#: language.cpp:2140
+#, c-format
+msgid "Uplink server: %s"
+msgstr "Uplink server: %s"
+
+#: language.cpp:5305
+#, c-format
+msgid "User %s not found in the nickserv db."
+msgstr "User %s not found in the nickserv db."
+
+#: language.cpp:2056
+#, c-format
+msgid "User : %6d records, %5d kB"
+msgstr "Kullanýcý : %6d kayýt, %5d kB"
+
+#: language.cpp:619
+msgid ""
+"User claiming your nick has been killed.\n"
+"%R%s RELEASE %s to get it back before %s timeout."
+msgstr ""
+"User claiming your nick has been killed.\n"
+"/msg %s RELEASE %s to get it back before %s timeout."
+
+#: language.cpp:2008
+msgid "User matches channel except."
+msgstr "User matches channel except."
+
+#: language.cpp:2391
+msgid ""
+"Users list:\n"
+"Nick Mask"
+msgstr ""
+"Kullanýcý listesi:\n"
+"Nick Mask"
+
+#: language.cpp:1427
+msgid "VOICE #channel [nick]"
+msgstr "VOICE #channel [nick]"
+
+#: language.cpp:1123
+msgid "VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"
+msgstr "VOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]"
+
+#: language.cpp:1147
+#, c-format
+msgid ""
+"VOP list for %s:\n"
+" Num Nick"
+msgstr ""
+"%s kanali VOP listesi:\n"
+" Num Nick"
+
+#: language.cpp:1834
+msgid "Voices protection"
+msgstr "Voicelarý koruma"
+
+#: language.cpp:1691
+msgid "Watch your language!"
+msgstr "Konuþmalarýna dikkat et!"
+
+#: language.cpp:289
+#, c-format
+msgid "You are already a member of the group of %s."
+msgstr "%s grubunun zaten bir üyesisiniz."
+
+#: language.cpp:317
+msgid "You are already identified."
+msgstr "You are already identified."
+
+#: language.cpp:1355
+#, c-format
+msgid "You are already in %s! "
+msgstr "You are already in %s! "
+
+#: language.cpp:2403
+msgid "You are no longer a SuperAdmin"
+msgstr "You are no longer a SuperAdmin"
+
+#: language.cpp:813
+#, c-format
+msgid "You are not allowed chanop status on channel %s."
+msgstr "%s kanalýnda op olmaya yetkiniz yok."
+
+#: language.cpp:817
+msgid "You are not permitted to be on this channel."
+msgstr "Bu kanalda bulunmanýza müsaade yok."
+
+#: language.cpp:1563
+msgid "You are not permitted to change your memo limit."
+msgstr "Mesaj limitinizi belirlemeye izinli deðilsiniz."
+
+#: language.cpp:2401
+msgid "You are now a SuperAdmin"
+msgstr "You are now a SuperAdmin"
+
+#: language.cpp:2158
+msgid "You are now an IRC Operator."
+msgstr "You are now an IRC Operator."
+
+#: language.cpp:729
+msgid ""
+"You are now identified for your nick. Change your password using \"%R%s SET "
+"PASSWORD newpassword\" now."
+msgstr ""
+"You are now identified for your nick. Change your password using \"/msg %s "
+"SET PASSWORD newpassword\" now."
+
+#: language.cpp:295
+#, c-format
+msgid "You are now in the group of %s."
+msgstr "%s grubuna dahil edildiniz."
+
+#: language.cpp:2351
+msgid "You can not jupe your services server or your uplink server."
+msgstr "You can not jupe your services server or your uplink server."
+
+#: language.cpp:1680
+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."
+
+#: language.cpp:1762
+msgid "You can not unassign bots while persist is set on the channel."
+msgstr "You can not unassign bots while persist is set on the channel."
+
+#: language.cpp:105
+msgid "You can use this command."
+msgstr "You can use this command."
+
+#: language.cpp:630
+msgid "You can't ghost yourself!"
+msgstr "Kendinizi ghost edemezsiniz!"
+
+#: language.cpp:617
+msgid "You can't recover yourself!"
+msgstr "Kendizi recover edemezsiniz!"
+
+#: language.cpp:1154
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"Bu komutu kullanamazsiniz. \n"
+"Yerine AOP, SOP veya VOP komutlarini kullanin.\n"
+"Daha fazla bilgi için /msg %s HELP komut yazin."
+
+#: language.cpp:1158
+msgid ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type %R%s HELP command for more information."
+msgstr ""
+"You can't use this command. \n"
+"Use the AOP, SOP, HOP and VOP commands instead.\n"
+"Type /msg %s HELP command for more information."
+
+#: language.cpp:1002
+msgid ""
+"You can't use this command. Use the ACCESS command instead.\n"
+"Type %R%s HELP ACCESS for more information."
+msgstr ""
+"Bu komutu kullanamazsiniz. Yerine ACCESS komutunu kullanin.\n"
+"Daha fazla bilgi için /msg %s HELP ACCESS yazin."
+
+#: language.cpp:1569
+#, c-format
+msgid "You cannot set the memo limit for %s higher than %d."
+msgstr "%s nickinin mesaj limitini %d sayýsýndan daha fazla yapamazsýnýz."
+
+#: language.cpp:1567
+#, c-format
+msgid "You cannot set your memo limit higher than %d."
+msgstr "Mesaj limitinizi %d sayýsýndan daha fazla yapamazsýnýz."
+
+#: language.cpp:365
+msgid "You cannot unset the e-mail on this network."
+msgstr "E-mail adresini bu networkte silemezsiniz."
+
+#: language.cpp:103
+msgid "You cannot use this command."
+msgstr "You cannot use this command."
+
+#: language.cpp:1599
+#, c-format
+msgid "You currently have %d memos, of which %d are unread."
+msgstr "Þu an %d mesajýnýz var, %d tanesi okunmamýþ."
+
+#: language.cpp:1597
+#, c-format
+msgid "You currently have %d memos, of which 1 is unread."
+msgstr "Þu an %d mesajýnýz var, 1 tanesi okunmamýþ."
+
+#: language.cpp:1595
+#, c-format
+msgid "You currently have %d memos."
+msgstr "Þu an %d mesajýnýz var."
+
+#: language.cpp:1601
+#, c-format
+msgid "You currently have %d memos; all of them are unread."
+msgstr "Þu an %d mesajýnýz var; hiçbiri okunmamýþ."
+
+#: language.cpp:1593
+msgid "You currently have 1 memo, and it has not yet been read."
+msgstr "Þu an 1 mesajýnýz var, ve henüz okunmadý."
+
+#: language.cpp:1591
+msgid "You currently have 1 memo."
+msgstr "Þu an 1 mesajýnýz var."
+
+#: language.cpp:1589
+msgid "You currently have no memos."
+msgstr "Þu an hiç mesajýnýz yok."
+
+#: language.cpp:1709
+#, c-format
+msgid "You found me, %s!"
+msgstr "Beni buldun, %s!"
+
+#: language.cpp:1449
+#, c-format
+msgid "You have %d new memos."
+msgstr "%d yeni mesajýnýz var."
+
+#: language.cpp:1447
+msgid "You have 1 new memo."
+msgstr "1 yeni mesajýnýz var."
+
+#: language.cpp:1468
+msgid ""
+"You have a new memo from %s.\n"
+"Type %R%s READ %d to read it."
+msgstr ""
+"%s nickinden yeni mesajýnýz var.\n"
+"Okumak için /msg %s READ %d yazýn."
+
+#: language.cpp:839
+#, c-format
+msgid "You have attempted to register a nonexistent channel %s"
+msgstr "You have attempted to register a nonexistent channel %s"
+
+#: language.cpp:1357
+#, c-format
+msgid "You have been invited to %s."
+msgstr "You have been invited to %s."
+
+#: language.cpp:1363
+#, c-format
+msgid "You have been unbanned from %s."
+msgstr "%s kanalýndaki banýnýz kaldýrýldý."
+
+#: language.cpp:1611
+msgid "You have no limit on the number of memos you may keep."
+msgstr "Saklayabileceðiniz mesaj sayýsýnda limit yok."
+
+#: language.cpp:1471
+msgid "You have no memos."
+msgstr "Hiç mesajýnýz yok."
+
+#: language.cpp:1505
+msgid "You have no new memos."
+msgstr "Hiç yeni mesajýnýz yok."
+
+#: language.cpp:2361
+msgid "You have to enter a valid number as time."
+msgstr "You have to enter a valid number as time."
+
+#: language.cpp:1684
+msgid ""
+"You must assign a bot to the channel before using this command.\n"
+"Type %R%S HELP ASSIGN for more information."
+msgstr ""
+"Bu komutu kullanmadan önce kanala bir bot sokmalýsýnýz.\n"
+"Daha fazla bilgi için /msg %S HELP ASSIGN yazýn."
+
+#: language.cpp:831
+msgid "You must be a channel operator to register the channel."
+msgstr ""
+"Kanal kayýt edebilmeniz için kayýt edilmemiþ bir kanala ilk girip op olmanýz "
+"gerekmektedir."
+
+#: language.cpp:277
+#, c-format
+msgid "You must have been using this nick for at least %d seconds to register."
+msgstr "You have to be connected longer than %d seconds to register your nick."
+
+#: language.cpp:913
+msgid "You must lock mode +i as well to lock mode +K."
+msgstr "+K modunu kullanabilmek için +i modunuda kullanmalisiniz."
+
+#: language.cpp:911
+msgid "You must lock mode +l as well to lock mode +L."
+msgstr "+L modunu kullanabilmek için +l modunuda kullanmalisiniz."
+
+#: language.cpp:309
+msgid ""
+"You must now supply an e-mail for your nick.\n"
+"This e-mail will allow you to retrieve your password in\n"
+"case you forget it."
+msgstr ""
+"Þimdi nickiniz için bir e-mail adresi belirtmelisiniz.\n"
+"Bu e-mail adresi þifrenizi unutmanýz halinde þifrenizi\n"
+"isterken kullanýlacaktýr."
+
+#: language.cpp:101
+msgid "You need to be identified to use this command."
+msgstr "You need to be identified to use this command."
+
+#: language.cpp:1615
+msgid "You will be notified of new memos at logon and when they arrive."
+msgstr ""
+"Yeni mesajlar için baðlandýðýnýzda ve size ulaþtýðýnda uyarýlacaksýnýz."
+
+#: language.cpp:1619
+msgid "You will be notified of new memos at logon."
+msgstr "Yeni mesajlar için baðlandýðýnýzda uyarýlacaksýnýz."
+
+#: language.cpp:1617
+msgid "You will be notified when new memos arrive."
+msgstr "Yeni mesajlar için ulaþtýklarý anda uyarýlacaksýnýz."
+
+#: language.cpp:1575
+msgid "You will no longer be able to receive memos."
+msgstr "Limitiniz sýfýr olduðundan artýk mesaj alamayacaksýnýz."
+
+#: language.cpp:1555
+msgid "You will no longer be informed via email."
+msgstr "You will no longer be informed via email."
+
+#: language.cpp:1613
+msgid "You will not be notified of new memos."
+msgstr "Yeni mesajlar için uyarýlmayacaksýnýz."
+
+#: language.cpp:1553
+msgid "You will now be informed about new memos via email."
+msgstr "You will now be informed about new memos via email."
+
+#: language.cpp:399
+#, c-format
+msgid "Your E-mail address will now be hidden from %s INFO displays."
+msgstr "Artýk %s INFO da e-mail adresiniz gözükmeyecek."
+
+#: language.cpp:401
+#, c-format
+msgid "Your E-mail address will now be shown in %s INFO displays."
+msgstr "Artýk %s INFO da e-mail adresiniz gözükecek."
+
+#: language.cpp:5325
+msgid ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+msgstr ""
+"Your IRCD does not support vIdent's, if this is incorrect, please report "
+"this as a possible bug"
+
+#: language.cpp:527
+msgid "Your access list is empty."
+msgstr "Your access list is empty."
+
+#: language.cpp:407
+#, c-format
+msgid "Your last quit message will now be hidden from %s INFO displays."
+msgstr "Artýk son çýkýþ mesajýnýz(/quit) %s INFO da gözükmeyecek."
+
+#: language.cpp:409
+#, c-format
+msgid "Your last quit message will now be shown in %s INFO displays."
+msgstr "Artýk son çýkýþ mesajýnýz(/quit) %s INFO da gözükecek."
+
+#: language.cpp:403
+#, c-format
+msgid "Your last seen user@host mask will now be hidden from %s INFO displays."
+msgstr "Artýk son göründüðünüz user@host maskýnýz %s INFO da gözükmeyecek."
+
+#: language.cpp:405
+#, c-format
+msgid "Your last seen user@host mask will now be shown in %s INFO displays."
+msgstr "Artýk son göründüðünüz user@host maskýnýz %s INFO da gözükecek."
+
+#: language.cpp:1577
+msgid "Your memo limit has been disabled."
+msgstr "Mesaj limitiniz kapatýldý."
+
+#: language.cpp:1573
+#, c-format
+msgid "Your memo limit has been set to %d."
+msgstr "Mesaj limitiniz %d olarak ayarlandý."
+
+#: language.cpp:1605
+#, c-format
+msgid "Your memo limit is %d, and may not be changed."
+msgstr "Mesaj limitiniz %d, ve deðiþtirilemez."
+
+#: language.cpp:1603
+#, c-format
+msgid "Your memo limit is %d."
+msgstr "Mesaj limitiniz %d."
+
+#: language.cpp:1607
+msgid "Your memo limit is 0; you will not receive any new memos."
+msgstr "Mesaj limitiniz 0; hiç mesaj alamayacaksýnýz."
+
+#: language.cpp:1609
+msgid ""
+"Your memo limit is 0; you will not receive any new memos. You cannot change "
+"this limit."
+msgstr ""
+"Mesaj limitiniz 0; hiç yeni mesaj alamayacaksýnýz. Bu limiti "
+"deðiþtiremezsiniz."
+
+#: language.cpp:323
+msgid "Your nick has been logged out."
+msgstr "Nickinizin çýkýþý yapýldý."
+
+#: language.cpp:287
+msgid "Your nick is already registered; type %R%s DROP first."
+msgstr "Nickiniz zaten kayýtlý; önce /msg %s DROP yazýn."
+
+#: language.cpp:297
+msgid "Your nick is not grouped to anything, you can't ungroup it."
+msgstr "Your nick is not grouped to anything, you can't ungroup it."
+
+#: language.cpp:141
+msgid "Your nick isn't registered."
+msgstr "Nickiniz kayýtlý deðil."
+
+#: language.cpp:143
+msgid ""
+"Your nick isn't registered. Type %R%s HELP for information on registering "
+"your nickname."
+msgstr ""
+"Nickiniz kayýtlý deðil. Nick kayýt hakkýnda bilgi almak için /msg %s HELP "
+"yazýn."
+
+#: language.cpp:331
+msgid "Your nickname has been dropped."
+msgstr "Nickinizin kaydý silindi (dropped)."
+
+#: language.cpp:255
+#, c-format
+msgid "Your nickname is now being changed to %s"
+msgstr "Nickiniz %s olarak deðiþtirildi."
+
+#: language.cpp:700
+#, c-format
+msgid "Your passcode has been re-sent to %s."
+msgstr "Your passcode has been re-sent to %s."
+
+#: language.cpp:275
+#, c-format
+msgid "Your password is %s - remember this for later use."
+msgstr ""
+"Nick Þifreniz %s - Ýlerde kullanacaðýnýz için unutmayýnýz ve kimseye "
+"söylemeyiniz."
+
+#: language.cpp:139
+msgid "Your password is too long. Please try again with a shorter password."
+msgstr "Your password is too long. Please try again with a shorter password."
+
+#: language.cpp:727
+msgid "Your password reset request has expired."
+msgstr "Your password reset request has expired."
+
+#: language.cpp:411
+#, c-format
+msgid "Your services access status will now be hidden from %s INFO displays."
+msgstr "Your services access status will now be hidden from %s INFO displays."
+
+#: language.cpp:413
+#, c-format
+msgid "Your services access status will now be shown in %s INFO displays."
+msgstr "Your services access status will now be shown in %s INFO displays."
+
+#: language.cpp:5315
+#, c-format
+msgid "Your vhost of %s is now activated."
+msgstr "Your vhost of %s is now activated."
+
+#: language.cpp:5317
+#, c-format
+msgid "Your vhost of %s@%s is now activated."
+msgstr "Your vhost of %s@%s is now activated."
+
+#: language.cpp:5323
+msgid "Your vhost was removed and the normal cloaking restored."
+msgstr "Your vhost was removed and the normal cloaking restored."
+
+#: language.cpp:2619
+#, c-format
+msgid "[Logon News - %s] %s"
+msgstr "[Baðlantý Haberleri - %s] %s"
+
+#: language.cpp:2621
+#, c-format
+msgid "[Oper News - %s] %s"
+msgstr "[Operatör Haberleri - %s] %s"
+
+#: language.cpp:2623
+#, c-format
+msgid "[Random News - %s] %s"
+msgstr "[Karisik Haberler - %s] %s"
+
+#: language.cpp:1828
+msgid "disabled"
+msgstr "Kapalý"
+
+#: language.cpp:213
+msgid "does not expire"
+msgstr "zaman aþýmý yok"
+
+#: language.cpp:1826
+msgid "enabled"
+msgstr "Aktif"
+
+#: language.cpp:215
+msgid "expires at next database update"
+msgstr "bir sonraki veritabaný güncellemesinde zaman aþýmý süresi dolacak"
+
+#: language.cpp:231
+#, c-format
+msgid "expires in %d day"
+msgstr "%d gün sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:229
+#, c-format
+msgid "expires in %d days"
+msgstr "%d gün sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:227
+#, c-format
+msgid "expires in %d hour, %d minute"
+msgstr "%d saat, %d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:225
+#, c-format
+msgid "expires in %d hour, %d minutes"
+msgstr "%d saat, %d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:223
+#, c-format
+msgid "expires in %d hours, %d minute"
+msgstr "%d saat, %d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:221
+#, c-format
+msgid "expires in %d hours, %d minutes"
+msgstr "%d saat, %d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:219
+#, c-format
+msgid "expires in %d minute"
+msgstr "%d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:217
+#, c-format
+msgid "expires in %d minutes"
+msgstr "%d dakika sonra zaman aþýmý süresi dolacak"
+
+#: language.cpp:4351
+msgid "not used."
+msgstr "not used."
+
+#: language.cpp:5319
+#, c-format
+msgid "vhost for %s removed."
+msgstr "vhost for %s removed."
+
+#: language.cpp:5285
+#, c-format
+msgid "vhost for %s set to %s."
+msgstr "vhost for %s set to %s."
+
+#: language.cpp:5287
+#, c-format
+msgid "vhost for %s set to %s@%s."
+msgstr "vhost for %s set to %s@%s."
+
+#: language.cpp:5289
+#, c-format
+msgid "vhost for group %s set to %s."
+msgstr "vhost for group %s set to %s."
+
+#: language.cpp:5295
+#, c-format
+msgid "vhost for group %s set to %s@%s."
+msgstr "vhost for group %s set to %s@%s."
+
+#: language.cpp:5291
+#, c-format
+msgid "vhosts for group %s have been removed."
+msgstr "vhosts for group %s have been removed."
+
+#: language.cpp:1337
+msgid "xOP lists system"
+msgstr "xOP sistemi"
+
+#: language.cpp:984
+#, c-format
+msgid "xOP lists system for %s is now OFF."
+msgstr "xOP lists system for %s is now OFF."
+
+#: language.cpp:982
+#, c-format
+msgid "xOP lists system for %s is now ON."
+msgstr "xOP lists system for %s is now ON."
+
+#: language.cpp:1005
+msgid "xOP system is not available."
+msgstr "xOP system is not available."
diff --git a/lang/cat.l b/lang/cat.l
deleted file mode 100644
index e02f91061..000000000
--- a/lang/cat.l
+++ /dev/null
@@ -1,6576 +0,0 @@
-# Catalan Language File.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of per ameters for sprintf() is fixed in the source code, so your
-# messages need to take the same per ameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() per ameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-# Translated by AUJAC (Associació d'Usuaris de Java de Catalunya. http://www.aujac.org)
-LANG_NAME
- Catala (Catalan)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Diu
- Dll
- Dmt
- Dmc
- Dj
- Dv
- Dsb
-# %A
-STRFTIME_DAYS_LONG
- Diumenge
- Dilluns
- Dimarts
- Dimecres
- Dijous
- Divendres
- Dissabte
-# %b
-STRFTIME_MONTHS_SHORT
- Gen
- Feb
- Mar
- Abr
- Mai
- Jun
- Jul
- Ago
- Sep
- Oct
- Nov
- Des
-# %B
-STRFTIME_MONTHS_LONG
- Gener
- Febrer
- Març
- Abril
- Maig
- Juny
- Juliol
- Agost
- Setembre
- Octubre
- Novembre
- Desembre
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Error Intern - Impossible processar petició.
-UNKNOWN_COMMAND
- Comanda no coneguda %s.
-UNKNOWN_COMMAND_HELP
- Comanda no coneguda %s. "%R%s HELP" per ajuda.
-SYNTAX_ERROR
- Sintàxis: %s
-MORE_INFO
- %R%s HELP %s per més informació.
-NO_HELP_AVAILABLE
- No existeix ajuda per %s.
-OBSOLETE_COMMAND
- Aquesta comanda esta obsoleta; utilitzi %s en substitució.
-
-BAD_USERHOST_MASK
- La mascara ha de ser de la forma usuari@host.
-BAD_EXPIRY_TIME
- Temps d'expiració invàlid.
-USERHOST_MASK_TOO_WIDE
- %s La cobertura es mes amplia; Per favor utilitzi una mascara mes especifica.
-
-SERVICE_OFFLINE
- %s esta momentaneament offline.
-READ_ONLY_MODE
- Noticia: Els serveis estan en mode read-only; Els canvis no seran guardats!
-PASSWORD_INCORRECT
- Clau incorrecta.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- accés denegat.
-
-MORE_OBSCURE_PASSWORD
- Per favor intenti novamente amb una clau mes oculta. Les claus han de ser de com a mínim 5 caràcters, no han de ser fàcils d'encertar (ex. Nom real o Nick), i no poden contenir el caràcter d'espai o tabulació.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- El teu nick no esta registrat.
-NICK_NOT_REGISTERED_HELP
- El teu nick no esta registrat. Escriu %R%s HELP per mes informació al registrat el teu nickname.
-NICK_X_IS_SERVICES
- Nick %s is part of this Network's Services.
-NICK_X_NOT_REGISTERED
- El nick %s no esta registrat.
-NICK_X_IN_USE
- Nick %s is currently in use.
-NICK_X_NOT_IN_USE
- El nick %s no esta en us.
-NICK_X_NOT_ON_CHAN
- El nick %s no esta en el canal %s actualment.
-NICK_X_FORBIDDEN
- El nick %s no pot ser registrat o utilitzat.
-NICK_X_FORBIDDEN_OPER
- El nick %s ha estat prohibit per %s:
- %s
-NICK_X_ILLEGAL
- Nick %s is an illegal nickname and cannot be used.
-NICK_X_TRUNCATED
- Nick %s was truncated to %d characters.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- El Canal %s no esta registrat.
-CHAN_X_NOT_IN_USE
- El Canal %s No existeix.
-CHAN_X_FORBIDDEN
- El Canal %s no pot ser registrat o usat.
-CHAN_X_FORBIDDEN_OPER
- El Canal %s ha estat prohibit per %s:
- %s
-CHAN_X_SUSPENDED
- Suspended: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Autentificació per clau requerida per aquesta comanda.
- Intenta un altre cop després de escriure %R%s IDENTIFY clau.
-CHAN_IDENTIFY_REQUIRED
- Autentificació per clau requerida per aquesta comanda.
- Intenta de nou després d'escriure %R%s IDENTIFY %s clau.
-
-MAIL_DISABLED
- Els serveis han estat configurats per no enviar email
-MAIL_INVALID
- E-mail per %s es invalid.
-MAIL_X_INVALID
- %s no es un e-mail valid.
-MAIL_LATER
- Imposible enviar email ara; per favor intenta en uns instants.
-MAIL_DELAYED
- Per favor espera %d segons i intenta un altre cop.
-
-NO_REASON
- Sense raó
-UNKNOWN
- <desconegut>
-
-# Duration system
-DURATION_DAY
- 1 dia
-DURATION_DAYS
- %d dies
-DURATION_HOUR
- 1 hora
-DURATION_HOURS
- %d hores
-DURATION_MINUTE
- 1 minut
-DURATION_MINUTES
- %d minuts
-DURATION_SECOND
- 1 segon
-DURATION_SECONDS
- %d segons
-
-# Human readable expiration
-NO_EXPIRE
- no expira
-EXPIRES_SOON
- expira amb el pròxim update de la base de dades
-EXPIRES_M
- expira en %d minuts
-EXPIRES_1M
- expira en %d minuts
-EXPIRES_HM
- expira en %d hores, %d minuts
-EXPIRES_H1M
- expira en %d hores, %d minut
-EXPIRES_1HM
- expira en %d hora, %d minuts
-EXPIRES_1H1M
- expira en %d hora, %d minut
-EXPIRES_D
- expira en %d dies
-EXPIRES_1D
- expira en %d dia
-
-# Generic Footer message
-END_OF_ANY_LIST
- End of %s list.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Aquest nick pertany a un altra persona. Per favor escull un altre nick.
- (Si aquest es el teu nick, escriu %R%s IDENTIFY clau.)
-NICK_IS_SECURE
- Aquest nick esta registrat i protegit. Si es el teu
- nick, escriu %R%s IDENTIFY clau. Si no,
- per favor escull un nick diferent.
-NICK_MAY_NOT_BE_USED
- Aquest nickname no pot ser utilitzat. Per favor escull un altre.
-FORCENICKCHANGE_IN_1_MINUTE
- Si no canvies el teu nick en un minut, el canviare jo.
-FORCENICKCHANGE_IN_20_SECONDS
- Si no canvies el teu nick en 20 segons, el canviare jo.
-FORCENICKCHANGE_NOW
- Aquest nick ha estat registrat; No pots utilitzar-lo.
-FORCENICKCHANGE_CHANGING
- El teu nickname s'esta canviant a %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER clau [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER clau email
-NICK_REGISTRATION_DISABLED
- Ho sento, el registre de nicknames esta temporalment deshabilitat.
-NICK_REGISTRATION_FAILED
- Ho sento, error en el registre.
-NICK_REG_PLEASE_WAIT
- Per favor espera %d segons abans d'utilitzar la comanda REGISTER novament.
-NICK_CANNOT_BE_REGISTERED
- El nickname %s no pot ser registrat.
-NICK_ALREADY_REGISTERED
- El nickname %s ja esta registrat!
-
-NICK_REGISTERED
- El nickname %s ja esta registrat sota el teu compte: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registered.
-NICK_PASSWORD_IS
- La teva clau es %s - Recordala per un us futur.
-
-# GROUP responses
-NICK_REG_DELAY
- You have to be connected longer than %d seconds to register your nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP grup clau
-NICK_GROUP_DISABLED
- Ho sento, La agrupació de nicks esta temporalment inabilitada.
-NICK_GROUP_FAILED
- Ho sento, La agrupació de nicks ha fallat.
-NICK_GROUP_PLEASE_WAIT
- Per favor espera %d segons abans d'utilitzar la comanda GROUP novament.
-NICK_GROUP_CHANGE_DISABLED
- El teu nick ja esta registrat; escriu %R%s DROP primer.
-NICK_GROUP_SAME
- Ja ets membre del grup de %s.
-NICK_GROUP_TOO_MANY
- N'hi ha molts nicks en el grup de %s; lllistals i treu-ne alguns.
- Escriu %R%s HELP GLIST i %R%s HELP DROP
- per més informació.
-NICK_GROUP_JOINED
- Ara ets membre en el grup de %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY clau
-NICK_IDENTIFY_FAILED
- Ho sento, la identificació ha fallat.
-NICK_IDENTIFY_SUCCEEDED
- Clau aceptada - Has estat reconegut.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Ara has de proveir un e-mail pel teu nick.
- Aquest e-mail et permetra recuperar la teva clau en
- cas de que la olvidis.
-NICK_IDENTIFY_EMAIL_HOWTO
- Escriu %R%S SET EMAIL e-mail per provar el teu e-mail.
- Respectems la teva privacitat; Aquest e-mail no sera entregat
- a cap persona.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- You are already identified.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status updated (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- El teu nick ha estat desconnectat.
-NICK_LOGOUT_X_SUCCEEDED
- Nick %s ha estat desconnectat.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Can't logout %s because he's a services operator.
-
-# DROP responses
-NICK_DROP_DISABLED
- Ho sento, desenregistrament de nickname esta temporalment inhabilitat.
-NICK_DROPPED
- El teu nickname ha estat expulsat.
-NICK_X_DROPPED
- Nickname %s ha estat expulsat.
-
-# SET responses
-NICK_SET_SYNTAX
- SET opcio per ametres
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opcio per ametres
-NICK_SET_DISABLED
- Ho sento, el seteig de Opciós per nicknames esta temporalment inhabilitat.
-NICK_SET_UNKNOWN_OPTION
- Opcio SET desconeguda %s.
-NICK_SET_OPTION_DISABLED
- Opció %s no pot ser establerta en aquesta xarxa.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- El nou display HA DE SER ser un nickname del teu grup de nicknames!
-NICK_SET_DISPLAY_CHANGED
- El nou display es ara %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Ho sento, el canvi de clau no pot ser completat.
-NICK_SET_PASSWORD_CHANGED
- Clau canviada.
-NICK_SET_PASSWORD_CHANGED_TO
- Clau canviada a %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE numero
-NICK_SET_LANGUAGE_UNKNOWN
- Numero de llenguatge %d desconegut. Escriu %R%s HELP SET LANGUAGE per una lllista de llenguatges.
-NICK_SET_LANGUAGE_CHANGED
- Llenguatge canviat a Català.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Adreça E-mail canviada a %s.
-NICK_SET_EMAIL_UNSET
- Adreça E-mail no establerta.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- No pots establir la teva adreça e-mail en aquesta xarxa.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Catalan.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mascara]
-NICK_ACCESS_ALREADY_PRESENT
- La mascara %s ja esta present a la teva lllista d'accés.
-NICK_ACCESS_REACHED_LIMIT
- Ho sento, sols pots tenir %d instàncies a la teva lllista d'accés per nickname.
-NICK_ACCESS_ADDED
- %s afegit a la teva lllista d'accés.
-NICK_ACCESS_NOT_FOUND
- %s no trobat a la teva lllista d'accés.
-NICK_ACCESS_DELETED
- %s esborrat de la teva lllista d'accés.
-NICK_ACCESS_LIST
- Lllista d'accés:
-NICK_ACCESS_LIST_X
- Lllista d'accés per %s:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s es %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Ultima adreça vista: %s
-NICK_INFO_ADDRESS_ONLINE
- Esta en linea desde: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s Esta actualment online.
-NICK_INFO_TIME_REGGED
- Temps registrat: %s
-NICK_INFO_LAST_SEEN
- Ultima vegada vist: %s
-NICK_INFO_LAST_QUIT
- Ùltim missatge quit: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- Adreça E-mail: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Missatge de benvinguda: %s
-NICK_INFO_OPTIONS
- Opciós: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Protecció
-NICK_INFO_OPT_SECURE
- Segur
-NICK_INFO_OPT_PRIVATE
- Privat
-NICK_INFO_OPT_MSG
- Mode de missatge
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Cap
-NICK_INFO_NO_EXPIRE
- Aquest nickname no caducara.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST patro
-NICK_LIST_SERVADMIN_SYNTAX
- LIST patro [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Lllista de resultats concordant %s:
-NICK_LIST_RESULTS
- Fi de la lllista - %d/%d resultat(s) mostrat(s).
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST nickname
-NICK_ALIST_HEADER
- Channels that you have access on:
- Num Channel Level Description
-NICK_ALIST_HEADER_X
- Channels that %s has access on:
- Num Channel Level Description
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Fi de la lllista - %d/%d resultat(s) mostrat(s).
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lllista de nicknames en el teu grup:
-NICK_GLIST_HEADER_X
- Lllista de nicknames en el grup de %s:
-NICK_GLIST_FOOTER
- %d nicknames en el grup.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nickname [clau]
-NICK_NO_RECOVER_SELF
- No pots recuperar-te a tu mateix!
-NICK_RECOVERED
- L'usuari demanant el teu nick ha estat expulsat.
- %R%s RELEASE %s per recuperar-lo abans %s time-out.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nickname [clau]
-NICK_RELEASE_NOT_HELD
- El nick %s no esta sent utilitzat.
-NICK_RELEASED
- El teu nick ha estat alliberat pels serveis.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nickname [clau]
-NICK_NO_GHOST_SELF
- No pots fer GHOST a tu mateix!
-NICK_GHOST_KILLED
- El ghost amb el teu nick ha estat expulsat.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nickname
-NICK_GETPASS_UNAVAILABLE
- La comanda GETPASS no esta disponible per l'us d'encriptació.
-NICK_GETPASS_PASSWORD_IS
- La clau per %s es %s.
-
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host No WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails Match %s to %s.
-NICK_GETEMAIL_NOT_USED
- No Emails listed for %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nickname
-NICK_SENDPASS_UNAVAILABLE
- La comanda SENDPASS no esta disponible per l'us d'encriptació.
-NICK_SENDPASS_SUBJECT
- Clau pel Nickname (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- La clau de %s ha estat enviada.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nickname [rao]
-NICK_FORBID_SYNTAX_REASON
- FORBID nickname rao
-NICK_FORBID_SUCCEEDED
- El nick %s esta prohibit.
-NICK_FORBID_FAILED
- La prohibició de %s no es possible!
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-NICK_REQUESTED
- This nick has already been requested, please check your e-mail address for the pass code
-NICK_REG_RESENT
- Your passcode has been re-sent to %s.
-NICK_REG_UNABLE
- Nick NOT registered, please try again later.
-NICK_IS_PREREG
- This nick is awaiting an e-mail verification code before completing registration.
-NICK_ENTER_REG_CODE
- A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration
-NICK_REG_MAIL_SUBJECT
- Nickname Registration (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Passcode for %s is %s.
-NICK_FORCE_REG
- Nickname %s confirmed
-
-# Confirm responces
-NICK_CONFIRM_NOT_FOUND
- Registration step 1 may have expired, please use "%R%s register <password> <email>" first.
-NICK_CONFIRM_INVALID
- Invalid passcode has been entered, please check the e-mail again, and retry.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Status automàtic d'operador de canal
-CHAN_LEVEL_AUTOVOICE
- Mode automàtico +v
-CHAN_LEVEL_AUTOHALFOP
- Mode automàtic +h
-CHAN_LEVEL_AUTOPROTECT
- Mode automàtic +a
-CHAN_LEVEL_AUTODEOP
- Status d'operador de canal inhabilitat
-CHAN_LEVEL_NOJOIN
- No es possible entra a un canal si esta RESTRINGIT
-CHAN_LEVEL_INVITE
- Abilitat a utilitzar la comanda INVITE
-CHAN_LEVEL_AKICK
- Abilitat a utilitzar la comanda AKICK
-CHAN_LEVEL_SET
- Abilitat a utilitzar la comanda SET (no FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Abilitat a utilitzar la comanda CLEAR
-CHAN_LEVEL_UNBAN
- Abilitat a utilitzar la comanda UNBAN
-CHAN_LEVEL_OPDEOP
- Abilitat a utilitzar la comanda OP/DEOP
-CHAN_LEVEL_ACCESS_LIST
- Abilitat a veure la lllista de accés
-CHAN_LEVEL_ACCESS_CHANGE
- Abilitat a modificar la lllista de accés
-CHAN_LEVEL_MEMO
- Abilitat a llistar/llegir memos del canal
-CHAN_LEVEL_ASSIGN
- Abilitat a assignar/deassignar un bot
-CHAN_LEVEL_BADWORDS
- Abilitat a utilitzar la comanda BADWORDS
-CHAN_LEVEL_NOKICK
- Mai expulsat pels kicks del bot
-CHAN_LEVEL_FANTASIA
- Abilitat a utilizar comandes de fantasia
-CHAN_LEVEL_SAY
- Abilitat a utilitzar la comanda SAY i ACT
-CHAN_LEVEL_GREET
- Missatge de benvinguda mostrat
-CHAN_LEVEL_VOICEME
- Autorizat a voice/devoice a tu mateix
-CHAN_LEVEL_VOICE
- Abilitat a utilitzar La comanda VOICE/DEVOICE
-CHAN_LEVEL_GETKEY
- Abilitat a utilitzar La comanda GETKEY
-CHAN_LEVEL_OPDEOPME
- Autorizat a op/deop a tu mateix
-CHAN_LEVEL_HALFOPME
- Autorizat a halfop/dehalfop a tu mateix
-CHAN_LEVEL_HALFOP
- Abilitat a utilitzar la comanda HALFOP/DEHALFOP
-CHAN_LEVEL_PROTECTME
- Autorizat a protect/deprotect a tu mateix
-CHAN_LEVEL_PROTECT
- Abilitat a utilitzar la comanda PROTECT/DEPROTECT
-CHAN_LEVEL_KICKME
- Autoritzat a expulsar-te a tu mateix
-CHAN_LEVEL_KICK
- Abilitat a utilitzar la comanda KICK
-CHAN_LEVEL_SIGNKICK
- Sense firma de kick quant SIGNKICK LEVEL es utilitzat
-CHAN_LEVEL_BANME
- Autoritzat a banegar-te
-CHAN_LEVEL_BAN
- Autoritzat a utilitzar la comanda BAN
-CHAN_LEVEL_TOPIC
- Autoritzat a utilitzar la comanda TOPIC
-CHAN_LEVEL_INFO
- Autoritzar a utilitzar La comanda INFO amb
- l'opció ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Aquest canal ha estat registrat amb %s.
-CHAN_NOT_ALLOWED_OP
- No estas autoritzat al status d'operador del canal a %s.
-CHAN_MAY_NOT_BE_USED
- Aquest canal esta prohibit.
-CHAN_NOT_ALLOWED_TO_JOIN
- No estas autoritzat a estar en aquest canal.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER canal descripció
-CHAN_REGISTER_DISABLED
- Ho sento, el registre de canals esta temporalment inhabilitat.
-CHAN_REGISTER_NOT_LOCAL
- Canals locals no poden ser enregistrats.
-CHAN_MAY_NOT_BE_REGISTERED
- El canal %s no pot ser enregistrat.
-CHAN_ALREADY_REGISTERED
- El canal %s ja esta enregistrat!
-CHAN_MUST_BE_CHANOP
- Has de ser un operador de canal per registrar el canal.
-CHAN_REACHED_CHANNEL_LIMIT
- Ho sento, has arribat al teu límit de %d canals.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Ho sento, has sobrepassat el teu límit de %d canals.
-CHAN_REGISTRATION_FAILED
- Ho sento, la registració ha fallat.
-CHAN_REGISTERED
- El canal %s esta registrat sota el teu nickname: %s
-CHAN_REGISTER_NONE_CHANNEL
- You have attempted to register a nonexistent channel %s
-CHAN_SYMBOL_REQUIRED
- Please use the symbol of # when attempting to register
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP canal
-CHAN_DROP_DISABLED
- Ho sento, el desenregistrament de canals esta temporalment desabilitat.
-CHAN_DROPPED
- El canal %s ha estat eliminat.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET canal opció per ametres
-CHAN_SET_DISABLED
- Ho sento, l'establiment d'Opciós de canal esta temporalment deshAbilitat.
-CHAN_SET_UNKNOWN_OPTION
- Opció SET %s desconoceguda.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s te masses canals registrats.
-CHAN_FOUNDER_CHANGED
- El Fundador de %s cambiat a %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Sucessor de %s cambiat a %s.
-CHAN_SUCCESSOR_UNSET
- Sucessor de %s desabilitat.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s no pot ser el sucessor en el canal %s ja que n'es el fundador.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- La descripció de %s canviada a%s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- Adreça e-mail per a %s canviada a %s.
-CHAN_EMAIL_UNSET
- Adreça e-mail per a %s no establerta.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Missatge d'entrada per a %s canviat.
-CHAN_ENTRY_MSG_UNSET
- Missatge d'entrada per a %s no establert.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s no es un tipus de ban valid.
-CHAN_SET_BANTYPE_CHANGED
- Tipus de ban pel canal %s es ara #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Caràcter de Mode %c desconegut i ignorat.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Mode %c ignorat per que no pots ¿¿¿lockerjar-lo???.
-CHAN_SET_MLOCK_L_REQUIRED
- Has d'utilitzar Mode de lock +l també pel Mode
- de lock +L.
-CHAN_SET_MLOCK_K_REQUIRED
- Has d'utilitzar Mode de lock +i tambe pel Mode
- de lock +K.
-CHAN_MLOCK_CHANGED
- Mode de lock en el canal %s canviat a %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET canal KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET canal TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET canal PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET canal SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET canal SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET canal RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET canal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET canal SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET canal OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET canal XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET canal NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- El canal %s no caducara.
-CHAN_SET_NOEXPIRE_OFF
- El canal %s caducara.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Ho sento, sols pots tenir %d instàncies de AOP/SOP/VOP
- en un canal.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- No pots utilitzar aquesta comanda. Utilitza la comanda ACCESS.
- Escriu %R%s HELP ACCESS per més informació.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP canal {ADD|DEL|LIST|CLEAR} [nick | instància]
-CHAN_AOP_DISABLED
- Ho sento, la modificació de la llista AOP de canals esta
- temporalment deshabilitada.
-CHAN_AOP_NICKS_ONLY
- La llista de AOP de canals nomès pot contenir nicks
- registrats.
-CHAN_AOP_ADDED
- %s afegit a la llista AOP de %s.
-CHAN_AOP_MOVED
- %s moved to %s AOP list.
-CHAN_AOP_NO_SUCH_ENTRY
- No existeix la instància (#%d) a la llista AOP de %s.
-CHAN_AOP_NOT_FOUND
- %s no trobat a la llista AOP de %s.
-CHAN_AOP_NO_MATCH
- No existeixen instàncies coincidents a la llista AOP de %s.
-CHAN_AOP_DELETED
- %s esborrat de la llista AOP de %s.
-CHAN_AOP_DELETED_ONE
- 1 instància esborrada de la llista AOP de %s.
-CHAN_AOP_DELETED_SEVERAL
- %d instàncies esborrades de la llista AOP de %s.
-CHAN_AOP_LIST_EMPTY
- La llista AOP de %s esta buida.
-CHAN_AOP_LIST_HEADER
- Llista AOP per a %s:
- Num Nick
-CHAN_AOP_CLEAR
- La llista AOP de canals %s ha estat netegada.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]
-CHAN_HOP_DISABLED
- Ho sento, la modificació de llistes HOP de canals esta
- temporalment deshabilitada.
-CHAN_HOP_NICKS_ONLY
- Llistes HOP de canals sols pot tenir nicks registrats.
-CHAN_HOP_ADDED
- %s afegit a la llista HOP de %s.
-CHAN_HOP_MOVED
- %s moved to %s HOP list.
-CHAN_HOP_NO_SUCH_ENTRY
- No existeix la instància (#%d) a la llista HOP de %s.
-CHAN_HOP_NOT_FOUND
- %s no trobat a la llista HOP de %s.
-CHAN_HOP_NO_MATCH
- No existeixen instàncies coincidents a la llista HOP de %s.
-CHAN_HOP_DELETED
- %s esborrat de la llista HOP de %s.
-CHAN_HOP_DELETED_ONE
- 1 instància esborrada de la llista HOP de %s.
-CHAN_HOP_DELETED_SEVERAL
- %d instàncies esborrades de la llista HOP de %s.
-CHAN_HOP_LIST_EMPTY
- La llista HOP de %s esta buida.
-CHAN_HOP_LIST_HEADER
- Llista HOP per a %s:
- Num Nick
-CHAN_HOP_CLEAR
- La llista HOP de canals %s ha estat netegada.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]
-CHAN_SOP_DISABLED
- Ho sento, la modificació de la llista SOP de canals esta
- temporalment deshabilitada.
-CHAN_SOP_NICKS_ONLY
- Llistes SOP de canals sols pot tenir nicks registrats.
-CHAN_SOP_ADDED
- %s afegit a la llista SOP de %s.
-CHAN_SOP_MOVED
- %s moved to %s SOP list.
-CHAN_SOP_NO_SUCH_ENTRY
- No existeix la instància (#%d) a la llista SOP de %s.
-CHAN_SOP_NOT_FOUND
- %s no trobat a la llista SOP de %s.
-CHAN_SOP_NO_MATCH
- No existeixen instàncies coincidents a la llista SOP de %s.
-CHAN_SOP_DELETED
- %s esborrat de la llista SOP de %s.
-CHAN_SOP_DELETED_ONE
- 1 instància esborrada de la llista SOP de %s.
-CHAN_SOP_DELETED_SEVERAL
- %d instàncies esborrades de la llista SOP de %s.
-CHAN_SOP_LIST_EMPTY
- La llista SOP de %s esta buida.
-CHAN_SOP_LIST_HEADER
- Llista SOP per a %s:
- Num Nick
-CHAN_SOP_CLEAR
- La llista SOP de canals %s ha estat netegada.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP canal {ADD|DEL|LIST|CLEAR} [nick | llista]
-CHAN_VOP_DISABLED
- Ho sento, la modificació de la llista VOP de canals esta
- temporalment deshabilitada.
-CHAN_VOP_NICKS_ONLY
- Llistes VOP de canals sols pot tenir nicks registrats.
-CHAN_VOP_ADDED
- %s afegit a la llista VOP de %s.
-CHAN_VOP_MOVED
- %s moved to %s VOP list.
-CHAN_VOP_NO_SUCH_ENTRY
- No existeix la instància (#%d) a la llista VOP de %s.
-CHAN_VOP_NOT_FOUND
- %s no trobat a la llista VOP de %s.
-CHAN_VOP_NO_MATCH
- No existeixen instàncies coincidents a la llista VOP de %s.
-CHAN_VOP_DELETED
- %s esborrat de la llista VOP de %s.
-CHAN_VOP_DELETED_ONE
- 1 instància esborrada de la llista VOP de %s.
-CHAN_VOP_DELETED_SEVERAL
- %d instàncies esborrades de la llista VOP de %s.
-CHAN_VOP_LIST_EMPTY
- La llista VOP de %s esta buida.
-CHAN_VOP_LIST_HEADER
- Llista VOP per a %s:
- Num Nick
-CHAN_VOP_CLEAR
- La llista VOP de canals %s ha estat netegada.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nivell] | llista]
-CHAN_ACCESS_XOP
- No pots utilitzar aquest comanda.
- Utilitza les comandes AOP, SOP i VOP.
- Escriu %R%s HELP comanda per a més informació.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Ho sento, la modificació d'accés a canals esta temporalment inabilitada.
-CHAN_ACCESS_LEVEL_NONZERO
- El nivell de accés no pot ser zero.
-CHAN_ACCESS_LEVEL_RANGE
- El nivell d'accés ha de ser entre %d i %d inclosos.
-CHAN_ACCESS_NICKS_ONLY
- Las llistes de accés a canals sols pot contenir nicks registrats.
-CHAN_ACCESS_REACHED_LIMIT
- Ho sento, sols pots tenir %d instàncies d'accés en un determinat canal.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Nivell d'accés per a %s en %s no cambiada de %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Nivell d'accés per a %s en %s cambiada a %d.
-CHAN_ACCESS_ADDED
- %s afegit a la llista d'accés de %s amb nivel %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- No existeix (#%d) a la llista d'accés de %s.
-CHAN_ACCESS_NOT_FOUND
- %s no trobat a la llista d'accés de %s.
-CHAN_ACCESS_NO_MATCH
- No hi ha instàncies que concordin a la llista d'accés de %s .
-CHAN_ACCESS_DELETED
- %s esborrat de la llista d'accés de %s.
-CHAN_ACCESS_DELETED_ONE
- 1 instància esborrada de la llista d'accés de %s.
-CHAN_ACCESS_DELETED_SEVERAL
- %d instàncies esborrades de la llista d'accés de %s.
-CHAN_ACCESS_LIST_EMPTY
- La llista d'accés de %s esta buida.
-CHAN_ACCESS_LIST_HEADER
- Llista d'accés per a %s:
- Num Niv Nick
-CHAN_ACCESS_LIST_FOOTER
- fi de llista d'accés.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- La llista d'accés pel canal %s ha estat netegada.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-o-mascara] [rao]
-CHAN_AKICK_DISABLED
- Ho sento, la modificació de kicks automàtics a canals esta temporalment inabilitada.
-CHAN_AKICK_ALREADY_EXISTS
- %s ja esta present a la llista de kick automàtic en el canal %s.
-CHAN_AKICK_REACHED_LIMIT
- Ho sento, sols pots tenir %d mascaras per a kicks automàtics a un canal.
-CHAN_AKICK_ADDED
- %s afegit a la llista de kicks automàtics en el canal %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- La instància (#%d) no existeix a la llista de kicks automàtics en el canal %s.
-CHAN_AKICK_NOT_FOUND
- %s no trobat a la llista de kicks automàtics en el canal %s.
-CHAN_AKICK_NO_MATCH
- No existeixen instàncies que concordin a la llista de kicks automàtics en el canal %s.
-CHAN_AKICK_STUCK
- %s esta ara sempre actiu en el canal %s.
-CHAN_AKICK_UNSTUCK
- %s ja no esta sempre actiu en el canal %s.
-CHAN_AKICK_DELETED
- %s esborrat de la llista de kicks automàtics del canal %s.
-CHAN_AKICK_DELETED_ONE
- 1 instància esborrada de la llista de kicks automàtics del canal %s.
-CHAN_AKICK_DELETED_SEVERAL
- %d instàncies esborrades de la llista de kicks automàtics del canal %s.
-CHAN_AKICK_LIST_EMPTY
- La llista de kicks automàtics del canal %s esta buida.
-CHAN_AKICK_LIST_HEADER
- Llista de kicks automàtics pel canal %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (per %s en %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (enganxat) (per %s en %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE en %s completa; %d usuaris afectats.
-CHAN_AKICK_CLEAR
- La llista de kicks automàtics en canal %s ha estat netegada.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nivell]]
-CHAN_LEVELS_XOP
- Aquesta comanda es inservible en aquest mode.
-CHAN_LEVELS_RANGE
- El nivell ha d'estar entre %d i %d inclosos.
-CHAN_LEVELS_CHANGED
- Nivell per a %s en el canal %s cambiat a %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Opció %s no coneguda. Escriu %R%s HELP LEVELS DESC per a una llista de opcións valides.
-CHAN_LEVELS_DISABLED
- %s inhabilitat(s) en el canal %s.
-CHAN_LEVELS_LIST_HEADER
- Opcions del nivell d'accés pel canal %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (inhabilitat)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (nomès el fundador)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Nivells d'accés per a %s canviats als valors originals.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO canal
-CHAN_INFO_HEADER
- Informació pel canal %s:
-CHAN_INFO_FOUNDER
- Fundador: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Fundador: %s
-CHAN_INFO_SUCCESSOR
- Successor: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Successor: %s
-CHAN_INFO_DESCRIPTION
- Descripció: %s
-CHAN_INFO_ENTRYMSG
- Missatge d'entrada: %s
-CHAN_INFO_TIME_REGGED
- Registrat: %s
-CHAN_INFO_LAST_USED
- Últim cop utilitzat: %s
-CHAN_INFO_LAST_TOPIC
- Últim tòpic: %s
-CHAN_INFO_TOPIC_SET_BY
- Tòpic establert per: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- Adreça e-mail: %s
-CHAN_INFO_BANTYPE
- Tipus de ban: %d
-CHAN_INFO_OPTIONS
- Opcions: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Retenció de tòpic
-CHAN_INFO_OPT_OPNOTICE
- Notícia de OP
-CHAN_INFO_OPT_PEACE
- Pau
-CHAN_INFO_OPT_PRIVATE
- Privat
-CHAN_INFO_OPT_RESTRICTED
- accés restringit
-CHAN_INFO_OPT_SECURE
- Segur
-CHAN_INFO_OPT_SECUREOPS
- Ops Segurs
-CHAN_INFO_OPT_SECUREFOUNDER
- Fundador Segur
-CHAN_INFO_OPT_SIGNKICK
- Kicks Signats
-CHAN_INFO_OPT_TOPICLOCK
- Lock de tòpic
-CHAN_INFO_OPT_XOP
- Sistema de llistes xOP
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Cap
-CHAN_INFO_MODE_LOCK
- Mode de lock: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Aquest canal no caducara.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST patró
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST patró [FORBIDDEN] [NOEXPIRE]
-CHAN_LIST_HEADER
- Llista de instàncies concordant a %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Fi de la llista - %d/%d concordància(es) mostrada(es).
-
-# CLIST responses
-CHAN_INVITE_SYNTAX
- INVITE canal
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN canal [nick]
-CHAN_UNBANNED
- Has estat desbanegat de %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC canal [tòpic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR canal Modes-a-netegar
-CHAN_CLEARED_BANS
- Tots els bans del canal %s han estat esborrats.
-CHAN_CLEARED_EXCEPTS
- Tots els excepts del canal %s han estat esborrats.
-CHAN_CLEARED_MODES
- Tots els modes en el canal %s han estat reestablerts.
-CHAN_CLEARED_OPS
- Mode +o ha estat reestablert del canal %s.
-CHAN_CLEARED_HOPS
- Mode +h has been cleared from channel %s.
-CHAN_CLEARED_VOICES
- Mode +v ha estat eliminat del canal %s.
-CHAN_CLEARED_USERS
- Tots els usuaris han estat kickegats del canal %s.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID canal [raó]
-CHAN_FORBID_SYNTAX_REASON
- FORBID canal raó
-CHAN_FORBID_SUCCEEDED
- Canal %s ara prohibit.
-CHAN_FORBID_FAILED
- Impossible prohibir el canal %s!
-
-# Misc responses
-CHAN_FORBID_REASON
- This channel has been forbidden.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND channel [reason]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND channel reason
-CHAN_SUSPEND_SUCCEEDED
- Channel %s is now suspended.
-CHAN_SUSPEND_FAILED
- Couldn't suspended channel %s!
-CHAN_SUSPEND_REASON
- This channel has been suspended.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND channel
-CHAN_UNSUSPEND_ERROR
- No # found in front of channel name.
-CHAN_UNSUSPEND_SUCCEEDED
- Channel %s is now released.
-CHAN_UNSUSPEND_FAILED
- Couldn't release channel %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s matches an except on %s and cannot be banned until the except have been removed.
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Tens 1 memo nou.
-MEMO_HAVE_NEW_MEMOS
- Tens %d memos nous.
-MEMO_TYPE_READ_LAST
- Escriu %R%s READ LAST per llegir el teu últim memo.
-MEMO_TYPE_READ_NUM
- Escriu %R%s READ %d per a llegir-lo.
-MEMO_TYPE_LIST_NEW
- Escriu %R%s LIST NEW per a llistar els teus memos.
-MEMO_AT_LIMIT
- Advertència: Has assolit el màxim numero de memos (%d). No podras rebre mes memos fins que esborris alguns dels existents.
-MEMO_OVER_LIMIT
- Advertència: Has sobrepassat el màximo numero de memos (%d). Et resultara impossible rebre més memos fins que esborris alguns dels existents.
-MEMO_X_MANY_NOTICE
- There are %d memos on channel %s.
-MEMO_X_ONE_NOTICE
- There is %d memo on channel %s.
-MEMO_NEW_X_MEMO_ARRIVED
- There is a new memo on channel %s.
- Type %R%s READ %s %d to read it.
-MEMO_NEW_MEMO_ARRIVED
- Tens un nou memo de %s.
- Escriu %R%s READ %d per a llegir-lo.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- No tens memos.
-MEMO_X_HAS_NO_MEMOS
- %s no te memos.
-MEMO_DOES_NOT_EXIST
- El memo %d no existeix!
-MEMO_LIST_NOT_FOUND
- No existeixen memos que concordin.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | canal} text
-MEMO_SEND_DISABLED
- Ho sento, l'enviament de memos esta temporalment inhabilitat.
-MEMO_SEND_PLEASE_WAIT
- Per favor espera %d segons abans d'utilizar la comanda SEND un altre cop.
-MEMO_X_GETS_NO_MEMOS
- %s no pot rebre memos.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s actualment te molts memos i no pot rebre'n mes.
-MEMO_SENT
- Memo enviat a %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- A massmemo has been sent to all registered users.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | canal}
-MEMO_CANCEL_DISABLED
- Ho sento, la cancel.lació de memos esta temporalment inabilitada.
-MEMO_CANCEL_NONE
- Cap memo pot ser cancelat.
-MEMO_CANCELLED
- Ultim memo enviat a %s va ser cancel.lat.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [canal] [llista | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- No tens memos nous.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s no te memos nous.
-MEMO_LIST_MEMOS
- Memos per a %s. per a llegir-los escriu: %R%s READ numero
-MEMO_LIST_NEW_MEMOS
- Nous memos per a %s. per a llegir-los escriu: %R%s READ numero
-MEMO_LIST_CHAN_MEMOS
- Memos per a %s. per a llegir-los escriu: %R%s READ %s numero
-MEMO_LIST_CHAN_NEW_MEMOS
- Nous memos per a %s. Per a llegir-los escriu: %R%s READ %s numero
-MEMO_LIST_HEADER
- Num De Data/Hora
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [canal] {llista | LAST | NEW}
-MEMO_HEADER
- Memo %d de %s (%s). per a esborrar-lo escriu: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d de %s (%s). per a esborrar-lo escriu: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [canal] {numero | llista | ALL}
-MEMO_DELETED_NONE
- Cap memo fou esborrat.
-MEMO_DELETED_ONE
- Memo %d ha estat esborrat.
-MEMO_DELETED_SEVERAL
- Els memos %s han estat esborrats.
-MEMO_DELETED_ALL
- Tots els teus memos han estat esborrats.
-
-# SET responses
-MEMO_CHAN_DELETED_ALL
- All memos for channel %s have been deleted.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET Opció parametres
-MEMO_SET_DISABLED
- Ho sento, l'establiment d'opcions per a memos esta temporalment inhabilitat.
-MEMO_SET_UNKNOWN_OPTION
- Opció SET %s desconeguda.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s ara et notificara dels teus memos quant et conectis i quant et siguin enviats.
-MEMO_SET_NOTIFY_LOGON
- %s ara et notificara dels teus memos quant et conectis o treguis el teu /AWAY.
-MEMO_SET_NOTIFY_NEW
- %s ara te notificara dels teus memos quant se t'enviin.
-MEMO_SET_NOTIFY_OFF
- %s no t'enviara cap notificació dels teus memos.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- You will now be informed about new memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- You will no longer be informed via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- There's no email address set for your nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [canal] límit
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [usuari | canal] {límit | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- No estas autoritzat a canviar el teu límit de memos.
-MEMO_SET_LIMIT_FORBIDDEN
- El límit de memos per a %s no pot ser canviat.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- No pots establir el teu límit de memos a mes de %d.
-MEMO_SET_LIMIT_TOO_HIGH
- No pots establir el límite de memos per %s mes de %d.
-MEMO_SET_LIMIT_OVERFLOW
- Límit de memos molt alt; limitant-lo a %d.
-MEMO_SET_YOUR_LIMIT
- El teu límite de memos ha estat establert a %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- No et sera possible rebre més memos.
-MEMO_UNSET_YOUR_LIMIT
- El teu límit de memos ha estat deshabilitat.
-MEMO_SET_LIMIT
- Límite de memos per a %s establert a %d.
-MEMO_SET_LIMIT_ZERO
- Límit de memos per a %s establert a 0.
-MEMO_UNSET_LIMIT
- Límit de memos per a %s deshabilitat.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [canal]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | canal]
-MEMO_INFO_NO_MEMOS
- No tens memos.
-MEMO_INFO_MEMO
- Tens 1 memo.
-MEMO_INFO_MEMO_UNREAD
- Tens 1 memo i encara no ha estat llegit.
-MEMO_INFO_MEMOS
- Tens %d memos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Tens %d memos, dels quals 1 encara no ha estat llegit.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Tens %d memos, dels quals %d encara no han estat llegits.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Tens %d memos, cap d'ells llegit.
-MEMO_INFO_LIMIT
- El teu límit de memos es %d.
-MEMO_INFO_HARD_LIMIT
- El teu límit de memos es %d i no pot ser canviat.
-MEMO_INFO_LIMIT_ZERO
- El teu límit de memos es 0; no rebràs nous memos.
-MEMO_INFO_HARD_LIMIT_ZERO
- El teu límit de memos es 0; no rebràs nous memos. No pots cambiar aquest límit.
-MEMO_INFO_NO_LIMIT
- No tens límit en el numero de memos que pots mantenir.
-MEMO_INFO_NOTIFY_OFF
- No seràs notificat per memos nous.
-MEMO_INFO_NOTIFY_ON
- Seràs notificat per nous memos quant et conectis i quant se t'enviin.
-MEMO_INFO_NOTIFY_RECEIVE
- Seràs notificat quan els memos nous se t'enviin.
-MEMO_INFO_NOTIFY_SIGNON
- Seràs notificat per memos nous quant et conectis.
-MEMO_INFO_X_NO_MEMOS
- %s no te memos.
-MEMO_INFO_X_MEMO
- %s te 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s actualment te 1 memo i encara no ha estat llegit.
-MEMO_INFO_X_MEMOS
- %s actualment te %d memos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s actualment te %d memos, dels quals 1 encara no ha estat llegit.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s actualment te %d memos, dels quals %d encara no han estat llegits.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s actualment te %d memos, dels quals cap ha estat llegit.
-MEMO_INFO_X_LIMIT
- El límit de memos per a %s es %d.
-MEMO_INFO_X_HARD_LIMIT
- El límit de memos per a %s es %d, i no pot ser canviat.
-MEMO_INFO_X_NO_LIMIT
- %s no te límit per a memos.
-MEMO_INFO_X_NOTIFY_OFF
- %s no es notificat per memos nous.
-MEMO_INFO_X_NOTIFY_ON
- %s es notificat per memos nous quant es connecta i quant li són enviats.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s es notificat quant nous memos li són enviats.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s es notificat de nous memos quant es connecta.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- New memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Please wait %d seconds before using the RSEND command again.
-MEMO_RSEND_DISABLED
- Sorry, RSEND has been disabled on this network.
-MEMO_RSEND_SYNTAX
- RSEND {nick | channel} memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] The memo you sent has been viewed.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] The memo you sent to %s has been viewed.
-MEMO_RSEND_USER_NOTIFICATION
- A notification memo has been sent to %s informing him/her you have
- read his/her memo.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- The last memo you sent to %s (sent on %s) has not yet been read.
-MEMO_CHECK_READ
- The last memo you sent to %s (sent on %s) has been read.
-MEMO_CHECK_NO_MEMO
- Nick %s doesn't have a memo from you.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- You can not request a receipt when sending a memo to yourself.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- El bot %s no existeix.
-BOT_NOT_ASSIGNED
- Has d'assignar un bot al canal abans de poder utilitzar aquesta comanda.
- Escriu %R%S HELP ASSIGN per a més informació.
-BOT_NOT_ON_CHANNEL
- El bot no esta al canal %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- No utilitzis la paraula %s en aquest canal!
-BOT_REASON_BADWORD_GENTLE
- Cuida el teu llenguatge!
-BOT_REASON_BOLD
- No utilitzis negreta en aquest canal!
-BOT_REASON_CAPS
- Desactiva les majuscules!
-BOT_REASON_COLOR
- No utilitzis colors en aquest canal!
-BOT_REASON_FLOOD
- Para de floodejar!
-BOT_REASON_REPEAT
- No repeteixis com l'allioli!
-BOT_REASON_REVERSE
- No utilitzis reversos en aquest canal!
-BOT_REASON_UNDERLINE
- No utilitzis subratllats en aquest canal!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- M'has trobat %s!
-BOT_SEEN_YOU
- Cercant-te a tu mateix, eh %s?
-BOT_SEEN_ON_CHANNEL
- %s esta en el canal en aquests instants!
-BOT_SEEN_ON_CHANNEL_AS
- %s esta en el canal en aquests instantes (com %s) !
-BOT_SEEN_ON
- %s va ser vist aqui fa %s.
-BOT_SEEN_NEVER
- Mai he vist a %s en aquest canal.
-BOT_SEEN_UNKNOWN
- Mai he visto a %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick usuari host nom-real
- BOT CHANGE nick-antic nick-nou [usuari [host [nom-real]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- El bot %s ja existeix.
-BOT_BOT_CREATION_FAILED
- Ho sento, la creació de bot ha fallat
-BOT_BOT_READONLY
- Ho sento, la modificació de bots esta temporalment inabilitada.
-BOT_BOT_ADDED
- %s!%s@%s (%s) afegit a la llista de bots.
-BOT_BOT_ANY_CHANGES
- La informació antiga es igual a la nova.
-BOT_BOT_CHANGED
- El bot %s ha estat canviat a %s!%s@%s (%s)
-BOT_BOT_DELETED
- El bot %s ha estat esborrat.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Llista de bots:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots reservats a operadors de IRC:
-BOT_BOTLIST_FOOTER
- %d bots disponibles.
-BOT_BOTLIST_EMPTY
- No hi ha bots disponibles en aquest moment.
- Demana-li a un administrador de serveis que en fagi un!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN canal nick
-BOT_ASSIGN_READONLY
- Ho sento, el assignament de bots esta temporalment inhabilitat.
-BOT_ASSIGN_ALREADY
- Bot %s is already assigned to channel %s.
-BOT_ASSIGN_ASSIGNED
- El bot %s ha estat assignat al canal %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN canal
-BOT_UNASSIGN_UNASSIGNED
- Ja no hi ha un bot assignat a %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {canal | nick}
-BOT_INFO_NOT_FOUND
- %s no és un bot valid o un canal registrat.
-BOT_INFO_BOT_HEADER
- Informació pel bot %s:
-BOT_INFO_BOT_MASK
- Mascara : %s@%s
-BOT_INFO_BOT_REALNAME
- Nom real : %s
-BOT_INFO_BOT_CREATED
- Creat : %s
-BOT_INFO_BOT_USAGE
- Utilitzat a : %d canal(s)
-BOT_INFO_BOT_OPTIONS
- Opcions : %s
-BOT_INFO_OPT_PRIVATE
- Privat
-BOT_INFO_CHAN_HEADER
- Informació pel canal %s:
-BOT_INFO_CHAN_BOT
- Nick del bot : %s
-BOT_INFO_CHAN_BOT_NONE
- Nick del bot : Encara no assignat.
-BOT_INFO_CHAN_KICK_BADWORDS
- Kicker per paraules malsonants : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kicker per paraules malsonants : %s (%d kick(s) per a ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Kicker per negretes : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kicker per negretes : %s (%d kick(s) per a ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Caps kicker : %s (mínim %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kicker per majuscules : %s (%d kick(s) per a ban; mínim %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kicker per majuscules : %s
-BOT_INFO_CHAN_KICK_COLORS
- Kicker per colors : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kicker per colors : %s (%d kick(s) per a ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kicker per flood : %s (%d linees en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kicker per flood : %s (%d kick(s) per a ban; %d linees en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kicker per flood : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kicker per repetició : %s (%d vegades)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kicker per repetició : %s (%d kick(s) per a ban; %d vegades)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kicker per repetició : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Kicker per inversos : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kicker per inversos : %s (%d kick(s) per a ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kicker per subrallats : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kicker per subratllats : %s (%d kick(s) per a ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- Activada
-BOT_INFO_INACTIVE
- Desactivada
-BOT_INFO_CHAN_OPTIONS
- Opcions : %s
-BOT_INFO_OPT_DONTKICKOPS
- Protecció de Ops
-BOT_INFO_OPT_DONTKICKVOICES
- Protecció de Voices
-BOT_INFO_OPT_FANTASY
- Fantasia
-BOT_INFO_OPT_GREET
- Salutació
-BOT_INFO_OPT_NOBOT
- Sense bot
-BOT_INFO_OPT_SYMBIOSIS
- Simbiosis
-BOT_INFO_OPT_NONE
- Cap
-
-# SET responses
-BOT_SET_SYNTAX
- SET canal Opció establiments
-BOT_SET_DISABLED
- Ho sento, l'establiment d'opcions per a bot esta temporalment inhabilitat
-BOT_SET_UNKNOWN
- Opció %s desconeguda.
- Escriu %R%S HELP SET per a més informació.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET canal DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot no kickejara ops en el canal %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot kickejara ops en el canal %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET canal DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot no kickejara voices en el canal %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot kickejara voices en el canal %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET canal FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Mode fantasia ara activada en el canal %s.
-BOT_SET_FANTASY_OFF
- Mode fantasia ara desactivat en el canal %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET canal GREET {ON|OFF}
-BOT_SET_GREET_ON
- Mode salutació ara activat en el canal %s.
-BOT_SET_GREET_OFF
- Mode salutació ara desactivat en el canal %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET canal NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Mode no bot ara activat en el canal %s.
-BOT_SET_NOBOT_OFF
- Mode no bot ara desactivat en el canal %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Mode privado del bot %s esta ara activat.
-BOT_SET_PRIVATE_OFF
- Mode privado del bot %s esta ara desactivat.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET canal SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Mode Simbiosis ara activat en el canal %s.
-BOT_SET_SYMBIOSIS_OFF
- Mode Simbiosis ara desactivat en el canal %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK canal opció {ON|OFF} [establiments]
-BOT_KICK_DISABLED
- Ho sento, la configuració de kicker esta temporalment inabilitada.
-BOT_KICK_UNKNOWN
- Opció %s desconeguda.
- Escriu %R%S HELP KICK per a més informació
-BOT_KICK_BAD_TTB
- %s no pot ser pres com vegades a banegar
-
-BOT_KICK_BADWORDS_ON
- El bot ara kickejara paraules malsonants. Utilitza la comanda BADWORDS
- per a afegir o treure paraules.
-BOT_KICK_BADWORDS_ON_BAN
- El bot ara kickejara paraules malsonants, i banejara després de
- %d kicks al mateix usuari. Utilitza la comanda BADWORDS
- per a afegir o treure paraules.
-BOT_KICK_BADWORDS_OFF
- El bot ja no kickejara paraules malsonants.
-BOT_KICK_BOLDS_ON
- El bot ara kickjeara negretes.
-BOT_KICK_BOLDS_ON_BAN
- El bot ara kickjeara negretes, i banejara després de
- %d kicks al mateix usuari.
-BOT_KICK_BOLDS_OFF
- El bot ja no kickejara negretes.
-BOT_KICK_CAPS_ON
- El bot ara kickejara majuscules (han de ser al menys
- %d caràcters i %d%% del missatge senser).
-BOT_KICK_CAPS_ON_BAN
- El bot ara kickejara majusculas (han de ser al menys
- %d caràcters i %d%% del missatge senser), i banegara
- després de %d kicks al mateix usuari.
-BOT_KICK_CAPS_OFF
- El bot ja no kickejara majuscules.
-BOT_KICK_COLORS_ON
- El bot ara kickejara colors.
-BOT_KICK_COLORS_ON_BAN
- El bot ara kickejara colors, i banejara després de %d
- kicks al mateix usuari.
-BOT_KICK_COLORS_OFF
- El bot ja no kickejara colors.
-BOT_KICK_FLOOD_ON
- El bot ara kickejara flood (%d linees en %d segons).
-BOT_KICK_FLOOD_ON_BAN
- El bot ara kickejara flood (%d linees in %d segons), i
- banejara després de %d kicks al mateix usuari.
-BOT_KICK_FLOOD_OFF
- El bot ja no kickejara flood.
-BOT_KICK_REPEAT_ON
- El bot ara kickejara repeticions (usuaris que repeteixin %d vegades
- el mateix).
-BOT_KICK_REPEAT_ON_BAN
- El bot ara kickejara repeticions (usuaris que repeteixin %d vegades
- el mateix), i banejara després de %d
- kicks al mateix usuari.
-BOT_KICK_REPEAT_OFF
- El bot ja no kickejara repeticions.
-BOT_KICK_REVERSES_ON
- El bot ara kickejara reversos.
-BOT_KICK_REVERSES_ON_BAN
- El bot ara kickejara reversos, i banejara després de %d
- kicks al mateix usuari.
-BOT_KICK_REVERSES_OFF
- El bot ja no kickejara reversos.
-BOT_KICK_UNDERLINES_ON
- El bot ara kickejara subratllats.
-BOT_KICK_UNDERLINES_ON_BAN
- El bot ara kickejara subratllats, i banejara després de %d
- kicks al mateix usuari.
-BOT_KICK_UNDERLINES_OFF
- El bot ja no kickejara subratllats.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after
- %d kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS canal {ADD|DEL|LIST|CLEAR} [paraula | llista] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Ho sento, la llista de paraules malsonants per a canals esta temporalment inabilitada.
-BOT_BADWORDS_REACHED_LIMIT
- Ho sento, sols pots tenir %d paraules malsonants en un canal.
-BOT_BADWORDS_ALREADY_EXISTS
- %s ja existeix a la llista de paraules malsonants de %s.
-BOT_BADWORDS_ADDED
- %s afegida a la llista de paraules malsonants de %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- No existeix la instància (#%d) a la llista de paraules malsonants de %s.
-BOT_BADWORDS_NOT_FOUND
- %s no trobada a la llista de paraules malsonants de %s.
-BOT_BADWORDS_NO_MATCH
- No existeixen paraules que concordin a la llista de paraules malsonants de %s.
-BOT_BADWORDS_DELETED
- %s esborrada de la llista de paraules malsonants de %s.
-BOT_BADWORDS_DELETED_ONE
- 1 paraula esborrada de la llista de paraules malsonants de %s.
-BOT_BADWORDS_DELETED_SEVERAL
- %d paraules esborrades de la llista de paraules malsonants de %s.
-BOT_BADWORDS_LIST_EMPTY
- La llista de paraules malsonants de %s esta buida.
-BOT_BADWORDS_LIST_HEADER
- llista de paraules malsonants per a %s:
- Num Paraula Tipo
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- La llista de paraules malsonants esta ara buida.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY canal text
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT canal text
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_EXCEPT
- User matches channel except.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_BAD_NICK
- Bot Nicks may only contain valid nick characters.
-BOT_BAD_HOST
- Bot Hosts may only contain valid host characters.
-BOT_BAD_IDENT
- Bot Idents may only contain valid characters.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Els serveis no han pogut canviar Modes. Estan ben configurats els teus servidors?
-OPER_BOUNCY_MODES_U_LINE
- Els serveis no han pogut canviar Modes. Estan les linees U: dels teus servidors configurades correctament?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL missatge
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Opció STATS %s desconeguda.
-OPER_STATS_CURRENT_USERS
- Actuals usuaris: %d (%d ops)
-OPER_STATS_MAX_USERS
- Màxim numero d'usuaris: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Serveis amunt %d dies, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Serveis amunt %d dies, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Serveis amunt %d hores, %d minuts
-OPER_STATS_UPTIME_HM1S
- Serveis amunt %d hores, %d minuts
-OPER_STATS_UPTIME_H1MS
- Serveis amunt %d hores, %d minut
-OPER_STATS_UPTIME_H1M1S
- Serveis amunt %d hores, %d minut
-OPER_STATS_UPTIME_1HMS
- Serveis amunt %d hora, %d minuts
-OPER_STATS_UPTIME_1HM1S
- Serveis amunt %d hora, %d minuts
-OPER_STATS_UPTIME_1H1MS
- Serveis amunt %d hora, %d minut
-OPER_STATS_UPTIME_1H1M1S
- Serveis amunt %d hora, %d minut
-OPER_STATS_UPTIME_MS
- Serveis amunt %d minuts, %d segons
-OPER_STATS_UPTIME_M1S
- Serveis amunt %d minuts, %d segon
-OPER_STATS_UPTIME_1MS
- Serveis amunt %d minut, %d segons
-OPER_STATS_UPTIME_1M1S
- Serveis amunt %d minut, %d segon
-OPER_STATS_BYTES_READ
- Bytes llegits : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes escrits : %5d kB
-OPER_STATS_USER_MEM
- Usuari : %6d registres, %5d kB
-OPER_STATS_CHANNEL_MEM
- Canal : %6d registres, %5d kB
-OPER_STATS_GROUPS_MEM
- Grups NS : %6d registres, %5d kB
-OPER_STATS_ALIASES_MEM
- Aliases NS : %6d registres, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d registres, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d registres, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d registres, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d registres, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessions : %6d registres, %5d kB
-OPER_STATS_AKILL_COUNT
- Numero actual de AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Temps d'expiració per defecte de AKILL: %d dies
-OPER_STATS_AKILL_EXPIRE_DAY
- Temps d'expiració per defecte de AKILL: 1 dia
-OPER_STATS_AKILL_EXPIRE_HOURS
- Temps d'expiració per defecte de AKILL: %d hores
-OPER_STATS_AKILL_EXPIRE_HOUR
- Temps d'expiració per defecte de AKILL: 1 hora
-OPER_STATS_AKILL_EXPIRE_MINS
- Temps d'expiració per defecte de AKILL: %d minuts
-OPER_STATS_AKILL_EXPIRE_MIN
- Temps d'expiració per defecte de AKILL: 1 minut
-OPER_STATS_AKILL_EXPIRE_NONE
- Temps d'expiració per defecte de AKILL: Sense expiració
-OPER_STATS_SNLINE_COUNT
- Numero actual de SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Temps d'expiració per defecte de SNLINE: %d dies
-OPER_STATS_SNLINE_EXPIRE_DAY
- Temps d'expiració per defecte de SNLINE: 1 dia
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Temps d'expiració per defecte de SNLINE: %d hores
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Temps d'expiració per defecte de SNLINE: 1 hora
-OPER_STATS_SNLINE_EXPIRE_MINS
- Temps d'expiració per defecte de SNLINE: %d minuts
-OPER_STATS_SNLINE_EXPIRE_MIN
- Temps d'expiració per defecte de SNLINE: 1 minut
-OPER_STATS_SNLINE_EXPIRE_NONE
- Temps d'expiració per defecte de SNLINE: Sense expiració
-OPER_STATS_SQLINE_COUNT
- Numero actual de SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Temps d'expiració per defecte de SQLINE: %d dies
-OPER_STATS_SQLINE_EXPIRE_DAY
- Temps d'expiració per defecte de SQLINE: 1 dia
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Temps d'expiració per defecte de SQLINE: %d hores
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Temps d'expiració per defecte de SQLINE: 1 hora
-OPER_STATS_SQLINE_EXPIRE_MINS
- Temps d'expiració per defecte de SQLINE: %d minuts
-OPER_STATS_SQLINE_EXPIRE_MIN
- Temps d'expiració per defecte de SQLINE: 1 minut
-OPER_STATS_SQLINE_EXPIRE_NONE
- Temps d'expiració per defecte de SQLINE: Sense expiració
-OPER_STATS_SZLINE_COUNT
- Numero actual de SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Temps d'expiració per defecte de SZLINE: %d dies
-OPER_STATS_SZLINE_EXPIRE_DAY
- Temps d'expiració per defecte de SZLINE: 1 dia
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Temps d'expiració per defecte de SZLINE: %d hores
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Temps d'expiració per defecte de SZLINE: 1 hora
-OPER_STATS_SZLINE_EXPIRE_MINS
- Temps d'expiració per defecte de SZLINE: %d minuts
-OPER_STATS_SZLINE_EXPIRE_MIN
- Temps d'expiració per defecte de SZLINE: 1 minut
-OPER_STATS_SZLINE_EXPIRE_NONE
- Temps d'expiració per defecte de SZLINE: Sense expiració
-OPER_STATS_RESET
- Estadistiques restablertes.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE canal Modes
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE nick modes
-
-# OLINE responses
-OPER_UMODE_SUCCESS
- Changed usermodes of %s.
-OPER_UMODE_CHANGED
- %s changed your usermodes.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- An O:Line with the flags %s has been added for %s.
-
-# CLEARMODES responses
-OPER_OLINE_IRCOP
- You are now an IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES canal [ALL]
-OPER_CLEARMODES_DONE
- Modes binaris i bans netegats del canal %s.
-OPER_CLEARMODES_ALL_DONE
- Tots els Modes netegats del canal %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK canal usuari raó
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick newnick
-OPER_SVSNICK_NEWNICK
- The nick %s is now being changed to %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} [raó]]
-OPER_AKILL_EXISTS
- %s ja esta present a la llista de AKILLs.
-OPER_AKILL_ALREADY_COVERED
- %s ja esta cobert per %s.
-OPER_AKILL_REACHED_LIMIT
- Ho sento, sols pots tenir %d AKILLs.
-OPER_AKILL_NO_NICK
- Recordatori: Les mascares AKILL no poden contenir nicks; asegura't de no incloure el nick en la teva mascara.
-OPER_AKILL_ADDED
- %s afegit a la llista de AKILLs.
-OPER_AKILL_CHANGED
- Temps d'expiració per a %s canviat.
-OPER_AKILL_NOT_FOUND
- %s no trobat a la llista de AKILLs.
-OPER_AKILL_NO_MATCH
- No existeixen instàncies similars a la llista de AKILLs.
-OPER_AKILL_DELETED
- %s esborrat de la llista de AKILLs.
-OPER_AKILL_DELETED_ONE
- 1 instància esborrada de la llista de AKILLs.
-OPER_AKILL_DELETED_SEVERAL
- %d instàncies esborrades de la llista de AKILLs.
-OPER_AKILL_LIST_EMPTY
- La llista de AKILLS esta buida.
-OPER_AKILL_LIST_HEADER
- Llista actual de AKILLs:
- Num Mascara Raó
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Llista actual de AKILLs:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (per %s en %s; %s)
- %s
-OPER_AKILL_CLEAR
- La llista de AKILLs ha estat netegada.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista}[:raó]]
-OPER_SNLINE_UNSUPPORTED
- Ho sento, SNLINE no esta disponible en aquesta xarxa.
-OPER_SNLINE_EXISTS
- %s ja existeix a la llista de SNLINEs.
-OPER_SNLINE_ALREADY_COVERED
- %s ja esta cobert per %s.
-OPER_SNLINE_REACHED_LIMIT
- Ho sento, sols pots tenir %d SNLINEs.
-OPER_SNLINE_ADDED
- %s afegit a la llista de SNLINEs.
-OPER_SNLINE_CHANGED
- Temps d'expiració per a %s canviat.
-OPER_SNLINE_NOT_FOUND
- %s no trobat a a la llista de SNLINEs.
-OPER_SNLINE_NO_MATCH
- No existeixen instàncies similars a la llista de SNLINEs.
-OPER_SNLINE_DELETED
- %s esborrat de la llista de SNLINEs.
-OPER_SNLINE_DELETED_ONE
- 1 instància esborrada de la llista de SNLINEs.
-OPER_SNLINE_DELETED_SEVERAL
- %d instàncies esborrades de la llista de SNLINEs.
-OPER_SNLINE_LIST_EMPTY
- La llista de SNLINEs esta buida.
-OPER_SNLINE_LIST_HEADER
- Llista actual de SNLINEs:
- Num Mascara Raó
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Llista actual de SNLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (per %s en %s; %s)
- %s
-OPER_SNLINE_CLEAR
- La llista de SNLINEs ha estat netegada.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} [raó]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- SQLINEs de canal no estan soportades pel teu IRCd, així que no les pots utilitzar.
-OPER_SQLINE_EXISTS
- %s ja existeix a la llista de SQLINEs.
-OPER_SQLINE_ALREADY_COVERED
- %s ja esta cobert per %s.
-OPER_SQLINE_REACHED_LIMIT
- Ho sento, sols pots tenir %d SQLINEs.
-OPER_SQLINE_ADDED
- %s afegit a la llista de SQLINEs.
-OPER_SQLINE_CHANGED
- Temps d'expiració per a %s canviat.
-OPER_SQLINE_NOT_FOUND
- %s no trobat a la llista de SQLINEs
-OPER_SQLINE_NO_MATCH
- No existeixen instàncies similars a la llista de SQLINEs.
-OPER_SQLINE_DELETED
- %s esborrat de la llista de SQLINEs.
-OPER_SQLINE_DELETED_ONE
- 1 instància esborrada de la llista de SQLINEs.
-OPER_SQLINE_DELETED_SEVERAL
- %d instàncies esborrades de la llista de SQLINEs.
-OPER_SQLINE_LIST_EMPTY
- La llista de SQLINEs esta buida.
-OPER_SQLINE_LIST_HEADER
- Llista actual de SQLINEs:
- Num Mascara Raó
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Llista actual de SQLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (per %s en %s; %s)
- %s
-OPER_SQLINE_CLEAR
- La llista de SQLINEs ha estat netegada.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiració] {mascara | llista} [raó]]
-OPER_SZLINE_UNSUPPORTED
- Ho sento, la comanda SZLINE no esta disponible en aquesta xarxa.
-OPER_SZLINE_EXISTS
- %s ja existeix a la llista de SZLINEs.
-OPER_SZLINE_ALREADY_COVERED
- %s ja esta cobert per %s.
-OPER_SZLINE_REACHED_LIMIT
- Ho sento, sols pots tenir %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Recordatori: Sols pots afegir mascares IP a la llista de SZLINEs.
-OPER_SZLINE_ADDED
- %s afegit a la llista de SZLINEs.
-OPER_SZLINE_CHANGED
- Temps d'expiració de %s canviat.
-OPER_SZLINE_NOT_FOUND
- %s no trobat a la llista de SZLINEs.
-OPER_SZLINE_NO_MATCH
- No existeixen instàncies similars a la llista de SZLINEs.
-OPER_SZLINE_DELETED
- %s esborrat de la llista de SZLINEs.
-OPER_SZLINE_DELETED_ONE
- 1 instància esborrada de la llista de SZLINEs.
-OPER_SZLINE_DELETED_SEVERAL
- %d instàncies esborrades de la llista de SZLINEs.
-OPER_SZLINE_LIST_EMPTY
- La llista de SZLINEs esta buida.
-OPER_SZLINE_LIST_HEADER
- Llista actual de SZLINEs:
- Num Mascara Raó
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Llista actual de SZLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (per %s a %s; %s)
- %s
-OPER_SZLINE_CLEAR
- La llista de SZLINEs ha estat netegada.
-
-# SET responses
-OPER_SET_SYNTAX
- SET Opció estabilment
-OPER_SET_IGNORE_ON
- Codi ignore sera utilitzat.
-OPER_SET_IGNORE_OFF
- Codi ignore no sera utilitzat.
-OPER_SET_IGNORE_ERROR
- L'establiment per a IGNORE ha de ser ON o OFF.
-OPER_SET_READONLY_ON
- Serveis ara en Mode nomès lectura.
-OPER_SET_READONLY_OFF
- Serveis ara en Mode de lectura-escriptura.
-OPER_SET_READONLY_ERROR
- L'establiment per a READONLY ha de ser ON o OFF.
-OPER_SET_LOGCHAN_ON
- Services is now reporting log messages to %s.
-OPER_SET_LOGCHAN_OFF
- Services is no longer reporting log messages to a channel.
-OPER_SET_LOGCHAN_ERROR
- Setting for LOGCHAN must be ON or OFF and LogChannel must be defined.
-OPER_SET_DEBUG_ON
- Serveis ara en Mode debug.
-OPER_SET_DEBUG_OFF
- Serveis ara en Mode no-debug.
-OPER_SET_DEBUG_LEVEL
- Serveis ara en Mode debug (nivell %d).
-OPER_SET_DEBUG_ERROR
- L'establiment per a DEBUG ha de ser ON, OFF, o un numero positiu.
-OPER_SET_NOEXPIRE_ON
- Serveis ara en Mode no expire.
-OPER_SET_NOEXPIRE_OFF
- Serveis ara en Mode expire.
-OPER_SET_NOEXPIRE_ERROR
- Establiment per a NOEXPIRE ha de ser ON o OFF.
-OPER_SET_UNKNOWN_OPTION
- Opció %s desconeguda.
-OPER_SET_LIST_OPTION_ON
- %s is enable
-OPER_SET_LIST_OPTION_OFF
- %s is disabled
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} servidor
-OPER_NOOP_SET
- Totes les linees O de %s han estat esborrades.
-OPER_NOOP_REVOKE
- Totes les linees O de %s han estat esborrades.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE nom-del-servidor [raó]
-OPER_JUPE_HOST_ERROR
- Please use a valid server name when juping
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Actualitzant les bases de dades.
-
-# RELOAD responses
-OPER_RELOAD
- L'arxiu de configuració de serveis ha estat carregat novament.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN no definit; impossible arrencar un altre cop. Arranca un altre cop el script \2configure\2 i recompila Services per a incloure la comanda RESTART.
-
-# LISTIGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-OPER_IGNORE_VALID_TIME
- You have to enter a valid number as time.
-OPER_IGNORE_TIME_DONE
- %s will now be ignored for %s.
-OPER_IGNORE_PERM_DONE
- %s will now permanently be ignored.
-OPER_IGNORE_DEL_DONE
- %s will no longer be ignored.
-OPER_IGNORE_LIST
- Llista ignore de serveis:
-OPER_IGNORE_LIST_NOMATCH
- %s not found on ignore list.
-OPER_IGNORE_LIST_EMPTY
- La llista ignore esta buida.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- Ignore list has been cleared.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Impossible trobar a l'usuari %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Llista de canal:
- Nom Modes de Usr. Tòpic
-OPER_CHANLIST_HEADER_USER
- Llista del canal %s:
- Nom Modes de Usr. Tòpic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Fi de la llista de canals.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Llista d'usuaris:
- Nick Mascara
-OPER_USERLIST_HEADER_CHAN
- llista d'usuaris de %s:
- Nick Mascara
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Fi de la llista d'usuaris.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- You are now a SuperAdmin
-OPER_SUPER_ADMIN_OFF
- You are no longer a SuperAdmin
-OPER_SUPER_ADMIN_SYNTAX
- Setting for SuperAdmin must be ON or OFF.
-OPER_SUPER_ADMIN_WALL_ON
- %s is now a Super-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s is no longer a Super-Admin
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ONLY
- Only Super-Admins can use this command.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Nick
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- This service is temporarly disabled, please try again later
-OPER_DEFCON_CHANGED
- Services are now at DEFCON %d
-OPER_DEFCON_WALL
- %s Changed the DEFCON level to %d
-DEFCON_GLOBAL
- The Defcon Level is now at Level: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Module %s loaded
-OPER_MODULE_UNLOADED
- Module %s unloaded
-OPER_MODULE_LOAD_FAIL
- Unable to load module %s
-OPER_MODULE_REMOVE_FAIL
- Unable to remove module %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD FileName
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD FileName
-OPER_MODULE_LIST_HEADER
- Current Module list:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules loaded.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Author: %s loaded: %s
-OPER_MODULE_CMD_LIST
- Providing command: %R%s %s
-OPER_MODULE_MSG_LIST
- Providing IRCD handler for: %s
-OPER_MODULE_NO_LIST
- No modules currently loaded
-OPER_MODULE_NO_INFO
- No information about module %s is available
-OPER_MODULE_INFO_SYNTAX
- MODINFO FileName
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- The following commands have been loaded by a module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametres]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+expiració] mascara límit raó
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mascara | llista}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE numero posició
-OPER_EXCEPTION_DISABLED
- Límits de sessions no disponibles.
-OPER_EXCEPTION_ALREADY_PRESENT
- La mascara %s ja esta present a la llista d'excepcions.
-OPER_EXCEPTION_TOO_MANY
- La llista d'excepcions al límit de sessiones esta plena!
-OPER_EXCEPTION_ADDED
- Límit de sessió per a %s establert a %d.
-OPER_EXCEPTION_MOVED
- Excepció per a %s (#%d) moguda a la posició %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- La instància no existeix (#%d) a la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_NOT_FOUND
- %s no trobat a a la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_NO_MATCH
- No existeixen instàncies similars a la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_DELETED
- %s instàncies esborrades de la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_DELETED_ONE
- 1 instància esborrada de la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_DELETED_SEVERAL
- %d instàncies esborrades de la llista d'excepcions al límit de sessions.
-OPER_EXCEPTION_LIST_HEADER
- llista d'excepcions al límit de sessions actual:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Num Límit Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (per %s a %s; %s)
- Límit: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Límit de sessió invàlid. Ha de ser un sencer vàlido més gran o igual a zero i mes petit que %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Mascara invalida. Nomès mascares reals son valides ja que excepcions no son comparades a nicks o usernames.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST límit | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST límit
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- El límit de sessió esta inhabilitat.
-OPER_SESSION_INVALID_THRESHOLD
- Valor de umbral invàlid. Ha de ser un sencer vàlid més gran a 1.
-OPER_SESSION_NOT_FOUND
- %s no trobat a la llista de sessió.
-OPER_SESSION_LIST_HEADER
- Hosts amb un mínim de %d sessions:
-OPER_SESSION_LIST_COLHEAD
- Sessions Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- El host %s actualment te %d sessions amb un límit de %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Sintaxis: EXCEPTION ADD [+expiració] mascara límit raó
- EXCEPTION DEL {mascara | llista}
- EXCEPTION MOVE numero posició
- EXCEPTION LIST [mascara | llista]
- EXCEPTION VIEW [mascara | llista]
-
- Permet als administradors de serveis manipular la llista
- de hosts que tenen un límit de sessió específic - permetent
- a certes màquines, com servidors de shells, mantenir un nombre més alt
- de clients al mateix temps. En quant un host arribi al seu límit
- de sessions, tots els clients intentant conectarse desde aquest
- host seran expulsats. Abans de expulsar usuaris, aquests son
- notificats a traves de un /NOTICE del %S amb ajuda sobre
- el límit de sessió. El contingut d'aquest notice es un establiment
- de configuració.
-
- EXCEPTION ADD afegeix la mascara de host donada a la llista de
- excepcion. Teniu en compte que les mascares nick!usuari@host
- i usuari@host son invalides. Nomès mascares reals com
- irc.aujac.org i *.aujac.org, son permessas ja que el
- límit de sessions no compta nicks o noms d'usuari.
- Límit ha de ser un numero mes gran o igual a zero. Això determina
- quantes sessions el host pot tenir en un cert temps. El valor
- zero significa que el host no te límits de sessió. Veure la ajuda
- sobre AKILL per a més detalls sobre el parametre opcional
- expiració.
- EXCEPTION DEL remou la mascara donada de la llista d'excepcions.
- EXCEPTION MOVE mou l'excepció numero a posició. Les
- excepcions entremig seran mogudes amunt o avall per a omplir l'espai.
-
- EXCEPTION LIST i EXCEPTION VIEW mostra totes les
- excepcions actuals; si la mascara opcional es donada, la llista es
- limitada a les excepcions similars a la mascara. La diferencia
- es que EXCEPTION VIEW es mes verbal, mostrant el nom de la
- persona que va afegir l'excepció, el límit d'excepció, raó,
- mascara de hosts i la data i hora d'expiració.
-
- Pren nota de que un client conectant-se "utilitzara" la primera
- excepció a la que el host s'assembli. Llargues llistes d'excepcions
- i mascares que s'assemblin a moltes mascares possiblement contribueixin
- al mal rendiment dels serveis.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_SESSION
- Sintaxis: SESSION LIST umbral
- SESSION VIEW host
-
- Permet als administradors de serveis veure la llista de sessions.
-
- SESSION LIST llista hosts amb un mínim de umbral sessions.
- L'umbral ha de ser un numero superior a 1. Això es per a prevenir
- llistats accidentals del gran nombre de hosts de sessió.
- SESSION VIEW mostra informació detallada sobre un host
- específic - incloent el compte de sessió i el límit de sessió
- actual.
- El valor host no pot incluir comodins.
-
- Mireu l'ajuda sobre EXCEPTION per a més informació sobre
- límits de sessió i como establir-los per a hosts i grups específics
- d'ara endavant.
-
- Limitat a administradors de serveis.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Displays all Services Staff nicks along with level
- and on-line status.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- The defcon system can be used to implement a pre-defined
- set of restrictions to services useful during an attemtped
- attack on the network.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * No new channel registrations
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * No new nick registrations
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * No MLOCK changes
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Force Chan Modes (%s) to be set on all channels
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Use the reduced session limit of %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill any NEW clients connecting
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignore any non-opers with message
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Silently ignore non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL any new clients connecting
-
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * No new memos sent
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+expiry] channel reason
-
- Puts an AKILL for every nick on the specified channel. It
- uses the entire and complete real ident@host for every nick,
- then enforces the AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Notícies de Logon - %s] %s
-NEWS_OPER_TEXT
- [Notícies de Oper - %s] %s
-NEWS_RANDOM_TEXT
- [Notícies al Atzar - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [text|numero]
-NEWS_LOGON_LIST_HEADER
- Notícies d'entrada:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_LOGON_LIST_NONE
- No hi ha notícies de entrada.
-NEWS_LOGON_ADD_SYNTAX
- Sintaxis: LOGONNEWS ADD texto
-NEWS_LOGON_ADD_FULL
- La llista de notícies esta plena!
-NEWS_LOGON_ADDED
- Noves notícies d'entrada afegida (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Sintaxis: LOGONNEWS DEL {numero | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Notícia d'entrada #%d no trobada!
-NEWS_LOGON_DELETED
- Notícia d'entrada #%d esborrada.
-NEWS_LOGON_DEL_NONE
- No hi ha notícies d'entrada per a esborrar!
-NEWS_LOGON_DELETED_ALL
- Totes les notícies d'entrada esborrades.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [texto|numero]
-NEWS_OPER_LIST_HEADER
- notícies de oper:
-NEWS_OPER_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_OPER_LIST_NONE
- No hay notícies de oper.
-NEWS_OPER_ADD_SYNTAX
- Sintaxis: OPERNEWS ADD texto
-NEWS_OPER_ADD_FULL
- La llista de notícies esta plena!
-NEWS_OPER_ADDED
- Nueva noticia de oper anadida (#%d).
-NEWS_OPER_DEL_SYNTAX
- Sintaxis: OPERNEWS DEL {numero | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Noticia de oper #%d no trobada!
-NEWS_OPER_DELETED
- Noticia de oper #%d esborrada.
-NEWS_OPER_DEL_NONE
- No hi ha notícies de oper per esborrar!
-NEWS_OPER_DELETED_ALL
- Totes les notícies de oper esborrades.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [text|numero]
-NEWS_RANDOM_LIST_HEADER
- Notícies al Azar:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s per %s)
- %s
-NEWS_RANDOM_LIST_NONE
- No hi ha notícies al azar.
-NEWS_RANDOM_ADD_SYNTAX
- Sintaxis: RANDOMNEWS ADD text
-NEWS_RANDOM_ADD_FULL
- La llista de notícies esta plena!
-NEWS_RANDOM_ADDED
- Nova noticia a l'atzar afegida (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Sintaxis: RANDOMNEWS DEL {numero | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Noticia a l'atzar #%d no trobada!
-NEWS_RANDOM_DELETED
- Notícia a l'atzar #%d esborrada.
-NEWS_RANDOM_DEL_NONE
- No hi ha notícies a l'atzar per esborrar!
-NEWS_RANDOM_DELETED_ALL
- Totes les notícies al azar esborrades.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Sintaxis: RANDOMNEWS ADD text
- RANDOMNEWS DEL {numero | ALL}
- RANDOMNEWS LIST
-
- Edita o mostra la llista de missatges de noticia a l'atzar.
- Quant un usuari es connecta a la xarxa, un (i nomès un) dels
- missatges a l'atzar sera escollit i enviat a ells.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-NICK_HELP_CMD_REGISTER
- REGISTER Registra un nickname
-NICK_HELP_CMD_GROUP
- GROUP Ingresa en un grup
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Per identificar-te amb la teva clau
-NICK_HELP_CMD_ACCESS
- ACCESS Modifica la llista d'adreçes autoritzades
-NICK_HELP_CMD_SET
- SET Estableix proteccions, inclouent kills
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Cancela el registre d'un nickname
-NICK_HELP_CMD_RECOVER
- RECOVER Kickeja un usuari que estigui utilitzant el teu nickname
-NICK_HELP_CMD_RELEASE
- RELEASE Repren possesió del teu nick després de RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Vas oblidar la teva clau? Intenta això
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Recupera la clau per un nickname
- (sols si encriptació esta deshabilitada)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID Impossibilita que un nickname sigui utilitzat
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S Et permet "registrar" un nickname i
- prevenir a d'altres utilitzar-lo. Les següents comandes
- permeten el registre i manteniment de nicknames;
- per a utilitzar-los, escriu %R%S comanda.
- per més informació sobre una comanda especifica
- escriu %R%S HELP comanda.
-
-NICK_HELP_FOOTER
- NOTESE: Aquest servei intenta proveir una eina
- pels usuaris d'IRC d'assegurar-se que la seva identitat no esta
- compromessa, NO per facilitar el "robatori" de nicknames
- o un altre acció maliciosa. L'abus de %S resultara, com a
- mínim, en la perdua del nickname esmentat.
-
-NICK_HELP_EXPIRES
- Nicknames en desus estan subjectes a l'expiració
- automatica, en altres paraules, seran esborrats després
- de %d dies.
-
-NICK_HELP_REGISTER
- Sintaxis: REGISTER clau [email]
-
- Registra el teu nickname a la base de dades de %S. Un
- cop registrat, pots utilitzar les comandes SET i ACCESS
- per configurar els parametres del teu nick al teu gust.
- Assegura't de recordar la clau que vas fer servir per
- registrar-te - la necessitaras per fer canvis en el teu nick
- (Tingues en compte que les majuscules importen! AUJAC,
- Aujac, i aujac són totes claus diferents!)
-
- Guies per escollir claus:
-
- Las claus no han de ser fàcils d'endevinar. Per exemple,
- utilitzar el teu nom real com clau es una mala idea. Utilitzar
- el teu nickname com a clau es una idea pitjor :( i,
- de fet, %S no ho permetria. A mes, claus curtes
- son vulnerables a ser encertades, aixi que hauries d'escollir una
- clau de com a mínim 5 caràcters.
- Per últim, el caràcter d'espai no pot ser utilitzat.
-
- El parametre email es opcional i establira l'email pel
- teu nick inmediatament. Com sigui, pot ser que sigui demanat
- en certes xarxes.
- La teva privacitat es respectada; aquest e-mail no sera donat a
- terceres persones.
-
- Aquesta comanda crea un nou grup pel teu nickname
- que et permetra registrar altres nicks després compartint
- la mateixa configuració, memos i privilegis. Per més
- informació sobre aquesta característica, escriu %R%S
- HELP GROUP.
-
-NICK_HELP_GROUP
- Sintaxis: GROUP grupo clau
-
- Aquesta comanda fa que el teu nickname s'adhereixi al grup de nicknames
- grup. clau es la de teu nickname.
-
- L'unió a un grup et permetra compartir configuracions,
- memos, i privilegis en canals amb tots els nicknames en un
- grup, i molt més!
-
- Un grup existeix sempre i quant sigui servible. Això
- significa que si un nick del grup es eliminat, no perdràs
- les caracteristiques compartides descrites anteriorment, sempre i
- quant al menys un nick quedi al grup.
-
- Pots utilitzar aquesta comanda encara que no estigui registrar el teu
- nick. Si el teu nick ja esta registrat hauras d'identificar-te
- abans d'utilitzar aquesta comanda. Escriu %R%S HELP
- IDENTIFY per més informació. Potser que no sigui possible
- a la teva xarxa.
-
- Es recomenable utilitzar aquesta comanda amb un nick no registrat ja
- que sera registrat automaticament quant l'utilitzis.
- Pots utilitzar-la amb un nick ja registrat (per canviar de grup)
- sols si els administradors de la teva xarxa ho permeten.
-
- Pots estar en un sol grup a la vegada. L'unió de
- grups no es possible.
-
- Tingues en compte: tots els nicks en un grup comparteixen la
- mateixa clau.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Sintaxis: IDENTIFY [account] clau
-
- Informa a %S que tu ets realment el propietari del teu nick.
- Moltes comandes requereixen que t'identifiquis amb aquesta
- comanda abans d'utilitzar-les. La clau hauria de ser la mateixa
- que va ser enviada amb la comanda REGISTER.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Updates your current status, i.e. it checks for new memos,
- sets needed chanmodes (ModeonID) and updates your vhost and
- your userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Sintaxis: LOGOUT
-
- Aquesta comanda inverteix l'efecte de IDENTIFY, o sigui,
- et fa ja no reconeixible com a propietari del teu nick.
- Tingues en compte que no et sera obligatori identificar-te
- un altre cop.
-
-NICK_HELP_DROP
- Sintaxis: DROP [nickname]
-
- Elimina el teu nickname de la base de dades de %S. Un nick
- que ha estat eliminat esta lliure per que qualsevol persona
- el registri.
-
- Pots eliminar un nick en el teu grupo indicant-lo com a
- parametre nick.
-
- Abans d'utilitzar aquesta comanda has d'identificar-te amb la teva
- clau (%R%S HELP IDENTIFY per més informació).
-
-NICK_HELP_ACCESS
- Sintaxis: ACCESS ADD mascara
- ACCESS DEL mascara
- ACCESS LIST
-
- Modifica o mostra la llista d'accés pel teu nick. Aquesta
- és la llista d'adreces que seran automaticament
- reconegudes per %S com autoritzades a utilitzar el nick. Si
- vols utilitzar el nick des d'una adreça diferent,
- has d'enviar una comanda IDENTIFY per fer que %S et
- reconegui.
-
- Exemples:
-
- ACCESS ADD anyone@*.aujac.org
- Permet accés a l'usuari anyone des de
- qualsevol maquina en el domini aujac.org.
-
- ACCESS DEL anyone@*.aujac.org
- Anul.la la comanda anterior.
-
- ACCESS LIST
- Mostra la llista d'accés actual.
-
-NICK_HELP_SET_HEAD
- Sintaxis: SET Opció parametres
-
- Estableix varies opcions per a nicknames. Opció pot ser
- una de:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Estableix el display del teu grup amb serveis
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Estableix la clau del teu nickname
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Estableix el llenguatge amb el que els serveis
- t'enviaran missatges
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associa un E-mail amb el teu nickname
-NICK_HELP_CMD_SET_GREET
- GREET Associa un salutació amb el teu nickname
-NICK_HELP_CMD_SET_KILL
- KILL Activa o desactiva la protecció
-NICK_HELP_CMD_SET_SECURE
- SECURE Activa o desactiva la seguretat de nickname
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Preveu el teu nickname d'apareixer en un
- %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Oculta algunes parts de la teva informació
-NICK_HELP_CMD_SET_MSG
- MSG canvia el metode de comunicació amb els
- serveis
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Per utilitzar aquest comanda, has d'identificar-te primer
- utilitzant la teva clau (%R%S HELP IDENTIFY
- per mes informació).
-
- Escriu %R%S HELP SET opció per mes
- informació sobre una opció especifica.
-
-NICK_HELP_SET_DISPLAY
- Sintaxis: SET DISPLAY nou-display
-
- canvia el display utilitzat per referir-te al teu grup de
- nicks en serveis. El nou display HA DE SER un nick
- del teu grup.
-
-NICK_HELP_SET_PASSWORD
- Sintaxis: SET PASSWORD nueva-clau
-
- Canvia la clau utilitzada per identificar-te com el
- propietari del nick.
-
-NICK_HELP_SET_LANGUAGE
- Sintaxis: SET LANGUAGE numero
-
- Canvia el llenguatge que serveis utilitza per enviar-te missatges
- (per exemple, al respondre a una comanda que enviis).
- numero ha de ser escollit de la llista de llenguatges
- soportats:
-
-
-NICK_HELP_SET_EMAIL
- Sintaxis: SET EMAIL direccion
-
- Associa el E-mail donat amb el teu nickname. L'e-mail
- sera mostrat quant algu demani informació
- sobre el teu nick amb la comanda INFO.
-
-NICK_HELP_SET_GREET
- Sintaxis: SET GREET missatge
-
- Fa que el missatge introduit sigui la salutació pel teu nickname,
- el que sera mostrat quant entris a un canal amb la
- opció GREET habilitada, sempre i quant tinguis
- l'accés necessari.
-
-NICK_HELP_SET_KILL
- Sintaxis: SET KILL {ON | QUICK | IMMED | OFF}
-
- Canvia la protecció automàtica del teu nick a on o off.
- Amb protecció on, si un altre usuari intenta utilitzar el teu nick,
- tindra un minut per canviar de nick, desprès del qual
- %S canviara el seu nick automaticament.
-
- Si estableixes QUICK, l'usuari tibdrà nomès 20 segons
- per canviar el nick en comptes dels 60 habituals. Si selecciones
- IMMED, el nick del usuari sera canviat automaticament
- sense ser avisat ni donar-li oportunitat de canviar-lo abans;
- per favor no utilitzis aquesta opció excepte que ho consideris
- necessari. A mes, els administradors de la xarxa poden haber
- deshabilitat aquesta opció.
-
-NICK_HELP_SET_SECURE
- Sintaxis: SET SECURE {ON | OFF}
-
- Canvia les caracteristiques de seguretat de %S pel teu nick a on
- u off. Amb SECURE establert, has d'especificar la teva clau
- per ser reconegut com propietari del nick, a pesar de que la teva adreça
- estigui a la llista d'accéss. D'altra banda, si estas a la llista
- d'accés, %S no te auto-kickejara no important l'establiment de l'opció
- KILL.
-
-NICK_HELP_SET_PRIVATE
- Sintaxis: SET PRIVATE {ON | OFF}
-
- Fa que %S activi o desactivi l'opció de privacitat del teu
- nick. Amb PRIVATE establert,el teu nickname no apareixera en les
- llistes de nicknames generades amb la comanda LIST de %S.
- (D'altra banda, qualsevol persona que sapigue el teu nick podra comprobar
- la teva informació utilitzant la comanda INFO.)
-
-NICK_HELP_SET_HIDE
- Sintaxis: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Permet prevenir que certa informació sobre el teu nick sigui donada
- quant es sol.licitada mitjançant la comanda %S INFO.
- Pots ocultar la teva adreça e-mail (EMAIL), l'ultima
- mascara usuari@host (USERMASK), i el teu últim missatge
- quit (QUIT).
- El segon parametre especifica si la informació ha de ser
- ocultada (OFF) o mostrada (ON).
-
-NICK_HELP_SET_MSG
- Sintaxis: SET MSG {ON | OFF}
-
- Et permet escollir la forma en la que els serveis es
- comunicaran amb tu. Amb MSG establert, els serveis
- utilitzaran msgs, de l'altra forma utilitzaran notícies.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Sintaxis: GHOST nickname [clau]
-
- Termina una sessió IRC "fantasma" utilitzant el teu nick. Una
- sessió fantasma és una connexió falsa, de tal manera que els
- servidors IRC creuen esta en linea per una raó o altre.
- Tipicament, això succeix si el teu ordinador es bloqueja o la
- teva connexió a internet es talla mentres estas
- a IRC.
-
- Per utilitzar la comanda GHOST per un nick, la teva
- adreça actual mostrada a /WHOIS ha d'estar a la llista
- d'accés d'aquest nick, has d'estar identificat i en el
- grup d'aquest nick, o has de proveir la clau correcta
- per aquest nickname.
-
-NICK_HELP_INFO
- Sintaxis: INFO nickname
-
- Mostra informació relativa al nick que s'especifiqui,
- tal com el propietari del nick, l'ultima adreça utilitzada
- i temps, i opcions del nick.
-
-NICK_HELP_LIST
- Sintaxis: LIST patró
-
- Llista tots els nicknames que concordin amb el patró
- donat, en el format nick!usuari@host. Nicks amb
- l'opció PRIVATE establerta no seran mostrats.
-
- Exemples:
-
- LIST *!cistus@aujac.org
- Llista tots els nicks registrats per cistus@aujac.org.
-
- LIST *Bot*!*@*
- Llista tots els nicks registrats amb Bot en els seus
- noms (sensible a majuscules i miniscules).
-
- LIST *!*@*.aujac.org
- Llista tots els nicks registrats per usuaris amb el
- domini aujac.org.
-
-NICK_HELP_ALIST
- Syntax: ALIST [level]
-
- Lists all channels you have access on. Optionally, you can specify
- a level in XOP or ACCESS format. The resulting list will only
- include channels where you have the given level of access.
-
- Examples:
- ALIST Founder
- Lists all channels where you have Founder
- access.
-
- ALIST AOP
- Lists all channels where you have AOP access
- or greater.
-
- ALIST 10
- Lists all channels where you have level 10
- access or greater.
-
- Channels that have the NOEXPIRE option set will be prefixed by
- an exclamation mark.
-
-NICK_HELP_GLIST
- Sintaxis: GLIST
-
- Llista tots els nicks en el teu grup.
-
-NICK_HELP_STATUS
- Sintaxis: STATUS nickname...
-
- Retorna informació sobre si l'usuari que utilitza el nick especificat
- ha estat reconegut com el propietari del nickname.
- La resposta te el següent format:
-
- nickname codi-del-status account
-
- where nickname is the nickname sent with the command,
- codi-del-status is one of the following, and account
- is the account they are logged in as.
-
- 0 - Usuari no esta en linea o el nick no esta registrat.
- 1 - Usuari no reconegut com el propietari del nick.
- 2 - Usuari reconegut sols mitjançant la llista d'accés.
- 3 - Usuari reconegut mitjançant autentificació per clau.
-
- Fins 16 nicknames poden ser enviats amb cada comanda. El
- reste seran ignorats. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Sintaxis: SENDPASS nickname
-
- Envia la clau del nickname donat a l'adreça
- e-mail establerta en el registre del nickname. Aquesta comanda
- es sumament útil per recuperar claus perdudes.
-
- Pot ser limitat a operadors d'IRC en certes
- xarxes.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Administradors de serveis poden també eliminar qualsevol
- nickname sense tenir que identificar-se pel nick i poden
- veure la llista d'accés per qualsevol nickname
- (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Sintaxis: LOGOUT [nickname [REVALIDATE]]
-
- Sense un parametre, desfà l'efecte de la comanda IDENTIFY,
- és a dir, fa que no siguis reconegut com l'autentic propietari del nick
- Tingues en compte, que no seras necessari tornar-te a identificar.
-
- Amb un parametre, fa lo mateix pel nick donat. Si
- a més a més especifiques REVALIDATE, els serveis requeriran
- a l'esmentat nick a reidentificar-se. Aquest ús esta limitat a
- administradors de serveis.
-
-NICK_SERVADMIN_HELP_DROP
- Sintaxis: DROP [nickname]
-
- Sense un parametre, elimina el teu nickname de la base de dades de
- %S.
-
- Amb un parametre, elimina el nick esmentat de la base de
- dades. Pots eliminar qualsevol nick del teu grup sense
- privilegis especials. Eliminar qualsevol nick esta
- limitat a administradors de serveis.
-
-NICK_SERVADMIN_HELP_LIST
- Sintaxis: LIST patró [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Llista tots els nicknames registrats que concordin amb el
- patró donat, en el format nick!usuari@host. Nicks amb
- L'opció PRIVATE tan sols sera mostrada a administradors
- de serveis. Nicks amb l'opció NOEXPIRE establerta tindran
- un ! avantposat al nickname per a administradors de
- serveis.
-
- If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only
- nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the
- NOEXPIRE flag set will be displayed. If multiple options are
- given, all nicks matching at least one option will be displayed.
- These options are limited to Services Operators.
-
- Exemples:
-
- LIST *!cistus@aujac.org
- Llista tots els nicks registrats per cistus@aujac.org.
-
- LIST *Bot*!*@*
- Llista tots els nicks registrats amb Bot en
- els seus noms. (no sensible a majuscules i minuscules).
-
- LIST * NOEXPIRE
- Llista tots els nicks registrats que hagin estat establerts
- a no caducitat.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [nickname] [level]
-
- With no parameters, lists channels you have access on. With
- one parameter, lists channels that nickname has access
- on. With two parameters lists channels that nickname has
- level access or greater on.
-
- This use limited to Services Operators.
-
-NICK_SERVADMIN_HELP_GLIST
- Sintaxis: GLIST [nickname]
-
- Sense un parametre, llista tots els nicknames en el teu
- grup.
-
- Amb un parametre, llista tots els nicknames que hi ha
- en el grup del nick esmentat.
- El seu ús esta limitat a administradors de serveis.
-
-NICK_SERVADMIN_HELP_GETPASS
- Sintaxis: GETPASS nickname
-
- Retorna la clau pel nickname donat. Tingues en compte
- que quant aquesta comanda es utilitzada, un missatge inclouent
- la persona que va executar la comanda i el nickname en el qual
- va ser utilitzat sera establert i enviat com WALLOPS/GLOBOPS.
-
- Limitat a administradors de serveis.
-
- Aquesta comanda no esta disponible si encriptació esta habilitada.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Returns the matching nicks that used given email. Note that
- you can not use wildcards for either user or emailhost. Whenever
- this command is used, a message including the person who issued
- the command and the email it was used on will be logged.
-
-NICK_SERVADMIN_HELP_FORBID
- Sintaxis: FORBID nickname [raó]
-
- Impedeix que un nickname sigui registrat o utilitzat per algú.
- Pot ser cancel.lat eliminat el nick.
-
- En algunes xarxes, la raó es necessaria.
-
- Limitat a administradors de serveis.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason / UNSUSPEND nickname
-
- SUSPENDs / UNSUSPENDs a nickname from being identified to
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Retorna la clau de fundador per a un canal
- (sols si l'encriptació esta deshabilitada)
-CHAN_HELP_CMD_FORBID
- FORBID Evita que un canal es faci servir
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Prevent a channel from being used preserving
- channel data and settings
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Releases a suspended channel
-CHAN_HELP_CMD_STATUS
- STATUS Returns the current access level of a user
- on a channel
-CHAN_HELP_CMD_REGISTER
- REGISTER Registra un canal
-CHAN_HELP_CMD_SET
- SET Establir opcions i informació d'un canal
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modifica la llista d'usuaris AOP
-CHAN_HELP_CMD_SOP
- SOP Modifica la llista d'usuaris SOP
-CHAN_HELP_CMD_ACCESS
- ACCESS Modifica la llista d'usuaris privilegiats
-CHAN_HELP_CMD_LEVELS
- LEVELS Redefine el significat de nivells d'accés
-CHAN_HELP_CMD_AKICK
- AKICK Manté la llista d'AutoKick
-CHAN_HELP_CMD_DROP
- DROP Cancel.la l'enregistrament d'un canal
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- %S et permet registrar i controlar varis
- aspectes dels canals. Sovint, %S pot prevenir
- a usuaris maliciosos "pendre" canals limitant
- qui esta permés a tenir privilegis d'operador.
- Les comandes disponibles estan llistades a continuació;
- Per a utilitzar-los, escriu %R%S comanda.
- Per més informació sobre una comanda especifica,
- escriu %R%S HELP comanda.
-
-
-CHAN_HELP_EXPIRES
-
- Tingues en compte que qualsevol canal que no sigui utilitzat durant
- %d dies (al qual cap usuari a la llista d'accés
- del canal entri en aquest periode de temps) sera
- automaticament eliminat.
-
-CHAN_HELP_REGISTER
- Sintaxis: REGISTER canal descripció
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Sintaxis: DROP canal
-
- Desenregistra el canal especificat. Nomès pot ser utilitzat pel
- fundador del canal.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Sintaxis: SET canal opció parametres
-
- Li permet al fundador del canal establir varies opcions
- del canal i altres informacions.
-
- Opcions disponibles:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Estableix el fundador d'un canal
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Estableix el successor d'un canal
-CHAN_HELP_CMD_SET_DESC
- DESC Estableix la descripció del canal
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Estableix un missatge a enviar als
- usuaris quant entrin al canal
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Estableix com els serveis posen bans
- en el canal
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Fixa els Modes de canal on o off
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Rete el topic quant el canal no
- esta en uso
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Envia una noticia quant les comandes
- OP/DEOP son utilitzats
-CHAN_HELP_CMD_SET_PEACE
- PEACE Regula l'ús de comandes critiques
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Oculta el canal de la comanda LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Restringeix l'accés al canal
-CHAN_HELP_CMD_SET_SECURE
- SECURE Activa les opcions de seguretat de %S
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Estricte control de l'estatus de chanop
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Estricto control de l'estatus de fundador
- del canal
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Firma kicks fets amb la comanda KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK El topic sols pot ser canviat amb
- TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Canvia el sistema de privilegis d'usuari
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Escriu %R%S HELP opció per més informació
- sobre una opció en particular.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Sintaxis: %s canal FOUNDER nick
-
- Canvia el fundador d'un canal. El nou nickname ha de
- ser un d'enregistrat.
-
-CHAN_HELP_SET_SUCCESSOR
- Sintaxis: %s canal SUCCESSOR nick
-
- Canvia el successor d'un canal. Si el nickname fundador
- caduca o es eliminat mentres el canal esta encara registrat,
- el successor es convertira en el nou fundador del canal.
- Però, si el successor ja te molts canals
- registrats (%d), el canal sera eliminat, tal i com
- si no hi haguès un successor. El nou nickname ha de ser un
- d'enregistrat.
-
-CHAN_HELP_SET_DESC
- Sintaxis: %s canal DESC descripció
-
- Estableix la descripció pel canal, la que es mostrada
- amb les comandes LIST i INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Sintaxis: %s canal ENTRYMSG [missatge]
-
- Especifica el missatge que sera enviat via /notice als
- usuaris quant ingressin al canal. Si cap parametre
- es especificat, cap missatge sera enviat al entrar al canal.
-
-CHAN_HELP_SET_BANTYPE
- Sintaxis: %s canal BANTYPE tipus_de_ban
-
- Especifica el tipus de ban que sera utilitzat pels
- serveis quant necessitin banear algu
- del teu canal.
-
- Tipus de ban es un numero entre 0 i 3 que significa:
-
- 0: ban de la forma *!usuari@host
- 1: ban de la forma *!*usuari@host
- 2: ban de la forma *!*@host
- 3: ban de la forma *!*usuari@*.domini
-
-CHAN_HELP_SET_KEEPTOPIC
- Sintaxis: %s canal KEEPTOPIC {ON | OFF}
-
- Habilita o deshabilita l'opció de retenció de topic
- per un canal. Quant la retenció de topic esta
- establerta, el topic pel canal sera recordat
- %S fins i tot després de que l'últim usuari
- sorti del canal, i sigui restaurat la pròxima vegada que
- el canal sigui creat.
-
-CHAN_HELP_SET_TOPICLOCK
- Sintàxi: %s canal TOPICLOCK {ON | OFF}
-
- Habilita o deshabilita L'opció de fixació de topic
- per a un canal. Quan la fixació de topic està
- establerta, %S no permetrà que el topico del canal
- sigui canviat excepte amb la comanda TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Sintàxi: %s canal MLOCK Modes
-
- Estableix el paràmetre de fixació de Modes pel canal.
- %S et permet definir certs Modes de canal per a estar
- sempre encesos o apagats o lliures d' estar un dels
- anteriors.
-
- El paràmetre Modes és construit de la mateixa forma
- que La comanda /MODE; això significa, Modes seguits
- per un + estan fixats encesos, i Modes seguits per
- un - estan fixats apagats. tenir en compte que, a
- difèrencia de La comanda MODE, cada us de SET MLOCK
- esborrarà tots els Modes fixats prèviament abans de
- establir els nous!
-
- AdVeuretència: Si estableixes una clau amb fixació de Mode, com
- en el segon exemple de més endevant, hauràs també d'establir la
- Opció RESTRICTED pel canal (veure HELP SET RESTRICTED),
- o qui sigui que entri al canal quan aquest és buit podrà veure la
- clau!
-
- Exemples:
-
- SET #canal MLOCK +nt-iklps
- Força els Modes n i t encesos, i els Modes i, k,
- l, p i s apagats. El Mode m és deixat lliure per a
- estar encès o apagat.
-
- SET #canal MLOCK +knst-ilmp mi-key
- Força els Modes k, n, s, i t encesos, i els Modes
- i, l, m, i p apagats. També força la clau del canal
- a ser "mi-clau".
-
- SET #canal MLOCK +
- Esborra la fixació de Modes; tots els Modes del canal
- són lliures d'estar encesos o apagats.
-
-CHAN_HELP_SET_PEACE
- Sintàxi: %s canal PEACE {ON | OFF}
-
- Habilita o deshabilita l'opció de pau per a un
- canal. Quan pau està establerta, un usuari no
- podra expulsar, banejar o esborrar un estatus de canal
- d'un usuari amb nivelll igual o superior a ell via
- comandes de %S.
-
-CHAN_HELP_SET_PRIVATE
- Sintàxi: %s canal PRIVATE {ON | OFF}
-
- Habilita o deshabilita l'opció de privacitat per a un canal.
- Quan privacitat està establerta, un %R%S LIST no
- inclourà el canal en cap llista.
-
-CHAN_HELP_SET_RESTRICTED
- Sintàxi: %s canal RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Sintàxi: %s canal SECURE {ON | OFF}
-
- Habilita o deshabilita les característiques de seguretat
- de %S per a un canal. Quan SECURE està
- establert, només usuaris que haguin registrat els seus nicknames
- amb %s i haguin utilitzat IDENTIFY amb la seva clau els serà
- atorgat accés al canal controlat per la llista de
- accés.
-
-CHAN_HELP_SET_SECUREOPS
- Sintàxi: %s canal SECUREOPS {ON | OFF}
-
- Habilita o deshabilita l'opció seguretat de ops per a un
- canal. Quan seguretat de ops està establerta, usuaris
- que no estaven a la llista d'usuaris no els serà permès
- obtenir l' estatus d'operador de canal.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Sintàxi: %s canal SECUREFOUNDER {ON | OFF}
-
- Habilita o deshabilita l'opció seguretat de fundador per a
- un canal. Quan seguretat de fundador està establerta, només
- el fundador real podrà eliminar el canal, canviar la seva clau,
- el seu fundador i el seu sucesor, i no aquells que estiguin identificats
- amb %S.
-
-CHAN_HELP_SET_SIGNKICK
- Sintàxi: %s canal SIGNKICK {ON | LEVEL | OFF}
-
- Habilita o deshabilita els kicks firmats per a un
- canal. Quan SIGNKICK està establert, kicks
- fets amb la comanda %S KICK tindran el
- nick que ha fet servir la comanda en la raó.
-
- Si uses LEVEL, aquells que tenen nivelll superior o
- igual al nivelll SIGNKICK en el canal no tindran els seus kicks
- firmats. Veure %R%S HELP LEVELS per a més informació.
-
-CHAN_HELP_SET_XOP
- Sintàxi: %s canal XOP {ON | OFF}
-
- Habilita o deshabilita el sistema de llistes xOP per a un canal.
- Quan XOP està establert, has de fer servir les comandes AOP/SOP/VOP
- per a donar privilegis de canal a usuaris. D'altra manera
- has de fer servir la comanda ACCESS.
-
- Nota Tècnica: Quan canvies de llista d'accés a sistema
- de llistes xOP, al teva definició de nivellls d'usuari serà
- canviada, així que no tindras els mateixos valors si tornes a
- canviar a llista de accés!
-
- També hauries de comprovar si els teus usuaris estan a la llista xOP
- corresponent després del canvi, ja que la deducció no és
- sempre perfecta... de fet, no es recomana el fer servir llistes
- xOP si vas canviar la definició de nivellls amb la comanda
- LEVELS.
-
- Canviar de llistes xOP al sistema de llistes d'accés no causa cap
- problema.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Sintàxi: %s canal OPNOTICE {ON | OFF}
-
- Habilita o deshabilita l'opció de op-notice per a un canal.
- Quan op-notice està establert, %S enviarà una noticia
- a l'usuari del canal quan les comandes OP o DEOP siguin
- utilitzades per a un usuari en el canal.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists AOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Sintàxi: AOP canal ADD nick
- AOP canal DEL {nick | instancia | llista}
- AOP canal LIST [mascara | llista]
- AOP canal CLEAR
-
- Manté la llista OP (AutoOP) per a un canal. La llista
- AOP li dóna a l'usuari el dret de ser automàticament
- opejat en el teu canal, desbanejat o convidar-se a ell mateix en cas de
- ser necesàri, mostrar el missatge de salutació al entrar, etc.
-
- La comanda AOP ADD agrega al nickname donat a la llista
- AOP.
-
- La comanda AOP DEL esborra el nickname donat de la
- llista AOP. Si una llista de instàncies és donada, aquestes
- instàncies són esborrades. (Veure l'exemple per a LIST més
- endevant.)
-
- La comanda AOP LIST mostra la llista AOP. Si una
- mascara amb comodí és donada, només les instàncies
- que concordin amb la mascara són mostrades. Si una llista de
- instàncies és donada, sols aquestes instàncies són mostrades;
- per exemple:
-
- AOP #canal LIST 2-5,7-9
- Mostra instàncies de AOP enumerades 2 a 5 i
- 7 a 9.
-
- La comanda AOP CLEAR neteja totes les instàncies de la
- llista AOP.
-
- Les comandes AOP ADD i AOP DEL està limitats a
- SOPs o superior, mentre que la comanda AOP CLEAR
- sols pot ser utilitzada per el fundador del canal. Tot i així,
- qualsevol usuari a la llista AOP pot usar la comanda
- AOP LIST.
-
- Aquesta comanda pot haVeure sigut deshabilitada per al teu canal.
- Si aquest és el cas, has de fer servir la llista d'accés. Veure
- %R%S HELP ACCESS per a informació sobre la llista
- de accés i %R%S HELP SET XOP per a saber com canviar
- entre la llista de accés i el sistema de llistes xOP.
-
-CHAN_HELP_HOP
- Sintàxi: HOP canal ADD nick
- HOP canal DEL {nick | instancia | llista}
- HOP canal LIST [mascara | llista]
- HOP canal CLEAR
-
- Manté la llista HOP (HalfOP) per a un canal. La llista
- HOP li dóna a l'usuari el dret de ser automàticament
- halfopejat en el teu canal.
-
- La comanda HOP ADD agrega al nickname donat a la llista
- HOP.
-
- La comanda HOP DEL esborra el nickname donat de la
- llista HOP. Si una llista d'instàncies és donada, aquestes
- instàncies són esborrades. (Veure l'exemple per a LIST més
- endevant.)
-
- La comanda HOP LIST mostra la llista HOP. Si una
- mascara amb comodí és donada, només les instàncies
- que concordin amb la mascara són mostrades. Si una llista de
- instàncies és donada, només aquestes instàncies són mostrades;
- per exemple:
-
- HOP #canal LIST 2-5,7-9
- Mostra instàncies de HOP enumerades 2 a 5 y
- 7 a 9.
-
- La comanda HOP CLEAR neteja totes les instàncies de la
- llista HOP.
-
- Les comandes HOP ADD i HOP DEL estan limitades a
- AOPs o superior, mentre que la comanda HOP CLEAR
- sols pot ser utilitzada per el fundador del canal.
-
- Aquesta comanda pot haber estat deshabilitada per al teu canal.
- Si aquest és el cas, has de fer servir la llista d'accés. Veure
- %R%S HELP ACCESS per a informació sobre la llista
- d'accés i %R%S HELP SET XOP per a saber com canviar
- entre la llista d'accés i el sistema de llistes xOP.
-
-CHAN_HELP_SOP
- Sintàxi: SOP canal ADD nick
- SOP canal DEL {nick | instancia | llista}
- SOP canal LIST [mascara | llista]
- SOP canal CLEAR
-
- Manté la llista SOP (SuperOP) per a un canal. La llista
- SOP li dóna a l'usuari els drets donats per la llista AOP,
- i agrega aquells necesaris per a utilitzar les llistes de
- AutoKick i BadWords, enviar i llegir memos de canal, etc.
-
- La comanda SOP ADD afegeix el nickname donat a la llista
- SOP.
-
- La comanda SOP DEL esborra el nickname donat de la
- llista SOP. Si una llista d'instàncies és dada, aquestes
- instàncies són esborrades. (Veure l'exemple per a LIST més
- endevant.)
-
- La comanda SOP LIST mostra la llista SOP. Si una
- mascara amb comodí és donada, només les instàncies
- coincidents amb la mascara són mostrades. Si una llista de
- instàncies és donada, sols aquestes instàncies són mostrades;
- per exemple:
-
- SOP #canal LIST 2-5,7-9
- Mostra instàncies de SOP enumerades 2 a 5 i
- 7 a 9.
-
- La comanda SOP CLEAR neteja totes les instàncies de la
- llista SOP.
-
- Les comandes SOP ADD, SOP DEL i SOP CLEAR estan
- limitades al fundador del canal. Qualsecol usuari de la
- llista AOP pot fer servir la comanda SOP LIST.
-
- Aquesta comanda pot haber sigut deshabilitada per al teu canal.
- Si aquest és el cas, has de fer servir la llista d'accés. Veure
- %R%S HELP ACCESS per a informació sobre la llista
- d'accés i %R%S HELP SET XOP per a saber com canviar
- entre la llista d'accés i el sistema de llistes xOP.
-
-CHAN_HELP_VOP
- Sintàxi: VOP canal ADD nick
- VOP canal DEL {nick | instancia | llista}
- VOP canal LIST [mascara | llista]
- VOP canal CLEAR
-
- Manté la llista VOP (VOicePeople) per a un canal.
- La llista VOP li dona a l'usuari el dret de ser
- automàticament donat veu o donar-se veu a si mateix.
-
- La comanda VOP ADD agrega el nickname donat a la llista
- VOP.
-
- La comanda VOP DEL esborra el nickname donat de la
- llista VOP. Si una llista de instàncies és donada, aquestes
- instàncies són esborrades. (Veure l'exemple per a LIST més
- endevant.)
-
- La comanda VOP LIST mostra la llista VOP. Si una
- mascara amb comodí és donada, sols les instàncies
- concordant amb la mascara són mostrades. Si una llista de
- instàncies és donada, sols aquetes instàncies són mostrades;
- per exemple:
-
- VOP #canal LIST 2-5,7-9
- mostra instàncies de VOP enumerades 2 a 5 i
- 7 a 9.
-
- La comanda VOP CLEAR neteja totes les instàncies de la
- llista VOP.
-
- Les comandes VOP ADD, VOP DEL i VOP LIST estan
- limitades a AOPs o superior, mentre que la comanda
- VOP CLEAR sols pot ser utilitzada per el fundador del
- canal.
-
- Aquesta comanda pot haber sigut deshabilitada per al teu canal.
- Si aquest és el cas, has de fer servir la llista de accés. Veure
- %R%S HELP ACCESS per a informació sobre la llista
- d'accés i %R%S HELP SET XOP per a saber como canviar
- entre la llista d'accés i el sistema de llistes xOP.
-
-CHAN_HELP_ACCESS
- Sintàxi: ACCESS canal ADD nick nivell
- ACCESS canal DEL {nick | indices | llista}
- ACCESS canal LIST [mascara | llista]
- ACCESS canal VIEW [mascara | llista]
- ACCESS canal CLEAR
-
- Manté la llista d'accés per a un canal. La llista
- de accés específica quins usuaris estan permesos a tenir
- l'estatus d'operador de canal o accés a comandes de
- %S en el canal. Diferents nivellls d'usuaris permeten
- accés a diferents subnivelles de privilegis;
- %R%S HELP ACCESS LEVELS per a informació més
- específica. Qualsevol nick no present a la llista de
- accés té un nivelll 0.
-
- La comanda ACCESS ADD afegeix el nickname donat a la llista
- d'accés amb el nivelll d'usuari donat; si el nick ja està
- present a la llista, el nivelll d'accés és canviat al
- especificat en la comanda. El nivelll especificat
- ha de ser menys que el de l'usuari que fa la comanda, i si
- el nick ja està a la llista d'accés, l'accés actual
- del nick ha de ser menor que l'accés de l'usuari que fa la
- comanda.
-
- La comanda ACCESS DEL esborra el nick donat de la llista
- d'accés. Si una llista d'instàncies és donada, aquestes instàncies
- són esborrades. (Veure l'exemple per a LIST més endevant.)
-
- La comanda ACCESS LIST mostra la llista d'accés. Si
- una mascara amb comodí és donada, sols aquestes instàncies
- concordant amb la mascara són mostrades. Si una llista de
- instàncies és donada, sols aquestes instàncies són mostrades; per
- exemple:
-
- ACCESS #canal LIST 2-5,7-9
- llista instàncies d'accés numerades 2 fins 5 i
- 7 fins a 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- La comanda ACCESS CLEAR neteja totes les instàncies
- de la llista d'accés.
-
-CHAN_HELP_ACCESS_LEVELS
- nivellls d'accés per a usuaris
-
- Per defecte, els següents nivellls d'accés estan definits:
-
- Fundador accés complet a les funcions de %S;
- Op automàtico al entrar al canal. Notis
- que sols una persona pot tenir estatus
- de fundador (no pot ser donat fent servir la
- comanda ACCESS).
-  10 accés a la comanda AKICK; Op automàtico.
-  5 Op automàtico.
-  3 Voice automàtico.
-  0 Cap privilegi especial; pot ser opejat
- per altres ops (a menys que seguretat de
- ops estigui establerta).
-  <0 No pot ser opejat.
-
- Aquests nivellls poden ser canviats, o afegir-ne de nous,
- fent servir la comanda LEVELS; escriu %R%S HELP LEVELS
- per a més informació.
-
-CHAN_HELP_AKICK
- Sintàxi: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK canal ENFORCE
- AKICK canal CLEAR
-
- Manté la llista d'AutoKicks per a un canal. Si
- un usuari de la llista de Autokicks intenta entrar
- al canal, %S banejarà l'usuari del canal, després el
- kickejarà.
-
- La comanda AKICK ADD afegeix el nick o mascara de
- usuari donat a la llista de Autokicks. Si una raó
- es donada amb la comanda, aquesta raó serà utilitzada quan
- l'usuari sigui kickejat; si no, la raó per defecte és
- "Has sigut banejat del canal".
- When akicking a registered nick the nickserv account
- will be added to the akick list instead of the mask.
- All users within that nickgroup will then be akicked.
-
- La comanda AKICK STICK baneja permanent la mascara
- donada en el canal. Si algú intenta treure el ban,
- %S l'establirà automàticament. No pot ser
- usada per a nicks registrats.
-
- La comanda AKICK UNSTICK cancela l'efecto de la
- comanda AKICK STICK, així que serà possible esborrar
- el ban del canal.
-
- La comanda AKICK DEL esborra el nick o mascara donats
- de la llista de AutoKicks. Tot i així, no esborra cap ban
- posat per un AutoKick; aquells han de ser esborrats
- manualment.
-
- La comanda AKICK LIST mostra la llista de AutoKicks,
- o opcionalment sols les instàncies de AutoKick
- que concordin amb la mascara especificada.
-
- La comanda AKICK VIEW és una versió més detallada
- de la comanda AKICK LIST.
-
- La comanda AKICK ENFORCE fa a %S a forçar la
- llista AKICK actual esborrant als usuaris que
- concordin amb la mascara AKICK.
-
- La comanda AKICK CLEAR neteja totes les instàncies
- de la llista de akicks.
-
-CHAN_HELP_LEVELS
- Sintàxi: LEVELS canal SET tipo [nivell|FOUNDER]
- LEVELS canal {DIS | DISABLE} tipo
- LEVELS canal LIST
- LEVELS canal RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Els següents nombres de característiques/funcions són
- entesos. Cal tenir en compte que els nivellls per a AUTODEOP
- i NOJOIN són nivellls màxims, mentre tots els altres
- són nivellls mínims.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Sintàxi: INFO canal
-
- llista informació sobre el canal registrat donat,
- incloent el seu fundador, temps de registració, últim
- cop utilitzat, descripció i fixació de Modes, si existeixen.
- Si ALL és especificat, el misatge d'entrada i
- sucsesor també seran mostrats.
-
-CHAN_HELP_LIST
- Sintàxi: LIST patró
-
- llista tots els canals registrats concordant amb el patró
- donat (canals amb l'opció PRIVATE establerta no són
- llistats.)
-
-CHAN_HELP_OP
- Sintàxi: OP #canal [nick]
-
- Opeja al nick seleccionat en un canal. Si un nick no és
- donat, t'opejarà a tu.
-
- Per defecte, limitat a AOPs o aquells amb nivelll d'
- accés 5 i major en el canal.
-
-CHAN_HELP_DEOP
- Sintàxi: DEOP #canal [nick]
-
- Desopeja al nick seleccionado en un canal. Si el nick no és
- donat, et desopejarà a tu.
-
- Per defecte, limitat a AOPs o aquells amb nivelll d'
- accés 5 i major en el canal.
-
-CHAN_HELP_VOICE
- Sintàxi: VOICE #canal [nick]
-
- Dóna voice al nick seleccionat en un canal. Si el nick no
- és donat, et donarà voice a ti.
-
- Per defecte, limitat AOPs o aquells amb nivelll d'
- accés 5 i major en el canal, o a VOPs o aquells
- amb nivelll 3 i major per a donar-se voice a si mateixos.
-
-CHAN_HELP_DEVOICE
- Sintàxi: DEVOICE #canal [nick]
-
- Treu voice al nick seleccionat en un canal. Si el nick no
- és donat, et treurà voice a tu.
-
- Per defecte, limitat a AOPs o aquells amb nivelll d'
- accés 5 i major en el canal, o a VOPs o aquells amb
- nivelll 3 i major per a donar-se voice a si mateixos.
-
-CHAN_HELP_HALFOP
- Sintàxi: HALFOP #canal [nick]
-
- Dóna Halfop al nick seleccionat en un canal. Si el nick no
- és donat, et donarà halfop a tu.
-
- Per defecte, limitat a AOPs i aquells amb nivelll d'
- accés 5 i major en el canal, o a HOPs o aquells amb nivelll
- 4 i major per a donar-se halfop a si mateixos.
-
-CHAN_HELP_DEHALFOP
- Sintàxi: DEHALFOP #canal [nick]
-
- Treu Halfop al nick seleccionat en un canal. Si el nick no
- és donat, et treurà halfop a tu.
-
- Per defecte, limitat a AOPs i aquells amb nivelll d'
- accés 5 i major en el canal, o a HOPs o aquells amb
- nivelll 4 i major per a treure's halfop a si mateixos.
-
-CHAN_HELP_PROTECT
- Sintàxi: PROTECT #canal [nick]
-
- Protejeix al nick seleccionat en un canal. Si el nick no és
- donat, et protegirà a tu.
-
- Per defecte, limitat al fundador, o a SOPs o aquells
- amb nivell 10 i major en el canal per a protejerse a si
- mismos.
-
-CHAN_HELP_DEPROTECT
- Sintàxi: DEPROTECT #canal [nick]
-
- Desprotejeix al nick seleccionat en un canal. Si el nick no
- és donat, et desprotegirà a tu.
-
- Per defecte, limitat al fundador, o a SOPs o aquells
- amb nivelll 10 i major en el canal per a desprotegir-se a
- si mateixos.
-
-CHAN_HELP_OWNER
- Sintàxi: OWNER #canal
-
- Et dóna l'estatus de propietari del canal.
-
- Limitad a aquells amb nivelll de fundador en el canal.
-
-CHAN_HELP_DEOWNER
- Sintàxi: DEOWNER #canal
-
- Esborra l'estatus de propietari del canal.
-
- Limitat a aquells amb nivelll de fundador en el canal.
-
-CHAN_HELP_INVITE
- Sintàxi: INVITE canal
-
- Li diu a %S que et convidi al canal donat.
-
- Per defecte, limitat a AOPs o aquells amb nivell 5
- i major en el canal.
-
-CHAN_HELP_UNBAN
- Sintàxi: UNBAN canal [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Per defecte, limitat a AOPs o aquells amb nivell 5
- i major en el canal.
-
-CHAN_HELP_KICK
- Sintàxi: KICK #canal nick [raó]
-
- Kickeja al nick seleccionat en el canal.
-
- Per defecte, limitat a AOPs o aquells amb nivell d'
- accés 5 i major en el canal.
-
-CHAN_HELP_BAN
- Sintàxi: BAN #canal nick [raó]
-
- Baneja un nick seleccionat en un canal.
-
- Per defecte, limitat a AOPs o aquells amb nivell d'
- accés 5 i major en el canal.
-
-CHAN_HELP_TOPIC
- Sintàxi: TOPIC canal [topico]
-
- Fa a %S establir el topic del canal al especificat.
- Si el topic no és donat, un topic buit és establert.
- Aquesta comanda és més util utilitzada en conjunt a SET
- TOPICLOCK. Veure %R%S HELP SET TOPICLOCK
- per a més informació.
-
- Per defecte, limitat a aquells amb nivell de fundador
- en el canal.
-
-CHAN_HELP_CLEAR
- Sintàxi: CLEAR canal que
-
- Li diu a %S que netegi certs paràmetres en el canal.
- que pot ser un dels següents:
-
- MODES Reestableix totss los Modes en el canal (o sigui,
- neteja els Modes i,k,l,m,n,p,s,t).
- BANS neteja tots els bans en el canal.
- EXCEPTS neteja tots els excepts en el canal.
- INVITES Clears all invites on the channel.
- OPS Esborra estatus d'operador de canal (Mode +o)
- de tots els operadors de canal. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Removes channel-halfoperator status (mode +h) from
- all channel halfoperators, if supported.
- VOICES Esborra l'estatus "voice" (Mode +v) de qui
- tingui aquest Mode establert.
- USERS Explusa (kickea) tots els usuaris del canal.
-
- Per defecte, el nivell d'accés en el canal ha de ser de
- fundador.
-
-CHAN_HELP_GETKEY
- Sintàxi: GETKEY canal
-
- Retorna la clau del canal donat.
-
-CHAN_SERVADMIN_HELP
-
- Les següents comandes estan disponibles per a administradors
- de serveis:
-
- STATUS Retorna el nivell d'accés actual d'un
- usuari en un canal
- CLIST llista tots els canals en els que l'usuari
- sigui fundador
-
- Administradors de serveis també poden eliminar un canal
- sense haver d'identificar-se per mitjà d'una clau, i poden
- Veure l'accés, AKICK, i paràmetres de les llistes de nivells per a
- qualsevol canal.
-
-CHAN_SERVADMIN_HELP_DROP
- Sintàxi: DROP canal
-
- Desregistra el canal donat. Només
- administradors de serveis poden eliminar un
- canal per el qual no s'haguin identificado.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Sintàxi: SET canal NOEXPIRE {ON | OFF}
-
- Estableix si el canal expirarà. Establint-lo
- a ON evita que el canal expiri.
-
- limitat a administradors de serveis.
-
-CHAN_SERVADMIN_HELP_LIST
- Sintàxi: LIST patró [FORBIDDEN] [NOEXPIRE]
-
- llista tots els canals registrats concordant amb el patró donat.
- canals amb l'opció PRIVATE establreta sols seran mostrats
- a administradors de serveis. canals amb l'opció NOEXPIRE
- tindran un ! davant del nom del canal per a
- administradors de serveis.
-
- Si les opcions FORBIDDEN o NOEXPIRE son donades, sols canals
- que, respectivament, tenen FORBID o NOEXPIRE establert seran
- mostrats. Si ambdues opcions són donades, ambdós tipus de canals
- seran mostrats. Aquestes opcions estan limitadas a
- administradors de serveis.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Sintàxi: GETPASS canal
-
- Retorna la clau pel canal donat. tenir en compte
- que quan aquesta comanda es fa servir, un missatge incloent la
- persona que va executar la comanda i el canal en el que es va fer servir
- seran seguits i enviats com a WALLOPS/GLOBOPS.
-
- limitat a administradors de serveis.
-
-CHAN_SERVADMIN_HELP_FORBID
- Sintàxi: FORBID canal [raó]
-
- Prohibeix a qualsevol de registrar o usar el canal
- donat. pot ser cancelat eliminant el canal.
-
- Raó pot ser requerida en certas xarxes.
-
- limitat a administradors de serveis.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND channel [reason]
-
- Disallows anyone from registering or using the given
- channel. May be cancelled by using the UNSUSPEND
- command to preserve all previous channel data/settings.
-
- Reason may be required on certain networks.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND channel
-
- Releases a suspended channel. All data and settings
- are preserved from before the suspension.
-
-CHAN_SERVADMIN_HELP_STATUS
- Sintàxi: STATUS canal nickname
-
- Retorna el nivell d'accés actual del nick donat
- en el canal donat. La resposta és de la forma:
-
- STATUS canal nickname nivell-de-accés
-
- Si un error es dóna, la resposta serà de la forma:
-
- STATUS ERROR missatge-de-error
-
- limitat a administradors de serveis.
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Envia un memo a un nick o canal
-MEMO_HELP_CMD_CANCEL
- CANCEL Cancela l'últim memo enviat
-MEMO_HELP_CMD_LIST
- LIST llista els teus memos
-MEMO_HELP_CMD_READ
- READ Llegeix un o més memos
-MEMO_HELP_CMD_DEL
- DEL Esborra un o més memos
-MEMO_HELP_CMD_SET
- SET Estableix opcions relacionades a memos
-MEMO_HELP_CMD_INFO
- INFO Displays information about your memos
-MEMO_HELP_CMD_RSEND
- RSEND Sends a memo and requests a read receipt
-MEMO_HELP_CMD_CHECK
- CHECK Checks if last memo to a nick was read
-MEMO_HELP_CMD_SENDALL
- SENDALL Send a memo to all registered users
-MEMO_HELP_CMD_STAFF
- STAFF Send a memo to all opers/admins
-
-MEMO_HELP_HEADER
- %S és una utilitat que permet a usuaris de IRC
- enviar missatges curts a altres usuaris de IRC, estiguin
- en linea o no, o a canals(*). Ambdós el nickname que
- envia i el nickname o canal destinataris han d'estar
- registrats per a enviar un memo.
-
- Les comandes de %S incloen:
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- escriu %R%S HELP comando per a més ajuda en
- qualsevol de les comandes llistades anteriorment.
-
- (*) Per defecte, qualsevol usuari amb al menys nivell
- d'accés 10 en un canal pot lleguir els memos del
- canal. Això pot ser canviat amb la comanda
- LEVELS de %s.
-
-MEMO_HELP_SEND
- Sintàxi: SEND {nick | canal} text-del-memo
-
- Envia un memo al nick o canal donat, que conté
- text-del-memo. A l'enviar a un nickname, aquest
- rebrà noticia de que ell/ella té un nou memo. El nick
- o canal receptors han d'estar registrats.
-
-MEMO_HELP_CANCEL
- Sintàxi: CANCEL {nick | canal}
-
- Cancela l'ultim memo enviat al nick o canal donat,
- sempre i quan no hagi sigut llegit al moment en el que
- vas fer servir la comanda.
-
-MEMO_HELP_LIST
- Sintàxi: LIST [canal] [llista | NEW]
-
- llista els memos que tens actualment. Amb NEW, llista
- només els memos nous (no llegits). Memos nous estan
- marcats amb un "*" a l'esquerra del nobre del memo.
- També pots especificar una llista de nombres, com en el
- exemple més endevant:
-
- LIST 2-5,7-9
- llista memos enumerats 2 a 5 i 7 a 9.
-
-MEMO_HELP_READ
- Sintàxi: READ [canal] {nombre | llista | LAST | NEW}
-
- T'envia el text dels memos especificats. Si LAST és
- donat, t'envia l'ultim memo rebut. si NEW és donat, t'
- envia tots els teus memos nous. D'altra forma, t'envia el
- memo nombre nombre. També pots donar una llista de
- nombres, com en el exemple:
-
- READ 2-5,7-9
- mostra els memos enumerats 2 a 5 i 7 a 9.
-
-MEMO_HELP_DEL
- Sintàxi: DEL [canal] {nombre | llista | LAST | ALL}
-
- Esorra el o els memos especificats. pots donar multiples
- nombres o rangs de nombres en lloc d'un solo, com en el
- exemple.
-
- If LAST is given, the last memo will be deleted.
- Si ALL és donat, esborra tots els teus memos.
-
- exemples:
-
- DEL 1
- Esorra el teu primer memo.
-
- DEL 2-5,7-9
- Esborra els memos enumerats 2 a 5 i 7 a 9.
-
-MEMO_HELP_SET
- Sintàxi: SET Opció paràmetros
-
- Estableix varies opcions de memos. Opció pot ser una de:
-
- NOTIFY Canvia quan seràs notificat sobre de
- nous memos (sols per a nicknames)
- LIMIT Estableix el màxim nombre de memos que
- pots rebre
-
- escriu %R%S HELP SET Opció per a més informació
- sobre una opció específica.
-
-MEMO_HELP_SET_NOTIFY
- Sintàxi: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Canvia quan se't notificarà de nous memos:
-
- ON Notificació de memos quan et conectis,
- quan treguis /AWAY, i quan
- s'enviin
- LOGON Sols seras notificat de memos quan et conectis
- o quan treguis /AWAY.
- NEW Sols seras notificat de memos quan se't
- enviin.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF No rebràs cap notificació per memos.
-
- ON és escencialment LOGON i NEW combinats.
-
-MEMO_HELP_SET_LIMIT
- Sintàxi: SET LIMIT [canal] límit
-
- Estableix el màxim nombre de memos que tu (o el canal donat)
- pots tenir. Si queda a 0, ningú podrà
- enviar-te memos. A més, no pots establir el límit més
- alt que %d.
-
-MEMO_HELP_INFO
- Sintàxi: INFO [canal]
-
- mostra informació del nombre de memos que tens,
- quants d'ells encar no han sigut llegits, i quants memos
- pots rebre. Amb un paràmetre, mostra la mateixa
- informació pel canal donat.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Sintàxi: SET LIMIT [usuari | canal] {límit | NONE} [HARD]
-
- Estableix el màxim nombre de memos un usuari o canal està
- permès. Establir el límit a 0 evita a l'usuari
- de rebre memos; posar-lo a NONE permet a l'usuari
- de rebre i guardar els memos que vulgui. Si no dones un
- nickname o canal, el teu propi límit està establert.
-
- Afegir HARD evita al usuari de canviar el límit. No
- afegir HARD té l'efect contrari, permetent a l'
- usuari canviar el límit (encara que un límit previ hagui sigut establert
- amb HARD).
-
- L'us de la comanda SET LIMIT està limitat a
- administradors de serveis. altres usuaris poden
- només establir límits per a ells mateixos o per a un canal en
- el que tinguin certos privilegos, no podenn esborrar el seu
- límit, no poden establir el límit més enllà de %d, i no
- poden establir un límit hard.
-
-MEMO_SERVADMIN_HELP_INFO
- Sintàxi: INFO [nick | canal]
-
- Sense un paràmetro, mostra informació del nombre
- de memos que tens, quants d' ells encara no s'han
- llegit, i el nombre total de memos que pots rebre.
-
- amb un canal de paràmetre, mostra la mateixa informació
- pel canal donat.
-
- amb un nickname de paràmetr, mostra la misma
- informació pel nickname donat. Aquest us està
- limitat a administradors de serveis.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Syntax: STAFF memo-text
-
- Sends all services staff a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL memo-text
-
- Sends all registered users a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Syntax: RSEND {nick | channel} memo-text
-
- Sends the named nick or channel a memo containing
- memo-text. When sending to a nickname, the recipient will
- receive a notice that he/she has a new memo. The target
- nickname/channel must be registered.
- Once the memo is read by its recepient, an automatic notification
- memo will be sent to the sender informing him/her that the memo
- has been read.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Syntax: CHECK nick
-
- Checks whether the _last_ memo you sent to nick has been read
- or not. Note that this does only work with nicks, not with chans.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-OPER_HELP_CMD_GLOBAL
- GLOBAL Envia un missatge a totss els usuaris
-OPER_HELP_CMD_STATS
- STATS mostra estatus dels serveis i la xarxa
-OPER_HELP_CMD_STAFF
- STAFF Display Services staff and online status
-OPER_HELP_CMD_MODE
- MODE Canvia els Modes d'un canal
-OPER_HELP_CMD_KICK
- KICK Kickeja un usuari d'un canal
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES neteja els Modes d'un canal
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Mata tots els usuaris en un host
-OPER_HELP_CMD_AKILL
- AKILL Manipula la llista AKILL
-OPER_HELP_CMD_SNLINE
- SNLINE Manipula la llista SNLINE
-OPER_HELP_CMD_SQLINE
- SQLINE Manipula la llista SQLINE
-OPER_HELP_CMD_SZLINE
- SZLINE Manipula la llista SZLINE
-OPER_HELP_CMD_CHANLIST
- CHANLIST Llista tots els records de canal
-OPER_HELP_CMD_USERLIST
- USERLIST Llista tots els records d'usuaris
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Defineix missatges per a ser mostrats a usuaris
- al conectarse
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Defineix missatges per a ser mostrats a usuaris
- al conectarse
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Defineix missatges per a ser mostrats a usuaris
- al transformar-se en operadors
-OPER_HELP_CMD_SESSION
- SESSION Mostra la llista de sessions de host
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modifica la llista de límit de sessió
-OPER_HELP_CMD_NOOP
- NOOP Temporalment elimina totes les linees O:
- d'un servidor remotamente
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" (Mart,Saturn....) un servidor
-OPER_HELP_CMD_IGNORE
- IGNORE Modify the Services ignore list
-OPER_HELP_CMD_SET
- SET Estableix varies opcions globals dels serveis
-OPER_HELP_CMD_RELOAD
- RELOAD Recarrega la configuració dels serveis
-OPER_HELP_CMD_UPDATE
- UPDATE Força a la base de dades dels serveis a
- ser actualitzada a disc inmediatament
-OPER_HELP_CMD_RESTART
- RESTART Guarda la base de dades dels serveis i
- reinicia els serveis
-OPER_HELP_CMD_QUIT
- QUIT Termina el programa de serveis sense guardar
- els canvis
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Termina el programa de serveis guardant els
- canvios
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Give Operflags to a certain user
-OPER_HELP_CMD_UMODE
- UMODE Change a user's modes
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Load a module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Un-Load a module
-OPER_HELP_CMD_MODINFO
- MODINFO Info about a loaded module
-OPER_HELP_CMD_MODLIST
- MODLIST List loaded modules
-
-OPER_HELP
- %S commands:
-
-OPER_HELP_LOGGED
- Noticia: Totes les comandes enviades a %S son monitorejades!
-
-OPER_HELP_GLOBAL
- Sintàxi: GLOBAL missatge
-
- Permet als Administrators a enviar missatges als usuaris de
- la xarxa. El missatge sera enviat desde el nick %s.
-
-OPER_HELP_STATS
- Sintàxi: STATS [AKILL | ALL | RESET]
-
- Sense una opció, mostra el nom actual d'usuaris i
- IRCops en linea (excluient els serveis), el màxim
- nombre d'usuaris desde que els serveis s'han iniciat, i
- el temps que els serveis han estat funcionant.
-
- Amb L'opció AKILL, mostra la mida actual de la
- llista AKILL i l'actual temps d'expiració per defecte.
-
- L'opció ALL esta sols disponible per administradors de
- serveis, i mostra informació en el us de memòria dels
- serveis. Utilitzar aquesta opció pot congelar els
- serveis per un curt periode de temps en xarxes grans,
- aixi que no es recomana utilitzar sovint.
-
- L'opció RESET estableix el nombre màxim d'usuaris
- al nombre d'usuaris actualment presents en la xarxa.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Sintàxi: MODE canal Modes
-
- Permet als operadors de serveis establir modes de canal
- per a qualsevol canal. Els parametres son els mateixos que per la
- comando estandart /MODE.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_UMODE
- Syntax: UMODE user modes
-
- Allows Services Operators to set user modes for any user.
- Parameters are the same as for the standard /MODE
- command.
-
-OPER_HELP_OLINE
- Syntax: OLINE user flags
-
- Allows Services Operators to give Operflags to any user.
- Flags have to be prefixed with a "+" or a "-". To
- remove all flags simply type a "-" instead of any flags.
-
-OPER_HELP_CLEARMODES
- Sintàxi: CLEARMODES canal [ALL]
-
- Neteja tots els modes binarios (i,k,l,m,n,p,s,t) i
- bans del canal. Si s'especifica ALL, tambe neteja
- tots els ops i voices (modes +o i +v) del canal.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_KICK
- Sintàxi: KICK canal usuari raó
-
- Permet als IRCops kickejar un usuari de qualsevol
- canal. Els parametres son els mateixos que per la comanda
- /KICK. El missatge de kick tindra el nickname del IRCop
- que envia la comanda KICK; per exemple:
-
- *** SpamMan ha estat kickejat del canal #aujac per %S (cistus (Flood))
-
- Limitat a operadors de serveis.
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick newnick
-
- Forcefully changes a user's nickname from nick to newnick.
-
-OPER_HELP_AKILL
- Sintàxi: AKILL ADD [+expiració] mascara raó
- AKILL DEL {mascara | nom | llista}
- AKILL LIST [mascara | llista]
- AKILL VIEW [mascara | llista]
- AKILL CLEAR
-
- Permet als operadors de serveis manipular la llista de
- AKILLS. Si un usuari coincideix amb una mascara en la
- llista de AKILLS i s'esta intentant connectar, els serveis enviaran
- un KILL a aquest usuari i, en tipus de servidors soportats,
- notificara a tots els servidors que afegeixin un ban (linea K)
- per la mascara de l'usuari.
-
- AKILL ADD afegeix la mascara usuari@host especificada a la llista
- de AKILLS per la raó especificada (que HA DE SER especificada).
- expiració es especificada com un sencer seguit de
- d (dies), h (hores), o m (minuts). Combinacions (com
- 1h30m) no estan permesses. Si un especificador d'unitats no
- es inclòs, per defecte seran dies (o sigui +30 nomès
- significa 30 dies). Per afegir un AKILL que no caduqui, utilitza +0.
- Si la mascara a afegir comença amb un +, s'ha d'especificar
- un temps d'expiració. El temps d'expiració per defecte actual de AKILLS
- pot ser consultat amb la comanda STATS AKILL.
-
- La comanda AKILL DEL esborra la mascara especificada de la llista
- d'AKILLS si esta present. Si s'especifica una llista de noms,
- aquestes instàncies son esborrades. (Veure l'exemple per LIST
- especificat més endavant.)
-
- La comanda AKILL LIST mostra la llista d'AKILLS.
- Si s'especifica una mascara, nomès les instàncies coincidents
- amb la mascara són mostrades. Si s'especifica una llista de noms,
- nomès aquestes instàncies son mostrades; per exemple:
-
- AKILL LIST 2-5,7-9
- Llista les instàncies de AKILL enumerades de 2 a 5 i de 7
- a 9.
-
- AKILL VIEW es una versió més verbal d'AKILL LIST, i
- mostrara qui va afegir un AKILL, la data en que va ser afegit,
- i quan caducara, així com tambe la mascara usuari@host
- i la raó.
-
- AKILL CLEAR neteja totes les instàncies de la llista d'AKILLS.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_SNLINE
- Sintàxi: SNLINE ADD [+expiració] mascara:raó
- SNLINE DEL {mascara | nom | llista}
- SNLINE LIST [mascara | llista]
- SNLINE VIEW [mascara | llista]
- SNLINE CLEAR
-
- Permet als operadors de serveis manipular la llista
- de SNLINES. Si un usuari amb un nom real concordant
- amb una mascara SNLINE s'intenta connectar, els serveis
- l'impediran aconseguir una sessió d'IRC.
-
- SNLINE ADD afegeix la mascara de nom real especificada a la
- llista de SNLINES per la raó especificada (obligatori).
- expiració es especificada com un sencer
- seguit de d (dies), h (hores), o m
- (minuts). Combinacions (com 1h30m) no estan
- permesses. Si l'especificació de la unitat no es
- especificada, per defecte són dies (és a dir +30 nomès
- significa 30 dies). Per afegir una SNLINE que no caduqui,
- utilitza +0. Si la mascara de nom real especificada comença amb
- +, el temp d'expiració ha de ser especificat, encara que sigui
- el mateix que el per defecte. El temps actual d'expiració
- per defecte per SNLINES pot ser consultat amb la comanda
- STATS AKILL.
- Nota: Ja que la mascara de nom real pot contenir
- espais, el separador entre aquest i la raó es un signe de
- dos punts.
-
- La comanda SNLINE DEL esborra la mascara especificada de la
- llista de SNLINES si esta present. Si s'especifica una llista de
- instàncies, aquestes instàncies son esborrades. (Veure
- l'exemple per LIST especificat més endavant.)
-
- La comanda SNLINE LIST mostra la llista de SNLINES. Si
- s'especifica una mascara, nomès les instàncies concordant amb
- la mascara són mostrades. Si s'especifica una llista de instàncies,
- nomès aquestes instàncies son mostrades; per exemple:
-
- SNLINE LIST 2-5,7-9
- Llista instàncies de SNLINES enumerades de 2 a 5 i de 7
- a 9.
-
- SNLINE VIEW es una versió més verbal que SNLINE LIST,
- i mostrara qui va fegir la SNLINE, la data en la que va
- ser afegida, i quan caducara, a més de la mascara de nom real
- i la raó.
-
- SNLINE CLEAR neteja totes les instàncies de la llista de
- SNLINES.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_SQLINE
- Sintàxi: SQLINE ADD [+expiració] mascara raó
- SQLINE DEL {mascara | nom | llista}
- SQLINE LIST [mascara | llista]
- SQLINE VIEW [mascara | llista]
- SQLINE CLEAR
-
- Permet als operadors de serveis manipular la llista
- de SQLINES. Si un usuari amb un nick concordant amb una
- mascara SQLINE s'intenta connectar, els serveis li
- impediran aconseguir una sessió d'IRC.
-
- Si el primer caràcter de la mascara es #, els serveis
- evitaran l'ús dels canals coincidents (a IRCds
- que ho soportin).
-
- SQLINE ADD afegeix la mascara de nom real especificada a la
- llista de SQLINES per la raó especificada (que s'ha d'especficar).
- expiració es especificada como un sencer
- seguit de d (dies), h (hores), o m
- (minuts). Combinacions (com 1h30m) no estan
- permesses. Si l'especificació de la unitat no es
- especificada, per defecte són dies (és a dir +30 nomès
- significa 30 dies). Per afegir una SQLINE que no caduqui,
- utilitzar +0. Si la mascara de nom real especificada comença amb
- +, el temps d'expiració ha de ser especificat, encara que sigui
- el mateix que el per defecte. El temps actual d'expiració
- per defecte per SQLINES pot ser consultat amb la comanda
- STATS AKILL.
-
- La comanda SQLINE DEL esborra la mascara especificada de la
- llista de SQLINES si esta present. Si s'especifica una llista de
- instàncies, aquestes instàncies son esborrades. (Veure
- l'exemple per LIST especificat més endavant.)
-
- La comanda SQLINE LIST mostra la llista de SQLINES. Si
- s'especifica una mascara, nomès les instàncies coincidents amb
- la mascara son mostrades. Si s'especifica una llista de instàncies,
- sols esas instàncies son mostrades; per exemple:
-
- SQLINE LIST 2-5,7-9
- llista instàncies de SQLINES enumerades de 2 a 5 i de 7
- a 9.
-
- SQLINE VIEW es una versió més verbal que SQLINE LIST,
- i mostrara qui va afegir la SQLINE, la data en la que va
- ser afegida, i quan caducara, a més de la mascara de nom real
- i la raó.
-
- SQLINE CLEAR neteja totes les instàncies de la llista de
- SQLINES.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_SZLINE
- Sintàxi: SZLINE ADD [+expiració] mascara raó
- SZLINE DEL {mascara | nom | llista}
- SZLINE LIST [mascara | llista]
- SZLINE VIEW [mascara | llista]
- SZLINE CLEAR
-
- Permet als operadors de serveis manipular la
- llista de SZLINES. Si un usuari amb una IP concordant
- amb una mascara de la llista de SZLINES intenta connectar-se,
- els serveis le impediran obtenir una sessió d'IRC
- (és a dir, si la IP te un PTR RR o no).
-
- SZLINE ADD afegeix la mascara IP especificada a la llista de
- SZLINES per la raó especificada (que s'ha d'especificar).
- expiració es especificada com un sencer seguit
- de d (dias), h (hores), o m (minuts).
- Combinacions (com 1h30m) no estan permesses. Si
- una especificació d'unitat no es especificada, per
- defecte es dies (és a dir, +30 significa
- 30 dies). Per afegir una SZLINE que no caduqui, utilitzar
- +0. Si la mascara a afegir comença amb un
- +, el temps d'expiració ha de ser especificat, encara
- que sigui el mateix que el per defecte. El temps actual
- d'expiració per defecte per SZLINES pot ser
- consultat amb la comanda STATS AKILL.
-
- La comanda SZLINE DEL esborra la mascara especificada de la
- llista de SZLINES si esta present. Si s'especifica una llista de
- instàncies, aquestes instàncies son esborrades. (Veure
- l'exemple per LIST especificat més endavant.)
-
- La comanda SZLINE LIST mostra la llista de SZLINES.
- Si s'especifica una mascara, nomès aquellas instàncies
- coincidents amb la mascara són mostrades. Si s'especifica una llista
- de instàncies, nomès aquestes instàncies són mostrades;
- per exemple:
-
- SZLINE LIST 2-5,7-9
- Llista instàncies SZLINE enumerades de 2 a 5 i de 7
- a 9.
-
- SZLINE VIEW es una versió més verbal de SZLINE LIST,
- i mostrara qui va afegir una SZLINE, la data en la que
- va ser afegida, i quan caducara, a més de la mascara IP i
- la raó.
-
- SZLINE CLEAR neteja totes les instàncies de la llista
- de SZLINES.
-
- Limitat a operadors de serveis.
-
-OPER_HELP_SET
- Sintàxi: SET opció parametres
-
- Estableix varies opcions globals de serveis.
- Noms de opcions actualment definides són:
- READONLY Estableix Mode nomès lectura o nomès escritura
- LOGCHAN Report log messages to a channel
- DEBUG Activa o desactiva el Mode debug
- NOEXPIRE Activa o desactiva el Mode no expire
- SUPERADMIN Activate or deactivate super-admin mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
- Limitat a administradors de serveis.
-
-OPER_HELP_SET_READONLY
- Sintàxi: SET READONLY {ON | OFF}
-
- Estableix el mode nomès lectura a activat o desactivat. En mode
- nomès lectura, els usuaris normals no podran modificar dades
- de serveis, incloent accés a llistes de canals i
- nicknames, etc. IRCops amb suficients privilegis amb
- els serveis podren modificar la llista AKILL de
- serveis i eliminar o prohibir nicknames i canals, però
- cap d'aquests canvios sera guardat excepte que el
- mode nomès lectura es desactivi abans de que els serveis
- siguin desactivats o reiniciats.
-
- Aquesta opció es equivalent a l'opció -readonly en
- la linea de comandes.
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- With this setting on, Services will send its logs to a specified
- channel as well as the log file. LogChannel must also be defined
- in the Services configuration file for this setting to be of any
- use.
-
- This option is equivalent to the command-line option -logchan.
-
- Note: This can have strong security implications if your log
- channel is not properly secured.
-
-OPER_HELP_SET_DEBUG
- Sintàxi: SET DEBUG {ON | OFF | nom}
-
- Estableix el mode debug a activat o desactivat. En mode debug,
- tota la informació enviada desde i cap als serveis,
- a més de un numero de missatges són escrits a l'arxiu
- de log. Si s'especifica nom, el mode debug es
- activat, amb el nivell de debug especificat a nom.
-
- Aquesta opció es equivalent a l'opció -debug en
- la linea de comandes.
-
-OPER_HELP_SET_NOEXPIRE
- Sintàxi: SET NOEXPIRE {ON | OFF}
-
- Estableix el mode no expire a activat o desactivat. En
- mode no expire, nicks, canals, akills i excepcions
- no caducaran fins que l'opció sigui desactivada.
-
- Aquaquesta opció es equivalent a l'opció -noexpire
- en la linea de comandes.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Setting this will grant you extra privlages such as the
- ability to be "founder" on all channel's etc...
-
- This opion is _NOT_ persistant, and should only be used when
- needed, and set back to OFF when no longer needed.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Sintàxi: NOOP SET servidor
- NOOP REVOKE servidor
-
- NOOP SET esborra totes les linees O: del
- servidor especificat i killeja a tots els IRCops actuals
- per a prevenir-los de fer rehash en el servidor
- (ja que això cancel.laria l'efecte).
-
- NOOP REVOKE fa que les linees 0: disponibles novament
- en el servidor especificat.
-
- Nota: El servidor no es testejat pels
- serveis.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_JUPE
- Sintàxi: JUPE servidor [raó]
-
- Li diu als serveis que fagin jupiter (saturn, mart,...) a un servidor
- -- és a dir, crear un "servidor" fals conectant als
- serveis el qual preveu al servidor real de
- connectar-se. El jupe pot ser eliminat utilitzant la comanda
- estandart SQUIT. Si una raó es especificada, es afegida
- en el camp d'informació sobre el servidor; d'altra
- banda, el camp de informació sobre el servidor tindra
- el text "Juped per <nick>", mostrant el nickname
- de la persona que va jupitejar el servidor.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_UPDATE
- Sintàxi: UPDATE
-
- Força als serveis a actualitzar tots els arxius de
- la base de dades tan aviat como enviis la comanda.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_RELOAD
- Sintàxi: RELOAD
-
- Força als serveis a recarregar l'arxiu de
- configuració. Tenir en compe que algunes directives
- necessiten que els serveis es reinicin de nou per tenir
- efecte (tal com nicknames dels serveis, activació
- de la limitació de sessions, etc.)
-
- Limitat a administradors de serveis.
-
-OPER_HELP_QUIT
- Sintàxi: QUIT
-
- Força als serveis a parar inmediatament; les bases de
- dades no son guardades. Aquesta comanda no ha de ser utilitzada
- excepte que les còpies en la memòria semblin espatllades i no
- hagin de ser guardades. Per parar normalment, utilitza la comanda
- SHUTDOWN.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_SHUTDOWN
- Sintàxi: SHUTDOWN
-
- Força als serveis a guardar totes les bases de
- datos i parar.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_RESTART
- Sintàxi: RESTART
-
- Força als serveis a guardar totes les bases de
- dades i després parar i arrancar de nou.
- (es a dir, finalitzar el programa e inmediatament reiniciar
- el programa de nou).
-
- Limitat a administradors de serveis.
-
-OPER_HELP_CHANLIST
- Sintàxi: CHANLIST [{patró | nick} [SECRET]]
-
- Llista tots els canals actualment en ús en la xarxa IRC,
- estiguin registrats o no.
-
- Si s'especifica patró, llista nomès els canals que concordin amb ell.
- Si s'especifica un nickname, llista nomès els canals en els que l'usuari
- hi sigui. Si s'especifica SECRET, llista nomès els canals que
- concordin amb patró i que tinguin modes +s o +p.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_USERLIST
- Sintàxi: USERLIST [{patró | canal} [INVISIBLE]]
-
- Llista tots els usuaris actualment en linea en la xarxa IRC,
- estiguin registrats o no.
-
- Si s'especifica patró, llista nomès els usuaris que concordin
- amb ell (ha de ser amb el format nick!usuari@host). Si s'especifica canal,
- llista nomès els usuaris que estiguin en el canal donat. Si s'especifica
- INVISIBLE, nomès els usuaris amb la bandera +i seran
- llistats.
-
- Limitat a administradors de serveis.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD FileName
-
- This command loads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD FileName
-
- This command unloads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO FileName
-
- This command lists information about the specified loaded module
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lists all currently loaded modules.
-
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Llista bots disponibles
-BOT_HELP_CMD_ASSIGN
- ASSIGN Assigna un bot a un canal
-BOT_HELP_CMD_SET
- SET Configura opcions de bots
-BOT_HELP_CMD_KICK
- KICK Configura kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Manté una llista de paraules malsonants
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Manté la llista de bots de la xarxa
-
-BOT_HELP
- %S et permet crear un bot en el teu propi canal.
- Això ha estat creat per a usuaris que no poden
- tenir un bot en un host o configurar un bot, o per a us en xarxes
- que no permeten bots d'usuaris. Comandes
- disponibles estan llistades més endavant; per a
- utilitzar-los, escriu %R%S comanda. per a més
- informació sobre un comanda especifica, escriu
- %R%S HELP comanda.
-
-
-BOT_HELP_FOOTER
- El bot entrara a un canal quan hi hagin
- %d usuari(s) en ell.
-
-BOT_HELP_BOTLIST
- Sintàxi: BOTLIST
-
- Llista tots els bots disponibles en aquesta xarxa.
-
-BOT_HELP_ASSIGN
- Sintàxi: ASSIGN canal nick
-
- Assigna un bot especificat per nick al canal.
- Desprès d'això pots configurar el bot segons
- les teves necessitats.
-
-BOT_HELP_UNASSIGN
- Sintàxi: UNASSIGN canal
-
- Desassigna un bot d'un canal. A l'utilitzar aquesta comanda
- el bot ja no entrara al canal. De totes maneres, la configuració
- del bot pel canal es enmagatzemada, així et sera possible
- reassignar un bot sense haver de configurar-lo de nou.
-
-BOT_HELP_INFO
- Sintàxi: INFO {canal | nick}
-
- Permet veure la informació de %S sobre un canal o
- bot. Si el parametre es un canal, rebràs informació
- així como kickers activats. Si el parametre es un nick,
- rebràs informació sobre el bot, així com temps
- de creació o nom de canals en els que aquest estigui.
-
-BOT_HELP_SET
- Sintàxi: SET canal opció parametres
-
- Configura opcions de bot. Opció pot ser uno de:
-
- DONTKICKOPS Per a protegir ops contra kicks de bots
- DONTKICKVOICES Per a protegir voices contra kicks de bots
- GREET Habilita missatges de benvinguda
- FANTASY Habilita comandoe de fantasia
- SYMBIOSIS Permet al bot a actuar como un bot real
-
- Escriu %R%S HELP SET opció per més informació
- sobre una opció especifica.
-
- Nota: L'accés a aquesta comanda esta controlat pel
- nivell SET.
-
-BOT_HELP_SET_DONTKICKOPS
- Sintàxi: SET canal DONTKICKOPS {ON|OFF}
-
- Habilita o deshabilita el mode de protecció d'ops
- en un canal. En habilitar-lo, ops no seran
- kickejats pel bot, encara que no concideixen amb
- el nivell NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Sintàxi: SET canal DONTKICKVOICES {ON|OFF}
-
- Habilita o deshabilita el mode de protecció de voices
- en un canal. En hbilitarlo, voices no seran
- kickejatos pel bot, encara que no coincideixin amb
- el nivell NOKICK.
-
-BOT_HELP_SET_FANTASY
- Sintàxi: SET canal FANTASY {ON|OFF}
-
- Habilita o deshabilita el mode de fantasia
- en un canal. En habilitar-lo, els usuaris podran
- utilitzar les comandes !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen en un canal (investiga
- com utilitzar-los; intenta amb o sense nick per cadascú
- i amb raó per a alguns?).
-
- Cal dir que els usuaris que desitgin utilitzar comandes
- de fantasia HAN DE DISPOSSAR del nivell necessari
- pel nivell FANTASIA i altres depenent
- de la comanda si es requereix (per exemple, per a
- utilitzar !op, l'usuari ha de tenir suficient
- accés pel nivell OPDEOP).
-
-BOT_HELP_SET_GREET
- Sintàxi: SET canal GREET {ON|OFF}
-
- Habilita o deshabilita el mode de asludo en
- un canal. En habilitar-lo, el bot mostrara els
- missatges dels usuaris que entrin al canal,
- sempre i quan tinguin el suficient accés
- al canal.
-
-BOT_HELP_SET_SYMBIOSIS
- Sintàxi: SET canal SYMBIOSIS {ON|OFF}
-
- Habilita o dehsabilita el mode simbiosis en
- un canal. En habilitar-lo, el bot fara qualsevol
- cosa que normalmente hauria fet %s en els
- canals, tal como modes, KICKS i fins tot els
- missatges d'entrada.
-
-BOT_HELP_KICK
- Sintàxi: KICK canal opció parametres
-
- Configura els kickers de bot. opció pot ser una de:
-
- BOLDS Estableix si el bot kickejara negretes
- BADWORDS Estableix si el bot kickejara paraules malsonants
- CAPS Estableix si el bot kickejara majuscules
- COLORS Estableix si el bot kickea colors
- FLOOD Estableix si el bot kickejara usuaris
- que floodejan
- REPEAT Estableix si el bot kickejara usuaris
- que repeteixen com l'allioli
- REVERSES Estableix si el bot kickejara reversos
- UNDERLINES Estableix si el bot kickejara subratllats
- ITALICS Sets if the bot kicks italics
-
- Escriu %R%S HELP KICK Opció per més
- informació sobre una opció especifica.
-
- Nota: L'accés a aquesta comanda es control.lat pel
- nivell SET.
-
-BOT_HELP_KICK_BOLDS
- Sintàxi: KICK canal BOLDS {ON|OFF} [ttb]
-
- Estableix el kick per negretes a actvitat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que utilitzin negretes.
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_COLORS
- Sintàxi: KICK canal COLORS {ON|OFF} [ttb]
-
- Estableix el kick per colors a activat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que utilitzin colors.
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_REVERSES
- Sintàxi: KICK canal REVERSES {ON|OFF} [ttb]
-
- Estableix el kick per reversos a activat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que utilitzin reversos.
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_UNDERLINES
- Sintàxi: KICK canal UNDERLINES {ON|OFF} [ttb]
-
- Estableix el kick per subratllats a activat o apagat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que utilitzin subratllats.
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_CAPS
- Sintàxi: KICK canal CAPS {ON|OFF} [ttb [min [porcentaje]]]
-
- Estableix el kick per mayusculas a activat o desactivat.
- En habilitar-lo, aquesta opció le diu al bot que kickegi
- usuaris que estiguin escrivint en majuscules.
-
- El bot kickeja nomès si hi ha com a mínim min majuscules
- i que constitueixin com a mínim porcentatge%% del total
- del text (si no s'especifica, per defecte s'estableix a 10
- caràcters i 25%%).
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_FLOOD
- Sintàxi: KICK canal FLOOD {ON|OFF} [ttb [ln [segs]]]
-
- Estableix el kick per flood a activat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que estiguin floodejant el canal utilitzant com a mínim
- ln linees en segs segons (si no s'especifica, per
- defecte es establert a 6 linees en 10 segons).
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_REPEAT
- Sintàxi: KICK #canal REPEAT {ON|OFF} [ttb [num]]
-
- Estableix el kick per repetició a activat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que estiguin repetint num cops (si num no s'especifica,
- per defecte es establert a 3).
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_BADWORDS
- Sintàxi: KICK #canal BADWORDS {ON|OFF} [ttb]
-
- Estableix el kick per paraules malsonants a activat o desactivat.
- En habilitar-lo, aquesta opció li diu al bot que kickegi
- usuaris que utilitzin certes paraules al canal.
-
- Pots definir paraules malsonants pel teu canal utilitzant la comanda
- BADWORDS. Escriu %R%S HELP BADWORDS per més informació.
-
- ttb es el numero de cops que un usuari sera kickejat
- abans de ser banejat. No cal especificar ttb per a deshabilitar
- el sistema de ban un cop activat.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Sintàxi: BADWORDS canal ADD paraula [SINGLE | START | END]
- BADWORDS canal DEL {paraula | nom | llista}
- BADWORDS canal LIST [mascara | llista]
- BADWORDS canal CLEAR
-
- Mante la llista de paraules malsonants per un canal. La llista
- de paraules malsonants determina quines paraules han de donar peu a ser kickejats
- Quan el kick per paraules malsonants esta habilitat. Per més
- informació, escriu %R%S HELP KICK BADWORDS.
-
- La comanda BADWORDS ADD afegeix una paraula a la llista
- de paraules malsonants. Si s'especifica SINGLE, el kick es
- fara nomès si l'usuari du la paraula completa. Si s'especifica
- START, el kick es fara nomès si l'usuari
- escriu una paraula que comenci amb paraula.
- Si no s'especifica END, el kick es fara nomès si
- l'usuari escriu una paraula que finalitzi amb paraula. Si
- no s'especifica res, un kick es farà cada vegada que
- paraula sigui escrita per un usuari.
-
- La comanda BADWORDS DEL esborra la paraula esmantada de la
- llista de paraules malsonants. Si s'especifica una llista de noms, aquestes
- instàncies son esborrades. (Veure l'exemple per LIST especificat més
- endavant).
-
- La comanda BADWORDS LIST mostra la llista de bad
- words. Si s'especifica una mascara, nomès les instàncies
- concordant amb la mascara són mostrades. Si s'especifica una llista
- de noms, nomès aquestes instàncies son mostrades;
- per exemple:
-
- BADWORDS #canal LIST 2-5,7-9
- Llista paraules malsonants enumerades de 2 a 5 i de 7 a 9.
-
- La comanda BADWORDS CLEAR neteja totes les instàncies
- de la llista de paraules malsonants.
-
-BOT_HELP_SAY
- Sintàxi: SAY canal text
-
- Fa que el bot escrigui el text especificat en el canal especificat.
-
-BOT_HELP_ACT
- Sintàxi: ACT canal text
-
- Fa que el bot fagi l'equivalent a la comanda "/me"
- en el canal especificat utilitzant el text especificat.
-
-
-BOT_SERVADMIN_HELP_BOT
- Sintaxi: BOT ADD nick usuari host real
- BOT CHANGE nick-ant nick-nue [usuari [host [real]]]
- BOT DEL nick
-
- Permet als administradors de serveis crear, modificar
- i esborrar bots que usuaris podran usar en els seus propis
- canals.
-
- BOT ADD afegeix un bot con el nickname, usuari, host
- i nombre reial donats. Ja que no es fan comprovacions
- d'integritat per aquests parametres, tingues molta cura.
- BOT CHANGE permet cambiar el nickname, usuari, host
- o nom real d'un bot sense tenir que esborrar-lo (i la
- informació associada a ell).
- BOT DEL esborra el bot donat de la llista de bots.
-
- Nota: Si fas un bot amb un nick ja enregistrat,
- sera eliminat. A més, si un usuari està actualment
- usant el nick, serà killejat.
-
-BOT_SERVADMIN_HELP_SET
-
- Aquestes opcions estan reservades a administradors de
- Serveis:
-
- NOBOT Evita a un bot de ser assignat
- a un canal
- PRIVATE Evita a un bot de ser assignat
- per algú mes que un operador
- d'IRC
-
-BOT_SERVADMIN_HELP_SET_NOBOT
-
- Sintaxi: SET canal NOBOT {ON|OFF}
-
- Aquesta opció fa al canal no sigui assignable. Si un
- bot ja està assignat al canal, es desassignara
- automàticament quan habiliteu aquesta opció.
-
- Limitat a administradors de serveis.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Sintaxi: SET nick-del-bot PRIVATE {ON|OFF}
-
- Aquesta opció evita un bot de ser assignat
- a un canal per usuaris que no son operadors
- d'IRC.
-
- Limitat a administradors de serveis.
-HOST_EMPTY
- The vhost list is empty.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost for %s set to %s.
-HOST_IDENT_SET
- vhost for %s set to %s@%s.
-HOST_SETALL
- vhost for group %s set to %s.
-HOST_DELALL
- vhosts for group %s have been removed.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost for group %s set to %s@%s.
-HOST_SET_ERROR
- Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'.
-HOST_SET_IDENT_ERROR
- A vhost ident must be in the format of a valid ident
-HOST_SET_TOOLONG
- Error! The vhost is too long, please use a host shorter than %d characters.
-HOST_SET_IDENTTOOLONG
- Error! The Ident is too long, please use an ident shorter than %d characters.
-HOST_NOREG
- User %s not found in the nickserv db.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Access Denied.
-HOST_NOT_ASSIGNED
- Please contact an Operator to get a vhost assigned to this nick.
-HOST_ACTIVATED
- Your vhost of %s is now activated.
-HOST_IDENT_ACTIVATED
- Your vhost of %s@%s is now activated.
-HOST_DEL
- vhost for %s removed.
-HOST_DEL_SYNTAX
- DEL <nick>.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_GROUP
- All vhost's in the group %s have been set to %s
-HOST_IDENT_GROUP
- All vhost's in the group %s have been set to %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Displayed all records (Count: %d)
-HOST_LIST_RANGE_FOOTER
- Displayed records from %d to %d
-HOST_LIST_KEY_FOOTER
- Displayed records matching key %s (Count: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activates your assigned vhost
-
-HOST_HELP_CMD_OFF
- OFF Deactivates your assigned vhost
-
-HOST_HELP_CMD_GROUP
- GROUP Syncs the vhost for all nicks in a group
-
-HOST_HELP_CMD_SET
- SET Set the vhost of another user
-
-HOST_HELP_CMD_SETALL
- SETALL Set the vhost for all nicks in a group
-
-HOST_HELP_CMD_DEL
- DEL Delete the vhost of another user
-
-HOST_HELP_CMD_DELALL
- DELALL Delete the vhost for all nicks in a group
-
-HOST_HELP_CMD_LIST
- LIST Displays one or more vhost entries.
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S commands:
-
-HOST_HELP_ON
- Syntax: ON
-
- Activates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see the vhost instead of your real IP address.
-
-HOST_HELP_SET
- Syntax: SET <nick> <hostmask>.
-
- Sets the vhost for the given nick to that of the given
- hostmask. If your IRCD supports vIdents, then using
- SET <nick> <ident>@<hostmask> set idents for users as
- well as vhosts.
-
- Limited to Services operators.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Deletes the vhost for all nick's in the same group as
- that of the given nick.
-
- Limited to Host Removers.
-
-
-HOST_HELP_SETALL
- Syntax: SETALL <nick> <hostmask>.
-
- Sets the vhost for all nicks in the same group as that
- of the given nick. If your IRCD supports vIdents, then
- using SETALL <nick> <ident>@<hostmask> will set idents
- for users as well as vhosts.
-
- * NOTE, this will not update the vhost for any nick's
- added to the group after this command was used.
-
- Limited to Services operators.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Deactivates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see your real IP address.
-
-HOST_HELP_DEL
- Syntax: DEL <nick>
-
- Deletes the vhost assigned to the given nick from the
- database.
-
- Limited to Services operators.
-
-HOST_HELP_LIST
- Syntax: LIST [<key>|<#X-Y>]
-
- This command lists registered vhosts to the operator
- if a Key is specified, only entries whos nick or vhost match
- the pattern given in <key> are displayed e.g. Rob* for all
- entries beginning with "Rob"
-
- If a #X-Y style is used, only entries between the range of X
- and Y will be displayed, e.g. #1-3 will display the first 3
- nick/vhost entries.
-
- The list uses the value of NSListMax as a hard limit for the
- number of items to display to a operator at any 1 time.
-
- Limited to Services operators.
-
-HOST_HELP_GROUP
- Syntax: GROUP
-
- This command allows users to set the vhost of thier
- CURRENT nick to be the vhost for all nicks in the same
- group.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is not available on this network.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is not available on this network.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is not available on this network.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is not available on this network.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/cs_appendtopic.de_DE.po b/lang/cs_appendtopic.de_DE.po
new file mode 100644
index 000000000..afaa01f30
--- /dev/null
+++ b/lang/cs_appendtopic.de_DE.po
@@ -0,0 +1,36 @@
+# German translations for cs_appendtopic
+# German messages for cs_appendtopic
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: 2010-09-25 20:57-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr " APPENDTOPIC Fügt einen Text zu einem Channel-Topic hinzu."
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr "Syntax: APPENDTOPIC Channel Text"
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
+"Dieser Befehl erlaubt Benutzern, einen Text zu dem vorhandenen Channel-Topic\n"
+"hinzuzufügen. Wenn TOPICLOCK gesetzt ist, wird das Topic aktualisiert\n"
+"und das neue, aktualisierte Topic wird gesperrt."
diff --git a/lang/cs_appendtopic.it_IT.po b/lang/cs_appendtopic.it_IT.po
new file mode 100644
index 000000000..494659592
--- /dev/null
+++ b/lang/cs_appendtopic.it_IT.po
@@ -0,0 +1,36 @@
+# Italian translations for cs_appendtopic
+# Traduzioni italiane per il cs_appendtopic
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: 2010-09-25 21:04-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr " APPENDTOPIC Aggiunge del testo al topic di un canale"
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr "Sintassi: APPENDTOPIC canale testo"
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
+"Questo comando permette agli utenti di aggiungere del testo ad un topic di un canale\n"
+"già impostato. Se TOPICLOCK è attivato, il topic viene aggiornato e il nuovo topic\n"
+"viene bloccato."
diff --git a/lang/cs_appendtopic.nl_NL.po b/lang/cs_appendtopic.nl_NL.po
new file mode 100644
index 000000000..85a282f76
--- /dev/null
+++ b/lang/cs_appendtopic.nl_NL.po
@@ -0,0 +1,37 @@
+# Dutch translations for cs_appendtopic
+# Engelse vertalingen voor het cs_appendtopic
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: 2010-09-25 20:55-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr " APPENDTOPIC Voeg tekst aan een kanaal onderwerp toe"
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr "Gebruik: APPENDTOPIC kanaal tekst"
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
+"Dit command stelt gebruikers in staat om text toe te voegen\n"
+"achter het huidige onderwerp van een kanaal. Als TOPICLOCK aan\n"
+"staat, zal het onderwerp worden bijgewerkt en zal het nieuwe,\n"
+"bijgewerkte topic worden geforceerd."
diff --git a/lang/cs_appendtopic.pot b/lang/cs_appendtopic.pot
new file mode 100644
index 000000000..dcf842079
--- /dev/null
+++ b/lang/cs_appendtopic.pot
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr ""
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr ""
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
diff --git a/lang/cs_appendtopic.pt_PT.po b/lang/cs_appendtopic.pt_PT.po
new file mode 100644
index 000000000..a068e3c34
--- /dev/null
+++ b/lang/cs_appendtopic.pt_PT.po
@@ -0,0 +1,35 @@
+# Portuguese translations for cs_appendtopic
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: 2010-09-25 21:00-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr " APPENDTOPIC Adiciona texto ao tópico de um canal"
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr "Sintaxe: APPENDTOPIC canal texto"
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
+"Este comando permite aos usuários anexar texto a um tópico de canal\n"
+"já definido. Quando TOPICLOCK está ativado, o tópico é atualizado e\n"
+"o novo tópico é travado."
diff --git a/lang/cs_appendtopic.ru_RU.po b/lang/cs_appendtopic.ru_RU.po
new file mode 100644
index 000000000..e5afbd466
--- /dev/null
+++ b/lang/cs_appendtopic.ru_RU.po
@@ -0,0 +1,37 @@
+# Russian translations for cs_appendtopic
+# ?????????? ???????? ??? ?????? cs_appendtopic
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 20:53-0400\n"
+"PO-Revision-Date: 2010-09-25 21:02-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: cs_appendtopic.cpp:105
+msgid " APPENDTOPIC Add text to a channels topic"
+msgstr " APPENDTOPIC Äîáàâëÿåò òåêñò ê òîïèêó êàíàëà"
+
+#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
+msgid "Syntax: APPENDTOPIC channel text"
+msgstr "Ñèíòàêñèñ: APPENDTOPIC #êàíàë òåêñò"
+
+#: cs_appendtopic.cpp:91
+msgid ""
+"This command allows users to append text to a currently set\n"
+"channel topic. When TOPICLOCK is on, the topic is updated and\n"
+"the new, updated topic is locked."
+msgstr ""
+"Äàííàÿ êîìàíäà ïîçâîëÿåò äîáàâèòü òåêñò ê òîïèêó, êîòîðûé óñòàíîâëåí íà óêàçàííîì\n"
+"êàíàëå. Åñëè àêòèâèðîâàí ðåæèì TOPICLOCK, òîïèê áóäåò îáíîâëåí è çàáëîêèðîâàí.\n"
+"Ïðèìå÷àíèå: òåêñò áóäåò ÄÎÁÀÂËÅÍ ê òîïèêó, òî åñòü ñòàðûé òîïèê óäàëåí ÍÅ ÁÓÄÅÒ."
diff --git a/lang/cs_enforce.de_DE.po b/lang/cs_enforce.de_DE.po
new file mode 100644
index 000000000..8a14188ca
--- /dev/null
+++ b/lang/cs_enforce.de_DE.po
@@ -0,0 +1,85 @@
+# German translations for cs_enforce
+# German messages for cs_enforce
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:11-0400\n"
+"PO-Revision-Date: 2010-09-25 21:12-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr " ENFORCE Erzwingt verschieden Modes und SET Optionen"
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+"Erzwingt verschieden Modes und SET Optionen. Die \037Channel\037\n"
+"Option zeigt dir den Channel an, indem Modes und Optionen\n"
+"zu erzwingen sind. Die \037was\037 Option zeigt dir welche Modes\n"
+"und Optionen zu erzwingen sind. Die können nur SET, SECUREOPS,\n"
+"RESTRICTED, MODES oder +R sein.Default ist SET.\n"
+" \n"
+"Wenn \037was\037 SET ist, wird SECUREOPS und RESTRICTED\n"
+"auf die User die z.Z.in Channel sind erzwungen, wenn sie AN sind.\n"
+"Benutze SECUREOPS oder RESTRICTED , um die Optionen einzeln\n"
+"zu erzwingen, also wenn sie nicht eingeschaltet sind."
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr "Erzwungen %s"
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+"Wenn \037was\037 MODES ist, wird das ChannelMode +R erzwungen\n"
+"falls an. Wenn \037was\037 +R ist, wird +R erzwungen aber eben\n"
+"wenn noch nicht als Channel-Mode ist. Wenn +R noch nicht als\n"
+"Channel-Mode war werden alle User aus den Channel gebannt um\n"
+"sicher zu sein das sie nicht rejoinen."
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+"Wenn \037was\037 MODES ist, wird nichts erzwungen weil es MODES seine\n"
+"können die dein IRCD nicht unterstützt. Wenn \037was\037 +R ist\n"
+"oder ein Modes was auf ein anderen IRCD gleich +R ist, wird es\n"
+"erzwungen. Alle User die nicht für deren Nicknamen identifiziert\n"
+"sind werden aus den Channel gekickt und gebannt."
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr "Syntax: \002ENFORCE \037Channel\037 [\037was\037]\002"
diff --git a/lang/cs_enforce.it_IT.po b/lang/cs_enforce.it_IT.po
new file mode 100644
index 000000000..04b126399
--- /dev/null
+++ b/lang/cs_enforce.it_IT.po
@@ -0,0 +1,85 @@
+# Italian translations for cs_enforce
+# Traduzioni italiane per il cs_enforce
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:11-0400\n"
+"PO-Revision-Date: 2010-09-25 21:55-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr " ENFORCE Forza diversi modi di canale ed opzioni SET"
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+"Forza diversi modi di canale ed opzioni SET. Il parametro \037canale\037\n"
+"indica il canale sul quale forzare i modi e le opzioni. Il parametro\n"
+"\037cosa\037 indica i modi e le opzioni da forzare, e possono essere\n"
+"qualsiasi delle opzioni SET, SECUREOPS, RESTRICTED, MODES, o +R.\n"
+"Se non specificato, viene sottointeso SET.\n"
+" \n"
+"Se \037cosa\037 è SET, forzerà SECUREOPS e RESTRICTED sugli utenti\n"
+"attualmente nel canale, se sono impostati. Specifica SECUREOPS per\n"
+"forzare l'opzione SECUREOPS, anche se non è attivata. Specifica\n"
+"RESTRICTED per forzare l'opzione RESTRICTED, anche se non è\n"
+"attivata."
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr "Forzato %s"
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+"Se \037cosa\037 è MODES, forzerà il modo del canale +R se è impostato.\n"
+"Se +R è specificato per \037cosa\037, il modo del canale +R verrà\n"
+"forzato, anche se non è impostato. Se non è impostato, gli utenti\n"
+"verranno bannati per assicurare che non rientrino semplicemente."
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+"Se \037cosa\037 è MODES, niente verrà forzato, siccome forzerebbe\n"
+"dei modi che l'ircd in uso non supporterebbe. Se +R è specificato\n"
+"per \037cosa\037, un modo equivalente a +R sui altri ircd verrà\n"
+"forzato. Tutti gli utenti presenti nel canale ma non identificati\n"
+"per il loro nickname verranno bannati ed espulsi dal canale."
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr "Sintassi: \002ENFORCE \037canale\037 [\037cosa\037]\002"
diff --git a/lang/cs_enforce.nl_NL.po b/lang/cs_enforce.nl_NL.po
new file mode 100644
index 000000000..8426680bc
--- /dev/null
+++ b/lang/cs_enforce.nl_NL.po
@@ -0,0 +1,88 @@
+# Dutch translations for cs_enforce
+# Engelse vertalingen voor het cs_enforce
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:06-0400\n"
+"PO-Revision-Date: 2010-09-25 21:07-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr " ENFORCE Forceer enkele kanaalmodes en set-opties"
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+"Forceer enkele kannalmodes en set-opties. De \037kanaal\037 optie\n"
+"geeft aan op welk kanaal de modes en opties geforceerd moeten\n"
+"worden. De \037wat\037 optie geeft aan welke modes en opties\n"
+"geforceerd moeten worden; dit kan SET, SECUREOPS, RESTRICTED,\n"
+"MODES, of +R zijn. Indien weggelaten is dit standaard SET.\n"
+" \n"
+"Als er voor \037wat\037 SET wordt ingevuld, zullen SECUREOPS en\n"
+"RESTRICTED geforceerd worden op de gebruikers in het kanaal,\n"
+"maar alleen als die opties aangezet zijn voor het kanaal. Als\n"
+"SECUREOPS of RESTRICTED wordt gegeven voor \037wat\037 zal die optie\n"
+"altijd geforceerd worden, ook als die niet is aangezet."
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr ""
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+"Als er voor \037wat\037 MODES wordt ingevuld, zal kanaalmode +R worden\n"
+"geforceerd, als die op het kanaal aan staat. Als +R wordt ingevuld,\n"
+"zal kanaalmode +R worden geforceerd, maar ook als die niet aan"
+"staat voor het kanaal. Als +R niet aan staat, zullen alle ook\n"
+"gebanned worden om te zorgen dat ze niet opnieuw het kanaal binnen\n"
+"kunnen komen."
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+"Als er voor \037wat\037 MODES wordt ingevuld, zal er niks gebeuren.\n"
+"Normaal gesproken wordt er een kanaalmode geforceerd die op deze\n"
+"server niet ondersteund wordt. Als +R wordt ingevuld voor \037wat\037\n"
+"zullen alle gebruikers die in het kanaal zitten maar zich niet\n"
+"hebben geidentificeerd voor hun nick uit het kanaal gekicked en\n"
+"verbannen worden."
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr "Syntax: \002ENFORCE \037kanaal\037 [\037wat\037]\002"
diff --git a/lang/cs_enforce.pot b/lang/cs_enforce.pot
new file mode 100644
index 000000000..82f5d4dc4
--- /dev/null
+++ b/lang/cs_enforce.pot
@@ -0,0 +1,64 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:11-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr ""
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr ""
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr ""
diff --git a/lang/cs_enforce.pt_PT.po b/lang/cs_enforce.pt_PT.po
new file mode 100644
index 000000000..987c7868f
--- /dev/null
+++ b/lang/cs_enforce.pt_PT.po
@@ -0,0 +1,84 @@
+# Portuguese translations for cs_enforce
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:11-0400\n"
+"PO-Revision-Date: 2010-09-25 21:24-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr " ENFORCE Verifica o cumprimento de vários modos de canal e opções ajustadas"
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+"Verifica o cumprimento de vários modos de canal e opções ajustadas.\n"
+"O campo \037canal\037 indica qual canal deve ter os modos e opções verificadas\n"
+"O campo \037opção\037 indica quais modos e opções devem ser verificadas,\n"
+"e pode ser: SET, SECUREOPS, RESTRICTED, MODES ou +R\n"
+"Quando deixado em branco, o padrão é SET.\n"
+" \n"
+"Se \037opção\037 for SET, serão verificadas as opções SECUREOPS e RESTRICTED\n"
+"para usuários que estiverem no canal, caso elas estejam ativadas. Use\n"
+"SECUREOPS para verificar a opção SECUREOPS, mesmo que ela não esteja ativada\n"
+"Use RESTRICTED para verificar a opção RESTRICTED, mesmo que ela não esteja\n"
+"ativada."
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr "Verificado %s"
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+"Se \037opção\037 for MODES, será verificado o modo de canal +R caso ele\n"
+"esteja ativado. Se +R for especificado para \037opção\037, o modo de canal\n"
+"+R também será verificado, mesmo que ele não esteja ativado. Se ele não\n"
+"estiver ativado, os usuários serão banidos para evitar que reentrem no canal."
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+"Se \037opção\037 for MODES, nada será verificado, visto que isto poderia\n"
+"verificar modos que o IRCd atual não suporta. Se +R for especificado\n"
+"para \037opção\037, um equivalente ao modo de canal +R em outros IRCds\n"
+"será verificado. Todos os usuários que estão no canal, mas não estejam\n"
+"identificados para seus nicks serão kickados e banidos do canal."
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr "Sintaxe: \002ENFORCE \037canal\037 [\037opção\037]\002"
diff --git a/lang/cs_enforce.ru_RU.po b/lang/cs_enforce.ru_RU.po
new file mode 100644
index 000000000..eb32383a8
--- /dev/null
+++ b/lang/cs_enforce.ru_RU.po
@@ -0,0 +1,85 @@
+# Russian translations for cs_enforce
+# ?????????? ???????? ??? ?????? cs_enforce
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 21:11-0400\n"
+"PO-Revision-Date: 2010-09-25 21:38-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: cs_enforce.cpp:215
+msgid " ENFORCE Enforce various channel modes and set options"
+msgstr " ENFORCE Ïåðåïðîâåðêà è óñòàíîâêà ðàçëè÷íûõ ðåæèìîâ è îïöèé êàíàëà"
+
+#: cs_enforce.cpp:180
+msgid ""
+"Enforce various channel modes and set options. The channel\n"
+"option indicates what channel to enforce the modes and options\n"
+"on. The what option indicates what modes and options to\n"
+"enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+"or +R. When left out, it defaults to SET.\n"
+" \n"
+"If what is SET, it will enforce SECUREOPS and RESTRICTED\n"
+"on the users currently in the channel, if they are set. Give\n"
+"SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+"enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+"if it's not enabled."
+msgstr ""
+"Ïåðåïðîâåðêà è óñòàíîâêà ðàçëè÷íûõ ðåæèìîâ è îïöèé êàíàëà.\n"
+"\037Ïàðàìåòð\037 óêàçûâàåò êàêèå îïöèè èëè ðåæèìû êàíàëà äîëæíû áûòü\n"
+"ïåðåïðîâåðåíû.  êà÷åñòâå ïàðàìåòðà ìîãóò áûòü óêàçàíû: SET, SECUREOPS,\n"
+"RESTRICTED, MODES, èëè +R. Åñëè ïàðàìåòð íå óêàçàí, ïî-óìîë÷àíèþ áóäåò SET.\n"
+" \n"
+"Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî SET, áóäóò ïåðåïðîâåðåíû îïöèè\n"
+"SECUREOPS è RESTRICTED îòíîñèòåëüíî ïîëüçîâàòåëåé íà óêàçàííîì êàíàëå\n"
+"(ïðè óñëîâèè, ÷òî îïöèè âêëþ÷åíû). Îòäåëüíî óêàçàííûé ïàðàìåòð SECUREOPS\n"
+"ïðèìåíèò îïöèþ SECUREOPS (äàæå åñëè îíà \037ÍÅ\037 óñòàíîâëåíà). Ïàðàìåòð\n"
+"RESTRICTED ïðèìåíèò îïöèþ RESTRICTED (äàæå åñëè îíà \037ÍÅ\037 óñòàíîâëåíà)"
+
+#: cs_enforce.cpp:147 cs_enforce.cpp:152 cs_enforce.cpp:157 cs_enforce.cpp:162
+#: cs_enforce.cpp:167
+#, c-format
+msgid "Enforced %s"
+msgstr "Ïåðåïðîâåðåíî: %s"
+
+#: cs_enforce.cpp:193
+msgid ""
+"If what is MODES, it will enforce channelmode +R if it is\n"
+"set. If +R is specified for what, the +R channelmode will\n"
+"also be enforced, but even if it is not set. If it is not set,\n"
+"users will be banned to ensure they don't just rejoin."
+msgstr ""
+"Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî MODES, áóäåò ïåðåïðîâåðåí ðåæèì +R\n"
+"(åñëè îí óñòàíîâëåí). Îòäåëüíî óêàçàííûé ïàðàìåòð \037+R\037 ïðèìåíèò\n"
+"êàíàëüíûé ðåæèì +R, äàæå åñëè îí íå óñòàíîâëåí, è çàáàíèò âñåõ ïîëüçîâàòåëåé,\n"
+"êîòîðûå íå èäåíòèôèöèðîâàëèñü ê ñâîåìó íèêó èëè íå èìåþò çàðåãèñòðèðîâàííîãî íèêà."
+
+#: cs_enforce.cpp:198
+msgid ""
+"If what is MODES, nothing will be enforced, since it would\n"
+"enforce modes that the current ircd does not support. If +R is\n"
+"specified for what, an equalivant of channelmode +R on\n"
+"other ircds will be enforced. All users that are in the channel\n"
+"but have not identified for their nickname will be kicked and\n"
+"banned from the channel."
+msgstr ""
+"Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî MODES, ïåðåïðîâåðêà îñóùåñòâëåíà\n"
+"ÍÅ ÁÓÄÅÒ, òàê êàê òåêóùèé IRCD íå ïîääåðæèâàåò íåîáõîäèìûå ðåæèìû.\n"
+"Îòäåëüíî óêàçàííûé ïàðàìåòð \037+R\037 ïðèìåíèò êàíàëüíûé ðåæèì, ýêâèâàëåíòíûé\n"
+"ðåæèìó +R è çàáàíèò âñåõ ïîëüçîâàòåëåé, êîòîðûå íå èäåíòèôèöèðîâàëèñü ê ñâîåìó\n"
+"íèêó èëè íå èìåþò çàðåãèñòðèðîâàííîãî íèêà."
+
+#: cs_enforce.cpp:178 cs_enforce.cpp:210
+msgid "Syntax: ENFORCE channel [what]"
+msgstr "Ñèíòàêñèñ: \002ENFORCE \037#êàíàë\037 \037ïàðàìåòð\037\002"
diff --git a/lang/cs_tban.de_DE.po b/lang/cs_tban.de_DE.po
new file mode 100644
index 000000000..0d309a15b
--- /dev/null
+++ b/lang/cs_tban.de_DE.po
@@ -0,0 +1,39 @@
+# German translations for cs_tban
+# German messages for cs_tban
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: 2010-09-26 00:16-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr " TBAN Bant ein User für eine bestimmte Zeit aus ein Channel"
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr "%s gebannt von %s, wird auto-auslaufen in %s"
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+"Bant ein User für eine bestimmte Zeit aus ein Channel\n"
+"Wenn der Ban manuell entfernt wird, wird es NICHT ersetzt."
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr "Syntax: TBAN Channel Nickname Zeit"
diff --git a/lang/cs_tban.it_IT.po b/lang/cs_tban.it_IT.po
new file mode 100644
index 000000000..dbb97b0a7
--- /dev/null
+++ b/lang/cs_tban.it_IT.po
@@ -0,0 +1,39 @@
+# Italian translations for cs_tban
+# Traduzioni italiane per il cs_tban
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: 2010-09-26 00:22-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr " TBAN Banna l'utente per un periodo di tempo specificato"
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr "%s bannato da %s, scadrà automaticamente tra %s"
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+"Banna l'utente specificato da un canale per un periodo di tempo\n"
+"specificato. Se il ban viene rimosso a mano prima della scadenza, NON verrà rimpiazzato."
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr "Sintassi: TBAN canale nick tempo"
diff --git a/lang/cs_tban.nl_NL.po b/lang/cs_tban.nl_NL.po
new file mode 100644
index 000000000..946412f36
--- /dev/null
+++ b/lang/cs_tban.nl_NL.po
@@ -0,0 +1,40 @@
+# Dutch translations for cs_tban
+# Engelse vertalingen voor het cs_tban
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: 2010-09-26 00:15-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr " TBAN Verban een gebruiker voor een bepaalde tijd"
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr "%s verbannen van %s, zal verlopen in %s"
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+"Verbant de gegeven gebruiken van het gegeven kanaal voor de\n"
+"gegeven tijdsduur. Als de verbanning eerder wordt verwijderd,\n"
+"zal deze NIET worden vervangen."
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr "Syntax: TBAN kanaal nick tijd"
diff --git a/lang/cs_tban.pot b/lang/cs_tban.pot
new file mode 100644
index 000000000..b5b8601dc
--- /dev/null
+++ b/lang/cs_tban.pot
@@ -0,0 +1,36 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr ""
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr ""
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr ""
diff --git a/lang/cs_tban.pt_PT.po b/lang/cs_tban.pt_PT.po
new file mode 100644
index 000000000..516813d1b
--- /dev/null
+++ b/lang/cs_tban.pt_PT.po
@@ -0,0 +1,38 @@
+# Portuguese translations for cs_tban
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: 2010-09-26 00:18-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr " TBAN Bane o usuário por um determinado período de tempo"
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr "%s foi banido do %s, irá auto-expirar em %s"
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+"Bane de um canal o usuário especificado por um determinado período de\n"
+"tempo. Se o ban for removido manualmente antes do tempo, ele não será recolocado."
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr "Sintaxe: TBAN canal nick tempo"
diff --git a/lang/cs_tban.ru_RU.po b/lang/cs_tban.ru_RU.po
new file mode 100644
index 000000000..9099761f3
--- /dev/null
+++ b/lang/cs_tban.ru_RU.po
@@ -0,0 +1,41 @@
+# Russian translations for cs_tban
+# ?????????? ???????? ??? ?????? cs_tban
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as the Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-26 00:14-0400\n"
+"PO-Revision-Date: 2010-09-26 00:20-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: cs_tban.cpp:104
+msgid " TBAN Bans the user for a given length of time"
+msgstr " TBAN Áàíèò ïîëüçîâàòåëÿ íà óêàçàííûé ïðîìåæóòîê âðåìåíè"
+
+#: cs_tban.cpp:81
+#, c-format
+msgid "%s banned from %s, will auto-expire in %s"
+msgstr "Óñòàíîâëåííûé áàí %s íà êàíàëå %s èñòå÷åò ÷åðåç %s ñåêóíä"
+
+#: cs_tban.cpp:91
+msgid ""
+"Bans the given user from a channel for a specified length of\n"
+"time. If the ban is removed before by hand, it will NOT be replaced."
+msgstr ""
+"Áàíèò ïîëüçîâàòåëÿ íà óêàçàííûé ïðîìåæóòîê âðåìåíè â ñåêóíäàõ\n"
+"Ïðèìå÷àíèå: óäàëåííûé âðó÷íóþ (äî ñâîåãî èñòå÷åíèÿ) áàí ÍÅ ÁÓÄÅÒ\n"
+"ïåðåóñòàíîâëåí ñåðâèñàìè àâòîìàòè÷åñêè!"
+
+#: cs_tban.cpp:99
+msgid "Syntax: TBAN channel nick time"
+msgstr "Ñèíòàêñèñ: TBAN #êàíàë íèê âðåìÿ"
diff --git a/lang/de.l b/lang/de.l
deleted file mode 100644
index e307831bf..000000000
--- a/lang/de.l
+++ /dev/null
@@ -1,6676 +0,0 @@
-# Deutsches Language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# Translated by chemical <chem@gmx.net>,shine <dh@shinewelt.de> bis 28.02.2003
-# - Solltest du irgendwelche Rechtschreibfehler oder sonstige
-# Verbesserungsvorschläge haben, immer her damit!
-#
-# letzte Änderung: 28.02.2003
-#
-#
-# This program is free but copyrighted software; see the file COPYING for
-# details.
-#
-# Based on the original code of Services by Andy Church.
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-##########################################################################
-#
-# INFO ::: Letzte Änderung: 19.10.2008 -- Han` --
-#
-##########################################################################
-
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Deutsch (German)
-
-###########################################################################
-#
-# General messages ## 20.10.2004 ##
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d.%b.%Y, %H:%M:%S %Z
-
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a, %d.%B.%Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d.%b.%Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- So
- Mo
- Di
- Mi
- Do
- Fr
- Sa
-# %A
-STRFTIME_DAYS_LONG
- Sonntag
- Montag
- Dienstag
- Mittwoch
- Donnerstag
- Freitag
- Samstag
-# %b
-STRFTIME_MONTHS_SHORT
- Jan
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
-# %B
-STRFTIME_MONTHS_LONG
- Januar
- Februar
- März
- April
- Mai
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Interner Fehler - kann die Anfrage nicht verarbeiten.
-UNKNOWN_COMMAND
- Unbekannter Befehl %s.
-UNKNOWN_COMMAND_HELP
- Unbekannter Befehl %s. "%R%s HELP" für Hilfe.
-SYNTAX_ERROR
- Syntax: %s
-MORE_INFO
- %R%s HELP %s für weitere Informationen.
-NO_HELP_AVAILABLE
- Keine Hilfe verfügbar für %s.
-OBSOLETE_COMMAND
- Dieser Befehl ist überholt, benutze stattdessen %s.
-
-BAD_USERHOST_MASK
- Die Hostmaske sollte in dieser Form sein: user@host.
-BAD_EXPIRY_TIME
- Ungültige Auslaufzeit.
-USERHOST_MASK_TOO_WIDE
- %s ist zu allgemeingültig, bitte benutze eine genauere Hostmaske.
-
-SERVICE_OFFLINE
- %s sind derzeit nicht verfügbar, bitte versuche es später noch einmal.
-READ_ONLY_MODE
- Achtung: Services sind im Read-Only-Modus, Änderungen werden nicht übernommen!
-
-PASSWORD_INCORRECT
- Falsches Passwort.
-INVALID_TARGET
- "/msg %s" wird nicht mehr unterstützt. Benutze "/msg %s@%s" oder "/%s" stattdessen.
-
-ACCESS_DENIED
- Zugriff verweigert.
-
-MORE_OBSCURE_PASSWORD
- Bitte versuche es nochmal mit einem besseren Passwort.
- Passworte sollten mindestens 5 Zeichen lang sein und
- nichts mit deinem Nicknamen zu tun haben. Weiterhin
- kann keine Leer oder Tabulatortaste enthalten sein.
-
-PASSWORD_TOO_LONG
- Dein Passwort ist zu lang. Versuche es erneut mit einen kürzeren Passwort.
-
-NICK_NOT_REGISTERED
- Dein Nickname ist nicht registriert.
-NICK_NOT_REGISTERED_HELP
- Dein Nickname ist nicht registriert. Benutze %R%s HELP REGISTER um zu erfahren wie du einen Nicknamen registrieren kannst.
-NICK_X_IS_SERVICES
- Der Nickname %s ist ein teil der Network Services.
-NICK_X_NOT_REGISTERED
- Der Nickname %s ist nicht registriert.
-NICK_X_IN_USE
- Der Nickname %s wird derzeit benutzt.
-NICK_X_NOT_IN_USE
- Der Nickname %s wird derzeit nicht benutzt.
-NICK_X_NOT_ON_CHAN
- %s ist derzeit nicht im channel %s.
-NICK_X_FORBIDDEN
- Der Nickname %s ist verboten und darf nicht verwendet werden.
-NICK_X_FORBIDDEN_OPER
- Der Nickname %s wurde verboten von %s:
- %s
-NICK_X_ILLEGAL
- Der Nickname %s ist ein illegaler Nickname und kann nicht benutzt werden.
-NICK_X_TRUNCATED
- Dein Nickname %s wurde auf %d Zeichen gekürzt.
-NICK_X_SUSPENDED
- Der Nick %s ist vorübergehend gesperrt.
-CHAN_X_NOT_REGISTERED
- Der Channel %s ist nicht registriert.
-CHAN_X_NOT_IN_USE
- Dieser Channel %s existiert nicht.
-CHAN_X_FORBIDDEN
- Der Channel %s ist verboten und darf nicht verwendet werden.
-CHAN_X_FORBIDDEN_OPER
- Der Channel %s wurde verboten von %s:
- %s
-CHAN_X_SUSPENDED
- Vorübergehend gesperrt: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Um diesen Befehl nutzen zu können, musst du dich identifizieren.
- Versuch es erneut nach %R%s IDENTIFY Passwort.
-CHAN_IDENTIFY_REQUIRED
- Um diesen Befehl nutzen zu können, musst du dich identifizieren.
- Versuch es erneut nach %R%s IDENTIFY %s Passwort.
-
-MAIL_DISABLED
- eMail-Handling der Services wurde deaktiviert.
-MAIL_INVALID
- eMail-Adresse für %s ist ungültig.
-MAIL_X_INVALID
- %s ist keine gültige eMail-Adresse.
-MAIL_LATER
- Die Services können gerade keine Mail verschicken, bitte versuche es später noch einmal.
-MAIL_DELAYED
- Bitte warte noch %d Sekunden und versuche es dann erneut.
-
-NO_REASON
- Kein Grund
-UNKNOWN
- <unbekannt>
-
-# Duration system
-DURATION_DAY
- 1 Tag
-DURATION_DAYS
- %d Tage
-DURATION_HOUR
- 1 Stunde
-DURATION_HOURS
- %d Stunden
-DURATION_MINUTE
- 1 Minute
-DURATION_MINUTES
- %d Minuten
-DURATION_SECOND
- 1 Sekunde
-DURATION_SECONDS
- %d Sekunden
-
-# Human readable expiration
-NO_EXPIRE
- läuft nicht aus
-EXPIRES_SOON
- verfällt beim nächstem Datenbank-Update
-EXPIRES_M
- verfällt in %d Minuten
-EXPIRES_1M
- verfällt in %d Minute
-EXPIRES_HM
- verfällt in %d Stunden, %d Minuten
-EXPIRES_H1M
- verfällt in %d Stunden, %d Minute
-EXPIRES_1HM
- verfällt in %d Stunde, %d Minuten
-EXPIRES_1H1M
- verfällt in %d Stunde, %d Minute
-EXPIRES_D
- verfällt in %d Tagen
-EXPIRES_1D
- verfällt in %d Tag
-
-# Generic Footer message
-END_OF_ANY_LIST
- Ende der %s Liste.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Dieser Nickname gehört schon jemand anderem. Bitte wähle einen anderen.
- (Sollte dieser Nickname dir gehören, tippe %R%s IDENTIFY Passwort.)
-NICK_IS_SECURE
- Dieser Nickname ist registriert und geschützt. Wenn es dein Nickname
- ist, tippe %R%s IDENTIFY Passwort. Ansonsten wähle bitte
- einen anderen Nickname.
-NICK_MAY_NOT_BE_USED
- Dieser Nickname kann nicht benutzt werden. Bitte wähle einen anderen.
-FORCENICKCHANGE_IN_1_MINUTE
- Wenn du ihn nicht innerhalb einer Minute identifizierst, wird er automatisch geändert.
-FORCENICKCHANGE_IN_20_SECONDS
- Wenn du ihn nicht innerhalb von 20 Sekunden identifizierst, wird er automatisch geändert.
-FORCENICKCHANGE_NOW
- Dieser Nickname ist registriert, du kannst ihn nicht benutzen.
-FORCENICKCHANGE_CHANGING
- Dein Nickname wurde geändert in %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER Passwort [eMail]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER Passwort eMail
-NICK_REGISTRATION_DISABLED
- Das Registrieren von Nicknamen ist derzeit deaktiviert.
-NICK_REGISTRATION_FAILED
- Registrierung fehlgeschlagen.
-NICK_REG_PLEASE_WAIT
- Bitte warte %d Sekunden, bevor der REGISTER Befehl wieder funktioniert.
-NICK_CANNOT_BE_REGISTERED
- Dieser Nickname %s kann nicht registriert werden.
-NICK_ALREADY_REGISTERED
- Dieser Nickname %s ist bereits registriert!
-NICK_REGISTERED
- Dein Nickname %s ist unter deinem Host registriert worden: %s
-NICK_REGISTERED_NO_MASK
- Der Nickname %s wurde erfolgreich registriert.
-NICK_PASSWORD_IS
- Dein Passwort ist %s - behalte es für spätere Benutzung.
-NICK_REG_DELAY
- Du musst länger als %d Sekunden verbunden sein, um einen Nicknamen zu registrieren.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP Ziel Passwort
-NICK_GROUP_DISABLED
- Das Gruppieren von Nicknamen ist derzeit deaktiviert.
-NICK_GROUP_FAILED
- Gruppieren fehlgeschlagen.
-NICK_GROUP_PLEASE_WAIT
- Bitte warte %d Sekunden, bevor der GROUP Befehl wieder funktioniert.
-NICK_GROUP_CHANGE_DISABLED
- Dein Nickname ist bereits registriert, tippe %R%s DROP um ihn zu löschen.
-NICK_GROUP_SAME
- Du bist bereits Mitglied der Gruppe %s.
-NICK_GROUP_TOO_MANY
- Es sind zu viele Nicknamen in %s's Gruppe. Liste sie auf und lösche einige davon.
- Tippe %R%s HELP GLIST und %R%s HELP DROP für weitere Infos.
-NICK_GROUP_JOINED
- Du bist jetzt in der Gruppe %s vertreten.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY Passwort
-NICK_IDENTIFY_FAILED
- Die Identifizierung ist fehlgeschlagen.
-NICK_IDENTIFY_SUCCEEDED
- Passwort akzeptiert - du bist jetzt angemeldet.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Du musst eine eMail-Adresse für deinen Nicknamen angeben.
- NickServ kann dir dann dein Passwort per Mail senden, falls du es
- vergessen solltest.
-NICK_IDENTIFY_EMAIL_HOWTO
- Tippe %R%S SET EMAIL eMail wenn du deine eMail-Adresse einstellen willst.
- Deine Privatsphäre wird respektiert und deine eMail-Adresse ist Dritten nicht
- zugänglich.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- Du bist bereits angemeldet.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status aktualisiert (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Du wurdest ausgeloggt.
-NICK_LOGOUT_X_SUCCEEDED
- Der Nickname %s wurde erfolgreich ausgeloggt.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Ausloggen von %s nicht möglich, da es sich um einen Services Administrator handelt.
-
-# DROP responses
-NICK_DROP_DISABLED
- Das Entfernen von Nicknamen ist derzeit deaktiviert.
-NICK_DROPPED
- Die Registrierung deines Nicknamens wurde gelöscht.
-NICK_X_DROPPED
- Der Nickname %s wurde aus der Datenbank entfernt.
-
-# SET responses
-NICK_SET_SYNTAX
- SET Option Parameter
-NICK_SET_SERVADMIN_SYNTAX
- SET [Nickname] Option Parameter
-NICK_SET_DISABLED
- Das Ändern der Optionen wurde deaktiviert.
-NICK_SET_UNKNOWN_OPTION
- Unbekannte SET Option %s.
-NICK_SET_OPTION_DISABLED
- Option %s kann in diesem Netzwerk nicht benutzt werden.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Der neue "Anführer" MUSS ein Nickname in deiner Gruppe sein!
-NICK_SET_DISPLAY_CHANGED
- Der neue "Anführer" deiner Gruppe ist jetzt %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Konnte dein Passwort nicht ändern.
-NICK_SET_PASSWORD_CHANGED
- Passwort geändert.
-NICK_SET_PASSWORD_CHANGED_TO
- Passwort geändert in %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE Nummer
-NICK_SET_LANGUAGE_UNKNOWN
- Unbekannte Sprachen-Nummer %d. Tippe %R%s HELP SET LANGUAGE um eine Liste aller verfügbaren Sprachen zu erhalten.
-NICK_SET_LANGUAGE_CHANGED
- Sprache wurde geändert zu Deutsch.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- eMail-Adresse zu %s geändert.
-NICK_SET_EMAIL_UNSET
- eMail-Adresse wurde entfernt.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Du kannst in diesem Netzwerk deine eMail-Adresse nicht entfernen.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Begrüssungsnachricht wurde zu %s geändert.
-NICK_SET_GREET_UNSET
- Begrüssungsnachricht wurde entfernt.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Kill-Schutz ist jetzt ON.
-NICK_SET_KILL_QUICK
- Kill-Schutz ist jetzt ON, mit einer geringeren Wartezeit.
-NICK_SET_KILL_IMMED
- Kill-Schutz ist jetzt ON, ohne Wartezeit.
-NICK_SET_KILL_IMMED_DISABLED
- Die IMMED Option ist in diesem Netzwerk nicht verfügbar.
-NICK_SET_KILL_OFF
- Kill-Schutz ist jetzt OFF.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Nickname-Sicherheit ist jetzt ON.
-NICK_SET_SECURE_OFF
- Nickname-Sicherheit ist jetzt OFF.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Privat-Option ist jetzt ON.
-NICK_SET_PRIVATE_OFF
- Privat-Option ist jetzt OFF.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Deine eMail-Adresse wird jetzt in der %s INFO Anzeige nicht mehr erscheinen.
-NICK_SET_HIDE_EMAIL_OFF
- Deine eMail-Adresse wird jetzt in der %s INFO Anzeige erscheinen.
-NICK_SET_HIDE_MASK_ON
- Deine letzte Hostmaske user@host wird jetzt in der %s INFO Anzeige nicht mehr erscheinen.
-NICK_SET_HIDE_MASK_OFF
- Deine letzte Hostmaske user@host wird jetzt in der %s INFO erscheinen.
-NICK_SET_HIDE_QUIT_ON
- Deine letzte Quit-Message wird jetzt in der %s INFO Anzeige nicht mehr erscheinen.
-NICK_SET_HIDE_QUIT_OFF
- Deine letzte Quit-Message wird jetzt in der %s INFO Anzeige erscheinen.
-NICK_SET_HIDE_STATUS_ON
- Dein Services-Zugriffsstatus wird jetzt in %s INFO Anzeigen versteckt.
-NICK_SET_HIDE_STATUS_OFF
- Dein Services-Zugriffsstatus wird nicht länger in %s INFO Anzeigen versteckt.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Die Services werden dir jetzt durch messages antworten.
-NICK_SET_MSG_OFF
- Die Services werden dir jetzt durch notices antworten.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Die Services werden Dir jetzt automatisch Op-Status geben in den Channels.
-NICK_SET_AUTOOP_OFF
- Die Services werden Dir jetzt nicht mehr automatisch Op-Status geben in den Channels.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Das Setzen von Nick-Optionen ist zeitweise deaktiviert.
-NICK_SASET_UNKNOWN_OPTION
- Ubekannte SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s ist nicht registriert.
-NICK_SASET_OPTION_DISABLED
- Die Einstellung %s ist auf diesem Netzwerk nicht verfügbar.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- Der für %s angezeigte Ursprung muss ein Nickname aus der zugehörigen Gruppe sein!
-NICK_SASET_DISPLAY_CHANGED
- Der angezeigte Gruppenursprung ist jetzt %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Das Passwort für %s konnte nicht geändert werden.
-NICK_SASET_PASSWORD_CHANGED
- Passwort für %s wurde geändert.
-NICK_SASET_PASSWORD_CHANGED_TO
- Passwort für %s wurde auf %s gesetzt.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail Adresse für %s wurde auf %s geändert.
-NICK_SASET_EMAIL_UNSET
- E-mail Adresse %s wurde entfernt.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- Auf diesem Netzwerk ist es nicht möglich die E-Mail Adresse zu entfernen.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Begrüssungsnachricht %s wurde auf %s geändert.
-NICK_SASET_GREET_UNSET
- Begrüssungsnachricht %s wurde entfernt.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Schutz des Nicknamens %s ist jetzt aktiviert (ON).
-NICK_SASET_KILL_QUICK
- Schutz des Nicknamens %s mit verkürzter Verzögerung aktiviert (ON).
-NICK_SASET_KILL_IMMED
- Schutz des Nicknamens %s ohne Verzögerung aktiviert (ON).
-NICK_SASET_KILL_IMMED_DISABLED
- Die IMMED Einstellung (Schutz ohne Verzögerung) ist auf diesem Netzwerk nicht verfügbar.
-NICK_SASET_KILL_OFF
- Schutz des Nicknamens %s ist jetzt deaktiviert (OFF).
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Sicherheitsfunktion (SECURE) ist für %s jetzt aktiviert (ON).
-NICK_SASET_SECURE_OFF
- Sicherheitsfunktion (SECURE) ist für %s jetzt deaktiviert (OFF).
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Der Privat-Modus (PRIVATE) ist für %s jetzt aktiviert (ON).
-NICK_SASET_PRIVATE_OFF
- Der Privat-Modus (PRIVATE) ist für %s jetzt deaktiviert (OFF).
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- Die Emailadresse %s wird jetzt bei %s INFO Abrufen versteckt.
-NICK_SASET_HIDE_EMAIL_OFF
- Die Emailadresse %s wird jetzt bei %s INFO Abrufen angezeigt.
-NICK_SASET_HIDE_MASK_ON
- Die letzte bekannte user@host Maske von %s wird jetzt bei %s INFO Abrufen versteckt.
-NICK_SASET_HIDE_MASK_OFF
- Die letzte bekannte user@host Maske von %s wird jetzt bei %s INFO Abrufen angezeigt.
-NICK_SASET_HIDE_QUIT_ON
- Die letzte Quit-Nachricht von %s wird jetzt bei %s INFO Abrufen versteckt.
-NICK_SASET_HIDE_QUIT_OFF
- Die letzte Quit-Nachricht von %s wird jetzt bei %s INFO Abrufen angezeigt.
-NICK_SASET_HIDE_STATUS_ON
- Die Services-Zugriffsberechtigungen von %s werden jetzt bei %s INFO Abrufen versteckt.
-NICK_SASET_HIDE_STATUS_OFF
- Die Services-Zugriffsberechtigungen von %s werden jetzt bei %s INFO Abrufen angezeigt.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Die Services werden jetzt %s mit messages antworten.
-NICK_SASET_MSG_OFF
- Die Services werden jetzt %s mit notices antworten.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nickname %s wird nicht mehr verfallen.
-NICK_SASET_NOEXPIRE_OFF
- Nickname %s wird wieder verfallen.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Die Services werden %s jetzt automatisch Op-Status geben in den Channels.
-NICK_SASET_AUTOOP_OFF
- Die Services werden %s jetzt nicht mehr automatisch Op-Status geben in den Channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unbekannte Sprachen-Nummer %d.
- Tippe %R%s HELP SET LANGUAGE um eine Liste aller verfügbaren Sprachen zu erhalten.
-NICK_SASET_LANGUAGE_CHANGED
- Sprache wurde geändert zu Deutsch.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [Maske]
-NICK_ACCESS_ALREADY_PRESENT
- Diese Hostmaske %s ist bereits auf der Access-Liste.
-NICK_ACCESS_REACHED_LIMIT
- Du kannst nur %d Einträge auf der Access-Liste speichern.
-NICK_ACCESS_ADDED
- %s wurde zu deiner Access-Liste hinzugefügt.
-NICK_ACCESS_NOT_FOUND
- %s wurde nicht auf deiner Access-Liste gefunden.
-NICK_ACCESS_DELETED
- %s wurde von deiner Access-Liste entfernt.
-NICK_ACCESS_LIST
- Access-Liste:
-NICK_ACCESS_LIST_X
- Access-Liste von %s:
-NICK_ACCESS_LIST_EMPTY
- Deine Access-Liste ist leer.
-NICK_ACCESS_LIST_X_EMPTY
- Die Access-Liste für %s leer.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO Nickname
-NICK_INFO_REALNAME
- %s ist %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Letzte gesehene Hostmaske: %s
-NICK_INFO_ADDRESS_ONLINE
- ist online von: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s ist derzeit online.
-NICK_INFO_TIME_REGGED
- Registriert seit: %s
-NICK_INFO_LAST_SEEN
- Letztes Mal gesehen: %s
-NICK_INFO_LAST_QUIT
- Letzte Quit-Nachricht: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- eMail-Adresse: %s
-NICK_INFO_VHOST
- vHost: %s
-NICK_INFO_VHOST2
- vHost: %s@%s
-NICK_INFO_GREET
- Grussnachricht: %s
-NICK_INFO_OPTIONS
- Optionen: %s
-NICK_INFO_EXPIRE
- Wird am %s auslaufen
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Kill-Schutz
-NICK_INFO_OPT_SECURE
- Secure-Modus
-NICK_INFO_OPT_PRIVATE
- Privat
-NICK_INFO_OPT_MSG
- Message-Mode
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Keine
-NICK_INFO_NO_EXPIRE
- Dieser Nickname wird nicht auslaufen.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- Dieser Nickname ist zur Zeit gesperrt, Grund: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Dieser Nickname ist zur Zeit gesperrt
-
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST Muster
-NICK_LIST_SERVADMIN_SYNTAX
- LIST Muster [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Liste der gefundenen Einträge %s:
-NICK_LIST_RESULTS
- Ende der Liste - %d/%d Treffer angezeigt.
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST Nickname
-NICK_ALIST_HEADER
- Die Channels auf die du Zugriff hast:
- Nummer Channel Level Beschreibung
-NICK_ALIST_HEADER_X
- Die Channels auf die %s Zugriff hat:
- Nummer Channel Level Beschreibung
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Ende der Liste - %d/%d Treffer angezeigt.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Liste der Nicknamen in deiner Gruppe:
-NICK_GLIST_HEADER_X
- Liste der Nicknamen in der Gruppe von %s:
-NICK_GLIST_FOOTER
- %d Nicknamen in der Gruppe.
-NICK_GLIST_REPLY
- %s (wird in %s auslaufen)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER Nickname [Passwort]
-NICK_NO_RECOVER_SELF
- Du kannst dich nicht selber recovern!
-NICK_RECOVERED
- Der User, der mit deinem Nicknamen online gewesen ist, wurde entfernt.Tippe:
- %R%s RELEASE %s ein, um ihn vor dem %s-Timeout zurückzubekommen.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE Nickname [Password]
-NICK_RELEASE_NOT_HELD
- Der Nickname %s ist nicht gesperrt.
-NICK_RELEASED
- Die Services haben den Nicknamen wieder verfügbar gemacht.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST Nickname [Passwort]
-NICK_NO_GHOST_SELF
- Du kannst dich doch nicht selber ghosten!
-NICK_GHOST_KILLED
- Ghost mit deinem Nicknamen wurde entfernt.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS Nickname
-NICK_GETPASS_UNAVAILABLE
- GETPASS nicht verfügbar, da die Verschlüsselung aktiviert ist.
-NICK_GETPASS_PASSWORD_IS
- Passwort von %s ist %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Keine WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Passende Emails %s bis %s.
-NICK_GETEMAIL_NOT_USED
- Keine eingetragenen Emails für %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS Nickname
-NICK_SENDPASS_UNAVAILABLE
- SENDPASS Befehl nicht verfügbar, da die Verschlüsselung aktiviert ist.
-NICK_SENDPASS_SUBJECT
- Nick-Passwort (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Das Passwort von %s wurde per eMail verschickt.
-
-# RESETPASS responces
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND Nickname Grund
-NICK_SUSPEND_SUCCEEDED
- Der Nickname %s ist jetzt suspendiert.
-NICK_SUSPEND_FAILED
- Konnte den Nicknamen %s nicht suspendieren!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND Nickname
-NICK_UNSUSPEND_SUCCEEDED
- Der Nickname %s ist jetzt freigegeben.
-NICK_UNSUSPEND_FAILED
- Konnte den Nicknamen %s nicht freigeben!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID Nickname [Grund]
-NICK_FORBID_SYNTAX_REASON
- FORBID Nickname Grund
-NICK_FORBID_SUCCEEDED
- Der Nickname %s ist jetzt verboten.
-NICK_FORBID_FAILED
- Konnte den Nicknamen %s nicht verbieten!
-
-# Nick Registration responses
-NICK_REQUESTED
- Dieser Nickname wurde bereits angefordert, bitte prüfe deinen Email Account für das Passwort.
-NICK_REG_RESENT
- Dein Passcode wurde noch einmal an %s geschickt.
-NICK_REG_UNABLE
- Nick konnte NICHT registriert werden, versuche es später noch einmal.
-NICK_IS_PREREG
- Dieser Nickname benötigt das Email Bestätigungs Passwort vor Abschluß der Registrierung.
-NICK_ENTER_REG_CODE
- Ein Password wurde zu %s gesendet, bitte tippe %R%s confirm <passcode> um die Registrierung abzuschließen.
-NICK_REG_MAIL_SUBJECT
- Nickname Registrierung (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Passcode für %s ist %s.
-NICK_FORCE_REG
- Nickname %s bestätigt
-
-# Confirm responses
-NICK_CONFIRM_NOT_FOUND
- Registrieungs Stufe 1 ist eventuell abgelaufen, bitte nutze zuerst "%R%s register <password> <email>".
-NICK_CONFIRM_INVALID
- Ein ungültiger Passcode wurde eingegeben, prüfe bitte deine Email und gib den Code erneut ein.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Automatischer Channel-Operator Status
-CHAN_LEVEL_AUTOVOICE
- Automatischer Voice-Status
-CHAN_LEVEL_AUTOHALFOP
- Automatischer Half-Op Status
-CHAN_LEVEL_AUTOPROTECT
- Automatischer Founder-Status
-CHAN_LEVEL_AUTODEOP
- Channel-Operator-Status nicht erlaubt
-CHAN_LEVEL_NOJOIN
- Der Channel kann nicht betreten werden, da er RESTRICTED ist.
-CHAN_LEVEL_INVITE
- INVITE-Befehl erlaubt
-CHAN_LEVEL_AKICK
- AKICK-Befehl erlaubt
-CHAN_LEVEL_SET
- SET-Befehl erlaubt (nicht FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- CLEAR-Befehl erlaubt
-CHAN_LEVEL_UNBAN
- UNBAN-Befehl erlaubt
-CHAN_LEVEL_OPDEOP
- OP/DEOP-Befehl erlaubt
-CHAN_LEVEL_ACCESS_LIST
- Ansicht der Channel-Access-Liste erlaubt
-CHAN_LEVEL_ACCESS_CHANGE
- Änderungen an der Channel-Access-Liste erlaubt
-CHAN_LEVEL_MEMO
- Erlaubnis Channel-Memos zu lesen
-CHAN_LEVEL_ASSIGN
- Erlaubnis Bots hinzuzufügen / zu entfernen
-CHAN_LEVEL_BADWORDS
- BADWORDS-Befehl erlaubt
-CHAN_LEVEL_NOKICK
- Wird nicht durch den Bot-Kicker gekicked
-CHAN_LEVEL_FANTASIA
- Darf die Befehle des Fantasia-Mode benutzen
-CHAN_LEVEL_SAY
- SAY/ACT-Befehl erlaubt
-CHAN_LEVEL_GREET
- Grussmeldung wird angezeigt
-CHAN_LEVEL_VOICEME
- Erlaubnis sich selbst zu (de)voicen
-CHAN_LEVEL_VOICE
- VOICE/DEVOICE-Befehl erlaubt
-CHAN_LEVEL_GETKEY
- GETKEY-Befehl erlaubt
-CHAN_LEVEL_OPDEOPME
- Erlaubnis sich selbst zu (de)op'en
-CHAN_LEVEL_HALFOPME
- Erlaubnis sich selbst zu (de)halfop'en
-CHAN_LEVEL_HALFOP
- HALFOP/DEHALFOP-Befehl erlaubt
-CHAN_LEVEL_PROTECTME
- Erlaubnis, selber den Schutz ein/auszuschalten
-CHAN_LEVEL_PROTECT
- PROTECT-DEPROTECT-Befehl erlaubt
-CHAN_LEVEL_KICKME
- Erlaubnis, sich selbst zu kicken
-CHAN_LEVEL_KICK
- KICK-Befehl erlaubt
-CHAN_LEVEL_SIGNKICK
- Kein signierter Kick wenn SIGNKICK LEVEL genutzt wird
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# Automatic responses
-CHAN_LEVEL_BANME
- Erlaubnis, sich selbst zu bannen
-CHAN_LEVEL_BAN
- Erlaubnis, BAN zu nutzen
-CHAN_LEVEL_TOPIC
- Erlaubnis, TOPIC zu nutzen
-CHAN_LEVEL_INFO
- Erlaubnis, INFO mit der ALL Option zu nutzen
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Dieser Channel wurde registriert von %s.
-CHAN_NOT_ALLOWED_OP
- Du hast keine Erlaubnis, den Operator-Status in %s zu benutzen.
-CHAN_MAY_NOT_BE_USED
- Dieser Channel kann nicht benutzt werden.
-CHAN_NOT_ALLOWED_TO_JOIN
- Dir ist es nicht erlaubt, diesen Channel zu betreten.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s ist kein gültiger Channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER Channel Beschreibung
-CHAN_REGISTER_DISABLED
- Die Registrierung von Channels ist derzeit deaktiviert.
-CHAN_REGISTER_NOT_LOCAL
- Lokale Channels können nicht registriert werden.
-CHAN_MAY_NOT_BE_REGISTERED
- Der Channel %s kann nicht registriert werden.
-CHAN_ALREADY_REGISTERED
- Der Channel %s ist bereits registriert!
-CHAN_MUST_BE_CHANOP
- Du musst Channel-Operator sein um diesen Channel zu registrieren.
-CHAN_REACHED_CHANNEL_LIMIT
- Du hast bereits %d Channels auf deinen Nicknamen registriert.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Du hast bereits das Limit von %d registrierten Channels erreicht.
-CHAN_REGISTRATION_FAILED
- Registrierung fehlgeschlagen.
-CHAN_REGISTERED
- Der Channel %s ist registriert unter deinem Nicknamen: %s
-CHAN_REGISTER_NONE_CHANNEL
- Du hast versucht ein nicht existierender Channel %s zu registrieren.
-CHAN_SYMBOL_REQUIRED
- Verwende bitte nur das Symbol # wenn du versuchst ein
- Channel zu registrieren.
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP Channel
-CHAN_DROP_DISABLED
- Das Entfernen von Channel-Registrierungen ist derzeit deaktiviert.
-CHAN_DROPPED
- Channel %s wurde aus der Datenbank entfernt.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameter
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET Channel Option Parameter
-CHAN_SET_DISABLED
- Channel-Optionen sind derzeit deaktiviert.
-CHAN_SET_UNKNOWN_OPTION
- Unbekannte SET-Option %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s hat zu viele Channels auf seinen Nicknamen registriert.
-CHAN_FOUNDER_CHANGED
- Founder von %s wurde geändert zu %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Vertreter von %s wurde geändert zu %s.
-CHAN_SUCCESSOR_UNSET
- Der Eintrag des Vertreters für %s wurde entfernt.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s kann nicht gleichzeitig Gründer und Vertreter im Channel %s sein.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Beschreibung von %s wurde geändert zu %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- eMail-Adresse von %s wurde geändert in %s.
-CHAN_EMAIL_UNSET
- eMail-Adresse von %s wurde entfernt.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Begrüssungsnachricht von %s wurde geändert.
-CHAN_ENTRY_MSG_UNSET
- Begrüssungsnachricht von %s wurde entfernt.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s ist kein gültiger Ban-Typ.
-CHAN_SET_BANTYPE_CHANGED
- Ban-Typ für den Channel %s ist jetzt #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Unbekanntes Mode-Zeichen: %c wurde ignoriert.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Mode %c wurde ignoriert, da du diesen Mode nicht festsetzen kannst.
-CHAN_SET_MLOCK_L_REQUIRED
- Lock Mode +L setzt das Festsetzen des Modes +l vorraus.
-CHAN_SET_MLOCK_K_REQUIRED
- Du musst auch Mode +i festsetzen um Mode +K festsetzen zu können.
-CHAN_MLOCK_CHANGED
- Mode lock für Channel %s geändert zu %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET Channel KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Die Topic-Beibehaltung für %s ist jetzt aktiviert (ON).
-CHAN_SET_KEEPTOPIC_OFF
- Die Topic-Beibehaltung für %s ist jetzt deaktiviert (OFF).
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET Channel TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic-Sperre Option für %s ist jetzt ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic-Sperre Option für %s ist jetzt OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PEACE_SYNTAX
- SET Channel PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace Option für %s ist jetzt ON.
-CHAN_SET_PEACE_OFF
- Peace Option für %s ist jetzt OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET Channel PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private Option für %s ist jetzt ON.
-CHAN_SET_PRIVATE_OFF
- Private Option für %s ist jetzt OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET Channel SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure-Ops Option für %s ist jetzt ON.
-CHAN_SET_SECUREOPS_OFF
- Secure-Ops Option für %s ist jetzt OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET Channel SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure Founder Option für %s ist jetzt ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure Founder Option für %s ist jetzt OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET Channel RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Eingeschränkter Access Option für %s ist jetzt ON.
-CHAN_SET_RESTRICTED_OFF
- Eingeschränkter Access Option für %s ist jetzt OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET Channel SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure Option für %s ist jetzt ON.
-CHAN_SET_SECURE_OFF
- Secure Option für %s ist jetzt OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET Channel SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signierte kicks Option für %s ist jetzt ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signierte kicks Option für %s ist jetzt ON, hängt aber von den
- Level des Benutzers der den Befehl verwendet ab.
-CHAN_SET_SIGNKICK_OFF
- Signierte kicks Option für %s ist jetzt OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET Channel OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice Option für %s ist jetzt ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice Option für %s ist jetzt OFF.
-
-# SET NOEXPIRE responses
-CHAN_SET_XOP_SYNTAX
- SET Channel XOP {ON | OFF}
-CHAN_SET_XOP_ON
- XOP System für %s ist jetzt ON.
-CHAN_SET_XOP_OFF
- XOP System für %s ist jetzt OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET channel NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Der Channel %s wird nicht mehr auslaufen.
-CHAN_SET_NOEXPIRE_OFF
- Der Channel %s wird nach einer bestimmten Zeit auslaufen.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Du kannst maximal %d AOP/SOP/VOP Einträge in einem Channel haben.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Du kannst diesen Befehl nicht benutzen. Benutze Stattdessen ACCESS.
- Tippe %R%s HELP ACCESS für weitere Informationen.
-CHAN_XOP_NOT_AVAILABLE
- XOP System ist nicht verfügbar.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]
-CHAN_AOP_DISABLED
- Die Channel AOP-Liste kann derzeit nicht geändert werden.
-CHAN_AOP_NICKS_ONLY
- Die Channel AOP-Liste darf nur registrierte Nicknamen enthalten.
-CHAN_AOP_ADDED
- %s wurde der %s AOP-Liste hinzugefügt.
-CHAN_AOP_MOVED
- %s wurde auf die %s AOP-Liste verschoben.
-CHAN_AOP_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) in der %s AOP-Liste.
-CHAN_AOP_NOT_FOUND
- %s wurde nicht in der %s AOP-Liste gefunden.
-CHAN_AOP_NO_MATCH
- Keine passenden Einträge in der %s AOP-Liste.
-CHAN_AOP_DELETED
- %s gelöscht von der %s AOP-Liste.
-CHAN_AOP_DELETED_ONE
- 1 Eintrag wurde von der %s AOP-Liste gelöscht.
-CHAN_AOP_DELETED_SEVERAL
- %d Einträge wurden von der %s AOP-Liste gelöscht.
-CHAN_AOP_LIST_EMPTY
- Die AOP-Liste von %s ist leer.
-CHAN_AOP_LIST_HEADER
- AOP Liste für %s:
- Nummer Nickname
-CHAN_AOP_CLEAR
- Die AOP-Liste von %s wurde geleert.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]
-CHAN_HOP_DISABLED
- Die Channel HOP-Liste kann derzeit nicht geändert werden.
-CHAN_HOP_NICKS_ONLY
- Die Channel HOP-Liste darf nur registrierte Nicknamen enthalten.
-CHAN_HOP_ADDED
- %s wurde der %s HOP-Liste hinzugefügt.
-CHAN_HOP_MOVED
- %s wurde auf die %s HOP-Liste verschoben.
-CHAN_HOP_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) in der %s HOP-Liste.
-CHAN_HOP_NOT_FOUND
- %s wurde nicht gefunden in der %s HOP-Liste.
-CHAN_HOP_NO_MATCH
- Keine passenden Einträge in der %s HOP-Liste.
-CHAN_HOP_DELETED
- %s wurde gelöscht von der %s HOP-Liste.
-CHAN_HOP_DELETED_ONE
- 1 Eintrag wurde von der %s HOP-Liste gelöscht.
-CHAN_HOP_DELETED_SEVERAL
- %d Einträge wurden von der %s HOP-Liste gelöscht.
-CHAN_HOP_LIST_EMPTY
- Die HOP-Liste von %s ist leer.
-CHAN_HOP_LIST_HEADER
- HOP Liste für %s:
- Nummer Nickname
-CHAN_HOP_CLEAR
- Die %s HOP-Liste wurde geleert.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]
-CHAN_SOP_DISABLED
- Die Channel SOP-Liste kann derzeit nicht geändert werden.
-CHAN_SOP_NICKS_ONLY
- Die Channel SOP-Liste darf nur registrierte Nicknamen enthalten.
-CHAN_SOP_ADDED
- %s wurde der %s SOP-Liste hinzugefügt.
-CHAN_SOP_MOVED
- %s wurde auf %s SOP-Liste verschoben.
-CHAN_SOP_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) in der %s SOP-Liste.
-CHAN_SOP_NOT_FOUND
- %s wurde nicht gefunden in der %s SOP-Liste.
-CHAN_SOP_NO_MATCH
- Keine passenden Einträge in der %s SOP-Liste.
-CHAN_SOP_DELETED
- %s wurde von der %s SOP-Liste gelöscht.
-CHAN_SOP_DELETED_ONE
- 1 Eintrag wurde von der %s SOP-Liste gelöscht.
-CHAN_SOP_DELETED_SEVERAL
- %d Einträge wurden von der %s SOP-Liste gelöscht.
-CHAN_SOP_LIST_EMPTY
- Die SOP-Liste von %s ist leer.
-CHAN_SOP_LIST_HEADER
- SOP Liste für %s:
- Nummer Nickname
-CHAN_SOP_CLEAR
- Die SOP-Liste von %s wurde geleert.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP Channel {ADD|DEL|LIST|CLEAR} [Nickname | entry-liste]
-CHAN_VOP_DISABLED
- Die Channel VOP-Liste kann derzeit nicht geändert werden.
-CHAN_VOP_NICKS_ONLY
- Die Channel VOP-Liste darf nur registrierte Nicknamen enthalten.
-CHAN_VOP_ADDED
- %s wurde der %s VOP-Liste hinzugefügt.
-CHAN_VOP_MOVED
- %s wurde auf die %s VOP-Liste verschoben.
-CHAN_VOP_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) in der %s VOP-Liste.
-CHAN_VOP_NOT_FOUND
- %s wurde nicht gefunden in der %s VOP-Liste.
-CHAN_VOP_NO_MATCH
- Keine passenden Einträge in der %s VOP-Liste.
-CHAN_VOP_DELETED
- %s wurde gelöscht von der %s VOP-Liste.
-CHAN_VOP_DELETED_ONE
- 1 Eintrag wurde von der %s VOP-Liste gelöscht.
-CHAN_VOP_DELETED_SEVERAL
- %d Einträge wurden von der %s VOP-Liste gelöscht.
-CHAN_VOP_LIST_EMPTY
- Die VOP-Liste von %s ist leer.
-CHAN_VOP_LIST_HEADER
- VOP Liste für %s:
- Nummer Nickname
-CHAN_VOP_CLEAR
- Die VOP-Liste von %s wurde geleert.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS Channel {ADD|DEL|LIST|CLEAR} [Nickname [Level] | entry-liste]
-CHAN_ACCESS_XOP
- Du kannst dieses Befehl nicht nutzen.
- Nutze stattdessen die AOP, SOP und VOP Befehle.
- Tippe %R%s HELP Befehl für weitere Informationen.
-CHAN_ACCESS_XOP_HOP
- Du kannst dieses Befehl nicht nutzen.
- Nutze stattdessen die AOP, SOP, HOP und VOP Befehle.
- Tippe %R%s HELP Befehl für weitere Informationen.
-CHAN_ACCESS_DISABLED
- Das Ändern der Channel-Access-Liste wurde zwischenzeitig deaktiviert.
-CHAN_ACCESS_LEVEL_NONZERO
- Access-Level muss grösser als 0 sein.
-CHAN_ACCESS_LEVEL_RANGE
- Access-Level muss zwischen %d und einschliesslich %d liegen.
-CHAN_ACCESS_NICKS_ONLY
- Die Channel-Access-Liste darf nur registrierte Nicknamen enthalten.
-CHAN_ACCESS_REACHED_LIMIT
- Die Access-Liste ist auf %d Einträge beschränkt.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Access-Level für %s in %s ist unverändert auf %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Access-Level für %s in %s wurde geändert auf %d.
-CHAN_ACCESS_ADDED
- %s wurde zur Access-Liste von %s hinzugefügt mit Level %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) auf der Access-Liste von %s.
-CHAN_ACCESS_NOT_FOUND
- %s wurde auf der Access-Liste von %s nicht gefunden.
-CHAN_ACCESS_NO_MATCH
- Es existieren keine entsprechenden Einträge in der Access-Liste von %s.
-CHAN_ACCESS_DELETED
- %s wurde von der Access-Liste von %s entfernt.
-CHAN_ACCESS_DELETED_ONE
- 1 Eintrag wurde aus der Access-Liste von %s entfernt.
-CHAN_ACCESS_DELETED_SEVERAL
- %d Einträge wurden aus der Access-Liste von %s entfernt.
-CHAN_ACCESS_LIST_EMPTY
- Die Access-Liste von %s ist leer.
-CHAN_ACCESS_LIST_HEADER
- Access-Liste für %s:
- Nummer Level Nickname
-CHAN_ACCESS_LIST_FOOTER
- Ende der Access-liste.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Die Access-Liste von %s wurde geleert.
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK Channel {ADD | DEL | LIST | VIEW | ENFORCE | CLEAR} [Nickname/Usermaske]
-CHAN_AKICK_DISABLED
- Das Bearbeiten der AutoKick-Liste wurde zwischenzeitlich deaktiviert.
-CHAN_AKICK_ALREADY_EXISTS
- %s existiert bereits auf der AutoKick-Liste von %s.
-CHAN_AKICK_REACHED_LIMIT
- Du kannst nur max. %d Einträge auf der AutoKick-Liste haben.
-CHAN_AKICK_ADDED
- %s wurde der AutoKick-Liste von %s hinzugefügt.
-CHAN_AKICK_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) auf der Autokick-Liste von %s gefunden.
-CHAN_AKICK_NOT_FOUND
- %s wurde nicht auf der AutoKick-Liste von %s gefunden.
-CHAN_AKICK_NO_MATCH
- Keine entsprechenden Einträge auf der AutoKick-Liste von %s gefunden.
-CHAN_AKICK_STUCK
- %s ist jetzt stetig aktiviert im %s.
-CHAN_AKICK_UNSTUCK
- %s ist jetzt nicht mehr stetig aktiviert im %s.
-CHAN_AKICK_DELETED
- %s wurde von der Autokick-Liste von %s entfernt.
-CHAN_AKICK_DELETED_ONE
- 1 Eintrag der AutoKick-Liste von %s entfernt.
-CHAN_AKICK_DELETED_SEVERAL
- %d Einträge wurden aus der AutoKick-Liste von %s entfernt.
-CHAN_AKICK_LIST_EMPTY
- Die Autokick-Liste von %s ist leer.
-CHAN_AKICK_LIST_HEADER
- Autokick-Liste von %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s%s
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (von %s am %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (stuck) (von %s am %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE für %s erledigt. %d User betroffen.
-CHAN_AKICK_CLEAR
- Die Autokick-Liste von %s wurde geleert.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS Channel {SET | DIS[ABLE] | LIST | RESET} [item [Level]]
-CHAN_LEVELS_XOP
- Der Befehl ist in diesem Modus nutzlos - Deaktiviere zuerst XOP.
-CHAN_LEVELS_RANGE
- Der Level kann nur zwischen %d und einschliesslich %d liegen.
-CHAN_LEVELS_CHANGED
- Der Level für %s für den Channel %s wurde geändert auf %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Einstellung %s ist unbekannt. Tippe %R%s HELP LEVELS DESC für eine ausführliche Einstellungsliste.
-CHAN_LEVELS_DISABLED
- %s wurde deaktiviert im Channel %s.
-CHAN_LEVELS_LIST_HEADER
- Zugriffslevel für Channel %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (deaktiviert)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (nur Gründer)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Zugriffslevel für %s wurden auf Standardwerte zurückgesetzt.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s ist nicht registriert
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s ist verboten
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nickname %s ist nicht online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO Channel
-CHAN_INFO_HEADER
- Informationen über den Channel %s:
-CHAN_INFO_FOUNDER
- Gründer: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Gründer: %s
-CHAN_INFO_SUCCESSOR
- Vertreter: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Vertreter: %s
-CHAN_INFO_DESCRIPTION
- Beschreibung: %s
-CHAN_INFO_ENTRYMSG
- Eintrittsnachricht: %s
-CHAN_INFO_TIME_REGGED
- Registriert: %s
-CHAN_INFO_LAST_USED
- Zuletzt benutzt: %s
-CHAN_INFO_LAST_TOPIC
- Letztes Topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topic gesetzt von: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- eMail-Adresse: %s
-CHAN_INFO_BANTYPE
- Ban-Typ: %d
-CHAN_INFO_OPTIONS
- Optionen: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Topic-Wiederherstellung
-CHAN_INFO_OPT_OPNOTICE
- OP Notice
-CHAN_INFO_OPT_PEACE
- Peace
-CHAN_INFO_OPT_PRIVATE
- Privat
-CHAN_INFO_OPT_RESTRICTED
- Eingeschränkter Access
-CHAN_INFO_OPT_SECURE
- Secure
-CHAN_INFO_OPT_SECUREOPS
- Secure Ops
-CHAN_INFO_OPT_SECUREFOUNDER
- Secure Founder
-CHAN_INFO_OPT_SIGNKICK
- Signierte kicks
-CHAN_INFO_OPT_TOPICLOCK
- Topic-Sperre
-CHAN_INFO_OPT_XOP
- xOP Listen-System
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Keine
-CHAN_INFO_MODE_LOCK
- Mode lock: %s
-CHAN_INFO_EXPIRE
- Wird am %s auslaufen.
-CHAN_INFO_NO_EXPIRE
- Dieser Channel wird nicht auslaufen.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST Muster
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST Muster [FORBIDDEN] [NOEXPIRE]
-CHAN_LIST_HEADER
- Liste passender Einträge zu %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Ende der Liste - %d/%d Treffer gezeigt.
-
-# CLIST responses
-CHAN_INVITE_SYNTAX
- INVITE Channel
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN Channel [nick]
-CHAN_UNBANNED
- Dein Ban in %s wurde entfernt.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# CLEAR responses
-CHAN_TOPIC_SYNTAX
- TOPIC Channel [Topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR Channel was
-CHAN_CLEARED_BANS
- Alle Bans in %s wurden entfernt.
-CHAN_CLEARED_EXCEPTS
- Alle Ausnahmen in %s wurden entfernt.
-CHAN_CLEARED_MODES
- Alle Channel-Modes von %s wurden zurückgesetzt.
-CHAN_CLEARED_OPS
- Alle Op-Flags wurden im Channel %s entfernt.
-CHAN_CLEARED_HOPS
- Alle HalfOp-Flags wurden im Channel %s entfernt.
-CHAN_CLEARED_VOICES
- Alle Voice-Flags wurden im Channel %s entfernt.
-CHAN_CLEARED_USERS
- Alle User wurden aus Channel %s gekicked.
-CHAN_CLEARED_INVITES
- Alle Invites wurden im Channel %s entfernt.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY Channel
-CHAN_GETKEY_NOKEY
- Der Channel %s hat keinen Schlüßel.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID Channel [Grund]
-CHAN_FORBID_SYNTAX_REASON
- FORBID Channel Grund
-CHAN_FORBID_SUCCEEDED
- Der Channel %s hat jetzt den Status "verboten".
-CHAN_FORBID_FAILED
- Konnte den Status "verboten" bei %s nicht setzen!
-
-# Misc responses
-CHAN_FORBID_REASON
- Dieser Channel wurde verboten.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND Channel [Grund]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND Channel Grund
-CHAN_SUSPEND_SUCCEEDED
- Der Channel %s ist jetzt auf SUSPENDED gesetzt.
-CHAN_SUSPEND_FAILED
- SUSPEND konnte in Channel %s nicht aktiviert werden!
-CHAN_SUSPEND_REASON
- Dieser Channel wurde auf SUSPENDED gesetzt.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND Channel
-CHAN_UNSUSPEND_ERROR
- Kein # vor dem Channelnamen gefunden.
-CHAN_UNSUSPEND_SUCCEEDED
- Der Channel %s ist jetzt nicht mehr auf SUSPENDED gesetzt.
-CHAN_UNSUSPEND_FAILED
- Der Channel %s konnte nicht auf UNSUSPENED gesetzt werden!
-
-# Misc responses
-CHAN_EXCEPTED
- %s passt zur Ausnahme von %s und kann nicht gebannt werden, solange die Ausnahme nicht gelöscht wird.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Du hast eine neue Memo.
-MEMO_HAVE_NEW_MEMOS
- Du hast %d neue Memos.
-MEMO_TYPE_READ_LAST
- Tippe %R%s READ LAST um sie zu lesen.
-MEMO_TYPE_READ_NUM
- Tippe %R%s READ %d um sie zu lesen.
-MEMO_TYPE_LIST_NEW
- Tippe %R%s LIST NEW um eine Auflistung deiner neuen Memos zu erhalten.
-MEMO_AT_LIMIT
- Warnung: Du hast die maximale Anzahl gespeicherter Memos erreicht (%d). Du kannst keine weiteren Nachrichten empfangen, bis du einige deiner jetzigen Memos gelöscht hast.
-MEMO_OVER_LIMIT
- Warnung: Du hast die maximale Anzahl gespeicherter Memos überschritten (%d). Du kannst keine weiteren Memos empfangen, bis du einige deiner jetzigen Memos gelöscht hast.
-MEMO_X_MANY_NOTICE
- Es gibt %d benachrichtigungen für den Channel %s.
-MEMO_X_ONE_NOTICE
- Es gibt %d Benachrichtigung für Channel %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Es gibt eine neue Nachricht für Channel %s.
- Tippe %R%s READ %s %d um sie zu lesen.
-MEMO_NEW_MEMO_ARRIVED
- Du hast eine neue Nachricht von %s empfangen.
- Tippe %R%s READ %d um sie zu lesen.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Du hast keine Memos.
-MEMO_X_HAS_NO_MEMOS
- %s hat keine Memos.
-MEMO_DOES_NOT_EXIST
- Memo %d existiert nicht!
-MEMO_LIST_NOT_FOUND
- Keine entsprechenden Memos gefunden.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {Nickname | Channel} Memo-text
-MEMO_SEND_DISABLED
- Der Memo-Versand wurde kurzzeitig deaktiviert.
-MEMO_SEND_PLEASE_WAIT
- Bitte warte %d Sekunden bis du den SEND Befehl wieder benutzen kannst.
-MEMO_X_GETS_NO_MEMOS
- %s kann keine Memos empfangen.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s hat zu viele Memos gespeichert und kann keine weiteren empfangen.
-MEMO_SENT
- Memo wurde an %s versandt.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- Ein Massen-Memo wurde an alle regsitrierte User gesendet.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {Nickname | Channel}
-MEMO_CANCEL_DISABLED
- Das Widerrufen von Memos wurde deaktiviert.
-MEMO_CANCEL_NONE
- Kein Memo konnte widerrufen werden.
-MEMO_CANCELLED
- Die letzte Memo an %s wurde widerrufen.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [Channel] [Liste | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Du hast keine neuen Memos.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s hat keine Memos.
-MEMO_LIST_MEMOS
- Memos für %s. Um sie zu lesen, tippe %R%s READ Nummer
-MEMO_LIST_NEW_MEMOS
- Neue Memos für %s. Um sie zu lesen, tippe %R%s READ Nummer
-MEMO_LIST_CHAN_MEMOS
- Memos für %s. Um sie zu lesen, tippe %R%s READ %s Nummer
-MEMO_LIST_CHAN_NEW_MEMOS
- Neue Memos für %s. Um sie zu lesen, tippe %R%s READ %s Nummer
-MEMO_LIST_HEADER
- Nummer Sender Datum/Zeit
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [Channel] {Liste | LAST | NEW}
-MEMO_HEADER
- Memo %d von %s (%s). Um sie zu löschen, tippe %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d von %s (%s). Um sie zu löschen, tippe %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [Channel] {Nummer | Liste | ALL}
-MEMO_DELETED_NONE
- Es wurden keine Memos gelöscht.
-MEMO_DELETED_ONE
- Memo %d wurde gelöscht.
-MEMO_DELETED_SEVERAL
- Memos %s wurden gelöscht.
-MEMO_DELETED_ALL
- Alle deine Memos wurden gelöscht.
-MEMO_CHAN_DELETED_ALL
- Alle Memos für den Channel %s wurden gelöscht.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET Option Parameter
-MEMO_SET_DISABLED
- MEMO SET Befehl wurde kurzzeitig deaktiviert.
-MEMO_SET_UNKNOWN_OPTION
- Unbekannte SET Option %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s wird dich beim Einloggen über eingegangene Memos informieren.
-MEMO_SET_NOTIFY_LOGON
- %s wird dich beim Einloggen oder bei der Rückkehr aus /AWAY über eingegangene Memos informieren.
-MEMO_SET_NOTIFY_NEW
- %s wird dich benachrichtigen, sobald neue Memos für dich eintreffen.
-MEMO_SET_NOTIFY_OFF
- %s wird dich nicht länger beim Eintreffen neuer Memos benachrichtigen.
-MEMO_SET_NOTIFY_MAIL
- Du wirst jetzt per Email über neue Memos informiert.
-MEMO_SET_NOTIFY_NOMAIL
- Du wirst nicht länger per Email über neue Memos benachrichtigt.
-MEMO_SET_NOTIFY_INVALIDMAIL
- Du hast keine zulässige Email Adresse gesetzt.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [Channel] Limit
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [User | Channel] {Limit | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Du hast keine Berechtigung dein Memo-Limit zu ändern.
-MEMO_SET_LIMIT_FORBIDDEN
- Du hast keine Berechtigung das Memo-Limit für %s zu ändern.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Du kannst dein Memo-Limit nicht höher als %d setzen.
-MEMO_SET_LIMIT_TOO_HIGH
- Du kannst das Memo-Limit für %s nicht höher als %d setzen.
-MEMO_SET_LIMIT_OVERFLOW
- Das Memo-Limit ist zu gross, es wird reduziert auf %d.
-MEMO_SET_YOUR_LIMIT
- Dein Memo-Limit wurde auf %d gesetzt.
-MEMO_SET_YOUR_LIMIT_ZERO
- Du wirst ab sofort keine Memos mehr empfangen können.
-MEMO_UNSET_YOUR_LIMIT
- Dein Memo-Limit wurde aufgehoben.
-MEMO_SET_LIMIT
- Memo-Limit von %s wurde auf %d gesetzt.
-MEMO_SET_LIMIT_ZERO
- Memo-Limit von %s wurde auf 0 gesetzt, kein Memo-Empfang für ihn mehr möglich.
-MEMO_UNSET_LIMIT
- Memo-Limit von %s wurde aufgehoben.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [Channel]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [Nickname | Channel]
-MEMO_INFO_NO_MEMOS
- Du hast keine Memos.
-MEMO_INFO_MEMO
- Du hast eine neue Memo.
-MEMO_INFO_MEMO_UNREAD
- Du hast derzeit eine ungelesene Memo.
-MEMO_INFO_MEMOS
- Du hast %d Memos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Du hast insgesamt %d Memos, davon ist eine ungelesen.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Du hast insgesamt %d Memos, davon sind %d ungelesen.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Du hast insgesamt %d Memos, alle davon sind ungelesen.
-MEMO_INFO_LIMIT
- Dein Memo-Limit liegt bei %d.
-MEMO_INFO_HARD_LIMIT
- Dein Memo-Limit liegt bei %d, und kann nicht geändert werden.
-MEMO_INFO_LIMIT_ZERO
- Dein Memo-Limit liegt bei 0, du kannst keine Memos empfangen.
-MEMO_INFO_HARD_LIMIT_ZERO
- Dein Memo-Limit liegt bei 0, du kannst keine Memos empfangen. Das Limit kann von dir nicht verändert werden.
-MEMO_INFO_NO_LIMIT
- Du hast kein Limit in der Anzahl deiner Memos.
-MEMO_INFO_NOTIFY_OFF
- Du wirst nicht benachrichtigt bei neuen Memos.
-MEMO_INFO_NOTIFY_ON
- Du wirst bei neuen Memos benachrichtigt, wenn du dich identifizierst bzw wenn sie eintreffen.
-MEMO_INFO_NOTIFY_RECEIVE
- Du wirst bei neuen Memos benachrichtigt, wenn sie eintreffen.
-MEMO_INFO_NOTIFY_SIGNON
- Du wirst bei neuen Memos benachrichtigt, wenn du dich identifizierst.
-MEMO_INFO_X_NO_MEMOS
- %s hat derzeit keine Memos.
-MEMO_INFO_X_MEMO
- %s hat derzeit eine Memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s hat derzeit eine ungelesene Memo.
-MEMO_INFO_X_MEMOS
- %s hat derzeit %d Memos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s hat derzeit %d Memos, von denen eine ungelesen ist.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s hat derzeit %d Memos, von denen %d ungelesen sind.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s hat derzeit %d Memos, von denen alle ungelesen sind.
-MEMO_INFO_X_LIMIT
- %s's Memo-Limit liegt bei %d.
-MEMO_INFO_X_HARD_LIMIT
- %s's Memo-Limit liegt bei %d, und kann nicht geändert werden.
-MEMO_INFO_X_NO_LIMIT
- %s hat kein Memo-Limit.
-MEMO_INFO_X_NOTIFY_OFF
- %s wird bei neuen Memos nicht benachrichtigt.
-MEMO_INFO_X_NOTIFY_ON
- %s wird beim Logon und bei Ankunft neuer Memos benachrichtigt.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s wird bei Ankunft neuer Memos benachrichtigt.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s wird beim Logon über neuer Memos benachrichtigt.
-
-# Memo2Mail
-MEMO_MAIL_SUBJECT
- Neue Memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Bitte warte %d Sekunden bevor der RSEND Befehl wieder funktioniert.
-MEMO_RSEND_DISABLED
- RSEND ist auf diesem Netzwerk ausgeschaltet.
-MEMO_RSEND_SYNTAX
- RSEND {Nickname | Channel} Memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] Die Memo die du gesendet hast wurde angesehen.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] Die Memo die du zum %s gesendet hast wurde angesehen.
-MEMO_RSEND_USER_NOTIFICATION
- Eine Benachrichtigungs-Memo wurde zum %s gesendet um ihn/sie zu
- informieren das du seine/ihre Memo gelesen hast.
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK Nickname
-MEMO_CHECK_NOT_READ
- Die letzte Memo die du zu %s gesendet hast (gesendet am %s) wurde nicht gelesen.
-MEMO_CHECK_READ
- Die letzte Memo die du zu %s gesendet hast (gesendet am %s) wurde gelesen.
-MEMO_CHECK_NO_MEMO
- Nickname %s hat keine Memo von dir.
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- Das Erhalten von Empfangsbestätigungen ist nur beim Senden
- einer Memo an andere User möglich.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s gibt es nicht.
-BOT_NOT_ASSIGNED
- Ein Bot muss dem Channel zugewiesen werden, bevor dieser Befehl funktioniert.
- Tippe %R%S HELP ASSIGN für weitere Informationen.
-BOT_NOT_ON_CHANNEL
- Der Bot ist nicht im Channel %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Benutze nicht das Wort %s in diesem Channel!
-BOT_REASON_BADWORD_GENTLE
- Pass bitte auf was du sagst!
-BOT_REASON_BOLD
- Im Channel ist keine fettgedruckte-Schrift erlaubt!
-BOT_REASON_CAPS
- Schalte Caps-Lock aus!
-BOT_REASON_COLOR
- Keine Farben im Channel benutzen!
-BOT_REASON_FLOOD
- Hör auf zu flooden!
-BOT_REASON_REPEAT
- Hör auf dich dauernd zu wiederholen!
-BOT_REASON_REVERSE
- Nicht invertiert schreiben!
-BOT_REASON_UNDERLINE
- Keine Unterstreichungen in diesem Channel benutzen!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Hey, du hast mich gefunden %s!
-BOT_SEEN_YOU
- Wieder auf der Suche nach dir selbst, %s?
-BOT_SEEN_ON_CHANNEL
- %s ist doch im Channel!
-BOT_SEEN_ON_CHANNEL_AS
- %s ist derzeit im Channel (als %s)!
-BOT_SEEN_ON
- %s wurde zuletzt vor %s gesehen.
-BOT_SEEN_NEVER
- %s hab ich noch nie gesehen.
-BOT_SEEN_UNKNOWN
- Ich kenne %s nicht.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD Botnick User Hostmaske Realname
- BOT CHANGE Botnick Neuer-Botnick [User [Hostmaske [Realname]]]
- BOT DEL Nickname
-BOT_BOT_ALREADY_EXISTS
- Bot %s existiert bereits.
-BOT_BOT_CREATION_FAILED
- Erstellung des Bots ist fehlgeschlagen.
-BOT_BOT_READONLY
- Das Verändern von Bot-Einstellungen ist derzeit deaktiviert.
-BOT_BOT_ADDED
- %s!%s@%s (%s) wurde zur der Bot-Liste hinzugefügt.
-BOT_BOT_ANY_CHANGES
- Das alten Informationen stimmen mit den neuen überein.
-BOT_BOT_CHANGED
- Bot %s wurde geändert auf %s!%s@%s (%s)
-BOT_BOT_DELETED
- Bot %s wurde gelöscht.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Bot-Liste:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots die für IRC Operatoren reserviert sind:
-BOT_BOTLIST_FOOTER
- %d Bots verfügbar.
-BOT_BOTLIST_EMPTY
- Es sind derzeit keine Bots verfügbar. Frag einen
- Services Administrator, ob er einen erstellt.
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN Channel Nickname
-BOT_ASSIGN_READONLY
- Das Zuweisen von Bots ist derzeit deaktiviert.
-BOT_ASSIGN_ALREADY
- Bot %s ist bereits dem Channel %s zugewiesen.
-BOT_ASSIGN_ASSIGNED
- Bot %s wurde dem Channel %s zugewiesen.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN channel
-BOT_UNASSIGN_UNASSIGNED
- Der Bot von %s wurde entfernt.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {Channel | Nickname}
-BOT_INFO_NOT_FOUND
- %s ist kein gültiger Bot bzw. registrierter Channel.
-BOT_INFO_BOT_HEADER
- Information vom Bot %s:
-BOT_INFO_BOT_MASK
- Hostmaske: %s@%s
-BOT_INFO_BOT_REALNAME
- Echter Name: %s
-BOT_INFO_BOT_CREATED
- Erstellt: %s
-BOT_INFO_BOT_USAGE
- benutzt in: %d Channel(s)
-BOT_INFO_BOT_OPTIONS
- Options : %s
-BOT_INFO_OPT_PRIVATE
- Private
-BOT_INFO_CHAN_HEADER
- Information von Channel %s:
-BOT_INFO_CHAN_BOT
- Botnick : %s
-BOT_INFO_CHAN_BOT_NONE
- Botnick : noch nicht zugewiesen.
-BOT_INFO_CHAN_KICK_BADWORDS
- Bad words kicker : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Bad words kicker : %s (%d Kick(s) bis zum Ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Bolds kicker : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Bolds kicker : %s (%d Kick(s) bis zum Ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Caps kicker : %s (Minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Caps kicker : %s (%d Kick(s) bis zum Ban, Minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Caps kicker : %s
-BOT_INFO_CHAN_KICK_COLORS
- Colors kicker : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Colors kicker : %s (%d Kick(s) bis zum Ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Flood kicker : %s (%d Zeilen in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Flood kicker : %s (%d Kick(s) bis zum Ban, %d Zeilen in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Flood kicker : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Repeat kicker : %s (%d Mal)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Repeat kicker : %s (%d Kick(s) bis zum Ban, %d Mal)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Repeat kicker : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Reverses kicker : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Reverses kicker : %s (%d Kick(s) bis zum Ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Underlines kicker : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Underlines kicker : %s (%d Kick(s) bis zum Ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- aktiv
-BOT_INFO_INACTIVE
- nicht aktiv
-BOT_INFO_CHAN_OPTIONS
- Optionen : %s
-BOT_INFO_OPT_DONTKICKOPS
- Op-Schutz
-BOT_INFO_OPT_DONTKICKVOICES
- Voice-Schutz
-BOT_INFO_OPT_FANTASY
- Fantasy-Mode
-BOT_INFO_OPT_GREET
- Begrüssungsnachricht
-BOT_INFO_OPT_NOBOT
- Kein Bot
-BOT_INFO_OPT_SYMBIOSIS
- Symbiosis
-BOT_INFO_OPT_NONE
- Keine
-
-# SET responses
-BOT_SET_SYNTAX
- SET (Channel | Bot) Option Einstellungen
-BOT_SET_DISABLED
- Die SET-Optionen sind derzeit deaktiviert.
-BOT_SET_UNKNOWN
- Unbekannte Option %s.
- Tippe %R%S HELP SET für weitere Informationen.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET Channel DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot wird keine Ops kicken im %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot wird Ops kicken im %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET Channel DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot wird keine Voices kicken im %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot wird Voices kicken im %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET Channel FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Fantasy mode ist jetzt ON im %s.
-BOT_SET_FANTASY_OFF
- Fantasy mode ist jetzt OFF im %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET Channel GREET {ON|OFF}
-BOT_SET_GREET_ON
- Begrüssungsnachricht ist jetzt ON im %s.
-BOT_SET_GREET_OFF
- Begrüssungsnachricht ist jetzt OFF im %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET Channel NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- No-Bot-Mode ist jetzt ON im Channel %s.
-BOT_SET_NOBOT_OFF
- No-Bot-Mode ist jetzt OFF im Channel %s.
-
-# SET SYMBIOSIS
-BOT_SET_PRIVATE_SYNTAX
- SET Botname PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Private-Mode des Bots im %s ist jetzt ON.
-BOT_SET_PRIVATE_OFF
- Private-Mode des Bots im %s ist jetzt OFF.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET Channel SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Symbiosis-Mode ist jetzt ON im %s.
-BOT_SET_SYMBIOSIS_OFF
- Symbiosis-Mode ist jetzt OFF im %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK Channel Option {ON|OFF} [Einstellungen]
-BOT_KICK_DISABLED
- Die Konfiguration des Kickers ist derzeit deaktiviert.
-BOT_KICK_UNKNOWN
- Unbekannte Option %s.
- Tippe %R%S HELP KICK für weitere Informationen.
-BOT_KICK_BAD_TTB
- %s ist eine ungültige Ban-Zeit.
-
-BOT_KICK_BADWORDS_ON
- Bot wird jetzt auf bad words achten und kicken. Benutze den BADWORDS
- Befehl um Wörter zur Liste hinzuzufügen oder zu entfernen.
-
-BOT_KICK_BADWORDS_ON_BAN
- Bot wird jetzt auf bad words achten und einen Ban setzen
- nach %d kicks. Benutze den BADWORDS Befehl um Wörter zur Liste
- hinzuzufügen oder zu entfernen.
-
-BOT_KICK_BADWORDS_OFF
- bad word Kick ist jetzt deaktiviert.
-BOT_KICK_BOLDS_ON
- Bot kickt jetzt Leute, die fett schreiben.
-BOT_KICK_BOLDS_ON_BAN
- Bot kickt jetzt Leute, die fett schreiben und setzt einen Ban nach
- %d Kicks des Users.
-BOT_KICK_BOLDS_OFF
- bold Kick ist jetzt deaktiviert.
-BOT_KICK_CAPS_ON
- Bot wird jetzt User mit GROSSSCHRIFT kicken (es müssen allerdings
- %d Zeichen und %d%% der gesamten Nachricht sein).
-BOT_KICK_CAPS_ON_BAN
- Bot wird jetzt User mit GROSSSCHRIFT kicken (es müssen allerdings
- %d Zeichen und %d%% der gesamten Nachricht sein), und wird nach %d Kicks
- einen Ban setzen.
-BOT_KICK_CAPS_OFF
- Der Bot wird GROSSSCHRIFT ignorieren und nicht kicken.
-BOT_KICK_COLORS_ON
- Bot kickt jetzt User, die farbig schreiben.
-BOT_KICK_COLORS_ON_BAN
- Bot kickt jetzt User, die farbig schreiben, und wird einen Ban nach
- %d Kicks setzen.
-BOT_KICK_COLORS_OFF
- Bot wird jetzt farbige Schrift ignorieren und nicht kicken.
-BOT_KICK_FLOOD_ON
- Bot wird jetzt Flooder kicken (%d Zeilen in %d Sekunden).
-BOT_KICK_FLOOD_ON_BAN
- Bot wird jetzt Flooder kicken (%d Zeilen in %d Sekunden), und wird einen
- Ban setzen nach %d Kicks.
-BOT_KICK_FLOOD_OFF
- Bot wird jetzt Flooder ignorieren und nicht kicken.
-BOT_KICK_REPEAT_ON
- Bot kickt jetzt User die sich wiederholen ( %d Mal das Gleiche)
-BOT_KICK_REPEAT_ON_BAN
- Bot kickt jetzt User die sich wiederholen ( %d Mal das Gleiche), und setzt
- einen Ban nach %d Kicks.
-BOT_KICK_REPEAT_OFF
- Bot ignoriert jetzt jetzt User die sich wiederholen und wird nicht kicken.
-BOT_KICK_REVERSES_ON
- Bot kickt Leute, die invertiert schreiben.
-BOT_KICK_REVERSES_ON_BAN
- Bot kickt User, die invertiert schreiben, und setzt einen Ban nach %d
- Kicks.
-BOT_KICK_REVERSES_OFF
- Bot wird jetzt invertierten Schriftstil ignorieren und nicht kicken.
-BOT_KICK_UNDERLINES_ON
- Bot kickt jetzt User, die unterstrichen schreiben.
-BOT_KICK_UNDERLINES_ON_BAN
- Bot kickt jetzt User, die unterstrichen schreiben, und setzt einen Ban
- nach %d Kicks.
-BOT_KICK_UNDERLINES_OFF
- Bot wird jetzt unterstrichenen Text ignorieren und nicht kicken.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after
- %d kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS Channel {ADD|DEL|LIST|CLEAR} [Wort | entry-liste] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Das Ändern der Bad Words-Liste ist derzeit deaktiviert.
-BOT_BADWORDS_REACHED_LIMIT
- Du kannst nur %d Einträge in der Bad Words-Liste eines Channels haben.
-BOT_BADWORDS_ALREADY_EXISTS
- %s existiert bereits in der Bad Words-Liste von %s.
-BOT_BADWORDS_ADDED
- %s zur Bad Words-Liste von %s hinzugefügt.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) wurde in der Bad Words-Liste von %s gefunden.
-BOT_BADWORDS_NOT_FOUND
- %s nicht in der Bad Words-Liste von %s gefunden.
-BOT_BADWORDS_NO_MATCH
- Keine entsprechenden Einträge zu %s in der Bad Words-Liste gefunden.
-BOT_BADWORDS_DELETED
- %s wurde aus der Bad Words-Liste von %s entfernt.
-BOT_BADWORDS_DELETED_ONE
- 1 Eintrag wurde aus der Bad Words-Liste von %s entfernt.
-BOT_BADWORDS_DELETED_SEVERAL
- %d Einträge wurden aus der Bad Words-Liste von %s entfernt.
-BOT_BADWORDS_LIST_EMPTY
- Die Bad Words-Liste von %s ist leer.
-BOT_BADWORDS_LIST_HEADER
- Bad Words-Liste von %s:
- Nummer Wort Typ
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Die Bad Words-Liste ist jetzt leer.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY Channel Text
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT Channel Text
-
-# Errors
-BOT_EXCEPT
- User stimmt mit Channel Exception überein.
-
-
-# General messages
-BOT_BAD_NICK
- Bot Nicknamen dürfen nur gültige Zeichen enthalten.
-BOT_BAD_HOST
- Bot Hosts dürfen nur gültige Zeichen enthalten.
-BOT_BAD_IDENT
- Bot Idents dürfen nur gültige Zeichen enthalten.
-BOT_LONG_IDENT
- Bot Idents dürfen nur %d Zeichen enthalten.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Services können die Modi nicht ändern. Ist der Server richtig konfiguriert?
-OPER_BOUNCY_MODES_U_LINE
- Services können die Modi nicht ändern. Sind die U:lines des
- Servers richtig konfiguriert?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL Nachricht
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Unbekannte STATS Option %s.
-OPER_STATS_CURRENT_USERS
- Derzeit eingeloggte User: %d (%d Oper)
-OPER_STATS_MAX_USERS
- Maximum: %d (%s)
-
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Services laufen seit %d Tagen, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Services laufen seit %d Tag, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Services laufen seit %d Stunden, %d Minuten
-OPER_STATS_UPTIME_HM1S
- Services laufen seit %d Stunden, %d Minuten
-OPER_STATS_UPTIME_H1MS
- Services laufen seit %d Stunden, %d Minute
-OPER_STATS_UPTIME_H1M1S
- Services laufen seit %d Stunden, %d Minute
-OPER_STATS_UPTIME_1HMS
- Services laufen seit %d Stunde, %d Minuten
-OPER_STATS_UPTIME_1HM1S
- Services laufen seit %d Stunde, %d Minuten
-OPER_STATS_UPTIME_1H1MS
- Services laufen seit %d Stunde, %d Minute
-OPER_STATS_UPTIME_1H1M1S
- Services laufen seit %d Stunde, %d Minute
-OPER_STATS_UPTIME_MS
- Services laufen seit %d Minuten, %d Sekunden
-OPER_STATS_UPTIME_M1S
- Services laufen seit %d Minuten, %d Sekunde
-OPER_STATS_UPTIME_1MS
- Services laufen seit %d Minute, %d Sekunden
-OPER_STATS_UPTIME_1M1S
- Services laufen seit %d Minute, %d Sekunde
-OPER_STATS_BYTES_READ
- Bytes gelesen : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes geschrieben : %5d kB
-OPER_STATS_USER_MEM
- User : %6d Einträge, %5d kB
-OPER_STATS_CHANNEL_MEM
- Channel : %6d Einträge, %5d kB
-OPER_STATS_GROUPS_MEM
- NickServ-Gruppen : %6d Einträge, %5d kB
-OPER_STATS_ALIASES_MEM
- NickServ-Aliase : %6d Einträge, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d Einträge, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d Einträge, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d Einträge, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d Einträge, %5d kB
-OPER_STATS_SESSIONS_MEM
- Verbindungen : %6d Einträge, %5d kB
-OPER_STATS_AKILL_COUNT
- Aktuelle Anzahl von AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Standard Auslaufzeit von AKILLs: %d Tage
-OPER_STATS_AKILL_EXPIRE_DAY
- Standard Auslaufzeit von AKILLs: 1 Tag
-OPER_STATS_AKILL_EXPIRE_HOURS
- Standard Auslaufzeit von AKILLs: %d Stunden
-OPER_STATS_AKILL_EXPIRE_HOUR
- Standard Auslaufzeit von AKILLs: 1 Stunde
-OPER_STATS_AKILL_EXPIRE_MINS
- Standard Auslaufzeit von AKILLs: %d Minuten
-OPER_STATS_AKILL_EXPIRE_MIN
- Standard Auslaufzeit von AKILLs: 1 Minute
-OPER_STATS_AKILL_EXPIRE_NONE
- Standard Auslaufzeit von AKILLs: Kein Auslauf, permanent
-OPER_STATS_SNLINE_COUNT
- Aktuelle Anzahl von SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Standard Auslaufzeit von SNLINEs: %d Tage
-OPER_STATS_SNLINE_EXPIRE_DAY
- Standard Auslaufzeit von SNLINEs: 1 Tag
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Standard Auslaufzeit von SNLINEs: %d Stunden
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Standard Auslaufzeit von SNLINEs: 1 Stunde
-OPER_STATS_SNLINE_EXPIRE_MINS
- Standard Auslaufzeit von SNLINEs: %d Minuten
-OPER_STATS_SNLINE_EXPIRE_MIN
- Standard Auslaufzeit von SNLINEs: 1 Minute
-OPER_STATS_SNLINE_EXPIRE_NONE
- Standard Auslaufzeit von SNLINEs: Kein Auslauf, permanent
-OPER_STATS_SQLINE_COUNT
- Aktuelle Anzahl von SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Standard Auslaufzeit von SQLINEs: %d Tage
-OPER_STATS_SQLINE_EXPIRE_DAY
- Standard Auslaufzeit von SQLINEs: 1 Tag
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Standard Auslaufzeit von SQLINEs: %d Stunden
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Standard Auslaufzeit von SQLINEs: 1 Stunde
-OPER_STATS_SQLINE_EXPIRE_MINS
- Standard Auslaufzeit von SQLINEs: %d Minuten
-OPER_STATS_SQLINE_EXPIRE_MIN
- Standard Auslaufzeit von SQLINEs: 1 Minuten
-OPER_STATS_SQLINE_EXPIRE_NONE
- Standard Auslaufzeit von SQLINEs: Kein Auslauf, permanent
-OPER_STATS_SZLINE_COUNT
- Aktuelle Anzahl von SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Standard Auslaufzeit von SZLINEs: %d Tage
-OPER_STATS_SZLINE_EXPIRE_DAY
- Standard Auslaufzeit von SZLINEs: 1 Tag
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Standard Auslaufzeit von SZLINEs: %d Stunden
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Standard Auslaufzeit von SZLINEs: 1 Stunde
-OPER_STATS_SZLINE_EXPIRE_MINS
- Standard Auslaufzeit von SZLINEs: %d Minuten
-OPER_STATS_SZLINE_EXPIRE_MIN
- Standard Auslaufzeit von SZLINEs: 1 Minute
-OPER_STATS_SZLINE_EXPIRE_NONE
- Standard Auslaufzeit von SZLINEs: Kein Auslauf, permanent
-OPER_STATS_RESET
- Statistiken zurückgesetzt.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink Server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink-Fähigkeiten: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Server gefunden: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE Channel Modi
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE Nickname Modi
-
-# UMODE responses
-OPER_UMODE_SUCCESS
- Usermodi von %s geändert.
-OPER_UMODE_CHANGED
- %s hat deine Usermodi geändert.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE Nickname Flags
-OPER_OLINE_SUCCESS
- Operflags %s wurden für %s hinzugefügt.
-OPER_OLINE_IRCOP
- Du bist jetzt ein IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES Channel [ALL]
-OPER_CLEARMODES_DONE
- Alle binären Modi und Bans wurden aus dem Channel %s entfernt.
-OPER_CLEARMODES_ALL_DONE
- Alle Modi wurden vom Channel %s zurückgesetzt.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK Channel User Grund
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK Nickname Neuer-Nickname
-OPER_SVSNICK_NEWNICK
- Der Nickname %s wird jetzt zu %s geändert.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} [Grund]]
-OPER_AKILL_EXISTS
- %s existiert bereits auf der AKILL-Liste.
-OPER_AKILL_ALREADY_COVERED
- %s wird bereits von %s getroffen.
-OPER_AKILL_REACHED_LIMIT
- Du kannst nur %d AKILLs haben.
-OPER_AKILL_NO_NICK
- Achtung: AKILL-Masken dürfen keine Nicknamen enthalten, stelle sicher, dass du keinen in der Hostmaske eingetragen hast.
-OPER_AKILL_ADDED
- %s wurde zur AKILL-Liste hinzugefügt.
-OPER_AKILL_CHANGED
- Auslaufzeit von %s geändert.
-OPER_AKILL_NOT_FOUND
- %s wurde nicht auf der AKILL-Liste gefunden.
-OPER_AKILL_NO_MATCH
- Keine entsprechenden Einträge auf der AKILL-Liste.
-OPER_AKILL_DELETED
- %s wurde von der AKILL-Liste entfernt.
-OPER_AKILL_DELETED_ONE
- Es wurde 1 Eintrag von der AKILL-Liste entfernt.
-OPER_AKILL_DELETED_SEVERAL
- Es wurden %d Einträge von der AKILL-Liste entfernt.
-OPER_AKILL_LIST_EMPTY
- Die AKILL-Liste ist leer.
-OPER_AKILL_LIST_HEADER
- Aktuelle AKILL-Liste:
- Nummer Maske Grund
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Aktuelle AKILL-Liste:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (von %s am %s, %s)
- %s
-OPER_AKILL_CLEAR
- Die AKILL-Liste wurde geleert.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+Zeit] {Channel} [Grund]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmask | entry-liste}[:Grund]]
-OPER_SNLINE_UNSUPPORTED
- SNLINE ist in diesem Netz nicht verfügbar.
-OPER_SNLINE_EXISTS
- %s existiert bereits auf der SNLINE-Liste.
-OPER_SNLINE_ALREADY_COVERED
- %s wird bereits durch %s getroffen.
-OPER_SNLINE_REACHED_LIMIT
- Du kannst nur %d SNLINE's haben.
-OPER_SNLINE_ADDED
- %s wurde zur SNLINE-Liste hinzugefügt.
-OPER_SNLINE_CHANGED
- Auslaufzeit von %s geändert.
-OPER_SNLINE_NOT_FOUND
- %s wurde nicht auf der SNLINE-Liste gefunden.
-OPER_SNLINE_NO_MATCH
- Keine entsprechenden Einträge auf der SNLINE-Liste.
-OPER_SNLINE_DELETED
- %s wurde von der SNLINE-Liste entfernt.
-OPER_SNLINE_DELETED_ONE
- Es wurde 1 Eintrag aus der SNLINE-Liste entfernt.
-OPER_SNLINE_DELETED_SEVERAL
- Es wurden %d Einträge aus der SNLINE-Liste entfernt.
-OPER_SNLINE_LIST_EMPTY
- Die SNLINE-Liste ist leer.
-OPER_SNLINE_LIST_HEADER
- Aktuelle SNLINE-Liste:
- Nummer Maske Grund
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Aktuelle SNLINE-Liste:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (von %s am %s, %s)
- %s
-OPER_SNLINE_CLEAR
- Die SNLINE-Liste wurde geleert.
-
-# SZLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} [Grund]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Channel SQLINEs werden nicht von deinem IRCd unterstützt, folglich kannst du sie nicht nutzen.
-OPER_SQLINE_EXISTS
- %s existiert bereits in der SQLINE Liste.
-OPER_SQLINE_ALREADY_COVERED
- %s wird bereits durch %s getroffen.
-OPER_SQLINE_REACHED_LIMIT
- Du kannst nur %d SQLINE's haben.
-OPER_SQLINE_ADDED
- %s wurde zur SQLINE-Liste hinzugefügt.
-OPER_SQLINE_CHANGED
- Auslaufzeit von %s geändert.
-OPER_SQLINE_NOT_FOUND
- %s wurde nicht auf der SQLINE-Liste gefunden.
-OPER_SQLINE_NO_MATCH
- Keine entsprechenden Einträge auf der SQLINE-Liste.
-OPER_SQLINE_DELETED
- %s wurde von der SQLINE-Liste entfernt.
-OPER_SQLINE_DELETED_ONE
- Es wurde 1 Eintrag aus der SQLINE-Liste entfernt.
-OPER_SQLINE_DELETED_SEVERAL
- Es wurden %d Einträge aus der SQLINE-Liste entfernt.
-OPER_SQLINE_LIST_EMPTY
- SQLINE Liste ist leer.
-OPER_SQLINE_LIST_HEADER
- Aktuelle SQLINE Liste:
- Nummer Maske Grund
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Aktuelle SQLINE Liste:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (von %s am %s, %s)
- %s
-OPER_SQLINE_CLEAR
- Die SQLINE-Liste wurde geleert.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+Zeit] {Hostmaske | entry-liste} [Grund]]
-OPER_SZLINE_UNSUPPORTED
- SZLINE ist auf diesem Netzwerk nicht verfügbar.
-OPER_SZLINE_EXISTS
- %s existiert bereits auf der SZLINE-Liste.
-OPER_SZLINE_ALREADY_COVERED
- %s wird bereits durch %s getroffen.
-OPER_SZLINE_REACHED_LIMIT
- Du kannst nur %d SZLINE's haben.
-OPER_SZLINE_ONLY_IPS
- Achtung: Man kann nur IP-Masken zur SZLINE-Liste hinzufügen.
-OPER_SZLINE_ADDED
- %s wurde zur SZLINE-Liste hinzugefügt.
-OPER_SZLINE_CHANGED
- Auslaufzeit von %s geändert.
-OPER_SZLINE_NOT_FOUND
- %s wurde nicht auf der SZLINE-Liste gefunden.
-OPER_SZLINE_NO_MATCH
- Kein entsprechender Eintrag in der SZLINE-Liste gefunden.
-OPER_SZLINE_DELETED
- %s wurde von der SZLINE-Liste entfernt.
-OPER_SZLINE_DELETED_ONE
- Es wurde 1 Eintrag aus der SZLINE-Liste entfernt.
-OPER_SZLINE_DELETED_SEVERAL
- Es wurden %d Einträge aus der SZLINE-Liste entfernt.
-OPER_SZLINE_LIST_EMPTY
- Die SZLINE-Liste ist leer.
-OPER_SZLINE_LIST_HEADER
- Aktuelle SZLINE-Liste:
- Nummer Maske Grund
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Aktuelle SZLINE-Liste:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (von %s am %s, %s)
- %s
-OPER_SZLINE_CLEAR
- Die SZLINE-Liste wurde geleert.
-
-# SET responses
-OPER_SET_SYNTAX
- SET Option Einstellungen
-OPER_SET_IGNORE_ON
- Ignore code wird benutzt.
-OPER_SET_IGNORE_OFF
- Ignore code wird nicht benutzt.
-OPER_SET_IGNORE_ERROR
- Die Einstellung von IGNORE kann nur ON oder OFF sein.
-OPER_SET_READONLY_ON
- Services sind jetzt im read-only Modus.
-OPER_SET_READONLY_OFF
- Services sind jetzt im read-write Modus.
-OPER_SET_READONLY_ERROR
- Der Wert für READONLY muss entweder ON oder OFF sein.
-OPER_SET_LOGCHAN_ON
- Die Services werden jetzt Logmessages an %s senden.
-OPER_SET_LOGCHAN_OFF
- Die Services werden jetzt nicht mehr länger Logmessages an einen Channel senden.
-OPER_SET_LOGCHAN_ERROR
- Die Logchannel Option muss auf ON oder OFF gesetzt werden und LogChannel muss definiert sein.
-OPER_SET_DEBUG_ON
- Die Services sind jetzt im Debug-Modus.
-OPER_SET_DEBUG_OFF
- Die Services sind nicht mehr im Debug-Modus.
-OPER_SET_DEBUG_LEVEL
- Die Services sind jetzt im Debug-Modus (Level %d).
-OPER_SET_DEBUG_ERROR
- Die Einstellung von DEBUG kann nur ON, OFF, oder eine positive Zahl sein.
-OPER_SET_NOEXPIRE_ON
- Services sind jetzt im No Expire Modus.
-OPER_SET_NOEXPIRE_OFF
- Services sind jetzt im Expire Modus.
-OPER_SET_NOEXPIRE_ERROR
- Die Einstellung von NOEXPIRE kann nur ON oder OFF sein.
-OPER_SET_UNKNOWN_OPTION
- Unbekannte Option %s.
-OPER_SET_LIST_OPTION_ON
- %s ist eingeschaltet
-OPER_SET_LIST_OPTION_OFF
- %s ist ausgeschaltet
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} Server
-OPER_NOOP_SET
- Alle O:Lines von %s wurden temporär entfernt.
-OPER_NOOP_REVOKE
- Alle O:lines von %s wurden wiederhergestellt.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE Servername [Grund]
-OPER_JUPE_HOST_ERROR
- Benutze bitte einen gültigen hostnamen, wenn du jupiterst
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Datenbanken wurden aktualisiert.
-
-# RELOAD responses
-OPER_RELOAD
- Die Konfigurationsdatei wurde neu eingelesen.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN wurde nicht definiert. Neustart nicht möglich. Benutze erneut das configure-Skript und kompiliere die Services erneut mit aktiviertem RESTART-Befehl.
-
-# IGNORE respondes
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [Zeit] [Nickname | Hostmaske]
-OPER_IGNORE_VALID_TIME
- Du musst eine zulässige Zahl als Zeit eingeben.
-OPER_IGNORE_TIME_DONE
- %s wird jetzt für %s ignoriert.
-OPER_IGNORE_PERM_DONE
- %s will wird jetzt permanent ignoriert.
-OPER_IGNORE_DEL_DONE
- %s wird nicht länger ignoriert.
-OPER_IGNORE_LIST
- Services Ignore-Liste:
-OPER_IGNORE_LIST_NOMATCH
- Der Nickname %s wurde nicht in der Ignore-Liste gefunden.
-OPER_IGNORE_LIST_EMPTY
- Ignore-Liste ist leer.
-OPER_IGNORE_LIST_CLEARED
- Die Ignore-Liste wurde geleert.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES Nickname
-OPER_KILLCLONES_UNKNOWN_NICK
- Kann User %s nicht finden.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Channel-Liste:
- Name User Topic
-OPER_CHANLIST_HEADER_USER
- %s Channel-Liste:
- Name User Topic
-OPER_CHANLIST_RECORD
- %-20s %4d %s
-OPER_CHANLIST_END
- Ende der Channel-Liste.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- User-Liste:
- Nickname Maske
-OPER_USERLIST_HEADER_CHAN
- %s User-Liste:
- Nickname Maske
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Ende der User-Liste.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ON
- Du bist jetzt ein Super-Admin.
-OPER_SUPER_ADMIN_OFF
- Du bist jetzt kein Super-Admin mehr.
-OPER_SUPER_ADMIN_SYNTAX
- Super-Admin muss ON oder OFF sein.
-OPER_SUPER_ADMIN_WALL_ON
- %s ist jetzt ein Super-Admin.
-OPER_SUPER_ADMIN_WALL_OFF
- %s verlässt den Super-Admin Mode.
-OPER_SUPER_ADMIN_ONLY
- NUR Super-Admins können dieses Befehl benutzen.
-
-OPER_STAFF_LIST_HEADER
- On Level Nickname
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Dieser Service ist derzeit deaktiviert, bitte versuche es später nochmal
-OPER_DEFCON_CHANGED
- Services sind jetzt beim DEFCON %d
-OPER_DEFCON_WALL
- %s hat das DEFCON-Level geändert zu %d
-DEFCON_GLOBAL
- Das Defcon-Level ist jetzt auf Level: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Modul %s geladen
-OPER_MODULE_UNLOADED
- Modul %s entfernt
-OPER_MODULE_LOAD_FAIL
- Kann Modul %s nicht laden
-OPER_MODULE_REMOVE_FAIL
- Kann Modul %s nicht entfernen
-OPER_MODULE_NO_UNLOAD
- Modul KANN NICHT entfernt werden.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD Modul-Name
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD Modul-Name
-OPER_MODULE_LIST_HEADER
- Aktuelle Module - Liste:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Module geladen.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Autor: %s geladen: %s
-OPER_MODULE_CMD_LIST
- Unterstützte Befehle: %R%s %s
-OPER_MODULE_MSG_LIST
- Unterstützte IRCD's für: %s
-OPER_MODULE_NO_LIST
- Derzeit keine Module geladen
-OPER_MODULE_NO_INFO
- Es sind keine Informationen für das Modul %s verfügbar
-OPER_MODULE_INFO_SYNTAX
- MODINFO Modul-Name
-
-MODULE_HELP_HEADER
- Die folgenden Befehle wurden durch ein Modul geladen:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [Parameter]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+Zeit] Hostmaske Limit Grund
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {Hostmaske | Liste}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE Nummer Position
-OPER_EXCEPTION_DISABLED
- Eingeschränkte Verbindungen sind deaktiviert.
-OPER_EXCEPTION_ALREADY_PRESENT
- Die Hostmaske %s ist bereits auf der Liste für eingeschränkte Verbindungen.
-OPER_EXCEPTION_TOO_MANY
- Die Liste für eingeschränkte Verbindungen ist voll!
-OPER_EXCEPTION_ADDED
- Verbindungslimit für %s geändert auf %d.
-OPER_EXCEPTION_MOVED
- DIe Exception für %s (#%d) wurde auf die %d Position verschoben.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Kein solcher Eintrag (#%d) in der Liste der Verbindungs-
- einschränkungen.
-OPER_EXCEPTION_NOT_FOUND
- %s nicht gefunden in der Liste der Verbindungs-
- einschränkungen.
-OPER_EXCEPTION_NO_MATCH
- Keine entsprechenden Einträge in der Liste der
- Verbindungseinschränkungen.
-OPER_EXCEPTION_DELETED
- %s wurde von der Liste der Verbindungseinschränkungen
- entfernt.
-OPER_EXCEPTION_DELETED_ONE
- Es wurde 1 Eintrag von der Liste der Verbindungs-
- einschränkungen entfernt.
-OPER_EXCEPTION_DELETED_SEVERAL
- Es wurden %d Einträge von der Liste der Verbindungs-
- einschränkungen entfernt.
-OPER_EXCEPTION_LIST_HEADER
- Aktuelle Liste für eingeschränkte Verbindungen:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Nummer Limit Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (von %s am %s, %s)
- Limit: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Ungültige Verbindungseinschränkung. Es muss eine gültige Integer-Zahl sein, grösser oder gleich
- Null aber kleiner als %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Ungültige Hostmask. Nur echte Hostmasken sind gültig als Einträge (ohne Nicknamen und Idents).
-OPER_EXCEPTION_EXISTS
- %s ist bereits in der EXCEPTION-Liste.
-OPER_EXCEPTION_CHANGED
- Exception für %s ist zu %d aktualisiert worden.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST Limit | VIEW Host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST Limit
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW Host
-OPER_SESSION_DISABLED
- SESSION Befehl ist deaktiviert.
-OPER_SESSION_INVALID_THRESHOLD
- Ungültiger Wert. Es muss eine gültige grade Zahl sein, die grösser als 1 ist.
-OPER_SESSION_NOT_FOUND
- Es wurde keine Verbindung von %s gefunden.
-OPER_SESSION_LIST_HEADER
- Hosts mit mindestens %d Verbindungen:
-OPER_SESSION_LIST_COLHEAD
- Verbindungen Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- Der Host %s hat momentan %d Verbindungen und ein Limit von %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Syntax: EXCEPTION ADD [+Zeit] Hostmaske Limit Grund
- EXCEPTION DEL {Hostmaske | Liste}
- EXCEPTION MOVE Nummer Position
- EXCEPTION LIST [Hostmaske | Liste]
- EXCEPTION VIEW [Hostmaske | Liste]
-
- Erlaubt Services Administratoren, die Liste der Verbindungs-
- einschränkungen zu bearbeiten.Dadurch ist es möglich
- bestimmte Hosts, z.b. Shell-Server, auf eine bestimmte
- Anzahl von gleichzeitigen Verbindungen einschränken.Hat
- ein Host dieses Limit erreicht, wird jede neue Verbindung
- (vom gleichen Host) nicht mehr akzeptiert. Der betroffene User
- wird entfernt (gekilled) und via Notice vom %S informiert
- warum er vom Netzwerk getrennt wurden.
-
- EXCEPTION ADD fügt die angegebene Hostmaske zu der
- Liste der Verbindungseinschränkungen hinzu.
- Beachte, dass nick!user@host und user@host keine richtigen
- Hostmasken sind!
- Nur echte Hosts, wie z.B. box.host.dom und *.host.dom sind
- zulässig, weil für eingeschränkte Verbindungen die Nicknamen
- oder Idents nicht von Interesse sind.
- Limit muss eine Nummer grösser oder gleich 0 sein, und legt
- fest, wieviele Verbindungen von diesem Host gemacht werden dürfen.
- Ein Limit von Null bedeutet, dass dieser Host keine ein-
- geschränkte Verbindung hat. Siehe die AKILL Hilfe fuer
- weitere Informationen über das Format des optionalen Zeit
- Parameter.
-
- EXCEPTION DEL entfernt den Host von der Liste.
-
- EXCEPTION MOVE verschiebt den Eintrag mit der Nummer
- auf die Position. Die Einträge dazwischen werden
- hoch bzw runtergeschoben um die Lücken zu füllen.
-
- EXCEPTION LIST und EXCEPTION VIEW zeigt alle aktuellen
- Verbindungseinschränkungen. Wird die optionale Hostmaske
- angegeben, werden nur die entsprechenden Einträge aus
- der Liste angezeigt. Der Unterschied zwischen den beiden
- Befehlen liegt darin, dass EXCEPTION VIEW ausführlicher ist.
- Es zeigt unter anderem den Namen der Person, die den Eintrag
- erstellt hat, dessen Grund, das Limit, die Hostmaske und
- die Auslaufzeit.
-
- Beachte das ein verbundender Client die erste Beschränkung
- die auf seinen Host zutrifft, "benutzen" wird. Grosse und
- weit treffende Einträge in der Liste der Verbindungs-
- einschränkungen senken die Performance der Services.
-
-OPER_HELP_SESSION
- Syntax: SESSION LIST threshold
- SESSION VIEW Host
-
- Zeigt Services Administratoren eine Liste mit Hosts, die
- eine bestimmte Anzahl Verbindungen zum Chat-Netz haben.
-
- SESSION LIST zeigt die Hosts mit mindestens threshold
- gleichzeitigen Verbindungen.
- Der threshold muss eine Nummer grösser als 1 sein. Dies
- soll verhindern, dass aus Versehen eine riesige Liste
- von Einzelsitzungen ausgegeben wird.
-
- SESSION VIEW ist etwas ausführlicher und zeigt mehr
- Informationen über den bestimmten Host - mit
- Anzahl Verbindungen und dessen Limit. Der Wert bei
- host kann keine Platzhalter (Wildcards) enthalten.
-
- Siehe die Hilfe zu EXCEPTION um weitere Informationen
- über das Einschränken von Verbindungen zu erhalten.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Zeigt alle Nicknamen, die Zugriff auf die Services haben samt Level
- und Online-Status.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- Das Defcon-System kann benutzt werden, um vordefinierte Einstellung
- von einschränkungen der Services einzubinden - nützlich während
- versuchter Angriffe auf das Netzwerk.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Keine neuen Channel-Registrierungen
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Keine neuen Nicknamen-Registrierungen
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * keine MLOCK änderungen
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Zwingt alle Channels die Modes (%s) zu setzen
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Benutzt das reduzierte Session-Limit von %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Killt jeden NEU verbindenden Clienten
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignoriert jeden non-opers mit Nachrichten
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Stilles ignorieren von non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * Setzt einen AKILL auf jeden NEU verbindenden Clienten
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Es werden keine neuen Memos gesendet
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+Zeit] Channel Grund
-
- Setzt einen AKILL für jeden Nicknamen des angegebenen Channels.
- Es werden die Einträge und komplette reale ident@host für jeden
- Nickname benutzt, dann wird der AKILL durchgeführt.
-
-###########################################################################
-#
-# News system messages ## 19.10.2004 ##
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Logon News - %s] %s
-NEWS_OPER_TEXT
- [Oper News - %s] %s
-
-NEWS_RANDOM_TEXT
- [Random News - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [Text|Nummer]
-NEWS_LOGON_LIST_HEADER
- Logon News Einträge:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s von %s)
- %s
-NEWS_LOGON_LIST_NONE
- Es gibt keine Logon News.
-NEWS_LOGON_ADD_SYNTAX
- Syntax: LOGONNEWS ADD Text
-NEWS_LOGON_ADD_FULL
- Die News-Liste ist voll!
-NEWS_LOGON_ADDED
- Neuer Logon News-Eintrag hinzugefügt (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Syntax: LOGONNEWS DEL {Nummer | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Logon News-Eintrag #%d konnte nicht gefunden werden!
-NEWS_LOGON_DELETED
- Logon News-Eintrag #%d wurde gelöscht.
-NEWS_LOGON_DEL_NONE
- Keine zu löschenden Einträge in der Logon News-Liste gefunden.
-NEWS_LOGON_DELETED_ALL
- Alle Logon-News wurden entfernt.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [Text|Nummer]
-NEWS_OPER_LIST_HEADER
- Oper News Einträge:
-NEWS_OPER_LIST_ENTRY
- %5d (%s von %s)
- %s
-NEWS_OPER_LIST_NONE
- Es gibt keine Oper-News.
-NEWS_OPER_ADD_SYNTAX
- Syntax: OPERNEWS ADD Text
-NEWS_OPER_ADD_FULL
- Die News-Liste ist voll!
-NEWS_OPER_ADDED
- Neuer Oper-News-Eintrag hinzugefügt (#%d).
-NEWS_OPER_DEL_SYNTAX
- Syntax: OPERNEWS DEL {Nummer | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Oper-News-Eintrag #%d nicht gefunden!
-NEWS_OPER_DELETED
- Oper-News-Eintrag #%d wurde entfernt.
-NEWS_OPER_DEL_NONE
- Keine Oper-News-Einträge zu löschen!
-NEWS_OPER_DELETED_ALL
- Alle Oper-News-Einträge wurden entfernt.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [Text|Nummer]
-NEWS_RANDOM_LIST_HEADER
- Random news Einträge:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s von %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Keine randomnews vorhanden.
-NEWS_RANDOM_ADD_SYNTAX
- Syntax: RANDOMNEWS ADD Text
-NEWS_RANDOM_ADD_FULL
- Die News Liste ist voll!
-NEWS_RANDOM_ADDED
- Neuer randomnews Eintrag hinzugefügt (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Syntax: RANDOMNEWS DEL {Nummer | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Randomnews Eintrag #%d nicht gefunden!
-NEWS_RANDOM_DELETED
- Randomnews Eintrag #%d gelöscht.
-NEWS_RANDOM_DEL_NONE
- Keine randomnews Einträge zu löschen!
-NEWS_RANDOM_DELETED_ALL
- Ale randomnews Einträge wurden gelöscht.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD Text
- LOGONNEWS DEL {Nummer | ALL}
- LOGONNEWS LIST
-
- Zeigt oder bearbeitet die Liste der LogonNews.
- Nach der Verbindung des Users werden diese Nachrichten
- angezeigt. (Es werden jedoch nur max. %d angezeigt, um ein
- Flooding des Users zu verhindern. Wenn mehr News
- existieren, werden nur die neuesten angezeigt.)
- NewsCount can be configured in services.conf.
-
- Diese Funktion ist beschr?nkt auf die Services Administartoren.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD Text
- OPERNEWS DEL {Nummer | ALL}
- OPERNEWS LIST
-
- Zeigt oder bearbeitet die Liste der Oper-News.Nachdem
- sich ein User die Oper-Flags gesetzt hat (mit dem
- /OPER Befehl) werden ihm diese Nachrichten angezeigt.
- (Es werden jedoch nur max. %d Nachrichten angezeigt, um ein
- Flooding des Users zu verhindern. Wenn mehr News
- existieren, werden nur die neüsten angezeigt.)
- NewsCount can be configured in services.conf.
-
- Diese Funktion ist beschr?nkt auf die Services Administartoren.
-
-NEWS_HELP_RANDOM
- Syntax: RANDOMNEWS ADD Text
- RANDOMNEWS DEL {Nummer | ALL}
- RANDOMNEWS LIST
-
- Bearbeitet die Liste der RandomNews Nachrichten oder zeigt diese an.
- Wenn ein User zum Network verbindet, wird eine (und nur eine!) dieser
- RandomNews Nachrichten zufällig gewählt und an den User gesendet.
-
- Diese Funktion ist beschr?nkt auf die Services Administartoren.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Bestätigt einen "nickserv auth code".
-NICK_HELP_CMD_RESEND
- RESEND Sendet ernuet ein "nickserv auth code".
-
-NICK_HELP_CMD_REGISTER
- REGISTER Registriert einen Nicknamen
-NICK_HELP_CMD_GROUP
- GROUP Verwaltung von Nickname-Gruppierungen
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Identifizierung des Nicknames
-NICK_HELP_CMD_ACCESS
- ACCESS Liste der autorisierten Adressen
-NICK_HELP_CMD_SET
- SET Optionen einstellen, auch Kill-Schutz
-NICK_HELP_CMD_SASET
- SASET Setzt SET Einstellungen auf einen anderen Nicknamen
-NICK_HELP_CMD_DROP
- DROP Die Registrierung einen Nicknamen löschen
-NICK_HELP_CMD_RECOVER
- RECOVER User killen, der deinen Nicknamen verwendet
-NICK_HELP_CMD_RELEASE
- RELEASE Hebt die Nickname-Sperre auf nach der
- verwendung des RECOVER Befehls
-NICK_HELP_CMD_SENDPASS
- SENDPASS Passwort vergessen? Versuch das hier.
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords
-NICK_HELP_CMD_GHOST
- GHOST Trennt eine "ghost" IRC-Verbindung mit deinen Nicknamen
-NICK_HELP_CMD_ALIST
- ALIST Listet Channels in dem du Zugang hast
-NICK_HELP_CMD_GLIST
- GLIST Listet alle Nicknamen in deine Gruppe
-NICK_HELP_CMD_INFO
- INFO Zeigt Informationen über den angegebenen Nicknamen
-NICK_HELP_CMD_LIST
- LIST Listet alle registrieten Nicknamen des angegebene Muster
-NICK_HELP_CMD_LOGOUT
- LOGOUT Macht das IDENTIFY Befehl rückgängig
-NICK_HELP_CMD_STATUS
- STATUS Zeigt den Status des angegebenen Nicknamens an
-NICK_HELP_CMD_UPDATE
- UPDATE Erneuert dein gegenwärtigen Status ( Memos , Flags , vHost )
-NICK_HELP_CMD_GETPASS
- GETPASS Das Passwort eines Nicknamens aus der
- Datenbank auslesen (nur wenn keine
- Verschlüsselung aktiv ist)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Gibt die passenden Nicknamen wieder,
- welche die angegebene eMail benutzen.
-NICK_HELP_CMD_FORBID
- FORBID Einen bestimmten Nicknamen verbieten
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspendet den angegebenen Nicknamen
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend den angegebenen Nicknamen
-
-NICK_HELP
- Mit %S kannst du einen Nicknamen "registrieren" und somit
- verhindern, dass andere ihn nutzen. Die folgenden Befehle
- erlauben die Registrierung und das Ändern der Einstellungen
- von den Nicknamen. Um sie zu benutzen, tippe
- %R%S Befehl. Für weitergehende Informationen zu
- einem bestimmten Befehl, tippe %R%S HELP Befehl.
-
-NICK_HELP_FOOTER
- WARNUNG: Dieser Service soll den Usern einen Weg ermöglichen,
- den Missbrauch ihres Nicknames zu verhindern.Es ist NICHT dazu
- gedacht, Nicknamen zu stehlen oder in Massen zu reservieren.
- Missbrauch von %S wird geahndet und resultiert mindestens im
- Verlust deiner registrierten Nicknamen.
-
-NICK_HELP_EXPIRES
-
- Nicknamen die seit einer längeren Zeit nicht mehr
- genutzt wurden, werden durch den automatischen Auslauf
- nach %d Tagen aus der Datenbank entfernt.
-
-NICK_HELP_REGISTER
- Syntax: REGISTER Passwort [eMail]
-
- Registriert deinen Nicknamen in der Datenbank von
- %S. Nachdem dein Nickname registriert ist, kannst du mit
- den SET und ACCESS Befehlen die Einstellungen deines
- Nicknames anpassen wie du es möchtest. Stell bitte
- sicher, dass du dir das Passwort bei der Registrierung
- merkst - du wirst es brauchen, wenn du später
- Änderungen an den Einstellungen vornehmen willst!
-
- Beachte auch, dass Gross/Kleinschreibung unterschieden
- werden! ANOPE, Anope, und anope sind
- verschiedene Passworte!
-
- Richtlinien bei der Auswahl eines Passwortes:
-
- Passworte sollten nicht einfach zu erraten sein.
- Zum Beispiel deinen echten Namen als Passwort zu
- nehmen ist eine schlechte Idee. Deinen Nicknamen selbst
- als Passwort zu nehmen, ist eine noch viel schlechtere
- Idee :) und ausserdem würde %S es auch nicht erlauben.
- Weiterhin sind kurze Passworte anfällig bei Trial-
- and-Error-Versuchen, also sollte es zumindest 5 Zeichen
- lang sein.
- Zu guter letzt solltest du auch keine Leerzeichen im
- Passwort verwenden.
-
- Der Parameter eMail ist optional und ermöglicht
- Nickserv dir dein Passwort per eMail zu senden, falls
- du es vergessen haben solltest.
- Deine Privatsphäre wird respektiert und deine
- eMail-Adresse wird keinem Dritten verfügbar gemacht.
-
- Dieser Befehl (REGISTER) erstellt auch ausserdem
- eine neue Gruppe für deinen Nicknamen, die dir erlaubt,
- nachher weitere Nicknamen in diese Gruppe aufzunehmen,
- die dann automatisch die gleiche Konfiguration und
- Channel-Privilegien bekommen. Für weitere Informationen
- über diese Funktion tippe %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Syntax: GROUP Ziel Passwort
-
- Dieser Befehl verbindet deinen Nicknamen mit der
- Gruppe von Ziel. Passwort ist das Passwort
- des Ziel-Nicknamens.
-
- Das Teilnehmen in der Gruppe teilt deine Konfiguration,
- Memos und Channel-Privilegien mit allen Nicknamen der
- Gruppe, und vieles mehr!
-
- Eine Gruppe existiert so lange es sinnvoll ist. Dies
- bedeutet, dass selbst wenn ein Nicknamen der Gruppe
- GEDROPED (gelöscht) wird, die geteilten Konfigurationen,
- Rechte erhalten bleiben, so lange mindestens ein Nickname
- in der Gruppe verbleibt.
-
- Dieser Befehl lässt sich sogar verwenden, wenn dein Nickname
- (noch) nicht registriert ist. Wenn er jedoch registriert ist,
- musst du dich vorher identifizieren.
- Tippe %R%S HELP IDENTIFY für weitere Informationen.
-
- Es wird allerdings empfohlen diesen Befehl mit einem
- nicht-registrierten Nicknamen zu verwenden, da der
- Nickname automatisch registriert wird, wenn er der Gruppe
- beitritt. Das Beitreten einer Gruppe mit einem bereits
- registrierten Nicknamen kann durch die Netzwerk-Administratoren
- gesperrt sein.
-
- Du kannst nur in einer Gruppe zur gleichen Zeit sein.
- Das Zusammenführen verschiedener Gruppen ist nicht
- möglich.
-
- Achtung: Alle Mitglieder einer Gruppe haben dasselbe
- Passwort.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Syntax: IDENTIFY [account] Passwort
-
- Beweist %S, dass du wirklich der Besitzer dieses
- Nicknamens bist. Viele Befehle erzwingen, dass
- du dich vorher hiermit autorisierst, bevor du sie
- benutzen kannst. Das Passwort ist das von deiner
- Registrierung, die du mit dem REGISTER Befehl
- gesetzt hast.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Updatet deinen derzeiten Status, z.B. prüft es auf neue Nachrichten,
- setzt benötigte Channel-Modes (ModeonID), aktualisiert deinen vHost und
- deine userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Syntax: LOGOUT
-
- Dieser Befehl macht den Effekt des IDENTIFY Befehls
- rückgängig. NickServ erkennt dich also nicht mehr als
- den Besitzer des Nicknamens. Beachte jedoch, dass du
- nicht mehr gewarnt wirst, dich erneut zu identifizieren.
-
-NICK_HELP_DROP
- Syntax: DROP [Nickname]
-
- Entfernt die Registrierung deines Nicknames aus
- der Datenbank von %S. Ein gelöschter Nickname
- kann von jedem jederzeit wieder registriert
- werden.
-
- Du kannst auch einen Nicknamen innerhalb deiner
- Gruppe entfernen lassen, wenn du ihn als Parameter
- bei Nickname angibst.
-
- Wenn du dieses Befehl benutzen willst, musst du
- dich vorher mit deinem Passwort identifizieren.
- Tippe : %R%S HELP IDENTIFY für weitere Informationen
-
-NICK_HELP_ACCESS
- Syntax: ACCESS ADD Maske
- ACCESS DEL Maske
- ACCESS LIST
-
- Zeigt oder bearbeitet die Zugriffsliste für deinen
- Nicknamen. Durch diese Liste erkennt %S dich
- automatisch als berechtigt, diesen Nicknamen zu
- nutzen. Wenn du den Nicknamen von anderen Adressen
- verwenden willst, musst du dich durch das
- IDENTIFY Befehls einloggen, damit %S
- dich erkennt.
-
- Beispiele:
-
- ACCESS ADD anyone@*.bepeg.com
- Erlaubt zugriff vom User anyone von
- jedem Host aus der bepeg.com Domain.
-
- ACCESS DEL anyone@*.bepeg.com
- Hebt den oben genannten Befehl wieder auf.
-
- ACCESS LIST
- Zeigt die aktuelle Zugriffsliste an.
-
-NICK_HELP_SET_HEAD
- Syntax: SET Option Parameter
-
- Stellt verschiedene Optionen zu deinem Nicknamen ein.
- Option kann eines der folgenden Werte sein:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Ändert den "Ursprung" deiner Gruppe
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Setzt das Passwort deines Nicknamens neu
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Stellt die Sprache ein, in der dir die
- Services antworten sollen.
-NICK_HELP_CMD_SET_MSG
- MSG Ändert die Methode, wie die Services mit
- dir kommunizieren
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Verbindet eine öffentliche eMail-Adresse
- mit deinem Nicknamen
-NICK_HELP_CMD_SET_GREET
- GREET Stellt eine Begrüssungsmeldung für deinen
- Nicknamen ein.
-NICK_HELP_CMD_SET_KILL
- KILL Stellt Kill-Schutz an oder aus.
-NICK_HELP_CMD_SET_SECURE
- SECURE Aktiviert/Deaktiviert den Sicherheitsmodus
- für deinen Nicknamen
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Verhindert das Erscheinen deines Nicknamens
- auf der Liste von %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Versteckt bestimmte Informationen deines
- Nicknamens
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Sollten Dir die Services automatisch
- Op-Status geben.
-NICK_HELP_SET_TAIL
-
- Wenn du eines dieser Optionen nutzen willst, musst du dich
- vorher identifizeren.
- Tippe: %R%S HELP IDENTIFY für weitere Informationen.
-
- Tippe %R%S HELP SET Option für Erläuterungen
- zu einer bestimmten oben genannten Option.
-
-NICK_HELP_SET_DISPLAY
- Syntax: SET DISPLAY Neues-Display
-
- Ändert den virtuellen "Anführer" deiner Gruppe in den
- Services. Der wert von Neues-Display MUSS ein Nickname
- in deiner Gruppe sein.
-
- Hinweis: Dieser Befehl ändert keine Zugriffsrechte
- des einzelnen Nicks, er wird nur als "Ursprung" der
- Gruppe in der Liste aufgeführt.
-
-NICK_HELP_SET_PASSWORD
- Syntax: SET PASSWORD Neues-Passwort
-
- Ändert das Passwort, mit dem du dich als Besitzer des
- Nicknamen identifizierst.
-
-NICK_HELP_SET_LANGUAGE
- Syntax: SET LANGUAGE Nummer
-
- Stellt die Sprache ein, mit der die Services mit dir
- kommunizieren. (Zum Beispiel in einer Antwort auf einen
- Befehl den du gesendet hast.)
-
- Nummer muss von der folgenden Liste der unter-
- stützten Sprachen ausgewählt werden:
-
-NICK_HELP_SET_EMAIL
- Syntax: SET EMAIL Adresse
-
- Verbindet die angegebene eMail-Adresse mit deinem
- Nicknamen. Diese Adresse wird angezeigt, wenn jemand
- Informationen über deinen Nicknamen mit dem INFO
- Befehl anfordert.
-
-NICK_HELP_SET_GREET
- Syntax: SET GREET Nachricht
-
- Die angegebene Nachricht wird als Begrüssungsnachricht
- gesendet, wenn du in einen Channel eintrittst, der
- die GREET Option eingeschaltet hat. Vorausgesetzt
- du hast den nötigen Zugriffslevel in der Access-Liste
- des Channels.
-
-NICK_HELP_SET_KILL
- Syntax: SET KILL {ON | QUICK | IMMED | OFF}
-
- Stellt den automatischen Schutz des Nicknames durch
- einen Kill an oder aus. Nimmt ein User deinen Nickname,
- hat er eine Minute Zeit sich zu identifizieren,
- danach wird er, bei eingeschaltetem Schutz, durch
- %S umbenannt in einen Zufallsnamen.
-
- Bei der Einstellung QUICK wird Wartezeit zum
- Identifizieren auf 20 Sekunden herabgesenkt. Bei
- IMMED wird der User sofort ohne Warnung
- umbenannt, wenn er nicht auf der Zugriffsliste des
- Nicknamens steht. Bitte benutze diese Option nicht
- unnötigerweise.
- Ausserdem ist es möglich, dass die Netz-Admins
- diese Option deaktiviert haben.
-
-NICK_HELP_SET_SECURE
- Syntax: SET SECURE {ON | OFF}
-
- Stellt die Sicherheitsfunktionen von %S für deinen
- Nicknamen an oder aus. Mit eingeschaltetem SECURE
- musst du dich immer identifizieren, egal ob deine
- Hostmaske auf der Zugriffsliste für den Nicknamen
- steht oder nicht. Wenn du allerdings auf
- der Zugriffsliste stehst, wird %S bei
- fehlender Identifizierung den Nicknamen nicht killen
- (ist von der KILL Option unabhängig).
-
-NICK_HELP_SET_PRIVATE
- Syntax: SET PRIVATE {ON | OFF}
-
- Ändert %S's Privat-Modus für deinen Nicknamen.
- Mit eingeschaltetem PRIVATE wird dein Nickname
- nicht auf Listen erscheinen, die durch %S's LIST
- Befehls erstellt wurden.
-
- (Jeder der deinen Nicknamen kennt, kann gezielt mit
- dem INFO Befehl Informationen über deinen Nicknamen
- abrufen, unabhängig vom Privat-Modus.)
-
-NICK_HELP_SET_HIDE
- Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Erlaubt es dir, bestimmte Informationen in der Ausgabe
- von %S INFO zu verstecken.
- Du kannst deine eMail-Adresse verstecken (EMAIL), die
- zuletzt gesehene user@host-Maske (USERMASK), dein
- Services-Zugriffsstatus (STATUS) und die letzte Quit-Nachricht
- (QUIT).
- Der zweite Parameter bestimmt, ob die Information angezeigt
- werden soll (OFF) oder nicht (ON).
-
-NICK_HELP_SET_MSG
- Syntax: SET MSG {ON | OFF}
-
- Bestimmt den Modus, mit dem sich die Services mit dir
- unterhalten.
- Ist MSG eingeschaltet, benutzen die Services Messages
- (Queries), ansonsten werden dir die Antworten als Notices
- geschickt (Standard).
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Bestimmt ob Du automatisch Op-Status erhälst. Auf ON gestellt
- erlaubt es ChanServ Dir automatisch Op-Status zu geben,
- wenn Du die Channels betrittst.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Setzt verschiedene Einstellungen für den Nicknamen. Gültig für option ist:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Setzt einen Nicknamen als Ursprung der Nickgruppe
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Setzt das Passwort eines Nicknamens
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Fügt eine Emailadresse dem Nicknamen hinzu
-NICK_HELP_CMD_SASET_GREET
- GREET Fügt eine Begrüssungsnachricht dem Nicknamen hinzu
-NICK_HELP_CMD_SASET_KILL
- KILL Schützt den Nicknamen durch Identifikationszwang
-NICK_HELP_CMD_SASET_SECURE
- SECURE Schaltet die Identifikationssicherheitsfunktion
- an oder aus
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Verhindert, dass der Nickname im Befehl
- %R%S LIST auftaucht
-NICK_HELP_CMD_SASET_HIDE
- HIDE Versteckt bestimmte, dem Nicknamen zugeordnete,
- Informationen
-NICK_HELP_CMD_SASET_MSG
- MSG Bestimmt die Art wie die Services Nachrichten senden
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Verhindert, dass der Nickname nach einer bestimmten
- Zeit verfällt
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Stellt die Sprache ein, in der die Services
- dem Nicknamen antworten sollen.
-NICK_HELP_CMD_SASET_AUTOOP
- AUTOOP Sollten die Services dem Nick automatisch seinen
- Op-Status geben.
-NICK_HELP_SASET_TAIL
-
- Mit %R%S HELP SASET option können mehr Informationen zu
- den Einstellungen angefordert werden. Die Einstellungen betreffen den
- angegebenen Nicknamen.
-
- Die Befehle sind nur für Services Admins verfügbar.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Ändert den Nicknamen der als Ursprung einer Nicknamengruppe
- angezeigt wird. Der neue Ursprung muss ein Nickname der
- entsprechenden Gruppe sein.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Ändert das Passwort um sich als Besitzer eines Nicknamens
- zu identifizieren.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Verknüpft die angegeben Emailadresse mit dem
- Nicknamen.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Setzt die angegebene Nachricht als Begrüssungsnachricht
- für den Nicknamen. Diese wird angezeigt, wenn der Nickname
- den Channel betritt und die GREET Einstellung aktiviert
- ist. Vorraussetzung ist, dass der Benutzer die entsprechenden
- Rechte besitzt.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Stellt den automatischen Schutz des Nicknames durch
- einen Kill an oder aus. Nimmt ein User diesen Nickname,
- hat er eine Minute Zeit sich zu identifizieren,
- danach wird er, bei eingeschaltetem Schutz, durch
- %S umbenannt in einen Zufallsnamen.
-
- Bei der Einstellung QUICK wird Wartezeit zum
- Identifizieren auf 20 Sekunden herabgesenkt. Bei
- IMMED wird der User sofort ohne Warnung
- umbenannt, wenn er nicht auf der Zugriffsliste des
- Nicknamens steht. Bitte benutze diese Option nicht
- unnötigerweise.
- Ausserdem ist es möglich, dass die Netz-Admins
- diese Option deaktiviert haben.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Schaltet die Sicherheitsfunktionen von %S für den
- Nicknamen an oder aus. Mit eingeschaltetem SECURE
- muss sich der Nickname immer identifizieren, egal
- ob seine Hostmaske auf der Zugriffsliste für den
- Nicknamen steht oder nicht. Wenn er allerdings auf
- der Zugriffsliste stehst, wird %S bei
- fehlender Identifizierung den Nicknamen nicht killen
- (ist von der KILL Option unabhängig).
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Ändert %S's Privat-Modus für den Nicknamen.
- Mit eingeschaltetem PRIVATE wird der Nickname
- nicht auf Listen erscheinen, die durch %S's LIST
- Befehl erstellt wurden.
-
- (Jeder der den Nicknamen kennt, kann gezielt mit
- dem INFO Befehl Informationen über den Nicknamen
- abrufen, unabhängig vom Privat-Modus.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Erlaubt es beim angegebenen Nicknamen , bestimmte Informationen
- in der Ausgabe von %S INFO zu verstecken.
- Es kann die eMail-Adresse versteckt (EMAIL) werden, die
- zuletzt gesehene user@host-Maske (USERMASK), der
- Services-Zugriffsstatus (STATUS) und die letzte Quit-Nachricht
- (QUIT).
- Der zweite Parameter bestimmt, ob die Information angezeigt
- werden soll (OFF) oder nicht (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Bestimmt die Art, mit dem sich die Services mit dem
- angebenen Nicknamen unterhalten.
- Ist MSG eingeschaltet, benutzen die Services Messages
- (Queries), ansonsten werden die Antworten als Notices
- geschickt (Standard).
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Bestimmt ob ein Nickname nach einer gewissen Zeit
- verfällt. Wird NOEXPIRE auf ON gesetzt verfällt
- der Nickname nie.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Bestimmt ob der angegebene Nickname automatisch Op-Status erhält.
- Wird AUTOOP auf ON gestellt erlaubt es ChanServ den
- angegebenen Nicknamen automatisch Op-Status zu geben,
- wenn der Nick die Channels betritt.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Wechselt die Sprache der Services, wenn Meldungen an den
- Nicknamen gesendet werden.
- (Zum Beispiel in einer Antwort auf einen Befehl den der User gesendet hat).
- Die Nummer sollte aus der Liste der unterstützten Sprachen gewählt
- werden, die man mit tippen des Befehls %R%S HELP SET LANGUAGE bekommt.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER Nickname [Passwort]
-
- Ermöglicht dir, deinen Nicknamen wieder freizugeben,
- wenn jemand anderes ihn angenommen hat. Diese Funktion
- wird auch durch %S genutzt, wenn jemand einen Nickname
- mit Kill-Schutz anzunehmen.
-
- Bei Aufruf dieses Befehls wird %S einen virtuellen
- User mit dem gleichen Nick online schalten den du
- recovern willst. Die Folge davon ist, dass der User,
- der deinen Nickname angenommen hatte, vom Server getrennt
- wird. Der virtuelle User von den Services wird noch
- %s online bleiben, um sicherzustellen, dass der
- andere User nicht sofort neu connected; Nach dieser
- zeit wird der Nickname wieder freigegeben und du kannst
- ihn annehmen.
-
- Als Alternative gibt es das RELEASE Befehl,
- (%R%S HELP RELEASE) um deinen Nickname
- schneller zurückzubekommen.
-
- Als Vorraussetzung für das RECOVER Befehl muss
- deine aktuelle Adresse (siehe Ausgabe von /WHOIS)
- auf der Zugriffsliste des zu recovernden Nicknamens
- oder in dessen Gruppe sein. Als dritte Möglichkeit
- kannst du das Passwort für den Nicknamen angeben.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE Nickname [Passwort]
-
- Durch %S wird die Nickname-Sperre, ausgelöst
- durch z.B. den automatischen Kill-Schutz oder durch
- Verwendung des RECOVER Befehls, aufgehoben.
- Standardmässig hält diese Sperre %s, dieser
- Befehl setzt den Nickname früher wieder frei.
-
- Als Vorraussetzung für die Verwendung des RELEASE
- Befehl für einen Nickname, muss deine aktuelle Hostmaske
- (siehe /WHOIS) in der Zugriffsliste des entsprechenden
- Nicknamens oder in der Gruppe des Nicknamen sein. Weiterhin
- musst du das richtige Passwort für den Nicknamen haben.
-
-NICK_HELP_GHOST
- Syntax: GHOST Nickname [Passwort]
-
- Trennt eine "geisternde" IRC Verbindung, die deinen
- Nickname besitzt. Eine solche Verbindung ist eine,
- die nicht wirklich verbunden ist, bzw. im Begriff ist
- getrennt zu werden. Normalerweise passiert dies,
- wenn dein Computer abstürtzt oder deine Internet-
- Verbindung zusammenbricht, wenn du im IRC bist.
-
- Wenn du das GHOST Befehl benutzen willst,muss
- deine aktuelle Hostmaske (siehe /WHOIS) in der
- Zugriffsliste des entsprechenden Nicknamens oder
- in der Gruppe des Nicknamens sein.Weiterhin musst
- du das richtige Passwort für den Nickname haben.
-
-NICK_HELP_INFO
- Syntax: INFO Nickname
-
- Zeigt Informationen über den angegebenen Nickname, zum
- Beispiel den Besitzer des Nicknamens, die letzte gesehene
- Adresse und dessen Uhrzeit und die Optionen des Nicknamens.
- Wenn du dich für den Nickname über den du Infos anzeigen
- willst identifiziert hast, und den Parameter ALL
- benutzt, werden alle Informationen angezeigt.
- (Egal ob sie versteckt sind oder nicht.)
-
-NICK_HELP_LIST
- Syntax: LIST Muster
-
- Listet alle registrierten Nicknamen auf, die auf das
- Suchmuster passen, im Format nickname!user@host.
- Nicknamen mit aktivierter PRIVATE Option werden
- allerdings nicht angezeigt.
-
- Beispiele:
-
- LIST *!joeuser@foo.com
- Zeigt alle Nicknamen an, deren Besitzer joeuser@foo.com
- ist.
-
- LIST *Bot*!*@*
- Zeigt alle registrierten Nicknamen mit Bot in ihrem
- Ident (Gross/Kleinschreibung wird nicht unterschieden).
-
- LIST *!*@*.bar.org
- Listet alle Nicknamen von Usern in der bar.org Domain.
-
-NICK_HELP_ALIST
- Syntax: ALIST [Level]
-
- Listet alle Channels auf, auf denen du Zugriff hast. Optional kannst du
- das Level-Format (XOP oder ACCESS) bestimmen. Die daraus resultierende
- liste wird nur Channels enthalten, wo du den entsprechenden
- Zugriffslevel hast.
-
- Beispiele:
-
- ALIST Founder
- Listet alle Channels auf, in denen du Founder-Access hast.
-
- ALIST AOP
- Listet alle Channels auf, in denen du AOP-Access oder höher
- hast.
-
- ALIST 10
- Listet alle Channels auf, in denen du das Zugriffs-Level 10
- oder höher hast..
-
- Channels mit der NOEXPIRE Option sind mit einem Ausrufezeichen markiert.
-
-NICK_HELP_GLIST
- Syntax: GLIST
-
- Zeigt alle Nicknamen die in deiner Gruppe enthalten sind.
-
-NICK_HELP_STATUS
- Syntax: STATUS Nickname
-
- Liefert einen Wert zurück, der besagt, ob der augenblickliche
- Nutzer des Nicknamens der identifizierte Eigentümer ist, oder
- nicht.Die Antwort hat das Format:
-
- Nickname Status-Code Account
-
- where Nickname is the nickname sent with the command,
- Status-Code is one of the following, and Account
- is the account they are logged in as.
-
- 0 - User ist nicht online oder Nickname ist nicht registriert
- 1 - User wird nicht als Eigentümer erkannt
- 2 - User wird als Eigentümer erkannt durch die
- Zugriffsliste
- 3 - User wird als Eigentümer erkannt durch die
- Identifizierung mit Passwort
-
- Bis zu 16 Nicknamen können mit dem Befehl übergeben werden,
- der Rest wird ignoriert. Wenn kein Nickname angegeben wird,
- wird dein STATUS angezeigt.
-
-NICK_HELP_SENDPASS
- Syntax: SENDPASS Nickname
-
- Sendet das Passwort des angegebenen Nicks zu der damit
- verbundenen eMail-Adresse aus der NickServ-Datenbank.
- Dieses Kommando ist wirklich nützlich, wenn du dein
- Passwort vergessen haben solltest.
-
- Kann in manchen Netzen auf IRC Operatoren begrenzt
- sein.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- Dies ist der zweite Schritt beim Registrieren des Nicknamens.
- Du mußt diesen Befehl ausführen, um ihn mit %S zu registrieren.
- Der Passcode (oder auch Authentifizierungscode genannt) wird
- an Deine email-adresse gesendet beim ersten Schritt des
- Registrationsprozesses. Für mehr Informationen über die erste
- Stufe des Registrationsprozesses tippe: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- Dieser Befehl löst das Versenden des Authentifizierungscodes
- (auch Passcode genannt) erneut an die gespeicherte Emailadresse
- des Users, sobald der User ihn ausführt.
-
-NICK_SERVADMIN_HELP
- Services Administratoren können auch registrierte Nicknamen
- löschen,ohne sich für den jeweiligen Nicknamen identifizieren
- zu müssen. Zusätzlich können sie die Zugriffsliste eines
- jeden Nicknamen ansehen und bearbeiten. Siehe :
- %R%S ACCESS LIST Nickname
-
-NICK_SERVADMIN_HELP_LOGOUT
- Syntax: LOGOUT [Nickname [REVALIDATE]]
-
- Ohne angegebenen Parameter, macht dieser Befehl die
- Wirkung von IDENTIFY rückgängig, zum Beispiel
- wirst du nicht mehr als Eigentümer des Nicknamens erkannt.
- Beachte jedoch, dass du nicht erneut zur Identifizierung
- aufgefordert wirst.
-
- Mit angegebenem Parameter passiert das gleiche für den
- Nicknamen. Wenn du zusätzlich REVALIDATE angibst, wird
- Services dich auffordern, dich erneut für den Nickname
- zu identifizieren.
-
- Diese Funktion ist beschränkt auf die Services Administartoren.
-
-NICK_SERVADMIN_HELP_DROP
- Syntax: DROP [Nickname]
-
- Ohne angegebenen Parameter entfernt es deinen Nicknamen
- aus der Datenbank von %S.
-
- Mit dem Nicknamen als Parameter, wird dieser Nickname
- von der Datenbank entfernt. Du kannst jeden Nickname
- in deiner Gruppe ohne bestimmte Privilegien entfernen.
-
-NICK_SERVADMIN_HELP_LIST
- Syntax: LIST Muster [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Zeigt alle registrierten Nicknamen an, die einem bestimmten
- Muster, nickname!user@host, entsprechen. Nicknamen mit
- aktivierter PRIVATE und NOEXPIRE Option werden nur
- Services Administratoren angezeigt. Nicknamen bei denen das
- NOEXPIRE eingeschaltet ist, werden ein ! vor ihrem
- Eintrag in der Liste haben.
-
- Wenn die Option FORBIDDEN, SUSPENDED, NOEXPIRE oder UNCONFIRMED
- angegeben wird, werden nur Nicknamen angezeigt die das entsprechene
- Muster haben (FORBIDDEN, SUSPENDED, UNCONFIRMED oder NOEXPIRE).
- Wenn mehr Optionen angegeben werden, werden alle Nicknamen angezeigt
- die den Muster entsprechen.
-
- Diese optionen ist beschränkt auf Services Administratoren.
-
- Beispiele:
-
- LIST *!joeuser@foo.com
- Zeigt alle Nicknamen die von joeuser@foo.com
- besessen werden.
-
- LIST *Bot*!*@*
- Listet alle registrierten Nicknamen die Bot in
- ihrem Ident haben (unabhängig von Gross/Klein-
- schreibung).
-
- LIST * NOEXPIRE
- Zeigt alle registrierten Nicknamen an, die das NOEXPIRE
- Flag gesetzt haben.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [Nickname] [Level]
-
- Mit keinen Parametern werden alle Channels aufgelistet, auf
- die du Zugriff hast. Mit einem Parameter werden alle Channels
- aufgelistet, auf die Nickname Zugriff hat. Mit zwei
- Parametern werden alle Channel aufgelistet, in denen Nickname
- Zugriffslevel Level oder höher hat.
-
-NICK_SERVADMIN_HELP_GLIST
- Syntax: GLIST [Nickname]
-
- Wird kein Parameter angegeben, werden alle Nicknamen
- in deiner Gruppe angezeigt.
-
- Ansonsten werden alle Nicknamen, die in der Gruppe des
- angegebenen Nicknamens sind, aufgelistet.
-
-NICK_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS Nickname
-
- Liest das Passwort von Nickname aus der Datenbank aus.
- Beachte dass wenn jemand dieses Befehl benutzt,
- diese Aktion im Logbuch der Services vermerkt wird.
- Zusätzlich wird eine Nachricht an alle IRC Operatoren
- per WALLOPS/GLOBOPS ausgesandt.
-
- Dieser Befehl ist nicht verfügbar bei aktivierter
- Verschlüsselung.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Gibt die passenden Nicknamen auf, welche die gegebene eMail benutzen.
- Beachte, dass du keine wildcards für den User oder emailhost
- verwenden kannst. Immer, wenn dieser Befehl benutzt wird, wird
- eine Nachricht mit dem Nickname der Person mitgeloggt.
-
-NICK_SERVADMIN_HELP_FORBID
- Syntax: FORBID Nickname [Grund]
-
- Verhindert, dass der angegebene Nickname registriert
- oder genutzt wird. Diese Einschränkung kann durch
- DROPEN (löschen) des Nicknamen aufgehoben werden.
-
- In bestimmten Netzen wird ein Grund für das
- Verbot benötigt.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND Nickname Grund
-
- SUSPEND verhindert das der angegebene Nickname sich identifizieren kann.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND Nickname
-
- Gibt einen Nicknamen der SUSPENDED ist wieder frei.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Liest das Passwort des Channel-Founders
- aus der Datenbank aus (wenn die
- Verschlüsselung deaktiviert ist)
-CHAN_HELP_CMD_FORBID
- FORBID Verhindert die Nutzung eines Channels
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Verbietet jegliche Nutzung des Channels.
- Die Channel Einstellungen bleiben jedoch
- erhalten
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Hebt ein SUSPEND wieder auf
-CHAN_HELP_CMD_STATUS
- STATUS Liefert das Zugriffslevel eines Users
- in dem Channel
-CHAN_HELP_CMD_REGISTER
- REGISTER Einen Channel registrieren
-CHAN_HELP_CMD_SET
- SET Bestimmte Channel-Optionen und
- Informationen einstellen
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Verwaltet die QOP-Liste von einem Channel
-CHAN_HELP_CMD_AOP
- AOP Verwaltet die AOP-Liste von einen Channel
-CHAN_HELP_CMD_SOP
- SOP Verwaltet die SOP-Liste von einen Channel
-CHAN_HELP_CMD_ACCESS
- ACCESS Die Liste der priviligierten User
- bearbeiten
-CHAN_HELP_CMD_LEVELS
- LEVELS Die Einstellungen verschiedener
- Zugriffslevel neu definieren
-CHAN_HELP_CMD_AKICK
- AKICK Die Autokick-Liste bearbeiten
-CHAN_HELP_CMD_DROP
- DROP Registrierung eines Channels aufheben
-CHAN_HELP_CMD_BAN
- BAN Bant den angegebenen Nicknamen aus einen Channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Entfernt bestimmte Einstellungen des angegebenen Channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Enfernt den Voice-Status des angegebenen Nicknamens
- in einen Channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Gibt den Channel-Schlüßel wieder
-CHAN_HELP_CMD_INFO
- INFO Zeigt Informationen über den angegebenen Channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kickt den angegebenen Nicknamen aus einen Channel
-CHAN_HELP_CMD_LIST
- LIST Listet alle registrieten Channels des angegebene Muster
-CHAN_HELP_CMD_OP
- OP Gibt den angegebenen Nicknamen Op-Status in einen Channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Ändert den Topic des angegebenen Channels
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Gibt den angegebenen User Voice-Status in einen Channel
-CHAN_HELP_CMD_VOP
- VOP Verwaltet die VOP-Liste von einen Channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Enfernt den HalfOP-Status des angegebenen Nicknamens
- in einen Channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Entfernt dein Gründer Status in einen Channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Entfernt den schutz des angegebenen Nicknamens
- in einen Channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Gibt den angegebenen User HalfOP-Status in einen Channel
-CHAN_HELP_CMD_HOP
- HOP Verwaltet die HOP-Liste von einen Channel
-CHAN_HELP_CMD_OWNER
- OWNER Gibt dir Gründer Staus in einen Channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Schützt den angegebenen Nicknamen in einen Channel
-CHAN_HELP_CMD_DEOP
- DEOP Enfernt den OP-Status des angegebenen Nicknamens
- in einen Channel
-
-CHAN_HELP
- Mit Hilfe von %S kann man Channel registrieren und
- eine Vielzahl von Kontrolloptionen einstellen. %S kann
- zum Beispiel das "Takeover" von Channels verhindern,in
- dem man die Channel-Op Privilegien auf bestimmte registrierte
- Nicknamen begrenzt. Verfügbare Befehle sind unten aufgelistet.
- Um sie zu benutzen tippe %R%S Befehl. Für weitere
- Informationen zu einem bestimmten Befehl, tippe :
- %R%S HELP Befehl.
-
-
-CHAN_HELP_EXPIRES
-
- Beachte das jeder Channel der für %d Tage nicht
- genutzt wird,automatisch auslaufen wird.
-
-CHAN_HELP_REGISTER
- Syntax: REGISTER Channel Beschreibung
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Syntax: DROP Channel
-
- Entfernt die Registrierung des angegebenen Channels.
- Kann nur vom Channel-Founder benutzt werden.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Syntax: SET Channel Option Parameter
-
- Erlaubt es dem Channel-Founder bestimmte Optionen
- und Informationen des Channels zu ändern.
-
- Verfügbare Optionen:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Stellt den Gründer des Channels ein
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Stellt den Vertreter des Founders ein
-CHAN_HELP_CMD_SET_DESC
- DESC Ändert die Channel-Beschreibung
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Stellt eine Begrüssungsmeldung des
- Channels ein
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Ändert den Ban-Typ, den die Services
- in dem Channel anwenden
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Topic behalten, wenn Channel nicht
- benutzt wird
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Topic kann nur durch TOPIC geändert werden
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Channel-Modes fest einstellen
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Den Channel vom /LIST-Befehl verstecken
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Eingeschränkter Zugriff auf den Channel
-CHAN_HELP_CMD_SET_SECURE
- SECURE Aktiviert %S's Sicherheits-funktionen
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Strengere Kontrolle des Op-Status im Channel
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Strengere Kontrolle des Founder-Status
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Kicks durch ChanServ in dem Channel
- werden durch den Kicker signiert
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Sendet eine Notice wenn Op/Deop-Befehl
- benutzt werden
-CHAN_HELP_CMD_SET_XOP
- XOP Schaltet das Listen System ein oder aus
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Tippe %R%S HELP Option für weitere Informationen
- zu einem bestimmten Befehl.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Syntax: %s Channel FOUNDER Nickname
-
- Ändert den Gründer (Founder) eines Channels. Der neue
- Nickname muss registriert sein.
-
-CHAN_HELP_SET_SUCCESSOR
- Syntax: %s Channel SUCCESSOR Nickname
-
- Ändert den Vertreter des Gründers in dem Channel. Wenn
- der Nickname des Gründers ausläuft oder gedropped wird,
- wenn der Channel registriert ist, wird der Vertreter
- der neue Gründer des Channels. Wenn jedoch der
- Vertreter bereits zu viele Channels registriert hat
- (max %d), wird der Channel gedropped.
-
- Der Nickname des Vertreters muss registriert sein.
-
-CHAN_HELP_SET_DESC
- Syntax: %s Channel DESC Beschreibung
-
- Ändert die Beschreibung für einen Channel, die bei
- dem LIST und INFO Befehl angezeigt wird.
-
-CHAN_HELP_SET_ENTRYMSG
- Syntax: %s Channel ENTRYMSG [Nachricht]
-
- Ändert die Nachricht, die User beim Joinen des
- Channels per /notice bekommen. Wird kein Parameter
- angegeben, wird keine Nachricht beim Joinen
- angezeigt.
-
-CHAN_HELP_SET_BANTYPE
- Syntax: %s Channel BANTYPE Ban-Typ
-
- Stellt den Ban-Typ für den Channel ein, den die
- Services anwenden, wenn sie einen Ban eintragen
- (z.B. bei einem Auto-Kick).
-
- bantype muss einer der folgenden Werte sein:
-
- 0: Ban in der Form *!user@host
- 1: Ban in der Form *!*user@host
- 2: Ban in der Form *!*@host
- 3: Ban in der Form *!*user@*.domain
-
-CHAN_HELP_SET_KEEPTOPIC
- Syntax: %s Channel KEEPTOPIC {ON | OFF}
-
- Aktiviert oder deaktiviert die Topic Wiederherstellung für
- den Channel. Wird diese Option eingeschaltet, wird das
- Topic des Channels gespeichert durch %S. Selbst wenn
- der letzte User den Channel verlässt, wird es
- wiederhergestellt sobald jemand wieder in den Channel
- kommt.
-
-CHAN_HELP_SET_TOPICLOCK
- Syntax: %s Channel TOPICLOCK {ON | OFF}
-
- Aktiviert oder deaktiviert die topic lock-Option
- für den angegebenen Channel.
- Wenn topic lock eingeschaltet ist, wird %S jede
- Änderung des Topics verhindern/rückgängig machen,
- ausser es wurde durch TOPIC eingestellt.
-
-CHAN_HELP_SET_MLOCK
- Syntax: %s Channel MLOCK Modi
-
- Stellt den Mode-Lock-Parameter für den angegebenen
- Channel ein. %S ermöglicht es dir, einzustellen,
- dass bestimmte Modi immer aus bzw an sein müssen.
-
- Die Modes die gelockt werden können sind von dein IRCD abhängig.
- Jede einzelne dieser Modes kann ein/aus oder gar nicht gelockt werden.
- Der Modi Parameter ist genauso aufgebaut wie das jeweilige /MODE Befehl.
- Dies bedeutet, Modi die durch ein + gekennzeichnet sind, sind aktiviert,
- durch ein - sind sie deaktiviert.
-
- Warnung: Wenn du den Channel mit Hilfe des SET MLOCK
- Befehls mit einem Key (Passwort) schützt, solltest du
- zusätzlich die RESTRICTED Option für den Channel ein-
- schalten (siehe HELP SET RESTRICTED), oder jeder der in
- diesen Channel kommt wenn er leer ist kann den Key sehen!
-
- Beispiele:
-
- SET #channel MLOCK +nt-iklps
- Erzwingt die Channel-Modi n und t auf an, die i,
- k,l,p und s aus. Mode m wird nicht explizit gelockt
- und kann wahlweise an oder ausgeschaltet werden.
-
- SET #channel MLOCK +knst-ilmp mein-key
- Erzwingt die Modi k, n, s und t an, die Modi i, l, m,
- und p aus. Weiterhin wird der Channel-Key fest auf
- "mein-key" eingestellt.
-
- SET #channel MLOCK +
- Entfernt alle gelockten Channel-Modi, jeder Modus
- kann jetzt wahlweise an oder ausgeschaltet werden.
-
-CHAN_HELP_SET_PEACE
- Syntax: %s Channel PEACE {ON | OFF}
-
- Aktiviert oder deaktiviert die peace Option. Wenn
- peace aktiviert ist, kann ein User einen anderen User
- mit gleichem oder höherem Zugriffslevel nicht mehr per
- %S kicken, bannen oder dessen Channelstatus löschen.
-
-CHAN_HELP_SET_PRIVATE
- Syntax: %s Channel PRIVATE {ON | OFF}
-
- Schaltet den Privat-Modus für einen Channel an
- oder aus. Wird er aktiviert, wird der Channel in der
- Ausgabe von%R%S LIST nicht mehr auftauchen.
-
-CHAN_HELP_SET_RESTRICTED
- Syntax: %s Channel RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Syntax: %s Channel SECURE {ON | OFF}
-
- Aktiviert oder deaktiviert die Sicherheitsfunktionen
- von %S für den angegebenen Channel.
- Wird SECURE eingeschaltet, werden nur registrierte
- Nicknamen (durch %s) die per Passwort
- identifiziert sind in den Channel gelassen, so wie es
- in der Zugriffsliste des Channels steht.
-
-CHAN_HELP_SET_SECUREOPS
- Syntax: %s Channel SECUREOPS {ON | OFF}
-
- Ändert die Secure-Ops Option für einen Channel.
- Wird diese Option eingeschaltet, können Nicknamen,
- die nicht auf der Zugriffsliste des Channels stehen,
- keinen Op-Status erhalten.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Syntax: %s Channel SECUREFOUNDER {ON | OFF}
-
- Aktiviert oder deaktiviert die Secure Founder-Option
- für einen Channel.
- Wird diese Option eingeschaltet, kann nur der "echte"
- Gründer des Channels diesen DROPEN(löschen), das Passwort
- und den Successor verändern und nicht derjenige, der sich
- per IDENTIFY gegenüber %S als Gründer (Founder) identifiziert
- hat.
-
-CHAN_HELP_SET_SIGNKICK
- Syntax: %s Channel SIGNKICK {ON | LEVEL | OFF}
-
- Aktiviert oder deaktiviert signierte Kicks für einen
- Channel. Ist SIGNKICK aktiviert, wird der Grund
- eines Kicks der durch %S KICK ausgeführt wurde, durch
- den Nicknamen des Kickers signiert.
-
- Wird LEVEL benutzt, werden Kicks durch Nicknamen
- deren Level grösser oder gleich dem SIGNKICK Level ist,
- nicht durch den Nicknamen signiert.
- Siehe %R%S HELP LEVELS für weitere Informationen.
-
-CHAN_HELP_SET_XOP
- Syntax: %s Channel XOP {ON | OFF}
-
- Aktiviert oder deaktiviert das xOP Listen System für einen Channel.
- Wenn XOP aktiviert ist, musst du AOP/SOP/VOP
- Befehl benutzen, um Zugriffslevel festlegen zu können. Andernfalls
- musst du das ACCESS Befehl benutzen.
-
- Technische Bemerkung: Wenn du vom Access zum xOP System
- wechselst, werden die Zugriffslevel geändert, folglich wirst du
- nicht die selben Werte finden, wenn du zu Access zurückwechselst.
-
- Du solltest nach einem Wechsel zum xOP System darauf achten,
- dass die User das richtige Level besitzen, da das Umwechseln
- auf Vermutung basiert und nicht immer perfekt funktioniert.
- Es ist nicht empfohlen nach einer Änderung der Levels das xOP
- System zu nutzen.
-
- Der Wechsel vom xOP System zum Access System fuktioniert
- jedoch fehlerfrei.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Syntax: %s Channel OPNOTICE {ON | OFF}
-
- Aktiviert oder deaktiviert die Op-Notice Option für
- einen Channel.
- Wird Op-Notice eingeschaltet, sendet %S eine
- Notice an den Channel wenn OP oder DEOP Befehle
- benutzt werden.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Syntax: AOP Channel ADD Nickname
- AOP Channel DEL {Nickname | entry-num | Liste}
- AOP Channel LIST [Maske | Liste]
- AOP Channel CLEAR
-
- Verwaltet die AOP (AutoOP) Liste eines Channels. Die
- AOP Liste gibt Usern automatisch Operator Status in deinem
- und gibt ihnen das Recht die Befehle UNBAN und INVITE.
- zu nutzen, beim Betreten des Channels werden die Greet
- Messages dieser User angezeigt, usw.
-
- Der AOP ADD Befehl fügt den jeweiligen Nicknamen zur AOP-Liste
- hinzu.
-
- Der AOP DEL Befehl löscht den jeweiligen Nickname aus der
- AOP-Liste. Wenn mehrere Eintragsnummern angegeben werden,
- werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)
-
-
- Der AOP LIST Befehl zeigt die aktuelle AOP-Liste. Wenn
- Wildcard Masks angegeben werden, werden nur die betroffenen
- Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,
- werden nur diese Einträge angezeigt, zB:
-
- AOP #channel LIST 2-5,7-9
- Listet die AOP Einträge 2 bis 5 und 7 bis 9.
-
- Der AOP CLEAR Befehl löscht alle Einträge der AOP-Liste.
-
- AOP ADD und AOP DEL sind auf SOPs beschränkt, während
- AOP CLEAR nur vom Channel Founder genutzt werden kann.
- Jeder User auf der AOP Liste kann den AOP LIST Befehl benutzen.
-
- Dieser Befehl kann für deinen Channel ausgeschaltet sein, in
- diesem Fall nutze bitte die Access Liste. Für weitere Infos zur
- Access Liste, tippe bitte %R%S HELP ACCESS und
- %R%S HELP SET XOP für Infos über den Wechsel vom XOP und
- vom Access System.
-
-CHAN_HELP_HOP
- Syntax: HOP Channel ADD Nickname
- HOP Channel DEL {Nickname | entry-num | Liste}
- HOP Channel LIST [Maske | Liste]
- HOP Channel CLEAR
-
- Verwaltet die HOP (HalfOP) Liste eines Channels. User auf
- dieser Liste werden automatisch gehalfopt, wenn sie joinen.
-
- Der HOP ADD Befehl fügt den jeweiligen Nicknamen zur HOP-Liste
- hinzu.
-
- Der HOP DEL Befehl löscht den jeweiligen Nicknamen aus der
- HOP-Liste. Wenn mehrere Eintragsnummern angegeben werden,
- werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)
-
-
- Der HOP LIST Befehl zeigt die aktuelle HOP-Liste an. Wenn
- Wildcard Masks angegeben werden, werden nur die betroffenen
- Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,
- werden nur diese Einträge angezeigt, zB:
-
- HOP #channel LIST 2-5,7-9
- Listet die HOP Einträge 2 bis 5 und 7 bis 9.
-
- Der HOP CLEAR Befehl löscht alle Einträge der HOP-Liste.
-
- HOP ADD, HOP DEL und HOP LIST sind auf AOPs oder
- höher beschränkt, während HOP CLEAR nur vom Founder genutzt
- werden kann.
-
- Dieser Befehl kann für deinen Channel ausgeschaltet sein, in
- diesem Fall nutze bitte die Access Liste. Für weitere Infos zur
- Access Liste, tippe bitte %R%S HELP ACCESS und
- %R%S HELP SET XOP für Infos über den Wechsel vom xOP und
- vom Access System.
-
-CHAN_HELP_SOP
- Syntax: SOP Channel ADD Nickname
- SOP Channel DEL {Nickname | entry-num | Liste}
- SOP Channel LIST [Maske | Liste]
- SOP Channel CLEAR
-
- Verwaltet die SOP (SuperOP) Liste eines Channels. Ein User
- in der SOP-Liste besitzt die selben Rechte wie ein AOP und kann
- zusätzlich die AutoKick und BadWord Listen bearbeiten, Channel-
- memos lesen und senden, usw.
-
- Der SOP ADD Befehl fügt den jeweiligen Nicknamen zur SOP-Liste
- hinzu.
-
- Der SOP DEL Befehl löscht den jeweiligen Nicknamen aus der
- SOP-Liste. Wenn mehrere Eintragsnummern angegeben werden,
- werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)
-
-
- Der SOP LIST Befehl zeigt die aktuelle SOP-Liste. Wenn
- Wildcard Masks angegeben werden, werden nur die betroffenen
- Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,
- werden nur diese Einträge angezeigt, zB:
-
- SOP #channel LIST 2-5,7-9
- Listet die SOP Einträge 2 bis 5 und 7 bis 9.
-
- Der SOP CLEAR Befehl löscht alle Einträge der SOP-Liste.
-
- SOP ADD, SOP DEL und SOP CLEAR sind auf den Channel-
- founder beschränkt. SOP LIST kann von jedem AOP genutzt
- werden.
-
- Dieser Befehl kann für deinen Channel ausgeschaltet sein, in
- diesem Fall nutze bitte die Access Liste. Für weitere Infos zur
- Access Liste, tippe bitte %R%S HELP ACCESS und
- %R%S HELP SET XOP für Infos über den Wechsel vom xOP und
- vom Access System.
-
-CHAN_HELP_VOP
- Syntax: VOP Channel ADD Nickname
- VOP Channel DEL {Nickname | entry-num | Liste}
- VOP Channel LIST [Maske | Liste]
- VOP Channel CLEAR
-
- Verwaltet die VOP (Voice) Liste eines Channels.VOPs
- bekommen automatisch Voice, wenn sie den Channel betreten.
-
- Der VOP ADD Befehl fügt den jeweiligen Nicknamen zur VOP-Liste
- hinzu.
-
- Der VOP DEL Befehl löscht den jeweiligen Nicknamen aus der
- VOP Liste. Wenn mehrere Eintragsnummern angegeben werden,
- werden diese Einträge gelöscht. (Siehe Beispiel bei LIST.)
-
-
- Der VOP LIST Befehl zeigt die aktuelle VOP-Liste. Wenn
- Wildcard Masks angegeben werden, werden nur die betroffenen
- Einträge angezeigt. Werden mehrere Eintragsnummern angegeben,
- werden nur diese Einträge angezeigt, zB:
-
- VOP #channel LIST 2-5,7-9
- Listet die VOP Einträge 2 bis 5 und 7 bis 9.
-
- Der VOP CLEAR Befehl löscht alle Einträge der VOP-Liste.
-
- VOP ADD, VOP DEL und VOP LIST sind auf AOPs oder
- höher beschränkt, wärend VOP CLEAR nur vom Channelfounder
- genutzt werden kann.
-
- Dieser Befehl kann für deinen Channel ausgeschaltet sein, in
- diesem Fall nutze bitte die Access Liste. Für weitere Infos zur
- Access Liste, tippe bitte %R%S HELP ACCESS und
- %R%S HELP SET XOP für Infos über den Wechsel vom xOP und
- vom Access System.
-
-CHAN_HELP_ACCESS
- Syntax: ACCESS Channel ADD Nickname Level
- ACCESS Channel DEL {Nickname | entry-num | Liste}
- ACCESS Channel LIST [Maske | Liste]
- ACCESS Channel VIEW [Maske | Liste]
- ACCESS Channel CLEAR
-
- Verwaltet die Zugriffsliste für einen Channel. Diese
- Liste sagt aus, welchem User Channel-Op-Status ermöglicht
- oder wem Zugriff auf %S Befehle des Channels
- freigeschaltet werden soll.
-
- Verschiedene Zugriffslevel bestimmen den Zugriff auf
- Privilegien, die dieser User dann im Channel besitzt.
- Tippe %R%S HELP ACCESS LEVELS für weitere Infos.
- Jeder Nickname, der nicht auf der Zugriffsliste steht,
- hat automatisch einen Level von 0.
-
- Der ACCESS ADD Befehl fügt einen Nickname mit dem
- angegeben Level auf die Zugriffsliste ein. Wenn der
- Nickname schon auf der Liste steht, wird der Level nur
- geändert. Der angegebene Level muss kleiner als der
- des Users sein, der diesen Befehl aufruft und wenn der
- Nickname schon auf der Zugriffsliste steht, muss sein
- aktueller Level ebenfalls kleiner sein, als von dem User,
- der den Befehl aufruft.
-
- Mit ACCESS DEL wird ein Nickname von der Zugriffs-
- liste entfernt. Wenn eine Liste von Nummern angegeben wird,
- werden diese Einträge entfernt (siehe die Beispiele
- für LIST weiter unten).
-
- Der ACCESS LIST Befehl zeigt die Zugriffsliste eines
- Channels an. Wird eine Bereichsliste angegeben, werden die
- entsprechenden Einträge angezeigt, zum Beispiel:
-
- ACCESS #channel LIST 2-5,7-9
- Zeigt Einträge mit den Nummern 2 bis 5 und
- 7 bis 9 an.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Durch ACCESS CLEAR werden alle Einträge der
- Zugriffsliste entfernt.
-
-CHAN_HELP_ACCESS_LEVELS
- User Zugriffslevel
-
- Standardmässig sind die Zugriffslevel wie folgt
- definiert:
-
- Founder (Gründer) vollständiger Zugriff auf
- den Channel und alle dazugehörigen
- Funktionen durch %S wird
- automatisch mit Op-Status versehen beim
- Joinen. Beachte dass nur eine Person den
- Founder-Status besitzen kann (kann auch
- nicht durch den ACCESS Befehls
- erteilt werden).
-  10 Zugriff auf AKICK, hat Auto-Op.
-  5 Automatischer Op-Status.
-  3 Automatischer Voice-Status.
-  0 Keine speziellen Privilegien, kann durch
- andere Ops Channel-Operator werden
- (ausser Secure-Ops ist aktiv).
-  <0 Kann keinen Operator-Status erlangen.
-
- Neue Levels können Levels hinzugefügt oder verändert
- werden mit Hilfe des LEVELS Befehls. Tippe %R
- %S HELP LEVELS für weitere Informationen.
-
-CHAN_HELP_AKICK
- Syntax: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK Channel ENFORCE
- AKICK Channel CLEAR
-
- Verwaltet die AutoKick-Liste für einen Channel.
- Wenn ein User joined, der auf der AutoKick-Liste steht,
- wird %S einen Ban auf den User setzen und ihn
- dann kicken.
-
- Mit Hilfe von AKICK ADD kann man Nicknamen oder Hostmasken
- der AutoKick-Liste hinzufügen. Wird ein Grund beim
- Befehl angegeben, wird dieser als Kick-Grund für den
- User genutzt, ohne Reason wird standardmässig
- "You have been banned from the channel" verwendet.
- Wird ein registrierter Nick gekickt, so wird der
- registrierte Nickname zur Kickliste hinzugefügt,
- anstatt der Hostmaske. Alle Nicknamen die dieser Gruppe
- angehören werden ebenfalls gekickt.
-
- Durch den AKICK DEL Befehls wird ein Eintrag von der
- AutoKick-Liste entfernt. Es entfernt jedoch nicht die Bans,
- die noch im Channel von ChanServ gesetzt sind, diese
- müssen manuell entfernt werden.
-
- Der AKICK STICK Befehl bannt die gegebenne Maske
- dauerhft vom Channel. Falls jemand versucht, den Ban zu
- entfernen, wird %S ihn automatisch neu setzen. Kann
- nicht für registrierte Nicknamen genutzt werden.
-
- Der AKICK UNSTICK Befehl macht den AKICK STICK
- Befehl wieder rückgängig, sodass der Ban wieder
- entfernt werden kann.
-
- Der AKICK LIST Befehl zeigt den Inhalt einer
- AutoKick-Liste an, oder optional die Einträge, die auf
- das angegebene Muster passen.
-
- Das Ergebnis von AKICK VIEW ist im Grunde das Gleiche
- wie das von AKICK LIST, jedoch werden mehr Informationen
- angezeigt.
-
- Durch AKICK ENFORCE wird %S gezwungen, die
- aktuelle AutoKick-Liste auf den Channel anzuwenden
- und User, die ein Muster der Liste treffen, zu entfernen.
-
- Der AKICK CLEAR Befehl entfernt alle Einträge aus
- Der AutoKick-Liste.
-
-CHAN_HELP_LEVELS
- Syntax: LEVELS channel SET Typ [Level|FOUNDER]
- LEVELS channel {DIS | DISABLE} Typ
- LEVELS channel LIST
- LEVELS channel RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Die folgenden Befehle/Funktionen werden unterstützt.
- Beachte bitte, dass die hier angegebenen Level für
- AUTODEOP und NOJOIN Maximum-Levels sind, alle anderen
- hingegegen sind Minimum-Level.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Syntax: INFO Channel
-
- Zeigt Informationen über einen registrierten Channel,
- seinen Gründer, das Datum der Registrierung, die
- letzte Nutzung, seine Beschreibung und Mode-Locks,
- wenn welche eingestellt sind. Wenn du als Founder
- (Gründer) identifiziert bist und den Parameter
- ALL angibst, wird die Begrüssungsnachricht und
- die Successors (Vertreter) ebenfalls angezeigt.
-
-CHAN_HELP_LIST
- Syntax: LIST Muster
-
- Listet alle registrierten Channels, die dem Muster
- entsprechen, auf. (Alle Channels mit aktiviertem
- PRIVATE-Flag werden nicht angezeigt.)
- Anmerkung: Beachte, dass ein führendes '#' einen
- numerischen Bereich angibt, Channelnamen müssen
- ohne '#' angegeben werden.
-
-CHAN_HELP_OP
- Syntax: OP Channel [Nickname]
-
- Setzt den Operator-Status des angegebenen Nicknamen
- in dem Channel. If nick is not given,
- it will op you.
-
- Standardmässig ist dafür ein Level von 5 oder
- grösser erforderlich.
-
-CHAN_HELP_DEOP
- Syntax: DEOP #Channel [Nickname]
-
- Entfernt den Operator-Status eines bestimmten Nickname
- in dem Channel. Wird kein Nickname angegeben, wird ChanServ
- dich deoppen.
-
- Standardmässig ist dafür ein Level von 5 oder
- grösser erforderlich.
-
-CHAN_HELP_VOICE
- Syntax: VOICE #Channel [Nickname]
-
- Erteilt dem angegebenen Nickname Voice-Status in dem
- Channel. Wird kein Nick angegeben, wird ChanServ dich
- voicen.
-
- Standardmässig brauchst du dafür ein Level von 5
- um anderen Voice zu erteilen, oder Level 3 um dich
- selbst zu voicen.
-
-CHAN_HELP_DEVOICE
- Syntax: DEVOICE #Channel [Nickname]
-
- Entfernt den Voice-Status des Nicknamen in dem Channel.
- If nick is not given, it will devoice you.
-
- Standardmässig brauchst du dafür ein Level von 5
- um andere zu devoicen, oder Level 3 um dich selbst
- vom Voice-Flag zu befreien.
-
-CHAN_HELP_HALFOP
- Syntax: HALFOP #Channel [Nickname]
-
- Setzt den Half-Op-Status des angegebenen Nicknamen in dem
- Channel. Wird kein Nickname angegeben, wird ChanServ dich
- halfoppen.
-
- Standardmässig brauchst du dafür ein Level von 5
- um andere zu halfoppen, oder Level 4 um dich selbst zu
- halfoppen.
-
-CHAN_HELP_DEHALFOP
- Syntax: DEHALFOP #Channel [Nickname]
-
- Entfernt den Half-Op-Status des angegebenen Nicknamen in dem
- Channel. Wird kein Nickname angegeben, wird ChanServ dich
- dehalfoppen.
-
- Standardmässig brauchst du dafür ein Level von 5
- um andere zu dehalfoppen, oder Level 4 um dich selbst zu
- dehalfoppen.
-
-CHAN_HELP_PROTECT
- Syntax: PROTECT #Channel [Nickname]
-
- Beschützt den angegebenen Nicknamen in dem Channel. Wird kein
- Nickname angegeben, wird ChanServ dich beschützen.
-
- Standardmässig lässt sich diese Funktion vom Founder
- aufrufen oder von denjenigen mit Level 10 und grösser,
- die den Schutz auf sich selbst anwenden.
-
-CHAN_HELP_DEPROTECT
- Syntax: DEPROTECT #Channel [Nickname]
-
- Entfernt den Schutz auf den angegebenen Nickname in dem Channel.
- Wird kein Nickname angegeben, wird ChanServ dich nicht mehr
- beschützen.
-
- Standardmässig lässt sich diese Funktion vom Founder
- aufrufen oder von denjenigen mit Level 10 und grösser,
- die den Schutz von sich selbst aufheben wollen.
-
-CHAN_HELP_OWNER
- Syntax: OWNER #Channel
-
- Gibt dir Owner Status im Channel.
-
- Benötigt Founder Zugriffslevel im jeweiligen Channel.
-
-CHAN_HELP_DEOWNER
- Syntax: DEOWNER #Channel
-
- Nimmt dir Owner Status im Channel.
-
- Benötigt Founder Zugriffslevel im jeweiligen Channel.
-
-CHAN_HELP_INVITE
- Syntax: INVITE Channel
-
- Diese Funktion erlaubt es dir, dich durch %S in den
- angegebenen Channel einladen zu lassen. Standardmässig
- wird dies nur ausgeführt, wenn den Nickname auf der
- Zugriffsliste des Channels einen Level grösser 5
- (oder INVITE) hat.
-
-CHAN_HELP_UNBAN
- Syntax: UNBAN Channel [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- By default, limited to AOPs or those with level 5 and above
- on the channel.
-
-CHAN_HELP_KICK
- Syntax: KICK Channel Nickname [Grund]
-
- Kickt den ausgewählten Nicknamen aus dem Channel.
-
- Standardmässig ist für diese Funktion ein Level
- von mindestens 5 erforderlich.
-
-CHAN_HELP_BAN
- Syntax: BAN Channel Nickname [Grund]
-
- Bannt einen Nicknamen im Channel.
-
- Standardmässig auf AOPs oder User mit Access Level 5 oder
- höher beschränkt.
-
-CHAN_HELP_TOPIC
- Syntax: TOPIC Channel [Topic]
-
- Veranlasst %S ein Topic im Channel zu setzen. Falls Topic
- nicht angegeben wird, wird ein leeres Topic gesetzt. Dieser
- Befehl ist vor allem in Verbindung mit SET TOPICLOCK
- nützlich. Tippe %R%S HELP SET TOPICLOCK für weitere
- Informationen.
-
- Standardmässig auf Founder (Gründer) beschränkt.
-
-CHAN_HELP_CLEAR
- Syntax: CLEAR Channel was
-
- Sagt %S, dass es bestimmte Einstellungen
- in einem Channel zurücksetzen soll. Die Option
- kann eine der folgenden sein:
-
- MODES Setzt alle Modi in dem Channel zurück.
- (z.B. Modi i,k,l,m,n,p,s und t)
- BANS Entfernt alle Bans in dem Channel
- EXCEPTS Entfernt alle Excepts in dem Channel
- INVITES Clears all invites on the channel.
- OPS Entfernt jeden Operator-Status (mode +o)
- in dem Channel. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Entfernt jeden Halfoperator-Status (mode +h)
- in den Channel.(Falls dein IRCD es unterstützt).
- VOICES Entfernt alle Voice-Flags (mode +v) in dem Channel.
- USERS Entfernt (kickt) alle User aus dem Channel.
-
- Standardmässig muss dein Zugriffslevel in diesem Channel
- mindestens 10 betragen.
-
-CHAN_HELP_GETKEY
- Syntax: GETKEY Channel
-
- Liefert den Key des angegebenen Channels zurück.
-
-CHAN_SERVADMIN_HELP
-
- Services Administratoren können weiterhin beliebige Channels
- DROPEN (löschen), Zugriffslisten oder Channel-Einstellungen
- ansehen ohne sich vorher für den Channel identifizieren zu müssen.
-
-CHAN_SERVADMIN_HELP_DROP
- Syntax: DROP Channel
-
- Entfernt die Registrierung des angegebenen Channels aus
- der Datenbank. Zusätzlich werden Zugriffslisten,
- Einstellungen usw mit aus der Datenbank entfernt.
-
- Nur Services Operators können Channel DROPEN,
- (löschen) ohne sich vorher gegenüber dem Channel als
- Founder zu identifizieren.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Syntax: SET Channel NOEXPIRE {ON | OFF}
-
- Ändert das NOEXPIRE-Flag an einem Channel. Wird es
- auf ON gestellt, wird der Channel bei Nichtnutzung
- nicht auslaufen.
-
-CHAN_SERVADMIN_HELP_LIST
- Syntax: LIST Muster [FORBIDDEN] [NOEXPIRE]
-
- Zeigt alle registrierten Channels die auf das angegebene
- Muster treffen.Channels mit aktivierter PRIVATE Option
- werden nur Services Administratoren angezeigt. Channels
- mit aktivem NOEXPIRE werden in der Liste ein ! vor
- dem Eintrag haben.
-
- Wird FORBIDDEN oder NOEXPIRE angegeben, werden nur Channels
- mit dem entsprechenden Flag angezeigt. Werden mehr Optionen
- angegeben, werden nur Channels angezeigt, die mindestens eins
- der entsprechenden Flags gesetzt haben. Diese Funktionen sind
- beschränkt auf Services Administratoren.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS Channel
-
- Liest das Founder-Passwort des angegebenen Channels
- aus der Datenbank von ChanServ aus.
- Beachte dass wenn jemand dieser Befehl benutzt,
- diese Aktion im Logbuch der Services vermerkt wird.
- Zusätzlich wird eine Nachricht an alle IRC Operatoren
- per WALLOPS/GLOBOPS ausgesandt.
-
-CHAN_SERVADMIN_HELP_FORBID
- Syntax: FORBID Channel [Grund]
-
- Verbietet die Nutzung bzw die Registrierung des
- angegebenen Channels.
- Die Wirkung wird wieder aufgehoben durch DROPEN
- (löschen) des Channels.
-
- Bei einigen Netzen muss evtl ein Grund angegeben
- werden.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND Channel [Grund]
-
- Verbietet jegliche Nutzung des Channels. Kann durch
- den UNSUSPEND Befehls wieder aufgehoben werden,
- wobei alle vorherigen Einstellungen wieder übernommen
- werden.
-
- Ein Grund kann auf manchen Netzwerke notwendig sein.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND Channel
-
- Gibt einen Channel, der auf SUSPEND gesetzt ist,
- wieder frei. Alle vorherigen Einstellungen werden
- übernommen.
-
-CHAN_SERVADMIN_HELP_STATUS
- Syntax: STATUS Channel Nickname
-
- Liefert den Zugriffslevel des angegebenen Nicknamen aus dem
- Channel. Die Antwort erfolgt in dieser Form:
-
- STATUS Channel Nickname Access-Level
-
- Tritt ein Fehler auf, wird die Antwort in dieser Form
- zurückgeliefert:
-
- STATUS ERROR error-message
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Sendet eine Memo an einen Nickname oder Channel
-MEMO_HELP_CMD_CANCEL
- CANCEL Annulliert deine letzte gesendete Memo
-MEMO_HELP_CMD_LIST
- LIST Erzeugt eine Liste deiner Memos
-MEMO_HELP_CMD_READ
- READ Lesen einer oder mehrerer Memos
-MEMO_HELP_CMD_DEL
- DEL Löschen einer oder mehrerer Memos
-MEMO_HELP_CMD_SET
- SET Stellt bestimmte Optionen ein in Hinsicht
- auf Memos
-MEMO_HELP_CMD_INFO
- INFO Zeigt Informationen bezüglich deiner Memos an
-MEMO_HELP_CMD_RSEND
- RSEND Sendet eine Memo an einen Nickname oder Channel
- und sendet dir eine Empfangsbestätigung zurück
-MEMO_HELP_CMD_CHECK
- CHECK Überprüft ob deine letzte gesendete Memo an
- einen Nicknamen gelesen wurde
-
-MEMO_HELP_CMD_SENDALL
- SENDALL Sendet eine Nachricht an alle registrierten User.
-MEMO_HELP_CMD_STAFF
- STAFF Sendet allen Opers/Admins eine Nachricht.
-
-MEMO_HELP_HEADER
- %S ist eine Einrichtung, die es erlaubt,
- dass sich IRC User untereinander kurze Textnachrichten
- senden, egal ob die Empfänger zu dem Zeitpunkt online
- sind oder nicht.
- Als Empfänger können auch Channels angegeben werden (*).
-
- Sowohl der Nickname des Senders als auch Empfängers müssen
- registriert sein, um eine Memo versenden zu können.
-
- %S's Befehle beinhalten:
-
-MEMO_HELP_ADMIN
- NICHT benutzt.
-MEMO_HELP_OPER
- NICHT benutzt.
-MEMO_HELP_FOOTER
-
- Tippe: %R%S HELP Befehl für hilfe bei jedem der
- oben aufgeführten Befehle.
-
- (*) Bei der Standarteinstellung kann jeder User mit einem
- Access-Level auf den Channel von 10 oder höher die
- Channel-Nachrichten lesen. Dies kann mit dem
- %s LEVELS Befehl geändert werden.
-
-MEMO_HELP_SEND
- Syntax: SEND {Nickname | Channel} Memo-Text
-
- Sendet an einen Nicknamen oder Channel die Memo
- mit dem Inhalt Memo-Text. Wird an einen Nicknamen
- gesendet, erhält der Empfänger eine Notice, dass
- er/sie eine neue Memo hat.
- Der Empfänger (Nickname/Channel) muss registriert sein.
-
-MEMO_HELP_CANCEL
- Syntax: CANCEL {Nickname | Channel}
-
- Widerruft die letzte Memo die du an den angegebenen Nicknamen
- oder Channel gesendet hast, vorrausgesetzt sie ist noch nicht
- gelesen worden.
-
-MEMO_HELP_LIST
- Syntax: LIST [Channel] [List | NEW]
-
- Führt alle Memos auf, die du im Moment gespeichert hast.
- Mit dem Parameter NEW werden nur neue, ungelesene, Memos
- aufgelistet. Ungelesene Memos sind durch ein "*" markiert,
- links neben ihrer Nummer. Du kannst auch einen Bereich
- von Nummern definieren. Siehe das Beispiel:
-
- LIST 2-5,7-9
- Zeigt Memos mit den Nummern 2 bis 5 und 7 bis 9.
-
-MEMO_HELP_READ
- Syntax: READ [Channel] {Nummer | List | LAST | NEW}
-
- Schickt dir den Inhalt der Memo, die du lesen möchtest.
- Wird LAST angegeben, bekommst du die Memo die du als
- letztes erhalten hast. Mit NEW werden dir alle neuen,
- ungelesenen, Memos geschickt.
-
- Andernfalls kannst du auch mit Hilfe der Memo-Nummer
- Nummer oder einer Bereichsliste dir Memos anzeigen
- lassen, zum Beispiel so:
-
- READ 2-5,7-9
- Zeigt den Inhalt der Memos 2 bis 5 und 7 bis 9.
-
-MEMO_HELP_DEL
- Syntax: DEL [Channel] {Nummer | List | LAST | ALL}
-
- Entfernt Memos aus deinem Postfach. Du kannst mehrere
- Nummern oder Bereiche angeben anstatt einer einzelnen
- Nummer, wie das zweite Beispiel zeigt.
-
- Wird LAST angegeben, wird die letzte Memo gelöscht.
- Wird ALL angegeben, werden alle deine Memos
- entfernt.
-
- Beispiele:
-
- DEL 1
- Löscht dein Memo mit der Nummer 1.
-
- DEL 2-5,7-9
- Löscht Memos mit den Nummern 2 bis 5 und 7 bis 9.
-
-MEMO_HELP_SET
- Syntax: SET Option Parameter
-
- Stellt verschiedene Optionen bezüglich der Memos ein.
- Option kann einer der Parameter sein:
-
- NOTIFY Stellt ein, wann du benachrichtigt wirst,
- wenn du eine neue Memo bekommst.
-
- LIMIT Ändert die maximale Anzahl Memos, die
- du empfangen kannst.
-
- Tippe: %R%S HELP SET Option für weitere Informationen
- über eine bestimmte Option.
-
-MEMO_HELP_SET_NOTIFY
- Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Ändert den Zeitpunkt, wann MemoServ dich über neue
- eingegangene Memos informiert:
-
- ON Du wirst über neue Nachrichten informiert,
- wenn du dich identifizierst, /AWAY aufhebst,
- und wenn sie an dich gesandt werden.
- LOGON Du wirst nur benachrichtigt, wenn du dich
- identifizierst oder das /AWAY rückgängig
- machst.
- NEW Du wirst nur informiert, wenn sie an dich
- gesendet werden.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Es wird keine Benachrichtigung über neue
- Memos stattfinden.
-
- ON ist eine Kombination aus LOGON und NEW.
-
-MEMO_HELP_SET_LIMIT
- Syntax: SET LIMIT [Channel] Limit
-
- Ändert das Limit der Anzahl der Memos, die du
- (oder der angegebene Channel) haben darf. Wird dies auf
- 0 gesetzt, kann dir niemand mehr Memos senden.
- Du kannst es jedoch auch nicht höher als %d setzen.
-
-MEMO_HELP_INFO
- Syntax: INFO [Channel]
-
- Zeigt Informationen über die Anzahl der Memos die du
- hast, wie viele davon ungelesen sind und wie viele
- du max. empfangen kannst. Mit angegebenem Parameter
- wird die gleiche Information über den Channel angezeigt.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Syntax: SET LIMIT [User | Channel] {Limit | NONE} [HARD]
-
- Ändert die max. Anzahl von Memos die ein User oder
- Channel haben kann. Das setzen dieser Grenze auf 0
- verhindert das Empfangen jeglicher Memos. Wird
- hingegen NONE eingestellt, kann der User so
- viele Memos empfangen und behalten wie er will.
- Wird kein User oder Channel angegeben, veränderst
- du dein eigenes Limit.
-
- Durch den Zusatzparameter HARD wird eine Änderung
- des Limits durch den entsprechenden User verhindert.
- Wird dieser Parameter nicht angegeben, hat das den
- gegenteiligen Effekt - der User kann sein Limit
- ändern (sogar wenn das vorherige Limit auf
- HARD eingestellt war).
-
- Die Nutzung des SET LIMIT Befehls ist beschränkt auf
- Services Administratoren. Jeder andere User kann nur
- das Limit von sich selbst oder dem Channel ändern, in
- dem er einen entsprechenden Zugriffslevel besitzt, er
- kann auch nicht die Grenze von %d Memos überschreiten.
- Der HARD Befehl kann er auch nicht nutzen.
-
-MEMO_SERVADMIN_HELP_INFO
- Syntax: INFO [Nickname | Channel]
-
- Ohne Parameter werden Informationen über dein Postfach
- angezeigt, die Anzahl Memos die du hast, die davon neu
- bzw ungelesen sind, und wie viele Memos du max.
- empfangen kannst.
-
- Mit einem Channel als Parameter werden die entsprechenden
- Informationen über den Channel angezeigt.
-
- Wird eine Nickname übergeben, werden die entsprechenden
- Informationen über den Nicknamen angezeigt. Diese
- Funktion ist beschränkt auf Services Administratoren.
-
-MEMO_HELP_STAFF
- Syntax: STAFF Memo-Text
-
- Sendet allen Usern mit Zugriff auf die Services eine Nachricht mit
- dem Memo-Text.
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL Memo-Text
-
- Sendet allen registrieten Usern eine Nachricht mit dem
- Memo-Text.
-
-MEMO_HELP_RSEND
- Syntax: RSEND {Nickname | Channel} Memo-Text
-
- Sendet an einen Nicknamen oder Channel die Memo
- mit dem Inhalt Memo-Text. Wird an einen Nicknamen
- gesendet, erhält der Empfänger eine Notice, dass er/sie
- eine neue Memo hat. Der Empfänger (Nickname/Channel) muss
- registriert sein. Wenn deine Memo gelesen worden ist,
- bekommst du eine Auto-Memo die dich Informirmiert
- das der / die jenige dein Memo-Text gelesen hat.
-
-MEMO_HELP_CHECK
- Syntax: CHECK Nickname
-
- Überprüft ob deine letzte gesendete Memo an einen Nicknamen gelesen
- worden ist oder nicht. Der CHECK Befehl funktioniert nicht mit Channels.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Eine Notice an alle User schicken
-OPER_HELP_CMD_STATS
- STATS Status des Netzes und der Services anzeigen
-OPER_HELP_CMD_STAFF
- STAFF Zeigt alle Nicknamen, die Zugriff auf die
- Services haben, Onlinestatus und Level
-OPER_HELP_CMD_MODE
- MODE Channel-Modes ändern
-OPER_HELP_CMD_KICK
- KICK Einen User aus einem beliebigen
- Channel kicken
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Die Modi eines Channels zurücksetzen
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Alle User mit einem bestimmten Host killen
-OPER_HELP_CMD_AKILL
- AKILL Die AutoKill-Liste bearbeiten
-OPER_HELP_CMD_SNLINE
- SNLINE Die SNLINE-Liste bearbeiten
-OPER_HELP_CMD_SQLINE
- SQLINE Die SQLINE-Liste bearbeiten
-OPER_HELP_CMD_SZLINE
- SZLINE Die SZLINE-Liste bearbeiten
-OPER_HELP_CMD_CHANLIST
- CHANLIST Alle registrierten Channels anzeigen
-OPER_HELP_CMD_USERLIST
- USERLIST Alle registrierten Nicknamen anzeigen
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Logon-News bearbeiten
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Definiert Nachrichten, die den Benutzern zufällig
- beim Verbinden angezeigt werden
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Oper News bearbeiten
-OPER_HELP_CMD_SESSION
- SESSION Hosts mit einer bestimmten Anzahl
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Bearbeiten der Liste der eingeschränkten Verbindungen
-OPER_HELP_CMD_NOOP
- NOOP Alle O:Lines temporär deaktivieren
-OPER_HELP_CMD_JUPE
- JUPE Einen Server "jupitern"
-OPER_HELP_CMD_IGNORE
- IGNORE Die "Services Ignore Liste" bearbeiten
-OPER_HELP_CMD_SET
- SET Verschiedene Services Optionen einstellen
-OPER_HELP_CMD_RELOAD
- RELOAD Die Konfigurationsdatei neu einlesen
-OPER_HELP_CMD_UPDATE
- UPDATE Die Services Datenbänke sofort speichern
-OPER_HELP_CMD_RESTART
- RESTART Datenbanken speichern und Services neustarten
-OPER_HELP_CMD_QUIT
- QUIT Services _ohne_ Speichern der Datenbanken
- beenden
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Datenbanken speichern und Services beenden
-OPER_HELP_CMD_DEFCON
- DEFCON Ändert das DefCon System
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL alle User des angegebenen Channels
-OPER_HELP_CMD_OLINE
- OLINE Einem User "Operflags" setzen
-OPER_HELP_CMD_UMODE
- UMODE User Modi ändern
-OPER_HELP_CMD_SVSNICK
- SVSNICK Erzwingt einen Nicknamen wechsel
-OPER_HELP_CMD_MODLOAD
- MODLOAD Lädt ein Modul
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Entfernt ein Modul
-OPER_HELP_CMD_MODINFO
- MODINFO Info über ein geladenes Modul
-OPER_HELP_CMD_MODLIST
- MODLIST Listet die geladenen Module auf
-
-OPER_HELP
- Befehle von %S:
-
-OPER_HELP_LOGGED
- Achtung: Alle Befehle die an %S gesendet werden,
- werden geloggt!
-
-OPER_HELP_GLOBAL
- Syntax: GLOBAL Nachricht
-
- Ermöglicht Administratoren eine Nachricht an alle User auf
- dem Netzwerk zu senden. Die Nachricht wird als
- Absender %s tragen.
-
-OPER_HELP_STATS
- Syntax: STATS [AKILL | ALL | RESET]
-
- Wird keine Option angegeben, wird eine kurze Statistik
- ausgegeben. Sie enthält die aktuelle Anzahl verbundener
- User, IRCops (inklusive den Services). Die max. Anzahl
- gleichzeitig verbundener User seitdem die Services
- gestartet wurden und die Uptime.
-
- Mit der AKILL Option, wird die aktuelle Grösse der
- AutoKill-Liste ausgegeben und dessen standardmässige
- Auslaufzeit.
-
- Die ALL Option ist nur für Services Administratoren verfügbar.
- Sie zeigt unter anderem den aktuellen Speicherverbrauch der
- Services. Dieser Befehl kann auf einem grossen Netzwerk dazu
- führen, dass die Services für kurze Zeit nicht mehr ansprechbar
- sind, also übertreib es nicht.
-
- Durch RESET werden einige Werte der Statistik zurück-
- gesetzt, unter anderem die max. Anzahl gleichzeitig
- verbundenen User.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Erlaubt Services Admins den Services einen Nick oder eine
- Hostmaske für eine bestimmte Zeit oder bis zum nächsten
- Neustart zu ignorieren. Mit Hilfe von Zeit lässt sich eine
- bestimmte Auslaufzeit dieses Eintrags definieren.
- Zeit wird durch eine Ganzzahl angegeben, gefolgt von einem
- Buchstaben: s (Sekunden), m (Minuten), h (Stunden)
- oder d (Tage).
- Kombinationen (wie zum Beispiel 1h30m) sind nicht zulässig.
- Wird kein Buchstabe angegeben, wird von Sekunden ausgegangen
- (also 30 bedeutet dann z.B. 30 Sekunden). Um einen
- IGNORE-Eintrag zu erstellen, der nicht ausläuft, benutze 0.
- Wenn eine Hostmaske hinzugefügt wird sollte es in dem Format
- user@host oder nick!user@host erfolgen, ansonsten wird es als
- Nick angesehen. Wildcards sind erlaubt.
-
- Ignores werden nicht bei IRC Operatoren erzwungen.
-
-OPER_HELP_MODE
- Syntax: MODE Channel Modi
-
- Erlaubt es Services Operatoren die Channel Modes eines
- beliebigen Channels zu verändern. Der Paramater hat das
- gleiche Format wie der normale /MODE Befehl.
-
-OPER_HELP_UMODE
- Syntax: UMODE User Modi
-
- Erlaubt es Services Operators die Usermodi eines
- beliebigen Users zu ändern. Der Paramater hat das gleiche
- Format wie der normale /MODE Befehl.
-
-OPER_HELP_OLINE
- Syntax: OLINE User Flags
-
- Erlaubt es Services Operators einem User Operflags
- zu setzen.Den Flags muss ein "+" oder ein "-" vorangestellt
- werden. Um alle Operflags zu entfernen, nutze einfach ein
- "-" ohne Operflags.
-
-OPER_HELP_CLEARMODES
- Syntax: CLEARMODES Channel [ALL]
-
- Entfernt alle Modi und Bans eines Channels.
- Wird ALL angegeben, werden ebenfalls alle
- Op-Flags und Voices (+o und +v Modi) entfernt.
-
-OPER_HELP_KICK
- Syntax: KICK Channel User Grund
-
- Erlaubt staff einen User aus einem beliebigen
- Channel zu kicken. Die Parameter sind dieselben
- wie für das normale /KICK Befehl.
- Die Kick-Nachricht wird den Nicknamen des IRCops
- vor dem Grund haben. Zum Beispiel:
-
- *** SpamMan has been kicked off channel #my_channel by %S (chemical (Flood))
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK Nickname Neuer-Nickname
-
- Erzwingt die Änderung des Nicknamens eines User zu dem neuen Nicknamen.
-
-OPER_HELP_AKILL
- Syntax: AKILL ADD [+Zeit] Maske Grund
- AKILL DEL {Maske | entry-num | Liste}
- AKILL LIST [Maske | Liste]
- AKILL VIEW [Maske | Liste]
- AKILL CLEAR
-
- Erlaubt Services Operatoren die AutoKill-Liste zu
- bearbeiten. Versucht ein User der einen entsprechenden
- Eintrag auf der AKILL-Liste hat zu verbinden, werden
- die Services ihn killen und falls der Server dies
- unterstützt wird ein Ban (G-line) für den User gesetzt.
-
- AKILL ADD fügt die angegebene user@Hostmaske mit
- dem Grund (dieser muss angegeben werden) zur AKILL-
- Liste hinzu. Mit Hilfe von Zeit lässt sich eine bestimmte
- Auslaufzeit dieses Eintrags definieren.
- Zeit wird durch eine Ganzzahl angegeben, gefolgt von
- einem Buchstaben:
- d (Tage), h (Stunden), oder m (Minuten). Kombinationen
- (wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein
- Buchstabe angegeben, wird von Tagen ausgegangen (also +30
- bedeutet dann z.B. 30 Tage). Um einen AKILL-Eintrag zu
- erstellen, der nicht ausläuft, benutze +0. Fängt die Usermaske
- mit einem + an, muss eine Auslaufzeit (Zeit) definiert
- werden, auch wenn es die Standard-Zeit ist. Die Standard-
- Auslaufzeit für einen AKILL kann man unter STATS AKILL finden.
-
- Das AKILL DEL Befehl entfernt die angegebene Maske von
- der AKILL-Liste, sofern ein solcher Eintag existiert. Wird
- eine Liste von Nummern angegeben, werden diese Einträge
- entfernt. (Siehe das Beispiel für LIST weiter unten.)
-
- Mit Hilfe von AKILL LIST wird die AKILL Liste angezeigt.
- Werden Platzhalter (Wildcards) in der Maske angegeben, werden
- nur die entsprechenden Einträge angezeigt. Die Ausgabe
- lässt sich ebenfalls durch einen Zahlenbereich begrenzen,
- wie das Beispiel zeigt:
-
- AKILL LIST 2-5,7-9
- Zeigt nur die Einträge 2 bis 5 und 7 bis 9.
-
- AKILL VIEW ist eine ausführlichere Version des AKILL LIST
- Befehls und zeigt zusätzlich, wer einen Eintrag wann
- erstellt hat, wann er ausläuft und natürlich die user@host
- Maske mit dem Grund.
-
- AKILL CLEAR entfernt alle Einträge aus der AKILL-Liste.
-
-OPER_HELP_SNLINE
- Syntax: SNLINE ADD [+Zeit] Maske:Grund
- SNLINE DEL {Maske | entry-num | Liste}
- SNLINE LIST [Maske | Liste]
- SNLINE VIEW [Maske | Liste]
- SNLINE CLEAR
-
- Erlaubt Services Operatoren die SNLINE-Liste zu
- bearbeiten. Versucht ein User dessen Realname auf
- einen Eintrag in der SNLINE-Liste trifft zu verbinden,
- werden die Services ihn die verbindung auf das IRC Netz
- nicht ausführen lassen.
-
- SNLINE ADD fügt die angegebene Realnamen-Maske mit
- dem Grund (muss angegeben werden) zur SNLINE-Liste
- hinzu. Mit Hilfe von Zeit lässt sich eine bestimmte
- Auslaufzeit dieses Eintrags definieren.
- Zeit wird durch eine Ganzzahl angegeben, gefolgt von
- einem Buchstaben:
- d (Tage), h (Stunden), oder m (Minuten). Kombinationen
- (wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein
- Buchstabe angegeben, wird von Tagen ausgegangen (also +30
- bedeutet dann z.B. 30 Tage). Um einen SNLINE-Eintrag zu
- erstellen, der nicht ausläuft, benutze +0. Beginnt
- die Realnamen-Maske mit einem +, an, muss eine
- Auslaufzeit (expiry) definiert werden, auch wenn es die
- Standard-Zeit ist. Die Standard-Auslaufzeit für eine
- SNLINE kann man unter STATS AKILL finden.
-
- Beachte: Da die Realnamen-Maske Leerzeichen enthalten kann,
- ist das Trennzeichen zwischen der Maske und dem Grund
- ein Doppelpunkt.
-
- Das SNLINE DEL Befehl entfernt die angegebene Maske
- von der SNLINE-Liste, sofern ein solcher Eintag existiert.
- Wird eine Liste von Nummern angegeben, werden diese
- Einträge entfernt. (Siehe das Beispiel für LIST weiter
- unten.)
-
- Mit Hilfe von SNLINE LIST wird die SNLINE-Liste
- angezeigt. Werden Platzhalter (Wildcards) in der Maske
- angegeben, werden nur die entsprechenden Einträge
- angezeigt. Die Ausgabe lässt sich ebenfalls durch einen
- Zahlenbereich begrenzen, wie das Beispiel zeigt:
-
- SNLINE LIST 2-5,7-9
- Zeigt nur die Einträge 2 bis 5 und 7 bis 9.
-
- SNLINE VIEW ist eine ausführlichere Version des
- SNLINE LIST Befehls und zeigt zusätzlich, wer einen
- Eintrag wann erstellt hat, wann er ausläuft und
- natürlich die user@host Maske mit dem Grund.
-
- SNLINE CLEAR entfernt alle Einträge aus der
- SNLINE-Liste.
-
-OPER_HELP_SQLINE
- Syntax: SQLINE ADD [+Zeit] Maske Grund
- SQLINE DEL {Maske | entry-num | Liste}
- SQLINE LIST [Maske | Liste]
- SQLINE VIEW [Maske | Liste]
- SQLINE CLEAR
-
- Erlaubt Services Operatoren die SQLINE Liste zu bearbeiten.
- Falls ein User mit passendem Nicknamen sich zum Netzwerk
- verbinden möchte, werden die Services diese Verbindung nicht
- ausführen lassen.
-
- Wenn der erste Buchstabe ein # ist, werden die Services die
- Nutzung des betreffenden Channels nicht zulassen (bei IRCds,
- die dieses Feature unterstützen).
-
- SQLINE ADD fügt den angegeben Nicknamen mit dem Grund (muss
- angegeben werden) zur SNLINE-Liste hinzu. ^_Zeit^_ wird
- durch eine Ganzzahl angegeben, gefolgt von einem Buchstaben:
- d (Tage), h (Stunden), oder m (Minuten).
- Kombinationen sind nicht erlaubt. Wird kein Buchstabe angegeben,
- wird von Tagen ausgegangen (also +30 bedeutet 30 Tage).
- Um einen SQLINE-Eintrag zu erstellen, der nicht ausläuft,
- benutze+0.
- Beginnt die Maske mit einem +, muss eine Auslaufzeit
- (expiry) definiert werden, auch wenn es die Standard-Zeit ist.
- Die Standard-Auslaufzeit für eine SQLINE kann man unter
- STATS AKILL finden.
-
- Das SQLINE DEL Command entfernt die betreffende Maske von
- der SQLINE Liste. Wird eine Liste von Nummern angegeben,
- werden diese Einträge entfernt. (Siehe das Beispiel für LIST
- weiter unten.)
-
- Mit Hilfe von SQLINE LIST wird die SQLINE-Liste angezeigt.
- Werden Wildcards in der Maske angegeben, werden nur die
- entsprechenden Einträge angezeigt. Die Ausgabe lässt sich
- ebenfalls durch einen Zahlenbereich begrenzen:
-
- SQLINE LIST 2-5,7-9
- Zeigt die SQLINE Einträge 2 bis 5 und 7 bis 9 an.
-
- SQLINE VIEW ist eine ausführlichere Version von SQLINE LIST
- und zeigt an, wer eine SQLINE gesetzt hat, das Datum und wann
- diese ausläuft, ausserdem die Maske und den Grund.
-
- SQLINE CLEAR löscht alle Einträge der SQLINE Liste.
-
-OPER_HELP_SZLINE
- Syntax: SZLINE ADD [+Zeit] Maske Grund
- SZLINE DEL {Maske | entry-num | Liste}
- SZLINE LIST [Maske | Liste]
- SZLINE VIEW [Maske | Liste]
- SZLINE CLEAR
-
- Erlaubt es Services Operatoren die SZLINE-Liste zu
- bearbeiten. Versucht ein User zu connecten dessen
- IP auf einen entsprechenden Eintrag auf der SZLINE-
- Liste passt, wird der Server seine IRC Verbindung
- verhindern (unabhängig davon, ob die IP einen
- PTR-Record hat oder nicht.)
-
- SZLINE ADD fügt die angegebene IP-Maske mit dem
- Reason (muss angegeben werden) zur SZLINE-Liste
- hinzu. Mit Hilfe von expiry lässt sich eine bestimmte
- Auslaufzeit dieses Eintrags definieren.
- expiry wird durch eine Ganzzahl angegeben, gefolgt von
- einem Buchstaben:
- d (Tage), h (Stunden), oder m (Minuten). Kombinationen
- (wie zum Beispiel 1h30m) sind nicht zulässig. Wird kein
- Buchstabe angegeben, wird von Tagen ausgegangen (also +30
- bedeutet dann z.B. 30 Tage). Um einen SZLINE-Eintrag zu
- erstellen, der nicht ausläuft, benutze +0. Fängt die
- IP-Maske mit einem + an, muss eine Auslaufzeit
- (expiry) definiert werden, auch wenn es die Standard-Zeit
- ist. Die Standard-Auslaufzeit für eine SZLINE kann man
- unter STATS AKILL finden.
-
- Der SZLINE DEL Befehl entfernt die angegebene Maske
- von der SZLINE-Liste, sofern ein solcher Eintag existiert.
- Wird eine Liste von Nummern angegeben, werden diese Einträge
- entfernt. (Siehe das Beispiel für LIST weiter unten.)
-
- Mit Hilfe von SZLINE LIST wird die SZLINE-Liste angezeigt.
- Werden Platzhalter (Wildcards) in der Maske angegeben, werden
- nur die entsprechenden Einträge angezeigt. Die Ausgabe
- lässt sich ebenfalls durch einen Zahlenbereich begrenzen,
- wie das Beispiel zeigt:
-
- SZLINE LIST 2-5,7-9
- Zeigt nur die Einträge 2 bis 5 und 7 bis 9.
-
- SZLINE VIEW ist eine ausführlichere Version des
- SZLINE LIST Befehls und zeigt zusätzlich, wer einen
- Eintrag wann erstellt hat, wann er ausläuft und natürlich
- die IP Maske mit dem Grund.
-
- SZLINE CLEAR entfernt alle Einträge aus der SZLINE-Liste.
-
-OPER_HELP_SET
- Syntax: SET Option Einstellungen
-
- Ändert globale Einstellungen der Services Optionen.
- Diese Optionen lassen sich ändern:
-
- READONLY Nur-Lese Modus der Datenbank an
- oder aus
- LOGCHAN Zeigt Logmessages in einem Chan
- DEBUG Debug-Modus der Services an oder aus
- NOEXPIRE Auslauf-Modus der Services
- an oder aus
- SUPERADMIN Den Super-Admin Modus an oder aus
- IGNORE Ignore-Modus an oder aus
- LIST Optionen-Liste
-
-OPER_HELP_SET_READONLY
- Syntax: SET READONLY {ON | OFF}
-
- Schaltet den Read-Only-Mode an oder aus. Im
- Read-Only-Modus können normale User nichts mehr
- an den Datenbanken der Services ändern, dies beinhaltet
- Channel und Nicknamen-Zugriffslisten, etc. IRCops mit
- genügend Rechten werden weiterhin Änderungen an der
- AKILL-Liste, Nicknamen sperren oder DROPEN (löschen) dürfen,
- aber diese Änderungen werden nicht gespeichert, bis
- der Read-Only-Mode deaktiviert wurde bevor die
- Services beendet oder neu gestartet werden.
-
- Diese Option ist äquivalent mit der Befehlszeilen-
- Option -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- Mit dieser Option senden die Services alle Logeinträge zum
- angegebenen Channel. LogChannel muss in der Services Config
- Datei aktiviert sein.
-
- Diese Option ist äquivalent mit der Befehlszeilen-
- Option -logchan.
-
- Anmerkung: Diese Option kann ein großes Sicherheitsproblem
- darstellen, wenn der Logchannel nicht ausreichend
- gesichert ist.
-
-OPER_HELP_SET_DEBUG
- Syntax: SET DEBUG {ON | OFF | Nummer}
-
- Schaltet den Debug-Modus an oder aus. Wird der aktiviert,
- werden alle Daten von/an die Services gesendet werden
- (und ein paar anderen Debug-Meldungen) in ein Logfile
- geschrieben. Wird Nummer angegeben, wird der Debugging
- Level auf Nummer gesetzt.
-
- Diese Option ist äquivalent mit der Befehlszeilen-
- Option -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Syntax: SET NOEXPIRE {ON | OFF}
-
- Setzt den No-Expire-Mode an oder aus. Wird er
- aktiviert, werden Nicknamen, Channels und AKILLs nicht
- auslaufen bis dieser Modus wieder ausgeschaltet
- wird.
-
- Diese Option ist äquivalent mit der Befehlszeilen-
- Option -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Der Super-Admin Modus verleiht dir zusätzliche Rechte, wie
- zB. Founder in jedem Channel, etc.
-
- Dieser Modus ist nicht dauerhaft und sollte nur genutzt
- werden, wenn er wirklich gebraucht wird. Danach sollte er
- sofort wieder ausgeschaltet werden.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Mit diese Einstellung kannst du Anope's IGNORE-System
- an oder aus machen.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Zeigt dir eine Liste der verfügbaren Einstellungen von %S
-
-OPER_HELP_NOOP
- Syntax: NOOP SET Server
- NOOP REVOKE Server
-
- NOOP SET entfernt temporär alle O:Lines des
- angegebenen Servers und killt alle IRCops die
- gegenwärtig auf diesem verbunden sind, und verhindert
- so das rehashen des Servers (dieses würde die Funktion
- aufheben).
-
- NOOP REVOKE macht alle O:Lines wieder verfügbar auf
- dem angegebenen Server.
-
- Achtung: Der Server wird in keinster Weise
- von den Services geprüft.
-
-OPER_HELP_JUPE
- Syntax: JUPE Server [Grund]
-
- Durch die Services wird ein Server "gejupitert". Dies
- bedeutet, dass ein Server vorgetäuscht und so der
- echte Server daran gehindert wird, zu connecten. Der
- "Server" kann durch das normale SQUIT Befehls
- entfernt werden. Wird ein Grund angegeben,
- wird dieser im Server Informationsfeld angezeigt,
- ansonsten nur "Jupitered by <nick>".
-
-OPER_HELP_UPDATE
- Syntax: UPDATE
-
- Erzwingt die Services, sofort alle Datenbanken auf der
- Festplatte zu aktualisieren.
-
-OPER_HELP_RELOAD
- Syntax: RELOAD
-
- Die Services werden bei diesem Befehl die Konfigurations-
- datei neu einlesen. Beachte das für einige Direktiven
- trotzdem ein Neustart der Services erforderlich ist, um
- sie wirksam zu machen (so wie die Services Nicknamen,
- Aktivierung der Verbindungseinschränkungen, etc.)
-
-OPER_HELP_QUIT
- Syntax: QUIT
-
- Zwingt die Services, sich sofort zu beenden. Die
- Datenbanken werden dabei nicht gespeichert.
- Dieser Befehl sollte nicht benutzt werden, ausser
- die Datenbanken sollen wirklich nicht aktualisiert
- werden. Für das normale Beenden der Services sollte
- der SHUTDOWN Befehl benutzt werden.
-
-OPER_HELP_SHUTDOWN
- Syntax: SHUTDOWN
-
- Die Services werden durch dieses Befehl normal
- beendet und die Datenbanken werden gespeichert.
-
-OPER_HELP_RESTART
- Syntax: RESTART
-
- Die Services werden sich bei diesem Befehl beenden,
- die Datenbanken speichern, und danach neustarten
- (die ausführbare Datei erneut aufrufen).
-
-OPER_HELP_CHANLIST
- Syntax: CHANLIST [{Muster | Nickname} [SECRET]]
-
- Zeigt alle Channel an, die augenblicklich benutzt werden,
- egal ob sie registriert sind oder nicht.
-
- Wird ein Muster angegeben, werden nur die dem Muster
- entsprechenden Channel angezeigt. Wird ein Nickname
- angegeben, werden nur die Channels aufgelistet, in denen
- sich der User mit dem Nick befindet. Wird zusätzlich der
- Parameter SECRET angegeben, werden nur Channel aufgelistet,
- die Mode +s oder Mode +p gesetzt haben.
-
-OPER_HELP_USERLIST
- Syntax: USERLIST [{Muster | Channel} [INVISIBLE]]
-
- Listet alle User auf, die gerade im IRC Netzwerk sind, egal ob
- ihr Nicknamen registriert ist oder nicht.
-
- Wird ein Muster angegeben, werden nur die User
- angezeigt, auf die das Muster passt (es muss im Format
- nick!user@host sein). Wird ein Channel angegeben, werden
- nur die User angezeigt, die in diesem Channel sind. Wird
- zusätzlich INVISIBLE angegeben, werden nur User mit dem Flag
- +i angezeigt.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD Modul-Name
-
- Dieser Befehl lädt das benannte Module aus dem
- modules - Verzeichnis.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD Modul-Name
-
- Dieser Befehl entfernt das benannte Module aus dem
- modules - Verzeichnis.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO Modul-Name
-
- Dieser Befehl listet Informationen über das benannte, geladene
- Module auf.
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Listet alle derzeit geladenen Module auf.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Zeigt alle vorhandenen Bots an
-BOT_HELP_CMD_ASSIGN
- ASSIGN Weist einem Channel einen Bot zu
-BOT_HELP_CMD_SET
- SET Konfiguriert die Bot-Optionen
-BOT_HELP_CMD_KICK
- KICK Konfiguriert den Kicker (s.u.)
-BOT_HELP_CMD_BADWORDS
- BADWORDS Verwaltet die Bad-Word-Liste
-BOT_HELP_CMD_ACT
- ACT Veranlaßt den Bot ein "/me" Befehl ausführen
-BOT_HELP_CMD_INFO
- INFO Erlaubt dir Informationen über ein BotServ ServicesBot zu sehen
-BOT_HELP_CMD_SAY
- SAY Veranlaßt ein Bot ein Text in einen Channel zu sagen
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Entfernt ein ServicesBot von einen Channel
-BOT_HELP_CMD_BOT
- BOT Verwaltung von Bots
-
-BOT_HELP
- %S ist dafür geschaffen, Bots in Channels
- einzubringen. Geschaffen wurde er für User, die
- selbst keinen Bot ausfetzen können, oder auch Netzwerke,
- die Bots verbieten. Mögliche Befehle siehe unten,
- die Syntax ist %R%S Befehl.
-
- Für weitere Hilfe zu einem bestimmten Befehl
- tippe %R%S HELP Befehl
-
-BOT_HELP_FOOTER
- Ein Bot betritt den Channel erst, wenn sich %d User
- in diesem Channel befinden.
-
-BOT_HELP_BOTLIST
- Syntax: BOTLIST
-
- Zeigt alle verfügbaren Bots des Netzwerkes.
-
-BOT_HELP_ASSIGN
- Syntax: ASSIGN Channel Botnick
-
- Weist einem Channel einen Bot zu. Der Botnick muss
- jedoch existieren. Nach dieser Zuweisung können die
- Channel-spezifischen Einstellungen des Bots angepasst
- werden.
-
-BOT_HELP_UNASSIGN
- Syntax: UNASSIGN Channel
-
- Löscht die Zuweisung eines Bots zu einem Channel.
- Dieser Befehl bewirkt, dass der Bot den Channel
- nicht mehr betritt. Die Konfiguration des Bots für den
- Channel bleibt jedoch erhalten, sodass der Bot dem
- Channel wieder zugewiesen werden kann, ohne das
- alle Einstellungen verloren gehen.
-
-BOT_HELP_INFO
- Syntax: INFO {Channel | Botnick}
-
- Zeigt %S Informationen über einen Bot oder einen Channel
- an. Wenn der Parameter ein Channel ist, so werden
- Informationen wie aktive Kicks etc. angezeigt, wenn der
- Parameter ein Botnick ist, werden Informationen wie
- Erstellungsdatum oder Anzahl der Channels angezeigt.
-
-BOT_HELP_SET
- Syntax: SET (Channel | Bot) Option Parameter
-
- Konfiguriert Optionen für einen Bot.
- Option kann folgende Werte annehmen:
-
- DONTKICKOPS Chan-Ops werden (nicht) vom Bot
- gekickt.
- DONTKICKVOICES Gevoicte User werden (nicht)
- vom Bot gekickt.
- GREET Begrüssungsnachricht
- FANTASY Aktiviert Befehle wie !op !deop usw.
- SYMBIOSIS Bot übernimmt die Aufgaben vom ChanServ
-
- %R%S HELP SET Option um weitere Informationen
- über einen spezifischen Befehl zu erhalten.
-
- Achtung: Die Berechtigungsstufen für diesen Befehl
- können variieren!
-
-BOT_HELP_SET_DONTKICKOPS
- Syntax: SET Channel DONTKICKOPS {ON|OFF}
-
- Aktiviert / deaktiviert die Op Protection in einem
- Channel. Wenn diese aktiviert ist, werden Ops nicht vom
- Bot gekickt, auch wenn sie nicht das NOKICK-Level
- haben.
-
-BOT_HELP_SET_DONTKICKVOICES
- Syntax: SET Channel DONTKICKVOICES {ON|OFF}
-
- Aktiviert oder deaktiviert die Voice Protection
- in einem Channel. Wenn diese aktiviert ist, werden
- User mit voice (+v) vom Bot nicht gekickt, auch
- wenn sie nicht das NOKICK-Level haben.
-
-BOT_HELP_SET_FANTASY
- Syntax: SET Channel FANTASY {ON|OFF}
-
- Aktiviert oder deaktiviert den Fantasy in einem
- Channel. Wenn dieser aktiviert ist, ist es Usern
- möglich, Befehle wie !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen und !halfop im Channel zu
- benutzen. Die Befehle sind selbsterklärend,
- probiert's halt mal aus, mit oder ohne Nickname.
-
- Hinweis: Auch hier benötigt der ausführende User
- die Rechte, um die Befehle zu benutzen, und zwar
- sowohl das Level um Fantasy zu nutzen, als auch
- ein Level bzw Mode, mit dem er das gegebene
- Kommando ausführen könnte. (Beispiel: Jemand,
- der kein Op ist, kann auch niemanden mit !op oppen.)
-
-BOT_HELP_SET_GREET
- Syntax: SET Channel GREET {ON|OFF}
-
- Aktiviert oder deaktiviert den Greet Mode
- in einem Channel. Wenn diese Mode aktiviert ist, zeigt der Bot
- eine Begrüssungsnachricht bei joinenden Usern, die eine
- Msg definiert haben und weiterhin auch die
- Berechtigung haben, dass diese angezeigt wird.
-
-BOT_HELP_SET_SYMBIOSIS
- Syntax: SET Channel SYMBIOSIS {ON|OFF}
-
- Aktiviert oder deaktiviert den Symbiosis Mode.
- Wenn diese Mode aktiviert ist, führt der Bot alle Aktionen aus,
- die sonst %s übernimmt.
- (Modechanges, Kicks, Begrüssungsnachrichten usw.)
-
-BOT_HELP_KICK
- Syntax: KICK Channel Option Parameter
-
- Konfiguriert die Kicks des Bots.
- Option kann folgende Werte annehmen:
-
- BOLDS Bot kickt bei fettem Schriftstil (Bold)
- BADWORDS Bot kickt bei Bad words
- CAPS Bot kickt bei CAPS (Grossschrift)
- COLORS Bot kickt bei Farben
- FLOOD Bot kickt Flooder
- REPEAT Bot kickt User, die sich wiederholen.
- REVERSES Bot kickt bei invertiertem Schriftstil
- UNDERLINES Bot kickt bei Unterstreichungen
- ITALICS Sets if the bot kicks italics
-
- %R%S HELP KICK Option um weitere
- Informationen über einen bestimmten Befehl
- zu erhalten.
-
- Achtung: Die Berechtigungsstufen für diesen Befehl
- können variieren!
-
-BOT_HELP_KICK_BOLDS
- Syntax: KICK Channel BOLDS {ON|OFF} [ttb]
-
- Kicken bei fettem Schriftstil an oder aus. Wenn
- der Parameter ON gegeben ist, werden User, die fetten
- Schriftstil verwenden, durch den Bot gekickt.
-
- ttb beschreibt wie oft der User gekickt wird,
- bevor er einen Ban bekommt. Wenn keine ttb
- angegeben wird, wird er nie gebannt.
-
-BOT_HELP_KICK_COLORS
- Syntax: KICK Channel COLORS {ON|OFF} [ttb]
-
- Kicken bei Farben an oder aus. Wenn der Parameter
- ON gegeben ist, werden User, die Farben verwenden,
- durch den Bot gekickt.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_REVERSES
- Syntax: KICK Channel REVERSES {ON|OFF} [ttb]
-
- Kicken bei invertiertem Schriftstil an oder aus.
- Wenn der Parameter ON gegeben ist, werden User, die
- invertierten Schriftstil verwenden, durch den Bot
- gekickt.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_UNDERLINES
- Syntax: KICK Channel UNDERLINES {ON|OFF} [ttb]
-
- Kicken bei Unterstreichungen an oder aus. Wenn der
- Parameter ON gegeben ist, werden User, die
- Unterstreichungen verwenden, durch den Bot gekickt.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_CAPS
- Syntax: KICK Channel CAPS {ON|OFF} [ttb [min [prozente]]]
-
- Kicken bei CAPS an oder aus. Wenn der Parameter
- ON gegeben ist, werden User, die CAPS verwenden,
- durch den Bot gekickt.
-
- Der Bot kickt nur, wenn mindestens min Grossbuchstaben
- verwendet wurden und der Text mindestens prozente%%
- Grossbuchstaben enthält. (Standard ist hier zehn Zeichen und
- 25 %% - dieser wird angewendet, wenn die Paramter nicht
- angegeben werden.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_FLOOD
- Syntax: KICK Channel FLOOD {ON|OFF} [ttb [ln [secs]]]
-
- Schaltet den Flood-Kicker an oder aus. Wenn er
- aktiviert ist, kickt er User, die den Channel
- mit mindestens ln Zeilen in secs flooden.
- Sollte weder ln noch secs angegeben sein,
- so werden defaultmässig 6 Zeilen / 10 Sekunden
- gesetzt.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_REPEAT
- Syntax: KICK Channel REPEAT {ON|OFF} [ttb [nummer]]
-
- Schaltet den Wiederholungs-Kicker an oder aus.Wenn
- dieser aktiviert ist, wird ein User, der sich nummer
- mal wiederholt, gekickt. Sollte kein nummer angegeben
- sein, so wird 3 als Standardwert gesetzt.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_BADWORDS
- Syntax: KICK Channel BADWORDS {ON|OFF} [ttb]
-
- Schaltet den Bad-Word-Kicker an oder aus. Wenn er
- aktiviert ist, kickt der er den Bösewicht, der ein Wort
- aus der Bad-Word-Liste sagt.
-
- Die Bad-Words werden mit dem BADWORDS Befehl festgelegt.
- %R%S HELP BADWORDS um weitere Informationen zu erhalten.
-
- ttb beschreibt wie oft der User gekickt wird, bevor
- er einen Ban bekommt. Wenn keine ttb angegeben
- wird, wird er nie gebannt.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Syntax: BADWORDS Channel ADD Wort [SINGLE | START | END]
- BADWORDS Channel DEL {Wort | entry-num | Liste}
- BADWORDS Channel LIST [Maske | Liste]
- BADWORDS Channel CLEAR
-
- Verwaltet die Bad-Word-List eines Channels.
-
- In dieser Liste sind Wörter gespeichert, bei denen der
- entsprechende User aus dem Channel gekickt wird, wenn er
- eines dieser Wörter erwähnt.
-
- Für mehr Informationen: %R%S HELP KICK BADWORDS.
-
- Der BADWORDS ADD Befehl fügt Wörter zur der
- Bad-Word-Liste hinzu. Wenn das Wort mit dem Paramter
- SINGLE angeben wird, so wird ein User nur dann gekickt,
- wenn er das ganze Wort sagt. Mit dem Parametern
- END / START wird der User gekickt, wenn er ein Wort sagt,
- das mit dem angegebenen Wort anfängt / endet.
-
- Wenn keine Parameter angegeben werden, wird der User,
- sobald er das angegebene Wort in irgendeiner Kombination
- sagt, gekickt.
-
- Der BADWORDS DEL Befehl löscht Einträge von der Bad-
- Word-Liste. Auch hier gibt es die Möglichkeit, mehrere
- Einträge auf einmal zu löschen (siehe BADWORDS LIST).
-
- Der BADWORDS LIST Befehl zeigt Einträge der Bad-Word-Liste.
- Wildcards wie auch Bereiche werden interpretiert, z.B:
-
- BADWORDS #Channel LIST 2-5,7-9
- Zeigt die Einträge 2-5 und 7-9 der Bad-Word-Liste an.
-
- Der BADWORDS CLEAR Befehl löscht alle Einträge aus der
- Bad-Word-Liste.
-
-BOT_HELP_SAY
- Syntax: SAY Channel Text
-
- Der Bot sagt den eingegebenen Text auf dem angegebenen Channel.
-
-BOT_HELP_ACT
- Syntax: ACT Channel Text
-
- Bringt den Bot dazu, /me text auf dem angegebenen Channel auszugeben.
-
-BOT_SERVADMIN_HELP_BOT
- Syntax: BOT ADD Botnick User Host Realname
- BOT CHANGE Botnick Neuer-Botnick [User [Host [Realname]]]
- BOT DEL Botnick
-
- Erlaubt Services Administratoren Bots zu erstellen/verändern/
- löschen, die die User in Ihren Channeln benutzen können.
-
- Der BOT ADD Befehl fügt einen Bot mit dem angegebenen
- Botnick, User, Host und Realnamen hinzu.
- Der BOT CHANGE Befehl ändert Attribute eines Bots.
- Der BOT DEL Befehl löscht den angegebenen Bot aus der Botliste.
-
- Achtung: Wenn ein Bot erstellt wird, dessen Nickname
- registriert ist, wird dieser Nickname gelöscht. Falls
- der User mit diesem Nicknamen online ist, wird dieser
- entfernt (gekillt).
-
-BOT_SERVADMIN_HELP_SET
-
- Diese Optionen sind nur durch Services Administratoren nutzbar:
-
- NOBOT Mit dieser Option kann man einem Channel
- keinen Bot zuweisen und alle aktuellen
- Zuweisungen aufheben.
-
- PRIVATE Verhindert das Bots von Nicht-IRC Operatoren
- assigned werden können.
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Syntax: SET Channel NOBOT {ON|OFF}
-
- Durch diese Option kann einem Channel explizit kein Bot
- zugewiesen werden. Sollte dem Channel, für den diese
- Option gewählt wird, bereits ein Bot zugewiesen
- sein, so verfällt die Zuweisung.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Syntax: SET Botnick PRIVATE {ON|OFF}
-
- Verhindert, das der Bot durch Nicht-IRC Operatoren
- assigned werden kann.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- Die vHost Liste ist leer.
-HOST_ENTRY
- #%d Nickname:%s, vHost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nickname:%s, vHost:%s@%s (%s - %s)
-HOST_SET
- vHost für %s wurde gesetzt: %s.
-HOST_IDENT_SET
- vHost für %s wurde gesetzt: %s@%s.
-HOST_SETALL
- vHost für die Gruppe %s wurde gesetzt: %s.
-HOST_DELALL
- vHost für die Gruppe %s wurden gelöscht.
-HOST_DELALL_SYNTAX
- DELALL Nickname.
-HOST_IDENT_SETALL
- vHost für die Gruppe %s wurde gesetzt: %s@%s.
-HOST_SET_ERROR
- Fehler! Ein vHost darf nur die Zeichen A-Z, a-z, 0-9, '.' und '-' enthalten.
-HOST_SET_IDENT_ERROR
- Fehler! Eine vHost-vIdent muss das Format einer gültiger Ident haben.
-HOST_SET_TOOLONG
- Fehler! Der vHost ist zu lang, bitte nutze einen vHost mit weniger als
- %d Buchstaben.
-HOST_SET_IDENTTOOLONG
- Fehler! Die Ident ist zu lang, bitte nutze eine Ident mit weniger als
- %d Buchstaben.
-HOST_NOREG
- User %s wurde nicht in der NickServ Datenbank gefunden.
-HOST_SET_SYNTAX
- SET Nickname Hostmaske.
-HOST_SETALL_SYNTAX
- SETALL Nickname Hostmaske.
-HOST_DENIED
- Zugriff verweigert.
-HOST_NOT_ASSIGNED
- Bitte kontaktiere einen IRC Operator, um diesem Nicknamen einen vHost zuzuweisen.
-HOST_ACTIVATED
- Dein vHost (%s) ist jetzt aktiviert.
-HOST_IDENT_ACTIVATED
- Dein vHost (%s@%s) ist jetzt aktiviert.
-HOST_DEL
- vHost für %s wurde gelöscht.
-HOST_DEL_SYNTAX
- DEL Nickname.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Dein IRCd unterstützt keine vIdents. Falls das inkorrekt sein sollte, melde das bitte als einen Bug.
-HOST_GROUP
- Alle vHosts in der Gruppe %s wurden auf %s gesetzt.
-HOST_IDENT_GROUP
- Alle vHosts in der Gruppe %s wurden auf %s@%s gesetzt.
-HOST_LIST_FOOTER
- Liste alle Einträge. (Count: %d)
-HOST_LIST_RANGE_FOOTER
- Einträge von %d bis %d
-HOST_LIST_KEY_FOOTER
- Auf das Muster %s passenden Einträge. (Count: %d)
-
-HOST_HELP_CMD_ON
- ON Aktiviert deinen vHost
-HOST_HELP_CMD_OFF
- OFF Deaktiviert deinen vHost
-HOST_HELP_CMD_GROUP
- GROUP Gleicht den vHost aller Nicknamen
- in einer Gruppe an
-
-HOST_HELP_CMD_SET
- SET Setzt einem User einen vHost
-HOST_HELP_CMD_SETALL
- SETALL Setzt einer Gruppe einen vHost
-HOST_HELP_CMD_DEL
- DEL Löscht den vHost eines Users
-HOST_HELP_CMD_DELALL
- DELALL Löscht den vHost einer Gruppe
-HOST_HELP_CMD_LIST
- LIST Zeigt einen oder mehrere vHost Einträge an
-
-HOST_OPER_HELP
- Nicht benutzt.
-
-HOST_ADMIN_HELP
- Nicht benutzt.
-
-HOST_HELP
- %S Befehle:
-
-HOST_HELP_ON
- Syntax: ON
-
- Aktiviert den vHost der deinem Nicknamen zugewiesen wurde.
- Wenn du diesen Befehl benutzt, wird jeder User, der ein /whois
- auf dich anwendet, diesen vHost anstatt deiner Host sehen.
-
-HOST_HELP_SET
- Syntax: SET Nickname Hostmaske.
-
- Setzt einem User einen vHost anstelle des normalen
- Hosts. Falls dein IRCd vIdents unterstützt, kannst
- du mit SET <nickname> <ident>@<hostmaske> auch eine Ident
- wie einen vHost setzen.
-
-HOST_HELP_DELALL
- Syntax: DELALL Nickname.
-
- Löscht den vHost aller Nicknamen aus der gleichen Gruppe
- des angegeben Nicknamens.
-
-HOST_HELP_SETALL
- Syntax: SETALL Nickname Hostmaske.
-
- Setzt allen Usern einer Gruppe einen vHost. Falls dein
- IRCd vIdents unterstützt, kannst du mit
- SETALL <nickname> <ident>@<hostmaske> eine Ident sowie
- einen vHosts setzen.
-
- * Anmerkung: Dieser Befehl betrifft keine Nicknamen,
- die nachträglich zu der Gruppe hinzugefügt wurden.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Deaktiviert den gerade genutzten vHost eines Nicknamens.
- Nach der Nutzung dieses Befehls wird jeder User, der
- ein /whois auf dich anwendet, deine echte IP Adresse
- sehen.
-
-HOST_HELP_DEL
- Syntax: DEL Nickname
-
- Löscht den vHost des angegebenen Nicknamens.
-
-HOST_HELP_LIST
- Syntax: LIST [Muster|#X-Y]
-
- Dieser Befehl listet dem Operator die registrierten vHost's.
- Wenn ein Muster angegeben ist, werden nur die Einträge des
- Nicknamens oder die vHost's, die dem gegeben Muster entsprechen,
- z.B. Rob* für alle Einträge, die mit "Rob" beginnen.
-
- Wenn ein #X-Y Style benutzt wird, werden nur die Einträge
- zwischen den angegeben Faktoren angezeigt, z.B. #1-3 wird
- die ersten drei Nicknamen/vHost-Einträge anzeigen.
-
- Die Liste benutzt jedes mal den Wert von NSListMax als ein
- festes Limit für die Anzahl der dem Operator anzuzeigenden
- Einträge.
-
-HOST_HELP_GROUP
- Syntax:GROUP
-
- Dieser Befehl erlaubt es Usern, den vHost ihres aktuellen
- Nicknamens, zum vHost der gesamten Gruppe zu setzen.
-
-OPER_SVSNICK_UNSUPPORTED
- SVSNICK ist auf diesem Netzwerk nicht verfügbar.
-
-OPER_SQLINE_UNSUPPORTED
- SQLINE ist auf diesem Netzwerk nicht verfügbar.
-
-OPER_SVSO_UNSUPPORTED
- OLINE ist auf diesem Netzwerk nicht verfügbar.
-
-OPER_UMODE_UNSUPPORTED
- UMODE ist auf diesem Netzwerk nicht verfügbar.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin muss in der services.conf eingeschaltet werden.
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/en_us.l b/lang/en_us.l
deleted file mode 100644
index 352d3cec2..000000000
--- a/lang/en_us.l
+++ /dev/null
@@ -1,6362 +0,0 @@
-# United States English language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for further details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Espa�l (Spanish)" or "Fran�is (French)".
-
-LANG_NAME
- English
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %b %d %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %b %d %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
-# %A
-STRFTIME_DAYS_LONG
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
-# %b
-STRFTIME_MONTHS_SHORT
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
-# %B
-STRFTIME_MONTHS_LONG
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Internal error - unable to process request.
-UNKNOWN_COMMAND
- Unknown command %s.
-UNKNOWN_COMMAND_HELP
- Unknown command %s. "%R%s HELP" for help.
-SYNTAX_ERROR
- Syntax: %s
-MORE_INFO
- %R%s HELP %s for more information.
-NO_HELP_AVAILABLE
- No help available for %s.
-OBSOLETE_COMMAND
- This command is obsolete; use %s instead.
-
-BAD_USERHOST_MASK
- Mask must be in the form user@host.
-BAD_EXPIRY_TIME
- Invalid expiry time.
-USERHOST_MASK_TOO_WIDE
- %s coverage is too wide; Please use a more specific mask.
-
-SERVICE_OFFLINE
- %s is currently offline.
-READ_ONLY_MODE
- Notice: Services is in read-only mode; changes will not be saved!
-PASSWORD_INCORRECT
- Password incorrect.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Access denied.
-
-MORE_OBSCURE_PASSWORD
- Please try again with a more obscure password. Passwords should be at least five characters long, should not be something easily guessed (e.g. your real name or your nick), and cannot contain the space or tab characters.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- Your nick isn't registered.
-NICK_NOT_REGISTERED_HELP
- Your nick isn't registered. Type %R%s HELP for information on registering your nickname.
-NICK_X_IS_SERVICES
- Nick %s is part of this Network's Services.
-NICK_X_NOT_REGISTERED
- Nick %s isn't registered.
-NICK_X_IN_USE
- Nick %s is currently in use.
-NICK_X_NOT_IN_USE
- Nick %s isn't currently in use.
-NICK_X_NOT_ON_CHAN
- %s is not currently on channel %s.
-NICK_X_FORBIDDEN
- Nick %s may not be registered or used.
-NICK_X_FORBIDDEN_OPER
- Nick %s has been forbidden by %s:
- %s
-NICK_X_ILLEGAL
- Nick %s is an illegal nickname and cannot be used.
-NICK_X_TRUNCATED
- Nick %s was truncated to %d characters.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- Channel %s isn't registered.
-CHAN_X_NOT_IN_USE
- Channel %s doesn't exist.
-CHAN_X_FORBIDDEN
- Channel %s may not be registered or used.
-CHAN_X_FORBIDDEN_OPER
- Channel %s has been forbidden by %s:
- %s
-CHAN_X_SUSPENDED
- Suspended: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Password authentication required for that command.
- Retry after typing %R%s IDENTIFY password.
-CHAN_IDENTIFY_REQUIRED
- Password authentication required for that command.
- Retry after typing %R%s IDENTIFY %s password.
-
-MAIL_DISABLED
- Services have been configured to not send mail.
-MAIL_INVALID
- E-mail for %s is invalid.
-MAIL_X_INVALID
- %s is not a valid e-mail address.
-MAIL_LATER
- Cannot send mail now; please retry a little later.
-MAIL_DELAYED
- Please wait %d seconds and retry.
-
-NO_REASON
- No reason
-UNKNOWN
- <unknown>
-
-# Duration system
-DURATION_DAY
- 1 day
-DURATION_DAYS
- %d days
-DURATION_HOUR
- 1 hour
-DURATION_HOURS
- %d hours
-DURATION_MINUTE
- 1 minute
-DURATION_MINUTES
- %d minutes
-DURATION_SECOND
- 1 second
-DURATION_SECONDS
- %d seconds
-
-# Human readable expiration
-NO_EXPIRE
- does not expire
-EXPIRES_SOON
- expires at next database update
-EXPIRES_M
- expires in %d minutes
-EXPIRES_1M
- expires in %d minute
-EXPIRES_HM
- expires in %d hours, %d minutes
-EXPIRES_H1M
- expires in %d hours, %d minute
-EXPIRES_1HM
- expires in %d hour, %d minutes
-EXPIRES_1H1M
- expires in %d hour, %d minute
-EXPIRES_D
- expires in %d days
-EXPIRES_1D
- expires in %d day
-
-# Generic Footer message
-END_OF_ANY_LIST
- End of %s list.
-
-# Generic List error messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- This nick is owned by someone else. Please choose another.
- (If this is your nick, type %R%s IDENTIFY password.)
-NICK_IS_SECURE
- This nickname is registered and protected. If it is your
- nick, type %R%s IDENTIFY password. Otherwise,
- please choose a different nick.
-NICK_MAY_NOT_BE_USED
- This nickname may not be used. Please choose another one.
-FORCENICKCHANGE_IN_1_MINUTE
- If you do not change within one minute, I will change your nick.
-FORCENICKCHANGE_IN_20_SECONDS
- If you do not change within 20 seconds, I will change your nick.
-FORCENICKCHANGE_NOW
- This nickname has been registered; you may not use it.
-FORCENICKCHANGE_CHANGING
- Your nickname is now being changed to %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER password [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER password email
-NICK_REGISTRATION_DISABLED
- Sorry, nickname registration is temporarily disabled.
-NICK_REGISTRATION_FAILED
- Sorry, registration failed.
-NICK_REG_PLEASE_WAIT
- Please wait %d seconds before using the REGISTER command again.
-NICK_CANNOT_BE_REGISTERED
- Nickname %s may not be registered.
-NICK_ALREADY_REGISTERED
- Nickname %s is already registered!
-NICK_REGISTERED
- Nickname %s registered under your account: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registered.
-NICK_PASSWORD_IS
- Your password is %s - remember this for later use.
-NICK_REG_DELAY
- You must have been using this nick for at least %d seconds to register.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP target password
-NICK_GROUP_DISABLED
- Sorry, nickname grouping is temporarily disabled.
-NICK_GROUP_FAILED
- Sorry, grouping failed.
-NICK_GROUP_PLEASE_WAIT
- Please wait %d seconds before using the GROUP command again.
-NICK_GROUP_CHANGE_DISABLED
- Your nick is already registered; type %R%s DROP first.
-NICK_GROUP_SAME
- You are already a member of the group of %s.
-NICK_GROUP_TOO_MANY
- There are too many nicks in %s's group; list them and drop some.
- Type %R%s HELP GLIST and %R%s HELP DROP
- for more information.
-NICK_GROUP_JOINED
- You are now in the group of %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY [account] password
-NICK_IDENTIFY_FAILED
- Sorry, identification failed.
-NICK_IDENTIFY_SUCCEEDED
- Password accepted - you are now recognized.
-NICK_IDENTIFY_EMAIL_REQUIRED
- You must now supply an e-mail for your nick.
- This e-mail will allow you to retrieve your password in
- case you forget it.
-NICK_IDENTIFY_EMAIL_HOWTO
- Type %R%S SET EMAIL e-mail in order to set your e-mail.
- Your privacy is respected; this e-mail won't be given to
- any third-party person.
-NICK_ALREADY_IDENTIFIED
- You are already identified.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status updated (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Your nick has been logged out.
-NICK_LOGOUT_X_SUCCEEDED
- Nick %s has been logged out.
-NICK_LOGOUT_SERVICESADMIN
- Can't logout %s because he's a Services Operator.
-
-# DROP responses
-NICK_DROP_DISABLED
- Sorry, nickname de-registration is temporarily disabled.
-NICK_DROPPED
- Your nickname has been dropped.
-NICK_X_DROPPED
- Nickname %s has been dropped.
-
-# SET responses
-NICK_SET_SYNTAX
- SET option parameters
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] option parameters
-NICK_SET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SET_UNKNOWN_OPTION
- Unknown SET option %s.
-NICK_SET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- The new display MUST be a nickname of your nickname group!
-NICK_SET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Sorry, couldn't change password.
-NICK_SET_PASSWORD_CHANGED
- Password changed.
-NICK_SET_PASSWORD_CHANGED_TO
- Password changed to %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE number
-NICK_SET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SET_LANGUAGE_CHANGED
- Language changed to English.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- E-mail address changed to %s.
-NICK_SET_EMAIL_UNSET
- E-mail address unset.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Greet message changed to %s.
-NICK_SET_GREET_UNSET
- Greet message unset.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Protection is now ON.
-NICK_SET_KILL_QUICK
- Protection is now ON, with a reduced delay.
-NICK_SET_KILL_IMMED
- Protection is now ON, with no delay.
-NICK_SET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SET_KILL_OFF
- Protection is now OFF.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Secure option is now ON.
-NICK_SET_SECURE_OFF
- Secure option is now OFF.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Private option is now ON.
-NICK_SET_PRIVATE_OFF
- Private option is now OFF.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Your E-mail address will now be hidden from %s INFO displays.
-NICK_SET_HIDE_EMAIL_OFF
- Your E-mail address will now be shown in %s INFO displays.
-NICK_SET_HIDE_MASK_ON
- Your last seen user@host mask will now be hidden from %s INFO displays.
-NICK_SET_HIDE_MASK_OFF
- Your last seen user@host mask will now be shown in %s INFO displays.
-NICK_SET_HIDE_QUIT_ON
- Your last quit message will now be hidden from %s INFO displays.
-NICK_SET_HIDE_QUIT_OFF
- Your last quit message will now be shown in %s INFO displays.
-NICK_SET_HIDE_STATUS_ON
- Your services access status will now be hidden from %s INFO displays.
-NICK_SET_HIDE_STATUS_OFF
- Your services access status will now be shown in %s INFO displays.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET MSG {ON | OFF}
-NICK_SET_MSG_ON
- Services will now reply to you with messages.
-NICK_SET_MSG_OFF
- Services will now reply to you with notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-
-# SASET responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SASAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SASET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# SASET AUTOOP responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to English.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- Mask %s already present on your access list.
-NICK_ACCESS_REACHED_LIMIT
- Sorry, you can only have %d access entries for a nickname.
-NICK_ACCESS_ADDED
- %s added to your access list.
-NICK_ACCESS_NOT_FOUND
- %s not found on your access list.
-NICK_ACCESS_DELETED
- %s deleted from your access list.
-NICK_ACCESS_LIST
- Access list:
-NICK_ACCESS_LIST_X
- Access list for %s:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s is %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Last seen address: %s
-NICK_INFO_ADDRESS_ONLINE
- Is online from: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s is currently online.
-NICK_INFO_TIME_REGGED
- Time registered: %s
-NICK_INFO_LAST_SEEN
- Last seen time: %s
-NICK_INFO_LAST_QUIT
- Last quit message: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail address: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Greet message: %s
-NICK_INFO_OPTIONS
- Options: %s
-NICK_INFO_EXPIRE
- Expires on: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Protection
-NICK_INFO_OPT_SECURE
- Security
-NICK_INFO_OPT_PRIVATE
- Private
-NICK_INFO_OPT_MSG
- Message mode
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- None
-NICK_INFO_NO_EXPIRE
- This nickname will not expire.
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST pattern
-NICK_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- List of entries matching %s:
-NICK_LIST_RESULTS
- End of list - %d/%d matches shown.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST nickname
-NICK_ALIST_HEADER
- Channels that you have access on:
- Num Channel Level Description
-NICK_ALIST_HEADER_X
- Channels that %s has access on:
- Num Channel Level Description
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- End of list - %d/%d channels shown.
-
-# GLIST responses
-NICK_GLIST_HEADER
- List of nicknames in your group:
-NICK_GLIST_HEADER_X
- List of nicknames in the group of %s:
-NICK_GLIST_FOOTER
- %d nicknames in the group.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nickname [password]
-NICK_NO_RECOVER_SELF
- You can't recover yourself!
-NICK_RECOVERED
- User claiming your nick has been killed.
- %R%s RELEASE %s to get it back before %s timeout.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nickname [password]
-NICK_RELEASE_NOT_HELD
- Nick %s isn't being held.
-NICK_RELEASED
- Services' hold on your nick has been released.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nickname [password]
-NICK_NO_GHOST_SELF
- You can't ghost yourself!
-NICK_GHOST_KILLED
- Ghost with your nick has been killed.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nickname
-NICK_GETPASS_UNAVAILABLE
- GETPASS command unavailable because encryption is in use.
-NICK_GETPASS_PASSWORD_IS
- Password for %s is %s.
-
-# GETEMAIL responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host No WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails Match %s to %s.
-NICK_GETEMAIL_NOT_USED
- No Emails listed for %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nickname
-NICK_SENDPASS_UNAVAILABLE
- SENDPASS command unavailable because encryption is in use.
-NICK_SENDPASS_SUBJECT
- Nickname password (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Password of %s has been sent.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# SUSPEND responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nickname [reason]
-NICK_FORBID_SYNTAX_REASON
- FORBID nickname reason
-NICK_FORBID_SUCCEEDED
- Nick %s is now forbidden.
-NICK_FORBID_FAILED
- Couldn't forbid nick %s!
-
-# Nick Registraion responses
-NICK_REQUESTED
- This nick has already been requested, please check your e-mail address for the pass code
-NICK_REG_RESENT
- Your passcode has been re-sent to %s.
-NICK_REG_UNABLE
- Nick NOT registered, please try again later.
-NICK_IS_PREREG
- This nick is awaiting an e-mail verification code before completing registration.
-NICK_ENTER_REG_CODE
- A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration
-NICK_GETPASS_PASSCODE_IS
- Passcode for %s is %s.
-NICK_FORCE_REG
- Nickname %s confirmed
-NICK_REG_MAIL_SUBJECT
- Nickname Registration (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-
-# Confirm responses
-NICK_CONFIRM_NOT_FOUND
- Registration step 1 may have expired, please use "%R%s register <password> <email>" first.
-NICK_CONFIRM_INVALID
- Invalid passcode has been entered, please check the e-mail again, and retry
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Automatic channel operator status
-CHAN_LEVEL_AUTOVOICE
- Automatic mode +v
-CHAN_LEVEL_AUTOHALFOP
- Automatic mode +h
-CHAN_LEVEL_AUTOPROTECT
- Automatic mode +a
-CHAN_LEVEL_AUTODEOP
- Channel operator status disallowed
-CHAN_LEVEL_NOJOIN
- Not allowed to join channel
-CHAN_LEVEL_INVITE
- Allowed to use INVITE command
-CHAN_LEVEL_AKICK
- Allowed to use AKICK command
-CHAN_LEVEL_SET
- Allowed to use SET command (not FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Allowed to use CLEAR command
-CHAN_LEVEL_UNBAN
- Allowed to use UNBAN command
-CHAN_LEVEL_OPDEOP
- Allowed to use OP/DEOP commands
-CHAN_LEVEL_ACCESS_LIST
- Allowed to view the access list
-CHAN_LEVEL_ACCESS_CHANGE
- Allowed to modify the access list
-CHAN_LEVEL_MEMO
- Allowed to list/read channel memos
-CHAN_LEVEL_ASSIGN
- Allowed to assign/unassign a bot
-CHAN_LEVEL_BADWORDS
- Allowed to use BADWORDS command
-CHAN_LEVEL_NOKICK
- Never kicked by the bot's kickers
-CHAN_LEVEL_FANTASIA
- Allowed to use fantaisist commands
-CHAN_LEVEL_SAY
- Allowed to use SAY and ACT commands
-CHAN_LEVEL_GREET
- Greet message displayed
-CHAN_LEVEL_VOICEME
- Allowed to (de)voice him/herself
-CHAN_LEVEL_VOICE
- Allowed to use VOICE/DEVOICE commands
-CHAN_LEVEL_GETKEY
- Allowed to use GETKEY command
-CHAN_LEVEL_OPDEOPME
- Allowed to (de)op him/herself
-CHAN_LEVEL_HALFOPME
- Allowed to (de)halfop him/herself
-CHAN_LEVEL_HALFOP
- Allowed to use HALFOP/DEHALFOP commands
-CHAN_LEVEL_PROTECTME
- Allowed to (de)protect him/herself
-CHAN_LEVEL_PROTECT
- Allowed to use PROTECT/DEPROTECT commands
-CHAN_LEVEL_KICKME
- Allowed to kick him/herself
-CHAN_LEVEL_KICK
- Allowed to use KICK command
-CHAN_LEVEL_SIGNKICK
- No signed kick when SIGNKICK LEVEL is used
-CHAN_LEVEL_BANME
- Allowed to ban him/herself
-CHAN_LEVEL_BAN
- Allowed to use BAN command
-CHAN_LEVEL_TOPIC
- Allowed to use TOPIC command
-CHAN_LEVEL_INFO
- Allowed to use INFO command with ALL option
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- This channel has been registered with %s.
-CHAN_NOT_ALLOWED_OP
- You are not allowed chanop status on channel %s.
-CHAN_MAY_NOT_BE_USED
- This channel may not be used.
-CHAN_NOT_ALLOWED_TO_JOIN
- You are not permitted to be on this channel.
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER channel description
-CHAN_REGISTER_DISABLED
- Sorry, channel registration is temporarily disabled.
-CHAN_REGISTER_NOT_LOCAL
- Local channels cannot be registered.
-CHAN_MAY_NOT_BE_REGISTERED
- Channel %s may not be registered.
-CHAN_ALREADY_REGISTERED
- Channel %s is already registered!
-CHAN_MUST_BE_CHANOP
- You must be a channel operator to register the channel.
-CHAN_REACHED_CHANNEL_LIMIT
- Sorry, you have already reached your limit of %d channels.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Sorry, you have already exceeded your limit of %d channels.
-CHAN_REGISTRATION_FAILED
- Sorry, registration failed.
-CHAN_REGISTERED
- Channel %s registered under your nickname: %s
-CHAN_REGISTER_NONE_CHANNEL
- You have attempted to register a nonexistent channel %s
-CHAN_SYMBOL_REQUIRED
- Please use the symbol of # when attempting to register
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP channel
-CHAN_DROP_DISABLED
- Sorry, channel de-registration is temporarily disabled.
-CHAN_DROPPED
- Channel %s has been dropped.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET channel option parameters
-CHAN_SET_DISABLED
- Sorry, channel option setting is temporarily disabled.
-CHAN_SET_UNKNOWN_OPTION
- Unknown SET option %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s has too many channels registered.
-CHAN_FOUNDER_CHANGED
- Founder of %s changed to %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Successor for %s changed to %s.
-CHAN_SUCCESSOR_UNSET
- Successor for %s unset.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s cannot be the successor on channel %s because he is its founder.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Description of %s changed to %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-CHAN_EMAIL_UNSET
- E-mail address for %s unset.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Entry message for %s changed.
-CHAN_ENTRY_MSG_UNSET
- Entry message for %s unset.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s is not a valid ban type.
-CHAN_SET_BANTYPE_CHANGED
- Ban type for channel %s is now #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Unknown mode character %c ignored.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Mode %c ignored because you can't lock it.
-CHAN_SET_MLOCK_L_REQUIRED
- You must lock mode +l as well to lock mode +L.
-CHAN_SET_MLOCK_K_REQUIRED
- You must lock mode +i as well to lock mode +K.
-CHAN_MLOCK_CHANGED
- Mode lock on channel %s changed to %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET channel KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET channel TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET channel PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET channel PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET channel SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET channel SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET channel RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET channel SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET channel SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET channel OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET channel XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET channel NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Channel %s will not expire.
-CHAN_SET_NOEXPIRE_OFF
- Channel %s will expire.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Sorry, you can only have %d AOP/SOP/VOP entries on a channel.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- You can't use this command. Use the ACCESS command instead.
- Type %R%s HELP ACCESS for more information.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_AOP_DISABLED
- Sorry, channel AOP list modification is temporarily disabled.
-CHAN_AOP_NICKS_ONLY
- Channel AOP lists may only contain registered nicknames.
-CHAN_AOP_ADDED
- %s added to %s AOP list.
-CHAN_AOP_MOVED
- %s moved to %s AOP list.
-CHAN_AOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s AOP list.
-CHAN_AOP_NOT_FOUND
- %s not found on %s AOP list.
-CHAN_AOP_NO_MATCH
- No matching entries on %s AOP list.
-CHAN_AOP_DELETED
- %s deleted from %s AOP list.
-CHAN_AOP_DELETED_ONE
- Deleted 1 entry from %s AOP list.
-CHAN_AOP_DELETED_SEVERAL
- Deleted %d entries from %s AOP list.
-CHAN_AOP_LIST_EMPTY
- %s AOP list is empty.
-CHAN_AOP_LIST_HEADER
- AOP list for %s:
- Num Nick
-CHAN_AOP_CLEAR
- Channel %s AOP list has been cleared.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_HOP_DISABLED
- Sorry, channel HOP list modification is temporarily disabled.
-CHAN_HOP_NICKS_ONLY
- Channel HOP lists may only contain registered nicknames.
-CHAN_HOP_ADDED
- %s added to %s HOP list.
-CHAN_HOP_MOVED
- %s moved to %s HOP list.
-CHAN_HOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s HOP list.
-CHAN_HOP_NOT_FOUND
- %s not found on %s HOP list.
-CHAN_HOP_NO_MATCH
- No matching entries on %s HOP list.
-CHAN_HOP_DELETED
- %s deleted from %s HOP list.
-CHAN_HOP_DELETED_ONE
- Deleted 1 entry from %s HOP list.
-CHAN_HOP_DELETED_SEVERAL
- Deleted %d entries from %s HOP list.
-CHAN_HOP_LIST_EMPTY
- %s HOP list is empty.
-CHAN_HOP_LIST_HEADER
- HOP list for %s:
- Num Nick
-CHAN_HOP_CLEAR
- Channel %s HOP list has been cleared.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_SOP_DISABLED
- Sorry, channel SOP list modification is temporarily disabled.
-CHAN_SOP_NICKS_ONLY
- Channel SOP lists may only contain registered nicknames.
-CHAN_SOP_ADDED
- %s added to %s SOP list.
-CHAN_SOP_MOVED
- %s moved to %s SOP list.
-CHAN_SOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s SOP list.
-CHAN_SOP_NOT_FOUND
- %s not found on %s SOP list.
-CHAN_SOP_NO_MATCH
- No matching entries on %s SOP list.
-CHAN_SOP_DELETED
- %s deleted from %s SOP list.
-CHAN_SOP_DELETED_ONE
- Deleted 1 entry from %s SOP list.
-CHAN_SOP_DELETED_SEVERAL
- Deleted %d entries from %s SOP list.
-CHAN_SOP_LIST_EMPTY
- %s SOP list is empty.
-CHAN_SOP_LIST_HEADER
- SOP list for %s:
- Num Nick
-CHAN_SOP_CLEAR
- Channel %s SOP list has been cleared.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_VOP_DISABLED
- Sorry, channel VOP list modification is temporarily disabled.
-CHAN_VOP_NICKS_ONLY
- Channel VOP lists may only contain registered nicknames.
-CHAN_VOP_ADDED
- %s added to %s VOP list.
-CHAN_VOP_MOVED
- %s moved to %s VOP list.
-CHAN_VOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s VOP list.
-CHAN_VOP_NOT_FOUND
- %s not found on %s VOP list.
-CHAN_VOP_NO_MATCH
- No matching entries on %s VOP list.
-CHAN_VOP_DELETED
- %s deleted from %s VOP list.
-CHAN_VOP_DELETED_ONE
- Deleted 1 entry from %s VOP list.
-CHAN_VOP_DELETED_SEVERAL
- Deleted %d entries from %s VOP list.
-CHAN_VOP_LIST_EMPTY
- %s VOP list is empty.
-CHAN_VOP_LIST_HEADER
- VOP list for %s:
- Num Nick
-CHAN_VOP_CLEAR
- Channel %s VOP list has been cleared.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]
-CHAN_ACCESS_XOP
- You can't use this command.
- Use the AOP, SOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Sorry, channel access list modification is temporarily disabled.
-CHAN_ACCESS_LEVEL_NONZERO
- Access level must be non-zero.
-CHAN_ACCESS_LEVEL_RANGE
- Access level must be between %d and %d inclusive.
-CHAN_ACCESS_NICKS_ONLY
- Channel access lists may only contain registered nicknames.
-CHAN_ACCESS_REACHED_LIMIT
- Sorry, you can only have %d access entries on a channel.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Access level for %s on %s unchanged from %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Access level for %s on %s changed to %d.
-CHAN_ACCESS_ADDED
- %s added to %s access list at level %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- No such entry (#%d) on %s access list.
-CHAN_ACCESS_NOT_FOUND
- %s not found on %s access list.
-CHAN_ACCESS_NO_MATCH
- No matching entries on %s access list.
-CHAN_ACCESS_DELETED
- %s deleted from %s access list.
-CHAN_ACCESS_DELETED_ONE
- Deleted 1 entry from %s access list.
-CHAN_ACCESS_DELETED_SEVERAL
- Deleted %d entries from %s access list.
-CHAN_ACCESS_LIST_EMPTY
- %s access list is empty.
-CHAN_ACCESS_LIST_HEADER
- Access list for %s:
- Num Lev Nick
-CHAN_ACCESS_LIST_FOOTER
- End of access list.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Channel %s access list has been cleared.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-or-usermask] [reason]
-CHAN_AKICK_DISABLED
- Sorry, channel autokick list modification is temporarily disabled.
-CHAN_AKICK_ALREADY_EXISTS
- %s already exists on %s autokick list.
-CHAN_AKICK_REACHED_LIMIT
- Sorry, you can only have %d autokick masks on a channel.
-CHAN_AKICK_ADDED
- %s added to %s autokick list.
-CHAN_AKICK_NO_SUCH_ENTRY
- No such entry (#%d) on %s autokick list.
-CHAN_AKICK_NOT_FOUND
- %s not found on %s autokick list.
-CHAN_AKICK_NO_MATCH
- No matching entries on %s autokick list.
-CHAN_AKICK_STUCK
- %s is now always active on channel %s.
-CHAN_AKICK_UNSTUCK
- %s is not always active anymore on channel %s.
-CHAN_AKICK_DELETED
- %s deleted from %s autokick list.
-CHAN_AKICK_DELETED_ONE
- Deleted 1 entry from %s autokick list.
-CHAN_AKICK_DELETED_SEVERAL
- Deleted %d entries from %s autokick list.
-CHAN_AKICK_LIST_EMPTY
- %s autokick list is empty.
-CHAN_AKICK_LIST_HEADER
- Autokick list for %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (by %s on %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (stuck) (by %s on %s)
- %s
-CHAN_AKICK_LAST_USED
- Last used %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE for %s complete; %d users were affected.
-CHAN_AKICK_CLEAR
- Channel %s akick list has been cleared.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]
-CHAN_LEVELS_XOP
- Levels are not available as xOP is enabled on this channel.
-CHAN_LEVELS_RANGE
- Level must be between %d and %d inclusive.
-CHAN_LEVELS_CHANGED
- Level for %s on channel %s changed to %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid settings.
-CHAN_LEVELS_DISABLED
- %s disabled on channel %s.
-CHAN_LEVELS_LIST_HEADER
- Access level settings for channel %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (disabled)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (founder only)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Access levels for %s reset to defaults.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO channel
-CHAN_INFO_HEADER
- Information for channel %s:
-CHAN_INFO_FOUNDER
- Founder: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Founder: %s
-CHAN_INFO_SUCCESSOR
- Successor: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Successor: %s
-CHAN_INFO_DESCRIPTION
- Description: %s
-CHAN_INFO_ENTRYMSG
- Entry message: %s
-CHAN_INFO_TIME_REGGED
- Registered: %s
-CHAN_INFO_LAST_USED
- Last used: %s
-CHAN_INFO_LAST_TOPIC
- Last topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topic set by: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail address: %s
-CHAN_INFO_BANTYPE
- Ban type: %d
-CHAN_INFO_OPTIONS
- Options: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Topic Retention
-CHAN_INFO_OPT_OPNOTICE
- OP Notice
-CHAN_INFO_OPT_PEACE
- Peace
-CHAN_INFO_OPT_PRIVATE
- Private
-CHAN_INFO_OPT_RESTRICTED
- Restricted Access
-CHAN_INFO_OPT_SECURE
- Secure
-CHAN_INFO_OPT_SECUREOPS
- Secure Ops
-CHAN_INFO_OPT_SECUREFOUNDER
- Secure Founder
-CHAN_INFO_OPT_SIGNKICK
- Signed kicks
-CHAN_INFO_OPT_TOPICLOCK
- Topic Lock
-CHAN_INFO_OPT_XOP
- xOP lists system
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- None
-CHAN_INFO_MODE_LOCK
- Mode lock: %s
-CHAN_INFO_EXPIRE
- Expires on: %s
-CHAN_INFO_NO_EXPIRE
- This channel will not expire.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST pattern
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- List of entries matching %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- End of list - %d/%d matches shown.
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE channel
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN channel [nick]
-CHAN_UNBANNED
- You have been unbanned from %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC channel [topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR channel what
-CHAN_CLEARED_BANS
- All bans on channel %s have been removed.
-CHAN_CLEARED_EXCEPTS
- All excepts on channel %s have been removed.
-CHAN_CLEARED_MODES
- All modes on channel %s have been reset.
-CHAN_CLEARED_OPS
- Mode +o has been cleared from channel %s.
-CHAN_CLEARED_HOPS
- Mode +h has been cleared from channel %s.
-CHAN_CLEARED_VOICES
- Mode +v has been cleared from channel %s.
-CHAN_CLEARED_USERS
- All users have been kicked from channel %s.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID channel [reason]
-CHAN_FORBID_SYNTAX_REASON
- FORBID channel reason
-CHAN_FORBID_SUCCEEDED
- Channel %s is now forbidden.
-CHAN_FORBID_FAILED
- Couldn't forbid channel %s!
-CHAN_FORBID_REASON
- This channel has been forbidden.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND channel [reason]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND channel reason
-CHAN_SUSPEND_SUCCEEDED
- Channel %s is now suspended.
-CHAN_SUSPEND_FAILED
- Couldn't suspended channel %s!
-CHAN_SUSPEND_REASON
- This channel has been suspended.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND channel
-CHAN_UNSUSPEND_ERROR
- No # found in front of channel name.
-CHAN_UNSUSPEND_SUCCEEDED
- Channel %s is now released.
-CHAN_UNSUSPEND_FAILED
- Couldn't release channel %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s matches an except on %s and cannot be banned until the except have been removed.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- You have 1 new memo.
-MEMO_HAVE_NEW_MEMOS
- You have %d new memos.
-MEMO_TYPE_READ_LAST
- Type %R%s READ LAST to read it.
-MEMO_TYPE_READ_NUM
- Type %R%s READ %d to read it.
-MEMO_TYPE_LIST_NEW
- Type %R%s LIST NEW to list them.
-MEMO_AT_LIMIT
- Warning: You have reached your maximum number of memos (%d). You will be unable to receive any new memos until you delete some of your current ones.
-MEMO_OVER_LIMIT
- Warning: You are over your maximum number of memos (%d). You will be unable to receive any new memos until you delete some of your current ones.
-MEMO_X_MANY_NOTICE
- There are %d memos on channel %s.
-MEMO_X_ONE_NOTICE
- There is %d memo on channel %s.
-MEMO_NEW_X_MEMO_ARRIVED
- There is a new memo on channel %s.
- Type %R%s READ %s %d to read it.
-MEMO_NEW_MEMO_ARRIVED
- You have a new memo from %s.
- Type %R%s READ %d to read it.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- You have no memos.
-MEMO_X_HAS_NO_MEMOS
- %s has no memos.
-MEMO_DOES_NOT_EXIST
- Memo %d does not exist!
-MEMO_LIST_NOT_FOUND
- No matching memos found.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | channel} memo-text
-MEMO_SEND_DISABLED
- Sorry, memo sending is temporarily disabled.
-MEMO_SEND_PLEASE_WAIT
- Please wait %d seconds before using the SEND command again.
-MEMO_X_GETS_NO_MEMOS
- %s cannot receive memos.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s currently has too many memos and cannot receive more.
-MEMO_SENT
- Memo sent to %s.
-MEMO_MASS_SENT
- A massmemo has been sent to all registered users.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | channel}
-MEMO_CANCEL_DISABLED
- Sorry, memo canceling is temporarily disabled.
-MEMO_CANCEL_NONE
- No memo was cancelable.
-MEMO_CANCELLED
- Last memo to %s has been cancelled.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [channel] [list | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- You have no new memos.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s has no new memos.
-MEMO_LIST_MEMOS
- Memos for %s. To read, type: %R%s READ num
-MEMO_LIST_NEW_MEMOS
- New memos for %s. To read, type: %R%s READ num
-MEMO_LIST_CHAN_MEMOS
- Memos for %s. To read, type: %R%s READ %s num
-MEMO_LIST_CHAN_NEW_MEMOS
- New memos for %s. To read, type: %R%s READ %s num
-MEMO_LIST_HEADER
- Num Sender Date/Time
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [channel] {list | LAST | NEW}
-MEMO_HEADER
- Memo %d from %s (%s). To delete, type: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d from %s (%s). To delete, type: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [channel] {num | list | ALL}
-MEMO_DELETED_NONE
- No memos were deleted.
-MEMO_DELETED_ONE
- Memo %d has been deleted.
-MEMO_DELETED_SEVERAL
- Memos %s have been deleted.
-MEMO_DELETED_ALL
- All of your memos have been deleted.
-MEMO_CHAN_DELETED_ALL
- All memos for channel %s have been deleted.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET option parameters
-MEMO_SET_DISABLED
- Sorry, memo option setting is temporarily disabled.
-MEMO_SET_UNKNOWN_OPTION
- Unknown SET option %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s will now notify you of memos when you log on and when they are sent to you.
-MEMO_SET_NOTIFY_LOGON
- %s will now notify you of memos when you log on or unset /AWAY.
-MEMO_SET_NOTIFY_NEW
- %s will now notify you of memos when they are sent to you.
-MEMO_SET_NOTIFY_OFF
- %s will not send you any notification of memos.
-MEMO_SET_NOTIFY_MAIL
- You will now be informed about new memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- You will no longer be informed via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- There's no email address set for your nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [channel] limit
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [user | channel] {limit | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- You are not permitted to change your memo limit.
-MEMO_SET_LIMIT_FORBIDDEN
- The memo limit for %s may not be changed.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- You cannot set your memo limit higher than %d.
-MEMO_SET_LIMIT_TOO_HIGH
- You cannot set the memo limit for %s higher than %d.
-MEMO_SET_LIMIT_OVERFLOW
- Memo limit too large; limiting to %d instead.
-MEMO_SET_YOUR_LIMIT
- Your memo limit has been set to %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- You will no longer be able to receive memos.
-MEMO_UNSET_YOUR_LIMIT
- Your memo limit has been disabled.
-MEMO_SET_LIMIT
- Memo limit for %s set to %d.
-MEMO_SET_LIMIT_ZERO
- Memo limit for %s set to 0.
-MEMO_UNSET_LIMIT
- Memo limit disabled for %s.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [channel]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | channel]
-MEMO_INFO_NO_MEMOS
- You currently have no memos.
-MEMO_INFO_MEMO
- You currently have 1 memo.
-MEMO_INFO_MEMO_UNREAD
- You currently have 1 memo, and it has not yet been read.
-MEMO_INFO_MEMOS
- You currently have %d memos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- You currently have %d memos, of which 1 is unread.
-MEMO_INFO_MEMOS_SOME_UNREAD
- You currently have %d memos, of which %d are unread.
-MEMO_INFO_MEMOS_ALL_UNREAD
- You currently have %d memos; all of them are unread.
-MEMO_INFO_LIMIT
- Your memo limit is %d.
-MEMO_INFO_HARD_LIMIT
- Your memo limit is %d, and may not be changed.
-MEMO_INFO_LIMIT_ZERO
- Your memo limit is 0; you will not receive any new memos.
-MEMO_INFO_HARD_LIMIT_ZERO
- Your memo limit is 0; you will not receive any new memos. You cannot change this limit.
-MEMO_INFO_NO_LIMIT
- You have no limit on the number of memos you may keep.
-MEMO_INFO_NOTIFY_OFF
- You will not be notified of new memos.
-MEMO_INFO_NOTIFY_ON
- You will be notified of new memos at logon and when they arrive.
-MEMO_INFO_NOTIFY_RECEIVE
- You will be notified when new memos arrive.
-MEMO_INFO_NOTIFY_SIGNON
- You will be notified of new memos at logon.
-MEMO_INFO_X_NO_MEMOS
- %s currently has no memos.
-MEMO_INFO_X_MEMO
- %s currently has 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s currently has 1 memo, and it has not yet been read.
-MEMO_INFO_X_MEMOS
- %s currently has %d memos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s currently has %d memos, of which 1 is unread.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s currently has %d memos, of which %d are unread.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s currently has %d memos; all of them are unread.
-MEMO_INFO_X_LIMIT
- %s's memo limit is %d.
-MEMO_INFO_X_HARD_LIMIT
- %s's memo limit is %d, and may not be changed.
-MEMO_INFO_X_NO_LIMIT
- %s has no memo limit.
-MEMO_INFO_X_NOTIFY_OFF
- %s is not notified of new memos.
-MEMO_INFO_X_NOTIFY_ON
- %s is notified of new memos at logon and when they arrive.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s is notified when new memos arrive.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s is notified of news memos at logon.
-
-# Memo2Mail responses
-MEMO_MAIL_SUBJECT
- New memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND responses
-MEMO_RSEND_PLEASE_WAIT
- Please wait %d seconds before using the RSEND command again.
-MEMO_RSEND_DISABLED
- Sorry, RSEND has been disabled on this network.
-MEMO_RSEND_SYNTAX
- RSEND {nick | channel} memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] The memo you sent has been viewed.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] The memo you sent to %s has been viewed.
-MEMO_RSEND_USER_NOTIFICATION
- A notification memo has been sent to %s informing him/her you have
- read his/her memo.
-
-# CHECK responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- The last memo you sent to %s (sent on %s) has not yet been read.
-MEMO_CHECK_READ
- The last memo you sent to %s (sent on %s) has been read.
-MEMO_CHECK_NO_MEMO
- Nick %s doesn't have a memo from you.
-MEMO_NO_RSEND_SELF
- You can not request a receipt when sending a memo to yourself.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s does not exist.
-BOT_NOT_ASSIGNED
- You must assign a bot to the channel before using this command.
- Type %R%S HELP ASSIGN for more information.
-BOT_NOT_ON_CHANNEL
- Bot is not on channel %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Don't use the word "%s" on this channel!
-BOT_REASON_BADWORD_GENTLE
- Watch your language!
-BOT_REASON_BOLD
- Don't use bolds on this channel!
-BOT_REASON_CAPS
- Turn caps lock OFF!
-BOT_REASON_COLOR
- Don't use colors on this channel!
-BOT_REASON_FLOOD
- Stop flooding!
-BOT_REASON_REPEAT
- Stop repeating yourself!
-BOT_REASON_REVERSE
- Don't use reverses on this channel!
-BOT_REASON_UNDERLINE
- Don't use underlines on this channel!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- You found me, %s!
-BOT_SEEN_YOU
- Looking for yourself, eh %s?
-BOT_SEEN_ON_CHANNEL
- %s is on the channel right now!
-BOT_SEEN_ON_CHANNEL_AS
- %s is on the channel right now (as %s) !
-BOT_SEEN_ON
- %s was last seen here %s ago.
-BOT_SEEN_NEVER
- I've never seen %s on this channel.
-BOT_SEEN_UNKNOWN
- I don't know who %s is.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick user host real
- BOT CHANGE oldnick newnick [user [host [real]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- Bot %s already exists.
-BOT_BOT_CREATION_FAILED
- Sorry, bot creation failed.
-BOT_BOT_READONLY
- Sorry, bot modification is temporarily disabled.
-BOT_BOT_ADDED
- %s!%s@%s (%s) added to the bot list.
-BOT_BOT_ANY_CHANGES
- Old info is equal to the new one.
-BOT_BOT_CHANGED
- Bot %s has been changed to %s!%s@%s (%s)
-BOT_BOT_DELETED
- Bot %s has been deleted.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Bot list:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots reserved to IRC operators:
-BOT_BOTLIST_FOOTER
- %d bots available.
-BOT_BOTLIST_EMPTY
- There are no bots available at this time.
- Ask a Services Operator to create one!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN chan nick
-BOT_ASSIGN_READONLY
- Sorry, bot assignment is temporarily disabled.
-BOT_ASSIGN_ALREADY
- Bot %s is already assigned to channel %s.
-BOT_ASSIGN_ASSIGNED
- Bot %s has been assigned to %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN chan
-BOT_UNASSIGN_UNASSIGNED
- There is no bot assigned to %s anymore.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {chan | nick}
-BOT_INFO_NOT_FOUND
- %s is not a valid bot or registered channel.
-BOT_INFO_BOT_HEADER
- Information for bot %s:
-BOT_INFO_BOT_MASK
- Mask : %s@%s
-BOT_INFO_BOT_REALNAME
- Real name : %s
-BOT_INFO_BOT_CREATED
- Created : %s
-BOT_INFO_BOT_USAGE
- Used on : %d channel(s)
-BOT_INFO_BOT_OPTIONS
- Options : %s
-BOT_INFO_OPT_PRIVATE
- Private
-BOT_INFO_CHAN_HEADER
- Information for channel %s:
-BOT_INFO_CHAN_BOT
- Bot nick : %s
-BOT_INFO_CHAN_BOT_NONE
- Bot nick : not assigned yet.
-BOT_INFO_CHAN_KICK_BADWORDS
- Bad words kicker : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Bad words kicker : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Bolds kicker : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Bolds kicker : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Caps kicker : %s (minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Caps kicker : %s
-BOT_INFO_CHAN_KICK_COLORS
- Colors kicker : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Colors kicker : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Flood kicker : %s (%d lines in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Flood kicker : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Repeat kicker : %s (%d times)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Repeat kicker : %s (%d kick(s) to ban; %d times)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Repeat kicker : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Reverses kicker : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Reverses kicker : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Underlines kicker : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Underlines kicker : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- enabled
-BOT_INFO_INACTIVE
- disabled
-BOT_INFO_CHAN_OPTIONS
- Options : %s
-BOT_INFO_OPT_DONTKICKOPS
- Ops protection
-BOT_INFO_OPT_DONTKICKVOICES
- Voices protection
-BOT_INFO_OPT_FANTASY
- Fantasy
-BOT_INFO_OPT_GREET
- Greet
-BOT_INFO_OPT_NOBOT
- No bot
-BOT_INFO_OPT_SYMBIOSIS
- Symbiosis
-BOT_INFO_OPT_NONE
- None
-
-# SET responses
-BOT_SET_SYNTAX
- SET (channel | bot) option settings
-BOT_SET_DISABLED
- Sorry, bot option setting is temporarily disabled.
-BOT_SET_UNKNOWN
- Unknown option %s.
- Type %R%S HELP SET for more information.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET channel DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot won't kick ops on channel %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot will kick ops on channel %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET channel DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot won't kick voices on channel %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot will kick voices on channel %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET channel FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Fantasy mode is now ON on channel %s.
-BOT_SET_FANTASY_OFF
- Fantasy mode is now OFF on channel %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET channel GREET {ON|OFF}
-BOT_SET_GREET_ON
- Greet mode is now ON on channel %s.
-BOT_SET_GREET_OFF
- Greet mode is now OFF on channel %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET botname NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- No Bot mode is now ON on channel %s.
-BOT_SET_NOBOT_OFF
- No Bot mode is now OFF on channel %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET botname PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Private mode of bot %s is now ON.
-BOT_SET_PRIVATE_OFF
- Private mode of bot %s is now OFF.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET channel SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Symbiosis mode is now ON on channel %s.
-BOT_SET_SYMBIOSIS_OFF
- Symbiosis mode is now OFF on channel %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK channel option {ON|OFF} [settings]
-BOT_KICK_DISABLED
- Sorry, kicker configuration is temporarily disabled.
-BOT_KICK_UNKNOWN
- Unknown option %s.
- Type %R%S HELP KICK for more information.
-BOT_KICK_BAD_TTB
- %s cannot be taken as times to ban.
-
-BOT_KICK_BADWORDS_ON
- Bot will now kick bad words. Use the BADWORDS command
- to add or remove a bad word.
-BOT_KICK_BADWORDS_ON_BAN
- Bot will now kick bad words, and will place a ban after
- %d kicks for the same user. Use the BADWORDS command
- to add or remove a bad word.
-BOT_KICK_BADWORDS_OFF
- Bot won't kick bad words anymore.
-BOT_KICK_BOLDS_ON
- Bot will now kick bolds.
-BOT_KICK_BOLDS_ON_BAN
- Bot will now kick bolds, and will place a ban after
- %d kicks for the same user.
-BOT_KICK_BOLDS_OFF
- Bot won't kick bolds anymore.
-BOT_KICK_CAPS_ON
- Bot will now kick caps (they must constitute at least
- %d characters and %d%% of the entire message).
-BOT_KICK_CAPS_ON_BAN
- Bot will now kick caps (they must constitute at least
- %d characters and %d%% of the entire message), and will
- place a ban after %d kicks for the same user.
-BOT_KICK_CAPS_OFF
- Bot won't kick caps anymore.
-BOT_KICK_COLORS_ON
- Bot will now kick colors.
-BOT_KICK_COLORS_ON_BAN
- Bot will now kick colors, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_COLORS_OFF
- Bot won't kick colors anymore.
-BOT_KICK_FLOOD_ON
- Bot will now kick flood (%d lines in %d seconds).
-BOT_KICK_FLOOD_ON_BAN
- Bot will now kick flood (%d lines in %d seconds), and
- will place a ban after %d kicks for the same user.
-BOT_KICK_FLOOD_OFF
- Bot won't kick flood anymore.
-BOT_KICK_REPEAT_ON
- Bot will now kick repeats (users that say %d times
- the same thing).
-BOT_KICK_REPEAT_ON_BAN
- Bot will now kick repeats (users that say %d times
- the same thing), and will place a ban after %d
- kicks for the same user.
-BOT_KICK_REPEAT_OFF
- Bot won't kick repeats anymore.
-BOT_KICK_REVERSES_ON
- Bot will now kick reverses.
-BOT_KICK_REVERSES_ON_BAN
- Bot will now kick reverses, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_REVERSES_OFF
- Bot won't kick reverses anymore.
-BOT_KICK_UNDERLINES_ON
- Bot will now kick underlines.
-BOT_KICK_UNDERLINES_ON_BAN
- Bot will now kick underlines, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_UNDERLINES_OFF
- Bot won't kick underlines anymore.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after
- %d kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Sorry, channel bad words list modification is temporarily disabled.
-BOT_BADWORDS_REACHED_LIMIT
- Sorry, you can only have %d bad words entries on a channel.
-BOT_BADWORDS_ALREADY_EXISTS
- %s already exists in %s bad words list.
-BOT_BADWORDS_ADDED
- %s added to %s bad words list.
-BOT_BADWORDS_NO_SUCH_ENTRY
- No such entry (#%d) on %s bad words list.
-BOT_BADWORDS_NOT_FOUND
- %s not found on %s bad words list.
-BOT_BADWORDS_NO_MATCH
- No matching entries on %s bad words list.
-BOT_BADWORDS_DELETED
- %s deleted from %s bad words list.
-BOT_BADWORDS_DELETED_ONE
- Deleted 1 entry from %s bad words list.
-BOT_BADWORDS_DELETED_SEVERAL
- Deleted %d entries from %s bad words list.
-BOT_BADWORDS_LIST_EMPTY
- %s bad words list is empty.
-BOT_BADWORDS_LIST_HEADER
- Bad words list for %s:
- Num Word Type
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Bad words list is now empty.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY channel text
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT channel text
-
-# Errors
-BOT_EXCEPT
- User matches channel except.
-BOT_BAD_NICK
- Bot Nicks may only contain valid nick characters.
-BOT_BAD_HOST
- Bot Hosts may only contain valid host characters.
-BOT_BAD_IDENT
- Bot Idents may only contain valid characters.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Services is unable to change modes. Are your servers configured correctly?
-OPER_BOUNCY_MODES_U_LINE
- Services is unable to change modes. Are your servers' U:lines configured correctly?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL message
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Unknown STATS option %s.
-OPER_STATS_CURRENT_USERS
- Current users: %d (%d ops)
-OPER_STATS_MAX_USERS
- Maximum users: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Services up %d days, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Services up %d day, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Services up %d hours, %d minutes
-OPER_STATS_UPTIME_HM1S
- Services up %d hours, %d minutes
-OPER_STATS_UPTIME_H1MS
- Services up %d hours, %d minute
-OPER_STATS_UPTIME_H1M1S
- Services up %d hours, %d minute
-OPER_STATS_UPTIME_1HMS
- Services up %d hour, %d minutes
-OPER_STATS_UPTIME_1HM1S
- Services up %d hour, %d minutes
-OPER_STATS_UPTIME_1H1MS
- Services up %d hour, %d minute
-OPER_STATS_UPTIME_1H1M1S
- Services up %d hour, %d minute
-OPER_STATS_UPTIME_MS
- Services up %d minutes, %d seconds
-OPER_STATS_UPTIME_M1S
- Services up %d minutes, %d second
-OPER_STATS_UPTIME_1MS
- Services up %d minute, %d seconds
-OPER_STATS_UPTIME_1M1S
- Services up %d minute, %d second
-OPER_STATS_BYTES_READ
- Bytes read : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes written : %5d kB
-OPER_STATS_USER_MEM
- User : %6d records, %5d kB
-OPER_STATS_CHANNEL_MEM
- Channel : %6d records, %5d kB
-OPER_STATS_GROUPS_MEM
- NS Groups : %6d records, %5d kB
-OPER_STATS_ALIASES_MEM
- NS Aliases : %6d records, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d records, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d records, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d records, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessions : %6d records, %5d kB
-OPER_STATS_AKILL_COUNT
- Current number of AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Default AKILL expiry time: %d days
-OPER_STATS_AKILL_EXPIRE_DAY
- Default AKILL expiry time: 1 day
-OPER_STATS_AKILL_EXPIRE_HOURS
- Default AKILL expiry time: %d hours
-OPER_STATS_AKILL_EXPIRE_HOUR
- Default AKILL expiry time: 1 hour
-OPER_STATS_AKILL_EXPIRE_MINS
- Default AKILL expiry time: %d minutes
-OPER_STATS_AKILL_EXPIRE_MIN
- Default AKILL expiry time: 1 minute
-OPER_STATS_AKILL_EXPIRE_NONE
- Default AKILL expiry time: No expiration
-OPER_STATS_SNLINE_COUNT
- Current number of SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Default SNLINE expiry time: %d days
-OPER_STATS_SNLINE_EXPIRE_DAY
- Default SNLINE expiry time: 1 day
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Default SNLINE expiry time: %d hours
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Default SNLINE expiry time: 1 hour
-OPER_STATS_SNLINE_EXPIRE_MINS
- Default SNLINE expiry time: %d minutes
-OPER_STATS_SNLINE_EXPIRE_MIN
- Default SNLINE expiry time: 1 minute
-OPER_STATS_SNLINE_EXPIRE_NONE
- Default SNLINE expiry time: No expiration
-OPER_STATS_SQLINE_COUNT
- Current number of SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Default SQLINE expiry time: %d days
-OPER_STATS_SQLINE_EXPIRE_DAY
- Default SQLINE expiry time: 1 day
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Default SQLINE expiry time: %d hours
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Default SQLINE expiry time: 1 hour
-OPER_STATS_SQLINE_EXPIRE_MINS
- Default SQLINE expiry time: %d minutes
-OPER_STATS_SQLINE_EXPIRE_MIN
- Default SQLINE expiry time: 1 minute
-OPER_STATS_SQLINE_EXPIRE_NONE
- Default SQLINE expiry time: No expiration
-OPER_STATS_SZLINE_COUNT
- Current number of SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Default SZLINE expiry time: %d days
-OPER_STATS_SZLINE_EXPIRE_DAY
- Default SZLINE expiry time: 1 day
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Default SZLINE expiry time: %d hours
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Default SZLINE expiry time: 1 hour
-OPER_STATS_SZLINE_EXPIRE_MINS
- Default SZLINE expiry time: %d minutes
-OPER_STATS_SZLINE_EXPIRE_MIN
- Default SZLINE expiry time: 1 minute
-OPER_STATS_SZLINE_EXPIRE_NONE
- Default SZLINE expiry time: No expiration
-OPER_STATS_RESET
- Statistics reset.
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE channel modes
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE nick modes
-OPER_UMODE_SUCCESS
- Changed usermodes of %s.
-OPER_UMODE_CHANGED
- %s changed your usermodes.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- Operflags %s have been added for %s.
-OPER_OLINE_IRCOP
- You are now an IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES channel [ALL]
-OPER_CLEARMODES_DONE
- Binary modes and bans cleared from channel %s.
-OPER_CLEARMODES_ALL_DONE
- All modes cleared from channel %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK channel user reason
-
-# SVSNICK responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick newnick
-OPER_SVSNICK_NEWNICK
- The nick %s is now being changed to %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_AKILL_EXISTS
- %s already exists on the AKILL list.
-OPER_AKILL_ALREADY_COVERED
- %s is already covered by %s.
-OPER_AKILL_REACHED_LIMIT
- Sorry, you can only have %d AKILLs.
-OPER_AKILL_NO_NICK
- Reminder: AKILL masks cannot contain nicknames; make sure you have not included a nick portion in your mask.
-OPER_AKILL_ADDED
- %s added to the AKILL list.
-OPER_AKILL_CHANGED
- Expiry time of %s changed.
-OPER_AKILL_NOT_FOUND
- %s not found on the AKILL list.
-OPER_AKILL_NO_MATCH
- No matching entries on the AKILL list.
-OPER_AKILL_DELETED
- %s deleted from the AKILL list.
-OPER_AKILL_DELETED_ONE
- Deleted 1 entry from the AKILL list.
-OPER_AKILL_DELETED_SEVERAL
- Deleted %d entries from the AKILL list.
-OPER_AKILL_LIST_EMPTY
- AKILL list is empty.
-OPER_AKILL_LIST_HEADER
- Current AKILL list:
- Num Mask Reason
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Current AKILL list:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_AKILL_CLEAR
- The AKILL list has been cleared.
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:reason]]
-OPER_SNLINE_UNSUPPORTED
- Sorry, SNLINE is not available on this network.
-OPER_SNLINE_EXISTS
- %s already exists on the SNLINE list.
-OPER_SNLINE_ALREADY_COVERED
- %s is already covered by %s.
-OPER_SNLINE_REACHED_LIMIT
- Sorry, you can only have %d SNLINEs.
-OPER_SNLINE_ADDED
- %s added to the SNLINE list.
-OPER_SNLINE_CHANGED
- Expiry time of %s changed.
-OPER_SNLINE_NOT_FOUND
- %s not found on the SNLINE list.
-OPER_SNLINE_NO_MATCH
- No matching entries on the SNLINE list.
-OPER_SNLINE_DELETED
- %s deleted from the SNLINE list.
-OPER_SNLINE_DELETED_ONE
- Deleted 1 entry from the SNLINE list.
-OPER_SNLINE_DELETED_SEVERAL
- Deleted %d entries from the SNLINE list.
-OPER_SNLINE_LIST_EMPTY
- SNLINE list is empty.
-OPER_SNLINE_LIST_HEADER
- Current SNLINE list:
- Num Mask Reason
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Current SNLINE list:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SNLINE_CLEAR
- The SNLINE list has been cleared.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Channel SQLINEs are not supported by your IRCd, so you can't use them.
-OPER_SQLINE_EXISTS
- %s already exists on the SQLINE list.
-OPER_SQLINE_ALREADY_COVERED
- %s is already covered by %s.
-OPER_SQLINE_REACHED_LIMIT
- Sorry, you can only have %d SQLINEs.
-OPER_SQLINE_ADDED
- %s added to the SQLINE list.
-OPER_SQLINE_CHANGED
- Expiry time of %s changed.
-OPER_SQLINE_NOT_FOUND
- %s not found on the SQLINE list.
-OPER_SQLINE_NO_MATCH
- No matching entries on the SQLINE list.
-OPER_SQLINE_DELETED
- %s deleted from the SQLINE list.
-OPER_SQLINE_DELETED_ONE
- Deleted 1 entry from the SQLINE list.
-OPER_SQLINE_DELETED_SEVERAL
- Deleted %d entries from the SQLINE list.
-OPER_SQLINE_LIST_EMPTY
- SQLINE list is empty.
-OPER_SQLINE_LIST_HEADER
- Current SQLINE list:
- Num Mask Reason
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Current SQLINE list:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SQLINE_CLEAR
- The SQLINE list has been cleared.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_SZLINE_UNSUPPORTED
- Sorry, SZLINE is not available on this network.
-OPER_SZLINE_EXISTS
- %s already exists on the SZLINE list.
-OPER_SZLINE_ALREADY_COVERED
- %s is already covered by %s.
-OPER_SZLINE_REACHED_LIMIT
- Sorry, you can only have %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Reminder: you can only add IP masks to the SZLINE list.
-OPER_SZLINE_ADDED
- %s added to the SZLINE list.
-OPER_SZLINE_CHANGED
- Expiry time of %s changed.
-OPER_SZLINE_NOT_FOUND
- %s not found on the SZLINE list.
-OPER_SZLINE_NO_MATCH
- No matching entries on the SZLINE list.
-OPER_SZLINE_DELETED
- %s deleted from the SZLINE list.
-OPER_SZLINE_DELETED_ONE
- Deleted 1 entry from the SZLINE list.
-OPER_SZLINE_DELETED_SEVERAL
- Deleted %d entries from the SZLINE list.
-OPER_SZLINE_LIST_EMPTY
- SZLINE list is empty.
-OPER_SZLINE_LIST_HEADER
- Current SZLINE list:
- Num Mask Reason
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Current SZLINE list:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SZLINE_CLEAR
- The SZLINE list has been cleared.
-
-# SET responses
-OPER_SET_SYNTAX
- SET option setting
-OPER_SET_IGNORE_ON
- Ignore code will be used.
-OPER_SET_IGNORE_OFF
- Ignore code will not be used.
-OPER_SET_IGNORE_ERROR
- Setting for IGNORE must be ON or OFF.
-OPER_SET_READONLY_ON
- Services are now in read-only mode.
-OPER_SET_READONLY_OFF
- Services are now in read-write mode.
-OPER_SET_READONLY_ERROR
- Setting for READONLY must be ON or OFF.
-OPER_SET_LOGCHAN_ON
- Services are now reporting log messages to %s.
-OPER_SET_LOGCHAN_OFF
- Services are no longer reporting log messages to a channel.
-OPER_SET_LOGCHAN_ERROR
- Setting for LOGCHAN must be ON or OFF and LogChannel must be defined.
-OPER_SET_DEBUG_ON
- Services are now in debug mode.
-OPER_SET_DEBUG_OFF
- Services are now in non-debug mode.
-OPER_SET_DEBUG_LEVEL
- Services are now in debug mode (level %d).
-OPER_SET_DEBUG_ERROR
- Setting for DEBUG must be ON, OFF, or a positive number.
-OPER_SET_NOEXPIRE_ON
- Services are now in no expire mode.
-OPER_SET_NOEXPIRE_OFF
- Services are now in expire mode.
-OPER_SET_NOEXPIRE_ERROR
- Setting for NOEXPIRE must be ON or OFF.
-OPER_SET_UNKNOWN_OPTION
- Unknown option %s.
-OPER_SET_LIST_OPTION_ON
- %s is enabled
-OPER_SET_LIST_OPTION_OFF
- %s is disabled
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} server
-OPER_NOOP_SET
- All O:lines of %s have been removed.
-OPER_NOOP_REVOKE
- All O:lines of %s have been reset.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE servername [reason]
-OPER_JUPE_HOST_ERROR
- Please use a valid server name when juping
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Updating databases.
-
-# RELOAD responses
-OPER_RELOAD
- Services' configuration file has been reloaded.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN not defined; cannot restart. Rerun the \2configure\2 script and recompile Services to enable the RESTART command.
-
-# IGNORE respondes
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-OPER_IGNORE_VALID_TIME
- You have to enter a valid number as time.
-OPER_IGNORE_TIME_DONE
- %s will now be ignored for %s.
-OPER_IGNORE_PERM_DONE
- %s will now permanently be ignored.
-OPER_IGNORE_DEL_DONE
- %s will no longer be ignored.
-OPER_IGNORE_LIST
- Services ignore list:
-OPER_IGNORE_LIST_NOMATCH
- Nick %s not found on ignore list.
-OPER_IGNORE_LIST_EMPTY
- Ignore list is empty.
-OPER_IGNORE_LIST_CLEARED
- Ignore list has been cleared.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Could not find user %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Channel list:
- Name Users Modes Topic
-OPER_CHANLIST_HEADER_USER
- %s channel list:
- Name Users Modes Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- End of channel list.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Users list:
- Nick Mask
-OPER_USERLIST_HEADER_CHAN
- %s users list:
- Nick Mask
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- End of users list.
-
-OPER_SUPER_ADMIN_ON
- You are now a SuperAdmin
-OPER_SUPER_ADMIN_OFF
- You are no longer a SuperAdmin
-OPER_SUPER_ADMIN_SYNTAX
- Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)
-OPER_SUPER_ADMIN_WALL_ON
- %s is now a Super-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s is no longer a Super-Admin
-OPER_SUPER_ADMIN_ONLY
- Only Super-Admins can use this command.
-OPER_STAFF_LIST_HEADER
- On Level Nick
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Services are in Defcon mode, Please try again later.
-OPER_DEFCON_CHANGED
- Services are now at DEFCON %d
-OPER_DEFCON_WALL
- %s Changed the DEFCON level to %d
-DEFCON_GLOBAL
- The Defcon Level is now at Level: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Module %s loaded
-OPER_MODULE_UNLOADED
- Module %s unloaded
-OPER_MODULE_LOAD_FAIL
- Unable to load module %s
-OPER_MODULE_REMOVE_FAIL
- Unable to remove module %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD FileName
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD FileName
-OPER_MODULE_LIST_HEADER
- Current Module list:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules loaded.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Author: %s loaded: %s
-OPER_MODULE_CMD_LIST
- Providing command: %R%s %s
-OPER_MODULE_MSG_LIST
- Providing IRCD handler for: %s
-OPER_MODULE_NO_LIST
- No modules currently loaded
-OPER_MODULE_NO_INFO
- No information about module %s is available
-OPER_MODULE_INFO_SYNTAX
- MODINFO FileName
-MODULE_HELP_HEADER
- The following commands have been loaded by a module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+expiry] mask limit reason
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mask | list}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE num position
-OPER_EXCEPTION_DISABLED
- Session limiting is disabled.
-OPER_EXCEPTION_ALREADY_PRESENT
- Mask %s already present on exception list.
-OPER_EXCEPTION_TOO_MANY
- Session-limit exception list is full!
-OPER_EXCEPTION_ADDED
- Session limit for %s set to %d.
-OPER_EXCEPTION_MOVED
- Exception for %s (#%d) moved to position %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- No such entry (#%d) session-limit exception list.
-OPER_EXCEPTION_NOT_FOUND
- %s not found on session-limit exception list.
-OPER_EXCEPTION_NO_MATCH
- No matching entries on session-limit exception list.
-OPER_EXCEPTION_DELETED
- %s deleted from session-limit exception list.
-OPER_EXCEPTION_DELETED_ONE
- Deleted 1 entry from session-limit exception list.
-OPER_EXCEPTION_DELETED_SEVERAL
- Deleted %d entries from session-limit exception list.
-OPER_EXCEPTION_LIST_HEADER
- Current Session Limit Exception list:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Num Limit Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Limit: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Invalid session limit. It must be a valid integer greater than or equal to zero and less than %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Invalid hostmask. Only real hostmasks are valid as exceptions are not matched against nicks or usernames.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limit | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limit
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- Session limiting is disabled.
-OPER_SESSION_INVALID_THRESHOLD
- Invalid threshold value. It must be a valid integer greater than 1.
-OPER_SESSION_NOT_FOUND
- %s not found on session list.
-OPER_SESSION_LIST_HEADER
- Hosts with at least %d sessions:
-OPER_SESSION_LIST_COLHEAD
- Sessions Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- The host %s currently has %d sessions with a limit of %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Syntax: EXCEPTION ADD [+expiry] mask limit reason
- EXCEPTION DEL {mask | list}
- EXCEPTION MOVE num position
- EXCEPTION LIST [mask | list]
- EXCEPTION VIEW [mask | list]
-
- Allows Services Operators to manipulate the list of hosts that
- have specific session limits - allowing certain machines,
- such as shell servers, to carry more than the default number
- of clients at a time. Once a host reaches it's session limit,
- all clients attempting to connect from that host will be
- killed. Before the user is killed, they are notified, via a
- /NOTICE from %S, of a source of help regarding session
- limiting. The content of this notice is a config setting.
-
- EXCEPTION ADD adds the given host mask to the exception list.
- Note that nick!user@host and user@host masks are invalid!
- Only real host masks, such as box.host.dom and *.host.dom,
- are allowed because sessions limiting does not take nick or
- user names into account. limit must be a number greater than
- or equal to zero. This determines how many sessions this host
- may carry at a time. A value of zero means the host has an
- unlimited session limit. See the AKILL help for details about
- the format of the optional expiry parameter.
- EXCEPTION DEL removes the given mask from the exception list.
- EXCEPTION MOVE moves exception num to position. The
- exceptions inbetween will be shifted up or down to fill the gap.
- EXCEPTION LIST and EXCEPTION VIEW show all current
- exceptions; if the optional mask is given, the list is limited
- to those exceptions matching the mask. The difference is that
- EXCEPTION VIEW is more verbose, displaying the name of the
- person who added the exception, it's session limit, reason,
- host mask and the expiry date and time.
-
- Note that a connecting client will "use" the first exception
- their host matches. Large exception lists and widely matching
- exception masks are likely to degrade services' performance.
-
-OPER_HELP_SESSION
- Syntax: SESSION LIST threshold
- SESSION VIEW host
-
- Allows Services Operators to view the session list.
-
- SESSION LIST lists hosts with at least threshold sessions.
- The threshold must be a number greater than 1. This is to
- prevent accidental listing of the large number of single
- session hosts.
- SESSION VIEW displays detailed information about a specific
- host - including the current session count and session limit.
- The host value may not include wildcards.
-
- See the EXCEPTION help for more information about session
- limiting and how to set session limits specific to certain
- hosts and groups thereof.
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Displays all Services Staff nicks along with level
- and on-line status.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- The defcon system can be used to implement a pre-defined
- set of restrictions to services useful during an attempted
- attack on the network.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * No new channel registrations
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * No new nick registrations
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * No MLOCK changes
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Force Chan Modes (%s) to be set on all channels
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Use the reduced session limit of %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill any NEW clients connecting
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignore any non-opers with message
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Silently ignore non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL any new clients connecting
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * No new memos sent
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+expiry] channel reason
-
- Puts an AKILL for every nick on the specified channel. It
- uses the entire and complete real ident@host for every nick,
- then enforces the AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Logon News - %s] %s
-NEWS_OPER_TEXT
- [Oper News - %s] %s
-NEWS_RANDOM_TEXT
- [Random News - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [text|num]
-NEWS_LOGON_LIST_HEADER
- Logon news items:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_LOGON_LIST_NONE
- There is no logon news.
-NEWS_LOGON_ADD_SYNTAX
- Syntax: LOGONNEWS ADD text
-NEWS_LOGON_ADD_FULL
- News list is full!
-NEWS_LOGON_ADDED
- Added new logon news item (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Syntax: LOGONNEWS DEL {num | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Logon news item #%d not found!
-NEWS_LOGON_DELETED
- Logon news item #%d deleted.
-NEWS_LOGON_DEL_NONE
- No logon news items to delete!
-NEWS_LOGON_DELETED_ALL
- All logon news items deleted.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [text|num]
-NEWS_OPER_LIST_HEADER
- Oper news items:
-NEWS_OPER_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_OPER_LIST_NONE
- There is no oper news.
-NEWS_OPER_ADD_SYNTAX
- Syntax: OPERNEWS ADD text
-NEWS_OPER_ADD_FULL
- News list is full!
-NEWS_OPER_ADDED
- Added new oper news item (#%d).
-NEWS_OPER_DEL_SYNTAX
- Syntax: OPERNEWS DEL {num | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Oper news item #%d not found!
-NEWS_OPER_DELETED
- Oper news item #%d deleted.
-NEWS_OPER_DEL_NONE
- No oper news items to delete!
-NEWS_OPER_DELETED_ALL
- All oper news items deleted.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [text|num]
-NEWS_RANDOM_LIST_HEADER
- Random news items:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_RANDOM_LIST_NONE
- There is no random news.
-NEWS_RANDOM_ADD_SYNTAX
- Syntax: RANDOMNEWS ADD text
-NEWS_RANDOM_ADD_FULL
- News list is full!
-NEWS_RANDOM_ADDED
- Added new random news item (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Syntax: RANDOMNEWS DEL {num | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Random news item #%d not found!
-NEWS_RANDOM_DELETED
- Random news item #%d deleted.
-NEWS_RANDOM_DEL_NONE
- No random news items to delete!
-NEWS_RANDOM_DELETED_ALL
- All random news items deleted.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Syntax: RANDOMNEWS ADD text
- RANDOMNEWS DEL {num | ALL}
- RANDOMNEWS LIST
-
- Edits or displays the list of random news messages. When a
- user connects to the network, one (and only one) of the
- random news will be randomly chosen and sent to them.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-NICK_HELP_CMD_REGISTER
- REGISTER Register a nickname
-NICK_HELP_CMD_GROUP
- GROUP Join a group
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Identify yourself with your password
-NICK_HELP_CMD_ACCESS
- ACCESS Modify the list of authorized addresses
-NICK_HELP_CMD_SET
- SET Set options, including kill protection
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Cancel the registration of a nickname
-NICK_HELP_CMD_RECOVER
- RECOVER Kill another user who has taken your nick
-NICK_HELP_CMD_RELEASE
- RELEASE Regain custody of your nick after RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Forgot your password? Try this
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Retrieve the password for a nickname
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID Prevents a nickname from being registered
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S allows you to "register" a nickname and
- prevent others from using it. The following
- commands allow for registration and maintenance of
- nicknames; to use them, type %R%S command.
- For more information on a specific command, type
- %R%S HELP command.
-
-
-NICK_HELP_FOOTER
-
- NOTICE: This service is intended to provide a way for
- IRC users to ensure their identity is not compromised.
- It is NOT intended to facilitate "stealing" of
- nicknames or other malicious actions. Abuse of %S
- will result in, at minimum, loss of the abused
- nickname(s).
-
-NICK_HELP_EXPIRES
-
- Nicknames that are not used anymore are subject to
- the automatic expiration, i.e. they will be deleted
- after %d days if not used.
-
-NICK_HELP_REGISTER
- Syntax: REGISTER password [email]
-
- Registers your nickname in the %S database. Once
- your nick is registered, you can use the SET and ACCESS
- commands to configure your nick's settings as you like
- them. Make sure you remember the password you use when
- registering - you'll need it to make changes to your nick
- later. (Note that case matters! ANOPE, Anope, and
- anope are all different passwords!)
-
- Guidelines on choosing passwords:
-
- Passwords should not be easily guessable. For example,
- using your real name as a password is a bad idea. Using
- your nickname as a password is a much worse idea ;) and,
- in fact, %S will not allow it. Also, short
- passwords are vulnerable to trial-and-error searches, so
- you should choose a password at least 5 characters long.
- Finally, the space character cannot be used in passwords.
-
- The parameter email is optional and will set the email
- for your nick immediately. However, it may be required
- on certain networks.
- Your privacy is respected; this e-mail won't be given to
- any third-party person.
-
- This command also creates a new group for your nickname,
- that will allow you to register other nicks later sharing
- the same configuration, the same set of memos and the
- same channel privileges. For more information on this
- feature, type %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Syntax: GROUP target password
-
- This command makes your nickname join the target nickname's
- group. password is the password of the target nickname.
-
- Joining a group will allow you to share your configuration,
- memos, and channel privileges with all the nicknames in the
- group, and much more!
-
- A group exists as long as it is useful. This means that even
- if a nick of the group is dropped, you won't lose the
- shared things described above, as long as there is at
- least one nick remaining in the group.
-
- You can use this command even if you have not registered
- your nick yet. If your nick is already registered, you'll
- need to identify yourself before using this command. Type
- %R%S HELP IDENTIFY for more information. This
- last may be not possible on your IRC network.
-
- It is recommended to use this command with a non-registered
- nick because it will be registered automatically when
- using this command. You may use it with a registered nick (to
- change your group) only if your network administrators allowed
- it.
-
- You can only be in one group at a time. Group merging is
- not possible.
-
- Note: all the nicknames of a group have the same password.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Syntax: IDENTIFY [account] password
-
- Tells %S that you are really the owner of this
- nick. Many commands require you to authenticate yourself
- with this command before you use them. The password
- should be the same one you sent with the REGISTER
- command.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Updates your current status, i.e. it checks for new memos,
- sets needed chanmodes (ModeonID) and updates your vhost and
- your userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Syntax: LOGOUT
-
- This reverses the effect of the IDENTIFY command, i.e.
- make you not recognized as the real owner of the nick
- anymore. Note, however, that you won't be asked to reidentify
- yourself.
-
-NICK_HELP_DROP
- Syntax: DROP [nickname]
-
- Drops your nickname from the %S database. A nick
- that has been dropped is free for anyone to re-register.
-
- You may drop a nick within your group by passing it
- as the nick parameter.
-
- In order to use this command, you must first identify
- with your password (%R%S HELP IDENTIFY for more
- information).
-
-NICK_HELP_ACCESS
- Syntax: ACCESS ADD mask
- ACCESS DEL mask
- ACCESS LIST
-
- Modifies or displays the access list for your nick. This
- is the list of addresses which will be automatically
- recognized by %S as allowed to use the nick. If
- you want to use the nick from a different address, you
- need to send an IDENTIFY command to make %S
- recognize you.
-
- Examples:
-
- ACCESS ADD anyone@*.bepeg.com
- Allows access to user anyone from any machine in
- the bepeg.com domain.
-
- ACCESS DEL anyone@*.bepeg.com
- Reverses the previous command.
-
- ACCESS LIST
- Displays the current access list.
-
-NICK_HELP_SET_HEAD
- Syntax: SET option parameters
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Set the display of your group in Services
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Set your nickname password
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to you
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associate an E-mail address with your nickname
-NICK_HELP_CMD_SET_GREET
- GREET Associate a greet message with your nickname
-NICK_HELP_CMD_SET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Prevent your nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-
-NICK_HELP_SET_TAIL
- In order to use this command, you must first identify
- with your password (%R%S HELP IDENTIFY for more
- information).
-
- Type %R%S HELP SET option for more information
- on a specific option.
-
-NICK_HELP_SET_DISPLAY
- Syntax: SET DISPLAY new-display
-
- Changes the display used to refer to your nickname group in
- Services. The new display MUST be a nick of your group.
-
-NICK_HELP_SET_PASSWORD
- Syntax: SET PASSWORD new-password
-
- Changes the password used to identify you as the nick's
- owner.
-
-NICK_HELP_SET_LANGUAGE
- Syntax: SET LANGUAGE number
-
- Changes the language Services uses when sending messages to
- you (for example, when responding to a command you send).
- number should be chosen from the following list of
- supported languages:
-
-
-NICK_HELP_SET_EMAIL
- Syntax: SET EMAIL address
-
- Associates the given E-mail address with your nickname.
- This address will be displayed whenever someone requests
- information on the nickname with the INFO command.
-
-NICK_HELP_SET_GREET
- Syntax: SET GREET message
-
- Makes the given message the greet of your nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that you have the necessary
- access on it.
-
-NICK_HELP_SET_KILL
- Syntax: SET KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for your nick
- on or off. With protection on, if another user
- tries to take your nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SET_SECURE
- Syntax: SET SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SET_PRIVATE
- Syntax: SET PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for your nick.
- With PRIVATE set, your nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows your nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SET_HIDE
- Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on your
- nick. You can hide your E-mail address (EMAIL), last seen
- user@host mask (USERMASK), your services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SET_MSG
- Syntax: SET MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- you. With MSG set, Services will use messages, else they'll
- use notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_AUTOOP
- AUTOOP Turn autoop on or off
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Syntax: GHOST nickname [password]
-
- Terminates a "ghost" IRC session using your nick. A
- "ghost" session is one which is not actually connected,
- but which the IRC server believes is still online for one
- reason or another. Typically, this happens if your
- computer crashes or your Internet or modem connection
- goes down while you're on IRC.
-
- In order to use the GHOST command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_INFO
- Syntax: INFO nickname
-
- Displays information about the given nickname, such as
- the nick's owner, last seen address and time, and nick
- options.
-
-NICK_HELP_LIST
- Syntax: LIST pattern
-
- Lists all registered nicknames which match the given
- pattern, in nick!user@host format. Nicks with the
- PRIVATE option set will not be displayed.
-
- Examples:
-
- LIST *!joeuser@foo.com
- Lists all nicks owned by joeuser@foo.com.
-
- LIST *Bot*!*@*
- Lists all registered nicks with Bot in their
- names (case insensitive).
-
- LIST *!*@*.bar.org
- Lists all nicks owned by users in the bar.org
- domain.
-
-NICK_HELP_ALIST
- Syntax: ALIST [level]
-
- Lists all channels you have access on. Optionally, you can specify
- a level in XOP or ACCESS format. The resulting list will only
- include channels where you have the given level of access.
-
- Examples:
- ALIST Founder
- Lists all channels where you have Founder
- access.
-
- ALIST AOP
- Lists all channels where you have AOP
- access or greater.
-
- ALIST 10
- Lists all channels where you have level 10
- access or greater.
-
- Channels that have the NOEXPIRE option set will be
- prefixed by an exclamation mark.
-
-NICK_HELP_GLIST
- Syntax: GLIST
-
- Lists all nicks in your group.
-
-NICK_HELP_STATUS
- Syntax: STATUS nickname...
-
- Returns whether the user using the given nickname is
- recognized as the owner of the nickname. The response has
- this format:
-
- nickname status-code account
-
- where nickname is the nickname sent with the command,
- status-code is one of the following, and account
- is the account they are logged in as.
-
- 0 - no such user online or nickname not registered
- 1 - user not recognized as nickname's owner
- 2 - user recognized as owner via access list only
- 3 - user recognized as owner via password identification
-
- Up to sixteen nicknames may be sent with each command; the
- rest will be ignored. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Syntax: SENDPASS nickname
-
- Send the password of the given nickname to the e-mail address
- set in the nickname record. This command is really useful
- to deal with lost passwords.
-
- May be limited to IRC operators on certain networks.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
-
- Services Operators can also drop any nickname without needing
- to identify for the nick, and may view the access list for
- any nickname (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Syntax: LOGOUT [nickname [REVALIDATE]]
-
- Without a parameter, reverses the effect of the IDENTIFY
- command, i.e. make you not recognized as the real owner of the nick
- anymore. Note, however, that you won't be asked to reidentify
- yourself.
-
- With a parameter, does the same for the given nick. If you
- specify REVALIDATE as well, Services will ask the given nick
- to re-identify. This use limited to Services Operators.
-
-NICK_SERVADMIN_HELP_DROP
- Syntax: DROP [nickname]
-
- Without a parameter, drops your nickname from the
- %S database.
-
- With a parameter, drops the named nick from the database.
- You may drop any nick within your group without any
- special privileges. Dropping any nick is limited to
- Services Operators.
-
-NICK_SERVADMIN_HELP_LIST
- Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Lists all registered nicknames which match the given
- pattern, in nick!user@host format. Nicks with the PRIVATE
- option set will only be displayed to Services Operators. Nicks
- with the NOEXPIRE option set will have a ! appended to
- the nickname for Services Operators.
-
- If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only
- nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the
- NOEXPIRE flag set will be displayed. If multiple options are
- given, all nicks matching at least one option will be displayed.
- These options are limited to Services Operators.
-
- Examples:
-
- LIST *!joeuser@foo.com
- Lists all registered nicks owned by joeuser@foo.com.
-
- LIST *Bot*!*@*
- Lists all registered nicks with Bot in their
- names (case insensitive).
-
- LIST * NOEXPIRE
- Lists all registered nicks which have been set to
- not expire.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [nickname] [level]
-
- With no parameters, lists channels you have access on. With
- one parameter, lists channels that nickname has access
- on. With two parameters lists channels that nickname has
- level access or greater on.
-
- This use limited to Services Operators.
-
-NICK_SERVADMIN_HELP_GLIST
- Syntax: GLIST [nickname]
-
- Without a parameter, lists all nicknames that are in
- your group.
-
- With a parameter, lists all nicknames that are in the
- group of the given nick.
- This use limited to Services Operators.
-
-NICK_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS nickname
-
- Returns the password for the given nickname. Note that
- whenever this command is used, a message including the
- person who issued the command and the nickname it was used
- on will be logged and sent out as a WALLOPS/GLOBOPS.
-
- This command is unavailable when encryption is enabled.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Returns the matching nicks that used given email. Note that
- you can not use wildcards for either user or emailhost. Whenever
- this command is used, a message including the person who issued
- the command and the email it was used on will be logged.
-
-NICK_SERVADMIN_HELP_FORBID
- Syntax: FORBID nickname [reason]
-
- Disallows a nickname from being registered or used by
- anyone. May be cancelled by dropping the nick.
-
- On certain networks, reason is required.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason
-
- SUSPENDs a nickname from being used.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-CHAN_HELP_CMD_GETPASS
- GETPASS Retrieve the founder password for a channel
-CHAN_HELP_CMD_FORBID
- FORBID Prevent a channel from being used
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Prevent a channel from being used preserving
- channel data and settings
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Releases a suspended channel
-CHAN_HELP_CMD_STATUS
- STATUS Returns the current access level of a user
- on a channel
-CHAN_HELP_CMD_REGISTER
- REGISTER Register a channel
-CHAN_HELP_CMD_SET
- SET Set channel options and information
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modify the list of AOP users
-CHAN_HELP_CMD_SOP
- SOP Modify the list of SOP users
-CHAN_HELP_CMD_ACCESS
- ACCESS Modify the list of privileged users
-CHAN_HELP_CMD_LEVELS
- LEVELS Redefine the meanings of access levels
-CHAN_HELP_CMD_AKICK
- AKICK Maintain the AutoKick list
-CHAN_HELP_CMD_DROP
- DROP Cancel the registration of a channel
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- %S allows you to register and control various
- aspects of channels. %S can often prevent
- malicious users from "taking over" channels by limiting
- who is allowed channel operator privileges. Available
- commands are listed below; to use them, type
- %R%S command. For more information on a
- specific command, type %R%S HELP command.
-
-
-CHAN_HELP_EXPIRES
-
- Note that any channel which is not used for %d days
- (i.e. which no user on the channel's access list enters
- for that period of time) will be automatically dropped.
-
-CHAN_HELP_REGISTER
- Syntax: REGISTER channel description
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Syntax: DROP channel
-
- Unregisters the named channel. Can only be used by
- channel founder.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Syntax: SET channel option parameters
-
- Allows the channel founder to set various channel options
- and other information.
-
- Available options:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Set the founder of a channel
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Set the successor for a channel
-CHAN_HELP_CMD_SET_DESC
- DESC Set the channel description
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Set a message to be sent to users when they
- enter the channel
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Set how Services make bans on the channel
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Lock channel modes on or off
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Retain topic when channel is not in use
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Send a notice when OP/DEOP commands are used
-CHAN_HELP_CMD_SET_PEACE
- PEACE Regulate the use of critical commands
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Hide channel from LIST command
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Restrict access to the channel
-CHAN_HELP_CMD_SET_SECURE
- SECURE Activate %S security features
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Stricter control of chanop status
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Stricter control of channel founder status
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Sign kicks that are done with KICK command
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Topic can only be changed with TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Toggle the user privilege system
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Type %R%S HELP SET option for more information on a
- particular option.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Syntax: %s channel FOUNDER nick
-
- Changes the founder of a channel. The new nickname must
- be a registered one.
-
-CHAN_HELP_SET_SUCCESSOR
- Syntax: %s channel SUCCESSOR nick
-
- Changes the successor of a channel. If the founder's
- nickname expires or is dropped while the channel is still
- registered, the successor will become the new founder of the
- channel. However, if the successor already has too many
- channels registered (%d), the channel will be dropped
- instead, just as if no successor had been set. The new
- nickname must be a registered one.
-
-CHAN_HELP_SET_DESC
- Syntax: %s channel DESC description
-
- Sets the description for the channel, which shows up with
- the LIST and INFO commands.
-
-CHAN_HELP_SET_ENTRYMSG
- Syntax: %s channel ENTRYMSG [message]
-
- Sets the message which will be sent via /notice to users
- when they enter the channel. If no parameter is given,
- causes no message to be sent upon entering the channel.
-
-CHAN_HELP_SET_BANTYPE
- Syntax: %s channel BANTYPE bantype
-
- Sets the ban type that will be used by services whenever
- they need to ban someone from your channel.
-
- bantype is a number between 0 and 3 that means:
-
- 0: ban in the form *!user@host
- 1: ban in the form *!*user@host
- 2: ban in the form *!*@host
- 3: ban in the form *!*user@*.domain
-
-CHAN_HELP_SET_KEEPTOPIC
- Syntax: %s channel KEEPTOPIC {ON | OFF}
-
- Enables or disables the topic retention option for a
- channel. When topic retention is set, the topic for the
- channel will be remembered by %S even after the
- last user leaves the channel, and will be restored the
- next time the channel is created.
-
-CHAN_HELP_SET_TOPICLOCK
- Syntax: %s channel TOPICLOCK {ON | OFF}
-
- Enables or disables the topic lock option for a channel.
- When topic lock is set, %S will not allow the
- channel topic to be changed except via the TOPIC
- command.
-
-CHAN_HELP_SET_MLOCK
- Syntax: %s channel MLOCK modes
-
- Sets the mode-lock parameter for the channel. %S
- allows you to define certain channel modes to be always
- on, off or free to be either on or off.
-
- The modes parameter is constructed exactly the same way
- as a /MODE command; that is, modes followed by a + are
- locked on, and modes followed by a - are locked off. Note,
- however, that unlike the /MODE command, each use of
- SET MLOCK will remove all modes previously locked before
- setting the new!
-
- Warning: If you set a mode-locked key, as in the second
- example below, you should also set the RESTRICTED option for
- the channel (see HELP SET RESTRICTED), or anyone entering
- the channel when it is empty will be able to see the key!
-
- Examples:
-
- SET #channel MLOCK +nt-iklps
- Forces modes n and t on, and modes i, k, l, p, and
- s off. Mode m is left free to be either on or off.
-
- SET #channel MLOCK +knst-ilmp my-key
- Forces modes k, n, s, and t on, and modes i, l, m,
- and p off. Also forces the channel key to be
- "my-key".
-
- SET #channel MLOCK +
- Removes the mode lock; all channel modes are free
- to be either on or off.
-
-CHAN_HELP_SET_PEACE
- Syntax: %s channel PEACE {ON | OFF}
-
- Enables or disables the peace option for a channel.
- When peace is set, a user won't be able to kick,
- ban or remove a channel status of a user that has
- a level superior or equal to his via %S commands.
-
-CHAN_HELP_SET_PRIVATE
- Syntax: %s channel PRIVATE {ON | OFF}
-
- Enables or disables the private option for a channel.
- When private is set, a %R%S LIST will not
- include the channel in any lists.
-
-CHAN_HELP_SET_RESTRICTED
- Syntax: %s channel RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Syntax: %s channel SECURE {ON | OFF}
-
- Enables or disables %S's security features for a
- channel. When SECURE is set, only users who have
- registered their nicknames with %s and IDENTIFY'd
- with their password will be given access to the channel
- as controlled by the access list.
-
-CHAN_HELP_SET_SECUREOPS
- Syntax: %s channel SECUREOPS {ON | OFF}
-
- Enables or disables the secure ops option for a channel.
- When secure ops is set, users who are not on the userlist
- will not be allowed chanop status.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Syntax: %s channel SECUREFOUNDER {ON | OFF}
-
- Enables or disables the secure founder option for a channel.
- When secure founder is set, only the real founder will be
- able to drop the channel, change its password, its founder and its
- successor, and not those who have founder level access through
- the access/qop command.
-
-CHAN_HELP_SET_SIGNKICK
- Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}
-
- Enables or disables signed kicks for a
- channel. When SIGNKICK is set, kicks issued with
- %S KICK command will have the nick that used the
- command in their reason.
-
- If you use LEVEL, those who have a level that is superior
- or equal to the SIGNKICK level on the channel won't have their
- kicks signed. See %R%S HELP LEVELS for more information.
-
-CHAN_HELP_SET_XOP
- Syntax: %s channel XOP {ON | OFF}
-
- Enables or disables the xOP lists system for a channel.
- When XOP is set, you have to use the AOP/SOP/VOP
- commands in order to give channel privileges to
- users, else you have to use the ACCESS command.
-
- Technical Note: when you switch from access list to xOP
- lists system, your level definitions and user levels will be
- changed, so you won't find the same values if you
- switch back to access system!
-
- You should also check that your users are in the good xOP
- list after the switch from access to xOP lists, because the
- guess is not always perfect... in fact, it is not recommended
- to use the xOP lists if you changed level definitions with
- the LEVELS command.
-
- Switching from xOP lists system to access list system
- causes no problem though.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Syntax: %s channel OPNOTICE {ON | OFF}
-
- Enables or disables the op-notice option for a channel.
- When op-notice is set, %S will send a notice to the
- channel whenever the OP or DEOP commands are used for a user
- in the channel.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Syntax: AOP channel ADD nick
- AOP channel DEL {nick | entry-num | list}
- AOP channel LIST [mask | list]
- AOP channel CLEAR
-
- Maintains the AOP (AutoOP) list for a channel. The AOP
- list gives users the right to be auto-opped on your channel,
- to unban or invite themselves if needed, to have their
- greet message showed on join, and so on.
-
- The AOP ADD command adds the given nickname to the
- AOP list.
-
- The AOP DEL command removes the given nick from the
- AOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The AOP LIST command displays the AOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- AOP #channel LIST 2-5,7-9
- Lists AOP entries numbered 2 through 5 and
- 7 through 9.
-
- The AOP CLEAR command clears all entries of the
- AOP list.
-
- The AOP ADD and AOP DEL commands are limited to
- SOPs or above, while the AOP CLEAR command can only
- be used by the channel founder. However, any user on the
- AOP list may use the AOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_HOP
- Syntax: HOP channel ADD nick
- HOP channel DEL {nick | entry-num | list}
- HOP channel LIST [mask | list]
- HOP channel CLEAR
-
- Maintains the HOP (HalfOP) list for a channel. The HOP
- list gives users the right to be auto-halfopped on your
- channel.
-
- The HOP ADD command adds the given nickname to the
- HOP list.
-
- The HOP DEL command removes the given nick from the
- HOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The HOP LIST command displays the HOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- HOP #channel LIST 2-5,7-9
- Lists HOP entries numbered 2 through 5 and
- 7 through 9.
-
- The HOP CLEAR command clears all entries of the
- HOP list.
-
- The HOP ADD, HOP DEL and HOP LIST commands are
- limited to AOPs or above, while the HOP CLEAR command
- can only be used by the channel founder.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_SOP
- Syntax: SOP channel ADD nick
- SOP channel DEL {nick | entry-num | list}
- SOP channel LIST [mask | list]
- SOP channel CLEAR
-
- Maintains the SOP (SuperOP) list for a channel. The SOP
- list gives users all rights given by the AOP list, and adds
- those needed to use the AutoKick and the BadWords lists,
- to send and read channel memos, and so on.
-
- The SOP ADD command adds the given nickname to the
- SOP list.
-
- The SOP DEL command removes the given nick from the
- SOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The SOP LIST command displays the SOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- SOP #channel LIST 2-5,7-9
- Lists AOP entries numbered 2 through 5 and
- 7 through 9.
-
- The SOP CLEAR command clears all entries of the
- SOP list.
-
- The SOP ADD, SOP DEL and SOP CLEAR commands are
- limited to the channel founder. However, any user on the
- AOP list may use the SOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_VOP
- Syntax: VOP channel ADD nick
- VOP channel DEL {nick | entry-num | list}
- VOP channel LIST [mask | list]
- VOP channel CLEAR
-
- Maintains the VOP (VOicePeople) list for a channel.
- The VOP list allows users to be auto-voiced and to voice
- themselves if they aren't.
-
- The VOP ADD command adds the given nickname to the
- VOP list.
-
- The VOP DEL command removes the given nick from the
- VOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The VOP LIST command displays the VOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- VOP #channel LIST 2-5,7-9
- Lists VOP entries numbered 2 through 5 and
- 7 through 9.
-
- The VOP CLEAR command clears all entries of the
- VOP list.
-
- The VOP ADD, VOP DEL and VOP LIST commands are
- limited to AOPs or above, while the VOP CLEAR command
- can only be used by the channel founder.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_ACCESS
- Syntax: ACCESS channel ADD nick level
- ACCESS channel DEL {nick | entry-num | list}
- ACCESS channel LIST [mask | list]
- ACCESS channel VIEW [mask | list]
- ACCESS channel CLEAR
-
- Maintains the access list for a channel. The access
- list specifies which users are allowed chanop status or
- access to %S commands on the channel. Different
- user levels allow for access to different subsets of
- privileges; %R%S HELP ACCESS LEVELS for more
- specific information. Any nick not on the access list has
- a user level of 0.
-
- The ACCESS ADD command adds the given nickname to the
- access list with the given user level; if the nick is
- already present on the list, its access level is changed to
- the level specified in the command. The level specified
- must be less than that of the user giving the command, and
- if the nick is already on the access list, the current
- access level of that nick must be less than the access level
- of the user giving the command.
-
- The ACCESS DEL command removes the given nick from the
- access list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The ACCESS LIST command displays the access list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- ACCESS #channel LIST 2-5,7-9
- Lists access entries numbered 2 through 5 and
- 7 through 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- The ACCESS CLEAR command clears all entries of the
- access list.
-
-CHAN_HELP_ACCESS_LEVELS
- User access levels
-
- By default, the following access levels are defined:
-
- Founder Full access to %S functions; automatic
- opping upon entering channel. Note
- that only one person may have founder
- status (it cannot be given using the
- ACCESS command).
-  10 Access to AKICK command; automatic opping.
-  5 Automatic opping.
-  3 Automatic voicing.
-  0 No special privileges; can be opped by other
- ops (unless secure-ops is set).
-  <0 May not be opped.
-
- These levels may be changed, or new ones added, using the
- LEVELS command; type %R%S HELP LEVELS for
- information.
-
-CHAN_HELP_AKICK
- Syntax: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK channel ENFORCE
- AKICK channel CLEAR
-
- Maintains the AutoKick list for a channel. If a user
- on the AutoKick list attempts to join the channel,
- %S will ban that user from the channel, then kick
- the user.
-
- The AKICK ADD command adds the given nick or usermask
- to the AutoKick list. If a reason is given with
- the command, that reason will be used when the user is
- kicked; if not, the default reason is "You have been
- banned from the channel".
- When akicking a registered nick the nickserv account
- will be added to the akick list instead of the mask.
- All users within that nickgroup will then be akicked.
-
- The AKICK STICK command permanently bans the given mask
- on the channel. If someone tries to remove the ban, %S
- will automatically set it again. You can't use it for
- registered nicks.
-
- The AKICK UNSTICK command cancels the effect of the
- AKICK STICK command, so you'll be able to unset the
- ban again on the channel.
-
- The AKICK DEL command removes the given nick or mask
- from the AutoKick list. It does not, however, remove any
- bans placed by an AutoKick; those must be removed
- manually.
-
- The AKICK LIST command displays the AutoKick list, or
- optionally only those AutoKick entries which match the
- given mask.
-
- The AKICK VIEW command is a more verbose version of
- AKICK LIST command.
-
- The AKICK ENFORCE command causes %S to enforce the
- current AKICK list by removing those users who match an
- AKICK mask.
-
- The AKICK CLEAR command clears all entries of the
- akick list.
-
-CHAN_HELP_LEVELS
- Syntax: LEVELS channel SET type level
- LEVELS channel {DIS | DISABLE} type
- LEVELS channel LIST
- LEVELS channel RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- The following feature/function names are understood. Note
- that the levels for AUTODEOP and NOJOIN are maximum levels,
- while all others are minimum levels.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Syntax: INFO channel
-
- Lists information about the named registered channel,
- including its founder, time of registration, last time
- used, description, and mode lock, if any. If ALL is
- specified, the entry message and successor will also
- be displayed.
-
-CHAN_HELP_LIST
- Syntax: LIST pattern
-
- Lists all registered channels matching the given pattern.
- (Channels with the PRIVATE option set are not listed.)
- Note that a preceding '#' specifies a range, channel names
- are to be written without '#'.
-
-CHAN_HELP_OP
- Syntax: OP #channel [nick]
-
- Ops a selected nick on a channel. If nick is not given,
- it will op you.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel.
-
-CHAN_HELP_DEOP
- Syntax: DEOP #channel [nick]
-
- Deops a selected nick on a channel. If nick is not given,
- it will deop you.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel.
-
-CHAN_HELP_VOICE
- Syntax: VOICE #channel [nick]
-
- Voices a selected nick on a channel. If nick is not given,
- it will voice you.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel, or to VOPs or those with level 3
- and above for self voicing.
-
-CHAN_HELP_DEVOICE
- Syntax: DEVOICE #channel [nick]
-
- Devoices a selected nick on a channel. If nick is not given,
- it will devoice you.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel, or to VOPs or those with level 3
- and above for self devoicing.
-
-CHAN_HELP_HALFOP
- Syntax: HALFOP #channel [nick]
-
- Halfops a selected nick on a channel. If nick is not given,
- it will halfop you.
-
- By default, limited to AOPs and those with level 5 access
- and above on the channel, or to HOPs or those with level 4
- and above for self halfopping.
-
-CHAN_HELP_DEHALFOP
- Syntax: DEHALFOP #channel [nick]
-
- Dehalfops a selected nick on a channel. If nick is not given,
- it will dehalfop you.
-
- By default, limited to AOPs and those with level 5 access
- and above on the channel, or to HOPs or those with level 4
- and above for self dehalfopping.
-
-CHAN_HELP_PROTECT
- Syntax: PROTECT #channel [nick]
-
- Protects a selected nick on a channel. If nick is not given,
- it will protect you.
-
- By default, limited to the founder, or to SOPs or those with
- level 10 and above on the channel for self protecting.
-
-CHAN_HELP_DEPROTECT
- Syntax: DEPROTECT #channel [nick]
-
- Deprotects a selected nick on a channel. If nick is not given,
- it will deprotect you.
-
- By default, limited to the founder, or to SOPs or those with
- level 10 and above on the channel for self deprotecting.
-
-CHAN_HELP_OWNER
- Syntax: OWNER #channel
-
- Gives you owner status on channel.
-
- Limited to those with founder access on the channel.
-
-CHAN_HELP_DEOWNER
- Syntax: DEOWNER #channel
-
- Removes your owner status on channel.
-
- Limited to those with founder access on the channel.
-
-CHAN_HELP_INVITE
- Syntax: INVITE channel
-
- Tells %S to invite you into the given channel.
-
- By default, limited to AOPs or those with level 5 and above
- on the channel.
-
-CHAN_HELP_UNBAN
- Syntax: UNBAN channel [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- By default, limited to AOPs or those with level 5 and above
- on the channel.
-
-CHAN_HELP_KICK
- Syntax: KICK #channel nick [reason]
-
- Kicks a selected nick on a channel.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel.
-
-CHAN_HELP_BAN
- Syntax: BAN #channel nick [reason]
-
- Bans a selected nick on a channel.
-
- By default, limited to AOPs or those with level 5 access
- and above on the channel.
-
-CHAN_HELP_TOPIC
- Syntax: TOPIC channel [topic]
-
- Causes %S to set the channel topic to the one
- specified. If topic is not given, then an empty topic
- is set. This command is most useful in conjunction
- with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK
- for more information.
-
- By default, limited to those with founder access on the
- channel.
-
-CHAN_HELP_CLEAR
- Syntax: CLEAR channel what
-
- Tells %S to clear certain settings on a channel. what
- can be any of the following:
-
- MODES Resets all modes on the channel (i.e. clears
- modes i,k,l,m,n,p,s,t).
- BANS Clears all bans on the channel.
- EXCEPTS Clears all excepts on the channel.
- INVITES Clears all invites on the channel.
- OPS Removes channel-operator status (mode +o) from
- all channel operators. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Removes channel-halfoperator status (mode +h) from
- all channel halfoperators, if supported.
- VOICES Removes "voice" status (mode +v) from anyone
- with that mode set.
- USERS Removes (kicks) all users from the channel.
-
- By default, limited to those with founder access on the
- channel.
-
-CHAN_HELP_GETKEY
- Syntax: GETKEY channel
-
- Returns the key of the given channel.
-
-CHAN_SERVADMIN_HELP
-
- Services Operators can also drop any channel without needing
- to identify via password, and may view the access, AKICK,
- and level setting lists for any channel.
-
-CHAN_SERVADMIN_HELP_DROP
- Syntax: DROP channel
-
- Unregisters the named channel. Only Services Operators
- can drop a channel for which they have not identified.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Syntax: SET channel NOEXPIRE {ON | OFF}
-
- Sets whether the given channel will expire. Setting this
- to ON prevents the channel from expiring.
-
-CHAN_SERVADMIN_HELP_LIST
- Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Lists all registered channels matching the given pattern.
- Channels with the PRIVATE option set will only be displayed
- to Services Operators. Channels with the NOEXPIRE option set
- will have a ! appended to the channel name for Services Operators.
-
- If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only
- channels which, respectively, are FORBIDden, SUSPENDed or have
- the NOEXPIRE flag set will be displayed. If multiple options are
- given, more types of channels will be displayed. These options are
- limited to Services Operators.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS channel
-
- Returns the password for the given channel. Note that
- whenever this command is used, a message including the
- person who issued the command and the channel it was used
- on will be logged and sent out as a WALLOPS/GLOBOPS.
-
-CHAN_SERVADMIN_HELP_FORBID
- Syntax: FORBID channel [reason]
-
- Disallows anyone from registering or using the given
- channel. May be cancelled by dropping the channel.
-
- Reason may be required on certain networks.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND channel [reason]
-
- Disallows anyone from registering or using the given
- channel. May be cancelled by using the UNSUSPEND
- command to preserve all previous channel data/settings.
-
- Reason may be required on certain networks.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND channel
-
- Releases a suspended channel. All data and settings
- are preserved from before the suspension.
-
-CHAN_SERVADMIN_HELP_STATUS
- Syntax: STATUS channel nickname
-
- Returns the current access level of the given nick on the
- given channel. The reply is of the form:
-
- STATUS channel nickname access-level
-
- If an error occurs, the reply will be in the form:
-
- STATUS ERROR error-message
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND Send a memo to a nick or channel
-MEMO_HELP_CMD_CANCEL
- CANCEL Cancel last memo you sent
-MEMO_HELP_CMD_LIST
- LIST List your memos
-MEMO_HELP_CMD_READ
- READ Read a memo or memos
-MEMO_HELP_CMD_DEL
- DEL Delete a memo or memos
-MEMO_HELP_CMD_SET
- SET Set options related to memos
-MEMO_HELP_CMD_INFO
- INFO Displays information about your memos
-MEMO_HELP_CMD_RSEND
- RSEND Sends a memo and requests a read receipt
-MEMO_HELP_CMD_CHECK
- CHECK Checks if last memo to a nick was read
-MEMO_HELP_CMD_SENDALL
- SENDALL Send a memo to all registered users
-MEMO_HELP_CMD_STAFF
- STAFF Send a memo to all opers/admins
-
-MEMO_HELP_HEADER
- %S is a utility allowing IRC users to send short
- messages to other IRC users, whether they are online at
- the time or not, or to channels(*). Both the sender's
- nickname and the target nickname or channel must be
- registered in order to send a memo.
-
- %S's commands include:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-
-MEMO_HELP_FOOTER
-
- Type %R%S HELP command for help on any of the
- above commands.
-
- (*) By default, any user with at least level 10 access on a
- channel can read that channel's memos. This can be
- changed with the %s LEVELS command.
-
-MEMO_HELP_SEND
- Syntax: SEND {nick | channel} memo-text
-
- Sends the named nick or channel a memo containing
- memo-text. When sending to a nickname, the recipient will
- receive a notice that he/she has a new memo. The target
- nickname/channel must be registered.
-
-MEMO_HELP_CANCEL
- Syntax: CANCEL {nick | channel}
-
- Cancels the last memo you sent to the given nick or channel,
- provided it has not been read at the time you use the command.
-
-MEMO_HELP_LIST
- Syntax: LIST [channel] [list | NEW]
-
- Lists any memos you currently have. With NEW, lists only
- new (unread) memos. Unread memos are marked with a "*"
- to the left of the memo number. You can also specify a list
- of numbers, as in the example below:
-
- LIST 2-5,7-9
- Lists memos numbered 2 through 5 and 7 through 9.
-
-MEMO_HELP_READ
- Syntax: READ [channel] {num | list | LAST | NEW}
-
- Sends you the text of the memos specified. If LAST is
- given, sends you the memo you most recently received. If
- NEW is given, sends you all of your new memos. Otherwise,
- sends you memo number num. You can also give a list of
- numbers, as in this example:
-
- READ 2-5,7-9
- Displays memos numbered 2 through 5 and 7 through 9.
-
-MEMO_HELP_DEL
- Syntax: DEL [channel] {num | list | LAST | ALL}
-
- Deletes the specified memo or memos. You can supply
- multiple memo numbers or ranges of numbers instead of a
- single number, as in the second example below.
-
- If LAST is given, the last memo will be deleted.
- If ALL is given, deletes all of your memos.
-
- Examples:
-
- DEL 1
- Deletes your first memo.
-
- DEL 2-5,7-9
- Deletes memos numbered 2 through 5 and 7 through 9.
-
-MEMO_HELP_SET
- Syntax: SET option parameters
-
- Sets various memo options. option can be one of:
-
- NOTIFY Changes when you will be notified about
- new memos (only for nicknames)
- LIMIT Sets the maximum number of memos you can
- receive
-
- Type %R%S HELP SET option for more information
- on a specific option.
-
-MEMO_HELP_SET_NOTIFY
- Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Changes when you will be notified about new memos:
-
- ON You will be notified of memos when you log on,
- when you unset /AWAY, and when they are sent
- to you.
- LOGON You will only be notified of memos when you log
- on or when you unset /AWAY.
- NEW You will only be notified of memos when they
- are sent to you.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF You will not receive any notification of memos.
-
- ON is essentially LOGON and NEW combined.
-
-MEMO_HELP_SET_LIMIT
- Syntax: SET LIMIT [channel] limit
-
- Sets the maximum number of memos you (or the given channel)
- are allowed to have. If you set this to 0, no one will be
- able to send any memos to you. However, you cannot set
- this any higher than %d.
-
-MEMO_HELP_INFO
- Syntax: INFO [channel]
-
- Displays information on the number of memos you have, how
- many of them are unread, and how many total memos you can
- receive. With a parameter, displays the same information
- for the given channel.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]
-
- Sets the maximum number of memos a user or channel is
- allowed to have. Setting the limit to 0 prevents the user
- from receiving any memos; setting it to NONE allows the
- user to receive and keep as many memos as they want. If
- you do not give a nickname or channel, your own limit is
- set.
-
- Adding HARD prevents the user from changing the limit. Not
- adding HARD has the opposite effect, allowing the user to
- change the limit (even if a previous limit was set with
- HARD).
-
- This use of the SET LIMIT command is limited to Services
- admins. Other users may only enter a limit for themselves
- or a channel on which they have such privileges, may not
- remove their limit, may not set a limit above %d, and may
- not set a hard limit.
-
-MEMO_SERVADMIN_HELP_INFO
- Syntax: INFO [nick | channel]
-
- Without a parameter, displays information on the number of
- memos you have, how many of them are unread, and how many
- total memos you can receive.
-
- With a channel parameter, displays the same information for
- the given channel.
-
- With a nickname parameter, displays the same information
- for the given nickname. This use limited to Services
- admins.
-
-MEMO_HELP_STAFF
- Syntax: STAFF memo-text
-
- Sends all services staff a memo containing memo-text.
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL memo-text
-
- Sends all registered users a memo containing memo-text.
-
-MEMO_HELP_RSEND
- Syntax: RSEND {nick | channel} memo-text
-
- Sends the named nick or channel a memo containing
- memo-text. When sending to a nickname, the recipient will
- receive a notice that he/she has a new memo. The target
- nickname/channel must be registered.
- Once the memo is read by its recipient, an automatic notification
- memo will be sent to the sender informing him/her that the memo
- has been read.
-
-MEMO_HELP_CHECK
- Syntax: CHECK nick
-
- Checks whether the _last_ memo you sent to nick has been read
- or not. Note that this does only work with nicks, not with chans.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-OPER_HELP_CMD_GLOBAL
- GLOBAL Send a message to all users
-OPER_HELP_CMD_STATS
- STATS Show status of Services and network
-OPER_HELP_CMD_STAFF
- STAFF Display Services staff and online status
-OPER_HELP_CMD_MODE
- MODE Change a channel's modes
-OPER_HELP_CMD_KICK
- KICK Kick a user from a channel
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Clear modes of a channel
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Kill all users that have a certain host
-OPER_HELP_CMD_AKILL
- AKILL Manipulate the AKILL list
-OPER_HELP_CMD_SNLINE
- SNLINE Manipulate the SNLINE list
-OPER_HELP_CMD_SQLINE
- SQLINE Manipulate the SQLINE list
-OPER_HELP_CMD_SZLINE
- SZLINE Manipulate the SZLINE list
-OPER_HELP_CMD_CHANLIST
- CHANLIST Lists all channel records
-OPER_HELP_CMD_USERLIST
- USERLIST Lists all user records
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Define messages to be shown to users at logon
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Define messages to be randomly shown to users
- at logon
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Define messages to be shown to users who oper
-OPER_HELP_CMD_SESSION
- SESSION View the list of host sessions
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modify the session-limit exception list
-OPER_HELP_CMD_NOOP
- NOOP Temporarily remove all O:lines of a server
- remotely
-
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" a server
-OPER_HELP_CMD_IGNORE
- IGNORE Modify the Services ignore list
-OPER_HELP_CMD_SET
- SET Set various global Services options
-OPER_HELP_CMD_RELOAD
- RELOAD Reload services' configuration file
-OPER_HELP_CMD_UPDATE
- UPDATE Force the Services databases to be
- updated on disk immediately
-OPER_HELP_CMD_RESTART
- RESTART Save databases and restart Services
-OPER_HELP_CMD_QUIT
- QUIT Terminate the Services program with no save
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Terminate the Services program with save
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Give Operflags to a certain user
-OPER_HELP_CMD_UMODE
- UMODE Change a user's modes
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Load a module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Un-Load a module
-OPER_HELP_CMD_MODINFO
- MODINFO Info about a loaded module
-OPER_HELP_CMD_MODLIST
- MODLIST List loaded modules
-
-OPER_HELP
- %S commands:
-
-OPER_HELP_LOGGED
- Notice: All commands sent to %S are logged!
-
-OPER_HELP_GLOBAL
- Syntax: GLOBAL message
-
- Allows Administrators to send messages to all users on the
- network. The message will be sent from the nick %s.
-
-OPER_HELP_STATS
- Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]
-
- Without any option, shows the current number of users and
- IRCops online (excluding Services), the highest number of
- users online since Services was started, and the length of
- time Services has been running.
-
- With the AKILL option, displays the current size of the
- AKILL list and the current default expiry time.
-
- The RESET option currently resets the maximum user count
- to the number of users currently present on the network.
-
- The MEMORY option displays information on the memory
- usage of Services. Using this option can freeze Services for
- a short period of time on large networks; don't overuse it!
-
- The UPLINK option displays information about the current
- server Anope uses as an uplink to the network.
-
- The ALL displays the user and uptime statistics, and
- everything you'd see with MEMORY and UPLINK options.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted.
- To make Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Syntax: MODE channel modes
-
- Allows Services operators to set channel modes for any
- channel. Parameters are the same as for the standard /MODE
- command.
-
-OPER_HELP_UMODE
- Syntax: UMODE user modes
-
- Allows Services Opers to set user modes for any user.
- Parameters are the same as for the standard /MODE
- command.
-
-OPER_HELP_OLINE
- Syntax: OLINE user flags
-
- Allows Services Opers to give Operflags to any user.
- Flags have to be prefixed with a "+" or a "-". To
- remove all flags simply type a "-" instead of any flags.
-
-OPER_HELP_CLEARMODES
- Syntax: CLEARMODES channel [ALL]
-
- Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a
- channel. If ALL is given, also clears all ops and
- voices (+o and +v modes) from the channel.
-
-OPER_HELP_KICK
- Syntax: KICK channel user reason
-
- Allows staff to kick a user from any channel.
- Parameters are the same as for the standard /KICK
- command. The kick message will have the nickname of the
- IRCop sending the KICK command prepended; for example:
-
- *** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick newnick
-
- Forcefully changes a user's nickname from nick to newnick.
-
-OPER_HELP_AKILL
- Syntax: AKILL ADD [+expiry] mask reason
- AKILL DEL {mask | entry-num | list}
- AKILL LIST [mask | list]
- AKILL VIEW [mask | list]
- AKILL CLEAR
-
- Allows Services operators to manipulate the AKILL list. If
- a user matching an AKILL mask attempts to connect, Services
- will issue a KILL for that user and, on supported server
- types, will instruct all servers to add a ban (K-line) for
- the mask which the user matched.
-
- AKILL ADD adds the given user@host/ip mask to the AKILL
- list for the given reason (which must be given).
- expiry is specified as an integer followed by one of d
- (days), h (hours), or m (minutes). Combinations (such as
- 1h30m) are not permitted. If a unit specifier is not
- included, the default is days (so +30 by itself means 30
- days). To add an AKILL which does not expire, use +0. If the
- usermask to be added starts with a +, an expiry time must
- be given, even if it is the same as the default. The
- current AKILL default expiry time can be found with the
- STATS AKILL command.
-
- The AKILL DEL command removes the given mask from the
- AKILL list if it is present. If a list of entry numbers is
- given, those entries are deleted. (See the example for LIST
- below.)
-
- The AKILL LIST command displays the AKILL list.
- If a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- AKILL LIST 2-5,7-9
- Lists AKILL entries numbered 2 through 5 and 7
- through 9.
-
- AKILL VIEW is a more verbose version of AKILL LIST, and
- will show who added an AKILL, the date it was added, and when
- it expires, as well as the user@host/ip mask and reason.
-
- AKILL CLEAR clears all entries of the AKILL list.
-
-OPER_HELP_SNLINE
- Syntax: SNLINE ADD [+expiry] mask:reason
- SNLINE DEL {mask | entry-num | list}
- SNLINE LIST [mask | list]
- SNLINE VIEW [mask | list]
- SNLINE CLEAR
-
- Allows Services operators to manipulate the SNLINE list. If
- a user with a realname matching an SNLINE mask attempts to
- connect, Services will not allow it to pursue his IRC
- session.
-
- SNLINE ADD adds the given realname mask to the SNLINE
- list for the given reason (which must be given).
- expiry is specified as an integer followed by one of d
- (days), h (hours), or m (minutes). Combinations (such as
- 1h30m) are not permitted. If a unit specifier is not
- included, the default is days (so +30 by itself means 30
- days). To add an SNLINE which does not expire, use +0. If the
- realname mask to be added starts with a +, an expiry time must
- be given, even if it is the same as the default. The
- current SNLINE default expiry time can be found with the
- STATS AKILL command.
- Note: because the realname mask may contain spaces, the
- separator between it and the reason is a colon.
-
- The SNLINE DEL command removes the given mask from the
- SNLINE list if it is present. If a list of entry numbers is
- given, those entries are deleted. (See the example for LIST
- below.)
-
- The SNLINE LIST command displays the SNLINE list.
- If a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- SNLINE LIST 2-5,7-9
- Lists SNLINE entries numbered 2 through 5 and 7
- through 9.
-
- SNLINE VIEW is a more verbose version of SNLINE LIST, and
- will show who added an SNLINE, the date it was added, and when
- it expires, as well as the realname mask and reason.
-
- SNLINE CLEAR clears all entries of the SNLINE list.
-
-OPER_HELP_SQLINE
- Syntax: SQLINE ADD [+expiry] mask reason
- SQLINE DEL {mask | entry-num | list}
- SQLINE LIST [mask | list]
- SQLINE VIEW [mask | list]
- SQLINE CLEAR
-
- Allows Services operators to manipulate the SQLINE list. If
- a user with a nick matching an SQLINE mask attempts to
- connect, Services will not allow it to pursue his IRC
- session.
-
- If the first character of the mask is #, services will
- prevent the use of matching channels (on IRCds that
- support it).
-
- SQLINE ADD adds the given mask to the SQLINE
- list for the given reason (which must be given).
- expiry is specified as an integer followed by one of d
- (days), h (hours), or m (minutes). Combinations (such as
- 1h30m) are not permitted. If a unit specifier is not
- included, the default is days (so +30 by itself means 30
- days). To add an SQLINE which does not expire, use +0.
- If the mask to be added starts with a +, an expiry time
- must be given, even if it is the same as the default. The
- current SQLINE default expiry time can be found with the
- STATS AKILL command.
-
- The SQLINE DEL command removes the given mask from the
- SQLINE list if it is present. If a list of entry numbers is
- given, those entries are deleted. (See the example for LIST
- below.)
-
- The SQLINE LIST command displays the SQLINE list.
- If a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- SQLINE LIST 2-5,7-9
- Lists SQLINE entries numbered 2 through 5 and 7
- through 9.
-
- SQLINE VIEW is a more verbose version of SQLINE LIST, and
- will show who added an SQLINE, the date it was added, and when
- it expires, as well as the mask and reason.
-
- SQLINE CLEAR clears all entries of the SQLINE list.
-
-OPER_HELP_SZLINE
- Syntax: SZLINE ADD [+expiry] mask reason
- SZLINE DEL {mask | entry-num | list}
- SZLINE LIST [mask | list]
- SZLINE VIEW [mask | list]
- SZLINE CLEAR
-
- Allows Services operators to manipulate the SZLINE list. If
- a user with an IP matching an SZLINE mask attempts to
- connect, Services will not allow it to pursue his IRC
- session (and this, whether the IP has a PTR RR or not).
-
- SZLINE ADD adds the given IP mask to the SZLINE
- list for the given reason (which must be given).
- expiry is specified as an integer followed by one of d
- (days), h (hours), or m (minutes). Combinations (such as
- 1h30m) are not permitted. If a unit specifier is not
- included, the default is days (so +30 by itself means 30
- days). To add an SZLINE which does not expire, use +0. If the
- realname mask to be added starts with a +, an expiry time must
- be given, even if it is the same as the default. The
- current SZLINE default expiry time can be found with the
- STATS AKILL command.
-
- The SZLINE DEL command removes the given mask from the
- SZLINE list if it is present. If a list of entry numbers is
- given, those entries are deleted. (See the example for LIST
- below.)
-
- The SZLINE LIST command displays the SZLINE list.
- If a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- SZLINE LIST 2-5,7-9
- Lists SZLINE entries numbered 2 through 5 and 7
- through 9.
-
- SZLINE VIEW is a more verbose version of SZLINE LIST, and
- will show who added an SZLINE, the date it was added, and when
- it expires, as well as the IP mask and reason.
-
- SZLINE CLEAR clears all entries of the SZLINE list.
-
-OPER_HELP_SET
- Syntax: SET option setting
-
- Sets various global Services options. Option names
- currently defined are:
- READONLY Set read-only or read-write mode
- LOGCHAN Report log messages to a channel
- DEBUG Activate or deactivate debug mode
- NOEXPIRE Activate or deactivate no expire mode
- SUPERADMIN Activate or deactivate super-admin mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
-OPER_HELP_SET_READONLY
- Syntax: SET READONLY {ON | OFF}
-
- Sets read-only mode on or off. In read-only mode, normal
- users will not be allowed to modify any Services data,
- including channel and nickname access lists, etc. IRCops
- with sufficient Services privileges will be able to modify
- Services' AKILL list and drop or forbid nicknames and
- channels, but any such changes will not be saved unless
- read-only mode is deactivated before Services is terminated
- or restarted.
-
- This option is equivalent to the command-line option
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- With this setting on, Services will send its logs to a specified
- channel as well as the log file. LogChannel must also be defined
- in the Services configuration file for this setting to be of any
- use.
-
- This option is equivalent to the command-line option -logchan.
-
- Note: This can have strong security implications if your log
- channel is not properly secured.
-
-OPER_HELP_SET_DEBUG
- Syntax: SET DEBUG {ON | OFF | num}
-
- Sets debug mode on or off. In debug mode, all data sent to
- and from Services as well as a number of other debugging
- messages are written to the log file. If num is
- given, debug mode is activated, with the debugging level set
- to num.
-
- This option is equivalent to the command-line option
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Syntax: SET NOEXPIRE {ON | OFF}
-
- Sets no expire mode on or off. In no expire mode, nicks,
- channels, akills and exceptions won't expire until the
- option is unset.
-
- This option is equivalent to the command-line option
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Setting this will grant you extra privileges such as the
- ability to be "founder" on all channel's etc...
-
- This option is not persistent, and should only be used when
- needed, and set back to OFF when no longer needed.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Syntax: NOOP SET server
- NOOP REVOKE server
-
- NOOP SET remove all O:lines of the given
- server and kill all IRCops currently on it to
- prevent them from rehashing the server (because this
- would just cancel the effect).
-
- NOOP REVOKE makes all removed O:lines available again
- on the given server.
-
- Note: The server is not checked at all by the
- Services.
-
-OPER_HELP_JUPE
- Syntax: JUPE server [reason]
-
- Tells Services to jupiter a server -- that is, to create
- a fake "server" connected to Services which prevents
- the real server of that name from connecting. The jupe
- may be removed using a standard SQUIT. If a reason is
- given, it is placed in the server information field;
- otherwise, the server information field will contain the
- text "Juped by <nick>", showing the nickname of the
- person who jupitered the server.
-
-OPER_HELP_UPDATE
- Syntax: UPDATE
-
- Causes Services to update all database files as soon as you
- send the command.
-
-OPER_HELP_RELOAD
- Syntax: RELOAD
-
- Causes Services to reload the configuration file. Note that
- some directives still need the restart of the Services to
- take effect (such as Services' nicknames, activation of the
- session limitation, etc.)
-
-OPER_HELP_QUIT
- Syntax: QUIT
-
- Causes Services to do an immediate shutdown; databases are
- not saved. This command should not be used unless
- damage to the in-memory copies of the databases is feared
- and they should not be saved. For normal shutdowns, use the
- SHUTDOWN command.
-
-OPER_HELP_SHUTDOWN
- Syntax: SHUTDOWN
-
- Causes Services to save all databases and then shut down.
-
-OPER_HELP_RESTART
- Syntax: RESTART
-
- Causes Services to save all databases and then restart
- (i.e. exit and immediately re-run the executable).
-
-OPER_HELP_CHANLIST
- Syntax: CHANLIST [{pattern | nick} [SECRET]]
-
- Lists all channels currently in use on the IRC network, whether they
- are registered or not.
-
- If pattern is given, lists only channels that match it. If a nickname
- is given, lists only the channels the user using it is on. If SECRET is
- specified, lists only channels matching pattern that have the +s or
- +p mode.
-
-OPER_HELP_USERLIST
- Syntax: USERLIST [{pattern | channel} [INVISIBLE]]
-
- Lists all users currently online on the IRC network, whether their
- nick is registered or not.
-
- If pattern is given, lists only users that match it (it must be in
- the format nick!user@host). If channel is given, lists only users
- that are on the given channel. If INVISIBLE is specified, only users
- with the +i flag will be listed.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD FileName
-
- This command loads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD FileName
-
- This command unloads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO FileName
-
- This command lists information about the specified loaded module
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lists all currently loaded modules.
-
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-BOT_HELP_CMD_BOTLIST
- BOTLIST Lists available bots
-BOT_HELP_CMD_ASSIGN
- ASSIGN Assigns a bot to a channel
-BOT_HELP_CMD_SET
- SET Configures bot options
-BOT_HELP_CMD_KICK
- KICK Configures kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Maintains bad words list
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Maintains network bot list
-
-BOT_HELP
- %S allows you to have a bot on your own channel.
- It has been created for users that can't host or
- configure a bot, or for use on networks that don't
- allow user bots. Available commands are listed
- below; to use them, type %R%S command. For
- more information on a specific command, type %R
- %S HELP command.
-
-
-BOT_HELP_FOOTER
- Bot will join a channel whenever there is at least
- %d user(s) on it.
-
-
-BOT_HELP_BOTLIST
- Syntax: BOTLIST
-
- Lists all available bots on this network.
-
-BOT_HELP_ASSIGN
- Syntax: ASSIGN chan nick
-
- Assigns a bot pointed out by nick to the channel chan. You
- can then configure the bot for the channel so it fits
- your needs.
-
-BOT_HELP_UNASSIGN
- Syntax: UNASSIGN chan
-
- Unassigns a bot from a channel. When you use this command,
- the bot won't join the channel anymore. However, bot
- configuration for the channel is kept, so you will always
- be able to reassign a bot later without have to reconfigure
- it entirely.
-
-BOT_HELP_INFO
- Syntax: INFO {chan | nick}
-
- Allows you to see %S information about a channel or a bot.
- If the parameter is a channel, then you'll get information
- such as enabled kickers. If the parameter is a nick,
- you'll get information about a bot, such as creation
- time or number of channels it is on.
-
-BOT_HELP_SET
- Syntax: SET (channel | bot) option parameters
-
- Configures bot options. option can be one of:
-
- DONTKICKOPS To protect ops against bot kicks
- DONTKICKVOICES To protect voices against bot kicks
- GREET Enable greet messages
- FANTASY Enable fantaisist commands
- SYMBIOSIS Allow the bot to act as a real bot
-
- Type %R%S HELP SET option for more information
- on a specific option.
-
- Note: access to this command is controlled by the
- level SET.
-
-BOT_HELP_SET_DONTKICKOPS
- Syntax: SET channel DONTKICKOPS {ON|OFF}
-
- Enables or disables ops protection mode on a channel.
- When it is enabled, ops won't be kicked by the bot
- even if they don't match the NOKICK level.
-
-BOT_HELP_SET_DONTKICKVOICES
- Syntax: SET channel DONTKICKVOICES {ON|OFF}
-
- Enables or disables voices protection mode on a channel.
- When it is enabled, voices won't be kicked by the bot
- even if they don't match the NOKICK level.
-
-BOT_HELP_SET_FANTASY
- Syntax: SET channel FANTASY {ON|OFF}
-
- Enables or disables fantasy mode on a channel.
- When it is enabled, users will be able to use
- commands !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen on a channel (find how
- to use them; try with or without nick for each,
- and with a reason for some?).
-
- Note that users wanting to use fantaisist
- commands MUST have enough level for both
- the FANTASIA and another level depending
- of the command if required (for example, to use
- !op, user must have enough access for the OPDEOP
- level).
-
-BOT_HELP_SET_GREET
- Syntax: SET channel GREET {ON|OFF}
-
- Enables or disables greet mode on a channel.
- When it is enabled, the bot will display greet
- messages of users joining the channel, provided
- they have enough access to the channel.
-
-BOT_HELP_SET_SYMBIOSIS
- Syntax: SET channel SYMBIOSIS {ON|OFF}
-
- Enables or disables symbiosis mode on a channel.
- When it is enabled, the bot will do everything
- normally done by %s on channels, such as MODEs,
- KICKs, and even the entry message.
-
-BOT_HELP_KICK
- Syntax: KICK channel option parameters
-
- Configures bot kickers. option can be one of:
-
- BOLDS Sets if the bot kicks bolds
- BADWORDS Sets if the bot kicks bad words
- CAPS Sets if the bot kicks caps
- COLORS Sets if the bot kicks colors
- FLOOD Sets if the bot kicks flooding users
- REPEAT Sets if the bot kicks users who repeat
- themselves
- REVERSES Sets if the bot kicks reverses
- UNDERLINES Sets if the bot kicks underlines
- ITALICS Sets if the bot kicks italics
-
- Type %R%S HELP KICK option for more information
- on a specific option.
-
- Note: access to this command is controlled by the
- level SET.
-
-BOT_HELP_KICK_BOLDS
- Syntax: KICK channel BOLDS {ON|OFF} [ttb]
-
- Sets the bolds kicker on or off. When enabled, this
- option tells the bot to kick users who use bolds.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_COLORS
- Syntax: KICK channel COLORS {ON|OFF} [ttb]
-
- Sets the colors kicker on or off. When enabled, this
- option tells the bot to kick users who use colors.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_REVERSES
- Syntax: KICK channel REVERSES {ON|OFF} [ttb]
-
- Sets the reverses kicker on or off. When enabled, this
- option tells the bot to kick users who use reverses.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_UNDERLINES
- Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]
-
- Sets the underlines kicker on or off. When enabled, this
- option tells the bot to kick users who use underlines.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_CAPS
- Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]
-
- Sets the caps kicker on or off. When enabled, this
- option tells the bot to kick users who are talking in
- CAPS.
-
- The bot kicks only if there are at least min caps
- and they constitute at least percent%% of the total
- text line (if not given, it defaults to 10 characters
- and 25%%).
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_FLOOD
- Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]
-
- Sets the flood kicker on or off. When enabled, this
- option tells the bot to kick users who are flooding
- the channel using at least ln lines in secs seconds
- (if not given, it defaults to 6 lines in 10 seconds).
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_REPEAT
- Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]
-
- Sets the repeat kicker on or off. When enabled, this
- option tells the bot to kick users who are repeating
- themselves num times (if num is not given, it
- defaults to 3).
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_BADWORDS
- Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]
-
- Sets the bad words kicker on or off. When enabled, this
- option tells the bot to kick users who say certain words
- on the channels.
-
- You can define bad words for your channel using the
- BADWORDS command. Type %R%S HELP BADWORDS for
- more information.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Syntax: BADWORDS channel ADD word [SINGLE | START | END]
- BADWORDS channel DEL {word | entry-num | list}
- BADWORDS channel LIST [mask | list]
- BADWORDS channel CLEAR
-
- Maintains the bad words list for a channel. The bad
- words list determines which words are to be kicked
- when the bad words kicker is enabled. For more information,
- type %R%S HELP KICK BADWORDS.
-
- The BADWORDS ADD command adds the given word to the
- badword list. If SINGLE is specified, a kick will be
- done only if a user says the entire word. If START is
- specified, a kick will be done if a user says a word
- that starts with word. If END is specified, a kick
- will be done if a user says a word that ends with
- word. If you don't specify anything, a kick will
- be issued every time word is said by a user.
-
- The BADWORDS DEL command removes the given word from the
- bad words list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The BADWORDS LIST command displays the bad words list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- BADWORDS #channel LIST 2-5,7-9
- Lists bad words entries numbered 2 through 5 and
- 7 through 9.
-
- The BADWORDS CLEAR command clears all entries of the
- bad words list.
-
-BOT_HELP_SAY
- Syntax: SAY channel text
-
- Makes the bot say the given text on the given channel.
-
-BOT_HELP_ACT
- Syntax: ACT channel text
-
- Makes the bot do the equivalent of a "/me" command
- on the given channel using the given text.
-
-
-BOT_SERVADMIN_HELP_BOT
- Syntax: BOT ADD nick user host real
- BOT CHANGE oldnick newnick [user [host [real]]]
- BOT DEL nick
-
- Allows Services Operators to create, modify, and delete
- bots that users will be able to use on their own
- channels.
-
- BOT ADD adds a bot with the given nickname, username,
- hostname and realname. Since no integrity checks are done
- for these settings, be really careful.
- BOT CHANGE allows to change nickname, username, hostname
- or realname of a bot without actually delete it (and all
- the data associated with it).
- BOT DEL removes the given bot from the bot list.
-
- Note: you cannot create a bot that has a nick that is
- currently registered. If an unregistered user is currently
- using the nick, they will be killed.
-
-BOT_SERVADMIN_HELP_SET
-
- These options are reserved to Services Operators:
-
- NOBOT Prevent a bot from being assigned to
- a channel
- PRIVATE Prevent a bot from being assigned by
- non IRC operators
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Syntax: SET channel NOBOT {ON|OFF}
-
- This option makes a channel be unassignable. If a bot
- is already assigned to the channel, it is unassigned
- automatically when you enable the option.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Syntax: SET bot-nick PRIVATE {ON|OFF}
-
- This option prevents a bot from being assigned to a
- channel by users that aren't IRC operators.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- The vhost list is empty.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost for %s set to %s.
-HOST_IDENT_SET
- vhost for %s set to %s@%s.
-HOST_SETALL
- vhost for group %s set to %s.
-HOST_DELALL
- vhosts for group %s have been removed.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost for group %s set to %s@%s.
-HOST_SET_ERROR
- A vhost must be in the format of a valid hostmask.
-HOST_SET_IDENT_ERROR
- A vhost ident must be in the format of a valid ident
-HOST_SET_TOOLONG
- Error! The vhost is too long, please use a host shorter than %d characters.
-HOST_SET_IDENTTOOLONG
- Error! The Ident is too long, please use an ident shorter than %d characters.
-HOST_NOREG
- User %s not found in the nickserv db.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Access Denied.
-HOST_NOT_ASSIGNED
- Please contact an Operator to get a vhost assigned to this nick.
-HOST_ACTIVATED
- Your vhost of %s is now activated.
-HOST_IDENT_ACTIVATED
- Your vhost of %s@%s is now activated.
-HOST_DEL
- vhost for %s removed.
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug
-HOST_GROUP
- All vhost's in the group %s have been set to %s
-HOST_IDENT_GROUP
- All vhost's in the group %s have been set to %s@%s
-HOST_LIST_FOOTER
- Displayed all records (Count: %d)
-HOST_LIST_RANGE_FOOTER
- Displayed records from %d to %d
-HOST_LIST_KEY_FOOTER
- Displayed records matching key %s (Count: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activates your assigned vhost
-
-HOST_HELP_CMD_OFF
- OFF Deactivates your assigned vhost
-
-HOST_HELP_CMD_GROUP
- GROUP Syncs the vhost for all nicks in a group
-
-HOST_HELP_CMD_SET
- SET Set the vhost of another user
-
-HOST_HELP_CMD_SETALL
- SETALL Set the vhost for all nicks in a group
-
-HOST_HELP_CMD_DEL
- DEL Delete the vhost of another user
-
-HOST_HELP_CMD_DELALL
- DELALL Delete the vhost for all nicks in a group
-
-HOST_HELP_CMD_LIST
- LIST Displays one or more vhost entries.
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S commands:
-
-HOST_HELP_ON
- Syntax: ON
-
- Activates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see the vhost instead of your real IP address.
-
-HOST_HELP_SET
- Syntax: SET <nick> <hostmask>.
-
- Sets the vhost for the given nick to that of the given
- hostmask. If your IRCD supports vIdents, then using
- SET <nick> <ident>@<hostmask> set idents for users as
- well as vhosts.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Deletes the vhost for all nick's in the same group as
- that of the given nick.
-
-
-HOST_HELP_SETALL
- Syntax: SETALL <nick> <hostmask>.
-
- Sets the vhost for all nicks in the same group as that
- of the given nick. If your IRCD supports vIdents, then
- using SETALL <nick> <ident>@<hostmask> will set idents
- for users as well as vhosts.
-
- * NOTE, this will not update the vhost for any nick's
- added to the group after this command was used.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Deactivates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see your real IP address.
-
-HOST_HELP_DEL
- Syntax: DEL <nick>
-
- Deletes the vhost assigned to the given nick from the
- database.
-
-HOST_HELP_LIST
- Syntax: LIST [<key>|<#X-Y>]
-
- This command lists registered vhosts to the operator
- if a Key is specified, only entries whos nick or vhost match
- the pattern given in <key> are displayed e.g. Rob* for all
- entries beginning with "Rob"
-
- If a #X-Y style is used, only entries between the range of X
- and Y will be displayed, e.g. #1-3 will display the first 3
- nick/vhost entries.
-
- The list uses the value of NSListMax as a hard limit for the
- number of items to display to a operator at any 1 time.
-
-HOST_HELP_GROUP
- Syntax: GROUP
-
- This command allows users to set the vhost of their
- CURRENT nick to be the vhost for all nicks in the same
- group.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is not available on this network.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is not available on this network.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is not available on this network.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is not available on this network.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/es.l b/lang/es.l
deleted file mode 100644
index 5b65250f4..000000000
--- a/lang/es.l
+++ /dev/null
@@ -1,6656 +0,0 @@
-# Spanish Language File.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Español (Spanish)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Dom
- Lun
- Mar
- Mie
- Jue
- Vie
- Sab
-# %A
-STRFTIME_DAYS_LONG
- Domingo
- Lunes
- Martes
- Miercoles
- Jueves
- Viernes
- Sabado
-# %b
-STRFTIME_MONTHS_SHORT
- Ene
- Feb
- Mar
- Abr
- May
- Jun
- Jul
- Ago
- Sep
- Oct
- Nov
- Dic
-# %B
-STRFTIME_MONTHS_LONG
- Enero
- Febrero
- Marzo
- Abril
- Mayo
- Junio
- Julio
- Agosto
- Septiembre
- Octubre
- Noviembre
- Diciembre
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Error Interno - Imposible procesar peticion.
-UNKNOWN_COMMAND
- Comando no conocido %s.
-UNKNOWN_COMMAND_HELP
- Comando no conocido %s. "%R%s HELP" para ayuda.
-SYNTAX_ERROR
- Sintaxis: %s
-MORE_INFO
- %R%s HELP %s para mayor informacion.
-NO_HELP_AVAILABLE
- No existe ayuda para %s.
-OBSOLETE_COMMAND
- Este comando esta obsoleto; usa %s en su lugar.
-
-BAD_USERHOST_MASK
- La mascara debe ser en la forma usuario@host.
-BAD_EXPIRY_TIME
- Tiempo de expiracion invalido.
-USERHOST_MASK_TOO_WIDE
- %s La covertura es muy amplia; Por favor usa una mascara mas especifica.
-
-SERVICE_OFFLINE
- %s esta momentaneamente offline.
-READ_ONLY_MODE
- Noticia: Los Servicios estan en modo read-only; Los cambios no seran salvados!
-PASSWORD_INCORRECT
- Clave incorrecta.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Acceso denegado.
-
-MORE_OBSCURE_PASSWORD
- Por favor intente nuevamente con una clave mas oscura.
- Las claves deben tener al menos 5 caracteres, no deben
- ser algo facil de adivinar (ej. Nombre real o Nick),
- y no pueden contener el caracter de espacio o tabulacion.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- Tu nick no esta registrado.
-NICK_NOT_REGISTERED_HELP
- Tu nick no esta registrado. Tipea %R%s HELP para mayor
- informacion sobre el registro de nicknames.
-NICK_X_IS_SERVICES
- Nick %s is part of this Network's Services.
-NICK_X_NOT_REGISTERED
- El nick %s no esta registrado.
-NICK_X_IN_USE
- El nick %s esta actualmente en uso.
-NICK_X_NOT_IN_USE
- El nick %s no esta en uso.
-NICK_X_NOT_ON_CHAN
- El nick %s no esta en el canal %s actualmente.
-NICK_X_FORBIDDEN
- El nick %s no puede ser registrado o usado.
-NICK_X_FORBIDDEN_OPER
- El nick %s ha sido prohibido por %s:
- %s
-NICK_X_ILLEGAL
- El nick %ses un nickname ilegal, y no puede ser usado.
-NICK_X_TRUNCATED
- El nick %s fue reducido a %d caracteres.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- El Canal %s no esta registrado.
-CHAN_X_NOT_IN_USE
- El Canal %s no existe.
-CHAN_X_FORBIDDEN
- El Canal %s no puede ser registrado o usado.
-CHAN_X_FORBIDDEN_OPER
- El Canal %s ha sido prohibido por %s:
- %s
-CHAN_X_SUSPENDED
- Suspendido: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Autentificacion por clave requerida para ese comando.
- Intenta nuevamente despues de tipear %R%s IDENTIFY clave.
-CHAN_IDENTIFY_REQUIRED
- Autentificacion por clave requerida para ese comando.
- Intenta nuevamente despues de tipear %R%s IDENTIFY %s clave.
-
-MAIL_DISABLED
- Los servicios han sido configurados para no enviar e-mail
-MAIL_INVALID
- El e-mail para %s es invalido.
-MAIL_X_INVALID
- %s no es un e-mail valido.
-MAIL_LATER
- Imposible enviar el e-mail ahora; por favor intenta mas tarde.
-MAIL_DELAYED
- Por favor espera %d segundos e intente nuevamente.
-
-NO_REASON
- Sin razon.
-UNKNOWN
- <desconocido>
-
-# Duration system
-DURATION_DAY
- 1 dia
-DURATION_DAYS
- %d dias
-DURATION_HOUR
- 1 hora
-DURATION_HOURS
- %d horas
-DURATION_MINUTE
- 1 minuto
-DURATION_MINUTES
- %d minutos
-DURATION_SECOND
- 1 segundo
-DURATION_SECONDS
- %d segundos
-
-# Human readable expiration
-NO_EXPIRE
- no expira
-EXPIRES_SOON
- expira con el proximo update de la base de datos
-EXPIRES_M
- expira en %d minutos
-EXPIRES_1M
- expira en %d minutos
-EXPIRES_HM
- expira en %d horas, %d minutos
-EXPIRES_H1M
- expira en %d horas, %d minuto
-EXPIRES_1HM
- expira en %d hora, %d minutos
-EXPIRES_1H1M
- expira en %d hora, %d minuto
-EXPIRES_D
- expira en %d dias
-EXPIRES_1D
- expira en %d dia
-
-# Generic Footer message
-END_OF_ANY_LIST
- Fin de la lista de %s.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Este nick pertenece a otra persona. Por favor elige otro nick.
- (Si este es tu nick, tipea %R%s IDENTIFY clave.)
-NICK_IS_SECURE
- Este nick esta registrado y protegido. Si es tu
- nick, tipea %R%s IDENTIFY clave. Si no,
- por favor elige un nick diferente.
-NICK_MAY_NOT_BE_USED
- Este nickname no puede ser usado. Por favor elige otro.
-FORCENICKCHANGE_IN_1_MINUTE
- Si no cambias tu nick en un minuto, Lo cambiare yo.
-FORCENICKCHANGE_IN_20_SECONDS
- Si no cambias tu nick en 20 segundos, Lo cambiare yo.
-FORCENICKCHANGE_NOW
- Este nick ha sido registrado; No puedes usarlo.
-FORCENICKCHANGE_CHANGING
- Tu nickname esta siendo cambiado a %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER clave [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER clave email
-NICK_REGISTRATION_DISABLED
- Lo siento, el registro de nicknames esta temporalmente deshabilitado.
-NICK_REGISTRATION_FAILED
- Lo siento, fallo en el registro.
-NICK_REG_PLEASE_WAIT
- Por favor espera %d segundos antes de usar el comando REGISTER nuevamente.
-NICK_CANNOT_BE_REGISTERED
- El nickname %s no puede ser registrado.
-NICK_ALREADY_REGISTERED
- El nickname %s ya esta registrado!
-NICK_REGISTERED
- El nickname %s esta registrado bajo tu cuenta: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registrado.
-NICK_PASSWORD_IS
- Tu clave es %s - Recuerdala para uso futuro.
-
-# GROUP responses
-NICK_REG_DELAY
- Debes estar conectado mas de %d segundos para registrar tu nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP grupo clave
-NICK_GROUP_DISABLED
- Lo siento, La agrupacion de nicks esta temporalmente deshabilitada.
-NICK_GROUP_FAILED
- Lo siento, La agrupacion de nicks ha fallado.
-NICK_GROUP_PLEASE_WAIT
- Por favor espera %d segundos antes de usar el comando GROUP nuevamente.
-NICK_GROUP_CHANGE_DISABLED
- Tu nick ya esta registrado; tipea %R%s DROP primero.
-NICK_GROUP_SAME
- Ya eres miembro del grupo de %s.
-NICK_GROUP_TOO_MANY
- Hay muchos nicks en el grupo de %s; listalos y bota algunos.
- Tipea %R%s HELP GLIST y %R%s HELP DROP
- para mayor informacion.
-NICK_GROUP_JOINED
- Ahora eres miembro en el grupo de %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY clave
-NICK_IDENTIFY_FAILED
- Lo siento, la identificacion ha fallado.
-NICK_IDENTIFY_SUCCEEDED
- Clave aceptada - Has sido reconocido.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Ahora debes proveer un e-mail para tu nick.
- Este e-mail te permitira recuperar tu clave en
- caso que la olvides.
-NICK_IDENTIFY_EMAIL_HOWTO
- Tipea %R%S SET EMAIL e-mail para setear tu e-mail.
- Respetamos tu privacidad; este e-mail no sera entregado
- a ninguna persona.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- Ya estas identificado.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Estado actualizado (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Tu nick ha sido desconectado.
-NICK_LOGOUT_X_SUCCEEDED
- El nick %s ha sido desconectado.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- No puedo desconectar a %s porque es un administrador de servicios.
-
-# DROP responses
-NICK_DROP_DISABLED
- Lo siento, la de-registracion de nicknames esta temporalmente inabilitada.
-NICK_DROPPED
- Tu nickname ha sido botado.
-NICK_X_DROPPED
- El nickname %s ha sido botado.
-
-# SET responses
-NICK_SET_SYNTAX
- SET opcion parametros
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opcion parametros
-NICK_SET_DISABLED
- Lo siento, el seteo de opciones para nicknames esta temporalmente deshabilitado.
-NICK_SET_UNKNOWN_OPTION
- Opcion SET desconocida %s.
-NICK_SET_OPTION_DISABLED
- Opcion %s no puede ser seteada en esta red.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- El nuevo display DEBE ser un nickname de tu grupo de nicknames!
-NICK_SET_DISPLAY_CHANGED
- El nuevo display es ahora %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Lo siento, el cambio de clave no pudo ser completado.
-NICK_SET_PASSWORD_CHANGED
- Clave cambiada.
-NICK_SET_PASSWORD_CHANGED_TO
- Clave cambiada a %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE numero
-NICK_SET_LANGUAGE_UNKNOWN
- Numero de lenguage %d desconocido. Tipea %R%s HELP SET LANGUAGE para una lista de lenguages.
-NICK_SET_LANGUAGE_CHANGED
- Lenguage cambiado a Español.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Direccion E-mail cambiada a %s.
-NICK_SET_EMAIL_UNSET
- Direccion E-mail no seteada.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- No puedes no setear tu direccion e-mail en esta red.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Mensaje de bienvenida cambiado a %s.
-NICK_SET_GREET_UNSET
- Mensaje de bienvenida no seteado.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Proteccion Activada.
-NICK_SET_KILL_QUICK
- La protection esta Activada, con demora reducida.
-NICK_SET_KILL_IMMED
- La protection esta Activada, sin demora.
-NICK_SET_KILL_IMMED_DISABLED
- La opcion IMMED no esta disponible en esta red.
-NICK_SET_KILL_OFF
- La protection esta Desactivada.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- La opcion de seguridad esta ahora Activada.
-NICK_SET_SECURE_OFF
- la opcion de seguridad esta ahora Desactivada.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- La opcion de privacidad esta ahora Activada.
-NICK_SET_PRIVATE_OFF
- La opcion de privacidad esta ahora Desactivada.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Tu direccion e-mail no sera mostrada en %s INFO displays.
-NICK_SET_HIDE_EMAIL_OFF
- Tu direccion e-mail sera ahora mostrada en %s INFO displays.
-NICK_SET_HIDE_MASK_ON
- Tu ultima mascara usuario@host no sera mostrada en %s INFO displays.
-NICK_SET_HIDE_MASK_OFF
- Tu ultima mascara usuario@host sera ahora mostrada en %s INFO displays.
-NICK_SET_HIDE_QUIT_ON
- Tu ultimo mensaje quit no sera mostrado en %s INFO displays.
-NICK_SET_HIDE_QUIT_OFF
- Tu ultimo mensaje quit sera ahora mostrado en %s INFO displays.
-
-# SET MSG responses
-NICK_SET_HIDE_STATUS_ON
- Tu estado de acceso a los Servicios no sera mostrado en %s INFO.
-NICK_SET_HIDE_STATUS_OFF
- Tu estado de acceso a los Servicios ahora sera mostrado en %s INFO.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Los servicios te responderan ahora con mensajes.
-NICK_SET_MSG_OFF
- Los servicios te responderan ahora con noticias.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Spanish.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mascara]
-NICK_ACCESS_ALREADY_PRESENT
- La mascara %s ya esta presente en tu lista de acceso.
-NICK_ACCESS_REACHED_LIMIT
- Lo siento, solo puedes tener %d instancias en tu lista de acceso por nickname.
-NICK_ACCESS_ADDED
- %s añadido a tu lista de acceso.
-NICK_ACCESS_NOT_FOUND
- %s no encontrado en tu lista de acceso.
-NICK_ACCESS_DELETED
- %s borrado de tu lista de acceso.
-NICK_ACCESS_LIST
- Lista de acceso:
-NICK_ACCESS_LIST_X
- Lista de acceso para %s:
-NICK_ACCESS_LIST_EMPTY
- Tu lista de acceso esta vacia.
-NICK_ACCESS_LIST_X_EMPTY
- La lista de acceso para %s esta vacia.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s es %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Ultima direccion vista: %s
-NICK_INFO_ADDRESS_ONLINE
- Esta en linea desde: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s Esta actualmente en linea.
-NICK_INFO_TIME_REGGED
- Tiempo registrado: %s
-NICK_INFO_LAST_SEEN
- Ultima vez visto: %s
-NICK_INFO_LAST_QUIT
- Ultimo mensaje quit: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- Direccion E-mail: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Mensaje de bienvenida: %s
-NICK_INFO_OPTIONS
- Opciones: %s
-NICK_INFO_EXPIRE
- Expira en: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Proteccion
-NICK_INFO_OPT_SECURE
- Seguro
-NICK_INFO_OPT_PRIVATE
- Privado
-NICK_INFO_OPT_MSG
- Modo de mensaje
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Ninguno
-NICK_INFO_NO_EXPIRE
- Este nickname no expirara.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST patron
-NICK_LIST_SERVADMIN_SYNTAX
- LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Lista de resultados concordando %s:
-NICK_LIST_RESULTS
- Fin de la lista - %d/%d resultado(s) mostrado(s).
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST nick
-NICK_ALIST_HEADER
- Canales en los que tienes acceso:
- Num Canal Nivel Descripcion
-NICK_ALIST_HEADER_X
- Canales en los que %s tiene acceso:
- Num Canal Nivel Descripcion
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Fin de la lista - %d/%d resultado(s) mostrado(s).
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lista de nicknames en tu grupo:
-NICK_GLIST_HEADER_X
- Lista de nicknames en el grupo de %s:
-NICK_GLIST_FOOTER
- %d nicknames en el grupo.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nickname [clave]
-NICK_NO_RECOVER_SELF
- No puedes recuperarte a ti mismo!
-NICK_RECOVERED
- El usuario que ocupaba tu nick ha sido killeado.
- %R%s RELEASE %s para recuperarlo antes de %s.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nickname [clave]
-NICK_RELEASE_NOT_HELD
- El nick %s no esta siendo ocupado.
-NICK_RELEASED
- Tu nick ha sido liberado por los Servicios.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nickname [clave]
-NICK_NO_GHOST_SELF
- No puedes ghostearte a ti mismo!
-NICK_GHOST_KILLED
- El ghost con tu nick ha sido killeado.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nickname
-NICK_GETPASS_UNAVAILABLE
- El comando GETPASS no esta disponible por el uso de encriptacion.
-NICK_GETPASS_PASSWORD_IS
- La clave para %s es %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Sin comodines (WildCards)!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails Coinciden %s a %s.
-NICK_GETEMAIL_NOT_USED
- No hay e-mails listados para %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nickname
-NICK_SENDPASS_UNAVAILABLE
- El comando SENDPASS no esta disponible por el uso de encriptacion.
-NICK_SENDPASS_SUBJECT
- Clave para el Nickname (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- La clave de %s ha sido enviada.
-
-# RESERTPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nickname [razon]
-NICK_FORBID_SYNTAX_REASON
- FORBID nickname razon
-NICK_FORBID_SUCCEEDED
- El nick %s es ahora prohibido.
-NICK_FORBID_FAILED
- La prohibicion de %s no fue posible!
-
-# Access level descriptions
-NICK_REQUESTED
- Este nick ya ha sido pedido, chequea tu e-mail para el password.
-NICK_REG_RESENT
- Tu password ha sido enviado nuevamente a %s.
-NICK_REG_UNABLE
- Nick NO registrado. Intentalo nuevamente.
-NICK_IS_PREREG
- Este nick esta esperando una verificacion por e-mail antes de poder completar el registro.
-NICK_ENTER_REG_CODE
- El password ha sido enviado a %s, tipea %R%s confirm <password> para completar el registro.
-NICK_REG_MAIL_SUBJECT
- Registro de Nick (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- El password para %s es %s.
-NICK_FORCE_REG
- Nick %s confirmado.
-
-# Confirm responses
-NICK_CONFIRM_NOT_FOUND
- El paso de registro 1 puede haber expirado. Usa "%R%s register <password> <email>" primero.
-NICK_CONFIRM_INVALID
- Password invalido. Chequea el e-mail e intenta nuevamente.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Status automatico de operador de canal
-CHAN_LEVEL_AUTOVOICE
- Modo automatico +v
-CHAN_LEVEL_AUTOHALFOP
- Modo automatico +h
-CHAN_LEVEL_AUTOPROTECT
- Modo automatico +a
-CHAN_LEVEL_AUTODEOP
- Status de operador de canal deshabilitado.
-CHAN_LEVEL_NOJOIN
- No es posible entrar a un canal si esta RESTRINGIDO
-CHAN_LEVEL_INVITE
- Habilitado para usar el comando INVITE
-CHAN_LEVEL_AKICK
- Habilitado para usar el comando AKICK
-CHAN_LEVEL_SET
- Habilitado para usar el comando SET (no FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Habilitado para usar el comando CLEAR
-CHAN_LEVEL_UNBAN
- Habilitado para usar el comando UNBAN
-CHAN_LEVEL_OPDEOP
- Habilitado para usar el comando OP/DEOP
-CHAN_LEVEL_ACCESS_LIST
- Habilitado para ver la lista de acceso
-CHAN_LEVEL_ACCESS_CHANGE
- Habilitado para modificar la lista de acceso
-CHAN_LEVEL_MEMO
- Habilitado para listar/leer memos del canal
-CHAN_LEVEL_ASSIGN
- Habilitado para asignar/deasignar un bot
-CHAN_LEVEL_BADWORDS
- Habilitado para usar el comando BADWORDS
-CHAN_LEVEL_NOKICK
- Jamas expulsado por los kicks del bot
-CHAN_LEVEL_FANTASIA
- Habilitado para utilizar comandos de fantasia
-CHAN_LEVEL_SAY
- Habilitado para usar el comando SAY y ACT
-CHAN_LEVEL_GREET
- Mensaje de bienvenida mostrado
-CHAN_LEVEL_VOICEME
- Autorizado para voice/devoice a si mismo
-CHAN_LEVEL_VOICE
- Habilitado para usar el comando VOICE/DEVOICE
-CHAN_LEVEL_GETKEY
- Habilitado para usar el comando GETKEY
-CHAN_LEVEL_OPDEOPME
- Autorizado para op/deop a si mismo
-CHAN_LEVEL_HALFOPME
- Autorizado para halfop/dehalfop a si mismo
-CHAN_LEVEL_HALFOP
- Habilitado para usar el comando HALFOP/DEHALFOP
-CHAN_LEVEL_PROTECTME
- Autorizado para protect/deprotect a si mismo
-CHAN_LEVEL_PROTECT
- Habilitado para usar el comando PROTECT/DEPROTECT
-CHAN_LEVEL_KICKME
- Autorizado para kickearse a si mismo
-CHAN_LEVEL_KICK
- Habilitado para usar el comando KICK
-CHAN_LEVEL_SIGNKICK
- Sin firma de kick cuando SIGNKICK LEVEL es usado
-CHAN_LEVEL_BANME
- Permitido banearse a si mismo
-CHAN_LEVEL_BAN
- Permitido usar el comando BAN
-CHAN_LEVEL_TOPIC
- Permitido usar el comando TOPIC
-CHAN_LEVEL_INFO
- Permitido usar el comando INFO con
- la opcion ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Este canal ha sido registrado con %s.
-CHAN_NOT_ALLOWED_OP
- No estas autorizado al status de operador de canal en %s.
-CHAN_MAY_NOT_BE_USED
- Este canal esta prohibido.
-CHAN_NOT_ALLOWED_TO_JOIN
- No estas autorizado a estar en este canal.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER canal descripcion
-CHAN_REGISTER_DISABLED
- Lo siento, el registro de canales esta temporalmente deshabilitado.
-CHAN_REGISTER_NOT_LOCAL
- Canales locales no pueden ser registrados.
-CHAN_MAY_NOT_BE_REGISTERED
- El canal %s no puede ser registrado.
-CHAN_ALREADY_REGISTERED
- El canal %s ya esta registrado!
-CHAN_MUST_BE_CHANOP
- Debes ser un operador de canal para registrar el canal.
-CHAN_REACHED_CHANNEL_LIMIT
- Lo siento, has alcanzado tu limite de %d canales.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Lo siento, has sobrepasado tu limite de %d canales.
-CHAN_REGISTRATION_FAILED
- Lo siento, el registro ha fallado.
-CHAN_REGISTERED
- El canal %s esta registrado bajo tu nickname: %s
-CHAN_REGISTER_NONE_CHANNEL
- Has intentado registrar el canal %s, el cual no existe.
-CHAN_SYMBOL_REQUIRED
- Por favor usar el simbolo # cuando intentes registrar un canal.
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP canal
-CHAN_DROP_DISABLED
- Lo siento, la de-registracion de canales esta temporalmente desabilitada.
-CHAN_DROPPED
- El canal %s ha sido botado.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET canal opcion parametros
-CHAN_SET_DISABLED
- Lo siento, el seteo de opciones de canales esta temporalmente deshabilitado.
-CHAN_SET_UNKNOWN_OPTION
- Opcion SET %s desconocida.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s tiene demasiados canales registrados.
-CHAN_FOUNDER_CHANGED
- El Fundador de %s cambiado a %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Sucesor de %s cambiado a %s.
-CHAN_SUCCESSOR_UNSET
- Sucesor de %s eliminado.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s no puede ser el sucesor en el canal %s ya que el es el fundador.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- La descripcion de %s cambiada a%s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- Direccion e-mail para %s cambiada a %s.
-CHAN_EMAIL_UNSET
- Direccion e-mail para %s no seteada.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Mensage de entrada para %s cambiado.
-CHAN_ENTRY_MSG_UNSET
- Mensaje de entrada para %s no seteado.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s no es un tipo de ban valido.
-CHAN_SET_BANTYPE_CHANGED
- Tipo de ban para el canal %s es ahora #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Caracter de modo %c desconocido e ignorado.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Modo %c ignorado porque no puedes lockearlo.
-CHAN_SET_MLOCK_L_REQUIRED
- Debes usar modo de lock +l tambien para el modo
- de lock +L.
-CHAN_SET_MLOCK_K_REQUIRED
- Debes usar modo de lock +i tambien para el modo
- de lock +K.
-CHAN_MLOCK_CHANGED
- Modo de lock en el canal %s cambiado a %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET canal KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Retencion de topic para %s Activada.
-CHAN_SET_KEEPTOPIC_OFF
- Retencion de topic para %s Desactivada.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET canal TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Lock de topic para %s Activado.
-CHAN_SET_TOPICLOCK_OFF
- Lock de topic para %s Desactivado.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET canal PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Opcion de paz para %s Activada.
-CHAN_SET_PEACE_OFF
- Opcion de paz para %s Desactivada.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Opcion de privacidad para %s Activada.
-CHAN_SET_PRIVATE_OFF
- Opcion de privacidad para %s Desactivada.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET canal SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Seguridad de OPs para %s Activada.
-CHAN_SET_SECUREOPS_OFF
- Seguridad de OPs para %s Desactivada.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET canal SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Seguridad de fundador para %s Activada.
-CHAN_SET_SECUREFOUNDER_OFF
- Seguridad de fundador para %s Desactivada.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET canal RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Acceso restringido para %s Activado.
-CHAN_SET_RESTRICTED_OFF
- Acceso restringido para %s Desactivado.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET canal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Opcion de seguridad para %s Activada.
-CHAN_SET_SECURE_OFF
- Opcion de seguridad para %s Desactivada.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET canal SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Opcion de kick firmado para %s Activada.
-CHAN_SET_SIGNKICK_LEVEL
- Opcion de kick firmado para %s Activada, pero depende
- del nivel del usuario que use el comando.
-CHAN_SET_SIGNKICK_OFF
- Opcion de kick firmado para %s Desactivada.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET canal OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Opcion OP-notice para %s Activada.
-CHAN_SET_OPNOTICE_OFF
- Opcion OP-notice para %s Desactivada.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET canal XOP {ON | OFF}
-CHAN_SET_XOP_ON
- El sistema de listas xOP para %s esta ahora Encendido.
-CHAN_SET_XOP_OFF
- El sistema de listas xOP para %s esta ahora Apagado.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET canal NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- El canal %s no expirara.
-CHAN_SET_NOEXPIRE_OFF
- El canal %s expirara.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Lo siento, solo puedes tener %d instancias de AOP/SOP/VOP
- en un canal.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- No puedes usar este comando. Usa el comando ACCESS en su lugar.
- Tipea %R%s HELP ACCESS para mayor informacion.
-CHAN_XOP_NOT_AVAILABLE
- El sistema xOP no esta disponible.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP canal {ADD|DEL|LIST|CLEAR} [nick | instancia]
-CHAN_AOP_DISABLED
- Lo siento, la modificacion de la lista AOP de canales esta
- temporalmente deshabilitada.
-CHAN_AOP_NICKS_ONLY
- La lista de AOP de canales solo puede contener nicks
- registrados.
-CHAN_AOP_ADDED
- %s añadido a la lista AOP de %s.
-CHAN_AOP_MOVED
- %s movido a %s en la lista AOP.
-CHAN_AOP_NO_SUCH_ENTRY
- No existe la instancia (#%d) en la lista AOP de %s.
-CHAN_AOP_NOT_FOUND
- %s no encontrado en la lista AOP de %s.
-CHAN_AOP_NO_MATCH
- No existen instancias concordantes en la lista AOP de %s.
-CHAN_AOP_DELETED
- %s borrado de la lista AOP de %s.
-CHAN_AOP_DELETED_ONE
- 1 instancia borrada de la lista AOP de %s.
-CHAN_AOP_DELETED_SEVERAL
- %d instancias borradas de la lista AOP de %s.
-CHAN_AOP_LIST_EMPTY
- La lista AOP de %s esta vacia.
-CHAN_AOP_LIST_HEADER
- Lista AOP para %s:
- Num Nick
-CHAN_AOP_CLEAR
- La lista AOP de canales %s ha sido limpiada.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]
-CHAN_HOP_DISABLED
- Lo siento, la modificacion de listas HOP de canales esta
- temporalmente deshabilitada.
-CHAN_HOP_NICKS_ONLY
- Listas HOP de canales solo pueden tener nicks registrados.
-CHAN_HOP_ADDED
- %s añadido a la lista HOP de %s.
-CHAN_HOP_MOVED
- %s movido a %s en la lista HOP.
-CHAN_HOP_NO_SUCH_ENTRY
- No existe la instancia (#%d) en la lista HOP de %s.
-CHAN_HOP_NOT_FOUND
- %s no encontrado en la lista HOP de %s.
-CHAN_HOP_NO_MATCH
- No existen instancias concordantes en la lista HOP de %s.
-CHAN_HOP_DELETED
- %s borrado de la lista HOP de %s.
-CHAN_HOP_DELETED_ONE
- 1 instancia borrada de la lista HOP de %s.
-CHAN_HOP_DELETED_SEVERAL
- %d instancias borradas de la lista HOP de %s.
-CHAN_HOP_LIST_EMPTY
- La lista HOP de %s esta vacia.
-CHAN_HOP_LIST_HEADER
- Lista HOP para %s:
- Num Nick
-CHAN_HOP_CLEAR
- La lista HOP de canales %s ha sido limpiada.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]
-CHAN_SOP_DISABLED
- Lo siento, la modificacion de la lista SOP de canales esta
- temporalmente deshabilitada.
-CHAN_SOP_NICKS_ONLY
- Listas SOP de canales solo pueden tener nicks registrados.
-CHAN_SOP_ADDED
- %s añadido a la lista SOP de %s.
-CHAN_SOP_MOVED
- %s movido a %s en la lista SOP.
-CHAN_SOP_NO_SUCH_ENTRY
- No existe la instancia (#%d) en la lista SOP de %s.
-CHAN_SOP_NOT_FOUND
- %s no encontrado en la lista SOP de %s.
-CHAN_SOP_NO_MATCH
- No existen instancias concordantes en la lista SOP de %s.
-CHAN_SOP_DELETED
- %s borrado de la lista SOP de %s.
-CHAN_SOP_DELETED_ONE
- 1 instancia borrada de la lista SOP de %s.
-CHAN_SOP_DELETED_SEVERAL
- %d instancias borradas de la lista SOP de %s.
-CHAN_SOP_LIST_EMPTY
- La lista SOP de %s esta vacia.
-CHAN_SOP_LIST_HEADER
- Lista SOP para %s:
- Num Nick
-CHAN_SOP_CLEAR
- La lista HOP de canales %s ha sido limpiada.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP canal {ADD|DEL|LIST|CLEAR} [nick | lista]
-CHAN_VOP_DISABLED
- Lo siento, la modificacion de la lista VOP de canales esta
- temporalmente deshabilitada.
-CHAN_VOP_NICKS_ONLY
- Listas VOP de canales solo pueden tener nicks registrados.
-CHAN_VOP_ADDED
- %s añadido a la lista VOP de %s.
-CHAN_VOP_MOVED
- %s movido a %s en la lista VOP.
-CHAN_VOP_NO_SUCH_ENTRY
- No existe la instancia (#%d) en la lista VOP de %s.
-CHAN_VOP_NOT_FOUND
- %s no encontrado en la lista VOP de %s.
-CHAN_VOP_NO_MATCH
- No existen instancias concordantes en la lista VOP de %s.
-CHAN_VOP_DELETED
- %s borrado de la lista VOP de %s.
-CHAN_VOP_DELETED_ONE
- 1 instancia borrada de la lista VOP de %s.
-CHAN_VOP_DELETED_SEVERAL
- %d instancias borradas de la lista VOP de %s.
-CHAN_VOP_LIST_EMPTY
- La lista VOP de %s esta vacia.
-CHAN_VOP_LIST_HEADER
- Lista VOP para %s:
- Num Nick
-CHAN_VOP_CLEAR
- La lista HOP de canales %s ha sido limpiada.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nivel] | lista]
-CHAN_ACCESS_XOP
- No puedes usar este comando.
- Usa los comandos AOP, SOP y VOP en vez.
- Tipea %R%s HELP comando para mayor informacion.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Lo siento, la modificacion de acceso a canales esta temporalmete deshabilitada.
-CHAN_ACCESS_LEVEL_NONZERO
- El nivel de acceso no puede ser cero.
-CHAN_ACCESS_LEVEL_RANGE
- El nivel de acceso debe ser entre %d y %d inclusive.
-CHAN_ACCESS_NICKS_ONLY
- Las listas de acceso a canales solo pueden contener nicks registrados.
-CHAN_ACCESS_REACHED_LIMIT
- Lo siento, solo puedes tener %d instancias de acceso en un determinado canal.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Nivel de acceso para %s en %s no cambiada de %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Nivel de acceso para %s en %s cambiada a %d.
-CHAN_ACCESS_ADDED
- %s añadido a la lista de acceso de %s con nivel %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- No existe (#%d) en la lista de acceso de %s.
-CHAN_ACCESS_NOT_FOUND
- %s no encontrado en la lista de acceso de %s.
-CHAN_ACCESS_NO_MATCH
- No hay instancias que concuerden en la lista de acceso de %s .
-CHAN_ACCESS_DELETED
- %s borrado de la lista de acceso de %s.
-CHAN_ACCESS_DELETED_ONE
- 1 instancia borrada de la lista de acceso de %s.
-CHAN_ACCESS_DELETED_SEVERAL
- %d instancias borradas de la lista de acceso de %s.
-CHAN_ACCESS_LIST_EMPTY
- La lista de acceso de %s esta vacia.
-CHAN_ACCESS_LIST_HEADER
- Lista de acceso para %s:
- Num Niv Nick
-CHAN_ACCESS_LIST_FOOTER
- Fin de la lista de acceso.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- La lista de acceso para el canal %s ha sido limpiada.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-o-mascara] [razon]
-CHAN_AKICK_DISABLED
- Lo siento, la modificacion de kicks automaticos en canales esta temporalmente deshabilitada.
-CHAN_AKICK_ALREADY_EXISTS
- %s ya esta presente en la lista de kick automatico en el canal %s.
-CHAN_AKICK_REACHED_LIMIT
- Lo siento, solo puedes tener %d mascaras para kicks automaticos en un canal.
-CHAN_AKICK_ADDED
- %s añadido a la lista de kicks automaticos en el canal %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- La instancia (#%d) no existe en la lista de kicks automaticos en el canal %s.
-CHAN_AKICK_NOT_FOUND
- %s no encontrado en la lista de kicks automaticos en el canal %s.
-CHAN_AKICK_NO_MATCH
- No existen instancias que concuerden en la lista de kicks automaticos en el canal %s.
-CHAN_AKICK_STUCK
- %s esta ahora siempre activo en el canal %s.
-CHAN_AKICK_UNSTUCK
- %s ya no esta siempre activo en el canal %s.
-CHAN_AKICK_DELETED
- %s borrado de la lista de kicks automaticos del canal %s.
-CHAN_AKICK_DELETED_ONE
- 1 instancia borrada de la lista de kicks automaticos del canal %s.
-CHAN_AKICK_DELETED_SEVERAL
- %d instancias borradas de la lista de kicks automaticos del canal %s.
-CHAN_AKICK_LIST_EMPTY
- La lista de kicks automaticos del canal %s esta vacia.
-CHAN_AKICK_LIST_HEADER
- Lista de kicks automaticos para el canal %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (por %s en %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (pegado) (por %s en %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE en %s completa; %d usuarios afectados.
-CHAN_AKICK_CLEAR
- La lista de kicks automaticos del canal %s ha sido limpiada.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nivel]]
-CHAN_LEVELS_XOP
- Este comando es inservible en este modo.
-CHAN_LEVELS_RANGE
- El nivel debe ser entre %d a %d inclusive.
-CHAN_LEVELS_CHANGED
- Nivel para %s en el canal %s cambiado a %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Opcion %s no conocida. Tipea %R%s HELP LEVELS DESC para una lista de opciones validas.
-CHAN_LEVELS_DISABLED
- %s inhabilitado(s) en el canal %s.
-CHAN_LEVELS_LIST_HEADER
- Opciones del nivel de acceso para el canal %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (inhabilitado)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (solo el fundador)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Niveles de acceso para %s resetados a los valores originales.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR El canal %s no esta registrado
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR El canal %s esta prohibido
-CHAN_STATUS_NOTONLINE
- STATUS ERROR El nick %s no esta online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO canal
-CHAN_INFO_HEADER
- Informacion para el canal %s:
-CHAN_INFO_FOUNDER
- Fundador: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Fundador: %s
-CHAN_INFO_SUCCESSOR
- Sucesor: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Sucesor: %s
-CHAN_INFO_DESCRIPTION
- Descripcion: %s
-CHAN_INFO_ENTRYMSG
- Mensaje de entrada: %s
-CHAN_INFO_TIME_REGGED
- Registrado: %s
-CHAN_INFO_LAST_USED
- Ultima vez usado: %s
-CHAN_INFO_LAST_TOPIC
- Ultimo topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topic seteado por: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- Direccion e-mail: %s
-CHAN_INFO_BANTYPE
- Tipo de ban: %d
-CHAN_INFO_OPTIONS
- Opciones: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Retencion de Topic
-CHAN_INFO_OPT_OPNOTICE
- Noticia de OP
-CHAN_INFO_OPT_PEACE
- Paz
-CHAN_INFO_OPT_PRIVATE
- Privado
-CHAN_INFO_OPT_RESTRICTED
- Acceso Restringido
-CHAN_INFO_OPT_SECURE
- Seguro
-CHAN_INFO_OPT_SECUREOPS
- Ops Seguros
-CHAN_INFO_OPT_SECUREFOUNDER
- Fundador Seguro
-CHAN_INFO_OPT_SIGNKICK
- Kicks Firmados
-CHAN_INFO_OPT_TOPICLOCK
- Lock de topic
-CHAN_INFO_OPT_XOP
- Sistema de listas xOP
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Ninguno
-CHAN_INFO_MODE_LOCK
- Modo de lock: %s
-CHAN_INFO_EXPIRE
- Expira en: %s
-CHAN_INFO_NO_EXPIRE
- Este canal no expirara.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST patron
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- Lista de instancias concordando a %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Fin de la lista - %d/%d concordancia(s) mostrada(s).
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE canal
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN canal [nick]
-CHAN_UNBANNED
- Has sido desbaneado de %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC canal [topico]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR canal modos-a-limpiar
-CHAN_CLEARED_BANS
- Todos los bans en el canal %s han sido removidos.
-CHAN_CLEARED_EXCEPTS
- Todas las excepciones en el canal %s han sido removidas.
-CHAN_CLEARED_MODES
- Todos los modos en el canal %s han sido reseteados.
-CHAN_CLEARED_OPS
- Modo +o ha sido removido del canal %s.
-CHAN_CLEARED_HOPS
- El modo +h ha sido removido del canal %s.
-CHAN_CLEARED_VOICES
- Modo +v ha sido removido del canal %s.
-CHAN_CLEARED_USERS
- Todos los usuarios han sido kickeados del canal %s.
-CHAN_CLEARED_INVITES
- Todos los invites en el canal %s han sido removidos.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY canal
-CHAN_GETKEY_NOKEY
- El canal %s no tiene clave.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID canal [razon]
-CHAN_FORBID_SYNTAX_REASON
- FORBID canal razon
-CHAN_FORBID_SUCCEEDED
- Canal %s ahora prohibido.
-CHAN_FORBID_FAILED
- Imposible prohibir el canal %s!
-
-# Misc responses
-CHAN_FORBID_REASON
- Este canal ha sido prohibido.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND canal [razon]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND canal razon
-CHAN_SUSPEND_SUCCEEDED
- Canal %s ahora prohibido.
-CHAN_SUSPEND_FAILED
- Imposible suspender el canal %s!
-CHAN_SUSPEND_REASON
- Este canal ha sido suspendido.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND canal
-CHAN_UNSUSPEND_ERROR
- No se ha encontrado # en frente del nombre del canal.
-CHAN_UNSUSPEND_SUCCEEDED
- Canal %s ahora liberado.
-CHAN_UNSUSPEND_FAILED
- Imposible liberar el canal %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s coincide con una excepcion en %s y no puede ser baneado hasta que la excepcion haya sido removida.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Tienes 1 memo nuevo.
-MEMO_HAVE_NEW_MEMOS
- Tienes %d memos nuevos.
-MEMO_TYPE_READ_LAST
- Tipea %R%s READ LAST para leer tu ultimo memo.
-MEMO_TYPE_READ_NUM
- Tipea %R%s READ %d para leerlo.
-MEMO_TYPE_LIST_NEW
- Tipea %R%s LIST NEW para listar tus memos.
-MEMO_AT_LIMIT
- Advertencia: haz alcanzado el maximo numero de memos (%d). No podras recibir mas memos hasta que borres algunos de los existentes.
-MEMO_OVER_LIMIT
- Advertencia: haz sobrepasado el maximo numero de memos (%d). Te sera imposible recibir mas memos hasta que borres algunos de los existentes.
-MEMO_X_MANY_NOTICE
- Hay %d memos en el canal %s.
-MEMO_X_ONE_NOTICE
- Hay %d memo en el canal %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Hay un memo nuevo en el canal %s.
- Tipea %R%s READ %s %d para leerlo.
-MEMO_NEW_MEMO_ARRIVED
- Tienes un nuevo memo de %s.
- Tipea %R%s READ %d para leerlo.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- No tienes memos.
-MEMO_X_HAS_NO_MEMOS
- %s no tiene memos.
-MEMO_DOES_NOT_EXIST
- El memo %d no existe!
-MEMO_LIST_NOT_FOUND
- No existen memos que concuerden.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | canal} texto
-MEMO_SEND_DISABLED
- Lo siento, el envio de memos esta temporalmente inhabilitado.
-MEMO_SEND_PLEASE_WAIT
- Por favor espera %d segundos antes de utilizar el comando SEND nuevamente.
-MEMO_X_GETS_NO_MEMOS
- %s no puede recibir memos.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s actualmente tiene muchos memos y no puede recibir mas.
-MEMO_SENT
- Memo enviado a %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- Un massmemo ha sido enviado a todos los usuarios registrados.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | canal}
-MEMO_CANCEL_DISABLED
- Lo siento, la cancelacion de memos esta temporalmente inabilitada.
-MEMO_CANCEL_NONE
- Ningun memo pudo ser cancelado.
-MEMO_CANCELLED
- Ultimo memo enviado a %s fue cancelado.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [canal] [lista | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- No tienes memos nuevos.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s no tiene memos nuevos.
-MEMO_LIST_MEMOS
- Memos para %s. Para leerlos tipea: %R%s READ numero
-MEMO_LIST_NEW_MEMOS
- Nuevos memos para %s. Para leerlos tipea: %R%s READ numero
-MEMO_LIST_CHAN_MEMOS
- Memos para %s. Para leerlos tipea: %R%s READ %s numero
-MEMO_LIST_CHAN_NEW_MEMOS
- Nuevos memos para %s. Para leerlos tipea: %R%s READ %s numero
-MEMO_LIST_HEADER
- Num De Fecha/Hora
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [canal] {lista | LAST | NEW}
-MEMO_HEADER
- Memo %d de %s (%s). Para borrarlo tipea: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d de %s (%s). Para borrarlo tipea: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [canal] {numero | lista | ALL}
-MEMO_DELETED_NONE
- Ningun memo fue borrado.
-MEMO_DELETED_ONE
- Memo %d ha sido borrado.
-MEMO_DELETED_SEVERAL
- Los memos %s han sido borrados.
-MEMO_DELETED_ALL
- Todos tus memos han sido borrados.
-
-# SET responses
-MEMO_CHAN_DELETED_ALL
- Todos los memos para el canal %s han sido borrados.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET opcion parametros
-MEMO_SET_DISABLED
- Lo siento, el seteo de opciones para memos esta temporalmente inhabilitado.
-MEMO_SET_UNKNOWN_OPTION
- Opcion SET %s desconocida.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s ahora te notificara de tus memos cuando te conectes y cuando te sean enviados.
-MEMO_SET_NOTIFY_LOGON
- %s ahora te notificara de tus memos cuando te conectes o saques tu /AWAY.
-MEMO_SET_NOTIFY_NEW
- %s ahora te notificara de tus memos cuando te sean enviados.
-MEMO_SET_NOTIFY_OFF
- %s no te enviara ninguna notificacion acerca de tus memos.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- Seras informado de nuevos memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- No seras informado de nuevos memos via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- Tu nick no tiene una direccion de e-mail.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [canal] limite
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [usuario | canal] {limite | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- No estas autorizado a cambiar tu limite de memos.
-MEMO_SET_LIMIT_FORBIDDEN
- El limite de memos para %s no puede ser cambiado.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- No puedes setear tu limite de memos mayor a %d.
-MEMO_SET_LIMIT_TOO_HIGH
- No puedes setear el limite de memos para %s mayor a %d.
-MEMO_SET_LIMIT_OVERFLOW
- Limite de memos muy alto; limitandolo a %d en vez.
-MEMO_SET_YOUR_LIMIT
- Tu limite de memos ha sido seteado a %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- No te sera posible recibir mas memos.
-MEMO_UNSET_YOUR_LIMIT
- Tu limite de memos ha sido deshabilitado.
-MEMO_SET_LIMIT
- Limite de memos para %s seteado a %d.
-MEMO_SET_LIMIT_ZERO
- Limite de memos para %s seteado a 0.
-MEMO_UNSET_LIMIT
- Limite de memos para %s deshabilitado.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [canal]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | canal]
-MEMO_INFO_NO_MEMOS
- No tienes memos.
-MEMO_INFO_MEMO
- Tienes 1 memo.
-MEMO_INFO_MEMO_UNREAD
- Tienes 1 memo y aun no ha sido leido.
-MEMO_INFO_MEMOS
- Tienes %d memos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Tienes %d memos, de los cuales 1 aun no ha sido leido.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Tienes %d memos, de los cuales %d aun no han sido leidos.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Tienes %d memos, ninguno de ellos leido.
-MEMO_INFO_LIMIT
- Tu limite de memos es %d.
-MEMO_INFO_HARD_LIMIT
- Tu limite de memos es %d y no puede ser cambiado.
-MEMO_INFO_LIMIT_ZERO
- Tu limite de memos es 0; No recibiras nuevos memos.
-MEMO_INFO_HARD_LIMIT_ZERO
- Tu limite de memos es 0; No recibiras nuevos memos. No puedes cambiar este limite.
-MEMO_INFO_NO_LIMIT
- No tienes limite en el numero de memos que puedes mantener.
-MEMO_INFO_NOTIFY_OFF
- No seras notificado por memos nuevos.
-MEMO_INFO_NOTIFY_ON
- Seras notificado por nuevos memos cuando te conectes y en cuanto te sean enviados.
-MEMO_INFO_NOTIFY_RECEIVE
- Seras notificado cuando los memos nuevos te sean enviados.
-MEMO_INFO_NOTIFY_SIGNON
- Seras notificado por memos nuevos en cuanto te conectes.
-MEMO_INFO_X_NO_MEMOS
- %s no tiene memos.
-MEMO_INFO_X_MEMO
- %s tiene 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s actualmente tiene 1 memo y aun no ha sido leido.
-MEMO_INFO_X_MEMOS
- %s actualmente tiene %d memos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s actualmente tiene %d memos, de los cuales 1 aun no ha sido leido.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s actualmente tienes %d memos, de los cuales %d aun no han sido leidos.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s actualmente tienes %d memos, de los cuales ninguno ha sido leido .
-MEMO_INFO_X_LIMIT
- El limite de memos para %s es %d.
-MEMO_INFO_X_HARD_LIMIT
- El limite de memos para %s es %d, y no puede ser cambiado.
-MEMO_INFO_X_NO_LIMIT
- %s no tiene limite para memos.
-MEMO_INFO_X_NOTIFY_OFF
- %s no es notificado por memos nuevos.
-MEMO_INFO_X_NOTIFY_ON
- %s es notificado por memos nuevos cuando se conecta y cuando le son enviados.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s es notificado cuando nuevos memos le son enviados.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s es notificado de nuevos memos cuando se conecta.
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- Nuevo memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Por favor espera %d segundos antes de usar el comando RSEND nuevamente.
-MEMO_RSEND_DISABLED
- Lo siento, RSEND ha sido deshabilitado en esta red.
-MEMO_RSEND_SYNTAX
- RSEND {nick | canal} texto-memo
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] El memo que enviaste ha sido leido.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] El memo que enviaste a %s ha sido leido.
-MEMO_RSEND_USER_NOTIFICATION
- Una notificacion ha sido enviada a %s informando que has leido su memo.
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- El ultimo memo que enviaste a %s (enviado el %s) aun no ha sido leido.
-MEMO_CHECK_READ
- El ultimo memo que enviaste a %s (enviado el %s) ha sido leido.
-MEMO_CHECK_NO_MEMO
- El nick %s no ha recibido ningun memo tuyo.
-MEMO_NO_RSEND_SELF
- No puedes pedir una notificacion cuando te envias el memo a ti mismo.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- El bot %s no existe.
-BOT_NOT_ASSIGNED
- Debes asignar un bot al canal antes de poder usar este comando.
- Tipea %R%S HELP ASSIGN para mayor informacion.
-BOT_NOT_ON_CHANNEL
- El bot no esta en el canal %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- No uses la palabra %s en este canal!
-BOT_REASON_BADWORD_GENTLE
- Cuida tu lenguaje!
-BOT_REASON_BOLD
- No uses negritas en este canal!
-BOT_REASON_CAPS
- Apaga las mayusculas!
-BOT_REASON_COLOR
- No uses colores en este canal!
-BOT_REASON_FLOOD
- Para de floodear!
-BOT_REASON_REPEAT
- Para de repetir!
-BOT_REASON_REVERSE
- No uses reversos en este canal!
-BOT_REASON_UNDERLINE
- No uses subrayados en este canal!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Me encontraste %s!
-BOT_SEEN_YOU
- Buscandote a ti mismo, eh %s?
-BOT_SEEN_ON_CHANNEL
- %s esta en el canal en estos instantes!
-BOT_SEEN_ON_CHANNEL_AS
- %s esta en el canal en estos instantes (como %s) !
-BOT_SEEN_ON
- %s fue visto aqui hace %s.
-BOT_SEEN_NEVER
- Jamas he visto a %s en este canal.
-BOT_SEEN_UNKNOWN
- Jamas he visto a %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick usuario host nombre-real
- BOT CHANGE nick-antiguo nick-nuevo [usuario [host [nombre-real]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- El bot %s ya existe.
-BOT_BOT_CREATION_FAILED
- Lo siento, la creacion de bot ha fallado
-BOT_BOT_READONLY
- Lo siento, la modificacion de bots esta temporalmente inabilitada.
-BOT_BOT_ADDED
- %s!%s@%s (%s) añadido a la lista de bots.
-BOT_BOT_ANY_CHANGES
- La informacion antigua es igual a la nueva.
-BOT_BOT_CHANGED
- El bot %s ha sido cambiado a %s!%s@%s (%s)
-BOT_BOT_DELETED
- El bot %s ha sido borrado.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Lista de bots:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots reservados a operadores de IRC:
-BOT_BOTLIST_FOOTER
- %d bots disponibles.
-BOT_BOTLIST_EMPTY
- No hay bots disponibles en este momento.
- Pidele a un administrador de servicios que cree uno!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN canal nick
-BOT_ASSIGN_READONLY
- Lo siento, el asignamiento de bots esta temporalmente inhabilitado.
-BOT_ASSIGN_ALREADY
- Bot %s ya esta asignado al canal %s.
-BOT_ASSIGN_ASSIGNED
- El bot %s ha sido asignado al canal %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN canal
-BOT_UNASSIGN_UNASSIGNED
- Ya no hay un bot asignado a %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {canal | nick}
-BOT_INFO_NOT_FOUND
- %s no es un bot valido o el canal no esta registrado.
-BOT_INFO_BOT_HEADER
- Informacion para el bot %s:
-BOT_INFO_BOT_MASK
- Mascara : %s@%s
-BOT_INFO_BOT_REALNAME
- Nombre real : %s
-BOT_INFO_BOT_CREATED
- Creado : %s
-BOT_INFO_BOT_USAGE
- Usado en : %d canal(es)
-BOT_INFO_BOT_OPTIONS
- Opciones : %s
-BOT_INFO_OPT_PRIVATE
- Privado
-BOT_INFO_CHAN_HEADER
- Informacion para el canal %s:
-BOT_INFO_CHAN_BOT
- Nick del bot : %s
-BOT_INFO_CHAN_BOT_NONE
- Nick del bot : Aun no asignado.
-BOT_INFO_CHAN_KICK_BADWORDS
- Kicker por Bad words : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kicker por Bad words : %s (%d kick(s) para ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Kicker por negritas : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kicker por negritas : %s (%d kick(s) para ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Caps kicker : %s (minimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kicker por mayusculas : %s (%d kick(s) para ban; minimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kicker por mayusculas : %s
-BOT_INFO_CHAN_KICK_COLORS
- Kicker por colores : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kicker por colores : %s (%d kick(s) para ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kicker por flood : %s (%d lineas en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kicker por flood : %s (%d kick(s) para ban; %d lineas en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kicker por flood : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kicker por repeticion : %s (%d veces)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kicker por repeticion : %s (%d kick(s) para ban; %d veces)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kicker por repeticion : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Kicker por inversos : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kicker por inversos : %s (%d kick(s) para ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kicker por subrayados : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kicker por subrayados : %s (%d kick(s) para ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- Activada
-BOT_INFO_INACTIVE
- Desactivada
-BOT_INFO_CHAN_OPTIONS
- Opciones : %s
-BOT_INFO_OPT_DONTKICKOPS
- Proteccion de Ops
-BOT_INFO_OPT_DONTKICKVOICES
- Proteccion de Voices
-BOT_INFO_OPT_FANTASY
- Fantasia
-BOT_INFO_OPT_GREET
- Saludo
-BOT_INFO_OPT_NOBOT
- Sin bot
-BOT_INFO_OPT_SYMBIOSIS
- Simbiosis
-BOT_INFO_OPT_NONE
- Ninguna
-
-# SET responses
-BOT_SET_SYNTAX
- SET canal opcion seteos
-BOT_SET_DISABLED
- Lo siento, el seteo de opciones para bot esta temporalmente inhabilitado
-BOT_SET_UNKNOWN
- Opcion %s desconocida.
- Tipea %R%S HELP SET para mayor informacion.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET canal DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot no kickeara ops en el canal %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot kickeara ops en el canal %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET canal DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot no kickeara voices en el canal %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot kickeara voices en el canal %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET canal FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Modo fantasia ahora Activado en el canal %s.
-BOT_SET_FANTASY_OFF
- Modo fantasia ahora Desactivado en el canal %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET canal GREET {ON|OFF}
-BOT_SET_GREET_ON
- Modo saludo ahora Activado en el canal %s.
-BOT_SET_GREET_OFF
- Modo saludo ahora Desactivado en el canal %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET canal NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Modo no bot ahora Activado en el canal %s.
-BOT_SET_NOBOT_OFF
- Modo no bot ahora Desactivado en el canal %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Modo privado del bot %s esta ahora Activado.
-BOT_SET_PRIVATE_OFF
- Modo privado del bot %s esta ahora Desactivado.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET canal SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Modo Simbiosis ahora Activado en el canal %s.
-BOT_SET_SYMBIOSIS_OFF
- Modo Simbiosis ahora Desactivado en el canal %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK canal opcion {ON|OFF} [seteos]
-BOT_KICK_DISABLED
- Lo siento, la configuracion de kicker esta temporalmente inabilitada.
-BOT_KICK_UNKNOWN
- Opcion %s desconocida.
- Tipea %R%S HELP KICK para mayor informacion
-BOT_KICK_BAD_TTB
- %s no puede ser tomado como veces a banear
-
-BOT_KICK_BADWORDS_ON
- El bot ahora kickeara bad words. Usa el comando BADWORDS
- para añadir o remover palabras.
-BOT_KICK_BADWORDS_ON_BAN
- El bot ahora kickeara bad words, y baneara despues de
- %d kicks al mismo usuario. Usa el comando BADWORDS
- para añadir o remover palabras.
-BOT_KICK_BADWORDS_OFF
- El bot ya no kickeara bad words.
-BOT_KICK_BOLDS_ON
- El bot ahora kickeara negritas.
-BOT_KICK_BOLDS_ON_BAN
- El bot ahora kickeara negritas, y baneara despues de
- %d kicks al mismo usuario.
-BOT_KICK_BOLDS_OFF
- El bot ya no kickeara negritas.
-BOT_KICK_CAPS_ON
- El bot ahora kickeara mayusculas (deben ser al menos
- %d caracteres y %d%% del mensaje entero).
-BOT_KICK_CAPS_ON_BAN
- El bot ahora kickeara mayusculas (deben ser al menos
- %d caracteres y %d%% del mensaje entero), y baneara
- despues de %d kicks al mismo usuario.
-BOT_KICK_CAPS_OFF
- El bot ya no kickeara mayusculas.
-BOT_KICK_COLORS_ON
- El bot ahora kickeara colores.
-BOT_KICK_COLORS_ON_BAN
- El bot ahora kickeara colores, y baneara despues de %d
- kicks al mismo usuario.
-BOT_KICK_COLORS_OFF
- El bot ya no kickeara colores.
-BOT_KICK_FLOOD_ON
- El bot ahora kickeara flood (%d lineas en %d segundos).
-BOT_KICK_FLOOD_ON_BAN
- El bot ahora kickeara flood (%d lineas in %d segundos), y
- baneara despues de %d kicks al mismo usuario.
-BOT_KICK_FLOOD_OFF
- El bot ya no kickeara flood.
-BOT_KICK_REPEAT_ON
- El bot ahora kickeara repeats (usuarios que repitan %d veces
- lo mismo).
-BOT_KICK_REPEAT_ON_BAN
- El bot ahora kickeara repeats (usuarios que repitan %d veces
- lo mismo), y baneara despues de %d
- kicks al mismo usuario.
-BOT_KICK_REPEAT_OFF
- El bot ya no kickeara repeats.
-BOT_KICK_REVERSES_ON
- El bot ahora kickeara reversos.
-BOT_KICK_REVERSES_ON_BAN
- El bot ahora kickeara reversos, y baneara despues de %d
- kicks al mismo usuario.
-BOT_KICK_REVERSES_OFF
- El bot ya no kickeara reversos.
-BOT_KICK_UNDERLINES_ON
- El bot ahora kickeara subrayados.
-BOT_KICK_UNDERLINES_ON_BAN
- El bot ahora kickeara subrayados, y baneara despues de %d
- kicks al mismo usuario.
-BOT_KICK_UNDERLINES_OFF
- El bot ya no kickeara subrayados.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS canal {ADD|DEL|LIST|CLEAR} [palabra | lista] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Lo siento, la lista de bad words para canales esta temporalmente inabilitada.
-BOT_BADWORDS_REACHED_LIMIT
- Lo siento, solo puedes tener %d bad words en un canal.
-BOT_BADWORDS_ALREADY_EXISTS
- %s ya existe en la lista de bad words de %s.
-BOT_BADWORDS_ADDED
- %s añadida a la lista de bad words de %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- No existe la instancia (#%d) en la lista de bad words de %s.
-BOT_BADWORDS_NOT_FOUND
- %s no encontrada en la lista de bad words de %s.
-BOT_BADWORDS_NO_MATCH
- No existen palabras que concuerden en la lista de bad words de %s.
-BOT_BADWORDS_DELETED
- %s borrada de la lista de bad words de %s.
-BOT_BADWORDS_DELETED_ONE
- 1 palabra borrada de la lista de bad words de %s.
-BOT_BADWORDS_DELETED_SEVERAL
- %d palabras borradas de la lista de bad words de %s.
-BOT_BADWORDS_LIST_EMPTY
- La lista de bad words de %s esta vacia.
-BOT_BADWORDS_LIST_HEADER
- Lista de Bad words para %s:
- Num Palabra Tipo
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- La lista de bad words esta ahora vacia.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY canal texto
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT canal texto
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_EXCEPT
- Usuario coincide con el except del canal.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_BAD_NICK
- Los nicks de bots pueden solo contener caracteres de nicks validos.
-BOT_BAD_HOST
- Los hosts de bots pueden contener solo caracteres de hosts validos.
-BOT_BAD_IDENT
- Los idents de bots pueden contener solo caracteres validos.
-BOT_LONG_IDENT
- Los Idents de bots pueden tener solo %d caracteres.
-BOT_LONG_HOST
- Los Hosts de bots pueden tener solo %d caracteres.
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Los Servicios no han podido cambiar modos. Estan bien configurados tus servidores?
-OPER_BOUNCY_MODES_U_LINE
- Los Servicios no han podido cambiar modos. Estan las lineas U: de tus servidores configuradas correctamente?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL mensaje
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Opcion STATS %s desconocida.
-OPER_STATS_CURRENT_USERS
- Actuales usuarios: %d (%d ops)
-OPER_STATS_MAX_USERS
- Maximo numero de usuarios: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Servicios arriba %d dias, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Servicios arriba %d dias, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Servicios arriba %d horas, %d minutos
-OPER_STATS_UPTIME_HM1S
- Servicios arriba %d horas, %d minutos
-OPER_STATS_UPTIME_H1MS
- Servicios arriba %d horas, %d minuto
-OPER_STATS_UPTIME_H1M1S
- Servicios arriba %d horas, %d minuto
-OPER_STATS_UPTIME_1HMS
- Servicios arriba %d hora, %d minutos
-OPER_STATS_UPTIME_1HM1S
- Servicios arriba %d hora, %d minutos
-OPER_STATS_UPTIME_1H1MS
- Servicios arriba %d hora, %d minuto
-OPER_STATS_UPTIME_1H1M1S
- Servicios arriba %d hora, %d minuto
-OPER_STATS_UPTIME_MS
- Servicios arriba %d minutos, %d segundos
-OPER_STATS_UPTIME_M1S
- Servicios arriba %d minutos, %d segundo
-OPER_STATS_UPTIME_1MS
- Servicios arriba %d minuto, %d segundos
-OPER_STATS_UPTIME_1M1S
- Servicios arriba %d minuto, %d segundo
-OPER_STATS_BYTES_READ
- Bytes leidos : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes escritos : %5d kB
-OPER_STATS_USER_MEM
- Usuario : %6d records, %5d kB
-OPER_STATS_CHANNEL_MEM
- Canal : %6d records, %5d kB
-OPER_STATS_GROUPS_MEM
- Grupos NS : %6d records, %5d kB
-OPER_STATS_ALIASES_MEM
- Aliases NS : %6d records, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d records, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d records, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d records, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sesiones : %6d records, %5d kB
-OPER_STATS_AKILL_COUNT
- Numero actual de AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Tiempo de expiracion por defecto de AKILL: %d dias
-OPER_STATS_AKILL_EXPIRE_DAY
- Tiempo de expiracion por defecto de AKILL: 1 dia
-OPER_STATS_AKILL_EXPIRE_HOURS
- Tiempo de expiracion por defecto de AKILL: %d horas
-OPER_STATS_AKILL_EXPIRE_HOUR
- Tiempo de expiracion por defecto de AKILL: 1 hora
-OPER_STATS_AKILL_EXPIRE_MINS
- Tiempo de expiracion por defecto de AKILL: %d minutos
-OPER_STATS_AKILL_EXPIRE_MIN
- Tiempo de expiracion por defecto de AKILL: 1 minuto
-OPER_STATS_AKILL_EXPIRE_NONE
- Tiempo de expiracion por defecto de AKILL: Sin expiracion
-OPER_STATS_SNLINE_COUNT
- Numero actual de SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Tiempo de expiracion por defecto de SNLINE: %d dias
-OPER_STATS_SNLINE_EXPIRE_DAY
- Tiempo de expiracion por defecto de SNLINE: 1 dia
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Tiempo de expiracion por defecto de SNLINE: %d horas
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Tiempo de expiracion por defecto de SNLINE: 1 hora
-OPER_STATS_SNLINE_EXPIRE_MINS
- Tiempo de expiracion por defecto de SNLINE: %d minutos
-OPER_STATS_SNLINE_EXPIRE_MIN
- Tiempo de expiracion por defecto de SNLINE: 1 minuto
-OPER_STATS_SNLINE_EXPIRE_NONE
- Tiempo de expiracion por defecto de SNLINE: Sin expiracion
-OPER_STATS_SQLINE_COUNT
- Numero actual de SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Tiempo de expiracion por defecto de SQLINE: %d dias
-OPER_STATS_SQLINE_EXPIRE_DAY
- Tiempo de expiracion por defecto de SQLINE: 1 dia
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Tiempo de expiracion por defecto de SQLINE: %d horas
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Tiempo de expiracion por defecto de SQLINE: 1 hora
-OPER_STATS_SQLINE_EXPIRE_MINS
- Tiempo de expiracion por defecto de SQLINE: %d minutos
-OPER_STATS_SQLINE_EXPIRE_MIN
- Tiempo de expiracion por defecto de SQLINE: 1 minuto
-OPER_STATS_SQLINE_EXPIRE_NONE
- Tiempo de expiracion por defecto de SQLINE: Sin expiracion
-OPER_STATS_SZLINE_COUNT
- Numero actual de SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Tiempo de expiracion por defecto de SZLINE: %d dias
-OPER_STATS_SZLINE_EXPIRE_DAY
- Tiempo de expiracion por defecto de SZLINE: 1 dia
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Tiempo de expiracion por defecto de SZLINE: %d horas
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Tiempo de expiracion por defecto de SZLINE: 1 hora
-OPER_STATS_SZLINE_EXPIRE_MINS
- Tiempo de expiracion por defecto de SZLINE: %d minutos
-OPER_STATS_SZLINE_EXPIRE_MIN
- Tiempo de expiracion por defecto de SZLINE: 1 minuto
-OPER_STATS_SZLINE_EXPIRE_NONE
- Tiempo de expiracion por defecto de SZLINE: Sin expiracion
-OPER_STATS_RESET
- Estadisticas reseteadas.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE canal modos
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE nick modos
-
-# OLINE responses
-OPER_UMODE_SUCCESS
- Cambiados los modos de usuario de %s.
-OPER_UMODE_CHANGED
- %s cambio tus modos de usuario.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick opciones
-OPER_OLINE_SUCCESS
- Una O:Line con las opciones %s ha sido agregada para %s.
-
-# CLEARMODES responses
-OPER_OLINE_IRCOP
- Eres ahora un operador de IRC.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES canal [ALL]
-OPER_CLEARMODES_DONE
- Modos binarios y bans limpiados del canal %s.
-OPER_CLEARMODES_ALL_DONE
- Todos los modos limpiados del canal %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK canal usuario razon
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick nuevonick
-OPER_SVSNICK_NEWNICK
- El nick %s esta siendo cambiado a %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} [razon]]
-OPER_AKILL_EXISTS
- %s ya esta presente en la lista de AKILLs.
-OPER_AKILL_ALREADY_COVERED
- %s ya esta cubierto por %s.
-OPER_AKILL_REACHED_LIMIT
- Lo siento, solo puedes tener %d AKILLs.
-OPER_AKILL_NO_NICK
- Recordatorio: Las mascaras AKILL no pueden contener nicks; asegurate de no haber incluido el nick en tu mascara.
-OPER_AKILL_ADDED
- %s añadido a la lista de AKILLs.
-OPER_AKILL_CHANGED
- Tiempo de expiracion para %s cambiado.
-OPER_AKILL_NOT_FOUND
- %s no encontrado en la lista de AKILLs.
-OPER_AKILL_NO_MATCH
- No existen instancias similares en la lista de AKILLs.
-OPER_AKILL_DELETED
- %s borrado de la lista de AKILLs.
-OPER_AKILL_DELETED_ONE
- 1 instancia borrada de la lista de AKILLs.
-OPER_AKILL_DELETED_SEVERAL
- %d instancias borradas de la lista de AKILLs.
-OPER_AKILL_LIST_EMPTY
- La lista de AKILLS esta vacia.
-OPER_AKILL_LIST_HEADER
- Lista actual de AKILLs:
- Num Mascara Razon
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Lista actual de AKILLs:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (por %s en %s; %s)
- %s
-OPER_AKILL_CLEAR
- La lista de AKILLs ha sido limpiada.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista}[:razon]]
-OPER_SNLINE_UNSUPPORTED
- Lo siento, SNLINE no esta disponible en esta red.
-OPER_SNLINE_EXISTS
- %s ya existe en la lista de SNLINEs.
-OPER_SNLINE_ALREADY_COVERED
- %s ya esta cubierto por %s.
-OPER_SNLINE_REACHED_LIMIT
- Lo siento, solo puedes tener %d SNLINEs.
-OPER_SNLINE_ADDED
- %s añadido a la lista de SNLINEs.
-OPER_SNLINE_CHANGED
- Tiempo de expiracion para %s cambiado.
-OPER_SNLINE_NOT_FOUND
- %s no encontrado en la lista de SNLINEs.
-OPER_SNLINE_NO_MATCH
- No existen instancias similares en la lista de SNLINEs.
-OPER_SNLINE_DELETED
- %s borrado de la lista de SNLINEs.
-OPER_SNLINE_DELETED_ONE
- 1 instancia borrada de la lista de SNLINEs.
-OPER_SNLINE_DELETED_SEVERAL
- %d instancias borradas de la lista de SNLINEs.
-OPER_SNLINE_LIST_EMPTY
- La lista de SNLINEs esta vacia.
-OPER_SNLINE_LIST_HEADER
- Lista actual de SNLINEs:
- Num Mascara Razon
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Lista actual de SNLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (por %s en %s; %s)
- %s
-OPER_SNLINE_CLEAR
- La lista de SNLINEs ha sido limpiada.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} [razon]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- SQLINEs de canal no estan soportadas por tu IRCd, asi que no las puedes usar.
-OPER_SQLINE_EXISTS
- %s ya existe en la lista de SQLINEs.
-OPER_SQLINE_ALREADY_COVERED
- %s ya esta cubierto por %s.
-OPER_SQLINE_REACHED_LIMIT
- Lo siento, solo puedes tener %d SQLINEs.
-OPER_SQLINE_ADDED
- %s añadido a la lista de SQLINEs.
-OPER_SQLINE_CHANGED
- Tiempo de expiracion para %s cambiado.
-OPER_SQLINE_NOT_FOUND
- %s no encontrado en la lista de SQLINEs
-OPER_SQLINE_NO_MATCH
- No existen instancias similares en la lista de SQLINEs.
-OPER_SQLINE_DELETED
- %s borrado de la lista de SQLINEs.
-OPER_SQLINE_DELETED_ONE
- 1 instancia borrada de la lista de SQLINEs.
-OPER_SQLINE_DELETED_SEVERAL
- %d instancias borradas de la lista de SQLINEs.
-OPER_SQLINE_LIST_EMPTY
- La lista de SQLINEs esta vacia.
-OPER_SQLINE_LIST_HEADER
- Lista actual de SQLINEs:
- Num Mascara Razon
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Lista actual de SQLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (por %s en %s; %s)
- %s
-OPER_SQLINE_CLEAR
- La lista de SQLINEs ha sido limpiada.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiracion] {mascara | lista} [razon]]
-OPER_SZLINE_UNSUPPORTED
- Lo siento, el comando SZLINE no esta disponible en esta red.
-OPER_SZLINE_EXISTS
- %s ya existe en la lista de SZLINEs.
-OPER_SZLINE_ALREADY_COVERED
- %s ya esta cubierto por %s.
-OPER_SZLINE_REACHED_LIMIT
- Lo siento, solo puedes tener %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Recordatorio: Solo puedes añadir mascaras IP a la lista de SZLINEs.
-OPER_SZLINE_ADDED
- %s añadido a la lista de SZLINEs.
-OPER_SZLINE_CHANGED
- Tiempo de expiracion de %s cambiado.
-OPER_SZLINE_NOT_FOUND
- %s no encontrado en la lista de SZLINEs.
-OPER_SZLINE_NO_MATCH
- No existen instancias similares en la lista de SZLINEs.
-OPER_SZLINE_DELETED
- %s borrado de la lista de SZLINEs.
-OPER_SZLINE_DELETED_ONE
- 1 instancia borrada de la lista de SZLINEs.
-OPER_SZLINE_DELETED_SEVERAL
- %d instancias borradas de la lista de SZLINEs.
-OPER_SZLINE_LIST_EMPTY
- La lista de SZLINEs esta vacia.
-OPER_SZLINE_LIST_HEADER
- Lista actual de SZLINEs:
- Num Mascara Razon
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Lista actual de SZLINEs:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (por %s en %s; %s)
- %s
-OPER_SZLINE_CLEAR
- La lista de SZLINEs ha sido limpiada.
-
-# SET responses
-OPER_SET_SYNTAX
- SET opcion seteo
-OPER_SET_IGNORE_ON
- Codigo ignore sera usado.
-OPER_SET_IGNORE_OFF
- Codigo ignore no sera usado.
-OPER_SET_IGNORE_ERROR
- El seteo para IGNORE debe ser ON u OFF.
-OPER_SET_READONLY_ON
- Servicios ahora en modo read-only.
-OPER_SET_READONLY_OFF
- Servicios ahora en modo de read-write.
-OPER_SET_READONLY_ERROR
- El seteo para READONLY debe ser ON u OFF.
-OPER_SET_LOGCHAN_ON
- Servicios ahora reportando el log en %s.
-OPER_SET_LOGCHAN_OFF
- Servicios ha dejado de reportal el log.
-OPER_SET_LOGCHAN_ERROR
- Setting for LOGCHAN debe ser ON or OFF y LogChannel debe estar definido.
-OPER_SET_DEBUG_ON
- Servicios ahora en modo debug.
-OPER_SET_DEBUG_OFF
- Servicios ahora en modo no-debug.
-OPER_SET_DEBUG_LEVEL
- Servicios ahora en modo debug (nivel %d).
-OPER_SET_DEBUG_ERROR
- El seteo para DEBUG debe ser ON, OFF, o un numero positivo.
-OPER_SET_NOEXPIRE_ON
- Servicios ahora en modo no expire.
-OPER_SET_NOEXPIRE_OFF
- Servicios ahora en modo expire.
-OPER_SET_NOEXPIRE_ERROR
- Seteo para NOEXPIRE debe ser ON u OFF.
-OPER_SET_UNKNOWN_OPTION
- Opcion %s desconocida.
-OPER_SET_LIST_OPTION_ON
- %s esta habilitado
-OPER_SET_LIST_OPTION_OFF
- %s esta deshabilitado
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} servidor
-OPER_NOOP_SET
- Todas las lineas O de %s han sido removidas.
-OPER_NOOP_REVOKE
- Todas las lineas O de %s han sido reseteadas.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE nombre-del-servidor [razon]
-OPER_JUPE_HOST_ERROR
- Por favor usa un nombre de servidor valido cuando use JUPE
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Updateando las bases de datos.
-
-# RELOAD responses
-OPER_RELOAD
- El archivo de configuracion de Servicios ha sido cargado nuevamente.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN no definido; imposible partir nuevamente. Corre nuevamente el
- script \2configure\2 y recompila Services para incluir el comando RESTART.
-
-# IGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [tiempo] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Debes ingresar un numero valido como tiempo.
-OPER_IGNORE_TIME_DONE
- %s sera ignorado por %s.
-OPER_IGNORE_PERM_DONE
- %s sera ignorado permanentemente.
-OPER_IGNORE_DEL_DONE
- %s ya no sera ignorado.
-OPER_IGNORE_LIST
- Lista ignore de Servicios:
-OPER_IGNORE_LIST_NOMATCH
- %s no encontrado en la lista ignore.
-OPER_IGNORE_LIST_EMPTY
- La lista ignore esta vacia.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- La lista ignore ha sido vaciada.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Imposible encontrar al usuario %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Lista de canal:
- Nombre Modos de Usr. Topico
-OPER_CHANLIST_HEADER_USER
- Lista del canal %s:
- Nombre Modos de Usr. Topico
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Fin de la lista de canales.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Lista de usuarios:
- Nick Mascara
-OPER_USERLIST_HEADER_CHAN
- Lista de usuarios de %s:
- Nick Mascara
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Fin de la lista de usuarios.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- Ahora eres un SuperAdmin.
-OPER_SUPER_ADMIN_OFF
- Ya no eres un SuperAdmin.
-OPER_SUPER_ADMIN_SYNTAX
- Opciones para SuperAdmin deben ser ON u OFF.
-OPER_SUPER_ADMIN_WALL_ON
- %s es ahora un Super-Admin.
-OPER_SUPER_ADMIN_WALL_OFF
- %s ya no es un Super-Admin.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ONLY
- Solo Super-Admins pueden usar este comando.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Nick
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Los servicios estan deshabilitados temporalmente, por favor intenta mas tarde
-OPER_DEFCON_CHANGED
- Servicios estan ahora en DEFCON %d
-OPER_DEFCON_WALL
- %s Cambiado el nivel de DEFCON a %d
-DEFCON_GLOBAL
- El Nivel de Defcon esta ahora a Nivel: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Modulo %s cargado
-OPER_MODULE_UNLOADED
- Modulo %s descargado
-OPER_MODULE_LOAD_FAIL
- Imposible cargar modulo %s
-OPER_MODULE_REMOVE_FAIL
- Imposible quitar modulo %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD NombreArchivo
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD NombreArchivo
-OPER_MODULE_LIST_HEADER
- Lista actual de modulos:
-OPER_MODULE_LIST
- Modulo: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modulos cargados.
-OPER_MODULE_INFO_LIST
- Modulo: %s Version: %s Autor: %s cargado: %s
-OPER_MODULE_CMD_LIST
- Comandos entregados: %R%s %s
-OPER_MODULE_MSG_LIST
- Entrega control al IRCD para: %s
-OPER_MODULE_NO_LIST
- Actualmente no hay modulos cargados
-OPER_MODULE_NO_INFO
- No hay informacion disponible para el modulo %s
-OPER_MODULE_INFO_SYNTAX
- MODINFO NombreArchivo
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- Los siguientes comandos han sido cargados por un modulo:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametros]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+expiracion] mascara limite razon
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mascara | lista}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE numero posicion
-OPER_EXCEPTION_DISABLED
- Limites de sesion no disponibles.
-OPER_EXCEPTION_ALREADY_PRESENT
- La mascara %s ya esta presente en la lista de excepciones.
-OPER_EXCEPTION_TOO_MANY
- La lista de excepciones al limite de sesiones esta llena!
-OPER_EXCEPTION_ADDED
- Limite de sesion para %s seteado a %d.
-OPER_EXCEPTION_MOVED
- Excepcion para %s (#%d) movido a la posicion %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- La instancia no existe (#%d) en la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_NOT_FOUND
- %s no encontrado en la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_NO_MATCH
- No existen instancias similares en la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_DELETED
- %s instancias borradas de la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_DELETED_ONE
- 1 instancia borrada de la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_DELETED_SEVERAL
- %d instancias borradas de la lista de excepciones al limite de sesiones.
-OPER_EXCEPTION_LIST_HEADER
- Lista de excepciones al limite de sesiones actual:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Num Limite Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Limite: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Limite de sesion invalido. Debe ser un entero valido mayor o igual a cero y menor a %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Mascara invalida. Solo mascaras reales son validas ya que excepciones no son comparadas a nicks o usernames.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limite | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limite
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- El limite de sesion esta inhabilitado.
-OPER_SESSION_INVALID_THRESHOLD
- Valor de umbral invalido. debe ser un entero valido mayor a 1.
-OPER_SESSION_NOT_FOUND
- %s no encontrado en la lista de sesion.
-OPER_SESSION_LIST_HEADER
- Hosts con al menos %d sesiones:
-OPER_SESSION_LIST_COLHEAD
- Sesiones Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- El host %s actualmente tiene %d sesiones con un limite de %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Sintaxis: EXCEPTION ADD [+expiracion] mascara limite razon
- EXCEPTION DEL {mascara | lista}
- EXCEPTION MOVE numero posicion
- EXCEPTION LIST [mascara | lista]
- EXCEPTION VIEW [mascara | lista]
-
- Permite a los administradores de Servicios manipular la lista
- de hosts que tienen un limite de sesion especifico - permitiendo
- a ciertas maquinas, como servidores de shells, mantener mayor numero
- de clientes al mismo tiempo. En cuanto un host alcance su limite
- de sesiones, todos los clientes intentando conectarse desde ese
- host seran killeados. Antes de killear usuarios, estos son
- notificados a traves de un /NOTICE del %S con ayuda acerca
- de el limite de sesion. El contenido de este notice es un seteo
- de configuracion.
-
- EXCEPTION ADD añade la mascara de host dada a la lista de
- excepcion. Ten en cuenta que las mascaras nick!usuario@host
- y usuario@host son invalidas. Solo mascaras reales como
- box.host.dom and *.host.dom, son permitidas ya que el
- limite de sesiones no toma en cuenta nicks o nombres de usuario.
- limite debe ser un numero mayor o igual a cero. Esto determina
- cuantas sesiones el host puede tener a un tiempo dado. El valor
- cero significa que el host no tiene limites de sesion. Ver la ayuda
- acerca de AKILL para detalles acerca del parametro opcional
- expiracion.
- EXCEPTION DEL remueve la mascara dada de la lista de excepcion.
- EXCEPTION MOVE mueve la excepcion numero a posicion. Las
- excepciones entre medio seran movidas arriba o abajo para llenar el
- espacio.
- EXCEPTION LIST y EXCEPTION VIEW muestran todas las
- excepciones actuales; si la mascara opcional es dada, la lista es
- limitada a las excepciones similares a la mascara. La diferencia
- es que EXCEPTION VIEW es mas verbal, mostrando el nombre de la
- persona que agrego la excepcion, el limite de excepcion, razon,
- mascara de hosts y la fecha y hora de expiracion.
-
- Toma en cuenta que un cliente conectandose "usara" la primera
- excepcion a la que el host se asemeje. Largas listas de excepcion
- y mascaras que se asemejen a muchas mascaras posiblemente degraden
- el rendimiento de los Servicios.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_SESSION
- Sintaxis: SESSION LIST umbral
- SESSION VIEW host
-
- Permite a los administradores de Servicios ver la lista de sesiones.
-
- SESSION LIST lista hosts con al menos umbral sesiones.
- El umbral debe ser un numero mayor a 1. Esto es para prevenir
- listados accidentales del gran numero de hosts de sesion.
- SESSION VIEW muestra informacion detallada acerca de un host
- especifico - incluyendo la cuenta de sesion y el limite de sesion
- actual.
- El valor host no puede incluir comodines.
-
- Mira la ayuda sobre EXCEPTION para mayor informacion acerca de
- limites de sesion y como setearlos para hosts y grupos especificos
- de ahi en adelante.
-
- Limitado a administradores de Servicios.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Sintaxis: STAFF
-
- Muestra todos los nicks de Services Staff, junto con su nivel
- y estado on-line.
-
-OPER_HELP_DEFCON
- Sintaxis: DEFCON [1|2|3|4|5]
-
- El sistema defcon puede ser usado para implementar un conjunto
- pre-definido de restricciones que son muy utiles en un eventual
- ataque a la red.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * No nuevos registros de canales
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * No nuevos registros de nicks
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * No cambios en MLOCK
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Fuerza Modos de Canal (%s) para ser seteado en todos los canales
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Usa el reducido limite de sesion de %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill a cualquier NUEVO cliente que se conecte
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignora a cualquier no-operador notificando
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Ignora a los no-operadores sin notificar
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL cualquier nuevo cliente que se conecte
-
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * No hay nuevos memos enviados
-OPER_HELP_CHANKILL
- Sintaxis: CHANKILL [+expira] canal razon
-
- Pone un AKILL para cada nick en el canal especificado. Este
- usa el entero, completo y real ident@host para cada nick,
- entonces ejecuta el AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Noticias de Logon - %s] %s
-NEWS_OPER_TEXT
- [Noticias de Oper - %s] %s
-NEWS_RANDOM_TEXT
- [Noticias al Azar - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [texto|numero]
-NEWS_LOGON_LIST_HEADER
- Noticias de entrada:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_LOGON_LIST_NONE
- No hay Noticias de entrada.
-NEWS_LOGON_ADD_SYNTAX
- Sintaxis: LOGONNEWS ADD texto
-NEWS_LOGON_ADD_FULL
- La lista de noticias esta llena!
-NEWS_LOGON_ADDED
- Nueva noticia de entrada anadida (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Sintaxis: LOGONNEWS DEL {numero | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Noticia de entrada #%d no encontrada!
-NEWS_LOGON_DELETED
- Noticia de entrada #%d borrada.
-NEWS_LOGON_DEL_NONE
- No hay noticias de entrada para borrar!
-NEWS_LOGON_DELETED_ALL
- Todas las noticias de entrada borradas.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [texto|numero]
-NEWS_OPER_LIST_HEADER
- Noticias de oper:
-NEWS_OPER_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_OPER_LIST_NONE
- No hay noticias de oper.
-NEWS_OPER_ADD_SYNTAX
- Sintaxis: OPERNEWS ADD texto
-NEWS_OPER_ADD_FULL
- La lista de noticias esta llena!
-NEWS_OPER_ADDED
- Nueva noticia de oper anadida (#%d).
-NEWS_OPER_DEL_SYNTAX
- Sintaxis: OPERNEWS DEL {numero | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Noticia de oper #%d no encontrada!
-NEWS_OPER_DELETED
- Noticia de oper #%d borrada.
-NEWS_OPER_DEL_NONE
- No hay noticias de oper para borrar!
-NEWS_OPER_DELETED_ALL
- Todas las noticias de oper borradas.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [texto|numero]
-NEWS_RANDOM_LIST_HEADER
- Noticias al Azar:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s por %s)
- %s
-NEWS_RANDOM_LIST_NONE
- No hay Noticias al azar.
-NEWS_RANDOM_ADD_SYNTAX
- Sintaxis: RANDOMNEWS ADD texto
-NEWS_RANDOM_ADD_FULL
- La lista de noticias esta llena!
-NEWS_RANDOM_ADDED
- Nueva noticia al azar anadida (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Sintaxis: RANDOMNEWS DEL {numero | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Noticia al azar #%d no encontrada!
-NEWS_RANDOM_DELETED
- Noticia al azar #%d borrada.
-NEWS_RANDOM_DEL_NONE
- No hay noticias al azar para borrar!
-NEWS_RANDOM_DELETED_ALL
- Todas las noticias al azar borradas.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Sintaxis: RANDOMNEWS ADD texto
- RANDOMNEWS DEL {numero | ALL}
- RANDOMNEWS LIST
-
- Edita o muestra la lista de mensajes de noticia al azar.
- Cuando un usuario se conecta a la red, uno (y solo uno) de los
- mensajes al azar sera elejido y enviado a ellos.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-
-NICK_HELP_CMD_REGISTER
- REGISTER Registra un nickname
-NICK_HELP_CMD_GROUP
- GROUP Ingresa a un grupo
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Para identificarte con tu clave
-NICK_HELP_CMD_ACCESS
- ACCESS Modifica la lista de direcciones autorizadas
-NICK_HELP_CMD_SET
- SET Setea protecciones, incluyendo kills
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Cancela la registracion de un nickname
-NICK_HELP_CMD_RECOVER
- RECOVER Killea otro usuario que este usando tu nickname
-NICK_HELP_CMD_RELEASE
- RELEASE Retoma custodia de tu nick luego de RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Olvidaste tu clave? Intenta esto
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Recupera la clave para un nickname
- (solo si encripcion esta desabilitada)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID Previene un nickname a ser usado
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S te permite "registrar" un nickname y
- prevenir a otros usarlo. Los siguientes comandos
- permiten el registro y mantenimiento de nicknames;
- para usarlos, tipea %R%S comando.
- Para mayor informacion acerca de un comando especifico
- tipea %R%S HELP comando.
-
-NICK_HELP_FOOTER
- NOTESE: Este servicio intenta proveer una forma para
- usuarios de IRC de asegurarse que su identidad no esta
- comprometida, NO para facilitar el "robo" de nicknames
- u otra accion maliciosa. El Abuso de %S resultara en, a lo
- minimo, la perdida del nickname comprometido.
-
-NICK_HELP_EXPIRES
- Nicknames en desuso estan sujetos a la expiracion
- automatica, en otras palabras, seran borrados despues
- de %d dias.
-
-NICK_HELP_REGISTER
- Sintaxis: REGISTER clave [email]
-
- Registra tu nickname en la base de datos de %S. Una
- vez registrado, puedes usar los comandos SET y ACCESS
- para configurar los seteos de tu nick a gusto.
- Asegurate de recordar la clave que usaste para
- registrarte - lo necesitaras para hacer cambios a tu nick
- (Tomar en cuenta que mayusculas importan! ANOPE,
- Anope, y anope son todas claves diferentes!)
-
- Guias para elegir claves:
-
- Las claves no deben ser faciles de adivinar. Por ejemplo,
- usar tu nombre real como clave es una mala idea. Usar
- tu nickname como clave es una idea mucho peor ;) y,
- de hecho, %S no lo permitira. Ademas, claves cortas
- son vulnerables a adivinanzas, asi que deberias elejir una
- clave de al menos 5 caracteres.
- Por ultimo, el caracter de espacio no puede ser usado.
-
- The parametro email es opcional y seteara el email para
- tu nick inmediatamente. Como sea, puede que sea requerido
- en ciertas redes.
- Tu privacidad es respetada; este e-mail no sera dado a
- terceras personas.
-
- Este comando ademas crea un nuevo grupo para tu nickname
- que te permitira registrar otros nicks despues compartiendo
- la misma configuracion, memos y privilegios. Para mayor
- informacion acerca de esta caracteristica, tipea %R%S
- HELP GROUP.
-
-NICK_HELP_GROUP
- Sintaxis: GROUP grupo clave
-
- Este comando hace a tu nickname unirse al grupo de nicknames
- grupo. clave es la de tu nickname.
-
- La union a un grupo te permitira compartir configuraciones,
- memos, y privilegios en canales con todos los nicknames en un
- grupo, y mucho mas!
-
- Un grupo existe siempre y cuando sea servible. Esto
- significa que si un nick del grupo es botado, no perderas
- los rasgos compartidos descritos anteriormente, siempre y
- cuando al menos un nick permanezca en el grupo.
-
- Puedes usar este comando inclusive si aun no registras tu
- nick. Si tu nick ya esta registrado deberas identificarte
- antes de usar este comando. Tipea %R%S HELP
- IDENTIFY para mayor informacion. Esto ultimo quizas no sea
- posible en tu red.
-
- Es recomendable usar este comando con un nick no registrado ya
- que sera registrado automaticamente cuando uses el comando.
- Puedes usarlo con un nick ya registrado (para cambiar tu grupo)
- solo si los administradores de tu red lo permiten.
-
- Puedes estar en un solo grupo a la vez. La union de
- grupos no es posible.
-
- Ten en cuenta: todos los nicks en un grupo comparten la
- misma clave.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Sintaxis: IDENTIFY [account] clave
-
- Informa a %S que tu eres realmente el dueño de tu nick.
- Muchos comandos requieren que te autentifiques con este
- comando antes de usarlos. La clave deberia ser la misma
- que enviaste con el comando REGISTER.
-
-NICK_HELP_UPDATE
- Sintaxis: UPDATE
-
- Actualiza tu estado actual, ej. revisa los memos nuevos,
- setea, si es necesario, los modos de canales (ModeonID)
- y actualiza tu vhost y tus userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Sintaxis: LOGOUT
-
- Este comando invierte el efecto de IDENTIFY, osea,
- te hace ya no reconocible como el dueño de tu nick.
- Ten en cuenta que no te sera requerido identificarte
- nuevamente.
-
-NICK_HELP_DROP
- Sintaxis: DROP [nickname]
-
- Bota tu nickname de la base de datos de %S. Un nick
- que ha sido botado esta libre para que cualquier persona
- lo registre.
-
- Puedes botar un nick en tu grupo pasandolo como el
- parametro nick.
-
- Antes de usar este comando debes identificarte con tu
- clave (%R%S HELP IDENTIFY para mayor informacion).
-
-NICK_HELP_ACCESS
- Sintaxis: ACCESS ADD mascara
- ACCESS DEL mascara
- ACCESS LIST
-
- Modifica o muestra la lista de acceso para tu nick. Esta
- es la lista de direcciones que seran automaticamente
- reconocidas por %S como autorizadas a usar el nick. Si
- quieres usar el nick desde una direccion diferente,
- debes enviar un comando IDENTIFY para hacer que %S te
- reconozca.
-
- Ejemplos:
-
- ACCESS ADD anyone@*.bepeg.com
- Permite acceso al usuario anyone desde
- cualquier maquina en el dominio bepeg.com.
-
- ACCESS DEL anyone@*.bepeg.com
- Revierte el comando anterior.
-
- ACCESS LIST
- Muestra la lista de acceso actual.
-
-NICK_HELP_SET_HEAD
- Sintaxis: SET opcion parametros
-
- Setea varias opciones para nicknames. opcion puede ser
- una de:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Setea el display de tu grupo con Servicios
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Setea la clave de tu nickname
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Setea el lenguaje con el que Servicios te
- enviara mensajes
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Asocia un E-mail con tu nickname
-NICK_HELP_CMD_SET_GREET
- GREET Asocia un saludo con tu nickname
-NICK_HELP_CMD_SET_KILL
- KILL Enciende o apaga la proteccion
-NICK_HELP_CMD_SET_SECURE
- SECURE Enciende o apaga la seguridad de nickname
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Previene tu nickname de aparecer en un
- %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Esconde algunas partes de tu informacion
-NICK_HELP_CMD_SET_MSG
- MSG Cambia el metodo de comunicacion con
- Servicios
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-
-NICK_HELP_SET_TAIL
- Para usar este comando, debes primero identificarte con
- Servicios usando tu clave (%R%S HELP IDENTIFY
- para mayor informacion).
-
- Tipea %R%S HELP SET opcion para mayor
- informacion acerca de una opcion especifica.
-
-NICK_HELP_SET_DISPLAY
- Sintaxis: SET DISPLAY nuevo-display
-
- Cambia el display usado para referirte a tu grupo de
- nicks en Servicios. El nuevo display DEBE ser un nick
- de tu grupo.
-
-NICK_HELP_SET_PASSWORD
- Sintaxis: SET PASSWORD nueva-clave
-
- Cambia la clave usada para identificarte como el
- dueño del nick.
-
-NICK_HELP_SET_LANGUAGE
- Sintaxis: SET LANGUAGE numero
-
- Cambia el lenguaje que Servicios usa para enviarte mensajes
- (por ejemplo, al responder a un comando que enviaste).
- numero debe ser elejido de la lista de lenguajes
- soportados:
-
-
-NICK_HELP_SET_EMAIL
- Sintaxis: SET EMAIL direccion
-
- Asocia el E-mail dado con tu nickname. La direccion
- sera mostrada cuando alguien requiera informacion
- sobre el canal con el comando INFO.
-
-NICK_HELP_SET_GREET
- Sintaxis: SET GREET mensaje
-
- Hace al mensaje ingresado el saludo para tu nickname, el
- que sera mostrado cuando ingreses a un canal con la
- opcion GREET abilitada, siempre y cuando tengas en el
- el acceso necesario.
-
-NICK_HELP_SET_KILL
- Sintaxis: SET KILL {ON | QUICK | IMMED | OFF}
-
- Cambia la proteccion automatica de tu nick a on u off.
- Con proteccion on, si otro usuario intenta usar tu nick,
- tendra un minuto para cambiar de nick, luego del cual
- %S cambiara su nick automaticamente.
-
- Si seteas QUICK, el usuario sera dado solo de 20 segundos
- para cambiar el nick en vez de los normales 60. Si seleccionas
- IMMED, el nick del usuario sera cambiado automaticamente
- sin ser advertido o dado oportunidad de cambiarlo antes;
- Por favor no uses esta opcion a menos que lo consideres
- necesario. Ademas, los administradores de la red pueden haber
- deshabilitado esta opcion.
-
-NICK_HELP_SET_SECURE
- Sintaxis: SET SECURE {ON | OFF}
-
- Cambia las caracteristicas de seguridad de %S para tu nick en on
- u off. Con SECURE seteado, debes ingresar tu clave para ser
- reconocido como propietario del nick, a pesar de que tu direccion
- este en la lista de accesos. Sin embargo, si estas en la lista de
- acceso, %S no te auto-killeara no importando el seteo de la opcion
- KILL.
-
-NICK_HELP_SET_PRIVATE
- Sintaxis: SET PRIVATE {ON | OFF}
-
- Hace que %S active o desactive la opcion de privacidad de tu
- nick. Con PRIVATE seteado,tu nickname no aparecera en las
- listas de nicknames generadas con el comando LIST de %S.
- (Sin embargo, cualquier persona que sepa tu nick podra chequear
- tu informacion usando el comando INFO.)
-
-NICK_HELP_SET_HIDE
- Sintaxis: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Permite prevenir que cierta informacion sobre tu nick cuando
- es solicitada mediante el comando %S INFO a tu nick.
- Puedes esconder tu direccion E-mail (EMAIL), la ultima
- mascara usuario@host (USERMASK), y tu ultimo mensaje
- quit (QUIT).
- El segundo parametro especifica si la informacion debe ser
- escondida (OFF) o mostrada (ON).
-
-NICK_HELP_SET_MSG
- Sintaxis: SET MSG {ON | OFF}
-
- Te permite elegir la forna en la que los Servicios se
- comunicaran contigo. Con MSG seteado, los Servicios
- usaran msgs, de otra forma usaran notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Sintaxis: GHOST nickname [clave]
-
- Termina una sesion IRC "fantasma" usando tu nick. Una
- sesion fantasma es una conexion falsa, pero la cual los
- servidores IRC creen esta en linea por una razon u otra.
- Tipicamente, esto ocurre si tu computador se bloquea o tu
- conexion a internet o por modem se cortan mientras estas
- en IRC.
-
- Para usar el comando GHOST para un nick, tu
- direccion actual mostrada en /WHOIS debe estar en la lista
- de acceso de ese nick, debes estar identificado y en el
- grupo de ese nick, o debes proveer la clave correcta
- para ese nickname.
-
-NICK_HELP_INFO
- Sintaxis: INFO nickname
-
- Muestra informacion relativa al nick que especifiques,
- tal como el propietario del nick, la ultima direccion usada
- y tiempo, y opciones del nick. Si estas identificado con el
- nick por el cual pides informacion y usas el parametro
- ALL, podras ver toda la informacion; independiente de
- si esta oculta o no.
-
-NICK_HELP_LIST
- Sintaxis: LIST patron
-
- Lista todos los nicknames que concuerden con el patron
- dado, en el formato nick!usuario@host. Nicks con la
- opcion PRIVATE seteada no seran mostrados.
-
- Ejemplos:
-
- LIST *!joeuser@foo.com
- Lista todos los nicks registrados por joeuser@foo.com.
-
- LIST *Bot*!*@*
- Lista todos los nicks registrados con Bot en sus
- nomvres (sensible a mayusculas y minisculas).
-
- LIST *!*@*.bar.org
- Lista todos los nicks registrados por usuarios en el
- dominio bar.org.
-
-NICK_HELP_ALIST
- Sintaxis: ALIST [nivel]
-
- Lista todos los canales en los que tengas acceso. Opcionalmente, puedes especificar
- un nivel en formato XOP o ACCESS. Los resultados incluiran solamente
- canales en los que tengas el nivel de acceso dado.
-
- Ejemplos:
- ALIST Founder
- Lista los canales en los que tienes acceso de
- fundador.
-
- ALIST AOP
- Lista los canales en los que tienes acceso de
- AOP o mayor.
-
- ALIST 10
- Lista los canales en los que tengas nivel de acceso 10
- o mayor.
-
- Canales que tengan la opcion NOEXPIRE seteada seran precedidos
- por un signo de exclamacion.
-
-NICK_HELP_GLIST
- Sintaxis: GLIST
-
- Lista todos los nicks en tu grupo.
-
-NICK_HELP_STATUS
- Sintaxis: STATUS nickname...
-
- Devuelve informacion acerca de si el usuario usando el nick dado
- ha sido reconocido como el propietario del nickname.
- La respuesta tiene el siguiente formato:
-
- nickname codigo-del-status account
-
- Donde nickname es el nickname enviado con el comando,
- codigo-del-status es uno de los siguientes, and
- account is the account they are logged in as.
-
- 0 - Usuario no esta en linea o el nick no esta registrado.
- 1 - Usuario no reconocido como el propietario del nick.
- 2 - Usuario reconocido solo mediante la lista de acceso.
- 3 - Usuario reconocido mediante autentificacion por clave.
-
- hasta 16 nicknames pueden ser enviados con cada comando. El
- resto seran ingnorados. Si no se entrega un nickname, se mostrara
- tu estado.
-
-NICK_HELP_SENDPASS
- Sintaxis: SENDPASS nickname
-
- Envia la clave del nickname dado a la direccion
- e-mail seteada en el record del nickname. Este comando
- es sumamente util para lidiar con claves perdidas.
-
- Puede ser limitado a operadores de IRC en ciertas
- redes.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Sintaxis: CONFIRM passcode
-
- Este es el segundo paso en el proceso de registro de nicknames.
- Debes ejecutar este comando para que tu nick sea registrado con %S.
- El passcode (tambien conocido como codigo de autorizacion) es
- enviado a tu direccion e-mail en el primer paso del proceso de
- registo. Para mas informacion sobre la primera etpa del proceso
- de registro, escribe: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Sintaxis: RESEND
-
- Este comando envia el codigo de autorizacion (conocido como passcode)
- a la direccion e-mail del usuario que lo esta ejecutando.
-
-NICK_SERVADMIN_HELP
- Administradores de Servicios pueden tambien botar cualquier
- nickname sin tener que identificarse por el nick y pueden
- ver la lista de acceso para cualquier nickname
- (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Sintaxis: LOGOUT [nickname [REVALIDATE]]
-
- Sin un parametro, revierte el efecto del comando IDENTIFY,
- osea te hace ya no reconocido como el verdadero dueño del nick
- Ten en cuenta, que no seras requerido a reidentificarte.
-
- Con un parametro, hace los mismo para el nick dado. Si
- ademas especificas REVALIDATE, los Servicios requeriran al
- dado nick a reidentificarse. Este uso esta limitado a
- administradores de Servicios.
-
-NICK_SERVADMIN_HELP_DROP
- Sintaxis: DROP [nickname]
-
- Sin un parametro, bota tu nickname de la base de datos de
- %S.
-
- Con un parametro, bota el nick nombrado de la base des
- datos. Puedes botar cualquier nick de tu grupo sin
- privilegios especiales. Botar cualquier nick esta
- limitado a administradores de Servicios.
-
-NICK_SERVADMIN_HELP_LIST
- Sintaxis: LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Lista todos los nicknames registrados que concuerden con el
- patron dado, en el formato nick!usuario@host. Nicks con
- la opcion PRIVATE solo seran mostrados a administradores
- de Servicios. Nicks con la opcion NOEXPIRE seteada tendran
- un ! antepuestos al nickname para administradores de
- Servicios.
-
- Si las opciones FORBIDDEN, SUSPENDED, NOEXPIRE o UNCONFIRMED son dadas,
- solo nicks que, respectivamete, esten FORBIDDEN, SUSPENDED, UNCONFIRMED
- o esten seteados NOEXPIRE seran mostrados. Si las tres opciones
- son dadas, los tres tipos de nicks seran mostrados.
- Estas opciones estan limitadas a administradores de Servicios.
-
- Ejemplos:
-
- LIST *!joeuser@foo.com
- Lista todos los nicks registrados por joeuser@foo.com.
-
- LIST *Bot*!*@*
- Lista todos los nicks registrados con Bot en
- sus nombres. (no sensible a mayusculas y minusculas).
-
- LIST * NOEXPIRE
- Lista todos los nicks registrados que hayan sido seteados
- a no expiracion.
-
-NICK_SERVADMIN_HELP_ALIST
- Sintaxis: ALIST [nick] [nivel]
-
- Sin parametros, lista canales en los que tengas acceso. Con
- un parametro, lista canales en los que nick tenga acceso.
- Con dos parametros, lista canales en los que nick tenga
- acceso igual o mayor a level.
-
- Su uso esta limitado a administradores de Servicios.
-
-NICK_SERVADMIN_HELP_GLIST
- Sintaxis: GLIST [nickname]
-
- Sin un parametro, lista todos los nicknames en tu
- grupo.
-
- Con un parametro, lista todos los nicknames que hay
- en el grupo del nick dado.
- Su uso esta limitado a administradores de Servicios.
-
-NICK_SERVADMIN_HELP_GETPASS
- Sintaxis: GETPASS nickname
-
- Devuelve la clave para el nickname dado. Ten en cuenta
- que cuando este comando es usado, un mensaje incluyendo
- la persona que ejecuto el comando y el nickname en el cual
- fue usado sera monitoreado y enviado como WALLOPS/GLOBOPS.
-
- Limitado a administradores de Servicios.
-
- Este comando no esta disponible si encripcion esta habilitada.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Sintaxis: GETEMAIL user@emailhost
-
- Muestra los nicks que usen el email dado. Notar que no puedes
- usar comodines (wildcards) para ningun usuario o emailhost. Donde
- sea que el comando se use, un mensaje incluyendo la persona que uso
- el comando y el email sera logeado.
-
-NICK_SERVADMIN_HELP_FORBID
- Sintaxis: FORBID nickname [razon]
-
- Impide a un nickname de ser registrado o usado por alguien.
- Puede ser cancelado botando el nick.
-
- En algunas redes, la razon es requerida.
-
- Limitado a administradores de Servicios.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason / UNSUSPEND nickname
-
- SUSPENDs / UNSUSPENDs a nickname from being identified to
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Retorna la clave de fundador para un canal
-CHAN_HELP_CMD_FORBID
- FORBID Previene un canal a ser usado
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Previene un canal a ser usado preservando
- toda su informacion.
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Libera la suspencion del canal.
-CHAN_HELP_CMD_STATUS
- STATUS Retorna el nivel de acceso actual de un
- usuario en un canal
-CHAN_HELP_CMD_REGISTER
- REGISTER Registra un canal
-CHAN_HELP_CMD_SET
- SET Setea opciones e informacion de un canal
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modifica la lista de usuarios AOP
-CHAN_HELP_CMD_SOP
- SOP Modifica la lista de usuarios SOP
-CHAN_HELP_CMD_ACCESS
- ACCESS Modifica la lista de usuarios privilegiados
-CHAN_HELP_CMD_LEVELS
- LEVELS Redefine el significado de niveles de acceso
-CHAN_HELP_CMD_AKICK
- AKICK Mantiene la lista de AutoKick
-CHAN_HELP_CMD_DROP
- DROP Cancela la registracion de un canal
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- %S te permite registrar y controlar varios
- aspectos de los canales. A menudo, %S puede prevenir
- a usuarios maliciosos "tomarse" canales limitando
- quienes estan permitidos a tener privilegios de operador.
- Los comandos disponibles estan listados a continuacion;
- para usarlos, tipea %R%S comando.
- Para mayor informacion acerca de un comando especifico,
- tipea %R%S HELP comando.
-
-
-CHAN_HELP_EXPIRES
-
- Ten en cuenta que cualquier canal que no es usado por
- %d dias (al cual ningun usuario en la lista de acceso
- del canal entre en ese periodo de tiempo) sera
- automaticamente botado.
-
-CHAN_HELP_REGISTER
- Sintaxis: REGISTER canal descripcion
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Sintaxis: DROP canal
-
- Desregistra el canal dado. Solo puede ser usado por el
- fundador del canal.
-
-CHAN_HELP_SASET_HEAD
- Sintaxis: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Sintaxis: SET canal opcion parametros
-
- Le permite al fundador del canal setear varias opciones
- de canal y otra informacion.
-
- Opciones disponibles:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Setea el fundador de un canal
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Setea el sucesor de un canal
-CHAN_HELP_CMD_SET_DESC
- DESC Setea la descripcion del canal
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Setea un mensaje a enviar a
- los usuarios cuando entren al canal
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Setea como los Servicios ponen bans
- en el canal
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Fija los modos de canal on u off
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Retiene el topic cuando el canal no
- esta en uso
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Envia una noticia cuando los comandos
- OP/DEOP son usados
-CHAN_HELP_CMD_SET_PEACE
- PEACE Regula el uso de comandos criticos
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Esconde el canal del comando LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Restrinje el acceso al canal
-CHAN_HELP_CMD_SET_SECURE
- SECURE Activa las opciones de seguridad de %S
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Estricto control del estatus de chanop
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Estricto control del estatus de fundador
- de canal
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Firma kicks hechos con el comando KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK El topic solo puede ser cambiado con
- TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Cambia el sistema de privilegios de
- usuario
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-
-CHAN_HELP_SET_TAIL
- Tipea %R%S HELP opcion para mayor informacion
- acerca de una opcion en particular.
-
-CHAN_HELP_SASET_TAIL
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Sintaxis: %s canal FOUNDER nick
-
- Cambia el fundador de un canal. El nuevo nickname debe
- ser uno registrado.
-
-CHAN_HELP_SET_SUCCESSOR
- Sintaxis: %s canal SUCCESSOR nick
-
- Cambia el sucesor de un canal. Si el nickname fundador
- expira o es botado mientras el canal esta aun registrado,
- el sucesor se convertira en el nuevo fundador del canales.
- Sin embargo, si el sucesor ya tiene muchos canales
- registrados (%d), el canal sera botado en vez, tal y como
- si no hubiese un sucesor. El nuevo nickname debe ser uno
- registrado.
-
-CHAN_HELP_SET_DESC
- Sintaxis: %s canal DESC descripcion
-
- Setea la descripcion para el canal, la que es mostrada
- con los comandos LIST y INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Sintaxis: %s canal ENTRYMSG [mensaje]
-
- Setea el mensaje que sera enviado via /notice a los
- usuarios cuando ingresen al canal. Si ningun parametro
- es dado, ningun mensaje sera enviado al entrar al canal.
-
-CHAN_HELP_SET_BANTYPE
- Sintaxis: %s canal BANTYPE tipo_de_ban
-
- Setea el tipo de ban que sera usado por los
- Servicios cuando necesiten banear a alguien
- de tu canal.
-
- tipo de ban es un numero entre 0 y 3 que significa:
-
- 0: ban en la forma *!usuario@host
- 1: ban en la forma *!*usuario@host
- 2: ban en la forma *!*@host
- 3: ban en la forma *!*usuario@*.dominio
-
-CHAN_HELP_SET_KEEPTOPIC
- Sintaxis: %s canal KEEPTOPIC {ON | OFF}
-
- Habilita o deshabilita la opcion de retencion de topic
- para un canal. Cuando la retencion de topic esta
- seteada, el topic para el canal sera recordado por
- %S incluso despues de que el ultimo usuario
- salga del canal, y sera restorado la proxima vez que
- el canal sea creado.
-
-CHAN_HELP_SET_TOPICLOCK
- Sintaxis: %s canal TOPICLOCK {ON | OFF}
-
- Abilita o desabilita la opcion de fijacion de topic
- para un canal. Cuando la fijacion de topic esta
- seteada, %S no permitira que el topico del canal
- sea cambiado excepto con el comando TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Sintaxis: %s canal MLOCK modos
-
- Setea el parametro de fijacion de modos para el canal.
- %S te permite definir ciertos modos de canal para estar
- siempre encendidos o apagados o libres de estar uno de los
- anteriores.
-
- El parametro modos es construido de la misma forma
- que el comando /MODE; esto significa, modos seguidos
- por un + estan fijados encendidos, y modos seguidos por
- un - estan fijados apagados. Tener en cuenta que, a
- diferencia del comando MODE, cada uso de SET MLOCK
- removera todos los modos fijados previamente antes de
- setear los nuevos!
-
- Advertencia: Si seteas una key con fijacion de modo, como
- en el segundo ejemplo mas abajo, deberas tambien setear la
- opcion RESTRICTED para el canal (ver HELP SET RESTRICTED),
- o quien quiera que entre al canal cuando este vacio podra ver la
- key!
-
- Ejemplos:
-
- SET #canal MLOCK +nt-iklps
- Fuerza los modos n y t encendidos, y los modos i, k,
- l, p y s apagados. El modo m es dejado libre para
- estar encendido o apagado.
-
- SET #canal MLOCK +knst-ilmp mi-key
- Fuerza los modos k, n, s, y t encendidos, y los modos
- i, l, m, y p apagados. Tambien fuerza la key del canal
- a ser "mi-key".
-
- SET #canal MLOCK +
- Remueve la fijacion de modos; todos los modos del canal
- son libres de estar encendidos o apagados.
-
-CHAN_HELP_SET_PEACE
- Sintaxis: %s canal PEACE {ON | OFF}
-
- Habilita o deshabilita la opcion de paz para un
- canal. Cuando paz esta seteada, un usuario no
- podra patear, banear o remover un estatus de canal
- de un usuario con nivel igual o superior a el via
- comandos de %S.
-
-CHAN_HELP_SET_PRIVATE
- Sintaxis: %s canal PRIVATE {ON | OFF}
-
- Habilita o deshabilita la opcion de privacidad para un canal.
- Cuando privacidad esta seteada, un %R%S LIST no
- incluira el canal en ninguna lista.
-
-CHAN_HELP_SET_RESTRICTED
- Sintaxis: %s canal RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Sintaxis: %s canal SECURE {ON | OFF}
-
- Habilita o deshabilita las caracteristicas de seguridad
- de %S para un canal. Cuando SECURE esta
- seteado, solo usuarios que han registrado sus nicknames
- con %s y han usado IDENTIFY con su clave seran
- otorgados acceso al canal controlado por la lista de
- acceso.
-
-CHAN_HELP_SET_SECUREOPS
- Sintaxis: %s canal SECUREOPS {ON | OFF}
-
- Habilita o deshabilita la opcion seguridad de ops para un
- canal. Cuando seguridad de ops esta seteada, usuarios
- que no estab en la lista de usuarios no seran permitidos a
- obtener el status de operador de canal.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Sintaxis: %s canal SECUREFOUNDER {ON | OFF}
-
- Habilita o deshabilita la opcion seguridad de fundador para
- un canal. Cuando seguridad de fundador esta seteada, solo
- el fundador real podra botar el canal, cambiar su clave,
- su fundador y su sucesor, y no aquellos que esten identificados
- con %S.
-
-CHAN_HELP_SET_SIGNKICK
- Sintaxis: %s canal SIGNKICK {ON | LEVEL | OFF}
-
- Habilita o deshabilita los kicks firmados para un
- canal. Cuando SIGNKICK esta seteado, kicks
- hechos con el comando %S KICK tendran el
- nick que uso el comando en la razon.
-
- Si usas LEVEL, aquellos que tienen nivel superior o
- igual al nivel SIGNKICK en el canal no tendran sus kicks
- firmados. Ver %R%S HELP LEVELS para mayor informacion.
-
-CHAN_HELP_SET_XOP
- Sintaxis: %s canal XOP {ON | OFF}
-
- Habilita o deshabilita el sistema de listas xOP para un canal.
- Cuando XOP esta seteado, debes usar los comandos AOP/SOP/VOP
- para dar privilegios de canal a usuarios. De otra manera
- debes usar el comando ACCESS.
-
- Nota Tecnica: cuando cambias de lista de acceso a sistema
- de listas xOP, tu definicion de niveles de usuario sera
- cambiada, asi que no tendras los mismos valores si vuelves a
- cambiar a lista de acceso!
-
- Tambien deberias chequear si tus usuarios estan en la lista xOP
- correspondiente despues del cambio, ya que la deduccion no es
- siempre perfecta... de hecho, no es recomendado el usar listas
- xOP si cambiaste la definicion de niveles con el comando
- LEVELS.
-
- Cambiar de listas xOP al sistema de listas de acceso no causa
- problema alguno.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Sintaxis: %s canal OPNOTICE {ON | OFF}
-
- Habilita o deshabilita la opcion de op-notice para un canal.
- Cuando op-notice esta seteado, %S enviara una noticia
- al usuario del canal cuando los comandos OP o DEOP sean
- usados para un usuario en el canal.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Sintaxis: AOP canal ADD nick
- AOP canal DEL {nick | instancia | lista}
- AOP canal LIST [mascara | lista]
- AOP canal CLEAR
-
- Mantiene la lista OP (AutoOP) para un canal. La lista
- AOP le da al usuario el derecho de ser automaticamente
- opeado en tu canal, desbaneado o invitarse a si mismos de
- ser necesario, mostrar el mensaje de saludo al entrar, etc.
-
- El comando AOP ADD agrega al nickname dado a la lista
- AOP.
-
- El comando AOP DEL remueve el nickname dado de la
- lista AOP. Si una lista de instancias es dada, esas
- instancias son borradas. (Ver el ejemplo para LIST mas
- abajo.)
-
- El comando AOP LIST muestra la lista AOP. Si una
- mascara con comodin es dada, solo las instancias
- concordando la mascara son mostradas. Si una lista de
- instancias es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- AOP #canal LIST 2-5,7-9
- Muestra instancias de AOP enumeradas 2 a 5 y
- 7 a 9.
-
- El comando AOP CLEAR limpia todas las instancias de la
- lista AOP.
-
- Los comandos AOP ADD y AOP DEL estan limitados a
- SOPs o superior, mientras que el comando AOP CLEAR
- solo puede ser usado por el fundador del canal. Aun asi,
- cualquier usuario en la lista AOP puede usar el comando
- AOP LIST.
-
- Este comando puede haber sido deshabilitado para tu canal.
- Si este es el caso, debes usar la lista de acceso. Ver
- %R%S HELP ACCESS para incormacion acerca la lista
- de acceso y %R%S HELP SET XOP para saber como cambiar
- entre la lista de acceso y el sistema de listas xOP.
-
-CHAN_HELP_HOP
- Sintaxis: HOP canal ADD nick
- HOP canal DEL {nick | instancia | lista}
- HOP canal LIST [mascara | lista]
- HOP canal CLEAR
-
- Mantiene la lista HOP (HalfOP) para un canal. La lista
- HOP le da al usuario el derecho de ser automaticamente
- halfopeado en tu canal.
-
- El comando HOP ADD agrega al nickname dado a la lista
- HOP.
-
- El comando HOP DEL remueve el nickname dado de la
- lista HOP. Si una lista de instancias es dada, esas
- instancias son borradas. (Ver el ejemplo para LIST mas
- abajo.)
-
- El comando HOP LIST muestra la lista HOP. Si una
- mascara con comodin es dada, solo las instancias
- concordando la mascara son mostradas. Si una lista de
- instancias es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- HOP #canal LIST 2-5,7-9
- Muestra instancias de HOP enumeradas 2 a 5 y
- 7 a 9.
-
- El comando HOP CLEAR limpia todas las instancias de la
- lista HOP.
-
- Los comandos HOP ADD y HOP DEL estan limitados a
- AOPs o superior, mientras que el comando HOP CLEAR
- solo puede ser usado por el fundador del canal.
-
- Este comando puede haber sido deshabilitado para tu canal.
- Si este es el caso, debes usar la lista de acceso. Ver
- %R%S HELP ACCESS para incormacion acerca la lista
- de acceso y %R%S HELP SET XOP para saber como cambiar
- entre la lista de acceso y el sistema de listas xOP.
-
-CHAN_HELP_SOP
- Sintaxis: SOP canal ADD nick
- SOP canal DEL {nick | instancia | lista}
- SOP canal LIST [mascara | lista]
- SOP canal CLEAR
-
- Mantiene la lista SOP (SuperOP) para un canal. La lista
- SOP le da al usuario los derechos dados por la lista AOP,
- y agrega aquellos necesarios para usar las listas de
- AutoKick y BadWords, mandar y leer memos de canal, etc.
-
- El comando SOP ADD agrega al nickname dado a la lista
- SOP.
-
- El comando SOP DEL remueve el nickname dado de la
- lista SOP. Si una lista de instancias es dada, esas
- instancias son borradas. (Ver el ejemplo para LIST mas
- abajo.)
-
- El comando SOP LIST muestra la lista SOP. Si una
- mascara con comodin es dada, solo las instancias
- concordando la mascara son mostradas. Si una lista de
- instancias es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- SOP #canal LIST 2-5,7-9
- Muestra instancias de SOP enumeradas 2 a 5 y
- 7 a 9.
-
- El comando SOP CLEAR limpia todas las instancias de la
- lista SOP.
-
- Los comandos SOP ADD, SOP DEL y SOP CLEAR estan
- limitados al fundador del canal. Cualquier usuario en la
- lista AOP puede usar el comando SOP LIST.
-
- Este comando puede haber sido deshabilitado para tu canal.
- Si este es el caso, debes usar la lista de acceso. Ver
- %R%S HELP ACCESS para incormacion acerca la lista
- de acceso y %R%S HELP SET XOP para saber como cambiar
- entre la lista de acceso y el sistema de listas xOP.
-
-CHAN_HELP_VOP
- Sintaxis: VOP canal ADD nick
- VOP canal DEL {nick | instancia | lista}
- VOP canal LIST [mascara | lista]
- VOP canal CLEAR
-
- Mantiene la lista VOP (VOicePeople) para un canal.
- La lista VOP le da al usuario el derecho de ser
- automaticamente dado voice o darse voice a si mismos.
-
- El comando VOP ADD agrega al nickname dado a la lista
- VOP.
-
- El comando VOP DEL remueve el nickname dado de la
- lista VOP. Si una lista de instancias es dada, esas
- instancias son borradas. (Ver el ejemplo para LIST mas
- abajo.)
-
- El comando VOP LIST muestra la lista VOP. Si una
- mascara con comodin es dada, solo las instancias
- concordando la mascara son mostradas. Si una lista de
- instancias es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- VOP #canal LIST 2-5,7-9
- Muestra instancias de VOP enumeradas 2 a 5 y
- 7 a 9.
-
- El comando VOP CLEAR limpia todas las instancias de la
- lista VOP.
-
- Los comandos VOP ADD, VOP DEL y VOP LIST estan
- limitados a AOPs o superior, mientras que el comando
- VOP CLEAR solo puede ser usado por el fundador del
- canal.
-
- Este comando puede haber sido deshabilitado para tu canal.
- Si este es el caso, debes usar la lista de acceso. Ver
- %R%S HELP ACCESS para incormacion acerca la lista
- de acceso y %R%S HELP SET XOP para saber como cambiar
- entre la lista de acceso y el sistema de listas xOP.
-
-CHAN_HELP_ACCESS
- Sintaxis: ACCESS canal ADD nick nivel
- ACCESS canal DEL {nick | indices | lista}
- ACCESS canal LIST [mascara | lista]
- ACCESS canal VIEW [mascara | lista]
- ACCESS canal CLEAR
-
- Mantiene la lista de acceso para un canal. La lista
- de acceso especifica que usuarios estan permitidos atener
- el estatus de operador de canal o acceso a comandos de
- %S en el canal. Diferentes niveles de usuarios permiten
- acceso a diferentes subniveles de privilegios;
- %R%S HELP ACCESS LEVELS para informacion mas
- especifica. Cualquier nick no presente en la lista de
- acceso tiene un nivel 0.
-
- El comando ACCESS ADD añade el nickname dado a la lista
- de acceso con el nivel de usuario dado; si el nick ya esta
- presente en la lista, el nivel de acceso es cambiado al
- especificado en el comando. El nivel especificado
- debe ser menos que el del usuario dando el comando, y si
- el nick ya esta en la lista de acceso, el acceso actual
- del nick debe ser menor que el acceso del usuario dando el
- comando.
-
- El comando ACCESS DEL remueve el nick dado de la lista
- de acceso. Si una lista de indices es dada, esas instancias
- son borradas. (Ver el ejeplo para LIST mas abajo.)
-
- El comando ACCESS LIST muestra la lista de acceso. Si
- una mascara con comodin es dada, solo esas instancias
- concordando a la mascara son mostradas. Si una lista de
- indices es dada, solo esas instancias son mostrdas; por
- ejemplo:
-
- ACCESS #canal LIST 2-5,7-9
- Lista instancias de acceso numeradas 2 hasta 5 y
- 7 hasta 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- El comando ACCESS CLEAR limpia todas las instancias
- de la lista de acceso.
-
-CHAN_HELP_ACCESS_LEVELS
- Niveles de acceso para usuarios
-
- Por defecto, los siguientes niveles de acceso estan definidos:
-
- Fundador Acceso completo a las funciones de %S;
- Op automatico al entrar al canal. Notese
- que solo una persona puede tener estatus
- de fundador (no puede ser dado usando el
- comando ACCESS).
-  10 Acceso al comando AKICK; Op automatico.
-  5 Op automatico.
-  3 Voice automatico.
-  0 Ningun privilegio especial; Puede ser opeado
- por otros ops (a menos que seguridad de
- ops este seteada).
-  <0 No puede ser opeado.
-
- Esyos niveles pueden ser cambiado, o nuevos añadidos,
- usando el comando LEVELS; tipea %R%S HELP LEVELS
- para mayor informacion.
-
-CHAN_HELP_AKICK
- Sintaxis: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK canal ENFORCE
- AKICK canal CLEAR
-
- Mantiene la lista de AutoKicks para un canal. Si
- un usuario en la lista de Autokicks intenta entrar
- al canal, %S baneara al usuario del canal, luego lo
- kickeara.
-
- El comando AKICK ADD añade el nick o mascara de
- usuario dado a la lista de Autokicks. Si una razon
- es dada con el comando, esta razon sera usada cuando el
- usuario es kickeado; si no, la razon por defecto es
- "Has sido baneado del canal".
- When akicking a registered nick the nickserv account
- will be added to the akick list instead of the mask.
- All users within that nickgroup will then be akicked.
-
- El comando AKICK STICK banea permanente la mascara
- dada en el canal. Si alguien intenta remover el ban,
- %S la seteara nuevamente automaticamente. No puede ser
- usado para nicks registrados.
-
- El comando AKICK UNSTICK cancela el efecto del
- comando AKICK STICK, asi que sera posible remover
- el ban del canal nuevamente.
-
- El comando AKICK DEL remueve el nick o mascara dados
- de la lista de AutoKicks. Aun asi, no remueve ningun ban
- puesto por un AutoKick; aquellos deben ser removidos
- manualmente.
-
- El comando AKICK LIST muestra la lista de AutoKicks,
- u opcionalmente solo las instancias de AutoKick AutoKick
- que concuerden con la mascara dada.
-
- El comando AKICK VIEW es una version mas detallada
- del comando AKICK LIST.
-
- El comando AKICK ENFORCE hace a %S a enforzar la
- lista AKICK actual removiendo a los usuarios que
- concuerden la mascara AKICK.
-
- El comando AKICK CLEAR limpia todas las instancias
- de ka lista de akicks.
-
-CHAN_HELP_LEVELS
- Sintaxis: LEVELS canal SET tipo [nivel|FOUNDER]
- LEVELS canal {DIS | DISABLE} tipo
- LEVELS canal LIST
- LEVELS canal RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Los siguientes nombres de decaracteristicas/funciones son
- entendidos. Tener en cuenta que los niveles para AUTODEOP
- y NOJOIN son niveles maximos, mientras todos los otros
- son niveles minimos.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Sintaxis: INFO canal
-
- Lista informacion acerca del canal registrado dado,
- incluyendo su fundador, tiempo de registracion, ultima
- vez usado, descripcion y fijacion de modos, si existen.
- Si ALL es especificado, el mensaje de entrada y
- sucesor tambien seran mostrados.
-
- Por defecto, la opcion ALL esta limitada a aquellos
- con acceso de fundador en el canal.
-
-CHAN_HELP_LIST
- Sintaxis: LIST patron
-
- Lista todos los canales registrados concordando el patron
- dado (Canales con la opcion PRIVATE seteada no son
- listados.)
-
-CHAN_HELP_OP
- Sintaxis: OP #canal [nick]
-
- Opea al nick seleccionado en un canal. Si nick no es
- dado, te opeara a ti.
-
- Por defecto, limitado a AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal.
-
-CHAN_HELP_DEOP
- Sintaxis: DEOP #canal [nick]
-
- Deopea al nick seleccionado en un canal. Si nick no es
- dado, te deopeara a ti.
-
- Por defecto, limitado a AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal.
-
-CHAN_HELP_VOICE
- Sintaxis: VOICE #canal [nick]
-
- Da voice al nick seleccionado en un canal. Si nick no
- es dado, te dara voice a ti.
- hacerlo.
-
- Por defecto, limitado AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal, o a VOPs o aquellos
- con nivel 3 y mayor para darse voice a si mismos.
-
-CHAN_HELP_DEVOICE
- Sintaxis: DEVOICE #canal [nick]
-
- Quita voice al nick seleccionado en un canal. Si nick no
- es dado, te quitara voice a ti.
-
- Por defecto, limitado a AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal, o a VOPs o aquellos con
- nivel 3 y mayor para darse voice a si mismos.
-
-CHAN_HELP_HALFOP
- Sintaxis: HALFOP #canal [nick]
-
- Da Halfop al nick seleccionado en un canal. Si nick no
- es dado, te dara halfop a ti.
-
- Por defecto, limitado a AOPs y aquellos con nivel de
- acceso 5 y mayor en el canal, o a HOPs o aquellos con nivel
- 4 y mayor para darse halfop a si mismos.
-
-CHAN_HELP_DEHALFOP
- Sintaxis: DEHALFOP #canal [nick]
-
- Quita Halfop al nick seleccionado en un canal. Si nick no
- es dado, te quitara halfop a ti.
-
- Por defecto, limitado a AOPs y aquellos con nivel de
- acceso 5 y mayor en el canal, o a HOPs o aquellos con
- nivel 4 y mayor para quitarse halfop a si mismos.
-
-CHAN_HELP_PROTECT
- Sintaxis: PROTECT #canal [nick]
-
- Proteje al nick seleccionado en un canal. Si nick no es
- dado, te protejera a ti.
-
- Por defecto, limitado al fundador, o a SOPs o aquellos
- con nivel 10 y mayor en el canal para protejerse a si
- mismos.
-
-CHAN_HELP_DEPROTECT
- Sintaxis: DEPROTECT #canal [nick]
-
- Desproteje al nick seleccionado en un canal. Si nick no
- es dado, te desprotejera a ti.
-
- Por defecto, limitado al fundador, o a SOPs o aquellos
- con nivel 10 y mayor en el canal para desprotejerse a
- si mismos.
-
-CHAN_HELP_OWNER
- Sintaxis: OWNER #canal
-
- Te da el estatus de dueño en canal.
-
- Limitado a aquellos con nivel de fundador en el canal.
-
-CHAN_HELP_DEOWNER
- Sintaxis: DEOWNER #canal
-
- Remueve tu estatus de dueño en canal.
-
- Limitado a aquellos con nivel de fundador en el canal.
-
-CHAN_HELP_INVITE
- Sintaxis: INVITE canal
-
- Le dice a %S que te invite al canal dado.
-
- Por defecto, limitado a AOPs o aquellos con nivel 5
- y mayor en el canal.
-
-CHAN_HELP_UNBAN
- Sintaxis: UNBAN canal [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Por defecto, limitado a AOPs o aquellos con nivel 5
- y mayor en el canal.
-
-CHAN_HELP_KICK
- Sintaxis: KICK #canal nick [razon]
-
- Kickea al nick seleccionado en el canal.
-
- Por defecto, limitado a AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal.
-
-CHAN_HELP_BAN
- Sintaxis: BAN #canal nick [razon]
-
- Banea un nick seleccionado en un canal.
-
- Por defecto, limitado a AOPs o aquellos con nivel de
- acceso 5 y mayor en el canal.
-
-CHAN_HELP_TOPIC
- Sintaxis: TOPIC canal [topico]
-
- Hace a %S setear el topic del canal al especificado.
- If topico no es dado, un topico vacio es seteado.
- Este comando es mas util usado en conjunto a SET
- TOPICLOCK. Ver %R%S HELP SET TOPICLOCK
- para mayor informacion.
-
- Por defecto, limitado a aquellos con nivel de fundador
- en el canal.
-
-CHAN_HELP_CLEAR
- Sintaxis: CLEAR canal que
-
- Le dice a %S que limpie ciertos seteos en el canal.
- que puede ser uno de los siguientes:
-
- MODES Resetea todos los modos en el canal (osea,
- limpia los modos i,k,l,m,n,p,s,t).
- BANS Limpia todos los bans en el canal.
- EXCEPTS Limpia todos los excepts en el canal.
- INVITES Clears all invites on the channel.
- OPS Remueve estatus de operador de canal (modo +o)
- de todos los operadores de canal. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Removes channel-halfoperator status (mode +h) from
- all channel halfoperators, if supported.
- VOICES Remueve el estatus "voice" (modo +v) de quien
- tenga ese modo seteado.
- USERS Remueve (kickea) todos los usuarios del canal.
-
- Por defecto, tu nivel de acceso en el canal debe ser de
- fundador.
-
-CHAN_HELP_GETKEY
- Sintaxis: GETKEY canal
-
- Retorna la key del canal dado.
-
-CHAN_SERVADMIN_HELP
-
- Administradores de Servicios tambien pueden botar un canal
- sin tener que identificarse por medio de clave, y pueden
- ver el acceso, AKICK, y seteos de las listas de niveles para
- cualquier canal.
-
-CHAN_SERVADMIN_HELP_DROP
- Sintaxis: DROP canal
-
- Desregistra el canal dado. Solo
- administradores de Servicios pueden botar un
- canal por el cual no se hayan identificado.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Sintaxis: SET canal NOEXPIRE {ON | OFF}
-
- Setea si el canal expirara. Seteando esto
- a ON previene el canal a expirar.
-
- Limitado a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_LIST
- Sintaxis: LIST patron [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Lista todos los canales registrados concordando el patron dado.
- Canales con la opcion PRIVATE seteada solo seran mostrados
- a administradores de Servicios. Canales con la opcion NOEXPIRE
- tendran un ! antepuesto al nombre del canal para
- administradores de Servicios.
-
- Si las opciones FORBIDDEN o NOEXPIRE son dadas, solo canales
- que, respectivamente, tienen FORBID o NOEXPIRE seteado seran
- mostrados. Si ambas opciones son dadas, ambos tipos de canales
- seran mostrados. Lo mismo aplica para canales SUSPENDED. Estas
- opciones estan limitadas a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Sintaxis: GETPASS canal
-
- Devuelve la clave para el canal dado. Tener en cuenta
- que cuando este comando es usado, un mensaje incluyendo la
- persona que ejecuto el comando y el canal en el que fue usado
- seran monitoreados y enviados como WALLOPS/GLOBOPS.
-
- Limitado a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_FORBID
- Sintaxis: FORBID canal [razon]
-
- Prohibe a cualquiera de registrar o usar el canal
- dado. Puede ser cancelado botando el canal.
-
- Razon puede ser requerida en ciertas redes.
-
- Limitado a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Sintaxis: SUSPEND canal [razon]
-
- Impide a cualquier persona de registrar o usar el
- canal dado. Puede ser cancelado usando el comando UNSUSPEND
- para preservar los datos/seteos previos.
-
- Razon puede ser mandatorio en ciertas redes.
-
- Limitado a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Sintaxis: UNSUSPEND canal
-
- Libera un canal suspendido. Todos los datos y seteos
- antes de la suspencion son preservados.
-
- Limitado a administradores de Servicios.
-
-CHAN_SERVADMIN_HELP_STATUS
- Sintaxis: STATUS canal nickname
-
- Devuelve el nivel de acceso actual del nick dado
- en el canal dado. La respuesta es de la forma:
-
- STATUS canal nickname nivel-de-acceso
-
- Si un error ocurre, la respuesta sera de la forma:
-
- STATUS ERROR mensaje-de-error
-
- Limitado a administradores de Servicios.
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Envia un memo a un nick o canal
-MEMO_HELP_CMD_CANCEL
- CANCEL Cancela el ultimo memo que enviaste
-MEMO_HELP_CMD_LIST
- LIST Lista tus memos
-MEMO_HELP_CMD_READ
- READ Lee uno o mas memos
-MEMO_HELP_CMD_DEL
- DEL Borra uno o mas memos
-MEMO_HELP_CMD_SET
- SET Setea opciones relacionadas a memos
-MEMO_HELP_CMD_INFO
- INFO Displays information about your memos
-MEMO_HELP_CMD_RSEND
- RSEND Sends a memo and requests a read receipt
-MEMO_HELP_CMD_CHECK
- CHECK Checks if last memo to a nick was read
-MEMO_HELP_CMD_SENDALL
- SENDALL Envia un memo a todos los usuarios registrados
-MEMO_HELP_CMD_STAFF
- STAFF Envia un memo a todos los opers/admins
-
-MEMO_HELP_HEADER
- %S es una utilidad que permite a usuarios de IRC
- enviar cortos mensajes a otros usuarios de IRC, esten
- en linea o no, o a canales(*). Ambos el nickname que
- envia y el nickname o canal destinatarios deben estar
- registrados para enviar un memo.
-
- Los comandos de %S incluyen:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- Tipea %R%S HELP comando para ayuda de cualquiera
- de los comandos mencionados.
-
- (*) Por defecto, cualquier usuario con al menos nivel 10 de
- de acceso en el canal puede leer los memos del canal. Esto
- puede ser cambiado con el comando %s LEVELS.
-
-MEMO_HELP_SEND
- Sintaxis: SEND {nick | canal} texto-del-memo
-
- Envia un memo al nick o canal dado, conteniendo
- texto-del-memo. Al enviar a un nickname, el recipiente
- recibira noticia de que el/ella tiene un nuevo memo. El nick
- o canal recipientes deben estar registrados.
-
-MEMO_HELP_CANCEL
- Sintaxis: CANCEL {nick | canal}
-
- Cancela el ultimo memo que enviaste al nick o canal dado,
- siempre y cuando no haya sido leido al momento en el que
- usaste el comando.
-
-MEMO_HELP_LIST
- Sintaxis: LIST [canal] [lista | NEW]
-
- Lista los memos que tienes actualmente. Con NEW, lista
- solo los memos nuevos (no leidos). Memos nuevos estan
- marcados con un "*" a la izquierda del numero del memo.
- Tambien puedes especificar una lista de numeros, como en el
- ejemplo mas abajo:
-
- LIST 2-5,7-9
- Lista memos enumerados 2 a 5 y 7 a 9.
-
-MEMO_HELP_READ
- Sintaxis: READ [canal] {numero | lista | LAST | NEW}
-
- Te envia el texto de los memos especificados. Si LAST es
- dado, te envia el ultimo memo recibido. si NEW es dado, te
- envia todos tus memos nuevos. De otra forma, te envia el
- memo numero numero. Tambien puedes dar una lista de
- numeros, como en el ejemplo:
-
- READ 2-5,7-9
- Muestra los memos enumerados 2 a 5 y 7 a 9.
-
-MEMO_HELP_DEL
- Sintaxis: DEL [canal] {numero | lista | LAST | ALL}
-
- Borra el o los memos especificados. Puedes proveer multiples
- numeros o rangos de numeros en vez de uno solo, como en el
- ejemplo mas abajo.
-
- Si LAST es dado, el ultimo memo sera eliminado.
- Si ALL es dado, borra todos tus memos.
-
- Ejemplos:
-
- DEL 1
- Borra tu primer memo.
-
- DEL 2-5,7-9
- Borra los memos enumerados 2 a 5 y 7 a 9.
-
-MEMO_HELP_SET
- Sintaxis: SET opcion parametros
-
- Setea varias opciones de memos. opcion puede ser una de:
-
- NOTIFY Cambia cuando seras notificado acerca de
- nuevos memos (solo para nicknames)
- LIMIT Setea el maximo numero de memos que
- puedes recibir
-
- Tipea %R%S HELP SET opcion para mas informacion
- acerca de una opcion especifica.
-
-MEMO_HELP_SET_NOTIFY
- Sintaxis: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Cambia cuando seras notificado acerca de nuevos memos:
-
- ON Seras notificado de memos cuando te conectes,
- cuando saques tu /AWAY, y cuando te sean
- enviados.
- LOGON Solo seras notificado de memos cuando te conectes
- o cuando saques tu /AWAY.
- NEW Solo seras notificado de memos cuando te sean
- enviados.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF No recibiras ninguna notificacion por memos.
-
- ON es escencialmente LOGON y NEW combinados.
-
-MEMO_HELP_SET_LIMIT
- Sintaxis: SET LIMIT [canal] limite
-
- Setea el maximo numero de memos que tu (o el canal dado)
- estas permitido a tener. Si seteas esto a 0, nadie podra
- enviarte memos. Ademas, no puedes setear el limite mas
- alto que %d.
-
-MEMO_HELP_INFO
- Sintaxis: INFO [canal]
-
- Muestra informacion acerca del numero de memos que tienes,
- cuantos de ellos aun no han sido leidos, y cuantos memos
- puedes recibir. Con un parametro, muestra la misma
- informacion para el canal dado.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Sintaxis: SET LIMIT [usuario | canal] {limite | NONE} [HARD]
-
- Setea el maximo numero de memos un usuario o canal esta
- permitido a tener. Setear el limite a 0 previene al usuario
- de recibir memos; setearlo a NONE permite al usuario
- a recibir y guardar cuantos memos quiera. Si no das un
- nickname o canal, tu propio limite es seteado.
-
- Añadir HARD previene al usuario de cambiar el limite. No
- añadir HARD tiene el efecto contrario, permitiendo al
- usuario cambiar el limite (aun si un limite previo fue seteado
- con HARD).
-
- El uso del comando SET LIMIT esta limitado a
- administradores de Servicios. Otros usuarios pueden
- solo setear limite para ellos mismos o para un canal en
- el que tengan ciertos privilegios, no pueden remover su
- limite, no pueden setear el limite mas alla de %d, y no
- pueden setear un limite hard.
-
-MEMO_SERVADMIN_HELP_INFO
- Sintaxis: INFO [nick | canal]
-
- Sin un parametro, muestra informacion acerca del numero
- de memos que tienes, cuantos de ellos aun no han sido
- leidos, y el numero total de memos que puedes recibir.
-
- Con un canal de parametro, muestra la misma informacion
- para el canal dado.
-
- Con un nickname de parametro, muestra la misma
- informacion para el nickname dado. Este uso esta
- limitado a administradores de Servicios.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Sintaxis: STAFF texto-memo
-
- Envia a todo el staff de services un memo conteniendo texto-memo.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_SENDALL
- Sintaxis: SENDALL texto-memo
-
- Envia a todos los usuarios registrados un memo conteniendo texto-memo.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Sintaxis: RSEND {nick | canal} texto-memo
-
- Envia a nick o canal un memo conteniendo memo-text.
- Cuando se envia a un nickname, el receptor recibira una noticia
- informandole que tiene un nuevo memo. El nickname o canal al cual se le
- enviara el memo debe estar registrado.
- Una vez que el memo ha sido leido, quien envio el memo recibira una
- notificacion automatica informando que el memo ha sido leido.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Sintaxis: CHECK nick
-
- Verifica que el _ultimo_ memo que enviaste a nick haya sido leido.
- Nota que esto solo funciona para nicknames, no para canales.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Envia un mensaje a todos los usuarios
-OPER_HELP_CMD_STATS
- STATS Muestra estatus de los Servicios y la red
-OPER_HELP_CMD_STAFF
- STAFF Muestra la lista del staff y su status
-OPER_HELP_CMD_MODE
- MODE Cambia los modos de un canal
-OPER_HELP_CMD_KICK
- KICK Kickea un usuario de un canal
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Limpia los modos de un canal
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Killea todos los usuarios en un host
-OPER_HELP_CMD_AKILL
- AKILL Manipula la lista AKILL
-OPER_HELP_CMD_SNLINE
- SNLINE Manipula la lista SNLINE
-OPER_HELP_CMD_SQLINE
- SQLINE Manipula la lista SQLINE
-OPER_HELP_CMD_SZLINE
- SZLINE Manipula la lista SZLINE
-OPER_HELP_CMD_CHANLIST
- CHANLIST Lista todos los records de canal
-OPER_HELP_CMD_USERLIST
- USERLIST Lista todos los records de usuarios
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Define mensajes para ser mostrados a usuarios
- al conectarse
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Define mensajes para ser mostrados al azar a
- usuarios al conectarse
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Define mensajes a ser mostrados a usuarios al
- transformarse en operadores
-OPER_HELP_CMD_SESSION
- SESSION Muestra la lista de sesiones de host
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modifica la lista de limite de sesion
-OPER_HELP_CMD_NOOP
- NOOP Temporalmente remueve todas las lineas O: de
- un servidor remotamente
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" un servidor
-OPER_HELP_CMD_IGNORE
- IGNORE Ignora a un usuario
-OPER_HELP_CMD_SET
- SET Setea varias opciones globales de los Servicios
-OPER_HELP_CMD_RELOAD
- RELOAD Recarga la configuracion de los Servicios
-OPER_HELP_CMD_UPDATE
- UPDATE Fuerza a la base de datos de los Servicios a
- ser updateada a disco inmediatamente
-OPER_HELP_CMD_RESTART
- RESTART Guarda la base de datos de los Servicios y
- recarga los Servicios
-OPER_HELP_CMD_QUIT
- QUIT Termina el programa de servicios sin guardar
- los cambios
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Termina el programa de Servicios guardando los
- cambios
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Otorga privilegios IRCOP temporarios
-OPER_HELP_CMD_UMODE
- UMODE Otorga cambios de modos de usuario
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Load a module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Un-Load a module
-OPER_HELP_CMD_MODINFO
- MODINFO Info about a loaded module
-OPER_HELP_CMD_MODLIST
- MODLIST List loaded modules
-
-OPER_HELP
- Comandos para %S:
-
-OPER_HELP_LOGGED
- Noticia: todos los comandos enviados a %S son monitoreados!
-
-OPER_HELP_GLOBAL
- Sintaxis: GLOBAL mensaje
-
- Permite a los Administrators a enviar mensajes a los usuarios
- en la red. El mensaje sera enviado desde el nick %s.
-
-OPER_HELP_STATS
- Sintaxis: STATS [AKILL | ALL | RESET]
-
- Sin una opcion, muestra el numero actual de usuarios e
- IRCops en linea (excluyendo a los Servicios), el maximo
- numero de usuarios desde que los Servicios partieron, y
- el tiempo que los Servicios han estado corriendo.
-
- Con la opcion AKILL, muestra el tamaño actual de la
- lista AKILL y el actual tiempo de expiracion por defecto.
-
- La opcion ALL esta solo disponible a administradores de
- Servicios, y muestra informacion en el uso de memoria de
- los Servicios. Usar esta opcion puede congelar a los
- Servicios por un corto periodo de tiempo en redes grandes,
- asi que no lo uses demasiado!
-
- La opcion RESET resetea la cuenta maxima de usuarios
- al numero de usuarios actualmente presentes en la red.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Sintaxis: MODE canal modos
-
- Permite a los operadores de Servicios setear modos de canal
- para cualquier canal. Parametros son los mismos que para el
- comando estandart /MODE.
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_UMODE
- Sintaxis: UMODE usuario modos
-
- Permite a Services Operators a setear modos de
- usuarios para cualquier usuario. Los parametros son los
- mismos que para el comando /MODE.
-
-OPER_HELP_OLINE
- Sintaxis: OLINE usuario opciones
-
- Permite a Services Operators a dar permisos de
- operador a cualquier usuario. Las opciones deben estar
- antepuestas con un "+" o un "-". Para remover todas las
- opciones simplemente tipear un "-" en vez de cualquier
- opcion.
-
-OPER_HELP_CLEARMODES
- Sintaxis: CLEARMODES canal [ALL]
-
- Limpia todos los modos binarios (i,k,l,m,n,p,s,t) y
- bans del canal. Si ALL es dado, tambien limpia
- todos los ops y voices (modos +o y +v) del canal.
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_KICK
- Sintaxis: KICK canal usuario razon
-
- Permite a los IRCops a kickear un usuario de cualquier
- canal. Parametros son los mismos que para el comando
- /KICK. El mensaje de kick tendra el nickname del IRCop
- enviando el comando KICK antepuesto; por ejemplo:
-
- *** SpamMan ha sido kickeado del canal #mi_canal por %S (DrStein (Flood))
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick nuevonick
-
- Cambia, a la fuerza, el nick del usuario from nick a nuevonick.
-
-OPER_HELP_AKILL
- Sintaxis: AKILL ADD [+expiracion] mascara razon
- AKILL DEL {mascara | numero | lista}
- AKILL LIST [mascara | lista]
- AKILL VIEW [mascara | lista]
- AKILL CLEAR
-
- Permite a los operadores de Servicios manipular la lista de
- AKILLS. Si un usuario concordando con una mascara en la
- lista de AKILLS se intenta conectar, los Servicios enviaran
- un KILL a ese usuario y, en tipos de servidores soportados,
- instruira a todos los servidores a añadir un ban (linea K)
- para la mascara que el usuario concordo con.
-
- AKILL ADD añade la mascara usuario@host dada a la lista
- de AKILLS por la razon dada (la que debe ser dada).
- expiracion es especificada como un entero seguido por uno de
- d (dias), h (horas), o m (minutos). Combinaciones (como
- 1h30m) no estan permitidas. Si un especificador de unidades no
- es incluido, por defecto seran dias (osea +30 por si solo
- significa 30 dias). Para añadir un AKILL que no expire, usa +0.
- Si la la mascara a ser añadida comienza con un +, un tiempo
- de expiracion debe ser dado, aun si es el mismo que el por
- defecto. El tiempo de expiracion por defecto actual de AKILLS
- puede ser visto con el comando STATS AKILL.
-
- El comando AKILL DEL remueve la mascara dada de la lista
- de AKILLS si esta presente. Si una lista de numeros es dada,
- esas instancias son borradas. (Ver el ejemplo para LIST
- mas abajo.)
-
- El comando AKILL LIST muestra la lista de AKILLS.
- Si una mascara es dada, solo las instancias concordando
- con la mascara son mostradas. Si una lista de numeros es
- dada, solo esas instancias son mostradas; por ejemplo:
-
- AKILL LIST 2-5,7-9
- Lista las instancias de AKILL enumeradas 2 a 5 y 7
- a 9.
-
- AKILL VIEW es una version mas verbal de AKILL LIST, y
- mostrara quien añadio un AKILL, la fecha en que fue añadido,
- y cuando expirara, asi como tambien la mascara usuario@host
- y la razon.
-
- AKILL CLEAR limpia todas las instancias de la lista de
- AKILLS.
-
- Limitado a Operadores de Servicios.
-
-OPER_HELP_SNLINE
- Sintaxis: SNLINE ADD [+expiracion] mascara:razon
- SNLINE DEL {mascara | numero | lista}
- SNLINE LIST [mascara | lista]
- SNLINE VIEW [mascara | lista]
- SNLINE CLEAR
-
- Permite a los operadores de Servicios a manipular la lista
- de SNLINES. Si un usuario con un nombre real concordando
- una mascara SNLINE se intenta conectar, los Servicios le
- impediran conseguir una sesion de IRC.
-
- SNLINE ADD añade la mascara de nombre real dada a la
- lista de SNLINES por la razon dada (la que debe ser
- dada). expiracion es especificada como un entero
- seguido de uno de d (dias), h (horas), o m
- (minutos). Combinaciones (como 1h30m) no estan
- permitidas. Si la especificacion de la unidad no es
- incluida, por defecto son dias (osea +30 por si solo
- significa 30 dias). Para añadir una SNLINE que no expire,
- usa +0. Si la mascara de nombre real dada empieza con
- +, el tiempo de expiracion debe ser dado, aun si es
- el mismo que el por defecto. El tiempo actual de expiracion
- por defecto para SNLINES puede ser visto con el comando
- STATS AKILL.
- Notese: Ya que la mascara de nombre real puede contener
- espacios, el separador entre esta y la razon es un signo de
- dos puntos.
-
- El comando SNLINE DEL remueve la mascara dada de la
- lista de SNLINES si esta presente. Si una lista de
- instancias es dada, esas instancias son borradas. (Ver el
- ejemplo para LIST mas abajo.)
-
- El comando SNLINE LIST muestra la lista de SNLINES. Si
- una mascara es dada, solo las instancias concordando con
- la mascara son mostradas. Si una lista de instancias es
- dada, solo esas instancias son mostradas; por ejemplo:
-
- SNLINE LIST 2-5,7-9
- Lista instancias de SNLINES enumeradas 2 a 5 y 7
- a 9.
-
- SNLINE VIEW es una version mas verbal que SNLINE LIST,
- y mostrara quien añadio la SNLINE, la fecha en la que fue
- añadida, y cuando expira, ademas de la mascara de nombre real
- y la razon.
-
- SNLINE CLEAR limpia todas las instancias de la lista de
- SNLINES.
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_SQLINE
- Sintaxis: SQLINE ADD [+expiracion] mascara razon
- SQLINE DEL {mascara | numero | lista}
- SQLINE LIST [mascara | lista]
- SQLINE VIEW [mascara | lista]
- SQLINE CLEAR
-
- Permite a los operadores de Servicios a manipular la lista
- de SQLINES. Si un usuario con un nick concordando una
- mascara SQLINE se intenta conectar, los Servicios le
- impediran conseguir una sesion de IRC.
-
- Si el primer caracter de la mascara es #, los servicios
- prevendran el uso de los canales concordantes (en IRCds
- que lo soporten).
-
- SQLINE ADD añade la mascara de nombre real dada a la
- lista de SQLINES por la razon dada (la que debe ser
- dada). expiracion es especificada como un entero
- seguido de uno de d (dias), h (horas), o m
- (minutos). Combinaciones (como 1h30m) no estan
- permitidas. Si la especificacion de la unidad no es
- incluida, por defecto son dias (osea +30 por si solo
- significa 30 dias). Para añadir una SQLINE que no expire,
- usa +0. Si la mascara de nombre real dada empieza con
- +, el tiempo de expiracion debe ser dado, aun si es
- el mismo que el por defecto. El tiempo actual de expiracion
- por defecto para SQLINES puede ser visto con el comando
- STATS AKILL.
-
- El comando SQLINE DEL remueve la mascara dada de la
- lista de SQLINES si esta presente. Si una lista de
- instancias es dada, esas instancias son borradas. (Ver el
- ejemplo para LIST mas abajo.)
-
- El comando SQLINE LIST muestra la lista de SQLINES. Si
- una mascara es dada, solo las instancias concordando con
- la mascara son mostradas. Si una lista de instancias es
- dada, solo esas instancias son mostradas; por ejemplo:
-
- SQLINE LIST 2-5,7-9
- Lista instancias de SQLINES enumeradas 2 a 5 y 7
- a 9.
-
- SQLINE VIEW es una version mas verbal que SQLINE LIST,
- y mostrara quien añadio la SQLINE, la fecha en la que fue
- añadida, y cuando expira, ademas de la mascara de nombre real
- y la razon.
-
- SQLINE CLEAR limpia todas las instancias de la lista de
- SQLINES.
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_SZLINE
- Sintaxis: SZLINE ADD [+expiracion] mascara razon
- SZLINE DEL {mascara | numero | lista}
- SZLINE LIST [mascara | lista]
- SZLINE VIEW [mascara | lista]
- SZLINE CLEAR
-
- Permite a los operadores de Servicios manipular la
- lista de SZLINES. Si un usuario con una IP concordando
- una mascara en la lista de SZLINES intenta conectarse,
- los Servicios le impediran obtener una sesion de IRC
- (y esto es, si la IP tiene un PTR RR o no).
-
- SZLINE ADD añade la mascara IP dada a la lista de
- SZLINES por la razon dada (la que debe ser dada).
- expiracion es especificada como un entero seguido
- de uno de d (dias), h (horas), or m (minutos).
- Combinaciones (como 1h30m) no estan permitidas. Si
- una especificacion de unidad no es incluida, por
- defecto es dias (osea +30 por si solo significa
- 30 dias). Para añadir una SZLINE que no expire, usa
- +0. Si la mascara a ser añadida empieza con un
- +, el tiempo de expiracion debe ser dado, incluso
- si es el mismo que el por defecto. El tiempo actual
- de expiracion por defecto para SZLINES puede ser
- visto con el comando STATS AKILL.
-
- El comando SZLINE DEL remueve la mascara dada de la
- lista de SZLINES si esta presente. Si una lista de
- instancias es dada, esas instancias son borradas. (Ver
- el ejemplo para LIST mas abajo.)
-
- El comando SZLINE LIST muestra la lista de SZLINES.
- Si una mascara es dada, solo aquellas instancias
- concordando la mascara son mostradas. Si una lista de
- instancias es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- SZLINE LIST 2-5,7-9
- Lista instancias SZLINE enumeradas 2 a 5 y 7
- a 9.
-
- SZLINE VIEW es una version mas verbal de SZLINE LIST,
- y mostrara quien añadio una SZLINE, la fecha en la que
- fue añadida, y cuando expira, ademas de la mascara IP y
- la razon.
-
- SZLINE CLEAR limpia todas las instancias de la lista
- de SZLINES.
-
- Limitado a operadores de Servicios.
-
-OPER_HELP_SET
- Sintaxis: SET opcion seteo
-
- Setea varias opciones globales de Servicios.
- Nombres de opciones actualmente definidas son:
- READONLY Setea modo read-only o read-write
- LOGCHAN Reporta el log a un canal
- DEBUG Activa o desactiva el modo debug
- NOEXPIRE Activa o desactiva el modo no expire
- SUPERADMIN Activa o desactiva el modo SuperAdmin
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_SET_READONLY
- Sintaxis: SET READONLY {ON | OFF}
-
- Setea el modo read-only a encencido o apagado. En modo
- read-only, usuarios normales no podran modificar datos
- de Servicios, incluyendo acceso a listas de canales y
- nicknames, etc. IRCops con suficientes privilegios con
- los Servicios podran modificar la lista AKILL de
- Servicios y botar o prohibir nicknames y canales, pero
- ninguno de estos cambios sera salvado a menos que el
- modo read-only es desactivado antes de que los Servicios
- sean terminados o recargados.
-
- Esta opcion es equivalente a la opcion -readonly en
- la linea de comando.
-
-OPER_HELP_SET_LOGCHAN
- Sintaxis: SET LOGCHAN {ON | OFF}
-
- En modo on, los Servicios envian sus logs a un canal especificado
- y a sus debidos archivos. LogChannel debe estar definido en la
- configuracion de los Servicios para poder usar esta opcion.
-
- Esta opcion es equivalente a la opcion -logchan en
- la linea de comando.
-
- Nota: Es importante que el canal sea apropriadamente
- seguro con ingreso a Administradores solamente.
-
-OPER_HELP_SET_DEBUG
- Sintaxis: SET DEBUG {ON | OFF | numero}
-
- Setea el modo debug a encendido o apagado. En modo debug,
- toda la informacion enviada de y hacia los Servicios,
- ademas de un numero de mensajes son escritos al archivo
- de log. Si numero es dado, el modo debug es
- activado, con el nivel de debug setead a numero.
-
- Esta opcion es equivalente a la opcion -debug en
- la linea de comando.
-
-OPER_HELP_SET_NOEXPIRE
- Sintaxis: SET NOEXPIRE {ON | OFF}
-
- Setea el modo no expire a encendido o apagado. En
- modo no expire, nicks, canales, akills y excepciones
- no expiraran hasta que la opcion sea sacada.
-
- Esta opcion es equivalente a la opcion -noexpire
- en la linea de comando.
-
-OPER_HELP_SET_SUPERADMIN
- Sintaxis: SET SUPERADMIN {ON | OFF}
-
- Este seteo de da privilegios extra como la abilidad de ser
- "fundador" en todos los canales, etc.
-
- Esta opcion no es persistente y debe ser usada solo de ser
- necesario.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Sintaxis: NOOP SET servidor
- NOOP REVOKE servidor
-
- NOOP SET remueve todas las lineas O: del
- servidor dado y killea a todos los IRCops actualmente
- en el para prevenirlos a hacer rehash en el servidor
- (ya que esto cancelaria el efecto).
-
- NOOP REVOKE hace las lineas 0: disponibles nuevamente
- en el servidor dado.
-
- Notese: El servidor no es checkeado por los
- Servicios.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_JUPE
- Sintaxis: JUPE servidor [razon]
-
- Le dice a los Servicios que hagan jupiter a un servidor
- -- esto es, crear un "servidor" falso conectado a
- los Servicios el cual previene al servidor real de
- conectarse. El jupe puede ser removido usando el
- estandart SQUIT. Si una razon es dada, es puesta
- en el campo de informacion sobre el servidor; de otra
- forma, el campo de informacion sobre el servidor tendra
- el texto "Juped by <nick>", mostrando el nickname
- de la persona que jupiterio el servidor.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_UPDATE
- Sintaxis: UPDATE
-
- Causa a los Servicios a updatear todos los archivos de
- la base de datos tan pronto como envies el comando.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_RELOAD
- Sintaxis: RELOAD
-
- Causa a los Servicios a recargar el archivo de
- configuracion. Notese que algunas directivas aun asi
- necesitan que los Servicios partan denuevo para tomar
- efecto (tal como nicknames de los Servicios, activacion
- de la limitacion de sesiones, etc.)
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_QUIT
- Sintaxis: QUIT
-
- Causa a los Servicios a parar inmediatamente; las bases de
- datos no son salvadas. Este comando no debe ser usado a
- menos que las copias en la memoria se crean dañadas y no
- deban ser guardadas. Para parar normalmente, usa el comando
- SHUTDOWN.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_SHUTDOWN
- Sintaxis: SHUTDOWN
-
- Causa a los Servicios a guardar todas las bases de
- datos y parar.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_RESTART
- Sintaxis: RESTART
-
- Causa a los Servicios a guardar todas las bases de
- datos y luego parar y partir nuevamente.
- (esto es, terminar el programa e inmediatamente correr
- el ejecutable nuevamente).
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_CHANLIST
- Sintaxis: CHANLIST [{patron | nick} [SECRET]]
-
- Lista todos los canales actualmente en uso en la red IRC,
- esten registrados o no.
-
- Si patron es dado, lista solo canales que concuerden con el. Si
- un nickname es dado, lista solo los canales en los que el usuario
- este. Si SECRET es especificado, lista solo los canales que
- concuerden con patron y que tengan modos +s o +p.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_USERLIST
- Sintaxis: USERLIST [{patron | canal} [INVISIBLE]]
-
- Lista todos los usuarios actualmente en linea en la red IRC,
- esten registrados o no.
-
- Si patron es dado, lista solo a los usuarios que concuerden
- con el (debe ser en el formato nick!usuario@host). si canal
- es dado, lista solo usuarios que esten en el canal dado. Si
- INVISIBLE especificado, solo usuarios con la bandera +i seran
- listados.
-
- Limitado a administradores de Servicios.
-
-OPER_HELP_MODLOAD
- Sintaxis: MODLOAD NombreArchivo
-
- Este comando carga el modulo llamado NombreArchivo del directorio de
- modulos.
-
-OPER_HELP_MODUNLOAD
- Sintaxis: MODUNLOAD NombreArchivo
-
- Este comando descarga el modulo llamado NombreArchivo del directorio
- de modulos.
-
-OPER_HELP_MODINFO
- Sintaxis: MODINFO NombreArchivo
-
- Este comando lista informacion sobre el modulo cargado pedido
-
-OPER_HELP_MODLIST
- Sintaxis: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lista todos los modulos actualmente cargados.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Lista bots disponibles
-BOT_HELP_CMD_ASSIGN
- ASSIGN Asigna un bot a un canal
-BOT_HELP_CMD_SET
- SET Configura opciones de bots
-BOT_HELP_CMD_KICK
- KICK Configura kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Mantiene lista de bad words
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Mantiene la lista de bots de la red
-
-BOT_HELP
- %S te permite crear un bot en tu propio canal.
- Esto ha sido creado para usuarios que no puedan
- hostear o configurar un bot, o para uso en redes
- que no permitan bots de usuarios. Comandos
- disponibles estan listados mas abajo; para
- usarlos, tipea %R%S comando. Para mayor
- informacion sobre un comando especifico, tipea
- %R%S HELP comando.
-
-BOT_HELP_FOOTER
- El bot entrara a un canal cuando quiera que hayan
- %d usuario(s) en el.
-
-BOT_HELP_BOTLIST
- Sintaxis: BOTLIST
-
- Lista todos los bots disponibles en esta red.
-
-BOT_HELP_ASSIGN
- Sintaxis: ASSIGN canal nick
-
- Assigna un bot denominado por nick al canal canal.
- Luego de esto puedes configurar al bot para acomodarlo
- a tus necesidades.
-
-BOT_HELP_UNASSIGN
- Sintaxis: UNASSIGN canal
-
- Deasigna a un bot de un canal. Al usar este comando
- el bot ya no entrara al canal. Aun asi, la configuracion
- del bot para el canal es guardada, asi te sera posible
- reasignar un bot luego sin tener que configurarlo
- completamente.
-
-BOT_HELP_INFO
- Sintaxis: INFO {canal | nick}
-
- Permite ver la informacion de %S acerca de un canal o
- bot. Si el parametro es un canal, recibiras informacion
- tal como kickers activados. Si el parametro es un nick,
- recibiras informacion acerca de un bot, tal como tiempo
- de creacion o numero de canales en los que este.
-
-BOT_HELP_SET
- Sintaxis: SET canal opcion parametros
-
- Configura opciones de bot. opcion puede ser uno de:
-
- DONTKICKOPS Para proteger ops contra kicks de bots
- DONTKICKVOICES Para proteger voices contra kicks de bots
- GREET Abilita mensajes de bienvenida
- FANTASY Abilita comandos de fantasia
- SYMBIOSIS Permite al bot a actuar como un bot real
-
- Tipea %R%S HELP SET opcion para mayor informacion
- sobre una opcion especifica.
-
- Notese: el acceso a este comando esta controlado por
- el nivel SET.
-
-BOT_HELP_SET_DONTKICKOPS
- Sintaxis: SET canal DONTKICKOPS {ON|OFF}
-
- Habilita o deshabilita el modo de proteccion de ops
- en un canal. Al abilitarlo, ops no seran
- kickeados por el bot, incluso si no concuerdan con
- el nivel NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Sintaxis: SET canal DONTKICKVOICES {ON|OFF}
-
- Habilita o deshabilita el modo de proteccion de voices
- en un canal. Al abilitarlo, voices no seran
- kickeados por el bot, incluso si no concuerdan con
- el nivel NOKICK.
-
-BOT_HELP_SET_FANTASY
- Sintaxis: SET canal FANTASY {ON|OFF}
-
- Habilita o deshabilita el modo de fantasia
- en un canal. Al abilitarlo, los usuarios podran
- usar los comandos !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen en un canal (averigua
- como usarlos; intenta con o sin nick para cada
- uno, y con razon para algunos?).
-
- Notese que usuarios que quieran usar comandos
- de fantasia DEBEN tener el nivel necesario
- para ambos el nivel FANTASIA y otro dependiendo
- del comando si es requerido (por ejemplo, para
- usar !op, el usuario debe tener suficiente
- acceso para el nivel OPDEOP).
-
-BOT_HELP_SET_GREET
- Sintaxis: SET canal GREET {ON|OFF}
-
- Habilita o deshabilita el modo de asludo en
- un canal. Al abilitarlo, el bot mostrara los
- mensajes de los usuarios entrando al canal,
- siempre y cuando tengan el suficiente acceso
- al canal.
-
-BOT_HELP_SET_SYMBIOSIS
- Sintaxis: SET canal SYMBIOSIS {ON|OFF}
-
- Habilita o deshabilita el modo simbiosis en
- un canal. Al abilitarlo, el bot hara cualquier
- cosa que normalmente habria hecho %s en los
- canales, tal como MODOS, KICKS e incluso los
- mensajes de entrada.
-
-BOT_HELP_KICK
- Sintaxis: KICK canal opcion parametros
-
- Configura los kickers de bot. opcion puede ser una de:
-
- BOLDS Setea si el bot kickea negritas
- BADWORDS Setea si el bot kickea bad words
- CAPS Setea si el bot kickea mayusculas
- COLORS Setea si el bot kickea colores
- FLOOD Setea si el bot kickea usuarios
- que floodean
- REPEAT Setea si el bot kickea usuarios
- que repiten
- REVERSES Setea si el bot kickea reversos
- UNDERLINES Setea si el bot kickea subrayados
- ITALICS Sets if the bot kicks italics
-
- Tipea %R%S HELP KICK opcion para mayor
- informacion sobre una opcion especifica.
-
- Notese: acceso a este comando es controlado por el
- nivel SET.
-
-BOT_HELP_KICK_BOLDS
- Sintaxis: KICK canal BOLDS {ON|OFF} [ttb]
-
- Setea el kick por negritas a encendido o apagado.
- Al abilitarlo, esta opcion le dice al bot que kickee
- usuarios que usen negritas.
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_COLORS
- Sintaxis: KICK canal COLORS {ON|OFF} [ttb]
-
- Setea el kick por colores a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que usen colores.
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_REVERSES
- Sintaxis: KICK canal REVERSES {ON|OFF} [ttb]
-
- Setea el kick por reversos a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que usen reversos.
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_UNDERLINES
- Sintaxis: KICK canal UNDERLINES {ON|OFF} [ttb]
-
- Setea el kick por subrayados a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que usen subrayados.
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_CAPS
- Sintaxis: KICK canal CAPS {ON|OFF} [ttb [min [porcentaje]]]
-
- Setea el kick por mayusculas a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que esten hablando en mayusculas.
-
- El bot kickea solo si hay al menos min mayusculas
- y que constituyan al menos porcentaje%% del total
- del texto (si no es dado, por defecto es seteado a 10
- caracteres y 25%%).
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_FLOOD
- Sintaxis: KICK canal FLOOD {ON|OFF} [ttb [ln [segs]]]
-
- Setea el kick por flood a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que esten floodeando el canal usando al menos
- ln lineas en segs segundos (si no es dado, por
- defecto es seteado a 6 lineas en 10 segundos).
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_REPEAT
- Sintaxis: KICK #canal REPEAT {ON|OFF} [ttb [num]]
-
- Setea el the kick por repeticion a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que esten repitiendo num veces (si num no
- es dado, por defecto es seteado a 3).
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_BADWORDS
- Sintaxis: KICK #canal BADWORDS {ON|OFF} [ttb]
-
- Setea el kick por bad words a encendido o apagado.
- Al habilitarlo, esta opcion le dice al bot que kickee
- usuarios que digan ciertas palabras en el canal.
-
- Puedes definir bad words para tu canal usando el comando
- BADWORDS. Tipea %R%S HELP BADWORDS para mayor
- informacion.
-
- ttb es el numero de veces que un usuario sera kickeado
- antes de ser baneado. No des ttb para desabilitar
- el sistema de ban una vez activado.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Sintaxis: BADWORDS canal ADD palabra [SINGLE | START | END]
- BADWORDS canal DEL {palabra | numero | lista}
- BADWORDS canal LIST [mascara | lista]
- BADWORDS canal CLEAR
-
- Mantiene la lista de bad words para un canal. La lista
- de bad words determina cuales palabtas deben ser kickeadas
- cuando el kick por bad words esta habilitado. Para mayor
- informacion, tipea %R%S HELP KICK BADWORDS.
-
- El comando BADWORDS ADD añade una palabra a la lista
- de bad words. Si SINGLE es especificado, el kick sera
- hecho solo si el usuario dice la palabra completa. Si
- START es especificado, el kick sera hecho solo si el
- usuario dice una palabra que comience con palabra.
- Si END es especificado, el kick sera hecho solo si el
- usuario dice una palabra que termine con palabra. Si
- no especificas nada, un kick sera hecho cada vez que
- palabra sea dicha por un usuario.
-
- El comando BADWORDS DEL remueve la palabra dada de la
- lista de bad words. Si una lista de numeros es dada, esas
- instancias son borradas. (ver el ejemplo para LIST mas
- abajo).
-
- El comando BADWORDS LIST muestra la lista de bad
- words. Si una mascara es dada, solo las instancias
- concordando con la mascara son mostradas. Si una lista
- de numeros es dada, solo esas instancias son mostradas;
- por ejemplo:
-
- BADWORDS #canal LIST 2-5,7-9
- Lista bad words enumeradas 2 a 5 y 7 a 9.
-
- El comando BADWORDS CLEAR limpia todas las instancias
- de la lista de bad words.
-
-BOT_HELP_SAY
- Sintaxis: SAY canal texto
-
- Hace al bot decir el texto dado en el canal dado.
-
-BOT_HELP_ACT
- Sintaxis: ACT canal texto
-
- Hace al bot hacer el equivalente del comando "/me"
- en el canal dado usando el texto dado.
-
-BOT_SERVADMIN_HELP_BOT
- Sintaxis: BOT ADD nick usuario host real
- BOT CHANGE nick-ant nick-nue [usuario [host [real]]]
- BOT DEL nick
-
- Permite a los administradores de Servicios crear, modificar
- y borrar bots que usuarios podran usar en sus propios
- canales.
-
- BOT ADD añade un bot con el nickname, usuario, host
- y nombre real dados. Ya que no se hacen chequeos de
- integridad para estos seteos, ten mucho cuidado.
- BOT CHANGE permite cambiar el nickname, usuario, host
- o nombre real de un bot sin tener que borrarlo (y la
- informacion asociada a el).
- BOT DEL remueve el bot dado de la lista de bots.
-
- Nota:: no puedes crear un bot que tenga un nick que ya
- este registrado. Si un usuario no registrado esta usando
- el nick, sera killeado.
-
-BOT_SERVADMIN_HELP_SET
-
- Estas opciones estan reservadas a administradores de
- Servicios:
-
- NOBOT Previene a un bot de ser asignado
- a un canal
- PRIVATE Previene a un bot de ser asignado
- por alguien mas que un operador
- de IRC
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Sintaxis: SET canal NOBOT {ON|OFF}
-
- Esta opcion hace al canal no asignable. Si un
- bot ya esta asignado al canal, es desasignado
- automaticamente cuando abilitas esta opcion.
-
- Limitado a administradores de Servicios.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Sintaxis: SET nick-del-bot PRIVATE {ON|OFF}
-
- Esta opcion previene un bot de ser asignado
- a un canal por usuarios que no son operadores
- de IRC.
-
- Limitado a administradores de Servicios.
-HOST_EMPTY
- La lista vhost esta vacia.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost para %s seteado a %s.
-HOST_IDENT_SET
- vhost para %s seteado a %s@%s.
-HOST_SETALL
- vhost para el grupo %s seteado a %s.
-HOST_DELALL
- El vhost para el group %s ha sido removido.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost para el grupo %s seteado a %s@%s.
-HOST_SET_ERROR
- Error! Un vhost solo puede contener A-Z, a-z, 0-9, '.' y '-'.
-HOST_SET_IDENT_ERROR
- Un vhost ident debe tener el formato de un ident valido
-HOST_SET_TOOLONG
- Error! El vhost es muy largo. Usa un host con menos de %d caracteres.
-HOST_SET_IDENTTOOLONG
- Error! El Ident es muy largo. Usa un ident con menos de %d caracteres.
-HOST_NOREG
- Usuario %s no encontrado en la base de datos de nickserv.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Acceso Denegado.
-HOST_NOT_ASSIGNED
- Por favor contactar a un Operador para que asigne un vhost a este nick.
-HOST_ACTIVATED
- Tu vhost %s ha sido activado.
-HOST_IDENT_ACTIVATED
- Tu vhost %s@%s ha sido activado.
-HOST_DEL
- vhost para %s removido.
-HOST_DEL_SYNTAX
- DEL <nick>.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Tu IRCD no soporta vIdent's. Si esto es incorrecto, por favor reportalo como un posible bug.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_GROUP
- Todos los vhosts en el grupo %s han sido seteados a %s
-HOST_IDENT_GROUP
- Todos los vhosts en el grupo %s han sido seteados a %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Todos los registros mostrados (Cuenta: %d)
-HOST_LIST_RANGE_FOOTER
- Todos los registros mostrados de %d a %d
-HOST_LIST_KEY_FOOTER
- Todos los registro mostrados que coinciden con la clave %s (Cuenta: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activa tu vhost asignado.
-
-HOST_HELP_CMD_OFF
- OFF Desactiva tu vhost asignado.
-
-HOST_HELP_CMD_GROUP
- GROUP Sincroniza vhost en todos los nicks del grupo.
-
-HOST_HELP_CMD_SET
- SET Setea el vhost de otro usuario.
-HOST_HELP_CMD_SETALL
- SETALL Setea el vhost de todos los nicks en un grupo.
-HOST_HELP_CMD_DEL
- DEL Borra el vhost de otro usuario.
-HOST_HELP_CMD_DELALL
- DELALL Borra el vhost de todos los nicks en un grupo.
-HOST_HELP_CMD_LIST
- LIST Muestra uno o mas vhosts.
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- Comandos para %S:
-
-HOST_HELP_ON
- Sintaxis: ON
-
- Activa el vhost actualmente asignado al nick en uso.
- Cuando uses este comando cualquier usuario que haga un /whois
- a ti vera el vhost asignado en vez de tu IP real.
-
-HOST_HELP_SET
- Sintaxis: SET <nick> <host>.
-
- Setea el vhost para el nick dado al host dado. Si
- tu IRCD soporta vIdents, al usar SET <nick> <ident>@<host>
- setea idents para usuarios ademas de vhosts.
-
- Limitado a operadores de Servicios.
-
-HOST_HELP_DELALL
- Sintaxis: DELALL <nick>.
-
- Elimina el vhost para todos los nicks en el mismo grupo que el
- nick dado.
-
- Limitado a Host Removers.
-
-
-HOST_HELP_SETALL
- Sintaxis: SETALL <nick> <host>.
-
- Setea el vhost para todos los nicks en el mismo grupo que
- el nick dado. Si tu IRCD soporta vIdents, al usar
- SETALL <nick> <ident>@<host> setea idents para usuarios
- ademas de vhosts.
-
- * NOTA: Esto no actualizara el vhost para ningun nick
- agregado al grupo despues que este comando haya sido usado.
-
- Limitado a Operadores de Servicios.
-
-HOST_HELP_OFF
- Sintaxis: OFF
-
- Desactiva el vhost actualmente asignado al nick en uso.
- Cuando uses este comando cualquier usuario que haga un /whois
- a ti vera tu IP real.
-
-HOST_HELP_DEL
- Sintaxis: DEL <nick>
-
- Borra el vhost asignado al nick dado de la base de datos.
-
- Limitado a Operadores de Servicios.
-
-HOST_HELP_LIST
- Sintaxis: LIST [<clave>|<#X-Y>]
-
- Este comando lista los vhosts registrados a el operador
- si una Clave es dada, solo las entradas en las que el nick
- o el vhost coincidan con el patron dado en <clave> seran mostradas
- ej. DrStein* para todas las entradas que comiencen con "DrStein"
-
- Si un #X-Y estilo es usado, solo las entradas en el rango entre X
- e Y seran mostradas, ej. #1-3 va a mostrar las primeras 3 entradas
- de nicks/vhosts.
-
- La lista usa el valor de NSListMax como un limite maximo de numeros
- de items a mostrar al operador 1 vez.
-
- Limitado a Operadores de Servicios.
-
-HOST_HELP_GROUP
- Sintaxis: GROUP
-
- Este comando permite a usuarios a setear el vhost de su
- nick actual para ser el vhost para todos los nicks en el
- mismo grupo.
-
-OPER_SVSNICK_UNSUPPORTED
- Lo siento, SVSNICK no esta disponible en esta red.
-
-OPER_SQLINE_UNSUPPORTED
- Lo siento, SQLINE no esta disponible en esta red.
-
-OPER_SVSO_UNSUPPORTED
- Lo siento, OLINE no esta disponible en esta red.
-
-OPER_UMODE_UNSUPPORTED
- Lo siento, OLINE no esta disponible en esta red.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/fr.l b/lang/fr.l
deleted file mode 100644
index 1e8892cab..000000000
--- a/lang/fr.l
+++ /dev/null
@@ -1,6689 +0,0 @@
-# French language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# Updated by Kevin@epiknet.org (03/15/2003)
-# www.epiknet.org - www.botstats.com
-#
-# Updated by illu@rs2i.net (04/09/2005)
-# irc.rs2i.net - http://www.rs2i.net
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Français (French)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %Y %H:%M:%S %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- dim
- lun
- mar
- mer
- jeu
- ven
- sam
-# %A
-STRFTIME_DAYS_LONG
- dimanche
- lundi
- mardi
- mercredi
- jeudi
- vendredi
- samedi
-# %b
-STRFTIME_MONTHS_SHORT
- jan
- fév
- mar
- avr
- mai
- jun
- jul
- aoû
- sep
- oct
- nov
- déc
-# %B
-STRFTIME_MONTHS_LONG
- janvier
- février
- mars
- avril
- mai
- juin
- juillet
- août
- septembre
- octobre
- novembre
- décembre
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- Vous devez être identifié pour utiliser cette commande.
-COMMAND_CANNOT_USE
- Vous ne pouvez pas utiliser cette commande.
-COMMAND_CAN_USE
- Vous pouvez utiliser cette commande.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Erreur interne - impossible d'effectuer la commande.
-UNKNOWN_COMMAND
- Commande %s inconnue.
-UNKNOWN_COMMAND_HELP
- Commande %s inconnue. Tapez "%R%s HELP" pour obtenir de l'aide.
-SYNTAX_ERROR
- Syntaxe: %s
-MORE_INFO
- Tapez %R%s HELP %s pour plus d'informations.
-NO_HELP_AVAILABLE
- Aucune aide disponible sur %s.
-OBSOLETE_COMMAND
- Cette commande est obsolète, utilisez %s à la place.
-
-BAD_USERHOST_MASK
- Le masque doit avoir le format user@host.
-BAD_EXPIRY_TIME
- Echéance invalide.
-USERHOST_MASK_TOO_WIDE
- La couverture de %s est trop grande, utilisez un masque plus précis.
-
-SERVICE_OFFLINE
- %s n'est pas connecté(e) actuellement.
-READ_ONLY_MODE
- Note: les Services sont en mode lecture-seule; les changements ne seront pas sauvegardés!
-PASSWORD_INCORRECT
- Mot de passe incorrect.
-INVALID_TARGET
- "/msg %s" n'est plus supporté. Utilisez "/msg %s@%s" ou "/%s" à la place.
-
-ACCESS_DENIED
- Accès refusé.
-
-MORE_OBSCURE_PASSWORD
- Veuillez réessayer avec un mot de passe plus difficile à trouver. Les mots de passe doivent contenir au moins cinq caractères, ne doivent pas être trop facilement devinables (par exemple votre vrai nom ou votre pseudo), et ne doivent pas contenir d'espaces ou de tabulations.
-PASSWORD_TOO_LONG
- Votre mot de passe est trop long. Veuillez réessayer avec un mot de passe plus court.
-NICK_NOT_REGISTERED
- Votre pseudo n'est pas enregistré.
-NICK_NOT_REGISTERED_HELP
- Votre pseudo n'est pas enregistré. Tapez %R%s HELP pour des informations sur l'enregistrement des pseudos.
-NICK_X_IS_SERVICES
- Le pseudo %s fait partie des services du réseau.
-NICK_X_NOT_REGISTERED
- Le nick %s n'est pas enregistré.
-NICK_X_IN_USE
- Le pseudo %s est déja utilisé.
-NICK_X_NOT_IN_USE
- Le pseudo %s n'est actuellement pas utilisé.
-NICK_X_NOT_ON_CHAN
- %s n'est actuellement pas sur %s.
-NICK_X_FORBIDDEN
- Le pseudo %s ne peut être ni enregistré ni utilisé.
-NICK_X_FORBIDDEN_OPER
- Le pseudo %s a été interdit par %s:
- %s
-NICK_X_ILLEGAL
- Le pseudo %s est un pseudo illégal et ne peut pas etre utilisé.
-NICK_X_TRUNCATED
- Le pseudo %s a été tronqué de %d caractères.
-NICK_X_SUSPENDED
- Le pseudo %s est actuellement suspendu.
-CHAN_X_NOT_REGISTERED
- Le canal %s n'est pas enregistré.
-CHAN_X_NOT_IN_USE
- Le canal %s n'existe pas.
-CHAN_X_FORBIDDEN
- Le canal %s ne peut être ni enregistré ni utilisé.
-CHAN_X_FORBIDDEN_OPER
- Le canal %s a été interdit par %s:
- %s
-CHAN_X_SUSPENDED
- Suspendu: [%s] %s
-NICK_IDENTIFY_REQUIRED
- L'authentification par mot de passe est requise pour cette commande.
- Réessayez après avoir tapé %R%s IDENTIFY motdepasse.
-CHAN_IDENTIFY_REQUIRED
- L'authentification par mot de passe est requise pour cette commande.
- Réessayez après avoir tapé %R%s IDENTIFY %s motdepasse.
-
-MAIL_DISABLED
- Les services ont été configurés pour ne pas envoyer de mail.
-MAIL_INVALID
- L'adresse e-mail de %s est invalide.
-MAIL_X_INVALID
- %s n'est pas une adresse e-mail valide.
-MAIL_LATER
- Impossible d'envoyer un e-mail maintenant, veuillez réessayez un peu
- plus tard.
-MAIL_DELAYED
- Attendez %d secondes et réessayez.
-
-NO_REASON
- Aucune raison
-UNKNOWN
- <inconnu>
-
-DURATION_DAY
- 1 jour
-DURATION_DAYS
- %d jours
-DURATION_HOUR
- 1 heure
-DURATION_HOURS
- %d heures
-DURATION_MINUTE
- 1 minute
-DURATION_MINUTES
- %d minutes
-DURATION_SECOND
- 1 seconde
-DURATION_SECONDS
- %d secondes
-
-# Human readable expiration
-NO_EXPIRE
- n'expire pas
-EXPIRES_SOON
- expire à la prochaine mise à jour de la base de données
-EXPIRES_M
- expire dans %d minutes
-EXPIRES_1M
- expire dans %d minute
-EXPIRES_HM
- expire dans %d heures, %d minutes
-EXPIRES_H1M
- expire dans %d heures, %d minute
-EXPIRES_1HM
- expire dans %d heure, %d minutes
-EXPIRES_1H1M
- expire dans %d heure, %d minute
-EXPIRES_D
- expire dans %d jours
-EXPIRES_1D
- expire dans %d jour
-
-# Generic Footer message
-END_OF_ANY_LIST
- Fin du %s list.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Portée incorrecte spécifiée. La syntaxe correcte est #from-to.
-CS_LIST_INCORRECT_RANGE
- Pour rechercher des canaux commençant par #, cherchez des des
- noms de canaux sans le signe # (anope au lieu de #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Ce pseudo appartient à quelqu'un d'autre. Veuillez en changer.
- (Si c'est votre pseudo, tapez %R%s IDENTIFY motdepasse.)
-NICK_IS_SECURE
- Ce pseudo est enregistré et protégé. Si c'est votre pseudo,
- tapez %R%s IDENTIFY motdepasse.
- Sinon veuillez choisir un pseudo différent.
-NICK_MAY_NOT_BE_USED
- Ce pseudo ne peut être utilisé. Veuillez en choisir un autre.
-FORCENICKCHANGE_IN_1_MINUTE
- Si vous ne changez pas d'ici 1 minute, je changerai votre pseudo.
-FORCENICKCHANGE_IN_20_SECONDS
- Si vous ne changez pas d'ici 20 secondes, je changerai votre pseudo.
-FORCENICKCHANGE_NOW
- Ce pseudo a été enregistré, vous ne pouvez pas l'utiliser.
-FORCENICKCHANGE_CHANGING
- Votre pseudo est maintenant changé en %s.
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER motdepasse [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER motdepasse email
-NICK_REGISTRATION_DISABLED
- Désolé, l'enregistrement des pseudos est temporairement désactivé.
-NICK_REGISTRATION_FAILED
- Désolé, l'enregistrement a échoué.
-NICK_REG_PLEASE_WAIT
- Veuillez attendre %d secondes avant d'utiliser la commande REGISTER à nouveau.
-NICK_CANNOT_BE_REGISTERED
- Le pseudo %s ne peut être enregistré.
-NICK_ALREADY_REGISTERED
- Le pseudo %s est déjà enregistré!
-NICK_REGISTERED
- Le pseudo %s est maintenant enregistré sous votre masque: %s
-NICK_REGISTERED_NO_MASK
- Le pseudo %s est enregistré.
-NICK_PASSWORD_IS
- Votre mot de passe est %s - notez-le pour une utilisation ultérieure.
-
-# GROUP responses
-NICK_REG_DELAY
- Vous devez rester connecté plus de %d secondes pour enregistrer votre pseudo.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP cible motdepasse
-NICK_GROUP_DISABLED
- Désolé, le groupage de pseudos est temporairement désactivé.
-NICK_GROUP_FAILED
- Désolé, le groupage de pseudos a échoué.
-NICK_GROUP_PLEASE_WAIT
- Attendez %d secondes avant d'utiliser la commande GROUP à nouveau.
-NICK_GROUP_CHANGE_DISABLED
- Votre pseudo est déjà enregistré, tapez %R%s DROP d'abord.
-NICK_GROUP_SAME
- Vous êtes déjà membre du groupe de %s.
-NICK_GROUP_TOO_MANY
- Il y a trop de pseudos dans le groupe de %s; listez-les et
- effacez-en quelques uns.
- Tapez %R%s HELP GLIST et %R%s HELP DROP pour
- plus d'informations.
-NICK_GROUP_JOINED
- Vous êtes maintenant dans le groupe de %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY motdepasse
-NICK_IDENTIFY_FAILED
- Désolé, l'identification a échoué.
-NICK_IDENTIFY_SUCCEEDED
- Mot de passe accepté - vous êtes maintenant identifié.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Vous devez maintenant associer un e-mail à votre pseudo.
- Cet e-mail vous permettra de retrouver votre mot de passe
- au cas où vous le perdriez.
-NICK_IDENTIFY_EMAIL_HOWTO
- Tapez %R%S SET EMAIL e-mail pour définir votre e-mail.
- Votre vie privée est respectée, cet e-mail ne sera pas
- divulgué à des tierces personnes.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- Vous êtes déjà identifié.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Statut mis à jour (memos, vhost, modes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Votre pseudo n'est plus identifié.
-NICK_LOGOUT_X_SUCCEEDED
- Le pseudo %s n'est plus identifié.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Vous ne pouvez pas déconnecter %s parce que c'est un administrateur
- des services.
-
-# DROP responses
-NICK_DROP_DISABLED
- Désolé, l'effacement de pseudo est temporairement désactivé.
-NICK_DROPPED
- Votre pseudo a été effacé.
-NICK_X_DROPPED
- Le pseudo %s a été effacé.
-
-# SET responses
-NICK_SET_SYNTAX
- SET option paramètres
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] option paramètres
-NICK_SET_DISABLED
- Désolé, la configuration des options du pseudo est temporairement désactivée.
-NICK_SET_UNKNOWN_OPTION
- L'option SET %s est inconnue.
-NICK_SET_OPTION_DISABLED
- L'option %s ne peut être changée sur ce réseau.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Le nouvel affichage DOIT être un pseudo de votre groupe de pseudos!
-NICK_SET_DISPLAY_CHANGED
- Le nouvel affichage est maintenant %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Impossible de changer votre mot de passe.
-NICK_SET_PASSWORD_CHANGED
- Votre mot de passe a été changé.
-NICK_SET_PASSWORD_CHANGED_TO
- Votre mot de passe est maintenant %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE nombre
-NICK_SET_LANGUAGE_UNKNOWN
- Numéro de langue %d inconnu. Tapez %R%s HELP SET LANGUAGE pour une liste de langues.
-NICK_SET_LANGUAGE_CHANGED
- Votre langue est maintenant le Français.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Votre adresse e-mail est maintenant %s.
-NICK_SET_EMAIL_UNSET
- Votre adresse e-mail a été effacée.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Vous ne pouvez pas effacer votre e-mail sur ce réseau.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Votre message d'accueil est maintenant %s.
-NICK_SET_GREET_UNSET
- Votre message d'accueil a été effacé.
-
-# SET KILL responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- La protection est maintenant activée.
-NICK_SET_KILL_QUICK
- La protection est maintenant activée, avec un délai réduit.
-NICK_SET_KILL_IMMED
- La protection est maintenant activée, sans délai.
-NICK_SET_KILL_IMMED_DISABLED
- L'option IMMED n'est pas disponible sur ce réseau.
-NICK_SET_KILL_OFF
- La protection est maintenant désactivée.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- La sécurité est maintenant activé.
-NICK_SET_SECURE_OFF
- La sécurité est maintenant désactivé.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Votre pseudo est maintenant privé.
-NICK_SET_PRIVATE_OFF
- Votre pseudo est maintenant public.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Votre adresse e-mail ne sera plus affichée par la commande INFO de %s.
-NICK_SET_HIDE_EMAIL_OFF
- Votre adresse e-mail sera affichée par la commande INFO de %s.
-NICK_SET_HIDE_MASK_ON
- Votre masque user@host ne sera plus affiché par la commande INFO de %s.
-NICK_SET_HIDE_MASK_OFF
- Votre masque user@host sera affiché par la commande INFO de %s.
-NICK_SET_HIDE_QUIT_ON
- Votre dernière raison de /QUIT ne sera plus affichée par la commande INFO de %s.
-NICK_SET_HIDE_QUIT_OFF
- Votre dernière raison de /QUIT sera affichée par la commande INFO de %s.
-
-# SET NOEXPIRE responses
-NICK_SET_HIDE_STATUS_ON
- Votre statut sera caché dans l'affichage de la commande INFO de %s.
-NICK_SET_HIDE_STATUS_OFF
- Votre statut sera affiché dans l'affichage de la commande INFO de %s.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Les services vous repondrons avec des messages.
-NICK_SET_MSG_OFF
- Les services vous repondrons avec des notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Le service va maintenant vous rendre OP automatiquement dans vos canaux.
-NICK_SET_AUTOOP_OFF
- Le service ne vous rendra plus automatiquement OP dans vos canaux.
-
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET pseudo option paramètres
-NICK_SASET_DISABLED
- Désolé, le changement d'options sur les pseudos est temporairement
- désactivé.
-NICK_SASET_UNKNOWN_OPTION
- Option SASET %s inconnue.
-NICK_SASET_BAD_NICK
- Le pseudo %s n'est pas enregistré.
-NICK_SASET_OPTION_DISABLED
- L'option %s ne peut pas être configurée sur ce réseau.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- Le nouvel affichage pour %s DOIT être un pseudo de son groupe!
-NICK_SASET_DISPLAY_CHANGED
- Le nouvel affichage est maintenant %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Désolé, impossible de changer le mot de passe pour %s.
-NICK_SASET_PASSWORD_CHANGED
- Mot de passe changé pour %s.
-NICK_SASET_PASSWORD_CHANGED_TO
- Le mot de passe pour %s a été changé en %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- L'adresse E-mail pour %s a été changée en %s.
-NICK_SASET_EMAIL_UNSET
- L'adresse E-mail pour %s a été effacée.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- Vous ne pouvez pas configurer d'E-mail sur ce réseau.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Le message d'accueil pour %s a été changé en %s
-NICK_SASET_GREET_UNSET
- Le message d'accueil de %s a été effacé.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET pseudo KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET pseudo KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- La protection est maintenant ACTIVE pour %s.
-NICK_SASET_KILL_QUICK
- La protection est maintenant ACTIVE pour %s, avec un délai réduit.
-NICK_SASET_KILL_IMMED
- La protection est maintenant ACTIVE pour %s, sans aucun délai.
-NICK_SASET_KILL_IMMED_DISABLED
- L'option IMMED n'est pas accessible sur ce réseau.
-NICK_SASET_KILL_OFF
- La protection est maintenant INACTIVE pour %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET pseudo SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- L'option de sécurité est maintenant ACTIVE pour %s.
-NICK_SASET_SECURE_OFF
- L'option de sécurité est maintenant INACTIVE pour %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET pseudo PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- L'option 'privé' est maintenant ACTIVE pour %s.
-NICK_SASET_PRIVATE_OFF
- L'option 'privé' est maintenant INACTIVE pour %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET pseudo HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- L'adresse E-mail de %s sera cachée dans la commande INFO de %s.
-NICK_SASET_HIDE_EMAIL_OFF
- L'adresse email de %s sera maintenant affichée dans la commande INFO de %s.
-NICK_SASET_HIDE_MASK_ON
- Le dernier masque user@host de %s sera maintenant caché dans la commande INFO
- de %s.
-NICK_SASET_HIDE_MASK_OFF
- Le dernier masque user@host de %s sera maintenant affiché dans la commande INFO
- de %s.
-NICK_SASET_HIDE_QUIT_ON
- Le dernier message de quit de %s ne sera plus affiché dans la commande INFO de %s.
-NICK_SASET_HIDE_QUIT_OFF
- Le dernier message de quit de %s sera affiché dans la commande INFO de %s.
-NICK_SASET_HIDE_STATUS_ON
- Le statut sur les services de %s sera maintenant caché dans la commande INFO de %s.
-NICK_SASET_HIDE_STATUS_OFF
- Le statut sur les services de %s sera maintenant affiché dans la commande INFO de %s.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SASET pseudo PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Les services repondront à %s par des messages.
-NICK_SASET_MSG_OFF
- Les services repondront à %s par des notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET pseudo NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Le pseudo %s n'expirera pas.
-NICK_SASET_NOEXPIRE_OFF
- Le pseudo %s expirera.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Le service rendra %s automatiquement OP dans les canaux.
-NICK_SASET_AUTOOP_OFF
- Le service ne rendra plus %s automatiquement OP dans les canaux.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Numéro de langage %d inconnu. Tapez %R%s HELP SET LANGUAGE pour la liste des langages.
-NICK_SASET_LANGUAGE_CHANGED
- Langage changé pour le Français.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- Le masque %s existe déjà dans votre liste d'accès.
-NICK_ACCESS_REACHED_LIMIT
- Vous ne pouvez avoir que %d entrées dans la liste d'accès d'un pseudo.
-NICK_ACCESS_ADDED
- %s ajouté à votre liste d'accès.
-NICK_ACCESS_NOT_FOUND
- %s introuvable dans votre liste d'accès.
-NICK_ACCESS_DELETED
- %s supprimé de votre liste d'accès.
-NICK_ACCESS_LIST
- Liste d'accès:
-NICK_ACCESS_LIST_X
- Liste d'accès de %s:
-NICK_ACCESS_LIST_EMPTY
- Votre liste d'accès est vide.
-NICK_ACCESS_LIST_X_EMPTY
- La liste d'accès de %s est vide.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO pseudo
-NICK_INFO_REALNAME
- %s est %s
-NICK_INFO_SERVICES_OPERTYPE
- %s est un opérateur services du type %s.
-NICK_INFO_ADDRESS
- Adresse: %s
-NICK_INFO_ADDRESS_ONLINE
- Connecté de: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s est actuellement connecté.
-NICK_INFO_TIME_REGGED
- Enregistré le: %s
-NICK_INFO_LAST_SEEN
- Dernière connexion: %s
-NICK_INFO_LAST_QUIT
- Dernier déconnexion: %s
-NICK_INFO_EMAIL
- Adresse e-mail: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Message d'accueil: %s
-NICK_INFO_OPTIONS
- Options: %s
-NICK_INFO_EXPIRE
- Expire le: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Protection
-NICK_INFO_OPT_SECURE
- Sécurité
-NICK_INFO_OPT_PRIVATE
- Confidentialité
-NICK_INFO_OPT_MSG
- Mode message
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Aucune
-NICK_INFO_NO_EXPIRE
- Ce pseudo n'expirera pas.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- Ce pseudo est actuellement suspendu, raison: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Ce pseudo est actuellement suspendu.
-
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST modèle
-NICK_LIST_SERVADMIN_SYNTAX
- LIST modèle [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Liste des entrées correspondantes à %s:
-NICK_LIST_RESULTS
- Fin de la liste - %d/%d correspondances affichées.
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST pseudo
-NICK_ALIST_HEADER
- Liste des canaux auquels vous avez accès:
- Num Canal Level Description
-NICK_ALIST_HEADER_X
- Liste des canaux auquels %s a accès:
- Num Canal Level Description
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Fin de la liste - %d/%d correspondances affichées.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Liste des pseudos dans votre groupe:
-NICK_GLIST_HEADER_X
- Liste des pseudos dans le groupe de %s:
-NICK_GLIST_FOOTER
- %d pseudos dans le groupe.
-NICK_GLIST_REPLY
- %s (expire le %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER pseudo [motdepasse]
-NICK_NO_RECOVER_SELF
- Vous ne pouvez pas utiliser RECOVER sur vous-même!
-NICK_RECOVERED
- L'utilisateur se servant de votre pseudo a été déconnecté.
- %R%s RELEASE %s pour le récupérer avant que la %s ne s'écoule.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE pseudo [motdepasse]
-NICK_RELEASE_NOT_HELD
- Le pseudo %s n'est pas en tutelle.
-NICK_RELEASED
- La tutelle des Services sur votre pseudo a été enlevée.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST pseudo [motdepasse]
-NICK_NO_GHOST_SELF
- Vous ne pouvez pas utiliser GHOST sur vous-même!
-NICK_GHOST_KILLED
- L'utilisateur fantôme utilisant votre pseudo a été déconnecté.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS pseudo
-NICK_GETPASS_UNAVAILABLE
- La commande GETPASS est indisponible car le cryptage est utilisé.
-NICK_GETPASS_PASSWORD_IS
- Le mot de passe de %s est %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Pas de jokers !!
-NICK_GETEMAIL_EMAILS_ARE
- E-mails trouvés %s pour %s.
-NICK_GETEMAIL_NOT_USED
- Aucun E-mail listé pour %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS pseudo
-NICK_SENDPASS_UNAVAILABLE
- La commande SENDPASS est indisponible car le cryptage est utilisé.
-NICK_SENDPASS_SUBJECT
- Mot de passe du pseudo %s
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Le mot de passe de %s a été envoyé.
-
-# RESETPASS responces
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND pseudo raison
-NICK_SUSPEND_SUCCEEDED
- Le pseudo %s est suspendu.
-NICK_SUSPEND_FAILED
- Impossible de suspendre le pseudo %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND pseudo
-NICK_UNSUSPEND_SUCCEEDED
- Le pseudo %s est liberé.
-NICK_UNSUSPEND_FAILED
- Impossible de libérer le pseudo %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID pseudo [raison]
-NICK_FORBID_SYNTAX_REASON
- FORBID pseudo raison
-NICK_FORBID_SUCCEEDED
- Le pseudo %s est désormais interdit.
-NICK_FORBID_FAILED
- Impossible d'interdire le pseudo %s!
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-NICK_REQUESTED
- Une demande d'enregistrement pour ce pseudo est en cours. Merci de patienter 24 heures.
-NICK_REG_RESENT
- Votre mot de passe a été renvoyé à %s.
-NICK_REG_UNABLE
- Pseudo non enregistré... Réessayez plus tard.
-NICK_IS_PREREG
- Une demande d'enregistrement pour ce pseudo est en cours. La confirmation n'a pas été effectuée.
-NICK_ENTER_REG_CODE
- Un passcode a été envoyé à %s, merci de taper %R%s confirm <passcode> une fois que vous l'aurez reçu pour compléter l'enregistrement.
-NICK_REG_MAIL_SUBJECT
- Enregistrement d'un pseudo (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Le passcode pour %s est %s.
-NICK_FORCE_REG
- Pseudo %s confirmé
-
-NICK_CONFIRM_NOT_FOUND
- Aucune validation en attente... Tapez: "%R%s register <password> <email>" pour l'enregistrer.
-NICK_CONFIRM_INVALID
- Passcode invalide, merci de le vérifier.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Statut automatique d'opérateur du canal
-CHAN_LEVEL_AUTOVOICE
- Mode +v automatique
-CHAN_LEVEL_AUTOHALFOP
- Mode +h automatique
-CHAN_LEVEL_AUTOPROTECT
- Mode +a automatique
-CHAN_LEVEL_AUTODEOP
- Non autorisé à avoir le statut d'opérateur du canal
-CHAN_LEVEL_NOJOIN
- Non autorisé à rejoindre le canal s'il est restreint
-CHAN_LEVEL_INVITE
- Autorisé à utiliser la commande INVITE
-CHAN_LEVEL_AKICK
- Autorisé à utiliser la commande AKICK
-CHAN_LEVEL_SET
- Autorisé à utiliser la commande SET (mais pas FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Autorisé à utiliser la commande CLEAR
-CHAN_LEVEL_UNBAN
- Autorisé à utiliser la commande UNBAN
-CHAN_LEVEL_OPDEOP
- Autorisé à utiliser les commandes OP/DEOP
-CHAN_LEVEL_ACCESS_LIST
- Autorisé à voir la liste d'accès
-CHAN_LEVEL_ACCESS_CHANGE
- Autorisé à modifier la liste d'accès
-CHAN_LEVEL_MEMO
- Autorisé à lister/lire les mémos
-CHAN_LEVEL_ASSIGN
- Autorisé à attribuer/retirer un bot
-CHAN_LEVEL_BADWORDS
- Autorisé à utiliser la commande BADWORDS
-CHAN_LEVEL_NOKICK
- Jamais kické par les kickers du bot
-CHAN_LEVEL_FANTASIA
- Autorisé à utiliser les commandes fantaisistes
-CHAN_LEVEL_SAY
- Autorisé à utiliser les commandes ACT et SAY
-CHAN_LEVEL_GREET
- Message d'accueil affiché
-CHAN_LEVEL_VOICEME
- Autorisé à se (de)voicer
-CHAN_LEVEL_VOICE
- Autorisé à utiliser les commandes VOICE/DEVOICE
-CHAN_LEVEL_GETKEY
- Autorisé à utiliser la commande GETKEY
-CHAN_LEVEL_OPDEOPME
- Autorisé à se (de)op
-CHAN_LEVEL_HALFOPME
- Autorisé à se (de)halfop
-CHAN_LEVEL_HALFOP
- Autorisé à utiliser les commandes HALFOP/DEHALFOP
-CHAN_LEVEL_PROTECTME
- Autorisé à se (dé)protéger
-CHAN_LEVEL_PROTECT
- Autorisé à utiliser les commandes PROTECT/DEPROTECT
-CHAN_LEVEL_KICKME
- Autorisé à se kicker
-CHAN_LEVEL_KICK
- Autorisé à utiliser la commande KICK
-CHAN_LEVEL_SIGNKICK
- Pas de kick signé quand SIGNKICK LEVEL est utilisé
-CHAN_LEVEL_BANME
- Autorisé à se bannir
-CHAN_LEVEL_BAN
- Autorisé à utiliser la commande BAN
-CHAN_LEVEL_TOPIC
- Autorisé à utiliser la commande TOPIC
-CHAN_LEVEL_INFO
- Autorisé à utiliser la commande INFO avec l'option ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Ce canal a été enregistré avec %s.
-CHAN_NOT_ALLOWED_OP
- Vous ne pouvez pas être opérateur du canal %s.
-CHAN_MAY_NOT_BE_USED
- Ce canal ne peut être utilisé.
-CHAN_NOT_ALLOWED_TO_JOIN
- Vous n'êtes pas autorisé à être sur ce canal.
-
-# REGISTER responses
-CHAN_X_INVALID
- Le canal %s n'est pas un canal valide.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER canal motdepasse description
-CHAN_REGISTER_DISABLED
- Désolé, l'enregistrement des canaux est temporairement désactivé.
-CHAN_REGISTER_NOT_LOCAL
- Les canaux locaux ne peuvent être enregistrés.
-CHAN_MAY_NOT_BE_REGISTERED
- Le canal %s ne peut pas être enregistré.
-CHAN_ALREADY_REGISTERED
- Le canal %s est déjà enregistré!
-CHAN_MUST_BE_CHANOP
- Vous devez être un opérateur du canal pour l'enregistrer.
-CHAN_REACHED_CHANNEL_LIMIT
- Désolé, vous avez déjà atteint votre limite de %d canaux.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Désolé, vous avez déjà dépassé votre limite de %d canaux.
-CHAN_REGISTRATION_FAILED
- Désolé, l'enregistrement a échoué.
-CHAN_REGISTERED
- Le canal %s a été enregistré sous votre pseudo: %s
-CHAN_REGISTER_NONE_CHANNEL
- Vous avez essayé d'enregistrer le canal %s qui n'existe pas.
-CHAN_SYMBOL_REQUIRED
- Veuillez utiliser les symbole # quand vous voulez enregistrer
- un canal.
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP canal
-CHAN_DROP_DISABLED
- Désolé, l'effacement de canaux est temporairement désactivé.
-CHAN_DROPPED
- Le canal %s a été effacé.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET canal option paramètres
-CHAN_SET_DISABLED
- Désolé, la configuration des options du canal est temporairement désactivée.
-CHAN_SET_UNKNOWN_OPTION
- Option SET %s inconnue.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s a trop de canaux enregistrés.
-CHAN_FOUNDER_CHANGED
- Le propriétaire de %s est maintenant %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Le successeur de %s est maintenant %s.
-CHAN_SUCCESSOR_UNSET
- Il n'y a plus de successeur sur %s.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s ne peut être successeur et propriétaire du canal %s.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- La description de %s est maintenant %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- L'e-mail de %s est maintenant %s.
-CHAN_EMAIL_UNSET
- L'e-mail de %s a été effacée.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Le message d'entrée de %s a été changé.
-CHAN_ENTRY_MSG_UNSET
- Le message d'entrée de %s a été effacé.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s n'est pas un type de ban valide.
-CHAN_SET_BANTYPE_CHANGED
- Le type de ban du canal %s est maintenant le numéro %d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Mode %c ignoré car inconnu.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Mode %c ignoré car il ne peut être maintenu.
-CHAN_SET_MLOCK_L_REQUIRED
- Vous devez faire garder le mode +l pour en faire autant avec le mode +L.
-CHAN_SET_MLOCK_K_REQUIRED
- Vous devez faire garder le mode +i pour en faire autant avec le mode +K.
-CHAN_MLOCK_CHANGED
- Les modes maintenus du canal %s sont maintenant %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET canal KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Le maintient du topic est maintenant ACTIF sur %s.
-CHAN_SET_KEEPTOPIC_OFF
- Le maintient du topic est maintenant INACTIF sur %s.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET canal TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Le verrouillage du sujet pour %s est maintenant ACTIF.
-CHAN_SET_TOPICLOCK_OFF
- Le verrouillage du sujet pour %s est maintenant INACTIF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET canal PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Le mode 'paix' est ACTIF pour %s.
-CHAN_SET_PEACE_OFF
- Le mode 'paix' est INACTIF pour %s.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- L'option 'privé' pour %s est maintenant ACTIVE.
-CHAN_SET_PRIVATE_OFF
- L'option 'privé' pour %s est maintenant INACTIVE.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET canal SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- La sécurité des OPs pour %s est maintenant ACTIVE.
-CHAN_SET_SECUREOPS_OFF
- La sécurité des OPs sur %s est maintenant INACTIVE.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET canal SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- L'option de sécurité du propriétaire pour %s est ACTIVE.
-CHAN_SET_SECUREFOUNDER_OFF
- L'option de sécurité du propriétaire pour %s est INACTIVE.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET canal RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Les restrictions d'accès pour %s sont maintenant ACTIVES.
-CHAN_SET_RESTRICTED_OFF
- Les restrictions d'accès pour %s sont maintenant INACTIVES.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET canal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- L'option de sécurité pour %s est ACTIVE.
-CHAN_SET_SECURE_OFF
- L'option de sécurité pour %s est INACTIVE.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET canal SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Les kicks seront maintenant signés sur %s.
-CHAN_SET_SIGNKICK_LEVEL
- Les kicks seront maintenant signés sur %s en fonction de
- l'accès de l'utilisateur sur le canal.
-CHAN_SET_SIGNKICK_OFF
- Les kicks ne seront plus signés sur %s.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET canal OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- L'option 'op-notice' est maintenant ACTIVE sur %s.
-CHAN_SET_OPNOTICE_OFF
- L'option 'op-notice' est maintenant INACTIVE sur
- %s.
-
-# SET OPNOTICE responses
-CHAN_SET_XOP_SYNTAX
- SET canal XOP {ON | OFF}
-CHAN_SET_XOP_ON
- Le système de xOP est maintenant ACTIF sur %s.
-CHAN_SET_XOP_OFF
- Le système de xOP est maintenant INACTIF sur %s.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET canal NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Le canal %s n'expirera pas.
-CHAN_SET_NOEXPIRE_OFF
- Le canal %s expirera.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d entrées sur les listes des AOPs/SOPs/VOPs d'un canal.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Vous ne pouvez pas utiliser cette commande.
- Utilisez la commandes ACCESS à la place.
- Tapez %R%s HELP ACCESS pour plus d'informations.
-CHAN_XOP_NOT_AVAILABLE
- Le système xOP n'est pas disponible.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]
-CHAN_AOP_DISABLED
- Désolé, la modification des listes des AOPs des canaux est temporairement désactivée.
-CHAN_AOP_NICKS_ONLY
- Les listes des AOPs des canaux ne peuvent contenir que des pseudos enregistrés.
-CHAN_AOP_ADDED
- %s ajouté à la liste des AOPs de %s.
-CHAN_AOP_MOVED
- %s a été déplacé dans la liste des AOPs de %s.
-CHAN_AOP_NO_SUCH_ENTRY
- Entrée inexistante (#%d) sur la liste des AOPs de %s.
-CHAN_AOP_NOT_FOUND
- %s introuvable sur la liste des AOPs de %s.
-CHAN_AOP_NO_MATCH
- Aucune entrée correspondante sur la liste des AOPs de %s.
-CHAN_AOP_DELETED
- %s supprimé de la liste des AOPs de %s.
-CHAN_AOP_DELETED_ONE
- 1 entrée supprimée de la liste des AOPs de %s.
-CHAN_AOP_DELETED_SEVERAL
- %d entrées supprimées de la liste des AOPs de %s.
-CHAN_AOP_LIST_EMPTY
- La liste des AOPs de %s est vide.
-CHAN_AOP_LIST_HEADER
- Liste des AOPs de %s:
- Num Pseudo
-CHAN_AOP_CLEAR
- La liste des AOPs de %s est maintenant vide.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]
-CHAN_HOP_DISABLED
- Désolé, la modification des listes des HOPs des canaux est temporairement désactivée.
-CHAN_HOP_NICKS_ONLY
- Les listes des HOPs des canaux ne peuvent contenir que des pseudos enregistrés.
-CHAN_HOP_ADDED
- %s ajouté à la liste des HOPs de %s.
-CHAN_HOP_MOVED
- %s a été déplacé dans la liste des HOPs de %s.
-CHAN_HOP_NO_SUCH_ENTRY
- Entrée inexistante (#%d) sur la liste des HOPs de %s.
-CHAN_HOP_NOT_FOUND
- %s introuvable sur la liste des HOPs de %s.
-CHAN_HOP_NO_MATCH
- Aucune entrée correspondante sur la liste des HOPs de %s.
-CHAN_HOP_DELETED
- %s supprimé de la liste des HOPs de %s.
-CHAN_HOP_DELETED_ONE
- 1 entrée supprimée de la liste des HOPs de %s.
-CHAN_HOP_DELETED_SEVERAL
- %d entrées supprimées de la liste des HOPs de %s.
-CHAN_HOP_LIST_EMPTY
- La liste des HOPs de %s est vide.
-CHAN_HOP_LIST_HEADER
- Liste des HOPs de %s:
- Num Pseudo
-CHAN_HOP_CLEAR
- La liste des HOPs de %s est maintenant vide.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]
-CHAN_SOP_DISABLED
- Désolé, la modification des listes des SOPs des canaux est temporairement désactivée.
-CHAN_SOP_NICKS_ONLY
- Les listes des SOPs des canaux ne peuvent contenir que des pseudos enregistrés.
-CHAN_SOP_ADDED
- %s ajouté à la liste des SOPs de %s.
-CHAN_SOP_MOVED
- %s a été déplacé dans la liste des SOPs de %s.
-CHAN_SOP_NO_SUCH_ENTRY
- Entrée inexistante (#%d) sur la liste des SOPs de %s.
-CHAN_SOP_NOT_FOUND
- %s introuvable sur la liste des SOPs de %s.
-CHAN_SOP_NO_MATCH
- Aucune entrée correspondante sur la liste des SOPs de %s.
-CHAN_SOP_DELETED
- %s supprimé de la liste des SOPs de %s.
-CHAN_SOP_DELETED_ONE
- 1 entrée supprimée de la liste des SOPs de %s.
-CHAN_SOP_DELETED_SEVERAL
- %d entrées supprimées de la liste des SOPs de %s.
-CHAN_SOP_LIST_EMPTY
- La liste des SOPs de %s est vide.
-CHAN_SOP_LIST_HEADER
- Liste des SOPs de %s:
- Num Pseudo
-CHAN_SOP_CLEAR
- La liste des SOPs de %s est maintenant vide.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]
-CHAN_VOP_DISABLED
- Désolé, la modification des listes des VOPs des canaux est temporairement désactivée.
-CHAN_VOP_NICKS_ONLY
- Les listes des VOPs des canaux ne peuvent contenir que des pseudos enregistrés.
-CHAN_VOP_ADDED
- %s ajouté à la liste des VOPs de %s.
-CHAN_VOP_MOVED
- %s a été déplacé dans la liste des VOPs de %s.
-CHAN_VOP_NO_SUCH_ENTRY
- Entrée inexistante (#%d) sur la liste des VOPs de %s.
-CHAN_VOP_NOT_FOUND
- %s introuvable sur la liste des VOPs de %s.
-CHAN_VOP_NO_MATCH
- Aucune entrée correspondante sur la liste des VOPs de %s.
-CHAN_VOP_DELETED
- %s supprimé de la liste des VOPs de %s.
-CHAN_VOP_DELETED_ONE
- 1 entrée supprimée de la liste des VOPs de %s.
-CHAN_VOP_DELETED_SEVERAL
- %d entrées supprimées de la liste des VOPs de %s.
-CHAN_VOP_LIST_EMPTY
- La liste des VOPs de %s est vide.
-CHAN_VOP_LIST_HEADER
- Liste des VOPs de %s:
- Num Pseudo
-CHAN_VOP_CLEAR
- La liste des VOPs de %s est maintenant vide.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS canal {ADD|DEL|LIST|CLEAR} [pseudo [level] | liste-d'entrées]
-CHAN_ACCESS_XOP
- Vous ne pouvez pas utiliser cette commande.
- Utilisez les commandes AOP, SOP et VOP à la place.
- Tapez %R%s HELP commande pour plus d'informations.
-CHAN_ACCESS_XOP_HOP
- Vous ne pouvez pas utiliser cette commande.
- Utilisez les commandes AOP, SOP, HOP and VOP à la place.
- Tapez %R%s HELP command pour plus d'informations.
-CHAN_ACCESS_DISABLED
- Désolé, la modification des listes d'accès des canaux est temporairement désactivée.
-CHAN_ACCESS_LEVEL_NONZERO
- Le niveau d'accès doit être différent de zéro.
-CHAN_ACCESS_LEVEL_RANGE
- Le niveau d'accès doit être compris entre %d et %d inclus.
-CHAN_ACCESS_NICKS_ONLY
- Les listes d'accès des canaux ne peuvent contenir que des pseudos enregistrés.
-CHAN_ACCESS_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d entrées sur la liste d'accès d'un canal.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Le niveau d'accès de %s sur %s est inchangé de %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Le niveau d'accès de %s sur %s est maintenant de %d.
-CHAN_ACCESS_ADDED
- %s ajouté à la liste d'accès de %s au level %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Entrée inexistante (#%d) sur la liste d'accès de %s.
-CHAN_ACCESS_NOT_FOUND
- %s introuvable sur la liste d'accès de %s.
-CHAN_ACCESS_NO_MATCH
- Aucune entrée correspondante sur la liste d'accès de %s.
-CHAN_ACCESS_DELETED
- %s supprimé de la liste d'accès de %s.
-CHAN_ACCESS_DELETED_ONE
- 1 entrée supprimée de la liste d'accès de %s.
-CHAN_ACCESS_DELETED_SEVERAL
- %d entrées supprimées de la liste d'accès de %s.
-CHAN_ACCESS_LIST_EMPTY
- La liste d'accès de %s est vide.
-CHAN_ACCESS_LIST_HEADER
- Liste d'accès de %s:
- Num Lev Pseudo
-CHAN_ACCESS_LIST_FOOTER
- Fin de liste d'accès.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- La liste d'accès de %s est maintenant vide.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK canal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [pseudo-ou-usermask]
-CHAN_AKICK_DISABLED
- Désolé, la modification de la liste de kicks automatiques du canal
- est temporairement désactivée.
-CHAN_AKICK_ALREADY_EXISTS
- %s existe déjà sur la liste de kicks automatiques de %s.
-CHAN_AKICK_REACHED_LIMIT
- Désolé, vous ne pouvez avoir plus de %d entrées de kicks automatiques
- sur un canal.
-CHAN_AKICK_ADDED
- %s ajouté à la liste de kicks automatiques de %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- Entrée (#%d) inexistante sur la liste de kicks automatiques de %s.
-CHAN_AKICK_NOT_FOUND
- %s introuvable sur la liste de kicks automatiques de %s.
-CHAN_AKICK_NO_MATCH
- Aucune entrée correspondante sur la liste de kicks automatiques de %s.
-CHAN_AKICK_STUCK
- %s est désormais maintenu en permanence sur le canal %s.
-CHAN_AKICK_UNSTUCK
- %s n'est plus maintenu en permanence sur le canal %s.
-CHAN_AKICK_DELETED
- %s supprimé de la liste de kicks automatiques de %s.
-CHAN_AKICK_DELETED_ONE
- 1 entrée supprimée de la liste de kicks automatiques de %s.
-CHAN_AKICK_DELETED_SEVERAL
- %d entrées supprimées de la liste de kicks automatiques de %s.
-CHAN_AKICK_LIST_EMPTY
- la liste de kicks automatiques de %s est vide.
-CHAN_AKICK_LIST_HEADER
- Liste de kicks automatiques de %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (par %s le %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (maintenu) (par %s le %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- L'application des entrées de la liste de kicks automatiques
- pour %s est terminée, %d utilisateurs étaient concernés.
-CHAN_AKICK_CLEAR
- La liste de kicks automatiques de %s est maintenant vide.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [option [level]]
-CHAN_LEVELS_XOP
- Cette commande est inutile dans ce mode.
-CHAN_LEVELS_RANGE
- Le niveau doit être compris entre %d et %d inclus.
-CHAN_LEVELS_CHANGED
- Le niveau pour %s du channel %s est maintenant de %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- L'option %s est inconnue. Tapez %R%s HELP LEVELS DESC pour une
- liste d'options valides.
-CHAN_LEVELS_DISABLED
- Le niveau %s est maintenant désactivé sur le canal %s.
-CHAN_LEVELS_LIST_HEADER
- Options de niveaux d'accès du canal %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (désactivé)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (propriétaire uniquement)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Les niveaux d'accès de %s ont été réinitialisés à leur valeur par défaut.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- ERREUR : Le canal %s n'est pas enregistré.
-CHAN_STATUS_FORBIDDEN
- ERREUR : Ce canal %s est interdit.
-CHAN_STATUS_NOTONLINE
- ERREUR : Le pseudo %s n'est pas connecté.
-CHAN_STATUS_INFO
- STATUT %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO canal
-CHAN_INFO_HEADER
- Informations pour le canal %s:
-CHAN_INFO_FOUNDER
- Propriétaire: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Propriétaire: %s
-CHAN_INFO_SUCCESSOR
- Successeur: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Successeur: %s
-CHAN_INFO_DESCRIPTION
- Description: %s
-CHAN_INFO_ENTRYMSG
- Message d'entrée: %s
-CHAN_INFO_TIME_REGGED
- Enregistré: %s
-CHAN_INFO_LAST_USED
- Dernière utilisation: %s
-CHAN_INFO_LAST_TOPIC
- Dernier sujet: %s
-CHAN_INFO_TOPIC_SET_BY
- Sujet changé par: %s
-CHAN_INFO_URL
- Adresse du site: %s
-CHAN_INFO_EMAIL
- E-mail: %s
-CHAN_INFO_BANTYPE
- Type de ban: %d
-CHAN_INFO_OPTIONS
- Options: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Maintien du topic
-CHAN_INFO_OPT_OPNOTICE
- Notice sur OP
-CHAN_INFO_OPT_PEACE
- Paix
-CHAN_INFO_OPT_PRIVATE
- Confidentialité
-CHAN_INFO_OPT_RESTRICTED
- Accès restreint
-CHAN_INFO_OPT_SECURE
- Sécurité
-CHAN_INFO_OPT_SECUREOPS
- Contrôle des OPs
-CHAN_INFO_OPT_SECUREFOUNDER
- Contrôle du propriétaire
-CHAN_INFO_OPT_SIGNKICK
- Kicks signés
-CHAN_INFO_OPT_TOPICLOCK
- Verrouillage du topic
-CHAN_INFO_OPT_XOP
- Système de listes de xOPs
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Aucune
-CHAN_INFO_MODE_LOCK
- Modes maintenus: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Ce canal n'expirera pas.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST modèle
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST modèle [FORBIDDEN] [NOEXPIRE]
-CHAN_LIST_HEADER
- Liste d'entrées correspondantes à %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Fin de la liste - %d/%d correspondances affichées.
-
-# CLIST responses
-CHAN_INVITE_SYNTAX
- INVITE canal
-CHAN_INVITE_ALREADY_IN
- Vous êtes déjà dans %s!
-CHAN_INVITE_SUCCESS
- Vous avez été invité à rejoindre %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN canal [nick]
-CHAN_UNBANNED
- Vous avez été débanni de %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC canal [topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR canal raison
-CHAN_CLEARED_BANS
- Tous les bans du canal %s ont été supprimés.
-CHAN_CLEARED_EXCEPTS
- Toutes les exceptions du canal %s ont été supprimées.
-CHAN_CLEARED_MODES
- Tous les modes du canal %s ont été réinitialisés.
-CHAN_CLEARED_OPS
- Tous les OPs du canal %s ont été enlevés.
-CHAN_CLEARED_HOPS
- Tous les HalfOPs du canal %s ont été enlevés.
-CHAN_CLEARED_VOICES
- Tous les voices du canal %s ont été enlevés.
-CHAN_CLEARED_USERS
- Tous les utilisateurs du canal %s ont été kickés.
-CHAN_CLEARED_INVITES
- Toutes les invites du canal %s ont été enlevées.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY canal
-CHAN_GETKEY_NOKEY
- Le canal %s n'a pas de clé.
-CHAN_GETKEY_KEY
- La clé du canal %s est %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID canal [raison]
-CHAN_FORBID_SYNTAX_REASON
- FORBID canal raison
-CHAN_FORBID_SUCCEEDED
- Le canal %s est maintenant interdit.
-CHAN_FORBID_FAILED
- Impossible d'interdire le canal %s!
-
-# Misc responses
-CHAN_FORBID_REASON
- Ce canal a été interdit.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND canal [raison]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND canal raison
-CHAN_SUSPEND_SUCCEEDED
- Le canal %s est maintenant suspendu.
-CHAN_SUSPEND_FAILED
- Impossible de suspendre le canal %s!
-CHAN_SUSPEND_REASON
- Ce canal est suspendu.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND canal
-CHAN_UNSUSPEND_ERROR
- Aucun # trouvé devant le nom du canal.
-CHAN_UNSUSPEND_SUCCEEDED
- Le canal %s est maintenant liberé.
-CHAN_UNSUSPEND_FAILED
- Impossible de libérer le canal %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s a trouvé une exception sur %s et ne peut le bannir tant que l'exception n'a pas été retirée.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Vous avez 1 nouveau mémo.
-MEMO_HAVE_NEW_MEMOS
- Vous avez %d nouveaux mémos.
-MEMO_TYPE_READ_LAST
- Tapez %R%s READ LAST pour le lire.
-MEMO_TYPE_READ_NUM
- Tapez %R%s READ %d pour le lire.
-MEMO_TYPE_LIST_NEW
- Tapez %R%s LIST NEW pour les lister.
-MEMO_AT_LIMIT
- Attention: Vous avez atteint votre nombre maximum de mémos (%d). Vous ne pourrez plus recevoir de nouveaux mémos sauf si vous supprimez quelques-uns de vos mémos actuels.
-MEMO_OVER_LIMIT
- Attention: Vous avez dépassé votre nombre maximum de mémos (%d). Vous ne pourrez plus recevoir de nouveaux mémos sauf si vous supprimez quelques-uns de vos mémos actuels.
-MEMO_X_MANY_NOTICE
- Il y a %d mémos sur le canal %s.
-MEMO_X_ONE_NOTICE
- Il y a %d mémo sur le canal %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Il y a un nouveau mémo dans le canal %s.
- Tapez %R%s READ %s %d pour le lire.
-MEMO_NEW_MEMO_ARRIVED
- Vous avez un nouveau mémo de %s.
- Tapez %R%s READ %d pour le lire.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Vous n'avez pas de mémos.
-MEMO_X_HAS_NO_MEMOS
- %s n'a pas de mémos.
-MEMO_DOES_NOT_EXIST
- Mémo %d n'existe pas!
-MEMO_LIST_NOT_FOUND
- Aucun mémo correspondant trouvé.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {pseudo | canal} texte-du-memo
-MEMO_SEND_DISABLED
- Désolé, l'envoi de mémos est temporairement désactivé.
-MEMO_SEND_PLEASE_WAIT
- Veuillez patienter %d secondes avant d'utiliser la commande SEND à nouveau.
-MEMO_X_GETS_NO_MEMOS
- %s ne peut recevoir de mémos.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s a trop de mémos et ne peut en recevoir plus.
-MEMO_SENT
- Mémo envoyé à %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- Un mémo de masse a été envoyé à tous les pseudos enregistrés.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {pseudo | canal}
-MEMO_CANCEL_DISABLED
- Désolé, l'annulation de mémos est temporairement désactivée.
-MEMO_CANCEL_NONE
- Aucun mémo n'était annulable.
-MEMO_CANCELLED
- Le dernier mémo envoyé à %s a été supprimé.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [canal] [liste | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Vous n'avez pas de nouveaux mémos.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s n'a pas de nouveaux mémos.
-MEMO_LIST_MEMOS
- Mémos pour %s. Pour lire, tapez: %R%s READ num
-MEMO_LIST_NEW_MEMOS
- Nouveaux mémos pour %s. Pour lire, tapez: %R%s READ num
-MEMO_LIST_CHAN_MEMOS
- Mémos pour %s. Pour lire, tapez: %R%s READ %s num
-MEMO_LIST_CHAN_NEW_MEMOS
- Nouveaux mémos pour %s. Pour lire, tapez: %R%s READ %s num
-MEMO_LIST_HEADER
- Num Expéditeur Date/Heure
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [canal] {liste | LAST | NEW}
-MEMO_HEADER
- Mémo %d de %s (%s). Pour supprimer, tapez: %R%s DEL %d
-MEMO_CHAN_HEADER
- Mémo %d de %s (%s). Pour supprimer, tapez: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [canal] {num | liste | ALL}
-MEMO_DELETED_NONE
- Aucun mémo supprimé.
-MEMO_DELETED_ONE
- Le mémo %d a été supprimé.
-MEMO_DELETED_SEVERAL
- Les mémos %s ont été supprimés.
-MEMO_DELETED_ALL
- Tous vos mémos ont été supprimés.
-
-# SET responses
-MEMO_CHAN_DELETED_ALL
- Tous les mémos du canal %s ont été supprimés.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET option paramètres
-MEMO_SET_DISABLED
- Désolé, la configuration des options est temporairement désactivée.
-MEMO_SET_UNKNOWN_OPTION
- Option SET %s inconnue.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s vous notifiera maintenant des mémos quand vous vous connecterez et quand ils vous seront envoyés.
-MEMO_SET_NOTIFY_LOGON
- %s vous notifiera maintenant des mémos quand vous vous connecterez ou enleverez /AWAY.
-MEMO_SET_NOTIFY_NEW
- %s vous notifiera maintenant des mémos quand ils vous seront envoyés.
-MEMO_SET_NOTIFY_OFF
- %s ne vous enverra aucune notification de mémo.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- Vous serez maintenant averti par mail de l'arrivée de nouveau(x) mémo(s).
-MEMO_SET_NOTIFY_NOMAIL
- Vous ne serez plus averti par mail de l'arrivée de nouveau(x) mémo(s).
-MEMO_SET_NOTIFY_INVALIDMAIL
- Vous n'avez configuré aucune adresse email pour votre pseudo.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [canal] limite
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [utilisateur | canal] {limite | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Vous n'êtes pas autorisé à changer votre limite de mémos.
-MEMO_SET_LIMIT_FORBIDDEN
- La limite de mémos pour %s ne peut être changée.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Vous ne pouvez mettre votre limite de mémos à plus de %d.
-MEMO_SET_LIMIT_TOO_HIGH
- Vous ne pouvez mettre la limite de mémos de %s à plus de %d.
-MEMO_SET_LIMIT_OVERFLOW
- Limite de mémos trop grande, limitation à %d.
-MEMO_SET_YOUR_LIMIT
- Votre limite de mémos a été fixée à %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Vous ne pourrez désormais plus recevoir de mémos.
-MEMO_UNSET_YOUR_LIMIT
- Votre limite de mémos a été désactivée.
-MEMO_SET_LIMIT
- Limite de mémos de %s définie à %d.
-MEMO_SET_LIMIT_ZERO
- Limite de mémos de %s définie à 0.
-MEMO_UNSET_LIMIT
- Limite de mémos de %s désactivée.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [canal]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [pseudo | canal]
-MEMO_INFO_NO_MEMOS
- Vous n'avez aucun mémo actuellement.
-MEMO_INFO_MEMO
- Vous avez actuellement 1 mémo.
-MEMO_INFO_MEMO_UNREAD
- Vous avez actuellement 1 mémo, qui n'a pas encore été lu.
-MEMO_INFO_MEMOS
- Vous avez actuellement %d mémos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Vous avez actuellement %d mémos, desquels 1 n'a pas été lu.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Vous avez actuellement %d mémos, desquels %d n'ont pas été lus.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Vous avez actuellement %d mémos, aucun d'entre-eux n'a été lu.
-MEMO_INFO_LIMIT
- Votre limite de mémos est de %d.
-MEMO_INFO_HARD_LIMIT
- Votre limite de mémos est de %d, et ne peut être changée.
-MEMO_INFO_LIMIT_ZERO
- Votre limite de mémos est de 0, vous ne recevrez aucun nouveau mémo.
-MEMO_INFO_HARD_LIMIT_ZERO
- Votre limite de mémos est de 0, vous ne recevrez aucun nouveau mémo. Vous ne pouvez pas changer cette limite.
-MEMO_INFO_NO_LIMIT
- Vous n'avez aucune limite sur le nombre de mémos que vous pouvez garder.
-MEMO_INFO_NOTIFY_OFF
- Vous ne serez pas notifié pour les nouveaux mémos.
-MEMO_INFO_NOTIFY_ON
- Vous serez notifié pour les nouveaux mémos à la connexion et quand ils arrivent.
-MEMO_INFO_NOTIFY_RECEIVE
- Vous serez notifié quand de nouveaux mémos arrivent.
-MEMO_INFO_NOTIFY_SIGNON
- Vous serez notifié pour les nouveaux mémos à la connexion.
-MEMO_INFO_X_NO_MEMOS
- %s n'a actuellement aucun mémo.
-MEMO_INFO_X_MEMO
- %s a actuellement 1 mémo.
-MEMO_INFO_X_MEMO_UNREAD
- %s a actuellement 1 mémo, qui n'a pas encore été lu.
-MEMO_INFO_X_MEMOS
- %s a actuellement %d mémos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s a actuellement %d mémos, desquels 1 n'a pas été lu.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s a actuellement %d mémos, desquels %d n'ont pas été lus.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s a actuellement %d mémos; aucun n'a été lu.
-MEMO_INFO_X_LIMIT
- La limite de mémos de %s est de %d.
-MEMO_INFO_X_HARD_LIMIT
- La limite de mémos de %s est de %d, elle ne peut pas être changée.
-MEMO_INFO_X_NO_LIMIT
- %s n'a aucune limitation de mémos.
-MEMO_INFO_X_NOTIFY_OFF
- %s n'est pas notifié pour les nouveaux mémos.
-MEMO_INFO_X_NOTIFY_ON
- %s est notifié pour les nouveaux mémos quand ils arrivent et à la connexion.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s est notifié quand de nouveaux mémos arrivent.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s est notifié pour les nouveaux mémos à la connexion.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- Nouveau mémo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Veuillez attendre %d secondes avant d'utiliser RSEND à nouveau.
-MEMO_RSEND_DISABLED
- Désolé, RSEND est désactivé sur ce réseau.
-MEMO_RSEND_SYNTAX
- RSEND {pseudo | canal} memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] Le mémo que vous avez envoyé a été vu.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] Le mémo que vous avez envoyé a %s a été vu.
-MEMO_RSEND_USER_NOTIFICATION
- Un accusé de réception a été envoyé a %s pour l'informer que vous avez lu son
- mémo.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK pseudo
-MEMO_CHECK_NOT_READ
- Le dernier mémo que vous avez envoyé à %s (le %s) n'a pas encore été lu.
-MEMO_CHECK_READ
- Le dernier mémo que vous avez envoyé à %s (le %s) a été lu.
-MEMO_CHECK_NO_MEMO
- Le pseudo %s n'a aucun mémo de votre part.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- Vous ne pouvez pas recevoir d'accusé de réception quand vous vous
- ètes envoyé un message à vous-meme.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Le bot %s n'existe pas.
-BOT_NOT_ASSIGNED
- Vous devez attribuer un bot au canal avant d'utiliser
- cette commande.
- Tapez %R%S HELP ASSIGN pour plus d'informations.
-BOT_NOT_ON_CHANNEL
- Le bot n'est pas sur le canal %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Ne dites pas %s sur ce canal!
-BOT_REASON_BADWORD_GENTLE
- Surveillez votre langage !
-BOT_REASON_BOLD
- N'utilisez pas de caractères gras sur ce canal!
-BOT_REASON_CAPS
- Cessez d'utiliser tant de majuscules!
-BOT_REASON_COLOR
- N'utilisez pas de couleurs sur ce canal!
-BOT_REASON_FLOOD
- Arrêtez d'envoyer autant de messages!
-BOT_REASON_REPEAT
- Arrêtez de vous répéter!
-BOT_REASON_REVERSE
- N'utilisez pas de caractères inversés sur ce canal!
-BOT_REASON_UNDERLINE
- N'utilisez pas de caractères soulignés sur ce canal!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Je suis là, %s!
-BOT_SEEN_YOU
- %s est en pleine recherche spirituelle...
-BOT_SEEN_ON_CHANNEL
- %s est sur le canal actuellement!
-BOT_SEEN_ON_CHANNEL_AS
- %s est sur le canal actuellement (c'est %s) !
-BOT_SEEN_ON
- %s a été vu pour la dernière fois ici il y a %s.
-BOT_SEEN_NEVER
- Je n'ai jamais vu %s sur ce canal.
-BOT_SEEN_UNKNOWN
- Je ne sais pas qui est %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD pseudo user host real
- BOT CHANGE ancien-pseudo nouveau-pseudo [user [host [real]]]
- BOT DEL pseudo
-BOT_BOT_ALREADY_EXISTS
- Le bot %s existe déjà.
-BOT_BOT_CREATION_FAILED
- Désolé, la création du bot a échoué.
-BOT_BOT_READONLY
- Désolé, la modification des bots est temporairement désactivée.
-BOT_BOT_ADDED
- %s!%s@%s (%s) ajouté à la liste des bots.
-BOT_BOT_ANY_CHANGES
- L'ancienne information est égale à la nouvelle.
-BOT_BOT_CHANGED
- Le bot %s a été changé en %s!%s@%s (%s)
-BOT_BOT_DELETED
- Le bot %s a été supprimé.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Liste des bots:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots réservés aux opérateurs IRC:
-BOT_BOTLIST_FOOTER
- %d bots disponibles.
-BOT_BOTLIST_EMPTY
- Il n'y a aucun bot disponible actuellement.
- Demandez à un administrateur des services d'en créer un!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN canal pseudo
-BOT_ASSIGN_READONLY
- Désolé, l'attribution des bots est temporairement désactivée.
-BOT_ASSIGN_ALREADY
- Le bot %s est déja assigné au canal %s.
-BOT_ASSIGN_ASSIGNED
- Le bot %s a été attribué à %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN canal
-BOT_UNASSIGN_UNASSIGNED
- Il n'y a plus de bot attribué à %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {canal | pseudo}
-BOT_INFO_NOT_FOUND
- %s n'est pas un bot ou canal enregistré valide.
-BOT_INFO_BOT_HEADER
- Information pour le bot %s:
-BOT_INFO_BOT_MASK
- Masque : %s@%s
-BOT_INFO_BOT_REALNAME
- Vrai nom : %s
-BOT_INFO_BOT_CREATED
- Créé : %s
-BOT_INFO_BOT_USAGE
- Utilisé sur : %d channel(s)
-BOT_INFO_BOT_OPTIONS
- Options : %s
-BOT_INFO_OPT_PRIVATE
- Privé
-BOT_INFO_CHAN_HEADER
- Information pour le canal %s:
-BOT_INFO_CHAN_BOT
- Pseudo du bot : %s
-BOT_INFO_CHAN_BOT_NONE
- Pseudo du bot : non attribué.
-BOT_INFO_CHAN_KICK_BADWORDS
- Kicker de mots interdits : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kicker de mots interdits : %s (%d kick(s) pour un ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Kicker de car. gras : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kicker de car. gras : %s (%d kick(s) pour un ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Kicker de majuscules : %s (minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kicker de majuscules : %s (%d kick(s) pour un ban; minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kicker de majuscules : %s
-BOT_INFO_CHAN_KICK_COLORS
- Kicker de couleurs : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kicker de couleurs : %s (%d kick(s) pour un ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kicker de flood : %s (%d lignes en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kicker de flood : %s (%d kick(s) pour un ban, %d lignes en %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kicker de flood : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kicker de répétition : %s (%d fois)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kicker de répétition : %s (%d kick(s) pour un ban, %d fois)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kicker de répétition : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Kicker de reverses : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kicker de reverses : %s (%d kick(s) pour un ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kicker de car. soulignés : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kicker de car. soulignés : %s (%d kick(s) pour un ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-
-BOT_INFO_ACTIVE
- actif
-BOT_INFO_INACTIVE
- inactif
-BOT_INFO_CHAN_OPTIONS
- Options : %s
-BOT_INFO_OPT_DONTKICKOPS
- Protection des OPs
-BOT_INFO_OPT_DONTKICKVOICES
- Protection des voices
-BOT_INFO_OPT_FANTASY
- Fantaisie
-BOT_INFO_OPT_GREET
- Message d'accueil
-BOT_INFO_OPT_NOBOT
- Pas de bot
-BOT_INFO_OPT_SYMBIOSIS
- Symbiose
-BOT_INFO_OPT_NONE
- Aucune
-
-# SET responses
-BOT_SET_SYNTAX
- SET canal option paramètres
-BOT_SET_DISABLED
- Désolé, la configuration des options du bot est
- temporairement désactivée.
-BOT_SET_UNKNOWN
- Option %s inconnue.
- Tapez %R%S HELP SET pour plus d'informations.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET canal DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Le bot ne kickera pas les OPs du canal %s.
-BOT_SET_DONTKICKOPS_OFF
- Le bot kickera les OPs du canal %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET canal DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Le bot ne kickera pas les voices du canal %s.
-BOT_SET_DONTKICKVOICES_OFF
- Le bot kickera les voices du canal %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET canal FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- La fantaisie est maintenant activée sur le canal %s.
-BOT_SET_FANTASY_OFF
- La fantaisie est maintenant désactivée sur le canal %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET canal GREET {ON|OFF}
-BOT_SET_GREET_ON
- Le message d'accueil est maintenant activé sur le canal %s.
-BOT_SET_GREET_OFF
- Le message d'accueil est maintenant désactivé sur le canal %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET canal NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Le mode sans bot est maintenant activé sur le canal %s.
-BOT_SET_NOBOT_OFF
- Le mode sans bot est maintenant désactivé sur le canal %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Le mode privé du bot %s est maintenant activé.
-BOT_SET_PRIVATE_OFF
- Le mode privé du bot %s est maintenant désactivé.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET canal SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- La symbiose est maintenant activée sur le canal %s.
-BOT_SET_SYMBIOSIS_OFF
- La symbiose est maintenant désactivée sur le canal %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK canal option {ON|OFF} [paramètres]
-BOT_KICK_DISABLED
- Désolé, la configuration des kickers est temporairement
- désactivée.
-BOT_KICK_UNKNOWN
- Option %s inconnue.
- Tapez %R%S HELP KICK pour plus d'informations.
-BOT_KICK_BAD_TTB
- %s ne peut être pris comme nombre de fois pour un ban.
-
-BOT_KICK_BADWORDS_ON
- Le bot kickera maintenant les mots interdits. Utilisez
- la commande BADWORDS pour ajouter ou supprimer un mot.
-BOT_KICK_BADWORDS_ON_BAN
- Le bot kickera maintenant les mots interdits, et mettra
- un ban après %d kicks pour le même utilisateur. Utilisez
- la commande BADWORDS pour ajouter ou supprimer un mot.
-BOT_KICK_BADWORDS_OFF
- Le bot ne kickera plus les mots interdits.
-BOT_KICK_BOLDS_ON
- Le bot kickera maintenant les caractères gras.
-BOT_KICK_BOLDS_ON_BAN
- Le bot kickera maintenant les caractères gras, et mettra
- un ban après %d kicks pour le même utilisateur.
-BOT_KICK_BOLDS_OFF
- Le bot ne kickera plus les caractères gras.
-BOT_KICK_CAPS_ON
- Le bot kickera maintenant les majuscules (qui doivent
- constituer au moins %d caractères et %d%% du message
- entier).
-BOT_KICK_CAPS_ON_BAN
- Le bot kickera maintenant les majuscules (qui doivent
- constituer au moins %d caractères et %d%% du message
- entier), et mettra un ban après %d kicks pour le même
- utilisateur.
-BOT_KICK_CAPS_OFF
- Le bot ne kickera plus les majuscules.
-BOT_KICK_COLORS_ON
- Le bot kickera maintenant les couleurs.
-BOT_KICK_COLORS_ON_BAN
- Le bot kickera maintenant les couleurs, et mettra
- un ban après %d kicks pour le même utilisateur.
-BOT_KICK_COLORS_OFF
- Le bot ne kickera plus les couleurs.
-BOT_KICK_FLOOD_ON
- Le bot kickera maintenant le flood (%d lignes en %d
- secondes).
-BOT_KICK_FLOOD_ON_BAN
- Le bot kickera maintenant le flood (%d lignes en %d
- secondes), et mettra un ban après %d kicks pour le
- même utilisateur.
-BOT_KICK_FLOOD_OFF
- Le bot ne kickera plus le flood.
-BOT_KICK_REPEAT_ON
- Le bot kickera maintenant les répétitions (les
- utilisateurs qui disent %d fois la même chose).
-BOT_KICK_REPEAT_ON_BAN
- Le bot kickera maintenant les répétitions (les
- utilisateurs qui disent %d fois la même chose), et
- mettra un ban après %d kicks pour le même utilisateur.
-BOT_KICK_REPEAT_OFF
- Le bot ne kickera plus les répétitions.
-BOT_KICK_REVERSES_ON
- Le bot kickera maintenant les reverses.
-BOT_KICK_REVERSES_ON_BAN
- Le bot kickera maintenant les reverses, et mettra
- un ban après %d kicks pour le même utilisateur.
-BOT_KICK_REVERSES_OFF
- Le bot ne kickera plus les reverses.
-BOT_KICK_UNDERLINES_ON
- Le bot kickera maintenant les caractères soulignés.
-BOT_KICK_UNDERLINES_ON_BAN
- Le bot kickera maintenant les caractères soulignés,
- et mettra un ban après %d kicks pour le même
- utilisateur.
-BOT_KICK_UNDERLINES_OFF
- Le bot ne kickera plus les caractères soulignés.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS canal {ADD|DEL|LIST|CLEAR} [mot | liste-d'entrées] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Désolé, la modification de la liste des mots interdits
- est temporairement désactivée.
-BOT_BADWORDS_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d entrées sur la
- liste des mots interdits.
-BOT_BADWORDS_ALREADY_EXISTS
- %s existe déjà dans la liste des mots interdits de %s.
-BOT_BADWORDS_ADDED
- %s ajouté à la liste des mots interdits de %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Entrée (#%d) introuvable sur la liste des mots
- interdits de %s.
-BOT_BADWORDS_NOT_FOUND
- %s introuvable sur la liste des mots interdits de %s.
-BOT_BADWORDS_NO_MATCH
- Aucune entrée correspondante sur la liste des mots interdits
- de %s.
-BOT_BADWORDS_DELETED
- %s supprimé de la liste des mots interdits de %s.
-BOT_BADWORDS_DELETED_ONE
- 1 entrée supprimée de la liste des mots interdits de %s.
-BOT_BADWORDS_DELETED_SEVERAL
- %d entrées supprimées de la liste des mots interdits de %s.
-BOT_BADWORDS_LIST_EMPTY
- La liste des mots interdits de %s est vide.
-BOT_BADWORDS_LIST_HEADER
- Liste des mots interdits de %s:
- Num Mot Type
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- La liste des mots interdits est maintenant vide.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY canal texte
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT canal texte
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_EXCEPT
- Utilisateur trouvé dans les exceptions.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_BAD_NICK
- Les pseudos des bots ne peuvent contenir que des caractères valides.
-BOT_BAD_HOST
- Les hôtes des bots ne doivent contenir que des caractères valides.
-BOT_BAD_IDENT
- Les identités des bots ne doivent contenir que des caractères valides.
-BOT_LONG_IDENT
- Les identités des bots ne doivent contenir que %d caractères.
-BOT_LONG_HOST
- Les hôtes des bots ne doivent contenir que %d caractères.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Les Services ne peuvent changer les modes. Vos serveurs sont-ils configurés correctement?
-OPER_BOUNCY_MODES_U_LINE
- Les Services ne peuvent changer les modes. Les U:lines de vos serveurs sont-elles configurées correctement?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL message
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Option STATS inconnue %s.
-OPER_STATS_CURRENT_USERS
- Utilisateurs actuels: %d (%d ops)
-OPER_STATS_MAX_USERS
- Record d'utilisateurs: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Les services tournent depuis %d jours, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Les services tournent depuis %d jour, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Les services tournent depuis %d heures, %d minutes
-OPER_STATS_UPTIME_HM1S
- Les services tournent depuis %d heures, %d minutes
-OPER_STATS_UPTIME_H1MS
- Les services tournent depuis %d heures, %d minute
-OPER_STATS_UPTIME_H1M1S
- Les services tournent depuis %d heures, %d minute
-OPER_STATS_UPTIME_1HMS
- Les services tournent depuis %d heure, %d minutes
-OPER_STATS_UPTIME_1HM1S
- Les services tournent depuis %d heure, %d minutes
-OPER_STATS_UPTIME_1H1MS
- Les services tournent depuis %d heure, %d minute
-OPER_STATS_UPTIME_1H1M1S
- Les services tournent depuis %d heure, %d minute
-OPER_STATS_UPTIME_MS
- Les services tournent depuis %d minutes, %d secondes
-OPER_STATS_UPTIME_M1S
- Les services tournent depuis %d minutes, %d seconde
-OPER_STATS_UPTIME_1MS
- Les services tournent depuis %d minute, %d secondes
-OPER_STATS_UPTIME_1M1S
- Les services tournent depuis %d minute, %d seconde
-OPER_STATS_BYTES_READ
- Octets lus : %5d ko
-OPER_STATS_BYTES_WRITTEN
- Octets écrits : %5d ko
-OPER_STATS_USER_MEM
- Utilisateur : %6d enregistrements, %5d ko
-OPER_STATS_CHANNEL_MEM
- Channel : %6d enregistrements, %5d ko
-OPER_STATS_GROUPS_MEM
- Groupes NS : %6d enregistrements, %5d ko
-OPER_STATS_ALIASES_MEM
- Aliases NS : %6d enregistrements, %5d ko
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d enregistrements, %5d ko
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d enregistrements, %5d ko
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d enregistrements, %5d ko
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d enregistrements, %5d ko
-OPER_STATS_SESSIONS_MEM
- Sessions : %6d enregistrements, %5d ko
-OPER_STATS_AKILL_COUNT
- Nombre d'AKILLs actuel: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Temps d'échéance des AKILLs par défaut: %d jours
-OPER_STATS_AKILL_EXPIRE_DAY
- Temps d'échéance des AKILLs par défaut: 1 jour
-OPER_STATS_AKILL_EXPIRE_HOURS
- Temps d'échéance des AKILLs par défaut: %d heures
-OPER_STATS_AKILL_EXPIRE_HOUR
- Temps d'échéance des AKILLs par défaut: 1 heure
-OPER_STATS_AKILL_EXPIRE_MINS
- Temps d'échéance des AKILLs par défaut: %d minutes
-OPER_STATS_AKILL_EXPIRE_MIN
- Temps d'échéance des AKILLs par défaut: 1 minute
-OPER_STATS_AKILL_EXPIRE_NONE
- Temps d'échéance des AKILLs par défaut: Pas d'échéance
-OPER_STATS_SNLINE_COUNT
- Nombre de SNLINEs actuel: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Temps d'échéance des SNLINEs par défaut: %d jours
-OPER_STATS_SNLINE_EXPIRE_DAY
- Temps d'échéance des SNLINEs par défaut: 1 jour
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Temps d'échéance des SNLINEs par défaut: %d heures
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Temps d'échéance des SNLINEs par défaut: 1 heure
-OPER_STATS_SNLINE_EXPIRE_MINS
- Temps d'échéance des SNLINEs par défaut: %d minutes
-OPER_STATS_SNLINE_EXPIRE_MIN
- Temps d'échéance des SNLINEs par défaut: 1 minute
-OPER_STATS_SNLINE_EXPIRE_NONE
- Temps d'échéance des SNLINEs par défaut: Pas d'échéance
-OPER_STATS_SQLINE_COUNT
- Nombre de SQLINEs actuel: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Temps d'échéance des SQLINEs par défaut: %d jours
-OPER_STATS_SQLINE_EXPIRE_DAY
- Temps d'échéance des SQLINEs par défaut: 1 jour
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Temps d'échéance des SQLINEs par défaut: %d heures
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Temps d'échéance des SQLINEs par défaut: 1 heure
-OPER_STATS_SQLINE_EXPIRE_MINS
- Temps d'échéance des SQLINEs par défaut: %d minutes
-OPER_STATS_SQLINE_EXPIRE_MIN
- Temps d'échéance des SQLINEs par défaut: 1 minute
-OPER_STATS_SQLINE_EXPIRE_NONE
- Temps d'échéance des SQLINEs par défaut: Pas d'échéance
-OPER_STATS_SZLINE_COUNT
- Nombre de SZLINEs actuel: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Temps d'échéance des SZLINEs par défaut: %d jours
-OPER_STATS_SZLINE_EXPIRE_DAY
- Temps d'échéance des SZLINEs par défaut: 1 jour
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Temps d'échéance des SZLINEs par défaut: %d heures
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Temps d'échéance des SZLINEs par défaut: 1 heure
-OPER_STATS_SZLINE_EXPIRE_MINS
- Temps d'échéance des SZLINEs par défaut: %d minutes
-OPER_STATS_SZLINE_EXPIRE_MIN
- Temps d'échéance des SZLINEs par défaut: 1 minute
-OPER_STATS_SZLINE_EXPIRE_NONE
- Temps d'échéance des SZLINEs par défaut: Pas d'échéance
-OPER_STATS_RESET
- Statistiques réinitialisées.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Connecté à: %s
-OPER_STATS_UPLINK_CAPAB
- Caractéristiques du lien: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Serveurs trouvés: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE canal modes
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE pseudo modes
-
-# OLINE responses
-OPER_UMODE_SUCCESS
- Mode de %s changés.
-OPER_UMODE_CHANGED
- %s a changé vos modes.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE pseudo flags
-OPER_OLINE_SUCCESS
- Une O:LINE avec les flags %s a été ajoutée pour %s.
-
-# CLEARMODES responses
-OPER_OLINE_IRCOP
- Vous êtes maintenant IRCOp.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES canal [ALL]
-OPER_CLEARMODES_DONE
- Les modes binaires et les bans sont supprimés de %s.
-OPER_CLEARMODES_ALL_DONE
- Tous les modes supprimés du canal %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK canal utilisateur raison
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK pseudo nouveau-pseudo
-OPER_SVSNICK_NEWNICK
- Le pseudo de %s a été changé en %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste d'entrées} [raison]]
-OPER_AKILL_EXISTS
- %s existe déjà sur la liste d'AKILL.
-OPER_AKILL_ALREADY_COVERED
- %s est déjà couvert par %s.
-OPER_AKILL_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d AKILLs.
-OPER_AKILL_NO_NICK
- Rappel: les masques AKILL ne peuvent contenir de pseudo, assurez vous que vous n'avez pas mis de partie pseudo dans le masque.
-OPER_AKILL_ADDED
- %s ajouté à la liste d'AKILL.
-OPER_AKILL_CHANGED
- L'échéance de %s a été changée.
-OPER_AKILL_NOT_FOUND
- %s introuvable sur la liste d'AKILL.
-OPER_AKILL_NO_MATCH
- Aucune entrée correspondante sur la liste d'AKILL.
-OPER_AKILL_DELETED
- %s supprimé de la liste d'AKILL.
-OPER_AKILL_DELETED_ONE
- 1 entrée supprimée de la liste d'AKILL.
-OPER_AKILL_DELETED_SEVERAL
- %d entrées supprimées de la liste d'AKILL.
-OPER_AKILL_LIST_EMPTY
- La liste d'AKILL est vide.
-OPER_AKILL_LIST_HEADER
- Liste d'AKILL actuelle:
- Num Masque Raison
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Liste d'AKILL actuelle:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (par %s le %s; %s)
- %s
-OPER_AKILL_CLEAR
- La liste d'AKILL a été vidée.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#canal} [raison]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste d'entrées} [raison]]
-OPER_SNLINE_UNSUPPORTED
- Désolé, SNLINE n'est pas disponible sur ce réseau.
-OPER_SNLINE_EXISTS
- %s existe déjà sur la liste de SNLINEs.
-OPER_SNLINE_ALREADY_COVERED
- %s est déjà couvert par %s.
-OPER_SNLINE_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d SNLINEs.
-OPER_SNLINE_ADDED
- %s ajouté à la liste de SNLINEs.
-OPER_SNLINE_CHANGED
- L'échéance de %s a été changée.
-OPER_SNLINE_NOT_FOUND
- %s introuvable sur la liste de SNLINEs.
-OPER_SNLINE_NO_MATCH
- Aucune entrée correspondante sur la liste de SNLINEs.
-OPER_SNLINE_DELETED
- %s supprimé de la liste de SNLINEs.
-OPER_SNLINE_DELETED_ONE
- 1 entrée supprimée de la liste de SNLINEs.
-OPER_SNLINE_DELETED_SEVERAL
- %d entrées supprimées de la liste de SNLINEs.
-OPER_SNLINE_LIST_EMPTY
- La liste de SNLINEs est vide.
-OPER_SNLINE_LIST_HEADER
- Liste de SNLINEs actuelle:
- Num Masque Raison
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Liste de SNLINEs actuelle:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (par %s le %s; %s)
- %s
-OPER_SNLINE_CLEAR
- La liste de SNLINEs a été vidée.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste d'entrées}[:raison]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Les SQLINEs de canaux ne sont pas supportées par votre serveur, vous ne pouvez donc pas les utiliser.
-OPER_SQLINE_EXISTS
- %s existe déjà sur la liste de SQLINEs.
-OPER_SQLINE_ALREADY_COVERED
- %s est déjà couvert par %s.
-OPER_SQLINE_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d SQLINEs.
-OPER_SQLINE_ADDED
- %s ajouté à la liste de SQLINEs.
-OPER_SQLINE_CHANGED
- L'échéance de %s a été changée.
-OPER_SQLINE_NOT_FOUND
- %s introuvable sur la liste de SQLINEs.
-OPER_SQLINE_NO_MATCH
- Aucune entrée correspondante sur la liste de SQLINEs.
-OPER_SQLINE_DELETED
- %s supprimé de la liste de SQLINEs.
-OPER_SQLINE_DELETED_ONE
- 1 entrée supprimée de la liste de SQLINEs.
-OPER_SQLINE_DELETED_SEVERAL
- %d entrées supprimées de la liste de SQLINEs.
-OPER_SQLINE_LIST_EMPTY
- La liste de SQLINEs est vide.
-OPER_SQLINE_LIST_HEADER
- Liste de SQLINEs actuelle:
- Num Masque Raison
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Liste de SQLINEs actuelle:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (par %s le %s; %s)
- %s
-OPER_SQLINE_CLEAR
- La liste de SQLINEs a été vidée.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+échéance] {masque | liste d'entrées} [raison]]
-OPER_SZLINE_UNSUPPORTED
- Désolé, SZLINE n'est pas disponible sur ce réseau.
-OPER_SZLINE_EXISTS
- %s existe déjà sur la liste de SZLINEs.
-OPER_SZLINE_ALREADY_COVERED
- %s est déjà couvert par %s.
-OPER_SZLINE_REACHED_LIMIT
- Désolé, vous ne pouvez avoir que %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Rappel: vous ne pouvez ajouter que des masques d'IP à la liste de SZLINEs.
-OPER_SZLINE_ADDED
- %s ajouté à la liste de SZLINEs.
-OPER_SZLINE_CHANGED
- L'échéance de %s a été changée.
-OPER_SZLINE_NOT_FOUND
- %s introuvable sur la liste de SZLINEs.
-OPER_SZLINE_NO_MATCH
- Aucune entrée correspondante sur la liste de SZLINEs.
-OPER_SZLINE_DELETED
- %s supprimé de la liste de SZLINEs.
-OPER_SZLINE_DELETED_ONE
- 1 entrée supprimée de la liste de SZLINEs.
-OPER_SZLINE_DELETED_SEVERAL
- %d entrées supprimées de la liste de SZLINEs.
-OPER_SZLINE_LIST_EMPTY
- La liste de SZLINEs est vide.
-OPER_SZLINE_LIST_HEADER
- Liste de SZLINEs actuelle:
- Num Masque Raison
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Liste de SZLINEs actuelle:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (par %s le %s; %s)
- %s
-OPER_SZLINE_CLEAR
- La liste de SZLINEs a été vidée.
-
-# SET responses
-OPER_SET_SYNTAX
- SET option valeur
-OPER_SET_IGNORE_ON
- Le code d'ignore sera utilisé.
-OPER_SET_IGNORE_OFF
- Le code d'ignore ne sera pas utilisé.
-OPER_SET_IGNORE_ERROR
- La valeur pour IGNORE doit être ON ou OFF.
-OPER_SET_READONLY_ON
- Les Services sont maintenant en mode lecture-seule.
-OPER_SET_READONLY_OFF
- Les Services sont maintenant en mode lecture-écriture.
-OPER_SET_READONLY_ERROR
- La valeur pour READONLY doit être ON ou OFF.
-OPER_SET_LOGCHAN_ON
- Les services reporteront maintenant les logs sur %s.
-OPER_SET_LOGCHAN_OFF
- Les services ne reporteront plus les logs sur un canal.
-OPER_SET_LOGCHAN_ERROR
- Les valeurs pour LOGCHAN doivent etre ON ou OFF et LogChannel dois être défini.
-OPER_SET_DEBUG_ON
- Les Services sont maintenant en mode debug.
-OPER_SET_DEBUG_OFF
- Les Services sont maintenant en mode normal ( non debug).
-OPER_SET_DEBUG_LEVEL
- Les Services sont maintenant en mode debug (niveau %d).
-OPER_SET_DEBUG_ERROR
- La valeur pour DEBUG doit être ON, OFF, ou un nombre positif.
-OPER_SET_NOEXPIRE_ON
- Les Services sont maintenant en mode sans expiration.
-OPER_SET_NOEXPIRE_OFF
- Les Services sont maintenant en mode expiration.
-OPER_SET_NOEXPIRE_ERROR
- La valeur de NOEXPIRE doit être ON ou OFF.
-OPER_SET_UNKNOWN_OPTION
- Option inconnue %s.
-OPER_SET_LIST_OPTION_ON
- %s est activé
-OPER_SET_LIST_OPTION_OFF
- %s est désactivé
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} serveur
-OPER_NOOP_SET
- Toutes les O:lines de %s ont été supprimées.
-OPER_NOOP_REVOKE
- Toutes les O:lines de %s ont été réinitialisées.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE nom-du-serveur [raison]
-OPER_JUPE_HOST_ERROR
- Veuillez indiquer un nom de serveur valide pour JUPE.
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Mise à jour des bases de données.
-
-# RELOAD responses
-OPER_RELOAD
- Le fichier de configuration des Services a été rechargé.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN non défini, impossible de redémarrer.
- Relancez le script \2configure\2 et recompilez les Services pour
- activer la commande RESTART.
-
-# LISTIGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [durée] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Vous devez entrer une durée valide
-OPER_IGNORE_TIME_DONE
- %s est ignoré pour %s.
-OPER_IGNORE_PERM_DONE
- %s est ignoré en permanence.
-OPER_IGNORE_DEL_DONE
- %s n'est plus ignoré
-OPER_IGNORE_LIST
- Liste des ignores:
-OPER_IGNORE_LIST_NOMATCH
- %s n'a pas été trouvé dans la liste des ignorés.
-OPER_IGNORE_LIST_EMPTY
- La liste des ignorés est vide.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- La liste des ignorés a été purgée.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES pseudo
-OPER_KILLCLONES_UNKNOWN_NICK
- Impossible de trouver l'utilisateur %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Liste des channels:
- Nom Users Modes Topic
-OPER_CHANLIST_HEADER_USER
- Liste des channels de %s:
- Nom Users Modes Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Fin de la liste des channels.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Liste des utilisateurs:
- Nick Masque
-OPER_USERLIST_HEADER_CHAN
- Liste des utilisateurs de %s:
- Nick Masque
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Fin de la liste des utilisateurs.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- Vous êtes maintenant SuperAdmin.
-OPER_SUPER_ADMIN_OFF
- Vous n'êtes plus SuperAdmin
-OPER_SUPER_ADMIN_SYNTAX
- Syntaxe incorrect, spécifiez ON ou OFF.
-OPER_SUPER_ADMIN_WALL_ON
- %s est maintenant SuperAdmin
-OPER_SUPER_ADMIN_WALL_OFF
- %s n'est plus SuperAdmin
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ONLY
- Seuls les SuperAdmins peuvent utiliser cette commande.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Pseudo
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Ce service est temporairement désactivé, veuillez réessayer ultérieurement.
-OPER_DEFCON_CHANGED
- Les services sont maintenant sur DEFCON %d.
-OPER_DEFCON_WALL
- %s a changé le niveau de DEFCON en %d.
-DEFCON_GLOBAL
- Le niveau de DEFCON est maintenant: %d.
-
-# Modules strings
-
-OPER_MODULE_LOADED
- Le module %s a été chargé.
-OPER_MODULE_UNLOADED
- Le module %s a été déchargé.
-OPER_MODULE_LOAD_FAIL
- Impossible de charger le module %s.
-OPER_MODULE_REMOVE_FAIL
- Impossible de décharger le module %s.
-OPER_MODULE_NO_UNLOAD
- Ce module ne peut pas être déchargé.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD Fichier
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD Fichier
-OPER_MODULE_LIST_HEADER
- Liste des modules courant:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules changés.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Auteur: %s chargé: %s
-OPER_MODULE_CMD_LIST
- Fournir la commande: %R%s %s
-OPER_MODULE_MSG_LIST
- Providing IRCD handler for: %s
-OPER_MODULE_NO_LIST
- Aucun module n'est chargé
-OPER_MODULE_NO_INFO
- Aucune information sur le module %s n'est accessible.
-OPER_MODULE_INFO_SYNTAX
- MODINFO Fichier
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- Cette commande est chargé via un module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paramètres]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+échéance] mask limite raison
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mask | liste}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE num position
-OPER_EXCEPTION_DISABLED
- La limitation de sessions est désactivée.
-OPER_EXCEPTION_ALREADY_PRESENT
- Le mask %s est déjà présent sur la liste d'exceptions.
-OPER_EXCEPTION_TOO_MANY
- La liste des exceptions à la limitation de sessions est pleine!
-OPER_EXCEPTION_ADDED
- La limite de sessions de %s est maintenant de %d.
-OPER_EXCEPTION_MOVED
- L'exception pour %s (#%d) a été déplacée à la position %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- L'entrée %d n'existe pas sur la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_NOT_FOUND
- %s non trouvé sur la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_NO_MATCH
- Aucune entrée correspondante sur la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_DELETED
- %s supprimé de la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_DELETED_ONE
- 1 entrée supprimée de la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_DELETED_SEVERAL
- %d entrées supprimées de la liste des exceptions à la limitation de sessions.
-OPER_EXCEPTION_LIST_HEADER
- Liste actuelle des exceptions à la limitation de sessions:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Num Limite Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (par %s le %s; %s)
- Limite: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Limite de session invalide. Elle doit être un entier valide supérieur ou égal à zero et plus petit que %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Masque d'hôte invalide. Seuls les masques d'hôtes réels sont valides puisque les exceptions ne sont pas comparées aux pseudos et utilisateurs.
-OPER_EXCEPTION_EXISTS
- %s existe déjà dans la liste des exceptions.
-OPER_EXCEPTION_CHANGED
- L'exception pour %s a été changée en %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limite | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limite
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- La limitation de session est désactivée.
-OPER_SESSION_INVALID_THRESHOLD
- Valeur minimale invalide. Elle doit être un entier valide supérieur à 1.
-OPER_SESSION_NOT_FOUND
- %s introuvable sur la liste des sessions.
-OPER_SESSION_LIST_HEADER
- Hôtes ayant au moins %d sessions:
-OPER_SESSION_LIST_COLHEAD
- Sessions Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- L'hôte %s a actuellement %d sessions avec une limite de %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Syntax: EXCEPTION ADD [+échéance] mask limite raison
- EXCEPTION DEL {mask | liste}
- EXCEPTION MOVE num position
- EXCEPTION LIST [mask | liste]
- EXCEPTION VIEW [mask | liste]
-
- Permet aux Opérateurs Services de manipuler la liste des hôtes qui
- ont des limites de sessions spécifiques - autoriser certaines
- machines, telles que des serveurs de shell, pour supporter plus
- que le nombre de clients par défaut à la fois. Une fois qu'un
- hôte atteint sa limite de sessions, tous les clients essayant
- de se connecter à cet hôte seront déconnectés. Avant que
- l'utilisateur ne soit déconnecté, il est averti, par une
- /NOTICE de %S, de l'endroit où il pourra trouver de
- l'aide concernant la limitation de sessions. Le contenu de cette
- notice est une option de configuration.
-
- EXCEPTION ADD ajoute le masque donné à la liste des exceptions.
- Notez que les masques nick!user@host et user@host sont
- invalides! Seuls les masques d'hôtes réels, tels que box.host.dom
- et *.host.dom, sont autorisés parce que la limitation de sessions
- ne prend pas en compte le pseudo ou l'utilisateur. limit doit être un
- nombre supérieur ou égal à zéro. Ceci détermine combien de sessions
- sont supportées à la fois. Une valeur de zéro signifie que l'hôte
- n'a pas de limite de sessions. Consultez l'aide de AKILL pour
- les détails sur le format du paramètre optionnel échéance.
- EXCEPTION DEL supprime le masque donné de la liste des exceptions.
- EXCEPTION MOVE déplace l'exception num vers position. Les
- exceptions se trouvant au milieu seront déplacées vers le haut ou le
- bas pour combler le trou.
- EXCEPTION LIST et EXCEPTION VIEW montrent toutes les
- exceptions actuelles; si un masque optionnel est donné, la liste
- est limitée aux exceptions correspondantes au masque. La différence
- est que EXCEPTION VIEW est plus informative, puisqu'elle affiche
- également le pseudo de la personne qui a ajouté l'exception, sa
- limite de sessions, la raison, le masque ainsi que la date d'échéance.
-
- Notez qu'un client se connectant "utilisera" la première
- exception à laquelle son hôte correspond. Les
- grandes listes d'exception et les exceptions utilisant
- excessivement les jokers entrainent une dégradation des
- performances des Services.
-
-OPER_HELP_SESSION
- Syntax: SESSION LIST minimal
- SESSION VIEW host
-
- Permet aux Opérateurs Services de voir la liste des sessions.
-
- SESSION LIST liste les hôtes ayant au minimum minimal
- sessions. La limite minimale doit être un nombre supérieur à
- 1. Ceci pour prévenir d'un listing accidentel d'un large
- nombre d'hôtes à session unique.
-
- SESSION VIEW affiche des informations détaillées sur une
- hôte spécifique - comprenant le nombre de sessions actuelles
- ainsi que la limite de sessions. La valeur host ne doit
- pas contenir de joker.
-
- Consultez l'aide de EXCEPTION pour plus d'informations
- concernant la limitation et comment définir les limites de
- sessions pour certains hôtes et groupes.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntaxe: STAFF
-
- Affiche tous les pseudos du staff des services avec leur
- niveau d'accès et leur statut (online/offline).
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- Le système defcon utilise et applique des configurations
- pré-definies pour protéger durant une attaque sur le réseau.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Enregistrement de nouveaux canaux bloqué
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Enregistrement de nouveaux pseudos bloqué
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Changement des MLOCK bloqué
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Application des modes %s sur tous les canaux.
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Réduction du nombre maxi de sessions à %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Refuse toute nouvelle connexion client
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignore tous les non OPERs pour les messages
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Ignore silencieusement les non-OPERs
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL toutes les nouvelles connexions
-
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Aucun(s) nouveau(x) mémo(s) envoyé(s)
-OPER_HELP_CHANKILL
- Syntaxe: CHANKILL [+expire] canal raison
-
- Inflige un AKILL à toutes les personnes qui sont sur le canal
- spécifié. Ceci utilise le réel identd@host de tous les pseudos.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Logon News - %s] %s
-NEWS_OPER_TEXT
- [Oper News - %s] %s
-
-NEWS_RANDOM_TEXT
- [News Aléatoire - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [texte|nombre]
-NEWS_LOGON_LIST_HEADER
- Articles des logon news:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s par %s)
- %s
-NEWS_LOGON_LIST_NONE
- Il n'y a pas de logon news.
-NEWS_LOGON_ADD_SYNTAX
- Syntaxe: LOGONNEWS ADD texte
-NEWS_LOGON_ADD_FULL
- La liste des News est pleine!
-NEWS_LOGON_ADDED
- Ajouté un nouvel article de logon news (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Syntaxe: LOGONNEWS DEL {num | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Article de logon news #%d non trouvé!
-NEWS_LOGON_DELETED
- Article de logon news #%d supprimé.
-NEWS_LOGON_DEL_NONE
- Aucun article de logon news à supprimer!
-NEWS_LOGON_DELETED_ALL
- Tous les articles de logon news supprimés.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [texte|nombre]
-NEWS_OPER_LIST_HEADER
- Articles oper news:
-NEWS_OPER_LIST_ENTRY
- %5d (%s par %s)
- %s
-NEWS_OPER_LIST_NONE
- Il n'y a pas d'OPER news.
-NEWS_OPER_ADD_SYNTAX
- Syntaxe: OPERNEWS ADD texte
-NEWS_OPER_ADD_FULL
- La liste d'OPER news est pleine.
-NEWS_OPER_ADDED
- Ajouter un nouvel article d'OPER news (#%d).
-NEWS_OPER_DEL_SYNTAX
- Syntaxe: OPERNEWS DEL {num | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Article OPER news #%d non trouvé!
-NEWS_OPER_DELETED
- Article OPER news #%d supprimé.
-NEWS_OPER_DEL_NONE
- Pas d'article OPER news à supprimer!
-NEWS_OPER_DELETED_ALL
- Tous les articles OPER news supprimés.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [texte|nombre]
-NEWS_RANDOM_LIST_HEADER
- Nouvelles aléatoires:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s par %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Il n'y a pas de nouvelles aléatoires.
-NEWS_RANDOM_ADD_SYNTAX
- Syntaxe: RANDOMNEWS ADD texte
-NEWS_RANDOM_ADD_FULL
- La liste des nouvelles est pleine!
-NEWS_RANDOM_ADDED
- Nouvelle aléatoire ajoutée (n°%d).
-NEWS_RANDOM_DEL_SYNTAX
- Syntaxe: RANDOMNEWS DEL {num | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Nouvelle aléatoire n°%d non trouvée!
-NEWS_RANDOM_DELETED
- Nouvelle aléatoire n°%d supprimée.
-NEWS_RANDOM_DEL_NONE
- Aucune nouvelle aléatoire à supprimer!
-NEWS_RANDOM_DELETED_ALL
- Toutes les nouvelles aléatoires ont été supprimées.
-
-NEWS_HELP_LOGON
- Syntaxe: LOGONNEWS ADD texte
- LOGONNEWS DEL {nombre | ALL}
- LOGONNEWS LIST
-
- Edite ou affiche la liste de messages logon news. Lorsqu'un
- utilisateur se connecte au réseau, ces messages leur seront
- envoyés. (Cependant, pas plus de %d messages ne seront
- envoyés pour éviter le flood des utilisateurs. Si il y a
- plus de messages de news, seuls les plus récents seront envoyés.)
- NewsCount peut être configuré dans services.conf.
-
- LOGONNEWS ne peut être utilisé que pas les Opérateurs Services.
-
-NEWS_HELP_OPER
- Syntaxe: OPERNEWS ADD texte
- OPERNEWS DEL {nombre | ALL}
- OPERNEWS LIST
-
- Edite ou affiche la liste des messages OPER news. Quand un
- utilisateur utilise la commande /OPER, ces messages lui seront
- envoyés. (Cependant, pas plus de %d messages seront
- envoyés afin de ne pas flooder l'utilisateur. Si il y a plus de
- messages news, seuls les plus récents seront envoyés.)
- NewsCount peut être configuré dans services.conf.
-
- OPERNEWS ne peut être utilisé que pas les Opérateurs Services.
-
-NEWS_HELP_RANDOM
- Syntaxe: RANDOMNEWS ADD texte
- RANDOMNEWS DEL {nombre | ALL}
- RANDOMNEWS LIST
-
- Edite ou affiche la liste des nouvelles aléatoires. Lorsqu'un
- utilisateur se connecte au réseau, une (et une seule) de ces
- nouvelles sera choisie et lui sera envoyée.
-
- RANDOMNEWS ne peut être utilisé que pas les Opérateurs Services.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirme une inscription à NickServ
-NICK_HELP_CMD_RESEND
- RESEND Renvoie le code de confirmation de
- l'inscription à NickServ
-NICK_HELP_CMD_REGISTER
- REGISTER Enregistre un pseudo
-NICK_HELP_CMD_GROUP
- GROUP Joint un groupe
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Vous identifie avec votre mot de passe
-NICK_HELP_CMD_ACCESS
- ACCESS Modifie la liste des adresses autorisées
-NICK_HELP_CMD_SET
- SET Configure les options, protection comprise
-NICK_HELP_CMD_SASET
- SASET Configure des options sur d'autres pseudos
-NICK_HELP_CMD_DROP
- DROP Annule l'enregistrement d'un pseudo
-NICK_HELP_CMD_RECOVER
- RECOVER Change le pseudo d'un utilisateur qui a pris
- votre pseudo
-NICK_HELP_CMD_RELEASE
- RELEASE Reprendre la tutelle de votre pseudo
- après un RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS A utiliser en cas de perte de mot de passe
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords
-NICK_HELP_CMD_GHOST
- GHOST Deconnecte un "ghost irc" utilisant votre pseudo
-NICK_HELP_CMD_ALIST
- ALIST Liste tous les canaux auquels vous êtes connecté
-NICK_HELP_CMD_GLIST
- GLIST Liste tous les pseudos de votre groupe
-NICK_HELP_CMD_INFO
- INFO Affiche des informations sur un pseudo
-NICK_HELP_CMD_LIST
- LIST Liste tous les pseudos en rapport avec la recherche
-NICK_HELP_CMD_LOGOUT
- LOGOUT Inverse la commande LOGIN
-NICK_HELP_CMD_STATUS
- STATUS Renvoie le statut de propriétaire du pseudo donné
-NICK_HELP_CMD_UPDATE
- UPDATE Met à jour votre statut, ex : vérification de nouveaux mémos
-NICK_HELP_CMD_GETPASS
- GETPASS Retrouve le mot de passe pour un pseudo
- (uniquement si le cryptage est désactivé)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Cherche et retourne la liste des pseudos enregistrés
- avec un certain email
-NICK_HELP_CMD_FORBID
- FORBID Empêche l'utilisation d'un pseudo
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend un pseudo
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend un pseudo
-
-NICK_HELP
- %S vous permet d'enregistrer un pseudo et d'empêcher les
- autres de l'utiliser. Les commandes suivantes
- permettent l'enregistrement et la gestion des pseudos. Pour
- les utiliser, tapez %R%S commande. Pour plus
- d'informations sur une certaine commande, tapez
- %R%S HELP commande.
-
-NICK_HELP_FOOTER
- REMARQUE: Ce service est conçu pour fournir un moyen aux
- utilisateurs IRC d'assurer que leur identité n'est pas
- usurpée. Il n'est PAS destiné à faciliter le "vol" des
- pseudos ou autres choses de ce genre. L'abus de %S entraînera,
- au minimum, la perte du(des) pseudo(s) faisant l'objet de
- l'abus.
-
-NICK_HELP_EXPIRES
-
- Les pseudos qui ne sont plus utilisés sont sujets à
- l'expiration automatique, c'est-à-dire qu'ils seront effacés
- après %d jours de non utilisation.
-
-
-NICK_HELP_REGISTER
- Syntaxe: REGISTER motdepasse [email]
-
- Enregistre votre pseudo dans la base de données de %S. Une fois
- que votre pseudo est enregistré, vous pouvez utiliser les
- commandes SET et ACCESS pour configurer votre pseudo comme
- vous le souhaitez. Rappelez-vous bien du mot de passe utilisé
- pendant l'enregistrement - vous en aurez besoin pour effectuer
- des changements sur votre pseudo plus tard. (Notez que ANOPE,
- Anope, et anope sont tous des mots de passe différents!)
-
- Conseils pour choisir un mot de passe:
-
- Les mots de passe ne doivent pas être trop facilement
- devinables. Par exemple, utiliser votre vrai nom comme
- mot de passe est une mauvaise idée. Utiliser votre pseudo
- comme mot de passe est une idée encore pire ;) et, en
- fait, %S ne le permettra pas. De même, les mots de passe
- courts sont vulnérables aux recherches méthodiques,
- donc vous devez choisir un mot de passe d'au moins
- 5 caractères. Le caractère espace ne peut pas être
- utilisé dans les mots de passe.
-
- Le paramètre email est optionnel et permet de définir
- une e-mail immédiatement. Toutefois, elle peut être obligatoire
- sur certains réseaux.
- Votre vie privée est respectée, cette e-mail ne sera pas
- divulguée à des tierces personnes.
-
- Cette commande crée également un nouveau groupe pour votre
- pseudo. Celui-ci vous permettra plus tard d'enregistrer
- d'autres pseudos en bénéficiant de la même configuration,
- du même jeu de mémos, et des même privilèges sur vos
- canaux. Pour plus d'informations sur cette fonction,
- tapez %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Syntaxe: GROUP cible motdepasse
-
- Cette commande joint votre pseudo au groupe du pseudo cible.
- motdepasse est le mot de passe du pseudo cible.
-
- Joindre un groupe vous permettra de partager votre configuration,
- vos mémos et vos privilèges de canal avec tous les pseudos
- du groupe, et bien plus encore!
-
- Un groupe existe tant qu'il est utile. Cela signifie que même
- si un des pseudos du groupe est effacé, les éléments partagés
- sus-nommés sont conservés pour peu qu'il reste d'autres pseudos
- dans le groupe.
-
- Il est préférable d'utiliser cette commande avec un pseudo
- non enregistré puisqu'il sera automatiquement enregistré
- lorsque vous utiliserez cette commande. Vous pouvez l'utiliser
- avec un pseudo enregistré (pour changer votre groupe) uniquement
- si vos administrateurs l'autorisent. (%R%S HELP IDENTIFY
- pour plus d'informations).
-
- Vous ne pouvez être que dans un groupe à la fois. La fusion
- de groupes n'est pas possible.
-
- Note: tous les pseudos du groupe ont le même mot de passe.
-
-NICK_HELP_IDENTIFY
- Syntaxe: IDENTIFY [account] motdepasse
-
- Informe %S que vous êtes vraiment le propriétaire de
- ce pseudo. Beaucoup de commandes nécessitent que vous soyez
- identifié avec cette commande avant de les utiliser. Le
- mot de passe est celui que vous avez donné avec la commande
- REGISTER.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Actualise votre session, ex : vérification de l'arrivée de
- nouveaux mémos, l'application des modes sur les canaux
- (ModeonID), met à jour votre vhost et vos flags
- (dernière fois vu, etc).
-
-NICK_HELP_LOGOUT
- Syntaxe: LOGOUT
-
- Cette commande inverse l'effet de la commande IDENTIFY,
- c'est-à-dire qu'elle fait en sorte que vous ne soyez plus
- reconnu en tant que propriétaire réel du pseudo. Notez
- cependant que l'on ne vous demandera pas de vous réidentifier.
-
-NICK_HELP_DROP
- Syntaxe: DROP [nick]
-
- Efface votre pseudo de la base de données de %S. Un pseudo
- qui a été effacé est libre d'être réenregistré par
- n'importe qui.
-
- Vous pouvez effacer un pseudo de votre groupe en le mettant
- dans le paramètre nick.
-
- Pour utiliser cette commande, vous devez d'abord vous
- identifier avec votre mot de passe (%R%S HELP
- IDENTIFY pour plus d'informations).
-
-NICK_HELP_ACCESS
- Syntaxe: ACCESS ADD mask
- ACCESS DEL mask
- ACCESS LIST
-
- Modifie ou affiche la liste d'accès de votre pseudo. C'est
- la liste des adresses qui seront automatiquement reconnues
- par %S comme autorisées à utiliser le pseudo. Si vous voulez
- utiliser le pseudo depuis une adresse différente, vous devez
- envoyer une commande IDENTIFY pour que %S vous reconnaisse.
-
- Exemples:
-
- ACCESS ADD anyone@*.bepeg.com
- Autorise l'accès à l'utilisateur anyone d'une
- machine avec le domaine bepeg.com.
-
- ACCESS DEL anyone@*.bepeg.com
- Inverse la commande précédente.
-
- ACCESS LIST
- Affiche votre liste d'accès.
-
-NICK_HELP_SET_HEAD
- Syntaxe: SET option paramètres
-
- Configure diverses options du pseudo. option peut être:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Change l'affichage de votre groupe
- dans les services
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Change le mot de passe de votre pseudo
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Change la langue dans laquelle les Services
- vous envoient leurs messages
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associe une e-mail à votre pseudo
-NICK_HELP_CMD_SET_GREET
- GREET Associe un message d'accueil à votre pseudo
-NICK_HELP_CMD_SET_KILL
- KILL Active ou désactive la protection
-NICK_HELP_CMD_SET_SECURE
- SECURE Active ou désactive la sécurité du pseudo
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Empêche votre pseudo d'être affiché par
- %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Cache certaines parties des informations du pseudo
-NICK_HELP_CMD_SET_MSG
- MSG Change le mode de communication des Services
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Demande à Services de vous rendre automatiquement OP.
-NICK_HELP_SET_TAIL
-
- Pour utiliser cette commande, vous devez d'abord vous
- identifier avec votre mot de passe (%R%S HELP
- IDENTIFY pour plus d'informations).
-
- Tapez %R%S HELP SET option pour plus d'informations
- sur une option spécifique.
-
-NICK_HELP_SET_DISPLAY
- Syntaxe: SET DISPLAY nouvel-affichage
-
- Change l'affichage utilisé pour nommer votre groupe de
- pseudos dans les Services. Le nouvel affichage DOIT être un
- pseudo de votre groupe.
-
-NICK_HELP_SET_PASSWORD
- Syntaxe: SET PASSWORD nouveau-mot-de-passe
-
- Change le mot de passe utilisé pour vous identifier en tant
- que propriétaire du pseudo.
-
-NICK_HELP_SET_LANGUAGE
- Syntaxe: SET LANGUAGE nombre
-
- Change la langue utilisée par les Services lorsqu'ils vous
- envoient un message (par exemple, quand ils répondent à une
- commande que vous avez envoyé). nombre doit être choisi
- dans la liste suivante des langues supportées:
-
-NICK_HELP_SET_EMAIL
- Syntaxe: SET EMAIL adresse
-
- Associe l'e-mail donnée avec votre pseudo. L'email
- sera affichée lorsque quelqu'un demandera des informations
- sur votre pseudo avec la commande INFO.
-
-NICK_HELP_SET_GREET
- Syntaxe: SET GREET message
-
- Définit un message d'accueil pour votre pseudo, qui sera
- affiché lorsque vous joignez un canal qui a l'option
- GREET active, à condition d'avoir un niveau d'accès
- suffisant.
-
-NICK_HELP_SET_KILL
- Syntaxe: SET KILL {ON | QUICK | IMMED | OFF}
-
- Active ou désactive la protection automatique
- pour votre pseudo. Avec la protection activée, si
- un autre utilisateur essaie de prendre votre pseudo, il aura
- une minute pour changer de pseudo, après quoi son pseudo sera
- changé de force par %S.
-
- Si vous sélectionnez QUICK, l'utilisateur aura seulement 20
- secondes pour changer de pseudo au lieu des 60 habituelles. Si
- vous sélectionnez IMMED, l'utilisateur verra son pseudo changé
- immédiatement sans être d'abord prévenu et sans avoir de chance
- pour changer son pseudo, n'utilisez cette option que si nécessaire.
- Les administrateurs de votre réseau peuvent avoir désactivé cette option.
-
-NICK_HELP_SET_SECURE
- Syntaxe: SET SECURE {ON | OFF}
-
- Active ou désactive la sécurité de %S pour votre pseudo.
- Si la sécurité est active, vous devrez obligatoirement
- entrer votre mot de passe pour être reconnu en tant que
- propriétaire du pseudo, que votre masque soit dans la liste d'accès
- ou non. Cependant, si vous êtes sur la liste d'accès, %S ignorera
- la configuration de la protection offerte par SET KILL.
-
-NICK_HELP_SET_PRIVATE
- Syntaxe: SET PRIVATE {ON | OFF}
-
- Active ou désactive le mode privé de %S de votre pseudo.
- Si le mode privé est actif, votre pseudo n'apparaitra pas
- dans les listes de pseudos générées par la commande LIST
- de %S. (Cependant, quiconque connaissant votre pseudo peut
- tout de même avoir des informations en utilisant
- la commande INFO).
-
-NICK_HELP_SET_HIDE
- Syntaxe: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Vous permet d'empêcher l'affichage de certaines parties
- des informations quand quelqu'un fait un %S INFO sur votre
- pseudo. Vous pouvez cacher votre adresse e-mail (EMAIL), masque
- user@host vu pour la dernière fois (USERMASK), et la dernière
- raison de /QUIT (QUIT). Le second paramètre indique si
- l'option doit être affichée (OFF) ou cachée (ON).
-
-NICK_HELP_SET_MSG
- Syntaxe: SET MSG {ON | OFF}
-
- Vous permet de choisir la façon dont les Services communiquent
- avec vous. Si cette option est activée, ils utiliseront des
- messages, sinon ils utiliseront des notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Définit si vous voulez être automatiquement désigné OP.
- Positionnez sur ON pour permettre à ChanServ de le faire quand
- vous entrez dans un canal.
-
-NICK_HELP_SASET_HEAD
- Syntaxe: SASET pseudo option parametres.
-
- Configure plusieurs options sur un pseudo. option doit être l'une ci-dessous:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Affiche les pseudos du groupe du pseudo donné
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Change le mot de passe du pseudo donné
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associe une email au pseudo donné
-NICK_HELP_CMD_SASET_GREET
- GREET Associe un message d'accueil au pseudo donné
-NICK_HELP_CMD_SASET_KILL
- KILL Active ou désactive l'option kill du pseudo donné
-NICK_HELP_CMD_SASET_SECURE
- SECURE Active ou désactive la securité du pseudo donné
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Empêche le pseudo d'apparaître dans un
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Cache certaines informations personnelles du pseudo
-NICK_HELP_CMD_SASET_MSG
- MSG Change le mode de communication des Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Empêche le pseudo d'expirer
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Défini la langue que Services utilisera dans les messages
- qu'il vous envoie.
-NICK_HELP_SASET_TAIL
-
- Taper %R%S HELP SASET option pour plus d'informations
- sur une option spécifique. L'option devra être mise avec le pseudo
- en préfixe.
-
-NICK_HELP_SASET_DISPLAY
- Syntaxe: SASET pseudo DISPLAY nouvel-affichage
-
- Change l'affichage utilisé pour nommer le groupe du
- pseudo dans les Services. Le nouvel affichage DOIT être un
- pseudo de votre groupe.
-
-NICK_HELP_SASET_PASSWORD
- Syntaxe: SASET pseudo PASSWORD nouveau-mot-de-passe
-
- Change le mot de passe utilisé pour s'identifier comme propiétaire
- du pseudo.
-
-NICK_HELP_SASET_EMAIL
- Syntaxe: SASET pseudo EMAIL adresse-email
-
- Associe l'E-mail donnée au pseudo.
-
-NICK_HELP_SASET_GREET
- Syntaxe: SASET pseudo GREET message
-
- Définit un message d'accueil au pseudo, qui sera
- affiché lorsqu'il rejoint un canal qui a l'option
- GREET active, à condition d'avoir un niveau d'accès
- suffisant.
-
-NICK_HELP_SASET_KILL
- Syntaxe: SASET pseudo KILL {ON | QUICK | IMMED | OFF}
-
- Active ou désactive la protection automatique pour le pseudo donné.
- Avec la protection activée, si un autre utilisateur essaie de
- prendre son pseudo, il aura une minute pour changer de pseudo,
- après quoi son pseudo sera changé de force par %S.
-
- Si vous sélectionnez QUICK, l'utilisateur aura seulement 20
- secondes pour changer de pseudo au lieu des 60 habituelles. Si
- vous sélectionnez IMMED, l'utilisateur verra son pseudo changé
- immédiatement sans être d'abord prévenu et sans avoir de chance
- pour changer son pseudo, n'utilisez cette option que si nécessaire.
- Les administrateurs de votre réseau peuvent avoir désactivé cette option.
-
-NICK_HELP_SASET_SECURE
- Syntaxe: SASET pseudo SECURE {ON | OFF}
-
- Active ou désactive la sécurité de %S pour le pseudo donné.
- Si la sécurité est active, il devra obligatoirement
- entrer son mot de passe pour être reconnu en tant que
- propriétaire du pseudo, que son masque soit dans la liste d'accès
- ou non. Cependant, si vous êtes sur la liste d'accès, %S ignorera
- la configuration de la protection offerte par SET KILL.
-
-NICK_HELP_SASET_PRIVATE
- Syntaxe: SASET pseudo PRIVATE {ON | OFF}
-
- Active ou désactive le mode privé de %S du pseudo donné.
- Si le mode privé est actif, son pseudo n'apparaitra pas
- dans les listes de pseudos générées par la commande LIST
- de %S. (Cependant, quiconque connaissant son pseudo peut
- tout de même avoir des informations en utilisant
- la commande INFO).
-
-NICK_HELP_SASET_HIDE
- Syntaxe: SASET pseudo HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Vous permet d'empêcher l'affichage de certaines parties
- des informations quand quelqu'un fait un %S INFO sur le pseudo
- donné. Vous pouvez cacher son adresse e-mail (EMAIL), masque
- user@host vu pour la dernière fois (USERMASK), et la dernière
- raison de /QUIT (QUIT). Le second paramètre indique si
- l'option doit être affichée (OFF) ou cachée (ON).
-
-NICK_HELP_SASET_MSG
- Syntaxe: SASET pseudo MSG {ON | OFF}
-
- Vous permet de choisir la façon dont les Services communiquent avec
- le pseudo donné. Si cette option est activée, ils utiliseront des
- messages, sinon ils utiliseront des notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntaxe: SASET pseudo NOEXPIRE {ON | OFF}
-
- Permet d'activer le mode NOEXPIRE au pseudo donné.
- Configurez ce paramètre sur ON pour que le
- pseudo n'expire pas.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Définit si le pseudo donné doit être automatiquement désigné OP.
- Positionnez sur ON pour permettre à ChanServ de le faire quand
- vous il entre dans un canal.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Modifie la langue utilisée par Services quand il envoie des messages
- à nickname (par exemple, quand ils répondent à une commande qu'il
- a envoyé).
- number doit être choisi dans la liste des langues supportées que
- vous pouvez obtenir en tapant %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntaxe: RECOVER pseudo [motdepasse]
-
- Vous permet de récupérer votre pseudo si quelqu'un d'autre
- l'a pris. C'est équivalent à ce que %S fait
- automatiquement si quelqu'un essaie d'utiliser un pseudo
- protégé par SET KILL.
-
- Quand vous utilisez cette commande, %S connectera un faux
- utilisateur avec le même pseudo que l'utilisateur dont
- vous essayez de récupérer le pseudo. Cela provoque la déconnexion
- par les serveurs IRC de l'autre utilisateur. Ce faux utilisateur
- restera connecté pendant %s pour s'assurer que l'autre
- utilisateur ne se reconnecte pas immédiatement. Après ce
- temps, vous pouvez reprendre votre pseudo. Alternativement,
- utilisez la commande RELEASE (%R%S HELP RELEASE) pour
- reprendre votre pseudo plus tôt.
-
- Pour utiliser la commande RECOVER pour un pseudo, l'adresse
- telle qu'elle est montrée dans un /WHOIS doit être sur la
- liste d'accès du pseudo, vous devez être identifié et dans
- le groupe du pseudo, ou vous devez fournir le mot de passe
- correct du pseudo.
-
-NICK_HELP_RELEASE
- Syntaxe: RELEASE pseudo [motdepasse]
-
- Ordonne à %S de supprimer toute tutelle sur votre pseudo
- provoquée par la protection de SET KILL ou
- l'utilisation de la commande RECOVER. Par défaut, les
- tutelles durent %s, cette commande les arrête plus tôt.
-
- Pour utiliser la commande RELEASE pour un pseudo, l'adresse
- telle qu'elle est montrée dans un /WHOIS doit être sur la
- liste d'accès du pseudo, vous devez être identifié et dans
- le groupe du pseudo, ou vous devez fournir le mot de passe
- correct du pseudo.
-
-NICK_HELP_GHOST
- Syntaxe: GHOST pseudo [motdepasse]
-
- Arrête une session IRC "fantôme" utilisant votre pseudo. Une
- session "fantôme" est un utilisateur non connecté
- actuellement, mais dont le serveur IRC croit qu'il l'est
- toujours pour une raison ou une autre. Habituellement,
- ceci arrive lorsque votre ordinateur plante ou que votre connexion
- à Internet s'arrête lorsque vous êtes sur IRC.
-
- Pour utiliser la commande GHOST pour un pseudo, l'adresse
- telle qu'elle est montrée dans un /WHOIS doit être sur la
- liste d'accès du pseudo, ou vous devez fournir le mot de passe
- correct pour le pseudo.
-
-NICK_HELP_INFO
- Syntaxe: INFO pseudo
-
- Affiche des informations sur le pseudo donné, telles que
- le propriétaire du pseudo, l'adresse avec laquelle il était
- connecté pour la dernière fois, et les options du pseudo. Si
- vous êtes identifié pour le pseudo pour lequel vous demandez
- des informations et que ALL est spécifié, toutes
- les informations seront affichées, qu'elles soient cachées
- ou non.
-
-NICK_HELP_LIST
- Syntaxe: LIST modèle
-
- Liste tous les pseudos enregistrés qui correspondent
- au modèle donné, dans le format pseudo!user@host. Les
- pseudos avec l'option PRIVATE active ne seront pas
- affichés.
-
- Exemples:
-
- LIST *!joeuser@foo.com
- Liste tous les pseudos appartenant à joeuser@foo.com.
-
- LIST *Bot*!*@*
- Liste tous les pseudos enregistrés avec Bot dans leurs
- noms (ne différencie pas minuscules et majuscules).
-
- LIST *!*@*.bar.org
- Liste tous les pseudos appartenant aux utilisateurs dans le
- domaine bar.org.
-
-NICK_HELP_ALIST
- Syntaxe: ALIST [level]
-
- Liste tous les canaux auquels vous avez accès. Optionnellement, vous
- pouvez spécifier un niveau au format XOP ou ACCESS. Le résultat
- retournera uniquement les canaux auquels vous avez un accès supérieur
- ou égal au niveau donné.
-
- Exemples:
- ALIST Founder
- Liste tous les canaux auxquels vous avez un accès
- FOUNDER.
-
- ALIST AOP
- Liste tous les canaux auxquels vous avez un accès AOP ou plus.
-
- ALIST 10
- Liste tous les canaux auxquels vous avez un accès 10 ou plus.
-
- Les canaux ayant l'option NOEXPIRE active seront retournés avec un point
- d'exclamation devant.
-
-NICK_HELP_GLIST
- Syntaxe: GLIST
-
- Liste tous les pseudos dans votre groupe.
-
-NICK_HELP_STATUS
- Syntaxe: STATUS nick...
-
- Retourne si l'utilisateur utilisant le pseudo donné est reconnu
- en tant que propriétaire du pseudo. La réponse est sous ce format:
-
- pseudo code-status account
-
- Où pseudo est le pseudo étudié,
- code-status est l'un des codes suivants, et account
- le compte avec lequel il est connecté.
-
- 0 - cet utilisateur n'est pas online ou le pseudo n'est pas
- enregistré
- 1 - utilisateur non reconnu comme propriétaire
- 2 - utilisateur reconnu comme propriétaire uniquement via
- la liste d'accès
- 3 - utilisateur reconnu comme propriétaire via l'identification
-
- Jusqu'à seize pseudos peuvent être envoyés avec chaque commande,
- le reste sera ignoré. Si aucun pseudo n'est donné, votre propre
- statut sera retourné.
-
-NICK_HELP_SENDPASS
- Syntaxe: SENDPASS pseudo
-
- Envoie le mot de passe du pseudo donné à l'adresse e-mail
- qui a été définie pour ce pseudo. Cette commande est très
- utile pour régler les problèmes de mots de passe perdus.
-
- Peut être limité aux Opérateurs IRC sur certains
- réseaux.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- C'est la seconde étape du processus d'enregistrement d'un
- pseudo. Vous devez exécuter cette commande afin de compléter
- l'enregistrement de votre pseudo sur %S. Le passcode (aussi
- appelé code d'authentification) est envoyé à l'adresse E-mail
- fournie à la première étape de votre enregistrement.
- Pour plus d'informations sur cette première étape, tapez:
- %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- Cette commande envoie à nouveau le code d'authentification
- ( aussi appelé passcode) à l'adresse E-mail de l'utilisateur
- qui l'exécute.
-
-NICK_SERVADMIN_HELP
-
- Les Services Operators peuvent également effacer n'importe quel
- pseudo sans avoir besoin de s'identifier pour le celui-ci, et
- peuvent voir l'access list pour n'importe quel pseudo
- (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Syntaxe: LOGOUT [pseudo [REVALIDATE]]
-
- Sans paramètre, inverse l'effet de la commande IDENTIFY,
- c'est-à-dire qu'elle fait en sorte que vous ne soyez plus
- reconnu en tant que propriétaire réel du pseudo. Notez
- cependant que l'on ne vous demandera pas de vous réidentifier.
-
- Avec un paramètre, fait la même chose avec le pseudo donné. Si
- vous spécifiez également REVALIDATE, les Services demanderont
- au pseudo donné de se ré-identifier. Cette utilisation est
- réservée aux Services Operators.
-
-NICK_SERVADMIN_HELP_DROP
- Syntaxe: DROP [pseudo]
-
- Sans paramètre, efface votre pseudo de la base de données
- de %S.
-
- Avec un paramètre, efface le pseudo donné de la base de
- données. Vous pouvez effacer n'importe quel pseudo de votre
- groupe sans privilège particulier. La possibilité
- d'effacer n'importe quel pseudo est cependant réservée aux
- Services Operators.
-
-NICK_SERVADMIN_HELP_LIST
- Syntaxe: LIST modèle [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Liste tous les pseudos enregistrés qui correspondent au modèle
- donné, de format nick!user@host. Les pseudos ayant l'option
- PRIVATE ne seront affichés qu'aux Services operators. Les
- pseudos ayant l'option NOEXPIRE seront préfixés par un !
- devant leur pseudo pour les Services operators.
-
- Si les options FORBIDDEN, SUSPENDED, NOEXPIRE ou UNCONFIRMED sont données,
- les pseudos qui sont FORBID, SUSPENDED, NON CONFIRMÉ ou ont l'option
- NOEXPIRE seront affichés. Si plus options sont indiquées,
- tous les pseudos correspondants à un des critères seront affichés.
- Réservé aux Services operators.
-
- Exemples:
-
- LIST *!joeuser@foo.com
- Liste tous les pseudos enregistrés appartenant à
- joeuser@foo.com.
-
- LIST *Bot*!*@*
- Liste tous les pseudos enregistrés ayant Bot dans
- leur nom (ne respecte pas les majuscules).
-
- LIST * NOEXPIRE
- Liste tous les pseudos qui n'expireront pas.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [pseudo] [level]
-
- Sans aucun paramètre, retourne la liste des canaux où vous avez un accès.
- pseudo liste les canaux auxquels le pseudo donné a accès
- level liste les canaux auxquels le pseudo donné a un accès supérieur
- ou égal au niveau donné.
-
-NICK_SERVADMIN_HELP_GLIST
- Syntaxe: GLIST [nick]
-
- Sans paramètre, liste tous les pseudos qui sont dans
- votre groupe.
-
- Avec un paramètre, liste tous les pseudos qui sont dans
- le groupe du pseudo donné.
- Cette utilisation est limitée aux administrateurs des
- Services.
-
-NICK_SERVADMIN_HELP_GETPASS
- Syntaxe: GETPASS nick
-
- Retourne le mot de passe du pseudo donné. Notez que pour
- chaque utilisation de cette commande, un message comprenant
- la personne qui a émis la commande et le pseudo sur lequel
- il a été utilisé sera enregistré et envoyé en WALLOPS/GLOBOPS.
-
- Cette commande est indisponible quand le cryptafe est activé.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Retourne la liste des pseudos enregistrés avec l'E-mail donnée.
- Note vous ne pouvez pas utiliser de jokers pour plusieurs
- pseudos.
- Lorsque cette commande est utilisée, un message incluant
- le pseudo de la personne qui a utilisé la commande et
- pour quelle E-mail a été formulée la commande est ajouté
- dans les logs.
-
-NICK_SERVADMIN_HELP_FORBID
- Syntaxe: FORBID nick [raison]
-
- Empêche un pseudo d'être enregistré ou utilisé par
- quelqu'un. Peut être annulé en effaçant le pseudo.
-
- Sur certains réseaux, une raison est requise.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntaxe: SUSPEND pseudo raison / UNSUSPEND pseudo
-
- Suspend / libère le pseudo spécifié.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntaxe: UNSUSPEND pseudo
-
- Libère un pseudo suspendu.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Retrouve le mot de passe du propriétaire pour
- un canal
-CHAN_HELP_CMD_FORBID
- FORBID Empêche un canal d'être utilisé
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Suspend un canal pour ne pas qu'il soit utilisé
- tout en conservant les données et configurations.
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Libère un canal suspendu
-CHAN_HELP_CMD_STATUS
- STATUS Retourne le niveau d'accès courant d'un
- utilisateur sur un canal
-CHAN_HELP_CMD_REGISTER
- REGISTER Enregistre un canal
-CHAN_HELP_CMD_SET
- SET Configure les options et informations du
- canal
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modifie la liste des utilisateurs AOPs
-CHAN_HELP_CMD_SOP
- SOP Modifie la liste des utilisateurs SOPs
-CHAN_HELP_CMD_ACCESS
- ACCESS Modifie la liste des utilisateurs privilégiés
-CHAN_HELP_CMD_LEVELS
- LEVELS Redéfinit la signification des niveaux d'accès
-CHAN_HELP_CMD_AKICK
- AKICK Gère la liste des kicks automatiques
-CHAN_HELP_CMD_DROP
- DROP Annule l'enregistrement d'un canal
-CHAN_HELP_CMD_BAN
- BAN Ban un pseudo spécifié dans un canal
-CHAN_HELP_CMD_CLEAR
- CLEAR Ordonne à ChanServ de nettoyer certains paramètres
- sur un canal
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoice le pseudo spécifié sur un canal
-CHAN_HELP_CMD_GETKEY
- GETKEY Retourne la clé du canal specifié
-CHAN_HELP_CMD_INFO
- INFO Liste les informations sur un canal enregistré
-CHAN_HELP_CMD_INVITE
- INVITE Commande à ChanServ de vous inviter dans un canal
-CHAN_HELP_CMD_KICK
- KICK Kick le pseudo spécifié d'un canal
-CHAN_HELP_CMD_LIST
- LIST Liste tous les canaux enregistrés en rapport avec la recherche
-CHAN_HELP_CMD_OP
- OP Donne l'Op au pseudo spécifié sur un canal
-CHAN_HELP_CMD_TOPIC
- TOPIC Change le sujet sur un canal spécifié
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Donne un voice au pseudo spécifié sur un canal
-CHAN_HELP_CMD_VOP
- VOP Configure la liste des VOP pour un canal (VOicePeople)
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfop le pseudo spécifié sur un canal
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Retire votre statut de propriétaire d'un canal
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Déprotège le pseudo donné sur un canal
-CHAN_HELP_CMD_HALFOP
- HALFOP Donne le statut d'HalfOP au pseudo donné sur un canal
-CHAN_HELP_CMD_HOP
- HOP Configure la liste de HOP d'un canal (HalfOP)
-CHAN_HELP_CMD_OWNER
- OWNER Vous donne votre accès propriétaire pour un canal
-CHAN_HELP_CMD_PROTECT
- PROTECT Protège le pseudo spécifié sur un canal
-CHAN_HELP_CMD_DEOP
- DEOP Deop le pseudo spécifié sur un canal
-
-CHAN_HELP
- %S vous permet d'enregistrer et de contrôler divers
- aspects des canaux. %S empêche souvent de malicieux
- utilisateurs de faire des "take overs" sur les canaux
- en limitant ceux qui sont autorisés à être OP.
- Les commandes disponibles sont listées ci-dessous,
- pour les utiliser, tapez %R%S commande. Pour plus
- d'informations sur une commande spécifique, tapez
- %R%S HELP commande.
-
-
-CHAN_HELP_EXPIRES
-
- Notez que tout canal non utilisé pendant %d jours
- (c'est-à-dire une période pendant laquelle aucun
- utilisateur figurant sur la liste d'accès du canal
- ne vient sur le canal) il sera automatiquement effacé.
-
-CHAN_HELP_REGISTER
- Syntaxe: REGISTER canal description
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Syntaxe: DROP canal
-
- Efface le canal donné. Peut uniquement être utilisé par
- le propriétaire du canal.
-
-CHAN_HELP_SASET_HEAD
- Syntaxe: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Syntaxe: SET canal option paramètres
-
- Permet au propriétaire du canal de configurer diverses options
- du canal et d'autres informations.
-
- Options disponibles:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Définit le propriétaire d'un canal
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Définit le successeur d'un canal
-CHAN_HELP_CMD_SET_DESC
- DESC Définit la description du canal
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Définit un message envoyé aux utilisateurs
- qui entrent sur le canal
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Définit comment les services mettent les bans
- sur le canal
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Oblige ou interdit des modes de canal
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Maintient le topic quand le canal n'est
- pas utilisé
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Envoie une notice quand OP/DEOP sont utilisés
-CHAN_HELP_CMD_SET_PEACE
- PEACE Régule l'utilisation de commandes sensibles
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Cacher le canal de la commande LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Restreindre l'accès au canal
-CHAN_HELP_CMD_SET_SECURE
- SECURE Active les fonctions de sécurité de %S
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Contrôle plus strict du statut d'OP
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Contrôle plus strict du statut de propriétaire
- du canal
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Signe les kicks générés par la commande KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Le sujet peut uniquement être changé avec
- TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Change le système de privilèges utilisateurs
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Tapez %R%S HELP SET option pour plus d'informations sur
- une option particulière.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Syntaxe: %s canal FOUNDER pseudo
-
- Change le propriétaire d'un canal. Le nouveau pseudo doit être
- enregistré.
-
-CHAN_HELP_SET_SUCCESSOR
- Syntaxe: %s canal SUCCESSOR pseudo
-
- Change le successeur d'un canal. Si le pseudo du propriétaire
- expire ou est effacé alors que le canal est toujours
- enregistré, le successeur deviendra le nouveau propriétaire du
- canal. Cependant, si le successeur a déjà trop de canaux
- enregistrés (%d), le canal sera tout de même effacé, comme
- si aucun successeur n'avait été nommé. Le nouveau pseudo
- doit être enregistré.
-
-CHAN_HELP_SET_DESC
- Syntaxe: %s canal DESC description
-
- Définit la description du canal, qui apparait dans les
- commandes LIST et INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Syntaxe: %s canal ENTRYMSG [message]
-
- Définit le message qui sera envoyé en /notice aux
- utilisateurs quand ils entrent dans un canal. Si aucun
- paramètre n'est donné, aucun message n'est envoyé à
- l'entrée.
-
-CHAN_HELP_SET_BANTYPE
- Syntaxe: %s canal BANTYPE typedeban
-
- Définit le type de ban qui sera utilisé par les services
- lorsqu'ils doivent bannir quelqu'un de votre canal.
-
- typedeban est un nombre entre 0 et 3 qui signifie:
-
- 0: ban de style *!user@host
- 1: ban de style *!*user@host
- 2: ban de style *!*@host
- 3: ban de style *!*user@*.domain
-
-CHAN_HELP_SET_KEEPTOPIC
- Syntaxe: %s canal KEEPTOPIC {ON | OFF}
-
- Active ou désactive l'option de maintien du sujet pour
- un canal. Lorsque le maintien du sujet est défini, le
- sujet pour le canal sera retenu par %S même après que le
- dernier utilisateur ait quitté le canal, et sera restauré
- la prochaine fois que le canal sera créé.
-
-CHAN_HELP_SET_TOPICLOCK
- Syntaxe: %s canal TOPICLOCK {ON | OFF}
-
- Active ou désactive l'option de verrouillage du sujet pour
- un canal. Lorsque le verrouillage du sujet est actif,
- %S ne permettra pas le changement du sujet du canal sauf
- avec la commande TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Syntaxe: %s canal MLOCK modes
-
- Configure les modes maintenus sur le canal. %S vous permet de
- toujours garder certains modes, d'empêcher l'utilisation d'autres
- modes et de laisser les modes restants en libre utilisation par
- les OPérateurs du canal.
-
- Le paramètre modes est construit de la même façon que dans la
- commande /MODE, les modes précédés d'un + étant toujours gardés,
- et ceux précédés d'un - ne pouvant être utilisés. Notez cependant
- que, contrairement à la commande /MODE, chaque utilisation de
- SET MLOCK réinitialisera les modes maintenus avant de mettre en
- place les nouveaux!
-
- Remarque: Si vous choisissez de toujours garder le mode +k,
- comme dans le second exemple ci-dessous, vous devez également
- activer l'option RESTRICTED du canal (HELP SET
- RESTRICTED pour plus d'informations), sinon toute personne
- entrant sur le canal lorsqu'il est vide verra la clef!
-
- Exemples:
-
- SET #canal MLOCK +nt-iklps
- Garde toujours les modes n et t, et empêche l'utilisation
- des modes i, k, l, p, et s. Le mode m est libre d'être
- mis ou retiré.
-
- SET #canal MLOCK +knst-ilmp ma-clef
- Garde toujours les modes k, n, s, et t, et désactive
- les modes i, l, m, et p. La clef du canal sera
- "ma-clef".
-
- SET #canal MLOCK +
- Réinitialise tous les modes précédemment maintenus, qui
- pourront désormais être librement utilisés.
-
-CHAN_HELP_SET_PEACE
- Syntaxe: %s canal PEACE {ON | OFF}
-
- Active ou désactive l'option de paix pour un canal.
- Quand elle est active, cette option empêche un
- utilisateur de kicker, bannir ou enlever un privilège
- de canal d'un user qui a un niveau supérieur ou
- égal au sien via les commandes de %S.
-
-CHAN_HELP_SET_PRIVATE
- Syntaxe: %s canal PRIVATE {ON | OFF}
-
- Active ou désactive l'option private pour un canal.
- Si private est défini, un %R%S LIST ne comprendra
- le canal dans aucune liste.
-
-CHAN_HELP_SET_RESTRICTED
- Syntaxe: %s canal RESTRICTED {ON | OFF}
-
- Active ou désactive l'option d'accès restreint pour un canal.
- Quand l'accès restreint est activé, les utilisateurs qui ne sont
- pas inscrits à la liste d'accès seront kickés et bannis du canal.
-
-CHAN_HELP_SET_SECURE
- Syntaxe: %s canal SECURE {ON | OFF}
-
- Active ou désactive les caractéristiques de sécurité %S
- pour un canal. Lorsque la sécurité est active, seuls les
- utilisateurs qui ont enregistré leur pseudo avec %s et
- qui sont identifiés avec leur mot de passe auront accès
- au canal, sous contrôle de la liste d'accès.
-
-CHAN_HELP_SET_SECUREOPS
- Syntaxe: %s canal SECUREOPS {ON | OFF}
-
- Active ou désactive le contrôle des OPs sur un canal.
- Lorsque le contrôle des OPs est actif, les utilisateurs
- qui ne sont pas sur la liste d'accès ne pourront être OP.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Syntaxe: %s canal SECUREFOUNDER {ON | OFF}
-
- Active ou désactive l'option contrôle du propriétaire pour un canal.
- Lorsque le contrôle du propriétaire est activé, seul le vrai
- propriétaire pourra effacer le canal, changer son mot de passe,
- son propriétaire et son successeur, et non pas ceux qui sont identifiés
- avec %S.
-
-CHAN_HELP_SET_SIGNKICK
- Syntaxe: %s canal SIGNKICK {ON | LEVEL | OFF}
-
- Active ou désactive les kicks signés sur un canal.
- Quand cette option est utilisée, les kicks générés
- par la commande %S KICK contiendront dans la raison
- le pseudo qui a utilisé la commande.
-
- Si vous sélectionnez LEVEL, ceux qui ont un niveau qui est
- supérieur ou égal au niveau SIGNKICK sur le canal ne
- génèreront pas de kicks signés. Consultez %R%S HELP LEVELS
- pour plus d'informations.
-
-CHAN_HELP_SET_XOP
- Syntaxe: %s canal XOP {ON | OFF}
-
- Active ou désactive le système de listes de xOPs pour
- un canal. Si vous choisissez ce système, vous devez
- utiliser les commandes AOP/SOP/VOP pour donner
- des privilèges aux utilisateurs, sinon vous devez
- utiliser la commande ACCESS.
-
- Info technique: quand vous passez du système de liste
- d'accès au système de listes de xOPs, les définitions de
- niveaux et les niveaux des utilisateurs seront changés, et
- donc vous ne les récupérerez pas tels quels si vous repassez
- au système de liste d'accès.
-
- Vous devriez également vérifier que les utilisateurs sont
- dans la bonne liste de xOPs après être passé du système
- de liste d'accès à celui de listes de xOPs, car la
- conversion n'est pas parfaite à tous les coups... en fait,
- elle est déconseillée si vous avez changé les définitions
- des niveaux avec la commande LEVELS.
-
- Passer du système de listes de xOPs au système de liste
- d'accès ne pose aucun problème par contre.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Syntaxe: %s canal OPNOTICE {ON | OFF}
-
- Active ou désactive l'option notice sur OP/DEOP pour un canal.
- Lorsque notice sur OP/DEOP est défini, %S enverra une notice au
- canal à chaque fois que les commandes OP ou DEOP sont
- utilisées par un utilisateur sur le canal.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Syntaxe: AOP canal ADD pseudo
- AOP canal DEL {pseudo | liste d'entrées | liste}
- AOP canal LIST [masque | liste]
- AOP canal CLEAR
-
- Gère la liste des AOPs (AutoOPs) d'un canal. La liste des
- AOPs donne aux utilisateurs le droit de recevoir le
- statut d'opérateur automatiquement sur votre canal,
- de se débannir ou de s'inviter en cas de besoin, d'avoir
- leur message d'accueil affiché à leur arrivée, etc.
-
- La commande AOP ADD ajoute le pseudo donné à la liste des
- AOPs.
-
- La commande AOP DEL supprime le pseudo donné de
- la liste des AOPs. Si une liste de numéros d'entrées est
- donnée, ces entrées sont supprimées. (Consultez l'exemple
- pour LIST ci-dessous.)
-
- La commande AOP LIST affiche la liste des AOPs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- AOP #canal LIST 2-5,7-9
- Liste toutes les entrées comprises entre 2 et 5 et
- entre 7 et 9.
-
- La commande AOP CLEAR supprime toutes les entrées
- de la liste des AOPs.
-
- Les commandes AOP ADD et AOP DEL sont utilisables
- en étant SOP ou plus, alors que la commande AOP CLEAR
- ne peut être utilisée que par le propriétaire du canal.
- Cependant, la commande AOP LIST peut être utilisée
- en étant AOP ou plus.
-
- Cette commande peut avoir été désactivée pour votre canal,
- et vous devrez dans ce cas utiliser la liste d'accès. Tapez
- %R%S HELP ACCESS pour savoir comment utiliser la liste
- d'accès, et %R%S HELP SET XOP pour savoir comment
- passer du système de liste d'accès à celui de liste des xOPs.
-
-CHAN_HELP_HOP
- Syntaxe: HOP canal ADD pseudo
- HOP canal DEL {pseudo | liste d'entrées | liste}
- HOP canal LIST [masque | liste]
- HOP canal CLEAR
-
- Gère la liste des HOPs (HalfOPs) d'un canal. La liste des
- HOPs donne aux utilisateurs le droit de recevoir le
- statut de semi-opérateur automatiquement sur votre canal.
-
- La commande HOP ADD ajoute le pseudo donné à la liste des
- HOPs.
-
- La commande HOP DEL supprime le pseudo donné de
- la liste des HOPs. Si une liste de numéros d'entrées est
- donnée, ces entrées sont supprimées. (Consultez l'exemple
- pour LIST ci-dessous.)
-
- La commande HOP LIST affiche la liste des HOPs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- HOP #canal LIST 2-5,7-9
- Liste toutes les entrées comprises entre 2 et 5 et
- entre 7 et 9.
-
- La commande HOP CLEAR supprime toutes les entrées
- de la liste des HOPs.
-
- Les commandes HOP ADD, HOP DEL et HOP LIST sont
- utilisables en étant AOP ou plus, alors que la commande
- HOP CLEAR ne peut être utilisée que par le propriétaire
- du canal.
-
- Cette commande peut avoir été désactivée pour votre canal,
- et vous devrez dans ce cas utiliser la liste d'accès. Tapez
- %R%S HELP ACCESS pour savoir comment utiliser la liste
- d'accès, et %R%S HELP SET XOP pour savoir comment
- passer du système de liste d'accès à celui de liste des xOPs.
-
-CHAN_HELP_SOP
- Syntaxe: SOP canal ADD pseudo
- SOP canal DEL {pseudo | liste d'entrées | liste}
- SOP canal LIST [masque | liste]
- SOP canal CLEAR
-
- Gère la liste des SOPs (SuperOPs) d'un canal. La liste
- des SOPs donne aux utilisateurs tous les droits donnés
- par la liste des AOPs, et ajoute ceux de pouvoir
- utiliser la liste de kicks automatiques et de mots
- interdits, de pouvoir lire et envoyer des mémos de
- canal, etc.
-
- La commande SOP ADD ajoute le nick donné à la liste des
- SOPs.
-
- La commande SOP DEL supprime le pseudo donné de
- la liste des SOPs. Si une liste de numéros d'entrées est
- donnée, ces entrées sont supprimées. (Consultez l'exemple
- pour LIST ci-dessous.)
-
- La commande SOP LIST affiche la liste des SOPs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- SOP #canal LIST 2-5,7-9
- Liste toutes les entrées comprises entre 2 et 5 et
- entre 7 et 9.
-
- La commande SOP CLEAR supprime toutes les entrées
- de la liste des SOPs.
-
- Les commandes SOP ADD, SOP DEL et SOP CLEAR ne sont
- utilisables que par le propriétaire du canal.
- Cependant, la commande SOP LIST peut être utilisée
- en étant AOP ou plus.
-
- Cette commande peut avoir été désactivée pour votre canal,
- et vous devrez dans ce cas utiliser la liste d'accès. Tapez
- %R%S HELP ACCESS pour savoir comment utiliser la liste
- d'accès, et %R%S HELP SET AOP pour savoir comment
- passer du système de liste d'accès à celui de liste des xOPs.
-
-CHAN_HELP_VOP
- Syntaxe: VOP canal ADD pseudo
- VOP canal DEL {pseudo | liste d'entrées | liste}
- VOP canal LIST [masque | liste]
- VOP canal CLEAR
-
- Gère la liste des VOPs (VOicePeople) d'un canal. La
- liste des VOPs permet aux utilisateurs d'obtenir le statut
- de voice automatiquement ou de se l'attribuer s'ils
- ne l'ont pas encore.
-
- La commande VOP ADD ajoute le pseudo donné à la liste des
- VOPs.
-
- La commande VOP DEL supprime le pseudo donné de
- la liste des VOPs. Si une liste de numéros d'entrées est
- donnée, ces entrées sont supprimées. (Consultez l'exemple
- pour LIST ci-dessous.)
-
- La commande VOP LIST affiche la liste des VOPs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- VOP #canal LIST 2-5,7-9
- Liste toutes les entrées comprises entre 2 et 5 et
- entre 7 et 9.
-
- La commande VOP CLEAR supprime toutes les entrées
- de la liste des VOPs.
-
- Les commandes VOP ADD, VOP DEL et VOP LIST sont
- utilisables en étant AOP ou plus, alors que la commande
- VOP CLEAR ne peut être utilisée que par le propriétaire
- du canal.
-
- Cette commande peut avoir été désactivée pour votre canal,
- et vous devrez dans ce cas utiliser la liste d'accès. Tapez
- %R%S HELP ACCESS pour savoir comment utiliser la liste
- d'accès, et %R%S HELP SET AOP pour savoir comment
- passer du système de liste d'accès à celui de liste des xOPs.
-
-CHAN_HELP_ACCESS
- Syntaxe: ACCESS canal ADD pseudo level
- ACCESS canal DEL {pseudo | numéros d'entrée | liste}
- ACCESS canal LIST [mask | liste]
- ACCESS canal VIEW [mask | liste]
- ACCESS canal CLEAR
-
- Gère la liste d'accès d'un canal. La liste d'accès
- détermine quels utilisateurs ont le statut d'OPérateur ou
- ont accès aux commandes de %S pour le canal. Différents
- niveaux utilisateur donnent accès à différents lots de
- privilèges, %R%S HELP ACCESS LEVELS pour des informations
- plus détaillées. Tout pseudo qui n'est pas sur la liste
- d'accès a un niveau utilisateur de 0.
-
- La commande ACCESS ADD ajoute le pseudo donné à la liste
- d'accès avec le niveau utilisateur choisi, si le pseudo est
- déjà présent dans la liste, son niveau d'accès est remplacé
- par le niveau spécifié dans la commande. Le level spécifié
- doit être inférieur à celui qui utilise la commande, et
- si le pseudo est déjà dans la liste d'accès, le niveau
- d'accès actuel de ce pseudo doit être inférieur à celui de
- la personne utilisant la commande.
-
- La commande ACCESS DEL supprime le pseudo donné de
- la liste d'accès. Si une liste de numéros d'entrées est
- donnée, ces entrées sont supprimées. (Consultez l'exemple
- pour LIST ci-dessous.)
-
- La commande ACCESS LIST affiche la liste d'accès. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrée
- est donnée, seules ces entrées sont affichées, par exemple:
-
- ACCESS #canal LIST 2-5,7-9
- Liste toutes les entrées comprises entre 2 et 5 et
- entre 7 et 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- La commande ACCESS CLEAR supprime toutes les entrées
- de la liste d'accès.
-
-CHAN_HELP_ACCESS_LEVELS
- Niveaux d'accès utilisateur
-
- Par défaut, les niveaux d'accès suivants sont définis:
-
- Proprio Accès total aux fonctions de %S, Op
- automatique dès l'entrée sur le canal.
- Notez que seule une personne peut
- avoir le statut de propriétaire (il ne peut
- être donné en utilisant la commande
- ACCESS).
-  10 Accès à la commande AKICK, Op automatique.
-  5 Op automatique.
-  3 Voice automatique.
-  0 Aucun privilège particulier.
-  <0 Ne doit pas être OP.
-
- Ces niveaux peuvent être changés, ou de nouveaux ajoutés,
- en utilisant la commande LEVELS; tapez %R%S HELP LEVELS
- pour plus d'informations.
-
-CHAN_HELP_AKICK
- Syntaxe: AKICK channel ADD {nick | masque} [raison]
- AKICK channel STICK masque
- AKICK channel UNSTICK masque
- AKICK channel DEL {nick | mask | entry-num | liste}
- AKICK channel LIST [masque | entry-num | liste]
- AKICK channel VIEW [masque | entry-num | liste]
- AKICK canal ENFORCE
- AKICK canal CLEAR
-
- Gère la liste des kicks automatiques d'un canal. Si
- un utilisateur figurant sur la liste des kicks automatiques tente
- de rejoindre un canal, %S bannira cet utilisateur du canal,
- et le kickera ensuite.
-
- La commande AKICK ADD ajoute le pseudo donné ou le
- masque d'utilisateur à la liste des kicks automatiques. Si une
- raison est donnée avec la commande, cette raison sera utilisée
- lorsque l'utilisateur est kické, sinon, la raison par défaut est
- "Vous n'êtes plus le bienvenu sur ce canal".
- Quand un utilisateur enregistré est Akické ( kické automatiquement)
- son compte NickServ est ajouté à la liste des Akick eu lieu du masque.
- De ce fait, tous les pseudos de ce groupe seront Akickés.
-
- La commande AKICK DEL supprime le pseudo ou le masque donné
- de la liste de kicks automatiques. Cependant, il n'enlève pas
- les bans placés par une des entrées, ceux-ci doivent être supprimés
- manuellement.
-
- La commande AKICK STICK bannit en permanence le masque
- donné sur le canal. Si quelqu'un essaie d'enlever le
- ban, %S le remettra automatiquement. Vous ne pouvez l'utiliser
- sur des pseudos enregistrés.
-
- La commande AKICK UNSTICK annule les effets de la commande
- AKICK STICK, et vous pourrez donc à nouveau enlever le
- ban du canal.
-
- La commande AKICK LIST affiche la liste de kicks
- automatiques, ou optionnellement seulement les entrées de la liste
- de kicks automatiques qui correspondent au masque donné.
-
- La commande AKICK VIEW est une version plus détaillée de
- la commande AKICK LIST.
-
- La commande AKICK ENFORCE force %S à bannir tous les
- utilisateurs présents sur le canal qui sont concernés
- par une des entrées de la liste de kicks automatiques.
-
- La commande AKICK CLEAR supprime toutes les entrées
- de la liste de kicks automatiques.
-
-CHAN_HELP_LEVELS
- Syntaxe: LEVELS canal SET type [level|FOUNDER]
- LEVELS canal {DIS | DISABLE} type
- LEVELS canal LIST
- LEVELS canal RESET
-
- La commande LEVELS permet un contrôle précis de la
- signification des niveaux d'accès utilisés pour les canaux.
- Avec cette commande, vous pouvez définir les niveaux d'accès
- requis pour la majorité des fonctions de %S. (Les commandes
- SET FOUNDER et SET PASSWORD, ainsi que cette commande,
- sont toujours réservées au propriétaire du canal.)
-
- LEVELS SET permet au niveaux d'accès pour une fonction ou un
- groupe de fonctions d'être changé. LEVELS DISABLE (ou DIS
- en abrégé) désactive une fonction automatique ou empêche l'accès
- à une fonction par quiconque sauf le propriétaire du canal.
- LEVELS LIST montre les niveaux actuels pour chaque fonction
- ou groupe de fonctions. LEVELS RESET réinitialise les niveaux
- avec les valeurs par défaut d'un canal fraichement créé
- (consultez HELP ACCESS LEVELS).
-
- Pour une liste de caractéristiques et fonctions pour lesquels
- des niveaux peuvent être définis, consultez HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Les noms de caractéristiques/fonctions suivants sont utilisés.
- Notez que les niveaux pour AUTODEOP et NOJOIN sont des niveaux
- maximum, alors que tous les autres sont des niveaux minimum.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Syntaxe: INFO canal
-
- Liste les informations concernant le canal enregistré cité,
- dont son propriétaire, la date d'enregistrement,
- la date de dernière utilisation, la description, et
- les modes bloqués, s'il y en a. Si ALL est donné, le
- message d'entrée et le successeur seront également affichés.
-
- Par défaut, l'option ALL est limitée à ceux ayant un accès
- de propriétaire sur le canal.
-
-CHAN_HELP_LIST
- Syntaxe: LIST modèle
-
- Liste tous les canaux enregistrés correspondants au
- modèle donné. (Les canaux avec l'option PRIVATE ne
- sont pas listés.)
-
-CHAN_HELP_OP
- Syntaxe: OP #canal [pseudo]
-
- OP le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_DEOP
- Syntaxe: DEOP #canal [pseudo]
-
- DeOP le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_VOICE
- Syntaxe: VOICE #canal [pseudo]
-
- Voice le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès
- de 5 ou plus sur le canal, ou aux VOPs ou à ceux ayant un
- niveau d'accès de 3 ou plus en cas de voice sur soi-même.
-
-CHAN_HELP_DEVOICE
- Syntaxe: DEVOICE #canal [pseudo]
-
- Devoice le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès
- de 5 ou plus sur le canal, ou aux VOPs ou à ceux ayant un
- niveau d'accès de 3 ou plus en cas de devoice sur soi-même.
-
-CHAN_HELP_HALFOP
- Syntaxe: HALFOP #canal [pseudo]
-
- HalfOP le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès
- de 5 ou plus sur le canal, ou aux HOPs ou à ceux ayant un
- niveau d'accès de 4 ou plus en cas de HalfOP sur soi-même.
-
-CHAN_HELP_DEHALFOP
- Syntaxe: DEHALFOP #canal [pseudo]
-
- DeHalfOP le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, votre propre pseudo fera l'objet de la commande.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau d'accès
- de 5 ou plus sur le canal, ou aux HOPs ou à ceux ayant un
- niveau d'accès de 4 ou plus en cas de DeHalfOP sur soi-même.
-
-CHAN_HELP_PROTECT
- Syntaxe: PROTECT #canal [pseudo]
-
- Protège le pseudo sélectionné sur un canal. Si pseudo n'est pas
- donné, vous protègera sur le canal donné.
-
- Par défaut, limité au propriétaire du canal, ou aux SOPs
- ou à ceux ayant un niveau d'accès de 10 ou plus en cas de
- protection de soi-même.
-
-CHAN_HELP_DEPROTECT
- Syntaxe: DEPROTECT #canal [pseudo]
-
- Enlève la protection du pseudo sélectionné sur un canal. Si
- pseudo n'est pas donné, vous déprotègera sur le canal
- donné.
-
- Par défaut, limité au propriétaire du canal, ou aux SOPs
- ou à ceux ayant un niveau d'accès de 10 ou plus en cas de
- suppression de protection pour soi-même.
-
-CHAN_HELP_OWNER
- Syntaxe: OWNER #canal
-
- Vous donne le statut de propriétaire sur le canal donné.
-
- Limité à ceux ayant un accès de propriétaire sur le canal.
-
-CHAN_HELP_DEOWNER
- Syntaxe: DEOWNER #canal
-
- Vous supprime le statut de propriétaire du canal
- donné.
-
- Limité à ceux ayant un accès de propriétaire sur le canal.
-
-CHAN_HELP_INVITE
- Syntaxe: INVITE canal
-
- Demande à %S de vous inviter sur le canal donné.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_UNBAN
- Syntaxe: UNBAN canal [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_KICK
- Syntaxe: KICK #canal pseudo [raison]
-
- Kicke le pseudo sélectionné sur un canal.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_BAN
- Syntaxe: BAN #canal pseudo [raison]
-
- Bannit le pseudo sélectionné sur un canal.
-
- Par défaut, limité aux AOPs ou à ceux ayant un niveau
- d'accès de 5 ou plus sur le canal.
-
-CHAN_HELP_TOPIC
- Syntaxe: TOPIC canal [topic]
-
- %S change le sujet du canal pour celui spécifié. Si
- topic n'est pas donné, alors le sujet du canal sera
- supprimé. Cette commande est surtout utile en conjonction
- avec la commande SET TOPICLOCK. Consultez
- %R%S HELP SET TOPICLOCK pour plus d'informations.
-
- Par défault, limité à ceux ayant un statut de propriétaire
- du canal.
-
-CHAN_HELP_CLEAR
- Syntaxe: CLEAR canal quoi
-
- Demande à %S d'enlever certains aspects d'un canal.
- quoi peut être l'une des options suivantes:
-
- MODES Réinitialise tous les modes d'un canal
- BANS Enlève tous les bans d'un canal.
- EXCEPTS Enlève toutes les exceptions d'un canal.
- INVITES Annule toutes les invitations au canal.
- OPS Enlève le statut d'OPérateur du canal à
- tous les OPérateurs. Si possible, enlève aussi les
- channel-admin (mode +a) et channel-owner (mode +q)
- HOPS Enlève le statut d'HalfOP (mode +h) à tous les HalfOP
- du canal.
- VOICES Enlève le statut "voice" (mode +v) à toute
- personne ayant ce mode.
- USERS Kicke tous les utilisateurs d'un canal.
-
- Par défault, limité à ceux ayant un accès de propriétaire
- sur le canal.
-
-CHAN_HELP_GETKEY
- Syntaxe: GETKEY canal
-
- Retourne la clef du canal donné.
-
-
-CHAN_SERVADMIN_HELP
-
- Les Services operators peuvent aussi effacer tout canal sans
- avoir besoin de s'identifier avec un mot de passe, et peuvent
- voir l'access, AKICK, et level lists de tout canal.
-
-CHAN_SERVADMIN_HELP_DROP
- Syntaxe: DROP canal
-
- Efface le canal nommé. Seuls les Services operators
- peuvent effacer un canal pour lequel ils n'ont
- pas été identifiés.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Syntaxe: SET canal NOEXPIRE {ON | OFF}
-
- Définit si le canal donné expirera. Mettre ceci sur ON
- empêche le canal d'expirer.
-
-CHAN_SERVADMIN_HELP_LIST
- Syntaxe: LIST modèle
-
- Liste tous les canaux enregistrés correspondants au modèle
- donné. Les canaux avec l'option PRIVATE seront uniquement
- affichés aux Services operators. Les canaux ayant l'option
- NOEXPIRE seront préfixés par un ! pour les Services operators.
-
- Si les options FORBIDDEN ou NOEXPIRE sont données, seuls
- les canaux qui, respectivement, sont interdits ou ont l'option
- NOEXPIRE active seront affichés. Si plus options sont
- données, les deux types de canaux seront affichés. Ces options
- sont réservées aux Services operators.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Syntaxe: GETPASS canal
-
- Retourne le mot de passe du canal donné. Notez que
- lorsque cette commande est utilisée, un message comprenant
- la personne qui a utilisé cette commande et le canal
- pour lequel elle a été utilisée sera journalisée et envoyée en
- un WALLOPS/GLOBOPS.
-
-CHAN_SERVADMIN_HELP_FORBID
- Syntaxe: FORBID canal [raison]
-
- Empêche toute personne d'enregistrer ou d'utiliser le
- canal donné. Peut être annulé en effacant le canal.
-
- Une raison peut être requise sur certains réseaux.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND canal [raison]
-
- Désactive l'enregistrement du canal donné. Ceci peut
- être inversé via la commande UNSUSPEND pour recupérer
- les données et configurations.
-
- Une raison peut être demandée sur certain réseaux.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND canal
-
- Libère un canal qui a été suspendu. Toutes les données
- et configurations seront restaurées tel qu'elles étaient
- avant la suspension.
-
-CHAN_SERVADMIN_HELP_STATUS
- Syntaxe: STATUS canal pseudo
-
- Retourne le niveau d'accès actuel du pseudo donné pour le
- canal donné. La réponse est sous la forme:
-
- STATUS canal pseudo access-level
-
- Si une erreur se produit, la réponse aura alors la forme:
-
- STATUS ERROR error-message
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND Envoie un mémo à un pseudo ou un canal
-MEMO_HELP_CMD_CANCEL
- CANCEL Annule le dernier mémo que vous avez envoyé
-MEMO_HELP_CMD_LIST
- LIST Liste vos mémos
-MEMO_HELP_CMD_READ
- READ Lit un ou des mémos
-MEMO_HELP_CMD_DEL
- DEL Efface un ou des mémos
-MEMO_HELP_CMD_SET
- SET Définit des options relatives aux mémos
-MEMO_HELP_CMD_INFO
- INFO Affiche des informations à propos de vos mémos
-MEMO_HELP_CMD_RSEND
- RSEND Envoie un memo et demande un accusé de reception
-MEMO_HELP_CMD_CHECK
- CHECK Vérifie si le dernier mémo envoyé à un pseudo a été
- lu
-MEMO_HELP_CMD_SENDALL
- SENDALL Envoie un mémo à tous les pseudos enregistrés
-MEMO_HELP_CMD_STAFF
- STAFF Envoie un mémo à tous les OPERs/admins
-
-MEMO_HELP_HEADER
- %S est un utilitaire permettant aux utilisateurs IRC
- d'envoyer de courts messages aux autres utilisateurs IRC,
- qu'ils soient présents à ce moment là ou non, ou aux
- canaux(*). Le pseudo de l'expéditeur ET du destinataire (ou
- du canal) doivent être enregistrés pour pouvoir envoyer un
- mémo.
-
- Les commandes de %S sont:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- Tapez %R%S HELP commande pour de l'aide sur
- une des commandes ci-dessus.
-
- (*) Par défaut, tout utilisateur avec au moins un niveau d'accès
- de 10 sur un canal peut lire ces mémos du canal. Ceci
- peut être changé avec la commande LEVELS de %s.
-
-MEMO_HELP_SEND
- Syntaxe: SEND {pseudo | canal} texte du memo
-
- Envoie un mémo au pseudo ou canal nommé contenant
- texte du mémo. En envoyant à un pseudo, le destinataire
- sera informé qu'il/elle a reçu un nouveau mémo. Le pseudo/canal
- destinataire doit être enregistré.
-
-MEMO_HELP_CANCEL
- Syntaxe: CANCEL {pseudo | canal}
-
- Supprime le dernier mémo que vous avez envoyé à un pseudo ou
- canal donné, à condition qu'il n'ait pas été lu lorsque vous
- utilisez la commande.
-
-MEMO_HELP_LIST
- Syntaxe: LIST [canal] [liste | NEW]
-
- Liste tous les mémos que vous avez actuellement. Avec NEW,
- liste uniquement les nouveaux mémos (non lus). Les mémos non
- lus sont marqués avec une "*" à gauche du numéro du mémo. Vous
- pouvez également spécifier une liste de numéros, comme dans
- l'exemple ci dessous:
-
- LIST 2-5,7-9
- Liste les mémos 2 à 5 et 7 à 9.
-
-MEMO_HELP_READ
- Syntaxe: READ [canal] {nombre | liste | LAST | NEW}
-
- Vous envoie le texte des mémos spécifiés. Si LAST est donné,
- vous envoie le dernier mémo reçu. Si NEW est donné, vous
- envoie tous vos nouveaux mémos. Sinon, vous envoie le mémo
- numéro nombre. Vous pouvez également donner une liste
- de nombres, comme dans cet exemple:
-
- READ 2-5,7-9
- Affiche les mémos 2 à 5 et 7 à 9.
-
-MEMO_HELP_DEL
- Syntaxe: DEL [canal] {nombre | liste | LAST | ALL}
-
- Supprime le ou les mémos spécifiés. Vous pouvez
- fournir plusieurs numéros de mémos ou des ordres de nombres
- au lieu d'un nombre unique, comme dans le second exemple
- ci-dessous.
-
- Si LAST est donné, le dernier mémo sera supprimé.
- Si ALL est donné, cela supprimera tous vos mémos.
-
- Exemples:
-
- DEL 1
- Supprime votre premier mémo.
-
- DEL 2-5,7-9
- Supprime les mémos compris entre 2 et 5 et entre 7 et 9.
-
-MEMO_HELP_SET
- Syntaxe: SET option paramètres
-
- Définit plusieurs options de mémo. option peut être:
-
- NOTIFY Définit si vous serez notifiés de vos
- nouveaux mémos (seulement pour les
- pseudos)
- LIMIT Définit le nombre de mémos maximum que
- vous pouvez recevoir
-
- Tapez %R%S HELP SET option pour plus
- d'informations sur une option spécifique.
-
-MEMO_HELP_SET_NOTIFY
- Syntaxe: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Définit à quel moment vous serez notifié de vos nouveaux
- mémos:
-
- ON Vous serez notifiés lorsque vous vous connectez,
- lorsque vous enlevez /AWAY, et quand ils vous
- sont envoyés.
- LOGON Vous serez uniquement notifiés des mémos lorsque
- vous vous connectez ou quand vous enlevez
- /AWAY.
- NEW Vous serez uniquement notifiés des mémos
- lorsqu'ils vous sont envoyés.
- MAIL Vous serez prévenu pour les mémos par E-mail quelques soient
- vos autres paramètres.
- NOMAIL Vous ne serez pas prévenu par E-mail.
- OFF Vous ne recevrez aucune notification.
-
- ON est la combinaison de LOGON et NEW.
-
-MEMO_HELP_SET_LIMIT
- Syntaxe: SET LIMIT [canal] limite
-
- Définit le nombre maximum de mémos que vous (ou le canal
- donné) est autorisé à stocker. Si vous définissez ceci à 0,
- personne ne pourra vous envoyer de mémo. Cependant, vous
- ne pouvez pas définir la limite à plus de %d.
-
-MEMO_HELP_INFO
- Syntaxe: INFO [canal]
-
- Affiche des informations sur le nombre de mémos que vous
- avez, combien sont non lus, et combien de mémos vous pouvez
- recevoir au total. Avec un paramètre, affiche la même
- information pour le canal donné.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Syntaxe: SET LIMIT [utilisateur | canal] {limite | NONE} [HARD]
-
- Définit le nombre maximum de mémos qu'un utilisateur ou
- un canal est autorisé à stocker. Définir la limite à 0
- empêche l'utilisateur de recevoir des mémos, définir ceci
- à NONE permet à l'utilisateur de recevoir et garder
- autant de mémos qu'il souhaite. Si vous ne donnez pas de
- pseudo ou de canal, votre définnissez votre propre limite.
-
- Ajouter HARD empêche l'utilisateur de changer cette limite.
- Ne pas ajouter HARD a l'effet inverse, permettant à
- l'utilisateur de changer cette limite (même si une limite
- antérieure a été définie avec HARD).
-
- Cette utilisation de la commande SET LIMIT est réservée aux
- Services operators. Les autres utilisateurs peuvent uniquement
- entrer une limite pour eux-mêmes ou un canal sur lequel ils
- ont les privilèges requis, ne peuvent supprimer %d limite, et
- ne peuvent définir de limite stricte.
-
-MEMO_SERVADMIN_HELP_INFO
- Syntaxe: INFO [pseudo | canal]
-
- Sans paramètre, affiche les informations sur le nombre
- de mémos que vous avez, combien sont non lus, et combien
- de mémos vous pouvez recevoir au total.
-
- Avec un paramètre de canal, affiche la même information
- pour le canal donné.
-
- Avec un paramètre de pseudo, affiche la même information
- pour le pseudo donné. Cette utilisation réservée aux Services
- admins.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Syntaxe: STAFF texte
-
- Envoie un mémo à tout le staff des services contenant le
- texte.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_SENDALL
- Syntaxe: SENDALL texte
-
- Envoie un mémo à tous les pseudos enregistrés contenant le texte.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Syntaxe: RSEND {pseudo | canal} texte
-
- Envoie un mémo au pseudo ou canal donné contenant le texte.
- Lorsque c'est envoyé à un pseudo, le destinataire recevra une notice
- l'avertissant de l'arrivée de nouveau(x) mémo(s). Le destinataire doit
- être un pseudo ou un canal enregistré.
- Une fois le mémo lu, un accusé de réception vous est automatiquement
- envoyé afin de vous prévenir que le mémo a été lu.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Syntaxe: CHECK pseudo
-
- Vérifie si le dernier mémo que vous avez envoyé au pseudo donné
- a été lu ou pas.
- Note: Cela fonctionne uniquement avec un pseudo et non pas avec un
- canal.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Envoie un message à tous les utilisateurs
-OPER_HELP_CMD_STATS
- STATS Affiche le statut des Services et du réseau
-OPER_HELP_CMD_STAFF
- STAFF Affiche le staff des services et leurs statuts
-OPER_HELP_CMD_MODE
- MODE Change les modes d'un canal
-OPER_HELP_CMD_KICK
- KICK Expulse un utilisateur d'un canal
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Supprime tous les modes d'un canal
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Déconnecte tous les utilisateurs ayant un
- certain nom d'hôte
-OPER_HELP_CMD_AKILL
- AKILL Contrôle la liste des AKILLs
-OPER_HELP_CMD_SNLINE
- SNLINE Contrôle la liste des SNLINEs
-OPER_HELP_CMD_SQLINE
- SQLINE Contrôle la liste des SQLINEs
-OPER_HELP_CMD_SZLINE
- SZLINE Contrôle la liste des SZLINEs
-OPER_HELP_CMD_CHANLIST
- CHANLIST Liste tous les canaux
-OPER_HELP_CMD_USERLIST
- USERLIST Liste tous les utilisateurs
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Définit les messages affichés aux utilisateurs
- à la connexion
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Définit les messages affichés aléatoirement
- aux utilisateurs à la connexion
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Définit les messages affichés aux utilisateurs
- qui deviennent IRCops
-OPER_HELP_CMD_SESSION
- SESSION Affiche la liste des sessions par hôte
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modifie la liste d'exceptions à la limite de
- sessions
-OPER_HELP_CMD_NOOP
- NOOP Supprime temporairement toutes les O:lines
- d'un serveur
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" un serveur
-OPER_HELP_CMD_IGNORE
- IGNORE Modifier la liste d'ignore des services
-OPER_HELP_CMD_SET
- SET Configure des options globales des Services
-OPER_HELP_CMD_RELOAD
- RELOAD Recharge le fichier de configuration des Services
-OPER_HELP_CMD_UPDATE
- UPDATE Oblige les bases de données des Services
- à être sauvegardées immédiatement.
-OPER_HELP_CMD_RESTART
- RESTART Sauvegarde les bases de données et relance les
- Services.
-OPER_HELP_CMD_QUIT
- QUIT Arrête les Services sans sauvegarde
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Arrête les Services avec sauvegarde
-OPER_HELP_CMD_DEFCON
- DEFCON Active/Désactive DefCon
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL tout les utilisateurs d'un canal spécifique
-OPER_HELP_CMD_OLINE
- OLINE Donne les flags d'un Oper à un utilisateur
-OPER_HELP_CMD_UMODE
- UMODE Change un mode d'un utilisateur
-OPER_HELP_CMD_SVSNICK
- SVSNICK Force le changement de pseudo d'un utilisateur
-OPER_HELP_CMD_MODLOAD
- MODLOAD Charge un module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Décharge un module
-OPER_HELP_CMD_MODINFO
- MODINFO Liste les informations sur un module chargé
-OPER_HELP_CMD_MODLIST
- MODLIST Liste les modules chargés
-
-OPER_HELP
- Commandes %S:
-
-OPER_HELP_LOGGED
- Remarque: Toutes les commandes envoyées à %S sont enregistrées!
-
-OPER_HELP_GLOBAL
- Syntaxe: GLOBAL message
-
- Permet aux Administrateurs d'envoyer des messages à tous
- les utilisateurs du réseau. Le message sera envoyé avec
- le pseudo %s.
-
-OPER_HELP_STATS
- Syntaxe: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]
-
- Sans option, affiche le nombre d'utilisateurs et d'IRCops
- actuellement présents (Services exclus), le plus grand nombre
- d'utilisateurs connectés depuis le démarrage des Services, et
- le nombre d'heures durant lesquelles les Services ont tourné.
-
- Avec l'option AKILL, affiche la taille actuelle de la liste
- d'AKILL et le temps d'échéance par défaut.
-
- L'option ALL est réservée uniquement aux Services operators,
- et affiche des informations sur l'utilisation de la mémoire
- par les Services. L'utilisation de cette commande peut geler
- les Services pendant un court instant sur de grands réseaux,
- donc n'en abusez pas!
-
- L'option RESET réinitialise le nombre maximum d'utilisateurs
- au nombre courant d'utilisateurs sur le réseau.
-
- L'option MEMORYaffiche les informations sur l'utilisation
- de la mémoire par les services. L'utilisation de cette commande
- peut paralyser les Services durant un court instant sur les gros
- réseaux; n'en abusez pas!
-
- L'option UPLINK affiche les informations sur le serveur qui est
- utilisé pour linker Anope au réseau.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Permet aux Opérateurs Services de faire en sorte que Services
- ignore un pseudo ou un masque pour un certain temps ou jusqu'au
- prochain redémarrage. Le format par défaut pour la durée est en
- secondes. Vous pouvez toutefois le définir différemment.
- Les unités valides sont: s pour secondes, m pour minutes,
- h pour heures et d for jours.
- Combiner ces unités n'est pas permis. Pour ignorer cet utilisateur
- de façon permanente, indiquez un temps égal à zéro.
- Pour ajouter un masque, vous devez le définir au format user@host
- ou nick!user@host, n'importe quoi d'autre sera considéré comme un
- pseudo.Les jokers sont autorisés.
-
- L'ignorance ne fonctionnera pas sur les OPERateurs IRC.
-
-OPER_HELP_MODE
- Syntaxe: MODE canal modes
-
- Permet aux Services opérateurs de définir les modes d'un
- canal. Les paramètres sont les mêmes que pour la commande
- /MODE normale.
-
- Réservé aux Services operateurs.
-
-OPER_HELP_UMODE
- Syntaxe: UMODE pseudo modes
-
- Permet aux Services Operators de changer un mode d'un utilisateur.
-
-OPER_HELP_OLINE
- Syntaxe: OLINE pseudo flags
-
- Permet de mettre un OperFlag à un utilisateur.
- Préfixes: "+" et "-". Pour tout supprimer, spécifiez "-"
-
-OPER_HELP_CLEARMODES
- Syntaxe: CLEARMODES canal [ALL]
-
- Enlève tous les modes binaires (i,k,l,m,n,p,s,t) et les bans
- d'un canal. Si ALL est donné, enlève également tous les
- OPs et Voices (modes +o et +v) du canal.
-
- Réservé aux Services operators.
-
-OPER_HELP_KICK
- Syntaxe: KICK canal utilisateur raison
-
- Permet au staff de kicker un utilisateur d'un canal.
- Les paramètres sont les mêmes que pour la commande /KICK
- normale. Le message de kick sera préfixé du pseudo de
- l'IRCop ayant utilisé la commande KICK, par exemple:
-
- *** SpamMan a été kické du canal #canal par %S (Alcan (Flood))
-
- Réservé aux Services operators.
-
-OPER_HELP_SVSNICK
- Syntaxe: SVSNICK pseudo nouveau-pseudo
-
- Force le changement de pseudo d'un utilisateur.
-
-OPER_HELP_AKILL
- Syntaxe: AKILL ADD [+échéance] masque raison
- AKILL DEL {masque | numéro d'entrée | liste}
- AKILL LIST [masque | liste]
- AKILL VIEW [masque | liste]
- AKILL CLEAR
-
- Permet aux OPérateurs des Services de manipuler la liste
- d'AKILL. Si un utilisateur correspondant à un masque d'AKILL
- tente de se connecter, les Services enverront un KILL pour
- cet utilisateur et, sur les serveurs le supportant, demandera
- à tous les serveurs d'ajouter un ban (K-line) du masque
- qui correspondait.
-
- AKILL ADD ajoute le masque user@host donné à la liste
- d'AKILL pour la raison précisée (qui doit être donnée).
- échéance est un nombre entier suivi par un d (jours), h
- (heures), ou m (minutes). Les combinaisons (telles que
- 1h30m) ne sont pas permises. Si l'unité n'est pas incluse,
- la valeur est en jours par défaut (donc +30 est équivalent
- à 30 jours). Pour ajouter une AKILL qui n'expire pas, utilisez
- +0. Si le masque utilisateur à ajouter commence par un +,
- une échéance doit être donnée, même si c'est la même que
- celle par défaut. L'échéance par défaut pour les AKILLs peut
- être consultée par la commande STATS AKILL.
-
- La commande AKILL DEL supprime le masque donné de la liste
- d'AKILL si il existe. Si une liste de numéros d'entrées
- est donnée, ces entrées sont supprimées. (Voyez l'exemple
- pour LIST ci-dessous.)
-
- La commande AKILL LIST affiche la liste d'AKILL. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- AKILL LIST 2-5,7-9
- Liste les entrées de la liste d'AKILL numéro 2 à 5
- et 7 à 9.
-
- AKILL VIEW est une version plus détaillée de AKILL LIST,
- et affichera par qui et quand a été ajoutée une AKILL et
- sa date d'expiration, en plus du masque user@host et de la
- raison.
-
- AKILL CLEAR vide toutes les entrées de la liste d'AKILL.
-
- Réservé aux opérateurs des Services.
-
-OPER_HELP_SNLINE
- Syntaxe: SNLINE ADD [+échéance] masque:raison
- SNLINE DEL {masque | numéro d'entrée | liste}
- SNLINE LIST [masque | liste]
- SNLINE VIEW [masque | liste]
- SNLINE CLEAR
-
- Permet aux OPérateurs des Services de manipuler la liste
- de SNLINEs. Si un utilisateur ayant un vrai nom correspondant
- à un masque de SNLINE tente de se connecter, les Services ne
- lui permettront pas de continuer sa session IRC.
-
- SNLINE ADD ajoute le masque de vrai nom donné à la liste
- de SNLINEs pour la raison précisée (qui doit être donnée).
- échéance est un nombre entier suivi par un d (jours), h
- (heures), ou m (minutes). Les combinaisons (telles que
- 1h30m) ne sont pas permises. Si l'unité n'est pas incluse,
- la valeur est en jours par défaut (donc +30 est équivalent
- à 30 jours). Pour ajouter une SNLINE qui n'expire pas, utilisez
- +0. Si le masque de vrai nom à ajouter commence par un +,
- une échéance doit être donnée, même si c'est la même que
- celle par défaut. L'échéance par défaut pour les SNLINEs peut
- être consultée par la commande STATS AKILL.
- Note: puisque le masque de vrai nom peut contenir des espaces,
- le séparateur entre lui et la raison est le signe deux points.
-
- La commande SNLINE DEL supprime le masque donné de la liste
- de SNLINEs s'il existe. Si une liste de numéros d'entrées
- est donnée, ces entrées sont supprimées. (Voyez l'exemple
- pour LIST ci-dessous.)
-
- La commande SNLINE LIST affiche la liste des SNLINEs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- SNLINE LIST 2-5,7-9
- Liste les entrées de la liste de SNLINEs numéro 2 à 5
- et 7 à 9.
-
- SNLINE VIEW est une version plus détaillée de SNLINE LIST,
- et affichera par qui et quand a été ajoutée une SNLINE et
- sa date d'expiration, en plus du masque de vrai nom et de la
- raison.
-
- SNLINE CLEAR vide toutes les entrées de la liste de SNLINEs.
-
- Réservé aux OPérateurs des Services.
-
-OPER_HELP_SQLINE
- Syntaxe: SQLINE ADD [+échéance] masque raison
- SQLINE DEL {masque | numéro d'entrée | liste}
- SQLINE LIST [masque | liste]
- SQLINE VIEW [masque | liste]
- SQLINE CLEAR
-
- Permet aux OPérateurs des Services de manipuler la liste
- de SQLINEs. Si un utilisateur ayant un pseudo correspondant
- à un masque de SQLINE tente de se connecter, les Services ne
- lui permettront pas de continuer sa session IRC.
-
- Si le premier caractère du masque est un #, les services
- empêcheront l'utilisation des canaux correspondants (sur
- les serveurs IRC le supportant).
-
- SQLINE ADD ajoute le masque donné à la liste de SQLINEs pour
- la raison précisée (qui doit être donnée).
- échéance est un nombre entier suivi par un d (jours), h
- (heures), ou m (minutes). Les combinaisons (telles que
- 1h30m) ne sont pas permises. Si l'unité n'est pas incluse,
- la valeur est en jours par défaut (donc +30 est équivalent
- à 30 jours). Pour ajouter une SQLINE qui n'expire pas, utilisez
- +0. Si le masque à ajouter commence par un +,
- une échéance doit être donnée, même si c'est la même que
- celle par défaut. L'échéance par défaut pour les SQLINEs peut
- être consultée par la commande STATS AKILL.
-
- La commande SQLINE DEL supprime le masque donné de la liste
- de SQLINEs s'il existe. Si une liste de numéros d'entrées
- est donnée, ces entrées sont supprimées. (Voyez l'exemple
- pour LIST ci-dessous.)
-
- La commande SQLINE LIST affiche la liste des SQLINEs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- SQLINE LIST 2-5,7-9
- Liste les entrées de la liste de SQLINEs numéro 2 à 5
- et 7 à 9.
-
- SQLINE VIEW est une version plus détaillée de SQLINE LIST,
- et affichera par qui et quand a été ajoutée une SQLINE et
- sa date d'expiration, en plus du masque et de la raison.
-
- SQLINE CLEAR vide toutes les entrées de la liste de SQLINEs.
-
- Réservé aux OPérateurs des services.
-
-OPER_HELP_SZLINE
- Syntaxe: SZLINE ADD [+échéance] masque raison
- SZLINE DEL {masque | numéro d'entrée | liste}
- SZLINE LIST [masque | liste]
- SZLINE VIEW [masque | liste]
- SZLINE CLEAR
-
- Permet aux OPérateurs des Services de manipuler la liste
- de SZLINEs. Si un utilisateur ayant une IP correspondante
- à un masque de SZLINE tente de se connecter, les Services ne
- lui permettront pas de continuer sa session IRC (et ce,
- même si l'IP a un PTR RR).
-
- SZLINE ADD ajoute le masque d'IP donné à la liste
- de SZLINEs pour la raison précisée (qui doit être donnée).
- échéance est un nombre entier suivi par un d (jours), h
- (heures), ou m (minutes). Les combinaisons (telles que
- 1h30m) ne sont pas permises. Si l'unité n'est pas incluse,
- la valeur est en jours par défaut (donc +30 est équivalent
- à 30 jours). Pour ajouter une SZLINE qui n'expire pas, utilisez
- +0. Si le masque de vrai nom à ajouter commence par un +,
- une échéance doit être donnée, même si c'est la même que
- celle par défaut. L'échéance par défaut pour les SZLINEs peut
- être consultée par la commande STATS AKILL.
-
- La commande SZLINE DEL supprime le masque donné de la liste
- de SZLINEs s'il existe. Si une liste de numéros d'entrées
- est donnée, ces entrées sont supprimées. (Voyez l'exemple
- pour LIST ci-dessous.)
-
- La commande SZLINE LIST affiche la liste des SZLINEs. Si un
- masque joker est donné, seules les entrées correspondantes
- au masque sont affichées. Si une liste de numéros d'entrées
- est donnée, seules ces entrées sont affichées, par exemple:
-
- SZLINE LIST 2-5,7-9
- Liste les entrées de la liste de SZLINEs numéro 2 à 5
- et 7 à 9.
-
- SZLINE VIEW est une version plus détaillée de SZLINE LIST,
- et affichera par qui et quand a été ajoutée une SZLINE et
- sa date d'expiration, en plus du masque d'IP et de la
- raison.
-
- SZLINE CLEAR vide toutes les entrées de la liste de SZLINEs.
-
- Réservé aux OPérateurs des Services.
-
-OPER_HELP_SET
- Syntaxe: SET option valeur
-
- Contrôle différentes options globales aux Services.
- Les noms des options actuelles sont:
-
- READONLY Active ou désactive le mode lecture-seule.
- LOGCHAN Report des logs sur un canal
- DEBUG Active ou désactive le mode de déboguage
- NOEXPIRE Active ou désactive le mode sans expiration
- SUPERADMIN Active ou désactive le mode super-admin
- IGNORE Active ou désactive le mode ignore
- LIST Liste les options
-
-OPER_HELP_SET_READONLY
- Syntaxe: SET READONLY {ON | OFF}
-
- Active ou désactive le mode lecture seule. Dans le mode
- lecture-seule, les utilisateurs normaux ne seront pas
- autorisés à modifier les données des Services, comprenant
- les access lists des canaux et pseudos, etc. Les IRCops
- ayant suffisamment de droits sur les Services pourront
- modifier l'AKILL list des Services et effacer ou interdire
- des pseudos et canaux, mais de tels changements ne seront
- pas sauvegardés à moins que le mode lecture-seule ne soit
- désactivé avant que les Services ne soient arrêtés ou
- relancés.
-
- Cette option est équivalente à l'option de la ligne de commande
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Syntaxe: SET LOGCHAN {ON | OFF}
-
- Permet d'envoyer les logs sur un canal en plus d'écrire dans le
- fichier de log. LogChannel doit être défini dans le fichier
- de configuration des services.
-
- Cette option est équivalente à l'option de la ligne de commande
- -logchan.
-
- Note: En mettant cette option sur OFF vous renforcerez la sécurité...
-
-OPER_HELP_SET_DEBUG
- Syntaxe: SET DEBUG {ON | OFF | nombre}
-
- Active ou désactive le mode debug. Dans le mode debug toutes
- les données envoyées vers et par les Services ainsi qu'un bon
- nombre d'autres messages de déboguage sont écrits dans le
- fichier de log. Si nombre est donné, le mode debug est activé,
- avec le niveau de déboguage équivalent à nombre.
-
- Cette option est équivalente à l'option de la ligne de commande
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Syntaxe: SET NOEXPIRE {ON | OFF}
-
- Active ou désactive le mode sans expiration. Dans le mode
- sans expiration, les pseudos, canaux, akills et exceptions
- n'expireront pas jusqu'à ce que l'option soit désactivée.
-
- Cette option est équivalente à l'option de la ligne de commande
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Vous permet d'avoir tous les privilèges comme le droit d'être reconnu
- "founder" de tous les canaux...
-
- Utilisation temporaire.
-
-OPER_HELP_SET_IGNORE
- Syntaxe: SET IGNORE {ON | OFF}
-
- Activer ou désactiver cette option pour l'utilisation de l'ignore.
-
-OPER_HELP_SET_LIST
- Syntaxe: SET LIST
-
- Afficher diverses options à propos de %S
-
-OPER_HELP_NOOP
- Syntaxe: NOOP SET serveur
- NOOP REVOKE serveur
-
- NOOP SET supprime toutes les O:lines du serveur
- donné et déconnecte tous les IRCops qui sont dessus
- actuellement pour les empêcher de rehasher le serveur
- (car cela annulerait les effets).
-
- NOOP REVOKE remet en place toutes les O:lines
- supprimées du serveur donné.
-
- Note: Le paramètre serveur n'est en aucun cas
- vérifié par les Services.
-
- Réservé aux administrateurs des Services.
-
-OPER_HELP_JUPE
- Syntaxe: JUPE serveur [raison]
-
- Demande aux Services de juper un serveur -- c'est à dire,
- créer un faux serveur connecté aux Services ce qui empêche
- le vrai serveur ayant ce nom de se connecter. Le jupe peut
- être enlevé en utilisant un SQUIT normal. Si une raison
- est donnée, elle est placée dans le champ d'information du
- serveur, sinon, l'information du serveur contiendra le
- texte "Juped by <pseudo>", laissant apparaître le pseudo
- de la personne qui a "jupé" le serveur.
-
-OPER_HELP_UPDATE
- Syntaxe: UPDATE
-
- Provoque la mise à jour de toutes les bases de données dès
- que vous le demandez.
-
-OPER_HELP_RELOAD
- Syntaxe: RELOAD
-
- Provoque le rechargement du fichier de configuration des
- Services. Notez que certaines directives demandent tout
- de même le redémarrage des Services pour prendre effet
- (comme le nom des services, l'activation de la limite
- de sessions, etc.)
-
-OPER_HELP_QUIT
- Syntaxe: QUIT
-
- Provoque un arrêt immédiat des Services, les bases de données
- ne sont pas sauvegardées. Cette commande ne devrait pas être
- utilisée à moins que des dommages dans la copie en mémoire des
- bases de données ne soient soupçonnés. Pour des arrêts normaux,
- utilisez la commande SHUTDOWN.
-
-OPER_HELP_SHUTDOWN
- Syntaxe: SHUTDOWN
-
- Provoque la sauvegarde de toutes les bases de données puis
- l'arrêt des Services.
-
-OPER_HELP_RESTART
- Syntaxe: RESTART
-
- Provoque la sauvegarde de toutes les bases de données et
- le redémarrage des Services (c'est à dire qu'elle stoppe
- le programme et le relance immédiatement).
-
-OPER_HELP_CHANLIST
- Syntaxe: CHANLIST [{modèle | pseudo} [SECRET]]
-
- Liste tous les canaux actuellement utilisés sur le réseau IRC, qu'ils
- soient enregistrés ou non.
-
- Si modèle est donné, seuls les canaux correspondants sont listés. Si
- un pseudo est donné, les canaux sur lesquels est l'utilisateur ayant
- ce pseudo seront listés. Si SECRET est spécifié, liste seulement les canaux
- correspondants à modèle qui ont le mode +s ou +p.
-
-OPER_HELP_USERLIST
- Syntaxe: USERLIST [{modèle | canal} [INVISIBLE]]
-
- Liste tous les utilisateurs connectés sur le réseau IRC, enregistrés
- ou non.
-
- Si modèle est donné (format nick!user@host), seuls les utilisateurs
- correspondants seront listés. Si canal est donné, seuls les
- utilisateurs du canal seront listés. +i INVISIBLE est spécifié,
- seuls les utilisateurs avec le mode +i seront listés.
-
-OPER_HELP_MODLOAD
- Syntaxe: MODLOAD Fichier
-
- Cette commande charge le module depuis le fichier situé dans le répertoire
- des modules.
-
-OPER_HELP_MODUNLOAD
- Syntaxe: MODUNLOAD Fichier
-
- Cette commande décharge le module depuis le fichier situé dans le répertoire
- des modules.
-
-OPER_HELP_MODINFO
- Syntaxe: MODINFO Fichier
-
- Cette commande donne des informations sur un module chargé.
-
-OPER_HELP_MODLIST
- Syntaxe: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Liste les modules actuellement chargés.
-
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Liste les bots disponibles
-BOT_HELP_CMD_ASSIGN
- ASSIGN Attribue un bot à un canal
-BOT_HELP_CMD_SET
- SET Configure les options du bot
-BOT_HELP_CMD_KICK
- KICK Configure les kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Gère la liste des mots interdits
-BOT_HELP_CMD_ACT
- ACT Fait faire au bot l'équivalent de la commande /me
-BOT_HELP_CMD_INFO
- INFO Vous permet de voir des informations à propos de BotServ sur
- un canal ou un bot
-BOT_HELP_CMD_SAY
- SAY Fait dire au bot le texte donné sur un canal
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Retire le bot d'un canal
-BOT_HELP_CMD_BOT
- BOT Gère la liste des bots du réseau
-
-BOT_HELP
- %S vous permet d'avoir un bot sur votre canal.
- Il a été conçu pour les utilisateurs qui ne
- peuvent héberger ou configurer un bot, ou pour
- être utilisé sur les réseaux qui n'autorisent pas
- un bot d'un utilisateur. Les commandes disponibles
- sont listées ci-dessous, pour les utiliser, tapez
- %R%S command. Pour plus d'information sur
- une commande spécifique, tapez %R%S HELP command.
-
-BOT_HELP_FOOTER
- Le bot joindra un canal dès qu'il y aura au moins
- %d utilisateur(s) dessus.
-
-BOT_HELP_BOTLIST
- Syntaxe: BOTLIST
-
- Liste tous les bots disponibles sur ce réseau.
-
-BOT_HELP_ASSIGN
- Syntaxe: ASSIGN canal pseudo
-
- Attribue le bot désigné par 'pseudo' au canal. Vous
- pouvez ensuite configurer le bot pour qu'il convienne à
- vos besoins.
-
-BOT_HELP_UNASSIGN
- Syntaxe: UNASSIGN canal
-
- Retire le bot d'un canal. Si vous utilisez cette commande,
- le bot ne joindra plus le canal. Cependant, la configuration
- du bot est conservée donc vous aurez toujours la possibilité
- de réattribuer un bot plus tard sans avoir à le reconfigurer
- entièrement.
-
-BOT_HELP_INFO
- Syntax: INFO {canal | pseudo}
-
- Vous permet de voir les informations %S pour un canal
- ou un bot. Si le paramètre est un canal, vous verrez
- des informations sur le canal tels que les kickers
- actifs. Si le paramètre est un pseudo, vous verrez des
- informations à propos d'un bot, comme le temps de
- création ou le nombre de canaux auxquels il a été
- attribué.
-
-BOT_HELP_SET
- Syntaxe: SET canal option paramètres
-
- Configure les options du bot. option peut être:
-
- DONTKICKOPS Pour protéger les OPs des kicks du bot
- DONTKICKVOICES Pour protéger les Voices des kicks du bot
- FANTASY Active les commandes fantaisistes
- GREET Active les messages d'accueil
- SYMBIOSIS Permet au bot d'agir comme un vrai bot
-
- Tapez %R%S HELP SET option pour plus d'infos
- sur une option spécifique.
-
-BOT_HELP_SET_DONTKICKOPS
- Syntaxe: SET canal DONTKICKOPS {ON|OFF}
-
- Active ou désactive la protection des OPs sur un
- canal. Quand elle est active, cette option empêche
- le bot de kicker les OPs même s'ils sont en-deçà
- du niveau NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Syntaxe: SET canal DONTKICKVOICES {ON|OFF}
-
- Active ou désactive la protection des Voices sur un
- canal. Quand elle est active, cette option empêche
- le bot de kicker les Voices même s'ils sont en-deçà
- du niveau NOKICK.
-
-BOT_HELP_SET_FANTASY
- Syntaxe: SET canal FANTASY {ON|OFF}
-
- Active ou désactive le mode fantaisie sur un
- canal. Quand elle est active, cette option
- permet aux utilisateurs d'utiliser les commandes
- !op, !deop, !voice, !devoice, !kick, !kb, !unban
- et !seen sur un canal (trouvez comment les utiliser;
- essayez avec ou sans pseudo pour chacune, et avec
- une raison pour certaines).
-
- Notez que les utilisateurs souhaitant utiliser
- les commandes fantaisistes DOIVENT avoir
- suffisamment d'accès pour les niveaux FANTASIA
- et un autre niveau qui dépend de la commande
- (par exemple, pour utiliser !op, un utilisateur
- doit avoir suffisamment de permissions pour le
- niveau OP/DEOP).
-
-BOT_HELP_SET_GREET
- Syntaxe: SET canal GREET {ON|OFF}
-
- Active ou désactive le mode message d'accueil
- sur un canal. Quand elle est active, cette option
- fait afficher au bot le message d'accueil de chaque
- utilisateur qui a un accès suffisant au canal.
-
-BOT_HELP_SET_SYMBIOSIS
- Syntax: SET canal SYMBIOSIS {ON|OFF}
-
- Active ou désactive la symbiose sur un canal.
- Quand elle est active, cette option fait faire
- au bot tout ce qui est normalement effectué
- par %s sur les canaux, tels que les MODEs,
- les KICKs, et même le message d'entrée.
-
-BOT_HELP_KICK
- Syntaxe: KICK canal option paramètres
-
- Configure les kickers du bot. option peut etre:
-
- BOLDS Détermine si le bot kicke les
- caractères gras
- BADWORDS Détermine si le bot kicke les mots
- interdits
- CAPS Détermine si le bot kicke les majuscules
- COLORS Détermine si le bot kicke les couleurs
- FLOOD Détermine si le bot kicke les utilisateurs
- qui floodent
- REPEAT Détermine si le bot kicke les répétitions
- REVERSES Détermine si le bot kicke les reverses
- UNDERLINES Détermine si le bot kicke les caractères
- soulignés
- ITALICS Sets if the bot kicks italics
-
- Tapez %R%S HELP KICK option pour plus d'informations
- sur une option en particulier.
-
-BOT_HELP_KICK_BOLDS
- Syntaxe: KICK canal BOLDS {ON|OFF} [ttb]
-
- Active ou désactive le kicker de caractères gras. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui utilisent des
- caractères gras.
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_COLORS
- Syntaxe: KICK canal COLORS {ON|OFF} [ttb]
-
- Active ou désactive le kicker de couleurs. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui utilisent des
- couleurs.
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_REVERSES
- Syntaxe: KICK canal REVERSES {ON|OFF} [ttb]
-
- Active ou désactive le kicker de reverses. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui utilisent des
- reverses.
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_UNDERLINES
- Syntaxe: KICK canal UNDERLINES {ON|OFF} [ttb]
-
- Active ou désactive le kicker de caractères soulignés.
- Quand elle est active, cette option demande au bot
- de kicker les utilisateurs qui utilisent des
- caractères soulignés.
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_CAPS
- Syntaxe: KICK canal CAPS {ON|OFF} [ttb [min [percent]]]
-
- Active ou désactive le kicker de majuscules. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui parlent en MAJUSCULES
- sur le canal.
-
- Le bot ne kicke que s'il y a au minimum min majuscules
- et qu'elles constituent au moins percent%% de la
- ligne de texte entière (si ces paramètres ne sont pas
- donnés, les valeurs par défaut 10 caractères et 25%%
- seront utilisés).
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_FLOOD
- Syntaxe: KICK canal FLOOD {ON|OFF} [ttb [ln [secs]]]
-
- Active ou désactive le kicker de flood. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui floodent le canal
- en utilisant au moins ln lignes en secs secondes
- (si ces paramètres ne sont pas donnés, les valeurs
- par défaut sont 6 lignes en 10 secondes).
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_REPEAT
- Syntaxe: KICK #canal REPEAT {ON|OFF} [ttb [num]]
-
- Active ou désactive le kicker de répétitions. Quand
- elle est active, cette option demande au bot
- de kicker les utilisateurs qui se répètent num fois
- (si num n'est pas donné, la valeur par défaut est 3).
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_BADWORDS
- Syntaxe: KICK #canal BADWORDS {ON|OFF} [ttb]
-
- Active ou désactive le kicker de mots interdits.
- Quand elle est active, cette option demande au bot
- de kicker les utilisateurs qui disent certains mots
- sur le canal.
-
- Vous pouvez définir les mots interdits pour votre
- channel en utilisant la commande BADWORDS. Tapez
- %R%S HELP BADWORDS pour plus d'informations.
-
- ttb est le nombre de fois qu'un utilisateur peut
- se faire kicker avant d'être banni. Ne donnez
- pas ttb ou mettez le à 0 pour désactiver le système
- de ban une fois activé.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Syntaxe: BADWORDS canal ADD mot [SINGLE | START | END]
- BADWORDS canal DEL {mot | entry-num | liste}
- BADWORDS canal LIST [mask | liste]
- BADWORDS canal CLEAR
-
- Gère la liste des mots interdits d'un canal. La liste
- des mots interdits détermine quels mots doivent être kickés
- quand le kicker de mots interdits est activé. Pour plus
- d'information, tapez %R%S HELP KICK BADWORDS.
-
- La commande BADWORDS ADD ajoute le mot donné à la liste
- de mots interdits. Si SINGLE est donné, un kick ne sera
- effectué que si un utilisateur dit le mot en entier. Si
- START est donné, un kick ne sera effectué que si un
- utilisateur dit un mot qui commence par mot. Si END
- est spécifié, un kick ne sera effectué que si un utilisateur
- dit un mot qui se termine par mot. Si vous ne spécifiez
- rien, un kick sera effectué chaque fois que mot est dit
- par un utilisateur.
-
- La commande BADWORDS DEL supprime le mot donné de la liste
- des mots interdits. Si une liste de numéro d'entrées est
- donné, ces entrées seront supprimées. (Voyez l'exemple pour
- LIST ci-dessous.)
-
- La commande BADWORDS LIST affiche la liste des mots
- interdits. Si un mask joker est donné, seules les entrées
- correspondantes au mask seront affichées. Si une liste
- de numéro d'entrées est donnée, seules ces entrées seront
- affichées, par exemple:
-
- BADWORDS #canal LIST 2-5,7-9
- Liste les mots interdits 2 à 5 et 7 à 9.
-
- La commande BADWORDS CLEAR supprime toutes les entrées
- de la liste des mots interdits.
-
-BOT_HELP_SAY
- Syntaxe: SAY canal texte
-
- Fait dire au bot le texte donné sur le canal donné.
-
-BOT_HELP_ACT
- Syntaxe: ACT canal texte
-
- Fait faire au bot l'équivalent d'une commande "/me"
- sur le canal donné avec le texte donné.
-
-BOT_SERVADMIN_HELP_BOT
- Syntax: BOT ADD pseudo user host real
- BOT CHANGE ancien-pseudo nouveau-pseudo [user [host [real]]]
- BOT DEL pseudo
-
- Permet aux Services operators de créer, modifier, et
- supprimer les bots que les utilisateurs pourront
- utiliser sur leurs canaux.
-
- BOT ADD ajoute un bot avec le pseudo, username, hostname
- et realname donné. Aucun test d'intégrité n'est effectué
- pour ces données, donc faites très attention.
- BOT CHANGE permet de changer le pseudo, username, hostname
- ou realname d'un bot tout en conservant les données qui
- lui sont associées.
- BOT DEL supprime le bot donné de la liste des bots.
-
- Note: si vous créez un bot ayant un pseudo enregistré
- avec NickServ, il sera effacé. De plus, si un utilisateur
- utilise le pseudo du bot lors de sa création ou modification,
- il sera déconnecté.
-
-BOT_SERVADMIN_HELP_SET
-
- Ces options sont réservées aux Services operators:
-
- NOBOT Empêche un bot d'être attribué à
- un canal
- PRIVATE Empêche un bot d'être attribué par
- des non-opérateurs IRC
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Syntaxe: SET canal NOBOT {ON|OFF}
-
- Cette option empêche un bot d'être attribué au canal.
- Si un bot est déjà attribué, il est enlevé automatiquement
- quand vous activez l'option.
-
- Réservé aux administrateurs des services.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Syntaxe: SET nick-du-bot PRIVATE {ON|OFF}
-
- Cette option empêche un bot d'être attribué à un
- canal par des utilisateurs qui ne sont pas OPérateurs
- IRC.
-
- Réservé aux administrateurs des services.
-
-HOST_EMPTY
- Liste des vhosts vide.
-HOST_ENTRY
- #%d Pseudo:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Pseudo:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- Le vhost pour %s enregistrée en %s.
-HOST_IDENT_SET
- Le vhost pour %s enregistrée en %s@%s.
-HOST_SETALL
- Le vhost pour le groupe %s enregistrée en %s.
-HOST_DELALL
- Le vhost pour le groupe %s a été supprimé.
-HOST_DELALL_SYNTAX
- DELALL <pseudo>.
-HOST_IDENT_SETALL
- Le vhost pour le groupe %s enregistrée en %s@%s.
-HOST_SET_ERROR
- Erreur! Un vhost peut seulement contenir les caratères A-Z, a-z, 0-9, '.' et '-'.
-HOST_SET_IDENT_ERROR
- L'identd du vhost dois être dans un format d'identd valide
-HOST_SET_TOOLONG
- Erreur! Le vhost est trop long, veuillez entrer moins de %d caratères.
-HOST_SET_IDENTTOOLONG
- Erreur! l'Ident est trop long, veuillez entrer moins de %d caratères.
-HOST_NOREG
- L'utilisateur %s n'a pas été trouvé dans la base de données de NickServ.
-HOST_SET_SYNTAX
- SET <pseudo> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <pseudo> <hostmask>.
-HOST_DENIED
- Accés refusé.
-HOST_NOT_ASSIGNED
- Contactez un opérateur afin d'avoir un vhost sous ce pseudo.
-HOST_ACTIVATED
- Votre vhost %s est activé.
-HOST_IDENT_ACTIVATED
- Votre vhost %s@%s est activé.
-HOST_DEL
- Le vhost pour %s a été supprimé.
-HOST_DEL_SYNTAX
- DEL <pseudo>.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- L'IRCD utilisé ne supporte par la modification de l'ident.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_GROUP
- Tous les vhosts du groupe %s ont été enregistrés en %s
-HOST_IDENT_GROUP
- Tous les vhosts du groupe %s ont été enregistrés en %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Affiche tous les enregistrements (Nb: %d)
-HOST_LIST_RANGE_FOOTER
- Affiche les enregistrements de %d à %d
-HOST_LIST_KEY_FOOTER
- Affiche les enregistrements contenant %s (Nb: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Active un vhost
-HOST_HELP_CMD_OFF
- OFF Désactive un vhost
-HOST_HELP_CMD_GROUP
- GROUP Synchronise tous les vhosts d'un groupe
-HOST_HELP_CMD_SET
- SET Configure le vhost d'un pseudo
-HOST_HELP_CMD_SETALL
- SETALL Configure le vhost pour tous les pseudos d'un groupe
-HOST_HELP_CMD_DEL
- DEL Supprime le vhost d'un pseudo
-HOST_HELP_CMD_DELALL
- DELALL Supprime le vhost pour tous les pseudos d'un groupe
-HOST_HELP_CMD_LIST
- LIST Recherche un vhost
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S commandes:
-
-HOST_HELP_ON
- Syntaxe: ON
-
- Active le vhost actuellement configuré pour ce pseudo.
- Vous verrez ce vhost dans votre /whois à la place de
- votre host actuel.
-
-HOST_HELP_SET
- Syntaxe: SET <pseudo> <hostmask>.
-
- Configure le vhost donné pour le pseudo indiqué.
- Si le serveur IRC supporte la modification de l'ident, utilisez
- SET <nick> <ident>@<hostmask>
-
- Limité aux Services Opérateurs.
-
-HOST_HELP_DELALL
- Syntaxe: DELALL <pseudo>.
-
- Supprime tous les vhosts pour tous les pseudos du même
- groupe que le pseudo donné.
-
- Limité aux Services Opérateurs.
-
-
-HOST_HELP_SETALL
- Syntaxe: SETALL <pseudo> <hostmask>.
-
- Configure le vhost pour tous les pseudos d'un même
- groupe. Si le serveur IRC supporte la modification de l'ident, utilisez
- SET <pseudo> <ident>@<hostmask>
-
- Limité aux Services Opérateurs.
-
-HOST_HELP_OFF
- Syntaxe: OFF
-
- Désactive le vhost que vous utilisez actuellement. L'utilisation
- de cette commande rendra visible votre IP.
-
-HOST_HELP_DEL
- Syntaxe: DEL <pseudo>
-
- Supprime le vhost pour le pseudo indiqué.
-
- Limité aux Services Opérateurs.
-
-HOST_HELP_LIST
- Syntaxe: LIST [<clé>|<#X-Y>]
-
- Cette commande liste tous les vhosts enregistrés, si une clé
- est spécifiée, seuls les résultats contenant le pseudo ou
- le vhost seront affichés, par exemple : Rob* pour toutes les
- entrées contenant "Rob"
-
- Si le style #X-Y est utilisé, seules les entrées entre X et Y
- seront affichées, par exemple: #1-3 affichera les 3 premières
- entrées.
-
- La liste utilise la valeur de NSListMax pour une limite hard
- du nombre de résultats affichés en une fois.
-
- Limité aux Services opérateurs.
-
-HOST_HELP_GROUP
- Syntaxe: GROUP
-
- Permet d'enregistrer le vHost du pseudo actuellement
- utilisé pour tous les pseudos du groupe.
-
-OPER_SVSNICK_UNSUPPORTED
- Désolé, SVSNICK n'est pas accessible sur ce réseau.
-
-OPER_SQLINE_UNSUPPORTED
- Désolé, SQLINE n'est pas accessible sur ce réseau.
-
-OPER_SVSO_UNSUPPORTED
- Désolé, OLINE n'est pas accessible sur ce réseau.
-
-OPER_UMODE_UNSUPPORTED
- Désolé, UMODE n'est pas accessible sur ce réseau.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- L'option Super-Admin n'est pas activée dans le services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/gr.l b/lang/gr.l
deleted file mode 100644
index bb2bddf33..000000000
--- a/lang/gr.l
+++ /dev/null
@@ -1,6576 +0,0 @@
-# Greek language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- ÅëëçíéêÜ (Greek)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %b %d %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %b %d %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Êõñ
- Äåõô
- Ôñßô
- ÔåôÜ
- ÐÝìð
- Ðáñá
- ÓÜââ
-# %A
-STRFTIME_DAYS_LONG
- ÊõñéáêÞ
- ÄåõôÝñá
- Ôñßôç
- ÔåôÜñôç
- ÐÝìðôç
- ÐáñáóêåõÞ
- ÓÜââáôï
-# %b
-STRFTIME_MONTHS_SHORT
- Éáí
- Öåâ
- Ìáñ
- Áðñ
- Ìáú
- Éïõí
- Éïõë
- Áõã
- Óåð
- Ïêô
- Íïå
- Äåê
-# %B
-STRFTIME_MONTHS_LONG
- ÉáíïõÜñéïò
- ÖåâñïõÜñéïò
- ÌÜñôéïò
- Áðñßëéïò
- ÌÜéïò
- Éïýíéïò
- Éïýëéïò
- Áõãïõóôïò
- ÓåðôÝìâñéïò
- Ïêôþâñéïò
- ÍïÝìâñéïò
- ÄåêÝìâñéïò
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Åóùôåñéêü ëÜèïò - áäýíáôç ðñüóâáóç óôç ðáñÜêëçóç.
-UNKNOWN_COMMAND
- ¢ãíùóôç åíôïëÞ %s.
-UNKNOWN_COMMAND_HELP
- ¢ãíùóôç åíôïëÞ %s. "%R%s HELP" ãéá âïÞèåéá.
-SYNTAX_ERROR
- Óýíôáîç åíôïëÞò: %s
-MORE_INFO
- %R%s HELP %s ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-NO_HELP_AVAILABLE
- Äåí õðÜñ÷åé äéáèÝóéìç âïÞèåéá ãéá %s.
-OBSOLETE_COMMAND
- ÁõôÞ ç åíôïëÞ Ý÷åé áëëÜîåé; ÷ñçóéìïðïéÞóôå %s áíôß ãéá áõôü.
-
-BAD_USERHOST_MASK
- Ç ìÜóêá ðñÝðåé íá åßíáé ôçò ìïñöÞò user@host.
-BAD_EXPIRY_TIME
- ËáíèáóìÝíïò ÷ñüíïò ëÞîçò.
-USERHOST_MASK_TOO_WIDE
- %s ç ìÜóêá åßíáé ðïëý ðëáôéÜ; Ðáñáêáëþ ÷ñçóéìïðïéÞóôå ìéá ðéï êáèïñéóìÝíç ìÜóêá.
-
-SERVICE_OFFLINE
- Ï %s åßíáé ãéá ôçí þñá off.
-READ_ONLY_MODE
- Óçìåßùóç: Ïé õðçñåóßåò åßíáé ìüíï áíáãíþóéìåò; ïé üðïéåò áëëáãÝò Ýãéíáí èá ÷áèïýí!
-PASSWORD_INCORRECT
- ËÜèïò êùäéêüò.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Äåí Ý÷åéò ôçí åðéôñåðüìåíç Üäåéá.
-
-MORE_OBSCURE_PASSWORD
- Ðáñáêáëþ ðñïóðÜèçóå îáíÜ ìå Ýíáí ðéï ðïëýðëïêï êùäéêü. Ïé êùäéêïß ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí Ýùò ðÝíôå ÷áñáêôÞñåò, íá ìçí åßíáé åýêïëïé íá ìáíôåõôïýí (ð.÷. ôï ðñáãìáôéêü ïíïìÜ óïõ Þ ôï øåõäþíõìï óïõ), êáé íá ìçí ðåñéÝ÷åé êåíü Þ äéÜöïðïõò Üëëïõò ÷áñáêôÞñåò.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- Áõôü ôï øåõäþíõìï äåí Ý÷åé êáôï÷õñùèåß.
-NICK_NOT_REGISTERED_HELP
- Áõôü ôï øåõäþíõìï äåí Ý÷åé êáôï÷õñùèåß. ÃñÜøå %R%s HELP ãéá ðåñéóóüôåñåò ðëçñïöïñßåò ó÷åôéêÜ ãéá ôçí êáôï÷ýñùóç øåõäùíýìïõ..
-NICK_X_IS_SERVICES
- Nick %s is part of this Network's Services.
-NICK_X_NOT_REGISTERED
- Áõôü ôï øåõäþíõìï %s äåí åßíáé êáôï÷õñùìÝíï.
-NICK_X_IN_USE
- Nick %s is currently in use.
-NICK_X_NOT_IN_USE
- Áõôü ôï øåõäþíõìï %s äåí ÷ñçóéìïðïéåßôå áõôÞ ôç óôéãìÞ.
-NICK_X_NOT_ON_CHAN
- %s äåí åßíáé áõôÞ ôç óôéãìÞ ìÝóá óôï êáíÜëé %s.
-NICK_X_FORBIDDEN
- Áõôü ôï øåõäþíõìï %s äåí ìðïñåß íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß.
-NICK_X_FORBIDDEN_OPER
- Áõôü ôï øåõäþíõìï %s Ý÷åé ðáñáêñáôçèåß áðü ôïí %s:
- %s
-NICK_X_ILLEGAL
- Nick %s is an illegal nickname and cannot be used.
-NICK_X_TRUNCATED
- Nick %s was truncated to %d characters.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- Áõôü ôï êáíÜëé %s äåí Ý÷åé êáôï÷õñùèåß.
-CHAN_X_NOT_IN_USE
- Áõôü ôï êáíÜëé %s äåí õðÜñ÷åé.
-CHAN_X_FORBIDDEN
- Áõôü ôï êáíÜëé %s äåí ìðïñåß íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß.
-CHAN_X_FORBIDDEN_OPER
- Áõôü ôï êáíÜëé %s Ý÷åé ðáñáêñáôçèåß áðü ôïí %s:
- %s
-CHAN_X_SUSPENDED
- Suspended: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Ï êùäéêüò áíáãíþñéóçò áðáéôåßôáé ãéá áõôÞ ôçí åíôïëÞ.
- ÎáíáðñïóðáèÞóôå áöïý ãñÜøåôå %R%s IDENTIFY ^_êùäéêüò^_.
-CHAN_IDENTIFY_REQUIRED
- Ï êùäéêüò áíáãíþñéóçò áðáéôåßôáé ãéá áõôÞ ôçí åíôïëÞ.
- ÎáíáðñïóðáèÞóôå áöïý ãñÜøåôå %R%s IDENTIFY %s ^_êùäéêüò^_.
-
-MAIL_DISABLED
- Ïé õðçñåóßåò Ý÷ïõí ñõèìéóôåß íá ìçí óôÝëíïõí ìÞíõìá óôç äéåýèõíóç.
-MAIL_INVALID
- Ç äéåýèõíóç ãéá %s åßíáé ëáíèáóìÝíç.
-MAIL_X_INVALID
- %s äåí åßíáé ëáíèáóìÝíç äéåýèõíóç.
-MAIL_LATER
- Äåí ìðïñåß íá óôáëåß óôç äéåýèõíóç ôï ìÞíõìá ãéá ôçí þñá; ðáñáêáëþ ðñïóðÜèçóå ëßãï áñãüôåñá.
-MAIL_DELAYED
- Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé îáíáðñïóðÜèçóå.
-
-NO_REASON
- ×ùñßò ëüãïò
-UNKNOWN
- <Üãíùóôï>
-
-# Duration system
-DURATION_DAY
- 1 ìÝñá
-DURATION_DAYS
- %d ìÝñåò
-DURATION_HOUR
- 1 þñá
-DURATION_HOURS
- %d þñåò
-DURATION_MINUTE
- 1 ëåðôü
-DURATION_MINUTES
- %d ëåðôÜ
-DURATION_SECOND
- 1 äåõôåñüëåðôï
-DURATION_SECONDS
- %d äåõôåñüëåðôá
-
-# Human readable expiration
-NO_EXPIRE
- äåí ëÞãåé ðïôÝ
-EXPIRES_SOON
- ëÞãåé óôçí åðüìåíç áíáâÜèìéóç õðçñåóéþí
-EXPIRES_M
- ëÞãåé ìÝóá óå %d ëåðôÜ
-EXPIRES_1M
- ëÞãåé ìÝóá óå %d ëåðôü
-EXPIRES_HM
- ëÞãåé ìÝóá óå %d þñåò, %d ëåðôÜ
-EXPIRES_H1M
- ëÞãåé ìÝóá óå %d þñåò, %d ëåðôÜ
-EXPIRES_1HM
- ëÞãåé ìÝóá óå %d þñá, %d ëåðôÜ
-EXPIRES_1H1M
- ëÞãåé ìÝóá óå %d þñá, %d ëåðôÜ
-EXPIRES_D
- ëÞãåé ìÝóá óå %d ìÝñåò
-EXPIRES_1D
- ëÞãåé ìÝóá óå %d ìÝñá
-
-# Generic Footer message
-END_OF_ANY_LIST
- End of %s list.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Áõôü ôï øåõäþíõìï áíÞêåé óå êÜðïéïí Üëëïí. Ðáñáêáëþ äéÜëåîå êÜðïéï Üëëï.
- (Áí áõôü åßíáé ôï øåõäþíõìü óïõ, ãñÜøå %R%s IDENTIFY ^_êùäéêü^_.)
-NICK_IS_SECURE
- Áõôü ôï øåõäþíõìï åßíáé êáôï÷õñùìÝíï êáé ðñïóôáôåõìÝíï. Áí áõôü åßíáé ôï
- øåõäþíõìï óïõ, ãñÜøå %R%s IDENTIFY ^_êùäéêü^_. Áëëéþò,
- ðáñáêáëþ äéÜëåîå êÜðïéï Üëëï øåõäþíõìï.
-NICK_MAY_NOT_BE_USED
- Áõôü ôï øåõäþíõìï äåí ìðïñåß íá ÷ñçóéìïðïéçèåß. Ðáñáêáëþ äéÜëåîå êÜðïéï Üëëï.
-FORCENICKCHANGE_IN_1_MINUTE
- Áí äåí áëëÜîåéò ôï øåõäþíõìï áõôü ìÝóá óå Ýíá ëåðôü, èá óôï áëëÜîù áõôüìáôá åãþ.
-FORCENICKCHANGE_IN_20_SECONDS
- Áí äåí áëëÜîåéò ôï øåõäþíõìï áõôü ìÝóá óå 20 äåõôåñüëåðôá, èá óôï áëëÜîù áõôüìáôá åãþ.
-FORCENICKCHANGE_NOW
- Áõôü ôï øåõäþíõìï åßíáé Þäç êáôï÷õñùìÝíï; äåí ìðïñåßò íá ôï ÷ñçóéìïðïéÞóåéò.
-FORCENICKCHANGE_CHANGING
- Ôï øåõäþíõìü óïõ Ý÷åé áëëÜîåé óå %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER ^_êùäéêü^_ [^_email^_]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER ^_êùäéêü^_ ^_email^_
-NICK_REGISTRATION_DISABLED
- Óõãíþìç, ç êáôï÷ýñùóç øåõäþíõìïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç.
-NICK_REGISTRATION_FAILED
- Óõãíþìç, ç êáôï÷ýñùóç áðÝôõ÷å.
-NICK_REG_PLEASE_WAIT
- Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé ìåôÜ îáíá÷ñçóéìïðïßçóå ôçí åíôïëÞ êáôï÷ýñùóçò îáíÜ.
-NICK_CANNOT_BE_REGISTERED
- Áõôü ôï øåõäþíõìï %s äåí ìðïñåß íá êáôï÷õñùèåß.
-NICK_ALREADY_REGISTERED
- Áõôü ôï øåõäþíõìï %s åßíáé Þäç êáôï÷õñùìÝíï!
-NICK_REGISTERED
- Áõôü ôï øåõäþíõìï %s êáôï÷õñþèçêå õðü ôçí äéåýèõíóÞ óïõ: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registered.
-NICK_PASSWORD_IS
- Ï êùäéêüò óïõ åßíáé %s - èõìÞóïõ ôïí ãéá áñãüôåñç ÷ñÞóç.
-
-# GROUP responses
-NICK_REG_DELAY
- You have to be connected longer than %d seconds to register your nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP ^_óôü÷ïò^_ ^_êùäéêü^_
-NICK_GROUP_DISABLED
- Óõãíþìç, ç ïìáäïðïßçóç ôïõ øåõäþíõìïý óïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç.
-NICK_GROUP_FAILED
- Óõãíþìç, ç ïìáäïðïßçóç ôïõ øåõäþíõìïý óïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç.
-NICK_GROUP_PLEASE_WAIT
- Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá êáé ìåôÜ îáíá÷ñçóéìïðïßçóå ôçí åíôïëÞ ïìáäïðïßçóçò.
-NICK_GROUP_CHANGE_DISABLED
- Áõôü ôï øåõäþíõìï åßíáé Þäç êáôï÷õñùìÝíï; ãñÜøå %R%s DROP áñ÷éêÜ.
-NICK_GROUP_SAME
- Åßóáé Þäç ìÝëïò ôçò ïìÜäáò ôïõ %s.
-NICK_GROUP_TOO_MANY
- Åßíáé ðÜñá ðïëëÜ øåõäþíõìá ìÝóá %s's ïìÜäá; êñÜôá ìåñéêÜ êáé âãÜëå êÜðïéá.
- ÃñÜøå %R%s HELP GLIST êáé %R%s HELP DROP
- ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-NICK_GROUP_JOINED
- Åßóáé ôþñá ìÝóá óôçí ïìÜäá ôïõ %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY ^_êùäéêü^_
-NICK_IDENTIFY_FAILED
- Óõãíþìç, ç áíáãíþñéóç áðÝôõ÷å.
-NICK_IDENTIFY_SUCCEEDED
- Ï êùäéêüò Ýãéíå äåêôüò - ôþñá åßóáé áíáãíùñéóìÝíïò.
-NICK_IDENTIFY_EMAIL_REQUIRED
- ÐñÝðåé íá ðñïóèÝóåéò Ýíá e-mail ãéá ôï øåõäþíõìü óïõ.
- Ìå áõôü ôï e-mail èá ìðïñåßò íá ëÜâåéò ôïí êùäéêü óïõ óå
- ðåñßðôùóç ðïõ ôïí îå÷Üóåéò.
-NICK_IDENTIFY_EMAIL_HOWTO
- ÃñÜøå %R%S SET EMAIL ^_e-mail^_ ãéá íá ðñïóèÝóåéò ôï e-mail óôéò ðëçñïöïñßåò ôïõ øåõäþíõìïý óïõ.
- Ç ìõóôéêüôçôá åßíáé óåâáóôÞ; áõôü ôï e-mail êáé ï êùäéêüò ôïõ äåí ðñÝðåé íá äùèåß óå
- êáíÝíá ôñßôï ðñüóùðï.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- You are already identified.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status updated (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Ôï øåõäþíõìï óïõ äåí ôï êáôÝ÷åéò ôþñá,ðñÝðåé íá êÜíåéò ðÜëé åíôïëÞ áíáãíþñéóçò ãéá íá ôï êáôÝ÷åéò.
-NICK_LOGOUT_X_SUCCEEDED
- Ôï øåõäþíõìü óïõ %s äåí êáôÝ÷åôáé ãéá ôçí þñá.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Can't logout %s because he's a Services Operator.
-
-# DROP responses
-NICK_DROP_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá íá óâÞíåé ôá øåõäþíõìá åßíáé áðåíåñãïðïéçìÝíç.
-NICK_DROPPED
- Ôï øåõäþíõìü óïõ óâÞóôçêå åðéôõ÷þò áðü ôçí õðçñåóßá.
-NICK_X_DROPPED
- Ôï øåõäþíõìï %s óâÞóôçêå åðéôõ÷þò áðü ôçí õðçñåóßá.
-
-# SET responses
-NICK_SET_SYNTAX
- SET ^_åðéëïãÞ^_ ^_ðáñÜìåôñïé^_
-NICK_SET_SERVADMIN_SYNTAX
- SET [^_øåõäþíõìï^_] ^_åðéëïãÞ^_ ^_ðáñÜìåôñïé^_
-NICK_SET_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôïí êáèïñéóìü êáé ôéò åðéëïãÝò ôïõ øåõäþíõìïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç.
-NICK_SET_UNKNOWN_OPTION
- ¢ãíùóôç SET åðéëïãÞ %s.
-NICK_SET_OPTION_DISABLED
- Ç åðéëïãÞ %s äåí ìðïñåß íá ÷ñçóéìïðïéçèåß óôï äßêôõï áõôü.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Ç íÝá åðßäåéîç ÐÑÅÐÅÉ íá áíáöÝñåôå óå Ýíá øåõäþíõìï ðïõ áíÞêåé óôçí ïìáäïðïéÞóç!
-NICK_SET_DISPLAY_CHANGED
- Ç íÝá åðßäåéîç åßíáé ôþñá %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Óõãíþìç, äåí ãßíåôå íá áëëÜîåéò ôïí êùäéêü.
-NICK_SET_PASSWORD_CHANGED
- Ï êùäéêüò Üëëáîå.
-NICK_SET_PASSWORD_CHANGED_TO
- Ï êùäéêüò Üëëáîå óå %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE ^_number^_
-NICK_SET_LANGUAGE_UNKNOWN
- ¢ãíùóôï íïýìåñï ãëþóóáò %d. ÃñÜøå %R%s HELP SET LANGUAGE ãéá ôçí ëßóôá ìå ôéò ãëþóóåò.
-NICK_SET_LANGUAGE_CHANGED
- Ç ãëþóóá Üëëáîå óå ÅëëçíéêÜ.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Ç äéåýèõíóç ôïõ e-mail Üëëáîå óå %s.
-NICK_SET_EMAIL_UNSET
- Ç äéåýèõíóç ôïõ e-mail áðåíåñãïðïéÞèçêå.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Äåí ìðïñåßò íá áðåíåñãïðïéÞóåéò ôçí äéåýèõíóç ôïõ e-mail óå áõôü ôï äßêôõï.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Ôï ìÞíõìá ÷áéñåôéóìïý Üëëáîå óå %s.
-NICK_SET_GREET_UNSET
- Ç åðéëïãÞ ìÞíõìá ÷áéñåôéóìïý áðåíåñãïðïéÞèçêå.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON.
-NICK_SET_KILL_QUICK
- Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON, ìå åëëáôùìÝíï ÷ñüíï ãéá íá ãßíåé åíôïëÞ áíáãíþñéóç.
-NICK_SET_KILL_IMMED
- Ç åðéëïãÞ ðñïóôáóßáò åßíáé ôþñá ON, ìå êáíÝíá ðåñéèþñéï íá ãßíåé åíôïëÞ áíáãíþñéóçò.
-NICK_SET_KILL_IMMED_DISABLED
- Ç IMMED åðéëïãÞ äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï.
-NICK_SET_KILL_OFF
- Ç åðéëïãÞ ðñïóôáóßáò Ýéíáé ôþñá OFF.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá ON.
-NICK_SET_SECURE_OFF
- Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá OFF.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Ç åðéëïãÞ ìõóôéêüôçôáò åßíáé ôþñá ON.
-NICK_SET_PRIVATE_OFF
- Ç åðéëïãÞ áóöÜëåéáò åßíáé ôþñá OFF.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Ç äéåýèõíóç ôïõ e-mail äåí èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ
-NICK_SET_HIDE_EMAIL_OFF
- Ç äéåýèõíóç ôïõ å-mail èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ.
-NICK_SET_HIDE_MASK_ON
- Äåí èá åìöáíßæåôáé ôï ôåëåõôáßï user@host óôçí %s INFO åíôïëÞ.
-NICK_SET_HIDE_MASK_OFF
- Èá åìöáíßæåôáé ôï ôåëåõôáßï user@host óôçí %s INFO åíôïëÞ.
-NICK_SET_HIDE_QUIT_ON
- Ôï ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá áðï äù êáé óôï åîÞò äåí èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ.
-NICK_SET_HIDE_QUIT_OFF
- Ôï ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá áðï äù êáé óôï åîÞò èá ðáñïõóéÜæåôáé óôçí %s INFO åíôïëÞ.
-
-# SET MSG responses
-NICK_SET_HIDE_STATUS_ON
- Your services access status will now be hidden from %s INFO displays.
-NICK_SET_HIDE_STATUS_OFF
- Your services access status will now be shown in %s INFO displays.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Ïé õðçñåóßåò èá óå åéäïðïéïýí ìå messages.
-NICK_SET_MSG_OFF
- Ïé õðçñåóßåò èá óå åéäïðïéïýí ìå notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Greek.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- Ç ìÜóêá %s åßíáé Þäç ìÝóá óôçí ëßóôá ðñüóâáóçò.
-NICK_ACCESS_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d ðñüóâáóç óå êáôÜôáîç ôïõ øåõäþíõìïõ.
-NICK_ACCESS_ADDED
- %s Ýãéíå ðñïóèÞêç óôçí ëßóôá ðñüóâáóÞò óïõ.
-NICK_ACCESS_NOT_FOUND
- %s äåí âñÝèçêå óôç ëßóôá ðñüóâáóÞò óïõ.
-NICK_ACCESS_DELETED
- %s äéáãñÜöôçêå áðü ôçí ëßóôá ðñüóâáóÞò óïõ.
-NICK_ACCESS_LIST
- Ëßóôá ðñüóâáóçò:
-NICK_ACCESS_LIST_X
- Ëßóôá ðñüóâáóçò ãéá %s:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s åßíáé %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Ôåëåõôáßá äéåýèõíóç: %s
-NICK_INFO_ADDRESS_ONLINE
- Åßíáé óôï äßêôõï áðü: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s åßíáé Þóç ìÝóá óôï äßêôõï.
-NICK_INFO_TIME_REGGED
- ÊáôÜóôáóç êáôï÷ýñùóçò ìå ôçí çìåñïìçíßá: %s
-NICK_INFO_LAST_SEEN
- Ôåëåõôáßá öïñÜ ðïõ Þôáí óôï äßêôõï: %s
-NICK_INFO_LAST_QUIT
- Ôåëåõôáßï áðï÷áéñåôéóôÞñéï ìÞíõìá: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail äéåýèõíóç: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- ÌÞíõìá ÷áéñåôéóìïý: %s
-NICK_INFO_OPTIONS
- ÅðéëïãÝò: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Ðñïóôáóßá
-NICK_INFO_OPT_SECURE
- ÁóöÜëåéá
-NICK_INFO_OPT_PRIVATE
- Ìõóôéêüôçôá
-NICK_INFO_OPT_MSG
- ÅðéëïãÞ ìçíýìáôïò
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- ÊáíÝíá
-NICK_INFO_NO_EXPIRE
- Áõôü ôï øåõäþíõìï äåí èá ëÞîåé ðïôÝ.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST pattern
-NICK_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Ç ëßóôá ìå ôéò êáôá÷ùñÞóåéò âñÝèçêáí %s:
-NICK_LIST_RESULTS
- ÔÝëïò ôçò ëßóôáò - %d/%d âñÝèçêáí êáé åìöáíßóôçêáí.
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST nickname
-NICK_ALIST_HEADER
- Channels that you have access on:
- Num Channel Level Description
-NICK_ALIST_HEADER_X
- Channels that %s has access on:
- Num Channel Level Description
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- ÔÝëïò ôçò ëßóôáò - %d/%d âñÝèçêáí êáé åìöáíßóôçêáí.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Ç ëßóôá ìå ôá øåõäþíõìá óôçí ïìÜäá:
-NICK_GLIST_HEADER_X
- Ç ëßóôá ìå ôá øåõäþíõìá óôçí ïìÜäá ôïõ %s:
-NICK_GLIST_FOOTER
- %d øåõäþíõìá ìÝóá óôçí ïìÜäá.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nickname [password]
-NICK_NO_RECOVER_SELF
- Äåí ìðïñåßò íá øÜ÷íåéò ôïí åáõôü óïõ!
-NICK_RECOVERED
- User claiming your nick has been killed.
- %R%s RELEASE %s to get it back before %s timeout.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nickname [password]
-NICK_RELEASE_NOT_HELD
- Ôï øåõäþíõìï %s äåí êñáôåßôáé..
-NICK_RELEASED
- Ïé õðçñåóßåò áðåëåõèÝñùááí ôï øåõäþíõìü óïõ.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nickname [password]
-NICK_NO_GHOST_SELF
- Äåí ìðïñåßò íá óêïôþóåéò ôïí åáõôü óïõ!
-NICK_GHOST_KILLED
- Ôï øåõäþíõìï óïõ Ýãéíå kill ìÝóù ghost åíôïëÞò.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nickname
-NICK_GETPASS_UNAVAILABLE
- Ç GETPASS åíôïëÞ äåí åßíáé äéáèÝóéìç ãéáôß ÷ñçóéìïðïéåßôáé ç êùäéêïðïßçóç.
-NICK_GETPASS_PASSWORD_IS
- Ï êùäéêüò ãéá ôïí %s åßíáé %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host No WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails Match %s to %s.
-NICK_GETEMAIL_NOT_USED
- No Emails listed for %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nickname
-NICK_SENDPASS_UNAVAILABLE
- Ç SENDPASS åíôïëÞ äåí åßíáé äéáèÝóéìç ãéáôß ÷ñçóéìïðïéåßôáé ç êùäéêïðïßçóç.
-NICK_SENDPASS_SUBJECT
- Ï êùäéêüò ôïõ øåõäþíõìïõ (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Ï êùäéêüò ôïõ %s Ý÷åé óôáëèåß.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the pasword for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nickname [reason]
-NICK_FORBID_SYNTAX_REASON
- FORBID nickname reason
-NICK_FORBID_SUCCEEDED
- Ôï øåõäþíõìï %s áðü ôþñá ðáñáêñáôåßôáé.
-NICK_FORBID_FAILED
- Äåí ìðïñåßò íá ðáñáêñáôÞóåéò áõôü ôï øåõäþíõìï %s!
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-NICK_REQUESTED
- This nick has already been requested, please check your e-mail address for the pass code
-NICK_REG_RESENT
- Your passcode has been re-sent to %s.
-NICK_REG_UNABLE
- Nick NOT registered, please try again later.
-NICK_IS_PREREG
- This nick is awaiting an e-mail verification code before completing registration.
-NICK_ENTER_REG_CODE
- A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration
-NICK_REG_MAIL_SUBJECT
- Nickname Registration (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Passcode for %s is %s.
-NICK_FORCE_REG
- Nickname %s confirmed
-
-# Confirm responses
-NICK_CONFIRM_NOT_FOUND
- Registration step 1 may have expired, please use "%R%s register <password> <email>" first.
-NICK_CONFIRM_INVALID
- Invalid passcode has been entered, please check the e-mail again, and retry.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Ôï êáíÜëé äßíåé operator status óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá
-CHAN_LEVEL_AUTOVOICE
- Ôï êáíÜëé äßíåé öùíÞ Þ +v óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá
-CHAN_LEVEL_AUTOHALFOP
- Ôï êáíÜëé äßíåé half op Þ +h óå êáôï÷õñùìÝíá Þ ìç øåõäþíõìá
-CHAN_LEVEL_AUTOPROTECT
- Ôï êáíÜëé äßíåé óå øåõäþíõìá +a äçëáäÞ áóöÜëåéá
-CHAN_LEVEL_AUTODEOP
- Ôï êáíÜëé äåí åðéôñÝðåé ôï operator status
-CHAN_LEVEL_NOJOIN
- Äåí åðéôñÝðåôáé íá ìðåßôå óôï êáíÜëé áí åßíáé RESTRICTED
-CHAN_LEVEL_INVITE
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé INVITE åíôïëÞ
-CHAN_LEVEL_AKICK
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé AKICK åíôïëÞ
-CHAN_LEVEL_SET
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé SET åíôïëÞ (not FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé CLEAR åíôïëÞ
-CHAN_LEVEL_UNBAN
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé UNBAN åíôïëÞ
-CHAN_LEVEL_OPDEOP
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéåßôáé OP/DEOP åíôïëÝò
-CHAN_LEVEL_ACCESS_LIST
- ÅðéôñÝðåôáé íá âëÝðåôáé ôçí ëßóôá ðñüóâáóçò
-CHAN_LEVEL_ACCESS_CHANGE
- ÅðéôñÝðåôáé íá ðáñÝìâåôáé êáé íá áëëÜîåôáé ôçí ëßóôá ðñüóâáóçò
-CHAN_LEVEL_MEMO
- ÅðéôñÝðåôáé íá äåßò ôçí ëßóôá êáé íá äéáâÜóåéò ôá ìçíýìáôá ðïõ Ý÷ïõí óôáëåß óôï êáíÜëé
-CHAN_LEVEL_ASSIGN
- ÅðéôñÝðåôáé íá ìðåß/âãåß ôï bot
-CHAN_LEVEL_BADWORDS
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí BADWORDS åíôïëÞ
-CHAN_LEVEL_NOKICK
- Ôá bot's íá ìçí ðåôÜíå Ýîù ôïõò kickers
-CHAN_LEVEL_FANTASIA
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò fantaisist åíôïëÝò
-CHAN_LEVEL_SAY
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò SAY êáé ACT åíôïëÝò
-CHAN_LEVEL_GREET
- Ôï ìÞíõìá ÷áéñåôéóìïý íá äéáôõðþíåôáé
-CHAN_LEVEL_VOICEME
- ÅðéôñÝðåôáé íá êÜíåéò (de)voice ôïí åáõôü óïõ
-CHAN_LEVEL_VOICE
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò VOICE/DEVOICE åíôïëÝò
-CHAN_LEVEL_GETKEY
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí GETKEY åíôïëÞ
-CHAN_LEVEL_OPDEOPME
- ÅðéôñÝðåôáé íá êÜíåéò (de)op ôïí åáõôü óïõ
-CHAN_LEVEL_HALFOPME
- ÅðéôñÝðåôáé íá êÜíåéò (de)halfop ôïí åáõôü óïõ
-CHAN_LEVEL_HALFOP
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò HALFOP/DEHALFOP åíôïëÝò
-CHAN_LEVEL_PROTECTME
- ÅðéôñÝðåôáé íá êÜíåéò (de)protect ôïí åáõôü óïõ
-CHAN_LEVEL_PROTECT
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò PROTECT/DEPROTECT åíôïëÝò
-CHAN_LEVEL_KICKME
- ÅðéôñÝðåôáé íá êÜíåéò kick ôïí åáõôü óïõ
-CHAN_LEVEL_KICK
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí KICK åíôïëÞ
-CHAN_LEVEL_SIGNKICK
- ¼÷é signed kick üôáí ôï SIGNKICK LEVEL ÷ñçóéìïðïéåßôáé
-CHAN_LEVEL_BANME
- ÅðéôñÝðåôáé íá êÜíåéò Ban ôïí åáõôü óïõ
-CHAN_LEVEL_BAN
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí BAN åíôïëÞ
-CHAN_LEVEL_TOPIC
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí TOPIC åíôïëÞ
-CHAN_LEVEL_INFO
- ÅðéôñÝðåôáé íá ÷ñçóéìïðïéÞóåéò ôçí INFO åíôïëÞ ìå ôçí ALL åðéëïãÞ
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Áõôü ôï êáíÜëé Ý÷åé êáôï÷õñùèåß ìå ôïí %s.
-CHAN_NOT_ALLOWED_OP
- Äåí ìðïñåßò íá Ý÷åéò chanop status óå áõôü ôï êáíÜëé %s.
-CHAN_MAY_NOT_BE_USED
- Áõôü ôï êáíÜëé äåí ìðïñåß íá ÷ñçóéìïðïéçèåß.
-CHAN_NOT_ALLOWED_TO_JOIN
- Äåí Ý÷åéò ôçí Üäåéá íá åßóáé óå áõôü ôï êáíÜëé.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER channel description
-CHAN_REGISTER_DISABLED
- Óõãíþìç, ç õðçñåóßá êáôï÷ýñùóåéò êáíáëéþí äåí ëåéôïõñãåß ãéá ôçí þñá.
-CHAN_REGISTER_NOT_LOCAL
- ÊáíÜëéá ôïðéêÜ äåí ìðïñïýí íá êáôï÷õñùèïýí.
-CHAN_MAY_NOT_BE_REGISTERED
- Ôï êáíÜëé %s äåí ìðïñåß íá êáôï÷õñùèåß.
-CHAN_ALREADY_REGISTERED
- Ôï êáíÜëé %s åßíáé Þäç êáôï÷õñùìÝíï!
-CHAN_MUST_BE_CHANOP
- ÐñÝðåé íá åßóáé íá Ý÷åéò operator status óôï êáíÜëé ãéá íá ôï êáôï÷õñþóåéò.
-CHAN_REACHED_CHANNEL_LIMIT
- Óõãíþìç, Ý÷åéò Þäç öôÜóåé óôï üñéï êáôï÷ýñùóåéò ôùí %d êáíáëéþí.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Óõãíþìç, Ý÷åéò Þäç îåðåñÜóåé ôï üñéï êáôï÷ýñùóåéò ôùí %d êáíáëéþí.
-CHAN_REGISTRATION_FAILED
- Óõãíþìç, ç êáôï÷ýñùóç áðÝôõ÷å.
-CHAN_REGISTERED
- Ôï êáíÜëé %s åßíáé êáôï÷õñùìÝíï áðü ôï øåõäþíõìü óïõ: %s
-CHAN_REGISTER_NONE_CHANNEL
- You have attempted to register a nonexistent channel %s
-CHAN_SYMBOL_REQUIRED
- Please use the symbol of # when attempting to register
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP channel
-CHAN_DROP_DISABLED
- Óõãíþìç, ç õðçñåóßá äéáãñáöÞò êáíáëéþí åßíáé áðåíåñãïðïéçìÝíç.
-CHAN_DROPPED
- Ôï êáíÜëé %s äéáãñÜöôçêå áðü ôéò õðçñåóßåò.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET channel option parameters
-CHAN_SET_DISABLED
- Óõãíþìç, ïé åðéëïãÝò ãéá ôçí ñýèìéóç ôùí êáíáëéþí åßíáé áðåíåñãïðïéçìÝíåò.
-CHAN_SET_UNKNOWN_OPTION
- ¢ãíùóôç SET åðéëïãÞ %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s Ý÷åé ðïëëÜ êáôï÷õñùìÝíá êáíÜëéá.
-CHAN_FOUNDER_CHANGED
- Ï Founder ôïõ %s Üëëáîå êáé ðÞãå óôïí %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Ï Successor ôïõ %s Üëëáîå êáé ðÞãå óôïí %s.
-CHAN_SUCCESSOR_UNSET
- Ï Successor ôïõ %s äåí Ý÷åé ïñéóôåß.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s äåí ìðïñåß íá åßíáé successor óôï êáíÜëé %s ãéáôß åßíáé founder óå áõôü.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- ÐåñéãñáöÞ ôïõ %s Üëëáîå óå %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- E-mail äéåýèõíóç ôïõ %s Üëëáîå óå %s.
-CHAN_EMAIL_UNSET
- E-mail äéåýèõíóç ôïõ %s äåí Ý÷åé ïñéóôåß.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Ôï ìÞíõìá õðïäï÷Þò ôïõ %s Üëëáîå.
-CHAN_ENTRY_MSG_UNSET
- Ôï ìÞíõìá õðïäï÷Þò ôïõ %s äåí Ý÷åé ïñéóôåß.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s äåí åßíáé óùóôüò ban ôýðïò.
-CHAN_SET_BANTYPE_CHANGED
- Ban ôýðïò ôïõ êáíáëéïý %s åßíáé ôþñá #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- ¢ãíùóôç åðéëïãÞ ÷áñáêôÞñá %c áãíïÞèçêå.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Ç åðéëïãÞ %c áãíïÞèçêå ãéáôß äåí ìðïñåßò íá ôï êëåéäþóåéò.
-CHAN_SET_MLOCK_L_REQUIRED
- ÐñÝðåé íá ôï êëåéäþóåéò ìå +l üðùò êáé ìå +L.
-CHAN_SET_MLOCK_K_REQUIRED
- ÐñÝðåé íá êëåéäþóåéò ìå +i üðùò êáé ìå +K.
-CHAN_MLOCK_CHANGED
- Ç åðéëïãÞ êëåéäþìáôïò óôï êáíÜëé %s Üëëáîå óå %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET channel KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET channel TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET channel PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET channel PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET channel SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET channel SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET channel RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET channel SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET channel SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET channel OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET channel XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET channel NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Ôï êáíÜëé %s äåí èá ëÞîåé.
-CHAN_SET_NOEXPIRE_OFF
- Ôï êáíÜëé %s èá ëÞîåé.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò ìüíï íá ÷ñçóéìïðïéÞóåéò %d AOP/SOP/VOP óôï êáíÜëé.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Äåí ìðïñåßò íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ. ×ñçóéìïðïßçóå ôçí ACCESS åíôïëÞ áíôß ãéá áõôÞ.
- ÃñÜøå %R%s HELP ACCESS ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_AOP_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ AOP åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_AOP_NICKS_ONLY
- Ç åíôïëÞ Channel AOP ëßóôá ðåñéÝ÷åé ìüíï êáôï÷õñùìÝíá øåõäþíõìá.
-CHAN_AOP_ADDED
- Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_MOVED
- %s moved to %s AOP list.
-CHAN_AOP_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_NOT_FOUND
- Ï/ç %s äåí âñÝèçêå ç èÝóç óôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_DELETED
- Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí AOP ëßóôá ôïõ %s.
-CHAN_AOP_LIST_EMPTY
- Ç AOP ëßóôá ôïõ %s åßíáé Üäåéá.
-CHAN_AOP_LIST_HEADER
- Ç AOP ëßóôá ôïõ %s åßíáé :
- Íïýìåñï Øåõäþíõìï
-
-# HOP messages
-CHAN_AOP_CLEAR
- Channel %s AOP list has been cleared.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_HOP_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ HOP åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_HOP_NICKS_ONLY
- Ç åíôïëÞ Channel HOP ëßóôá ðåñéÝ÷åé ìüíï êáôï÷õñùìÝíá øåõäþíõìá.
-CHAN_HOP_ADDED
- Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_MOVED
- %s moved to %s HOP list.
-CHAN_HOP_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_NOT_FOUND
- Ï/ç %s äåí âñÝèçêå óôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_DELETED
- Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_DELETED_ONE
- ÄéáãñÜöçêå 1 8Ýóç áðü ôçí HOP ëßóôá ôïõ %s.
-CHAN_HOP_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ÇOP ëßóôá ôïõ %s.
-CHAN_HOP_LIST_EMPTY
- Ç HOP ëßóôá ôïõ %s åßíáé Üäåéá.
-CHAN_HOP_LIST_HEADER
- Ç HOP ëßóôá ôïõ %s åßíáé:
- Íïýìåñï Øåõäþíõìï
-
-# SOP messages
-CHAN_HOP_CLEAR
- Channel %s HOP list has been cleared.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_SOP_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ SOP åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_SOP_NICKS_ONLY
- Ç åíôïëÞ Channel SOP ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá.
-CHAN_SOP_ADDED
- Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_MOVED
- %s moved to %s SOP list.
-CHAN_SOP_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_NOT_FOUND
- Ï/ç %s äåí âñÝèçêå óôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_DELETED
- Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_DELETED_ONE
- ÄéáãñÜöçêå 1 8Ýóç áðü ôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí SOP ëßóôá ôïõ %s.
-CHAN_SOP_LIST_EMPTY
- Ç SOP ëßóôá ôïõ %s åßíáé Üäåéá.
-CHAN_SOP_LIST_HEADER
- Ç SOP ëßóôá ôïõ %s åßíáé:
- Íïýìåñï Øåõäþíõìï
-
-# VOP messages
-CHAN_SOP_CLEAR
- Channel %s SOP list has been cleared.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_VOP_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ VOP åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_VOP_NICKS_ONLY
- Ç åíôïëÞ Channel VOP ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá.
-CHAN_VOP_ADDED
- Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_MOVED
- %s moved to %s VOP list.
-CHAN_VOP_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_NOT_FOUND
- Ï/ç %s äåí âñÝèçêå óôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_DELETED
- Ï/ç %s äéáãñÜöçêå åðéôõ÷þò áðü ôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_DELETED_ONE
- ÄéáãñÜöçêå 1 8Ýóç áðü ôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí VOP ëßóôá ôïõ %s.
-CHAN_VOP_LIST_EMPTY
- Ç VOP ëßóôá ôïõ %s åßíáé Üäåéá.
-CHAN_VOP_LIST_HEADER
- Ç VOP ëßóôá ôïõ %s åßíáé:
- Íïýìåñï Øåõäþíõìï
-
-# ACCESS messages
-CHAN_VOP_CLEAR
- Channel %s VOP list has been cleared.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]
-CHAN_ACCESS_XOP
- Äåí ìðïñåßò íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ.
- ×ñçóéìïðïßçóå AOP, SOP êáé VOP åíôïëÝò áíôß ãéá ôçí access.
- ÃñÜøå %R%s HELP command ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ access åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_ACCESS_LEVEL_NONZERO
- Ç Access level äåí ðñÝðåé íá åßíáé ðïôÝ óôï ìçäÝí.
-CHAN_ACCESS_LEVEL_RANGE
- Ç Access level ðñÝðåé íá åßíáé áíÜìåóá óôï %d êáé %d óõìðáñáëáìâáíüìåíïõ.
-CHAN_ACCESS_NICKS_ONLY
- Ç Channel access ëßóôá ðåñéëáìâÜíåé ìüíï êáôï÷õñùìÝíá øåõäþíõìá.
-CHAN_ACCESS_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d access óôï êáíÜëé.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Ç Access level ôïõ %s óôï %s äåí áëëÜæåé áðü ôïí %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Ç Access level ãéá ôïí %s óôï %s Üëëáîå óå %d.
-CHAN_ACCESS_ADDED
- Ï/ç %s ðñïóèÝèçêå óôï access list ôïõ %s ìå level %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôï %s access list.
-CHAN_ACCESS_NOT_FOUND
- Ï/ç %s äåí âñÝèçêå óôïõ %s óôçí access list.
-CHAN_ACCESS_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôïõ %s óôçí access list.
-CHAN_ACCESS_DELETED
- %s äéáãñÜöôçêå áðü ôï access list ôïõ %s.
-CHAN_ACCESS_DELETED_ONE
- ÄéáãñÜöåé 1 èÝóç áðü %s access list.
-CHAN_ACCESS_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü %s access list.
-CHAN_ACCESS_LIST_EMPTY
- Ç ëßóôá ôïõ %s access list åßíáé Üäåéá.
-CHAN_ACCESS_LIST_HEADER
- Ç access ëßóôá ôïõ %s åßíáé:
- Íïýíåñï Âáèìüò Øåõäþíõìï
-CHAN_ACCESS_LIST_FOOTER
- Ôåëïò ôçò ëßóôáò ðñïóâáóçò.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_ACCESS_CLEAR
- Channel %s access list has been cleared.
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-or-usermask] [reason]
-CHAN_AKICK_DISABLED
- Óõãíþìç, ç õðçñåóßá ãéá ôçí åíôïëÞ akick åßíáé åêôüò ëåéôïõñãßáò.
-CHAN_AKICK_ALREADY_EXISTS
- Ï/ç %s õðÜñ÷åé Þäç óôçí autokick ëßóôá ôïõ %s.
-CHAN_AKICK_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d autokick ìÜóêá óôï êáíÜëé.
-CHAN_AKICK_ADDED
- Ï/ç %s ðñïóèÝèçêå åðéôõ÷þò óôçí autokick ëßóôá ôïõ %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôï %s akick list.
-CHAN_AKICK_NOT_FOUND
- O %s äåí âñÝèçêå óôçí autokick list ôïõ %s.
-CHAN_AKICK_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí autokick list ôïõ %s.
-CHAN_AKICK_STUCK
- %s åßíáé áðü ôùñá åíåñãü óôï êáíÜëé %s.
-CHAN_AKICK_UNSTUCK
- %s äåí åßíáé óõíÝ÷åéá åíåñãü ðéá óôï êáíÜëé %s.
-CHAN_AKICK_DELETED
- Ï/ç %s äéáãñÜöôçêå áðü ôçí autokick list ôïõ %s.
-CHAN_AKICK_DELETED_ONE
- ÄéáãñÜöôçêå 1 èÝóç áðü ôçí autokick list %s.
-CHAN_AKICK_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí autokick list %s.
-CHAN_AKICK_LIST_EMPTY
- H autokick list ôïõ %s åßíáé Üäåéá.
-CHAN_AKICK_LIST_HEADER
- Ç Autokick list ôïõ %s åßíáé:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (áðü %s óôï %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (stuck) (áðü %s óôï %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- Ç AKICK ENFORCE ãéá ôïí %s ïëïêëçñþèçêå; %d ÷ñÞóôåò èá åðéññåáóôïýí.
-
-# LEVELS responses
-CHAN_AKICK_CLEAR
- Channel %s akick list has been cleared.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]
-CHAN_LEVELS_XOP
- ÁõôÞ ç åíôïëÞ åßíáé ÷ñÞóéìç ãéá áõôÞ ôçí åðéëïãÞ.
-CHAN_LEVELS_RANGE
- Ï âáèìüò ðñÝðåé íá åßíáé ìåôáîý %d êáé %d.
-CHAN_LEVELS_CHANGED
- Ï âáèìüò ãéá ôïí %s óôï êáíÜëé %s Üëëîå óå %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Ç åðéëïãÞ %s äåí åßíáé ãíùóôÞ. ÃñÜøå %R%s HELP LEVELS DESC ãéá ôç ëßóôá ìå ôéó áíáëõôéêÝò åðéëïãÝò.
-CHAN_LEVELS_DISABLED
- %s áðåíåñãïðïéÞèçêáí óôï êáíÜëé %s.
-CHAN_LEVELS_LIST_HEADER
- Ï âáèìüò access ãéá ôï êáíÜëé %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (áðåíåñãïðïéçìÝíï)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (êáíáëÜñ÷çò ìüíï)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Ï âáèìüò Access ãéá ôï %s óâÞóôçêå óôï áñ÷éêü.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO channel
-CHAN_INFO_HEADER
- Ðëçñïöïñßåò ãéá ôï êáíÜëé %s:
-CHAN_INFO_FOUNDER
- ÊáíáëÜñ÷çò: %s (%s)
-CHAN_INFO_NO_FOUNDER
- ÊáíáëÜñ÷çò: %s
-CHAN_INFO_SUCCESSOR
- ÕðïêáíáëÜñ÷çò: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- ÕðïêáíáëÜñ÷çò: %s
-CHAN_INFO_DESCRIPTION
- ÐåñéãñáöÞ: %s
-CHAN_INFO_ENTRYMSG
- ÌÞíõìá åéóüäïõ: %s
-CHAN_INFO_TIME_REGGED
- Êáôï÷õñþèçêå: %s
-CHAN_INFO_LAST_USED
- Ôåëåõôáßá ÷ñÞóç: %s
-CHAN_INFO_LAST_TOPIC
- Ôåëåõôáßï topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Ôï Topic ãñÜöôçêå áðü ôïí: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail äéåýèõíóç: %s
-CHAN_INFO_BANTYPE
- Ôýðïò Ban: %d
-CHAN_INFO_OPTIONS
- ÅðéëïãÝò: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Topic åííáëáãÞò
-CHAN_INFO_OPT_OPNOTICE
- Ðïéïò ÷ñçóéìïðïßçóå OP
-CHAN_INFO_OPT_PEACE
- Åéñçíéêü
-CHAN_INFO_OPT_PRIVATE
- Ìõóôéêü
-CHAN_INFO_OPT_RESTRICTED
- Ìüíï üóïé Ý÷ïõí Access
-CHAN_INFO_OPT_SECURE
- ÁóöáëÝò
-CHAN_INFO_OPT_SECUREOPS
- Ìüíï áõôïß ðïõ Ý÷ïõí access èá ðáßñíïõí op áðü opers
-CHAN_INFO_OPT_SECUREFOUNDER
- ÁóöÜëåéá óôïí ÊáíáëÜñ÷ç
-CHAN_INFO_OPT_SIGNKICK
- ÄçëùìÝíá kicks
-CHAN_INFO_OPT_TOPICLOCK
- Êëåßäùìá ôïõ Topic
-CHAN_INFO_OPT_XOP
- xOP ëßóôá óõóôÞìáôïò
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- ÊáíÝíá
-CHAN_INFO_MODE_LOCK
- ÅðéëïãÝò êëåéäþìáôïò: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Áõôü ôï êáíÜëé äåí èá ëÞîåé.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST pattern
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [NOEXPIRE]
-CHAN_LIST_HEADER
- Ïé èÝóåéò ôçò ëßóôáò ôáéñéÜæïõí ìå ôï %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- ÔÝëïò ëßóôáò - %d/%d âñÝèçêáí åìöáíßóôçêáí.
-
-# CLIST responses
-CHAN_INVITE_SYNTAX
- INVITE êáíÜëé
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN êáíÜëé [nick]
-CHAN_UNBANNED
- ãéíåò unban áðü ôï %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC êáíÜëé [topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR channel what
-CHAN_CLEARED_BANS
- ¼ëá ôá bans áðü ôï êáíÜëé %s Ý÷ïõí áðïìáêñõíèåß.
-CHAN_CLEARED_EXCEPTS
- ¼ëá ôá excepts áðü ôï êáíÜëé %s Ý÷ïõí áðïìáêñõíèåß.
-CHAN_CLEARED_MODES
- ¼ëá ôá modes áðü ôï êáíÜëé %s Ý÷ïõí óâçóôåß.
-CHAN_CLEARED_OPS
- ¼ëá ôá Mode +o Ý÷åé êáèáñéóôåß áðü ôï êáíÜëé %s.
-CHAN_CLEARED_HOPS
- Mode +h has been cleared from channel %s.
-CHAN_CLEARED_VOICES
- ¼ëá ôá Mode +v Ý÷åé êáèáñéóôåß áðü ôï êáíÜëé %s.
-CHAN_CLEARED_USERS
- ¼ëïé ïé ÷ñÞóôåò Ýãéíáí kick áðü ôï êáíÜëé %s.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID êáíÜëé [ëüãïò]
-CHAN_FORBID_SYNTAX_REASON
- FORBID êáíÜëé ëüãïò
-CHAN_FORBID_SUCCEEDED
- Ôï êáíÜëé %s ðáñáêñáôåßôå.
-CHAN_FORBID_FAILED
- Äåí ìðïñåß íá ðáñáêñáôçèåß ôï êáíÜëé %s!
-
-# Misc responses
-CHAN_FORBID_REASON
- This channel has been forbidden.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND channel [reason]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND channel reason
-CHAN_SUSPEND_SUCCEEDED
- Channel %s is now suspended.
-CHAN_SUSPEND_FAILED
- Couldn't suspended channel %s!
-CHAN_SUSPEND_REASON
- This channel has been suspended.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND channel
-CHAN_UNSUSPEND_ERROR
- No # found in front of channel name.
-CHAN_UNSUSPEND_SUCCEEDED
- Channel %s is now released.
-CHAN_UNSUSPEND_FAILED
- Couldn't release channel %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s matches an except on %s and cannot be banned until the except have been removed.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- ¸÷åéò 1 íÝï ìÞíõìá.
-MEMO_HAVE_NEW_MEMOS
- ¸÷åéò %d íÝá ìçíýìáôá.
-MEMO_TYPE_READ_LAST
- ÃñÜøå %R%s READ LAST ãéá íá ôï äéáâÜóåéò.
-MEMO_TYPE_READ_NUM
- ÃñÜøå %R%s READ %d ãéá íá äéáâÜóåéò.
-MEMO_TYPE_LIST_NEW
- ÃñÜøå %R%s LIST NEW ãéá íá äåéò ôçí ëßóôá ìå ôá ìçíýìáôá.
-MEMO_AT_LIMIT
- Ðñïåéäïðïßçóç: ¸÷åé öôÜóåé óôï ìÝãéóôï íïýìåñï ìçíõìÜôùí (%d). Äåí èá ëÜâåéò êáéíïýñãéá ìçíýìáôá áí äåí óâÞóåéò ìåñéêÜ áðü ôá ðáëéÜ ðïõ Ý÷åéò.
-MEMO_OVER_LIMIT
- Ðñïåéäïðïßçóç: ¸÷åéò îåðåñÜóåé ôï íïýìåñï ìçíõìÜôùí ðïõ ìðïñåßò íá ëÜâåéò (%d). Äåí èá ìðïñåßò íá ëÜâåéò Üëëá áí äåí óâÞóåéò ìåñéêÜ áðü ôá ðáëéÜ ìçíýìáôá ðïõ Ý÷åéò.
-MEMO_X_MANY_NOTICE
- There are %d memos on channel %s.
-MEMO_X_ONE_NOTICE
- There is %d memo on channel %s.
-MEMO_NEW_X_MEMO_ARRIVED
- There is a new memo on channel %s.
- Type %R%s READ %s %d to read it.
-MEMO_NEW_MEMO_ARRIVED
- ¸÷åéò Ýíá íÝï ìÞíõìá áðü %s.
- ÃñÜøå %R%s READ %d ãéá íá ôï äéáâÜóåéò.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Äåí Ý÷åéò ìçíýìáôá.
-MEMO_X_HAS_NO_MEMOS
- %s äåí Ý÷åéò ìçíýìáôá.
-MEMO_DOES_NOT_EXIST
- Ìçíýìáôá %d äåí õðÜñ÷ïõí!
-MEMO_LIST_NOT_FOUND
- Äåí âñÝèçêáí ìçíýìáôá.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {øåõäþíõìï | êáíÜëé} ðåñéå÷üìåíï
-MEMO_SEND_DISABLED
- Óõãíþìç, ôá ìçíýìáôá äåí ìðïñïýí íá óôáëïýí ãéáôß åßíáé áíåíåñãÞ ç õðçñåóßá.
-MEMO_SEND_PLEASE_WAIT
- Ðáñáêáëþ ðåñßìåíå %d äåõôåñüëåðôá ðñéí ÷ñçóéìïðïéÞóåéò ôçí åíôïëÞ SEND îáíÜ.
-MEMO_X_GETS_NO_MEMOS
- %s äåí ìðïñåßò íá ëÜâåéò Üëëá ìçíýìáôá.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s Ý÷åéò ðïëëÜ ìçíýìáôá êáé äåí ìðïñåßò íá ëÜâåéò Üëëá.
-MEMO_SENT
- Ôï ìÞíõìá óôÜëèçêå óôïí %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- A massmemo has been sent to all registered users.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {øåõäþíõìï | êáíÜëé}
-MEMO_CANCEL_DISABLED
- Óõãíþìç, ç áêýñùóç ìçíýìáôïò åßíáé åêôüò ëåéôïõñãßáò.
-MEMO_CANCEL_NONE
- ÊáíÝíá ìÞíõìá äåí áêõñþèçêå.
-MEMO_CANCELLED
- Ôï ôåëåõôáßï ìÞíõìá ðïõ ðÞãáéíå ãéá ôïí %s áêõñþèçêå.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [êáíÜëé] [list | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Äåí Ý÷åéò íÝá ìçíýìáôá.
-MEMO_X_HAS_NO_NEW_MEMOS
- Ï/ç %s äåí Ý÷åé êáíÝíá íÝï ìÞíõìá.
-MEMO_LIST_MEMOS
- ÌÞíõìá ãéá ôïí %s. Ãéá íá ôï äéáâÜóåéò, ãñÜøå: %R%s READ num
-MEMO_LIST_NEW_MEMOS
- ÍÝá ìçíýìáôá ãéá ôïí %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: %R%s READ num
-MEMO_LIST_CHAN_MEMOS
- Ìçíýìáôá ãéá ôïí %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: %R%s READ %s num
-MEMO_LIST_CHAN_NEW_MEMOS
- ÍÝá ìçíýìáôá ãéá ôï %s. Ãéá íá ôá äéáâÜóåéò, ãñÜøå: %R%s READ %s num
-MEMO_LIST_HEADER
- Íïýìåñï ÁðïóôïëÝáò Çìåñïìçíßá/¿ñá
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [êáíÜëé] {list | LAST | NEW}
-MEMO_HEADER
- ÌÞíõìá %d áðü ôï %s (%s). Ãéá íá ôï óâÞóåéò, ãñÜøå: %R%s DEL %d
-MEMO_CHAN_HEADER
- ÌÞíõìá %d áðü %s (%s). Ãéá íá ôï óâÞóåéò, ãñÜøå: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [êáíÜëé] {íïõ | list | ALL}
-MEMO_DELETED_NONE
- ÊáíÝíá ìÞíõìá äåí äéáãñÜöçêå.
-MEMO_DELETED_ONE
- ÌÞíõìá %d äéáãñÜöçêå.
-MEMO_DELETED_SEVERAL
- Ìçíýìáôá %s äéáãñÜöçêáí.
-MEMO_DELETED_ALL
- ¼ëá ôá ìçíýìáôá äéáãñÜöçêáí.
-
-# SET responses
-MEMO_CHAN_DELETED_ALL
- All memos for channel %s have been deleted.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET åðéëïãÞ ðáñÜìåôñïé
-MEMO_SET_DISABLED
- Óõãíþìç, ç åíôïëÞ setting åßíáé áðåíåñãïðïéçìÝíç.
-MEMO_SET_UNKNOWN_OPTION
- ¢ãíùóôç SET åðéëïãÞ %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s áðü ôþñá üôáí èá êÜíåéò åíôïëÞ logon èá âëÝðåéò ôá ìçíýìáôá ðïõ èá óïõ óôÝëíïõí êáèþò èáóáé óôï äßêôõï.
-MEMO_SET_NOTIFY_LOGON
- %s üôáí èá êÜíåéò log on Þ èá åðáíÝñ÷åóáé áðü away èá ëáìâÜíåéò ôá ìçíýìáôá.
-MEMO_SET_NOTIFY_NEW
- %s èá óïõ ãßíåôáé ðáñáôÞñçóç ïôé Ýñ÷ïíôáé ìçíýìáôá áðü ôçí õðçñåóßá.
-MEMO_SET_NOTIFY_OFF
- %s äåí èá óïõ Ýñ÷åôáé êáìßá ðáñáôÞñçóç áðü ôçí õðçñåóßá.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- You will now be informed about new memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- You will no longer be informed via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- There's no email address set for your nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [êáíÜëé] üñéï
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [÷ñÞóôçò | êáíÜëé] {üñéï | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Äåí Ý÷åéò ôï äéêáßùìá íá áëëÜîåéò ôï üñéï ôùí ìçíõìÜôùí ðïõ èá ëáìâÜíåéò.
-MEMO_SET_LIMIT_FORBIDDEN
- Ôï üñéï ôùí ìçíõìÜôùí ãéá ôïí %s äåí ìðïñåß íá áëëá÷ôåß.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Äåí ìðïñåßò íá èÝóåéò ùò üñéï ìçíõìÜôùí ìåãáëýôåñï áðü %d.
-MEMO_SET_LIMIT_TOO_HIGH
- Äåí ìðïñåßò íá èÝóåéò ùò üñéï ìçíõìÜôùí ãéá ôïí %s ìåãáëýôåñï áðü %d.
-MEMO_SET_LIMIT_OVERFLOW
- Ôï üñéï ìçíõìÜôùí åßíáé ðïëý ìåãÜëï; ïñéïèÝôçóÝ ôï %d óõìðåñéëáìâáíïìÝíïõ.
-MEMO_SET_YOUR_LIMIT
- Ôï üñéï ìçíõìÜôùí Üëëáîå óå %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Äåí èá åßóáé éêáíüò íá ëÜâåéò Üëëá ìçíýìáôá.
-MEMO_UNSET_YOUR_LIMIT
- Ôï üñéï ìçíõìÜôùí åßíáé áðåíåñãïðïéçìÝíï.
-MEMO_SET_LIMIT
- Ôï üñéï ìçíõìÜôùí ãéá ôïí %s Üëëáîå óå %d.
-MEMO_SET_LIMIT_ZERO
- Ôï üñéï ìçíõìÜôùí ãéá ôïí %s Üëëáîå óå 0.
-MEMO_UNSET_LIMIT
- Ôï üñéï ìçíõìÜôùí áðåíåñãïðïéÞèçêå ãéá ôïí %s.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [êáíÜëé]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [øåõäþíõìï | êáíÜëé]
-MEMO_INFO_NO_MEMOS
- ÌÝ÷ñéò óôéãìÞò äåí Ý÷åéò êáíÝíá ìÞíõìá.
-MEMO_INFO_MEMO
- ÌÝ÷ñé óôéãìÞò Ý÷åéò 1 ìÞíõìá.
-MEMO_INFO_MEMO_UNREAD
- ÌÝ÷ñé óôéãìÞò Ý÷åéò 1 memo, êáé äåí ôï Ý÷åéò äéáâÜóåé.
-MEMO_INFO_MEMOS
- ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá.
-MEMO_INFO_MEMOS_ONE_UNREAD
- ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí 1 äåí Ý÷åé äéáâáóôåß.
-MEMO_INFO_MEMOS_SOME_UNREAD
- ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí %d äåí Ý÷ïõí äéáâáóôåß.
-MEMO_INFO_MEMOS_ALL_UNREAD
- ÌÝ÷ñé óôéãìÞò Ý÷åéò %d ìçíýìáôá; åê ôùí ïðïßùí üëá äåí Ý÷ïõí äéáâáóôåß.
-MEMO_INFO_LIMIT
- Ôï üñéï ìçíõìÜôùí åßíáé %d.
-MEMO_INFO_HARD_LIMIT
- Ôï üñéï ìçíõìÜôùí åßíáé %d, êáé äåí ìðïñåß íá áëëá÷ôåß.
-MEMO_INFO_LIMIT_ZERO
- Ôï üñéï ìçíõìÜôùí åßíáé 0; äåí èá ëÜâåéò ðïôÝ êáíÝíá Üëëï ìÞíõìá.
-MEMO_INFO_HARD_LIMIT_ZERO
- Ôï üñéï ìçíõìÜôùí åßíáé 0; äåí èá ëÜâåéò ðïôÝ êáíÝíá Üëëï ìÞíõìá. Äåí ìðïñåßò íá áëëÜîåéò áõôü ôï üñéï.
-MEMO_INFO_NO_LIMIT
- Äåí Ý÷åéò èÝóåé êáíÝíá áñéèìü óôï üñéï ùóôå íá êñáôÞóåéò ìçíýìáôá.
-MEMO_INFO_NOTIFY_OFF
- Äåí èá óïõ ãßíåé ðáñáôÞñçóç ãéá íÝá ìçíýìáôá.
-MEMO_INFO_NOTIFY_ON
- Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá üôáí êÜíåéò logon êáé üôáí öôÜóïõí.
-MEMO_INFO_NOTIFY_RECEIVE
- Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá üôáí èá öôÜóïõí.
-MEMO_INFO_NOTIFY_SIGNON
- Èá åéäïðïéçèåßò ãéá íÝá ìçíýìáôá óôï logon.
-MEMO_INFO_X_NO_MEMOS
- %s äåí Ý÷åéò êáíÝíá ìÞíõìá.
-MEMO_INFO_X_MEMO
- %s Ý÷åéò 1 ìÞíõìá..
-MEMO_INFO_X_MEMO_UNREAD
- %s Ý÷åéò 1 ìÞíõìá, êáé äåí ôï Ý÷åéò äéáâÜóåé áêüìá.
-MEMO_INFO_X_MEMOS
- %s Ý÷åéò %d ìçíýìáôá.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí 1 äåí Ý÷åé äéáâáóôåß.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s Ý÷åéò %d ìçíýìáôá, åê ôùí ïðïßùí %d äåí Ý÷ïõí äéáâáóôåß.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s Ý÷åéò %d ìçíýìáôá; åê ôùí ïðïßùí üëá äåí Ý÷ïõí äéáâáóôåß.
-MEMO_INFO_X_LIMIT
- Ôïõ/ôçò %s's ôï üñéï ìçíõìÜôùí åßíáé %d.
-MEMO_INFO_X_HARD_LIMIT
- %s's üñéï ìçíõìÜôùí åßíáé %d, êáé äåí ìðïñåß íá áëëá÷ôåß.
-MEMO_INFO_X_NO_LIMIT
- %s äåí Ý÷åéò üñéï ìçíõìÜôùí.
-MEMO_INFO_X_NOTIFY_OFF
- %s äåí èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá.
-MEMO_INFO_X_NOTIFY_ON
- %s èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá óôï logon êáé üôáí èá öôÜóïõí.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s èá ðáñáôçñçèåß üôáí ôá íÝá ìçíýìáôá èá öôÜóïõí.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s èá ðáñáôçñçèåß ãéá íÝá ìçíýìáôá óôï logon.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- New memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Please wait %d seconds before using the RSEND command again.
-MEMO_RSEND_DISABLED
- Sorry, RSEND has been disabled on this network.
-MEMO_RSEND_SYNTAX
- RSEND {nick | channel} memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] The memo you sent has been viewed.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] The memo you sent to %s has been viewed.
-MEMO_RSEND_USER_NOTIFICATION
- A notification memo has been sent to %s informing him/her you have
- read his/her memo.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- The last memo you sent to %s (sent on %s) has not yet been read.
-MEMO_CHECK_READ
- The last memo you sent to %s (sent on %s) has been read.
-MEMO_CHECK_NO_MEMO
- Nick %s doesn't have a memo from you.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- You can not request a receipt when sending a memo to yourself.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Ôï Bot %s äåí õðÜñ÷åé.
-BOT_NOT_ASSIGNED
- ÐñÝðåé íá êÜíåéò assign óôï bot ãéá íá ìðåß óôï êáíÜëé.
- ÃñÜøå %R%S HELP ASSIGN ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-BOT_NOT_ON_CHANNEL
- Ôï Bot äåí åßíáé óôï êáíÜëé %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Ìçí ÷ñçóéìïðïéåßò áõôÞ ôç ëÝîç %s óôï êáíÜëé!
-BOT_REASON_BADWORD_GENTLE
- Ðñüóå÷å ôçí ãëþóóá óïõ!
-BOT_REASON_BOLD
- Ìçí ÷ñçóéìïðïéåßò Ýíôïíïõò ÷áñáêôÞñåò ìÝóá óôï êáíÜëé!
-BOT_REASON_CAPS
- Ìçí ãñÜöåéò ìå êåöáëáßá ãñÜììáôá!
-BOT_REASON_COLOR
- Ìçí ÷ñçóéìïðïéåßò ÷ñþìáôá ìÝóá óôï êáíÜëé!
-BOT_REASON_FLOOD
- Ìçí åðáíáëáìâÜíåéò óå ðïëëÝò óåéñÝò!
-BOT_REASON_REPEAT
- Ìçí åðáíáëáìâÜíåéò ôá ßäéá!
-BOT_REASON_REVERSE
- Ìçí åßóáé áíôßèåôïò ìÝóá óôï êáíÜëé!
-BOT_REASON_UNDERLINE
- Ìçí ÷ñçóéìïðïéåßò ÷áñáêôÞñåò õðïãñÜììéóçò óôï êáíÜëé!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Ìå âñÞêåò, %s!
-BOT_SEEN_YOU
- ØÜ÷íåéò ãéá ôïí åáõôü óïõ, å %s?
-BOT_SEEN_ON_CHANNEL
- %s äåí åßíáé óôï êáíÜëé áõôÞ ôç óôéãìÞ!
-BOT_SEEN_ON_CHANNEL_AS
- %s åßíáé óôï êáíÜëé áõôÞ ôç óôéãìÞ (as %s) !
-BOT_SEEN_ON
- %s Þôáí åäþ ôçí ôåëåõôáßá öïñÜ ðñéí %s.
-BOT_SEEN_NEVER
- Äåí Ý÷ù äåé êáíÝíáí %s óå áõôü ôï êáíÜëé.
-BOT_SEEN_UNKNOWN
- Äåí îÝñù êáíÝíáí %s ðïéïò åßíáé.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick user host real
- BOT CHANGE oldnick newnick [user [host [real]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- Bot %s õðÜñ÷åé Þäç.
-BOT_BOT_CREATION_FAILED
- Óõãíþìç, ç äçìéïõñãßá ôïõ bot áðÝôõ÷å.
-BOT_BOT_READONLY
- Óõãíþìç, ç õðçñåóßá ãéá ôï bot åßíáé áðåíåñãïðïéçìÝíç.
-BOT_BOT_ADDED
- %s!%s@%s (%s) ðñïóèÝèçêå óôïõ bot ôçí ëßóôá.
-BOT_BOT_ANY_CHANGES
- Ïé ðáëéÝò ðëçñïöïñßåò åßíáé ßäéåò ìå ôéò êáéíïýñãéåò.
-BOT_BOT_CHANGED
- Bot %s Üëëáîå óå %s!%s@%s (%s)
-BOT_BOT_DELETED
- Bot %s äéáãñÜöçêå.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Bot ëßóôá:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots åßíáé ìüíï ãéá IRC operators:
-BOT_BOTLIST_FOOTER
- %d bots äéáèÝóéìá.
-BOT_BOTLIST_EMPTY
- Äåí õðÜñ÷ïõí äéáèÝóéìá bots áõôÞ ôç óôéãìÞ.
- Ñþôá ôïí Services Operator íá óïõ öôéÜîåé Ýíá!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN chan nick
-BOT_ASSIGN_READONLY
- Óõãíþìç, ç õðçñåóßá bot assignment åßíáé áðåíåñãïðïéçìÝíç.
-BOT_ASSIGN_ALREADY
- Bot %s is already assigned to channel %s.
-BOT_ASSIGN_ASSIGNED
- Ôï Bot %s èá ìðåé óôï %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN chan
-BOT_UNASSIGN_UNASSIGNED
- Äåí õðÜñ÷åé bot ðïõ íá åßíáé óôï %s ôþñá ðéá.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {chan | nick}
-BOT_INFO_NOT_FOUND
- %s äåí åßíáé óùóôü bot Þ êáôï÷õñùìÝíï êáíÜëé.
-BOT_INFO_BOT_HEADER
- Ðëçñïöïñßåò ãéá ôï bot %s:
-BOT_INFO_BOT_MASK
- ÌÜóêá : %s@%s
-BOT_INFO_BOT_REALNAME
- Ðñáãìáôéêü üíïìá : %s
-BOT_INFO_BOT_CREATED
- ÄçìéïõñãÞèçêå : %s
-BOT_INFO_BOT_USAGE
- ×ñçóéìïðïéåßôáé óôï/á : %d êáíÜëé/á
-BOT_INFO_BOT_OPTIONS
- ÅðéëïãÝò : %s
-BOT_INFO_OPT_PRIVATE
- Ìõóôéêü
-BOT_INFO_CHAN_HEADER
- Ðëçñïöïñßåò ãéá ôï êáíÜëé %s:
-BOT_INFO_CHAN_BOT
- ¼íïìá ôïõ Bot : %s
-BOT_INFO_CHAN_BOT_NONE
- ¼íïìá ôïõ bot : äåí õðÜñ÷åé ãéá ôçí þñá.
-BOT_INFO_CHAN_KICK_BADWORDS
- ÊáêÝò ëÝîåéò þóôå íá êÜíåé kick : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- ÊáêÝò ëÝîåéò þóôå íá êÜíåé kick : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_BOLDS
- ¸íôïíç ÷áñáêôÞñåò ìå kick : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- ¸íôïíç ÷áñáêôÞñåò ìå kick : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Êåöáëáßá ãñÜììáôá ìå kick : %s (minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Êåöáëáßá ãñÜììáôá ìå kick : %s (%d kick(s) to ban; minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Êåöáëáßá ãñÜììáôá ìå kick : %s
-BOT_INFO_CHAN_KICK_COLORS
- ×ñþìáôá ìå kick : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- ×ñþìáôá ìå kick : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- ÅðáíÜëçøç ìå kick : %s (%d lines in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- ÅðáíÜëçøç ìå kick : %s (%d kick(s) to ban; %d lines in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- ÅðáíÜëçøç ìå kick : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- ÅðáíÜëçøç ìå kick : %s (%d times)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- ÅðáíÜëçøç ìå kick : %s (%d kick(s) to ban; %d times)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- ÅðáíÜëçøç ìå kick : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Áíôéèåôïò ìå kick : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Áíôéèåôïò kick : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- ÕðïãñÜììéóç ìå kick : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- ÕðïãñÜììéóç ìå kick : %s (%d kick(s) to ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- åíåñãïðïéçìÝíï
-BOT_INFO_INACTIVE
- áðåíåñãïðïéçìÝíï
-BOT_INFO_CHAN_OPTIONS
- ÅðéëïãÝò : %s
-BOT_INFO_OPT_DONTKICKOPS
- Ðñïóôáóßá óôïõò Ops
-BOT_INFO_OPT_DONTKICKVOICES
- Ðñïóôáóßá óôïõò Voices
-BOT_INFO_OPT_FANTASY
- Öáíôáóßá
-BOT_INFO_OPT_GREET
- ×áéñåôéóìüò
-BOT_INFO_OPT_NOBOT
- ÊáíÝíá bot
-BOT_INFO_OPT_SYMBIOSIS
- Óõìâßùóç
-BOT_INFO_OPT_NONE
- ÊáíÝíá
-
-# SET responses
-BOT_SET_SYNTAX
- SET channel option settings
-BOT_SET_DISABLED
- Óõãíþìç, ç õðçñåóßá bot åßíáé áðåíåñãïðïéçìÝíç.
-BOT_SET_UNKNOWN
- ¢ãíùóôç åðéëïãÞ %s.
- ÃñÜøå %R%S HELP SET ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET channel DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Ôï Bot äåí èá êÜíåé kick ôïõå ops ôïõ êáíáëéïý %s.
-BOT_SET_DONTKICKOPS_OFF
- Ôï Bot èá êÜíåé kick ôïõò ops ôïõ êáíáëéïý %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET channel DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Ôï Bot äåí èá êÜíåé kick ôïõò voices ôïõ êáíáëéïý %s.
-BOT_SET_DONTKICKVOICES_OFF
- Ôï Bot èá êÜíåé kick ôïõò voices ôïõ êáíáëéïý %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET channel FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Ç Fantasy åðéëïãÞ åßíáé ôþñá ON óôï êáíÜëé %s.
-BOT_SET_FANTASY_OFF
- Ç Fantasy åðéëïãÞ åßíáé ôùñá OFF óôï êáíÜëé %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET channel GREET {ON|OFF}
-BOT_SET_GREET_ON
- Ç åðéëïãÞ ÷áéñåôéóìïý åßíáé ON óôï êáíÜëé %s.
-BOT_SET_GREET_OFF
- Ç åðéëïãÞ ÷áéñåôéóìïý åßíáé OFF óôï êáíÜëé %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET channel NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- ÊáíÝíá Bot Ý÷åé åðéëïãÞ ON óôï êáíÜëé %s.
-BOT_SET_NOBOT_OFF
- ÊáíÝíá Bot Ý÷åé åðéëïãÞ OFF óôï êáíÜëé %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET channel PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Ìõóôéêüôçôá åðéëïãÞò ôïõ bot %s åßíáé ôþñá ON.
-BOT_SET_PRIVATE_OFF
- Ìõóôéêüôçôá åðéëïãÞò ôïõ bot %s åßíáé ôþñá OFF.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET channel SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- ÅðéëïãÞ óõìâßùóçò åßíáé ôþñá ON óôï êáíÜëé %s.
-BOT_SET_SYMBIOSIS_OFF
- ÅðéëïãÞ óõìâßùóçò åßíáé ôþñá OFF óôï êáíÜëé %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK channel option {ON|OFF} [settings]
-BOT_KICK_DISABLED
- Óõãíþìç, ç õðçñåóßá kicker åßíáé áðåíåñãïðïéçìÝíç.
-BOT_KICK_UNKNOWN
- ¢ãíùóôç åðéëïãÞ %s.
- ÃñÜøå %R%S HELP KICK ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-BOT_KICK_BAD_TTB
- %s äåí ìðïñåß íá ðÜñåé ôüóï ÷ñüíï ôo ban.
-
-BOT_KICK_BADWORDS_ON
- Ôï Bot áðü ôþñá èá êÜíåé kick êáêÝò ëÝîåéò. ×ñçóéìïðïßçóå ôçí BADWORDS åíôïëÞ
- ãéá íá ðñïóèÝóåéò Þ íá áöáéñÝóåéò êáêÝò ëÝîåéò.
-BOT_KICK_BADWORDS_ON_BAN
- Ôï Bot áðü ôþñá èá êÜíåé kick êáêÝò ëÝîåéò, êáé èá êÜíåé êáé ban ìåôÜ áðü
- %d kicks ãéá ôïí ßäéï ÷ñÞóôç. ×ñçóéìïðïßçóå ôçí BADWORDS åíôïëÞ
- ãéá íá ðñïóèÝóåéò Þ íá áöáéñÝóåéò êáêÝò ëÝîåéò.
-BOT_KICK_BADWORDS_OFF
- Ôï Bot äåí èá êÜíåé kick êáêÝò ëÝîåéò ðëÝïí.
-BOT_KICK_BOLDS_ON
- Ôï Bot èá êÜíåé ôþñá kick Ýíôïíïõò ÷áñáêôÞñåò.
-BOT_KICK_BOLDS_ON_BAN
- Ôï Bot èá êÜíåé kick Ýíôïíïõò ÷áñáêôÞñåò, êáé èá êÜíåé ban ìåôÜ áðü
- %d kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_BOLDS_OFF
- Ôï Bot äåí èá êÜíåé kick Ýíôïíïõò ÷áñáêôÞñåò ðëÝïí.
-BOT_KICK_CAPS_ON
- Ôï Bot èá êÜíåé kick êåöáëáßá (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí
- %d ÷áñáêôÞñåò êáé %d%% áðü ôï ìÞíõìá).
-BOT_KICK_CAPS_ON_BAN
- Ôï Bot èá êÜíåé kick êåöáëáßá (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí
- %d ÷áñáêôÞñåò êáé %d%% áðü ôï ìÞíõìá), êáé èá
- ãßíåé ban ìåôÜ áðü %d kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_CAPS_OFF
- Ôï Bot äåí èá êÜíåé kick êåöáëáßá ðëÝïí.
-BOT_KICK_COLORS_ON
- Ôï Bot èá êÜíåé kick ãéá ÷ñþìáôá.
-BOT_KICK_COLORS_ON_BAN
- Ôï Bot èá êÜíåé kick ãéá ÷ñþìáôá, êáé èá êÜíåé ban ìåôÜ áðü %d
- kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_COLORS_OFF
- Ôï Bot äåí èá êÜíåé kick ãéá ÷ñþìáôá ðëÝïí.
-BOT_KICK_FLOOD_ON
- Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (%d ãñáììÝò óå %d äåõôåñüëåðôá).
-BOT_KICK_FLOOD_ON_BAN
- Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (%d ãñáììÝò óå %d äåõôåñüëåðôá), êáé
- èá êÜíåé ban ìåôÜ áðü %d kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_FLOOD_OFF
- Ôï Bot äåí èá êÜíåé kick ãéá åðáíáëÞøåéò ðëÝïí.
-BOT_KICK_REPEAT_ON
- Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (÷ñÞóôåò ðïõ ëÝíå %d öïñÝò
- ôï ßäéï ðñÜãìá).
-BOT_KICK_REPEAT_ON_BAN
- Ôï Bot èá êÜíåé kick ãéá åðáíáëÞøåéò (÷ñÞóôåò ðïõ ëÝíå %d öïñÝò
- ôï ßäéï ðñÜãìá), êáé èá ãßíåôáé ban ìåôÜ áðü %d
- kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_REPEAT_OFF
- Ôï Bot äåí èá êÜíåé kick ãéá åðáíáëÞøåéò ðëÝïí.
-BOT_KICK_REVERSES_ON
- Ôï Bot èá êÜíåé kick ãéá reserves.
-BOT_KICK_REVERSES_ON_BAN
- Ôï Bot èá êÜíåé kick ãéá reverses, êáé èá êÜíåé ban ìåôÜ áðü %d
- kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_REVERSES_OFF
- Ôï Bot äåí èá êÜíåé kick ãéá reverses ðëÝïí.
-BOT_KICK_UNDERLINES_ON
- Ôï Bot èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò.
-BOT_KICK_UNDERLINES_ON_BAN
- Ôï Bot èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò, êáé èá êÜíåé ban ìåôÜ áðü %d
- kicks ãéá ôïí ßäéï ÷ñÞóôç.
-BOT_KICK_UNDERLINES_OFF
- Ôï Bot äåí èá êÜíåé kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò ðëÝïí.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Óõãíþìç, ç õðçñåóßá bad words åßíáé áðåíåñãïðïéçìÝíç.
-BOT_BADWORDS_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò ìüíï íá Ý÷åéò %d êáêÝò ëÝîåéò ãéá Ýíá êáíÜëé.
-BOT_BADWORDS_ALREADY_EXISTS
- %s Ý÷åéò Þäç %s êáêÝò ëÝîåéò.
-BOT_BADWORDS_ADDED
- %s ðñïóèÝèçêå óôçí ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Äåí õðÜñ÷åé áõôÞ ç èÝóç (#%d) óôç ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s.
-BOT_BADWORDS_NOT_FOUND
- %s äåí âñÝèçêå óôç ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s.
-BOT_BADWORDS_NO_MATCH
- Äåí âñÝèçêáí ïé èÝóåéò óôçí ëßóôá ôùí êáêþí ëÝîåùí ôïõ %s.
-BOT_BADWORDS_DELETED
- %s äéáãñÜöôçêå áðü ôçí ëßóôá ôùí êáêþí ëÝîåùí áðï ôï %s.
-BOT_BADWORDS_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôïõ %s ëßóôá êáêþí ëÝîåùí.
-BOT_BADWORDS_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôï %s ,ôç ëßóôá ôùí êáêþí ëÝîåùí.
-BOT_BADWORDS_LIST_EMPTY
- Ç ëßïóôá ôùí êáêþí ëÝîåùí ôïõ %s åßíáé Üäåéá.
-BOT_BADWORDS_LIST_HEADER
- Ç ëßóôá ìå ôéò êáêÝò ëÝîåéò ôïõ %s åßíáé:
- Íïýì ËÝîç Ôýðïò
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Ç ëßóôá ôùí êáêþí ëÝîåùí åßíáé Üäåéá.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY channel text
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT channel text
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_EXCEPT
- User matches channel except.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_BAD_NICK
- Bot Nicks may only contain valid nick characters.
-BOT_BAD_HOST
- Bot Hosts may only contain valid host characters.
-BOT_BAD_IDENT
- Bot Idents may only contain valid characters.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Ïé õðçñåóßåò áäõíáôïýí íá áëëÜîïõí ôéò åðéëïãÝò. Ïé servers åßíáé óùóôÜ öôéáãìÝíïé?
-OPER_BOUNCY_MODES_U_LINE
- Ïé õðçñåóßåò áäõíáôïýí íá áëëÜîïõí ôéò åðéëïãÝò. Ïé servers' U: ãñáììÝò åßíáé ïé óùóôÝò?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL message
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- ¢ãíùóôç STATS åðéëïãÞ %s..
-OPER_STATS_CURRENT_USERS
- Ïé ùò ôþñá ÷ñÞóôåò: %d (%d ops)
-OPER_STATS_MAX_USERS
- ÌÝãéóôïé ÷ñÞóôåò: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ìÝñåò, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ìÝñåò, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôÜ
-OPER_STATS_UPTIME_HM1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôÜ
-OPER_STATS_UPTIME_H1MS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôü
-OPER_STATS_UPTIME_H1M1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñåò, %d ëåðôü
-OPER_STATS_UPTIME_1HMS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôÜ
-OPER_STATS_UPTIME_1HM1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôÜ
-OPER_STATS_UPTIME_1H1MS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôü
-OPER_STATS_UPTIME_1H1M1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d þñá, %d ëåðôü
-OPER_STATS_UPTIME_MS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôÜ, %d äåõôåñüëåðôá
-OPER_STATS_UPTIME_M1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôÜ, %d äåõôåñüëåðôï
-OPER_STATS_UPTIME_1MS
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôü, %d äåõôåñüëåðôá
-OPER_STATS_UPTIME_1M1S
- Ïé õðçñåóßåò åßíáé óõíäåäåìÝíåò %d ëåðôü, %d äåõôåñüëåðôï
-OPER_STATS_BYTES_READ
- ÄéáâáóìÝíá Bytes : %5d kB
-OPER_STATS_BYTES_WRITTEN
- ÃñáììÝíá Bytes : %5d kB
-OPER_STATS_USER_MEM
- ×ñÞóôçò : %6d âÜóåéò, %5d kB
-OPER_STATS_CHANNEL_MEM
- ÊáíÜëéá : %6d âÜóåéò, %5d kB
-OPER_STATS_GROUPS_MEM
- NS ÏìÜäåò : %6d âÜóåéò, %5d kB
-OPER_STATS_ALIASES_MEM
- NS Aliases : %6d âÜóåéò, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d âÜóåéò, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d âÜóåéò, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d âÜóåéò, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessions : %6d âÜóåéò, %5d kB
-OPER_STATS_AKILL_COUNT
- Ùò ôþñá õðÜñ÷ïõí AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d ìÝñåò
-OPER_STATS_AKILL_EXPIRE_DAY
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 ìÝñá
-OPER_STATS_AKILL_EXPIRE_HOURS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d þñåò
-OPER_STATS_AKILL_EXPIRE_HOUR
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 þñá
-OPER_STATS_AKILL_EXPIRE_MINS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: %d ëåðôÜ
-OPER_STATS_AKILL_EXPIRE_MIN
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: 1 ëåðôü
-OPER_STATS_AKILL_EXPIRE_NONE
- Åîáñ÷Þò ÷ñüíïò ëÞîçò AKILL: Äåí ëÞãåé ðïôÝ
-OPER_STATS_SNLINE_COUNT
- Ùò ôþñá õðÜñ÷ïõí SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d ìÝñåò
-OPER_STATS_SNLINE_EXPIRE_DAY
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 ìÝñá
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d þñåò
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 þñá
-OPER_STATS_SNLINE_EXPIRE_MINS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: %d ëåðôÜ
-OPER_STATS_SNLINE_EXPIRE_MIN
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: 1 ëåðôü
-OPER_STATS_SNLINE_EXPIRE_NONE
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SNLINE: Äåí ëÞãåé ðïôÝ
-OPER_STATS_SQLINE_COUNT
- Ùò ôþñá õðÜñ÷ïõí SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d ìÝñåò
-OPER_STATS_SQLINE_EXPIRE_DAY
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 ìÝñá
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d þñåò
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 þñá
-OPER_STATS_SQLINE_EXPIRE_MINS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: %d ëåðôÜ
-OPER_STATS_SQLINE_EXPIRE_MIN
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: 1 ëåðôü
-OPER_STATS_SQLINE_EXPIRE_NONE
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SQLINE: Äåí ëÞãåé ðïôÝ
-OPER_STATS_SZLINE_COUNT
- Ùò ôþñá õðÜñ÷ïõí SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d ìÝñåò
-OPER_STATS_SZLINE_EXPIRE_DAY
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 ìÝñá
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d þñåò
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 þñá
-OPER_STATS_SZLINE_EXPIRE_MINS
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: %d ëåðôÜ
-OPER_STATS_SZLINE_EXPIRE_MIN
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: 1 ëåðôü
-OPER_STATS_SZLINE_EXPIRE_NONE
- Åîáñ÷Þò ÷ñüíïò ëÞîçò SZLINE: Äåí ëÞãåé ðïôÝ
-OPER_STATS_RESET
- Ôá óôáôéóôéêÜ óâÞóôçêáí.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE channel modes
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE nick modes
-
-# OLINE responses
-OPER_UMODE_SUCCESS
- Changed usermodes of %s.
-OPER_UMODE_CHANGED
- %s changed your usermodes.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- An O:Line with the flags %s has been added for %s.
-
-# CLEARMODES responses
-OPER_OLINE_IRCOP
- You are now an IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES channel [ALL]
-OPER_CLEARMODES_DONE
- ¼ëá ôá modes êáé ôá bans êáèáñßóôçêáí áðü ôï êáíÜëé %s.
-OPER_CLEARMODES_ALL_DONE
- ¼ëá ôá modes êáèáñßóôçêáí áðü ôï êáíÜëé %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK channel user reason
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick newnick
-OPER_SVSNICK_NEWNICK
- The nick %s is now being changed to %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_AKILL_EXISTS
- %s õðÜñ÷åé Þäç óôçí ëßóôá AKILL.
-OPER_AKILL_ALREADY_COVERED
- %s Ý÷åé Þäç êáëõöèåß áðü ôïí %s.
-OPER_AKILL_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d AKILLs.
-OPER_AKILL_NO_NICK
- Õðåíèýìéóç: Ïé ìÜóêåò ôùí AKILL äåí ðñÝðåé íá ðåñéÝ÷ïõí øåõäþíõìá; óéãïõñÝøïõ ïôé äåí ðåñéÝ÷åéò øåõäþíõìï óôçí ìÜóêá.
-OPER_AKILL_ADDED
- %s ðñïóèÝèçêå óôçí ëßóôá AKILL.
-OPER_AKILL_CHANGED
- Ôï ÷ñïíéêü üñéï ôïõ/çò %s Üëëáîå
-OPER_AKILL_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá AKILL.
-OPER_AKILL_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá AKILL.
-OPER_AKILL_DELETED
- %s äéáãñÜöçêå áðü ôçí ëßóôá AKILL.
-OPER_AKILL_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá AKILL.
-OPER_AKILL_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá AKILL.
-OPER_AKILL_LIST_EMPTY
- Ç ëßóôá AKILL åßíáé Üäåéá.
-OPER_AKILL_LIST_HEADER
- Ç åùò ôþñá AKILL ëßóôá åßíáé:
- Íïõ ÌÜóêá Ëüãïò
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Ç Ýùò ôþñá AKILL ëßóôá åßíáé:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_AKILL_CLEAR
- Ç ëßóôá AKILL êáèáñßóôçêå.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:reason]]
-OPER_SNLINE_UNSUPPORTED
- Óõãíþìç, ç åíôïëÞ SNLINE äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï.
-OPER_SNLINE_EXISTS
- %s õðÜñ÷åé Þäç óôçí ëßóôá SNLINE.
-OPER_SNLINE_ALREADY_COVERED
- %s Ý÷åé Þäç êáëõöèåß áðü ôïí %s.
-OPER_SNLINE_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SNLINEs.
-OPER_SNLINE_ADDED
- %s ðñïóèÝèçêå óôçí ëßóôá SNLINE.
-OPER_SNLINE_CHANGED
- Ôï ÷ñïíéêü üñéï ôïõ/ôçò %s Üëëáîå.
-OPER_SNLINE_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá SNLINE.
-OPER_SNLINE_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SNLINE.
-OPER_SNLINE_DELETED
- %s äéáãñÜöçêå áðü ôçí ëßóôá SNLINE.
-OPER_SNLINE_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SNLINE.
-OPER_SNLINE_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SNLINE.
-OPER_SNLINE_LIST_EMPTY
- Ç ëßóôá SNLINE åßíáé Üäåéá.
-OPER_SNLINE_LIST_HEADER
- Ç Ýùò ôþñá ëßóôá SNLINE åßíáé ïé åîçò:
- Íïõ ÌÜóêá Ëüãïò
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Current SNLINE list:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SNLINE_CLEAR
- Ç ëßóôá SNLINE êáèáñßóôçêå.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Ç åíôïëÞ Channel SQLINEs äåí õðïóôçñßæåôáé áðü ôïí IRCd óïõ,ãéáõôï äåí ìðïñåßò íá ôéò ÷ñçóéìïðïéÞóåéò.
-OPER_SQLINE_EXISTS
- %s õðÜñ÷åé Þäç óôçí ëßóôá SQLINE.
-OPER_SQLINE_ALREADY_COVERED
- %s Ý÷åé Þäç êáëõöèåß áðü ôïí %s.
-OPER_SQLINE_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SQLINEs.
-OPER_SQLINE_ADDED
- %s ðñïóèÝèçêå óôçí ëßóôá SQLINE.
-OPER_SQLINE_CHANGED
- Ôï ÷ñïíéêü üñéï ôïõ/çò %s Üëëáîå.
-OPER_SQLINE_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá SQLINE.
-OPER_SQLINE_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SQLINE.
-OPER_SQLINE_DELETED
- %s äéáãñÜöçêå áðü ôçí ëßóôá SQLINE.
-OPER_SQLINE_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SQLINE.
-OPER_SQLINE_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SQLINE.
-OPER_SQLINE_LIST_EMPTY
- Ç ëßóôá SQLINE åßíáé Üäåéá.
-OPER_SQLINE_LIST_HEADER
- Ç Ýùò ôþñá ëßóôá SQLINE åßíáé ïé åîÞò:
- Íïõ ÌÜóêá Ëüãïò
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Ç Ýùò ôþñá ëßóôá SQLINE åßíáé ïé åîÞò:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SQLINE_CLEAR
- Ç ëßóôá SQLINE êáèáñßóôçêå.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]
-OPER_SZLINE_UNSUPPORTED
- Óõãíþìç, ç åíôïëÞ SÆLINE äåí åßíáé äéáèÝóéìç óå áõôü ôï äßêôõï.
-OPER_SZLINE_EXISTS
- %s õðÜñ÷åé Þäç óôçí ëßóôá SZLINE.
-OPER_SZLINE_ALREADY_COVERED
- %s Ý÷åé Þäç êáëõöèåß áðü ôïí %s.
-OPER_SZLINE_REACHED_LIMIT
- Óõãíþìç, ìðïñåßò íá Ý÷åéò ìüíï %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Õðåíèýìéóç: ìðïñåßò ìüíï íá ðñïóèÝóåéò IP ìÜóêåò óôçí ëßóôá SZLINE.
-OPER_SZLINE_ADDED
- %s ðñïóèÝèçêå óôçí ëßóôá SZLINE.
-OPER_SZLINE_CHANGED
- Ôï ÷ñïíéêü üñéï ôïõ/çò %s Üëëáîå.
-OPER_SZLINE_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá SZLINE.
-OPER_SZLINE_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá SZLINE.
-OPER_SZLINE_DELETED
- %s äéáãñÜöçêå áðü ôçí ëßóôá SZLINE.
-OPER_SZLINE_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá SZLINE.
-OPER_SZLINE_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá SZLINE.
-OPER_SZLINE_LIST_EMPTY
- Ç ëßóôá SZLINE åßíáé Üäåéá.
-OPER_SZLINE_LIST_HEADER
- Ç Ýùò ôþñá ëßóôá SZLINE åßíáé ïé åîÞò:
- Íïõ ÌÜóêá Ëüãïò
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Ç Ýùò ôþñá ëßóôá SZLINE åßíáé ïé åîÞò:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SZLINE_CLEAR
- Ç ëßóôá SZLINE êáèáñßóôçêå.
-
-# SET responses
-OPER_SET_SYNTAX
- SET option setting
-OPER_SET_IGNORE_ON
- Ç åíôïëÞ Ignore èá ÷ñçóéìïðïéåßôáé.
-OPER_SET_IGNORE_OFF
- Ç åíôïëÞ Ignore äåí ÷ñçóéìïðïéåßôáé.
-OPER_SET_IGNORE_ERROR
- Ç åðéëïãÞ ãéá IGNORE ðñÝðåé íá åßíáé ON Þ OFF.
-OPER_SET_READONLY_ON
- Ôá Services åßíáé ôþñá ìüíï áíÜãíùóçò.
-OPER_SET_READONLY_OFF
- Ôá Services åßíáé óå åðéëïãÞ áíÜãíùóçò-åããñáöÞò.
-OPER_SET_READONLY_ERROR
- Ç åðéëïãÞ ãéá READONLY ðñÝðåé íá åßíáé ON Þ OFF.
-OPER_SET_LOGCHAN_ON
- Services is now reporting log messages to %s.
-OPER_SET_LOGCHAN_OFF
- Services is no longer reporting log messages to a channel.
-OPER_SET_LOGCHAN_ERROR
- Setting for LOGCHAN must be ON or OFF and LogChannel must be defined.
-OPER_SET_DEBUG_ON
- Ôá Services åßíáé ôþñá óå debug åðéëïãÞ.
-OPER_SET_DEBUG_OFF
- Ôá Services åßíáé ôþñá óå ìç-debug åðéëïãÞ.
-OPER_SET_DEBUG_LEVEL
- Ôá Services åßíáé ôþñá óå debug åðéëïãÞ (âáèìüò %d).
-OPER_SET_DEBUG_ERROR
- Ç åðéëïãÞ ãéá DEBUG ðñÝðåé íá åßíáé ON, OFF, Þ Ýíá êáôçãïñéìáôéêü íïýìåñï.
-OPER_SET_NOEXPIRE_ON
- Ôá Services åßíáé ôþñá óå åðéëïãÞ íá ìçí ëÞãåé.
-OPER_SET_NOEXPIRE_OFF
- Ôá Services åßíáé ôþñá óå åðéëïãÞ íá ëÞãåé.
-OPER_SET_NOEXPIRE_ERROR
- Ç åðéëïãÞ ãéá NOEXPIRE ðñÝðåé íá åßíáé ON Þ OFF.
-OPER_SET_UNKNOWN_OPTION
- ¢ãíùóôç åðéëïãÞ %s.
-OPER_SET_LIST_OPTION_ON
- %s is enable
-OPER_SET_LIST_OPTION_OFF
- %s is disabled
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} server
-OPER_NOOP_SET
- ¼ëåò ïé O:ãñáììÝò ôïõ %s Ý÷ïõí áðïìáêñõíèåß.
-OPER_NOOP_REVOKE
- ¼ëåò ïé O:ãñáììÝò ôïõ %s Ý÷ïõí óâçóôåß.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE servername [reason]
-OPER_JUPE_HOST_ERROR
- Please use a valid server name when juping
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Ãßíåôáé Update óôéò âÜóåéò äåäïìÝíùí.
-
-# RELOAD responses
-OPER_RELOAD
- Ôï áñ÷åßï ôùí õðçñåóéþí,conf file Ýãéíå reloaded,åðáíáöïñôþèçêå.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN not defined; äåí ìðïñåß íá ãßíåé åðáíåêêßíçóç. ÎáíáôñÝîå ôï \2configure\2 script êáé êÜíå recompile ôá Services ãéá íá åíåñãïðïéÞóåéò ôçí åíôïëÞ RESTART.
-
-# LISTIGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-OPER_IGNORE_VALID_TIME
- You have to enter a valid number as time.
-OPER_IGNORE_TIME_DONE
- %s will now be ignored for %s.
-OPER_IGNORE_PERM_DONE
- %s will now permanently be ignored.
-OPER_IGNORE_DEL_DONE
- %s will no longer be ignored.
-OPER_IGNORE_LIST
- Ç ëßóôá ignore ãéá ôéò õðçñåóßåò:
-OPER_IGNORE_LIST_NOMATCH
- %s not found on ignore list.
-OPER_IGNORE_LIST_EMPTY
- Ç ëßóôá ignore ôùí õðçñåóéþí åßíáé Üäåéá.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- Ignore list has been cleared.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Äåí ìðïñåß íá âñåèåß ï ÷ñÞóôçò %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Ëßóôá Êáíáëéïý:
- ¼íïìá ×ñÞóôåò ÅðéëïãÝò Topic
-OPER_CHANLIST_HEADER_USER
- %s channel list:
- ¼íïìá ×ñÞóôåò ÅðéëïãÝò Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- ÔÝëïò ëßóôáò êáíáëéïý.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Ëßóôá ÷ñçóôþí:
- ¼íïìá ÌÜóêá
-OPER_USERLIST_HEADER_CHAN
- %s ëßóôá ÷ñçóôþí:
- ¼íïìá ÌÜóêá
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- ÔÝëïò ëßóôáò ÷ñçóôþí.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- You are now a SuperAdmin
-OPER_SUPER_ADMIN_OFF
- You are no longer a SuperAdmin
-OPER_SUPER_ADMIN_SYNTAX
- Setting for SuperAdmin must be ON or OFF.
-OPER_SUPER_ADMIN_WALL_ON
- %s is now a Super-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s is no longer a Super-Admin
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ONLY
- Only Super-Admins can use this command.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Nick
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- This service is temporarly disabled, please try again later
-OPER_DEFCON_CHANGED
- Services are now at DEFCON %d
-OPER_DEFCON_WALL
- %s Changed the DEFCON level to %d
-DEFCON_GLOBAL
- The Defcon Level is now at Level: %d
-
-# Modules strings
-
-OPER_MODULE_LOADED
- Module %s loaded
-OPER_MODULE_UNLOADED
- Module %s unloaded
-OPER_MODULE_LOAD_FAIL
- Unable to load module %s
-OPER_MODULE_REMOVE_FAIL
- Unable to remove module %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD FileName
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD FileName
-OPER_MODULE_LIST_HEADER
- Current Module list:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules loaded.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Author: %s loaded: %s
-OPER_MODULE_CMD_LIST
- Providing command: %R%s %s
-OPER_MODULE_MSG_LIST
- Providing IRCD handler for: %s
-OPER_MODULE_NO_LIST
- No modules currently loaded
-OPER_MODULE_NO_INFO
- No information about module %s is available
-OPER_MODULE_INFO_SYNTAX
- MODINFO FileName
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- The following commands have been loaded by a module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+÷ñüíïò ëÞîçò] ìÜóêá üñéï ëüãïò
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {ìÜóêá | ëßóôá}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE íïýìåñï èÝóç
-OPER_EXCEPTION_DISABLED
- Ç Session limiting åíôïëÞ åßíáé áðåíåñãïðïéçìÝíç.
-OPER_EXCEPTION_ALREADY_PRESENT
- Ç ìÜóêá %s åßíáé Þäç óôçí ëßóôá exception.
-OPER_EXCEPTION_TOO_MANY
- Ç ëßóôá Session-limit exception åßíáé full!
-OPER_EXCEPTION_ADDED
- Session limit ãéá ôïí %s ñõèìßóôçêå óå %d.
-OPER_EXCEPTION_MOVED
- Exception ãéá %s (#%d) ìåôáêéíÞèçêå óôç èÝóç %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Äåí âñÝèçêå èÝóç (#%d) óôç ëßóôá session-limit exception.
-OPER_EXCEPTION_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá session-limit exception.
-OPER_EXCEPTION_NO_MATCH
- Äåí âñÝèçêáí èÝóåéò óôçí ëßóôá session-limit exception.
-OPER_EXCEPTION_DELETED
- %s äéáãñÜöçêå áðü ôçí ëßóôá session-limit exception.
-OPER_EXCEPTION_DELETED_ONE
- ÄéáãñÜöçêå 1 èÝóç áðü ôçí ëßóôá session-limit exception.
-OPER_EXCEPTION_DELETED_SEVERAL
- ÄéáãñÜöçêáí %d èÝóåéò áðü ôçí ëßóôá session-limit exception.
-OPER_EXCEPTION_LIST_HEADER
- Ç Ýùò ôþñá ëßóôá Session Limit Exception åßíáé ïé åîÞò:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Íïõ Limit Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Limit: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- ËÜèïò session limit. ÐñÝðåé íá åßíáé ëÜèïò ï integer greater Þ ðñÝðåé íá åßíáé ìåôáîý ìçäÝí êáé %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- ËÜèïò hostmask. Ìüíï ðñáãìáôéêÜ hostmasks ÷ñçóéìïðïéïýíôáé êáé ü÷é øåõäþíõìá Þ usernames.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limit | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST üñéï
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- Ç åíôïëÞ Session limiting åßíáé áðåíåñãïðïéçìÝíç.
-OPER_SESSION_INVALID_THRESHOLD
- ËÜèïò threshold value. ÐñÝðåé íá åßíáé ìåãáëýôåñï áðü ôï 1.
-OPER_SESSION_NOT_FOUND
- %s äåí âñÝèçêå óôçí ëßóôá session.
-OPER_SESSION_LIST_HEADER
- Hosts ìå ôï ëéãüôåñï %d sessions:
-OPER_SESSION_LIST_COLHEAD
- Sessions Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- Ôï host %s Ý÷åé ùò ôþñá %d sessions ìå üñéï ôï %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Óýíôáîç: EXCEPTION ADD [+expiry] mask limit reason
- EXCEPTION DEL {mask | list}
- EXCEPTION MOVE num position
- EXCEPTION LIST [mask | list]
- EXCEPTION VIEW [mask | list]
-
- ÅðéôñÝðïõí óôïõò Services Operators íá ïñßóïõí ôçí ëßóôá ôùí hosts ôá
- ïðïßá Ý÷ïõí Ýíá óõãêåêñéìÝíï üñéï - áöÞíïíôáò áóöáëÞò ìç÷áíÞìáôá,
- üðùò åßíáé ôá shell servers, to carry more than the default number
- of clients at a time. Áí êÜðïéï host ðåñÜóåé áðü ôï session limit,
- üëïé ïé clients ðïõ èá ðñïóðáèÞóïõí íá óõíäåèïýí ìå áõôü ôï host èá
- áðïññéöèïýí-óêïôùèïýí.Ðñéí ï ÷ñÞóôçò óêïôùèåß-áðïññéöèåß, èán ðñïçäïðïéçèåß,
- ìå /NOTICE áðü ôïí %S. Ôï óçìåßùìá áõôü åßíáé åðéëïãÞ áðü ôï configuration.
-
- EXCEPTION ADD ðñïóèÝôåé ôï hostname óôçí Exception list.
- Óçìåßùóç,áí ãñÜøåôå nick!user@host êáé user@host óáí ìÜóêåò åßíáé ëÜèïò!
- Ìüíï ðñáãìáôéêÜ host masks, üðùò box.host.dom êáé *.host.dom,
- åßíáé åðéôñåðüìåíá ãéáôß ôï üñéï ôùí sessions äåí ðåñéÝ÷åé øåõäþíõìá Þ
- user names ìÝóá óôï account. üñéï ðñÝðåé íá åßíáé Ýíá íïýìåñï ìåãáëýôåñï áðü
- Þ êïíôÜ óôï ìçäÝí. Áõôü åîáñôÜôáé áðü ôá ðüóá sessions áõôü ôï host
- ìðïñåß íá ðÜñåé ìÝóá óôï ÷ñüíï. Ï âáèìüò ìçäÝí óçìáßíåé ïôé ôï host äåí èá Ý÷åé
- üñéï óôçí session limit. Êïßôá ôï âïÞèçìá AKILL ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- ìå ôçí óýíôáîç ôçò åíôïëÞò êáé ôçí ðáñÜìåôñï expiry.
- EXCEPTION DEL óâÞíåé ôçí äùóìÝíç ìÜóêá áðü ôçí ëßóôá exception.
- EXCEPTION MOVE áðïìáêñýíåé ôï exception íïýìåñï óå èÝóç.
- EXCEPTION LIST and EXCEPTION VIEW äåß÷íåé üëá ôá Ýùò ôþñá
- exceptions; áí ç êáèïñéóìÝíç ìÜóêá äøèåß, ôüôå èá åìöáíßæåôáé óôç ëßóôá.
- EXCEPTION VIEW åßíáé ðéï áíáëõôéêÞ, åìöáíßæåé ôï øåõäþíõìï ôïõ ÷ñÞóôç
- ðïõ ðñüóèåóå áõôü ôï exception, ìå ëüãï,ìÜóêá êáé ôï ÷ñüíï ëÞîçò óå ìÝñá êáé þñá.
-
- Óçìåßùóç ôï óõíäåäåìÝíï client èá "÷ñçóéìïðïéåß" ôçí ðñþôç exception
- êáé üðïõ ôáéñéÜîåé ôï host.
-
- Ìüíï ãéá ôïõò Åðéêåöáëåßò Õðçñåóéþí.
-
-OPER_HELP_SESSION
- Óýíôáîç: SESSION LIST threshold
- SESSION VIEW host
-
- ÁöÞíåé ôïõò åðéêåöáëåßò õðçñåóéþí íá äïõí ôçí ëßóôá session.
-
- SESSION LIST Ëßóôá ìå hosts ìå ôïõëÜ÷éóôïí threshold sessions.
- Ôï threshold ðñÝðåé íá åßíáé Ýíá íïýìåñï ìåãáëýôåñï áðü 1. Áõôü ãßíåôáé
- ãéá íá áðïöåõ÷èïýí áôõ÷Þìáôá óôç ëßóôá ìåãÜëùí íïýìåñùí ìïíþí session hosts.
- SESSION VIEW åìöáíßæåé áíáëõôéêÝò ðëçñïöïñßåò ó÷åôéêÜ ìå ôá specific
- host - óõìåñéëáìâáíïìÝíïõ ðñüóöáôïõ session ìåôñçôÞ êáé session limit.
- Ç ìÜóêá ðñÝðåé íá ìçí ðåñéëáìâÜíåôáé óå wildcards.
-
- Êïßôá óôï EXCEPTION help ãéá ðåñéóóüôåñåò ðëçñïöïñßåò ó÷åôéêÜ ìå ôï session
- limiting êáé ãéá ôï ðùò èá êÜíåéò session limits óå specific hosts êáé groups.
-
- Ìüíï ãéá ôïõò Åðéêåöáëåßò Õðçñåóéþí.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Displays all Services Staff nicks along with level
- and on-line status.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- The defcon system can be used to implement a pre-defined
- set of restrictions to services useful during an attemtped
- attack on the network.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * No new channel registrations
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * No new nick registrations
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * No MLOCK changes
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Force Chan Modes (%s) to be set on all channels
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Use the reduced session limit of %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill any NEW clients connecting
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignore any non-opers with message
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Silently ignore non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL any new clients connecting
-
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * No new memos sent
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+expiry] channel reason
-
- Puts an AKILL for every nick on the specified channel. It
- uses the entire and complete real ident@host for every nick,
- then enforces the AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Êáíïíéóìïß Þ ðëçñïöïñßåò - %s] %s
-NEWS_OPER_TEXT
- [ÍÝá ãéá Opers - %s] %s
-NEWS_RANDOM_TEXT
- [ÍÝá ó÷åôéêÜ ìå ôï äßêôõï - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]
-NEWS_LOGON_LIST_HEADER
- Êáíïíéóìïß:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_LOGON_LIST_NONE
- Äåí õðÜñ÷ïõí êáíïíéóìïß Þ ðëçñïöïñßåò.
-NEWS_LOGON_ADD_SYNTAX
- Óýíôáîç: LOGONNEWS ADD ðåñéå÷üìåíï
-NEWS_LOGON_ADD_FULL
- Ç ëßóôá ôùí íÝùí åßíáé ãåìÜôç!
-NEWS_LOGON_ADDED
- ÐñïóôÝèçêå Ýíáò êáíïíéóìüò Þ ðëçñïöïñßá óôç èÝóç (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Óýíôáîç: LOGONNEWS DEL {íïýìåñï | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Êáíïíéóìüò óôç èÝóç #%d äåí âñÝèçêå!
-NEWS_LOGON_DELETED
- Êáíïíéóìüò Þ ðëçñïöïñßá óôç èÝóç #%d äéáãñÜöçêå.
-NEWS_LOGON_DEL_NONE
- ÊáíÝíáò Êáíïíéóìüò Þ ðëçñïöïñßá ãéá íá äéáãñáöåß!
-NEWS_LOGON_DELETED_ALL
- ¼ëïé ïé êáíïíéóìïß Þ ïé ðëçñïöïñßåò äéáãñÜöçêáí.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]
-NEWS_OPER_LIST_HEADER
- ÍÝá ôùí Opers:
-NEWS_OPER_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_OPER_LIST_NONE
- Äåí õðÜñ÷ïõí íÝá ãéá ôïõò opers.
-NEWS_OPER_ADD_SYNTAX
- Óýíôáîç: OPERNEWS ADD ðåñéå÷üìåíï
-NEWS_OPER_ADD_FULL
- Ç ëßóôá åßíáé ãåìÜôç!
-NEWS_OPER_ADDED
- ÐñïóèÝèçêå Ýíá íÝï ìÞíõìá ãéá ôïõò opers èÝóç (#%d).
-NEWS_OPER_DEL_SYNTAX
- Óýíôáîç: OPERNEWS DEL {íïýìåñï | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Ç èÝóç #%d óôçí ëßóôá äåí âñÝèçêå!
-NEWS_OPER_DELETED
- Ç èÝóç #%d äéáãñÜöçêå.
-NEWS_OPER_DEL_NONE
- Äåí õðÜñ÷ïõí èÝóåéò óôçí ëßóôá ãéá íá äéáãñÜøåéò!
-NEWS_OPER_DELETED_ALL
- ¼ëá ôá íÝá ãéá ôïõò opers äéáãñÜöçêáí.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [ðåñéå÷üìåíï|íïýìåñï]
-NEWS_RANDOM_LIST_HEADER
- ÍÝá ãéá ôï äßêôõï:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Äåí õðÜñ÷ïõí íÝá.
-NEWS_RANDOM_ADD_SYNTAX
- Óýíôáîç: RANDOMNEWS ADD ðåñéå÷üìåíï
-NEWS_RANDOM_ADD_FULL
- Ç ëßóôá åßíáé ãåìÜôç!
-NEWS_RANDOM_ADDED
- ÐñïóèÝèçêå Ýíá íÝï ìÞíõìá óôçí èÝóç (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Óýíôáîç: RANDOMNEWS DEL {íïýìåñï | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Ôï ìÞíõìá óôçí èÝóç #%d äåí âñÝèçêå!
-NEWS_RANDOM_DELETED
- Ôï ìÞíõìá óôçí èÝóç #%d äéáãñÜöçêå.
-NEWS_RANDOM_DEL_NONE
- Äåí âñÝèçêáí ìçíýìáôá ãéá íá äéáãñáöïýí!
-NEWS_RANDOM_DELETED_ALL
- ¼ëá ôá ìçíýìáôá äéáãñÜöçêáí.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Óýíôáîç: RANDOMNEWS ADD ðåñéå÷üìåíá
- RANDOMNEWS DEL {íïýìåñï | ALL}
- RANDOMNEWS LIST
-
- Ìðïñåßò íá ðñïóèÝóåéò, íá áöáéñÝóåéò Þ íá äåéò ôçí ëßóôá ôùí ìçíõìÜôùí.
- ¼ôáí Ýíáò ÷ñÞóôçò óõíäåèåß óôï äßêôõï, Ýíá (êáé ìüíï Ýíá) áðü ôá
- ìçíýìáôá èá åðéëå÷èåß ôõ÷áßá êáé èá óôáëåß.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-
-NICK_HELP_CMD_REGISTER
- REGISTER Êáôï÷õñþíåé Ýíá øåõäþíõìï
-NICK_HELP_CMD_GROUP
- GROUP ÌðÝíåôå óå ïìÜäá øåõäþíõìïõ
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Óáò áíáãíùñßæåé ìå ôç ÷ñÞóç êùäéêïý
-NICK_HELP_CMD_ACCESS
- ACCESS ÁëëÜæåé ôç ëßóôá ôùí åîïõóéïäïôçìÝíùí äéåõèýíóåùí
-NICK_HELP_CMD_SET
- SET ÁëëáãÞ åðéëïãþí, óõìðåñéëáìâÜíåôáé ç ðñïóôáóßá ìå áðïóýíäåóç
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP ÄéáãñÜöåé Ýíá øåõäþíõìï
-NICK_HELP_CMD_RECOVER
- RECOVER Áðïóýíäåóç åíüò Üëëïõ ÷ñÞóôç ðïõ Ý÷åé ðÜñåé ôï øåõäþíõìü óáò
-NICK_HELP_CMD_RELEASE
- RELEASE ÁíÜêôçóç ôçò êáôáêñÜôçóçò ôïõ øåõäùíýìïõ,ìåôÜ áðü RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS ÎÝ÷áóåò ôïí êùäéêü? Äïêßìáóå áõôü êáé èá óôï óôåßëïõìå åìåßò
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Åìöáíßæåé ôïí êùäéêü ãéá ôï óõãêåêñéìÝíï øåõäþíõìï
- (ìüíï áí ç êùäéêïðïßçóç åßíáé áíåíåñãÞ)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID ÊáôáóôÝëåé Ýíá øåõäþíõìï,äçë ôï êÜíåé íá ìçí ôï ÷ñçóéìïðïéåß
- êáíåßò,üðïéïò ôï ðÜñåé Ý÷åé kill
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- O %S óáò åðéôñÝðåé íá êáôï÷õñþóåôå Ýíá øåõäþíõìï,
- åìðïäßæïíôáò Ýôóé Üëëïõò ÷ñÞóôåò íá ôï ÷ñçóéìïðïéïýí.
- Ïé ðáñáêÜôù åíôïëÝò, åðéôñÝðïõí ôçí êáôï÷ýñùóç êáé ôç äéá÷åßñçóç ôùí
- øåõäùíýìùí; ãéá íá ÷ñçóéìïðïéÞóåôå áõôÜ, ãñÜøôå %R%S ^_command^_.
- Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå ìéá óõãêåêñéìÝíç åíôïëÞ,ãñÜøôå
- %R%S HELP ^_command^_.
-
-NICK_HELP_FOOTER
- ÐÁÑÁÔÇÑÇÓÇ: ÁõôÞ ç õðçñåóßá óêïðåýåé íá ðáñÝ÷åé Ýíá ôñüðï
- óôïõò ÷ñÞóôåò ôïõ äéêôýïõ, íá äéáóöáëßóïõí üôé ç ôáõôüôçôÜ
- ôïõò äåí åêôßèåôáé. ÄÅÍ õößóôáôáé ãéá íá åîõðçñåôåß Þ íá
- äéåõêïëÞíåé ôçí "êëïðÞ" ôùí øåõäùíýìùí Þ Üëëåò íïóçñÝò
- åíÝñãåéåò. Ç êáôÜ÷ñçóç ôïõ %S èá ïäçãÞóåé, ôïõëÜ÷éóôïí,
- óå áðþëåéá ôùí áíÜëïãùí øåõäùíýìùí.
-
-NICK_HELP_EXPIRES
-
- Øåõäþíõìá ôá ïðïßá äåí ÷ñçóéìïðïéïýíôáé ðëÝïí èá åßíáé óôçí äéáäéêáóßá
- ôçò áõôüìáôçò ëÞîçò, ð.ò. èá äéáãñÜöïíôáé áõôüìáôá
- ìåôÜ áðü %d ìÝñåò áí äåí ÷ñçóéìïðïéïýíôáé.
-
-NICK_HELP_REGISTER
- Óýíôáîç: REGISTER password [email]
-
- Êáôï÷õñþíïíôáò ôï øåõäþíõìï óïõ êáôáãñÜöåôáé óôï %S, ôçí âÜóç äåäïìÝíùí.
- Áöïý ôï êáôï÷ýñùóåò, ìðïñåßò íá ÷ñçóéìïðïéÞóåéò ôéò åíôïëÝò
- SET êáé ACCESS ãéá íá óåôÜñåéò ôï øåõäþíõìï üðùò èåò åóý.
- Íá åßóáé óßãïõñïò ïôé èõìÜóáé ðÜíôá ôï êùäéêü ðïõ Ýêáíåò ôçí êáôï÷ýñùóç
- ôïõ øåõäþíõìïý óïõ - èá óïõ ÷ñåéáóôåß óôï íá êÜíåéò áëëáãÝò
- áñãüôåñá. (Óçìåßùóç ïôé case matters! ANOPE, Anope, êáé
- anope Ý÷ïõí üëá äéáöïñåôéêïýò êùäéêïýò!)
-
- ×ñÞóéìåò ïäçãßåò ãéá ôï äéÜëåãìá êùäéêþí:
-
- Ïé êùäéêïß äåí èá ðñÝðåé íá åßíáé åýêïëç þóôå íá ìáíôåýïíôáé. Ãéá ðáñÜäåéãìá,
- ÷ñçóéìïðïéþíôáò ôï ðñáãìáôéêü üíïìá óáí êùäéêüò åßíáé Üó÷çìç éäÝá.
- ×ñçóéìïðïéþíôáò ôï øåõäþíõìï ùå êùäéêü åßíáé ç ðéï ÷åéñüôåñç
- éäÝá ;) êáé, óôï êÜôù êÜôù, ï %S äåí èá óå áöÞóåé íá ôï êÜíåéò.
- Åðßóçò, ìéêñïß êùäéêïß äåí åßíáé áîéüðéóôïé, ãé'áõôü
- èá ðñÝðåé íá äéáëÝîåéò Ýíá êùäéêü ìå ôïõëÜ÷éóôïí ôï ëéãüôåñï 5 ÷áñáêôÞñåò.
- ÔåëéêÜ, ï ÷áñáêôÞñáò ôï êåíü äåí ÷ñçóéìïðïéåßôáé óå êùäéêïýò.
-
- Ç ðáñÜìåôñïò email åßíáé ðñïåðéëåãìÝíç êáé èá ðñÝðåé íá Ý÷åôå
- óåôÜñåé ôï email ôïõ øåõäþíõìïý óáò Üìåóá. ¼ðùò êáé íá'÷åé, óå
- ïñéóìÝíá äßêôõá áðáéôåßôáé áìÝóùò óôçí åíôïëÞ êáôï÷ýñùóçò.
- Ç ìõóôéêüôçôá åßíáé óåâáóôÞ; áõôü ôï e-mail äåí èá ôï ðÜñåé
- êáíÝíá ôñßôï Üôïìï.
-
- ÁõôÞ ç åíôïëÞ äçìéïõñãåß íÝåò ïìÜäåò ãéá ôï øåõäþíõìü óáò,
- êáé ìðïñïýí íá åðéôñÝðïõí ôçí êáôï÷ýñùóç Üëëùí øåõäïíýìùí áñãüôåñá
- ìå ìïßñáóìá ßäéùí óåôáñéóìÜôùí, ßäéùí ìçíõìÜôùí êáé ßäéùí
- äéêáéùìÜôùí óôá êáíÜëéá. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò ãéá áõôÞ
- ôç ìåëëïíôéêÞ åíôïëÞ, ãñÜøå %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Óýíôáîç: GROUP óôü÷ïò êùäéêüò
-
- ÁõôÞ ç åíôïëÞ êÜíåé ôï øåõäþíõìï óïõ íá ìðÝíåé óôï óôü÷ï ôùí
- øåõäùíýìùí ôçò ïìáäïðïßçóçò. Êùäéêüò åßíáé ï êùäéêüò ôïõ
- óôü÷ïõ,äçë ôïõ Üëëïõ øåõäùíýìïõ.
-
- Ìðáßíïíôáò óôçí ïìÜäá Ý÷åéò ðñüóâáóç êáé ìïéñÜæåóáé,ôá ìçíýìáôá
- äçë memos, êáé êõñéáñ÷ßá óôá êáíÜëéá ðïõ áíôéóôïé÷ïýí üëá
- ôá øåõäþíõìá óå áõôÞ ôçí ïìÜäá, êáé ðïëëÜ Üëëá!
-
- Ç ïìÜäá öôéÜ÷åôáé ãéá íá óáò åîõðçñåôåß êáëýôåñá. Áõôü óçìáßíåé
- ïôé áí äéáãñÜøåôå êÜðïéï øåõäþíõìï êáé åßíáé óôçí ïìÜäá,
- äåí èá ÷Üóåôå ôéò ðëçñïöïñßåò êáé ôá ìïéñáóìÝíá ðñÜãìáôá ðïõ
- Ý÷åôå ìå ôá Üëëá øåõäþíõìá, áñêåß üìùò óôçí ïìÜäá
- íá õðÜñ÷åé ôïõëÜ÷éóôïí Ýíá øåõäþíõìï.
-
- Ìðïñåßò íá åêôåëÝóåéò áõôÞ ôçí åíôïëÞ áêüìá êáé üôáí äåí
- Ý÷åéò êáôï÷õñþóåé êÜðïéï øåõäþíõìï áêüìá. Áí ôï øåõäþíõìï åßíáé
- êáôï÷õñùìÝíï, èá ðñÝðåé íá êÜíåéò åíôïëÞ áíáãíþñéóçò ðñþôá êáé
- ìåôÜ íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ. ÃñÜøå
- %R%S HELP IDENTIFY ãéá ðåñéóóüôåñåò ðëçñïöïñßåò. Áõôü ôï
- êïììÜôé ìðïñåß íá ìçí õðÜñ÷åé óôï äéêôõü óïõ.
-
- Åßíáé ðñïôéìüôåñï íá ÷ñçóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ ìå ìç-êáôï÷õñùìÝíá
- øåõäþíõìá ãéáôß èá ãßíåé áõôüìáôá ç êáôï÷ýñùóç üôáí èá ÷ñçóéìïðïéÞóåéò
- áõôÞ ôçí åíôïëÞ. Ìðïñåßò êáé íá ôçí ÷ñçóéìïðïéÞóåéò êáé ìå êáôï÷õñùìÝíá
- øåõäþíõìá (ãéá íá áëëÜîåéò ôçí ïìÜäá óïõ) ìüíï áí ï åðéêåöáëÞò ôùí
- õðçñåóéþí óå áöÞóåé íá ôï êÜíåéò.
-
- Ìðïñåßò íá åßóáé óå ìéá ïìÜäá êÜèå öïñÜ. Óå ðïëëÝò ïìÜäåò äåí åßíáé äõíáôüí.
-
- Óçìåßùóç: üëá ôá øåõäþíõìá ðïõ áíÞêïõí óôçí ßäéá ïìÜäá Ý÷ïõí ôïí ßäéï
- êùäéêü.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Óýíôáîç: IDENTIFY [account] êùäéêü
-
- ËÝåé óôïí %S áí åßóáé üíôïò ï êÜôï÷ïò áõôïý ôïõ øåõäþíõìïõ.
- ÐïëëÝò åíôïëÝò áðáéôïýí íá êÜíåéò åíôïëÞ áíáãíþñéóçò, äçë ìå ôçí åíôïëÞ
- áõôÞ ðñéí ÷ñçóéìïðïéÞóåéò Üëëåò åíôïëÝò. Ï êùäéêüò èá ðñÝðåé íá åßíáé
- ï ßäéïò ìå áõôüí ðïõ Ýäùóåò ãéá íá êáôï÷õñþóçò ôï øåõäþíõìï,
- äçë ìå ôçí REGISTER åíôïëÞ.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Updates your current status, i.e. it checks for new memos,
- sets needed chanmodes (ModeonID) and updates your vhost and
- your userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Óýíôáîç: LOGOUT
-
- Åßíáé ôï áíôßèåôï ôçò åíôïëÞò IDENTIFY, äçë
- ç åíôïëÞ áõôç óå êÜíåé íá ìçí åßóáé ï êÜôï÷ïò áõôïý ôïõ øåõäþíõìïõ
- ðëÝïí. Óçìåßùóç, üðùò êáé íá÷åé, äåí èá óïõ ãßíåé ðáñáôÞñçóç Þ íá óïõ
- æçôçèåß íá îáíáêÜíåéò åíôïëÞ áíáãíþñéóçò.
-
-NICK_HELP_DROP
- Óýíôáîç: DROP [øåõäþíõìï]
-
- ÓâÞíåé ôï øåõäþíõìï óïõ áðü ôïõ %S ôçí âÜóç äåäïìÝíùí. Ôï øåõäþíõìï ðïõ
- óâÞóôçêå åßíáé åëåýèåñï ãéá ïðïéïäÞðïôå íá ôï êáôï÷õñþóåé.
-
- Ìðïñåßò íá óâÞóåéò ôï øåõäþíõìï áðü ôçí ïìÜäá ðáéñíþíôáò
- áðü ôçí ðáñÜìåôñï øåõäþíõìïõ.
-
- Ãéá íá ÷çóéìïðïéÞóåéò áõôÞ ôçí åíôïëÞ, ðñÝðåé ðñþôá íá êÜíåéò åíôïëÞ
- áíáãíþñéóçò ìå ôïí êùäéêü óïõ ãéá ðåñéóóüôåñåò
- with your password (%R%S HELP IDENTIFY for more
- ðëçñïöïñßåò.)
-
-NICK_HELP_ACCESS
- Óýíôáîç: ACCESS ADD ^_ìÜóêá^_
- ACCESS DEL ^_ìÜóêá^_
- ACCESS LIST
-
- ÁëëÜæåé Þ åìöáíßæåé ôç ëßóôá ðñüóâáóçò ôïõ øåõäùíýìïõ óáò.
- ÁõôÞ åßíáé ç ëßóôá ôùí äéåõèýíóåùí ðïõ èá áíáãíùñßæïíôáé
- áõôüìáôá áðü ôïí %S óáí åðéôñåðôïß ãéá ôç ÷ñÞóç
- ôïõ øåõäùíýìïõ. Áí èÝëåôå íá ÷ñçóéìïðïéÞóåôå ôï øåõäþíõìï
- áðü ìßá äéáöïñåôéêÞ äéåýèõíóç, ðñÝðåé íá áíáãíùñéóôåßôå
- áðü ôïí %S ìå ôç ÷ñÞóç ôçò åíôïëÞò IDENTIFY.
-
- Ðáñáäåßãìáôá:
-
- ACCESS ADD anyone@*.bepeg.com
- ÅðéôñÝðåé ðñüóâáóç óôï ÷ñÞóôç ìå ID anyone
- áðü ïðïéïäÞðïôå õðïëïãéóôÞ ôçò äéåýèõíóçò bepeg.com.
-
- ACCESS DEL anyone@*.bepeg.com
- Áíáéñåß ôçí ðñïçãïýìåíç åíôïëÞ.
-
- ACCESS LIST
- Åìöáíßæåé ôçí ôñÝ÷ïõóá ëßóôá ðñüóâáóçò.
-
-NICK_HELP_SET_HEAD
- Óýíôáîç: SET option parameters
-
- ÁëëÜæåé äéÜöïñåò åðéëïãÝò ôïõ øåõäùíýìïõ. Ç åðéëïãÞ ìðïñåß íá åßíáé:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY ÁëëÜæåé ôçí ëßóôá ôùí ïìÜäùí
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD ÁëëÜæåé ôïí êùäéêü ôïõ øåõäùíýìïõ óáò
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE ÁëëÜæåé ôç ãëþóóá ðïõ ÷ñçóéìïðïéïýí ïé
- õðçñåóßåò üôáí ôéò ÷ñçóéìïðïéåßôå
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Óõó÷åôßæåé ìßá äéåýèõíóç e-mail ìå ôï øåõäþíõìü óáò
-NICK_HELP_CMD_SET_GREET
- GREET Óõó÷åôßæåé Ýíá ìÞíõìá ÷áéñåôéóìïý ìå ôï øåõäþíõìü óáò
-NICK_HELP_CMD_SET_KILL
- KILL Åíåñãïðïéåß/áðåíåñãïðïéåß ôçí ðñïóôáóßá ìå áðïóýíäåóç
-NICK_HELP_CMD_SET_SECURE
- SECURE Åíåñãïðïéåß/áðåíåñãïðïéåß ôç ëåéôïõñãßá áóöÜëåéáò
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Åìðïäßæåé ôï øåõäþíõìü óáò íá åìöáíßæåôáé
- ìå ôçí åíôïëÞ %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Áðïêñýðôåé óõãêåêñéìÝíá ôìÞìáôá ðëçñïöïñéþí ôïõ øåõäùíýìïõ
-NICK_HELP_CMD_SET_MSG
- MSG ÁëëÜæåé ôçí ìÝèïäï åðéêïéíùíßáò ìå ôéò õðçñåóßåò
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Ãéá íá ÷ñçóéìïðïéÞóåôå áõôÞ ôçí åíôïëÞ, ðñÝðåé ðñþôá íá
- áíáãíùñéóôåßôå ìå ôïí êùäéêü óáò (ãéá ðåñéóóüôåñåò ðëçñïöïñßåò,
- %R%S HELP IDENTIFY).
-
- ÐëçêôñïëïãÞóôå %R%S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- óå ìßá óõãêåêñéìÝíç åðéëïãÞ.
-
-NICK_HELP_SET_DISPLAY
- Óýíôáîç: SET DISPLAY íÝï-display
-
- ÂëÝðåéò óôç ëßóôá ôï øåõäþíõìï óïõ óå ðïéá ïìÜäá åßíáé ôùí
- õðçñåóéþí. Óôç ëßóôá ðñÝðåé íá åßíáé ôï øåõäþíõìï ðïõ åßíáé óôçí ïìÜäá.
-
-NICK_HELP_SET_PASSWORD
- Óýíôáîç: SET PASSWORD íÝïò-êùäéêüò
-
- ÁëëÜæåé ôïí êùäéêü ðïõ ÷ñçóéìïðïéåßò ãéá ôçí åíôïëÞ áíáãíþñéóçò ôïõ êÜôï÷ïõ
- øåõäþíõìïõ.
-
-NICK_HELP_SET_LANGUAGE
- Óýíôáîç: SET LANGUAGE íïýìåñï
-
- ÁëëÜæåé ôçí ãëþóóá ôùí õðçñåóéþí ðïõ óôÝëíåé ìå ìçíýìáôá óå óÝíá
- (ãéá ðáñÜäåéãìá, üôáí áíôáðïêñßíåóáé óå ìéá åíôïëÞ èá óïõ óôåßëåé óå Üëëç ãëþóóá).
- Ôï íïýìåñï ðñÝðåé íá åßíáé Ýíá áðü ôá åðüìåíá ðïõ õðÜñ÷ïõí óôçí ëßóôá
- õðïóôçñéæüìåíùí ãëùóóþí:
-
-
-NICK_HELP_SET_EMAIL
- Óýíôáîç: SET EMAIL äéåýèõíóç
-
- Äåß÷íåé ôçí äåýèõíóç E-mail ðïõ ôïõ Ý÷åéò äþóåé ãéá ôï øåõäþíõìï óïõ.
- ÁõôÞ ç äéåýèõíóç èá åìöáíßæåôáé êÜèå öïñÜ ðïõ êÜðïéïò èá êïéôÜæåé ðëçñïöïñßåò
- óôï êáíÜëé ìå ôçí åíôïëÞ INFO.
-
-NICK_HELP_SET_GREET
- Óýíôáîç: SET GREET message
-
- ÐñïóèÝôåé óôï øåõäþíõìïý óïõ Ýíá ìÞíõìá ÷áéñåôéóìïý, ôï
- ïðïßï èá åìöáíßæåôáé êÜèå öïñá ðïõ èá ìðÝíåéò óå êáíÜëé ìå ôçí ðñïõðüèåóç ïôé
- ç åðéëïãÞ GREET èá åßíáé åíåñãïðïéçìÝíç, êáé ìå ôçí ðñïõðüèåóç ïôé èá Ý÷åéò
- êáé ôçí êáôÜëëçëç access óå áõôü.
-
-NICK_HELP_SET_KILL
- Óýíôáîç: SET KILL {ON | QUICK | IMMED | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí áõôüìáôç ðñïóôáóßá ìå
- áðïóýíäåóç ãéá ôï øåõäþíõìü óáò. Åíåñãïðïéþíôáò ôçí
- ðñïóôáóßá ìå áðïóýíäåóç, áí êÜðïéïò Üëëïò ÷ñÞóôçò
- ðñïóðáèÞóåé íá ðÜñåé ôï øåõäþíõìü óáò, èá äùèåß Ýíá ëåðôü
- ãéá íá áëëÜîåé ôï øåõäþíõìü ôïõ, ìåôÜ áðü ôï ïðïßï èá
- áðïóõíäåèåß áðü ôï IRC áðü ôïí %S.
-
- Áí åðéëÝîåôå QUICK, èá äùèïýí ìüíï 20 äåõôåñüëåðôá óôï
- ÷ñÞóôç ãéá íá áëëÜîåé ôï øåõäþíõìü ôïõ, áíôß ãéá ôá óõíçèéóìÝíá 60.
- Áí åðéëÝîåôå IMMED, ï ÷ñÞóôçò èá áðïóõíäåèåß êáôåõèåßáí ÷ùñßò
- ðñþôá íá ðñïåéäïðïéçèåß Þ íá ôïõ äùèåß ç åõêáéñßá íá áëëÜîåé ôï
- øåõäþíõìü ôïõ;Ðáñáêáëïýìå ìç ÷ñçóéìïðïéåßôå áõôÞ ôçí åðéëïãÞ åêôüò á
- åßíáé áðïëýôùò áðáñáßôçôï. Åðßóçò, ïé äéá÷åéñéóôÝò ôïõ
- äéêôýïõ ìðïñåß íá Ý÷ïõí áðåíåñãïðïéÞóåé áõôÞ ôçí åðéëïãÞ.
-
-NICK_HELP_SET_SECURE
- Óýíôáîç: SET SECURE {ON | OFF}
-
- ÁëëÜæåé ï %S ôçí áóöÜëåéá óå on Þ off ãéá ôï øåõäþíõìï
- Ìå ôçí ÁÓÖÁËÇ åðéëïãÞ, ðñÝðåé íá ãñÜøåéò ôïí êùäéêü áíáãíþñéóçò
- ðñéí áíáãíùñéóôÞò óáí êÜôï÷ïò ôïõ øåõäþíõìïõ,
- ìå ôçí õðüëçøç ïôé ç äéåýèõíóç åßíáé óôçí ëßóôá ôùí access.
- ¼ðùò êáé íá÷åé, áí åßóáé óôçí ëßóôá access, ï %S
- äåí èá êÜíåé auto-kill ìå ôçí õðüëçøç ôçò åðéëïãÞò KILL.
-
-NICK_HELP_SET_PRIVATE
- Óýíôáîç: SET PRIVATE {ON | OFF}
-
- Åíåñãïðïéåß/áðåíåñãïðïéåß ôçí åðéëïãÞ éäéþôåõóçò
- ôïõ %S ãéá ôï øåõäþíõìü óáò. Ìå ôçí åíåñãïðïßçóç ôïõ
- PRIVATE ôï øåõäþíõìü óáò äå èá åìöáíßæåôáé óôç ëßóôá
- øåõäùíýìùí ðïõ ðñïêýðôåé ìå ôçí åíôïëÞ LIST ôïõ %S.
- (ÂÝâáéá,ïðïéïóäÞðïôå ãíùñßæåé ôï øåõäþíõìü óáò, ìðïñåß
- áêüìç íá ðÜñåé ðëçñïöïñßåò ãé áõôü, ÷ñçóéìïðïéþíôáò ôçí
- åíôïëÞ INFO)
-
-NICK_HELP_SET_HIDE
- Óýíôáîç: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Óáò åðéôñÝðåé íá åìðïäßóåôå ôçí åìöÜíéóç óõãêåêñéìÝíùí
- ðëçñïöïñéþí üôáí êÜðïéïò åêôåëåß ôçí åíôïëÞ ôïõ %S INFO, óôï
- øåõäþíõìü óáò. Ìðïñåßôå íá áðïêñýøåôå ôç äéåýèõíóç e-mail
- user@host mask (USERMASK), and last quit message (QUIT).
- óáò (EMAIL), ôçí ôåëåõôáßá äéåýèõíóç ìå ôçí ïðïßá óõíäåèÞêáôå
- (USERMASK), êáé ôï ôåëåõôáßï ìÞíõìá (QUIT).
- Ç äåýôåñç ðáñÜìåôñïò êáèïñßæåé ôï áí ç ðëçñïöïñßá èá ðñÝðåé
- íá åìöáíßæåôáé (OFF) Þ íá áðïêñýðôåôáé (ON).
-
-NICK_HELP_SET_MSG
- Óýíôáîç: SET MSG {ON | OFF}
-
- Óáò åðéôñÝðåé íá äéáëÝîåôå ôï ôñüðï ìå ôïí ïðïßï ôá Services èá
- åðéêïéíùíïýí ìáæß óïõ. Ìå ôçí åíôïëÞ MSG, ôá Services èá
- ÷ñçóéìïðïéïýí ìçíýìáôá, äéáöïñåôéêÜ èá ÷ñçóéìïðïéïýí ðáñáôçñÞóåéò
- (notices).
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Óýíôáîç: GHOST øåõäþíõìï [êùäéêüò]
-
- Äéáêüðôåé ìéá "åéêïíéêÞ" óýíäåóç ìå ôï øåõäþíõìü óáò.
- "ÅéêïíéêÞ" óýíäåóç åßíáé áõôÞ ðïõ óôçí ðñáãìáôéêüôçôá äåí
- õößóôáôáé, áëëÜ ï IRC server ãéá êÜðïéï ëüãï ðéóôåýåé üôé
- åßíáé áêüìá åíåñãÞ. ÔõðéêÜ, áõôü óõìâáßíåé áí ï õðïëïãéóôÞò
- Þ ôï modem óáò "êñåìÜóåé" Þ ç óýíäåóÞ óáò ìå ôïí ðáñï÷Ýá
- internet äéáêïðåß, åíþ âñßóêåóôå óôï IRC.
-
- Ãéá íá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ GHOST ãéá Ýíá øåõäþíõìï,
- ðñÝðåé ç ôñÝ÷ïõóá äéåýèõíóÞ óáò üðùò åìöáíßæåôáé óôï /WHOIS
- íá âñßóêåôáé óôç ëßóôá ðñüóâáóçò ôïõ øåõäùíýìïõ, Þ íá Ý÷åôå
- äþóåé ôïí óùóôü êùäéêü ãéá ôï øåõäþíõìï.
-
-NICK_HELP_INFO
- Óýíôáîç: INFO øåõäþíõìï
-
- Åìöáíßæåé ðëçñïöïñßåò ãéá ôï øåõäþíõìï ðïõ èá äþóåôå, üðùò
- ôïí êÜôï÷ï ôïõ øåõäùíýìïõ, ôçí ôåëåõôáßá äéåýèõíóç êáé þñá
- óýíäåóçò êáé ôéò åðéëïãÝò ôïõ øåõäùíýìïõ. Áí Ý÷åôå
- áíáãíùñéóôåß ãéá ôï øåõäþíõìï ðïõ æçôÜôå ðëçñïöïñßåò êáé
- ÷ñçóéìïðïéÞóåôå ôçí ðáñÜìåôñï ALL óôçí åíôïëÞ, èá äåßôå
- üëåò ôéò ðëçñïöïñßåò, Üó÷åôá áí áõôÝò áðïêñýðôïíôáé Þ ü÷é.
-
-NICK_HELP_LIST
- Óýíôáîç: LIST õðüäåéãìá
-
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá, ôá ïðïßá ôáéñéÜæïõí
- ìå ôï õðüäåéãìá ôçò ìïñöÞò, nick!user@host ðïõ Ý÷åé äùèåß.
- Øåõäþíõìá ðïõ Ý÷ïõí ôçí åðéëïãÞ PRIVATE åíåñãïðïéçìÝíç,äå
- èá åìöáíéóôïýí.
-
- Ðáñáäåßãìáôá:
-
- LIST *!joeuser@foo.com
- Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé êáôï÷õñùìÝíá
- óôç äéåýèõíóç joeuser@foo.com.
-
- LIST *Bot*!*@*
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ
- ðåñéÝ÷ïõí ôç ëÝîç Bot (ìå ðåæÜ Þ êåöáëáßá).
-
- LIST *!*@*.bar.org
- Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ áíïßêïõí óå ÷ñÞóôåò
- ðïõ óõíäÝïíôáé ìå äéåýèõíóç bar.org.
-
-NICK_HELP_ALIST
- Syntax: ALIST [level]
-
- Lists all channels you have access on. Optionally, you can specify
- a level in XOP or ACCESS format. The resulting list will only
- include channels where you have the given level of access.
-
- Examples:
- ALIST Founder
- Lists all channels where you have Founder
- access.
-
- ALIST AOP
- Lists all channels where you have AOP access
- or greater.
-
- ALIST 10
- Lists all channels where you have level 10
- access or greater.
-
- Channels that have the NOEXPIRE option set will be prefixed by
- an exclamation mark.
-
-NICK_HELP_GLIST
- Óýíôáîç: GLIST
-
- Åìöáíßæåé üëá ôá øåõäþíõìá ðïõ áíÞêïõí óôçí ßäéá ïìÜäá.
-
-NICK_HELP_STATUS
- Óýíôáîç: STATUS øåõäþíõìï(á)...
-
- Óáò åíçìåñþíåé ãéá ôï áí ï ÷ñÞóôçò ðïõ ÷ñçóéìïðïéåß ôï
- øåõäþíõìï ðïõ äþóáôå, Ý÷åé áíáãíùñéóôåß óáí êÜôï÷üò ôïõ.
- Ôï áðïôÝëåóìá ôçò åíôïëÞò Ý÷åé ôç ìïñöÞ:
-
- øåõäþíõìï êùäéêüò-êáôÜóôáóçò account
-
- where øåõäþíõìï is the nickname sent with the command,
- êùäéêüò-êáôÜóôáóçò is one of the following, and account
- is the account they are logged in as.
-
- 0 - äåí õðÜñ÷åé ôÝôïéïò ÷ñÞóôçò óõíäåäåìÝíïò Þ ôï øåõäþíõìï åßíáé ìç êáôï÷õñùìÝíï
- 1 - ï ÷ñÞóôçò äåí áíáãíùñßóôçêå óáí êÜôï÷ïò ôïõ øåõäùíýìïõ
- 2 - ï ÷ñÞóôçò áíáãíùñßóôçêå óáí êÜôï÷ïò ìÝóù ôçò ëßóôáò ðñüóâáóçò ìüíï
- 3 - ï ÷ñÞóôçò áíáãíùñßóôçêå óáí êÜôï÷ïò ôïõ øåõäùíýìïõ ìÝóù ôçò áíáãíþñéóçò ìå êùäéêü
-
- ÌÝ÷ñé äåêáÝîé øåõäþíõìá ìðïñïýí íá ÷ñçóéìïðïéçèïýí ìå êÜèå åíôïëÞ; Ôá
- õðüëïéðá èá áãíïïýíôáé. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Óýíôáîç: SENDPASS øåõäþíõìï
-
- Äßíåé ôïí êùäéêü ôïõ øåõäþíõìïõ ìÝóù the e-mail.
- ÁõôÞ ç åíôïëÞ åßíáé ðñáãìáôéêÜ ÷ñÞóéìç ãéá íá ðÜñåé êÜðïéïò ôïí
- ÷áìÝíï êùäéêü ôïõ êáé ìå ðåñéóóüôåñç áóöÜëåéá.
-
- Ìüíï ïé IRC operators óôá äßêôõá ðïõ åßíáé ìðïñïýí íá ôï êÜíïõí.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname which instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Ïé Services operators (åðéêåöáëåßò) ìðïñïýí íá äéáãñÜøïõí Ýíá øåõäþíõìï ÷ùñßò íá
- ÷ñåéáóôåß íá êÜíïõí åíôïëÞ áíáãíþñéóçò êáé êáí áëëáãÞ øåõäþíõìïõ, êáé ìðïñïýí íá
- äïõí ôçí ëßóôá access ãéá êÜèå øåõäþíõìï (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Óýíôáîç: LOGOUT [øåõäþíõìï [REVALIDATE]]
-
- ×ùñßò êáìßá ðáñÜìåôñï, êÜíåé ôï áíôßèåôï ôçò åíôïëÞò IDENTIFY (áíáãíþñéóçò)
- äçë óå êÜíåé ìç áíáãíùñßóçìï êÜôï÷ï ôïõ øåõäþíõìïõ ðëÝïí.
- Óçìåßùóç, üðùò êáé íá÷åé, äåí èá óïõ æçôçèåß íá îáíáêÜíåéò åíôïëÞ áíáãíþñéóçò.
-
- Ìå ôçí ðáñÜìåôñï áõôÞ, êÜíåé ôï ßäéï ãéá ôï äùóìÝíï øåõäþíõìï. Áí êÜíåéò
- REVALIDATE, ïé õðçñåóßåò èá óå ñùôÞóïõí ãéá ðïéï øåõäþíõìï.
- Áõôü ôï êÜíïõí ìüíï ïé (åðéêåöáëåßò) Services operators.
-
-NICK_SERVADMIN_HELP_DROP
- Óýíôáîç: DROP [øåõäþíõìï]
-
- ×ùñßò ôçí ðáñÜìåôñï, ìðïñåß íá óâçóôåß ôï øåõäþíõìï áðü ôïõ
- %S ôçí âÜóç äåäïìÝíùí..
-
- Ìå ôçí ðáñÜìåôñï, óâÞíåé ï øåõäþíõìï áðü ôçí âÜóç äåäïìÝíùí.
- Ìðïñåß íá óâÞóåéò êÜðïéï øåõäþíõìï ðïõ ìðïñåß íá åßíáé óôçí ïìÜäá óïõ ÷ùñßò
- íá Ý÷åéò îå÷ùñéóôÜ äéêáéþìáôá. Ôï óâÞóéìï ôïõ øåõäþíõìïõ Ý÷ïõí ôï äéêáßùìá íá ôï
- êÜíïõí ïé (åðéêåöáëåßò) Services Operators.
-
-NICK_SERVADMIN_HELP_LIST
- Óýíôáîç: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Äßíåé ôçí ëßóôá üëùí ôùí êáôï÷õñùìÝíùí øåõäþíõìùí ðïõ ôáéñéÜæïõí ìå ôï áíÜëïãï
- pattern, óå óýíôáîç nick!user@host. Øåõäþíõìá ìå åðéëïãÞ PRIVATE
- èá öáßíïíôáé ìüíï óôïõò (åðéêåöáëåßò) Services Operators. Øåõäþíõìá ìå
- åðéëïãÞ NOEXPIRE èá Ý÷ïõí Ýíá ! ìðñïóôÜ áðü ôï øåõäþíõìï ôï ïðïßï èá ôï
- ëÝðïõí ïé (åðéêåöáëåßò) Services Operators.
-
- Ðáñáäåßãìáôá:
-
- LIST *!joeuser@foo.com
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ áíÞêïõí óôï joeuser@foo.com.
-
- LIST *Bot*!*@*
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá Bot.
-
- LIST * NOEXPIRE
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá øåõäþíõìá ðïõ åßíáé óå no-expire.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [nickname] [level]
-
- With no parameters, lists channels you have access on. With
- one parameter, lists channels that nickname has access
- on. With two parameters lists channels that nickname has
- level access or greater on.
-
-NICK_SERVADMIN_HELP_GLIST
- Óýíôáîç: GLIST [øåõäþíõìï]
-
- ×ùñßò ôçí ðáñÜìåôñï, åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé
- óôçí ïìÜäá óïõ.
-
- Ìå ôçí ðáñÜìåôñï, åìöáíßæåé üëá ôá øåõäþíõìá ðïõ åßíáé óôçí ïìÜäá
- ôïõ æçôïýìåíïõ øåõäþíõìïõ. Ìüíï ïé Services Operators
- ìðïñïýí íá ôï êÜíïõí.
-
-NICK_SERVADMIN_HELP_GETPASS
- Óýíôáîç: GETPASS øåõäþíõìï
-
- Äßíåé ôïí ÷áìÝíï êùäéêü óôï óõãêåêñéìÝíï øåõäþíõìï. Óçìåßùóç üôáí
- ç åíôïëÞ áõôÞ ÷ñçóéìïðïéåßôáé, ôï ìÞíõìá ðïõ èá ðÜåé ãéá ôïí
- óõãêåêñéìÝíï èá êáôáãñáöåß êáé ç åíôïëÞ ðïõ åêôåëÝóôçêå êáé ôï øåõäþíõìï
- êáé èá óôáëåß ìÝóù WALLOPS/GLOBOPS.
-
- Ìüíï ãéá ôïõò Services Operators.
-
- ÁõôÞ ç åíôïëÞ äåí åßíáé äéáèÝóéìç áí åßíáé åíåñãÞ ç êùäéêïðïßçóç.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Returns the matching nicks that used given email. Note that
- you can not use wildcards for either user or emailhost. Whenever
- this command is used, a message including the person who issued
- the command and the email it was used on will be logged.
-
-NICK_SERVADMIN_HELP_FORBID
- Óýíôáîç: FORBID øåõäþíõìï [ëüãïò]
-
- Äåí åðéôñÝðåé óôï øåõäþíõìï íá êáôï÷õñùèåß Þ íá ÷ñçóéìïðïéçèåß áðü
- êáíÝíáí. Ìðïñåß íá áêõñùèåß áí äéáãñáöåß ôåëåßùò ôï øåõäþíõìï.
-
- Óå ïñéóìÝíá äßêôõá, ï ëüãïò ðïõ ãßíåôáé áõôü ÷ñåéÜæåôáé.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason / UNSUSPEND nickname
-
- SUSPENDs / UNSUSPENDs a nickname from being identified to
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS ÂëÝðåéò ôïí êùäéêü ôïõ óõãêåêñéìÝíïõ êáíáëéïý
-CHAN_HELP_CMD_FORBID
- FORBID ÊáôáóôÝëåé ôï êáíÜëé,äåí ìðïñåß íá ôï ÷ñçóéìïðïéÞóç êáíåßò
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Prevent a channel from being used preserving
- channel data and settings
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Releases a suspended channel
-CHAN_HELP_CMD_STATUS
- STATUS ÅðéóôñÝöåé ôçí óõãêåêñéìÝíç access level ôïõ ÷ñÞóôç óôï
- êáíÜëé
-CHAN_HELP_CMD_REGISTER
- REGISTER Êáôï÷õñþíåé Ýíá êáíÜëé
-CHAN_HELP_CMD_SET
- SET Ñõèìßæåé ôéò åðéëïãÝò êáé ôéò ðëçñïöïñßåò
- ôïõ êáíáëéïý
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP ÁëëÜæåé ôçí ëßóôá ôùí AOP ÷ñçóôþí
-CHAN_HELP_CMD_SOP
- SOP ÁëëÜæåé ôçí ëßóôá ôùí SOP ÷ñçóôþí
-CHAN_HELP_CMD_ACCESS
- ACCESS ÁëëÜæåé ôç ëßóôá ôùí åîïõóéïäïôçìÝíùí ÷ñçóôþí
-CHAN_HELP_CMD_LEVELS
- LEVELS Åðáíáêáèïñßæåé ôï íüçìá ôùí åðéðÝäùí ðñüóâáóçò
-CHAN_HELP_CMD_AKICK
- AKICK Óõíôçñåß ôç ëßóôá áõôüìáôçò áðüññéøçò
-CHAN_HELP_CMD_DROP
- DROP Áêõñþíåé ôçí êáôï÷ýñùóç åíüò êáíáëéïý
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- Ï %S óáò åðéôñÝðåé íá êáôï÷õñþóåôå êáé íá ÷åéñéóôåßôå
- äéÜöïñåò ëåéôïõñãßåò ôùí êáíáëéþí. Ï %S ìðïñåß óõíÞèùò
- íá áðïôñÝøåé êáêüâïõëïõò ÷ñÞóôåò íá êÜíïõí "êáôÜëçøç" óå
- êáíÜëéá, ìå ôï íá ðåñéïñßæåé ôéò áñìïäéüôçôåò ôùí
- äéá÷åéñéóôþí êáíáëéþí. Ïé äéáèÝóéìåò åíôïëÝò, âñßóêïíôáé
- ðáñáêÜôù. Ãéá íá ôéò ÷ñçóéìïðïéÞóåôå, ðëçêôñïëïãÞóôå
- %R%S åíôïëÞ. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå ìßá
- óõãêåêñéìÝíç åíôïëÞ, ðëçêôñïëïãÞóôå %R%S HELP åíôïëÞ.
-
-
-CHAN_HELP_EXPIRES
-
- Óçìåßùóç: ïðïéïäÞðïôå êáíÜëé äåí ÷ñçóéìïðïéåßôáé ãéá %d ìÝñåò
- (äçë êáíÝíáò ÷ñÞóôçò ðïõ Ý÷åé access äåí ìðÝíåé óôï êáíÜëé
- ãéá åêåßíç ôçí ðåñßïäï ôùí çìåñþí) èá äéáãñáöåß áõôüìáôá.
-
-CHAN_HELP_REGISTER
- Óýíôáîç: REGISTER êáíÜëé ðåñéãñáöÞ
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Óýíôáîç: DROP êáíÜëé
-
- ÊÜíåé ôï êáíÜëé îåêáôï÷õñþóçìï,ôï áöÞíåé åëåýèåñï ÷ùñßò founder. Ãéá íá
- ãßíåé áõôü ðñÝðåé ï founder.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Óýíôáîç: SET êáíÜëé åðéëïãÞ ðáñÜìåôñïé
-
- ÅðéôñÝðïõí óôïí founder ôïõ êáíáëéïý íá åðéëÝîåé êáé íá ñõèìßóåé ôï êáíÜëé
- ôïõ êáé Üëëåò ðëçñïöïñßåò.
-
- ÄéáèÝóéìåò åðéëïãÝò:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER ÁëëÜæåé ôïí founder ôïõ êáíáëéïý
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR ÁëëÜæåé ôïí successor ôïõ êáíáëéïý
-CHAN_HELP_CMD_SET_DESC
- DESC ÁëëÜæåé ôçí ðåñéãñáöÞ ôïõ êáíáëéïý
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG ÁëëÜæåé ôï ìÞíõìá åéóáãùãÞò ðïõ óôÝëíåôå óå üëïõò ôïõò
- ÷ñÞóôåò ðïõ ìðÝíïõí óôï êáíÜëé
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE ÁëëÜæåé ôïí ôýðï ôïõ ban ðïõ èá êÜíïõí ôá Services
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Êëåßäùìá ôùí Modes ôïõ êáíáëéïý
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Íá áëëÜæåé ôï topic üôáí äåí ÷ñçóéìïðïéåßôáé ôï êáíÜëé
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Íá óôÝëíåé ìÝóá óôï êáíÜëé ìÞíõìá ðïéïò ÷ñçóéìïðïéåß OP/DEOP
- åíôïëÝò
-CHAN_HELP_CMD_SET_PEACE
- PEACE Íá åëëáôþíåé ôçí ÷ñÞóç "âßáéùí" åíôïëþí
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Íá ìçí åìöáíßæåôáé ôï êáíÜëé üôáí ãßíåôáé åíôïëÞ LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Áðáãüñåõóç åéóüäïõ óôï êáíÜëé áí äåí Ý÷åéò access åêåß
-CHAN_HELP_CMD_SET_SECURE
- SECURE Åíåñãïðïßçóç ôïõ %S ,ìåëëïíôéêÞ áóöÜëåéá
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Ìüíï üóïé Ý÷ïõí access èá Ý÷ïõí op
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER ÁóöÜëåéá ôïõ founder áðü ôï êáíÜëé
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Åìöáí. kicks ôá ïðïßá ãßíïíôáé ìå ôçí åíôïëÞ KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Ôï Topic ìðïñåß íá áëëÜîåé ìå ôçí åíôïëÞ TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Áí åßíáé ON äïõëåýåé ìå AOP/SOP,áí åßíáé off ìå access
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- ÃñÜøå %R%S HELP åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- ãéá ôçí êÜèå åíôïëÞ.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Óýíôáîç: %s êáíÜëé FOUNDER øåõäþíõìï
-
- ÁëëÜæåé ôïí founder ôïõ êáíáëéïý. Ôï íÝï øåõäþíõìï ðñÝðåé íá åßíáé
- êáôï÷õñùìÝíï.
-
-CHAN_HELP_SET_SUCCESSOR
- Óýíôáîç: %s êáíÜëé SUCCESSOR øåõäþíõìï
-
- ÁëëÜæåé ôïí successor ôïõ êáíáëéïý. Áí ôï øåõäþíõìï ôïõ founder
- ëÞîåé Þ óâçóôåß (drop) ôüôå ôï êáíÜëé èá åßíáé áêüìá êáôï÷õñùìÝíï.
- Ï successor èá ãßíåé ï íÝïò founder ôïõ êáíáëéïý.
- Áí üìùò, ï successor Ý÷åé êáôï÷õñþóåé ðïëëÜ êáíÜëéá,
- áí äçë Ý÷åé (%d), ôï êáíÜëé èá óâçóôåß,óáí íá ìçí åß÷å ïñéóôåß
- successor. Ôï íÝï øåõäþíõìï èá ðñÝðåé íá åßíáé êáôï÷õñùìÝíï.
-
-CHAN_HELP_SET_DESC
- Óýíôáîç: %s êáíÜëé DESC ðåñéãñáöÞ
-
- ÁëëÜæåôå ôçí ðåñéãñáöÞ ôïõ êáíáëéïý, ç ïðïßá öÝíåôáé ìå ôçí åíôïëÞ
- LIST êáé INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Óýíôáîç: %s êáíÜëé ENTRYMSG [ìÞíõìá]
-
- ÁëëÜæåé ôï ìÞíõìá åéóáãùãÞò ôï ïðïßï óôÝëíåôå óå êÜèå ÷ñÞóôç ìÝóù /notice
- (ðáñáôÞñçóç) üôáí áõôüò ìðÝíåé óôï êáíÜëé. Áí äåí äùèåß êáìßá ðáñÜìåôñïò,
- äåí èá óôÝëíåôå êáíÝíá ìÞíõìá óôï ÷ñÞóôç,ï ïðïßïò èá åéóÝñ÷åôáé óôï êáíÜëé.
-
-CHAN_HELP_SET_BANTYPE
- Óýíôáîç: %s êáíÜëé BANTYPE ôýðïò-ban
-
- ÁëëÜæåé ôïí ôýðï ôïõ ban, ï ïðïßïò èá ÷ñçóéìïðïéåßôáé áðü ôéò õðçñåóßåò üôáí
- èá ÷ñåéÜæåôáé íá êÜíåé êÜðïéïí ban áðü ôï êáíÜëé (ð÷ akick).
-
- Ïé ôýðïé ban åßíáé áðü 0 Ýùò 3 êáé óçìáßíåé:
-
- 0: ôï ban èá åßíáé ôçò ìïñöÞò *!user@host
- 1: ôï ban èá åßíáé ôçò ìïñöÞò *!*user@host
- 2: ôï ban èá åßíáé ôçò ìïñöÞò *!*@host
- 3: ôï ban èá åßíáé ôçò ìïñöÞò *!*user@*.domain
-
-CHAN_HELP_SET_KEEPTOPIC
- Óýíôáîç: %s êáíÜëé KEEPTOPIC {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ topic retention ôïõ êáíáëéïý.
- ¼ôáí ôï topic retention åßíáé on, ôï topic ôïõ êáíáëéïý
- èá õðåíèõìßæåôáé áðü ôïí %S ìåôÜ ôïí ôåëåõôáßï ÷ñÞóôç ðïõ èá öýãåé áðü
- ôï êáíÜëé, êáé èá áðïèçêåýåôáé ãéá ôçí åðüìåíç öïñÜ.
-
-CHAN_HELP_SET_TOPICLOCK
- Óýíôáîç: %s êáíÜëé KEEPTOPIC {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ êëåßäùìá topic ôïõ êáíáëéïý.
- ¼ôáí ôï êëåßäùìá topic åßíáé on, ï %S äåí èá åðéôñÝðåé óå êáíÝíáí íá áëëÜîåé
- ôï topic ôïõ êáíáëéïý åêôüò ôçò åíôïëÞò TOPIC ôïõ.
-
-CHAN_HELP_SET_MLOCK
- Óýíôáîç: %s êáíÜëé MLOCK modes
-
- Êáèïñßæåé ôï êëåßäùìá ôùí modes ãéá ôï êáíÜëé. Ï %S
- óáò åðéôñÝðåé íá êáèïñßóåôå óõãêåêñéìÝíá modes ãéá ôï êáíÜëé
- ôá ïðïßá èá åßíáé ðÜíôá åíåñãïðïéçìÝíá (Þ ü÷é). Ôá modes
- ðïõ ìðïñïýí íá êëåéäùèïýí åßíáé: i, k, l, m, n, p, s, êáé t.
- ÊÜèå Ýíá áðü áõôÜ ôá modes ìðïñåß íá êëåéäùèåß, íá îåêëåéäùèåß íá
- ìç óõìðåñéëçöèåß êáèüëïõ.
-
- Ç ðáñÜìåôñïò modes óõíôÜóóåôáé ìå ôïí ßäéï ôñüðï üðùò ç åíôïëÞ
- /MODE. ¸ôóé ôá modes ìåôÜ áðü Ýíá + êëåéäþíïíôáé êáé ôá modes ìåôÜ
- áðü Ýíá - îåêëåéäþíïíôáé.
-
- Ðñïóï÷Þ: Áí ÷ñçóéìïðïéåßôå ôï mode êëåéäþìáôïò ìå êëåéäß,
- üðùò óôï äåýôåñï ðáñÜäåéãìá ðáñáêÜôù, èá ðñÝðåé åðßóçò íá
- åíåñãïðïéÞóåôå ôçí åðéëïãÞ RESTRICTED ãéá ôï êáíÜëé (äåßôå
- HELP SET RESTRICTED), áëëéþò ïðïéïóäÞðïôå ìðáßíåé óôï
- êáíÜëé üôáí áõôü åßíáé Üäåéï, èá ìðïñåß íá äåß ôï êëåéäß!
-
- Ðáñáäåßãìáôá:
-
- SET #êáíÜëé MLOCK +nt-iklps
- Åíåñãïðïéåß ôá modes n êáé t, êáé áðåíåñãïðïéåß ôá modes i,
- k, l, p êáé s. Ôï mode m, äå óõìðåñéëáìâÜíåôáé ãéá íá ìðïñåß
- íá åßíáé åíåñãïðïéçìÝíï Þ ìç.
-
- SET #êáíÜëé MLOCK +knst-ilmp my-key
- Åíåñãïðïéåß ôá modes k, n, s êáé t, êáé áðåíåñãïðïéåß ôá
- modes i, l, m êáé p. Åðßóçò êáèïñßæåé ôï êëåéäß ôïõ êáíáëéïý
- íá åßíáé "my-key".
-
- SET #êáíÜëé MLOCK +
- Áöáéñåß ôï êëåßäùìá ôùí modes. ¼ëá ôá modes ôïõ
- êáíáëéïý åßíáé åëåýèåñá íá åíåñãïðïéçèïýí Þ íá
- áðåíåñãïðïéçèïýí.
-
-CHAN_HELP_SET_PEACE
- Óýíôáîç: %s êáíÜëé PEACE {ON | OFF}
-
- Åíåñãïðïéåß Þ áðååñãïðïéåß ôçí åíôïëÞ peace óôï êáíÜëé.
- ¼ôáí ç åíôïëÞ peace åßíáé on, ï ÷ñÞóôçò äåí ìðïñåß íá êÜíåé kick,
- ban Þ íá áöáéñÝóåé op áðü êÜðïéïí ÷ñÞóôç ï ïðïßïò Ý÷åé ìåãáëýôåñï
- level áðü áõôüí Þ ßóï ìå áõôüí ìÝóù åíôïëþí %S.
-
-CHAN_HELP_SET_PRIVATE
- Óýíôáîç: %s êáíÜëé PRIVATE {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ private ãéá Ýíá êáíÜëé.
- ¼ôáí åíåñãïðïéåßôáé ç private åíôïëÞ, ôï êáíÜëé äå óõìðåñéëáìâÜíåôáé
- óôç ëßóôá ðïõ ðñïêýðôåé áðü ôçí åíôïëÞ %R%S LIST.
-
-CHAN_HELP_SET_RESTRICTED
- Óýíôáîç: %s êáíÜëé RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Óýíôáîç: %s êáíÜëé SECURE {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôéò äõíáôüôçôåò áóöÜëåéáò ôïõ %S ãéá
- Ýíá êáíÜëé. ¼ôáí åíåñãïðïéåßôáé ôï SECURE, ìüíï ïé ÷ñÞóôåò ðïõ
- Ý÷ïõí êáôï÷õñùìÝíá ôá øåõäþíõìÜ ôïõò ìå ôï %s êáé Ý÷ïõí áíáãíùñéóôåß
- ìå ôïí êùäéêü ôïõò, èá Ý÷ïõí ðñüóâáóç óôï êáíÜëé üðùò ïñßæåôáé êáé
- áðü ôç ëßóôá ðñüóâáóçò.
-
-CHAN_HELP_SET_SECUREOPS
- Óýíôáîç: %s êáíÜëé SECUREOPS {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ ðñïóôáôåõìÝíçò äéá÷åßñçóçò
- ãéá Ýíá êáíÜëé. ¼ôáí åíåñãïðïéåßôáé ç ðñïóôáôåõìÝíç äéá÷åßñçóç, ïé
- ÷ñÞóôåò ðïõ äåí åßíáé óôç ëßóôá ðñüóâáóçò, äå ìðïñïýí íá ðÜñïõí op.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Óýíôáîç: %s êáíÜëé SECUREFOUNDER {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ áóöáëÞò founder ãéá Ýíá êáíÜëé.
- ¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ áóöáëÞò founder, ìüíï ï ðñáãìáôéêüò founder
- ìðïñåß íá êÜíåé drop (óâÞóåé) ôï êáíÜëé, íá áëëÜîåé ôïí êùäéêü ôïõ,
- ìüíï ï founder êáé ï successor, êáé ü÷é áõôïß ðïõ êÜíïõí åíôïëÞ
- áíáãíþñéóçò ìå ôïí %S.
-
-CHAN_HELP_SET_SIGNKICK
- Óýíôáîç: %s êáíÜëé SIGNKICK {ON | LEVEL | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ signed kicks ôïõ
- êáíáëéïý. ¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ SIGNKICK, ôá kicks èá
- åêôåëïýíôáé %S KICK command will have the nick that used the
- ìå åíôïëÞ ðåñéÝ÷ïíôáò ôïí ëüãï.
-
- Áí ÷ñçóéìïðïéåßò LEVEL, áõôïß ðïõ Ý÷ïõí ìåãáëýôåñç level Þ ßóç
- ìå ôçí SIGNKICK level ôïõ êáíáëéïý äåí èá Ý÷ïõí
- kicks signed. Äåò %R%S HELP LEVELS ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-
-CHAN_HELP_SET_XOP
- Óýíôáîç: %s êáíÜëé XOP {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ xOP system ãéá Ýíá êáíÜëé.
- ¼ôáí åíåñãïðïéåßôáé ç åðéëïãÞ XOP, ÷ñçóéìïðïéåßò ôéò
- åíôïëÝò AOP/SOP/VOP, ãéá íá äþóåéò óôïõò ÷ñÞóôåò ðïõ
- èåò äéêáéþìáôá óôï êáíÜëé.Áëëéþò ÷ñçóéìïðïéåßò ôçí åíôïëÞ ACCESS.
-
- Ôå÷íéêÞ óçìåßùóç: Áí Ý÷åéò áðåíåñãïðïéÞóç ôçí xOP åíôïëÞ,÷ñçóéìïðïéåßò
- ôçí åíôïëÞ access.Áí äþóåéò access óå ÷ñÞóôåò êáé ìåôÜ ãéá êÜðïéï ëüãï
- êÜíåéò ôï xOP åíåñãü,èá ðñÝðåé íá äþóåéò äéêáéþìáôá óôïõò ÷ñÞóôåò
- áõôïýò ìå ôçí xOP åíôïëÞ!
-
- Áí áðü xOP system ôï ãõñßóåôå óå access system
- äåí èá õðÜñîåé êáíÝíá ðñüâëçìá.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Óýíôáîç: %s êáíÜëé OPNOTICE {ON | OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ åíçìÝñùóçò op ãéá Ýíá êáíÜëé.
- ¼ôáí åíåñãïðïéåßôáé ç åíçìÝñùóç op, ï %S óôÝëíåé Ýíá notice óôïõò ops
- ôïõ êáíáëéïý, êÜèå öïñÜ ðïõ ÷ñçóéìïðïéïýíôáé ïé åíôïëÝò OP, DEOP, AKICK êáé
- ACCESS áðü êÜðïéï ÷ñÞóôç ãéá ôï êáíÜëé.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Óýíôáîç: AOP êáíÜëé ADD øåõäþíõìï
- AOP êáíÜëé DEL {øåõäþíõìï | íïýìåñï | ëßóôá}
- AOP êáíÜëé LIST [ìÜóêá | ëßóôá]
- AOP êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí AOP (AutoOP) ëßóôá ôïõ êáíáëéïý. Ç ëßóôá AOP
- äßíåé óôïõò ÷ñÞóôåò ôï äéêáßùìá íá ãßíïíôáé áõôüìáôá opped óôï êáíÜëé óáò,
- íá êÜíïõí unban Þ invite ôïõò åáõôïýò ôïõò áí ÷ñåéÜæåôáé, íá Ý÷ïõí ôï äéêü
- ôïõò ìÞíõìá ÷áéñåôéóìïý üôáí ìðÝíïõí óå Ýíá êáíÜëé, êáé Üëëá ðïëëÜ.
-
- Ç åíôïëÞ AOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá AOP.
-
- Ç åíôïëÞ AOP DEL áöáéñåß Ýíá øåõäþíõìï áðü ôçí ëßóôá AOP.
- Áí ç ëßóôá äßíåôáé ìå èÝóåéò-íïýìåñá, ôüôå áõôÝò ïé èÝóåéò äéáãñÜöïíôáé.
- (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ AOP LIST åìöáíßæåé ôçí ëßóôá AOP. Áí äùèåß ìéá
- óõãêåêñéìÝíç ìÜóêá, ìüíï ïé èÝóåéò ðïõ ôáéñéÜæïõí ìå áõôÞí èá åìöáíéóôïýí.
- Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá
- äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.
- Ãéá ðáñÜäåéãìá:
-
- AOP #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá AOP ôéò èÝóåéò ìå ôá
- íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.
-
- Ç åíôïëÞ AOP CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá AOP.
-
- Ïé åíôïëÝò AOP ADD êáé AOP DEL åßíáé ðåñéïñéóìÝíåò óôïõò
- SOPs Þ åðÜíù, åíþ ç åíôïëÞ AOP CLEAR ìðïñåß ìüíï íá ÷ñçóéìïðïéçèåß
- áðü ôïí founder ôïõ êáíáëéïý. ¼ìùò, ïðïéïóäÞðïôå ÷ñÞóôçò ìðïñåß íá
- ÷ñçóéìïðïéÞóåé ôçí åíôïëÞ AOP LIST.
-
- ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé
- óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå
- %R%S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,
- êáé %R%S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï
- access list êáé xOP list óýóôçìá.
-
-CHAN_HELP_HOP
- Óýíôáîç: HOP êáíÜëé ADD øåõäþíõìï
- HOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}
- HOP êáíÜëé LIST [ìÜóêá | list]
- HOP êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí ëßóôá HOP (HalfOP) ôïõ êáíáëéïý. Ç ëßóôá HOP
- äßíåé óôïõò ÷ñÞóôåò ôï äéêáßùìá íá åßíáé áõôüìáôá halfopped óôï
- êáíÜëé óáò.
-
- Ç åíôïëÞ HOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá HOP.
-
- Ç åíôïëÞ HOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá HOP.
- Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé
- èÝóåéò äéáãñÜöçêáí. (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ HOP LIST åìöáíßæåé ôçí ëßóôá HOP. Áí äþóåôå ìéá æçôïýìåíç
- ìÜóêá ôüôå èá åìöáíßóåé ôéò èÝóåéò ðïõ ôáéñéÜæåé ç ìÜóêá.
- Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá
- äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.
-
- ÐáñÜäåéãìá:
-
- HOP #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá HOP ôéò èÝóåéò ìå ôá
- íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.
-
- Ç åíôïëÞ HOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò HOP.
-
- Ïé åíôïëÝò HOP ADD, HOP DEL êáé HOP LIST åßíáé ðåñéïñéóìÝíåò
- ìüíï óôïõò AOPs(áõôïß ðïõ åßíáé óôçí AOP access) Þ áíþôåñïõò,
- åíþ ç åíôïëÞ HOP CLEAR ìðïñåß ìüíï íá ÷ñçóéìïðïéçèåß áðü ôïí
- founder ôïõ êáíáëéïý.
-
- ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé
- óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå
- %R%S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,
- êáé %R%S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï
- access list êáé xOP list óýóôçìá.
-
-CHAN_HELP_SOP
- Óýíôáîç: SOP êáíÜëé ADD øåõäþíõìï
- SOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}
- SOP êáíÜëé LIST [ìÜóêá | list]
- SOP êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí ëßóôá SOP (SuperOP) ôïõ êáíáëéïý. Ç ëßóôá SOP
- äßíåé ôï äéêáßùìá óôïõò ÷ñÞóôåò íá ðñïóèÝôïõí Üëëïõò óôçí ëßóôá AOP,
- íá ðñïóèÝôïõí óå üóïõò ÷ñåéÜæåôáé AutoKick, íá åéóÜãïõí óôçí ëßóôá
- BadWord êáêÝò ëÝîåéò,íá óôÝëíïõí êáé íá äéáâÜæïõí ôá ìçíýìáôá ôïõ
- êáíáëéïý,êáé Üëëá ðïëëÜ.
-
- Ç åíôïëÞ SOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá SOP.
-
- Ç eíôïëÞ SOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá SOP.
- Áí óáò äßíåôå ç ëßóôá ìå ôá íïýìåñá-èÝóåéò, áõôÝò ïé èÝóåéò
- äéáãñÜöïíôáé. (Äåò ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ SOP LIST åìöáíßæåé ôçí ëßóôá SOP. Áí äþóåôå ìéá
- óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷åß ç ìÜóêá
- áõôÞ. Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ
- äþóáôå èá äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò
- èÝóåéò áõôÝò.ÐáñÜäåéãìá::
-
- SOP #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá SOP ôéò èÝóåéò ìå ôá
- íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9..
-
- Ç åíôïëÞ SOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò SOP.
-
- Ïé åíôïëÝò SOP ADD, SOP DEL êáé SOP LIST ÷ñçóéìïðïéïýíôáé áðü
- ôïí founder ôïõ êáíáëéïý.¼ðïéïò åßíáé ÷ñÞóôçò óôçí ëßóôá AOP ìðïñåß
- íá åêôåëÝóåé åíôïëÞ SOP LIST.
-
- ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé
- óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå
- %R%S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,
- êáé %R%S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï
- access list êáé xOP list óýóôçìá.
-
-CHAN_HELP_VOP
- Óýíôáîç: VOP êáíÜëé ADD øåõäþíõìï
- VOP êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}
- VOP êáíÜëé LIST [ìÜóêá | list]
- VOP êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí ëßóôá VOP (VOicePeople) ôïõ êáíáëéïý.
- Ç ëßóôá VOP åðéôñÝðåé óôïõò ÷ñÞóôåò íá åßíáé áõôüìáôá voiced êáé íá äßíïõí
- voice óôïí åáõôü ôïõò áí äåí åßíáé.
-
- Ç åíôïëÞ VOP ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá VOP.
-
- Ç åíôïëÞ VOP DEL äéáãñÜöåé Ýíá øåõäþíõìï áðü ôçí ëßóôá VOP.
- Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé
- èÝóåéò äéáãñÜöçêáí. (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ VOP LIST åìöáíßæåé ôçí ëßóôá VOP. Áí äþóåôå ìéá óõãêåêñéìÝíç
- ìÜóêá, èá åìöáíßóåé ôéò èÝóåéò ðïõ áíôéóôïé÷ïýí óôçí ìÜóêá áõôÞ.
- Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá
- äåßôå. Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.
-
- ÐáñÜäåéãìá:
-
- VOP #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá VOP ôéò èÝóåéò ìå ôá
- íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.
-
- Ç åíôïëÞ VOP CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò VOP.
-
- Ôéò åíôïëÝò VOP ADD, VOP DEL êáé VOP LIST ôéò ÷ñçóéìïðïéïýí
- ìüíï áõôïé ðïõ åßíáé óôçí AOP Þ áíþôåñïé, åíþ ç åíôïëÞ VOP CLEAR
- ÷ñçóéìïðïéåßôáé ìüíï áðü ôïí founder ôïõ êáíáëéïý.
-
- ÁõôÞ ç åíôïëÞ ìðïñåß íá åßíáé áðåíåñãïðïéçìÝíç áðü ôï êáíÜëé óáò, êáé
- óå áõôÞ ôçí ðåñßðôùóç èá ÷ñçóéìïðïéÞóåôå ôçí åíôïëÞ access list. Äåßôå
- %R%S HELP ACCESS ãéá ðëçñïöïñßåò ó÷åôéêÜ ìå ôçí åíôïëÞ access list,
- êáé %R%S HELP SET XOP ãéá íá îÝñåôå ðùò èá åðéëÝîåôå áíÜìåóá óôï
- access list êáé xOP list óýóôçìá.
-
-CHAN_HELP_ACCESS
- Óýíôáîç: ACCESS êáíÜëé ADD øåõäþíõìï âáèìüò
- ACCESS êáíÜëé DEL {øåõäþíõìï | èÝóåéò-íïõ | list}
- ACCESS êáíÜëé LIST [ìÜóêá | list]
- ACCESS êáíÜëé VIEW [ìÜóêá | list]
- ACCESS êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí access ëßóôá ôïõ êáíáëéïý. Ç ëßóôá access
- êáèïñßæåé ðïéïé ÷ñÞóôåò èá Ý÷ïõí op óôï êáíÜëé Þ
- access óôéò åíôïëÝò ìÝóù ôïõ %S ãéá ôï êáíÜëé. Äéáöïñåôéêüò âáèìüò
- ôïõ ÷ñÞóôç áðü ôçí access ðïõ Ý÷åé,äéáöïñåôéêÜ äéêáéþìáôá èá Ý÷åé.
- %R%S HELP ACCESS LEVELS ãéá ðåñéóóüôåñåò êáé óõãêåêñéìÝíåò
- ðëçñïöïñßåò. ÏðïéïäÞðïôå øåõäþíõìï ðïõ äåí åßíáé óôçí ëßóôá access Ý÷åé
- ôõðéêÜ access 0, ãéáôß ôá levels áðü default äåí äßíïõí äéêáéþìáôá óôï êáíÜëé
- üðïéïò Ý÷åé 0 íá êÜíåé êÜôé óôï êáíÜëé, ìå access 0 åßíáé óôï auto-deop.
-
- Ç åíôïëÞ ACCESS ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôáìå ôï áíÜëïãï
- âáèìü (level). Áí êÜðïéï øåõäþíõìï åßíáé Þóç óôçí ëßóôá êáé ôïõ äþåóåôå Ýíá
- Üëëï âáèìü áðü áõôü ðïõ åß÷å ôüôå áëëÜæåé ï âáèìüò ôïõ(level).
-
- Ç åíôïëÞ ACCESS DEL áöáéñåß Ýíá øåõäþíõìï áðü ôçí ëßóôá access.
- Áí óáò äùèåß ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá,áõôÝò ïé èÝóåéò Ý÷ïõí äéáãñáöåß.
- (Äåò ôï ðáñÜäåéãìá ôçò åíôïëÞò LIST.)
-
- Ç åíôïëÞ ACCESS LIST åìöáíßæåé ôçí ëßóôá access. Áí äþóåôå ìéá
- óõãêåêñéìÝíç ìÜóêá, èá óáò åìöáíßóåé ôéò èÝóåéò ðïõ áíôéóôïé÷åß áõôÞ ç ìÜóêá.
- Áí êÜíåôå list ìå ôéò èÝóåéò-íïýìåñá,ôüôå ìüíï ôéò èÝóåéò ðïõ äþóáôå èá äåßôå.
- Äçë ôá áíôßóôïé÷á øåõäþíõìá ðïõ áíÞêïõí óôéò èÝóåéò áõôÝò.
-
- ÐáñÜäåéãìá:
-
- ACCESS #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá access ôéò èÝóåéò ìå ôá
- íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Ç åíôïëÞ ACCESS CLEAR äéáãñÜöåé üëåò ôéó èÝóåéò ôçò ëßóôáò access.
-
-CHAN_HELP_ACCESS_LEVELS
- User access levels
-
- Áðü default, ïé åðüìåíåò access âáèìïß (levels) åßíáé ïé åîÞò:
-
- Founder Full access óôïí %S ãéá åíôïëÝò êáíáëéïý; áõôüìáôï
- opping üôáí ìðÝíåé óôï êáíÜëé. Óçìåßùóç
- ìüíï Ýíá Üôïìï Ý÷åé ðñüóâáóç óáí founder
- (äåí ìðïñåß íá äþóåé ìÝóù åíôïëÞò ACCESS
- âáèìü ßäéï ìå ôïõ founder).
-  10 Ðñüóâáóç óôçí åíôïëÞ AKICK; áõôüìáôï opping.
-  5 Áõôüìáôï opping..
-  3 Áõôüìáôï voicing.
-  0 ÊáíÝíá éäéáßôåñï äéêáßùìá; ìðïñåß íá ðÜñåé op áðü Üëëïõò
- ops (åêôüò êáé áí åßíáé åíåñãïðïéçìÝíá ôá secure-ops).
-  <0 Äåí ìðïñåß íá ðÜñåé op.
-
- Áõôïß ïé âáèìïß (levels) ìðïñïýí íá áëëá÷ôïýí, Þ íá ðñïóèÝóåôå íÝá äéêÜ óáò,
- ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ LEVELS; ãñÜøôå %R%S HELP LEVELS ãéá
- ðëçñïöïñßåò.
-
-CHAN_HELP_AKICK
- Óýíôáîç: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK êáíÜëé ENFORCE
- AKICK êáíÜëé CLEAR
-
- ÁëëÜæåé ôç ëßóôá áõôüìáôçò áðüññéøçò ãéá Ýíá êáíÜëé.
- ÅÜí Ýíáò ÷ñÞóôçò ðïõ âñßóêåôáé óôç ëßóôá áõôüìáôçò áðüññéøçò,
- ðñïóðáèÞóåé íá ìðåß óôï êáíÜëé, ï %S èá ôïõ áðáãïñÝøåé ôçí åßóïäï
- (ban/kick).
-
- Ç åíôïëÞ AKICK ADD ðñïóèÝôåé ôç ìÜóêá ðïõ
- äßíåôáé óôç ëßóôá áõôüìáôçò áðüññéøçò. Áí äùèåß ìßá áéôéïëïãßá
- ìå ôçí åíôïëÞ, áõôÞ ç áéôéïëïãßá èá ÷ñçóéìïðïéçèåß óôï kick ôïõ ÷ñÞóôç.
- ÄéáöïñåôéêÜ ç ðñïêáèïñéóìÝíç áéôéïëïãßá åßíáé "You have been banned
- from the channel" ("¸÷åé áðáãïñåõèåß ç åßóïäüò óáò óôï êáíÜëé").
-
- Ç åíôïëÞ AKICK STICK êÜíåé ìüíéìá bans ôç ìÜóêá
- ðïõ äßíåôáé. Áí êÜðïéïò ðñïóðáèÞóåé íá ôï áöáéñÝóåé ôï ban, ï %S
- èá ôï îáíáâÜëåé áõôüìáôá. Äåí ìðïñåßôáé íá ôï ÷ñçóéìïðïéÞóåôå ãéá
- êáôï÷õñùìÝíá øåõäþíõìá.
-
- Ç åíôïëÞ AKICK UNSTICK áêõñþíåé ôçí åíôïëÞ AKICK STICK,
- êáé Ýôóé èá ìðïñåßôå íá âãÜëåôå ôï ban áðü ôï êáíÜëé.
-
- Ç åíôïëÞ AKICK DEL äéáãñÜöåé ôç ìÜóêá ðïõ
- äßíåôáé, áðü ôç ëßóôá áõôüìáôçò áðüññéøçò. ÂÜæïíôáò ALL ãéá
- ìÜóêá äéáãñÜöïíôáé üëá ìå ôç ìéá. Äå äéáãñÜöåé üìùò ôá bans ðïõ
- Ý÷ïõí ôïðïèåôçèåß áðü ôçí áõôüìáôç áðüññéøç. ÁõôÜ ðñÝðåé íá
- áöáéñåèïýí îå÷ùñéóôÜ.
-
- Ç åíôïëÞ AKICK LIST åìöáíßæåé ôç ëßóôá áõôüìáôçò áðüññéøçò,
- Þ åðéëåêôéêÜ ìüíï åêåßíåò ôéò åããñáöÝò ôçò ëßóôáò ðïõ
- ôáéñéÜæïõí óôç ìÜóêá ðïõ äßíåôáé.
-
- Ç åíôïëÞ AKICK VIEW åßíáé ðéï âåëôéùìÝíç Ýêäïóç áðü ôçí åíôïëÞ
- AKICK LIST.
-
- Ç åíôïëÞ AKICK ENFORCE êÜíåé ôïí %S íá åðáíáäñÜóç ôç
- óõãêåêñéìÝíç AKICK ëßóôá âãÜæïíôáò Ýîù ôïõò ÷ñÞóôåò ðïõ ôáéñéÜæïõí ìå ôçí ìÜóêá
- ðïõ åßíáé óôçí AKICK.
-
- Ç åíôïëÞ AKICK CLEAR äéáãñÜöåé üëåò ôéò èÝóåéò ðïõ ðåñéÝ÷ïíôáé óôçí
- ëßóôá akick.
-
-CHAN_HELP_LEVELS
- Óýíôáîç: LEVELS êáíÜëé SET ôýðïò [âáèìüò|FOUNDER]
- LEVELS êáíÜëé {DIS | DISABLE} ôýðïò
- LEVELS êáíÜëé LIST
- LEVELS êáíÜëé RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Ôá áêüëïõèá feature/function êáôáëáâáßíïíôáé. Óçìåßùóç,
- ôá levels (âáèìïß) ãéá AUTODEOP êáé NOJOIN åßíáé ôá ìÝãéóôá levels,
- åíþ üëá ôá Üëëá åßíáé ôá åëÜ÷éóôá levels.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Óýíôáîç: INFO êáíÜëé
-
- Åìöáíßæåé ðëçñïöïñßåò ó÷åôéêÜ ìå ôï üíïìá ôïõ êáôï÷õñùìÝíïõ êáíáëéïý,
- ðåñéëáìâáíïìÝíïõ ôïí founder, ôçí þñá ôçò êáôï÷ýñùóçò, ðüôå ÷ñçóéìïðïéÞèçêå
- ôåëåõôáßá öïñÜ, êáé ôá êëåéäùìÝíá mode, áí õðÜñ÷ïõí.
- Áí ÷ñçóéìïðïéÞóåôå ôçí ðáñÜìåôñï ALL
- èá åìöáíéóôåß ôï ìÞíõìá åéóáãùãÞò ôïõ êáíáëéïý êáé ï successor.
-
- Áðü default, ç åðéëïãÞ ALL åßíáé ïñéóìÝíç ìüíï óå áõôïýò ðïõ Ý÷ïõí
- founder access óôï óõãêåêñéìÝíï êáíÜëé.
-
-CHAN_HELP_LIST
- Óýíôáîç: LIST pattern
-
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá êáíÜëéá óå ó÷Ýóç ìå áõôü ðïõ ôïõ äßíåéò íá øÜîåé.
- (Ôá êáíÜëéá ðïõ Ý÷ïõí åðéëïãÞ PRIVATE äåí åìöáíßæïíôáé.)
-
-CHAN_HELP_OP
- Óýíôáîç: OP #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé op ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá äþóåé op óôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü áõôïýò ðïõ åßíáé AOPs Þ áðü áõôïýò ðïõ
- Ý÷ïõí âáèìü (level) 5 access êáé üóïõò Ý÷ïõí ðáñáðÜíù level op/deop.
-
-CHAN_HELP_DEOP
- Óýíôáîç: DEOP #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé deop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå ôï øåõäþíõìï, èá êÜíåé deop óôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü áõôïýò ðïõ åßíáé AOPs Þ áðü áõôïýò ðïõ
- Ý÷ïõí âáèìü (level) 5 access êáé üóïõò Ý÷ïõí ðáñáðÜíù level op/deop.
-
-CHAN_HELP_VOICE
- Óýíôáîç: VOICE #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé voice ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá äþóåé voice óôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù óôï êáíÜëé, Þ áðü ôïõò VOPs Þ áõôïýò ðïõ Ý÷ïõí level 3
- êáé ðáñáðÜíù ãéá íá êÜíïõí voice ôïí åáõôü ôïõò.
-
-CHAN_HELP_DEVOICE
- Óýíôáîç: DEVOICE #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé devoice ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé devoice ôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù óôï êáíÜëé, Þ áðü ôïõò VOPs Þ áõôïýò ðïõ Ý÷ïõí level 3
- êáé ðáñáðÜíù ãéá íá êÜíïõí devoice ôïí åáõôü ôïõò.
-
-CHAN_HELP_HALFOP
- Óýíôáîç: HALFOP #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé halfop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé halfop ôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs êáé áðü áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù access óôï êáíÜëé, Þ áðü ôïõò HOPs Þ áõôïýò ðïõ Ý÷ïõí level 4
- êáé ðáñáðÜíù ãéá íá êÜíïõí halfop ôïí åáõôü ôïõò.
-
-CHAN_HELP_DEHALFOP
- Óýíôáîç: DEHALFOP #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ êÜíåé dehalfop ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá êÜíåé dehalfop ôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü AOPs êáé áðü áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù access óôï êáíÜëé, Þ áðü ôïõò HOPs Þ áõôïýò ðïõ Ý÷ïõí level 4
- êáé ðáñáðÜíù ãéá íá êÜíïõí dehalfop ôïí åáõôü ôïõò.
-
-CHAN_HELP_PROTECT
- Óýíôáîç: PROTECT #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ ðñïóôáôåýåé ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï êáíÜëé.
- Áí äåí åðéëÝîåôå øåõäþíõìï èá ðñïóôáôåýóåé ôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïí founder, Þ ôïõò SOPs Þ áõôïýò ðïõ Ý÷ïõí
- level (âáèìü) 10 Þ êáé ðáñáðÜíù ãéá íá ðñïóôáôåýïõí ôïí åáõôü ôïõò.
-
-CHAN_HELP_DEPROTECT
- Óýíôáîç: DEPROTECT #êáíÜëé [øåõäþíõìï]
-
- Ç åíôïëÞ áõôÞ âãÜæåé ôçí ðñïóôáóßá ôï æçôïýìåíï øåõäþíõìï ôï ïðïßï åßíáé óôï
- êáíÜëé. Áí äåí åðéëÝîåôå øåõäþíõìï èá âãÜëåé ôçí ðñïóôáóßá áðü ôïí åáõôü óáò.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïí founder, Þ ôïõò SOPs Þ áõôïýò ðïõ Ý÷ïõí
- level (âáèìü) 10 Þ êáé ðáñáðÜíù ãéá íá âãÜëïõí ôçí ðñïóôáóßá áðü ôïí åáõôü ôïõò.
-
-CHAN_HELP_OWNER
- Óýíôáîç: OWNER #êáíÜëé
-
- Óïõ äßíåé owner status óôï êáíÜëé (êÜôé óáí founder).
-
- Ìüíï ãéá áõôïýò ðïõ Ý÷ïõí founder access óôï êáíÜëé.
-
-CHAN_HELP_DEOWNER
- Óýíôáîç: DEOWNER #êáíÜëé
-
- ÊÜíåé ôï áêñéâþò áíôßèåôð ôçò åíôïëÞò owner.
-
- Ìüíï ãéá áõôïýò ðïõ Ý÷ïõí founder access óôï êáíÜëé.
-
-
-CHAN_HELP_INVITE
- Óýíôáîç: INVITE êáíÜëé
-
- ÆçôÜåé áðü ôïí %S íá êáëÝóåé ôï áíÜëïãï øåõäþíõìï íá Ýñèåé óôï êáíÜëé.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áðü áõôïýò ðïõ Ý÷ïõí level 5 êáé
- ðáñáðÜíù óôï êáíÜëé.
-
-CHAN_HELP_UNBAN
- Óýíôáîç: UNBAN êáíÜëé [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 êáé
- ðáñáðÜíù óôï êáíÜëé.
-
-CHAN_HELP_KICK
- Óýíôáîç: KICK #êáíÜëé øåõäþíõìï [ëüãïò]
-
- ÊÜíåé kick ôï øåõäþíõìï ðïõ ôïõ äßíåéò óôï êáíÜëé.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù óôï êáíÜëé.
-
-CHAN_HELP_BAN
- Óýíôáîç: BAN #êáíÜëé øåõäþíõìï [ëüãïò]
-
- ÊÜíåé ban ôï øåõäþíõìï ðïõ ôïõ äßíåéò óôï êáíÜëé.
-
- Áðü default, ÷ñçóéìïðïéåßôáé áðü ôïõò AOPs Þ áõôïýò ðïõ Ý÷ïõí level 5 access
- êáé ðáñáðÜíù óôï êáíÜëé.
-
-CHAN_HELP_TOPIC
- Óýíôáîç: TOPIC êáíÜëé [topic]
-
- ÆçôÜò áðü ôïí %S íá âÜëåé ôï topic ðïõ ôïõ Ý÷åéò ðåé.
- Áí ôï topic äåí äßíåôáé, èá âÜëåé Üäåéï topic
- óôï êáíÜëé. ÁõôÞ ç åíôïëÞ åßíáé ÷ñÞóéìç áí Ý÷åéò êÜíåé óôï êáíÜëé
- SET TOPICLOCK. Äåò %R%S HELP SET TOPICLOCK
- ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.
-
- Áðü default, ÷ñçóéìïðïåßôáé ìüíï áðü áõôïýò ðïõ Ý÷ïõí founder access óôï
- êáíÜëé.
-
-CHAN_HELP_CLEAR
- Óýíôáîç: CLEAR êáíÜëé ôé áêñéâþò
-
- ÆçôÜò áðü ôïí %S íá êáèáñßóåé ôéò åðéëïãÝò ðïõ Ý÷åé ôï êáíÜëé. ôé áêñéâþò
- ìðïñåß íá åßíáé ìéá áðü ôéò áêüëïõèåò åðéëïãÝò:
-
- MODES Êáèáñßæåé üëá ôá modes áðü ôï êáíÜëé (äçë clears
- modes i,k,l,m,n,p,s,t).
- BANS Êáèáñßæåé üëá ôá bans áðü ôï êáíÜëé.
- EXCEPTS Êáèáñßæåé üëá ôá excepts áðü ôï êáíÜëé.
- INVITES Clears all invites on the channel.
- OPS Áöáéñåß ôï channel-operator status (mode +o) áðü
- üëïõò ôïõò channel operators. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Removes channel-halfoperator status (mode +h) from
- all channel halfoperators, if supported.
- VOICES Áöáéñåß ôá "voice" status (mode +v) áðü ôïí êáèÝíá.
- USERS ÐåôÜåé (kicks) üëïõò ôïõò ÷ñÞóôåò áðü ôï êáíÜëé.
-
- Áðü default, ÷ñçóçìïðïéåßôáé, ìüíï áðü áõôïýò ðïõ Ý÷ïõí founder access óôï
- êáíÜëé.
-
-CHAN_HELP_GETKEY
- Óýíôáîç: GETKEY êáíÜëé
-
- Óáò äåß÷íåé ôï êëåéäß ôïõ óõãêåêñéìÝíïõ êáíáëéïý.
-
-CHAN_SERVADMIN_HELP
-
- Ïé Services Operators ìðïñïýí íá äéáãñÜøïõí ïðïéïäÞðïôå êáíÜëé, ÷ùñßò íá êÜíïõí
- åíôïëÞ áíáãíþñéóçò ìÝóù êùäéêïý, ìðïñïýí íá äïýí ôçí access, AKICK,
- êáé ôá level ïðïéïõäÞðïôå êáíáëéïý.
-
-CHAN_SERVADMIN_HELP_DROP
- Óýíôáîç: DROP êáíÜëé
-
- Îå-êáôï÷õñþíåé ôï æçôïýìåíï êáíÜëé. Ìüíï ïé Services Operators
- ìðïñïõí íá ôï êÜíïõí áõôü óå Ýíá êáíÜëé, ÷ùñßò íá êÜíïõí åíôïëÞ áíáãíþñéóçò
- ãéá ôï êáíÜëé.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Óýíôáîç: SET êáíÜëé NOEXPIRE {ON | OFF}
-
- Ìå áõôÞ ôçí åíôïëÞ ìðïñåßò íá êÜíåéò Ýíá êáíÜëé íá ìçí ëÞãåé ðïôÝ, ÷ùñéò íá
- åßóáé õðï÷ñåùìÝíïò íá êÜíåéò åíôïëÞ áíáãíþñéóçò óôï ÷ñïíéêü
- ðåñéèþñéï ðïõ óïõ äßíåôáé.
-
- Ìüíï ïé Services Operators ìðïñïýí íá ôï êÜíïõí.
-
-CHAN_SERVADMIN_HELP_LIST
- Óýíôáîç: LIST pattern [FORBIDDEN] [NOEXPIRE]
-
- Åìöáíßæåé üëá ôá êáôï÷õñùìÝíá êáíÜëéá óå ó÷Ýóç ìå ôï æçôïýìåíï êáíÜëé.
- ÊáíÜëéá ðïõ åßíáé PRIVATE èá åìöáíßæïíôáé ìüíï óôïõò Services Operators.
- ÊáíÜëéá ðïõ åßíáé NOEXPIRE èá Ý÷ïõí Ýíá ! äßðëá áðü ôï üíïìá ôïõ
- êáíáëéïý, ìüíï ãéá ôïõò Services Operators.
-
- Áí ãñÜøåôå ãéá FORBIDDEN Þ NOEXPIRE, èá äåßôå ôá êáíÜëéá áõôÜ ôá
- ïðïßá åßíáé FORBIDden Þ åßíáé NOEXPIRE.
- Áí ãñÜøåôå êáé ôá äõï ìáæß èá åìöáíéóôïýí ôá êáíÜëéá ðïõ Ý÷ïõí êáé ôá
- äýï,äçë áõôá ðïõ åßíáé FORBIDden êáé Üëëá ðïõ åßíáé NOEXPIRE.
- ÁõôÝò ïé åðéëïãÝò åßíáé ãéá ôïõò Services Operators.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Óýíôáîç: GETPASS êáíÜëé
-
- Äßíåé ôïí êùäéêü ôïõ êáíáëéïý. Óçìåßùóç üðïôå
- ÷ñçóéìïðïéåßò áõôÞ ôçí åíôïëÞ, èá åìöáíéóôåß ôï ìÞíõìá ôïõ
- ÷ñÞóôç ðïõ åêôÝëåóå áõôÞ ôçí åíôïëÞ êáé ôï êáíÜëé ãéá ôï ïðïßï
- ÷ñçóéìïðïéÞèçêå êáé èá óôáëåß ìå WALLOPS/GLOBOPS.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-CHAN_SERVADMIN_HELP_FORBID
- Óýíôáîç: FORBID êáíÜëé [ëüãïò]
-
- Äåí åðéôñÝðåé óå ïðïéïäÞðïôå íá êÜíåé êáôï÷ýñùóç Þ ÷ñÞóç ôïõ óõãêåêñéìÝíïõ
- êáíáëéïý. Ìðïñåß íá áêõñùèåß áõôü ìå óâÞóéìï ôïõ êáíáëéïý (drop).
-
- Ï ëüãïò áðáéôåßôáé óå ïñéóìÝíá äßêôõá.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND channel [reason]
-
- Disallows anyone from registering or using the given
- channel. May be cancelled by using the UNSUSPEND
- command to preserve all previous channel data/settings.
-
- Reason may be required on certain networks.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND channel
-
- Releases a suspended channel. All data and settings
- are preserved from before the suspension.
-
-CHAN_SERVADMIN_HELP_STATUS
- Óýíôáîç: STATUS êáíÜëé øåõäþíõìï
-
- ÅðéóôñÝöåé ôçí óõãêåêñéìÝíç access level ôïõ áíÜëïãïõ øåõäþíõìïõ
- óôï áíÜëïãï êáíÜëé. Ç áðÜíôçóç èá åßíáé ôçò ìïñöÞò:
-
- STATUS êáíÜëé øåõäþíõìï access-level
-
- Áí âñåßôå ëÜèïò, èá äåßôå ôï åîÞò ìÞíõìá:
-
- STATUS ERROR ëÜèïò-ìÞíõìá
-
- Ìüíï ãéá ôïõò Services Operators.
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND ÓôÝëíåé Ýíá ìÞíõìá óå Ýíá øåõäþíõìï Þ Ýíá êáíÜëé
-MEMO_HELP_CMD_CANCEL
- CANCEL Áêõñþíåé ôï ôåëåõôáßï ìÞíõìá ðïõ óôÝëíåôå
-MEMO_HELP_CMD_LIST
- LIST Åìöáíßæåé ëßóôá ìå ôá ìçíýìáôá óáò
-MEMO_HELP_CMD_READ
- READ ÄéáâÜæåé Ýíá Þ ðïëëÜ ìçíýìáôá
-MEMO_HELP_CMD_DEL
- DEL ÄéáãñÜöåé Ýíá Þ ðïëëÜ ìçíýìáôá
-MEMO_HELP_CMD_SET
- SET ÁëëÜæåé ôéò åðéëïãÝò ôùí ìçíõìÜôùí
-MEMO_HELP_CMD_INFO
- INFO Displays information about your memos
-MEMO_HELP_CMD_RSEND
- RSEND Sends a memo and requests a read receipt
-MEMO_HELP_CMD_CHECK
- CHECK Checks if last memo to a nick was read
-MEMO_HELP_CMD_SENDALL
- SENDALL Send a memo to all registered users
-MEMO_HELP_CMD_STAFF
- STAFF Send a memo to all opers/admins
-
-MEMO_HELP_HEADER
- Ï %S åßíáé ìéá õðçñåóßá ðïõ åðéôñÝðåé óôïõò ÷ñÞóôåò
- ôïõ IRC íá óôÝëíïõí ìéêñÜ ãñáðôÜ ìçíýìáôá óå Üëëïõò ÷ñÞóôåò
- ôïõ äéêôýïõ (åßôå âñßóêïíôáé óõíäåäåìÝíïé åêåßíç ôç óôéãìÞ,
- åßôå ü÷é) Þ óå êáíÜëéá(*).
- Ôá øåõäþíõìá ôïõ áðïóôïëÝá êáé ôïõ ðáñáëÞðôç ðñÝðåé íá åßíáé
- êáôï÷õñùìÝíá ãéá íá ÷ñçóéìïðïéçèåß ç õðçñåóßá.
-
- Ïé åíôïëÝò ôïõ %S åßíáé:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- ÃñÜøôå %R%S HELP åíôïëÞ ãéá âïÞèåéá óå
- ïðïéáäÞðïôå áðü ôéò ðáñáðÜíù åíôïëÝò.
-
- (*) Åî'ïñéóìïý, êÜèå ÷ñÞóôçò ìå åëÜ÷éóôï åðßðåäï ðñüóâáóçò
- 10 óå Ýíá êáíÜëé, ìðïñåß íá äéáâÜóåé ôá ìçíýìáôá ôïõ
- êáíáëéïý. Áõôü ìðïñåß íá áëëÜîåé ìå ôçí åíôïëÞ
- LEVELS ôïõ %s.
-
-MEMO_HELP_SEND
- Óýíôáîç: SEND {øåõäþíõìï | êáíÜëé} êåßìåíï ìçíýìáôïò
-
- ÓôÝëíåé óôï øåõäþíõìï Þ óôï êáíÜëé ðïõ äßíåôáé, Ýíá ìÞíõìá ðïõ
- ðåñéÝ÷åé ôï êåßìåíï-ìçíýìáôïò. ¼ôáí ôï ìÞíõìá óôÝëíåôáé óå Ýíá øåõäþíõìï,
- memo-text. When sending to a nickname, the recipient will
- ï ðáñáëåßðôçò èá ëÜâåé ìéá åéäïðïßçóç ïôé Ý÷åé Ýíá íÝï ìÞíõìá.
- Ôï øåõäþíõìï Þ ôï êáíÜëé ðïõ äßíåôáé, ðñÝðåé íá åßíáé êáôï÷õñùìÝíï.
-
-MEMO_HELP_CANCEL
- Óýíôáîç: CANCEL {øåõäþíõìï | êáíÜëé}
-
- Áêõñþíåé ôï ôåëåõôáßï ìÞíõìá ðïõ óôåßëáôå óôïí ðáñáëåßðôç Þ ôï êáíÜëé,
- ìå ôçí ðñïõðüèåóç ïôé äåí Ý÷åé äéáâáóôåß,ãéáôß ç åíôïëÞ ôüôå èá åßíáé óáí íá
- ìçí Ýãéíå.
-
-MEMO_HELP_LIST
- Óýíôáîç: LIST [êáíÜëé] [list | NEW]
-
- ÐáñïõóéÜæåé ôçí ëßóôá ôùí ìçíõìÜôùí. Ìå ôçí NEW, äåß÷íåé
- ìüíï ôá íÝá ìçíýìáôá (ôá ìç-äéáâáóìÝíá). Ôá ìç äéáâáóìÝíá ìçíýìáôá
- óçìåéþíïíôáé ìå Ýíá "*" óôá áñéóôåñÜ ðïõ áíáãñÜöåôáé ï áñéèìüò ôïõ
- ìçíýìáôïò. Ìðïñåßò íá äåéò ìéá ëßóôá ìå íïýìåñá,
- óáí ôï ðáñáêÜôù ðáñÜäåéãìá:
-
- LIST 2-5,7-9
- Ëßóôá ìçíõìÜôùí íïýìåñï 2 ðåñíÜ 5 êáé 7 ðåñíÜ 9.
-
-MEMO_HELP_READ
- Óýíôáîç: READ [êáíÜëé] {íïõ | list | LAST | NEW}
-
- Ìå ôçí åíôïëÞ áõôÞ äéáâÜæåôáé ôá ìçíýìáôá ðïõ óáò Ýñ÷ïíôáé. Áí äþóåôå LAST
- èá äéáâÜóåôå ôï ôåëåõôáßï ìÞíõìá ðïõ äå÷èÞêáôå. Áí ãñÜøåôå
- NEW èá äéáâÜóåôå üëá ôá íÝá ìçíýìáôá ðïõ óáò Þñèáí. Áëëéþò,
- èá äåßôå ôá íïýìåñá ôùí ìçíõìÜôùí. Ìðïñåßôá íá äåßôå ôçí ëßóôá ìå ôá
- íïýìåñá, ãéá ðáñÜäåéãìá:
-
- ÄéÜâáóå 2-5,7-9
- Åìöáíßæåé ôá ìçíýìáôá ìå ôá íïýìåñá 2 Ýùò êáé 5 êáé 7 Ýùò êáé 9.
-
-MEMO_HELP_DEL
- Óýíôáîç: DEL [êáíÜëé] {íïõ | list | LAST | ALL}
-
- ÓâÞíåé ôï ìÞíõìá Þ ôá ìçíýìáôá. ÓâÞíïíôáé ìÝóù ôçò ëßóôáò
- áíÜëïãá ìå ôá íïýìåñá.Ãéá ðáñÜäåéãìá:
-
- If LAST is given, the last memo will be deleted.
- Áí åðéëÝîåôå ALL, èá óâÞóåôå üëá ôá ìçíýìáôÜ óáò.
-
- ÐáñÜäåéãìá:
-
- DEL 1
- ÄéáãñÜöåôáé ôï ðñþôï ìÞíõìá.(íïýìåñï 1).
-
- DEL 2-5,7-9
- ÄéáãñÜöïíôáé ôá ìçíýìáôá ìå íïýìåñá 2 Ýùò 5 êáé 7 Ýùò 9.
-
-MEMO_HELP_SET
- Óýíôáîç: SET åðéëïãÞ ðáñÜìåôñïé
-
- ÁëëÜæåé äéÜöïñåò åðéëïãÝò ãéá ôá ìçíýìáôá.
- Ç åðéëïãÞ ìðïñåß íá åßíáé ìéá áðü:
-
- NOTIFY ÁëëÜæåé ôï ðüôå èá åíçìåñþíåóôå ãéá ôá
- íÝá óáò ìçíýìáôá (ìüíï ãéá øåõäþíõìá)
- LIMIT ÁëëÜæåé ôï ìÝãéóôï áñéèìü ìçíõìÜôùí ðïõ
- ìðïñåßôå íá äå÷ôåßôå
-
- ÃñÜøôå %R%S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- óå ìéá óõãêåêñéìÝíç åðéëïãÞ.
-
-MEMO_HELP_SET_NOTIFY
- Óýíôáîç: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- ÁëëáãÝò ãéá ôï ðùò èÝëåôå íá åíçìåñþíåóôå ãéá íÝá ìçíýìáôá:
-
- ON Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò üôáí èá êÜíåôå log on,
- üôáí èá åðáíÝñ÷åóôå áðü /AWAY, êáé üôáí èá óáò óôÝëíïõí
- ìçíýìáôá.
- LOGON Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò ìüíï üôáí èá êÜíåôå log
- on Þ üôáí èá åðáíÝñ÷åóôå áðü /AWAY.
- NEW Èá åíçìåñþíåóôå ãéá ôá ìçíýìáôá óáò ìüíï üôáí èá óáò
- ôá óôÝëíïõí.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Äåí èá åíçìåñþíåóôå ðïôÝ ãéá íÝá ìçíýìáôá Þ ðáëéÜ.
-
- Ç åðéëïãÞ ON ðéï ïõóéþäçò,ç LOGON êáé ç NEW óõíäéáóôéêÞ.
-
-MEMO_HELP_SET_LIMIT
- Óýíôáîç: SET LIMIT [êáíÜëé] üñéï
-
- Ïñßæåé ôïí ìÝãéóôï áñéèìü ìçíõìÜôùí ðïõ ìðïñåßôå íá Ý÷åôå
- åóåßò Þ ôï êáíÜëé ðïõ äßíåôáé. Áí ïñéóôåß óôï 0, êáíåßò
- äå èá ìðïñåß íá óáò óôåßëåé ìçíýìáôá. ÐÜíôùò äå ìðïñåßôå
- íá ïñßóåôå ôïí áñéèìü ðÜíù áðü %d.
-
-MEMO_HELP_INFO
- Óýíôáîç: INFO [êáíÜëé]
-
- Åìöáíßæåé ðëçñïöïñßåò óôá íïýìåñá ôùí ìçíõìÜôùí ðïõ Ý÷åôå, ðüóá
- áðü áõôÜ äåí Ý÷ïõí äéáâáóôåß, êáé ðüóá ìçíýìáôá ìðïñåßôå íá ëÜâåôå.
- Ìå ôçí ðáñÜìåôñï, åìöáíßæïíôáé ïé ßäéåò ðëçñïöïñßåò êáé ãéá Ýíá êáíÜëé.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Óýíôáîç: SET LIMIT [÷ñÞóôçò | êáíÜëé] {üñéï | NONE} [HARD]
-
- Ñõèìßæåéò ôï ìÝãéóôï íïýìåñï ìçíõìÜôùí ðïõ èåò íá ëÜâåéò åßôå ãéá
- øåõäþíõìï Þ ãéá êáíÜëé. Áí âÜëåôå üñéï ôï 0 áðáëëÜóåóôå áðü
- ôçí õðçñåóßá áõôÞ êáé äåí ëáìâÜíåôáé êáíÝíá ìÞíõìá. Áí åðéëÝîåôå NONE
- åðéôñÝðåé óôï ÷ñÞóôç íá ëÜâåé üóá èÝëåé áõôüò. Áí äåí äþóåôå
- øåõäþíìï Þ êáíÜëé, ñõèìßæåôå ôï äéêü óáò üñéï.
-
- ÅðéëÝãïíôáò HARD åìðïäßæåôáé ôï ÷ñÞóôç íá áëëÜîåé ôï üñéï. Áí äåí
- åðéëÝîåôå HARD èá Ý÷åé ôï áíôßèåôï áðïôÝëåóìá, åðéôñÝðïíôáò óôï
- ÷ñÞóôç íá áëëÜîåé ôï üñéï
- (áêüìá êáé áí ç åðéëïãÞ ç ðñïçãïýìåíç Þôáí HARD).
-
- ÁõôÞ ç ÷ñÞóç ôçò åíôïëÞò SET LIMIT åßíáé ìüíï ãéá
- ôïõò Services admins. Ïé Üëëïé ÷ñÞóôåò ìðïñïýí íá áëëÜîïõí ôï üñéï
- ìüíï ãéá ôïí åáõôü ôïõò Þ ãéá ôá êáíÜëéá ðïõ Ý÷ïõí êÜðïéá äéêáéþìáôá.
- Äåí ìðïñïýí íá îåðåñÜóïõí ôï üñéï ôùí %d ìçíõìÜôùí, êáé äåí ìðïñïýí íá
- åðéëÝîïõí hard limit.
-
-MEMO_SERVADMIN_HELP_INFO
- Óýíôáîç: INFO [øåõäþíõìï | êáíÜëé]
-
- ×ùñßò ôçí ðáñÜìåôñï, åìöáíßæåé ðëçñïöïñßåò ãéá ôá íïõìåñá ôùí
- ìçíõìÜôùí ðïõ Ý÷åôå, ðüóá áðü áõôÜ äåí Ý÷ïõí äéáâáóôåß, êáé ðüóá
- ôåëéêÜ ìçíýìáôá ìðïñåßôå íá ëÜâåôå.
-
- Ìå ôçí ðáñÜìåôñï êáíÜëé,åìöáíßæåé ôéò ßäéåò ðëçñïöïñßåò ãéá ôï
- áíÜëïãï êáíÜëé.
-
- Ìå ôçí ðáñÜìåôñï øåõäþíõìï, åìöáíßæåé ôéò ßäéåò ðëçñïöïñßåò ãéá ôï
- áíÜëïãï øåõäþíõìï. ÁõôÞ ç åíôïëÞ åßíáé ìüíï ãéá ôïõò Services
- admins.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Syntax: STAFF memo-text
-
- Sends all services staff a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL memo-text
-
- Sends all registered users a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Syntax: RSEND {nick | channel} memo-text
-
- Sends the named nick or channel a memo containing
- memo-text. When sending to a nickname, the recipient will
- receive a notice that he/she has a new memo. The target
- nickname/channel must be registered.
- Once the memo is read by its recepient, an automatic notification
- memo will be sent to the sender informing him/her that the memo
- has been read.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Syntax: CHECK nick
-
- Checks whether the _last_ memo you sent to nick has been read
- or not. Note that this does only work with nicks, not with chans.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL ÓôÝëíåé ìÞíõìá óå üëïõò ôïõò ÷ñÞóôåò
-OPER_HELP_CMD_STATS
- STATS Äåß÷íåé óôáôéóôéêÜ ó÷åôéêÜ ìå ôá Services êáé ôï äßêôõï
-OPER_HELP_CMD_STAFF
- STAFF Display Services staff and online status
-OPER_HELP_CMD_MODE
- MODE ÁëëÜæåé modes óå êáíÜëé êáé Üëëá
-OPER_HELP_CMD_KICK
- KICK Áðïìáêñýíåé ôï ÷ñÞóôç áðü ôï êáíÜëé
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Êáèáñßæåé ôá modes áðü ôï êáíÜëé
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Óêïôþíåé üëïõò ôïõò ÷ñÞóôåò ðïõ Ý÷ïõí ôï ßäéï host
-OPER_HELP_CMD_AKILL
- AKILL ÐñïóèÝôåé ip êëð óôçí ëßóôá AKILL
-OPER_HELP_CMD_SNLINE
- SNLINE ÐñïóèÝôåé ip óôçí ëßóôá SNLINE
-OPER_HELP_CMD_SQLINE
- SQLINE ÐñïóèÝôåé ip óôçí ëßóôá SQLINE
-OPER_HELP_CMD_SZLINE
- SZLINE ÐñïóèÝôåé ip óôçí ëßóôá SZLINE
-OPER_HELP_CMD_CHANLIST
- CHANLIST Åìöáíßæåé üëá ôá êáíÜëéá
-OPER_HELP_CMD_USERLIST
- USERLIST Åìöáíßæåé üëïõò ôïõò ÷ñÞóôåò
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS ÁëëÜæåéò ôá ìçíýìáôá ðïõ èá åìöáíßæïíôáé üôáí áõôïß èá ìðÝíïõí
- óôï äßêôõï
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS ÁëëÜæåéò ôá ôõ÷áßá åðéëåãüìåíá ìçíýìáôá ðïõ èá åìöáíßæïíôáé
- üôáí áõôïß èá ìðÝíïõí óôï äßêôõï
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS ÁëëÜæåéò ôá ìçíýìáôá ðïõ èá åìöáíßæïíôáé óôïõò ÷ñÞóôåò ðïõ
- ãßíïíôáé oper
-OPER_HELP_CMD_SESSION
- SESSION ÂëÝðåéò ôçí ëßóôá ìå ôá host sessions
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION ÁëëÜæåéò ôçí ëßóôá ôïõ session-limit exception
-OPER_HELP_CMD_NOOP
- NOOP Áöáéñåß ðñïóùñéíÜ üëåò ôéò O:ãñáììÝò áðü ôïí server
- áõôüìáôá
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" óå server
-OPER_HELP_CMD_IGNORE
- IGNORE Modify the Services ignore list
-OPER_HELP_CMD_SET
- SET Ñõèìßæåéò äéÜöïñåò åðéëïãÝò ôùí Services
-OPER_HELP_CMD_RELOAD
- RELOAD Îáíáöïñôþíåé ôï services' configuration áñ÷åßï
-OPER_HELP_CMD_UPDATE
- UPDATE Åíåñãïýí ôá Services (âÜóåéò äåäïìÝíùí) ãéá
- íá ãßíïõí update óôï äßóêï áìÝóùò
-OPER_HELP_CMD_RESTART
- RESTART Óþæåé ôéò âÜóåéò äåäïìÝíùí êáé åðáíåêêéíåß ôá Services
-OPER_HELP_CMD_QUIT
- QUIT Ôåñìáôßæåé ôï ðñüãñáììá ôùí Services ÷ùñßò íá óþóåé ôéò áëëáãÝò
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Ôåñìáôßæåé ôï ðñüãñáììá ôùí Services ìå ôáõôü÷ñïíï ãñÜøéìï ôùí
- áëëáãþí
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Give Operflags to a certain user
-OPER_HELP_CMD_UMODE
- UMODE Change a user's modes
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Load a module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Un-Load a module
-OPER_HELP_CMD_MODINFO
- MODINFO Info about a loaded module
-OPER_HELP_CMD_MODLIST
- MODLIST List loaded modules
-
-OPER_HELP
- Ïé åíôïëÝò ôïõ %S åßíáé::
-
-OPER_HELP_LOGGED
- Óçìåßùóç: ¼ëåò ïé åíôïëÝò óôÝëíïíôáé óôïí %S êáé êáôáãñÜöïíôáé!
-
-OPER_HELP_GLOBAL
- Óýíôáîç: GLOBAL ìÞíõìá
-
- ÅðéôñÝðåé óôïõò IRCops íá óôÝëíïõí ìõíÞìáôá óå üëïõò ôïõò ÷ñÞóôåò ôïõ
- äéêôýïõ. Ôï ìÞíõìá èá óôÝëíåôáé áðü ôï øåõäþíõìï õðçñåóßáò %s.
-
-OPER_HELP_STATS
- Óýíôáîç: STATS [AKILL | ALL | RESET]
-
- ×ùñßò ôçí åðéëïãÞ, åìöáíßæåé ôï íïýìåñï ôùí ÷ñçóôþí êáé ôùí
- IRCops ðïõ åßíáé óôï äßêôõï (ìáæß êáé ôùí Services), ôï ìåãáëýôåñï íïýìåñï
- ôùí ÷ñçóôþí ðïõ åßíáé óôï äßêôõï üôáí ôá Services îåêéíÜíå, êáé ôçí
- äéÜñêåéá ðïõ ôá Services åßíáé óôï äßêôõï.
-
-
- Ìå ôçí åðéëïãÞ AKILL, åìöáíßæåé ôçí óõãêåêñéìÝíç ëßóôá.
-
- AKILL êáé ôïí default ÷ñüíï ëÞîçò.
-
- The RESET option currently resets the maximum user count
- to the number of users currently present on the network.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Óýíôáîç: MODE êáíÜëé modes
-
- ÅðéôñÝðåé óôïõò Services operators íá áëëÜæïõí ôá modes êÜèå êáíáëéïý.
- Ïé ðáñÜìåôñïé åßíáé ßäéïé óáí ôçò åíôïëÞò /MODE.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_UMODE
- Syntax: UMODE user modes
-
- Allows Services Operators to set user modes for any user.
- Parameters are the same as for the standard /MODE
- command.
-
-OPER_HELP_OLINE
- Syntax: OLINE user flags
-
- Allows Services Operators to give Operflags to any user.
- Flags have to be prefixed with a "+" or a "-". To
- remove all flags simply type a "-" instead of any flags.
-
-OPER_HELP_CLEARMODES
- Óýíôáîç: CLEARMODES êáíÜëé [ALL]
-
- Êáèáñßæåé üëá ôá binary modes (i,k,l,m,n,p,s,t) êáé êÜíåé bans áðü ôï
- êáíÜëé. Áí ç ðáñÜìåôñïò ALL äßíåôáé, êáèáñßæåé üëïõò üóïé åßíáé ops êáé
- voices (+o êáé +v modes) óôï êáíÜëé.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_KICK
- Óýíôáîç: KICK êáíÜëé ÷ñÞóôç ëüãï
-
- ÅðéôñÝðåé óôïõò IRCops íá êÜíïõí kick å´íá ÷ñÞóôç áðü ôï êáíÜëé.
- Ïé ðáñÜìåôñïé åßíáé ßäéïé ìå ôçí åíôïëÞ /KICK.
- Ôï ìÞíõìá ôïõ kick èá Ý÷åé ôï øåõäþíõìï ôïõ
- IRCop óáí ìéá ðñïåéäïðïßçóç; Ãéá ðáñÜäåéãìá:
-
- *** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick newnick
-
- Forcefully changes a user's nickname from nick to newnick.
-
-OPER_HELP_AKILL
- Óýíôáîç: AKILL ADD [+expiry] ìÜóêá ëüãïò
- AKILL DEL {ìÜóêá | èÝóåéò-íïýìåñá | ëßóôá}
- AKILL LIST [ìÜóêá | ëßóôá]
- AKILL VIEW [ìÜóêá | ëßóôá]
- AKILL CLEAR
-
- Ìðïñïýí ïé Services operators íá áëëÜîïõí ôçí ëßóôá AKILL. Áí
- ç ìÜóêá ôïõ ÷ñÞóôç ôáéñéÜîåé ìå ìéá áðü áõôÝò ðïõ ðåñéÝ÷ïíôáé óôçí ëßóôá AKILL,
- ôá Services äåí èá åðéôñÝøïõí óôï ÷ñÞóôç íá óõíäåèåß ìå ôï äßêôõï (server) êáé
- èá Ý÷åé KILL, óå üëïõò ôïõò servers ðïõ åßíáé ìáæß.Äçë ãßíåôáé ðñïóèÞêç
- ban (K-line) ãéá ôçí ìÜóêá ðïõ ôáéñéÜæåé óôï ÷ñÞóôç.
-
- Ç åíôïëÞ AKILL ADD ðñïóèÝôåé ôï áíÜëïãï user@host ìÜóêá óôçí ëßóôá AKILL
- ìå Ýíáí ëüãï ðïõ ðñÝðåé íá äþóåôå ùóôå ï ÷ñÞóôçò íá êáôáëÜâåé ãéáôß åßíáé AKILL.
- Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d
- (ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò
- 1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï
- áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30
- ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá AKILL ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.
- Áí ç usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå
- áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï
- óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò AKILL ìðïñåß íá âñåèåß ìå ôçí åíôïëÞ
- STATS AKILL.
-
- Ç åíôïëÞ AKILL DEL äéáãñÜöåé ôç óõãêåêñéìÝíç ìÜóêá áðü ôçí ëßóôá.
- AKILL áí õðÜñ÷åé. Áí óáò äùèåß ëßóôá ìå ôéò èÝóåéò-íïýìåñá
- áõôÝò ïé èÝóåéò èá äéáãñáöïýí. (Êïßôá ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ AKILL LIST åìöáíßæåé ôçí ëßóôá ìå ôá AKILL.
- Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí óå
- áõôÞ ôç ìÜóêá. Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò äåßôå êáé
- áëëéþò,
- ðáñÜäåéãìá:
-
- AKILL LIST 2-5,7-9
- Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7
- åùò 9 ôçò ëßóôáò AKILL.
-
- Ç åíôïëÞ AKILL VIEW åßíáé ðéï êáëýôåñç áðü ôçí AKILL LIST, êáé
- åìöáíßæåé ðïéïò óõãêåêñéìÝíá Ýâáëå êÜðïéïí AKILL, ôçí çìåñïìçíßá ðïõ Ýãéíå, êáé
- ðüôå èá ëÞîåé, üðùò êáé ôï user@host êáé ôïí ëüãï.
-
- Ç åíôïëÞ _AKILL CLEAR_ êáèáñßæåé üëåò ôéò èÝóåéò ôçò ëßóôáò AKILL.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_SNLINE
- Óýíôáîç: SNLINE ADD [+expiry] ìÜóêá:ëüãïò
- SNLINE DEL {ìÜóêá | èÝóåéò-íïýìåñá | ëßóôá}
- SNLINE LIST [ìÜóêá | ëßóôá]
- SNLINE VIEW [ìÜóêá | ëßóôá]
- SNLINE CLEAR
-
- Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SNLINE. Áí
- ï ÷ñÞóôçò ìå ôï ðñáãìáôéêü üíïìá ôáéñéÜæåé ìå ôçí SNLINE ìÜóêá,ôá
- Services äåí èá ôïí áöÞóïõí íá óõíäåèåß.
-
- Ç åíôïëÞ SNLINE ADD ðñïóèÝôåé ìéá ðñáãìáôéêÞ ìÜóêá óôçí ëßóôá SNLINE
- ìå êÜðïéïí ëüãï ôïí ïðïßï ðñÝðåé íá ôïí äþóåôå.
- Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d
- (ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò
- 1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï
- áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30
- ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SNLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.
- usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå
- áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï
- óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SNLINE ìðïñåß íá âñåèåß ìå ôçí åíôïëÞ
- STATS AKILL.
- Óçìåßùóç: åðåéäÞ ôï ðñáãìáôéêü üíïìá-ìÜóêá ìðïñåß íá ðåñéÝ÷åé êåíÜ,
- äéá÷ùñéóôéêÜ ìåôáîý ôïõò íá åßóôå ðñïóåêôéêïß óôï ëüãï.
-
- Ç åíôïëÞ SNLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá
- SNLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå,
- áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.)
-
- Ç åíôïëÞ SNLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SNLINE.
- Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí óå
- áõôÞ ôç ìÜóêá
- Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò äåßôå êáé áëëéþò,
- ðáñÜäåéãìá:
-
- SNLINE LIST 2-5,7-9
- Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7
- åùò 9 ôçò ëßóôáò SNLINE.
-
- Ç åíôïëÞ SNLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SNLINE LIST, êáé
- åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SNLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå
- ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.
-
- Ç åíôïëÞ SNLINE CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá SNLINE.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_SQLINE
- Óýíôáîç: SQLINE ADD [+expiry] ìÜóêá ëüãïò
- SQLINE DEL {ìÜóêá | èÝóç-íïõìåñï | ëßóôá}
- SQLINE LIST [ìÜóêá | ëßóôá]
- SQLINE VIEW [ìÜóêá | ëßóôá]
- SQLINE CLEAR
-
- Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SQLINE. Áí
- ï ÷ñÞóôçò ìðåé ìå Ýíá øåõäþíõìï ðïõ åßíáé óôçí ëßóôá SQLINE
- ôá Services äåí èá ôïí áöÞóïõí íá óõíäåèåß Þ èá ôïõ áëëÜîïõí ôï
- øåõäþíõìï ôïõ(óå ìåñéêïýò servers).
-
- Áí ï ðñþôïò ÷áñáêôÞñáò ôçò ìÜóêáò åßíáé #, ôá services èá
- åìðïäßóïõí ôçí ÷ñÞóç ãéáôß áíôéóïé÷ïýí óå êáíÜëéá áõôïß ïé ÷áñáêôÞñåò.(óå IRCds
- ïé ïðïßïé ôï õðïóôçñßæïõí).
-
- Ç åíôïëÞ SQLINE ADD ðñïóèÝôåé Ýíá øåõäþíõìï óôçí ëßóôá SQLINE
- ìå ôïí áíÜëïãï ëüãï (ï ïðïßïò ðñÝðåé íá äßíåôå).
- Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d
- (ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò
- 1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï
- áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30
- ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SQLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.
- usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå
- áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï
- óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SQLINE ìðïñåß íá âñåèåß ìå ôçí åíôïëÞ
- STATS AKILL.
-
- Ç åíôïëÞ SQLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá
- SQLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå,
- áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.)
-
- Ç åíôïëÞ SQLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SQLINE.
- Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí óå
- áõôÞ ôç ìÜóêá Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå íá ôéò äåßôå êáé
- áëëéþò.
- ðáñÜäåéãìá:
-
- SQLINE LIST 2-5,7-9
- Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7
- åùò 9 ôçò ëßóôáò SQLINE.
-
- Ç åíôïëÞ SQLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SQLINE LIST, êáé
- åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SQLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå
- ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.
-
- Ç åíôïëÞ SQLINE CLEAR êáèáñßæåé ôéò èÝóåéò ôçò ëßóôáò SQLINE.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_SZLINE
- Óýíôáîç: SZLINE ADD [+expiry] ìÜóêá ëüãïò
- SZLINE DEL {ìÜóêá | èÝóç-íïõìåñï | ëßóôá}
- SZLINE LIST [ìÜóêá | ëßóôá]
- SZLINE VIEW [ìÜóêá | ëßóôá]
- SZLINE CLEAR
-
- Ïé Services operators ìðïñïýí íá áëëÜîïõí ôçí ëßóôá SZLINE. Áí
- ï ÷ñÞóôçò ìå êÜðïéï IP áíôéóôïé÷åß ìå Ýíá áðü áõôÜ ðïõ Ý÷åé ç ëßóôá SZLINE
- ôá Services äåí ôïí áöÞíïõí íá óõíäåèïýí óôï äßêôõï.
- (êáé áõôü, åßôå ôï IP Ý÷åé PTR RR Þ ü÷é).
-
- Ç åíôïëÞ SZLINE ADD ðñïóèÝôåé Ýíá IP óôçí ëßóôá SZLINE
- ìå Ýíáí ëüãï (ï ïðïßïò ðñÝðåé íá äßíåôå).
- Ôï expiry åßíáé óõãêåêñéìÝíï êáé åðéëÝãåôáé áðü ôá åðüìåíá, d
- (ìÝñåò), h (þñåò), Þ m (ëåðôÜ). Óõíäéáóìïß (üðùò
- 1h30m) äåí åðéôñÝðïíôáé . Áí äåí äþóåôå ôï ÷ñüíï
- áðü default èá åßíáé óå ìÝñåò (èá åßíáé +30 ðïõ óçìáßíåé 30
- ìÝñåò). Ãéá íá ðñïóèÝóåôå Ýíá SZLINE ðïõ íá ìçí ëÞãåé, ÷ñçóéìïðïéåßóôå +0.
- usermask îåêéíÜåé ìå +, ï ÷ñüíïò ëÞîçò èá ðñÝðåé íá äßíåôå
- áêüìá êáé áí åßíáé ßäéïò ìå ôïí default. Ï
- óõãêåêñéìÝíïò ÷ñüíïò ëÞîçò ôçò åíôïëÞò SZLINE ìðïñåß íá âñåèåß ìå ôçí åíôïëÞe
- STATS AKILL.
-
- Ç åíôïëÞ SZLINE DEL áöáéñåß ìßá ìÜóêá áðü ôçí ëßóôá
- SZLINE list áí õðÜñ÷åé. Áí ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá äßíåôå,
- áõôÝò äéáãñÜöïíôáé. (ÄÝò ôï ðáñÜäåéãìá LIST.)
-
- Ç åíôïëÞ SZLINE LIST åìöáíßæåé ôçí ëßóôá ìå ôá SZLINE.
- Áí äßíåôáé ìéá óõãêåêñéìÝíç ìÜóêá, èá åìöáíéóôïýí ïé èÝóåéò ðïõ áíôéóôïé÷ïýí óå
- áõôÞ ôç ìÜóêá. Áí äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá ìðïñåßôå
- íá ôéò äåßôå êáé áëëéþò,
- ðáñÜäåéãìá::
-
- SZLINE LIST 2-5,7-9
- Åìöáíßæåé ôéò èÝóåéò ìå ôá íïýìåñá 2 åùò 5 êáé 7
- åùò 9 ôçò ëßóôáò SZLINE.
-
- Ç åíôïëÞ SZLINE VIEW åßíáé ðéï âåëôéùìÝíç áðü ôçí SZLINE LIST, êáé
- åìöáíßæåé ðïéïò Ýâáëå ôï êÜèå SZLINE, ôçí çìåñïìçíßá ðïõ ìðÞêå, êáé ðüôå
- ëÞãåé, êáé öõóéêÜ ôç realname ìÜóêá êáé ôïí ëüãï.
-
- Ç åíôïëÞ SZLINE CLEAR êáèáñßæåé üëåò ôéò èÝóåéò ôçò ëßóôáò SZLINE.
-
- Ìüíï ãéá ôïõò Services operators.
-
-OPER_HELP_SET
- Óýíôáîç: SET option setting
-
- Ñõèìßóåéò ó÷åôéêÜ ìå ôéò åðéëïãÝò ôùí Services. ÏíïìáóôéêÜ
- ïé åðéëïãÝò åßíáé:
- READONLY ÁëëÜæåôå óå äéáäéêáóßá read-only Þ read-write mode
- LOGCHAN Report log messages to a channel
- DEBUG Åíåñãïðïéåßôå Þ áðåíåñãïðïéåßôå óå debug mode
- NOEXPIRE Åíåñãïðïéåßôå Þ áðåíåñãïðïéåßôå óå no expire mode
- SUPERADMIN Activate or deactivate super-admin mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_SET_READONLY
- Óýíôáîç: SET READONLY {ON | OFF}
-
- ÁëëÜæåôå óå read-only mode on Þ off. Ç read-only mode, normal
- users äåí èá åðéôñÝøåé íá áëëÜîåé ç âÜóç äåäïìÝíùí ôùí Services,
- óõìðåñéëáìâáíïìÝíïõ êáíáëéïý êáé øåõäþíõìïõ access lists, klp. IRCops
- me åðáñêÞ äéêáéþìáôá óôá Services èá ìðïñïýí íá áëëÜæïõí ôá
- Services' ôçí ëßóôá AKILL íá êÜíïõí drop (äéáãñáöåß øåõäùíýìùí) Þ êáôáóôïëÞ
- øåõäùíýìùí êáé êáíáëéþí, áëëÜ üðïéåò áëëáãÝò êáé íá ãßíïíôáé
- äåí èá ãñáöïýí åêôüò êáé áí ç read-only mode åßíáé áðåíåñãïðïçìÝíç ðñéí ôá
- Services ôåñìáôéóôïýí Þ åðáíåêêéíçèïýí.
-
- ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- With this setting on, Services will send its logs to a specified
- channel as well as the log file. LogChannel must also be defined
- in the Services configuration file for this setting to be of any
- use.
-
- This option is equivalent to the command-line option -logchan.
-
- Note: This can have strong security implications if your log
- channel is not properly secured.
-
-OPER_HELP_SET_DEBUG
- Óýíôáîç: SET DEBUG {ON | OFF | num}
-
- ÁëëÜæåé óå debug mode on Þ off. Óå debug mode, üëç ç data óôÝëíåôå
- êáé áðü ôá Services ìÝóù Üëëùí debugging
- ìçíõìÜôùí ãñÜöïíôáé óå log áñ÷åßï. Áí ôï _num_ äßíåôáé
- ôï debug mode åíåñãïðïéåßôáé, ìå debugging level ñõèìéóìÝíï
- óôï num.
-
- ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Óýíôáîç: SET NOEXPIRE {ON | OFF}
-
- ÁëëÜæåé óå no expire mode on Þ off. Óå no expire mode, øåõäþíõìá,
- êáíÜëéá, akills êáé exceptions äåí èá ëÞãïõí åêôüò êáé áí
- áõôÞ ç åðéëïãÞ äåí ñõèìéóôåß.
-
- ÁõôÞ ç åðéëïãÞ åßíáé áíôßóôïé÷ç ìå ôçí åíôïëÞ-line åðéëïãÞ
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Setting this will grant you extra privlages such as the
- ability to be "founder" on all channel's etc...
-
- This opion is _NOT_ persistant, and should only be used when
- needed, and set back to OFF when no longer needed.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Óýíôáîç: NOOP SET server
- NOOP REVOKE server
-
- Ç åíôïëÞ NOOP SET áöáéñåß üëá ôá O:ãñáììÝò ôïõ áíÜëïãïõ
- server êáé êÜíåé kill üëïõò ôïõò IRCops ðïõ åßíáé åêåßíç ôçí þñá
- ãéá ëüãïõò rehashing ôïõ server.
-
- Ç åíôïëÞ NOOP REVOKE êÜíåé üëá ôá O:ãñáììÝò ðïõ åß÷áí áöáéñåèåß íá
- åßíáé äéáèÝóéìá êáé ðÜëé óôï óõãêåêñéìÝíï server.
-
- Óçìåßùóç: Ï server äåí åëÝã÷åôáé áðü ôá
- Services.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_JUPE
- Óýíôáîç: JUPE server [ëüãïò]
-
- ÊÜíåéò ôá Services jupiter óå Ýíáí server -- ðïõ åßíáé, íá äçìéïõñãÞóåé
- Ýíá øåýôéêï "server" óõíäåäåìÝíï ìå ôá Services ï ïðïßïò ðåñéÝ÷åé
- ôïí ðñáãìáôéêü server ðïõ åßíáé óõíäåäåìÝíá. Ôï jupe
- ìðïñåß íá áöáéñåèåß ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ SQUIT. Áí ï ëüãïò äßíåôáé
- èá ãñáöôåß óôïõ server ôéò ðëçñïöïñßåò;
- áëëéþò, ïé ðëçñïöïñßåò èá ðåñéÝ÷ïõí Ýíá
- text "Juped by <øåõäþíõìï>", äåß÷íïíôáò ôï øåõäþíõìï ôïõ
- ÷ñÞóôç ðïõ Ýêáíå jupitered ôïí server.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_UPDATE
- Óýíôáîç: UPDATE
-
- ¸xei ùò áðïôÝëåóìá ôá Services íá êÜíïõí update óå üëåò ôéò âÜóåéò äåäïìÝíùí
- ôï óõíôïìüôåñï ðïõ êÜíåôå áõôÞ ôçí åíôïëÞ.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_RELOAD
- Óýíôáîç: RELOAD
-
- ¸÷åé ùò áðïôÝëåóìá ôá Services íá åðáíáöïñôþíïõí ôï configuration áñ÷åßï.
- Óçìåßùóç ïôé ìåñéêÝò åðéëïãÝò ãéá íá Ý÷ïõí áðïôÝëåóìá ÷ñåéÜæïíôáé åðáíåêêßíçóç
- ôùí Services (üðùò Services' øåõäþíõìá, åíåñãïðïßçóç ôçò session
- limitation, êëð.)
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_QUIT
- Óýíôáîç: QUIT
-
- ¸÷åé ùò áðïôÝëåóìá ôá Services íá êëåßóïõí áìÝóùò(íá ôåñìáôéóôïýí); ïé âÜóåéò
- äåäïìÝíùí äåí ãñÜöïíôáé(äåí óþæïíôáé). ÁõôÞ ç åíôïëÞ äåí ðñÝðåé íá
- ÷ñçóéìïðïéåßôáé åêôüò êáé áí õðÜñ÷åé âëÜâç óôçí ìíÞìç ôùí databases
- êáé äåí ãßíåôáé íá ãñáöôïýí(äåí ãßíåôáé íá ãßíïõí save).
- Ãéá êáíïíéêü ôåñìáôéóìü, êÜíôå ôçí åíôïëÞ SHUTDOWN.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_SHUTDOWN
- Óýíôáîç: SHUTDOWN
-
- ¸÷åé ùò áðïôÝëåóìá ôá Services íá ãñÜøïõí üëç ôçí âÜóç äåäïìÝíùí êáé íá
- ôåñìáôéóôïýí.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_RESTART
- Óýíôáîç: RESTART
-
- ¸÷åé ùò áðïôÝëåóìá ôá Services íá ãñÜøïõí üëç ôçí âÜóç äåäïìÝíùí êáé íá
- åðáíåêêéíçèïýí (äçë íá êëåßóïõí êáé áìÝóùò íá
- îáíáôñå÷ôåß ôï åêôåëÝóéìï áñ÷åßï).
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_CHANLIST
- Óýíôáîç: CHANLIST [{åðéëïãÞ | øåõäþíõìï} [SECRET]]
-
- Åìöáíßæåé ôéò ëßóôåò üëùí ôùí êáíáëéþí ðïõ õðÜñ÷ïõí óõãêåêñéìÝíá åêåßíç ôç
- óôéãìÞ óôï IRC äßêôõï, åßôå åßíáé êáôï÷õñùìÝíá åßôå ü÷é.
-
- Áí äßíåôå åðéëïãÞ, åìöáíßæåé ôçí ëßóôá ìüíï ìå ôá êáíÜëéá ðïõ ôáéñéÜæïõí.
- Áí äßíåôå øåõäþíõìï åìöáíßæåé ìüíï ôá êáíÜëéá ðïõ ôá ÷ñçóéìïðïéåß ï æçôïýìåíïò
- ÷ñÞóôçò. Áí äßíåôå SECRET åìöáíßæåé ìüíï ôá êáíÜëéá ðïõ ôáéñéÜæïõí ìå ôçí
- åðéëïãÞ ðïõ Ý÷ïõí +s Þ +p mode.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_USERLIST
- Óýíôáîç: USERLIST [{åðéëïãÞ | êáíÜëé} [INVISIBLE]]
-
- Åìöáíßæåé ôéò ëßóôåò üëùí ôùí ÷ñçóôþí ðïõ åßíáé ôçí óõãêåêñéìÝíç óôéãìÞ
- online óôï IRC äßêôõï, åßôå ôï øåõäþíõìï åßíáé êáôï÷õñùìÝíï åßôå ü÷é.
-
- Áí ç åðéëïãÞ äßíåôå, åìöáíßæïíôáé ïé ëßóôåò ìå ôïõò ÷ñÞóôåò ðïõ
- ôáéñéÜæïõí ìå ôçí åðéëïãÞ óáò (ðñÝðåé íá åßíáé ôçò ìïñöÞò øåõäþíõìï!user@host).
- Áí äßíåôå ôï êáíÜëé, åìöáíßæïíôáé ëßóôåò ôùí ÷ñçóôþí ðïõ åßíáé óôï êáíÜëé
- áõôü. Áí äßíåôå INVISIBLE, ìüíï ÷ñÞóôåò ìå +i flag èá åìöáíßæïíôáé.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD FileName
-
- This command loads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD FileName
-
- This command unloads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO FileName
-
- This command lists information about the specified loaded module
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lists all currently loaded modules.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Ëßóôá ìå äéáèÝóéìá bots
-BOT_HELP_CMD_ASSIGN
- ASSIGN ÆçôÜôå áðü ôï bot íá Ýñèåé óôï êáíÜëé óáò
-BOT_HELP_CMD_SET
- SET ÁëëÜæåôå ôéò åðéëïãÝò ôïõ bot
-BOT_HELP_CMD_KICK
- KICK Ñõèìßæåôáé ôé íá êÜíåé óôïõò "Üôáêôïõò ÷ñÞóôåò"
-BOT_HELP_CMD_BADWORDS
- BADWORDS ÁëëÜæåôå ôçí ëßóôá êáêþí ëÝîåùí
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT ÁëëÜæåé ôçí ëßóôá ôùí bot ôïõ äéêôýïõ
-
-BOT_HELP
- Ï %S óïõ åðéôñÝðåé íá Ý÷åéò bot óôï äéêü óïõ êáíÜëé.
- ÁõôÞ ç õðçñåóéá Ý÷åé äçìéïõñãçèåß ãéá ôïõò ÷ñÞóôåò ðïõ äåí ìðïñïýí
- íá ñõèìßóïõí bots Þ ãéá äßêôõá ðïõ äåí åðéôñÝðïõí ïé ÷ñÞóôåò íá Ý÷ïõí
- éêÜ ôïõò bots ãéá áóöÜëåéá.
- ÄéáèÝóçìåò åíôïëÝò åßíáé ïé åðüìåíåò, ãéá íá ôéò äåßôå ãñÜøôå
- %R%S command.Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò óå óõãêåêñéìÝíåò
- åíôïëÝò ãñÜøôå %R%S HELP command.
-
-BOT_HELP_FOOTER
- Ôï Bot èá ìðåß óôï êáíÜëé üôáí åßíáé ôïõëÜ÷éóôïí ìÝóá
- %d ÷ñÞóôç(åò).
-
-BOT_HELP_BOTLIST
- Óýíôáîç: BOTLIST
-
- Åìöáíßæåé ôçí ëßóôá ìå ôá äéáèÝóéìá bots áõôïý ôïõ äéêôýïõ.
-
-BOT_HELP_ASSIGN
- Óýíôáîç: ASSIGN êáíÜëé øåõäþíõìï
-
- Ìå ôçí åíôïëÞ áõôÞ æçôÜò áðü ôï bot íá ìðåß óôï êáíÜëé óïõ. Ìðïñåßò
- ìåôÜ íá ôï ñõèìßóåéò ãéá ôéò áíÜãêåò ôïõ êáíáëéïý óïõ.
-
-BOT_HELP_UNASSIGN
- Óýíôáîç: UNASSIGN êáíÜëé
-
- Ìå ôçí åíôïëÞ áõôÞ æçôÜò áðü ôï bot íá âãåß áðü ôï êáíÜëé óïõ.
- ÐÜíôùò,ïé ñõèìßóåéò ôïõ bot ãéá ôï êáíÜëé ðïõ Þôáí åßíáé áðïèçêåõìÝíåò,
- ãéá ôçí ðåñßðôùóç ðïõ èåò íá ôï âÜëåéò áñãüôåñá.
-
-BOT_HELP_INFO
- Óýíôáîç: INFO {êáíÜëé | øåõäþíõìï}
-
- Óïõ åðéôñÝðåé íá äåéò áðü ôï %S ðëçñïöïñßåò ó÷åôéêÜ ìå ôï êáíÜëé Þ ôï bot.
- Áí ç ðáñÜìåôñïò åßíáé ôï êáíÜëé, èá äåßò ðëçñïöïñßåò ìüíï áí Ý÷åéò
- åíåñãïðïéç´óåé ôçí åðéëïãÞ kickers. Áí ç ðáñÜìåôñïò åßíáé ôï øåõäþíõìï,
- èá äåéò ðëçñïöïñßåò ó÷åôéêÜ ìå ôï bot.
-
-BOT_HELP_SET
- Óýíôáîç: SET êáíÜëé åðéëïãÞ ðáñÜìåôñïé
-
- Ñõèìßæåé ôéò åðéëïãÝò ôïõ bot. Ïé åðéëïãÝò ìðïñåß íá åßíáé:
-
- DONTKICKOPS Ðñïóôáóßá óôïõò ops ùóôå íá ìçí ãßíïõí kick áðü ôï bot
- DONTKICKVOICES Ðñïóôáóßá óôïõò voices ùóôå íá ìçí ãßíïõí kick áðü ôï bot
- GREET Åíåñãïðïßçóç ìçíõìÜôùí ÷áéñåôéóìïý
- FANTASY Åíåñãïðïßçóç åíôïëþí fantaisist
- SYMBIOSIS ÅðéôñÝðåôáé óôï bot íá óõìðåñéöÝñåôáé óáí ðñáãìáôéêü bot
-
- ÃñÜøå %R%S HELP SET åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- ãéá ìéá óõãêåêñéìÝíç åðéëïãÞ.
-
- Óçìåßùóç: ç access óå áõôÞ ôçí åíôïëÞ äéåõèýíåôáé áðü ôçí
- level SET.
-
-BOT_HELP_SET_DONTKICKOPS
- Óýíôáîç: SET êáíÜëé DONTKICKOPS {ON|OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ op ðñïóôáóßá óôï êáíÜëé.
- ¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé ops äåí èá ôñþíå kick áðü ôï bot
- áêüìá êáé áí äåí ôáéñéÜæïôí ìå ôçí NOKICK level.
-
-BOT_HELP_SET_DONTKICKVOICES
- Óýíôáîç: SET êáíÜëé DONTKICKVOICES {ON|OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ voices ðñïóôáóßá óôï êáíÜëé.
- ¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé voices äåí èá ôñþíå kick áðü ôï bot
- áêüìá êáé áí äåí ôáéñéÜæïôí ìå ôçí NOKICK level.
-
-BOT_HELP_SET_FANTASY
- Óýíôáîç: SET êáíÜëé FANTASY {ON|OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ fantasy óôï êáíÜëé.
- ¼ôáí åßíáé åíåñãïðïéçìÝíç, ïé ÷ñÞóôåò ìðïñïýí íá ÷ñçóéìïðïéÞóïõí åíôïëÝò
- !op, !deop, !voice, !devoice,!kick, !kb, !unban, !seen
- óôï êáíÜëé (øÜ÷íåôå íá äåßôå ðùò äïõëåýïõí
- ðñïóðáèÞóôå ìå Þ ÷ùñßò øåõäþíõìï ãéá êÜèå ìéá,êáé ìå ëüãï ãéá êÜðïéåò)
-
- Óçìåéþíåôáé ïôé üóïé ÷ñÞóôåò èÝëïõí íá ÷ñçóéìïðïéÞóïõí ôéò fantaisist
- åíôïëÝò èá ÐÑÅÐÅÉ íá Ý÷ïõí áñêåôü level êáé ãéá ôçí
- FANTASIA êáé Üëëï level ãéá ôéò åíôïëÝò
- (ãéá ðáñÜäåéãìá, ãéá íá ÷ñçóéìïðïéÞóåéò !op, èá ðñÝðåé íá Ý÷åéò áñêåôÞ
- access ãéá ôçí OPDEOP level).
-
-BOT_HELP_SET_GREET
- Óýíôáîç: SET êáíÜëé GREET {ON|OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ greet óôï êáíÜëé.
- ¼ôáí åßíáé åíåñãïðïéçìÝíç, ôï bot èá åìöáíßæåé ôï ìÞíõìá ÷áéñåôéóìïý
- óôïõò ÷ñÞóôåò ðïõ èá ìðÝíïõí óôï êáíÜëé, ìå ôçí ðñïõðüèåóç ïôé
- Ý÷ïõí áñêåôÞ access óôï êáíÜëé.
-
-BOT_HELP_SET_SYMBIOSIS
- Óýíôáîç: SET êáíÜëé SYMBIOSIS {ON|OFF}
-
- Åíåñãïðïéåß Þ áðåíåñãïðïéåß ôçí åðéëïãÞ symbiosis óôï êáíÜëé.
- ¼ôáí åßíáé åíåñãïðïéçìÝíç, ôï bot èá êÜíåé ôá ðÜíôá
- normal áðü ôï %s óôá êáíÜëéá, üëá ôá MODEs,
- KICKs, êáé èá åìöáíßæåé ôï ìÞíõìá åéóáãùãÞò.
-
-BOT_HELP_KICK
- Óýíôáîç: KICK êáíÜëé åðéëïãÞ ðáñÜìåôñïé
-
- Ñõèìßæåé ôï bot ìå ôéò åðéëïãÝò ôïõ íá êÜíåé kick ôïõò "êáêïýò ÷ñÞóôåò".
- Ïé åðéëïãÝò ìðïñåß íá åßíáé:
-
- BOLDS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ÷ñçóéìïðïéïýí Ýíôïíïõò ÷áñáêôÞñåò
- BADWORDS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ëÝíå êáêÝò ëÝîåéò
- CAPS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ãñÜöïõí ìå êåöáëáßïõò ÷áñáêôÞñåò
- COLORS Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ãñÜöïõí ìå Ýã÷ñùìïõò ÷áñáêôÞñåò
- FLOOD Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ãñÜöïõí ðïëëÝò óåéñÝò óå ëßãá äåõôåñüëåðôá
- REPEAT Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- åðáíáëáìâÜíïõí ôá ßäéá ðñÜãìáôá
- REVERSES Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- åßíáé áíôßèåôïé(ð÷ áëëÜæïõí ôá modes)
- UNDERLINES Ñõèìßæåé ôï bot áí èá êÜíåé kick áõôïýò ðïõ
- ãñÜöïõí ìå õðïãñáììéóìÝíïõò ÷áñáêôÞñåò
- ITALICS Sets if the bot kicks italics
-
- ÃñÜøå %R%S HELP KICK åðéëïãÞ ãéá ðåñéóóüôåñåò ðëçñïöïñßåò
- óå óõãêåêñéìÝíåò åíôïëÝò.
-
- Óçìåßùóç: ç access óå áõôÞ ôçí åíôïëÞ åëÝã÷åôáé áðü ôçí
- level SET.
-
-BOT_HELP_KICK_BOLDS
- Óýíôáîç: KICK êáíÜëé BOLDS {ON|OFF} [ttb]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick Ýíôïíùí ÷áñáêôÞñùí. Áí ôçí
- åíåñãïðïéÞóåôå, èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí bolds (Ýíôïíïõò
- ÷áñáêôÞñåò).
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_COLORS
- Óýíôáîç: KICK êáíÜëé COLORS {ON|OFF} [ttb]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá Ýã÷ñùìïõò ÷áñáêôÞñåò.Áí ôçí åíåñãïðïéÞóåôå,
- áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí Ýã÷ñùìïõò ÷áñáêôÞñåò.
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_REVERSES
- Óýíôáîç: KICK êáíÜëé REVERSES {ON|OFF} [ttb]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá ôïõò áíôßèåôïõò ìå ôéò åðéëïãÝò ðïõ
- Ý÷åé Ýíá êáíÜëé.
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_UNDERLINES
- Óýíôáîç: KICK êáíÜëé UNDERLINES {ON|OFF} [ttb]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá õðïãñáììéóìÝíïõò ÷áñáêôÞñåò.Áí ôçí
- åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí
- õðïãñáììéóìÝíïõò ÷áñáêôÞñåò.
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_CAPS
- Óýíôáîç: KICK êáíÜëé CAPS {ON|OFF} [ttb [min [ðïóïóôü]]]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá êåöáëáßïõò ÷áñáêôÞñåò.Áí ôçí
- åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ÷ñçóéìïðïéïýí
- êåöáëáßïõò ÷áñáêôÞñåò.
-
- Ôï bot èá êÜíåé kick ìüíï áí åßíáé ôï ëéãüôåñï min êåöáëáßá
- êáé åßíáé óõíïëéêÜ óôï ðïóïóôü%% ôïõ óõíïëéêïý ìçíýìáôïò
- ôçò ãñáììÞò (áí äåí äùèåß, áðü default åßíáé óôïõò 10 ÷áñáêôÞñåò
- êáé 25%%).
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_FLOOD
- Óýíôáîç: KICK êáíÜëé FLOOD {ON|OFF} [ttb [ln [secs]]]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá óõíå÷üìåíá ìçíýìáôá.Áí ôçí
- åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ãñÜöïõí
- áñêåôÜ áðü üóï ðñÝðåé.Ïé åðéëïãÝò ãéá Ýíá êáíÜëé åßíáé
- ôï ëéãüôåñï íá Ý÷åé ln ãñáììÝò óå secs äåõôåñüëåðôá
- (áí äåí äßíåôå, áðü default åßíáé 6 ãñáììÝò óå 10 äåõôåñüëåðôá).
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_REPEAT
- Óýíôáîç: KICK #êáíÜëé REPEAT {ON|OFF} [ttb [num]]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá åðáíáëáìâáíüìåíá ìçíýìáôá.Áí ôçí
- åíåñãïðïéÞóåôå, áõôÞ ç åðéëïãÞ èá êÜíåé kick üóïõò ãñÜöïõí
- ôá ßäéá ðñÜãìáôá,åðéëÝãåôáé åóåßò ôï num,ôéò öïñÝò ðïõ äåí èÝëåôå
- íá ãßíåôáé (áí äåí äþóåôå num, áðü defaults èá åßíáé 3).
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_BADWORDS
- Óýíôáîç: KICK #êáíÜëé BADWORDS {ON|OFF} [ttb]
-
- Åíåñãïðïéåß ôçí åíôïëÞ kick ãéá êáêÝò ëÝîåéò. ¼ôáí åíåñãïðïéçèåß,
- ôï bot èá êÜíåé kick ôïõò ÷ñÞóôåò ðïõ ëÝíå áõôÝò ôéò êáêÝò ëÝîåéò óôá êáíÜëéá.
-
- Ìðïñåßò íá âÜëåéò ìéá ëßóôá ìå ôéò êáêÝò ëÝîåéò êÜíïíôáò ôçí åíôïëÞ
- BADWORDS. ÃñÜøå %R%S HELP BADWORDS ãéá
- ðåñéóóüôåñåò ðëçñïöïñßåò.
-
- Ôï ttb åßíáé ôï íïýìåñï ìå ôï ïðïßï èá ãßíåôáé ï ÷ñÞóôçò áñ÷éêÜ kick
- êáé ìåôÜ ban. Ìçí ðñïóðáèÞóåôå íá áðåíåñãïðïéÞóåôå ôï ttb
- ãéáôß ôï óýóôçìá èá ôï åíåñãïðïéÞóåé îáíÜ.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Óýíôáîç: BADWORDS êáíÜëé ADD ëÝîç [SINGLE | START | END]
- BADWORDS êáíÜëé DEL {ëÝîç | èÝóç-íïõ | list}
- BADWORDS êáíÜëé LIST [ìÜóêá | list]
- BADWORDS êáíÜëé CLEAR
-
- ÁëëÜæåé ôçí bad words ëßóôá ôïõ êáíáëéïý. Ç ëßóôá bad
- words äåß÷íåé ðïéÝò ëÝîåéò åßíáé íá ãßíåôáé ôï kick,
- üôáí ôï bad words kick åßíáé åíåñãïðïéçìÝíï. Ãéá ðåñéóóüôåñåò ðëçñïöïñßåò,
- ãñÜöôå %R%S HELP KICK BADWORDS.
-
- Ç åíôïëÞ BADWORDS ADD ðñïóèÝôåé ìéá êáêéÜ ëÝîç óôçí ëßóôá
- badword. Áí ðåß áõôç ôç ëÝîç (SINGLE), ôüôå èá ãßíåôáé
- kick. Áí îåêéíÜåé ìå áõôÞ ôç ëÝîç (START) ôüôå èá ãßíåôáé
- kick ï ÷ñÞóôçò åðåéäÞ îåêßíçóå ìå áõôç ôç ëÝîç. Áí óôï ôÝëïò ôçò ëÝîçò
- ðñïóèÝóåé ôçí êáêéÜ ëÝîç (END) èá ãßíåôáé kick åðåéäÞ ôçí åßðå óôï ôÝëïò
- ôçò öñÜóçò/ëÝîçò. Áí äåí åßóôå óõãêåêñéìÝíïò ôüôå èá ãßíåôáé kick
- üðïôå èá ëÝåé óõãêåêñéìÝíá áõôÞ ôç ëÝîç.
-
- Ç åíôïëÞ BADWORDS DEL áöáéñåß ôçí ëÝîç áõôÞ áðü ôçí ëßóôá badwords.
- Áí óáò äßíåôå ç ëßóôá ìå ôéò èÝóåéò-íïýìåñá, áõôÝò ïé èÝóåéò èá äéáãñáöïýí
- (Äåò ôï ðáñÜäåéãìá ìå ôçí åíôïëÞ LIST.)
-
- Ç åíôïëÞ BADWORDS LIST åìöáíßæåé ôçí ëßóôá ìå ôéò êáêÝò ëÝîåéò. Áí äþóåôå
- óõãêåêñéìÝíç ëÝîç, èá åìöáíéóôïýí ïé èÝóåéò ðïõ ôáéñéÜæïõí ìå áõôÞí.
- ÐáñÜäåéãìá:
-
- BADWORDS #êáíÜëé LIST 2-5,7-9
- Åìöáíßæåé áðü ôçí ëßóôá ôéò èÝóåéò ìå ôá íïýìåñá 2 Ýùò 5 êáé
- 7 Ýùò 9.
-
- Ç åíôïëÞ BADWORDS CLEAR êáèáñßæåé üëåò ôéò èÝóåéò áðü ôçí ëßóôá
- badword.
-
-BOT_HELP_SAY
- Óýíôáîç: SAY êáíÜëé ìÞíõìá
-
- ÊÜíåé ôï bot íá ëÝåé ôï ìÞíõìá ðïõ ôïõ äþóáôå íá ôï åìöáíßóåé óôï áíÜëïãï
- êáíÜëé.
-
-BOT_HELP_ACT
- Óýíôáîç: ACT êáíÜëé ìÞíõìá
-
- ÊÜíåé ôï bot íá åíåñãåß,äçë íá åêôåëåß åíôïëÞ "/me"
- åìöáíßæïíôáò ôï ìÞíõìá óôï áíÜëïãï êáíÜëé.
-
-
-BOT_SERVADMIN_HELP_BOT
- Óýíôáîç: BOT ADD øåõäþíõìï ID host ðñáãìáôéêü üíïìá
- BOT CHANGE ðáëéü-øåõäþíõìïick íÝï-øåõäþíõìï [ID [host [ðñáãìáôéêü üíïìá]]]
- BOT DEL øåõäþíõìï
-
- ÅðéôñÝðåé ìüíï óôïõò Services Operators íá äçìéïõñãÞóïõí, áëëÜîïõí, êáé
- íá óâÞóïõí ôá bots óôá ïðïßá ïé ÷ñÞóôåò èá ìðïñïýí íá ÷ñçóéìïðïéÞóïõí
- óôá äéêÜ ôïõò ôá êáíÜëéá.
-
- Ç åíôïëÞ BOT ADD ðñïóèÝôåé Ýíá botìå ôï øåõäþíõìï, ID,
- hostname êáé ðñáãìáôéêü üíïìá. Áí äåí ãßíïõí ïé êáôÜëëçëïé Ýëåã÷ïé
- ìå ôéò åðéëïãÝò, íá åßóôå ðñïóåêôéêïß.
- Ç åíôïëÞ BOT CHANGE óáò åðéôñÝðåé íá áëëÜîåôå ôï øåõäþíõìï, ID, hostname
- Þ ðñáãìáôéêü üíïìá ôïõ bot ÷ùñßò íá ÷ñåéÜæåôáé íá ôï óâÞóåôå (êáé üëåò
- ïé ñõèìßóåéò èá ìåßíïõí).
- Ç åíôïëÞ BOT DEL áöáéñåß ôï bot áðü ôçí ëßóôá bot.
-
- Óçìåßùóç: áí öôéÜîåéò Ýíá bot ðïõ Ý÷åé øåõäþíõìï êáôï÷õñùìÝíï
- èá äéáãñáöåß. Åðßóçò, áí Ýíáò ÷ñÞóôçò ÷ñçóéìïðïéåß Þäç ôï øåõäþíõìï
- ôçí þñá ðïõ öôéÜ÷íåéò ôï bot, èá ãßíåé kill.
-
-BOT_SERVADMIN_HELP_SET
-
- ÁõôÝò ïé åðéëïãÝò åßíáé ìüíï ãéá ôïõò Services Operators:
-
- NOBOT Äåß÷íåé ôï bot ðïõ Ýãéíå assign áðü ôï êáíÜëé
- PRIVATE Äåëé÷íåé ôï bot ðïõ Ýãéíå assigned áðü ìç IRC operators
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Óýíôáîç: SET êáíÜëé NOBOT {ON|OFF}
-
- ÁõôÞ ç åðéëïãÞ êÜíåé ôï êáíÜëé íá åßíáé unassignable (íá ìç ìðåé bot). Áí
- ôï bot åßíáé Þäç assigned óôï êáíÜëé, èá ãßíåé unassigned
- áõôüìáôá, üôáí èá åíåñãïðïéÞóåéò áõôÞ ôçí åðéëïãÞ.
-
- Ìüíï ãéá ôïõò Services Operators.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Óýíôáîç: SET øåõäþíõìï-bot PRIVATE {ON|OFF}
-
- ÁõôÞ ç åðéëïãÞ êÜíåé ôï bot áðü assigned óå êáíÜëéá
- ôùí ÷ñçóôùí ðïõ äåí åßíáé IRC operators.
-
- Ìüíï ãéá ôïõò Services Operators.
-HOST_EMPTY
- The vhost list is empty.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost for %s set to %s.
-HOST_IDENT_SET
- vhost for %s set to %s@%s.
-HOST_SETALL
- vhost for group %s set to %s.
-HOST_DELALL
- vhosts for group %s have been removed.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost for group %s set to %s@%s.
-HOST_SET_ERROR
- Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'.
-HOST_SET_IDENT_ERROR
- A vhost ident must be in the format of a valid ident
-HOST_SET_TOOLONG
- Error! The vhost is too long, please use a host shorter than %d characters.
-HOST_SET_IDENTTOOLONG
- Error! The Ident is too long, please use an ident shorter than %d characters.
-HOST_NOREG
- User %s not found in the nickserv db.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Access Denied.
-HOST_NOT_ASSIGNED
- Please contact an Operator to get a vhost assigned to this nick.
-HOST_ACTIVATED
- Your vhost of %s is now activated.
-HOST_IDENT_ACTIVATED
- Your vhost of %s@%s is now activated.
-HOST_DEL
- vhost for %s removed.
-HOST_DEL_SYNTAX
- DEL <nick>.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_GROUP
- All vhost's in the group %s have been set to %s
-HOST_IDENT_GROUP
- All vhost's in the group %s have been set to %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Displayed all records (Count: %d)
-HOST_LIST_RANGE_FOOTER
- Displayed records from %d to %d
-HOST_LIST_KEY_FOOTER
- Displayed records matching key %s (Count: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activates your assigned vhost
-
-HOST_HELP_CMD_OFF
- OFF Deactivates your assigned vhost
-
-HOST_HELP_CMD_GROUP
- GROUP Syncs the vhost for all nicks in a group
-
-HOST_HELP_CMD_SET
- SET Set the vhost of another user
-
-HOST_HELP_CMD_SETALL
- SETALL Set the vhost for all nicks in a group
-
-HOST_HELP_CMD_DEL
- DEL Delete the vhost of another user
-
-HOST_HELP_CMD_DELALL
- DELALL Delete the vhost for all nicks in a group
-
-HOST_HELP_CMD_LIST
- LIST Displays one or more vhost entries.
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S commands:
-
-HOST_HELP_ON
- Syntax: ON
-
- Activates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see the vhost instead of your real IP address.
-
-HOST_HELP_SET
- Syntax: SET <nick> <hostmask>.
-
- Sets the vhost for the given nick to that of the given
- hostmask. If your IRCD supports vIdents, then using
- SET <nick> <ident>@<hostmask> set idents for users as
- well as vhosts.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Deletes the vhost for all nick's in the same group as
- that of the given nick.
-
-HOST_HELP_SETALL
- Syntax: SETALL <nick> <hostmask>.
-
- Sets the vhost for all nicks in the same group as that
- of the given nick. If your IRCD supports vIdents, then
- using SETALL <nick> <ident>@<hostmask> will set idents
- for users as well as vhosts.
-
- * NOTE, this will not update the vhost for any nick's
- added to the group after this command was used.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Deactivates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see your real IP address.
-
-HOST_HELP_DEL
- Syntax: DEL <nick>
-
- Deletes the vhost assigned to the given nick from the
- database.
-
-HOST_HELP_LIST
- Syntax: LIST [<key>|<#X-Y>]
-
- This command lists registered vhosts to the operator
- if a Key is specified, only entries whos nick or vhost match
- the pattern given in <key> are displayed e.g. Rob* for all
- entries beginning with "Rob"
-
- If a #X-Y style is used, only entries between the range of X
- and Y will be displayed, e.g. #1-3 will display the first 3
- nick/vhost entries.
-
- The list uses the value of NSListMax as a hard limit for the
- number of items to display to a operator at any 1 time.
-
-HOST_HELP_GROUP
- Syntax: GROUP
-
- This command allows users to set the vhost of thier
- CURRENT nick to be the vhost for all nicks in the same
- group.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is not available on this network.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is not available on this network.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is not available on this network.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is not available on this network.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/hs_request.it_IT.po b/lang/hs_request.it_IT.po
new file mode 100644
index 000000000..12c9161d6
--- /dev/null
+++ b/lang/hs_request.it_IT.po
@@ -0,0 +1,121 @@
+# Italian translations for hs_request
+# Traduzioni italiane per il hs_request
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 22:23-0400\n"
+"PO-Revision-Date: 2010-09-25 23:42-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hs_request.cpp:195
+msgid ""
+" ACTIVATE Approve the requested vHost of a user\n"
+" REJECT Reject the requested vHost of a user\n"
+" WAITING Convenience command for LIST +req"
+msgstr ""
+" ACTIVATE Approva il vHost richiesto di un utente\n"
+" REJECT Rifiuta il vHost richiesto di un utente\n"
+" WAITING Comando per LIST +req"
+
+#: hs_request.cpp:137
+msgid " REQUEST Request a vHost for your nick"
+msgstr " REQUEST Richiede un vHost per il tuo nick"
+
+#: hs_request.cpp:183 hs_request.cpp:245
+msgid "A memo informing the user will also be sent."
+msgstr "Viene inviato un memo per informare l'utente."
+
+#: hs_request.cpp:181
+msgid "Activate the requested vHost for the given nick."
+msgstr "Attiva il vHost richiesto per il nick specificato."
+
+#: hs_request.cpp:169 hs_request.cpp:234
+#, c-format
+msgid "No request for nick %s found."
+msgstr "Nessuna richiesta trovata per il nick %s."
+
+#: hs_request.cpp:104
+#, c-format
+msgid "Please wait %d seconds before requesting a new vHost"
+msgstr "Prego attendere %d secondi prima di richiedere un nuovo vHost"
+
+#: hs_request.cpp:243
+msgid "Reject the requested vHost for the given nick."
+msgstr "Rifiuta il vHost richiesto per il nick specificato."
+
+#: hs_request.cpp:124
+msgid ""
+"Request the given vHost to be actived for your nick by the\n"
+"network administrators. Please be patient while your request\n"
+"is being considered."
+msgstr ""
+"Richiede l'attivazione del vHost specificato per il tuo nick da parte\n"
+"degli amministratori di rete. Sei pregato di pazientare finchè la tua\n"
+"richiesta viene elaborata."
+
+#: hs_request.cpp:179 hs_request.cpp:190
+msgid "Syntax: ACTIVATE nick"
+msgstr "Sintassi: \002ACTIVATE \037nick\037\002"
+
+#: hs_request.cpp:241 hs_request.cpp:252
+msgid "Syntax: REJECT nick"
+msgstr "Sintassi: \002REJECT \037nick\037\002"
+
+#: hs_request.cpp:65 hs_request.cpp:122 hs_request.cpp:132
+msgid "Syntax: REQUEST vhost"
+msgstr "Sintassi: \002REQUEST \037vhost\037\002"
+
+#: hs_request.cpp:307
+msgid "Syntax: WAITING"
+msgstr "Sintassi: \002WAITING\002"
+
+#: hs_request.cpp:309
+msgid ""
+"This command is provided for convenience. It is essentially\n"
+"the same as performing a LIST +req ."
+msgstr ""
+"Questo comando è per comodità. Praticamente è la stessa cosa che\n"
+"eseguire un LIST +req ."
+
+#: hs_request.cpp:110
+msgid "Your vHost has been requested"
+msgstr "Il tuo vHost è stato richiesto"
+
+#: hs_request.cpp:161
+msgid "[auto memo] Your requested vHost has been approved."
+msgstr "[auto memo] Il vHost da te richiesto è stato approvato."
+
+#: hs_request.cpp:225
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected."
+msgstr "[auto memo] Il vHost da te richiesto è stato rifiutato."
+
+#: hs_request.cpp:223
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected. Reason: %s"
+msgstr "[auto memo] Il vHost da te richiesto è stato rifiutato. Motivo: %s"
+
+#: hs_request.cpp:646
+#, c-format
+msgid "[auto memo] vHost %s has been requested."
+msgstr "[auto memo] è stato richiesto il vHost \002%s\002."
+
+#: hs_request.cpp:163
+#, c-format
+msgid "vHost for %s has been activated"
+msgstr "Il vHost per %s è stato attivato"
+
+#: hs_request.cpp:230
+#, c-format
+msgid "vHost for %s has been rejected"
+msgstr "Il vHost per %s è stato rifiutato"
diff --git a/lang/hs_request.nl_NL.po b/lang/hs_request.nl_NL.po
new file mode 100644
index 000000000..6b65f1cc1
--- /dev/null
+++ b/lang/hs_request.nl_NL.po
@@ -0,0 +1,121 @@
+# Dutch translations for hs_request
+# Engelse vertalingen voor het hs_request
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 22:23-0400\n"
+"PO-Revision-Date: 2010-09-25 22:26-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hs_request.cpp:195
+msgid ""
+" ACTIVATE Approve the requested vHost of a user\n"
+" REJECT Reject the requested vHost of a user\n"
+" WAITING Convenience command for LIST +req"
+msgstr ""
+" ACTIVATE Activeer de aangevraagde vHost voor een gebruiker\n"
+" REJECT Keur de aangevraagde vHost voor een gebruiker af\n"
+" WAITING Snelkoppeling naar LIST +req"
+
+#: hs_request.cpp:137
+msgid " REQUEST Request a vHost for your nick"
+msgstr " REQUEST Vraag een vHost aan voor je nick"
+
+#: hs_request.cpp:183 hs_request.cpp:245
+msgid "A memo informing the user will also be sent."
+msgstr "Een memo die de gebruiker op de hoogste stelt zal ook worden verstuurd."
+
+#: hs_request.cpp:181
+msgid "Activate the requested vHost for the given nick."
+msgstr "Activeer de aangevraagde vHost voor de gegeven nick."
+
+#: hs_request.cpp:169 hs_request.cpp:234
+#, c-format
+msgid "No request for nick %s found."
+msgstr "Geen aanvraag voor nick %s gevonden."
+
+#: hs_request.cpp:104
+#, c-format
+msgid "Please wait %d seconds before requesting a new vHost"
+msgstr "Wacht %d seconden voor je een nieuwe vHost aanvraagt"
+
+#: hs_request.cpp:243
+msgid "Reject the requested vHost for the given nick."
+msgstr "Keur de aangevraagde vHost voor de gegeven nick af."
+
+#: hs_request.cpp:124
+msgid ""
+"Request the given vHost to be actived for your nick by the\n"
+"network administrators. Please be patient while your request\n"
+"is being considered."
+msgstr ""
+"Verzoek de gegeven vHost te activeren voor jouw nick bij de\n"
+"netwerk beheerders. Het kan even duren voordat je aanvraag\n"
+"afgehandeld wordt."
+
+#: hs_request.cpp:179 hs_request.cpp:190
+msgid "Syntax: ACTIVATE nick"
+msgstr "Gebruik: \002ACTIVATE \037nick\037\002"
+
+#: hs_request.cpp:241 hs_request.cpp:252
+msgid "Syntax: REJECT nick"
+msgstr "Gebruik: \002REJECT \037nick\037\002"
+
+#: hs_request.cpp:65 hs_request.cpp:122 hs_request.cpp:132
+msgid "Syntax: REQUEST vhost"
+msgstr "Gebruik: \002REQUEST \037vhost\037\002"
+
+#: hs_request.cpp:307
+msgid "Syntax: WAITING"
+msgstr "Gebruik: \002WAITING\002"
+
+#: hs_request.cpp:309
+msgid ""
+"This command is provided for convenience. It is essentially\n"
+"the same as performing a LIST +req ."
+msgstr ""
+"Dit commando is beschikbaar als handigheid. Het is simpelweg\n"
+"hetzelfde als LIST +req ."
+
+#: hs_request.cpp:110
+msgid "Your vHost has been requested"
+msgstr "Je vHost is aangevraagd"
+
+#: hs_request.cpp:161
+msgid "[auto memo] Your requested vHost has been approved."
+msgstr "[auto memo] Je aangevraagde vHost is geaccepteerd."
+
+#: hs_request.cpp:225
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected."
+msgstr "[auto memo] Je aangevraagde vHost is afgekeurd."
+
+#: hs_request.cpp:223
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected. Reason: %s"
+msgstr "[auto memo] Je aangevraagde vHost is afgekeurd. Reden: %s"
+
+#: hs_request.cpp:646
+#, c-format
+msgid "[auto memo] vHost %s has been requested."
+msgstr "[auto memo] vHost \002%s\002 is aangevraagd."
+
+#: hs_request.cpp:163
+#, c-format
+msgid "vHost for %s has been activated"
+msgstr "vHost voor %s is geactiveerd"
+
+#: hs_request.cpp:230
+#, c-format
+msgid "vHost for %s has been rejected"
+msgstr "vHost voor %s is afgekeurd"
diff --git a/lang/hs_request.pot b/lang/hs_request.pot
new file mode 100644
index 000000000..49ab239ea
--- /dev/null
+++ b/lang/hs_request.pot
@@ -0,0 +1,112 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 22:23-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hs_request.cpp:195
+msgid ""
+" ACTIVATE Approve the requested vHost of a user\n"
+" REJECT Reject the requested vHost of a user\n"
+" WAITING Convenience command for LIST +req"
+msgstr ""
+
+#: hs_request.cpp:137
+msgid " REQUEST Request a vHost for your nick"
+msgstr ""
+
+#: hs_request.cpp:183 hs_request.cpp:245
+msgid "A memo informing the user will also be sent."
+msgstr ""
+
+#: hs_request.cpp:181
+msgid "Activate the requested vHost for the given nick."
+msgstr ""
+
+#: hs_request.cpp:169 hs_request.cpp:234
+#, c-format
+msgid "No request for nick %s found."
+msgstr ""
+
+#: hs_request.cpp:104
+#, c-format
+msgid "Please wait %d seconds before requesting a new vHost"
+msgstr ""
+
+#: hs_request.cpp:243
+msgid "Reject the requested vHost for the given nick."
+msgstr ""
+
+#: hs_request.cpp:124
+msgid ""
+"Request the given vHost to be actived for your nick by the\n"
+"network administrators. Please be patient while your request\n"
+"is being considered."
+msgstr ""
+
+#: hs_request.cpp:179 hs_request.cpp:190
+msgid "Syntax: ACTIVATE nick"
+msgstr ""
+
+#: hs_request.cpp:241 hs_request.cpp:252
+msgid "Syntax: REJECT nick"
+msgstr ""
+
+#: hs_request.cpp:65 hs_request.cpp:122 hs_request.cpp:132
+msgid "Syntax: REQUEST vhost"
+msgstr ""
+
+#: hs_request.cpp:307
+msgid "Syntax: WAITING"
+msgstr ""
+
+#: hs_request.cpp:309
+msgid ""
+"This command is provided for convenience. It is essentially\n"
+"the same as performing a LIST +req ."
+msgstr ""
+
+#: hs_request.cpp:110
+msgid "Your vHost has been requested"
+msgstr ""
+
+#: hs_request.cpp:161
+msgid "[auto memo] Your requested vHost has been approved."
+msgstr ""
+
+#: hs_request.cpp:225
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected."
+msgstr ""
+
+#: hs_request.cpp:223
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected. Reason: %s"
+msgstr ""
+
+#: hs_request.cpp:646
+#, c-format
+msgid "[auto memo] vHost %s has been requested."
+msgstr ""
+
+#: hs_request.cpp:163
+#, c-format
+msgid "vHost for %s has been activated"
+msgstr ""
+
+#: hs_request.cpp:230
+#, c-format
+msgid "vHost for %s has been rejected"
+msgstr ""
diff --git a/lang/hs_request.pt_PT.po b/lang/hs_request.pt_PT.po
new file mode 100644
index 000000000..133ec8a00
--- /dev/null
+++ b/lang/hs_request.pt_PT.po
@@ -0,0 +1,120 @@
+# Portuguese translations for hs_request
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 22:23-0400\n"
+"PO-Revision-Date: 2010-09-25 22:48-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hs_request.cpp:195
+msgid ""
+" ACTIVATE Approve the requested vHost of a user\n"
+" REJECT Reject the requested vHost of a user\n"
+" WAITING Convenience command for LIST +req"
+msgstr ""
+" ACTIVATE Aprova o pedido de vHost de um usuário\n"
+" REJECT Recusa o pedido de vHost de um usuário\n"
+" WAITING Comando para LISTAR +req"
+
+#: hs_request.cpp:137
+msgid " REQUEST Request a vHost for your nick"
+msgstr " REQUEST Request a vHost for your nick"
+
+#: hs_request.cpp:183 hs_request.cpp:245
+msgid "A memo informing the user will also be sent."
+msgstr "Um memo informando o usuário também será enviado."
+
+#: hs_request.cpp:181
+msgid "Activate the requested vHost for the given nick."
+msgstr "Ativa o vHost solicitado para o nick fornecido."
+
+#: hs_request.cpp:169 hs_request.cpp:234
+#, c-format
+msgid "No request for nick %s found."
+msgstr "Nenhum pedido encontrado para o nick %s."
+
+#: hs_request.cpp:104
+#, c-format
+msgid "Please wait %d seconds before requesting a new vHost"
+msgstr "Por favor, espere %d segundos antes de fazer um novo pedido de vHost"
+
+#: hs_request.cpp:243
+msgid "Reject the requested vHost for the given nick."
+msgstr "Recusa o pedido de vHost para o nick fornecido."
+
+#: hs_request.cpp:124
+msgid ""
+"Request the given vHost to be actived for your nick by the\n"
+"network administrators. Please be patient while your request\n"
+"is being considered."
+msgstr ""
+"Solicita a ativação do vHost fornecido em seu nick pelos\n"
+"administradores da rede. Por favor, tenha paciência\n"
+"enquanto seu pedido é analisado."
+
+#: hs_request.cpp:179 hs_request.cpp:190
+msgid "Syntax: ACTIVATE nick"
+msgstr "Sintaxe: \002ACTIVATE \037nick\037\002"
+
+#: hs_request.cpp:241 hs_request.cpp:252
+msgid "Syntax: REJECT nick"
+msgstr "Sintaxe: \002REJECT \037nick\037\002"
+
+#: hs_request.cpp:65 hs_request.cpp:122 hs_request.cpp:132
+msgid "Syntax: REQUEST vhost"
+msgstr "Sintaxe: \002REQUEST \037vhost\037\002"
+
+#: hs_request.cpp:307
+msgid "Syntax: WAITING"
+msgstr "Sintaxe: \002WAITING\002"
+
+#: hs_request.cpp:309
+msgid ""
+"This command is provided for convenience. It is essentially\n"
+"the same as performing a LIST +req ."
+msgstr ""
+"Este comando é usado por conveniência. É essencialmente\n"
+"o mesmo que fazer um LIST +req"
+
+#: hs_request.cpp:110
+msgid "Your vHost has been requested"
+msgstr "Seu pedido de vHost foi encaminhado"
+
+#: hs_request.cpp:161
+msgid "[auto memo] Your requested vHost has been approved."
+msgstr "[Auto Memo] Seu pedido de vHost foi aprovado."
+
+#: hs_request.cpp:225
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected."
+msgstr "[Auto Memo] Seu pedido de vHost foi recusado."
+
+#: hs_request.cpp:223
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected. Reason: %s"
+msgstr "[Auto Memo] Seu pedido de vHost foi recusado. Motivo: %s"
+
+#: hs_request.cpp:646
+#, c-format
+msgid "[auto memo] vHost %s has been requested."
+msgstr "[Auto Memo] O vHost \002%s\002 foi solicitado."
+
+#: hs_request.cpp:163
+#, c-format
+msgid "vHost for %s has been activated"
+msgstr "O vHost para %s foi ativado"
+
+#: hs_request.cpp:230
+#, c-format
+msgid "vHost for %s has been rejected"
+msgstr "O vHost de %s foi recusado"
diff --git a/lang/hs_request.ru_RU.po b/lang/hs_request.ru_RU.po
new file mode 100644
index 000000000..e4a6b02b5
--- /dev/null
+++ b/lang/hs_request.ru_RU.po
@@ -0,0 +1,122 @@
+# Russian translations for hs_request
+# ?????????? ???????? ??? ?????? PACKAGE.
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 22:23-0400\n"
+"PO-Revision-Date: 2010-09-25 23:27-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: hs_request.cpp:195
+msgid ""
+" ACTIVATE Approve the requested vHost of a user\n"
+" REJECT Reject the requested vHost of a user\n"
+" WAITING Convenience command for LIST +req"
+msgstr ""
+" ACTIVATE Óòâåðäèòü çàïðàøèâàåìûé ïîëüçîâàòåëåì vHost\n"
+" REJECT Îòêëîíèòü çàïðàøèâàåìûé ïîëüçîâàòåëåì vHost\n"
+" WAITING Ñïèñîê çàïðîñîâ îæèäàþùèõ îáðàáîòêè (àíàëîã LIST +req)"
+
+#: hs_request.cpp:137
+msgid " REQUEST Request a vHost for your nick"
+msgstr " REQUEST Çàïðîñ íà vHost äëÿ âàøåãî òåêóùåãî íèêà"
+
+#: hs_request.cpp:183 hs_request.cpp:245
+msgid "A memo informing the user will also be sent."
+msgstr "Ïîëüçîâàòåëþ áóäåò ïîñëàíî àâòî-óâåäîìëåíèå îá àêòèâàöèè åãî çàïðîñà."
+
+#: hs_request.cpp:181
+msgid "Activate the requested vHost for the given nick."
+msgstr "Óòâåðäèòü çàïðàøèâàåìûé vHost äëÿ óêàçàííîãî íèêà."
+
+#: hs_request.cpp:169 hs_request.cpp:234
+#, c-format
+msgid "No request for nick %s found."
+msgstr "Çàïðîñ íà vHost äëÿ íèêà %s íå íàéäåí."
+
+#: hs_request.cpp:104
+#, c-format
+msgid "Please wait %d seconds before requesting a new vHost"
+msgstr "Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä, ïðåæäå ÷åì çàïðàøèâàòü íîâûé vHost"
+
+#: hs_request.cpp:243
+msgid "Reject the requested vHost for the given nick."
+msgstr "Îòêëîíèòü çàïðàøèâàåìûé vHost äëÿ óêàçàííîãî íèêà."
+
+#: hs_request.cpp:124
+msgid ""
+"Request the given vHost to be actived for your nick by the\n"
+"network administrators. Please be patient while your request\n"
+"is being considered."
+msgstr ""
+"Îòïðàâëÿåò çàïðîñ íà àêòèâàöèþ vHost, êîòîðûé áóäåò ðàññìîòðåí îäíèì èç\n"
+"àäìèíèñòðàòîðîâ ñåòè. Ïðîñüáà ïðîÿâèòü òåðïåíèå, ïîêà çàïðîñ\n"
+"ðàññìàòðèâàåòñÿ àäìèíèñòðàöèåé."
+
+#: hs_request.cpp:179 hs_request.cpp:190
+msgid "Syntax: ACTIVATE nick"
+msgstr "Ñèíòàêñèñ: \002ACTIVATE \037íèê\037\002"
+
+#: hs_request.cpp:241 hs_request.cpp:252
+msgid "Syntax: REJECT nick"
+msgstr "Ñèíòàêñèñ: \002REJECT \037íèê\037\002"
+
+#: hs_request.cpp:65 hs_request.cpp:122 hs_request.cpp:132
+msgid "Syntax: REQUEST vhost"
+msgstr "Ñèíòàêñèñ: \002REQUEST \037vHost\037\002"
+
+#: hs_request.cpp:307
+msgid "Syntax: WAITING"
+msgstr "Ñèíòàêñèñ: \002WAITING\002"
+
+#: hs_request.cpp:309
+msgid ""
+"This command is provided for convenience. It is essentially\n"
+"the same as performing a LIST +req ."
+msgstr ""
+"Äàííàÿ êîìàíäà ñîçäàíà äëÿ óäîáñòâà èñïîëüçîâàíèÿ è âûâîäèò ñïèñîê çàïðîñîâ,\n"
+"îæèäàþùèõ îáðàáîòêè. Àíàëîãè÷íàÿ êîìàíäà: LIST +req ."
+
+#: hs_request.cpp:110
+msgid "Your vHost has been requested"
+msgstr "Âàø çàïðîñ íà vHost îòïðàâëåí."
+
+#: hs_request.cpp:161
+msgid "[auto memo] Your requested vHost has been approved."
+msgstr "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost óòâåðæäåí è àêòèâèðîâàí."
+
+#: hs_request.cpp:225
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected."
+msgstr "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost îòêëîíåí."
+
+#: hs_request.cpp:223
+#, c-format
+msgid "[auto memo] Your requested vHost has been rejected. Reason: %s"
+msgstr "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost îòêëîíåí. Ïðè÷èíà: %s"
+
+#: hs_request.cpp:646
+#, c-format
+msgid "[auto memo] vHost %s has been requested."
+msgstr "[àâòî-ñîîáùåíèå] Áûë çàïðîøåí vHost \002%s\002"
+
+#: hs_request.cpp:163
+#, c-format
+msgid "vHost for %s has been activated"
+msgstr "vHost äëÿ %s óñïåøíî àêòèâèðîâàí"
+
+#: hs_request.cpp:230
+#, c-format
+msgid "vHost for %s has been rejected"
+msgstr "vHost äëÿ %s îòêëîíåí."
diff --git a/lang/hun.l b/lang/hun.l
deleted file mode 100644
index bf9dd3e30..000000000
--- a/lang/hun.l
+++ /dev/null
@@ -1,6467 +0,0 @@
-# Hungarian (magyar) language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Translated by:
-# ==============
-# Janos Kapitany 'Sarkanyka' (chates@freemail.hu)
-# CJB CHAT Magyarország, http://cjbchat.hu
-# Ez a fordítás a CJB Chat megrendelésére készült.
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################
-#
-# A nyelvezet neve
-#
-###########################################################
-
-
-# Angoltól (English) eltéro nyelvek esetén a stringnek a következo
-# formátumban kell lennie:
-# nyelvezet-neve-a-nyelvben (nyelvezet-neve-angolul)
-# Például, "Spanyol (Spanish)" vagy "Francia (French)".
-
-LANG_NAME
- Magyar (Hungarian)
-
-###########################################################
-#
-# Általános üzenetek
-#
-###########################################################
-
-# strftime() beállitási sorai. 3 strfidõ információ formátumban adható
-# meg a beállitásokban. Rövid, hosszú és teljes verzió:
-# %a = Nap neve (rövid) %H = óra
-# %b = Hónap neve (rövid) %M = perc
-# %d = nap a hónapban %S = másodperc
-# %Y = év %Z = idõ zóne
-
-# ezt a formát használd az strftime() mikor a dátum és idõ
-# együtt szükséges.
-STRFTIME_DATE_TIME_FORMAT
- %Z %Y %B %d %H:%M:%S
-# ezt a formát használd az strftime() mikor a dátumnak hosszú
-# formátum kell (Angol: a nap neve is).
-STRFTIME_LONG_DATE_FORMAT
- %Y %B %d %A
-# ezt a formát használd az strftime() mikor a dátumnak elég
-# a rövig forma (Angol:: nap neve is).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# Ez megadja az strftime() által használt hónap és nap neveket. Ha nem
-# használsz %a, %A, %b, vagy %B változót az strftime() stringben feljebb, akkor
-# nyugodtan szabadon hagyhatod. Ha beírsz neveket, akkor azoknak sorban kell lenniük,
-# és csak egy lehet soronként, a listának teljesnek KELL lennie!
-
-# %a
-STRFTIME_DAYS_SHORT
- Vas
- Hét
- Ke
- Sze
- Csü
- Pén
- Szo
-# %A
-STRFTIME_DAYS_LONG
- Vasárnap
- Hétfõ
- Kedd
- Szerda
- Csütörtök
- Péntek
- Szombat
-# %b
-STRFTIME_MONTHS_SHORT
- Jan
- Feb
- Márc
- Ápr
- Máj
- Jún
- Júl
- Aug
- Szept
- Okt
- Nov
- Dec
-# %B
-STRFTIME_MONTHS_LONG
- Január
- Február
- Március
- Április
- Május
- Június
- Július
- Augusztus
- Szeptember
- Október
- November
- December
-
-
-
-# Ezt a ChanServ/NickServ INFO megjelenítéseknél használja.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Különbözõ hiba üzenetek.
-USER_RECORD_NOT_FOUND
- Belsõ hiba - nem teljesíthetõ kérés.
-UNKNOWN_COMMAND
- Ismeretlen Parancs %s.
-UNKNOWN_COMMAND_HELP
- Ismeretlen parancs %s. Írd be: "%R%s HELP".
-SYNTAX_ERROR
- Szintaktika: %s
-MORE_INFO
- %R%s HELP %s bõvebb információért.
-NO_HELP_AVAILABLE
- Nincs ezzel kapcsolatban segítség: %s.
-OBSOLETE_COMMAND
- Nem használható parancs; használd a %s parancsot helyette.
-
-BAD_USERHOST_MASK
- A maszknak ilyen formátumúnak kell lennie: user@host.
-BAD_EXPIRY_TIME
- Érvénytelen elévülési idõ.
-USERHOST_MASK_TOO_WIDE
- %s túl tág tartományra vonatkozik.
-
-SERVICE_OFFLINE
- %s jelenleg offline.
-READ_ONLY_MODE
- Megjegyzés: A Szervíz csak olvasás módban fut!
-PASSWORD_INCORRECT
- Hibás jelszó.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Hozzáférés megtagadva.
-MORE_OBSCURE_PASSWORD
- Próbálj nehezebb jelszót használni .Jelszavad min. öt
- karakter legyen, és nem kitalálható legyen, (ne a
- nickneved/valósneved), ne legyen benne írásjel.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-NICK_NOT_REGISTERED
- A neved még nem regisztrált.
-NICK_NOT_REGISTERED_HELP
- A neved még nem regisztrált. Segítség: %R%s HELP.
-NICK_X_IS_SERVICES
- A %s nick a Hálózat Szervízének egysége.
-NICK_X_NOT_REGISTERED
- Ez a nick: %s nem regisztrált.
-NICK_X_IN_USE
- Ez a nick: %s jelenleg használatban van.
-NICK_X_NOT_IN_USE
- Ez a nick: %s nincs jelenleg használatban.
-NICK_X_NOT_ON_CHAN
- %s jelenleg nincs a %s szobában .
-NICK_X_FORBIDDEN
- %snicket nem lehet regisztrálni vagy használni.
-NICK_X_FORBIDDEN_OPER
- Ezt a nicket: %s %s forbidolta:
- %s
-NICK_X_ILLEGAL
- %snick illegális nicknév vagy nem használható.
-NICK_X_TRUNCATED
- A nicked %s meg lett csonkítva %d karakter hosszúságúra.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- %s szoba nem regisztrált.
-CHAN_X_NOT_IN_USE
- %scsatorna nem létezik.
-CHAN_X_FORBIDDEN
- %scsatornát nem lehet regisztrálni vagy használni.
-CHAN_X_FORBIDDEN_OPER
- %scsatornát %s forbidolta:
- %s
-CHAN_X_SUSPENDED
- Felfüggesztve: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Jelszavas azonositás szükséges ehhez a parancshoz.
- Próbáld újra miután beírtad: %R%s IDENTIFY jelszó.
-CHAN_IDENTIFY_REQUIRED
- Jelszavas azonositás szükséges ehhez a parancshoz.
- Próbáld újra miután beírtad: %R%s IDENTIFY %s jelszó.
-
-MAIL_DISABLED
- A Szervíz úgy van beállítva, hogy nem küld mailt.
-MAIL_INVALID
- %sEmail címe nem érvényes.
-MAIL_X_INVALID
- %s nem érvényes e-mail cím.
-MAIL_LATER
- Nem lehet most levelet küldeni; próbáld újra késõbb.
-MAIL_DELAYED
- Kérlek várj %d másodpercet és próbáld újra.
-
-NO_REASON
- Nincs indok
-UNKNOWN
- <ismeretlen>
-
-# Duration system
-DURATION_DAY
- 1 nap
-DURATION_DAYS
- %d nap
-DURATION_HOUR
- 1 óra
-DURATION_HOURS
- %d óra
-DURATION_MINUTE
- 1 perc
-DURATION_MINUTES
- %d perc
-DURATION_SECOND
- 1 másodperc
-DURATION_SECONDS
- %d másodperc
-
-# Emberi olvasható elévülések
-NO_EXPIRE
- nem fog elévülni
-EXPIRES_SOON
- elévül a következõ adatbázis mentésnél
-EXPIRES_M
- elévül %d perc múlva
-EXPIRES_1M
- elévül %d perc múlva
-EXPIRES_HM
- elévül %d óra, %d perc múlva
-EXPIRES_H1M
- elévül %d óra, %d perc múlva
-EXPIRES_1HM
- elévül %d óra, %d perc múlva
-EXPIRES_1H1M
- elévül %d óra, %d perc múlva
-EXPIRES_D
- elévül %d nap múlva
-EXPIRES_1D
- elévül %d nap múlva
-
-# Általános lábjegyzet üzenet
-END_OF_ANY_LIST
- %s lista vége.
-
-##########################################################
-#
-# NickServ üzenetek
-#
-##########################################################
-
-# Automatikus üzenetek
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Ez a nick már regisztrált. Kérlek válassz másikat.
- Ha ez a te nicked, akkor %R%s IDENTIFY jelszó!
-NICK_IS_SECURE
- Ez a nick regisztrált és védett. Ha ez a te nicked,
- akkor %R%s IDENTIFY jelszó!
- Különben válassz másik nicknevet!
-NICK_MAY_NOT_BE_USED
- Ez a nicknév nem használható. Kérlek válassz másikat!
-FORCENICKCHANGE_IN_1_MINUTE
- Ha nem váltasz nevet 1 percen belül, én megváltoztatom.
-FORCENICKCHANGE_IN_20_SECONDS
- Ha nem váltasz nevet 20 sec.-en belül, én megváltoztatom.
-FORCENICKCHANGE_NOW
- Ez a nicknév regisztrált; te nem használhatod.
-FORCENICKCHANGE_CHANGING
- A nickneved most meg lesz változtatva: %s.
-
-# REGISTER válaszok
-NICK_REGISTER_SYNTAX
- REGISTER jelszó [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER jelszó email
-NICK_REGISTRATION_DISABLED
- Sajnálom, a nickregisztráció jelenleg nem mûködik.
-NICK_REGISTRATION_FAILED
- Sajnálom, a regisztráció sikertelen.
-NICK_REG_PLEASE_WAIT
- Várj %d másodpercet mielõtt használnád ezt a parancsot!
-NICK_CANNOT_BE_REGISTERED
- Ez a nicknév: %s nem regisztrálható.
-NICK_ALREADY_REGISTERED
- Ez a nicknév: %s már regisztrált!
-NICK_REGISTERED
- Ez a nicknév: %s számodra lett regisztrálva: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registered.
-NICK_PASSWORD_IS
- Jelszavad: %s - jegyezd meg a késõbbi használathoz!
-NICK_REG_DELAY
- A nicked regisztrálásához %d másodpercnél régebben kell csatlakozva lenned.
-
-# GROUP válaszok
-NICK_GROUP_SYNTAX
- GROUP célnick jelszó
-NICK_GROUP_DISABLED
- Sajnálom, a csoportok használata ideiglenesen le van tiltva.
-NICK_GROUP_FAILED
- Sajnálom, a group parancs használata sikertelen.
-NICK_GROUP_PLEASE_WAIT
- Kérlek várj %d másodpercet, mielõtt ismét használod a GROUP parancsot.
-NICK_GROUP_CHANGE_DISABLED
- A nicked már regisztrált; írd be %R%s DROP elõször.
-NICK_GROUP_SAME
- Már tagja vagy ennek a csoportnak: %s.
-NICK_GROUP_TOO_MANY
- Túl sok nick van a %s csoportban; listázd és dropolj párat.
- Írd: %R%s HELP GLIST és %R%s HELP DROP
- bõvebb információkért.
-NICK_GROUP_JOINED
- Mostantól tagja vagy a %scsoportnak.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY válaszok
-NICK_IDENTIFY_SYNTAX
- IDENTIFY jelszó
-NICK_IDENTIFY_FAILED
- Sajnálom, azonosítás sikertelen.
-NICK_IDENTIFY_SUCCEEDED
- Jelszavad elfogadva - azonosítás sikeres.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Be kell állítanod egy E-mail címet a nicknevedhez.
-NICK_IDENTIFY_EMAIL_HOWTO
- Írd be: %R%S SET EMAIL e-mail
- Az email címed nem lesz kiadva harmadik személynek.
-NICK_ALREADY_IDENTIFIED
- Már be vagy azonosítva. :-)
-
-# UPDATE válaszok
-NICK_UPDATE_SUCCESS
- Státusz frissítve (memok, vhost, chmodok, flagek).
-
-# LOGOUT válaszok
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- A nicked sikeresen kijelentkezett.
-NICK_LOGOUT_X_SUCCEEDED
- %s nick sikeresen kijelentkezett.
-NICK_LOGOUT_SERVICESADMIN
- %s nem tud kijelentkezni, mert õ egy Services Operator.
-
-# DROP válaszok
-NICK_DROP_DISABLED
- Sajnálom, a nicknevek regisztrációjának törlése szünetel.
-NICK_DROPPED
- A nickneved dropolva lett,
-NICK_X_DROPPED
- A %s nicknevet dropoltad.
-
-# SET válaszok
-NICK_SET_SYNTAX
- SET opció paraméterek
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opció paraméterek
-NICK_SET_DISABLED
- Sajnálom, a nicknév opció beállítás jelenleg szünetel.
-NICK_SET_UNKNOWN_OPTION
- Ismeretlen SET opció: %s.
-NICK_SET_OPTION_DISABLED
- Ez az opció: %snem állítható be ezen a hálózaton.
-
-# SET DISPLAY válaszok
-NICK_SET_DISPLAY_INVALID
- Az új megjelenítéshez KELL az új becenév és a csoport!
-NICK_SET_DISPLAY_CHANGED
- Az új megjelenítés: %s.
-
-# SET PASSWORD válaszok
-NICK_SET_PASSWORD_FAILED
- Sajnálom, a jelszavad nem sikerült megváltoztatni.
-NICK_SET_PASSWORD_CHANGED
- Jelszavad megváltoztatva.
-NICK_SET_PASSWORD_CHANGED_TO
- Jelszavad megváltoztatva a következõre: %s.
-
-# SET LANGUAGE válaszok
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE szám
-NICK_SET_LANGUAGE_UNKNOWN
- Ismeretlen nyelvi sorszám %d %R%s HELP SET LANGUAGE
-NICK_SET_LANGUAGE_CHANGED
- Új nyelvezet: Magyar.
-
-# SET EMAIL válaszok
-NICK_SET_EMAIL_CHANGED
- E-mail cím megváltoztatva: %s.
-NICK_SET_EMAIL_UNSET
- E-mail cím törölve.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Nem törölheted ezen a hálózaton az e-mail címed.
-
-# SET GREET válaszok
-NICK_SET_GREET_CHANGED
- Köszöntõ üzenet megváltoztatva: %s.
-NICK_SET_GREET_UNSET
- Köszöntõ üzeneted törölve.
-
-# SET PROTECT válaszok
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- A Kill védelem opció most már ON.
-NICK_SET_KILL_QUICK
- A Kill védelem opció most már ON, csökkentet idõvel.
-NICK_SET_KILL_IMMED
- A Kill védelem opció most már ON, késleltetés nélkül.
-NICK_SET_KILL_IMMED_DISABLED
- Az IMMED opció nem elérhetõ ezen a hálózaton.
-NICK_SET_KILL_OFF
- A Kill védelem opció most már OFF.
-
-# SET SECURE válaszok
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- A Secure opció most már ON.
-NICK_SET_SECURE_OFF
- A Secure opció most már OFF.
-
-# SET PRIVATE válaszok
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- A Private opció most már ON.
-NICK_SET_PRIVATE_OFF
- A Private opció most már OFF.
-
-# SET HIDE válaszok
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- E-mail címed most rejtve lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_EMAIL_OFF
- E-mail címed most látható lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_MASK_ON
- Utolsó user@host maszkod rejtve lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_MASK_OFF
- Utolsó user@host maszkod látható lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_QUIT_ON
- Utolsó kilépõ üzeneted rejtve lesz a %s INFO kiírásnál
-NICK_SET_HIDE_QUIT_OFF
- Utolsó kilépõ üzeneted látható lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_STATUS_ON
- A szervíz hozzáférési státuszod rejtve lesz a %s INFO kiírásnál.
-NICK_SET_HIDE_STATUS_OFF
- A szervíz hozzáférési státuszod látható lesz a %s INFO kiírásnál.
-
-# SET MSG válaszok
-NICK_SET_MSG_SYNTAX
- SET MSG {ON | OFF}
-NICK_SET_MSG_ON
- A szervíz mostantól  privát üzenetekbenválaszol.
-NICK_SET_MSG_OFF
- A szervíz újra notice-t küld a válaszoknál.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-# SET NOEXPIRE válaszok
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Hungarian.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [maszk]
-NICK_ACCESS_ALREADY_PRESENT
- Ez a maszk: %s már szerepel a hozzáférési listádon.
-NICK_ACCESS_REACHED_LIMIT
- Neked csak %d bejegyzésed lehet a hozzáférési listán.
-NICK_ACCESS_ADDED
- %s hozzáadva a hozzáférési listádhoz.
-NICK_ACCESS_NOT_FOUND
- %s nem található a hozzáférési listádon.
-NICK_ACCESS_DELETED
- %s törölve a hozzáférési listádról.
-NICK_ACCESS_LIST
- Hozzáférési lista:
-NICK_ACCESS_LIST_X
- %s hozzáférési listája:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO Válaszok
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s az %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Utoljára látott cím: %s
-NICK_INFO_ADDRESS_ONLINE
- Jelenleg online errõl a címrõl: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s jelenleg online.
-NICK_INFO_TIME_REGGED
- Regisztrálás ideje: %s
-NICK_INFO_LAST_SEEN
- Utoljára ekkor volt: %s
-NICK_INFO_LAST_QUIT
- Utolsó kilépõ üzenet: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail cím: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Köszöntõ üzenet: %s
-NICK_INFO_OPTIONS
- Opciók: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# Ezek a stringek NEM LEHETNEK üresek
-NICK_INFO_OPT_KILL
- Kill védelem
-NICK_INFO_OPT_SECURE
- Biztonság
-NICK_INFO_OPT_PRIVATE
- Privát
-NICK_INFO_OPT_MSG
- Üzenet mód
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Nincs
-NICK_INFO_NO_EXPIRE
- Ez a nicknév nem fog elévülni.
-
-# LIST válaszok
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST pattern
-NICK_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Azon bejegyzések listája, melyek egyeznek ezzel, %s:
-NICK_LIST_RESULTS
- Lista vége - %d / %d találat megjelenítve.
-
-# ALIST válaszok
-NICK_ALIST_SYNTAX
- ALIST nicknév
-NICK_ALIST_HEADER
- Azon csatornák, ahol hozzáférésed van:
- Sorszám Csatorna Szint Meghatározás
-NICK_ALIST_HEADER_X
- Azon csatornák, ahol %s nicknek hozzáférése van:
- Sorszám Csatorna Szint Meghatározás
-NICK_ALIST_XOP_FORMAT
- %3d %c %-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c %-20s %-8d %s
-NICK_ALIST_FOOTER
- Lista vége - %d / %d csatorna megjelenítve.
-
-# GLIST válaszok
-NICK_GLIST_HEADER
- A csoportodba tartozó nickek listája:
-NICK_GLIST_HEADER_X
- %s csoportjába tartozó nickek listája:
-NICK_GLIST_FOOTER
- %d nicknév van a csoportban.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER válaszok
-NICK_RECOVER_SYNTAX
- RECOVER nicknév [jelszó]
-NICK_NO_RECOVER_SELF
- Nem használhatod az aktiv nickedre!
-NICK_RECOVERED
- User claiming your nick has been killed.
- %R%s RELEASE %s to get it back before %s timeout.
-
-# RELEASE válaszok
-NICK_RELEASE_SYNTAX
- RELEASE nicknév [jelszó]
-NICK_RELEASE_NOT_HELD
- Ezt a nicket %s nem fogja a services.
-NICK_RELEASED
- A Services rendelkezésedre bocsájtotta a nicket.
-
-# GHOST válaszok
-NICK_GHOST_SYNTAX
- GHOST nicknév [jelszó]
-NICK_NO_GHOST_SELF
- Nem ghostolhatod ki magad!
-NICK_GHOST_KILLED
- A befagyott kliens killelve.
-
-# GETPASS válaszok
-NICK_GETPASS_SYNTAX
- GETPASS nicknév
-NICK_GETPASS_UNAVAILABLE
- GETPASS nem elérhetõ, amíg az encryption használatban van
-NICK_GETPASS_PASSWORD_IS
- %s jelszava: %s.
-
-# GETEMAIL válaszok
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Nincs * karakter!!
-NICK_GETEMAIL_EMAILS_ARE
- Egyezõ emailek %s ehhez: %s.
-NICK_GETEMAIL_NOT_USED
- Nincs Email listázva ehhez: %s.
-
-# SENDPASS válaszok
-NICK_SENDPASS_SYNTAX
- SENDPASS nicknév
-NICK_SENDPASS_UNAVAILABLE
- SENDPASS nem elérhetõ, amíg az encryption használatban van.
-NICK_SENDPASS_SUBJECT
- Nicknév jelszó (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- %s nick jelszava elküldve.
-
-# RESETPASS responces
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID válaszok
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nicknév [indok]
-NICK_FORBID_SYNTAX_REASON
- FORBID nicknév indok
-NICK_FORBID_SUCCEEDED
- %s nick most már forbidolt.
-NICK_FORBID_FAILED
- Nem forbidolható: %s!
-
-# Nick Registraion válaszok
-NICK_REQUESTED
- Ezt a nicket már kérelmezték, ellenõrizd az e-mail cimed, egy levélben van a kódod.
-NICK_REG_RESENT
- A kód újra el lett küldve erre a címre: %s.
-NICK_REG_UNABLE
- Nick NEM regisztrált, próbáld késõbb.
-NICK_IS_PREREG
- A nick az emailben elküldött kóddal való aktíválásra vár a regisztráció befejezéséhez.
-NICK_ENTER_REG_CODE
- A kód a %s címre lett küldve, írd be %R%s confirm <kód> a regisztráció befejezéséhez.
-NICK_REG_MAIL_SUBJECT
- Nicknév Regisztráció (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Kód a %s nickhez: %s.
-NICK_FORCE_REG
- A %s nicknév érvényesítve.
-
-# CONFIRM responces
-NICK_CONFIRM_NOT_FOUND
- Regisztráció 1 lépése lehet, hogy elévült, írd be: "%R%s register <jelszó> <email>".
-NICK_CONFIRM_INVALID
- Érvénytelen kód, ellenõrizze az e-mailben, majd próbálja újra.
-NICK_CONFIRM_EXPIRED
- Your password request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################
-#
-# ChanServ üzenetek
-#
-###########################################################
-
-# Access level leírások
-CHAN_LEVEL_AUTOOP
- Automatikus operátor (+o) státusz
-CHAN_LEVEL_AUTOVOICE
- Automatikus voice (+v) státusz (hangadás)
-CHAN_LEVEL_AUTOHALFOP
- Automatikus halfop (+h) státusz (félop)
-CHAN_LEVEL_AUTOPROTECT
- Automatikus protect (+a) mód.
-CHAN_LEVEL_AUTODEOP
- Csatorna operátori státusz tiltása.
-CHAN_LEVEL_NOJOIN
- Nem léphet a csatornára, ha a RESTRICTED használatban.
-CHAN_LEVEL_INVITE
- Használhatja az INVITE parancsot.
-CHAN_LEVEL_AKICK
- Használhatja az AKICK parancsot.
-CHAN_LEVEL_SET
- Használhatja a SET parancsot (kivéve FOUNDER/PASSWORD).
-CHAN_LEVEL_CLEAR
- Használhatja a CLEAR parancsot.
-CHAN_LEVEL_UNBAN
- Használhatja az UNBAN parancsot.
-CHAN_LEVEL_OPDEOP
- Használhatja az OP/DEOP parancsot.
-CHAN_LEVEL_ACCESS_LIST
- Megtekintheti a hozzáférési listát.
-CHAN_LEVEL_ACCESS_CHANGE
- Módosíthatja a hozzáférési listát.
-CHAN_LEVEL_MEMO
- Írhat/olvashat csatorna memo üzeneteket
-CHAN_LEVEL_ASSIGN
- Társíthat/eltávolíthat services botot
-CHAN_LEVEL_BADWORDS
- Használhatja a BADWORDS parancsot
-CHAN_LEVEL_NOKICK
- Nem lesz kirúgva a bot automatikus funkcióival.
-CHAN_LEVEL_FANTASIA
- Használhatja a fantasia parancsokat.
-CHAN_LEVEL_SAY
- Használhatja az ACT és SAY parancsokat.
-CHAN_LEVEL_GREET
- NickServ-es köszöntõ üzenet megjelenik.
-CHAN_LEVEL_VOICEME
- Használhatja a (de)voiceme parancsokat
-CHAN_LEVEL_VOICE
- Használhatja a VOICE/DEVOICE parancsokat.
-CHAN_LEVEL_GETKEY
- Használhatja a GETKEY parancsot.
-CHAN_LEVEL_OPDEOPME
- Használhatja a (de)opme parancsot.
-CHAN_LEVEL_HALFOPME
- Használhatja a (de)halfopme parancsot.
-CHAN_LEVEL_HALFOP
- Használhatja a HALFOP/DEHALFOP parancsokat
-CHAN_LEVEL_PROTECTME
- Használhatja a (de)protectme parancsot
-CHAN_LEVEL_PROTECT
- Használhatja a PROTECT/DEPROTECT parancsokat
-CHAN_LEVEL_KICKME
- Használhatja a kickme parancsot
-CHAN_LEVEL_KICK
- Használhatja a KICK parancsot
-CHAN_LEVEL_SIGNKICK
- Nincs signkick, ha a SIGNKICK LEVEL használatban van.
-CHAN_LEVEL_BANME
- Használhatja a banme parancsot
-CHAN_LEVEL_BAN
- Használhatja a BAN parancsot
-CHAN_LEVEL_TOPIC
- Használhatja a TOPIC parancsot
-CHAN_LEVEL_INFO
- Használhatja az INFO parancsot az ALL opcióval
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatikus válaszok
-CHAN_IS_REGISTERED
- Ez a szoba a %s adatbázisában regisztrált.
-CHAN_NOT_ALLOWED_OP
- Nem lehetsz szobaop ezen a csatornán: %s.
-CHAN_MAY_NOT_BE_USED
- Ez a csatorna nem használható.
-CHAN_NOT_ALLOWED_TO_JOIN
- Nem tartózkodhatsz ezen a csatornán.
-
-# REGISTER válaszok
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER #szoba leírás
-CHAN_REGISTER_DISABLED
- Sajnálom, a csatorna regisztráció jelenleg szünetel.
-CHAN_REGISTER_NOT_LOCAL
- Helyi csatornák nem regisztrálhatók.
-CHAN_MAY_NOT_BE_REGISTERED
- Ez a csatorna %s nem regisztrálható.
-CHAN_ALREADY_REGISTERED
- A megadott csatorna %s már regisztrált!
-CHAN_MUST_BE_CHANOP
- A csatornán operátornak kell lenned, hogy regisztrálhasd.
-CHAN_REACHED_CHANNEL_LIMIT
- Már elérted a felsõ korlátot (%d) csatornák számában.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Már túllépted a felsõ korlátot (%d) a csatornán.
-CHAN_REGISTRATION_FAILED
- Sajnálom, regisztráció sikertelen.
-CHAN_REGISTERED
- Regisztráltam a %s csatornát a (%s) nickre.
-CHAN_REGISTER_NONE_CHANNEL
- You have attempted to register a nonexistent channel %s
-CHAN_SYMBOL_REQUIRED
- Please use the symbol of # when attempting to register
-
-# DROP válaszok
-CHAN_DROP_SYNTAX
- DROP #szoba
-CHAN_DROP_DISABLED
- A csatornák regisztrációjának törlése jelenleg szünetel.
-CHAN_DROPPED
- %s csatorna regisztrációjának törlése sikerült.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET válaszok
-CHAN_SET_SYNTAX
- SET #szoba opció paraméterek
-CHAN_SET_DISABLED
- A csatornák opcióinak beállitása jelenleg szünetel.
-CHAN_SET_UNKNOWN_OPTION
- Ismeretlen SET opció %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER válaszok
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s részére túl sok csatorna van regisztrálva.
-CHAN_FOUNDER_CHANGED
- A megadott csatorna (%s) új foundere: %s.
-
-# SET SUCCESSOR válaszok
-CHAN_SUCCESSOR_CHANGED
- A megadott csatorna (%s) új successora: %s.
-CHAN_SUCCESSOR_UNSET
- A megadott csatorna %s successora törölve.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s nem lehet a %s csatorna successora, mert õ a founder is.
-
-# SET DESC válaszok
-CHAN_DESC_CHANGED
- %s csatorna leírás megváltoztatva: %s.
-
-# SET EMAIL válaszok
-CHAN_EMAIL_CHANGED
- A megadott csatorna (%s) új E-mail címe: %s.
-CHAN_EMAIL_UNSET
- A megadott csatorna (%s) E-mail címe törölve.
-
-# SET ENTRYMSG válaszok
-CHAN_ENTRY_MSG_CHANGED
- %s csatorna belépõ üzenete megváltozott.
-CHAN_ENTRY_MSG_UNSET
- %s csatorna belépõ üzenete törölve.
-
-# SET BANTYPE válaszok
-CHAN_SET_BANTYPE_INVALID
- %s nem érvényes ban típus.
-CHAN_SET_BANTYPE_CHANGED
- A megadott csatorna (%s) új ban típusa: #%d.
-
-# SET MLOCK válaszok
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Ismeretlen mód karakter: %c figyelmen kívül hagyva.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- %c mód figyelmen kívül hagyva, mert nem rögzítheted.
-CHAN_SET_MLOCK_L_REQUIRED
- Rögzítened kell a +l módot is, ha a +L módot rögzited.
-CHAN_SET_MLOCK_K_REQUIRED
- Rögzítened kell a +i módot is, ha a +K módot rögzíted.
-CHAN_MLOCK_CHANGED
- A megadott csatornán (%s) az új Mode lock: %s.
-
-# SET KEEPTOPIC válaszok
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET #szoba KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK válaszok
-CHAN_SET_TOPICLOCK_SYNTAX
- SET #szoba TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE válaszok
-CHAN_SET_PEACE_SYNTAX
- SET #szoba PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE válaszok
-CHAN_SET_PRIVATE_SYNTAX
- SET #szoba PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS válaszok
-CHAN_SET_SECUREOPS_SYNTAX
- SET #szoba SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER válaszok
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET #szoba SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED válaszok
-CHAN_SET_RESTRICTED_SYNTAX
- SET #szoba RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE válaszok
-CHAN_SET_SECURE_SYNTAX
- SET #szoba SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK válaszok
-CHAN_SET_SIGNKICK_SYNTAX
- SET #szoba SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE válaszok
-CHAN_SET_OPNOTICE_SYNTAX
- SET #szoba OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP válaszok
-CHAN_SET_XOP_SYNTAX
- SET #szoba XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE válaszok
-CHAN_SET_NOEXPIRE_SYNTAX
- SET #szoba NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- A megadott csatorna (%s) nem fog elévülni.
-CHAN_SET_NOEXPIRE_OFF
- A megadott csatorna (%s) el fog évülni.
-
-# xOP üzenetek
-CHAN_XOP_REACHED_LIMIT
- Csak %d számú helyed van a csatorna VOP/AOP/SOP listán.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Nem használhatod a parancsot. Használd az ACCESS parancsot.
- Bõvebb információ: %R%s HELP ACCESS
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP üzenetek
-CHAN_AOP_SYNTAX
- AOP #szoba { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]
-CHAN_AOP_DISABLED
- Csatorna AOP lista módosítás szünetel.
-CHAN_AOP_NICKS_ONLY
- Csatorna AOP listája csak regisztrált nevet tartalmazhat.
-CHAN_AOP_ADDED
- %s hozzáadva %s AOP listához.
-CHAN_AOP_MOVED
- %s áthelyezve a %s AOP listára.
-CHAN_AOP_NO_SUCH_ENTRY
- Nem található (#%d) a %s AOP listán.
-CHAN_AOP_NOT_FOUND
- %s nem találatható a %s AOP listán.
-CHAN_AOP_NO_MATCH
- Nincs ilyen bejegyzés a %s AOP listán.
-CHAN_AOP_DELETED
- %s törölve lett a %s AOP listáról.
-CHAN_AOP_DELETED_ONE
- 1 bejegyzés törölve a %s AOP listáról.
-CHAN_AOP_DELETED_SEVERAL
- %d bejegyzés törölve a %s AOP listáról.
-CHAN_AOP_LIST_EMPTY
- %s AOP listája üres.
-CHAN_AOP_LIST_HEADER
- %s AOP listája:
- Sorszám Nicknév
-
-# HOP üzenetek
-CHAN_AOP_CLEAR
- Channel %s AOP list has been cleared.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP #szoba { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]
-CHAN_HOP_DISABLED
- Csatorna HOP lista módosítás szünetel.
-CHAN_HOP_NICKS_ONLY
- Csatorna HOP listája csak regisztrált nevet tartalmazhat.
-CHAN_HOP_ADDED
- %s hozzáadva %s HOP listához.
-CHAN_HOP_MOVED
- %s áthelyezve a %s HOP listára.
-CHAN_HOP_NO_SUCH_ENTRY
- Nem található (#%d) a %s HOP listán.
-CHAN_HOP_NOT_FOUND
- %s nem találatható a %s HOP listán.
-CHAN_HOP_NO_MATCH
- Nincs ilyen bejegyzés a %s HOP listán.
-CHAN_HOP_DELETED
- %s törölve lett a %s HOP listáról.
-CHAN_HOP_DELETED_ONE
- 1 bejegyzés törölve a %s HOP listáról.
-CHAN_HOP_DELETED_SEVERAL
- %d bejegyzés törölve a %s HOP listáról.
-CHAN_HOP_LIST_EMPTY
- %s HOP listája üres.
-CHAN_HOP_LIST_HEADER
- %s HOP listája:
- Sorszám Nicknév
-
-# SOP üzenetek
-CHAN_HOP_CLEAR
- Channel %s HOP list has been cleared.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP #szoba { ADD | DEL | LIST | CLEAR }[ nick | sorszám]
-CHAN_SOP_DISABLED
- Csatorna SOP lista módosítás szünetel.
-CHAN_SOP_NICKS_ONLY
- Csatorna SOP listája csak regisztrált nevet tartalmazhat.
-CHAN_SOP_ADDED
- %s hozzáadva %s SOP listához.
-CHAN_SOP_MOVED
- %s áthelyezve a %s SOP listára.
-CHAN_SOP_NO_SUCH_ENTRY
- Nem található (#%d) a %s SOP listán.
-CHAN_SOP_NOT_FOUND
- %s nem találatható a %s SOP listán.
-CHAN_SOP_NO_MATCH
- Nincs ilyen bejegyzés a %s SOP listán.
-CHAN_SOP_DELETED
- %s törölve lett a %s SOP listáról.
-CHAN_SOP_DELETED_ONE
- 1 bejegyzés törölve a %s SOP listáról.
-CHAN_SOP_DELETED_SEVERAL
- %d bejegyzés törölve a %s SOP listáról.
-CHAN_SOP_LIST_EMPTY
- %s SOP listája üres.
-CHAN_SOP_LIST_HEADER
- %s SOP listája:
- Sorszám Nicknév
-
-# VOP messages
-CHAN_SOP_CLEAR
- Channel %s SOP list has been cleared.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP #csatorna { ADD | DEL | LIST | CLEAR } [ nick | sorszám ]
-CHAN_VOP_DISABLED
- Csatorna VOP lista módosítás szünetel.
-CHAN_VOP_NICKS_ONLY
- Csatorna VOP listája csak regisztrált nevet tartalmazhat.
-CHAN_VOP_ADDED
- %s hozzáadva %s VOP listához.
-CHAN_VOP_MOVED
- %s áthelyezve a %s VOP listára.
-CHAN_VOP_NO_SUCH_ENTRY
- Nem található (#%d) a %s VOP listán.
-CHAN_VOP_NOT_FOUND
- %s nem találatható a %s VOP listán.
-CHAN_VOP_NO_MATCH
- Nincs ilyen bejegyzés a %s VOP listán.
-CHAN_VOP_DELETED
- %s törölve lett a %s VOP listáról.
-CHAN_VOP_DELETED_ONE
- 1 bejegyzés törölve a %s VOP listáról.
-CHAN_VOP_DELETED_SEVERAL
- %d bejegyzés törölve a %s VOP listáról.
-CHAN_VOP_LIST_EMPTY
- %s VOP listája üres.
-CHAN_VOP_LIST_HEADER
- %s VOP listája:
- Sorszám Nicknév
-
-# ACCESS üzenetek
-CHAN_VOP_CLEAR
- Channel %s VOP list has been cleared.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS #szoba { ADD | DEL | LIST | VIEW | CLEAR } [ nick [ szint ] | sorszám ]
-CHAN_ACCESS_XOP
- Nem használhatod ezt a parancsot.
- Használd az AOP, SOP és VOP parancsokat helyette.
- Írd be: %R%s HELP parancs bõvebb információért.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- A csatorna hozzáférési listájának módosítása szünetel.
-CHAN_ACCESS_LEVEL_NONZERO
- A hozzáférési szint nem lehet nulla.
-CHAN_ACCESS_LEVEL_RANGE
- A hozzáférési szintnek %d és %d között kell lennie.
-CHAN_ACCESS_NICKS_ONLY
- Csatorna listája csak regisztrált nickeket tartalmazhat.
-CHAN_ACCESS_REACHED_LIMIT
- Neked csak %d helyed van a csatorna listáján.
-CHAN_ACCESS_LEVEL_UNCHANGED
- %s hozzáférési szintje a (%s) csatornán : %d
-CHAN_ACCESS_LEVEL_CHANGED
- %s hozzáférése a (%s) csatornán változott: %d.
-CHAN_ACCESS_ADDED
- %s hozzáadva a %s hozzáférési listájához.
- A hozzáférési szintje a ChanServ parancsokhoz: %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- A bejegyzés (#%d) nem található %s hozzáférési listáján.
-CHAN_ACCESS_NOT_FOUND
- %s nem található a (%s) csatorna hozzáférési listáján.
-CHAN_ACCESS_NO_MATCH
- Nincs ilyen bejegyzés a (%s) csatorna hozzáférési listáján.
-CHAN_ACCESS_DELETED
- %s törölve lett a (%s) csatorna hozzáférési listájáról.
-CHAN_ACCESS_DELETED_ONE
- 1 bejegyzés törölve a (%s) csatorna hozzáférési listájáról
-CHAN_ACCESS_DELETED_SEVERAL
- %d bejegyzés törölve (%s) csatorna hozzáférési listájáról.
-CHAN_ACCESS_LIST_EMPTY
- %s hozzáférési listája üres.
-CHAN_ACCESS_LIST_HEADER
- %s hozzáférési listája:
- Sorszám Szint Nick
-CHAN_ACCESS_LIST_FOOTER
- Hozzáférési lista vége.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK válaszok
-CHAN_ACCESS_CLEAR
- Channel %s access list has been cleared.
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK #szoba {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR}[ nick-maszk ] [ indok ]
-CHAN_AKICK_DISABLED
- Csatorna autokick listájának módosítása szünetel.
-CHAN_AKICK_ALREADY_EXISTS
- %s már szerepel a (%s) csatorna autokick listáján.
-CHAN_AKICK_REACHED_LIMIT
- %d bejegyzésnél nem lehet több a listán.
-CHAN_AKICK_ADDED
- %s hozzáadva a (%s) csatorna autokick listájához
-CHAN_AKICK_NO_SUCH_ENTRY
- A bejegyzés (#%d) nincs a (%s) csatorna autokick listáján.
-CHAN_AKICK_NOT_FOUND
- %s nem szerepel a (%s) csatorna autokick listáján.
-CHAN_AKICK_NO_MATCH
- Nincs ilyen bejegyzés a (%s) csatorna autokick listáján.
-CHAN_AKICK_STUCK
- %s most már mindig aktív a (%s) csatornán.
-CHAN_AKICK_UNSTUCK
- %s többé már nem aktív a (%s) csatornán.
-CHAN_AKICK_DELETED
- %s törölve a (%s) csatorna autokick listájáról.
-CHAN_AKICK_DELETED_ONE
- 1 bejegyzés törölve a (%s) csatorna autokick listájáról.
-CHAN_AKICK_DELETED_SEVERAL
- %d bejegyzés törölve a (%s) csatorna autokick listájáról.
-CHAN_AKICK_LIST_EMPTY
- %s autokick listája üres.
-CHAN_AKICK_LIST_HEADER
- %s autokick listája:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (%s által, ekkor: %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (stuck) (%s által, ekkor: %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- Az AKICK ENFORCE a(z) %s csatornán teljesítve;
- %d user eltávolítva.
-
-# LEVELS válaszok
-CHAN_AKICK_CLEAR
- Channel %s akick list has been cleared.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS #szoba{SET | DIS[ABLE] | LIST | RESET }[ opció [szint]]
-CHAN_LEVELS_XOP
- Ez a parancs használhatatlan ebben a módban. (xOP)
-CHAN_LEVELS_RANGE
- A szintnek kizárólag %d és %d között kell lennie.
-CHAN_LEVELS_CHANGED
- %s szintjének új értéke a (%s) csatornán: %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- %s beállítás nem ismert. Írd be %R%s HELP LEVELS DESC
- az érvényes beállítások listájának megtekintéséhez.
-CHAN_LEVELS_DISABLED
- %s letiltva a (%s) csatornán.
-CHAN_LEVELS_LIST_HEADER
- %s hozzáférési szintjeinek beállításai:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (letiltva)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (csak foundernek)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- %s szintjei visszaállítva az alapértékekre.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO válaszok
-CHAN_INFO_SYNTAX
- INFO #szoba
-CHAN_INFO_HEADER
- %s információi:
-CHAN_INFO_FOUNDER
- Tulajdonos: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Tulajdonos: %s
-CHAN_INFO_SUCCESSOR
- Jogutód: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Jogutód: %s
-CHAN_INFO_DESCRIPTION
- Leírás: %s
-CHAN_INFO_ENTRYMSG
- Köszöntõ üzenet: %s
-CHAN_INFO_TIME_REGGED
- Regisztrálás ideje: %s
-CHAN_INFO_LAST_USED
- Utoljára használva: %s
-CHAN_INFO_LAST_TOPIC
- Utolsó topic: %s
-CHAN_INFO_TOPIC_SET_BY
- A témát beállította: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail cím: %s
-CHAN_INFO_BANTYPE
- Ban típus: %d
-CHAN_INFO_OPTIONS
- Opciók: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Témamegõrzés
-CHAN_INFO_OPT_OPNOTICE
- Opok értesítése
-CHAN_INFO_OPT_PEACE
- Békesség
-CHAN_INFO_OPT_PRIVATE
- Privát
-CHAN_INFO_OPT_RESTRICTED
- Korlátozott hozzáférés
-CHAN_INFO_OPT_SECURE
- Secure
-CHAN_INFO_OPT_SECUREOPS
- Opjog védelme
-CHAN_INFO_OPT_SECUREFOUNDER
- Founderjog védelme
-CHAN_INFO_OPT_SIGNKICK
- Signed kicks
-CHAN_INFO_OPT_TOPICLOCK
- Témaváltás lezárása
-CHAN_INFO_OPT_XOP
- xOP lista rendszer
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Nincs
-CHAN_INFO_MODE_LOCK
- Rögzített módok: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Ez a csatorna nem fog elévülni.
-
-# LIST válaszok
-CHAN_LIST_SYNTAX
- LIST pattern
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- %s listájának egyezõ bejegyzései
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Lista vége - %d/%d találat megjelenítve.
-
-# INVITE válaszok
-CHAN_INVITE_SYNTAX
- INVITE #szoba
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN válaszok
-CHAN_UNBAN_SYNTAX
- UNBAN #szoba [nick]
-CHAN_UNBANNED
- %s csatornán a tiltást levetetted magadról.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC válaszok
-CHAN_TOPIC_SYNTAX
- TOPIC #szoba [topic]
-
-# CLEAR válaszok
-CHAN_CLEAR_SYNTAX
- CLEAR #szoba mit?
-CHAN_CLEARED_BANS
- A (%s) csatornáról minden kitiltás levéve.
-CHAN_CLEARED_EXCEPTS
- A (%s) csatornáról minden kivétel levéve.
-CHAN_CLEARED_MODES
- A (%s) csatornáról minden mód el levéve.
-CHAN_CLEARED_OPS
- A (%s) csatornán minden +o mód levéve.
-CHAN_CLEARED_HOPS
- A (%s) csatornán minden +h mód levéve.
-CHAN_CLEARED_VOICES
- A (%s) csatornán minden +v mód levéve.
-CHAN_CLEARED_USERS
- A (%s) csatornáról minden felhasználó ki lett rúgva.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY válaszok
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID válaszok
-CHAN_FORBID_SYNTAX
- FORBID #szoba [indok]
-CHAN_FORBID_SYNTAX_REASON
- FORBID #szoba indok
-CHAN_FORBID_SUCCEEDED
- A (%s) szoba letiltva.
-CHAN_FORBID_FAILED
- %s szobát nem sikerült letiltani!
-CHAN_FORBID_REASON
- Ez a szoba forbidolva lett.
-
-# SUSPEND válaszok
-CHAN_SUSPEND_SYNTAX
- SUSPEND #szoba [indok]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND #szoba indok
-CHAN_SUSPEND_SUCCEEDED
- (%s) szoba használata felfüggesztve.
-CHAN_SUSPEND_FAILED
- %s szobát nem sikerült felfüggeszteni!
-CHAN_SUSPEND_REASON
- A szoba használata felfüggesztve.
-
-# UNSUSPEND válaszok
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND #szoba
-CHAN_UNSUSPEND_ERROR
- Nincs # a szoba neve elõtt.
-CHAN_UNSUSPEND_SUCCEEDED
- (%s) szoba újra használható.
-CHAN_UNSUSPEND_FAILED
- %s szobát nem sikerült használhatóvá tenni!
-
-# Misc válaszok
-CHAN_EXCEPTED
- %s megegyezik egy kivétellel (%s) nem tiltható, amíg a kivétel él.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################
-#
-# MemoServ üzenetek
-#
-###########################################################
-
-# Automatikus üzenetek
-MEMO_HAVE_NEW_MEMO
- Van egy új üzeneted.
-MEMO_HAVE_NEW_MEMOS
- %d darab új üzeneted van.
-MEMO_TYPE_READ_LAST
- Használd a %R%s READ LAST parancsot.
-MEMO_TYPE_READ_NUM
- Használd a %R%s READ %d parancsot.
-MEMO_TYPE_LIST_NEW
- Használd a: %R%s LIST NEW parancsot
-MEMO_AT_LIMIT
- Figyelem: Fogadható üzenetek maximális száma (%d).
- Nem fogadhatsz több üzenetet, amíg nem törölsz néhányat.
-MEMO_OVER_LIMIT
- Figyelem: Fogadható üzenetek maximális számát (%d).
- Nem fogadhatsz több üzenetet, amíg törölsz néhányat.
-MEMO_X_MANY_NOTICE
- Összesen %d üzenet van a %s csatornán.
-MEMO_X_ONE_NOTICE
- %d üzenete van a %s szobának.
-MEMO_NEW_X_MEMO_ARRIVED
- Új üzenete érkezett a %s szobának.
- Ha szeretnéd elolvasni, írd be: %R%s READ %s %d.
-MEMO_NEW_MEMO_ARRIVED
- %s küldött egy új üzenetet.
- Ha szeretnéd elolvasni, írd be: %R%s READ %d.
-
-# Multi-use válaszok
-MEMO_HAVE_NO_MEMOS
- Nincs üzeneted.
-MEMO_X_HAS_NO_MEMOS
- %s üzenetlistája üres.
-MEMO_DOES_NOT_EXIST
- A (%d.) számú üzenet nem szerepel az üzenetlistán!
-MEMO_LIST_NOT_FOUND
- A megadott üzenetek nem szerepelnek az üzenetlistán.
-
-# SEND válaszok
-MEMO_SEND_SYNTAX
- SEND {nick | #szoba} memo-szöveg
-MEMO_SEND_DISABLED
- Sajnálom, az üzenetküldés szünetel.
-MEMO_SEND_PLEASE_WAIT
- Kérlek, várj %d másodpercet mielõtt SEND parancsot újra használod!
-MEMO_X_GETS_NO_MEMOS
- %s nem fogadhat üzeneteket.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s túl sok üzenettel rendelkezik, és nem fogadhat többet.
-MEMO_SENT
- Üzenet elküldve %s részére.
-MEMO_MASS_SENT
- Egy massmemo elküldve minden regisztrált felhasználónak.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL válaszok
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | #szoba}
-MEMO_CANCEL_DISABLED
- Sajnálom, a memo visszavonás jelenleg szünetel.
-MEMO_CANCEL_NONE
- Nincs visszavont memo üzenet.
-MEMO_CANCELLED
- %s részére küldött utolsó memo üzenet visszavonva.
-
-# LIST válaszok
-MEMO_LIST_SYNTAX
- LIST [#szoba] [list | NEW ]
-MEMO_HAVE_NO_NEW_MEMOS
- Nem kaptál új üzenetet.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s nem kapott új üzenetet.
-MEMO_LIST_MEMOS
- %s üzenetei. Olvasáshoz írd be: %R%s READ szám
-MEMO_LIST_NEW_MEMOS
- Új üzenet %s részére. Olvasáshoz: %R%s READ szám
-MEMO_LIST_CHAN_MEMOS
- %s üzenetei. Olvasáshoz : %R%s READ %s szám
-MEMO_LIST_CHAN_NEW_MEMOS
- %s új üzenetei. Olvasáshoz,: %R%s READ %s szám
-MEMO_LIST_HEADER
- Sorszám Küldõ Dátum/Idõ
-MEMO_LIST_FORMAT
- %c %3d %-16s %s
-
-# READ válaszok
-MEMO_READ_SYNTAX
- READ [#szoba] {list | LAST | NEW }
-MEMO_HEADER
- Üzenet szám: %d; feladó: %s (%s). Törléshez: %R%s DEL %d
-MEMO_CHAN_HEADER
- Üzenet szám: %d; feladó.: %s (%s). Törléshez: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL válaszok
-MEMO_DEL_SYNTAX
- DEL [#szoba] { szám | list | ALL}
-MEMO_DELETED_NONE
- Nem töröltem egy üzenetet sem.
-MEMO_DELETED_ONE
- A megadott üzenetet (%d) töröltem.
-MEMO_DELETED_SEVERAL
- A megadott üzeneteket %s töröltem.
-MEMO_DELETED_ALL
- Minden üzenetet töröltem.
-MEMO_CHAN_DELETED_ALL
- Minden üzenetet töröltem a %s csatornán.
-
-# SET válaszok
-MEMO_SET_SYNTAX
- SET opció paraméterek
-MEMO_SET_DISABLED
- Üzenet opcióinak beállítása szünetel.
-MEMO_SET_UNKNOWN_OPTION
- Ismeretlen SET opció: %s
-
-# SET NOTIFY válaszok
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s értesíteni fog az üzenetekrõl csatlakozáskor.
-MEMO_SET_NOTIFY_LOGON
- %s értesít az üzenetekrõl csatlakozáskor/AWAY OFF-kor.
-MEMO_SET_NOTIFY_NEW
- %s mostmár értesíteni fog, ha új üzeneted érkezik.
-MEMO_SET_NOTIFY_OFF
- %s mostmár nem fog értestíteni, ha új üzeneted érkezik.
-MEMO_SET_NOTIFY_MAIL
- Az új memo üzeneteidrõl emailben kapsz értesítést.
-MEMO_SET_NOTIFY_NOMAIL
- Már nem kapsz értesítést emailben.
-MEMO_SET_NOTIFY_INVALIDMAIL
- Nincs beállítva email cím a nevedhez.
-
-
-# SET LIMIT válaszok
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [#szoba] limit
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [user | #szoba] {limit | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Nem változtathatod meg a max. fogadható üzenetek számát.
-MEMO_SET_LIMIT_FORBIDDEN
- Nem változtathatod meg %s üzeneteinek számát.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- A max. bejövõ üzenetek száma nem lehet több, mint %d.
-MEMO_SET_LIMIT_TOO_HIGH
- %s max. bejövõ üzenetek száma nem lehet több, mint %d.
-MEMO_SET_LIMIT_OVERFLOW
- Túl nagy érték a max.bejövÕ üzenetnek,%d az új értéke.
-MEMO_SET_YOUR_LIMIT
- A max. bejövõ üzenetek számanak új értéke: %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Ezentúl nem tudsz üzeneteket fogadni.
-MEMO_UNSET_YOUR_LIMIT
- Ezentúl korlátlan számú üzenetet fogadhatsz.
-MEMO_SET_LIMIT
- %s maximálisan fogadható üzeneteinek száma: %d.
-MEMO_SET_LIMIT_ZERO
- %s ezentúl nem fogadhat üzeneteket.
-MEMO_UNSET_LIMIT
- %s ezentúl korlátlan számú üzenetet fogadhat.
-
-
-# INFO válaszok
-MEMO_INFO_SYNTAX
- INFO [#szoba]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | #szoba]
-MEMO_INFO_NO_MEMOS
- Jelenleg nincs üzeneted.
-MEMO_INFO_MEMO
- Van 1 üzeneted.
-MEMO_INFO_MEMO_UNREAD
- Van 1 olvasatlan üzeneted.
-MEMO_INFO_MEMOS
- Van %d üzeneted.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Van %d üzeneted, ebbõl 1 olvasatlan.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Van %d üzeneted, ebbõl %d olvasatlan.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Van %d üzeneted; és mind olvasatlan.
-MEMO_INFO_LIMIT
- A maximálisan fogadható üzentek száma: %d.
-MEMO_INFO_HARD_LIMIT
- A max. bejövõ üzentek száma: %d,ez fix érték.
-MEMO_INFO_LIMIT_ZERO
- A max. bejövõ üzentek száma: 0; és több nem jöhet.
-MEMO_INFO_HARD_LIMIT_ZERO
- A max. bejövõ üzentek száma: 0; és nem köhet több.
- Ez nem változtatható meg.
-MEMO_INFO_NO_LIMIT
- Korlátlan számú üzenetet fogadhatsz.
-MEMO_INFO_NOTIFY_OFF
- Nem kapsz értesítést az új üzeneteidrõl.
-MEMO_INFO_NOTIFY_ON
- Értesítést kapsz új üzenetek érkezésérõl csatlakozáskor.
-MEMO_INFO_NOTIFY_RECEIVE
- Értesítést kapsz új üzenetek érkezésekor.
-MEMO_INFO_NOTIFY_SIGNON
- Értesítést kapsz az új üzeneteidrõl,ha fellépsz az IRC-re.
-MEMO_INFO_X_NO_MEMOS
- %s üzenetlistája üres.
-MEMO_INFO_X_MEMO
- %s listáján van 1 üzenet.
-MEMO_INFO_X_MEMO_UNREAD
- %s listáján van 1 olvasatlan üzenet.
-MEMO_INFO_X_MEMOS
- %s számára %d üzenet érkezett.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s számára %d üzenet érkezett, ebbõl 1 olvasatlan.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s számára %d üzenet érkezett, ebbõl %d olvasatlan.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s számára %d üzenet érkezett, és mind olvasatlan.
-MEMO_INFO_X_LIMIT
- %s maximálisan fogadható üzeneteinek száma: %d.
-MEMO_INFO_X_HARD_LIMIT
- %s max. fogadható üzenteinek száma: %d, és ez fix érték.
-MEMO_INFO_X_NO_LIMIT
- %s korlátlan számú üzenetet fogadhat.
-MEMO_INFO_X_NOTIFY_OFF
- %s nem kért értesítést az üzeneteirõl.
-MEMO_INFO_X_NOTIFY_ON
- %s értesítést kért csatlakozáskor,és ha új üzenete van,
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s értesítést kért, ha új üzenete érkezik.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s kérte, csatlakozáskor értesítést kapjon,üzeneteirõl.
-
-# Memo2Mail válaszok
-MEMO_MAIL_SUBJECT
- Új memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND válaszok
-MEMO_RSEND_PLEASE_WAIT
- Kérlek várj %d másodpercet mielõtt újra használod az RSEND parancsot.
-MEMO_RSEND_DISABLED
- Sajnálom, az RSEND használata le van tiltva ezen a hálózaton.
-MEMO_RSEND_SYNTAX
- RSEND {nick | #szoba} memo-szöveg
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] A memo, amit küldtél meg lett tekintve.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] A memo, amit %s számára küldtél meg lett tekintve.
-MEMO_RSEND_USER_NOTIFICATION
- Az értesítõ üzenet %s részére el lett küldve, informálva
- õt arról, hogy elolvastad a memoját.
-
-# CHECK válaszok
-MEMO_CHECK_SYNTAX
- CHECK nicknév
-MEMO_CHECK_NOT_READ
- Az utolsó memo, amit %s részére (%s idõpontban) küldtél még olvasatlan.
-MEMO_CHECK_READ
- Az utolsó memo, amit %s részére (%s idõpontban) küldtél már olvasott.
-MEMO_CHECK_NO_MEMO
- %s nickre nem érkezett memo üzenet tõled.
-
-
-###########################################################
-#
-# BotServ üzenetek
-#
-###########################################################
-
-# Standard válaszok
-MEMO_NO_RSEND_SELF
- You can not request a receipt when sending a memo to yourself.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- %s nevû bot nem létezik.
-BOT_NOT_ASSIGNED
- Társítanod kellene egy botot a csatornára mielõtt használod
- ezt a parancsot, írd be %R%S HELP ASSIGN bõvebb infókért.
-BOT_NOT_ON_CHANNEL
- A Bot nincs a %s csatornán.
-
-# Kick válaszok (kell egy sor)
-BOT_REASON_BADWORD
- Nem használható ez a szó: %s!
-BOT_REASON_BADWORD_GENTLE
- Figyelj a stílusra kiskomám!
-BOT_REASON_BOLD
- Nem használható kiemelt betû ezen a csatornán!
-BOT_REASON_CAPS
- Kapcsold ki a caps lockod!
-BOT_REASON_COLOR
- Nem szinezhetsz ezen a csatornán!
-BOT_REASON_FLOOD
- Ne floodolj!
-BOT_REASON_REPEAT
- Ne ismételd magad!
-BOT_REASON_REVERSE
- Nem írj visszafelé ezen a csatornán!
-BOT_REASON_UNDERLINE
- Nem használj aláhúzásokat ezen a csatornán!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen válaszok
-BOT_SEEN_BOT
- Megtaláltál, %s!
-BOT_SEEN_YOU
- Magadat kérdezed le %s, eh?
-BOT_SEEN_ON_CHANNEL
- %s a szobában van!
-BOT_SEEN_ON_CHANNEL_AS
- %s a szobában van (%s néven) !
-BOT_SEEN_ON
- %s utoljára %s ideje járt erre.
-BOT_SEEN_NEVER
- Sosem láttam %s nicket ebben a szobában.
-BOT_SEEN_UNKNOWN
- Én nem tudom, hogy %s kicsoda.:-(((
-
-# BOT válaszok
-BOT_BOT_SYNTAX
- BOT ADD nick user hoszt valósnév
- BOT CHANGE réginickújnick [user [hoszt [valósnév]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- %s nevû bot már létezik.
-BOT_BOT_CREATION_FAILED
- A bot létrehozása sikertelen.
-BOT_BOT_READONLY
- A bot módosítás ideiglenesen szünetel.
-BOT_BOT_ADDED
- %s!%s@%s (%s) hozzáadva a bot listához.
-BOT_BOT_ANY_CHANGES
- A régi info megegyezik az újjal.
-BOT_BOT_CHANGED
- A %s nevû bot megváltoztatva %s!%s@%s (%s)
-BOT_BOT_DELETED
- A %s nevû bot törölve.
-
-# BOTLIST válaszok
-BOT_BOTLIST_HEADER
- Botok listája:
-BOT_BOTLIST_PRIVATE_HEADER
- Botok melyeket csak IRC operátorok társíthatnak:
-BOT_BOTLIST_FOOTER
- %d botok rendelkezésre állnak.
-BOT_BOTLIST_EMPTY
- Nem áll rendelkezésre bot.
- Kérj meg egy szervíz admint, hogy csináljon!
-
-# ASSIGN válaszok
-BOT_ASSIGN_SYNTAX
- ASSIGN #szoba nick
-BOT_ASSIGN_READONLY
- Bot társítás ideiglenesen nem mûködik.
-BOT_ASSIGN_ALREADY
- A %s nevû bot már társítva van a %s szobához.
-BOT_ASSIGN_ASSIGNED
- A %s nevû bot társítva a %s szobához.
-
-# UNASSIGN válaszok
-BOT_UNASSIGN_SYNTAX
- UNASSIGN #szoba
-BOT_UNASSIGN_UNASSIGNED
- Nincsen bot kijelölve %s szobában többet.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO válaszok
-BOT_INFO_SYNTAX
- INFO {#szoba | nick}
-BOT_INFO_NOT_FOUND
- %s nem érvényes bot vagy regisztrált szoba.
-BOT_INFO_BOT_HEADER
- Információk a %s nevû botról:
-BOT_INFO_BOT_MASK
- Maszk : %s@%s
-BOT_INFO_BOT_REALNAME
- Valódi neve: %s
-BOT_INFO_BOT_CREATED
- Született: %s
-BOT_INFO_BOT_USAGE
- Használva: %d szobában
-BOT_INFO_BOT_OPTIONS
- Beállításai: %s
-BOT_INFO_OPT_PRIVATE
- Privát
-BOT_INFO_CHAN_HEADER
- Információ a %s szobáról:
-BOT_INFO_CHAN_BOT
- Bot név: %s
-BOT_INFO_CHAN_BOT_NONE
- Bot név: nincs társítva még.
-BOT_INFO_CHAN_KICK_BADWORDS
- Csúnya szavakért kirúgás: %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Csúnya szavakért kirúgás: %s (%d kirúgás után kitiltás)
-BOT_INFO_CHAN_KICK_BOLDS
- Félkövér betûkért kirúgás: %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Félkövér betûkért kirúgás: %s (%d kirúgás után kitiltás)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Caps Lockért kirúgás: %s (minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Caps Lockért kirúgás: %s (%d kirúgás után kitiltás; min. %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Caps Lockért kirúgás : %s
-BOT_INFO_CHAN_KICK_COLORS
- Szinezésért kirúgás: %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Szinezésért kirúgás: %s (%d kirúgás után kitiltás)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Floodért kirúgás: %s (%d sor %ds mp alatt)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Floodért kirúgás: %s (%d kirúgás után kitiltás; %d sor %ds mp alatt)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Floodért kirúgás: %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Ismétlésért kirúgás : %s (%d alkalommal)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Ismétlésért kirúgás: %s (%d kirúgás után kitiltás; %d idõre)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Ismétlésért kirúgás: %s
-BOT_INFO_CHAN_KICK_REVERSES
- Visszafelé írásért kirúgás: %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Visszafelé írásért kirúgás: %s (%d kirúgás után kitiltás)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Aláhúzásért kirúgás: %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Aláhúzásért kirúgás: %s (%d kirúgás után kitiltás)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- engedélyezve
-BOT_INFO_INACTIVE
- letiltva
-BOT_INFO_CHAN_OPTIONS
- Beállítások: %s
-BOT_INFO_OPT_DONTKICKOPS
- Opok védelme
-BOT_INFO_OPT_DONTKICKVOICES
- Voices védelme
-BOT_INFO_OPT_FANTASY
- Fantasy
-BOT_INFO_OPT_GREET
- Üdvözlés
-BOT_INFO_OPT_NOBOT
- Nincs bot
-BOT_INFO_OPT_SYMBIOSIS
- Együttélés
-BOT_INFO_OPT_NONE
- Nincsen
-
-# SET válaszok
-BOT_SET_SYNTAX
- SET #szoba opció beállítások
-BOT_SET_DISABLED
- Bot beállítás idõlegesen szünetel.
-BOT_SET_UNKNOWN
- Ismeretlen opció: %s.
- Használd %R%S HELP SET információért.
-
-# SET DONTKICKOPS üzenetek
-BOT_SET_DONTKICKOPS_SYNTAX
- SET #szoba DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- A Bot nem fog opot kirúgni a %s szobából.
-BOT_SET_DONTKICKOPS_OFF
- A Bot most már opot is kirúg a %s szobából.
-
-# SET DONTKICKVOICES üzenetek
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET #szoba DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- A Bot nem fogja a hangadókat kirúgni a %s szobában.
-BOT_SET_DONTKICKVOICES_OFF
- A Bot most már a hangadókat is kirúgja a %s szobában.
-
-# SET FANTASY üzenetek
-BOT_SET_FANTASY_SYNTAX
- SET #szoba FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Fantasy mód most ON a %s csatornán.
-BOT_SET_FANTASY_OFF
- Fantasy mód most OFF a %s csatornán.
-
-# SET GREET üzenetek
-BOT_SET_GREET_SYNTAX
- SET szoba GREET {ON|OFF}
-BOT_SET_GREET_ON
- Üdvözlõ mód most ON a %s szobán.
-BOT_SET_GREET_OFF
- Üdvözlõ mód most OFF a %s szobán.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET botname NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Nincs Bot mód most ONa %s szobán.
-BOT_SET_NOBOT_OFF
- Nincs Bot mód most OFFa %s szobán.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET botnév PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Private mód a %s botban most ON.
-BOT_SET_PRIVATE_OFF
- Private mód a %s botban most OFF.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET szoba SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Együttélés mód most ONa %s szobán.
-BOT_SET_SYMBIOSIS_OFF
- Együttélés mód most OFFa %s szobán.
-
-# KICK válaszok
-BOT_KICK_SYNTAX
- KICK #szoba opció {ON|OFF} [beállítások]
-BOT_KICK_DISABLED
- Kirúgás használata ideiglenesen letiltva.
-BOT_KICK_UNKNOWN
- Ismeretlen opció: %s.
- További információért írd be: %R%S HELP KICK
-BOT_KICK_BAD_TTB
- %s nem fogadható el banolási idõnek.
-
-BOT_KICK_BADWORDS_ON
- Bot kirúgja tiltott szó használatáért. Használd a BADWORDS
- parancsot hogy hozzáadj vagy törölj tiltott szavakat a listából.
-BOT_KICK_BADWORDS_ON_BAN
- Bot kirúgja tiltott szó használatáért, és kitiltja
- %d kirúgás után a usert. Használd a BADWORDS parancsot
- hogy hozzáadj vagy törölj tiltott szavakat a listából.
-BOT_KICK_BADWORDS_OFF
- A Bot most már nem fog kirúgni tiltott szó miatt.
-BOT_KICK_BOLDS_ON
- A Bot kirúgja félkövér betû használat miatt a usert.
-BOT_KICK_BOLDS_ON_BAN
- A Bot kirúgja félkövér betû használat miatt, és
- kitiltja %d kirúgás után a usert.
-BOT_KICK_BOLDS_OFF
- A Bot nem fog kirúgni félkövér betû használat miatt.
-BOT_KICK_CAPS_ON
- Bot most már kirúgja caps lock miatt a usert (legalább
- %d karakter és ennek %d%%-a nagybetû).
-BOT_KICK_CAPS_ON_BAN
- Bot most már kirúgja caps lock miatt, (legalább
- %d karakter és ennek %d%%-a nagybetû), kitiltja
- %d kirúgás után a usert.
-BOT_KICK_CAPS_OFF
- Bot nem fog kirúgni caps lock miatt.
-BOT_KICK_COLORS_ON
- A Bot kirúgja szines írás miatt a usert.
-BOT_KICK_COLORS_ON_BAN
- A Bot kirúgja szines írás miatt, és kitiltja
- %d kirúgás után a usert.
-BOT_KICK_COLORS_OFF
- Bot nem fog kirúgni szines írás miatt.
-BOT_KICK_FLOOD_ON
- Bot kirúgja flood miatt a usert. (%d sor %d mp alatt)
-BOT_KICK_FLOOD_ON_BAN
- A Bot kirúgja flood miatt (%d sor %d mp alatt),
- és kitiltja %d kirúgás után a usert.
-BOT_KICK_FLOOD_OFF
- A Bot nem fog kirúgni flood miatt.
-BOT_KICK_REPEAT_ON
- A Bot kirúgja ismétlés miatt a usert (ha %d alkalommal
- ismétli ugyanazt a sort).
-BOT_KICK_REPEAT_ON_BAN
- A Bot kirúgja ismétlés miatt (ha %d alkalommal ismétli
- ugyanazt a sort), és kitiltja %d kirúgás után a usert.
-BOT_KICK_REPEAT_OFF
- A Bot nem fog kirúgni ismétlés miatt.
-BOT_KICK_REVERSES_ON
- A Bot kirúg fordított írás miatt.
-BOT_KICK_REVERSES_ON_BAN
- A Bot kirúgja fordított írás miatt, és kitiltja %d
- kirúgás után a usert.
-BOT_KICK_REVERSES_OFF
- A Bot nem fog rúgni fordított írás miatt.
-BOT_KICK_UNDERLINES_ON
- A Bot kirúgja aláhúzásos írás miatt a usert.
-BOT_KICK_UNDERLINES_ON_BAN
- A Bot kirúgja aláhúzásos írás miatt, és kitiltja
- %d kirúgás után a usert.
-BOT_KICK_UNDERLINES_OFF
- Bot nem fog kirúgni aláhúzásos írás miatt.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS üzenetek
-BOT_BADWORDS_SYNTAX
- BADWORDS #szoba{ADD|DEL|LIST|CLEAR}[szó|sorszám]
- [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Csatornán tiltott szaval listájának változtatása letiltva.
-BOT_BADWORDS_REACHED_LIMIT
- Csak %d tiltott szó lehet a csatornán.
-BOT_BADWORDS_ALREADY_EXISTS
- A %s szót már tartalmazza a %s tiltott szavak listája
-BOT_BADWORDS_ADDED
- A %s szó hozzáadva a %s tiltott szavak listájához.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Nincs (#%d) ilyen szó a %s tiltott szavak listáján.
-BOT_BADWORDS_NOT_FOUND
- A %s szó nem található a %s tiltott szavak listáján.
-BOT_BADWORDS_NO_MATCH
- Nincs ilyen szó %s a tiltott szavak listáján.
-BOT_BADWORDS_DELETED
- A %s szó törölve %s tiltott szavak listájából.
-BOT_BADWORDS_DELETED_ONE
- Törölve 1 bejegyzés %s tiltott szavak listájáról.
-BOT_BADWORDS_DELETED_SEVERAL
- Törölve %d bejegyzés %s tiltott szavak listájáról.
-BOT_BADWORDS_LIST_EMPTY
- %s tiltott szavak listája üres.
-BOT_BADWORDS_LIST_HEADER
- %s tiltott szavak listája:
- Szám szó tipus
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Tiltott szó lista üres.
-
-# SAY válaszok
-BOT_SAY_SYNTAX
- SAY #szoba szöveg
-
-# ACT válaszok
-BOT_ACT_SYNTAX
- ACT #szoba szöveg
-
-# Hibák
-BOT_EXCEPT
- Fehasználó társítása szobával kivétel.
-BOT_BAD_NICK
- Bot Nick csak érvényes karaktereket tartalmazhat.
-BOT_BAD_HOST
- Bot Hoszt csak érvényes karaktereket tartalmazhat.
-BOT_BAD_IDENT
- Bot Ident csak érvényes karaktereket tartalmazhat.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################
-#
-# OperServ üzenetek
-#
-###########################################################
-
-# Általános üzenetek
-OPER_BOUNCY_MODES
- Szervíz nem tudja változtatni a módokat.
- A szervereid jól vannak beállítva?
-OPER_BOUNCY_MODES_U_LINE
- Szervíz nem tudja változtatni a módokat.
- A szerverek U:lines beállitása helyes?
-
-# GLOBAL válaszok
-OPER_GLOBAL_SYNTAX
- GLOBAL üzenet
-
-# STATS válaszok
-OPER_STATS_UNKNOWN_OPTION
- Ismeretlen STATS opció: %s.
-OPER_STATS_CURRENT_USERS
- Aktuális felhasználók: %d (%d op)
-OPER_STATS_MAX_USERS
- Legtöbb felhasználó: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Szervíz fent van %d nap, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Szervíz fent van %d nap, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_HM1S
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_H1MS
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_H1M1S
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_1HMS
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_1HM1S
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_1H1MS
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_1H1M1S
- Szervíz fent van %d óra, %d perce
-OPER_STATS_UPTIME_MS
- Szervíz fent van %d perc, %d másodperce.
-OPER_STATS_UPTIME_M1S
- Szervíz fent van %d perc, %d másodperce.
-OPER_STATS_UPTIME_1MS
- Szervíz fent van %d perc, %d másodperce.
-OPER_STATS_UPTIME_1M1S
- Szervíz fent van %d perc, %d másodperce.
-OPER_STATS_BYTES_READ
- Olvasott Byteok : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Írott Byteok : %5d kB
-OPER_STATS_USER_MEM
- Felhasználó : %6d bejegyzés, %5d kB
-OPER_STATS_CHANNEL_MEM
- Szoba : %6d bejegyzés, %5d kB
-OPER_STATS_GROUPS_MEM
- NS Csoport : %6d bejegyzés, %5d kB
-OPER_STATS_ALIASES_MEM
- NS Aliases : %6d bejegyzés, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d bejegyzés, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d bejegyzés, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d bejegyzés, %5d kB
-OPER_STATS_SESSIONS_MEM
- Session : %6d bejegyzés, %5d kB
-OPER_STATS_AKILL_COUNT
- Aktuális AKILLek száma: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Alap AKILL lejárati idõ: %d nap
-OPER_STATS_AKILL_EXPIRE_DAY
- Alap AKILL lejárati idõ: 1 nap
-OPER_STATS_AKILL_EXPIRE_HOURS
- Alap AKILL lejárati idõ: %d óra
-OPER_STATS_AKILL_EXPIRE_HOUR
- Alap AKILL lejárati idõ: 1 óra
-OPER_STATS_AKILL_EXPIRE_MINS
- Alap AKILL lejárati idõ: %d perc
-OPER_STATS_AKILL_EXPIRE_MIN
- Alap AKILL lejárati idõ: 1 perc
-OPER_STATS_AKILL_EXPIRE_NONE
- Alap AKILL lejárati idõ: Nem elévülõ
-OPER_STATS_SNLINE_COUNT
- Aktuális SNLINEok száma: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Alap SNLINE lejárati idõ: %d nap
-OPER_STATS_SNLINE_EXPIRE_DAY
- Alap SNLINE lejárati idõ: 1 nap
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Alap SNLINE lejárati idõ: %d óra
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Alap SNLINE lejárati idõ: 1 óra
-OPER_STATS_SNLINE_EXPIRE_MINS
- Alap SNLINE lejárati idõ: %d perc
-OPER_STATS_SNLINE_EXPIRE_MIN
- Alap SNLINE lejárati idõ: 1 perc
-OPER_STATS_SNLINE_EXPIRE_NONE
- Alap SNLINE lejárati ido: Nem elévülõ
-OPER_STATS_SQLINE_COUNT
- Aktuális SQLINEok száma : %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Alap SQLINE lejárati idõ: %d nap
-OPER_STATS_SQLINE_EXPIRE_DAY
- Alap SQLINE lejárati idõ: 1 nap
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Alap SQLINE lejárati idõ: %d óra
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Alap SQLINE lejárati idõ: 1 óra
-OPER_STATS_SQLINE_EXPIRE_MINS
- Alap SQLINE lejárati idõ: %d perc
-OPER_STATS_SQLINE_EXPIRE_MIN
- Alap SQLINE lejárati idõ: 1 perc
-OPER_STATS_SQLINE_EXPIRE_NONE
- Alap SQLINE lejárati idõ Nem elévülõ
-OPER_STATS_SZLINE_COUNT
- Aktuális SZLINEok száma: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Alap SZLINE lejárati idõ: %d nap
-OPER_STATS_SZLINE_EXPIRE_DAY
- Alap SZLINE lejárati idõ: 1 nap
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Alap SZLINE lejárati idõ: %d óra
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Alap SZLINE lejárati idõ: 1 óra
-OPER_STATS_SZLINE_EXPIRE_MINS
- Alap SZLINE lejárati idõ: %d perc
-OPER_STATS_SZLINE_EXPIRE_MIN
- Alap SZLINE lejárati idõ: 1 perc
-OPER_STATS_SZLINE_EXPIRE_NONE
- Alap SZLINE lejárati idõ: Nem elévülõ
-OPER_STATS_RESET
- Statisztika nullázva.
-
-# MODE válaszok
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE szoba mód
-
-# UMODE reagálások
-OPER_UMODE_SYNTAX
- UMODE nick mód
-OPER_UMODE_SUCCESS
- %s usermódjai megváltoztatva.
-OPER_UMODE_CHANGED
- %s váltóztatott a módodon.
-
-# OLINE válaszok
-OPER_OLINE_SYNTAX
- OLINE nick flagek
-OPER_OLINE_SUCCESS
- %s operflagek megadva a %s nicknek.
-OPER_OLINE_IRCOP
- Most már IRC Operátor vagy!
-
-# CLEARMODES válaszok
-OPER_CLEARMODES_SYNTAX
- CLEARMODES #szoba [ALL]
-OPER_CLEARMODES_DONE
- Bináris módok és kitiltások törölve a %s csatornáról.
-OPER_CLEARMODES_ALL_DONE
- Összes mód törölve a %s csatornáról.
-
-# KICK válaszok
-OPER_KICK_SYNTAX
- KICK #szoba user indok
-
-# SVSNICK válaszok
-OPER_SVSNICK_SYNTAX
- SVSNICK nick újnick
-OPER_SVSNICK_NEWNICK
- A nicked %s meg lett változtatva erre: %s.
-
-# AKILL válaszok
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+lejárat] {maszk | sorszám} [indok]]
-OPER_AKILL_EXISTS
- %s már bekapcsolva az AKILL lista.
-OPER_AKILL_ALREADY_COVERED
- %s van már %s ilyen bejegyzés.
-OPER_AKILL_REACHED_LIMIT
- Te csak %d AKILL-t jegyezhetsz.
-OPER_AKILL_NO_NICK
- Emlékeztetõ: AKILL maszk nem tartalmazhat nicknevet;
- ellenõrizd, hogy nem tartalmazhat nick részt a maszk.
-OPER_AKILL_ADDED
- %s hozzáadva az AKILL listához.
-OPER_AKILL_CHANGED
- Lejárati idõ megváltozott: %s.
-OPER_AKILL_NOT_FOUND
- %s nem található az AKILL listán.
-OPER_AKILL_NO_MATCH
- Nincs ilyen bejegyzés az AKILL listán.
-OPER_AKILL_DELETED
- %s törölve az AKILL listáról.
-OPER_AKILL_DELETED_ONE
- Törölve 1 bejegyzés az AKILL listáról.
-OPER_AKILL_DELETED_SEVERAL
- Törölve %d bejegyzés az AKILL listáról.
-OPER_AKILL_LIST_EMPTY
- AKILL lista üres.
-OPER_AKILL_LIST_HEADER
- Aktuális AKILL lista:
- Szám Maszk Indok
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Aktuális AKILL lista:
-# szám, mask, set-by, set-idõ, lejárat, indok
-OPER_AKILL_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_AKILL_CLEAR
- Az AKILL lista törölve.
-OPER_CHANKILL_SYNTAX
- CHANKILL [+lejárat] {#szoba} [indok]
-
-# SNLINE válaszok
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[ +lejárat] {maszk| sorszám }[:Indok]]
-OPER_SNLINE_UNSUPPORTED
- SNLINE nem használható ezen a hálózaton.
-OPER_SNLINE_EXISTS
- %s már szerepel az SNLINE listán.
-OPER_SNLINE_ALREADY_COVERED
- %s társítva van %s által.
-OPER_SNLINE_REACHED_LIMIT
- Te csak %d számú SNLINE-t jegyezhetsz.
-OPER_SNLINE_ADDED
- %s hozzáadva a SNLINE listához.
-OPER_SNLINE_CHANGED
- Lejárati idõ megváltozott: %s .
-OPER_SNLINE_NOT_FOUND
- %s nincs a SNLINE listán.
-OPER_SNLINE_NO_MATCH
- Nincs ilyen bejegyzés az SNLINE listán.
-OPER_SNLINE_DELETED
- %s törölve az SNLINE listáról.
-OPER_SNLINE_DELETED_ONE
- Törölve 1 bejegyzés a SNLINE listáról.
-OPER_SNLINE_DELETED_SEVERAL
- Törölve %d bejegyzés a SNLINE listáról.
-OPER_SNLINE_LIST_EMPTY
- SNLINE lista üres.
-OPER_SNLINE_LIST_HEADER
- Aktuális SNLINE lista:
- Szám Maszk Indok
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Aktuális SNLINE lista:
-# szám, mask, set-by, set-idõ, lejárat, indok
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (%s által, ekkor: %s; %s)
- %s
-OPER_SNLINE_CLEAR
- Az SNLINE lista törölve.
-
-# SQLINE válaszok
-OPER_SQLINE_SYNTAX
- SQLINE {ADD|DEL|LIST|VIEW|CLEAR}[ [ +lejárat ] { maszk | sorszám }[ indok ]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Szoba SQLINE-ok nem támogatottak ezen az IRCd-n,ezért
- nem tudod használni.
-OPER_SQLINE_EXISTS
- %s már szerpel az SQLINE listán.
-OPER_SQLINE_ALREADY_COVERED
- %s társítva van %s által.
-OPER_SQLINE_REACHED_LIMIT
- Te csak %d SQLINE-t jegyezhetsz.
-OPER_SQLINE_ADDED
- %s hozzáadva az SQLINE listához.
-OPER_SQLINE_CHANGED
- Lejárati idõ %s megválzott.
-OPER_SQLINE_NOT_FOUND
- %s nnem található az SQLINE listán.
-OPER_SQLINE_NO_MATCH
- Nincs ilyen bejegyzés az SQLINE listán.
-OPER_SQLINE_DELETED
- %s törölve az SQLINE listáról.
-OPER_SQLINE_DELETED_ONE
- Törölve 1 bejegyzés az SQLINE listáról.
-OPER_SQLINE_DELETED_SEVERAL
- Törölve %d bejegyzés az SQLINE listáról.
-OPER_SQLINE_LIST_EMPTY
- SQLINE lista üres.
-OPER_SQLINE_LIST_HEADER
- Aktuális SQLINE lista:
- Szám Mask Indok
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Aktuális SQLINE lista:
-# Szám, mask, set-by, set-Idõ, lejárat, indok
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (%s által, ekkor: %s; %s)
- %s
-OPER_SQLINE_CLEAR
- Az SQLINE lista törölve.
-
-# SZLINE válaszok
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR }[[ +lejárat ] { maszk | sorszám } [ indok ]]
-OPER_SZLINE_UNSUPPORTED
- SZLINE nem használható ezen a hálózaton.
-OPER_SZLINE_EXISTS
- %s már szerepel az SZLINE listán.
-OPER_SZLINE_ALREADY_COVERED
- %s társítva %s által.
-OPER_SZLINE_REACHED_LIMIT
- Te csak %d SZLINE-t jegyezhetsz.
-OPER_SZLINE_ONLY_IPS
- Emlékeztetõ:Te hozzáadhatsz IP maszkot SZLINE listához.
-OPER_SZLINE_ADDED
- %s hozzáadva az SZLINE listához.
-OPER_SZLINE_CHANGED
- Lejárati idõ megváltozott: %s.
-OPER_SZLINE_NOT_FOUND
- %s nem található az SZLINE listán.
-OPER_SZLINE_NO_MATCH
- Nincs ilyen bejegyzés az SZLINE listán.
-OPER_SZLINE_DELETED
- %s törölve az SZLINE listáról.
-OPER_SZLINE_DELETED_ONE
- Törölve 1 bejegyzés az SZLINE listáról.
-OPER_SZLINE_DELETED_SEVERAL
- Törölve %d bejegyzés az SZLINE listáról.
-OPER_SZLINE_LIST_EMPTY
- SZLINE lista üres.
-OPER_SZLINE_LIST_HEADER
- Aktuális SZLINE lista:
- Szám Mask Indok
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Aktuális SZLINE lista:
-# Sszám, maszk, set-by, set-idõ, lejárat,Indok
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (%s által, ekkor: %s; %s)
- %s
-OPER_SZLINE_CLEAR
- Az SZLINE lista törölve
-
-# SET válaszok
-OPER_SET_SYNTAX
- SET opció beállítás
-OPER_SET_IGNORE_ON
- Mellõzés kód lessz használva.
-OPER_SET_IGNORE_OFF
- Mellõzés kód nem lessz használva.
-OPER_SET_IGNORE_ERROR
- Mellõzés beállitásnak kell lenni ON vagy OFF.
-OPER_SET_READONLY_ON
- Szervíz most  csak olvas módban.
-OPER_SET_READONLY_OFF
- Szervíz most olvas ír módban.
-OPER_SET_READONLY_ERROR
- READONLY beállitáshoz kell lenni ON vagy OFF.
-OPER_SET_LOGCHAN_ON
- Szervíz most kiegészíti log üzeneteket %s -hoz.
-OPER_SET_LOGCHAN_OFF
- A Szervíz nem írja ki a napló üzeneteket a csatornára.
-OPER_SET_LOGCHAN_ERROR
- LOGCHAN beállításához kell ONvagy OFFés
- LogCsatornát kell beállítani.
-OPER_SET_DEBUG_ON
- Szervíz most debug módban fut.
-OPER_SET_DEBUG_OFF
- Szervíz most már nem fut debug módban.
-OPER_SET_DEBUG_LEVEL
- Szervíz most debug módban (szint: %d).
-OPER_SET_DEBUG_ERROR
- A DEBUG beállításhoz kell ON,/OFF,/ pozitív szám.
-OPER_SET_NOEXPIRE_ON
- Szervíz nem elévülõ módban van.
-OPER_SET_NOEXPIRE_OFF
- Szervíz elévülõ módban van.
-OPER_SET_NOEXPIRE_ERROR
- Az NOEXPIRE beállításhoz kell ON vagy OFF.
-OPER_SET_UNKNOWN_OPTION
- Ismeretlen beállítás %s.
-OPER_SET_LIST_OPTION_ON
- %s is enable
-OPER_SET_LIST_OPTION_OFF
- %s is disabled
-
-# NOOP válaszok
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} szerver
-OPER_NOOP_SET
- Összes O:lines %s módosítva.
-OPER_NOOP_REVOKE
- Összes O:lines %s újra aktív.
-
-# JUPE válaszok
-OPER_JUPE_SYNTAX
- JUPE szervernév [leírás]
-OPER_JUPE_HOST_ERROR
- Kérlek használj érvényes szerver nevet amikor jupolsz!
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE válaszok
-OPER_UPDATING
- Adatbázis mentve.
-
-# RELOAD válaszok
-OPER_RELOAD
- Szervíz konfigurációs fájl újratöltve.
-
-# RESTART válaszok
-OPER_CANNOT_RESTART
- SERVICES_BIN nincs meghatározva; nem tud újraindulni.
- Térj vissza a \2configure\2 scripthez és kez újra a forgatást.
- Szervízhez engedélyezd a RESTART parancsot.
-
-# IGNORE válaszok
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [idõ] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Használj érvényes számot idõnek.
- (Adj meg érvényes számot az idõhöz.)
-OPER_IGNORE_TIME_DONE
- %s nick most mellõzte %s nicket.
-OPER_IGNORE_PERM_DONE
- %s nick most véglegesen mellõzve van.
-OPER_IGNORE_DEL_DONE
- %s nick most már nics mellõzve.
-OPER_IGNORE_LIST
- Szervíz mellõzés lista:
-OPER_IGNORE_LIST_NOMATCH
- %s nick nem található a mellõzöttek listáján.
-OPER_IGNORE_LIST_EMPTY
- Mellõzöttek lista üres.
-OPER_IGNORE_LIST_CLEARED
- Mellõzöttek lista törölve.
-
-# KILLCLONES válaszok
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Nem talált ilyen felhasználót %s.
-
-# CHANLIST válaszok
-OPER_CHANLIST_HEADER
- Szoba lista:
- Név User Mód Topic
-OPER_CHANLIST_HEADER_USER
- %s szoba listája:
- Név User Mód Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Vége a szoba listának.
-
-# USERLIST válaszok
-OPER_USERLIST_HEADER
- Felhasználó lista:
- Nick Maszk
-OPER_USERLIST_HEADER_CHAN
- %s felhasználó lista:
- Nick Maszk
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Vége a felhasználó listának.
-
-# CACHE válaszok
-OPER_SUPER_ADMIN_ON
- Most már Szuper-Admin vagy
-OPER_SUPER_ADMIN_OFF
- Te nem vagy már Szuper-Admin
-OPER_SUPER_ADMIN_SYNTAX
- SET SuperAdmin ON vagy OFF
- (engedélyezni kell a services.conf-ban)
-OPER_SUPER_ADMIN_WALL_ON
- %s most már Szuper-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s már nem Szuper-Admin
-OPER_SUPER_ADMIN_ONLY
- Csak Szuper-Admin használhatja a parancsot.
-OPER_STAFF_LIST_HEADER
- On Szint Nick
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Üzenet
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Szervíz Defcon módban fut, próbáld késõbb.
-OPER_DEFCON_CHANGED
- Szervíz új DEFCON szintje %d
-OPER_DEFCON_WALL
- %s módosította DEFCON a szintet erre: %d
-DEFCON_GLOBAL
- A Defcon szint most: %d
-
-# Module szólánc
-OPER_MODULE_LOADED
- %s modul betöltve
-OPER_MODULE_UNLOADED
- %s modul kitöltve
-OPER_MODULE_LOAD_FAIL
- Nem sikerült a betölteni a %s modult
-OPER_MODULE_REMOVE_FAIL
- Nem sikerült eltávolítani a %s modult
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD Fájlnév
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD Fájlnév
-OPER_MODULE_LIST_HEADER
- Jelenlegi Modul lista:
-OPER_MODULE_LIST
- Modul: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modul betöltve.
-OPER_MODULE_INFO_LIST
- Modul: %s Verzió: %s Szerzõ: %s Betöltve: %s
-OPER_MODULE_CMD_LIST
- Modul parancsai: %R%s %s
-OPER_MODULE_MSG_LIST
- IRCD kezelés: %s
-OPER_MODULE_NO_LIST
- Jelenleg nincs modul betöltve.
-OPER_MODULE_NO_INFO
- Nincs elérhetõ információ a %s modulról
-OPER_MODULE_INFO_SYNTAX
- MODINFO Fájlnév
-MODULE_HELP_HEADER
- A következõ parancsokat a modulok tartalmazzák:
-
-###########################################################
-#
-# Session korlátozás és kivétel üzenetek
-#
-###########################################################
-
-# EXCEPTION válaszok
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paraméterek]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+elévülés] maszk korlát indok
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {maszk | list}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE Szám helyzet
-OPER_EXCEPTION_DISABLED
- Session korlátozás tiltva.
-OPER_EXCEPTION_ALREADY_PRESENT
- Maszk %s már szerepel a kivétel listán.
-OPER_EXCEPTION_TOO_MANY
- Session-korlát lista megtelt!
-OPER_EXCEPTION_ADDED
- Session korlát %s részére %d-re állítva.
-OPER_EXCEPTION_MOVED
- %s kivétel (#%d) áthelyezve a %d pozicíóba.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Nincs bejegyezve (#%d) session-korlát a kivétel listán.
-OPER_EXCEPTION_NOT_FOUND
- %s nem található a session-korlát kivétel listán.
-OPER_EXCEPTION_NO_MATCH
- Nincs ilyen bejegyzés a session-korlát kivétel listán.
-OPER_EXCEPTION_DELETED
- %s törölve a session-korlát kivétel listáról.
-OPER_EXCEPTION_DELETED_ONE
- Törölve 1 bejegyzés a session-korlát kivétel listáról.
-OPER_EXCEPTION_DELETED_SEVERAL
- Törölve %d bejegyzés a session-korlát kivétel listáról.
-OPER_EXCEPTION_LIST_HEADER
- Aktuális Session korlát kivétel lista:
-# mask, korlát
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Szám Korlát Host
-# maszk, set-by, set-idõ,lejárat, korlát, Indok
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (%s által, ekkor: %s; %s)
- Korlát: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Érvénytelen session korlát. Érvényes számnak kell lennie
- és nagyobbnak vagy egyenlõnek mint zéró és kissebbnek
- mint %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Érvénytelen hosztmaszk. Csak érvényes hosztmaszk lehet,
- a kivétel nem lehet nick vagy usernév.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION válaszok
-OPER_SESSION_SYNTAX
- SESSION {LIST korlát | VIEW hoszt}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST korlát
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW hoszt
-OPER_SESSION_DISABLED
- Session korlátozás tiltva.
-OPER_SESSION_INVALID_THRESHOLD
- Érvénytelen küszöb érték. 1-nél nagyobb egész számnak
- kell lennie.
-OPER_SESSION_NOT_FOUND
- %s nincs a session listán.
-OPER_SESSION_LIST_HEADER
- Hosztok legalább %d sessionnel:
-OPER_SESSION_LIST_COLHEAD
- Sessions Host
-# korlát, hoszt
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# hoszt, sessions, korlát
-OPER_SESSION_VIEW_FORMAT
- A %s hoszt aktuálisan %d sessiont használ, a határértéke %d.
-
-# EXCEPTION help
-OPER_HELP_EXCEPTION
- Syntax: EXCEPTION ADD [+lejárat] maszkkorlátindok
- EXCEPTION DEL {maszk| list}
- EXCEPTION MOVE szám helyzet
- EXCEPTION LIST [maszk | lista]
- EXCEPTION VIEW [maszk | lista]
-
- Lehetõséget nyújt a szervíz adminnak, hogy karbantartsák
- azon hostok listáját, amelyeknek korlátozásuk van,
- engedélyezve bizonyos gépeket,úgymint a shell szervereket,
- hogy egyidõben felvigyenek klienseket alapértelmezettnél
- nagyobb számban. Amennyiben a gép eléri a korlátot, minden
- csatlakozni próbáló kliens killelve lesz.Mielõtt a kill
- megtörténne, figyelmeztetést kapnak %S /NOTICE üzeneten
- keresztül. Az üzenet tartalma a konfigurációtól függ.
-
- EXCEPTION ADD hozzáadja a hostmaszkot a kivétellistához.
- Vedd figyelembe, hogy a nick!user@host és user@host
- maszkok érvénytelenek! Csak valós hostmaszkok, mint pl.
- box.host.dom és *.host.dom, megengedettek, a session
- korlátozásmaszkja nem vesz fel nicknevet/felhasználónevet.
- A korlátlegyen egy nullával egyenlõ vagy nagyobb szám.
- Ez határozza meg, hogy hány sessiont vihet magával a host
- egyidõben. A nulla azt jelenti, hogy a hostnak korlátlan
- számú sessionja lehet. Lásd az AKILL helpet a részletek
- felöl a formáról a szükséges lejárati parameterrõl.
- EXCEPTION DEL Törli a megadott maszkot a kivétel litáról
- EXCEPTION MOVE módisítja a kivétel poziciószámát. A
- kivételek fel-le mozgatja, az üres helyekre is.
- EXCEPTION LIST és EXCEPTION VIEW Mutatja az összes
- aktuális kivételt; ha megadsz egy tetszõleges maszkot,
- korlátozza azokat a kivételeket, melyekre ráillik a maszk.
- A különbség a két parancs között az, hogy az
- EXCEPTION VIEW sokkal részletesebb, megjeleníti a
- kivételt felrakó nevét a session korlátot, indokot,
- hostmaszkot és a lejárati idõt,éa a kivétel legutolsó
- "használati" idejét.
-
- Vedd figyelembe, a csatlakozó kliens a ráillõ kivételek
- közül mindig az elsõt használja. Hatalmas kivétellisták
- és széleskörû kivételmaszkok csökkenthetik a Szervíz
- teljesítményét.
-
- Korlátozva Szervíz adminnak.
-
-OPER_HELP_SESSION
- Syntax: SESSION LIST threshold
- SESSION VIEW host
-
- Megengedi a Szervíz adminoknak, hogy megtekintsék a
- session listát.
-
- SESSION LIST kilistázza azokat a hostokat, amelyeknek
- legalább határértéksessionjuk van. Érték legyen 1-nél
- nagyobb szám,hogy megelõzze az egy sessionúak kilistázását
- SESSION VIEWmegjeleníti a host részletes információit,
- tartalmazva a jelenlegi session számot, session korlátot.
- A host értéke nem tartalmazhat maszkkaraktereket.
-
- Lásd az EXCEPTION helpjét további információért a
- session-korlátozással és azzal kapcsolatban,hogyan állíts
- be különleges korlátokat bizonyos hostokra és csoportokra.
-
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Kijelzi az összes szervíz résztvevõ nickjét, szintjét és
- on-line helyzetét.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- A defcon rendszer képes használni elõre beállított
- korlátozást a szervíz használatban egy támadás alkalmával
- a hálózaton.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Nem lehet új csatornát regisztrálni.
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Nem lehet új nicket regisztrálni.
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Nincs MLOCK módosítás
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Beállítja a következõ módokat: (%s) az összes csatornán.
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Használva a csökkentett session korlát: %d.
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Killelve lesz minden új felhasználó csatlakozásnál.
-OPER_HELP_DEFCON_OPER_ONLY
- * Mellõzve minden nem operátortól jövõ üzenet
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Csendes mellõzés, csak operátorok
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL minden új kliensre csatlakozáskor.
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Nem lehet új memot küldeni
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+lejárat] #szobaindok
-
- Akillre tesz minden nicket az adott csatornán. Ez a létezo
- és teljesen valós ident@host maszkot használja, minden
- nick esetében végrehajtja az AKILLt.
-
-###########################################################################
-#
-# Hír rendszer üzenetek
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Fellépési Hír] - %s %s
-NEWS_OPER_TEXT
- [Oper Hír] - %s %s
-NEWS_RANDOM_TEXT
- [Véletlenszerû Hír] - %s %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS { ADD | DEL | LIST } [szöveg|szám]
-NEWS_LOGON_LIST_HEADER
- Fellépési hírek:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s %s által)
- %s
-NEWS_LOGON_LIST_NONE
- Nincs fellépõ üzenet.
-NEWS_LOGON_ADD_SYNTAX
- Syntax: LOGONNEWS ADD szöveg
-NEWS_LOGON_ADD_FULL
- A Hírlista tele!
-NEWS_LOGON_ADDED
- Hozzáadva az új fellépési hír: (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Syntax: LOGONNEWS DEL {szám | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Logon news tétel #%d nem található!
-NEWS_LOGON_DELETED
- Logon news tétel #%d törölve.
-NEWS_LOGON_DEL_NONE
- Nincs törölhetõ fellépési hír!
-NEWS_LOGON_DELETED_ALL
- Összes fellépési hír tétel törölve.
-
-NEWS_OPER_SYNTAX
- OPERNEWS { ADD | DEL |LIST } [ szöveg | szám ]
-NEWS_OPER_LIST_HEADER
- Oper hírek listája:
-NEWS_OPER_LIST_ENTRY
- %5d (%s %s által)
- %s
-NEWS_OPER_LIST_NONE
- Nincs oper news.
-NEWS_OPER_ADD_SYNTAX
- Syntax: OPERNEWS ADD szöveg
-NEWS_OPER_ADD_FULL
- Az Oper hírek listája tele van!
-NEWS_OPER_ADDED
- Hozzáadva az új oper hír:(#%d).
-NEWS_OPER_DEL_SYNTAX
- Syntax: OPERNEWS DEL {szám | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Oper news tétel #%d nem található!
-NEWS_OPER_DELETED
- Oper news tétel #%d törölve.
-NEWS_OPER_DEL_NONE
- Nincs törölhetõ opernews tétel!
-NEWS_OPER_DELETED_ALL
- Összes oper hír törölve.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS { ADD | DEL | LIST } [ szöveg | szám ]
-NEWS_RANDOM_LIST_HEADER
- Véletlenszerû hírek listája:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s %s által)
- %s
-NEWS_RANDOM_LIST_NONE
- Nincs véletlenszerû hír.
-NEWS_RANDOM_ADD_SYNTAX
- Syntax: RANDOMNEWS ADD szöveg
-NEWS_RANDOM_ADD_FULL
- News lista tele!
-NEWS_RANDOM_ADDED
- Hozzáadva az új random news tétel (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Syntax: RANDOMNEWS DEL {szám | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Random news tétel #%d nem található!
-NEWS_RANDOM_DELETED
- Random news tétel #%d törölve.
-NEWS_RANDOM_DEL_NONE
- Nincs törölhetõ random news tétel!
-NEWS_RANDOM_DELETED_ALL
- Összes random news tétel törölve.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Syntax: RANDOMNEWS ADD szöveg
- RANDOMNEWS DEL {sorszám | ALL}
- RANDOMNEWS LIST
-
- Szerkeszti és listázza a random news üzeneteket. Amikor
- egy felhasználó csatlakozik a hálózathoz, egy (csak egy)
- random newst fog véletlenszerûen elküldeni részére.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################
-#
-# NickServ segítség üzenetei
-#
-###########################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-
-NICK_HELP_CMD_REGISTER
- REGISTER Nicknév regisztráció
-NICK_HELP_CMD_GROUP
- GROUP Csatlakozás egy csoporthoz
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Jelszavas azonosítás
-NICK_HELP_CMD_ACCESS
- ACCESS A hozzáférési lista módosítása
-NICK_HELP_CMD_SET
- SET Opciók beállítása, például kill védelem
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Nicknév regisztrációjának törlése
-NICK_HELP_CMD_RECOVER
- RECOVER Killeli a nickedet használó usert
-NICK_HELP_CMD_RELEASE
- RELEASE Visszaadja a neved a RECOVER után
-NICK_HELP_CMD_SENDPASS
- SENDPASS Elfelejtetted a jelszavad? Próbáld ezt
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Kiirja a jeszavát a nicknévnek
- (encryption esetén nem használható)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Kiírja az ilyen e-mail címmel regisztrált
- felhasználókat
-NICK_HELP_CMD_FORBID
- FORBID Megelõzi, hogy a nicknév regisztrált legyen
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S lehetõséget nyújt a "register" parancs használatával
- a nickneved regisztrálására, ezzel megelõzi, hogy más is
- használhassa a nicked. A NickServ parancsokkal
- írányítható. Az adott parancs szintaktikáját megkapod, ha
- beírod, hogy: %R%S parancs, lásd még a
- %R%S HELP parancs.
-
-NICK_HELP_FOOTER
- Megjegyzés: Ez a szolgáltatás szeretné biztosítani az
- IRC felhasználok számára hogy a kilétüket ne lehessen
- kompromitálni. Egyáltalán NEM azt szolgálja, hogy
- lehetõséget nyújtson nicknevek "lopására" vagy más
- erkölcstelen akciókra. A %S segítségével elkövetett
- visszaélés jutalma minimum az visszaélõ nickjének
- elvesztése.
-
-NICK_HELP_EXPIRES
- Ha egy regisztrált nicknevet %d napig nem használnak, akkor
- a regisztrációja elévül, a nicknevet bárki regisztrálhatja,
- és használhatja.
-
-NICK_HELP_REGISTER
- Syntax: REGISTER jelszó [email]
-
- Regisztrálja a nickneved a %S adatbázisába. Amint a nicked
- regisztráltad, használhatod a SET és ACCESS parancsokat,
- hogy konfiguráljad a nicked beállításait. Olyan jelszót
- válassz, amire emlékezni fogsz, hogy használni tudd a neved
- és a beállításokat eszközölhesd. Késõbb szükséged lehet a
- nickeddel kapcsolatos beállítások végrehajtására.
- (Jegyzet: PROBLÉMÁT OKOZHAT FIDO, Fido, és fido
- mind különbözõ jelszavak!)
-
- Útikalaúz jelszó választáshoz:
-
- A jelszavad ne legyen könnyen kitalálható. Például az
- általad használt valósnevet megadni jelszónak rossz ötlet.
- A nickneved használni jelszónak még rosszabb ötlet ;) és
- a %S nem is engedi. A rövid jelszavak is rosszak a védelem
- szempontjából, ezért válassz legalább 5 karakter hosszút.
- Végezetül ne használhatsz szóközt a jelszóban.
-
- Aze-mail paraméter megadás lehetséges, megadásakor
- beállítja a nickedhez. Megadása a legtöbb hálózaton
- szükséges. Az e-mail címed nem kerül harmadik személy
- tudtára, bizalmasan kezeljük.
-
- Ez a parancs létrehoz egy új csoportot a nickeddel, ami
- lehetõvé teszi számodra, hogy másik nickeket regisztrálva
- megoszthasd a hozzáféréseidet és beállításaidat a nickjeid
- között. Bõvebb információkért írd be: %R%S HELP GROUP
-
-NICK_HELP_GROUP
- Syntax: GROUP célnicknév jelszó
-
- A parancs belépteti a nickneved a célnicknév csoportjába.
- A jelszó a célnicknév jelszavának kell lennie.
-
- A csoportba való belépés lehetõvé teszi, hogy megoszd a
- konfigurációt, memo üzeneteket, szoba hozzáféréseket
- a nicknevekkel a csoportban, és sok más lehetõséget nyújt!
-
- A csoport addig létezik, amig használatban van.
- Ez azt jelenti, ha egy nicknevet dropolnak a csoportból,
- nem fogod elveszteni a megosztott dolgokat, egészen addig,
- amig legalább egy nick van a csoportban.
-
- Akkor is használhatod a parancsot, ha még nem regisztrált
- a nicked. Ha a nicked regisztrált, akkor elõbb azonosítani
- kell a jelszavaddal, mielõtt ezt a parancsot használod.
- Írd be:%R%S HELP IDENTIFY bõvebb információért.
-
- Ajánlott, hogy inkább nem regisztrált névvel használd
- ezt a parancsot, mert ezzel automatikusan regisztrálódik.
- Ha regisztált nickrõl használod (hogy megváltoztasd a
- csoportod) csak akkor mûködik, ha a network adminok ezt
- engedélyezik.
-
- Egyszerre egy csoportban lehetsz.
-
- Megjegyzés: minden nicknévnek a csoportban ugyanaz
- a jelszava.
-
-NICK_HELP_IDENTIFY
- Syntax: IDENTIFY [account] jelszó
-
- Tudatja a %S-vel, hogy te vagy a tulajdonosa ennek a
- nicknek. Jelszónak ugyanannak kell lennie amit a
- regisztrációnál megadtál, vagy amire módosítottad.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Frissíti a jelenlegi státuszod, vagyis ellenõrzi, hogy
- jött-e új memo üzenet, beállítja a szükséges szoba
- módokat, (ModeonID)és frissíti a vhostod, az userflagjeid
- (utolsó fellépés, stb.)
-
-NICK_HELP_LOGOUT
- Syntax: LOGOUT
-
- Ezzel az IDENTIFY parancs hatásának fordítottját éred el.
- Nem fog a NickServ egy adott nick tulajdonosának tekinteni.
-
-NICK_HELP_DROP
- Syntax: DROP [nicknév]
-
- Regisztráció törlése (dropolja) a nickneved a %S
- adatbázisából. A droppolás után a nicknév már szabadon
- hsználható bárki által, újra regisztrálható lesz.
-
- Úgy dropolhatsz nevet a csoportodból, ha megadod a
- nicknév paramétert.
-
- Ezen parancs kiadása elõtt, azonositanod kell magad,
- mint a nick tulajdonosa, használva az IDENTIFY parancsot,
- írd be: %R%S HELP IDENTIFY bõvebb információért.
-
-NICK_HELP_ACCESS
- Syntax: ACCESS ADD maszk
- ACCESS DEL maszk
- ACCESS LIST
-
- Módosítja vagy kiirja a hozzáférési listát a nickedhez.
- Ez azon címeknek a listája, amelyek automatikusan úgy
- tekintõdnek a %S-ben, hogy engedélyük van a nicket
- használni. Ha a nicked más címekrõl akarod használni,
- akkor nem kell IDENTIFY parancsot küldened, hogy úgy
- legyél tekintve, a %S-ben, mint a nick tulajdonosa.
-
- Példák:
-
- ACCESS ADD anyone@*.bepeg.com
- Hozzáférést engedélyez az anyone identnek bármely
- géprõl aminek a bepeg.com a domainje.
-
- ACCESS DEL anyone@*.bepeg.com
- Törli az elözõ parancsot.
-
- ACCESS LIST
- Megmutatja a hozzáférési listát.
-
-NICK_HELP_SET_HEAD
- Syntax: SET opció paraméterek
-
- Beállítható nicknév opciók. Az opció ezek egyike lehet:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Set the display of your group in Services
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Set your nickname password
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE A szervíz nyelvezetének megválasztása
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Egy E-mail cím társítása a nicknevedhez
-NICK_HELP_CMD_SET_GREET
- GREET Köszöntõ üzenet társítása a nicknevedhez
-NICK_HELP_CMD_SET_KILL
- KILL A kill védelem be-,kikapcsolása
-NICK_HELP_CMD_SET_SECURE
- SECURE A nickneved védelmének be-,kikapcsolása
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE A nickneved %R%S LIST -ból való elrejtése
-NICK_HELP_CMD_SET_HIDE
- HIDE A nicknévhez tartozó információk elrejtése
-NICK_HELP_CMD_SET_MSG
- MSG Megváltoztatja a szervízzel való kommunikációt
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Ezen parancs kiadása elõtt, azonositanod kell magad, mint
- a nick tulajdonosa az IDENTIFY parancsot használva, írd
- be: %R%S HELP IDENTIFY bõvebb információért.
-
- Írd be: %R%S HELP SET opció bõvebb információért.
-
-
-NICK_HELP_SET_DISPLAY
- Syntax: SET DISPLAY új-megjelenítés
-
- Megváltoztatja a nicknév csoportod megjelenítését a
- szervízben. Az új megjelenítésnek a csoport egyik
- nickjének KELL lennie.
-
-NICK_HELP_SET_PASSWORD
- Syntax: SET PASSWORD új-jelszó
-
- Megváltoztatja a nicknév tulajdonosának jelszavát.
-
-NICK_HELP_SET_LANGUAGE
- Syntax: SET LANGUAGE sorszám
-
- Megváltoztatja a SERVICES nyelvezetét, amin az üzenteket
- írja.(Például: amikor válaszol egy parancsra, amit te
- adtál ki). A sorszám alapján válaszd ki a nyelvezetet:
-
-NICK_HELP_SET_EMAIL
- Syntax: SET EMAIL cím
-
- Egy E-mail cím társítása a nicknevedhez.
- Ez az E-mail cím szerepelni fog az INFO-id között,
- amit bárki lekérhet az INFO paranccsal.
-
-NICK_HELP_SET_GREET
- Syntax: SET GREET üzenet
-
- Ez az opció társít egy üzenetet a nicknevedhez,
- ami akkor fog megjelenni belépéskor, ha a csatornán
- a GREET opció engedélyezve van és te rendelkezel a
- megfelelõ szinttel, ami az üzenet megjelenitéséhez
- szükséges a csatornán.
-
-NICK_HELP_SET_KILL
- Syntax: SET KILL {ON | QUICK | IMMED | OFF}
-
- Be/kikapcsolja az automatikus kill védelmet a nickedhez.
- A kill védelem bekapcsolásakor, ha más user megpróbálja
- használni a nicked, kap egy percet mialatt meg kell
- változtatnia a nickjét, ha letelt az idõ akkor a %S
- megváltóztatja a nickjét pl: Vendég-000001-re.
-
- Ha a QUICK -et választod, a user csak 20 másodpercet kap
- a nickváltásra eltérõen az általános 60 másodperctõl.
- Ha az IMMED-et választod akkor azonnal megváltóztatja.
- Figyelmeztetés nélkül,nem kap esélyt a nickváltásra;
- kérlek ne használd ezt az opciót csak ha nagyon indokolt.
- A network adminisztrátorok letilthatják ezt.
-
-NICK_HELP_SET_SECURE
- Syntax: SET SECURE {ON | OFF}
-
- Be/kikapcsolja a %S a biztonsági beállításokat a nickhez.
- A SECURE beállítással, be kell írnod a jelszavadat
- mielõtt a nicknév tulajdonsaként leszel tekintve,
- kivéve, ha a hosztod szerepel az access listán.
- Habár, ha az access listán szerepel a hosztod, akkor
- nem fog automatikusan nevet váltóztatni a %S, hacsak
- nincs bekapcsolva a KILL opció.
-
-NICK_HELP_SET_PRIVATE
- Syntax: SET PRIVATE {ON | OFF}
-
- Be/kikapcsolja a %S a privát opciót a nicknevedhez.
- A PRIVATE beállítással, beállíthatod azt, hogy
- a nickneved ne szerepeljen a nicknév listában ami
- lekérhetõ a %S LIST paranccsal.
- (Máskülönben, bárki kaphat információt a nicknevedrõl
- használva az INFO parancsot.)
-
-NICK_HELP_SET_HIDE
- Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Lehetõséget nyújt arra, hogy megelõzd néhány adatnak a
- szerepelését a %S INFO parancs használatakor .
- Elrejtheted az E-mail címed (EMAIL), az utoljára használt
- user@host maszkod (USERMASK), és az utolsó kilépõ
- üzeneted(QUIT). A második paraméter meghatározza, hogy
- az opció ki legyen kapcsolva(OFF) vagy el legyen rejtve
- az információ(ON).
-
-NICK_HELP_SET_MSG
- Syntax: SET MSG {ON | OFF}
-
- Lehetõséget nyújt arra, hogy megválaszd azt, hogy a szervíz
- hogyan kommunikáljon veled.
- Az MSG beállítással, a szervíz, privát üzeneteket fog
- használni, egyébként pedig noticeokat.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Syntax: GHOST nickév [jelszó]
-
- Ezt a parancsot akkor használhatod, ha a nicked beragad,
- befagy például lefagy a géped vagy a kapcsolatod.
- A beragadt nicked killelheted, ha ismered a jelszót .
-
-NICK_HELP_INFO
- Syntax: INFO nicknév
-
- Megmutatja a nicknévvel kapcsolatos információkat, mint a
- nick tulajdonosa, utoljára látott címe, regisztrálás ideje,
- a nick opciókat. Ha beazonosítasz egy nickre, akkor minden
- informaciót megkaphatsz az ALL paraméter használatával
- és így látni fogod a rejtett információkat is.
-
-NICK_HELP_LIST
- Syntax: LIST paraméter
-
- Listázza az összes regisztrált nicknevet, amely
- megegyezik a mintában kiadott nick!user@host formátummal.
- Azok a nevek, amelyeken fent van PRIVATE opció beállítás
- NEM fognak megjelenni a listában.
-
- Példák:
-
- LIST joeuser@foo.com
- Listáz minden regisztrált nicknevet, amelyet utoljára:
- joeuser@foo.com címrõl használtak.
-
- LIST *Bot*
- Listáz minden nicket amelyben szerepelt a Bot
-
- LIST *@*.bar.org
- Listáz minden nicket, amit utoljára olyan user használt,
- akinek a bar.org volt a domain-je.
-
-NICK_HELP_ALIST
- Syntax: ALIST [szint]
-
- Listáz minden csatornát, ahol hozzáférésed van.
- Opcionálisan megadhatod a szintet XOP vagy ACCESS
- formátumban is. Az eredmény csak azon szobákat fogja
- megjeleniteni, ahol a megadott hozzáférési szinted van.
-
- Példák:
- ALIST Founder
- Listáz minden csatornát, ahol Founder hozzáférésed van.
- ALIST AOP
- Listáz minden csatornát, ahol AOP hozzáférésed
- vagy magasabb szinted van.
- ALIST 10
- Listáz minden csatornát, ahol 10-es hozzáférésed
- vagy magasabb szinted van.
-
- Azok a csatornák melyeken a NOEXPIREopció be van állítva,
- prefixel lesznek megjelölve a listában.
-
-NICK_HELP_GLIST
- Syntax: GLIST
-
- Listáz minden nicket a csoportodból.
-
-NICK_HELP_STATUS
- Syntax: STATUS nicknév...
-
- A következõket kapod, ha a nicknévre, amit a felhasználó
- használ azonosította magát, mint tulajdonos.
- Az eredmény formája a következõ:
-
- nicknév státusz-kód account
-
- where nickname is the nickname sent with the command,
- status-code is one of the following, and account
- is the account they are logged in as.
-
- 0 - Nincs ilyen user online vagy a nick nem regisztrált
- 1 - A felhasználó nem azonosított be, mint a nick tulajdonosa
- 2 - A felhasználó beazonosított, mint tulajdonos de csak a
- hozzáférési lista alapján
- 3 - A felhasználó beazonosított tulajdonosként a jelszavával
-
- Tizenhat nicknév küldhetõ el parancsonként; a többit
- figyelmen kívül hagyja. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Syntax: SENDPASS nicknév
-
- Küld számodra egy E-mail üzentet, ami tartalmazza a
- megadott nicknév jelszavát, arra az E-mail címre, amit
- a regisztrációnál vagy a set email paranccsal megadtál,
- vagy amire váltóztattad. Ez igen hasznos, ha elfelejted
- a jelszavadat.
-
- Korlátozni lehet IRC operátorokra egyes hálózatokon.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcodE
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Szervíz adminok is droppolhatnak nickeket, akkor ha
- beazonosíttotak a nicknevükre, és megnézhetik a nickek
- hozzáférési listáját. (%R%S ACCESS LIST nick)
-
-NICK_SERVADMIN_HELP_LOGOUT
- Syntax: LOGOUT [nicknév [REVALIDATE]]
-
- Kilépési paraméter, megfordítja az IDENTIFY parancs
- hatását, azaz nem leszel beazonosítva a nickedre, mint a
- valódi tulajdonosa a nickednek.
-
- A paraméter ugyanezt teszi a megadott nickkel.
- Ha megadod a REVALIDATE opciót, akkor a nicktõl
- a szerviz újraazonosítást fog kérni.
-
- Használat korlátozva Szervíz adminoknak.
-
-NICK_SERVADMIN_HELP_DROP
- Syntax: DROP [nicknév]
-
- Paraméter nélkül, droppolja a neved a %S adatbázisból.
-
- Paraméterrel dropolva a nicknév törlõdik az adatbázisból.
- Dropolhatsz egy nicket a csoportodban, kivéve, ha van
- különleges kiváltsága.
-
- Használat korlátozva Szervíz adminoknak.
-
-NICK_SERVADMIN_HELP_LIST
- Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Listáz minden regisztrált nicknevet, amely vagy nicknév
- vagy az utoljára látott cím (user@hostformában), amely
- azonos a megadott sablonnal. Nickek PRIVATE opcióval
- beállítva csak szervíz adminoknak jelennek meg. A nickek
- NOEXPIRE opcióval beállítva !prefixel jelennek meg
- a szervíz adminoknak.
-
- Ha a FORBIDDEN, SUSPENDED vagy NOEXPIRE opció meg van adva, csak azok
- a nickek amelyek vagy forbidoltak vagy NOEXPIRE flegjük van
- fognak megjelenik. Ha mindkét opció meg van adva mindkét
- tipus megjelenik. Az opciók korlátozva Services Operatoroknak.
-
- Példák:
-
- LIST *!joeuser@foo.com
- Kiírja a felhasználókat, akiknek a hosztja joeuser@foo.com
-
- LIST *Bot*!*@*
- Kiírja az összes regisztrált nicket, melyek nevében
- szerepel a Bot (betû érzéketlen).
-
- LIST * NOEXPIRE
- Listázza az összes felhasználót, akinek a beállítása
- nem elévülõ.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [nicknév] [szint]
-
- Paraméter nélkül listázza azokat a csatornákat, ahol
- hozzáférésed van. Egy paraméterrel azokat a szobákat
- listázza, ahol hozzáférése van a nicknnév-nek. Két
- paraméterrel azokat a csatornákat listázza, ahol megadott
- szintû vagy magasabb a hozzáférése a nicknév-nek.
-
- Ennek a használata korlátozva Szervíz adminra.
-
-NICK_SERVADMIN_HELP_GLIST
- Syntax: GLIST [nicknév]
-
- Paraméter nélkül, listázza az összes nicknevet
- a csoportodban.
- Paraméterrel listázza az összes nicknevet, abból a
- csoportból ahol az adott nicknév van.
-
- Ennek a használata korlátozva Szervíz adminra.
-
-NICK_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS nicknév
-
- Visszadja a megadott nicknév jelszavát. Jegyzet Ezt
- a parancsot amaikor használod, üzenetet küld arról
- hogy ki használta és kinek a jelszavát kérte le.
- Naplózva lesz és WALLOPS/GLOBOPS üzenetben is megjelenik.
-
- Korlátozva Szervíz adminokra.
-
- A parancs nem elérhetõ, ha az encryption használatban van.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhoszt
-
- Visszaadja a megadott emaillel regisztrált nickeket.
- Megjegyzés: használhatsz * karaktert mind a user,
- mind az emailhost esetében. A parancs kiadásakor a
- lekért email cím és az azt lekérõ személy naplózva lesz.
-
- Korlátozva Szervíz adminra.
-
-NICK_SERVADMIN_HELP_FORBID
- Syntax: FORBID nicknév [indok]
-
- Nem engedélyezi, hogy bárki regisztrálja a nicknevet
- Akkor törölhetõ, ha droppolod a nicket.
-
- Egyes hálózatok indokot igényelnek.
-
- Korlátozva Szervíz adminra.
-
-###########################################################
-#
-# ChanServ help üzenetek
-#
-###########################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason / UNSUSPEND nickname
-
- SUSPENDs / UNSUSPENDs a nickname from being identified to
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Megadja a founder jelszót a csatornán
-CHAN_HELP_CMD_FORBID
- FORBID Megakadályozza a szoba használatát
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Felfüggeszti a szoba használatát de
- megõrzi az adatokat és beállításokat.
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Törli a suspendet a csatornáról.
-CHAN_HELP_CMD_STATUS
- STATUS Kiírja a felhasználó aktuális hozzáférési
- szintjét a megadott csatornán
-CHAN_HELP_CMD_REGISTER
- REGISTER Szoba regisztrálása
-CHAN_HELP_CMD_SET
- SET Beállíthatod a csatornád opcióit
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP AutoOperátor lista beállítása
-CHAN_HELP_CMD_SOP
- SOP SzuperOperátor lista beállítása
-CHAN_HELP_CMD_ACCESS
- ACCESS A szoba hozzáférési listájának beállítása
-CHAN_HELP_CMD_LEVELS
- LEVELS Átállíthatod a szoba hozzáférési szintjeit
-CHAN_HELP_CMD_AKICK
- AKICK AutoKirúgás listára teheted a "rossz" usereket
-CHAN_HELP_CMD_DROP
- DROP Törölheted a csatornád regisztrációját
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
-
- %S lehetõséget ad arra, hogy regisztráld a csatornádat.
- %S használatával elkerülhetõ a "take over" jelenség,
- amit az opjoggal visszaélõ userek okozhatnak. Még pedig
- úgy, hogy meghatározható az, hogy ki kapjon a csatornán
- operátori kiváltságokat. A parancsok használatához írd be:
- %R%S parancs, ha több információ kell a paranccsal
- kapcsolatban, akkor írd be: %R%S HELP parancs.
-
-
-CHAN_HELP_EXPIRES
-
- Megjegyzés: azok a csatornák, amelyeket nem használnak %d
- napig, automatikusan elvesztik regisztrációjukat.
- Automatikusan dropolásra kerülnek.
-
-CHAN_HELP_REGISTER
- Syntax: REGISTER #szoba leírás
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Syntax: DROP #szoba
-
- Törli a megnevezett szoba regisztrációját.
- Csak a szoba founder használhatja.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Syntax: SET #szoba opció paraméterek
-
- Lehetõséget ad a foundernek, hogy a beállításokat
- és információkat megváltoztassa.
-
- Elérhetõ opciók:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER A founder megváltoztatása
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR A successor megadása
-CHAN_HELP_CMD_SET_DESC
- DESC A szobameghatározás állítás
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG A szoba belépo üzenetének
- állítása
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE A banolás tipusának beállítása
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Szoba módok lezárása (+flag -flag)
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Topic megtartása ha a szoba nincs használatban
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Üzenetet küld az OP/VOICE parancsok használtáról
-CHAN_HELP_CMD_SET_PEACE
- PEACE Szabályozza a kritikus parancsok használatát
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE A szoba elrejtése a listából
-CHAN_HELP_CMD_SET_SECURE
- SECURE Aktiválja a %S biztonsági lehetõségeit
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS A csatornán az op státusz szigorú kezelése
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Csatornán a founder státusz szigorú kezelése
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Sign kickek, melyek a KICK paranccsal történnek
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Témaváltás letiltása
-CHAN_HELP_CMD_SET_XOP
- XOP Xop (Sop, Aop, Hop, Vop) lista rendszer bekapcsolása
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Írd be: %R%S HELP SET opció bõvebb információért az
- adott opcióról.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Syntax: %s #szoba FOUNDER nick
-
- Megváltoztatja a szoba founderjét.
- Az új nicknév regisztrált kell hogy legyen!
-
-CHAN_HELP_SET_SUCCESSOR
- Syntax: %s #szoba SUCCESSOR nick
-
- Megváltoztatja a successort a csatornán. Ha a founder neve
- elévül vagy törlõdik, de a szoba még regisztrált, akkor
- a successor lesz a szoba új founderje.
- Ha, a successornak már túl sok regisztrált csatornája van
- (%d), a csatornának megszûnik a regisztrációja, akkor
- is ez történik, ha nem volt megadva successor.
- A nicknek regisztrálnak kell lennie.
-
-CHAN_HELP_SET_DESC
- Syntax: %s #szoba DESC leírás
-
- Beállítható a szoba általános meghatározása, ami látszódni
- fog a LIST és INFO parancs használata esetén.
-
-CHAN_HELP_SET_ENTRYMSG
- Syntax: %s #szoba ENTRYMSG [üzenet]
-
- Beállít egy üzenetet, amit /notice formában fognak
- a szobába belépõ userek megkapni. Ha nincs paraméter
- megadva akkor a szoba belépõ üzenete törlõdik.
-
-CHAN_HELP_SET_BANTYPE
- Syntax: %s #szoba BANTYPE bantípus
-
- A banolás típusának beállítása, amit a Services akkor fog
- használni, ha valakit banolni kell a csatornáról.
-
- A bantípus egy szám 0 és 3 között a jelentése:
-
- 0: *!user@host formátumú tiltás
- 1: *!*user@host formátumú tiltás
- 2: *!*@host formátumú tiltás
- 3: *!*user@*.domain formátumú tiltás
-
-CHAN_HELP_SET_KEEPTOPIC
- Syntax: %s #szoba KEEPTOPIC {ON | OFF}
-
- Engedélyezi vagy letiltja a topic megtartása opciót a
- szoba részére. Ha a topic megtartása be van állítva,
- a topicot a %S megjegyzi miután az utolsó user elhagyja a
- szobát, és visszaállítja a következõ megnyitáskor.
-
-CHAN_HELP_SET_TOPICLOCK
- Syntax: %s #szoba TOPICLOCK {ON | OFF}
-
- Engedélyezi vagy letiltja a topic lezárása opciót a
- csatornán. Ha a topic lezárása be van kapcsolva,a %S nem
- engedélyezi a csatornán a topic változtatását a TOPIC
- paranccsal.
-
-CHAN_HELP_SET_MLOCK
- Syntax: %s #szoba MLOCK módok
-
- Beállíthatod a mode-lock opciót a csatornán. A %S
- lehetõséget nyújt arra, hogy meghatározd azokat a módokat
- amelyek mindig be (vagy ki) lesznek kapcsolva.
-
- A módok felrakhatóak a /MODE paranccsal is;
- azok a módok amelyek a + jel után vannak lockolódnak,
- és azok a módok amelyek a - jel után vannak nem
- rakhatóak fel a szobára.
-
- Figyelmeztetés: Ha beállítasz egy mode-lock alatti
- kulcsot, mint azt a második példában látod, akkor be kell
- állítanod a RESTRICTED opciót a csatornán (lásd
- HELP SET RESTRICTED) vagy bárki beléphet a szobába,
- amikor üres és lehetõsége lesz meglátni a kulcsot!
-
- Példák:
-
- SET #szoba MLOCK +nt-ikl
- Az "n" és a "t" állandóan fent van, és az "i", "k", és
- "l" állandóan ki lesz kapcsolva. Minden más mód
- felrakása-levétele szabad.
-
- SET #szoba MLOCK +knst-ilmp my-key
- A "k", "n", "s", és "t" állandóan fent van, és az "i",
- "l", "m", és a "p" ki lesz kapcsolva. A szobába való
- belépéshez szküséges jelszó: "my-key".
-
- SET #szoba MLOCK +
- Eltávolítja az összes lockolt módot.
- Minden mód szabadon ki/bekapcsolható.
-
-CHAN_HELP_SET_PEACE
- Syntax: %s #szoba PEACE {ON | OFF}
-
- Engedélyezi vagy letiltja a peace opciót.
- Amikor a peace be van állítva, akkor a userek nem,
- rúghatnak ki, tilthatnak ki olyan usert akinek az övékkel
- egyenlõ vagy magasabb szintje van a %S parancsokhoz.
-
-CHAN_HELP_SET_PRIVATE
- Syntax: %s #szoba PRIVATE {ON | OFF}
-
- Engedélyezi vagy letiltja a private opciót a csatornán.
- Amikor a private be van kapcsolva, a %R%S LIST
- parancs által kilistázott csatornák között nem szerepel
- a szoba.
-
-CHAN_HELP_SET_RESTRICTED
- Syntax: %s #szoba RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Syntax: %s #szoba SECURE {ON | OFF}
-
- Engedélyezi vagy letitlja a %S biztonsági lehetõségeit
- a szobában. Ha SECURE mûködik, csak azok a felhasználók
- akik regisztráltak és beazonosítottak a %s-be a
- jelszavukkal (használván az IDENTIFY parancsot) kaphatnak
- a szobában jogokat, ha szerepelnek a hozzáférési listán.
-
-CHAN_HELP_SET_SECUREOPS
- Syntax: %s #szoba SECUREOPS {ON | OFF}
-
- Bekapcsolja vagy letiltja a secure ops opciót.
- Amikor a secure ops be van kapcsolva, akkor azok, akik
- nem szerepelnek a hozzáférési listán nem kaphatnak szoba
- operátori státuszt.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Syntax: %s #szoba SECUREFOUNDER {ON | OFF}
-
- Engedélyezi vagy letiltja a secure founder opciót a
- csatornán. Amikor a secure founder be van állítva, csak
- a valódi founder tudja dropolni a csatornát, átírni a
- szoba jelszavát, founderét, jogutódját, de azok nem,
- akik csak az IDENTIFY parancsot használták a %S-ben.
-
-CHAN_HELP_SET_SIGNKICK
- Syntax: %s #szoba SIGNKICK {ON | SZINT | OFF}
-
- Engedélyezi vagy letiltja a signed kick opciót a csatornán
- Amikor a SIGNKICK be van állítva, a %S KICK parancsával
- végrehajtott kirúgásokban az indokban szerepel az op neve.
-
- Ha használod a LEVEL-t, akkor azok, akiknek a szintje
- megegyezik vagy magasabb, mint a signkick szintje, azoknak
- a neve nem fog szerepelni a kick indokjában.
- Lásd még: %R%S HELP LEVELS bõvebb információkért.
-
-CHAN_HELP_SET_XOP
- Syntax: %s #szoba XOP {ON | OFF}
-
- Engedélyezi vagy letiltja az xOP lista rendszert.
- Ha az XOP be van kapcsolva, akkor AOP/SOP/VOP
- parancsokkal osztogathatod a csatornán a privilégiumokat
- a usereknek, máskülönben az ACCESS parancsot használod.
-
- Az xOP lista rendszerrõl az access lista rendszerre való
- áttérés nem okoz gondot.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Syntax: %s #szoba OPNOTICE {ON | OFF}
-
- Be/kikapcsolja az opnotice opciót a csatornán.
- Amikor az op-notice be van kapcsolva, a %S megjegyzést
- fog küldeni a csatornára, amikor a felhasználók használják
- az OP, VOICE, vagy a hozzájuk kapcsolódó parancsokat a
- szoban.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Syntax: AOP #szoba ADD nick
- AOP #szoba DEL {nick | sorszám | lista }
- AOP #szoba LIST [ maszk | lista ]
- AOP #szoba CLEAR
-
- Karbantartja az AOP(AutoOP) listát a csatornán. Az AOP
- listán szereplõ userek automatikusan megkapják belépéskor
- az operátor státuszt, unbanhatják magukat, meghívhatják
- magukat a csatornára,megjelenithetik a köszöntõ üzenetüket
- stb.
-
- Az AOP ADD paranccsal hozzáadhatsz egy nickenevet a
- csatornád AOP listájához.
-
- Az AOP DEL paranccsal eltávolíthatsz egy megadott
- nicknevet a csatornád AOP listájáról. Ha sorszámokat
- intervallumban adunk meg (lásd a listázásnál), akkor a
- megadott bejegyzések kerülnek törlésre.
-
- Az AOP LIST parancs megadja az AOP listát.
- Ha nem vagyunk kiváncsiak a teljes listára akkor a
- listában szereplõ Aop sorszámát megadva is megtudhatjuk a
- nevét, megadhatunk intervallumot is.
-
- Példák:
-
- AOP #szoba LIST 2-5,7-9
- Listázza az AOP-okat 2 és 5 között és
- 7-tol 9-ig.
-
- Az AOP CLEAR parancs kiüriti a szoba AOP listáját.
-
- Az AOP ADD és AOP DEL parancsokat csak SOP vagy
- magasabb szinttel rendelkezo userek használhatják, de az
- AOP CLEAR parancsot csak a szoba foundere adhatja ki.
- Habár, minden AOP listán szereplo user használhatja az
- AOP LIST parancsot.
-
- Ezt a parancsot letilthatod a csatornádon, és helyette
- használhatod az access lista rendszert. Nézd meg: %R
- %S HELP ACCESSbõvebb információért az access listáról, és
- írd be: %R%S HELP SET XOP hogy megnézd, hogyan tudsz
- váltani az xOP rendszerrol az access lista rendszerre.
-
-CHAN_HELP_HOP
- Syntax: HOP #szoba ADD nick
- HOP #szoba DEL { nick | sorszám | lista}
- HOP #szoba LIST [ maszk | lista ]
- HOP #szoba CLEAR
-
- Karbantartja az HOP (HALFOP) listát a csatornán. A HOP
- listán szereplõ userek automatikusan megkapják belépéskor
- a féloperátor státuszt.
-
- HOP ADD paranccsal hozzáadhatsz egy nickenevet csatornád
- HOP listájához.
-
- HOP DEL paranccsal eltávolíthatsz egy megadott nicknevet
- a csatornád HOP listájáról. Ha sorszámokat intervallumban
- adunk meg (lásd a listázásnál),akkor a megadott bejegyzések
- kerülnek törlésre.
-
- Az HOP LIST parancs megadja az HOP listát. Ha nem vagy
- kiváncsi a teljes listára akkor a listában szereplõ HOP
- sorszámát megadva is megtudhatjuk a nevét, megadhatunk
- intervallumot is.
-
- Példák:
-
- HOP #szoba LIST 2-5,7-9
- Listázza az HOP-okat 2 és 5 között és
- 7-tol 9-ig.
-
- Az HOP CLEAR parancs kiüriti a szoba HOP listáját.
-
- Az HOP ADD és HOP DEL parancsokat csak AOP / magasabb
- szinttel rendelkezõ userek használhatják,de az HOP CLEAR
- parancsot csak a szoba foundere adhatja ki.
- Habár, minden HOP listán szereplo user használhatja az
- HOP LIST parancsot.
-
- Ezt a parancsot letilthatod a csatornádon, és helyette
- használhatod az access lista rendszert. Nézd meg: %R
- %S HELP ACCESS bõvebb információért az access listáról,
- és írd be: %R%S HELP SET XOP hogy megnézd, hogyan
- tudsz váltani az xOP rendszerrõl access lista rendszerre.
-
-CHAN_HELP_SOP
- Syntax: SOP #szoba ADD nick
- SOP #szoba DEL { nick | sorszám | lista }
- SOP #szoba LIST [ maszk | lista ]
- SOP #szoba CLEAR
-
- Karbantartja az SOP(SuperOP)listát a csatornán. Az SOP
- listán szereplo userek automatikusan megkapják ugyanazokat
- amiket az AOP listán szereplok,és emellett lehetõségük van
- AKICK listát módosítani, szoba memo üzeneteket olvasni
- és küldeni, BadWords listát szerkeszteni, stb.
-
- Az SOP ADD paranccsal hozzáadhatsz egy nickenevet a
- csatornád SOP listájához.
-
- Az SOP DEL paranccsal eltávolíthatsz egy megadott
- nicknevet a csatornád SOP listájáról. Ha sorszámokat
- intervallumban adunk meg (lásd a listázásnál), akkor a
- megadott bejegyzések kerülnek törlésre.
-
- Az SOP LIST parancs megadja az SOP listát. Ha nem
- vagy kiváncsi a teljes listára akkor a listában szereplõ
- SOP sorszámát megadva is megtudhatjuk a nevét, megadhatunk
- intervallumot is.
-
- Példák:
-
- SOP #szoba LIST 2-5,7-9
- Listázza az SOP-okat 2 és 5 között és
- 7-tõl 9-ig.
-
- Az SOP CLEAR parancs kiüriti a szoba SOP listáját.
-
- Az SOP ADD, SOP DEL és SOP CLEAR parancsokat csak a
- founder szintu userek használhatják. Habár, minden SOP
- listán szereplo user használhatja az SOP LIST parancsot.
-
-
-
- Ezt a parancsot letilthatod a csatornádon, és helyette
- használhatod az access lista rendszert. Nézd meg: %R
- %S HELP ACCESS bõvebb információért az access listáról,
- és írd be: %R%S HELP SET XOP hogy megnézd, hogyan
- tudsz váltani az xOP rendszerrõl access lista rendszerre.
-
-CHAN_HELP_VOP
- Syntax: VOP #szoba ADD nick
- VOP #szoba DEL {nick | sorszám| lista}
- VOP #szoba LIST [maszk | lista]
- VOP #szoba CLEAR
-
- Karbantartja az VOP (VoiceOP) listát a csatornán. VOP
- listán szereplõ userek belépéskor automatikusan hangadói
- jogot (+v) kapnak, használhatják a voiceme parancsot.
-
- Az VOP ADD paranccsal hozzáadhatsz egy nickenevet a
- csatornád VOP listájához.
-
- A VOP DEL paranccsal eltávolíthatsz egy nicknevet a
- csatornád VOP listájáról. Ha sorszámokat intervallumban
- adunk meg (lásd a listázásnál), akkor a megadott
- bejegyzések kerülnek törlésre.
-
- Az VOP LIST parancs megadja az VOP listát. Ha nem
- vagyunk kiváncsiak a teljes listára akkor a listában
- szereplõ VOP sorszámát megadva is megtudhatjuk a nevét,
- megadhatunk intervallumot is.
-
- Példák:
-
- VOP #szoba LIST 2-5,7-9
- Listázza az VOP-okat 2 és 5 között és
- 7-tõl 9-ig.
-
- Az VOP CLEAR parancs kiüriti a szoba VOP listáját.
-
- Az VOP ADD, VOP DEL és VOP LIST parancsokat csak az
- AOP vagy magasabb szintu userek használhatják.
- A VOP CLEAR parancsot csak a founder használhatja.
-
- Ezt a parancsot letilthatod a csatornádon, és helyette
- használhatod az access listát. Nézd meg: %R%S HELP
- ACCESS bõvebb információért az access listáról, és írd
- be: %R%S HELP SET XOP hogy megnézd, hogyan tudsz
- váltani az xOP rendszerrol az access lista rendszerre.
-
-CHAN_HELP_ACCESS
- Syntax: ACCESS #szoba ADD nick szint
- ACCESS #szoba DEL {nick | sorszám | lista}
- ACCESS #szoba LIST [maszk | lista]
- ACCESS #szoba VIEW [maszk | lista]
- ACCESS #szoba CLEAR
-
- Access lista a csatornán. A hozzáférési lista (access)
- meghatározza, hogy mely userek kaphatnak op státuszt vagy
- hozzáférést a %S parancsokhoz a csatornán. Különbözõ
- user szintek lehetõséget adnak arra, hogy eltérõ jogokat
- kaphassanak; információért %R%S HELP ACCESS LEVELS.
- A nick, amely nem szerepel az access listán 0-ás szintû.
-
- Az ACCESS ADD paranccsal hozzáadható a nicknév az
- access listához a megadott szinttel; ha a nick szerepel
- a listán,akkor a szintje változik csak meg. A szintamit
- meghatározol, kisebb kell, hogy legyen a te szintednél és
- ha a nick már szerepel a listán, akkor a jelenlegi
- szintjánek a tiédnél alacsonyabbnak kell lennie.
-
- Az ACCESS DEL törli a nicknevet az access listáról.
- Ha intervallumot adsz meg, akkor minden benne szereplõ
- nicknevet törölsz.
-
- Az ACCESS LIST paranccsal megtekintheto az access lista.
- Ha intervallumot is megadsz, akkor abban az intervallumban
- szereplõ nicknevek listázása fog megtörténni.
-
- ACCESS #szoba LIST 2-5,7-9
- Listázza azokat a usereket, akik 2 és 5 között illetve
- 7-tõl 9-ig szerepelnek a listán.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Az ACCESS CLEAR parancs töröl minden bejegyzés a szoba
- hozzáférési listájáról.
-
-CHAN_HELP_ACCESS_LEVELS
- Felhasználói hozzáférési szintek
-
- Alapból, a következõ hozzáférési szintek érvényesek:
-
- Founder Teljes hozzáférés a %S funkciókhoz; automatikus
- opjog a csatornára való belépéskor.
- Megjegyzés, csak egy embernek lehet founder státusza
- (nem adható az ACCESS paranccsal).
-  10 Hozzáférés az AKICK parancshoz; automatikus op.
-  5 Automatikus op státusz.
-  3 Automatikus voice státusz.
-  0 Nincs különleges privilégiuma; opolható más
- opok által(ha a secure-ops ki van kapcsolva).
-  <0 Nem opolható.
-
- Ezek a szintek változhatnak, vagy újakat adhatsz hozzá, a
- LEVELS paranccsal; írd be: %R%S HELP LEVELS bõvebb
- információért.
-
-CHAN_HELP_AKICK
- Syntax: AKICK #szoba ADD {nick | maszk} [indok]
- AKICK #szoba STICK maszk
- AKICK #szoba UNSTICK maszk
- AKICK #szoba DEL {nick | maszk | entry-num | list}
- AKICK #szoba LIST [maszk | entry-num | list]
- AKICK #szoba VIEW [maszk | entry-num | list]
- AKICK #szoba ENFORCE
- AKICK #szoba CLEAR
-
- Karbantarthatod a csatornához tartozó autokirúgás listát
- Ha egy olyan felhasználó, akinek a maszkja megegyezik egy
- az akick listán szerepelõ maszkkal megprobál belépni a
- csatornára, akkor a %S kitiltja és aztán kirúgja.
-
- Az AKICK ADD parancs hozzáadja a megadott nicket
- vagy usermaszkot az AutoKick listához. Ha megadsz
- indokot is a parancsban, akkor ezzel az indokkal
- fogja kirúgni a ChanServ az illetõt, ha nincs
- megadva, akkor az alapbeállítás szerinti indok:
- "You have been banned from the channel".
-
- Az AKICK STICK paranccsal véglegesen kitiltod az
- adott maszkot a csatornáról. Ha valaki megpróbálja
- levenni a bant, a %S automatikusan visszateszi.
- Ezt nem használhatod regisztrált nevekre.
-
- Az AKICK UNSTICK parancs törli a hatását az
- AKICK STICK parancsnak, tehát ismét lehetõséged
- lesz levenni a tiltást a csatornádról.
-
- Az AKICK DEL parancs eltávolítja a megadott maszkot az
- autokirúgás listáról.
- Ez nem müködik, hacsak nem távolítunk el minden az adott
- nickre, identre, hostra szoló tiltást, ami az autókirugás
- listán szerepel; mindegyiket egyenként kell törölni.
-
- Az AKICK LIST parancs megjeleníti az autókirúgás listát,
- vagy optionális esetben csak azokat jeleniti meg, amelyek
- egyeznek a megadott maszkkal.
-
- Az AKICK VIEW ugyanaz, mint a AKICK LIST, de több
- részletet jelenít meg.
-
- AKICK ENFORCE hatására a %S ellenörzi az akick listát
- és eltávolít minden usert, aki szerepel a listán.
-
- AKICK CLEAR paranccsal az összes akick lista bejegyzés
- törölhetõ.
-
-CHAN_HELP_LEVELS
- Syntax: LEVELS #szoba SET típus [szint|FOUNDER]
- LEVELS #szoba {DIS | DISABLE} típus
- LEVELS #szoba LIST
- LEVELS #szoba RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- A következõ lehetõségek/funkciók elérthetõek.
- Megjegyzés: az AUTODEOP és NOJOIN esetén maximum szintrõl
- az összes többi esetén minimum szintrõl van szó.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Syntax: INFO #szoba
-
- Listázza az összes információt a megnevezett regisztrált
- csatornáról, pl a foundert, a regisztrálás idõpontját,
- az utolsó használat idejét, a leírást, az mlock-ot.
- Ha beazonosítottad magad a szoba founderjének, akkor
- teljes információt az ALL paraméterrel kaphatsz, az
- entrymessage, a successor és a rejtett infók is látszódnak
-
- Alapból az ALL opció csak a foundernek engedélyezett.
-
-CHAN_HELP_LIST
- Syntax: LIST pattern
-
- Listázza a regisztrált csatornákat.
- (Ahol a PRIVATE opció be van kapcsolva nem fog
- megjelenni a listában.)
-
-CHAN_HELP_OP
- Syntax: OP #szoba [nick]
-
- Opolja a megadott nicket a megadott csatornán.
- Ha nem adsz meg nicket, magadat opolod.
-
- Alap beállítás szerint csak a minimum AOP listán
- vagy 5-ös accessen szereplo userek használhatják.
-
-CHAN_HELP_DEOP
- Syntax: DEOP #szoba [nick]
-
- Deopolja a megadott nicket a megadott csatornán.
- Ha nem adsz meg nicket, magadat deopolod.
-
- Alap beállítás szerint csak a minimum AOP listán
- vagy 5-ös access szinten szereplo userek használhatják.
-
-CHAN_HELP_VOICE
- Syntax: VOICE #szoba [nick]
-
- Voiceolja a megadott nicket a megadott csatornán.
- Ha nem adsz meg nicket, magadat voiceolod.
-
- Alap beállítás szerint csak a minimum AOP listán
- vagy 5-ös accessen szereplo userek használhatják vagy min.
- a VOP listán vagy 3-as access szinten szereplo userek
- használhatják saját maguk voiceolására.
-
-CHAN_HELP_DEVOICE
- Syntax: DEVOICE #szoba [nick]
-
- Elveszi a voiceot a megadott nicktõl a megadott csatornán.
- Ha nem adsz meg nicket, magadatól veszed el.
-
- Alap beállítás szerint csak a minimum AOP listán vagy
- 5-ös accessen szereplõ userek használhatják vagy min.
- a VOP listán vagy 3-as access szinten szereplo userek
- használhatják saját maguktól elvenni voiceot.
-
-CHAN_HELP_HALFOP
- Syntax: HALFOP #szoba [nick]
-
- Félopot ad a megadott nicknek a megadott csatornán.
- Ha nem adsz meg nicket, magadnak adsz.
-
- Alap beállítás szerint csak a minimum AOP listán vagy
- 5-ös accessen szereplo userek használhatják vagy min.
- a HOP listán vagy 4-es access szinten szereplõ userek
- használhatják saját maguknak félop adására.
-
-CHAN_HELP_DEHALFOP
- Syntax: DEHALFOP #szoba [nick]
-
- Elveszi a félopot a megadott nicktõl a megadott csatornán.
- Ha nem adsz meg nicket, magadatól veszed el.
-
- Alap beállítás szerint csak a minimum AOP listán vagy
- 5-ös accessen szereplo userek használhatják vagy min.
- a HOP listán vagy 4-es access szinten szereplõ userek
- használhatják, hogy saját maguktól elvegyék a félopot
-
-CHAN_HELP_PROTECT
- Syntax: PROTECT #szoba [nick]
-
- Protectet ad a megadott nicknek a megadott csatornán.
- Ha nem adsz meg nicket, magadat protecteled.
-
- Alap beállítás szerint csak a founder tudja használni,
- vagy minimum a SOP listán vagy 10-es access szinten
- szereplõ userek használhatják saját maguk protectolására.
-
-CHAN_HELP_DEPROTECT
- Syntax: DEPROTECT #szoba [nick]
-
- Elveszi a protectet a nicktõl a megadott csatornán.
- Ha nem adsz meg nicket, magadat deprotecteled.
-
- Alap beállítás szerint csak a founder tudja használni,
- vagy min. az SOP listán vagy 10-es access szinten
- szereplõ userek használhatják maguk deprotectolására.
-
-CHAN_HELP_OWNER
- Syntax: OWNER #szoba
-
- Tulajdonosi státuszt ad a csatornán.
-
- Csak founder szintû user használhatja.
-
-CHAN_HELP_DEOWNER
- Syntax: DEOWNER #szoba
-
- Elveszi a tulajdonosi státuszt a csatornán.
-
- Csak founder szintu user használhatja.
-
-CHAN_HELP_INVITE
- Syntax: INVITE #szoba
-
- Utasítja a %S-et, hogy hívjon meg a megadott csatornára.
-
- Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel
- kell rendelkezned a csatornán, hogy használhasd.
-
-CHAN_HELP_UNBAN
- Syntax: UNBAN #szoba [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel
- kell rendelkezned, hogy használhasd.
-
-CHAN_HELP_KICK
- Syntax: KICK #szoba nick [indok]
-
- A ChanServ kirúgja a megadott nicknevet a csatornáról.
-
- Alapbeállítás szerint, min. AOP vagy 5-ös access szinttel
- kell rendelkezned a csatornán, hogy használhasd.
-
-CHAN_HELP_BAN
- Syntax: BAN #szoba nick [indok]
-
- Kitilt egy kiválaszott nicket a csatornáról.
-
- Alapbeállítás szerint, minimum AOP vagy 5-ös access
- szinttel kell rendelkezned a csatornán, hogy használhasd.
-
-CHAN_HELP_TOPIC
- Syntax: TOPIC #szoba [téma]
-
- A %S megváltoztatja a szoba témáját arra amit
- megadtál. Ha a téma nincs megadva, akkor egy üres
- topicot állít be. Ez a parancs hasznos, akkor ha a
- SET TOPICLOCK be van állítva. Használd a %R%S HELP
- SET TOPICLOCK parancsot bõvebb információért.
-
- Alapból a szoba founder szintû userei használhatják
- csak a csatornán.
-
-CHAN_HELP_CLEAR
- Syntax: CLEAR #szoba mit?
-
- A %S eltávolítja a beállításokat a csatornán.
- A következõ opciók lehetségesek:
-
- MODES Törli az összes módot ami nem szerepel a szoba
- mode lockjában.
- BANS Törli az összes tiltást a csatornán.
- EXCEPTS Törli az összes kivételt a csatornán.
- INVITES Clears all invites on the channel.
- OPS Elvesz minden opot a csatornán. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Eltávolít minden félop csatorna státuszt (+h mód)
- az összes csatornán lévõ féloperátortól, ha támogatott.
- VOICES Elvesz minden "voice"-t (mode +v) a csatornán.
- USERS Eltávolít minden usert a csatornáról (kirúgás).
-
- Alapbeállításban, a founder szintû userek használhatják.
-
-CHAN_HELP_GETKEY
- Syntax: GETKEY #szoba 
-
- Megadja a szoba kulcsot.
-
-CHAN_SERVADMIN_HELP
-
- Szervíz adminok tudják droppolni a csatornákat anélkül,
- hogy a szoba jelszót használnának, és megnézhetika az
- access, AKICK, és beállitási szint listát a csatornán.
-
-CHAN_SERVADMIN_HELP_DROP
- Syntax: DROP #szoba
-
- Törli a regisztrációt a csatornáról.Csak Services Operators
- droppolhat csatornát,úgy hogy nem használja a szoba
- jelszavát.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Syntax: SET #szoba NOEXPIRE {ON | OFF}
-
- Beállítja a szoba elévülését. Beállitva az
- ON paranmétert megelõzi az elévülõ csatornákat.
-
- Korlátozva Szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_LIST
- Syntax: LIST pattern[FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Lists all registered channels matching the given pattern.
- Channels with the PRIVATE option set will only be displayed
- to Services Operators. Channels with the NOEXPIRE option set
- will have a ! prepended to the channel name for Services Operators.
-
- If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only
- channels which, respectively, are FORBIDden, SUSPENDed or have
- the NOEXPIRE flag set will be displayed. If both options are
- given, both types of channels will be displayed. These options are
- korlátozva szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Syntax: GETPASS #szoba
-
- Kiirja a szoba jelszavát. Jegyzet bármikor használják a
- parancsot, egy üzenetet kap aki kiadta a parancsot és a szoba
- is ahol volt használva küld egy WALLOPS/GLOBOPS üzenetet.
-
- Korlátozva Szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_FORBID
- Syntax: FORBID #szoba [indok]
-
- Letiltja a szoba használatát.
- Csak droppolás után lehet a csatornát használni.
-
- Indoklást szükséges egyes hálózatokon.
-
- Korlátozva Szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND #szoba [indok]
-
- Elutasít minden szobahasználatot. Lehet törölni a
- UNSUSPEND paranccsal és akkor használható az öüsszes
- megörzött szoba adat/beállítás.
-
- Indoklást kér némelyik hálózat.
-
- Korlátozva Szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND #szoba
-
- Törli a suspendet a csatornáról. Összes adat és beállítás
- megõrizve a suspend használat elõttröl.
-
- Korlátozva Szervíz adminnak.
-
-CHAN_SERVADMIN_HELP_STATUS
- Syntax: STATUS #szoba nicknév
-
- Kiirja a nicknév aktuális hozzáférési szintjét a megadott
- csatornán. Válasz a következõ formában::
-
- STATUS szoba nicknév access-szint
-
- Ha hiba történik akkor a válasz a következõ formátunú:
-
- STATUS ERROR Hiba - üzenet
-
- Korlátozva Szervíz adminnak.
-
-###########################################################
-#
-# MemoServ help üzenetek
-#
-###########################################################
-MEMO_HELP_CMD_SEND
- SEND Üzenetet küld egy nicknek vagy csatornára
-MEMO_HELP_CMD_CANCEL
- CANCEL Visszavonja az utoljára küldött memot
-MEMO_HELP_CMD_LIST
- LIST Megjeleníti az üzenetek listáját
-MEMO_HELP_CMD_READ
- READ Elolvassa a megadott üzenete(ke)t
-MEMO_HELP_CMD_DEL
- DEL Törli a megadott üzenete(ke)t
-MEMO_HELP_CMD_SET
- SET Üzenetekkel kapcsolatos beállításokat hajt végre
-MEMO_HELP_CMD_INFO
- INFO Kiírja az üzenetekkel kapcsolatos információkat
-MEMO_HELP_CMD_RSEND
- RSEND Memo üzenetet küld és olvasási visszaigazolást kér
-MEMO_HELP_CMD_CHECK
- CHECK Ellenõrzi, hogy a címzett elolvasta-e már az üzit
-MEMO_HELP_CMD_SENDALL
- SENDALL Memo küldése minden regisztrált felhasználónak.
-MEMO_HELP_CMD_STAFF
- STAFF Memo küldése minden opernek/adminnak.
-
-MEMO_HELP_HEADER
- %S lehetõséget nyújt az IRC felhasználókank, hogy rövid
- üzeneteket küldjenek más IRC felhasználók részére,
- akkor is, ha a fogadó fél nem online, és csatornákra (*).
- Ahhoz, hogy üzenetet lehessen küldeni, mind a küldõ és a
- fogadó fél nicknevének regisztráltnak kell lennie.
-
- %S parancsok a következõket tartalmazzák:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- A parancsokkal kapcsolatos további segítségért
- írd be: %R%S HELP parancs.
-
- (*) Alapból, bármelyik user, minimum 10-es szinttel
- olvashatja a szoba memo üzeneit. Ez megváltoztatható a
- %s LEVELS paranccsal.
-
-MEMO_HELP_SEND
- Syntax: SEND { nick | #szoba } memo-szöveg
-
- Üzenetet küld a megnevezett nicknek vagy csatornára
- a üzenet-szövegét tartalmazva. Amikor nicknévnek küldesz
- a címzett kap egy üzenetet az új üzenet érkezésérõl
- A címzett csatornának vagy nicknévnek regisztráltnak kell
- lennie.
-
-MEMO_HELP_CANCEL
- Syntax: CANCEL { nick | #szoba }
-
- Visszavonja az utolsó memo üzenetet, amit a nicknek
- vagy csatornának küldtél.
-
-MEMO_HELP_LIST
- Syntax: LIST [#szoba] [list | NEW]
-
- Megjelenít egy listát a jelenlegi üzenteteidrol. A NEW
- opcióval csak az új (olvasatlan) üzenteket listázza.
- listázza. Az olvasatlan üzeneteket jelöli egy "*" jellel
- az üzenetszámtól balra. Megadhatsz számlistát is, mint
- ahogy az alábbi példa mutatja:
-
- LIST 2-5,7-9
- Listázza az üzeneteket 2 és 5, illetve 7 és 9 között.
-
-MEMO_HELP_READ
- Syntax: READ [#szoba] {sorszám| list| LAST | NEW}
-
- Elküldi a megadott üzenetek tartalmát. A LAST opcióval
- megjeleníti a legutolsó üzenetet. A NEW opcióval
- minden új üzenetet. Egyébként a megadott számú üzenetet.
- Megadhatsz számlistát is, mint a LIST parancsnál.
-
- Példák:
-
- READ 2-5,7-9
- Megjeleníti 2 és 5, a 7 és 9 között a memo üzeneteket
-
-MEMO_HELP_DEL
- Syntax: DEL [#szoba] {sorszám | list | LAST | ALL}
-
- Törli a megadott memo üzenete(ke)t.
- Több számot is megadhatsz, intervallumot is használhatsz,
- az egyszerû sorszám helyett.
-
- Ha a LAST meg van adva, az utolsó memo üzenetet törli
- Ha az ALL van megadve, akkor minden memo üzenetet töröl.
-
- Példák:
-
- DEL 1
- Törli az elsõ memo üzenetet.
-
- DEL 2-5,7-9
- Törli a memo üzeneteket 2 és 5, illetve 7 és 9 között.
-
-MEMO_HELP_SET
- Syntax: SET opció paraméterek
-
- Beállít különbözo memo opciókat.
- Az opció lehet az alábbiak egyike:
-
- NOTIFY Itt állíthatod be, ha figyelmeztetést szeretnél
- kapni az új üzenetekrol (csak nicknevehez)
- LIMIT Beállítja a maximális üzenetek számát
-
- További információért írd be: %R%S HELP SET opció
-
-MEMO_HELP_SET_NOTIFY
- Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Itt tudod beállítani, ha értesítést szeretnél kapni
- az új üzenetekrõl:
-
- ON Értesítést kapsz az új üzenetrõl csatlakozáskor,
- amikor visszajössz /AWAY-ból, vagy ha küldenek neked.
- LOGON Értesítést kapsz az új üzenetekrõl csatlakozáskor
- vagy ha visszajössz /AWAY-ból.
- NEW Csak akkor kapsz értesítést, ha új üzenet érkezett.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Nem kapsz értesítést az üzeneteidrõl.
-
- Az ON ekvivalens a LOGON és a NEW kombinálásával.
-
-MEMO_HELP_SET_LIMIT
- Syntax: SET LIMIT [#szoba] limit
-
- Beállítja, hogy max. hány üzenetet fogadhatsz a nickedre
- (vagy a csatornára). Ha 0-ra állítod, senki nem
- küldhet üzenetet a nickedre/csatornára. Mindamellett,
- nem állíthatod ezt a számot többre, mint %d.
-
-MEMO_HELP_INFO
- Syntax: INFO [#szoba]
-
- Információt jelenít meg arról, hogy mennyi üzeneted van,
- ebbõl mennyi olvasatlan, mennyi üzenetet fogadhatsz,
- és azt is megmondja, hogy kapsz-e üzenetet az új üzenetek
- érkezésekor. Paraméter megadása esetén az információt
- csatornára vonatkozóan jeleníti meg.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Syntax: SET LIMIT [user | #szoba]{korlát|NONE}[HARD]
-
- Beállítja egy felhasználó vagy szoba max.fogadható
- memo üzenetienek számát, ha a limitet 0-ra állitod
- akkor a felhasználó nem fogadhat üzeneteket.Ha a
- NONE-vel állítod be akkor annyit fogadhat és tarthat
- meg amennyit akar.Ha nem adsz meg nicknevet, vagy csatornát
- akkor a saját korlátaidat állitja.
-
- HARD-al hozzáadva nem állíthatja a felhasználó a korlát
- értékét Ha nem adod hozzá a HARD-ot akkor a felhasználó
- kedve szerint váltóztathatja a korlát értékét (akkor is ha
- az elõzõ értéket a HARD-al adtad meg)
-
- SET LIMIT parancs használata korlátozható Szervíz
- adminokra. Egyéb felhasználók csak saját maguknak és a
- csatornáknak ahol megfelelõ hozzáférésük van állíthatnak
- korlátot de nem törölhetik, és nem állíthatnak %d érték
- felett valamint HARD korlátot.
-
-
-MEMO_SERVADMIN_HELP_INFO
- Syntax: INFO [nick| #szoba]
-
- Paraméter nélkül kiirja az információt, hogy hány
- üzeneted van, ebböl hány olvasatlan, és összesen
- hány üzenetet fogadhatsz.
-
- A szoba paraméterrel, a csatornáról kapod meg
- ezeket az információkat
-
- A nicknév paraméterrel a megadott nicknévröl jeléeníti
- meg ezeket az információkat.Enek használat korlátozva
- Szervíz adminra.
-
-
-MEMO_HELP_STAFF
- Syntax: STAFF memo-üzenet
-
- Memo üzenet küldése az opereknek/adminoknak.
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL memo-üzenet
-
- Memo üzenet küldése minden regisztrált felhasználónak.
-
-MEMO_HELP_RSEND
- Syntax: RSEND {nick | #szoba} memo-üzenet
-
- Memot küld a megadott névnek, szobának a memo-üzenet
- tartalmával. Ha nicknévnek küldöd, akkor értesítést fog
- kapni, hogy új üzenete érkezett. A cél nicknévnek vagy
- csatornának regisztráltnak kell lennie.
- Amint a címzett elolvasta a memot, egy automatikus értesítést
- fog kapni a feladó arról, hogy az üzenetét elolvasták.
-
-MEMO_HELP_CHECK
- Syntax: CHECK nick
-
- Ellenõrzi, hogy az _utolsó_ üzenet, amit a nick számára
- küldtél már olvasott-e vagy még olvasatlan.
- Megjegyzés, ez csak nickekkel mûködik szobákkal nem.
-
-###########################################################
-#
-# OperServ help üzenetek
-#
-###########################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Üzenetet küld összes felhasználónak
-OPER_HELP_CMD_STATS
- STATS Mutatja a Szervít és hálózat állapotát
-OPER_HELP_CMD_STAFF
- STAFF Kijelzi a szervízt és aktív állapotát
-OPER_HELP_CMD_MODE
- MODE Váltóztatja a szoba módot
-OPER_HELP_CMD_KICK
- KICK Kirúgja a felhasználót csatornáról
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Törli a szoba módot
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Killeli az összes klónt a hosztról
-OPER_HELP_CMD_AKILL
- AKILL Szerkeszti az AKILL listát
-OPER_HELP_CMD_SNLINE
- SNLINE Szerkeszti az SNLINE listát
-OPER_HELP_CMD_SQLINE
- SQLINE Szerkeszti az SQLINE listát
-OPER_HELP_CMD_SZLINE
- SZLINE Szerkeszti az SZLINE listát
-OPER_HELP_CMD_CHANLIST
- CHANLIST Listázza az összes csatornát
-OPER_HELP_CMD_USERLIST
- USERLIST Listázza az összes felhasználót
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Fellépõ üzenetek beállítása
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Véletlenszerûen megjelenõ üzenetet állít be
- a felhasználók részére
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Operek részére megjelenõ üzenetet állít be
-OPER_HELP_CMD_SESSION
- SESSION Olvassa a sessionok hoszt listáját
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Módosítja a session-korlát/kivétel listát
-OPER_HELP_CMD_NOOP
- NOOP Ideiglenesen törli az összes O:line-t a szerver
- távollétében
-OPER_HELP_CMD_JUPE
- JUPE Létrehoz egy "Jupiter" álszervert.
-OPER_HELP_CMD_IGNORE
- IGNORE Módosítja a Szervíz mellõzési listáját
-OPER_HELP_CMD_SET
- SET Beállítja szervíz általános változóit
-OPER_HELP_CMD_RELOAD
- RELOAD Újratölti a szervíz Konfigurációs fájlját
-OPER_HELP_CMD_UPDATE
- UPDATE A Szervíz adatbázist frissíti, felülírja
- lemezre közvetlenül
-OPER_HELP_CMD_RESTART
- RESTART Menti az adatbázist, és újraindítja a szervízt
-OPER_HELP_CMD_QUIT
- QUIT Leállítja a szervíz programot mentés nélkül
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Leállítja a szervíz programot mentéssel
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulálja a DefCon rendszert
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL az összes usert a csatornáról
-OPER_HELP_CMD_OLINE
- OLINE Operflaget ad a biztos felhasználónak
-OPER_HELP_CMD_UMODE
- UMODE Felhasználó módok állítása
-OPER_HELP_CMD_SVSNICK
- SVSNICK Megváltoztatja a felhasználó nicknevét
-OPER_HELP_CMD_MODLOAD
- MODLOAD Betölti a modult
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Kitölti a modult
-OPER_HELP_CMD_MODINFO
- MODINFO Információ a betöltött modulokról
-OPER_HELP_CMD_MODLIST
- MODLIST Listázza a betöltött modulokat
-
-OPER_HELP
- %S parancsok:
-
-OPER_HELP_LOGGED
- Üzenet:Minden %S-nek küldött parancs naplózva van.
-
-OPER_HELP_GLOBAL
- Syntax: GLOBAL üzenet
-
- Megengedi, hogy az IRCopok üzenetet küldjenek az összes
- felhasználónak a hálózaton. Üzenetet a %s nickrõl küldi.
-
-OPER_HELP_STATS
- Syntax: STATS [AKILL | ALL | RESET]
-
- Ha választasz valamit, megmutatja az aktuális
- felhasználók számát, a bejelentkezett IRCopokat (szervizek
- nélkül), legmagasabb felhasználószámot a szervíz indulása
- óta, és az idõt amióta fut a szerver.
-
- Az AKILL beállítással, kijelzi az aktuális maxot az
- AKILL listán és az aktuális lejárati idõt.
-
- Az ALL beállítást csak szervíz adminok használhatják és
- kiírja a szervíz memória használatának információját. Ez a
- beállítás lefagyaszthatja a szervízt egy rövid idõre nagy
- hálózat esetén, így nem lehet használni azt.
-
- A RESET beállítás nullázza az aktuális felhasználók max.
- számát átírja a jelenlegi felhasználó számra
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Syntax: MODE #szoba módok
-
- Megengedi a szervíz operátornak, hogy szoba módokat
- állítson. Parameterek ugyanazok mint a szabvány
- /MODE parancsnál
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_UMODE
- Syntax: UMODE user módok
-
- Megengedi a szervíz adminoknak, hogy egy user felhasználói
- módjait megváltoztassa. Parameterek ugyanazok mint a
- szabvány /MODE parancsnál.
-
-OPER_HELP_OLINE
- Syntax: OLINE user flagek
-
- Lehetõséget ad a szervíz adminnak, hogy egy usernek
- operflaget adjon. Elõjelként "+" vagy "-" adható meg.
- Ha csak a "-" paraméter adod meg akkor mindent eltávolít.
-
-OPER_HELP_CLEARMODES
- Syntax: CLEARMODES szoba [ALL]
-
- Töröl minden módot (i,k,l,m,n,p,s,t)és kitiltást a
- csatornáról. Ha az ALL-t megadod akkor eltávolítja
- az op és voice jogokat (+o és +v módot) a csatornán.
-
- Korlátozva Szervíz operátornak.
-
-OPER_HELP_KICK
- Syntax: KICK #szoba user indok
-
- Lehetoséget nyújt az IRCopoknak, hogy bármelyik szobából
- kirúgjanak egy felhasználót. A paraméterek ugyanazok,
- mint a szabványos /KICK parancsnál. A kirúgási üzenetben
- benne lesz a KIK parancsot küldõ IRCop nickneve; például:
-
- ***xy ki lett rúgva a #csatornáról %S által.(op(csak))
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick újnick
-
- Erõszakkal meváltóztatja a user nickevét újnicknévre.
-
-OPER_HELP_AKILL
- Syntax: AKILL ADD [ +lejárat] maszk indok
- AKILL DEL {maszk | sor-szám | list}
- AKILL LIST [maszk | list]
- AKILL VIEW [maszk | list]
- AKILL CLEAR
-
- Lehetõséget ad a szervíz opoknak, hogy karbantartsák az
- AKILL listát. Ha egy felhasználó az AKILL maszkkal egyezõ
- cimrõl próbál csatlakozni , akkor szervíz kiad egy KILL
- parancsot a nickre, és a támogatott szervertípusokon arra
- utasít minden szervert, hogy adjon K-linet a maszknak.
-
- AKILL ADD hozzáadja a megadott user@host/ip maszkot az
- AKILL listára a megadott indokkal (amit meg kell adnod).
- Az elévülést egész számmot kovet egy idõparaméter d (nap),
- h (óra), m (perc).Ezek kombinálása nem lehetséges(1h30m).
- ha nem adsz meg idõegységet akkor önmagában napot jelent.
- (+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem
- elévülõ lesz.Ha a usermaszk + -al kezdõdik akkor elévülést
- meg kell adni akkor is ha megegyezik az alapértelmezéssel.
- Az AKILL jelenlegi alapértelmezett elévüólési ideje
- megnézhetõ a STATS AKILL paranccsal.
-
- AKILL DEL törli a maszkot az AKILL listáról, ha rajta
- van. Ha bejegyzés sorszámot adsz meg akkor azok fognak
- törlõdni.(lásd a példát alább)
- AKILL LIST kiirja a jelenlegi AKILL listát. Ha egy
- "*" karakteres maszk van megadva, akkor csak azokat az
- AKILL-eket listázza, amelyek ráillenek a megadott maszkra.
- Ha sorszámot adsz meg akkor azok fognak törlõdni. Példa:
-
- AKILL LIST 2-5,7-9
- Listázza az AKILL-en lévoket 2-tõl 5-ig és 7-tõl 9-ig
- az AKILL listából
-
- AKILL VIEW részletesebb verziója az AKILL LIST-nek,
- amely megmutatja, hogy ki vette fel az AKILL-t, mikor lett
- felvéve és mikor jár le, éppúgy, felhasználó@gazdanév
- maszkot és indokot.
-
- AKILL CLEAR töröli az összes AKILL bejegyzést.
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_SNLINE
- Syntax: SNLINE ADD [+lejárat] maszk:indok
- SNLINE DEL {maszk | sor-szám | list}
- SNLINE LIST [maszk | list]
- SNLINE VIEW [maszk | list]
- SNLINE CLEAR
-
- Lehetõséget ad a szervíz opoknak, hogy karbantartsák az
- SNLINE listát. Ha egy felhasználó egy valós névvel akar
- csatlakozni , ami szerepel az SNLINE listán akkor szervíz
- nem fogja engedélyezni részére a csatlakozást.
-
- SNLINE ADD hozzáadja a valósnévmaszkot az SNLINE listára
- a megadott indokkal (amit meg is kell adni).
- Az elévülést egész számmot kovet egy idoparaméter d (nap),
- h (óra), m (perc).Ezek kombinálása nem lehetséges(1h30m).
- ha nem adsz meg idoegységet akkor önmagában napot jelent.
- (+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem
- elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést
- meg kell adni akkor is ha megegyezik az alapértelmezéssel.
- Az SNLINE jelenlegi alapértelmezett elévülési ideje
- megnézheto a STATS AKILL paranccsal.
- Jegyzet: a valósnév maszkja tartalmazhat szóközt ezért
- közte és az indok között az elválasztó karakter a vesszõ.
- SNLINE DEL eltávolítja a megadott maszkot az SNLINE listáról,
- ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok fognak
- törlodni. (Lásd a példa alább)
- SNLINE LIST kiirja az összes SNLINE bejegyzést; ha
- egy tetszõleges maszk meg van adva, a lista korlátozva lesz
- azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:
-
- SNLINE LIST 2-5,7-9
- Listázza a SNLINE-okat 2-töl 5-ig és 7-tõl 9-ig az
- SNLINE listáról
-
- SNLINE VIEW részletesebb verziója a SNLINE LIST-nek,
- és megmutatja, ki készítette a SNLINE bejegyzéseket,
- és mikor jár le, mint a maszkot és az indokot.
- SNLINE CLEAR törli az SNLINE bejegyzéseket.
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_SQLINE
- Syntax: SQLINE ADD [+lejárat] maszk indok
- SQLINE DEL {maszk | sor-szám | list}
- SQLINE LIST [maszk | list]
- SQLINE VIEW [maszk | list]
- SQLINE CLEAR
-
- Engedélyezi a operátoroknak, hogy karbantartsák az SQLINE
- listát. Ha egy felhasználó "nick-je" ráillik egy SQLINe
- maszkra, megpróbál csatlakozni, a szervíz nem fogja engedni
- az egész irc-n.
-
- Ha az elsõ karakter a maszkban #, szervíz meg fogja elõzni
- a használatát Az ilyen csatornáknak (az IRCD-k ezt
- támogatják).
-
- SQLINE ADD hozzáadja az adott maszkot az SQLINE listához
- a megadott indokkal (amit meg kell adni).Az elévülést is,
- egész számmot követ egy idöparaméter d (nap),h (óra),
- m (perc).Ezek kombinálása nem lehetséges(1h30m).
- Ha nem adsz meg idöegységet akkor önmagában napot jelent.
- (+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem
- elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést
- meg kell adni akkor is ha megegyezik az alapértelmezéssel.
- Az SQLINE jelenlegi alapértelmezett elévülési ideje
- megnézheto a STATS AKILL paranccsal.
- SQLINE DEL eltávolítja a maszkot az SQLINE listáról,
- ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok
- fognak törlõdni. (Lásd a példa alább)
- SQLINE LIST kiirja az összes SQLINE bejegyzést; ha
- egy tetszöleges maszk meg van adva, a lista korlátozva lesz
- azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:
-
- SQINE LIST 2-5,7-9
- Listázza a SQLINE-okat 2-töl 5-ig és 7-tol 9-ig az
- SQLINE listáról
-
- SQLINE VIEW részletesebb verziója a SQLINE LIST-nek,
- és megmutatja, ki készítette a SNLINE bejegyzéseket,
- és mikor jár le, mint a maszkot és az indokot.
- SQLINE CLEAR törli az SQLINE bejegyzéseket.
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_SZLINE
- Syntax: SZLINE ADD [+lejárat] maszk indok
- SZLINE DEL {maszk | sorszám | list}
- SZLINE LIST [maszk | list]
- SZLINE VIEW [maszk | list]
- SZLINE CLEAR
-
- Lehetöséget nyújt az operátoroknak, hogy karbantartsák az
- SZLINE listát. Ha egy felhasználó, IP címe ráillik egy
- SZLINE maszkra, csatlakozni akar, a szervíz nem fogaj azt
- megengedni( és ez lehet IP vagy PTR RR vagy not)
- SZLINE ADD hozzáadja az adott maszkot az SZLINE listához
- a megadott indokkal (amit meg kell adni).Az elévülést is,
- egész számmot követ egy idöparaméter d (nap),h (óra),
- m (perc).Ezek kombinálása nem lehetséges(1h30m).
- Ha nem adsz meg idöegységet akkor önmagában napot jelent.
- (+30 az 30 napot jelent).Ha +0-át adsz meg akkor nem
- elévülo lesz.Ha a usermaszk + -al kezdodik akkor elévülést
- meg kell adni akkor is ha megegyezik az alapértelmezéssel.
- Az SZLINE jelenlegi alapértelmezett elévülési ideje
- megnézheto a STATS AKILL paranccsal.
- SZLINE DEL eltávolítja a maszkot az SZLINE listáról,
- ha jelen van.Ha bejegyzés sorszámot adsz meg akkor azok
- fognak törlodni. (Lásd a példa alább)
- SZLINE LIST kiirja az összes SQLINE bejegyzést; ha
- egy tetszöleges maszk meg van adva, a lista korlátozva lesz
- azokra a bejegyzésekre, amelyekre ráillik a maszk. Példa:
-
- SZINE LIST 2-5,7-9
- Listázza a SZLINE-okat 2-töl 5-ig és 7-tol 9-ig az
- SZLINE listáról
-
-
- SZLINE VIEW részletesebb verziója a SZLINE LIST-nek,
- és megmutatja, ki készítette a SZLINE bejegyzéseket,
- és mikor jár le, mint az IP-t és az indokot.
-
- SQLINE CLEAR törli az SQLINE bejegyzéseket.
-
- Korlátozva Szervíz operatornak.
-
-OPER_HELP_SET
- Syntax: SET opció beállítás
-
- Beállítja a Services általános opcióit.
- A lehetséges opciók:
- READONLY Csak-olvasás vagy olvasás-írás mód beállítása
- LOGCHAN Kiírja a naplózott üzeneteket a csatornára
- DEBUG Bekapcsolja/kikapcsolja a debug módot
- NOEXPIRE Bekapcsolja/kikapcsolja a nem elévülõ módot
- SUPERADMIN Bekapcsolja/kikapcsolja a super-admin módot
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
- Korlátozva Szervíz adminnak.
-
-OPER_HELP_SET_READONLY
- Syntax: SET READONLY {ON | OFF}
-
- Csak-olvasás mód aktiválása/kikapcsolása. A csak-olvasás
- mód, a normal felhasználó részére nem engedi, hogy bármit
- módosítson a szervízben, beleértve a nicknév, a
- hozzáférés listát, stb. IRCoperátorok a megfelelõ flaggel
- módosítani tudja a szervíz akill listát és a droppolhat
- vagy forbidolhat nickneveket és szobákat, de ez nem fog
- kerül mentésre, amíg a csak olvasni módot kikapcsolja
- és restartolja a szervízt.
-
- Ez a parancs egyenértéku a parancs-sorban kiadott
- -readonly opcióval.
-
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- Beállítja, hogy a szervíz a naplózó csatornára küldje el
- a részletes napló adatokat és persze a naplófájlba.
- A Naplózó Csatornát (LogChannel) meg kell határozni a
- szervíz config fáljában, hogy használhasd ezt az opciót.
-
- This option is equivalent to the command-line option -logchan.
-
- Jegyzet: súlyos biztonsági gondokat okozhat, ha ez a
- naplózó szoba nincs kellõen védve.
-
-OPER_HELP_SET_DEBUG
- Syntax: SET DEBUG {ON | OFF | szám}
-
- Be vagy kikapcsolja a debug módot. Debug módban, minden a
- Szervíznek és a szervíz által küldött üzenet és persze még
- sok más üzenet rögzítésere kerül a naplófájlban. Ha megadsz
- számot is, akkor a debug mód bekapcsol és a megadott szinten
- fog muködni.
-
- Ez az opció megegyezik a parancs-sorban kiadható opcióval:
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Syntax: SET NOEXPIRE {ON | OFF}
-
- Bekapcsolja a nem elévülést. A nem elévülõ módban nickek,
- csatornák, akillek és kivételek rakhatóak nem elévülõre is
- amíg ezt az opciót nem kapcsolod ki.
-
- Ez az opció megegyezik a parancs-sorban kiadható opcióval:
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Ez a beállítás extra jogokat biztosít számodra, például
- az "összes szoba founderje" stb...
-
- Ez az opció nem ajánlott, csak akkor használd, ha
- szükséges és kapcsold ki, ha már nem.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Syntax: NOOP SET szerver
- NOOP REVOKE szerver
-
- NOOP SET levesz minden O:line-t a megadott
- szerver-en és killel minden IRCopot, aki fent van
- megelõzvén a szerver rehasholását (mert ez
- törölné a hatást).
-
- NOOP REVOKE minden levett O:line-t újra elérhetõvé tesz
- a megadott szerver-en.
-
- Jegyzet: A szerver paramétert nem ellenõrzi
- a Szerviz.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_JUPE
- Syntax: JUPE server [leirás]
-
- Tells Services to jupiter a server -- that is, to create
- a fake "server" connected to Services which prevents
- the real server of that name from connecting. The jupe
- may be removed using a standard SQUIT. If a reason is
- given, it is placed in the server information field;
- otherwise, the server information field will contain the
- text "Juped by <nick>", showing the nickname of the
- person who jupitered the server.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_UPDATE
- Syntax: UPDATE
-
- Menti a Szervíz adatbázisát, azonnal amint kiadtad
- a parancsot.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_RELOAD
- Syntax: RELOAD
-
- Újratölti a Szervíz konfigurációs fájlját. Jegyzet: néhány
- direktívának ettõl függetlenül restart kell, hogy hatása
- életbe lépjen. (Például a Szervíz egységek nicknév váltása
- vagy session korlátozás aktíválása, stb.)
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_QUIT
- Syntax: QUIT
-
- A Szervíz azonnal leáll; az adatbázist nem menti el.
- Ez a parancs annak elkerülésére hasznos, hogy a memóriában
- lévõ adatok másolata bekerüljön az adatbázisba.
- Normál leállításokhoz használd kérlek a
- SHUTDOWN parancsot!
-
- Korlátozva Services Operatoroknak.
-
-OPER_HELP_SHUTDOWN
- Syntax: SHUTDOWN
-
- Menti a Szervíz adatbázisát, majd leállítja a programot.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_RESTART
- Syntax: RESTART
-
- Menti a Szervíz adatbázisát, majd újraindítja a programot.
- (Kilép, majd újraindul.)
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_CHANLIST
- Syntax: CHANLIST [{pattern | nick} [SECRET]]
-
- Listáz minden csatornát, ami most aktív az IRC hálózaton
- attól függetlenül, hogy regisztrált vagy sem.
-
- Ha a pattern meg van adva, akkor csak az egyezõket
- listázza. Ha a nicknév van megadva, akkor listázza azokat
- a csatornákat, ahol az adott user bent van. Ha a SECRET
- van megadva, akkor listáz minden pattern-nek megfelelõ
- csatornár, melyen +s vagy +p mód van fent.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_USERLIST
- Syntax: USERLIST [{pattern | #szoba} [INVISIBLE]]
-
- Listáz minden jelenleg online usert az IRC hálózaton,
- attól függetlenül, hogy regisztrált vagy sem.
-
- Ha a pattern meg van adva, akkor csak az egyezõket
- listázza (formátum: nick!user@host). Ha a #szoba
- meg van adva, akkor csak az adott csatornán lévõket
- listázza. Ha az INVISIBLE meg van adva, akkor csak a
- +i flages usereket listázza.
-
- Korlátozva Szervíz adminoknak.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD Fájlnév
-
- Ez a parancs betölti azt modult, a modules könyvtárból,
- amelyiknek a fájlnevét megadtad.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD FileName
-
- Ez a parancs kitölti a megnevezett fájlnevû msdult a
- modulok listájából.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO Fájlnév
-
- A parancs részletes információt ad a betöltött modulokról.
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Listázza az összes betöltött aktív modult.
-
-###########################################################
-#
-# BotServ help üzenetek
-#
-###########################################################
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Listázza az elérhetõ botokat
-BOT_HELP_CMD_ASSIGN
- ASSIGN Társít egy botot a csatornához
-BOT_HELP_CMD_SET
- SET Konfigurálja a bot opcióit
-BOT_HELP_CMD_KICK
- KICK Konfigurálja a kirúgásokat
-BOT_HELP_CMD_BADWORDS
- BADWORDS Szerkeszti a tiltott szavak listáját
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Karbantartja a hálózat botjainak listáját
-
-BOT_HELP
-
- %S lehetõvé teszi, hogy botod legyen a csatornádon.
- Ezt olyan felhasználók számára készítették, akik
- nem tudnak saját botot futtatni, vagy a hálózaton nem
- engedélyezik ezt. Az elérhetõ parancsok listája alább
- található; használatukhoz írd be %R%S parancs.
- Bõvebb információt így kaphatsz az adott parancsról:
- %R%S HELP parancs.
-
-BOT_HELP_FOOTER
- A Bot akkor fog belépni a csatornára, ha legalább
-
- %d felhasználó van bent.
-
-BOT_HELP_BOTLIST
- Syntax: BOTLIST
-
- Listázza az összes érvényes botot a hálózatról.
-
-BOT_HELP_ASSIGN
- Syntax: ASSIGN #szoba nick
-
- Társítja a megnevezett botot a szobához. Beállíthatod a
- botodat a csatornád igényeidnek megfelelõen.
- Kellemes botozást! :-)
-
-BOT_HELP_UNASSIGN
- Syntax: UNASSIGN #szoba
-
- Eltávolítja a botot a csatornáról. Ha használod ezt a
- parancsot, akkor a botod nem fog többet belépni a
- szobába. A bot konfigurációi megmaradnak.
- Azaz nem kell újra bekonfigurálnod, ha késõbb vissza
- akarod hozni a szobádba.
-
-BOT_HELP_INFO
- Syntax: INFO {#szoba | nick}
-
- Lehetõvé teszi, hogy megnézd a %S információkat egy
- csatornával vagy bottal kapcsolatban. Ha a paraméter
- szobanév, akkor megkapod a szobára vonatkozó bot
- beállításokat. Ha a paraméter nick, akkor a botról
- kapsz információkat, például létrehozás ideje, csatornák
- száma.
-
-BOT_HELP_SET
- Syntax: SET #szoba opció paraméterek
-
- Beállítja a bot opcióit. Az opció a következõ lehet:
-
- DONTKICKOPS Védelem az opoknak bot kirúgás ellen
- DONTKICKVOICES Védelem a voicesokna bot kirúgás ellen
- GREET Engedélyezi a köszöntõ üzenetet
- FANTASY Engedélyezi a fantaisi parancsokat
- SYMBIOSIS Megengedi, hogy a bot olyan legyen mint
- az igazi botok
-
- Írd be %R%S HELP SET opció bõvebb információkért
- az adott opcióról.
-
- Megjegyzés: ezekhez a parancsokhoz a hozzáférést a
- levels-ben lehet állítani.
-
-BOT_HELP_SET_DONTKICKOPS
- Syntax: SET #szoba DONTKICKOPS {ON|OFF}
-
- Engedélyezi vagy tiltja opok védelmét a csatornán.
- Ha engedélyezve van, akkor az opokat nem fogja a bot
- kirúgni, akkor se, ha nem egyeznek meg a NOKICK szinttel
-
-BOT_HELP_SET_DONTKICKVOICES
- Syntax: SET #szoba DONTKICKVOICES { ON|OFF }
-
- Engedélyezi vagy tiltja hangadók védelmét a csatornán.
- Ha engedélyezve van, akkor a hangadókat nem fogja a bot
- kirúgni, akkor se, ha nem egyeznek meg a NOKICK szinttel
-
-BOT_HELP_SET_FANTASY
- Syntax: SET #szoba FANTASY { ON|OFF }
-
- Engedélyezi vagy tiltja fantasy módot a csatornán.
- Ha engedélyezve van, akkor a következõ parancsok
- használhatók a csatornán: !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen (találd ki hogyan kell
- használni õket; próbáld meg nick megadásával, a nélkül
- is)
-
- Azoknak akik ezeket a parancsokat akarják használni
- rendelkezniük KELL a szükség szinttel mind a FANTASIA
- mind pedig az egyéb szintekkel, ami a parancshoz
- szükséges. (például, az !op használatához, meg kell
- legyen a megfelelõ szintjük az OPDEOP parancsokhoz.).
-
-BOT_HELP_SET_GREET
- Syntax: SET #szoba GREET { ON|OFF }
-
- Engedélyezi vagy tiltja Köszöntõ módot a csatornán.
- Ha engedélyezve van, akkor a bot megjeleníti azoknak
- a köszöntõ üzenetét, akiknek a szintjük megfelelõ ehhez.
-
-BOT_HELP_SET_SYMBIOSIS
- Syntax: SET #szoba SYMBIOSIS { ON|OFF }
-
- Engedélyezi vagy tiltja symbiosis módot a csatornán.
- Ha engedélyezve van, akkor a bot fog mindent csinálni,
- amit egyébként a %s csinálna a csatornán, mint MODE,
- KICK, és a belépõüzenet kiírása.
-
-BOT_HELP_KICK
- Syntax: KICK #szobaopcióparaméterek
-
- Bot kirúgások beállítása. Az opció a következõ lehet:
-
- BOLDS A bot kirúgja félkövér betûkkel írókat
- BADWORDS A bot kirúgja a csúnyaszavakat használókat
- CAPS A bot kirúgja CapsLock használókat
- COLORS A bot kirúgja szinesen írókat
- FLOOD A bot kirúgja floodolókat
- REPEAT A bot kirúgja az önmagukat
- ismétlõket.
- REVERSES A bot kirúgja visszafelé írókat
- UNDERLINES A bot kirúgja aláhúzással írókat
- ITALICS Sets if the bot kicks italics
-
- Írd be %R%S HELP KICK opció az adott opcióval
- kapcsolatos bõvebb információkért.
-
- Megjegyzés: A parancshoz való hozzáférést a level SET-ben
- lehet korlátozni.
-
-BOT_HELP_KICK_BOLDS
- Syntax: KICK #szoba BOLDS { ON|OFF } [ ttb ]
-
- Beállítja a félkövér írásért járó kirúgást.
- Ha engedélyezve van akkor a bot kirúg a félkövér betûkért.
-
- A ttb a banolás elotti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_COLORS
- Syntax: KICK #szoba COLORS { ON|OFF } [ ttb ]
-
- Beállítja a szines írásért járó kirúgást.
- Ha engedélyezve van akkor a bot kirúgja a színesen írókat.
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_REVERSES
- Syntax: KICK #szobaREVERSES { ON|OFF } [ ttb ]
-
- Beállítja a visszafelé írásért járó kirúgást.
- Ha engedélyezve van akkor a bot kirúgja a reverse írókat.
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_UNDERLINES
- Syntax: KICK #szobaUNDERLINES { ON|OFF } [ ttb ]
-
- Beállítja az aláhúzott írásért járó kirúgást.
- Ha engedélyezve van akkor a bot kirúgja az aláhúzva írókat
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_CAPS
- Syntax: KICK #szobaCAPS { ON|OFF } [ ttb [ min [ százalék ]]]
-
- Beállítja a túlzott caps miatt járó kirúgást.
- Ha engedélyezve van, akkor a bot kirúgja a "kiabálókat".
-
- A bot csak akkor rúgja ki a usert, ha legalább min számú
- betû van és ez legalább százaléka%% az összes szövegnek
- a sorban (ha nincs megadva, akkor 10 karakter a min és
- annak legalább a 25%-a az alapbeállítás)
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_FLOOD
- Syntax: KICK #szoba FLOOD { ON|OFF } [ ttb [ sor [ mp ]]]
-
- Beállítja a flood miatti kirúgást. Ha engedélyezve van
- akkor a bot kirúgja a floodoló usereket, ha legalább
- sor számú sort írtak mp másodpercnyi idõ alatt.
- (ha nincs megadva, akkor 6 sor és 10 mp alatt).
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_REPEAT
- Syntax: KICK #szoba REPEAT { ON|OFF } [ ttb [ szám ]]
-
- Beállítja az ismétlés miatti kirúgást. Ha engedélyezve
- van az opció, akkor a bot kirúgja az önmagukat ismétlõ
- usereket, ha szám alkalommal ismételtek.
- (Ha nem adsz meg értéket, akkor az érték 3 lesz)
-
- A ttb a banolás elõtti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_BADWORDS
- Syntax: KICK #szoba BADWORDS {ON|OFF} [ttb]
-
- Beállítja a csúnyaszavak miatti kirúgást. Ha engedélyezve
- van, akkor a bot kirúgja azt, aki kiejt egy olyan szót,
- ami szerepel a csúnyaszavak listáján.
-
- A csúnyaszavak listáját a csatornádhoz neked kell megadnod
- A BADWORDS paranccsal. Írd be %R%S HELP BADWORDS
- bõvebb információkért.
-
- A ttb a banolás elotti kickek száma.
- Ha nem adod meg, akkor csak kirúgást eszközöl a bot.
- Ha megadod a ttb-t, akkor x kirúgás után banol a bot.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Syntax:BADWORDS #szoba ADD szó [SINGLE | START | END]
- BADWORDS #szoba DEL { szó | sorszám | list}
- BADWORDS #szoba LIST [ maszk | list]
- BADWORDS #szoba CLEAR
-
- Karbantartja a szoba csúnyaszó listáját. A tiltott
- szavak listája meghatározza, hogy mely szavak kiejtésére
- rúgja ki a bot a usert, ha a kirúgás engedélyezve van,
- errõl bõvebb információk: %R%S HELP KICK BADWORDS.
-
- A BADWORDS ADD parancs hozzáad egy szót a listához.
- Ha a SINGLE van megadva, akkor lesz kirúgja a user, ha
- a konkrét szót mondja ki.
- Ha a START van megadva, akkor a szó elejét figyeli a bot.
- Ha az END van megadva, akkor a szó végét figyeli a bot.
- Ha nem adsz meg semmit, akkor a user minden alkalommal
- kirúgásra kerül, ha kiejti a szót.
- Ha nem beszél csúnyán, akkor semmi baja nem lesz! :-)
-
- A BADWORDS DEL parancs eltávolítja a megadott szót
- a tiltott szavak listájáról. Ha egy sorozatot adsz meg
- a bejegyzések számával, akkor azok a bejegyzések kerülnek
- törlésre. (Lásd lentebb a listázást.)
-
- A BADWORDS LIST parancs megjeleníti a tiltott szavakat.
- Ha használod a * karaktert, akkor csak az egyezõ
- bejegyzések kerülnek listázásra. Ha egy sorozatot adsz meg
- akkor azok a bejegyzések kerülnek megjelenítésre; példa:
-
- BADWORDS #szoba LIST 2-5,7-9
- Listázza a csúnyaszavakat 2-tõl 5-ig és a 7-tõl
- 9-ig.
-
- BADWORDS CLEAR parancs törli az összes bejegyzést
- a tiltott szavak listájáról
-
-BOT_HELP_SAY
- Syntax: SAY #szoba szöveg
-
- Elküldi a bot a megadott szöveget a csatornára.
-
-BOT_HELP_ACT
- Syntax: ACT #szoba szöveg
-
- A bot "/me" akcióval küldi el a megadott szöveget
- a csatornára.
-
-BOT_SERVADMIN_HELP_BOT
- Syntax: BOT ADD nick user hoszt valós
- BOT CHANGE réginick újnick [user [ hoszt [ valós ]]]
- BOT DEL nick
-
- Lehetõvé teszi a Services Operatoroknak, hogy létrehozzanak
- töröljenek, módosítsanak botokat, amiket a userek
- használhatnak a csatornáikon.
-
- BOT ADD hozzáad egy botot a megadott nick, usernév,
- hostnév és valósnév használatával. Amióta nincs ellenõrzés
- kérlek óvatósan használd ezt a parancsot.
- BOT CHANGE megváltoztatja egy bot nickjét, usernevét,
- hostnevét, valósnevét, anélkül hogy törölni kellene
- (minden adat, beállítás megmarad benne.)
- BOT DEL törli a megadott botot a listából.
-
- Megjegyzés: ha létrehozol egy botot, egy már regisztrált
- nickkel, akkor a nick dropolva lesz. Akkor is, ha a user
- éppen használja a nicket; killelve lesz.
-
-BOT_SERVADMIN_HELP_SET
-
- Ezeket az opciókat csak Szervíz adminok használhatják:
-
- NOBOT Megelõzi, hogy egy botot társítani lehessen
- csatornához
- PRIVATE Megelõzi, hogy egy botot nem IRCop személy
- társíthasson
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Syntax: SET #szoba NOBOT {ON|OFF}
-
- Ez az opció a botot szobához társíthatatlanná teszi.
- Ha egy bot már társítva van egy csatornához
- akkor törlödik onnan, ha ezt az opciót bekapcsolod.
-
- Korlátozva Szervíz adminoknak.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Syntax: SET bot-nick PRIVATE {ON|OFF}
-
- Ez az opció megelõzi, hogy az adott botot a csatornához
- nem IRC operátor személyek társíthassák.
-
- Korlátozva Szervíz adminoknak.
-
-###########################################################
-#
-# HostServ üzenetek
-#
-###########################################################
-HOST_EMPTY
- A vhost lista üres.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- %s vhostja erre változott: %s.
-HOST_IDENT_SET
- %s vhostja erre változott: %s@%s.
-HOST_SETALL
- A %s csoport vhostja %s lett.
-HOST_DELALL
- A %s csoport vhostja törölve.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- A %s csoport vhostja erre változott: %s@%s.
-HOST_SET_ERROR
- A vhost hosztmaszknak érvényes formátumban kell lennie.
-HOST_SET_IDENT_ERROR
- A vhost identnek érvényes formátumúnak kell lenni.
-HOST_SET_TOOLONG
- Hiba! A vhost hoszzú, írj %d karakternél rövidebbet!
-HOST_SET_IDENTTOOLONG
- Hiba! Az Ident hoszzú, írj %d karakternél rövidebbet!
-HOST_NOREG
- %s felhasználó nincs a nickserv db fájlban.
-HOST_SET_SYNTAX
- SET <nick> <hosztmaszk>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hosztmaszk>.
-HOST_DENIED
- Hozzáférés megtagadva.
-HOST_NOT_ASSIGNED
- Keress meg egy Operátort és kérj tõle vhostot.
-HOST_ACTIVATED
- A %s virtuális hosztod aktiválva.
-HOST_IDENT_ACTIVATED
- A %s@%s virtuális hosztod aktiválva.
-HOST_DEL
- %s vhosztja törölve lett.
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Ön ircdje nem támogatja a videnteket, ha ez nem igaz,
- akkor kérem jelentse ezt, mint lehetséges hibát.
-HOST_GROUP
- Az összes user vhosztja a(z) %s csoportba %s lett
-HOST_IDENT_GROUP
- Az összes user vhosztja a(z) %s csoportba %s@%s lett
-HOST_LIST_FOOTER
- Kiírja az összes bejegyzést (Számláló: %d)
-HOST_LIST_RANGE_FOOTER
- Kiírja a bejegyzéseket %d-tól %d-ig
-HOST_LIST_KEY_FOOTER
- Kiírja azokat a hosztokat melyben a %s szó szerepel.
- (számláló: %d)
-
-###########################################################
-#
-# HostServ Help üzenetek
-#
-###########################################################
-HOST_HELP_CMD_ON
- ON Aktiválja a társított vhostot
-HOST_HELP_CMD_OFF
- OFF Kikapcsolja a társított vhostot
-HOST_HELP_CMD_GROUP
- GROUP A vhostot a csoport minden tagjára állítja
-HOST_HELP_CMD_SET
- SET Beállít egy vhosztot a felhasználónak
-HOST_HELP_CMD_SETALL
- SETALL Beállítja a vhosztot összes nicknek a csoportban
-HOST_HELP_CMD_DEL
- DEL Törli egy felhasználónak a vhostját
-HOST_HELP_CMD_DELALL
- DELALL Törli a vhosztot a nickekröl a csoportban
-HOST_HELP_CMD_LIST
- LIST Kiír egy vagy több vhost bejegyzést
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S parancsok:
-
-HOST_HELP_ON
- Syntax: ON
-
- Aktiválja a vhostodat, ami a nickhez lett társítva.
- Ha valaki csinál egy /whois parancsot a nickeden,
- akkor a vhostodat fogja látni a valódi IP címed vagy
- hosztneved helyett.
-
-HOST_HELP_SET
- Syntax: SET <nick> <hostmask>.
-
- Beállítja vhostnak a nick részére a hosztmaszkot.
- Ha az IRCD támogatja a vIdentet használd a SET
- <nick> <ident>@<hostmask>, beállitja az identet
- és a hosztot a nick vhosztjaként.
-
- Korlátozva Hoszt változtatókra.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Törlõdik a vhost az összes nickrõl a csoportban ahol az
- adott nick van és ez a vhosztot használta
-
- Korlátozva Hoszt változtatókra.
-
-HOST_HELP_SETALL
- Syntax: SETALL <nick> <hosztmaszk>.
-
- Beállítja a vhosztot összes nick részére aki a csoportban
- van. Ha az IRCD támogatja a vIdent, akkor használja a
- settall <nick> <ident>@<hosztnév> parancsot, ez beállítja
- az adott identet és hosztot az összes tag részére vhosztként.
-
- *Jegyzet: ez nem fogja frissíteni a vhostot azoknak, akik
- a nickeket a csoportban a parancs után jegyezték
-
- Korlátozva Hoszt változtatókra.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Kikapcsolja a vhostodat,ez most társitva van a nickedhez.
- Ha valaki használ /whois parancsot a nickeden, akkor a
- valós IP címed vagy hosztod fogja látni.
-
-HOST_HELP_DEL
- Syntax: DEL <nick>
-
- A vhost törölve az adott nick adatbázisából.
-
- Korlátozva Hoszt változtatókra.
-
-HOST_HELP_LIST
- Syntax: LIST [<kulcs>|<#X-Y>]
-
- Ez parancs listázza a regisztrált vhostokat az operátornak
- Ha egy kulcs meg van határozva, akkor csak a feltételnek
- megfelelõ vhostokat adja ki melyekben vagy a nickben vagy
- a hosztban szerepel a kulcs. Pl: Rob*
-
- Ha az #x-y stílust használod, csak a megadott sorozatba
- tartozó X és Y közötti vhostok fognak megjelenni. Például
- az #1-3 csak az elsõ 3 vhostot jeleníti meg.
-
- A lista használja NSListMax értéket, mint tág határértéket
- amikor megjeleníti a tartalmat az operátornak.
-
- Korlátozva Szervíz operátorokra.
-
-HOST_HELP_GROUP
- Syntax: GROUP
-
- Ez a parancs lehetõvé teszi, hogy a JELENLEGI nick
- vhostját beállítsuk a csoport minden nickjére.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is not available on this network.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is not available on this network.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is not available on this network.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is not available on this network.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/it.l b/lang/it.l
deleted file mode 100644
index 930b31bb8..000000000
--- a/lang/it.l
+++ /dev/null
@@ -1,6443 +0,0 @@
-# Italian language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for further details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-# Based on the translation for Anope 1.6 by Daniele Nicolucci.
-# Translated for Anope 1.8 by Gordon Shumway <hal9000@pimpmylinux.org>
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Italiano (Italian)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %a %d %b %Y - %H:%M:%S %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Dom
- Lun
- Mar
- Mer
- Gio
- Ven
- Sab
-# %A
-STRFTIME_DAYS_LONG
- Domenica
- Lunedì
- Martedì
- Mercoledì
- Giovedì
- Venerdì
- Sabato
-# %b
-STRFTIME_MONTHS_SHORT
- Gen
- Feb
- Mar
- Apr
- Mag
- Giu
- Lug
- Ago
- Set
- Ott
- Nov
- Dic
-# %B
-STRFTIME_MONTHS_LONG
- Gennaio
- Febbraio
- Marzo
- Aprile
- Maggio
- Giugno
- Luglio
- Agosto
- Settembre
- Ottobre
- Novembre
- Dicembre
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Errore interno - Impossibile elaborare la richiesta.
-UNKNOWN_COMMAND
- Comando sconosciuto %s.
-UNKNOWN_COMMAND_HELP
- Comando sconosciuto %s. "%R%s HELP" per l'aiuto.
-SYNTAX_ERROR
- Sintassi: %s
-MORE_INFO
- %R%s HELP %s per altre informazioni.
-NO_HELP_AVAILABLE
- Nessun aiuto disponibile per %s.
-OBSOLETE_COMMAND
- Questo comando è obsoleto; usa %s invece.
-
-BAD_USERHOST_MASK
- La maschera dev'essere nel formato user@host.
-BAD_EXPIRY_TIME
- Tempo di scadenza non valido.
-USERHOST_MASK_TOO_WIDE
- %s La copertura è troppo ampia; per favore, usa una maschera più specifica.
-
-SERVICE_OFFLINE
- %s al momento è offline.
-READ_ONLY_MODE
- Nota: i Services sono in modalità read-only; le modifiche non saranno salvate!
-PASSWORD_INCORRECT
- Password errata.
-INVALID_TARGET
- "/msg %s" non è più supportato. Usa "/msg %s@%s" o "/%s".
-
-ACCESS_DENIED
- Accesso negato.
-
-MORE_OBSCURE_PASSWORD
- Per favore, prova di nuovo con una password più oscura. Le password devono essere lunghe almeno 5 caratteri, non devono essere indovinate facilmente (ad es. il proprio nome o nick), e non possono contenere i caratteri di spazio e di tabulazione.
-PASSWORD_TOO_LONG
- La tua password è troppo lunga. Riprova con una password piu corta.
-
-NICK_NOT_REGISTERED
- Il tuo nick non è registrato.
-NICK_NOT_REGISTERED_HELP
- Il tuo nick non è registrato. Digita %R%s HELP per informazioni sulla registrazione del nick.
-NICK_X_IS_SERVICES
- Il nick %s fa parte dei servizi di questo network.
-NICK_X_NOT_REGISTERED
- Il nick %s non è registrato.
-NICK_X_IN_USE
- Il nick %s è attualmente in uso.
-NICK_X_NOT_IN_USE
- Il nick %s non è attualmente in uso.
-NICK_X_NOT_ON_CHAN
- %s al momento non è nel canale %s.
-NICK_X_FORBIDDEN
- Il nick %s non può essere registrato o usato.
-NICK_X_FORBIDDEN_OPER
- Il nick %s è stato vietato da %s:
- %s
-NICK_X_ILLEGAL
- Il nick %s è un nickname non autorizzato e non può essere utilizzato.
-NICK_X_TRUNCATED
- Il nick %s è stato troncato a %d caratteri.
-NICK_X_SUSPENDED
- Il nick %s è momentaneamente sospeso.
-CHAN_X_NOT_REGISTERED
- Il canale %s non è registrato.
-CHAN_X_NOT_IN_USE
- Il canale %s non esiste.
-CHAN_X_FORBIDDEN
- Il canale %s non può essere registrato o usato.
-CHAN_X_FORBIDDEN_OPER
- Il canale %s è stato vietato da %s:
- %s
-CHAN_X_SUSPENDED
- Sospeso: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Autentificazione richiesta per questo comando.
- Riprova dopo aver digitato %R%s IDENTIFY password.
-CHAN_IDENTIFY_REQUIRED
- Autentificazione richiesta per questo comando.
- Riprova dopo aver digitato %R%s IDENTIFY %s password.
-
-MAIL_DISABLED
- I servizi sono stati configurati per non inviare e-mail.
-MAIL_INVALID
- L'e-mail per %s non è valida.
-MAIL_X_INVALID
- %s non è un indirizzo e-mail valido.
-MAIL_LATER
- Impossibile inviare e-mail adesso; riprova più tardi.
-MAIL_DELAYED
- Attendi %d secondi è riprova.
-
-NO_REASON
- Nessun motivo
-UNKNOWN
- <sconosciuto>
-
-# Duration system
-DURATION_DAY
- 1 giorno
-DURATION_DAYS
- %d giorni
-DURATION_HOUR
- 1 ora
-DURATION_HOURS
- %d ore
-DURATION_MINUTE
- 1 minuto
-DURATION_MINUTES
- %d minuti
-DURATION_SECOND
- 1 secondo
-DURATION_SECONDS
- %d secondi
-
-# Human readable expiration
-NO_EXPIRE
- non scade
-EXPIRES_SOON
- scade con il prossimo aggiornamento dei database
-EXPIRES_M
- scade tra %d minuti
-EXPIRES_1M
- scade tra %d minuto
-EXPIRES_HM
- scade tra %d ore, %d minuti
-EXPIRES_H1M
- scade tra %d ore, %d minuto
-EXPIRES_1HM
- scade tra %d ora, %d minuti
-EXPIRES_1H1M
- scade tra %d ora, %d minuto
-EXPIRES_D
- scade tra %d giorni
-EXPIRES_1D
- scade tra %d giorno
-
-# Generic Footer message
-END_OF_ANY_LIST
- Fine della lista %s.
-
-# Generic List error messages
-LIST_INCORRECT_RANGE
- Intervallo specificato erroneo. La sintassi corretta è #da-a.
-CS_LIST_INCORRECT_RANGE
- Per cercare canali che cominciano con #, cerca il nome del canale
- senza il segno # (anope invece di #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Questo nick appartiene a qualcun altro. Per favore scegline un altro.
- (Se questo è il tuo nick, digita %R%s IDENTIFY password.)
-NICK_IS_SECURE
- Questo nick è registrato e protetto. Se questo è il tuo
- nick, digita %R%s IDENTIFY password. Altrimenti,
- scegli un nick diverso.
-NICK_MAY_NOT_BE_USED
- Questo nick non può essere usato. Per favore scegline un altro.
-FORCENICKCHANGE_IN_1_MINUTE
- Se non cambi il tuo nick entro un minuto, verrà cambiato dal server.
-FORCENICKCHANGE_IN_20_SECONDS
- Se non cambi il tuo nick entro 20 secondi, verrà cambiato dal server.
-FORCENICKCHANGE_NOW
- Questo nick è stato registrato; non puoi usarlo.
-FORCENICKCHANGE_CHANGING
- Il tuo nick sarà cambiato a %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER password [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER password email
-NICK_REGISTRATION_DISABLED
- Spiacente, la registrazione dei nick è temporaneamente disabilitata.
-NICK_REGISTRATION_FAILED
- Spiacente, non è andata a buon fine.
-NICK_REG_PLEASE_WAIT
- Per favore attendi %d secondi prima di usare di nuovo il comando REGISTER.
-NICK_CANNOT_BE_REGISTERED
- Il nick %s non può essere registrato.
-NICK_ALREADY_REGISTERED
- Il nick %s è già registrato!
-NICK_REGISTERED
- Il nick %s è stato registrato sotto il tuo account: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registrato.
-NICK_PASSWORD_IS
- La tua password è %s - non dimenticarla!
-NICK_REG_DELAY
- Devi essere connesso per almeno %d secondi per poter registrare il tuo nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP destinatario password
-NICK_GROUP_DISABLED
- Spiacente, il raggruppamento dei nick è temporaneamente disabilitato.
-NICK_GROUP_FAILED
- Spiacente, il raggruppamento non è andato a buon fine.
-NICK_GROUP_PLEASE_WAIT
- Per favore attendi %d secondi prima di usare di nuovo il comando GROUP.
-NICK_GROUP_CHANGE_DISABLED
- Il tuo nick è già registrato; digita prima %R%s DROP.
-NICK_GROUP_SAME
- Sei già un membro del gruppo di %s.
-NICK_GROUP_TOO_MANY
- Ci sono troppi nick nel gruppo di %s; controlla la lista e cancellane
- alcuni. Digita %R%s HELP GLIST e %R%s HELP DROP
- per avere altre informazioni.
-NICK_GROUP_JOINED
- Adesso sei nel gruppo di %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY password
-NICK_IDENTIFY_FAILED
- Spiacente, l'identificazione non è andata a buon fine.
-NICK_IDENTIFY_SUCCEEDED
- Password accettata - adesso sei riconosciuto.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Adesso devi impostare un indirizzo e-mail per il tuo nick.
- Questa e-mail ti permetterà di recuperare la tua password
- nel caso tu la dimentichi.
-NICK_IDENTIFY_EMAIL_HOWTO
- Digita %R%S SET EMAIL e-mail per inserire la tua e-mail.
- La tua privacy è rispettata; questa e-mail non sarà data a
- terzi.
-NICK_ALREADY_IDENTIFIED
- Sei già identificato.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Stato aggiornato (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Non sei più identificato per il tuo nick.
-NICK_LOGOUT_X_SUCCEEDED
- Il nick %s è stato deidentificato.
-NICK_LOGOUT_SERVICESADMIN
- Impossibile deidentificare %s perchè è un Services Operator.
-
-# DROP responses
-NICK_DROP_DISABLED
- Spiacente, la deregistrazione dei nick è temporaneamente disabilitata.
-NICK_DROPPED
- Il tuo nick è stato deregistrato.
-NICK_X_DROPPED
- Il nick %s è stato deregistrato.
-
-# SET responses
-NICK_SET_SYNTAX
- SET opzione parametri
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opzione parametri
-NICK_SET_DISABLED
- Spiacente, l'impostazione delle opzioni dei nick è temporaneamente disabilitata.
-NICK_SET_UNKNOWN_OPTION
- Opzione SET %s sconosciuta.
-NICK_SET_OPTION_DISABLED
- L'opzione %s non può essere impostata su questa rete.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Il nuovo display DEVE essere un nick nel tuo gruppo di nick!
-NICK_SET_DISPLAY_CHANGED
- Il nuovo display adesso è %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Spiacente, il cambio di password non è andato a buon fine.
-NICK_SET_PASSWORD_CHANGED
- La password è stata cambiata.
-NICK_SET_PASSWORD_CHANGED_TO
- La password è stata impostata a %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE numero
-NICK_SET_LANGUAGE_UNKNOWN
- Numero sconosciuto di lingua %d.
- Digita %R%s HELP SET LANGUAGE per la lista delle lingue.
-NICK_SET_LANGUAGE_CHANGED
- Lingua cambiata a Italiano.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Indirizzo e-mail cambiato a %s.
-NICK_SET_EMAIL_UNSET
- Impostazione dell'indirizzo e-mail annullata.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Non puoi annullare l'impostazione dell'e-mail.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Messaggio di benvenuto impostato a %s.
-NICK_SET_GREET_UNSET
- Messaggio di benvenuto annullato.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- La protezione ora è ATTIVA.
-NICK_SET_KILL_QUICK
- La protezione ora è ATTIVA, con un ritardo ridotto.
-NICK_SET_KILL_IMMED
- La protezione ora è ATTIVA, senza ritardo.
-NICK_SET_KILL_IMMED_DISABLED
- L'opzione IMMED non è disponibile su questa rete.
-NICK_SET_KILL_OFF
- La protezione ora è DISATTIVA.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- L'opzione Secure ora è ATTIVA.
-NICK_SET_SECURE_OFF
- L'opzione Secure ora è DISATTIVA.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- L'opzione Private ora è ATTIVA.
-NICK_SET_PRIVATE_OFF
- L'opzione Private ora è DISATTIVA.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Il tuo indirizzo e-mail sarà nascosto dai messaggi INFO di %s.
-NICK_SET_HIDE_EMAIL_OFF
- Il tuo indirizzo e-mail sarà visualizzato nei messaggi INFO di %s.
-NICK_SET_HIDE_MASK_ON
- La tua ultima hostmask sarà nascosta dai messaggi INFO di %s.
-NICK_SET_HIDE_MASK_OFF
- La tua ultima hostmask sarà visualizzata nei messaggi INFO di %s.
-NICK_SET_HIDE_QUIT_ON
- Il tuo ultimo messaggio di quit sarà nascosto dai messaggi INFO di %s.
-NICK_SET_HIDE_QUIT_OFF
- Il tuo ultimo messaggio di quit sarà visualizzato nei messaggi INFO di %s.
-NICK_SET_HIDE_STATUS_ON
- Il tuo stato di accesso ai servizi verrà ora nascosto dalle visualizzazioni %s di INFO.
-NICK_SET_HIDE_STATUS_OFF
- Il tuo stati di accesso ai servizi verrà ora mostrato nelle visualizzazioni %s di INFO.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- I servizi ora ti risponderanno per mezzo di messaggi.
-NICK_SET_MSG_OFF
- I servizi ora ti risponderanno per mezzo di notice.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- I servizi ti opperanno automaticamente nei canali.
-NICK_SET_AUTOOP_OFF
- I servizi non ti opperanno più automaticamente nei canali.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname opzione parametri
-NICK_SASET_DISABLED
- Spiacente, l'impostazione delle opzioni dei nick è temporaneamente disattivata.
-NICK_SASET_UNKNOWN_OPTION
- Opzione SASET %s sconosciuta.
-NICK_SASET_BAD_NICK
- Nickname %s non registrato.
-NICK_SASET_OPTION_DISABLED
- L'opzione %s non può essere impostata su questo network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- Il nuovo display per %s DEVE essere un nickname del gruppo nickname!
-NICK_SASET_DISPLAY_CHANGED
- Il nuovo display è ora %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Spiacente, impossibile cambiare la password per %s.
-NICK_SASET_PASSWORD_CHANGED
- Password per %s cambiata.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password per %s cambiata in %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- Indirizzo e-mail per %s cambiato in %s.
-NICK_SASET_EMAIL_UNSET
- Indirizzo e-mail per %s rimosso.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- Non puoi rimuovere l'indirizzo e-mail su questo network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Messaggio di saluto per %s cambiato in %s.
-NICK_SASET_GREET_UNSET
- Messaggio di saluto per %s rimosso.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protezione ACCESA per %s.
-NICK_SASET_KILL_QUICK
- Protezione ACCESA per %s, con un ritardo ridotto.
-NICK_SASET_KILL_IMMED
- Protezione ACCESA per %s, senza ritardo.
-NICK_SASET_KILL_IMMED_DISABLED
- L'opzione IMMED non è disponibile su questo network.
-NICK_SASET_KILL_OFF
- Protezione SPENTA per %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Opzione secure ACCESA per %s.
-NICK_SASET_SECURE_OFF
- Opzione secure SPENTA per %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Opzione private ACCESA per %s.
-NICK_SASET_PRIVATE_OFF
- Opzione private SPENTA per %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- L'indirizzo e-mail di %s verrà ora nascosto da %s INFO.
-NICK_SASET_HIDE_EMAIL_OFF
- L'indirizzo e-mail di %s verrà ora mostrato in %s INFO.
-NICK_SASET_HIDE_MASK_ON
- L'ultima mask user@host vista di %s verrà ora nascosta da %s INFO.
-NICK_SASET_HIDE_MASK_OFF
- L'ultima mask user@host vista di %s verrà ora mostrata in %s INFO.
-NICK_SASET_HIDE_QUIT_ON
- L'ultimo messaggio di quit di %s verrà ora nascosto da %s INFO.
-NICK_SASET_HIDE_QUIT_OFF
- L'ultimo messaggio di quit di %s verrà ora mostrato in %s INFO.
-NICK_SASET_HIDE_STATUS_ON
- Lo stato di accesso ai servizi di %s verrà ora nascosto da %s INFO.
-NICK_SASET_HIDE_STATUS_OFF
- Lo stato di accesso ai servizi di %s verrà ora mostrato in %s INFO.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- I servizi risponderanno a %s con "messages".
-NICK_SASET_MSG_OFF
- I servizi risponderanno a %s con "notices".
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Il nick %s non scadrà.
-NICK_SASET_NOEXPIRE_OFF
- Il nick %s scadrà.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- I servizi opperanno %s automaticamente nei canali.
-NICK_SASET_AUTOOP_OFF
- I servizi non opperanno più %s automaticamente nei canali.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE numero
-NICK_SASET_LANGUAGE_UNKNOWN
- Numero di lingua %d sconosciuto. Digita %R%s HELP SET LANGUAGE per la lista delle lingue.
-NICK_SASET_LANGUAGE_CHANGED
- Lingua cambiata in Italiano.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- La maschera %s è già presente nella tua lista di accesso.
-NICK_ACCESS_REACHED_LIMIT
- Spiacente, puoi avere soltanto %d maschere nella lista di accesso di un nick.
-NICK_ACCESS_ADDED
- La maschera %s è stata aggiunta alla tua lista di accesso.
-NICK_ACCESS_NOT_FOUND
- La maschera %s non è stata trovata nella tua lista di accesso.
-NICK_ACCESS_DELETED
- La maschera %s è stata eliminata dalla tua lista di accesso.
-NICK_ACCESS_LIST
- Lista di accesso:
-NICK_ACCESS_LIST_X
- Lista di accesso di %s:
-NICK_ACCESS_LIST_EMPTY
- La tua lista d'accesso è vuota.
-NICK_ACCESS_LIST_X_EMPTY
- La lista d'accesso per %s è vuota.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s è %s
-NICK_INFO_SERVICES_OPERTYPE
- %s è un services operator di tipo %s.
-NICK_INFO_ADDRESS
- Ultimo indirizzo usato: %s
-NICK_INFO_ADDRESS_ONLINE
- Connesso da: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s è online in questo momento.
-NICK_INFO_TIME_REGGED
- Ora di registrazione: %s
-NICK_INFO_LAST_SEEN
- Ultimo accesso: %s
-NICK_INFO_LAST_QUIT
- Ultimo messaggio di quit: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- Indirizzo e-mail: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Messaggio di saluto (greet): %s
-NICK_INFO_OPTIONS
- Opzioni: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Protezione
-NICK_INFO_OPT_SECURE
- Sicurezza
-NICK_INFO_OPT_PRIVATE
- Privato
-NICK_INFO_OPT_MSG
- Modalità messaggio
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Nessuna
-NICK_INFO_NO_EXPIRE
- Questo nick non scadrà.
-NICK_INFO_SUSPENDED
- Questo nickname è momentaneamente sospeso, motivo: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Questo nickname è momentaneamente sospeso
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST pattern
-NICK_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Lista dei nick che corrispondono a %s:
-NICK_LIST_RESULTS
- Fine della lista - %d/%d risultati mostrati.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST nick
-NICK_ALIST_HEADER
- Canali su cui hai accesso:
- Num Canale Livello Descrizione
-NICK_ALIST_HEADER_X
- Canali su cui %s ha accesso:
- Num Canale Livello Descrizione
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Fine della lista - %d/%d canali mostrati.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lista dei nick nel tuo gruppo:
-NICK_GLIST_HEADER_X
- Lista dei nick nel gruppo di %s:
-NICK_GLIST_FOOTER
- %d nick nel gruppo.
-NICK_GLIST_REPLY
- %s (scade tra %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nick [password]
-NICK_NO_RECOVER_SELF
- Non puoi recuperare te stesso!
-NICK_RECOVERED
- L'utente che usava il tuo nick è stato disconnesso.
- Digita %R%s RELEASE %s per usarlo prima che termini il blocco di %s.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nick [password]
-NICK_RELEASE_NOT_HELD
- Il nick %s non è bloccato.
-NICK_RELEASED
- Il blocco dei servizi sul tuo nick è stato rilasciato.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nick [password]
-NICK_NO_GHOST_SELF
- Non puoi disconnettere te stesso!
-NICK_GHOST_KILLED
- La connessione fantasma con il tuo nick è stata disconnessa.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nick
-NICK_GETPASS_UNAVAILABLE
- Il comando GETPASS non è disponibile perché è in uso la criptazione dei dati.
-NICK_GETPASS_PASSWORD_IS
- La password di %s è %s.
-
-# GETEMAIL responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Niente WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Email corrispondondenti %s a %s.
-NICK_GETEMAIL_NOT_USED
- Nessuna email in lista per %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nick
-NICK_SENDPASS_UNAVAILABLE
- Il comando SENDPASS non è disponibile perché è in uso la criptazione dei dati.
-NICK_SENDPASS_SUBJECT
- Password del nick (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- La password di %s è stata inviata.
-
-# RESETPASS responces
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# SUSPEND responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nick motivo
-NICK_SUSPEND_SUCCEEDED
- Il nick %s è ora sospeso.
-NICK_SUSPEND_FAILED
- Impossibile sospendere il nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Il nick %s è ora rilasciato.
-NICK_UNSUSPEND_FAILED
- Impossibile rilasciare il nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nick [motivo]
-NICK_FORBID_SYNTAX_REASON
- FORBID nick motivo
-NICK_FORBID_SUCCEEDED
- Il nick %s ora è vietato.
-NICK_FORBID_FAILED
- Impossibile vietare il nick %s!
-
-# Nick Registraion responses
-NICK_REQUESTED
- Questo nick è già stato richiesto. Per favore, controlla la tua casella di posta; dovresti aver ricevuto il codice di attivazione.
-NICK_REG_RESENT
- Il codice di attivazione è stato reinviato a %s.
-NICK_REG_UNABLE
- Nick NON registrato, prova più tardi.
-NICK_IS_PREREG
- Questo nick è in attesa di un codice di attivazione via e-mail per completare la registrazione.
-NICK_ENTER_REG_CODE
- Un codice di attivazione è stato inviato a %s. Digita %R%s CONFIRM <codice> per completare la registrazione.
-NICK_REG_MAIL_SUBJECT
- Registrazione del nick (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Il codice di attivazione per %s is %s.
-NICK_FORCE_REG
- Il nick %s è stato confermato.
-
-# CONFIRM responses
-NICK_CONFIRM_NOT_FOUND
- Il primo passo della registrazione potrebbe essere scaduto. Usa %R%s REGISTER <password> <e-mail>.
-NICK_CONFIRM_INVALID
- È stato inserito un codice di attivazione non valido. Controlla di nuovo la tua casella di posta e riprova.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Modo di canale +o automatico (op)
-CHAN_LEVEL_AUTOVOICE
- Modo di canale +v automatico (voice)
-CHAN_LEVEL_AUTOHALFOP
- Modo di canale +h automatico (halfop)
-CHAN_LEVEL_AUTOPROTECT
- Modo di canale +a automatico (protect)
-CHAN_LEVEL_AUTODEOP
- Modo di canale +o non permesso (op)
-CHAN_LEVEL_NOJOIN
- Non permette l'accesso se il canale è RESTRICTED
-CHAN_LEVEL_INVITE
- Permette l'uso del comando INVITE
-CHAN_LEVEL_AKICK
- Permette l'uso del comando AKICK
-CHAN_LEVEL_SET
- Permette l'uso del comando SET (escluso FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Permette l'uso del comando CLEAR
-CHAN_LEVEL_UNBAN
- Permette l'uso del comando UNBAN
-CHAN_LEVEL_OPDEOP
- Permette l'uso dei comandi OP e DEOP
-CHAN_LEVEL_ACCESS_LIST
- Permette la visione della lista di accesso
-CHAN_LEVEL_ACCESS_CHANGE
- Permette le modifiche alla lista di accesso
-CHAN_LEVEL_MEMO
- Permette la lista e la lettura dei memo di canale
-CHAN_LEVEL_ASSIGN
- Permette l'assegnazione e la revoca di un bot
-CHAN_LEVEL_BADWORDS
- Permette l'uso del comando BADWORDS
-CHAN_LEVEL_NOKICK
- Permette di non venire kickati dal bot
-CHAN_LEVEL_FANTASIA
- Permette l'uso dei comandi "fantasia" del bot
-CHAN_LEVEL_SAY
- Permette l'uso dei comandi SAY e ACT del bot
-CHAN_LEVEL_GREET
- Mostra il messaggio di saluto (greet)
-CHAN_LEVEL_VOICEME
- Permette di dare/togliere il modo +v (voice) su se stessi
-CHAN_LEVEL_VOICE
- Permette l'uso dei comandi VOICE e DEVOICE
-CHAN_LEVEL_GETKEY
- Permette l'uso del comando GETKEY
-CHAN_LEVEL_OPDEOPME
- Permette di dare/togliere il modo +o (op) su se stessi
-CHAN_LEVEL_HALFOPME
- Permette di dare/togliere il modo +h (halfop) su se stessi
-CHAN_LEVEL_HALFOP
- Permette l'uso dei comandi HALFOP e DEHALFOP
-CHAN_LEVEL_PROTECTME
- Permette di dare/togliere il modo +a (protect) su se stessi
-CHAN_LEVEL_PROTECT
- Permette l'uso dei comandi PROTECT e DEPROTECT
-CHAN_LEVEL_KICKME
- Permette l'uso del comando KICK su se stessi
-CHAN_LEVEL_KICK
- Permette l'uso del comando KICK
-CHAN_LEVEL_SIGNKICK
- Non invia kick "firmati" quando si usa SIGNKICK LEVEL is used
-CHAN_LEVEL_BANME
- Permette l'uso del comando BAN su se stessi
-CHAN_LEVEL_BAN
- Permette l'uso del comando BAN
-CHAN_LEVEL_TOPIC
- Permette l'uso del comando TOPIC
-CHAN_LEVEL_INFO
- Permette l'uso del comando INFO con l'opzione ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Questo canale è stato registrato con %s.
-CHAN_NOT_ALLOWED_OP
- Non hai il permesso di avere lo stato di operatore sul canale %s.
-CHAN_MAY_NOT_BE_USED
- Questo canale non può essere usato.
-CHAN_NOT_ALLOWED_TO_JOIN
- Non hai il permesso di stare su questo canale.
-
-# REGISTER responses
-CHAN_X_INVALID
- Il canale %s non è un canale valido.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER canale descrizione
-CHAN_REGISTER_DISABLED
- Spiacente, la registrazione dei canali è temporaneamente disabilitata.
-CHAN_REGISTER_NOT_LOCAL
- I canali locali non possono essere registrati.
-CHAN_MAY_NOT_BE_REGISTERED
- Il canale %s non può essere registrato.
-CHAN_ALREADY_REGISTERED
- Il canale %s è già registrato!
-CHAN_MUST_BE_CHANOP
- Devi essere operatore di canale (+o) per registrare il canale.
-CHAN_REACHED_CHANNEL_LIMIT
- Spiacente, hai già raggiunto il limite di %d canali registrati.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Spiacente, hai già superato il limite di %d canali registrati.
-CHAN_REGISTRATION_FAILED
- Spiacente, la registrazione non è andata a buon fine.
-CHAN_REGISTERED
- Il canale %s è stato registrato sotto il tuo nick: %s.
-CHAN_REGISTER_NONE_CHANNEL
- Hai provato a registrare un canale non esistente %s
-CHAN_SYMBOL_REQUIRED
- Per favore usa il simbolo # provando a registrare
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP canale
-CHAN_DROP_DISABLED
- Spiacente, la deregistrazione dei canali è temporaneamente disabilitata.
-CHAN_DROPPED
- Il canale %s è stato deregistrato.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET canale opzione parametri
-CHAN_SET_DISABLED
- Spiacente, l'impostazione delle opzioni dei canali è temporaneamente disabilitata.
-CHAN_SET_UNKNOWN_OPTION
- Opzione SET %s sconosciuta.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s ha registrato troppi nick.
-CHAN_FOUNDER_CHANGED
- Il fondatore del canale %s ora è %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Il successore del canale %s ora è %s.
-CHAN_SUCCESSOR_UNSET
- Il successore del canale %s è stato annullato.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s non può essere il successore del canale %s perché ne è il fondatore.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- La descrizione di %s è stata impostata a %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- L'indirizzo e-mail di %s è stato impostato a %s.
-CHAN_EMAIL_UNSET
- L'indirizzo e-mail di %s è stato annullato.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Il messaggio di ingresso di %s è stato cambiato.
-CHAN_ENTRY_MSG_UNSET
- Il messaggio di ingresso di %s è stato annullato.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s non è un tipo di ban valido.
-CHAN_SET_BANTYPE_CHANGED
- Il tipo di ban del canale %s ora è #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- %c è stato ignorato perché è un modo di canale sconosciuto.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Il modo %c è stato ignorato perché non è memorizzabile.
-CHAN_SET_MLOCK_L_REQUIRED
- Per bloccare il modo +L devi bloccare anche il modo +l.
-CHAN_SET_MLOCK_K_REQUIRED
- Per bloccare il modo +K devi bloccare anche il modo +i.
-CHAN_MLOCK_CHANGED
- Il blocco dei modi di canale di %s è stato impostato a %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET canale KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- La memorizzazione del topic per %s è ora ATTIVATA.
-CHAN_SET_KEEPTOPIC_OFF
- La memorizzazione del topic per %s è ora DISATTIVATA.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET canale TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Il blocco del topic per %s è ora ATTIVATO.
-CHAN_SET_TOPICLOCK_OFF
- Il blocco del topic per %s è ora DISATTIVATO.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET canale PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- L'opzione Peace per %s è ora ATTIVATA.
-CHAN_SET_PEACE_OFF
- L'opzione Peace per %s è ora DISATTIVATA.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET canale PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- L'opzione Private per %s è ora ATTIVATA.
-CHAN_SET_PRIVATE_OFF
- L'opzione Private per %s è ora DISATTIVATA.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET canale SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- L'opzione Secure ops per %s è ora ATTIVATA.
-CHAN_SET_SECUREOPS_OFF
- L'opzione Secure ops per %s è ora DISATTIVATA.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET canale SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- L'opzione Secure founder per %s è ora ATTIVATA.
-CHAN_SET_SECUREFOUNDER_OFF
- L'opzione Secure founder per %s è ora DISATTIVATA.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET canale RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- L'opzione Restricted access per %s è ora ATTIVATA.
-CHAN_SET_RESTRICTED_OFF
- L'opzione Restricted access per %s è ora DISATTIVATA.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET canale SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- L'opzione Secure per %s è ora ATTIVATA.
-CHAN_SET_SECURE_OFF
- L'opzione Secure per %s è ora DISATTIVATA.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET canale SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- L'opzione Signed kick per %s è ora ATTIVATA.
-CHAN_SET_SIGNKICK_LEVEL
- L'opzione Signed kick per %s è ora ATTIVATA, ma dipende dal
- livello dell'utente che utilizza il comando.
-CHAN_SET_SIGNKICK_OFF
- L'opzione Signed kick per %s è ora DISATTIVATA.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET canale OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- L'opzione Op-notice per %s è ora ATTIVATA.
-CHAN_SET_OPNOTICE_OFF
- L'opzione Op-notice per %s è ora DISATTIVATA.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET canale XOP {ON | OFF}
-CHAN_SET_XOP_ON
- Il sistema di liste xOP per %s è ora ATTIVATO.
-CHAN_SET_XOP_OFF
- Il sistema di liste xOP per %s è ora DISATTIVATO.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET canale NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Il canale %s non scadrà.
-CHAN_SET_NOEXPIRE_OFF
- Il canale %s scadrà.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d nick nelle liste SOP/AOP/HOP/VOP di un canale.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Questo comando non è utilizzabile; usa il comando ACCESS.
- Digita %R%s HELP ACCESS per avere maggiori informazioni.
-CHAN_XOP_NOT_AVAILABLE
- Il sistema xOP non è disponibile.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]
-CHAN_AOP_DISABLED
- Spiacente, la modifica della lista AOP è temporaneamente disabilitata.
-CHAN_AOP_NICKS_ONLY
- La lista AOP può contenere soltanto nick registrati.
-CHAN_AOP_ADDED
- %s aggiunto alla lista AOP di %s.
-CHAN_AOP_MOVED
- %s spostato alla lista AOP di %s.
-CHAN_AOP_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista AOP di %s.
-CHAN_AOP_NOT_FOUND
- %s non trovato nella lista AOP di %s.
-CHAN_AOP_NO_MATCH
- Nessun record corrispondente nella lista AOP di %s.
-CHAN_AOP_DELETED
- %s eliminato dalla lista AOP di %s.
-CHAN_AOP_DELETED_ONE
- Eliminato un record dalla lista AOP di %s.
-CHAN_AOP_DELETED_SEVERAL
- Eliminati %d record dalla lista AOP di %s.
-CHAN_AOP_LIST_EMPTY
- La lista AOP di %s è vuota.
-CHAN_AOP_LIST_HEADER
- Lista AOP di %s:
- Num Nick
-CHAN_AOP_CLEAR
- La lista AOP del canale %s è stata svuotata.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]
-CHAN_HOP_DISABLED
- Spiacente, la modifica della lista HOP è temporaneamente disabilitata.
-CHAN_HOP_NICKS_ONLY
- La lista HOP può contenere soltanto nick registrati.
-CHAN_HOP_ADDED
- %s aggiunto alla lista HOP di %s.
-CHAN_HOP_MOVED
- %s spostato alla lista HOP di %s.
-CHAN_HOP_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista HOP di %s.
-CHAN_HOP_NOT_FOUND
- %s non trovato nella lista HOP di %s.
-CHAN_HOP_NO_MATCH
- Nessun record corrispondente nella lista HOP di %s.
-CHAN_HOP_DELETED
- %s eliminato dalla lista HOP di %s.
-CHAN_HOP_DELETED_ONE
- Eliminato un record dalla lista HOP di %s.
-CHAN_HOP_DELETED_SEVERAL
- Eliminati %d record dalla lista HOP di %s.
-CHAN_HOP_LIST_EMPTY
- La lista HOP di %s è vuota.
-CHAN_HOP_LIST_HEADER
- Lista HOP di %s:
- Num Nick
-CHAN_HOP_CLEAR
- La lista HOP del canale %s è stata svuotata.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]
-CHAN_SOP_DISABLED
- Spiacente, la modifica della lista SOP è temporaneamente disabilitata.
-CHAN_SOP_NICKS_ONLY
- La lista SOP può contenere soltanto nick registrati.
-CHAN_SOP_ADDED
- %s aggiunto alla lista SOP di %s.
-CHAN_SOP_MOVED
- %s spostato alla lista SOP di %s.
-CHAN_SOP_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista SOP di %s.
-CHAN_SOP_NOT_FOUND
- %s non trovato nella lista SOP di %s.
-CHAN_SOP_NO_MATCH
- Nessun record corrispondente nella lista SOP di %s.
-CHAN_SOP_DELETED
- %s eliminato dalla lista SOP di %s.
-CHAN_SOP_DELETED_ONE
- Eliminato un record dalla lista SOP di %s.
-CHAN_SOP_DELETED_SEVERAL
- Eliminati %d record dalla lista SOP di %s.
-CHAN_SOP_LIST_EMPTY
- La lista SOP di %s è vuota.
-CHAN_SOP_LIST_HEADER
- Lista SOP di %s:
- Num Nick
-CHAN_SOP_CLEAR
- La lista SOP del canale %s è stata svuotata.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP canale {ADD|DEL|LIST|CLEAR} [nick | numero-lista]
-CHAN_VOP_DISABLED
- Spiacente, la modifica della lista VOP è temporaneamente disabilitata.
-CHAN_VOP_NICKS_ONLY
- La lista VOP può contenere soltanto nick registrati.
-CHAN_VOP_ADDED
- %s aggiunto alla lista VOP di %s.
-CHAN_VOP_MOVED
- %s spostato alla lista VOP di %s.
-CHAN_VOP_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista VOP di %s.
-CHAN_VOP_NOT_FOUND
- %s non trovato nella lista VOP di %s.
-CHAN_VOP_NO_MATCH
- Nessun record corrispondente nella lista VOP di %s.
-CHAN_VOP_DELETED
- %s eliminato dalla lista VOP di %s.
-CHAN_VOP_DELETED_ONE
- Eliminato un record dalla lista VOP di %s.
-CHAN_VOP_DELETED_SEVERAL
- Eliminati %d record dalla lista VOP di %s.
-CHAN_VOP_LIST_EMPTY
- La lista VOP di %s è vuota.
-CHAN_VOP_LIST_HEADER
- Lista VOP di %s:
- Num Nick
-CHAN_VOP_CLEAR
- La lista VOP del canale %s è stata svuotata.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS canale {ADD|DEL|LIST|VIEW|CLEAR} [nick [livello] | numero-lista]
-CHAN_ACCESS_XOP
- Questo comando non è utilizzabile; usa i comandi SOP, AOP, HOP e VOP.
- Digita %R%s HELP comando per ottenere maggiori informazioni.
-CHAN_ACCESS_XOP_HOP
- Non puoi utilizzare questo comando.
- Utilizza invece i comandi AOP, SOP, HOP e VOP.
- Digita %R%s HELP comando per maggiori informazioni.
-CHAN_ACCESS_DISABLED
- Spiacente, la modifica della lista di accesso dei canali è temporaneamente disabilitata.
-CHAN_ACCESS_LEVEL_NONZERO
- Il livello di accesso deve essere diverso da zero.
-CHAN_ACCESS_LEVEL_RANGE
- Il livello di accesso deve essere compreso tra %d e %d (inclusi).
-CHAN_ACCESS_NICKS_ONLY
- Le liste di accesso del canale possono contenere soltanto nick registrati.
-CHAN_ACCESS_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d nella lista di accesso.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Il livello di accesso di %s su %s non è stato modificato da %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Il livello di accesso di %s su %s è stato modificato a %d.
-CHAN_ACCESS_ADDED
- %s aggiunto alla lista di accesso di %s con il livello %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista di accesso di %s.
-CHAN_ACCESS_NOT_FOUND
- %s non trovato nella lista nella lista di accesso di %s.
-CHAN_ACCESS_NO_MATCH
- Nessun record corrispondente nella lista di accesso di %s.
-CHAN_ACCESS_DELETED
- %s è stato eliminato dalla lista di accesso di %s.
-CHAN_ACCESS_DELETED_ONE
- Eliminato un record dalla lista di accesso di %s.
-CHAN_ACCESS_DELETED_SEVERAL
- Eliminati %d record dalla lista di accesso di %s.
-CHAN_ACCESS_LIST_EMPTY
- La lista di accesso di %s è vuota.
-CHAN_ACCESS_LIST_HEADER
- Lista di accesso di %s:
- Num Liv Nick
-CHAN_ACCESS_LIST_FOOTER
- Fine della lista di accesso.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- La lista di accesso del canale %s è stata svuotata.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK canale {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-o-usermask] [motivo]
-CHAN_AKICK_DISABLED
- Spiacente, la modifica della lista autokick è temporaneamente disabilitata.
-CHAN_AKICK_ALREADY_EXISTS
- %s è già presente nella lista autokick di %s.
-CHAN_AKICK_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d maschere autokick.
-CHAN_AKICK_ADDED
- %s aggiunto alla lista autokick di %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista autokick di %s.
-CHAN_AKICK_NOT_FOUND
- %s non trovato nella lista autokick di %s.
-CHAN_AKICK_NO_MATCH
- Nessun record corrispondente nella lista autokick di %s.
-CHAN_AKICK_STUCK
- %s da adesso è sempre attivo su %s.
-CHAN_AKICK_UNSTUCK
- %s da adesso non è più sempre attivo su %s.
-CHAN_AKICK_DELETED
- %s è stato eliminato dalla lista autokick di %s.
-CHAN_AKICK_DELETED_ONE
- Eliminato un record dalla lista autokick di %s.
-CHAN_AKICK_DELETED_SEVERAL
- Eliminati %d record dalla lista autokick di %s.
-CHAN_AKICK_LIST_EMPTY
- La lista autokick di %s è vuota.
-CHAN_AKICK_LIST_HEADER
- Lista autokick di %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (aggiunto da %s il %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (fisso) (aggiunto da %s il %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE su %s completato; ne sono stati influenzati %d utenti.
-CHAN_AKICK_CLEAR
- La lista autokick del canale %s è stata svuotata.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS canale {SET | DIS[ABLE] | LIST | RESET} [numero [livello]]
-CHAN_LEVELS_XOP
- Questo comando è inutilizzabile in questa modalità.
-CHAN_LEVELS_RANGE
- Il livello deve essere compreso tra %d e %d (inclusi).
-CHAN_LEVELS_CHANGED
- Il livello di %s sul canale %s è stato modificato a %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Impostazione %s sconosciuta. Digita %R%s HELP LEVELS DESC per una lista delle impostazioni valide.
-CHAN_LEVELS_DISABLED
- %s disabilitato sul canale %s.
-CHAN_LEVELS_LIST_HEADER
- Impostazioni dei livelli di accesso del canale %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (disabilitato)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (solo per il fondatore)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- I livelli di accesso di %s sono stati ripristinati ai valori originali.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS canale elemento
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Il canale %s non è registrato
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Il canale %s è proibito
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Il nick %s non è online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO canale
-CHAN_INFO_HEADER
- Informazioni sul canale %s:
-CHAN_INFO_FOUNDER
- Fondatore: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Fondatore: %s
-CHAN_INFO_SUCCESSOR
- Successore: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Successore: %s
-CHAN_INFO_DESCRIPTION
- Descrizione: %s
-CHAN_INFO_ENTRYMSG
- Messaggio di ingresso: %s
-CHAN_INFO_TIME_REGGED
- Data di registrazione: %s
-CHAN_INFO_LAST_USED
- Ultimo utilizzo: %s
-CHAN_INFO_LAST_TOPIC
- Ultimo topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topic impostato da: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- Indirizzo e-mail: %s
-CHAN_INFO_BANTYPE
- Tipo di ban: %d
-CHAN_INFO_OPTIONS
- Opzioni: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Mantenimento del topic
-CHAN_INFO_OPT_OPNOTICE
- OP Notice
-CHAN_INFO_OPT_PEACE
- Pace
-CHAN_INFO_OPT_PRIVATE
- Privato
-CHAN_INFO_OPT_RESTRICTED
- Restricted
-CHAN_INFO_OPT_SECURE
- Secure
-CHAN_INFO_OPT_SECUREOPS
- Secure Ops
-CHAN_INFO_OPT_SECUREFOUNDER
- Secure Founder
-CHAN_INFO_OPT_SIGNKICK
- Signed kick
-CHAN_INFO_OPT_TOPICLOCK
- Blocco del topic
-CHAN_INFO_OPT_XOP
- Liste xOP
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Nessno
-CHAN_INFO_MODE_LOCK
- Modi bloccati: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Questo canale non scadrà.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST pattern
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- Lista dei canali che corrispondono a %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Fine della lista - %d/%d risultati mostrati.
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE canale
-CHAN_INVITE_ALREADY_IN
- Sei già in %s!
-CHAN_INVITE_SUCCESS
- Sei stato invitato in %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN canale [nick]
-CHAN_UNBANNED
- I ban che ti riguardavano sono stati rimossi da %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC canale [topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR canale cosa
-CHAN_CLEARED_BANS
- Tutti i ban del canale %s sono stati rimossi.
-CHAN_CLEARED_EXCEPTS
- Tutte le eccezioni del canale %s sonostate rimosse.
-CHAN_CLEARED_MODES
- Tutti i modi del canale %s sono stati ripristinati.
-CHAN_CLEARED_OPS
- Il modo +o è stato rimosso da tutti gli utenti di %s.
-CHAN_CLEARED_HOPS
- Il modo +h è stato rimosso dal canale %s.
-CHAN_CLEARED_VOICES
- Il modo +v è stato rimosso da tutti gli utenti di %s.
-CHAN_CLEARED_USERS
- Tutti gli utenti sono stati kickati dal canale %s.
-CHAN_CLEARED_INVITES
- Tutti gli invites sono stati rimossi dal canale %s.
-
-# GETHEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY canale
-CHAN_GETKEY_NOKEY
- Il canale %s non ha una key.
-CHAN_GETKEY_KEY
- La key per il canale %s è %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID canale [motivo]
-CHAN_FORBID_SYNTAX_REASON
- FORBID canale motivo
-CHAN_FORBID_SUCCEEDED
- Il canale %s non può più essere registrato o usato.
-CHAN_FORBID_FAILED
- Impossibile vietare il canale %s!
-CHAN_FORBID_REASON
- Questo canale è stato vietato.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND canale [motivo]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND canale motivo
-CHAN_SUSPEND_SUCCEEDED
- Il canale %s is ora è sospeso.
-CHAN_SUSPEND_FAILED
- Impossibile sospendere il canale %s!
-CHAN_SUSPEND_REASON
- Questo canale è stato sospeso.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND canale
-CHAN_UNSUSPEND_ERROR
- Nessun # trovato davanti al nome del canale.
-CHAN_UNSUSPEND_SUCCEEDED
- Il canale %s ora è stato rilasciato.
-CHAN_UNSUSPEND_FAILED
- Impossibile rilasciare il canale %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s corrisponde a un'eccezione %s e non può essere bannato finché l'eccezione non sarà rimossa.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Hai un nuovo memo.
-MEMO_HAVE_NEW_MEMOS
- Hai %d nuovi memo.
-MEMO_TYPE_READ_LAST
- Digita %R%s READ LAST per leggerlo.
-MEMO_TYPE_READ_NUM
- Digita %R%s READ %d per leggerlo.
-MEMO_TYPE_LIST_NEW
- Digita %R%s LIST NEW per ottenerne la lista.
-MEMO_AT_LIMIT
- Attenzione: Hai raggiunto il numero massimo di memo (%d). Non potrai raggiungere nuovi memo finché non ne elimini alcuni.
-MEMO_OVER_LIMIT
- Attenzione: Hai superato il numero massimo di memo (%d). Non potrai raggiungere nuovi memo finché non ne elimini alcuni.
-MEMO_X_MANY_NOTICE
- Ci sono %d memo sul canale %s.
-MEMO_X_ONE_NOTICE
- C'è %d memo sul canale %s.
-MEMO_NEW_X_MEMO_ARRIVED
- C'è un nuovo memo sul canale %s.
- Digita %R%s READ %s %d per leggerlo.
-MEMO_NEW_MEMO_ARRIVED
- Hai ricevuto un nuovo memo da %s.
- Digita %R%s READ %d per leggerlo.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Non hai nuovi memo.
-MEMO_X_HAS_NO_MEMOS
- %s non ha nuovi memo.
-MEMO_DOES_NOT_EXIST
- Il memo %d non esiste!
-MEMO_LIST_NOT_FOUND
- Non è stato trovato nessun memo corrispondente.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | canale} testo-del-memo
-MEMO_SEND_DISABLED
- Spiacente, l'invio dei memo è temporaneamente disabilitato.
-MEMO_SEND_PLEASE_WAIT
- Attendi %d secondi prima di usare di nuovo il comando SEND.
-MEMO_X_GETS_NO_MEMOS
- %s non può ricevere memo.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s attualmente ha troppi memo e non può riceverne altri.
-MEMO_SENT
- Memo inviato a %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- Un memo di massa è stato inviato a tutti gli utenti registrati.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | canale}
-MEMO_CANCEL_DISABLED
- Spiacente, l'annullamento dei memo è temporaneamente disabilitato.
-MEMO_CANCEL_NONE
- Nessun memo è annullabile.
-MEMO_CANCELLED
- L'ultimo memo inviato a %s è stato annullato.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [canale] [lista | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Non hai nuovi memo.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s non ha nuovi memo.
-MEMO_LIST_MEMOS
- Memo di %s. Per leggerli, digita: %R%s READ numero
-MEMO_LIST_NEW_MEMOS
- Nuovi memo di %s. Per leggerli, digita: %R%s READ numero
-MEMO_LIST_CHAN_MEMOS
- Memo di %s. Per leggerli, digita: %R%s READ %s numero
-MEMO_LIST_CHAN_NEW_MEMOS
- Nuovi memo di %s. Per leggerli, digita: %R%s READ %s numero
-MEMO_LIST_HEADER
- Num Mittente Data/Ora
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [canale] {lista | LAST | NEW}
-MEMO_HEADER
- Memo %d da %s (%s). Per eliminarlo, digita: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d da %s (%s). Per eliminarlo, digita: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [canale] {numero | lista | ALL}
-MEMO_DELETED_NONE
- Nessun memo è stato cancellato.
-MEMO_DELETED_ONE
- Il memo %d è stato cancellato.
-MEMO_DELETED_SEVERAL
- I memo %s sono stati cancellati.
-MEMO_DELETED_ALL
- Tutti i tuoi memo sono stati cancellati.
-MEMO_CHAN_DELETED_ALL
- Tutti i memo per il canale %s sono stati cancellati.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET opzione parametri
-MEMO_SET_DISABLED
- Spiacente, l'impostazione delle opzioni dei memo è temporaneamente disabilitata.
-MEMO_SET_UNKNOWN_OPTION
- Opzione SET %s sconosciuta.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s ti informerà dei nuovi memo quando ti connetti e quando li ricevi.
-MEMO_SET_NOTIFY_LOGON
- %s ti informerà dei nuovi memo quando ti connetti e quando torni dall'/AWAY.
-MEMO_SET_NOTIFY_NEW
- %s ti informerà dei nuovi memo quando li ricevi.
-MEMO_SET_NOTIFY_OFF
- %s non ti informerà dei nuovi memo.
-MEMO_SET_NOTIFY_MAIL
- Verrai ora informato su nuovi memo via email.
-MEMO_SET_NOTIFY_NOMAIL
- Non verrai più informato via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- Non c'è un indirizzo email impostato per il tuo nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [canale] limite
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [utente | canale] {limite | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Non puoi modificare limite dei tuoi memo.
-MEMO_SET_LIMIT_FORBIDDEN
- Il limite dei memo di %s non può essere modificato.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Non puoi impostare il limite dei tuoi memo ad un valore superiore a %d.
-MEMO_SET_LIMIT_TOO_HIGH
- Non puoi impostare il limite dei memo di %s ad un valore superiore a %d.
-MEMO_SET_LIMIT_OVERFLOW
- Il limite dei memo è troppo alto; sarà utilizzato il valore %d.
-MEMO_SET_YOUR_LIMIT
- Il limite dei tuoi memo è stato impostato a %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Non potrai più ricevere memo.
-MEMO_UNSET_YOUR_LIMIT
- Il limite dei tuoi memo è stato disabilitato.
-MEMO_SET_LIMIT
- Il limite dei memo di %s è stato impostato a %d.
-MEMO_SET_LIMIT_ZERO
- Il limite dei memo di %s è stato impostato a 0.
-MEMO_UNSET_LIMIT
- Il limite dei memo di %s è stato disabilitato.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [canale]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | canale]
-MEMO_INFO_NO_MEMOS
- Non hai alcun memo.
-MEMO_INFO_MEMO
- Hai 1 memo.
-MEMO_INFO_MEMO_UNREAD
- Hai 1 memo, e non l'hai ancora letto.
-MEMO_INFO_MEMOS
- Hai %d memo.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Hai %d memo, di cui 1 non è stato ancora letto.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Hai %d memo, di cui %d non sono stati ancora letti.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Hai %d memo, nessuno dei quali è stato letto.
-MEMO_INFO_LIMIT
- Il limite dei tuoi memo è %d.
-MEMO_INFO_HARD_LIMIT
- Il limite dei tuoi memo è %d, e non può essere modificato.
-MEMO_INFO_LIMIT_ZERO
- Il limite dei tuoi memo è 0; non riceverai alcun nuovo memo.
-MEMO_INFO_HARD_LIMIT_ZERO
- Il limite dei tuoi memo è 0; non riceverai alcun nuovo memo. Non puoi modificare questo limite.
-MEMO_INFO_NO_LIMIT
- Non c'è alcun limite al numero di memo che puoi conservare.
-MEMO_INFO_NOTIFY_OFF
- Non sarai informato dei nuovi memo.
-MEMO_INFO_NOTIFY_ON
- Sarai informato dei nuovi memo quando ti connetti e quando li ricevi.
-MEMO_INFO_NOTIFY_RECEIVE
- Sarai informato dei nuovi memo quando li ricevi.
-MEMO_INFO_NOTIFY_SIGNON
- Sarai informato dei nuovi memo quando ti connetti.
-MEMO_INFO_X_NO_MEMOS
- %s non ha alcun memo.
-MEMO_INFO_X_MEMO
- %s ha 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s ha 1 memo, e non è stato ancora letto.
-MEMO_INFO_X_MEMOS
- %s ha %d memo.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s ha %d memo, di cui 1 non è stato ancora letto.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s ha %d memo, di cui %d non sono stati ancora letti.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s ha %d memo, nessuno dei quali è stato letto.
-MEMO_INFO_X_LIMIT
- Il limite dei memo di %s è %d.
-MEMO_INFO_X_HARD_LIMIT
- Il limite dei memo di %s è %d, e non può essere modificato.
-MEMO_INFO_X_NO_LIMIT
- %s non ha alcun limite dei memo.
-MEMO_INFO_X_NOTIFY_OFF
- %s non viene informato dei nuovi memo.
-MEMO_INFO_X_NOTIFY_ON
- %s viene informato dei nuovi memo quando si connette e quando li riceve.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s viene informato dei nuovi memo quando li riceve.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s viene informato dei nuovi memo quando si connette.
-
-# Memo2Mail responses
-MEMO_MAIL_SUBJECT
- Nuovo memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND responses
-MEMO_RSEND_PLEASE_WAIT
- Prego attendere %d secondi prima di usare il comando RSEND command nuovamente.
-MEMO_RSEND_DISABLED
- Spiacente, RSEND è stato disattivato su questo network.
-MEMO_RSEND_SYNTAX
- RSEND {nick | canale} testo-memo
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] Il memo che hai inviato è stato letto.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] Il memo che hai inviato a %s è stato letto.
-MEMO_RSEND_USER_NOTIFICATION
- Un memo di notifica è stato mandato a %s informandolo/a che hai
- letto il suo memo.
-
-# CHECK responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- L'ultimo memo che hai inviato a %s (inviato il %s) non è stato ancora letto.
-MEMO_CHECK_READ
- L'ultimo memo che hai inviato a %s (inviato il %s) è stato letto.
-MEMO_CHECK_NO_MEMO
- Il nick %s non ha un tuo memo.
-MEMO_NO_RSEND_SELF
- Non puoi richiedere una ricevuta se mandi un memo a te stesso.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Il bot %s non esiste.
-BOT_NOT_ASSIGNED
- Devi assegnare un bot al canale prima di usare questo comando.
- Digita %R%S HELP ASSIGN per maggiori informazioni.
-BOT_NOT_ON_CHANNEL
- Il bot non è sul canale %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Non usare la parola %s su questo canale!
-BOT_REASON_BADWORD_GENTLE
- Occhio a come parli!
-BOT_REASON_BOLD
- Non usare il grassetto su questo canale!
-BOT_REASON_CAPS
- Disattiva il caps lock!
-BOT_REASON_COLOR
- Non usare i colori su questo canale!
-BOT_REASON_FLOOD
- Non floodare!
-BOT_REASON_REPEAT
- Smettila di ripetere!
-BOT_REASON_REVERSE
- Non usare il reverse su questo canale!
-BOT_REASON_UNDERLINE
- Non usare il sottolineato su questo canale!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Mi hai trovato, %s!
-BOT_SEEN_YOU
- Cerchi te stesso, eh %s?
-BOT_SEEN_ON_CHANNEL
- %s è sul canale in questo momento!
-BOT_SEEN_ON_CHANNEL_AS
- %s è sul canale in questo momento, travestito da %s!
-BOT_SEEN_ON
- L'ultima volta che ho visto %s è stato %s fa.
-BOT_SEEN_NEVER
- Non ho mai visto %s su questo canale.
-BOT_SEEN_UNKNOWN
- Non so chi sia %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick ident host realname
- BOT CHANGE vecchionick nuovonick [ident [host [realname]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- Il bot %s è già esistente.
-BOT_BOT_CREATION_FAILED
- Spiacente, la creazione del bot non è andata a buon fine.
-BOT_BOT_READONLY
- Spiacente, la modifica dei bot è temporaneamente disabilitata.
-BOT_BOT_ADDED
- %s!%s@%s (%s) aggiunto alla lista dei bot.
-BOT_BOT_ANY_CHANGES
- Le vecchie informazioni sono identiche a quelle nuove.
-BOT_BOT_CHANGED
- Il bot %s è stato modificato; ora si presenta come %s!%s@%s (%s)
-BOT_BOT_DELETED
- Il bot %s è stato eliminato.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Lista dei bot disponibili:
-BOT_BOTLIST_PRIVATE_HEADER
- Bot riservati agli IrcOp:
-BOT_BOTLIST_FOOTER
- %d bot disponibili.
-BOT_BOTLIST_EMPTY
- Non ci sono bot disponibili in questo momento.
- Chiedi a un Services Operator di crearne uno!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN canale nick-del-bot
-BOT_ASSIGN_READONLY
- Spiacente, l'assegnazione dei bot è temporaneamente disabilitata.
-BOT_ASSIGN_ALREADY
- Il bot %s è già assegnato al canale %s.
-BOT_ASSIGN_ASSIGNED
- Il bot %s è stato assegnato a %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN canale
-BOT_UNASSIGN_UNASSIGNED
- Non c'è più nessun bot assegnato a %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {canale | nick-del-bot}
-BOT_INFO_NOT_FOUND
- %s non è un bot valido o un canale registrato.
-BOT_INFO_BOT_HEADER
- Informazioni sul bot %s:
-BOT_INFO_BOT_MASK
- Hostmask: %s@%s
-BOT_INFO_BOT_REALNAME
- Realname: %s
-BOT_INFO_BOT_CREATED
- Data di crazione: %s
-BOT_INFO_BOT_USAGE
- Usato su: %d canale/i
-BOT_INFO_BOT_OPTIONS
- Opzioni: %s
-BOT_INFO_OPT_PRIVATE
- Privato
-BOT_INFO_CHAN_HEADER
- Informazioni sul canale %s:
-BOT_INFO_CHAN_BOT
- Nick del bot: %s
-BOT_INFO_CHAN_BOT_NONE
- Nick del bot: nessun bot assegnato.
-BOT_INFO_CHAN_KICK_BADWORDS
- Kick in caso di parolacce: %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kick in caso di parolacce: %s (%d kick portano al ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Kick in caso di grassetto: %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kick in caso di grassetto: %s (%d kick portano al ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Kick in caso di maiuscole: %s (minimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kick in caso di maiuscole: %s (%d portano al ban; minimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kick in caso di maiuscole: %s
-BOT_INFO_CHAN_KICK_COLORS
- Kick in caso di colori: %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kick in caso di colori: %s (%d portano al ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kick in caso di flood: %s (%d linee in %d secondi)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kick in caso di flood: %s (%d kick portano al ban; %d linee in %d secondi)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kick in caso di flood: %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kick in caso di ripetizioni: %s (%d volte)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kick in caso di ripetizioni: %s (%d kick portano al ban; %d volte)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kick in caso di ripetizioni: %s
-BOT_INFO_CHAN_KICK_REVERSES
- Kick in caso di reverse: %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kick in caso di reverse: %s (%d kick portano al ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kick in caso di sottolineato: %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kick in caso di sottolineato: %s (%d portano al ban ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- attivato
-BOT_INFO_INACTIVE
- disattivato
-BOT_INFO_CHAN_OPTIONS
- Opzioni: %s
-BOT_INFO_OPT_DONTKICKOPS
- Protezione per gli op
-BOT_INFO_OPT_DONTKICKVOICES
- Protezione per i voice
-BOT_INFO_OPT_FANTASY
- Fantasia
-BOT_INFO_OPT_GREET
- Saluto
-BOT_INFO_OPT_NOBOT
- Nessun bot
-BOT_INFO_OPT_SYMBIOSIS
- Simbiosi
-BOT_INFO_OPT_NONE
- Nessuna
-
-# SET responses
-BOT_SET_SYNTAX
- SET canale opzione parametri
-BOT_SET_DISABLED
- Spiacente, l'impostazione delle opzioni dei bot è temporaneamente disabilitata.
-BOT_SET_UNKNOWN
- Opzione %s sconosciuta.
- Digita %R%S HELP SET per maggiori informazioni.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET canale DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Il bot non kickerà gli operatori sul canale %s.
-BOT_SET_DONTKICKOPS_OFF
- Il bot kickerà anche gli operatori sul canale %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET canale DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Il bot non kickerà i voice sul canale %s.
-BOT_SET_DONTKICKVOICES_OFF
- Il bot kickerà anche i voice sul canale %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET canale FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- La modalità fantasy ora è ATTIVA sul canale %s.
-BOT_SET_FANTASY_OFF
- La modalità fantasy ora è DISATTIVA sul canale %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET canale GREET {ON|OFF}
-BOT_SET_GREET_ON
- La modalità greet (saluto) ora è ATTIVA sul canale %s.
-BOT_SET_GREET_OFF
- La modalità greet (saluto) ora è DISATTIVA sul canale %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET canale NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- La modalità No Bot ora è ATTIVA sul canale %s.
-BOT_SET_NOBOT_OFF
- La modalità No Bot ora è DISATTIVA sul canale %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET canale PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- La modalità Private del bot %s ora è ATTIVA.
-BOT_SET_PRIVATE_OFF
- La modalità Private del bot %s ora è DISATTIVA.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET canale SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- La modalità symbiosis ora è ATTIVA sul canale %s.
-BOT_SET_SYMBIOSIS_OFF
- La modalità symbiosis ora è DISATTIVA sul canale %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK canale opzione {ON|OFF} [parametri]
-BOT_KICK_DISABLED
- Spiacente, la configurazione dei kick è temporaneamente disabilitata.
-BOT_KICK_UNKNOWN
- Opzione %s sconosciuta.
- Digita %R%S HELP KICK per maggiori informazioni.
-BOT_KICK_BAD_TTB
- %s non può essere utilizzato come il numero di kick che porta al ban.
-
-BOT_KICK_BADWORDS_ON
- Il bot ora kickerà chi dice le parolacce. Usa il comando BADWORDS
- per aggiungere o rimuovere le parolacce dalla lista.
-BOT_KICK_BADWORDS_ON_BAN
- Il bot ora kickerà chi dice le bad words, e piazzerà un ban dopo
- %d kick nei confronti dello stesso utente. Usa il comando BADWORDS
- per aggiungere o rimuovere le parolacce dalla lista.
-BOT_KICK_BADWORDS_OFF
- Il bot non kickerà più chi dice le parolacce.
-BOT_KICK_BOLDS_ON
- Il bot ora kickerà chi usa il grassetto.
-BOT_KICK_BOLDS_ON_BAN
- Il bot ora kickerà chi usa il grassetto, e piazzerà un ban dopo
- %d kick nei confronti dello stesso utente.
-BOT_KICK_BOLDS_OFF
- Il bot non kickerà più chi usa il grassetto.
-BOT_KICK_CAPS_ON
- Il bot ora kickerà chi usa le maiuscole (devono costituire almeno
- %d caratteri e il %d%% dell'intero messaggio).
-BOT_KICK_CAPS_ON_BAN
- Il bot ora kickerà chi usa le maiuscole (devono costituire almeno
- %d caratteri e il %d%% dell'intero messaggio), e piazzerà un ban
- dopo %d kick nei confronti dello stesso utente.
-BOT_KICK_CAPS_OFF
- Il bot non kickerà più chi usa le maiuscole.
-BOT_KICK_COLORS_ON
- Il bot ora kickerà chi usa i colori.
-BOT_KICK_COLORS_ON_BAN
- Il bot ora kickerà chi usa i colors, e piazzerà un ban dopo %d
- kick nei confronti dello stesso utente.
-BOT_KICK_COLORS_OFF
- Il bot non kickerà più chi usa i colori.
-BOT_KICK_FLOOD_ON
- Il bot ora kickerà chi flooda (%d linee in %d secondi).
-BOT_KICK_FLOOD_ON_BAN
- Il bot ora kickerà chi flooda (%d linee in %d secondi), e
- piazzerà un ban dopo %d kick nei confronti dello stesso utente.
-BOT_KICK_FLOOD_OFF
- Il bot non kickerà più chi flooda.
-BOT_KICK_REPEAT_ON
- Il bot ora kickerà chi ripete (gli utenti che ripetono %d
- volte la stessa cosa).
-BOT_KICK_REPEAT_ON_BAN
- Il bot ora kickerà chi ripete (gli utenti che ripetono %d
- volte la stessa cosa), e piazzerà un ban dopo %d kick
- nei confronti dello stesso utente.
-BOT_KICK_REPEAT_OFF
- Il bot non kickerà più chi ripete.
-BOT_KICK_REVERSES_ON
- Il bot ora kickerà chi usa i reverse.
-BOT_KICK_REVERSES_ON_BAN
- Il bot ora kickerà chi usa i reverse, e piazzerà un ban dopo %d
- kick nei confronti dello stesso utente.
-BOT_KICK_REVERSES_OFF
- Il bot non kickerà più chi usa i reverse.
-BOT_KICK_UNDERLINES_ON
- Il bot ora kickerà chi usa il sottolineato.
-BOT_KICK_UNDERLINES_ON_BAN
- Il bot ora kickerà chi usa il sottolineato, e piazzerà un ban dopo %d
- kick nei confronti dello stesso utente.
-BOT_KICK_UNDERLINES_OFF
- Il bot non kickerà più chi usa il sottolineato.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS canale {ADD|DEL|LIST|CLEAR} [parola | numero-lista] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Spiacente, la modifica della lista delle parolacce è temporaneamente disabilitata.
-BOT_BADWORDS_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d parolacce nella lista di un canale.
-BOT_BADWORDS_ALREADY_EXISTS
- %s è già presente nella lista delle parolacce di %s.
-BOT_BADWORDS_ADDED
- %s aggiunto alla lista delle parolacce di %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Il record specificato (%d) non è presente nella lista delle parolacce di %s.
-BOT_BADWORDS_NOT_FOUND
- %s non trovato nella lista delle parolacce di %s.
-BOT_BADWORDS_NO_MATCH
- Nessun record corrispondente nella lista delle parolacce di %s.
-BOT_BADWORDS_DELETED
- %s è stato eliminato dalla lista delle parolacce di %s.
-BOT_BADWORDS_DELETED_ONE
- Eliminato un record dalla lista delle parolacce di %s.
-BOT_BADWORDS_DELETED_SEVERAL
- Eliminati %d record dalla lista delle parolacce di %s.
-BOT_BADWORDS_LIST_EMPTY
- La lista delle parolacce di %s è vuota.
-BOT_BADWORDS_LIST_HEADER
- Lista delle parolacce di %s:
- Num Parola Tipo
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- La lista delle parolacce è stata svuotata.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY canale testo
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT canale testo
-
-# Errors
-BOT_EXCEPT
- L'utente corrisponde a una delle eccezioni del canale.
-BOT_BAD_NICK
- I nick dei bot possono contenere unicamente caratteri validi.
-BOT_BAD_HOST
- Gli host dei bot possono contenere unicamente caratteri validi.
-BOT_BAD_IDENT
- Gli ident dei bot possono contenere unicamente caratteri validi.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- I Services non riescono a cambiare i modi. I server sono configurati correttamente?
-OPER_BOUNCY_MODES_U_LINE
- I Services non riescono a cambiare i modi. Le U:lines dei server sono configurate correttamente?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL messaggio
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Opzione %s di STATS sconosciuta.
-OPER_STATS_CURRENT_USERS
- Utenti correnti: %d (%d operatori)
-OPER_STATS_MAX_USERS
- Utenti massimi: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- I Services sono up da %d giorni, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- I Services sono up da %d giorno, %02d:%02d
-OPER_STATS_UPTIME_HMS
- I Services sono up da %d ore, %d minuti
-OPER_STATS_UPTIME_HM1S
- I Services sono up da %d ore, %d minuti
-OPER_STATS_UPTIME_H1MS
- I Services sono up da %d ore, %d minuto
-OPER_STATS_UPTIME_H1M1S
- I Services sono up da %d ore, %d minuto
-OPER_STATS_UPTIME_1HMS
- I Services sono up da %d ora, %d minuti
-OPER_STATS_UPTIME_1HM1S
- I Services sono up da %d ora, %d minuti
-OPER_STATS_UPTIME_1H1MS
- I Services sono up da %d ora, %d minuto
-OPER_STATS_UPTIME_1H1M1S
- I Services sono up da %d ora, %d minuto
-OPER_STATS_UPTIME_MS
- I Services sono up da %d minuti, %d secondi
-OPER_STATS_UPTIME_M1S
- I Services sono up da %d minuti, %d secondo
-OPER_STATS_UPTIME_1MS
- I Services sono up da %d minuto, %d secondi
-OPER_STATS_UPTIME_1M1S
- I Services sono up da %d minuto, %d secondo
-OPER_STATS_BYTES_READ
- Bytes letti: %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes scritti: %5d kB
-OPER_STATS_USER_MEM
- Utenti: %6d records, %5d kB
-OPER_STATS_CHANNEL_MEM
- Canali: %6d records, %5d kB
-OPER_STATS_GROUPS_MEM
- Gruppi (NS): %6d records, %5d kB
-OPER_STATS_ALIASES_MEM
- Alias (NS): %6d records, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ: %6d records, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ: %6d records, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ: %6d records, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessioni: %6d records, %5d kB
-OPER_STATS_AKILL_COUNT
- Numero attuale di AKILL: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Durata di default delle AKILL: %d giorni
-OPER_STATS_AKILL_EXPIRE_DAY
- Durata di default delle AKILL: 1 giorno
-OPER_STATS_AKILL_EXPIRE_HOURS
- Durata di default delle AKILL: %d ore
-OPER_STATS_AKILL_EXPIRE_HOUR
- Durata di default delle AKILL: 1 ora
-OPER_STATS_AKILL_EXPIRE_MINS
- Durata di default delle AKILL: %d minuti
-OPER_STATS_AKILL_EXPIRE_MIN
- Durata di default delle AKILL: 1 minuto
-OPER_STATS_AKILL_EXPIRE_NONE
- Durata di default delle AKILL: infinita
-OPER_STATS_SNLINE_COUNT
- Numero attuale di SNLINE: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Durata di default delle SNLINE: %d giorni
-OPER_STATS_SNLINE_EXPIRE_DAY
- Durata di default delle SNLINE: 1 giorno
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Durata di default delle SNLINE: %d ore
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Durata di default delle SNLINE: 1 ora
-OPER_STATS_SNLINE_EXPIRE_MINS
- Durata di default delle SNLINE: %d minuti
-OPER_STATS_SNLINE_EXPIRE_MIN
- Durata di default delle SNLINE: 1 minuto
-OPER_STATS_SNLINE_EXPIRE_NONE
- Durata di default delle SNLINE: infinita
-OPER_STATS_SQLINE_COUNT
- Numero attuale di SQLINE: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Durata di default delle SQLINE: %d giorni
-OPER_STATS_SQLINE_EXPIRE_DAY
- Durata di default delle SQLINE: 1 giorno
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Durata di default delle SQLINE: %d ore
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Durata di default delle SQLINE: 1 ora
-OPER_STATS_SQLINE_EXPIRE_MINS
- Durata di default delle SQLINE: %d minuti
-OPER_STATS_SQLINE_EXPIRE_MIN
- Durata di default delle SQLINE: 1 minuto
-OPER_STATS_SQLINE_EXPIRE_NONE
- Durata di default delle SQLINE: infinita
-OPER_STATS_SZLINE_COUNT
- Numero attuale di SZLINE: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Durata di default delle SZLINE: %d giorni
-OPER_STATS_SZLINE_EXPIRE_DAY
- Durata di default delle SZLINE: 1 giorno
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Durata di default delle SZLINE: %d ore
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Durata di default delle SZLINE: 1 ora
-OPER_STATS_SZLINE_EXPIRE_MINS
- Durata di default delle SZLINE: %d minuti
-OPER_STATS_SZLINE_EXPIRE_MIN
- Durata di default delle SZLINE: 1 minuto
-OPER_STATS_SZLINE_EXPIRE_NONE
- Durata di default delle SZLINE: infinita
-OPER_STATS_RESET
- Le statistiche sono state azzerate.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE canale modi
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE nick modi
-OPER_UMODE_SUCCESS
- Modi utente di %s modificati.
-OPER_UMODE_CHANGED
- %s ha modificato i tuoi modi utente.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flag
-OPER_OLINE_SUCCESS
- Le operflags %s sono state aggiunte a %s.
-OPER_OLINE_IRCOP
- Ora sei un IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES canale [ALL]
-OPER_CLEARMODES_DONE
- I Modi binari i ban sono stati annullati sul canale %s.
-OPER_CLEARMODES_ALL_DONE
- Tutti i modi sono stat annullati sul canale %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK canale utente motivo
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick nuovonick
-OPER_SVSNICK_NEWNICK
- Il nick %s viene ora cambiato in %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} [motivo]]
-OPER_AKILL_EXISTS
- %s è già presente nella lista AKILL.
-OPER_AKILL_ALREADY_COVERED
- %s è già coperto da %s.
-OPER_AKILL_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d AKILL.
-OPER_AKILL_NO_NICK
- Nota: le mask delle AKILL non possono contenere nick; assicurati di non aver incluso una porzione di nick nella mask.
-OPER_AKILL_ADDED
- %s aggiunto alla lista AKILL.
-OPER_AKILL_CHANGED
- Durata di %s modificata.
-OPER_AKILL_NOT_FOUND
- %s non trovato nella lista AKILL.
-OPER_AKILL_NO_MATCH
- Nessun record corrispondente nella lista AKILL.
-OPER_AKILL_DELETED
- %s eliminato dalla lista AKILL.
-OPER_AKILL_DELETED_ONE
- Eliminato 1 record dalla lista AKILL.
-OPER_AKILL_DELETED_SEVERAL
- Eliminati %d record dalla lista AKILL.
-OPER_AKILL_LIST_EMPTY
- La lista AKILL è vuota.
-OPER_AKILL_LIST_HEADER
- Lista AKILL attuale:
- Num Mask Motivo
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Lista AKILL attuale:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_AKILL_CLEAR
- La lista AKILL è stata svuotata.
-OPER_CHANKILL_SYNTAX
- CHANKILL [+scadenza] {#canale} [motivo]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista}[:motivo]]
-OPER_SNLINE_UNSUPPORTED
- Spiacente, SNLINE non è disponibile su questa rete.
-OPER_SNLINE_EXISTS
- %s è già presente nella lista SNLINE.
-OPER_SNLINE_ALREADY_COVERED
- %s è già coperto da %s.
-OPER_SNLINE_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d SNLINE.
-OPER_SNLINE_ADDED
- %s aggiunto alla lista SNLINE.
-OPER_SNLINE_CHANGED
- Durata di %s modificata.
-OPER_SNLINE_NOT_FOUND
- %s non trovato nella lista SNLINE.
-OPER_SNLINE_NO_MATCH
- Nessun record corrispondente nella lista SNLINE.
-OPER_SNLINE_DELETED
- %s eliminato dalla lista SNLINE.
-OPER_SNLINE_DELETED_ONE
- Eliminato 1 record dalla lista SNLINE.
-OPER_SNLINE_DELETED_SEVERAL
- Eliminati %d record dalla lista SNLINE.
-OPER_SNLINE_LIST_EMPTY
- La lista SNLINE è vuota.
-OPER_SNLINE_LIST_HEADER
- Lista SNLINE attuale:
- Num Mask Motivo
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Lista SNLINE attuale:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SNLINE_CLEAR
- La lista SNLINE è stata svuotata.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} [motivo]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Le SQLINE di canale non sono supportate da questo IRCd e sono pertanto inutilizzabili.
-OPER_SQLINE_EXISTS
- %s è già prsente nella lista SQLINE.
-OPER_SQLINE_ALREADY_COVERED
- %s è già coperto da %s.
-OPER_SQLINE_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d SQLINE.
-OPER_SQLINE_ADDED
- %s aggiunto alla lista SQLINE.
-OPER_SQLINE_CHANGED
- Durata di %s modificata.
-OPER_SQLINE_NOT_FOUND
- %s non trovato nella lista SQLINE.
-OPER_SQLINE_NO_MATCH
- Nessun record corrispondente nella lista SQLINE.
-OPER_SQLINE_DELETED
- %s eliminato dalla lista SQLINE.
-OPER_SQLINE_DELETED_ONE
- Eliminato 1 record dalla lista SQLINE.
-OPER_SQLINE_DELETED_SEVERAL
- Eliminati %d record dalla lista SQLINE.
-OPER_SQLINE_LIST_EMPTY
- La lista SQLINE è vuota.
-OPER_SQLINE_LIST_HEADER
- Lista SQLINE attuale:
- Num Mask Motivo
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Lista SQLINE attuale:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (da %s su %s; %s)
- %s
-OPER_SQLINE_CLEAR
- La lista SQLINE è stata annullata.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+durata] {mask | numero-lista} [motivo]]
-OPER_SZLINE_UNSUPPORTED
- Spiacente, SZLINE non è disponibile su questa rete.
-OPER_SZLINE_EXISTS
- %s è già presente sulla lista SZLINE.
-OPER_SZLINE_ALREADY_COVERED
- %s è già coperto da %s.
-OPER_SZLINE_REACHED_LIMIT
- Spiacente, puoi avere un massimo di %d SZLINE.
-OPER_SZLINE_ONLY_IPS
- Nota: puoi aggiungere solo mask dell'ip alla lista SZLINE.
-OPER_SZLINE_ADDED
- %s aggiunto alla lista SZLINE.
-OPER_SZLINE_CHANGED
- Durata di %s modificata.
-OPER_SZLINE_NOT_FOUND
- %s non trovato nella lista SZLINE.
-OPER_SZLINE_NO_MATCH
- Nessun record corrispondente nella lista SZLINE.
-OPER_SZLINE_DELETED
- %s eliminato dalla lista SZLINE.
-OPER_SZLINE_DELETED_ONE
- Eliminato 1 record dalla lista SZLINE.
-OPER_SZLINE_DELETED_SEVERAL
- Eliminati %d record dalla lista SZLINE.
-OPER_SZLINE_LIST_EMPTY
- La lista SZLINE è vuota.
-OPER_SZLINE_LIST_HEADER
- Lista SZLINE attuale:
- Num Mask Motivo
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Lista SZLINE attuale:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SZLINE_CLEAR
- La lista SZLINE è stata svuotata.
-
-# SET responses
-OPER_SET_SYNTAX
- SET opzione parametri
-OPER_SET_IGNORE_ON
- Il codice di ignore sarà usato.
-OPER_SET_IGNORE_OFF
- Il codice di ignore non sarà usato.
-OPER_SET_IGNORE_ERROR
- Il parametro dell'opzione IGNORE deve essere ON o OFF.
-OPER_SET_READONLY_ON
- I Services ora sono in modalità read-only.
-OPER_SET_READONLY_OFF
- I Services ora sono in modalità read-write.
-OPER_SET_READONLY_ERROR
- Il parametro dell'opzione READONLY deve essere ON o OFF.
-OPER_SET_LOGCHAN_ON
- Services is now reporting log messages to %s.
-OPER_SET_LOGCHAN_OFF
- Services is no longer reporting log messages to a channel.
-OPER_SET_LOGCHAN_ERROR
- L'impostazione per LOGCHAN dev'essere ON o OFF e LogChannel dev'essere definito.
-OPER_SET_DEBUG_ON
- I Services ora sono in modalità debug.
-OPER_SET_DEBUG_OFF
- I Services ora non sono in modalità debug.
-OPER_SET_DEBUG_LEVEL
- I Services ora sono in modalità debug (livello %d).
-OPER_SET_DEBUG_ERROR
- Il parametro dell'opzione DEBUG deve essere ON, OFF, o un numero positivo.
-OPER_SET_NOEXPIRE_ON
- I Services ora sono in modalità no expire.
-OPER_SET_NOEXPIRE_OFF
- I Services ora sono in modalità expire.
-OPER_SET_NOEXPIRE_ERROR
- Il parametro dell'opzione NOEXPIRE deve essere ON o OFF.
-OPER_SET_UNKNOWN_OPTION
- Opzione %s sconosciuta.
-OPER_SET_LIST_OPTION_ON
- %s è attivato
-OPER_SET_LIST_OPTION_OFF
- %s è disattivato
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} server
-OPER_NOOP_SET
- Tutte le O:lines di %s sono state rimosse.
-OPER_NOOP_REVOKE
- Tutte le O:lines di %s sono state ripristinate.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE nomeserver [motivo]
-OPER_JUPE_HOST_ERROR
- Prego utilizzare un nome server valido per jupe
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Aggiornamento dei database.
-
-# RELOAD responses
-OPER_RELOAD
- Il file di configurazione dei Services' è stato ricaricato in memoria.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN non è definito; impossibile riavviare. Riesegui lo script \2configure\2 e ricompila i Services per attivare il comando RESTART.
-
-# IGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [tempo] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Devi inserire un numero valido per indicare il tempo.
-OPER_IGNORE_TIME_DONE
- %s sarà ignorato per %s.
-OPER_IGNORE_PERM_DONE
- %s sarà ignorato permanentemente.
-OPER_IGNORE_DEL_DONE
- %s non è più ignorato.
-OPER_IGNORE_LIST
- Lista ignore dei Services:
-OPER_IGNORE_LIST_NOMATCH
- %s non trovato nella lista ignore.
-OPER_IGNORE_LIST_EMPTY
- La lista ignore è vuota.
-OPER_IGNORE_LIST_CLEARED
- La lista ignore è stata annullata.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Impossibile trovare l'utente %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Lista dei canali:
- Nome Utenti Modi Topic
-OPER_CHANLIST_HEADER_USER
- %s lista canali:
- Nome Utenti Modi Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Fine della lista dei canali.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Lista dei nick:
- Nick Mask
-OPER_USERLIST_HEADER_CHAN
- Lista dei nick di %s:
- Nick Mask
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Fine della lista dei nick.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- Ora sei un SuperAdmin.
-OPER_SUPER_ADMIN_OFF
- Non sei più un SuperAdmin.
-OPER_SUPER_ADMIN_SYNTAX
- L'impostazione di SuperAdmin deve essere ON o OFF (deve essere attivato in services.conf).
-OPER_SUPER_ADMIN_WALL_ON
- %s ora è un SuperAdmin.
-OPER_SUPER_ADMIN_WALL_OFF
- %s non è più un SuperAdmin.
-OPER_SUPER_ADMIN_ONLY
- Solo i SuperAdmin possono usare questo comando.
-OPER_STAFF_LIST_HEADER
- Su Livello Nick
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- I servizi sono in modalità Defcon, prego riprovare più tardi.
-OPER_DEFCON_CHANGED
- I servizi sono ora in DEFCON %d
-OPER_DEFCON_WALL
- %s ha cambiato il livello DEFCON a %d
-DEFCON_GLOBAL
- Il livello Defcon è ora: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Modulo %s caricato
-OPER_MODULE_UNLOADED
- Modulo %s rimosso
-OPER_MODULE_LOAD_FAIL
- Impossibile caricare il modulo %s
-OPER_MODULE_REMOVE_FAIL
- Impossibile rimuovere il modulo %s
-OPER_MODULE_NO_UNLOAD
- Questo modulo non può essere rimosso.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD NomeFile
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD NomeFile
-OPER_MODULE_LIST_HEADER
- Lista moduli attuali:
-OPER_MODULE_LIST
- Modulo: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Moduli caricati.
-OPER_MODULE_INFO_LIST
- Modulo: %s Versione: %s Autore: %s caricato: %s
-OPER_MODULE_CMD_LIST
- Fornendo il comando: %R%s %s
-OPER_MODULE_MSG_LIST
- Fornendo l'handler IRCD per: %s
-OPER_MODULE_NO_LIST
- Nessn modulo attualmente caricato
-OPER_MODULE_NO_INFO
- Nessun'informazione sul modulo %s è disponibile
-OPER_MODULE_INFO_SYNTAX
- MODINFO NomeFile
-MODULE_HELP_HEADER
- I seguenti comandi sono stati caricati da un modulo:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametri]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+durata] mask limite motivo
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mask | lista}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE num posizione
-OPER_EXCEPTION_DISABLED
- Il limite delle sessioni è disabilitato.
-OPER_EXCEPTION_ALREADY_PRESENT
- La mask %s è già presente sulla lista delle eccezioni.
-OPER_EXCEPTION_TOO_MANY
- La lista delle eccezioni è piena!
-OPER_EXCEPTION_ADDED
- Il limite di sessioni per %s è stato impostato a %d.
-OPER_EXCEPTION_MOVED
- L'eccezione per %s (numero %d) è stata spostata alla posizione %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Il record specificato (%d) non esiste nella lista delle eccezioni.
-OPER_EXCEPTION_NOT_FOUND
- Impossibile trovare %s nella lista delle eccezioni.
-OPER_EXCEPTION_NO_MATCH
- Nessun record corrispondente nella lista delle eccezioni.
-OPER_EXCEPTION_DELETED
- %s eliminato dalla lista delle eccezioni.
-OPER_EXCEPTION_DELETED_ONE
- Eliminato 1 record dalla lista delle eccezioni.
-OPER_EXCEPTION_DELETED_SEVERAL
- Eliminati %d record dalla lista delle eccezioni.
-OPER_EXCEPTION_LIST_HEADER
- Lista delle eccezioni attuale:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Num Limite Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Limite: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Limite delle sessioni non valido. Deve essere un numero intero maggiore o uguale a zero e minore di %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Hostmask non valida. Solo le hostmask reali sono valide; le eccezioni non vengono confrontate con i nick o con gli username (ident).
-OPER_EXCEPTION_EXISTS
- %s esiste già nella lista EXCEPTION.
-OPER_EXCEPTION_CHANGED
- Exception per %s è stata aggiornata in %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limite | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limite
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- La limitazione delle sessioni non è attiva.
-OPER_SESSION_INVALID_THRESHOLD
- Valore di soglia non valido. Deve essere un numero intero maggiore di 1.
-OPER_SESSION_NOT_FOUND
- %s non trovato nella lista delle sessioni.
-OPER_SESSION_LIST_HEADER
- Lista degli host con almeno %d sessioni:
-OPER_SESSION_LIST_COLHEAD
- Sessioni Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- L'host %s ha %d sessioni, con un limite di %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Sintassi: EXCEPTION ADD [+durata] mask limite motivo
- EXCEPTION DEL {mask | lista}
- EXCEPTION MOVE num posizione
- EXCEPTION LIST [mask | lista]
- EXCEPTION VIEW [mask | lista]
-
- Permette ai Services Operator di manipolare la lista degli host
- che hanno limiti di sessione specifici, in modo da permettere
- ad alcune macchine, come ad esempio ai server di shell, di
- avere un numero di client maggiore di quello di default.
- Quando un host raggiunge il suo limite di sessioni, tutti i
- client che cercano di connettersi da quell'host verranno
- disconnessi (killati). Prima che l'utente venga killato,
- viene inviato un /NOTICE da %S per fornire delle informazioni
- sulla limitazione delle sessioni. Il contenuto di questo notice
- è impostato nel file di configurazione.
-
- EXCEPTION ADD aggiunge la hostmask specificata alla lista delle
- eccezioni. Bisogna tenere presente che le mask nick!user@host
- e and user@host non sono valide. Soltanto le vere mask di host,
- come ad esempio box.host.dom e *.host.dom, sono permesse,
- poiché la limitazione delle sessioni non tiene conto del nick e
- degli username (ident). limite deve essere un numero maggiore o
- uguale a zero. Questo valore indica quante sessioni contemporanee
- sono permesse a quell'host. Se viene indicato il limite 0, l'host
- non ha limite di sessioni. Guarda l'help del comando AKILL per
- i dettagli sul formato del parametro opzionale durata.
- EXCEPTION DEL rimuove la mask specificata dalla lista delle
- eccezioni.
- EXCEPTION MOVE sposta l'eccezione num alla posizione posizione.
- Le eccezioni che si trovano in mezzo saranno spostate in alto o in
- basso per riempire il vuoto.
- EXCEPTION LIST e EXCEPTION VIEW mostrano tutte le eccezioni
- attuali; se viene specificata la mask opzionale, la lista è limitata
- alle eccezioni che corrispondono alla maschera. La differenza è
- che EXCEPTION VIEW fornisce maggiori informazioni, visualizzando
- il nome della persona che ha aggiunto l'eccezione, il suo limite di
- sessioni, il motivo, la host mask e la data di scadenza.
-
- Bisogna tener conto che un client che si connette "userà" la prima
- eccezione che corrisponde al loro host. Liste di eccezioni molto
- grandi ed mask generiche possono degradare la funzionalità dei
- Services.
-
-OPER_HELP_SESSION
- Sintassi: SESSION LIST soglia
- SESSION VIEW host
-
- Permette ai Services Operators di visualizzare la lista delle sessioni.
-
- SESSION LIST mostra gli host con almeno threshold sessioni.
- La soglia deve essere un numero maggiore di 1, in modo da evitare
- la visualizzazione accidentale di un gran numero di host con una
- sola sessione.
- SESSION VIEW mostra informazioni dettagliate su un host specifico,
- incluso il conteggio attuale delle sessioni e del limite delle stesse.
- Il valore host non può includere wildcards.
-
- Guarda l'help del comando EXCEPTION per maggiori informazioni
- sulla limitazione delle sessioni e come configurare limiti specifici
- per determinati host o gruppi di host.
-
-OPER_HELP_STAFF
- Sintassi: STAFF
-
- Mostra tutti i nick dello staff dei services coi rispettivi
- livelli e stato on-line.
-
-OPER_HELP_DEFCON
- Sintassi: DEFCON [1|2|3|4|5]
-
- Il sistema defcon può essere utilizzato per implementare un insieme
- di restrizioni dei servizi predefinite, utili durante un tentativo
- d'attacco sul network.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Nessuna nuova registrazione di canali
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Nessuna nuova registrazione di nick
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Nessune modifiche ad MLOCK
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Forza l'impostazione dei modi canale (%s) su tutti i canali
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Usa il limite di sessioni ridotto a %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Killa tutti i NUOVI client che si collegano
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignora tutti i non-opers con messaggio
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Ignora silenziosamente i non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL tutti i nuovi client che si collegano
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Niente nuovi memo inviati
-OPER_HELP_CHANKILL
- Sintassi: CHANKILL [+scadenza] canale motivo
-
- Imposta un AKILL per tutti i nick presenti nel canale specificato.
- Utilizza l'intero e completo ident@host per ogni nick,
- in seguito imposta l'AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Messaggio di ingresso - %s] %s
-NEWS_OPER_TEXT
- [Messaggio per gli operatori - %s] %s
-NEWS_RANDOM_TEXT
- [Messaggio del giorno - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [testo|numero]
-NEWS_LOGON_LIST_HEADER
- Lista delle Logon News:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s, aggiunto da %s)
- %s
-NEWS_LOGON_LIST_NONE
- Non c'è nessuna Logon News.
-NEWS_LOGON_ADD_SYNTAX
- Sintassi: LOGONNEWS ADD testo
-NEWS_LOGON_ADD_FULL
- La lista delle news è piena!
-NEWS_LOGON_ADDED
- Aggiunta una nuova Logon News (numero %d).
-NEWS_LOGON_DEL_SYNTAX
- Sintassi: LOGONNEWS DEL {numero | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Impossibile trovare la Logon News numero %d!
-NEWS_LOGON_DELETED
- La Logon News numero %d è stata eliminata.
-NEWS_LOGON_DEL_NONE
- Nessuna Logon News da eliminare!
-NEWS_LOGON_DELETED_ALL
- Tutte le Logon News sono state eliminate.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [testo|numero]
-NEWS_OPER_LIST_HEADER
- Lista delle Oper News:
-NEWS_OPER_LIST_ENTRY
- %5d (%s, aggiunto da %s)
- %s
-NEWS_OPER_LIST_NONE
- Non c'è nessuna Oper News.
-NEWS_OPER_ADD_SYNTAX
- Sintassi: OPERNEWS ADD testo
-NEWS_OPER_ADD_FULL
- La lista delle news è piena!
-NEWS_OPER_ADDED
- Aggiunta una nuova Oper News (numero %d).
-NEWS_OPER_DEL_SYNTAX
- Sintassi: OPERNEWS DEL {numero | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Impossibile trovare la Oper News numero %d!
-NEWS_OPER_DELETED
- La Oper News numero %d è stata eliminata.
-NEWS_OPER_DEL_NONE
- Nessuna Oper News da eliminare!
-NEWS_OPER_DELETED_ALL
- Tutte le Oper News sono state eliminate.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [testo|numero]
-NEWS_RANDOM_LIST_HEADER
- Lista delle Random News:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s, aggiunto da %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Non c'è nessuna Random News.
-NEWS_RANDOM_ADD_SYNTAX
- Sintassi: RANDOMNEWS ADD testo
-NEWS_RANDOM_ADD_FULL
- La lista delle news è piena!
-NEWS_RANDOM_ADDED
- Aggiunta una nuova Random News (numero %d).
-NEWS_RANDOM_DEL_SYNTAX
- Sintassi: RANDOMNEWS DEL {numero | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Impossibile trovare la Random News numero %d!
-NEWS_RANDOM_DELETED
- La Random News numero %d è stata eliminata.
-NEWS_RANDOM_DEL_NONE
- Nessuna Random News da eliminare!
-NEWS_RANDOM_DELETED_ALL
- Tutte le Random News sono state eliminate.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Sintassi: RANDOMNEWS ADD testo
- RANDOMNEWS DEL {numero | ALL}
- RANDOMNEWS LIST
-
- Modifica o visualizza la lista delle informazioni del giorno.
- Quando un utente si connette alla rete, una (e una soltanto)
- delle informazioni del giorno sarà scelta casualmente e gli
- sarà inviata.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-
-NICK_HELP_CMD_CONFIRM
- CONFIRM Conferma un "auth code" di nickserv
-NICK_HELP_CMD_RESEND
- RESEND Reinvia un "auth code" di nickserv
-NICK_HELP_CMD_REGISTER
- REGISTER Registra un nick
-NICK_HELP_CMD_GROUP
- GROUP Entra in un gruppo
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Ti identifica per il tuo nick
-NICK_HELP_CMD_ACCESS
- ACCESS Modifica la lista degli indirizzi autorizzati
-NICK_HELP_CMD_SET
- SET Imposta le opzioni, inclusa la protezione
-NICK_HELP_CMD_SASET
- SASET Imposta le opzioni SET su un altro nickname
-NICK_HELP_CMD_DROP
- DROP Annulla la registrazione del nick
-NICK_HELP_CMD_RECOVER
- RECOVER Disconnette un altro utente che usa il tuo nick
-NICK_HELP_CMD_RELEASE
- RELEASE Permette di usare di nuovo il proprio nick dopo un RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Invia la password del proprio nick via e-mail
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnette un nick fantasma che non è ancora caduto
-NICK_HELP_CMD_ALIST
- ALIST Mostra i canali in cui si ha accesso
-NICK_HELP_CMD_GLIST
- GLIST Mostra la lista di tutti i nick nel proprio gruppo
-NICK_HELP_CMD_INFO
- INFO Mostra le informazioni su un nick
-NICK_HELP_CMD_LIST
- LIST Mostra l'elenco dei nick registrati
-NICK_HELP_CMD_LOGOUT
- LOGOUT Deidentifica dal proprio nick
-NICK_HELP_CMD_STATUS
- STATUS Indica lo stato di identificazione di un nick
-NICK_HELP_CMD_UPDATE
- UPDATE Aggiorna il tuo stato attuale, ovvero controlla eventuali nuovi memo
-NICK_HELP_CMD_GETPASS
- GETPASS Recupera la password di un nick
- (solo se la criptazione è disattivata)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Mostra l'elenco degli utenti registratisi con l'indirizzo email specificato
-NICK_HELP_CMD_FORBID
- FORBID Blocca un nick in modo che non venga usato
-NICK_HELP_CMD_SUSPEND
- SUSPEND Sospendi il nick specificato
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Rilascia il nick specificato
-
-NICK_HELP
- %S ti permette di "registrare" un nick e di
- evitare che gli altri lo usino. I seguenti
- comandi permettono la registrazione e il mantenimento
- dei nick; per usarli, digita %R%S comando.
- Per maggiori informazioni su un comando specifico,
- digita %R%S HELP comando.
-
-NICK_HELP_FOOTER
- NOTA: Questo servizio è pensato per fornire agli
- utenti un modo per assicurarsi che loro identità non
- sia compromessa.
- NON è pensato per facilitare il "furto" dei nick
- o per altre azioni maliziose. L'abuso di %S
- risulterà, come minimo, nella perdita del proprio nick.
-
-NICK_HELP_EXPIRES
-
- I nick che non sono più usati sono soggetti a
- cancellazione automatica; saranno cioè eliminati
- dopo %d giorni di inutilizzo.
-
-NICK_HELP_REGISTER
- Sintassi: REGISTER password [email]
-
- Registra il tuo nick nel database di %S. Quando il
- nick è registrato, puoi usare i comandi SET e ACCESS
- per modificare a tuo piacimento le impostazioni del tuo
- nick. Assicurati di non dimenticare la password che usi
- per la registrazione - ne avrai bisogno per effettuare
- modifiche sul tuo nick.
- Tieni conto che le maiuscole e le minuscole sono
- differenti! PIPPO, Pippo, pippo e PiPpO sono
- tutte password diverse!
-
- Suggerimenti sulla scelta della password:
-
- Le password non devono essere facili da indovinare. Ad
- esempio, usare il tuo vero nome come password è una
- cattiva idea. Utilizzare il tuo nick come password è
- un'idea anche peggiore ;), infatti %S non ti permetterà
- di farlo. Inoltre, le password brevi sono facili da
- indovinare con meno tentativi, pertanto è meglio usare
- una password di almeno 5 caratteri. Inoltre, lo spazio
- non può essere usato all'interno di una password.
-
- Il parametro e-mail è necessario e serve a memorizzare
- il tuo indirizzo nei parametri del tuo nick.
- Il tuo indirizzo non sarà ceduto a terzi, e sarà usato
- per inviarti la password nel caso tu la dimentichi.
-
- Questo comando crea anche un nuovo gruppo per il tuo nick,
- che ti permetterà di registrare altri nick condividendo
- la stessa configurazione, gli stessi memo e gli stessi
- privilegi sui canali. Per maggiori informazioni su questo
- servizio, digita %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Sintassi: GROUP destinazione password
-
- Questo comando fa sì che il tuo nick entri nel gruppo del
- nick destinazione. password è la password del nick di
- destinazione.
-
- Entrare in un gruppo ti permetterà di condividere la tua
- configurazione, i tuoi memo e i privilegi sui canali con
- tutti i nick nel tuo gruppo.
-
- Un gruppo esiste fino a quando è utile. Questo significa
- che anche se uno dei nick del gruppo viene deregistrato,
- non perderai le condivisioni descritte sopra, fino a quando
- nel gruppo resta almeno un nick.
-
- Puoi usare questo comando anche se non hai ancora registrato
- il tuo nick. Se il tuo nick è già registrato, dovrai
- identificarti prima di usare questo comando. Digita
- %R%S HELP IDENTIFY per maggiori informazioni.
-
- E' consigliato l'uso di questo comando con un nick non
- registrato, in quanto verrà registrato automaticamente
- con l'uso stesso di questo comando.
-
- E' possibile stare in un solo nick per volta. L'unione dei
- gruppi non è possibile
-
- Nota: tutti i nick di un gruppo hanno la stessa password.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Sintassi: IDENTIFY [account] password
-
- Indica a %S che sei davvero il proprietario del nick.
- Molti comandi richiedono che tu ti sia autentificato
- con questo comando prima di poterli usare. La password
- deve essere la stessa che è stata utilizzata con il
- comando REGISTER.
-
-NICK_HELP_UPDATE
- Sintassi: UPDATE
-
- Aggiorna il tuo stato attuale, ovvero controlla eventuali nuovi memo,
- imposta i chanmode necessari (ModeonID) e aggiorna il tuo vhost e
- i tuoi userflags (lastseentime, ecc).
-
-NICK_HELP_LOGOUT
- Sintassi: LOGOUT
-
- Annulla l'effetto del comando IDENTIFY, cioè fa in modo
- che tu non sia più riconosciuto come il vero proprietario
- del nick. Tieni presente, però, che non dovrai identificarti
- di nuovo.
-
-NICK_HELP_DROP
- Sintassi: DROP [nick]
-
- Cancella (deregistra) il tuo nick dal database di %S database.
- Un nick deregistrato è a disposizione di chiunque per venire
- registrato nuovamente.
-
- Puoi deregistrare un nick all'interno del tuo gruppo indicandolo
- nel parametro nick.
-
- Per usare questo comando, devi prima identificarti con la tua
- password (digita %R%S HELP IDENTIFY per avere maggiori
- informazioni).
-
-NICK_HELP_ACCESS
- Sintassi: ACCESS ADD mask
- ACCESS DEL mask
- ACCESS LIST
-
- Visualizza o modifica la lista di accesso per il tuo nick.
- Si tratta della lista degli indirizzi che saranno riconosciuti
- automaticamente da %S e che ti permetteranno di utilizzare
- il tuo nick. Se vuoi usare il nick da indirizzi diversi, dovrai
- utilizzare il comando IDENTIFY per farti riconoscere
- da %S.
-
- Esempi:
-
- ACCESS ADD pippo@*.disney.it
- Permette l'accesso all'utente con ident pippo da
- qualsiasi macchina all'interno del dominio disney.it.
-
- ACCESS DEL pippo@*.disney.it
- Annulla l'effetto del comando precedente.
-
- ACCESS LIST
- Visualizza la lista di accesso attuale.
-
-NICK_HELP_SET_HEAD
- Sintassi: SET opzione parametri
-
- Imposta varie opzioni del nick. opzione può essere una delle
- seguenti:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Imposta il nome del tuo gruppo
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associa un indirizzo e-mail al tuo nick
-NICK_HELP_CMD_SET_GREET
- GREET Associa un messaggio di saluto al tuo nick
-NICK_HELP_CMD_SET_HIDE
- HIDE Nasconde alcune informazioni sul tuo nick
-NICK_HELP_CMD_SET_KILL
- KILL Attiva o disattiva la protezione
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Imposta la lingua utilizzata dai Services
-NICK_HELP_CMD_SET_MSG
- MSG Cambia il metodo di comunicazione usato dai Services
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Imposta la password del tuo nick
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Nasconde il nick dalla lista (%R%S LIST)
-NICK_HELP_CMD_SET_SECURE
- SECURE Attiva o disattiva la sicurezza
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Per usare questo comando, devi prima identificarti con
- la tua password (digita %R%S HELP IDENTIFY per
- ottenere maggiori informazioni).
-
- Digita %R%S HELP SET opzione per avere maggiori
- informazioni su una opzione specifica.
-
-NICK_HELP_SET_DISPLAY
- Sintassi: SET DISPLAY nuovo-nome
-
- Imposta il nome con cui i Services si riferiscono al tuo
- gruppo. Il nuovo nome DEVE essere un nick del gruppo.
-
-NICK_HELP_SET_PASSWORD
- Sintassi: SET PASSWORD nuova-password
-
- Cambia la password utilizzata per identificarti come
- proprietario del nick.
-
-NICK_HELP_SET_LANGUAGE
- Sintassi: SET LANGUAGE numero
-
- Cambia la lingua utilizzata dai Services per inviarti
- i messaggi, ad esempio per rispondere a un comando che
- tu invii.
- numero deve essere scelto dalla lista seguente, che
- elenca le lingue supportate:
-
-
-NICK_HELP_SET_EMAIL
- Sintassi: SET EMAIL indirizzo
-
- Associa l'indirizzo e-mail specificato al proprio nick.
- Questo indirizzo sarà mostrato quando qualcuno richiede
- informazioni sul proprio nick con il comando INFO.
-
-NICK_HELP_SET_GREET
- Sintassi: SET GREET messaggio
-
- Imposta come saluto del tuo nick il messaggio specificato,
- che sarà mostrato quando si entra in un canale che ha
- l'opzione GREET attiva, se si ha un livello di accesso
- al canale sufficiente.
-
-NICK_HELP_SET_KILL
- Sintassi: SET KILL {ON | QUICK | IMMED | OFF}
-
- Attiva o disattiva l'opzione di protezione automatica per
- il tuo nick. Quando la protezione è attiva, se un altro
- utente cerca di usare il tuo nick, avrà un minuto per
- cambiarlo, dopo del quale %S gli assegnerà un nick casuale.
-
- Se scegli QUICK, l'utente avrà soltanto 20 secondi per
- cambiare nick invece di 60. Se scegli IMMED, il nick
- sarà cambiato immediatamente, senza essere prima avvisato
- per dargli la possibilità di cambiare nick; non usare questa
- opzione se non è strettamente necessario. L'opzione IMMED,
- inoltre, potrebbe non essere disponibile.
-
-NICK_HELP_SET_SECURE
- Sintassi: SET SECURE {ON | OFF}
-
- Attiva o disattiva sul tuo nick le funzionalità di sicurezza
- di %S. Quando SECURE è attivo, devi identificarti come
- proprietario del nick, anche se il tuo indirizzo compare
- nella lista di accesso. Comunque, se sei nella lista di
- accesso, %S non cambierà il tuo nick, anche se l'opzione KILL
- è attiva.
-
-NICK_HELP_SET_PRIVATE
- Sintassi: SET PRIVATE {ON | OFF}
-
- Attiva o disattiva l'opzione privacy di %S per il tuo
- nick. Quando PRIVATE è attivo, il tuo nick non comparirà nelle
- liste dei nick generate con %S comando LIST. In ogni caso, però,
- chiunque sappia il tuo nick può leggerne le informazioni con il
- comando INFO.
-
-NICK_HELP_SET_HIDE
- Sintassi: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Ti permette di nascondere alcune informazioni quando qualcuno
- effettua un %S INFO sul tuo nick. Puoi nascondere il tuo
- indirizzo e-mail (EMAIL), l'ultima hostmask di accesso
- (USERMASK) e l'ultimo messaggio di quit (QUIT). Il secondo
- parametro specifica se l'informazione indicata debba essere
- mostrata (OFF) o nascosta (ON).
-
-NICK_HELP_SET_MSG
- Sintassi: SET MSG {ON | OFF}
-
- Ti permette di scegliere il modo in cui i Services comunicano
- con te. Se MSG è attivo, i Services usano i messaggi (query),
- altrimenti usano i notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Sintassi: SASET nickname opzione parametri.
-
- Imposta varie opzioni del nick. opzione può essere una delle
- seguenti:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Imposta il nome del gruppo
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Imposta la password del nick
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associa un indirizzo e-mail al nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associa un messaggio di saluto al nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Attiva o disattiva la protezione
-NICK_HELP_CMD_SASET_SECURE
- SECURE Attiva o disattiva la sicurezza
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Nasconde il nick dalla lista (%R%S LIST)
-NICK_HELP_CMD_SASET_HIDE
- HIDE Nsconde alcune informazioni sul nick
-NICK_HELP_CMD_SASET_MSG
- MSG Cambia il metodo di comunicazione usato dai servizi
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Evita che il nickname scada
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Digita %R%S HELP SASET opzione per maggiori informazioni
- su un'opzione specifica. Le opzioni verranno impostate sul
- nickname specificato.
-
-NICK_HELP_SASET_DISPLAY
- Sintassi: SASET nickname DISPLAY nuovo-display
-
- Imposta il nome con cui i Services si riferiscono al tuo
- gruppo. Il nuovo nome DEVE essere un nick del gruppo.
-
-NICK_HELP_SASET_PASSWORD
- Sintassi: SASET nickname PASSWORD nuova-password
-
- Cambia la password utilizzata per identificarsi come
- proprietario del nick.
-
-NICK_HELP_SASET_EMAIL
- Sintassi: SASET nickname EMAIL indirizzo
-
- Associa l'indirizzo e-mail specificato al nickname.
-
-NICK_HELP_SASET_GREET
- Sintassi: SASET nickname GREET messaggio
-
- Imposta come saluto del nick il messaggio specificato,
- che sarà mostrato quando si entra in un canale che ha
- l'opzione GREET attiva, se si ha un livello di accesso
- al canale sufficiente.
-
-NICK_HELP_SASET_KILL
- Sintassi: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Attiva o disattiva l'opzione di protezione automatica per
- il nick. Quando la protezione è attiva, se un altro
- utente cerca di usare il nick, avrà un minuto per
- cambiarlo, dopo del quale %S gli assegnerà un nick casuale.
-
- Se scegli QUICK, l'utente avrà soltanto 20 secondi per
- cambiare nick invece di 60. Se scegli IMMED, il nick
- sarà cambiato immediatamente, senza essere prima avvisato
- per dargli la possibilità di cambiare nick; non usare questa
- opzione se non è strettamente necessario. L'opzione IMMED,
- inoltre, potrebbe non essere disponibile.
-
-NICK_HELP_SASET_SECURE
- Sintassi: SASET nickname SECURE {ON | OFF}
-
- Attiva o disattiva sul nick le funzionalità di sicurezza
- di %S. Quando SECURE è attivo, l'utente deve identificarsi
- come proprietario del nick, anche se il suo indirizzo compare
- nella lista di accesso. Comunque, se è nella lista di
- accesso, %S non cambierà il suo nick, anche se l'opzione KILL
- è attiva.
-
-NICK_HELP_SASET_PRIVATE
- Sintassi: SASET nickname PRIVATE {ON | OFF}
-
- Attiva o disattiva l'opzione privacy di %S per il nick.
- Quando PRIVATE è attivo, il nick non comparirà nelle
- liste dei nick generate con %S comando LIST. In ogni caso, però,
- chiunque sappia il nick può leggerne le informazioni con il
- comando INFO.
-
-NICK_HELP_SASET_HIDE
- Sintassi: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Ti permette di nascondere alcune informazioni quando qualcuno
- effettua un %S INFO sul nick. Puoi nascondere l'indirizzo
- e-mail (EMAIL), l'ultima hostmask di accesso (USERMASK)
- e l'ultimo messaggio di quit (QUIT). Il secondo parametro
- specifica se l'informazione indicata debba essere
- mostrata (OFF) o nascosta (ON).
-
-NICK_HELP_SASET_MSG
- Sintassi: SASET nickname MSG {ON | OFF}
-
- Ti permette di scegliere il modo in cui i Services comunicano
- col nick. Se MSG è attivo, i Services usano i messaggi (query),
- altrimenti usano i notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Sintassi: SASET nickname NOEXPIRE {ON | OFF}
-
- Imposta se il nickname specificato scadrà. Impostandolo su
- ON eviterà che il nickname scada.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Sintassi: GHOST nick [password]
-
- Disconnette un nick "fantasma" con il tuo nick. Un nick
- "fantasma" è un nick che non è più connesso realmente,
- ma che è ancora su IRC. Questo succede, di solito, se
- il tuo computer ha problemi o se vieni disconnesso mentre
- sei su IRC. Con questo comando, si può fare in modo che
- il nick venga disconnesso senza dover attendere che il
- server lo disconnetta per "ping timeout".
-
- Per usare il comando GHOST su un nick, il tuo indirizzo
- attuale (così come compare nel /WHOIS) deve trovarsi nella
- lista di accesso di quel nick, devi essere identificato e
- nello stesso gruppo di quel nick, o devi fornire la password
- corretta per quel nick.
-
-NICK_HELP_INFO
- Sintassi: INFO nick
-
- Mostra varie informazioni sul nick specificato, come ad
- esempio il proprietario del nick, la data dell'ultimo
- accesso, l'ultimo indirizzo utilizzato e le opzioni stesse
- del nick. Se sei identificato per il nick di cui stai
- richiedendo le informazioni, e specifichi il parametro
- ALL, vedrai tutte le informazioni, che siano nascoste
- o meno.
-
-NICK_HELP_LIST
- Sintassi: LIST pattern
-
- Mostra tutti i nick registrati che corrispondono al
- pattern specificato, nel formato nick!user@host.
- I nick che hanno attivato l'opzione PRIVATE non
- saranno mostrati.
-
- Esempi:
-
- LIST *!pluto@topolino.disney.it
- Mostra tutti i nick che appartengono a
- pluto@topolino.disney.it.
-
- LIST *bot*!*@*
- Mostra tutti i nick registrati che contengono bot
- (maiuscole e minuscole non fanno differenza).
-
- LIST *!*@*.azienda.it
- Mostra tutti i nick registrati da utenti del dominio
- bar.org.
-
-NICK_HELP_ALIST
- Sintassi: ALIST [livello]
-
- Mostra tutti i canali su cui hai accesso. Opzionalmente,
- puoi specificare un livello nel formato XOP o numerico.
- La lista risultante includerà soltanto i canali su cui
- hai il livello di accesso indicato o superiore.
-
- Esempi:
- ALIST Founder
- Mostra tutti i canali in cui hai livello di
- fondatore.
-
- ALIST AOP
- Mostra tutti i canali in cui hai livello di
- AOP o superiore.
-
- ALIST 10
- Mostra tutti i canali in cui hai livello 10
- o superiore.
-
- I canali che hanno l'opzione NOEXPIRE impostata verranno
- mostrati con un punto esclamativo.
-
-NICK_HELP_GLIST
- Sintassi: GLIST
-
- Mostra tutti i nick del tuo gruppo.
-
-NICK_HELP_STATUS
- Sintassi: STATUS nick...
-
- Indica se l'utente che usa il nick specificato è riconosciuto
- come proprietario del nick. La risposta ha questo formato:
-
- nick codice-di-stato account
-
- where nick is the nickname sent with the command,
- codice-di-stato is one of the following, and account
- is the account they are logged in as.
-
- 0 - l'utente non è online o il nick non è registrato
- 1 - l'utente non è riconosciuto come proprietario del nick
- 2 - l'utente è riconosciuto come proprietario solo attraverso
- la lista di accesso
- 3 - l'utente è riconosciuto come proprietario attravrso
- l'identificazione per mezzo della password
-
- Con ogni comando possono essere inviati fino a 16 nick; il
- resto sarà ignorato. Se nessun nickname è specificato verrà indicato
- lo stato del tuo nick.
-
-NICK_HELP_SENDPASS
- Sintassi: SENDPASS nick
-
- Invia la password del nick specificato all'indirizzo e-mail
- impostato nelle opzioni del nick stesso. Questo comando è
- utile quando un utente ha dimenticato la password.
-
- Potrebbe essere disponibile soltanto per gli IrcOp.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- I Services Operator possono inoltre deregistrare qualsiasi nick
- senza doversi identificare per quel nick, e possono visualizzare
- le liste di accesso per qualunque nick (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Sintassi: LOGOUT [nick [REVALIDATE]]
-
- Senza nessun parametro, annulla l'effetto del comando IDENTIFY,
- rendendoti non più identificato come proprietario del nick.
- Da notare, comunque, che non ti sarà richiesto di identificarti
- di nuovo.
-
- Con un parametro, il funzionamento è identico ma viene applicato
- al nick specificato. Se si indica anche REVALIDATE, i Services
- chiederanno al nick specificato di reidentificarsi. Questo
- modo di utilizzo è limitato ai Services Operator.
-
-NICK_SERVADMIN_HELP_DROP
- Sintassi: DROP [nick]
-
- Senza parametro, annulla (deregistra) il tuo nick dal
- database di %S.
-
- Con un parametro, deregistra il nick specificato dal
- database. Puoi deregistrare qualsiasi nick del tuo
- gruppo senza aver bisogno di privilegi speciali.
- La deregistrazione di qualsiasi nick è limitata ai
- Services Operator.
-
-NICK_SERVADMIN_HELP_LIST
- Sintassi: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Mostra tutti i nick registrati che corrispondono al
- pattern specificato, nel formato nick!user@host.
- I nick con l'opzione PRIVATE attiva saranno mostrati
- solo ai Services Operator. I nick con l'opzione NOEXPIRE
- attiva avranno un ! prima del nick stesso (solo per i
- Services Operator).
-
- Se sono specificate le opzioni FORBIDDEN, SUSPENDED, NOEXPIRE o UNCONFIRMED,
- unicamente i nick che sono rispettivamente vietati (FORBIDden), SUSPENDED,
- non confermati (UNCONFIRMED) oppure hanno la flag NOEXPIRE impostata
- verranno mostrati. Se tutte e tre le opzioni sono specificate, tutti
- e tre i tipi di nick verranno mostrati. Queste opzioni sono
- limitate ai Services Operator.
-
- Esempi:
-
- LIST *!joeuser@foo.com
- Mostra tutti i nick che appartengono a
- joeuser@foo.com.
-
- LIST *Bot*!*@*
- Mostra tutti i nick registrati che contengono
- Bot (case insensitive).
-
- LIST * NOEXPIRE
- Mostra tutti i nick registrati che non
- scadono.
-
-NICK_SERVADMIN_HELP_ALIST
- Sintassi: ALIST [nick] [livello]
-
- Senza parametri, mostra i canali su cui hai accesso.
- Con un parametro, mostra i canali su cui ha accesso
- l'utente nick. Con due parametri, mostra i canali
- su cui nick ha livello di accesso livello o
- superiore.
-
-NICK_SERVADMIN_HELP_GLIST
- Sintassi: GLIST [nick]
-
- Senza parametro, mostra tutti i nick del tuo gruppo.
-
- Con un parametro, mostra tutti i nick del gruppo del
- nick specificato.
- Questo modo d'uso è riservato ai Services Operator.
-
-NICK_SERVADMIN_HELP_GETPASS
- Sintassi: GETPASS nick
-
- Restituisce la password del nick specificato.
- Da notare che quando questo comando viene usato,
- verrà inviato un WALLOPS o GLOBOPS ad indicare la
- persona che l'ha utilizzato e su quale nick è stato
- utilizzato.
-
- Questo comando non è disponibile quando è attiva la
- criptazione dei database.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Sintassi: GETEMAIL user@emailhost
-
- Mostra i nick che utilizzano l'email specificato. Nota che
- non puoi usare "wildcards" (*) né per user, né per emailhost.
- Questo comando viene loggato.
-
-NICK_SERVADMIN_HELP_FORBID
- Sintassi: FORBID nick [motivo]
-
- Fa sì che un nick non possa venire registrato o usato
- da nessuno. Può essere annullato deregistrando il nick
- con il comando DROP.
-
- Su alcune reti può essere necessario specificare il motivo.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Sintassi: SUSPEND nickname motivo
-
- Impedisce al nickname di venire utilizzato.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Sintassi: UNSUSPEND nickname
-
- Rilascia il nickname sospeso.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Recupera la password di fondatore di un canale
-CHAN_HELP_CMD_FORBID
- FORBID Blocca un canale in modo che non venga usato
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Impedisce l'utilizzo di un canale mantenendo
- i dati e le impostazioni
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Rilascia un canale sospeso
-CHAN_HELP_CMD_STATUS
- STATUS Restituisce il livello di accesso corrente di
- un utente su un canale
-CHAN_HELP_CMD_REGISTER
- REGISTER Registra un canale
-CHAN_HELP_CMD_SET
- SET Imposta le opzioni e le informazioni di canale
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modifica la lista degli utenti AOP
-CHAN_HELP_CMD_SOP
- SOP Modifica la lista degli utenti SOP
-CHAN_HELP_CMD_ACCESS
- ACCESS Modifica la lista degli utenti con privilegi
-CHAN_HELP_CMD_LEVELS
- LEVELS Ridefinisce i privilegi dei livelli di accesso
-CHAN_HELP_CMD_AKICK
- AKICK Modifica la lista AutoKick
-CHAN_HELP_CMD_DROP
- DROP Annulla la registrazione di un canale
-CHAN_HELP_CMD_BAN
- BAN Permette di bannare un utente
-CHAN_HELP_CMD_CLEAR
- CLEAR Annulla varie impostazioni del canale
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Toglie lo stato di voice a un utente (-v)
-CHAN_HELP_CMD_GETKEY
- GETKEY Recupera la password (chiave) di un canale
-CHAN_HELP_CMD_INFO
- INFO Mostra le informazioni su un canale
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Espelle un utente da un canale (kick)
-CHAN_HELP_CMD_LIST
- LIST Mostra la lista dei canali
-CHAN_HELP_CMD_OP
- OP Assegna lo stato di operatore a un utente (+o)
-CHAN_HELP_CMD_TOPIC
- TOPIC Cambia il topic di un canale
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Assegna lo stato di voice a un utente (+v)
-CHAN_HELP_CMD_VOP
- VOP Modifica la lista degli utenti VOP
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Toglie lo stato di mezzo operatore a un utente
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Toglie lo stato di owner a un utente
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Toglie lo stato di protezione a un utente
-CHAN_HELP_CMD_HALFOP
- HALFOP Assegna lo stato di mezzo operatore a un utente (+h)
-CHAN_HELP_CMD_HOP
- HOP Modifica la lista degli utenti HOP
-CHAN_HELP_CMD_OWNER
- OWNER Assegna lo stato di owner a un utente (+q)
-CHAN_HELP_CMD_PROTECT
- PROTECT Assegna lo stato di protezione a un utente (+a)
-CHAN_HELP_CMD_DEOP
- DEOP Toglie lo stato di operatore a un utente (-o)
-
-CHAN_HELP
- %S permette di registrare i canali e di controllarne
- vari aspetti. %S può spesso evitare che utenti non
- autorizzati prendano il controllo dei canali ("take over")
- limitandone l'accesso agli utenti. I comandi disponibili
- sono indicati in basso; per usarli, puoi digitare
- %R%S comando. Per avere maggiori informazioni su
- un comando specifico, digita %R%S HELP comando.
-
-
-CHAN_HELP_EXPIRES
-
- Tieni conto che i canali che non vengono utilizzati per %d
- giorni (cioè in quei canali in cui non entra nessun utente
- che si trova nella relativa lista di accesso) saranno
- automaticamente deregistrati.
-
-CHAN_HELP_REGISTER
- Sintassi: REGISTER canale descrizione
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Sintassi: DROP canale
-
- Deregistra il canale specificato. Può essere usato soltanto
- da un fondatore di canale.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Sintassi: SET canale opzione parametri
-
- Permette al fondatore di un canale di impostare varie
- opzioni e informazioni del canale stesso.
-
- Opzioni disponibili:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Imposta il fondatore del canale
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Imposta il successore del fondatore del canale
-CHAN_HELP_CMD_SET_DESC
- DESC Imposta la descrizione del canale
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Imposta un messaggio che sarà inviato agli utenti
- che entrano nel canale
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Imposta il tipo di ban che sarà usato dai Services
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Imposta il blocco dei modi di canale
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Mantiene il topic quando il canale non è in uso
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Invia una notifica quando vengono usati i comandi
- OP/DEOP
-CHAN_HELP_CMD_SET_PEACE
- PEACE Regola l'uso dei comandi critici
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Nasconde il canale dall'output del comando LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Limita l'accesso al canale
-CHAN_HELP_CMD_SET_SECURE
- SECURE Attiva le funzionalità di sicurezza di %S
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Abilita un controllo più severo dello stato di
- operatore
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Abilita un controllo più severo dello stato di
- fondatore
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK "Firma" i kick effettuati con il comando KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Imposta il blocco del topic (modificabile solo
- attraverso il comando TOPIC)
-CHAN_HELP_CMD_SET_XOP
- XOP Seleziona il sistema di privilegi utilizzato
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Digita %R%S HELP option per ottenere maggiori
- informazioni su un comando specifico.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Sintassi: %s canale FOUNDER nick
-
- Imposta il nuovo fondatore del canale. Il nick specificato
- deve essere registrato.
-
-CHAN_HELP_SET_SUCCESSOR
- Sintassi: %s canale SUCCESSOR nick
-
- Imposta il successore del fondatore del canale. Se il nick
- del fondatore scade, o viene deregistrato mentre il canale
- è ancora registrato, il successore diventerà il nuovo
- fondatore del canale. In ogni caso, se il succsesore ha già
- troppi canali registrati (il massimo è %d), il canale verrà
- invece deregistrato, come se non ci fosse stato nessun
- successore.
- Il nick specificato deve essere registrato.
-
-CHAN_HELP_SET_DESC
- Sintassi: %s canale DESC descrizione
-
- Imposta la descrizione del canale, che viene mostrata
- con i comandi LIST e INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Sintassi: %s canale ENTRYMSG [messaggio]
-
- Imposta il messaggio che sarà inviato con un /notice
- agli utenti che entrano nel canale. Se non viene
- specificato nessun messaggio, il messaggio attuale
- viene eliminato, e gli utenti che entrano non
- riceveranno alcun messaggio.
-
-CHAN_HELP_SET_BANTYPE
- Sintassi: %s canale BANTYPE tipo
-
- Imposta il tipo di can che sarà usato dai Services
- in tutte le occasioni in cui dovranno bannare
- qualcuno dal canale.
-
- tipo è un numero tra 0 e 3 che indica:
-
- 0: ban nella forma *!user@host
- 1: ban nella forma *!*user@host
- 2: ban nella forma *!*@host
- 3: ban nella forma *!*user@*.dominio
-
-CHAN_HELP_SET_KEEPTOPIC
- Sintassi: %s canale KEEPTOPIC {ON | OFF}
-
- Attiva o disattiva il mantenimento del topic per
- il canale. Quando il mantenimento del topic è
- attivo, il topic sarà memorizzato da %S anche quando
- l'ultimo utente esce dal canale, e sarà reimpostato
- la volta successiva che entra qualcuno.
-
-CHAN_HELP_SET_TOPICLOCK
- Sintassi: %s canale TOPICLOCK {ON | OFF}
-
- Attiva o disattiva il blocco del topic per il
- canale. Quando il blocco del topic è attivo,
- %S non permetterà che il topic venga cambiato, se
- non attraverso il comando TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Sintassi: %s canale MLOCK modi
-
- Imposta il blocco dei modi per il canale. %S
- permette di definire vari modi di canale che saranno
- sempre attivi, sempre disattivi, o non bloccati.
-
- Il parametro modi è costituito esattamente nella
- stessa maniera di un comando /MODE; vale a dire
- che i modi che seguono un + sono sempre attivi, e
- i modi che seguono un - sono sempre disattivi.
- Diversamente dal comando /MODE, però, ogni uso del
- comando SET MLOCK rimuove tutti i modi bloccati
- precedentemente!
-
- Attenzione: Se imposti una password (chiave) bloccata,
- come nel secondo esempio in basso, dovresti anche impostare
- l'opzione RESTRICTED per il canale (per maggiori
- informazioni, digita HELP SET RESTRICTED),
- altrimenti chiunque entra nel canale quando è vuoto potrà
- vedere la chiave!
-
- Esempi:
-
- SET #canale MLOCK +nt-iklps
- Blocca come attivi i modi n e t, e come disattivi i
- modi i, k, l, p e s. Il modo m può essere cambiato
- dagli utenti.
-
- SET #canale MLOCK +knst-ilmp miachiave
- Blocca come attivi i modi k, n, s e t, e come
- disattivi i modi i, l, m e p. Inoltre, blocca la
- chiave del canale impostandola a "miachiave".
-
- SET #canale MLOCK +
- Rimuove il blocco dei modi; tutti i modi del canale
- possono essere attivati o disattivati dagli utenti.
-
-CHAN_HELP_SET_PEACE
- Sintassi: %s canale PEACE {ON | OFF}
-
- Attiva o disattiva l'opzione "pace" per il canale.
- Quando l'opzione è attiva, gli utenti non potranno
- kickare, bannare o rimuovere uno stato di canale
- (op, mezzo op, ecc.) di un utente con livello
- superiore, attraverso i comandi di %S.
-
-CHAN_HELP_SET_PRIVATE
- Sintassi: %s canale PRIVATE {ON | OFF}
-
- Attiva o disattiva l'opzione di privacy per il canale.
- Quando questa opzione è attiva, il canale non sarà
- incluso nella lista restituita da %R%S LIST.
-
-CHAN_HELP_SET_RESTRICTED
- Sintassi: %s canale RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Sintassi: %s canale SECURE {ON | OFF}
-
- Attiva o disattiva le funzionalità di sicurezza di
- %S per il canale. Quando SECURE è attivo,
- solo gli utenti che hanno registrato il proprio nick
- con %s e che si sono identificati con la loro password
- avranno l'accesso sul canale secondo le liste di accesso.
-
-CHAN_HELP_SET_SECUREOPS
- Sintassi: %s canale SECUREOPS {ON | OFF}
-
- Attiva o disattiva l'opzione secure ops per il canale.
- Quando l'opzione è attiva, gli utenti che non sono nella
- lista di accesso non potranno avere lo stato di operatore
- di canale.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Sintassi: %s canale SECUREFOUNDER {ON | OFF}
-
- Attiva o disattiva l'opzione secure founder per il
- canale. Quando l'opzione è attiva, solo il vero fondatore
- potrà deregistrare il canale (drop), cambiarne la password,
- il fondatore e il successore, mentre gli utenti identificati
- su %S per il canale non potranno.
-
-CHAN_HELP_SET_SIGNKICK
- Sintassi: %s canale SIGNKICK {ON | LEVEL | OFF}
-
- Attiva o disattiva i nick "firmati" per il canale. Quando
- l'opzione è attiva, i kick effettuati con il comando KICK
- di %S indicheranno anche il nick della persona che ha
- utilizzato il comando.
-
- Se usi LEVEL, il nick non sarà comunque mostrato se il
- kick è effettuato da qualcuno il cui livello di accesso
- è uguale o maggiore al livello SIGNKICK del canale.
- Per maggiori informazioni, digita %R%S HELP LEVELS.
-
-CHAN_HELP_SET_XOP
- Sintassi: %s canale XOP {ON | OFF}
-
- Attiva o disattiva il sistema di liste xOP per il canale.
- Quando XOP è attivo, sarà necessario usare i comandi
- SOP/AOP/HOP/VOP per dare i privilegi sul canale
- agli utenti, altrimenti si dovrà usare il comando ACCESS.
-
- Nota tecnica: quando passi dalle liste di accesso al
- sistema di liste xOP, le definizioni dei livelli e i livelli
- personalizzati saranno cambiati, quindi non troverai gli
- stessi valori se poi torni di nuovo alle liste di accesso!
-
- Dopo essere passato dalle liste di accesso alle liste xOP,
- devi controllare che gli utenti siano nelle liste giuste,
- perché la conversione non sempre è perfetta, in particolare
- nel caso in cui si abbiano livelli personalizzati.
-
- Al contrario, passare dalle liste xOP alle liste di accesso
- non causa nessun problema.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Sintassi: %s canale OPNOTICE {ON | OFF}
-
- Attiva o disattiva l'opzione op-notice per il canale.
- Quando l'opzione è attiva, %S invierà un notice al
- canale quando vengono usati i comandi OP e DEOP.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Sintassi: AOP canale ADD nick
- AOP canale DEL {nick | numero | lista}
- AOP canale LIST [mask | lista]
- AOP canale CLEAR
-
- Gestisce la lista AOP (AutoOP) del canale.
- La lista AOP dà agli utenti il diritto di essere auto-oppati,
- di richiedere l'invito, di rimuovere i ban su se stessi, di
- far mostrare il messaggio di saluto (greet) quando entrano,
- e così via.
-
- Il comando AOP ADD aggiunge il nick specificato alla
- lista AOP.
-
- Il comando AOP DEL rimuove il nick specificato dalla
- lista AOP. Se viene specificata una lista, i record
- corrispondenti vengono rimossi. (Guarda l'esempio di
- LIST)
-
- Il comando AOP LIST mostra la lista AOP. Se viene
- utilizzata una wildcard per la mask, solo i record che
- corrispondono alla mask vengono mostrati. Se viene
- specificata una lista, i record corrispondenti vengono
- mostrati.
- Ad esempio:
-
- AOP #canale LIST 2-5,7-9
- Mostra i record AOP che hanno numero da 2
- a 5 e da 7 a 9 (il 6 è quindi escluso).
-
- Il comando AOP CLEAR svuota la lista AOP.
-
- I comandi AOP ADD e AOP DEL sono limitati ai SOP
- e superiori, mentre il comando AOP CLEAR può essere
- utilizzato soltanto dal fondatore del canale. Comunque,
- tutti gli utenti nella lista AOP possono usare il comando
- AOP LIST.
-
- Questo comando potrebbe essere stato disabilitato per
- il tuo canale; in questo caso dovrai usare la lista di
- accesso. Digita %R%S HELP ACCESS per
- maggiori informazioni, e %R%S HELP SET XOP
- per scoprire come passare da un sistema all'altro.
-
-CHAN_HELP_HOP
- Sintassi: HOP channel ADD nick
- HOP channel DEL {nick | numero | lista}
- HOP channel LIST [mask | lista]
- HOP channel CLEAR
-
- Gestisce la lista HOP (HalfOP) del canale.
- La lista HOP dà agli utenti il diritto di essere
- "half-oppati" sul tuo canale.
-
- Il comando HOP ADD aggiunge il nick specificato alla
- lista HOP.
-
- Il comando HOP DEL rimuove il nick specificato dalla
- lista HOP. Se viene specificata una lista, i record
- corrispondenti vengono rimossi. (Guarda l'esempio di
- LIST)
-
- Il comando HOP LIST mostra la lista HOP. Se viene
- utilizzata una wildcard per la mask, solo i record che
- corrispondono alla mask vengono mostrati. Se viene
- specificata una lista, i record corrispondenti vengono
- mostrati.
- Ad esempio:
-
- HOP #canale LIST 2-5,7-9
- Mostra i record HOP che hanno numero da 2
- a 5 e da 7 a 9 (il 6 è quindi escluso).
-
- Il comando HOP CLEAR svuota la lista HOP.
-
- I comandi HOP ADD, HOP DEL e HOP LIST sono limitati
- agli AOP e superiori, mentre il comando HOP CLEAR può
- essere utilizzato soltanto dal fondatore del canale.
-
- Questo comando potrebbe essere stato disabilitato per
- il tuo canale; in questo caso dovrai usare la lista di
- accesso. Digita %R%S HELP ACCESS per
- maggiori informazioni, e %R%S HELP SET XOP
- per scoprire come passare da un sistema all'altro.
-
-CHAN_HELP_SOP
- Sintassi: SOP canale ADD nick
- SOP canale DEL {nick | numero | lista}
- SOP canale LIST [mask | lista]
- SOP canale CLEAR
-
- Gestisce la lista SOP (SuperOP) del canale.
- La lista SOP dà agli utenti il diritto di essere auto-oppati
- e protetti (+a), di modificare la lista AutoKick e quella
- delle parolacce (badwords), di leggere le memo di canale,
- e così via.
-
- Il comando SOP ADD aggiunge il nick specificato alla
- lista SOP.
-
- Il comando SOP DEL rimuove il nick specificato dalla
- lista SOP. Se viene specificata una lista, i record
- corrispondenti vengono rimossi. (Guarda l'esempio di
- LIST)
-
- Il comando SOP LIST mostra la lista SOP. Se viene
- utilizzata una wildcard per la mask, solo i record che
- corrispondono alla mask vengono mostrati. Se viene
- specificata una lista, i record corrispondenti vengono
- mostrati.
- Ad esempio:
-
- SOP #canale LIST 2-5,7-9
- Mostra i record SOP che hanno numero da 2
- a 5 e da 7 a 9 (il 6 è quindi escluso).
-
- Il comando SOP CLEAR svuota la lista SOP.
-
- I comandi SOP ADD, SOP DEL e SOP CLEAR sono limitati
- al fondatore del canale. Comunque, tutti gli utenti nella
- lista SOP possono usare il comando SOP LIST.
-
- Questo comando potrebbe essere stato disabilitato per
- il tuo canale; in questo caso dovrai usare la lista di
- accesso. Digita %R%S HELP ACCESS per
- maggiori informazioni, e %R%S HELP SET XOP
- per scoprire come passare da un sistema all'altro.
-
-CHAN_HELP_VOP
- Sintassi: VOP canale ADD nick
- VOP canale DEL {nick | numero | lista}
- VOP canale LIST [mask | lists]
- VOP canale CLEAR
-
- Gestisce la lista VOP (VOicePeople) del canale.
- La lista VOP dà agli utenti il diritto di essere
- voice sul tuo canale, e di ottenere il +v se non
- lo sono.
-
- Il comando VOP ADD aggiunge il nick specificato alla
- lista VOP.
-
- Il comando VOP DEL rimuove il nick specificato dalla
- lista VOP. Se viene specificata una lista, i record
- corrispondenti vengono rimossi. (Guarda l'esempio di
- LIST)
-
- Il comando VOP LIST mostra la lista VOP. Se viene
- utilizzata una wildcard per la mask, solo i record che
- corrispondono alla mask vengono mostrati. Se viene
- specificata una lista, i record corrispondenti vengono
- mostrati.
- Ad esempio:
-
- VOP #canale LIST 2-5,7-9
- Mostra i record VOP che hanno numero da 2
- a 5 e da 7 a 9 (il 6 è quindi escluso).
-
- Il comando VOP CLEAR svuota la lista VOP.
-
- I comandi VOP ADD, VOP DEL e VOP LIST sono limitati
- agli HOP e superiori, mentre il comando VOP CLEAR può
- essere utilizzato soltanto dal fondatore del canale.
-
- Questo comando potrebbe essere stato disabilitato per
- il tuo canale; in questo caso dovrai usare la lista di
- accesso. Digita %R%S HELP ACCESS per
- maggiori informazioni, e %R%S HELP SET XOP
- per scoprire come passare da un sistema all'altro.
-
-CHAN_HELP_ACCESS
- Sintassi: ACCESS canale ADD nick livello
- ACCESS canale DEL {nick | numero | lista}
- ACCESS canale LIST [mask | lista]
- ACCESS canale VIEW [mask | lista]
- ACCESS canale CLEAR
-
- Gestisce la lista di accesso del canale.
- La lista di accesso specifica quali utenti hanno diritto
- allo stato di operatore di canale e ai vari comandi di
- %S sul canale. Utenti in diversi livelli avranno a
- disposizione diversi privilegi; per avere informazioni
- specifiche, puoi digitare %R%S HELP ACCESS LEVELS.
- I nick che non si trovano nella lista di accesso hanno
- livello 0.
-
- Il comando ACCESS ADD aggiunge il nick specificato alla
- lista di accesso con il livello specificato; se il nick è
- già presente nella lista, il suo livello viene modificato,
- impostandolo a quello specificato nel comando. Il livello
- del nick specificato deve essere minore di quello del nick
- che invia il comando, e se il nick è già presente nella
- lista, il livello attuale di quel nick deve essere minore di
- quello del nick che invia il comando.
-
- Il comando ACCESS DEL rimuove il nick specificato dalla
- lista di accesso. Se viene specificata una lista, i record
- corrispondenti vengono rimossi. (Guarda l'esempio di
- LIST)
-
- Il comando ACCESS LIST mostra la lista di accesso. Se viene
- utilizzata una wildcard per la mask, solo i record che
- corrispondono alla mask vengono mostrati. Se viene specificata
- una lista, i record corrispondenti vengono mostrati.
- Ad esempio:
-
- ACCESS #canale LIST 2-5,7-9
- Mostra i record della lista che hanno numero da 2
- a 5 e da 7 a 9 (il 6 è quindi escluso).
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Il comando ACCESS CLEAR svuota completamente la lista di
- accesso.
-
-CHAN_HELP_ACCESS_LEVELS
- Livelli di accesso degli utenti
-
- Di default, sono definiti i seguenti livelli di accesso:
-
- Fondatore Accesso completo alle funzioni di %S;
- op automatico in entrata nel canale.
- Soltanto una persona può avere lo
- stato di fondatore (non può essere
- assegnato con il comando ACCESS).
-  10 Accesso al comando AKICK; op e protezione
- automatici (+o e +a).
-  5 Op automatico (+o).
-  3 Voice automatico (+v).
-  0 Nessun privilegio speciale; può essere
- oppato dagli altri op (a meno che
- non sia attiva l'opzione secure-ops).
-  <0 Non può essere oppato.
-
- Questi livelli possono essere cambiati, e se ne possono
- aggiungere altri, usando il comando LEVELS. Digita
- %R%S HELP LEVELS per maggiori informazioni.
-
-CHAN_HELP_AKICK
- Sintassi: AKICK canale ADD {nick | mask} [motivo]
- AKICK canale STICK mask
- AKICK canale UNSTICK mask
- AKICK canale DEL {nick | mask | entry-num | list}
- AKICK canale LIST [mask | entry-num | list]
- AKICK canale VIEW [mask | entry-num | list]
- AKICK canale ENFORCE
- AKICK canale CLEAR
-
- Gestice la lista AutoKick. Se un utente che si trova nella
- lista AutoKick cerca di entrare nel canale, %S lo
- bannerà dal canale e poi lo espellerà (kick).
-
- Il comando AKICK ADD aggiunge il nick specificato alla
- lista AutoKick. Se viene specificato un motivo, quella frase
- sarà utilizzato quando l'utente viene kickato; altrimenti,
- verrà utilizzata la frase standard ""You have been banned from
- the channel". In alternativa al nick può essere usata una
- hostmask.
- When akicking a registered nick the nickserv account
- will be added to the akick list instead of the mask.
- All users within that nickgroup will then be akicked.
-
- Il comando AKICK STICK mantiene permanentemente il ban
- sulla mask specificata. Se qualcuno cerca di rimuovere il ban,
- %S lo imposterà di nuovo. Questo comando non può essere
- usato contro i nick registrati.
-
- Il comando AKICK UNSTICK annulla l'effetto del comando
- AKICK STICK, permettendo di rimuovere il ban dal canale.
-
- Il comando AKICK DEL rimuove il nick o la mask specificata
- dalla lista AutoKick. Non rimuove, però, i ban piazzati da
- un AutoKick, che devono quindi essere rimossi manualmente.
-
- Il comando AKICK LIST mostra la lista AutoKick, o, se
- specificata, solo i record che corrispondono alla mask
- indicata.
-
- Il comando AKICK VIEW mostra la lista Autokick, fornendo
- più informazioni del comando AKICK LIST.
-
- Il comando AKICK ENFORCE fa sì che %S forzi la
- lista AutoKick attuale, rimuovendo dal canale tutti gli
- utenti che corrispondono alle varie mask presenti nella
- lista.
-
- Il comando AKICK CLEAR svuota la lista AutoKick.
-
-CHAN_HELP_LEVELS
- Sintassi: LEVELS canale SET tipo [livello|FOUNDER]
- LEVELS canale {DIS | DISABLE} tipo
- LEVELS canale LIST
- LEVELS canale RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- La seguente lista mostra le funzioni disponibile. Tieni
- conto del fatto che i livelli AUTODEOP e NOJOIN sono i
- livelli massimi per i quali la funzione sarà attiva,
- mentre tutti gli altri sono livelli minimi.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Sintassi: INFO canale
-
- Mostra varie informazioni a proposito del canale
- specificato (a patto che sia registrato), tra cui il
- fondatore, il giorno di registrazione, l'ultimo utilizzo,
- la descrizione e il blocco dei modi, se presente. Se
- viene specificata l'opzione ALL, verranno mostrati
- anche il successore e il messaggio di ingresso.
-
- Di default, l'opzione ALL è limitata a coloro che hanno
- l'accesso come fondatore sul canale.
-
-CHAN_HELP_LIST
- Sintassi: LIST pattern
-
- Mostra tutti i canali registrati che corrispondono al
- pattern specificato. I canali con l'opzione PRIVATE
- attiva non saranno mostrati.
-
-CHAN_HELP_OP
- Sintassi: OP canale [nick]
-
- Assegna lo stato di operatore (op, +o) a un utente sul
- canale specificato. Se non viene indicato alcun nick,
- "oppa" l'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori.
-
-CHAN_HELP_DEOP
- Sintassi: DEOP canale [nick]
-
- Rimuove lo stato di operatore (op, -o) a un utente sul
- canale specificato. Se non viene indicato alcun nick,
- "deoppa" l'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori.
-
-CHAN_HELP_VOICE
- Sintassi: VOICE canale [nick]
-
- Assegna lo stato di voice (+v) a un utente sul canale
- specificato. Se non viene indicato alcun nick, dà il
- voice all'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori, oppure ai VOP o agli
- utenti con livello 3 o superiori per il voice su se stessi.
-
-CHAN_HELP_DEVOICE
- Sintassi: DEVOICE canale [nick]
-
- Rimuove lo stato di voice (-v) da un utente sul canale
- specificato. Se non viene indicato alcun nick, toglie il
- voice all'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori, oppure ai VOP o agli
- utenti con livello 3 o superiori per il devoice su se stessi.
-
-CHAN_HELP_HALFOP
- Sintassi: HALFOP canale [nick]
-
- Assegna lo stato di mezzo operatore (halfop, +h) a un utente
- sul canale specificato. Se non viene indicato alcun nick,
- dà l'halfop all'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori, oppure ai HOP o agli
- utenti con livello 4 o superiori per l'halfop su se stessi.
-
-CHAN_HELP_DEHALFOP
- Sintassi: DEHALFOP canale [nick]
-
- Rimuove lo stato di mezzo operatore (halfop, -h) da un utente
- sul canale specificato. Se non viene indicato alcun nick,
- toglie l'halfop all'utente che invia il comando.
-
- Di default, il comando è limitato agli AOP o agli utenti
- con livello di accesso 5 o superiori, oppure ai HOP o agli
- utenti con livello 4 o superiori per il dehalfop su se stessi.
-
-CHAN_HELP_PROTECT
- Sintassi: PROTECT canale [nick]
-
- Assegna lo stato di protezione (+a) a un utente sul canale
- specificato. Se non viene indicato alcun nick, dà la
- protezione all'utente che invia il comando.
-
- Di default, il comando è limitato al fondatore del canale,
- oppure ai SOP o agli utenti con livello 10 o superiori per
- la protezione su se stessi.
-
-CHAN_HELP_DEPROTECT
- Sintassi: DEPROTECT canale [nick]
-
- Rimuove lo stato di protezione (-a) da un utente sul canale
- specificato. Se non viene indicato alcun nick, toglie la
- protezione all'utente che invia il comando.
-
- Di default, il comando è limitato al fondatore del canale,
- oppure ai SOP o agli utenti con livello 10 o superiori per
- la rimozione della protezione su se stessi.
-
-CHAN_HELP_OWNER
- Sintassi: OWNER canale
-
- Ti assegna lo stato di proprietario (owner, +q) sul canale
- che specifichi.
-
- Il comando è limitato agli utenti che hanno accesso di
- fondatore.
-
-CHAN_HELP_DEOWNER
- Sintassi: DEOWNER canale
-
- Ti toglie lo stato di proprietario (owner, -q) sul canale
- che specifichi.
-
- Il comando è limitato agli utenti che hanno accesso di
- fondatore.
-
-CHAN_HELP_INVITE
- Sintassi: INVITE canale
-
- Chiede a %S di invitarti nel canale specificato.
-
- Di default, il comando è limitato agli AOP o agli utenti con
- livello di accesso 5 o superiori sul canale.
-
-CHAN_HELP_UNBAN
- Sintassi: UNBAN canale [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Di default, il comando è limitato agli AOP o agli utenti con
- livello di accesso 5 o superiori sul canale.
-
-CHAN_HELP_KICK
- Sintassi: KICK canale nick [motivo]
-
- Espelle (kick) il nick specificato dal canale.
-
- Di default, il comando è limitato agli AOP o agli utenti con
- livello di accesso 5 o superiori sul canale.
-
-CHAN_HELP_BAN
- Sintassi: BAN canale nick [motivo]
-
- Banna (non permette l'accesso) il nick specificato sul
- canale.
-
- Di default, il comando è limitato agli AOP o agli utenti con
- livello di accesso 5 o superiori sul canale.
-
-CHAN_HELP_TOPIC
- Sintassi: TOPIC canale [topic]
-
- Fa cambiare il topic a %S. Se il nuovo topic
- non viene specificato, il topic attuale sarà rimosso.
- Questo comando è utile soprattutto quando l'opzione
- SET TOPICLOCK è attiva. Per maggiori informazioni,
- digita %R%S HELP SET TOPICLOCK.
-
- Di default, il comando è limitato agli utenti con
- accesso di fondatore sul canale.
-
-CHAN_HELP_CLEAR
- Sintassi: CLEAR canale cosa
-
- Fa in modo che %S "pulisca" vari settaggi di un
- canale. cosa può essere una delle opzioni seguenti:
-
- MODES Annulla tutti i modi di canale (cioè elimina
- i modi i,k,l,m,n,p,s,t).
- BANS Annulla tutti i ban del canale.
- EXCEPTS Clears all excepts on the channel.
- INVITES Clears all invites on the channel.
- OPS Rimuove lo stato di operatore (modo +o) da
- tutti gli operatori del canale. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Rimuove lo stato di halfoperator (modo +h) da
- tutti gli halfoperator del canale, se supportato.
- VOICES Rimuove lo stato di voice (modo +v) da tutti
- gli utenti voice sul canale.
- USERS Rimuove (con un kick) tutti gli utenti del canale.
-
- Di default, il comando è limitato agli utenti con
- accesso di fondatore sul canale.
-
-CHAN_HELP_GETKEY
- Sintassi: GETKEY canale
-
- Restituisce la chiave (password) del canale specificato.
-
-CHAN_SERVADMIN_HELP
-
- I Services Operator possono inoltre deregistrare qualsiasi canale
- senza che siano identificati con la password, e possono vedere
- la lista di accesso, la lista AKICK e le liste di configurazione
- dei livelli per qualsiasi canale.
-
-CHAN_SERVADMIN_HELP_DROP
- Sintassi: DROP canale
-
- Deregistra il canale indicato. Solo i Services Operator
- possono deregistrare un canale per il quale non si siano
- identificati.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Sintassi: SET canale NOEXPIRE {ON | OFF}
-
- Imposta se il canale scadrà o meno in caso di inutilizzo. Se
- l'opzione è impostata a ON, il canale non scadrà.
-
-CHAN_SERVADMIN_HELP_LIST
- Sintassi: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Mostra tutti i canali registrati che corrispondono al
- pattern specificato. I canali con l'opzione PRIVATE
- attiva saranno mostrati solo ai Services Operator. I canali
- con l'opzione NOEXPIRE attiva avranno un ! prima del
- nick stesso (solo per i Services Operator).
-
- Se sono specificate le opzioni FORBIDDEN, SUSPENDED o NOEXPIRE, solo
- i canali che, rispettivamente, sono vietati, sospesi o hanno l'opzione
- NOEXPIRE attiva verranno mostrati. Se vengono specificate
- entrambe le opzioni, entrambi i tipi di canale saranno
- visualizzati. Queste opzioni sono limitate ai Services Operator.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Sintassi: GETPASS canale
-
- Restituisce la password del canale specificato.
-
- Da notare che quando questo comando viene usato,
- verrà inviato un WALLOPS o GLOBOPS ad indicare la
- persona che l'ha utilizzato e su quale canale è stato
- utilizzato.
-
-CHAN_SERVADMIN_HELP_FORBID
- Sintassi: FORBID canale [motivo]
-
- Fa in modo che nessuno possa registrare o usare
- il canale indicato. Può essere annullato con
- una deregistrazione (drop) del canale.
-
- Il motivo potrebbe essere richiesto su alcune reti.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Sintassi: SUSPEND canale [motivo]
-
- Impedisce chiunque dal registrare o utilizzare il canale
- specificato. Può essere annullato utilizzando il comando
- UNSUSPEND preservando tutti i dati e le impostazioni precedenti.
-
- Il motivo potrebbe essere richiesto su alcune reti.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Sintassi: UNSUSPEND canale
-
- Rilascia un canale sospeso. Tutti i dati e le impostazioni
- sono preservate da prima della sospensione.
-
-CHAN_SERVADMIN_HELP_STATUS
- Sintassi: STATUS canale nick
-
- Restituisce il livello di accesso attuale del nick specificato
- sul canale indicato. La risposta usa il formato:
-
- STATUS canale nick livello-di-accesso
-
- Se si verifica un errore, la risposta avrà il formato
-
- STATUS ERROR messaggio-di-errore
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Invia un memo a un nick o a un canale
-MEMO_HELP_CMD_CANCEL
- CANCEL Annulla l'ultimo memo inviato
-MEMO_HELP_CMD_LIST
- LIST Mostra la lista dei propri memo
-MEMO_HELP_CMD_READ
- READ Legge uno o più memo
-MEMO_HELP_CMD_DEL
- DEL Cancella uno o più memo
-MEMO_HELP_CMD_SET
- SET Imposta le opzioni relative ai memo
-MEMO_HELP_CMD_INFO
- INFO Mostra informazioni sui tuoi nuovi memo
-MEMO_HELP_CMD_RSEND
- RSEND Invia un memo e richiede una notifica di lettura
-MEMO_HELP_CMD_CHECK
- CHECK Controlla se l'ultimo memo ad un nick è stato letto
-MEMO_HELP_CMD_SENDALL
- SENDALL Invia un memo a tutti gli utenti registrati
-MEMO_HELP_CMD_STAFF
- STAFF Invia un memo a tutti gli opers/admins
-
-MEMO_HELP_HEADER
- %S è un servizio che permette agli utenti della rete di
- scambiarsi brevi messaggi (memo), anche se i destinatari non
- sono connessi; permette inoltre di inviare messaggi ai canali(*).
- Il nick del mittente e quello del destinatario (o il canale
- di destinazione) devono essere registrati.
-
- I comandi di %S sono:
-
-
-MEMO_HELP_ADMIN
- non utilizzato.
-MEMO_HELP_OPER
- non utilizzato.
-MEMO_HELP_FOOTER
-
- Digita %R%S HELP comando per maggiori informazioni
- sull'uso dei comandi sopraelencati.
-
- (*) Di default, qualsiasi utente con almeno livello 10 (SOP) su
- un canale può leggere i memo di quel canale. Questo livello
- minimo può essere impostato con il comando LEVELS di
- %s.
-
-MEMO_HELP_SEND
- Sintassi: SEND {nick | canale} testo-del-memo
-
- Invia un memo che contiene il testo-del-memo al nick
- o al canale specificato. Quando si invia un memo a un
- nick, il destinatario riceverà un messaggio che lo notifica
- che ha un nuovo memo. Il nick/canale di destinazione deve
- esser registrato.
-
-MEMO_HELP_CANCEL
- Sintassi: CANCEL {nick | canale}
-
- Annulla l'ultimo memo inviato al nick o al canale specificato,
- sempre che non sia già stato letto prima dell'uso di questo
- comando.
-
-MEMO_HELP_LIST
- Sintassi: LIST [canale] [list | NEW]
-
- Mostra le proprie memo. Quando viene specificato NEW, mostra
- soltanto i nuovi memo (non letti). I memo non letti sono segnati
- con un "*" a sinistra del numero d'ordine. Si può anche indicare
- una lista di numeri, come in quest'esempio:
-
- LIST 2-5,7-9
- Mostra i memo che hanno numeri tra 2 e 5 e tra 7 e 9,
- escludendo quindi il 6.
-
-MEMO_HELP_READ
- Sintassi: READ [canale] {numero | lista | LAST | NEW}
-
- Mostra il testo dei propri memo specificati. Se viene indicato
- LAST, mostra l'ultimo memo ricevuto. Se viene indicato NEW,
- mostra tutti i nuovi memo. Altrimenti, mostra il memo che ha
- numero numero. Si può anche specificare una lista di numeri,
- come nell'esempio:
-
- READ 2-5,7-9
- Mostra i memo che hanno numeri tra 2 e 5 e tra 7 e 9,
- escludendo quindi il 6.
-
-MEMO_HELP_DEL
- Sintassi: DEL [canale] {numero | lista | LAST | ALL}
-
- Elimina il memo o i memo specificati. Si possono indicare
- numei multipli di memo o intervalli di numeri invece di
- un numero singolo, come nel secondo esempio.
-
- Se viene usato LAST elimina l'ultimo memo.
- Se viene usato ALL elimina tutti i memo.
-
- Esempi:
-
- DEL 1
- Elimina il primo memo.
-
- DEL 2-5,7-9
- Elimina i memo che hanno numero numeri tra 2 e 5 e
- tra 7 e 9, conservando quindi il 6.
-
-MEMO_HELP_SET
- Sintassi: SET opzione parametri
-
- Imposta varie opzioni dei memo. opzione può essere:
-
- NOTIFY Cambia il modo in cui si verrà notificati
- della ricezione di nuovi memo (solo
- per i nick)
- LIMIT Imposta il numero massimo di memo che si
- possono ricevere
-
- Digita %R%S HELP SET opzione per ottenere
- maggiori informazioni su un'opzione specifica.
-
-MEMO_HELP_SET_NOTIFY
- Sintassi: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Cambia il modo in cui si verrà informati della ricezione
- di nuovi memo:
-
- ON Si verrà informati dei nuovi memo quando ci si
- connette, quando si torna dall'/AWAY, e quando
- vengono inviati (se si è online).
- LOGON Si verrà informati dei nuovi memo quando ci si
- connette o quando si torna dall'/AWAY.
- NEW Si verrà informati dei nuovi memo solo quando
- vengono inviati (se si è online).
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Non si verrà informati in nessun caso della
- ricezione dei nuovi memo.
-
- ON è sostanzialmente la combinazione di LOGON e NEW.
-
-MEMO_HELP_SET_LIMIT
- Sintassi: SET LIMIT [canale] limite
-
- Imposta il numero massimo di memo che si possono tenere
- (o che può tenere il canale indicato). Se il limite è
- impostato a 0, nessuno potrà inviare memo. In ogni caso,
- non è possibile impostare il limite a un valore maggiore
- di %d.
-
-MEMO_HELP_INFO
- Sintassi: INFO [canale]
-
- Mostra le informazioni sul numero di memo che hai, quanti
- memo non sono ancora stati letti e quanti memo puoi avere
- in totale. Se viene specificato un canale, mostra le stesse
- informazioni, ma relative al canale indicato.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Sintassi: SET LIMIT [utente | canale] {limite | NONE} [HARD]
-
- Imposta il numero massimo di memo che un utente (nick) o
- canale può avere. Impostare il limite a 0 fa in modo che
- l'utente (o il canale) non possa ricevere alcun memo;
- impostarlo a NONE fa sì che l'utente (o il canale) possa
- ricevere e conservare un numero indefinito di memo. Se non
- viene specificato nessun nick o canale, viene impostato il
- proprio limite.
-
- Aggiungere il parametro HARD fa in modo che l'utente non
- possa cambiare il limite. Non aggiungerlo ha il livello
- opposto, e permette all'utente di cambiarlo, anche se un
- limite precedente era stato impostato con HARD.
-
- Questo uso di SET LIMIT è limitato ai Services Operator.
- Gli altri utenti possono impostare il limite soltanto per
- se stessi o per i canali sui quali hanno abbastanza
- privilegi, e potrebbero non essere in grado di rimuovere
- il limite o di impostarlo a un valore maggiore di %d.
-
-MEMO_SERVADMIN_HELP_INFO
- Sintassi: INFO [nick | canale]
-
- Senza parametro, mostra le informazioni sul numero di memo
- che hai, quanti memo non sono ancora stati letti e quanti
- memo puoi ricevere in totale.
-
- Se viene indicato un canale, mostra le stesse informazioni
- ma relative al canale; se viene indicato un nick, mostra
- le stesse informazioni ma relative al nick.
- Questo modo d'uso è limitato ai Services Operator.
-
-MEMO_HELP_STAFF
- Sintassi: STAFF testo-memo
-
- Invia un memo contenenteo testo-memo a tutto lo services staff.
-
-MEMO_HELP_SENDALL
- Sintassi: SENDALL testo-memo
-
- Invia un memo contenente testo-memo a tutti gli utenti registrati.
-
-MEMO_HELP_RSEND
- Sintassi: RSEND {nick | canale} testo-memo
-
- Invia un memo contenente memo-text al nick o canale
- specificato. Se inviato ad un nickname, il destinatario riceverà
- un notice che gli segnala il nuovo memo. Il nickname o canale
- dev'essere registrato.
- Una volta che il memo viene letto dal destinatario, verrà inviata
- una notifica automatica al mittente, informandolo che il suo memo
- è stato letto.
-
-MEMO_HELP_CHECK
- Sintassi: CHECK nick
-
- Controlla se l'_ultimo_ memo che hai inviato al nick è stato letto
- oppure no. Nota che questo funziona unicamente coi nick, non coi canali.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-OPER_HELP_CMD_GLOBAL
- GLOBAL Invia un messaggio a tutti gli utenti
-OPER_HELP_CMD_STATS
- STATS Mostra lo stato dei Services e della rete
-OPER_HELP_CMD_STAFF
- STAFF Mostra lo staff dei services con stato online
-OPER_HELP_CMD_MODE
- MODE Cambia dei modi di un canale
-OPER_HELP_CMD_KICK
- KICK Kicka un utente da un canale
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES "Pulisce" i modi di un canale
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Killa tutti gli utenti da un certo host
-OPER_HELP_CMD_AKILL
- AKILL Manipola la lista AKILL
-OPER_HELP_CMD_SNLINE
- SNLINE Manipola la lista SNLINE
-OPER_HELP_CMD_SQLINE
- SQLINE Manipola la lista SQLINE
-OPER_HELP_CMD_SZLINE
- SZLINE Manipola la lista SZLINE
-OPER_HELP_CMD_CHANLIST
- CHANLIST Mostra tutti i canali
-OPER_HELP_CMD_USERLIST
- USERLIST Mostra tutti gli utenti
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Definisce i messaggi da mostrare agli utenti
- quando si connettono
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Definisce i messaggi da mostrare casualmente
- agli utenti quando si connettono
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Definisce i messaggi da mostrare agli operatori
-OPER_HELP_CMD_SESSION
- SESSION Mostra la lista delle sessioni degli host
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modifica la lista delle eccezioni al limite delle
- sessioni
-OPER_HELP_CMD_NOOP
- NOOP Rimuove temporaneamente tutte le O:line di un server
-OPER_HELP_CMD_JUPE
- JUPE Disabilita ("jupiter") un server
-OPER_HELP_CMD_IGNORE
- IGNORE Modifica la lista ignore dei Services
-OPER_HELP_CMD_SET
- SET Imposta varie opzioni globali dei Services
-OPER_HELP_CMD_RELOAD
- RELOAD Rilegge il file di configurazione dei Services
-OPER_HELP_CMD_UPDATE
- UPDATE Forza la scrittura su disco immediata dei database
- dei Services
-OPER_HELP_CMD_RESTART
- RESTART Salva i database e riavvia i Services
-OPER_HELP_CMD_QUIT
- QUIT Termina i Services senza salvare i database
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Termina i Services salvando i database
-OPER_HELP_CMD_DEFCON
- DEFCON Manipola il sistema DefCon
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL tutti gli utenti su di un canale specifico
-OPER_HELP_CMD_OLINE
- OLINE Imposta le operflag di un utente
-OPER_HELP_CMD_UMODE
- UMODE Cambia i modi utente di un utente
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forza il cambio del nickname di un utente
-OPER_HELP_CMD_MODLOAD
- MODLOAD Carica un modulo
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Rimuovi un modulo
-OPER_HELP_CMD_MODINFO
- MODINFO Informazioni su un modulo caricato
-OPER_HELP_CMD_MODLIST
- MODLIST Elenca i moduli caricati
-
-OPER_HELP
- Comandi di %S:
-
-OPER_HELP_LOGGED
- Nota: Tutti i comandi inviati a %S sono loggati!
-
-OPER_HELP_GLOBAL
- Sintassi: GLOBAL messaggio
-
- Permette agli IrcOp di inviare un messaggio a tutti
- gli utenti della rete. Il messaggio sarà inviato
- dal nick %s.
-
-OPER_HELP_STATS
- Sintassi: STATS [AKILL | ALL | RESET]
-
- Senza nessuna opzione, mostra il numero attuale di utenti
- e di IrcOp online (Services esclusi), il numero massimo
- di utenti online da quando i Services sono up, e il tempo
- passato da quando i Services sono stati avviati.
-
- Con l'opzione AKILL, mostra la dimensione attuale della
- lista AKILL e la durata di default delle nuove AKILL.
-
- L'opzione ALL è disponibile solo ai Services Operator, e
- mostra informazioni sull'utilizzo di memoria dei Services.
- Usare questa opzione può bloccare i Services per un breve
- periodo di tempo sulle grandi reti.
-
- L'opzione RESET imposta il numero massimo di utenti
- registrato al numero degli utenti connessi attualmente
- alla rete.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Sintassi: MODE canale modi
-
- Permette ai Services operator di impostare modi di canale
- per qualsiasi canale. I parametri sono gli stessi utilizzati
- con il comando /MODE standard.
-
-OPER_HELP_UMODE
- Sintassi: UMODE nick modi
-
- Permette ai Services Operators di impostare i modi per
- qualsiasi utente. I parametri sono gli stessi del
- comando /MODE standard.
-
-OPER_HELP_OLINE
- Sintassi: OLINE nick flag
-
- Permette ai Services Operators di impostare le Operflag
- per qualsiasi utente. Le flag devono essere introdotte
- da "+" o "-". Per rimuovere tutte le flag, è sufficiente
- usare "-" senza altri parametri.
-
-OPER_HELP_CLEARMODES
- Sintassi: CLEARMODES canale [ALL]
-
- Annulla tutti i modi binari (i,k,l,m,n,p,s,t) e i ban
- dal canale specificato. Se viene indicato ALL, verranno
- rimossi anche gli op e i voice (modi +o e +v).
-
-OPER_HELP_KICK
- Sintassi: KICK canale utente motivo
-
- Permette agli IrcOp di kickare un utente da qualsiasi
- canale. I parametri sono gli stessi del comando /KICK
- standard. Il messaggio di kick conterrà all'inizio il
- il nick dell'IrcOp che invia il comando, ad esempio:
-
- *** Spammer has been kicked off channel #canale by %S (OperNick (motivo))
-
-OPER_HELP_SVSNICK
- Sintassi: SVSNICK nick nuovonick
-
- Forza il cambio del nickname di un utente da nick a newnick.
-
-OPER_HELP_AKILL
- Sintassi: AKILL ADD [+durata] mask motivo
- AKILL DEL {mask | numero | lista}
- AKILL LIST [mask | lista]
- AKILL VIEW [mask | lista]
- AKILL CLEAR
-
- Permette ai Services operator di manipolare la lista AKILL.
- Se un utente che si trova nella lista AKILL cerca di connettersi,
- i Services manderanno un KILL per quell'utente e, se supportato,
- indicheranno a tutti i server di aggiugnere una K:line per la
- mask che corrispondeva all'utente.
-
- AKILL ADD aggiunge la mask user@host specificata alla lista
- AKILL per il motivo specificato (che deve essere indicato).
- durata è specifcato come un intero seguito da una lettera,
- che può essere d (giorni), h (ore), o m (minuti). Le
- combinazioni (ad esempio 1h30m) non sono permesse. Se non
- viene specificata una unità, il valore viene inteso in giorni
- (quindi +30 significa 30 giorni). Per aggiungere una AKILL
- senza scadenza, bisogna usare +0. Se la usermask indicata
- inizia con un +, la durata deve essere indicata esplicitamente,
- anche se è la stessa di default. La durata di default per le
- AKILL può essere trovata con il comando STATS AKILL.
-
- Il comando AKILL DEL rimuove la mask specificata dalla lista
- AKILL, se è presente. Se viene indicata una lista di numeri,
- verrano rimossi i record corrispondenti (vedi l'esempio di
- LIST).
-
- Il comando AKILL LIST mostra la lista AKILL. Se viene usata
- una wildcard nella mask, solo i record che corrispondono alla
- mask vengono mostrati. Se viene indicata una lista di numeri,
- soltanto quei record vengono mostrati, ad esempio:
-
- AKILL LIST 2-5,7-9
- Mostra i record della lista AKILL che hanno numeri da 2
- a 5 e da 7 a 9.
-
- AKILL VIEW mostra più informazioni di AKILL LIST, e indica
- chi ha aggiunto una AKILL, quando è stata aggiunta, e quando
- scade, oltre alla mask user@host e al motivo.
-
- AKILL CLEAR svuota la lista AKILL.
-
-OPER_HELP_SNLINE
- Sintassi: SNLINE ADD [+durata] mask:motivo
- SNLINE DEL {mask | numero | lista}
- SNLINE LIST [mask | lista]
- SNLINE VIEW [mask | lista]
- SNLINE CLEAR
-
- Permette ai Services operator di manipolare la lista SNLINE.
- Se un utente che si trova nella lista SNLINE cerca di connettersi,
- i Services non gli permetterano di proseguire la sua sessione
- su IRC.
-
- SNLINE ADD aggiunge la mask di realname specificata alla lista
- sgline per il motivo specificato (che deve essere indicato).
- durata è specifcato come un intero seguito da una lettera,
- che può essere d (giorni), h (ore), o m (minuti). Le
- combinazioni (ad esempio 1h30m) non sono permesse. Se non
- viene specificata una unità, il valore viene inteso in giorni
- (quindi +30 significa 30 giorni). Per aggiungere una SNLINE
- senza scadenza, bisogna usare +0. Se la usermask indicata
- inizia con un +, la durata deve essere indicata esplicitamente,
- anche se è la stessa di default. La durata di default per le
- SNLINE può essere trovata con il comando STATS AKILL.
- Nota: poiché la mask di realname può contenere spazi, il
- separatore tra la mask e il motivo è un duepunti.
-
- Il comando SNLINE DEL rimuove la mask specificata dalla lista
- SNLINE, se è presente. Se viene indicata una lista di numeri,
- verrano rimossi i record corrispondenti (vedi l'esempio di
- LIST).
-
- Il comando SNLINE LIST mostra la lista SNLINE. Se viene usata
- una wildcard nella mask, solo i record che corrispondono alla
- mask vengono mostrati. Se viene indicata una lista di numeri,
- soltanto quei record vengono mostrati, ad esempio:
-
- SNLINE LIST 2-5,7-9
- Mostra i record della lista SNLINE che hanno numeri da 2
- a 5 e da 7 a 9.
-
- SNLINE VIEW mostra più informazioni di SNLINE LIST, e indica
- chi ha aggiunto una SNLINE, quando è stata aggiunta, e quando
- scade, oltre alla mask di realname e al motivo.
-
- SNLINE CLEAR svuota la lista SNLINE.
-
-OPER_HELP_SQLINE
- Sintassi: SQLINE ADD [+durata] mask motivo
- SQLINE DEL {mask | numero | lista}
- SQLINE LIST [mask | lista]
- SQLINE VIEW [mask | lista]
- SQLINE CLEAR
-
- Permette ai Services operator di manipolare la lista SQLINE.
- Se un utente il cui nick si trova nella lista SQLINE cerca di,
- connettersi, i Services non gli permetterano di proseguire la
- sua sessione su IRC.
-
- Se il primo carattere della mask è #, i Services bloccheranno
- l'uso dei canali corrispondenti (sugli IRCd che supportano
- questa funzione).
-
- SQLINE ADD aggiunge la mask di realname specificata alla lista
- sgline per il motivo specificato (che deve essere indicato).
- durata è specifcato come un intero seguito da una lettera,
- che può essere d (giorni), h (ore), o m (minuti). Le
- combinazioni (ad esempio 1h30m) non sono permesse. Se non
- viene specificata una unità, il valore viene inteso in giorni
- (quindi +30 significa 30 giorni). Per aggiungere una SQLINE
- senza scadenza, bisogna usare +0. Se la usermask indicata
- inizia con un +, la durata deve essere indicata esplicitamente,
- anche se è la stessa di default. La durata di default per le
- SQLINE può essere trovata con il comando STATS AKILL.
-
- Il comando SqLINE DEL rimuove la mask specificata dalla lista
- SqLINE, se è presente. Se viene indicata una lista di numeri,
- verrano rimossi i record corrispondenti (vedi l'esempio di
- LIST).
-
- Il comando SQLINE LIST mostra la lista SQLINE. Se viene usata
- una wildcard nella mask, solo i record che corrispondono alla
- mask vengono mostrati. Se viene indicata una lista di numeri,
- soltanto quei record vengono mostrati, ad esempio:
-
- SQLINE LIST 2-5,7-9
- Mostra i record della lista SQLINE che hanno numeri da 2
- a 5 e da 7 a 9.
-
- SQLINE VIEW mostra più informazioni di SQLINE LIST, e indica
- chi ha aggiunto una SQLINE, quando è stata aggiunta, e quando
- scade, oltre alla mask e al motivo.
-
- SQLINE CLEAR svuota la lista SQLINE.
-
-OPER_HELP_SZLINE
- Sintassi: SZLINE ADD [+durata] mask motivo
- SZLINE DEL {mask | numero | lista}
- SZLINE LIST [mask | lista]
- SZLINE VIEW [mask | lista]
- SZLINE CLEAR
-
- Permette ai Services operator di manipolare la lista SZLINE.
- Se un utente il cui IP si trova nella lista SNLINE cerca di
- connettersi, i Services non gli permetterano di proseguire
- la sua sessione su IRC (sia che l'IP abbia un host alfa-
- numerico corrispondente o meno).
-
- SZLINE ADD aggiunge la mask di IP specificata alla lista
- sgline per il motivo specificato (che deve essere indicato).
- durata è specifcato come un intero seguito da una lettera,
- che può essere d (giorni), h (ore), o m (minuti). Le
- combinazioni (ad esempio 1h30m) non sono permesse. Se non
- viene specificata una unità, il valore viene inteso in giorni
- (quindi +30 significa 30 giorni). Per aggiungere una SZLINE
- senza scadenza, bisogna usare +0. Se la usermask indicata
- inizia con un +, la durata deve essere indicata esplicitamente,
- anche se è la stessa di default. La durata di default per le
- SZLINE può essere trovata con il comando STATS AKILL.
-
- Il comando SZLINE DEL rimuove la mask specificata dalla lista
- SZLINE, se è presente. Se viene indicata una lista di numeri,
- verrano rimossi i record corrispondenti (vedi l'esempio di
- LIST).
-
- Il comando SZLINE LIST mostra la lista SZLINE. Se viene usata
- una wildcard nella mask, solo i record che corrispondono alla
- mask vengono mostrati. Se viene indicata una lista di numeri,
- soltanto quei record vengono mostrati, ad esempio:
-
- SZLINE LIST 2-5,7-9
- Mostra i record della lista SZLINE che hanno numeri da 2
- a 5 e da 7 a 9.
-
- SZLINE VIEW mostra più informazioni di SZLINE LIST, e indica
- chi ha aggiunto una SZLINE, quando è stata aggiunta, e quando
- scade, oltre alla mask di realname e al motivo.
-
- SZLINE CLEAR svuota la lista SZLINE.
-
-OPER_HELP_SET
- Sintassi: SET opzione impostazione
-
- Imposta varie opzioni globali dei Services. Le opzioni
- configurabili sono:
- READONLY Imposta la modalità read-only o read-write
- LOGCHAN Riporta i messaggi di log in un canale
- DEBUG Attiva o disattiva la modalità di debug
- NOEXPIRE Attiva o disattiva la modalità no expire
- SUPERADMIN Attiva o disattiva la modalità SuperAdmin
- IGNORE Attiva o disattiva la modalità ignore
- LIST Elenca le opzioni
-
-OPER_HELP_SET_READONLY
- Sintassi: SET READONLY {ON | OFF}
-
- Attiva o disattiva la modalità read-only. In modalità
- read-only, gli utenti normali non potranno modificare
- nessuna informazione nei database dei Services, incluse
- le liste di accesso dei nick e dei canali, eccetera.
- Gli IrcOp con sufficienti privilegi sui Services potranno
- modificare le liste AKILL e deregistrare (drop) o bloccare
- (forbid) i nick e i canali, ma questi cambiamenti non
- verrano salvati, a meno che la modalità read-only non sia
- disattivata prima che i Services vengano terminati oppure
- riavviati.
-
- Questa opzione è equivalente all'opzione di riga di comando
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Sintassi: SET LOGCHAN {ON | OFF}
-
- Se impostata su on, questa opzione fa scrivere i log dei services
- in un canale specificato oltre che al log file. LogChannel dev'essere
- definito nel file di configurazione dei services per permettere a
- questa opzione di funzionare.
-
- This option is equivalent to the command-line option -logchan.
-
- Nota: Potrebbero esserci problemi di sicurezza se il canale non
- viene impostato con restrizioni adeguate.
-
-OPER_HELP_SET_DEBUG
- Sintassi: SET DEBUG {ON | OFF | numero}
-
- Attiva o disattiva la modalità di debug. In modalità di
- debug, tutti i dati inviati e ricevuti dai Services,
- nonché altri messaggi di debug, saranno scritti nel file
- di log. Se viene specificato un numero, la modalità
- di debug sarà attivata, e il livello di debug sarà
- impostato a numero.
-
- Questa opzione è equivalente all'opzione di riga di comando
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Sintassi: SET NOEXPIRE {ON | OFF}
-
- Attiva o disattiva la modalità no expire. In modalità
- no expire, i nick, i canali, le akill e le eccezioni
- non scadranno fino a quando l'opzione non viene disattivata.
-
- Questa opzione è equivalente all'opzione di riga di comando
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Sintassi: SET SUPERADMIN {ON | OFF}
-
- Questa impostazione aumenterà i privilegi dell'admin che
- la richiede, e permetterà ad esempio di essere fondatore
- su tutti i canali, ecc.
-
- Questa opzione NON è persistente, e dovrebbe essere usata
- solo quando necessario, e reimpostata a OFF al più presto.
-
-OPER_HELP_SET_IGNORE
- Sintassi: SET IGNORE {ON | OFF}
-
- Questa impostazione abilita o disabilita l'utilizzo del sistema IGNORE
- da parte di Anope.
-
-OPER_HELP_SET_LIST
- Sintassi: SET LIST
-
- Mostra le varie impostazioni di %S
-
-OPER_HELP_NOOP
- Sintassi: NOOP SET server
- NOOP REVOKE server
-
- NOOP SET rimuove tutte le O:line del server specificato
- e killa tutti gli IrcOp presenti su quel server, in modo che
- non possano effettuare un rehash del server, in quanto questo
- ne annullerebbe l'effetto.
-
- NOOP REVOKE ripristina tutte le O:line presenti sul
- server specificato.
-
- Nota: il formato del server specificato non è controllato
- dai Services prima dell'esecuzione del comando.
-
-OPER_HELP_JUPE
- Sintassi: JUPE server [motivo]
-
- Fa sì che i Services blocchino un server, creando un server
- "fasullo" connesso ai Services per evitare che il server reale
- possa connettersi alla rete. Questo blocco può essere rimosso
- utilizzando il comando standard SQUIT. Se viene indicato
- un motivo, questo sarà utilizzato nel campo delle informazioni
- del server; altrimenti, le informazioni conterranno il testo
- "Juped by <nick>", indicando il nick della persona che ha
- bloccato il server.
-
-OPER_HELP_UPDATE
- Sintassi: UPDATE
-
- Forza la scrittura su disco immediata dei database dei
- Services nello stesso istante in cui il comando viene
- inviato.
-
-OPER_HELP_RELOAD
- Sintassi: RELOAD
-
- Rilegge il file di configurazione dei Services. Alcune
- impostazioni contenute nel file richiedono il riavvio
- effettivo dei Services per essere attivate (ad esempio
- il cambio dei nick dei Services, l'attivazione della
- limitazione delle sessioni, eccetera).
-
-OPER_HELP_QUIT
- Sintassi: QUIT
-
- Termina immediatamente i Services senza salvarne i
- databaase. Questo comando non deve mai essere usato,
- se non in caso di danni alla copia in memoria dei
- database, per evitare che la copia danneggiata venga
- salvata.
- Per terminare normalmente i Services, deve essere
- usato il comando SHUTDOWN.
-
-OPER_HELP_SHUTDOWN
- Sintassi: SHUTDOWN
-
- Salva i database su disco e termina i Services.
-
-OPER_HELP_RESTART
- Sintassi: RESTART
-
- Salva i database su disco e riavvia i Services.
-
-OPER_HELP_CHANLIST
- Sintassi: CHANLIST [{pattern | nick} [SECRET]]
-
- Mostra tutti i canali attivi sulla rete, che siano registrati
- o meno.
-
- Se viene indicato un pattern mostra solo i canali corrispondenti.
- Se viene indicato un nick, mostra solo i canali in cui si trova
- l'utente specificato.
- Se viene indicato SECRET, mostra solo i canali che corrisponodno a
- pattern e che hanno il modo di canale +s o +p attivo.
-
-OPER_HELP_USERLIST
- Sintassi: USERLIST [{pattern | canale} [INVISIBLE]]
-
- Mostra tutti gli utenti connessi alla rete, che siano registrati
- o meno.
-
- Se viene indicato un pattern mostra solo gli utenti corrispondenti
- (il pattern deve essere nel formato nick!user@host).
- Se viene indicato un canale, mostra solo gli utenti che si trovano
- su quel canale.
- Se viene indicato INVISIBLE, mostra solo gli utenti con il modo
- utente +i attivo.
-
-OPER_HELP_MODLOAD
- Sintassi: MODLOAD NomeFile
-
- Questo comando carica il modulo chiamato NomeFile dalla cartella
- modules.
-
-OPER_HELP_MODUNLOAD
- Sintassi: MODUNLOAD NomeFile
-
- Questo comando rimuove il modulo chiamato NomeFile dalla cartella
- modules.
-
-OPER_HELP_MODINFO
- Sintassi: MODINFO NomeFile
-
- Questo comando elenca informazioni sul modulo caricato specificato
-
-OPER_HELP_MODLIST
- Sintassi: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Elenca tutti i moduli attualmente caricati.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Mostra la lista dei bot disponibili
-BOT_HELP_CMD_ASSIGN
- ASSIGN Assegna un bot a un canale
-BOT_HELP_CMD_SET
- SET Imposta le opzioni del bot
-BOT_HELP_CMD_KICK
- KICK Configura i kick
-BOT_HELP_CMD_BADWORDS
- BADWORDS Gestisce la lista delle parolacce
-BOT_HELP_CMD_ACT
- ACT Invia un /me in canale
-BOT_HELP_CMD_INFO
- INFO Mostra informazioni su un bot o su un canale
-BOT_HELP_CMD_SAY
- SAY Fa sì che il bot dica qualcosa in canale
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Rimuove il bot da un canale
-BOT_HELP_CMD_BOT
- BOT Gestisce la lista dei bot disponibili
-
-BOT_HELP
- %S ti permette di avere un bot nel tuo canale.
- E' un servizio pensato per gli utenti che non possono
- mantenere un bot. I comandi disponibili sono i seguenti;
- per usarli, digita %R%S comando.
- Per maggiori informazioni sull'uso di un comando
- specifico, digita %R%S HELP comando.
-
-BOT_HELP_FOOTER
- Il bot entrerà in canale quando c'è almeno
- %d persona.
-
-BOT_HELP_BOTLIST
- Sintassi: BOTLIST
-
- Mostra la lista di tutti i bot disponibili.
-
-BOT_HELP_ASSIGN
- Sintassi: ASSIGN canale nick-del-bot
-
- Assegna il bot con il nick specificato al canale
- indicato. Dopo averlo assegnato, il bot può essere
- configurato in base alle necessità.
-
-BOT_HELP_UNASSIGN
- Sintassi: UNASSIGN canale
-
- Rimuove il bot da un canale. Dopo aver usato questo
- comando, il bot non entrerà più nel canale, ma la sua
- configurazione resterà salvata, in modo da non dover
- riconfigurare tutto di nuovo nel caso se ne assegni
- uno di nuovo.
-
-BOT_HELP_INFO
- Sintassi: INFO {canale | nick-del-bot}
-
- Permette di vedere le informazioni di %S relative
- a un canale o a un bot. Se il parametro è un canale,
- mostrerà le informazioni sui kick attivi. Se il
- parametro è il nick di un bot, mostrerà le informazioni
- relative alla data di creazione e al numero di canali
- a cui è assegnato.
-
-BOT_HELP_SET
- Sintassi: SET canale opzione parametri
-
- Configura le opzioni del bot. opzione può essere:
-
- DONTKICKOPS Protegge gli op dai kick del bot
- DONTKICKVOICES Protegge i voice dai kick del bot
- FANTASY Attiva i comandi "di fantasia"
- GREET Attiva i messaggi di saluto (greet)
- SYMBIOSIS Fa in modo che il bot si comporti come
- un bot reale
-
- Digita %R%S HELP SET opzione per avere maggiori
- informazioni su una opzione specifica.
-
- Nota: l'accesso a questo comando dipende dall'impostazione
- del livello SET.
-
-BOT_HELP_SET_DONTKICKOPS
- Sintassi: SET canale DONTKICKOPS {ON|OFF}
-
- Attiva o disattiva la protezione degli op sul
- canale. Quando è attiva, gli op non saranno
- kickati dal bot, anche se non hanno accesso di
- livello NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Sintassi: SET canale DONTKICKVOICES {ON|OFF}
-
- Attiva o disattiva la protezione dei voice sul
- canale. Quando è attiva, i voice non saranno
- kickati dal bot, anche se non hanno accesso di
- livello NOKICK.
-
-BOT_HELP_SET_FANTASY
- Sintassi: SET canale FANTASY {ON|OFF}
-
- Attiva o disattiva l'uso dei comandi di fantasia
- sul canale. Quando è attivo, gli utenti potranno
- usare sul canale i comandi !op, !deop, !voice,
- !devoice, !kick, !kb, !unban, !seen, eccetera.
- Divertiti a scoprire gli altri comandi; provali
- sia specificando un nick che da soli, e aggiungi
- un motivo ad alcuni.
-
- Gli utenti che vogliono usare i comandi di fantasia
- DEVONO avere privilegi sufficienti sia per il livello
- FANTASIA che per il livello del comando richiesto
- (ad esempio, per usare !op, l'utente deve avere
- privilegi sufficienti anche per il livello OPDEOP).
-
-BOT_HELP_SET_GREET
- Sintassi: SET canale GREET {ON|OFF}
-
- Attiva o disattiva il saluto (greet) sul canale.
- Quando è attivo, il bot mostrerà la riga di saluto
- degli utenti che entrano, se hanno privilegi
- sufficienti. Per impostare il messaggio di saluto,
- è necessario usare l'opzione SET GREET di NickServ.
-
-BOT_HELP_SET_SYMBIOSIS
- Sintassi: SET canale SYMBIOSIS {ON|OFF}
-
- Attiva o disattiva la modalità symbiosis sul
- canale. Quando è attiva, il bot farà tutto quello
- che normalmente sarebbe fatto da %s sui canali,
- come l'impostazione dei MODI, l'invio dei KICK,
- la visualizzazione del messaggio di ingresso,
- eccetera.
-
-BOT_HELP_KICK
- Sintassi: KICK canale opzione parametri
-
- Configura i kick del bot. opzione può essere:
-
- BOLDS Imposta se il bot kicka chi usa il grassetto
- BADWORDS Imposta se il bot kicka chi dice le parolacce
- CAPS Imposta se il bot kicka chi scrive maiuscolo
- COLORS Imposta se il bot kicka chi usa i colori
- FLOOD Imposta se il bot kicka chi flooda
- REPEAT Imposta se il bot kicka chi ripete la stessa cosa
- REVERSES Imposta se il bot kicka chi usa il reverse
- UNDERLINES Imposta se il bot kicka chi usa il sottolineato
- ITALICS Sets if the bot kicks italics
-
- Digita %R%S HELP KICK opzione per avere maggiori
- informazioni su una opzione specifica.
-
- Nota: l'accesso a questo comando dipende dall'impostazione
- del livello SET.
-
-BOT_HELP_KICK_BOLDS
- Sintassi: KICK canale BOLDS {ON|OFF} [kick-prima-del-ban]
-
- Attiva o disattiva il kick per chi scrive in grassetto.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_COLORS
- Sintassi: KICK canale COLORS {ON|OFF} [kick-prima-del-ban]
-
- Attiva o disattiva il kick per chi usa i colori.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_REVERSES
- Sintassi: KICK canale REVERSES {ON|OFF} [kick-prima-del-ban]
-
- Attiva o disattiva il kick per chi usa il reverse.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_UNDERLINES
- Sintassi: KICK canale UNDERLINES {ON|OFF} [kick-prima-del-ban]
-
- Attiva o disattiva il kick per chi usa il sottolineato.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_CAPS
- Sintassi: KICK canale CAPS {ON|OFF} [kick-prima-del-ban [minimo [percentuale]]]
-
- Attiva o disattiva il kick per chi scrive maiuscolo.
-
- Il bot kicka soltanto se ci sono almeno minimo lettere
- maiuscole e se costituiscono almeno il percentuale%%
- del totale della linea. I valori di default per questi
- parametri sono 10 caratteri e 25%%.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_FLOOD
- Sintassi: KICK canale FLOOD {ON|OFF} [kick-prima-del-ban [linee [secondi]]]
-
- Attiva o disattiva il kick per chi flooda.
- Quando è attiva, questa opzione fa sì che il bot kicki
- gli utenti che floodano il canale scrivendo almeno
- linee linee in secondi secondi. I valori di default
- per questi parametri sono 6 linee e 10 secondi.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_REPEAT
- Sintassi: KICK canale REPEAT {ON|OFF} [kick-prima-del-ban [numero]]
-
- Attiva o disattiva il kick per chi ripete la stessa cosa.
- Quando è attiva, questa opzione fa sì che il bot kicki
- gli utenti che ripetono la stessa cosa almeno numero
- volte. Il valore di default per questo parametro è 3.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_BADWORDS
- Sintassi: KICK canale BADWORDS {ON|OFF} [kick-prima-del-ban]
-
- Attiva o disattiva il kick per chi dice le parolacce.
- Quando è attiva, questa opzione fa sì che il bot kicki
- chi dice certe parole sul canale.
-
- Le parolacce possono essere definite usando il comando
- BADWORDS. Digita %R%S HELP BADWORDS per
- ottenere maggiori informazioni.
-
- kick-prima-del-ban è il numero di volte che un utente può
- essere kickato prima di venire bannato. Se il parametro
- non è specificato, l'utente non verrà bannato.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Sintassi: BADWORDS canale ADD parola [SINGLE | START | END]
- BADWORDS canale DEL {parola | numero | lista}
- BADWORDS canale LIST [mask | list]
- BADWORDS canale CLEAR
-
- Gestisce la lista delle parolacce di un canale.
- La lista delle parolacce indica quali parole devono
- attivare un kick se i kick per chi dice le parolacce
- sono attivi. Per maggiori informazioni, digita
- %R%S HELP KICK BADWORDS.
-
- Il comando BADWORDS ADD aggiunge la parola specificata
- alla lista delle parolacce. Se viene specificato SINGLE,
- il kick sarà effettuato solo se un utente dice la parola
- integralmente. Se viene specificato START, il kick sarà
- effettuato se un utente dice una parola che inizia con
- parola. Se viene specificato END, il kick sarà effettuato
- se un utente dice una parola che termina con parola.
- Se non viene specificata nessuna opzione, il kick sarà
- effettuato ogni volta che un utente dice la parola
- parola.
-
- Il comando BADWORDS DEL rimuove la parola specificata
- dalla lista delle parolacce. Se viene indicata una lista
- di numeri, saranno rimosse le parole corrispondenti.
- Per maggiori informazioni, guarda l'esempio di LIST.
-
- Il comando BADWORDS LIST mostra la lista delle parolacce.
- Se viene usata una wildcard, solo le parolacce che
- corrispondono alla mask verranno mostrate. Se viene indicata
- una lista di numeri, solo le parolacce corrispondenti
- verranno mostrate.
- Ad esempio:
-
- BADWORDS canale LIST 2-5,7-9
- Mostra le parolacce con numero da 2 a 5 e da
- 7 a 9 (escludendo quindi il 6)
-
- Il comando BADWORDS CLEAR svuota la lista delle parolacce.
-
-BOT_HELP_SAY
- Sintassi: SAY canale testo
-
- Fa sì che il bot dica in canale il testo specificato.
-
-BOT_HELP_ACT
- Sintassi: ACT canale testo
-
- Fa sì che il bot faccia in canale l'equivalente di un
- "/me" utilizzando il testo specificato.
-
-BOT_SERVADMIN_HELP_BOT
- Sintassi: BOT ADD nick ident host realname
- BOT CHANGE vecchionick nuovonick [ident [host [realname]]]
- BOT DEL nick
-
- Permette ai Services Operator di creare, modificare
- ed eliminare i bot che potranno essere usati
- dagli utenti sui loro canali.
-
- Il comando BOT ADD aggiunge un bot con il nick, l'ident,
- l'host e il realname specificati. Poiché non viene effettuato
- nessun controllo sui valori indicati, è necessario inviare
- il comando con attenzione.
- Il comando BOT CHANGE permette di cambiare il nick,
- l'ident, l'host e il realname del bot specificato, senza
- cancellarlo realmente (e senza perderne i dati associati).
- Il comando BOT DEL rimuove il bot indicato dalla lista dei
- bot disponibili.
-
- Nota: se crei un bot con un nick che è già registrato,
- il nick sarà deregistrato; inoltre, se un utente lo sta
- usando, verrà killato.
-
-BOT_SERVADMIN_HELP_SET
-
- Queste opzioni sono riservate ai Services Operator:
-
- NOBOT Fa in modo che non sia possibile
- assegnare un bot al canale
- PRIVATE Fa in modo che il bot sia assegnabile
- solo dagli IrcOp
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Sintassi: SET canale NOBOT {ON|OFF}
-
- Questa opzione fa in modo che non sia possibile
- assegnare alcun bot al canale specificato.
- Se un bot è già assegnato, verrà rimosso nel
- momento in cui viene attivata l'opzione.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Sintassi: SET nick-del-bot PRIVATE {ON|OFF}
-
- Questa opzione fa sì che il bot sia assegnabile
- soltanto dagli IrcOp.
-
-HOST_EMPTY
- La lista dei vhost è vuota.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- Il vhost per %s è stato impostato a %s.
-HOST_IDENT_SET
- Il vhost per %s è stato impostato a %s@%s.
-HOST_SETALL
- Il vhost per il gruppo di %s è stato impostato a %s.
-HOST_DELALL
- i vhost per il gruppo %s sono stati rimossi.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- Il vhost per il gruppo di %s è stato impostato a %s@%s.
-HOST_SET_ERROR
- Errore! Un vhost può contenere soltanto i caratteri A-Z, a-z, 0-9, '.' e '-'.
-HOST_SET_IDENT_ERROR
- L'ident per un vhost dev'essere nel formato di un ident valido
-HOST_SET_TOOLONG
- Errore! Il vhost è troppo lungo; usane uno che sia %d caratteri o meno.
-HOST_SET_IDENTTOOLONG
- Errore! L'ident è troppo lungo; usane uno che sia %d caratteri o meno.
-HOST_NOREG
- L'utente %s non è presente nel database di NickServ.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Accesso negato.
-HOST_NOT_ASSIGNED
- Contatta un Operatore per avere un vhost assegnato a questo nick.
-HOST_ACTIVATED
- Il tuo vhost (%s) ora è attivato.
-HOST_IDENT_ACTIVATED
- Il tuo vhost (%s@%s) ora è attivato.
-HOST_DEL
- Il vhost di %s è stato rimosso.
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Il tuo IRCD non supporta i vIdent; se li supporta, invia un messaggio al team di sviluppo dei Services indicandolo come possibile bug.
-HOST_GROUP
- Tutti i vhost nel gruppo %s sono stati impostati a %s
-HOST_IDENT_GROUP
- Tutti i vhost nel gruppo %s sono stati impostati a %s@%s
-HOST_LIST_FOOTER
- Mostrato tutti i records (Conteggio: %d)
-HOST_LIST_RANGE_FOOTER
- Mostrato records da %d a %d
-HOST_LIST_KEY_FOOTER
- Mostrato records corrispondenti alla chiave %s (Conteggio: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Attiva il tuo vhost
-HOST_HELP_CMD_OFF
- OFF Disattiva il tuo vhost
-HOST_HELP_CMD_GROUP
- GROUP Sincronizza il vhost per tutti i nick nel gruppo
-HOST_HELP_CMD_SET
- SET Imposta il vhost di un altro utente
-HOST_HELP_CMD_SETALL
- SETALL Imposta il vhost per tutti i nick di un gruppo
-HOST_HELP_CMD_DEL
- DEL Rimuove il vhost di un altro utente
-HOST_HELP_CMD_DELALL
- DELALL Rimuove il vhost da tutti i nick di un gruppo
-HOST_HELP_CMD_LIST
- LIST Mostra uno o più vhost nel database
-
-HOST_OPER_HELP
- non utilizzato.
-
-HOST_ADMIN_HELP
- non utilizzato.
-
-HOST_HELP
- Comandi di %S:
-
-HOST_HELP_ON
- Sintassi: ON
-
- Attiva il vhost attualmente assegnato al nick in uso.
- Quando usi questo comando, ogni utente che effettua un
- /whois su di te vedrà il vhost invece del tuo vero indirizzo IP.
-
-HOST_HELP_SET
- Sintassi: SET <nick> <hostmask>.
-
- Imposta il vhost per il nick indicato a quello della hostmask
- indicata. Se il tuo IRCD supporta i vIdent, la forma
- SET <nick> <ident>@<hostmask> permette di impostare l'ident,
- oltre che il vhost.
-
-HOST_HELP_DELALL
- Sintassi: DELALL <nick>.
-
- Rimuove il vhost da tutti i nick dello stesso gruppo del nick
- specificato.
-
-HOST_HELP_SETALL
- Sintassi: SETALL <nick> <hostmask>.
-
- Imposta il vhost per tutti i nick nel gruppo del nick indicato.
- Se il tuo IRCD supporta i vIdent, la forma SET <nick>
- <ident>@<hostmask> permette di impostare l'ident, oltre che il
- vhost.
-
- NOTA - questo comando non aggiornerà i vhost dei nick
- aggiunti successivamente al gruppo.
-
-HOST_HELP_OFF
- Sintassi: OFF
-
- Disattiva il vhost attualmente assegnato al nick in uso.
- Quando usi questo comando, ogni utente che effettua un /whois
- su di te vedrà il tuo vero indirizzo IP.
-
-HOST_HELP_DEL
- Sintassi: DEL <nick>
-
- Elimina dal database il vhost assegnato al nick specificato.
-
-HOST_HELP_LIST
- Sintassi: LIST [<chiave>|<#X-Y>]
-
- Questo comando elenca i vhost registrati all'operatore.
- Se una chiave è specificata, verranno mostrati unicamente i
- vhost corrispondenti a quanto immesso come <chiave>, ad
- esempio Rob* per tutte le corrispondenze che iniziano con "Rob"
-
- Se viene usata una lista in stile #X-Y, verranno mostrate unicamente
- le corrispondenze tra X ed Y, ad es. #1-3 mostrerà unicamente le prime
- 3 corrispondenze nick/vhost.
-
- L'elenco utilizza il valore di NSListMax come limite per
- il numero di elementi da mostrare ad un operatore alla volta.
-
-HOST_HELP_GROUP
- Sintassi: GROUP
-
- Questo comando permette agli utenti di impostare il vhost del
- loro nick ATTUALE come vhost di tutti i nick nello stesso gruppo.
-
-OPER_SVSNICK_UNSUPPORTED
- Spiacente, SVSNICK non è disponibile su questa rete.
-
-OPER_SQLINE_UNSUPPORTED
- Spiacente, SQLINE non è disponibile su questa rete.
-
-OPER_SVSO_UNSUPPORTED
- Spiacente, OLINE non è disponibile su questa rete.
-
-OPER_UMODE_UNSUPPORTED
- Spiacente, UMODE non è disponibile su questa rete.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- L'impostazione SuperAdmin non è abilitata in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/langcomp.c b/lang/langcomp.c
deleted file mode 100644
index 89a281dbb..000000000
--- a/lang/langcomp.c
+++ /dev/null
@@ -1,263 +0,0 @@
-/* Compiler for language definition files.
- *
- * (C) 2003-2010 Anope Team
- * Contact us at team@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/*
- * A language definition file contains all strings which Services sends to
- * users in a particular language. A language file may contain comments
- * (lines beginning with "#") and blank lines. All other lines must adhere
- * to the following format:
- *
- * Each string definition begins with the C name of a message (as defined
- * in the file "index"--see below). This must be alone on a line, preceded
- * and followed by no blank space. Following this line are zero or more
- * lines of text; each line of text must begin with exactly one tab
- * character, which is discarded. Newlines are retained in the strings,
- * except the last newline in the text, which is discarded. A message with
- * no text is replaced by a null pointer in the array (not an empty
- * string).
- *
- * All messages in the program are listed, one per line, in the "index"
- * file. No comments or blank lines are permitted in that file. The index
- * file can be generated from a language file with a command like:
- * grep '^[A-Z]' en_us.l >index
- *
- * This program takes one parameter, the name of the language file. It
- * generates a compiled language file whose name is created by removing any
- * extension on the source file on the input filename.
- *
- * You may also pass a "-w" option to print warnings for missing strings.
- *
- * This program isn't very flexible, because it doesn't need to be, but
- * anyone who wants to try making it more flexible is welcome to.
- */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#undef getline
-
-int numstrings = 0; /* Number of strings we should have */
-char **stringnames; /* Names of the strings (from index file) */
-char **strings; /* Strings we have loaded */
-
-int linenum = 0; /* Current line number in input file */
-
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
-
-char *anopeStrDup(const char *src);
-
-/*************************************************************************/
-
-/* Read the index file and load numstrings and stringnames. Return -1 on
- * error, 0 on success. */
-
-int read_index_file()
-{
- FILE *f;
- char buf[256];
- int i;
-
- if (!(f = fopen("index", "rb"))) {
- perror("fopen(index)");
- return -1;
- }
- while (fgets(buf, sizeof(buf), f))
- numstrings++;
- if (!(stringnames = static_cast<char **>(calloc(sizeof(char *), numstrings)))) {
- perror("calloc(stringnames)");
- return -1;
- }
- if (!(strings = static_cast<char **>(calloc(sizeof(char *), numstrings)))) {
- perror("calloc(strings)");
- return -1;
- }
- fseek(f, 0, SEEK_SET);
- i = 0;
- while (fgets(buf, sizeof(buf), f)) {
- if (buf[strlen(buf) - 1] == '\n')
- buf[strlen(buf) -1] = '\0';
- if (!(stringnames[i++] = anopeStrDup(buf))) {
- perror("strdup()");
- return -1;
- }
- }
- fclose(f);
- return 0;
-}
-
-/*************************************************************************/
-
-/* Return the index of a string name in stringnames, or -1 if not found. */
-
-int stringnum(const char *name)
-{
- int i;
-
- for (i = 0; i < numstrings; i++) {
- if (strcmp(stringnames[i], name) == 0)
- return i;
- }
- return -1;
-}
-
-/*************************************************************************/
-
-/* Read a non-comment, non-blank line from the input file. Return NULL at
- * end of file. */
-
-char *ano_getline(FILE *f)
-{
- static char buf[1024];
- char *s;
-
- do {
- if (!(fgets(buf, sizeof(buf), f)))
- return NULL;
- linenum++;
- } while (*buf == '#' || *buf == '\n');
- s = buf + strlen(buf) - 1;
- if (*s == '\n')
- *s = '\0';
- return buf;
-}
-
-/*************************************************************************/
-
-/* Write a 32-bit value to a file in big-endian order. */
-
-int fput32(int val, FILE *f)
-{
- if (fputc(val >> 24, f) < 0 ||
- fputc(val >> 16, f) < 0 ||
- fputc(val >> 8, f) < 0 ||
- fputc(val, f) < 0
- ) {
- return -1;
- } else {
- return 0;
- }
-}
-
-/*************************************************************************/
-
-char *anopeStrDup(const char *src)
-{
- char *ret=NULL;
- if (src) {
- if ((ret = static_cast<char *>(malloc(strlen(src) + 1)))) {
- strcpy(ret,src);
- }
- }
- return ret;
-}
-
-/*************************************************************************/
-
-int main(int ac, char **av)
-{
- char *filename = NULL, *outfile;
- FILE *in, *out;
- int warn = 0;
- int retval = 0;
- int curstring = -2, i;
- char *line;
- int pos;
- int maxerr = 50; /* Max errors before we bail out */
-
- if (ac >= 3 && strcmp(av[1], "-w") == 0) {
- warn = 1;
- av[1] = av[2];
- av[2] = av[3];
- ac--;
- }
- if (ac != 3) {
- fprintf(stderr, "Usage: %s [-w] <lang-file> <out-file>\n", av[0]);
- return 1;
- }
- filename = av[1];
- outfile = av[2];
-
- if (read_index_file() < 0)
- return 1;
- if (!(in = fopen(filename, "rb"))) {
- perror(filename);
- return 1;
- }
- if (!(out = fopen(outfile, "wb"))) {
- perror(outfile);
- return 1;
- }
-
- while (maxerr > 0 && (line = ano_getline(in)) != NULL) {
- if (*line == '\t') {
- if (curstring == -2) {
- fprintf(stderr, "%s:%d: Junk at beginning of file\n", filename, linenum);
- retval = 1;
- } else if (curstring >= 0) {
- line++;
- i = strings[curstring] ? strlen(strings[curstring]) : 0;
- if (!(strings[curstring] = static_cast<char *>(realloc(strings[curstring], i + strlen(line) + 2)))) {
- fprintf(stderr, "%s:%d: Out of memory!\n", filename, linenum);
- return 2;
- }
- snprintf(strings[curstring] + i, strlen(line) + 2, "%s\n", line);
- }
- } else {
- if ((curstring = stringnum(line)) < 0) {
- fprintf(stderr, "%s:%d: Unknown string name `%s'\n", filename, linenum, line);
- retval = 1;
- maxerr--;
- } else if (strings[curstring]) {
- fprintf(stderr, "%s:%d: Duplicate occurrence of string `%s'\n", filename, linenum, line);
- retval = 1;
- maxerr--;
- } else {
- if (!(strings[curstring] = static_cast<char *>(malloc(1)))) {
- fprintf(stderr, "%s:%d: Out of memory!\n", filename, linenum);
- return 2;
- }
- *strings[curstring] = '\0';
- }
-
- if (maxerr == 0)
- fprintf(stderr, "%s:%d: Too many errors!\n", filename, linenum);
- }
- }
-
- fput32(numstrings, out);
- pos = numstrings * 8 + 4;
- for (i = 0; i < numstrings; i++) {
- int len = strings[i] && *strings[i] ? strlen(strings[i]) - 1 : 0;
- fput32(pos, out);
- fput32(len, out);
- pos += len;
- }
- for (i = 0; i < numstrings; i++) {
- if (strings[i]) {
- if (*strings[i])
- strings[i][strlen(strings[i])-1] = '\0'; /* kill last \n */
- if (*strings[i])
- fputs(strings[i], out);
- } else if (warn) {
- fprintf(stderr, "%s: String `%s' missing\n", filename, stringnames[i]);
- }
- }
-
- fclose(in);
- fclose(out);
- return retval;
-}
-
-/*************************************************************************/
diff --git a/lang/langtool.c b/lang/langtool.c
deleted file mode 100644
index 32846852e..000000000
--- a/lang/langtool.c
+++ /dev/null
@@ -1,76 +0,0 @@
-/* Language stuff generator for win32.
- *
- * (C) 2003-2010 Anope Team
- * Contact us at team@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- * Written by Dominick Meglio <codemastr@unrealircd.com>
- *
- */
-
-#include <string.h>
-#include <stdio.h>
-#include <cstdlib>
-#include <cctype>
-
-char *strip(char *str)
-{
- char *c;
- if ((c = strchr(str,'\n')))
- *c = 0;
- if ((c = strchr(str,'\r')))
- *c = 0;
- return str;
-}
-
-int main(int argc, char *argv[])
-{
- if (argc < 4)
- exit(1);
-
- /* Build the index file */
- if (!strcmp(argv[1], "index"))
- {
- FILE *fd = fopen(argv[2], "rb");
- FILE *fdout = fopen(argv[3], "wb");
- char buf[1024];
- if (!fd || !fdout)
- exit(2);
-
- while (fgets(buf, 1023, fd))
- {
- if (isupper(*buf))
- fprintf(fdout, "%s", buf);
- }
- fclose(fd);
- fclose(fdout);
- }
- /* Build the language.h file */
- else if (!strcmp(argv[1], "language.h"))
- {
- FILE *fd = fopen(argv[2], "r");
- FILE *fdout = fopen(argv[3], "w");
- char buf[1024];
- int i = 0;
-
- if (!fd || !fdout)
- exit(2);
-
- fprintf(stderr, "Generating language.h... ");
-
- while (fgets(buf, 1023, fd)) {
- fprintf(fdout, "#define %-32s %d\n", strip(buf), i++);
- }
-
- fprintf(fdout, "#define NUM_STRINGS %d\n", i);
- fprintf(stderr, "%d strings\n", i);
- fclose(fd);
- fclose(fdout);
- }
- return 0;
-
-}
diff --git a/lang/nl.l b/lang/nl.l
deleted file mode 100644
index 99aef7771..000000000
--- a/lang/nl.l
+++ /dev/null
@@ -1,6532 +0,0 @@
-# Dutch Language File
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# Translated into Dutch by GeniusDex <geniusdex@twistification.net>
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Nederlands (Dutch)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %Y %H:%M:%S %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Zo
- Ma
- Di
- Wo
- Do
- Vr
- Za
-# %A
-STRFTIME_DAYS_LONG
- Zondag
- Maandag
- Dinsdag
- Woensdag
- Donderdag
- Vrijdag
- Zaterdag
-# %b
-STRFTIME_MONTHS_SHORT
- Jan
- Feb
- Mar
- Apr
- Mei
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dec
-# %B
-STRFTIME_MONTHS_LONG
- Januari
- Februari
- Maart
- April
- Mei
- Juni
- Juli
- Augustus
- September
- Oktober
- November
- December
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Interne fout - onmogelijk om aanvraag af te handelen.
-UNKNOWN_COMMAND
- Onbekend commando %s.
-UNKNOWN_COMMAND_HELP
- Onbekend commando %s. "%R%s HELP" voor help.
-SYNTAX_ERROR
- Gebruik: %s
-MORE_INFO
- %R%s HELP %s voor meer informatie.
-NO_HELP_AVAILABLE
- Geen help beschikbaar voor %s.
-OBSOLETE_COMMAND
- Dit commando is verouderd; gebruik %s.
-
-BAD_USERHOST_MASK
- Hostmask moet gegeven worden in de vorm user@host.
-BAD_EXPIRY_TIME
- Ongeldige verloop tijd.
-USERHOST_MASK_TOO_WIDE
- %s dekking is te groot; Gebruik aub een meer specifiek hostmask.
-
-SERVICE_OFFLINE
- %s is momenteel offline.
-READ_ONLY_MODE
- Let op: Services zijn in alleen-lezen mode; veranderingen worden niet opgeslagen!
-PASSWORD_INCORRECT
- Wachtwoord incorrect.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Toegang geweigerd.
-
-MORE_OBSCURE_PASSWORD
- Probeer aub opnieuw met een onduidelijker wachtwoord. Wachtwoorden moeten tenminste 5 tekens lang zijn, niet iets makkelijk raadbaars (bijv. je echte naam of je nick), en kan geen tab of spatie bevatten.
-PASSWORD_TOO_LONG
- Je wachtwoord is te lang. Probeer het opnieuw met een korter wachtwoord.
-
-NICK_NOT_REGISTERED
- Je nick is niet geregistreerd.
-NICK_NOT_REGISTERED_HELP
- Je nick is niet geregistreerd. Type %R%s HELP voor informatie over het registreren van je nick.
-NICK_X_IS_SERVICES
- Nick %s is deel van de Services van dit netwerk.
-NICK_X_NOT_REGISTERED
- Nick %s is niet geregistreerd.
-NICK_X_IN_USE
- Nick %s is momenteel in gebruik.
-NICK_X_NOT_IN_USE
- Nick %s is momenteel niet in gebruik.
-NICK_X_NOT_ON_CHAN
- %s is momenteel niet op kanaal %s.
-NICK_X_FORBIDDEN
- Nick %s mag niet geregistreerd of gebruikt worden.
-NICK_X_FORBIDDEN_OPER
- Nick %s is verboden door %s:
- %s
-NICK_X_ILLEGAL
- Nick %s is een illegale nickname en mag niet worden gebruikt.
-NICK_X_TRUNCATED
- Nick %s is verkort naar %d tekens.
-NICK_X_SUSPENDED
- Nick %s is tijdelijk buiten werking gesteld.
-CHAN_X_NOT_REGISTERED
- Channel %s is niet geregistreerd.
-CHAN_X_NOT_IN_USE
- Channel %s bestaat niet.
-CHAN_X_FORBIDDEN
- Channel %s mag niet geregistreerd of gebruikt worden.
-CHAN_X_FORBIDDEN_OPER
- Channel %s is verboden door %s:
- %s
-CHAN_X_SUSPENDED
- Tijdelijk buiten werking gesteld: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Wachtwoord verificatie benodigd voor dat commando.
- Probeer opnieuw na het typen van %R%s IDENTIFY wachtwoord.
-CHAN_IDENTIFY_REQUIRED
- Wachtwoord verificatie is benodigd voor dat commando.
- Probeer opnieuw na het typen van %R%s IDENTIFY %s wachtwoord.
-
-MAIL_DISABLED
- Services zijn geconfigureerd geen e-mail te versturen.
-MAIL_INVALID
- E-mail voor %s is ongeldig.
-MAIL_X_INVALID
- %s is geen geldig e-mail adres.
-MAIL_LATER
- Onmogelijk e-mail te sturen; probeer na een tijdje opnieuw.
-MAIL_DELAYED
- Wacht %d seconden en probeer opnieuw.
-
-NO_REASON
- Geen reden
-UNKNOWN
- <onbekend>
-
-# Duration system
-DURATION_DAY
- 1 dag
-DURATION_DAYS
- %d dagen
-DURATION_HOUR
- 1 uur
-DURATION_HOURS
- %d uren
-DURATION_MINUTE
- 1 minuut
-DURATION_MINUTES
- %d minuten
-DURATION_SECOND
- 1 seconde
-DURATION_SECONDS
- %d secondes
-
-# Human readable expiration
-NO_EXPIRE
- verloopt niet
-EXPIRES_SOON
- verloopt bij de volgende database update
-EXPIRES_M
- verloopt over %d minuten
-EXPIRES_1M
- verloopt over %d minuut
-EXPIRES_HM
- verloopt over %d uur, %d minuten
-EXPIRES_H1M
- verloopt over %d uur, %d minuut
-EXPIRES_1HM
- verloopt over %d uur, %d minuten
-EXPIRES_1H1M
- verloopt over %d uur, %d minuut
-EXPIRES_D
- verloopt over %d dagen
-EXPIRES_1D
- verloopt over %d dag
-
-# Generic Footer message
-END_OF_ANY_LIST
- Einde van de %s lijst.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Ongeldig bereik opgegeven. Het correct gebruik is #van-tot.
-CS_LIST_INCORRECT_RANGE
- Om te zoeken naar kanalen die met een # beginnen moet gezocht
- worden naar de kanaalnaam zonder het #-teken ervoor (anope
- in plaats van #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Deze nick is eigendom van iemand anders. Kies een andere.
- (Als dit jouw nick is, type %R%s IDENTIFY wachtwoord.)
-NICK_IS_SECURE
- Deze nickname is geregistreerd en beschermd. Als het jouw
- nick is, type %R%s IDENTIFY wachtwoord. Zo niet,
- kies een andere nick.
-NICK_MAY_NOT_BE_USED
- Deze nickname mag niet gebruikt worden. Kies een andere.
-FORCENICKCHANGE_IN_1_MINUTE
- Als je niet binnen 1 minuut je nick verandert, verander ik je nick.
-FORCENICKCHANGE_IN_20_SECONDS
- Als je niet binnen 20 seconden je nick verandert, verander ik je nick.
-FORCENICKCHANGE_NOW
- Deze nickname is geregistreerd; je mag hem niet gebruiken.
-FORCENICKCHANGE_CHANGING
- Je nickname wordt nu veranderd in %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER wachtwoord [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER wachtwoord email
-NICK_REGISTRATION_DISABLED
- Sorry, nickname registratie is tijdelijk uitgeschakeld.
-NICK_REGISTRATION_FAILED
- Sorry, registratie gefaald.
-NICK_REG_PLEASE_WAIT
- Wacht %d seconden voor het opnieuw gebruiken van het REGISTER commando.
-NICK_CANNOT_BE_REGISTERED
- Nickname %s mag niet geregistreerd worden.
-NICK_ALREADY_REGISTERED
- Nickname %s is al geregistreerd!
-NICK_REGISTERED
- Nickname %s is geregistreerd onder jouw account: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s is geregistreerd.
-NICK_PASSWORD_IS
- Je wachtwoord is %s - onthoudt dit voor later gebruik.
-
-# GROUP responses
-NICK_REG_DELAY
- You have to be connected longer than %d seconds to register your nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP doel wachtwoord
-NICK_GROUP_DISABLED
- Sorry, nickname groeperingen zijn tijdelijk uitgeschakeld.
-NICK_GROUP_FAILED
- Sorry, groepering gefaald.
-NICK_GROUP_PLEASE_WAIT
- Wacht %d seconden voor het opnieuw gebruiken van het GROUP commando.
-NICK_GROUP_CHANGE_DISABLED
- Je nick is al geregistreerd; type eerst %R%s DROP.
-NICK_GROUP_SAME
- Je bent al lid van de group van %s.
-NICK_GROUP_TOO_MANY
- Er zijn teveel nicks in %s's groep; geef ze weer en drop er een paar.
- Type %R%s HELP GLIST en%R%s HELP DROP
- voor meer informatie.
-NICK_GROUP_JOINED
- Je zit nu in de group van %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY wachtwoord
-NICK_IDENTIFY_FAILED
- Sorry, identificatie gefaald.
-NICK_IDENTIFY_SUCCEEDED
- Wachtwoord geaccepteerd - je wordt nu herkend.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Je moet een e-mail adres opgeven voor je nick.
- Dit stelt je in staat je wachtwoord terug te halen in
- het geval dat je het vergeet.
-NICK_IDENTIFY_EMAIL_HOWTO
- Type %R%S SET EMAIL e-mail om je e-mail in te stellen.
- Je privacy wordt gerespecteerd; deze e-mail wordt niet aan
- een derde partij doorgegeven.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- Je bent al geidentificeerd.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status geupdate (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Je nick is uitgelogd.
-NICK_LOGOUT_X_SUCCEEDED
- Nick %s is uitgelogd.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Kan %s niet uitloggen omdat hij een service administrator is.
-
-# DROP responses
-NICK_DROP_DISABLED
- Sorry, nickname de-registratie is tijdelijk uitgeschakeld.
-NICK_DROPPED
- Je nickname is gedropped.
-NICK_X_DROPPED
- Nickname %s is gedropped.
-
-# SET responses
-NICK_SET_SYNTAX
- SET optie parameters
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] optie parameters
-NICK_SET_DISABLED
- Sorry, nickname opties aanpassen is tijdelijk uitgeschakeld.
-NICK_SET_UNKNOWN_OPTION
- Onbekende SET optie %s.
-NICK_SET_OPTION_DISABLED
- Optie %s kan niet gezet worden op dit netwerk.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- De nieuwe weergave MOET een nickname van je nickname groep zijn!
-NICK_SET_DISPLAY_CHANGED
- De nieuwe weergave is nu %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Sorry, kan het wachtwoord niet veranderen.
-NICK_SET_PASSWORD_CHANGED
- Password veranderd.
-NICK_SET_PASSWORD_CHANGED_TO
- Password veranderd in %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE nummer
-NICK_SET_LANGUAGE_UNKNOWN
- Onbekend taal nummer %d. Type %R%s HELP SET LANGUAGE voor een lijst van talen.
-NICK_SET_LANGUAGE_CHANGED
- Taal veranderd in Nederlands.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- E-mail adres veranderd in %s.
-NICK_SET_EMAIL_UNSET
- E-mail adres verwijderd.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Je kan je e-mail adres niet verwijderen op dit netwerk.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Groet veranderd in %s.
-NICK_SET_GREET_UNSET
- Groet verwijderd.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Protectie staat nu AAN.
-NICK_SET_KILL_QUICK
- Protectie staat nu AAN, met een gereduceerde vertraging.
-NICK_SET_KILL_IMMED
- Protectie staat nu AAN, zonder vertraging.
-NICK_SET_KILL_IMMED_DISABLED
- De IMMED optie is niet beschikbaar op dit netwerk.
-NICK_SET_KILL_OFF
- Protectie staat nu UIT.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Veiligheidsoptie staat nu AAN.
-NICK_SET_SECURE_OFF
- Veiligheidsoptie staat nu UIT.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Prive optie staat nu AAN.
-NICK_SET_PRIVATE_OFF
- Prive optie staat nu UIT.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Je e-mail adres zal vanaf nu verborgen worden op %s INFO schermen.
-NICK_SET_HIDE_EMAIL_OFF
- Je e-mail adres zal vanaf nu getoond worden op %s INFO schermen.
-NICK_SET_HIDE_MASK_ON
- Je laatst bekende hostmask zal vanaf nu verborgen worden op %s INFO schermen.
-NICK_SET_HIDE_MASK_OFF
- Je laatst bekende hostmask zal vanaf nu getoond worden op %s INFO schermen.
-NICK_SET_HIDE_QUIT_ON
- Je laatste quit bericht zal vanaf nu verborgen worden op %s INFO schermen.
-NICK_SET_HIDE_QUIT_OFF
- Je laatste quit bericht zal vanaf nu getoond worden op %s INFO schermen.
-
-# SET MSG responses
-NICK_SET_HIDE_STATUS_ON
- Your services access status will now be hidden from %s INFO displays.
-NICK_SET_HIDE_STATUS_OFF
- Your services access status will now be shown in %s INFO displays.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Services zullen je nu beantwoorden met berichten.
-NICK_SET_MSG_OFF
- Services zullen je nu beantwoorden met notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Dutch.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- Hostmask %s bestaat al op je toegangslijst.
-NICK_ACCESS_REACHED_LIMIT
- Sorry, er zijn maar %d plaatsen op de toegangslijst van een nickname.
-NICK_ACCESS_ADDED
- %s toegevoegd aan je toegangslijst.
-NICK_ACCESS_NOT_FOUND
- %s niet gevonden op je toegangslijst.
-NICK_ACCESS_DELETED
- %s verwijderd van je toegangslijst.
-NICK_ACCESS_LIST
- Toegangslijst:
-NICK_ACCESS_LIST_X
- Toegangslijst voor %s:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s is %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Laatst bekende adres: %s
-NICK_INFO_ADDRESS_ONLINE
- Is online van: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s is momenteel online.
-NICK_INFO_TIME_REGGED
- Tijd geregistreerd: %s
-NICK_INFO_LAST_SEEN
- Tijd laatst gezien: %s
-NICK_INFO_LAST_QUIT
- Laatste quit-bericht: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail adres: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Groet-bericht: %s
-NICK_INFO_OPTIONS
- Opties: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Bescherming
-NICK_INFO_OPT_SECURE
- Veiligheid
-NICK_INFO_OPT_PRIVATE
- Prive
-NICK_INFO_OPT_MSG
- Bericht mode
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Geen
-NICK_INFO_NO_EXPIRE
- Deze nick zal niet verlopen.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- Deze nick is tijdelijk buiten werking gesteld, reden: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Deze nick is tijdelijk buiten werking gesteld
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST trefbeeld
-NICK_LIST_SERVADMIN_SYNTAX
- LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Lijst van nicks overeenkomend met %s:
-NICK_LIST_RESULTS
- Einde van lijst - %d/%d resultaten weergegeven.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST nick
-NICK_ALIST_HEADER
- Kanalen waarop je toegang hebt:
- Nr Kanaal Niveau Beschrijving
-NICK_ALIST_HEADER_X
- Kanalen waarop %s toegang heeft:
- Nr Kanaal Niveau Beschrijving
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Einde van de lijst - %d/%d kanalen weergegeven.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lijst van nicks in je groep:
-NICK_GLIST_HEADER_X
- Lijst van nicks in de groep van %s:
-NICK_GLIST_FOOTER
- %d nicks in de groep.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nickname [wachtwoord]
-NICK_NO_RECOVER_SELF
- Je kan jezelf niet herstellen!
-NICK_RECOVERED
- Gebruiker die je nick claimde is gekilld.
- %R%s RELEASE %s om deze voor de %s timeout terug te krijgen.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nickname [wachtwoord]
-NICK_RELEASE_NOT_HELD
- Nick %s wordt niet vastgehouden.
-NICK_RELEASED
- Nick is vrijgegeven.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nickname [wachtwoord]
-NICK_NO_GHOST_SELF
- Je kan jezelf niet ghosten!
-NICK_GHOST_KILLED
- Ghost met jouw nick is gekilld.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nickname
-NICK_GETPASS_UNAVAILABLE
- GETPASS commando is onbeschikbaar omdat encryptie aanstaat.
-NICK_GETPASS_PASSWORD_IS
- Wachtwoord voor %s is %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host geen Wildcards!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails %s komen overeen met %s.
-NICK_GETEMAIL_NOT_USED
- Geen emails voor %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nickname
-NICK_SENDPASS_UNAVAILABLE
- SENDPASS commando is onbeschikbaar omdat encryptie aanstaat.
-NICK_SENDPASS_SUBJECT
- Nick wachtwoord (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Wachtwoord %s is verstuurd.
-
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nick reden
-NICK_SUSPEND_SUCCEEDED
- Nick %s is tijdelijk buiten werking gesteld.
-NICK_SUSPEND_FAILED
- Kan nick %s niet tijdelijk buiten werking stellen!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nick
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is nu vrijgegeven.
-NICK_UNSUSPEND_FAILED
- Kan nick %s niet vrijgeven!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nick [reden]
-NICK_FORBID_SYNTAX_REASON
- FORBID nick reden
-NICK_FORBID_SUCCEEDED
- Nick %s is nu verboden.
-NICK_FORBID_FAILED
- Verbieden van nick %s is niet gelukt!
-
-# Nick Registraion responses
-NICK_REQUESTED
- Deze nick is al aangevraagd. Controleer je e-mail adres voor een verificatiecode.
-NICK_REG_RESENT
- Je toegangscode is opnieuw gestuurd naar %s.
-NICK_REG_UNABLE
- Nick is NIET geregistreerd, probeer later opnieuw.
-NICK_IS_PREREG
- Deze nick wacht nog op een e-mail verificatie code coor de registratie is voltooid.
-NICK_ENTER_REG_CODE
- Een verificatiecode is verstuurd naar %s. Type %R%s confirm <verificatiecode> om de registratie te voltooien.
-NICK_REG_MAIL_SUBJECT
- Nickname Registratie (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Verificatiecode voor %s is %s.
-NICK_FORCE_REG
- Nickname %s geverificeerd.
-
-# CONFIRM responces
-NICK_CONFIRM_NOT_FOUND
- Registratie stap 1 kan verlopen zijn. Gebruik eerst "%R%s register <wachtwoord> <email>".
-NICK_CONFIRM_INVALID
- Ongeldige verificatiecode ingevuld. Controleer je e-mail nog eens en probeer opnieuw.
-NICK_CONFIRM_EXPIRED
- Your password request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Automatisch mode +o
-CHAN_LEVEL_AUTOVOICE
- Automatisch mode +v
-CHAN_LEVEL_AUTOHALFOP
- Automatisch mode +h
-CHAN_LEVEL_AUTOPROTECT
- Automatisch mode +a
-CHAN_LEVEL_AUTODEOP
- Kanaal operator status niet toegestaan
-CHAN_LEVEL_NOJOIN
- Niet toegestaan kanaal te joinen indien RESTRICTED
-CHAN_LEVEL_INVITE
- Toegestaan om INVITE te gebruiken
-CHAN_LEVEL_AKICK
- Toegestaan om AKICK te gebruiken
-CHAN_LEVEL_SET
- Toegestaan om SET te gebruiken (niet FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Toegestaan om CLEAR te gebruiken
-CHAN_LEVEL_UNBAN
- Toegestaan om UNBAN te gebruiken
-CHAN_LEVEL_OPDEOP
- Toegestaan om OP/DEOP te gebruiken
-CHAN_LEVEL_ACCESS_LIST
- Toegestaan om de toegangslijst te bekijken
-CHAN_LEVEL_ACCESS_CHANGE
- Toegestaan om de toegangslijst te wijzigen
-CHAN_LEVEL_MEMO
- Toegestaan om kanaal memo's te lezen
-CHAN_LEVEL_ASSIGN
- Toegestaan om een bot aan te stellen/weg te halen
-CHAN_LEVEL_BADWORDS
- Toegestaan om BADWORDS te gebruiken
-CHAN_LEVEL_NOKICK
- Wordt nooit gekicked door bot kickers
-CHAN_LEVEL_FANTASIA
- Toegestaan om FANTASIA commando's te gebruiken
-CHAN_LEVEL_SAY
- Toegestaan om SAY en ACT te gebruiken
-CHAN_LEVEL_GREET
- Groetingsbericht weergegeven
-CHAN_LEVEL_VOICEME
- Toegestaan om zichzelf te (de)voicen
-CHAN_LEVEL_VOICE
- Toegestaan om VOICE/DEVOICE te gebruiken
-CHAN_LEVEL_GETKEY
- Toegestaan om GETKEY te gebruiken
-CHAN_LEVEL_OPDEOPME
- Toegestaan om zichzelf te (de)oppen
-CHAN_LEVEL_HALFOPME
- Toegestaan om zichzelf te (de)halfoppen
-CHAN_LEVEL_HALFOP
- Toegestaan om HALFOP/DEHALFOP te gebruiken
-CHAN_LEVEL_PROTECTME
- Toegestaan om zichzelf (niet) te beschermen
-CHAN_LEVEL_PROTECT
- Toegestaan om PROTECT/DEPROTECT te gebruiken
-CHAN_LEVEL_KICKME
- Toegestaan om zichzelf te kicken
-CHAN_LEVEL_KICK
- Toegestaan om KICK te gebruiken
-CHAN_LEVEL_SIGNKICK
- Geen ondertekende kick wanneer SIGNKICK LEVEL is gebruikt
-CHAN_LEVEL_BANME
- Toegestaan om zichzelf te bannen
-CHAN_LEVEL_BAN
- Toegestaan om BAN te gebruiken
-CHAN_LEVEL_TOPIC
- Toegestaan om TOPIC te gebruiken
-CHAN_LEVEL_INFO
- Toegestaan om INFO met de ALL optie te gebruiken
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Dit kanaal is geregistreerd met %s.
-CHAN_NOT_ALLOWED_OP
- Je mag geen kanaal operator zijn op kanaal %s.
-CHAN_MAY_NOT_BE_USED
- Dit kanaal mag niet gebruikt worden.
-CHAN_NOT_ALLOWED_TO_JOIN
- Je hebt geen toestemming om op dit kanaal te zijn.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER kanaal beschrijving
-CHAN_REGISTER_DISABLED
- Sorry, kanaal registratie is tijdelijk uitgeschakeld.
-CHAN_REGISTER_NOT_LOCAL
- Lokale kanalen kunnen niet geregistreerd worden.
-CHAN_MAY_NOT_BE_REGISTERED
- Kanaal %s mag niet geregistreerd worden.
-CHAN_ALREADY_REGISTERED
- Kanaal %s is al geregistreerd!
-CHAN_MUST_BE_CHANOP
- Je moet een operator zijn op het kanaal om deze te registreren.
-CHAN_REACHED_CHANNEL_LIMIT
- Sorry, je hebt je limiet van %d kanaalregistraties bereikt.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Sorry, je hebt je limiet van %d kanaalregistraties overschreden.
-CHAN_REGISTRATION_FAILED
- Sorry, registratie gefaald.
-CHAN_REGISTERED
- Kanaal %s is geregistreerd onder jouw nickname: %s
-CHAN_REGISTER_NONE_CHANNEL
- Je hebt geprobeerd om niet-bestaand kanaal %s te registeren.
-CHAN_SYMBOL_REQUIRED
- Gebruik het # symbool wanner je probeert een kanaal te registeren.
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP kanaal
-CHAN_DROP_DISABLED
- Sorry, kanaal de-registratie is tijdelijk uitgeschakeld.
-CHAN_DROPPED
- Kanaal %s is gede-registreerd.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET kanaal optie parameters
-CHAN_SET_DISABLED
- Sorry, kanaal opties instellen is tijdelijk uitgeschakeld.
-CHAN_SET_UNKNOWN_OPTION
- Onbekende SET optie %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s heeft te veel geregistreerde kanalen.
-CHAN_FOUNDER_CHANGED
- Stichter van kanaal %s veranderd in %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Opvolger voor %s veranderd in %s.
-CHAN_SUCCESSOR_UNSET
- Opvolger voor %s verwijderd.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s kan de opvolger niet zijn op kanaal %s omdat hij/zij founder is.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Beschrijving van %s veranderd in %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- E-mail adres voor %s veranderd in %s.
-CHAN_EMAIL_UNSET
- E-mail adres voor %s verwijderd.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Welkomstbericht voor %s veranderd.
-CHAN_ENTRY_MSG_UNSET
- Welkomstbericht voor %s verwijderd.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s is geen geldig ban type.
-CHAN_SET_BANTYPE_CHANGED
- Ban type voor kanaal %s is nu #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Onbekend mode karakter %c genegeerd.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Mode %c genegeerd omdat je deze niet kan forceren.
-CHAN_SET_MLOCK_L_REQUIRED
- Je moet ook mode +l forceren als je mode +L forceert.
-CHAN_SET_MLOCK_K_REQUIRED
- Je moet ook mode +i forceren als je mode +K forceert.
-CHAN_MLOCK_CHANGED
- Mode forcering van kanaal %s veranderd in %s.
-
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET kanaal KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET kanaal TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET kanaal PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET kanaal PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET kanaal SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET kanaal SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET kanaal RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET kanaal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET kanaal SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET kanaal OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET kanaal XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET kanaal NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Kanaal %s zal niet verlopen.
-CHAN_SET_NOEXPIRE_OFF
- Kanaal %s zal verlopen.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Sorry, je kan maar %d AOPs/SOPs/VOPs in dit kanaal hebben.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Je kan dit commando niet gebruiken. Gebruik het ACCESS commando.
- Type %R%s HELP ACCESS voor meer informatie.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]
-CHAN_AOP_DISABLED
- Sorry, kanaal AOP lijst wijzigen is tijdelijk uitgeschakeld.
-CHAN_AOP_NICKS_ONLY
- Kanaal AOP lijsten mogen alleen geregistreerde nicks bevatten.
-CHAN_AOP_ADDED
- %s toegevoegd aan %s AOP lijst.
-CHAN_AOP_MOVED
- %s verplaatst naar %s AOP lijst.
-CHAN_AOP_NO_SUCH_ENTRY
- #%d bestaat niet op %s AOP lijst.
-CHAN_AOP_NOT_FOUND
- %s niet gevonden op %s AOP lijst.
-CHAN_AOP_NO_MATCH
- Geen overeenkomsten op %s AOP lijst.
-CHAN_AOP_DELETED
- %s verwijderd van %s AOP lijst.
-CHAN_AOP_DELETED_ONE
- 1 AOP verwijderd van %s AOP lijst.
-CHAN_AOP_DELETED_SEVERAL
- %d AOPs verwijderd van %s AOP lijst.
-CHAN_AOP_LIST_EMPTY
- %s AOP lijst is leeg.
-CHAN_AOP_LIST_HEADER
- AOP lijst voor %s:
- Num Nick
-CHAN_AOP_CLEAR
- Kanaal %s AOP lijst is leeggemaakt.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]
-CHAN_HOP_DISABLED
- Sorry, kanaal HOP lijst wijzigen is tijdelijk uitgeschakeld.
-CHAN_HOP_NICKS_ONLY
- Kanaal HOP lijsten mogen alleen geregistreerde nicks bevatten.
-CHAN_HOP_ADDED
- %s toegevoegd aan %s HOP lijst.
-CHAN_HOP_MOVED
- %s verplaatst naar %s HOP lijst.
-CHAN_HOP_NO_SUCH_ENTRY
- #%d bestaat niet op %s HOP lijst.
-CHAN_HOP_NOT_FOUND
- %s niet gevonden op %s HOP lijst.
-CHAN_HOP_NO_MATCH
- Geen overeenkomsten op %s HOP lijst.
-CHAN_HOP_DELETED
- %s verwijderd van %s HOP lijst.
-CHAN_HOP_DELETED_ONE
- 1 HOP verwijderd van de %s HOP lijst.
-CHAN_HOP_DELETED_SEVERAL
- %d HOPs verwijderd van de %s HOP lijst.
-CHAN_HOP_LIST_EMPTY
- %s HOP lijst is leeg.
-CHAN_HOP_LIST_HEADER
- HOP lijst voor %s:
- Num Nick
-CHAN_HOP_CLEAR
- Kanaal %s HOP lijst is leeggemaakt.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]
-CHAN_SOP_DISABLED
- Sorry, kanaal SOP lijst wijzigen is tijdelijk uitgeschakeld.
-CHAN_SOP_NICKS_ONLY
- Kanaal SOP list mag alleen geregistreerde nicks bevatten.
-CHAN_SOP_ADDED
- %s toegevoegd aan %s SOP lijst.
-CHAN_SOP_MOVED
- %s verplaatst naar %s SOP lijst.
-CHAN_SOP_NO_SUCH_ENTRY
- #%d bestaat niet op %s SOP lijst.
-CHAN_SOP_NOT_FOUND
- %s niet gevonden op %s SOP lijst.
-CHAN_SOP_NO_MATCH
- Geen overeenkomsten op %s SOP lijst.
-CHAN_SOP_DELETED
- %s verwijderd van %s SOP lijst.
-CHAN_SOP_DELETED_ONE
- 1 SOP verwijderd van %s SOP lijst.
-CHAN_SOP_DELETED_SEVERAL
- %d SOPs verwijderd van %s SOP lijst.
-CHAN_SOP_LIST_EMPTY
- %s SOP lijst is leeg.
-CHAN_SOP_LIST_HEADER
- SOP lijst voor %s:
- Num Nick
-CHAN_SOP_CLEAR
- Kanaal %s SOP lijst is leeggemaakt.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP kanaal {ADD|DEL|LIST|CLEAR} [nick | lijst]
-CHAN_VOP_DISABLED
- Sorry, kanaal VOP lijst wijzigen is tijdelijk uitgeschakeld.
-CHAN_VOP_NICKS_ONLY
- Kanaal VOP lijst mag alleen geregistreerde nicks bevatten.
-CHAN_VOP_ADDED
- %s toegevoegd aan %s VOP lijst.
-CHAN_VOP_MOVED
- %s verplaatst %s VOP lijst.
-CHAN_VOP_NO_SUCH_ENTRY
- #%d bestaat niet op %s VOP lijst.
-CHAN_VOP_NOT_FOUND
- %s niet gevonden op %s VOP lijst.
-CHAN_VOP_NO_MATCH
- Geen overeenkomsten op %s VOP lijst.
-CHAN_VOP_DELETED
- %s verwijderd van %s VOP lijst.
-CHAN_VOP_DELETED_ONE
- 1 VOP verwijderd van %s VOP lijst.
-CHAN_VOP_DELETED_SEVERAL
- %d VOPs verwijderd van %s VOP lijst.
-CHAN_VOP_LIST_EMPTY
- %s VOP lijst is empty.
-CHAN_VOP_LIST_HEADER
- VOP lijst for %s:
- Num Nick
-CHAN_VOP_CLEAR
- Kanaal %s VOP lijst is leeggemaakt.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS kanaal {ADD|DEL|LIST|VIEW|CLEAR} [nick [niveau] | lijst]
-CHAN_ACCESS_XOP
- Je kan dit commando niet gebruiken.
- Gebruik de AOP, SOP en VOP commando's in plaats van deze.
- Type %R%s HELP command voor meer informatie.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Sorry, kanaal toegangslijst modificatie is tijdelijk uitgeschakeld.
-CHAN_ACCESS_LEVEL_NONZERO
- Toegangsniveau mag geen nul zijn.
-CHAN_ACCESS_LEVEL_RANGE
- Toegansniveau moet tussen de %d en %d inclusief liggen.
-CHAN_ACCESS_NICKS_ONLY
- Kanaal toegangslijst mag alleen geregistreerde nicks bevatten.
-CHAN_ACCESS_REACHED_LIMIT
- Sorry, je kan maar %d nicks op de toegangslijst van een kanaal hebben.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Toegangsniveau voor %s op %s onveranderd van %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Toegangsniveau voor %s op %s veranderd in %d.
-CHAN_ACCESS_ADDED
- %s toegevoegd aan %s toeganslijst met niveau %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- #%d bestaat niet op %s toegangslijst.
-CHAN_ACCESS_NOT_FOUND
- %s niet gevonden op %s toegangslijst.
-CHAN_ACCESS_NO_MATCH
- Geen overeenkomsten op %s toegangslijst.
-CHAN_ACCESS_DELETED
- %s verwijderd van %s toegangslijst.
-CHAN_ACCESS_DELETED_ONE
- 1 nick verwijderd van %s toegangslijst.
-CHAN_ACCESS_DELETED_SEVERAL
- %d nicks verwijderd van %s toegangslijst.
-CHAN_ACCESS_LIST_EMPTY
- %s toegangslijst is leeg.
-CHAN_ACCESS_LIST_HEADER
- Toegangslijst voor %s:
- Num Niv Nick
-CHAN_ACCESS_LIST_FOOTER
- Einde van de toegangslijst.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Kanaal %s toegangslijst is leeggemaakt.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK kanaal {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-of-usermask] [reden]
-CHAN_AKICK_DISABLED
- Sorry, kanaal autokick lijst wijzigen is tijdelijk uitgeschakeld.
-CHAN_AKICK_ALREADY_EXISTS
- %s bestaat al op %s autokick lijst.
-CHAN_AKICK_REACHED_LIMIT
- Sorry, je kan maar %d autokick masks op een kanaal hebben.
-CHAN_AKICK_ADDED
- %s toegevoegd aan %s autokick lijst.
-CHAN_AKICK_NO_SUCH_ENTRY
- #%d bestaat niet op %s autokick lijst.
-CHAN_AKICK_NOT_FOUND
- %s niet gevonden op %s autokick lijst.
-CHAN_AKICK_NO_MATCH
- Geen overeenkomsten op %s autokick lijst.
-CHAN_AKICK_STUCK
- %s is nu altijd actief op kanaal %s.
-CHAN_AKICK_UNSTUCK
- %s is niet meer altijd actief op kanaal %s.
-CHAN_AKICK_DELETED
- %s verwijderd van %s autokick lijst.
-CHAN_AKICK_DELETED_ONE
- 1 autokick verwijderd van %s autokick lijst.
-CHAN_AKICK_DELETED_SEVERAL
- %d autokicks verwijderd van %s autokick lijst.
-CHAN_AKICK_LIST_EMPTY
- %s autokick lijst is leeg.
-CHAN_AKICK_LIST_HEADER
- Autokick lijst voor %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (door %s op %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (eeuwig) (door %s op %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE voor %s compleet; %d gebruikers zijn getroffen.
-CHAN_AKICK_CLEAR
- Kanaal %s autokick lijst is leeggemaakt.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS kanaal {SET | DIS[ABLE] | LIST | RESET} [item [niveau]]
-CHAN_LEVELS_XOP
- Dit commando is nutteloos in deze mode.
-CHAN_LEVELS_RANGE
- Niveau moet tussen de %d en %d inclusief zijn.
-CHAN_LEVELS_CHANGED
- Niveau voor %s op kanaal %s veranderd in %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Instelling %s onbekend. Type %R%s HELP LEVELS DESC voor een lijst van geldige instellingen.
-CHAN_LEVELS_DISABLED
- %s uitgeschakeld op kanaal %s.
-CHAN_LEVELS_LIST_HEADER
- Toegangsniveau instellingen voor kanaal %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (uitgeschakeld)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (alleen stichter)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Toegangsniveaus voor %s teruggezet naar standaardwaarden.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO kanaal
-CHAN_INFO_HEADER
- Informatie voor kanaal %s:
-CHAN_INFO_FOUNDER
- Stichter: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Stichter: %s
-CHAN_INFO_SUCCESSOR
- Opvolger: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Opvolger: %s
-CHAN_INFO_DESCRIPTION
- Beschrijving: %s
-CHAN_INFO_ENTRYMSG
- Toegangsbericht: %s
-CHAN_INFO_TIME_REGGED
- Geregistreerd: %s
-CHAN_INFO_LAST_USED
- Laatst gebruikt: %s
-CHAN_INFO_LAST_TOPIC
- Laatste topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topic gezet door: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail adres: %s
-CHAN_INFO_BANTYPE
- Ban type: %d
-CHAN_INFO_OPTIONS
- Opties: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Topicbehoud
-CHAN_INFO_OPT_OPNOTICE
- OP Notice
-CHAN_INFO_OPT_PEACE
- Vrede
-CHAN_INFO_OPT_PRIVATE
- Prive
-CHAN_INFO_OPT_RESTRICTED
- Beperkte Toegang
-CHAN_INFO_OPT_SECURE
- Veilig
-CHAN_INFO_OPT_SECUREOPS
- Veilige Ops
-CHAN_INFO_OPT_SECUREFOUNDER
- Veilige Stichter
-CHAN_INFO_OPT_SIGNKICK
- Ondertekende Kicks
-CHAN_INFO_OPT_TOPICLOCK
- Topicslot
-CHAN_INFO_OPT_XOP
- xOP lijsten systeem
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Geen
-CHAN_INFO_MODE_LOCK
- Modeslot: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Dit kanaal zal niet verlopen.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST trefbeeld
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- Lijst van kanalen overeenkomend met %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Einde van lijst - %d/%d overeenkomsten weergegeven.
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE kanaal
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN kanaal [nick]
-CHAN_UNBANNED
- Bans met betrekking tot jou op %s zijn opgeheven.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC kanaal [topic]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR kanaal wat
-CHAN_CLEARED_BANS
- Alle bans op kanaal %s zijn weggehaald.
-CHAN_CLEARED_EXCEPTS
- Alle uitzonderingen op kanaal %s zijn verwijderd.
-CHAN_CLEARED_MODES
- Alle modes op kanaal %s zijn teruggezet op hun oorspronkelijke waarde.
-CHAN_CLEARED_OPS
- Mode +o is verwijderd van kanaal %s.
-CHAN_CLEARED_HOPS
- Mode +h is verwijderd van kanaal %s.
-CHAN_CLEARED_VOICES
- Mode +v is verwijderd van kanaal %s.
-CHAN_CLEARED_USERS
- Alle users zijn gekicked van kanaal %s.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID kanaal [reden]
-CHAN_FORBID_SYNTAX_REASON
- FORBID kanaal reden
-CHAN_FORBID_SUCCEEDED
- Kanaal %s is nu verboden.
-CHAN_FORBID_FAILED
- Kan kanaal %s niet verbieden!
-CHAN_FORBID_REASON
- Dit kanaal is verboden.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND kanaal [reden]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND kanaal reden
-CHAN_SUSPEND_SUCCEEDED
- Kanaal %s is tijdelijk buiten werking gesteld.
-CHAN_SUSPEND_FAILED
- Kan kanaal %s niet tijdelijk buiten werking stellen!
-CHAN_SUSPEND_REASON
- Dit kanaal is tijdelijk buiten werking gesteld.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND kanaal
-CHAN_UNSUSPEND_ERROR
- Geen # gevonden aan het begin van de kanaalnaam.
-CHAN_UNSUSPEND_SUCCEEDED
- Kanaal %s is nu weer in werking gesteld.
-CHAN_UNSUSPEND_FAILED
- Kan kanaal %s niet terug in werking stellen!
-
-# Misc responses
-CHAN_EXCEPTED
- %s komt overeen met een uitzondering op %s en kan niet worden gebanned totdat de uitzondering is verwijderd.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Je hebt 1 nieuwe memo.
-MEMO_HAVE_NEW_MEMOS
- Je hebt %d nieuwe memo's.
-MEMO_TYPE_READ_LAST
- Type %R%s READ LAST om deze te lezen.
-MEMO_TYPE_READ_NUM
- Type %R%s READ %d om deze te lezen.
-MEMO_TYPE_LIST_NEW
- Type %R%s LIST NEW om ze weer te geven.
-MEMO_AT_LIMIT
- Waarschuwing: Je hebt je maximum aantal memo's bereikt (%d). Je kan geen nieuwe memo's ontvangen totdat je enkele van je huidige memo's verwijdert.
-MEMO_OVER_LIMIT
- Waarschuwing: Je hebt je maximum aantal memo's overschreden (%d). Je kan geen nieuwe memo's ontvangen totdat je enkele van je huidige memo's verwijdert.
-MEMO_X_MANY_NOTICE
- Er zijn %d memo's op kanaal %s.
-MEMO_X_ONE_NOTICE
- Er is %d memo op kanaal %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Er is een nieuwe memo op kanaal %s.
- Type %R%s READ %s %d om deze te lezen.
-MEMO_NEW_MEMO_ARRIVED
- Je hebt een nieuwe memo van %s.
- Type %R%s READ %d om deze te lezen.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Je hebt geen memo's.
-MEMO_X_HAS_NO_MEMOS
- %s heeft geen memo's.
-MEMO_DOES_NOT_EXIST
- Memo %d bestaat niet!
-MEMO_LIST_NOT_FOUND
- Geen overeenkomende memo's gevonden.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | kanaal} memo-text
-MEMO_SEND_DISABLED
- Sorry, memo's sturen is tijdelijk uitgeschakeld.
-MEMO_SEND_PLEASE_WAIT
- Wacht %d seconden voor het opnieuw gebruiken van het SEND commando.
-MEMO_X_GETS_NO_MEMOS
- %s kan geen memo's ontvangen.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s heeft momenteel te veel memo's en kan er geen meer ontvangen.
-MEMO_SENT
- Memo verstuurd naar %s.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- Een memo werd gestuurd naar alle geregistreerde gebruikers.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | kanaal}
-MEMO_CANCEL_DISABLED
- Sorry, memo's annuleren is tijdelijk uitgeschakeld.
-MEMO_CANCEL_NONE
- Geen annuleerbare memo's gevonden.
-MEMO_CANCELLED
- Laatste memo naar %s is ge-annuleerd.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [kanaal] [lijst | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Je hebt geen nieuwe memo's.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s heeft geen nieuwe memo's.
-MEMO_LIST_MEMOS
- Memo's voor %s. Om te lezen, type: %R%s READ nr
-MEMO_LIST_NEW_MEMOS
- Nieuwe memo's voor %s. Om te lezen, type: %R%s READ nr
-MEMO_LIST_CHAN_MEMOS
- Memo's voor %s. Om te lezen, type: %R%s READ %s nr
-MEMO_LIST_CHAN_NEW_MEMOS
- Nieuwe memo's voor %s. Om te lezen, type: %R%s READ %s nr
-MEMO_LIST_HEADER
- Nr Verstuurder Datum/Tijd
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [kanaal] {lijst | LAST | NEW}
-MEMO_HEADER
- Memo %d van %s (%s). Om te verwijderen, type: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d van %s (%s). Om te verwijderen, type: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [kanaal] {nr | lijst | ALL}
-MEMO_DELETED_NONE
- Geen memo's verwijderd.
-MEMO_DELETED_ONE
- Memo %d is verwijderd.
-MEMO_DELETED_SEVERAL
- Memo's %s zijn verwijderd.
-MEMO_DELETED_ALL
- Al je memo's zijn verwijderd.
-MEMO_CHAN_DELETED_ALL
- Alle memo's voor kanaal %s zijn verwijderd.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET optie parameters
-MEMO_SET_DISABLED
- Sorry, memo opties instellen is tijdelijk uitgeschakeld.
-MEMO_SET_UNKNOWN_OPTION
- Onbekende SET optie %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s zal je nu informeren over memo's zodra je inlogt en wanneer deze naar je toe gezonden worden.
-MEMO_SET_NOTIFY_LOGON
- %s zal je nu informeren over memo's wanneer je inlogt of /AWAY uitschakelt.
-MEMO_SET_NOTIFY_NEW
- %s zal je nu informeren over memo's wanneer deze naar jou worden verzonden.
-MEMO_SET_NOTIFY_OFF
- %s zal je nu niet over memo's informeren.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- You will now be informed about new memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- You will no longer be informed via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- There's no email address set for your nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [kanaal] limiet
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [gebruiker | kanaal] {limiet | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Je het geen toestemming je memo limiet te veranderen.
-MEMO_SET_LIMIT_FORBIDDEN
- De memo limiet voor %s mag niet worden veranderd.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Je kan je memo limiet niet hoger dan %d zetten.
-MEMO_SET_LIMIT_TOO_HIGH
- Je kan de memo limiet voor %s niet hoger dan %d zetten.
-MEMO_SET_LIMIT_OVERFLOW
- Memo limiet te hoog; limitatie ingesteld op %d.
-MEMO_SET_YOUR_LIMIT
- Je memo limiet is veranderd in %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Je kan niet langer memo's ontvangen.
-MEMO_UNSET_YOUR_LIMIT
- Je memo limiet is uitgeschakeld.
-MEMO_SET_LIMIT
- Memo limiet voor %s veranderd in %d.
-MEMO_SET_LIMIT_ZERO
- Memo limiet voor %s veranderd in 0.
-MEMO_UNSET_LIMIT
- Memo limit voor %s uitgeschakeld.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [kanaal]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | kanaal]
-MEMO_INFO_NO_MEMOS
- Je hebt momenteel geen memo's.
-MEMO_INFO_MEMO
- Je hebt momenteel 1 memo.
-MEMO_INFO_MEMO_UNREAD
- Je hebt momenteel 1 memo, en deze is nog niet gelezen.
-MEMO_INFO_MEMOS
- Je hebt momenteel %d memo's.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Je hebt momenteel %d memo's, waarven er 1 ongelezen is.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Je hebt momenteel %d memo's, waarvan er %d ongelezen zijn.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Je hebt momenteel %d memo's; allemaal zijn ze ongelezen.
-MEMO_INFO_LIMIT
- Je memo limiet is %d.
-MEMO_INFO_HARD_LIMIT
- Je memo limiet is %d, en mag niet worden veranderd.
-MEMO_INFO_LIMIT_ZERO
- Je memo limiet is 0; Je zal geen memo's ontvangen.
-MEMO_INFO_HARD_LIMIT_ZERO
- Je memo limiet is 0; Je zal geen memo's ontvangen. Je kan deze limiet niet veranderen.
-MEMO_INFO_NO_LIMIT
- Er staat geen limiet op het aantal memo's dat je mag hebben.
-MEMO_INFO_NOTIFY_OFF
- Je wordt niet geinformeerd over nieuwe memo's.
-MEMO_INFO_NOTIFY_ON
- Je wordt geinformeerd over nieuwe memo's wanneer je inlogt en wanneer deze arriveren.
-MEMO_INFO_NOTIFY_RECEIVE
- Je wordt geinformeerd over nieuwe memo's wanneer deze arriveren.
-MEMO_INFO_NOTIFY_SIGNON
- Je wordt geinformeerd over nieuwe memo's wanneer je inlogt.
-MEMO_INFO_X_NO_MEMOS
- %s heeft momenteel geen memo's.
-MEMO_INFO_X_MEMO
- %s heeft momenteel 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s heeft momenteel 1 memo, en deze is nog ongelezen.
-MEMO_INFO_X_MEMOS
- %s heeft momenteel %d memo's.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s heeft momenteel %d memo's, waarvan er 1 ongelezen is.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s heeft momenteel %d memo's, waarvan er %d ongelezen zijn.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s heeft momenteel %d memo's; allemaal zijn ze ongelezen.
-MEMO_INFO_X_LIMIT
- %s's memo limiet is %d.
-MEMO_INFO_X_HARD_LIMIT
- %s's memo limiet is %d, en mag niet worden veranderd.
-MEMO_INFO_X_NO_LIMIT
- %s heeft geen memo limiet.
-MEMO_INFO_X_NOTIFY_OFF
- %s wordt niet geinformeerd over nieuwe memo's.
-MEMO_INFO_X_NOTIFY_ON
- %s wordt geinformeerd over nieuwe memo's wanneer je inlogt en wanneer deze arriveren.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s wordt geinformeerd over nieuwe memo's wanneer deze arriveren.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s wordt geinformeerd over nieuwe memo's wanneer je inlogt.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- Nieuwe memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Wacht %d seconden voor je het RSEND commando weer gebruikt.
-MEMO_RSEND_DISABLED
- Sorry, RSEND is uitgeschakeld op dit netwerk.
-MEMO_RSEND_SYNTAX
- RSEND {nick | kanaal} memo-tekst
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] De memo die je gestuurd hebt is bekeken.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] De memo die je naar %s gestuurd hebt is bekeken.
-MEMO_RSEND_USER_NOTIFICATION
- Een notificatie-memo is naar %s verstuurd om hem/haar te
- informeren dat je zijn/haar memo gelezen hebt.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK nick
-MEMO_CHECK_NOT_READ
- De laatste memo die je naar %s gestuurd hebt (op %s) is nog niet gelezen.
-MEMO_CHECK_READ
- De laatste memo die je naar %s gestuurd hebt (op %s) is gelezen.
-MEMO_CHECK_NO_MEMO
- Nick %s heeft geen memo van jou.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- Je kan geen ontvangstbevestiging aanvragen voor een
- memo die je naar jezelf stuurt.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s bestaat niet.
-BOT_NOT_ASSIGNED
- Je moet een bot aan een kanaal toewijzen voordat je dit commando gebruikt.
- Type %R%S HELP ASSIGN voor meer informatie.
-BOT_NOT_ON_CHANNEL
- Bot is niet in kanaal %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Gebruik het woord %s niet in dit kanaal!
-BOT_REASON_BADWORD_GENTLE
- Let op je taal!
-BOT_REASON_BOLD
- Gebruik geen vet in dit kanaal!
-BOT_REASON_CAPS
- Zet caps lock UIT!
-BOT_REASON_COLOR
- Gebruik geen kleuren in dit kanaal!
-BOT_REASON_FLOOD
- Stop met flooden!
-BOT_REASON_REPEAT
- Stop met jezelf herhalen!
-BOT_REASON_REVERSE
- Gebruik geen inverteringen in dit kanaal!
-BOT_REASON_UNDERLINE
- Gebruik geen onderstrepingen in dit kanaal!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Je hebt me gevonden, %s!
-BOT_SEEN_YOU
- Naar jezelf aan het zoeken he, %s?
-BOT_SEEN_ON_CHANNEL
- %s is nu op het kanaal!
-BOT_SEEN_ON_CHANNEL_AS
- %s is nu op het kanaal (als %s) !
-BOT_SEEN_ON
- %s is voor het laatst %s geleden gezien.
-BOT_SEEN_NEVER
- Ik heb %s nooit op dit kanaal gezien.
-BOT_SEEN_UNKNOWN
- Ik weet niet wie %s is.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick gebruiker host echte naam
- BOT CHANGE oude-nick nieuwe-nick [gebruiker [host [echte naam]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- Bot %s bestaat al.
-BOT_BOT_CREATION_FAILED
- Sorry, bot creatie gefaald.
-BOT_BOT_READONLY
- Sorry, bot wijzigen is tijdelijk uitgeschakeld.
-BOT_BOT_ADDED
- %s!%s@%s (%s) toegevoegd aan de bot lijst.
-BOT_BOT_ANY_CHANGES
- Oude informatie is gelijk aan de nieuwe.
-BOT_BOT_CHANGED
- Bot %s is veranderd in %s!%s@%s (%s)
-BOT_BOT_DELETED
- Bot %s is verwijderd.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Bot lijst:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots gereserveerd voor IRC operators:
-BOT_BOTLIST_FOOTER
- %d bots beschikbaar.
-BOT_BOTLIST_EMPTY
- Er zijn momenteel geen bots beschikbaar.
- Vraag een Services beheerder er een te maken!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN kanaal nick
-BOT_ASSIGN_READONLY
- Sorry, bot toewijzing is tijdelijk uitgeschakeld.
-BOT_ASSIGN_ALREADY
- Channel %s heeft al een bot toegewezen namelijk: %s.
-BOT_ASSIGN_ASSIGNED
- Bot %s toegewezen aan %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN kanaal
-BOT_UNASSIGN_UNASSIGNED
- Er is geen bot meer toegewezen aan %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {kanaal | nick}
-BOT_INFO_NOT_FOUND
- %s is geen geldige bot of geregistreerd kanaal.
-BOT_INFO_BOT_HEADER
- Informatie voor bot %s:
-BOT_INFO_BOT_MASK
- Mask: %s@%s
-BOT_INFO_BOT_REALNAME
- Echte naam: %s
-BOT_INFO_BOT_CREATED
- Gemaakt: %s
-BOT_INFO_BOT_USAGE
- Gebruikt op: %d kana(a)l(en)
-BOT_INFO_BOT_OPTIONS
- Opties: %s
-BOT_INFO_OPT_PRIVATE
- Prive
-BOT_INFO_CHAN_HEADER
- Informatie voor kanaal %s:
-BOT_INFO_CHAN_BOT
- Bot nick: %s
-BOT_INFO_CHAN_BOT_NONE
- Bot nick: nog geen toegewezen.
-BOT_INFO_CHAN_KICK_BADWORDS
- Foute woorden kicker: %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Foute woorden kicker: %s (%d kick(s) om te bannen)
-BOT_INFO_CHAN_KICK_BOLDS
- Vet kicker: %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Vet kicker: %s (%d kick(s) om te bannen)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Hoofdletter kicker: %s (minimaal %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Hoofdletter kicker: %s (%d kick(s) om te bannen; minimaal %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Hoofdletter kicker: %s
-BOT_INFO_CHAN_KICK_COLORS
- Kleuren kicker: %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kleuren kicker: %s (%d kick(s) om te bannen)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Flood kicker: %s (%d regels in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Flood kicker: %s (%d kick(s) om te bannen; %d regels in %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Flood kicker: %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Herhalings kicker: %s (%d maal)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Herhalings kicker: %s (%d kick(s) om te bannen; %d maal)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Herhalings kicker: %s
-BOT_INFO_CHAN_KICK_REVERSES
- Inverterings kicker: %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Inverterings kicker: %s (%d kick(s) om te bannen)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Onderstrepings kicker: %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Onderstrepings kicker: %s (%d kick(s) om bannen)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- ingeschakeld
-BOT_INFO_INACTIVE
- uitgeschakeld
-BOT_INFO_CHAN_OPTIONS
- Opties: %s
-BOT_INFO_OPT_DONTKICKOPS
- Ops bescherming
-BOT_INFO_OPT_DONTKICKVOICES
- Voices bescherming
-BOT_INFO_OPT_FANTASY
- Fantasie
-BOT_INFO_OPT_GREET
- Begroeting
-BOT_INFO_OPT_NOBOT
- Geen bot
-BOT_INFO_OPT_SYMBIOSIS
- Symbiose
-BOT_INFO_OPT_NONE
- Geen
-
-# SET responses
-BOT_SET_SYNTAX
- SET kanaal optie instellingen
-BOT_SET_DISABLED
- Sorry, bot opties instellen is tijdelijk uitgeschakeld.
-BOT_SET_UNKNOWN
- Onbekende optie %s.
- Type %R%S HELP SET voor meer informatie.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET kanaal DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot zal geen ops kicken op kanaal %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot zal ops kicken op kanaal %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET kanaal DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot zal geen voices kicken op kanaal %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot zal voices kicken op kanaal %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET kanaal FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Fantasie mode staat nu AAN op kanaal %s.
-BOT_SET_FANTASY_OFF
- Fantasie mode staat nu UIT op kanaal %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET kanaal GREET {ON|OFF}
-BOT_SET_GREET_ON
- Begroetingsmode staat nu AAN op kanaal %s.
-BOT_SET_GREET_OFF
- Begroetingsmode staat nu UIT op kanaal %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET kanaal NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Geen Bot mode staat nu AAN op kanaal %s.
-BOT_SET_NOBOT_OFF
- Geen Bot mode staat nu UIT op kanaal %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET kanaal PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Prive mode van bot %s staat nu AAN.
-BOT_SET_PRIVATE_OFF
- Prive mode van bot %s staat nu UIT.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET kanaal SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Symbiose mode staat nu AAN op kanaal %s.
-BOT_SET_SYMBIOSIS_OFF
- Symbiose mode staat nu UIT op kanaal %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK kanaal optie {ON|OFF} [instellingen]
-BOT_KICK_DISABLED
- Sorry, kicker configuratie is tijdelijk uitgeschakeld.
-BOT_KICK_UNKNOWN
- Onbekende optie %s.
- Type %R%S HELP KICK voor meer informatie.
-BOT_KICK_BAD_TTB
- %s kan niet worden ingesteld als aantal keer om te bannen.
-
-BOT_KICK_BADWORDS_ON
- Bot zal nu kicken op slechte woorden. Gebruik het BADWORDS commando
- om slechte woorden toe te voegen of te verwijderen.
-BOT_KICK_BADWORDS_ON_BAN
- Bot zal nu kicken op slechte woorden, en zal een ban zetten na
- %d kicks voor dezelde gebruiker. Gebruik BADWORDS commando
- om slechte woorden toe te voegen of te verwijderen.
-BOT_KICK_BADWORDS_OFF
- Bot zal niet meer kicken op slechte woorden.
-BOT_KICK_BOLDS_ON
- Bot zal nu kicken op vet.
-BOT_KICK_BOLDS_ON_BAN
- Bot zal nu kicken op vet, en zal een ban zetten na
- %d kicks voor dezelfde gebruiker.
-BOT_KICK_BOLDS_OFF
- Bot zal niet meer kicken op vet.
-BOT_KICK_CAPS_ON
- Bot zal nu kicken op hoofdletters (bij minstens
- %d karakters en %d%% van het gehele bericht).
-BOT_KICK_CAPS_ON_BAN
- Bot zal nu kicken op hoofdletters (bij minstens
- %d karakters en %d%% van het gehele bericht), en zal
- een ban plaatsen na %d kicks voor dezelfde gebruiker.
-BOT_KICK_CAPS_OFF
- Bot zal niet meer kicken op hoofdletters.
-BOT_KICK_COLORS_ON
- Bot zal nu kicken op kleuren.
-BOT_KICK_COLORS_ON_BAN
- Bot zal nu kicken op kleuren, en zal een ban zetten na
- %d kicks voor dezelfde gebruiker.
-BOT_KICK_COLORS_OFF
- Bot zal niet meer kicken op kleuren.
-BOT_KICK_FLOOD_ON
- Bot zal nu kicken op flood (%d regels in %d seconden).
-BOT_KICK_FLOOD_ON_BAN
- Bot zal nu kicken op flood (%d regels in %d seconden),
- en zal een ban zitten na %d kicks voor dezelfde gebruiker.
-BOT_KICK_FLOOD_OFF
- Bot zal niet meer kicken op flood.
-BOT_KICK_REPEAT_ON
- Bot zal nu kicken op herhalingen (users die %d maal
- hetzelfde zeggen).
-BOT_KICK_REPEAT_ON_BAN
- Bot zal nu kicken op herhalingen (users die %d maal
- hetzelfde zeggen), en zal een ban zetten na %d
- kicks voor dezelfde gebruiker.
-BOT_KICK_REPEAT_OFF
- Bot zal niet meer kicken op herhalingen.
-BOT_KICK_REVERSES_ON
- Bot zal nu kicken op inverteringen.
-BOT_KICK_REVERSES_ON_BAN
- Bot zal nu kicken op inverteringen, en zal een ban zetten na
- %d kicks voor dezelfde gebruiker.
-BOT_KICK_REVERSES_OFF
- Bot zal niet meer kicken op inverteringen.
-BOT_KICK_UNDERLINES_ON
- Bot zal nu kicken op onderstrepingen.
-BOT_KICK_UNDERLINES_ON_BAN
- Bot zal nu kicken op onderstrepingen, en zal een ban zetten na
- %d kicks voor dezelfde gebruiker.
-BOT_KICK_UNDERLINES_OFF
- Bot zal niet meer kicken op onderstrepingen.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS kanaal {ADD|DEL|LIST|CLEAR} [woord | entry-lijst] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Sorry, kanaal slechte woorden lijst wijzigen is tijdelijk uitgeschakeld.
-BOT_BADWORDS_REACHED_LIMIT
- Sorry, je kan maar %d slechte woorden per kanaal instellen.
-BOT_BADWORDS_ALREADY_EXISTS
- %s bestaat al op %s slechte woorden lijst.
-BOT_BADWORDS_ADDED
- %s toegevoegd aan %s slechte woorden lijst.
-BOT_BADWORDS_NO_SUCH_ENTRY
- #%d niet gevonden op %s slechte woorden lijst.
-BOT_BADWORDS_NOT_FOUND
- %s niet gevonden op %s slechte woorden lijst.
-BOT_BADWORDS_NO_MATCH
- Geen overeenkomsten op %s slechte woorden lijst.
-BOT_BADWORDS_DELETED
- %s verwijderd van %s slechte woorden lijst.
-BOT_BADWORDS_DELETED_ONE
- 1 slecht woord verwijderd van %s slechte woorden lijst.
-BOT_BADWORDS_DELETED_SEVERAL
- %d slechte woorden verwijderd van %s slechte woorden lijst.
-BOT_BADWORDS_LIST_EMPTY
- %s slechte woorden lijst is leeg.
-BOT_BADWORDS_LIST_HEADER
- Slechte woorden lijst voor %s:
- Nr Woord Type
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Slechte woorden lijst is nu leeg.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY kanaal text
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT kanaal text
-
-# Errors
-BOT_EXCEPT
- Gebruiker komt overeen met kanaal-uitzondering.
-BOT_BAD_NICK
- Bot Nicks mogen alleen geldige nick-tekens bevatten.
-BOT_BAD_HOST
- Bot Hosts mogen alleen geldige host-tekens bevatten.
-BOT_BAD_IDENT
- Bot Idents mogen alleen geldige tekens bevatten.
-BOT_LONG_IDENT
- Bot Idents mogen maximaal %d tekens bevatten.
-BOT_LONG_HOST
- Bot Hosts mogen maximaal %d tekens bevatten.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Services kan geen modes veranderen. Zijn je server goed geconfigureerd?
-OPER_BOUNCY_MODES_U_LINE
- Services kan geen modes veranderen. Zijn de U:lines van je servers goed geconfigureerd?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL bericht
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Onbekende STATS optie %s.
-OPER_STATS_CURRENT_USERS
- Huidige gebruikers: %d (%d ops)
-OPER_STATS_MAX_USERS
- Maximum gebruikers: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Services draaien %d dagen, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Services draaien %d dagen, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Services draaien %d uur, %d minuten
-OPER_STATS_UPTIME_HM1S
- Services draaien %d uur, %d minuten
-OPER_STATS_UPTIME_H1MS
- Services draaien %d uur, %d minuut
-OPER_STATS_UPTIME_H1M1S
- Services draaien %d uur, %d minuut
-OPER_STATS_UPTIME_1HMS
- Services draaien %d uur, %d minuten
-OPER_STATS_UPTIME_1HM1S
- Services draaien %d uur, %d minuten
-OPER_STATS_UPTIME_1H1MS
- Services draaien %d uur, %d minuut
-OPER_STATS_UPTIME_1H1M1S
- Services draaien %d uur, %d minuut
-OPER_STATS_UPTIME_MS
- Services draaien %d minuten, %d seconden
-OPER_STATS_UPTIME_M1S
- Services draaien %d minuten, %d seconde
-OPER_STATS_UPTIME_1MS
- Services draaien %d minuut, %d seconden
-OPER_STATS_UPTIME_1M1S
- Services draaien %d minuut, %d seconde
-OPER_STATS_BYTES_READ
- Bytes gelezen: %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes geschreven: %5d kB
-OPER_STATS_USER_MEM
- Gebruiker : %6d records, %5d kB
-OPER_STATS_CHANNEL_MEM
- Kanaal : %6d records, %5d kB
-OPER_STATS_GROUPS_MEM
- NS Groepen : %6d records, %5d kB
-OPER_STATS_ALIASES_MEM
- NS Aliassen : %6d records, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d records, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d records, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d records, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessies : %6d records, %5d kB
-OPER_STATS_AKILL_COUNT
- Huidig aantal AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Standaard AKILL verloop tijd: %d dagen
-OPER_STATS_AKILL_EXPIRE_DAY
- Standaard AKILL verloop rijd: 1 dag
-OPER_STATS_AKILL_EXPIRE_HOURS
- Standaard AKILL verloop tijd: %d uur
-OPER_STATS_AKILL_EXPIRE_HOUR
- Standaard AKILL verloop tijd: 1 uur
-OPER_STATS_AKILL_EXPIRE_MINS
- Standaard AKILL verloop tijd: %d minuten
-OPER_STATS_AKILL_EXPIRE_MIN
- Standaard AKILL verloop tijd: 1 minuut
-OPER_STATS_AKILL_EXPIRE_NONE
- Standaard AKILL verloop tijd: Verloopt niet
-OPER_STATS_SNLINE_COUNT
- Huidig aantal SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Standaard SNLINE verloop tijd: %d dagen
-OPER_STATS_SNLINE_EXPIRE_DAY
- Standaard SNLINE verloop tijd: 1 dag
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Standaard SNLINE verloop tijd: %d uur
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Standaard SNLINE verloop tijd: 1 uur
-OPER_STATS_SNLINE_EXPIRE_MINS
- Standaard SNLINE verloop tijd: %d minuten
-OPER_STATS_SNLINE_EXPIRE_MIN
- Standaard SNLINE verloop tijd: 1 minuut
-OPER_STATS_SNLINE_EXPIRE_NONE
- Standaard SNLINE verloop tijd: Verloopt niet
-OPER_STATS_SQLINE_COUNT
- Huidig aantal SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Standaard SQLINE verloop tijd: %d dagen
-OPER_STATS_SQLINE_EXPIRE_DAY
- Standaard SQLINE verloop tijd: 1 dag
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Standaard SQLINE verloop tijd: %d uur
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Standaard SQLINE verloop tijd: 1 uur
-OPER_STATS_SQLINE_EXPIRE_MINS
- Standaard SQLINE verloop tijd: %d minuten
-OPER_STATS_SQLINE_EXPIRE_MIN
- Standaard SQLINE verloop tijd: 1 minuut
-OPER_STATS_SQLINE_EXPIRE_NONE
- Standaard SQLINE verloop tijd: Verloopt niet
-OPER_STATS_SZLINE_COUNT
- Huidig aantal SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Standaard SZLINE verloop tijd: %d dagen
-OPER_STATS_SZLINE_EXPIRE_DAY
- Standaard SZLINE verloop tijd: 1 dag
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Standaard SZLINE verloop tijd: %d uur
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Standaard SZLINE verloop tijd: 1 uur
-OPER_STATS_SZLINE_EXPIRE_MINS
- Standaard SZLINE verloop tijd: %d minuten
-OPER_STATS_SZLINE_EXPIRE_MIN
- Standaard SZLINE verloop tijd: 1 minuut
-OPER_STATS_SZLINE_EXPIRE_NONE
- Standaard SZLINE verloop tijd: Verloopt niet
-OPER_STATS_RESET
- Statistieken opnieuw gezet.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE kanaal modes
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE nick modes
-OPER_UMODE_SUCCESS
- Gebruikersmodes van %s veranderd.
-OPER_UMODE_CHANGED
- %s heeft je gebruikersmodes veranderd.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- Operflags %s zijn toegevoegd voor %s.
-OPER_OLINE_IRCOP
- Je bent nu een IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES kanaal [ALL]
-OPER_CLEARMODES_DONE
- Binaire modes en bans verwijderd van kanaal %s.
-OPER_CLEARMODES_ALL_DONE
- Alle modes verwijderd van kanaal %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK kanaal gebruiker reden
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick nieuwe nick
-OPER_SVSNICK_NEWNICK
- De nick %s wordt nu veranderd in %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} [reden]]
-OPER_AKILL_EXISTS
- %s bestaat al op de AKILL lijst.
-OPER_AKILL_ALREADY_COVERED
- %s is al gedekt door %s.
-OPER_AKILL_REACHED_LIMIT
- Sorry, je kan maar %d AKILLs hebben.
-OPER_AKILL_NO_NICK
- Reminder: AKILL masks kunnen geen nicknames bevatten; ben er zeker van dat je geen nick-deel in je mask hebt.
-OPER_AKILL_ADDED
- %s toegevoegd aan de AKILL lijst.
-OPER_AKILL_CHANGED
- Verlooptijd van %s veranders.
-OPER_AKILL_NOT_FOUND
- %s niet gevonden op de AKILL lijst.
-OPER_AKILL_NO_MATCH
- Geen overeenkomsten op de AKILL lijst.
-OPER_AKILL_DELETED
- %s verwijderd van de AKILL lijst.
-OPER_AKILL_DELETED_ONE
- 1 AKILL verwijderd van de AKILL lijst.
-OPER_AKILL_DELETED_SEVERAL
- %d AKILLs verwijderd van de AKILL lijst.
-OPER_AKILL_LIST_EMPTY
- AKILL lijst is leeg.
-OPER_AKILL_LIST_HEADER
- Huidige AKILL lijst:
- Nr Mask Reden
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Huidige AKILL lijst:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (door %s op %s; %s)
- %s
-OPER_AKILL_CLEAR
- De AKILL lijst is leeggemaakt.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst}[:reden]]
-OPER_SNLINE_UNSUPPORTED
- Sorry, SNLINE is niet beschikbaar op dit netwerk.
-OPER_SNLINE_EXISTS
- %s bestaat al op de SNLINE lijst.
-OPER_SNLINE_ALREADY_COVERED
- %s is al gedekt door %s.
-OPER_SNLINE_REACHED_LIMIT
- Sorry, je kan maar %d SNLINEs hebben.
-OPER_SNLINE_ADDED
- %s toegevoegd aan de SNLINE lijst.
-OPER_SNLINE_CHANGED
- Verlooptijd van %s veranderd.
-OPER_SNLINE_NOT_FOUND
- %s niet gevonden op de SNLINE lijst.
-OPER_SNLINE_NO_MATCH
- Geen overeenkomsten op de SNLINE lijst.
-OPER_SNLINE_DELETED
- %s verwijderd van de SNLINE lijst.
-OPER_SNLINE_DELETED_ONE
- 1 SNLINE verwijderd van de SNLINE lijst.
-OPER_SNLINE_DELETED_SEVERAL
- %d SNLINEs verwijderd van de SNLINE lijst.
-OPER_SNLINE_LIST_EMPTY
- SNLINE lijst is leeg.
-OPER_SNLINE_LIST_HEADER
- Huidige SNLINE lijst:
- Nr Mask Reden
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Huidige SNLINE lijst:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (door %s op %s; %s)
- %s
-OPER_SNLINE_CLEAR
- De SNLINE lijst is leeggemaakt.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} [reden]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Kanaal SQLINEs worden niet ondersteund door je IRCd, dus kun je ze niet gebruiken.
-OPER_SQLINE_EXISTS
- %s bestaat al op de SQLINE lijst.
-OPER_SQLINE_ALREADY_COVERED
- %s is al gedekt door %s.
-OPER_SQLINE_REACHED_LIMIT
- Sorry, je kan maar %d SQLINEs hebben.
-OPER_SQLINE_ADDED
- %s toegevoegd aan de SQLINE lijst.
-OPER_SQLINE_CHANGED
- Verlooptijd van %s veranderd.
-OPER_SQLINE_NOT_FOUND
- %s niet gevonden op de SQLINE lijst.
-OPER_SQLINE_NO_MATCH
- Geen overeenkomsten op de SQLINE lijst.
-OPER_SQLINE_DELETED
- %s verwijderd van de SQLINE lijst.
-OPER_SQLINE_DELETED_ONE
- 1 SQLINE verwijderd van de SQLINE lijst.
-OPER_SQLINE_DELETED_SEVERAL
- %d SQLINEs verwijderd van de SQLINE lijst.
-OPER_SQLINE_LIST_EMPTY
- SQLINE lijst is leeg.
-OPER_SQLINE_LIST_HEADER
- Huidige SQLINE lijst:
- Nr Mask Reden
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Huidige SQLINE lijst:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (door %s op %s; %s)
- %s
-OPER_SQLINE_CLEAR
- The SQLINE lijst is leeggemaakt.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+verloop] {mask | toegangslijst} [reden]]
-OPER_SZLINE_UNSUPPORTED
- Sorry, SZLINE is niet beschikbaar op dit netwerk.
-OPER_SZLINE_EXISTS
- %s bestaat al op de SZLINE lijst.
-OPER_SZLINE_ALREADY_COVERED
- %s is al gedekt door %s.
-OPER_SZLINE_REACHED_LIMIT
- Sorry, je kan maar %d SZLINEs hebben.
-OPER_SZLINE_ONLY_IPS
- Herrinering: Je kan alleen IP masks toevoegen aan de SZLINE lijst.
-OPER_SZLINE_ADDED
- %s toegevoegd aan de SZLINE lijst.
-OPER_SZLINE_CHANGED
- Verlooptijd van %s veranderd.
-OPER_SZLINE_NOT_FOUND
- %s niet gevonden op de SZLINE lijst.
-OPER_SZLINE_NO_MATCH
- Geen overeenkomsten op de SZLINE lijst.
-OPER_SZLINE_DELETED
- %s verwijderd van de SZLINE lijst.
-OPER_SZLINE_DELETED_ONE
- 1 SZLINE verwijderd van de SZLINE lijst.
-OPER_SZLINE_DELETED_SEVERAL
- %d SZLINEs verwijderd van de SZLINE lijst.
-OPER_SZLINE_LIST_EMPTY
- SZLINE lijst is leeg.
-OPER_SZLINE_LIST_HEADER
- Current SZLINE list:
- Nr Mask Reden
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Huidige SZLINE lijst:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (door %s op %s; %s)
- %s
-OPER_SZLINE_CLEAR
- The SZLINE lijst is leeggemaakt.
-
-# SET responses
-OPER_SET_SYNTAX
- SET optie instelling
-OPER_SET_IGNORE_ON
- Negeer code zal worden gebruikt.
-OPER_SET_IGNORE_OFF
- Negeer code zal niet worden gebruikt.
-OPER_SET_IGNORE_ERROR
- Instelling voor negeer code moet ON of OFF zijn.
-OPER_SET_READONLY_ON
- Services is nu in alleen-lezen mode.
-OPER_SET_READONLY_OFF
- Services is nu in lezen-schrijven mode.
-OPER_SET_READONLY_ERROR
- Instelling voor alleen-lezen moet ON of OFF zijn.
-OPER_SET_LOGCHAN_ON
- Services rapporteert nu log-berichten naar %s.
-OPER_SET_LOGCHAN_OFF
- Services rapporteert geen log-berichten meer naar een kanaal.
-OPER_SET_LOGCHAN_ERROR
- Instelling voor LOGCHAN moet ON of OFF zijn en LogChannel moet gedefineerd zijn.
-OPER_SET_DEBUG_ON
- Services is nu in debug mode.
-OPER_SET_DEBUG_OFF
- Services is nu in non-debug mode.
-OPER_SET_DEBUG_LEVEL
- Services is nu in debug mode (niveau %d).
-OPER_SET_DEBUG_ERROR
- Instelling voor DEBUG moet ON, OFF, of een positief nummer zijn.
-OPER_SET_NOEXPIRE_ON
- Services is nu in geen-verloop mode.
-OPER_SET_NOEXPIRE_OFF
- Services is nu in verloop mode.
-OPER_SET_NOEXPIRE_ERROR
- Instelling voor NOEXPIRE moet ON of OFF zijn.
-OPER_SET_UNKNOWN_OPTION
- Onbekende optie %s.
-OPER_SET_LIST_OPTION_ON
- %s is ingeschakeld
-OPER_SET_LIST_OPTION_OFF
- %s is uitgeschakeld
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} server
-OPER_NOOP_SET
- Alle O:lines van %s zijn verwijderd.
-OPER_NOOP_REVOKE
- Alle O:lines van %s zijn hersteld.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE servername [reden]
-OPER_JUPE_HOST_ERROR
- Gebruik een geldige servernaam bij het jupen
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Bijwerken databases.
-
-# RELOAD responses
-OPER_RELOAD
- Services' configuratie bestand is opnieuw geladen.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN niet gedefineerd; kan niet herstarten. Voer het \2configure\2 script opnieuw uit en hercompileer de Services om het RESTART commando in te schakelen.
-
-# IGNORE respondes
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [tijd] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Je moet een geldig nummer als tijd invoeren.
-OPER_IGNORE_TIME_DONE
- %s zal nu genegeerd worden voor %s.
-OPER_IGNORE_PERM_DONE
- %s zal nu permanent genegeerd worden.
-OPER_IGNORE_DEL_DONE
- %s zal niet meer genegeerd worden.
-OPER_IGNORE_LIST
- Services negeer-lijst:
-OPER_IGNORE_LIST_NOMATCH
- Nick %s niet gevonden op de negeer-lijst.
-OPER_IGNORE_LIST_EMPTY
- Negeer-lijst is leeg.
-OPER_IGNORE_LIST_CLEARED
- Negeer-lijst is leeggemaakt.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Kan gebruiker %s niet vinden.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Kanalen lijst:
- Naam Gebruikers Modes Topic
-OPER_CHANLIST_HEADER_USER
- %s kanalen lijst:
- Naam Gebruikers Modes Topic
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Einde van kanalen lijst.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Gebruikers lijst:
- Nick Mask
-OPER_USERLIST_HEADER_CHAN
- %s gebruikers lijst:
- Nick Mask
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Einde van gebruikers lijst.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- Je bent nu een SuperAdministrator
-OPER_SUPER_ADMIN_OFF
- Je bent geen SuperAdministrator meer
-OPER_SUPER_ADMIN_SYNTAX
- Instelling voor SuperAdministrator moet ON of OFF zijn (moet ook ingeschakeld zijn in services.conf)
-OPER_SUPER_ADMIN_WALL_ON
- %s is nu een SuperAdministrator
-OPER_SUPER_ADMIN_WALL_OFF
- %s is geen SuperAdminstrator meer
-OPER_SUPER_ADMIN_ONLY
- Alleen SuperAdminstrators kunnen dit commando gebruiken.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Nick
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Services zijn in Defcon modus. Probeer later opnieuw.
-OPER_DEFCON_CHANGED
- Services zijn nu in DEFCON %d
-OPER_DEFCON_WALL
- %s heeft het DEFCON niveau veranderd naar %d
-DEFCON_GLOBAL
- Het Defcon niveau staat nu op niveau: %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Module %s geladen
-OPER_MODULE_UNLOADED
- Module %s is uitgeladen
-OPER_MODULE_LOAD_FAIL
- Laden van de module %s is gefaald
-OPER_MODULE_REMOVE_FAIL
- Het verwijderen van module %s is gefaald
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD bestandsnaam
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD bestandsnaam
-OPER_MODULE_LIST_HEADER
- Huidige Module lijst:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules geladen.
-OPER_MODULE_INFO_LIST
- Module: %s Versie: %s Auteur: %s Geladen: %s
-OPER_MODULE_CMD_LIST
- Stelt het commando: %R%s %s ter beschikking
-OPER_MODULE_MSG_LIST
- Stelt de IRCD handler voor: %s ter beschikking
-OPER_MODULE_NO_LIST
- Op dit moment zijn er geen modules geladen
-OPER_MODULE_NO_INFO
- Er is geen informatie aanwezig voor module %s
-OPER_MODULE_INFO_SYNTAX
- MODINFO bestandsnaame
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- De volgende commando's zijn geladen door een module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [paramenters]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+verloop] mask limiet reden
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mask | lijst}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE nr positie
-OPER_EXCEPTION_DISABLED
- Sessie limitering is tijdelijk uitgeschakeld.
-OPER_EXCEPTION_ALREADY_PRESENT
- Mask %s bestaat l op de uitzonderingenlijst.
-OPER_EXCEPTION_TOO_MANY
- Sessie limiet uitzonderingenlijst is vol!
-OPER_EXCEPTION_ADDED
- Sessie limiet voor %s veranderd in %d.
-OPER_EXCEPTION_MOVED
- Uitzondering voor %s (#%d) verplaatst naar positie %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- #%d bestaat niet op de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_NOT_FOUND
- %s niet gevonden op de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_NO_MATCH
- Geen overeenkomsten op de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_DELETED
- %s verwijderd van de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_DELETED_ONE
- 1 uitzondering verwijderd van de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_DELETED_SEVERAL
- %d uitzonderingen verwijderd van de sessie limiet uitzonderingenlijst.
-OPER_EXCEPTION_LIST_HEADER
- Huidige Sessie Limiet Uitzonderingenlijst:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Nr Limiet Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (door %s op %s; %s)
- Limiet: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Ongeldige sessie limiet. Het moet een geldige integer groter dan of gelijk aan nul en kleiner dan %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Ongeldige hostmask. Alleen echte hostmasks zijn geldig als uitzondering omdat deze niet worden vergeleken met nicks of usernames.
-OPER_EXCEPTION_EXISTS
- %s bestaat al op de uitzonderingenlijst.
-OPER_EXCEPTION_CHANGED
- Uitzondering voor %s is veranderd in %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limiet | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limiet
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- Session limitering is uitgeschakeld.
-OPER_SESSION_INVALID_THRESHOLD
- Ongeldige drempel waarrde. Het moet een geldige integer groter dan 1 zijn.
-OPER_SESSION_NOT_FOUND
- %s niet gevonden op de sessie lijst.
-OPER_SESSION_LIST_HEADER
- Hosts met tenminste %d sessies:
-OPER_SESSION_LIST_COLHEAD
- Sessies Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- De host %s heeft momenteel %d sessies met een limiet van %d.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Gebruik: EXCEPTION ADD [+verloop] mask limiet reden
- EXCEPTION DEL {mask | lijst}
- EXCEPTION MOVE nr positie
- EXCEPTION LIST [mask | lijst]
- EXCEPTION VIEW [mask | lijst]
-
- Staat Services Operator toe de lijst van hosts met een specifieke
- sessielimit aan te passen, zodat zeker machines, bijvoorbeeld
- shell servers, meer dan het standaard aantal clients kunnen
- hebben. Zodra een host zijn seesie limiet bereikt, zullen alle
- client die proberen vanaf die host te verbinen worden gekilled
- Voor de gebruiker wordt gekilled wordt deze geinformeerd via
- een /NOTICE van %S, van een bron van hulp aangaande sessie
- limitering. The inhoud van deze notice is een configuratie
- optie.
-
- EXCEPTION ADD voegt de gegeven hostmask toe aan de
- uitzonderingenlijst. Let op: nick!user@host en user@host
- zijn ongeldig! Alleen echte host masks, zoals box.host.dom
- en *.hot.dom, zijn toegestaan omdat sessie limitering geen
- rekening houdt met nicks of usernames. limiet moet een nummer
- groter dan of gelijk aan 0 zijn. Dit bepaalt hoe veel sessies
- deze host tegelijkertijd mag hebben. Een waarde van 0 betekent
- dat de host een ongelimiteerde sessielimiet heeft. Bekijk de
- AKILL help voor details of het formaat van de optionele
- verloop paramenter.
- EXCEPTION DEL verwijdert het gegeven mask van de
- uitzonderingenlijst.
- EXCEPTION MOVE verplaatst uitzondering nr naar positie.
- De tussenliggende uitzondering worden omhoog of omlaag
- geschoven om het gat te vullen.
- EXCEPTION LIST en EXCEPTION VIEW geven alle huidige
- uitzonderingen weer; als het optionele mask is gegeven wordt de
- lijst gelimiteerd tot uitzondering overeenkomend het het
- gegeven mask. Het verschil is dat EXCEPTION VIEW meer
- informatie geeft: de naam van degene die de uitzondering
- aangemaakt heeft, de bijbehorende sessielimiet, reden, hostmask
- en de verloop datum en tijd.
-
- Let op: een verbindinde client zal de eerste uitzondering die
- met zijn host overeenkomt "gebruiken". Grote uitzonderingen-
- lijsten en breed overeenkomende uitzondering-masks zullen
- zeer waarschijnlijk de prestaties van de services verminderen.
-
-OPER_HELP_SESSION
- Gebruik: SESSION LIST drempel
- SESSION VIEW host
-
- Stelt Services Operators instaat de sessie lijst te bekijken.
-
- SESSION LIST geeft hosts weer met tenminste drempel
- sessies weer. Deze drempel moet een nummer groter dan 1 zijn.
- Dit is om te verkomen dat je perongeluk het grote aantal
- hosts met maar 1 sessie weergeeft.
- SESSION VIEW geeft gedetailleerde informatie weer over een
- specifieke host, inclusief het huidige aantal sessies en de
- sessie limiet. De host waarde mag geen wildcards bevatten.
-
- Bekijk de EXCEPTION help voor meer informatie over sessie
- limiteringen en hoe sessie limieten in te stellen voor
- specifieken hosts en groepen daarvan.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Geeft de nicks van alle Services Staff samen met
- hun level en on-line status weer.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- Het defcon systeem kan gebruikt worden om een vooraf bepaalde
- set van restricties op de services toe te passen tijdens een
- aanval op het netwerk.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Geen nieuwe channel registratie's
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Geen nieuwe nick registratie's
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Geen MLOCK veranderingen
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Forceer Kanaal Modes (%s) op alle kanalen
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Gebruik de beperkte sessie limiet van %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill elke nieuwe client die connecteerd
-OPER_HELP_DEFCON_OPER_ONLY
- * Negeer elke non-oper met een boodschap
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Negeer non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL elke nieuwe client die connecteerd
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Geen nieuwe memo's verzenden
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+expiry] channel reason
-
- Plaatst een AKILL voor elke nick op een gegeven kanaal. Het
- gebruikt de complete en echte ident@host voor elke nick,
- en forceerd dan een AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Login Nieuws - %s] %s
-NEWS_OPER_TEXT
- [Oper Nieuws - %s] %s
-NEWS_RANDOM_TEXT
- [Willekeurig Nieuws - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [text|nr]
-NEWS_LOGON_LIST_HEADER
- Login nieuwsberichten:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s door %s)
- %s
-NEWS_LOGON_LIST_NONE
- Er is geen login nieuws.
-NEWS_LOGON_ADD_SYNTAX
- Gebruik: LOGONNEWS ADD text
-NEWS_LOGON_ADD_FULL
- Nieuws lijst is vol!
-NEWS_LOGON_ADDED
- Nieuw login nieuws toegevoegd (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Gebruik: LOGONNEWS DEL {nr | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Login nieuwsbericht #%d niet gevonden!
-NEWS_LOGON_DELETED
- Login nieuwsbericht #%d verwijderd.
-NEWS_LOGON_DEL_NONE
- Geen login nieuwsberichten om te verwijderen!
-NEWS_LOGON_DELETED_ALL
- Alle login nieuwsberichten zijn verwijderd.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [text|nr]
-NEWS_OPER_LIST_HEADER
- Oper nieuwsberichten:
-NEWS_OPER_LIST_ENTRY
- %5d (%s door %s)
- %s
-NEWS_OPER_LIST_NONE
- Er is geen opernieuws.
-NEWS_OPER_ADD_SYNTAX
- Gebruik: OPERNEWS ADD text
-NEWS_OPER_ADD_FULL
- Nieuwslijst is vol!
-NEWS_OPER_ADDED
- Nieuw oper nieuwsbericht toegevoegd (#%d).
-NEWS_OPER_DEL_SYNTAX
- Gebruik: OPERNEWS DEL {nr | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Oper nieuwsbericht #%d niet gevonden!
-NEWS_OPER_DELETED
- Oper nieuwsbericht #%d verwijderd.
-NEWS_OPER_DEL_NONE
- Geen oper nieuwsberichten om te verwijderen!
-NEWS_OPER_DELETED_ALL
- Alle oper nieuwsberichten zijn verwijderd.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [text|nr]
-NEWS_RANDOM_LIST_HEADER
- Willekeurige nieuwsberichten:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s door %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Er is geen willekeurig nieuws.
-NEWS_RANDOM_ADD_SYNTAX
- Gebruik: RANDOMNEWS ADD text
-NEWS_RANDOM_ADD_FULL
- Nieuwslijst is vol!
-NEWS_RANDOM_ADDED
- Nieuw willekeurig nieuwsbericht toegevoegd (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Gebruik: RANDOMNEWS DEL {nr | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Willekeurig nieuwsbericht #%d niet gevonden!
-NEWS_RANDOM_DELETED
- Willekeurig nieuwsbericht #%d verwijderd.
-NEWS_RANDOM_DEL_NONE
- Geen willekeurige nieuwsberichten om te verwijderen!
-NEWS_RANDOM_DELETED_ALL
- Alle willekeurige nieuwsberichten zijn verwijderd.
-
-NEWS_HELP_LOGON
- Gebruik: LOGONNEWS ADD text
- LOGONNEWS DEL {nr | ALL}
- LOGONNEWS LIST
-
- Wijzigt de lijst met login nieuwsberichten of geeft deze weer.
- Wanneer een gebruiker met het netwerk verbindt, worden deze
- berichten naar hem/haar verzonden. (Echter, er zullen nooit
- meer dan %d berichten worden verstuurd om het flooden van de
- gebruiker te voorkomen. Als er meer nieuwsberichten
- zijn worden alleen de meest recente vestuurd.)
- NewsCount kan geconfigureerd worden in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Gebruik: OPERNEWS ADD text
- OPERNEWS DEL {nr | ALL}
- OPERNEWS LIST
-
- Wijzigt de lijst met oper nieuwsberichten of geeft deze weer.
- Wanneer een gebruiker opert (dmv het /OPER commando), worden
- deze berichtennaar hem/haar verzonden. (Echter, er zullen
- nooit meer dan %d berichten worden verstuurd om het flooden
- van de gebruiker te voorkomen. Als er meer nieuwsberichten
- zijn worden alleen de meest recente vestuurd.)
- NewsCount kan geconfigureerd worden in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Syntax: RANDOMNEWS ADD text
- RANDOMNEWS DEL {num | ALL}
- RANDOMNEWS LIST
-
- Wijzigt de lijst mer willekeurige nieuwsberichten of geeft
- deze weer. Wanneer een gebruiker met het netwerk verbindt,
- wordt er een (en niet meer dan een) van deze willekeurige
- nieuwsberichten willekeurig uitgekozen en naar hem/haar
- verstuurd.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-
-NICK_HELP_CMD_REGISTER
- REGISTER Registreer een nickname
-NICK_HELP_CMD_GROUP
- GROUP Bij een groep aanmelden
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Jezelf identificeren met je wachtwoord
-NICK_HELP_CMD_ACCESS
- ACCESS De lijst met toegestane adressen wijzigen
-NICK_HELP_CMD_SET
- SET Opties instellen, inclusief kill bescherming
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP De registratie van je nickname annuleren
-NICK_HELP_CMD_RECOVER
- RECOVER Een andere gebruiker killen die je nick gebruikt
-NICK_HELP_CMD_RELEASE
- RELEASE Je nick terugnemen nadat je RECOVER gebruikt hebt
-NICK_HELP_CMD_SENDPASS
- SENDPASS Je wachtwoord vergeten? Probeer dit
-NICK_HELP_CMD_RESETPASS
- RESETPASS Helps you reset lost passwords.
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Bekijk het wachtwoord voor een nick
- (alleen als encryptie is uitgeschakeld)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID Voorkom dat een nick gebruikt wordt
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S stelt je in staat een nickname te "registreren", en
- te voorkomen dat anderen hem gebruiken. De volgende commando's
- kunnen gebruikt worden voor registratie en onderhoud van
- nicknames; om ze te gebruiken, type %R%S commando.
- Voor meer informatie over een specifiek commando, type
- %R%S HELP commando.
-
-NICK_HELP_FOOTER
- OPMERKING: Deze service is bedoeld om IRC gebruikers een weg
- te bieden om te verzekeren dat hun identiteit niet in gevaar komt.
- Het is NIET bedoeld om het "stelen" van nicknames of andere
- kwaadwillige acties te helpen. Misbruik van %S zal resulteren in,
- minimaal, verlies van de misbruikte nick(s).
-
-NICK_HELP_EXPIRES
-
- Nicknames die niet meer gebruikt worden zullen na een tijd
- automatisch verlopen, oftewel: ze zullen verwijderd worden na
- %d dagen inactiviteit.
-
-NICK_HELP_REGISTER
- Gebruik: REGISTER wachtwoord [email]
-
- Registreert je nickname in de %S database. Wanneer je nick
- geregistreerd is kan je de SET en ACCESS commando's
- gebruiken om je nick instellingen te veranderen.
- Onthoud het wachtwoord dat je gebruikt bij het registreren,
- je hebt het nodig als je je nick instellingen later wilt
- veranderen. (Let erop dat hoofdletters uitmaken! ANOPE,
- Anope, en anope zijn allemaal andere wachtwoorden!)
-
- Wachtwoordrichtlijnen:
-
- Wachtwoorden moeten niet makkelijk te raden zijn. Bijvoorbeeld,
- je echte naam als wachtwoord gebruiken is een slecht idee. Je
- nick als een wachtwoord gebruiken is een veel slechter idee ;)
- en in feite, %S staat het niet toe. Trouwens, korte wachtwoorden
- zijn kwetsbaar voor zoekacties, dus je moet een wachtwoord
- kiezen dat minstens 5 tekens lang is. Als laatste, de spatie
- kan niet gebruikt worden in wachtwoorden.
-
- De email parameter is optioneel en stelt onmiddelijk de email
- voor je nick in. Het kan echter vereist zijn voor bepaalde
- netwerken.
- Je privacy wordt gerespecteerd; deze email zal nooit aan derden
- gegeven worden.
-
- Dit commando maakt ook een nieuwe groep voor je nickname, die
- toestaat andere nicks onder dezelfde configuratie, dezelfde
- memos en dezelfde kanaalrechten te delen. Voor meer informatie
- over deze functie, type %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Gebruik: GROUP doel wachtwoord
-
- Dit commando zorgt ervoor dat je huidige nickname zich bij de
- groep van doel's nick aanmeldt. wachtwoord is het
- wachtwoord van het doel.
-
- Bij een groep aanmelden stelt je in staat om je configuratie,
- memos en kanaalrechten met alle nicknames in je groep te delen,
- en veel meer!
-
- Een groep bestaat zo lang als het nuttig is. Dit betekent dat
- zelfs als een nick in de groep geannuleerd je niet de gedeelde
- dingen die hierboven beschreven zijn verliest, zo lang als er
- minstens een nick overblijft in de groep.
-
- Je kan dit commando zelfs gebruiken als je nog niet
- geregistreerd hebt. Als je nick al geregistreerd is moet je je
- eerst identificeren voordat je dit commando gebruikt. Type
- %R%S HELP IDENTIFY voor meer informatie. Dit laatste is
- misschien niet mogelijk op je IRC netwerk.
-
- Het is aanbevolen om dit commando te gebruiken met een niet-
- geregistreerde nick omdat het automatisch geregistreerd wordt
- als je dit commando gebruikt. Je mag het alleen met een geregistreerde
- nick gebruiken (om je groep te veranderen) als de netwerkbeheerders
- het toestaan.
-
- Je kan maar in een groep tegelijk zijn. Groepen samenvoegen is
- niet mogelijk.
-
- Opmerking: alle nicks in een groep hebben hetzelfde wachtwoord.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Gebruik: IDENTIFY [account] wachtwoord
-
- Vertelt %S dat je echt de eigenaar van deze nick bent. Veel
- commandos vereisen dat je jezelf identificeert met dit commando
- voordat je ze gebruikt. Het wachtwoord moet hetzelfde zijn als
- die je gestuurd hebt met het REGISTER commando.
-
-NICK_HELP_UPDATE
- Gebruik: UPDATE
-
- Werkt je huidige status bij, het controleert bijv. op nieuwe
- memo's, stelt de benodigde kanaalmodes in (ModeonID), en
- werkt je vhost en gebruikersflags bij (laatstgezien, etc).
-
-NICK_HELP_LOGOUT
- Gebruik: LOGOUT
-
- Dit draait het effect van het IDENTIFY commando om: het
- zorgt er voor dat je niet meer herkend word als de echte
- eigenaar van de nick. Merk op dat je niet gevraagd wordt om
- je opnieuw te identificeren.
-
-NICK_HELP_DROP
- Gebruik: DROP [nick]
-
- Verwijdert je nickname uit de %S database. Een nick die
- verwijderd is kan door iedereen weer geregistreerd worden.
-
- Je kan een nick binnen een groep verwijderen door de nick
- parameter toe te voegen.
-
- Om dit commando te kunnen gebruiken moet je je eerst identificeren
- met je wachtwoord. (%R%S HELP IDENTIFY voor meer informatie).
-
-NICK_HELP_ACCESS
- Gebruik: ACCESS ADD mask
- ACCESS DEL mask
- ACCESS LIST
-
- Verandert of geeft de toegangslijst weer van je nick. Dit is
- de lijst met adressen waar vanaf je automatisch toegestaan
- wordt door %S om je nick te gebruiken. Als je je nick vanaf
- een ander adres wilt gebruiken moet je een IDENTIFY commando
- sturen om %S je te laten herkennen.
-
- Voorbeelden:
-
- ACCESS ADD iemand@*.bepeg.com
- Staat toegang toe voor gebruiker iemand vanuit elke machine in
- het bepeg.com domein..
-
- ACCESS DEL anyone@*.bepeg.com
- Keert het vorige commando om.
-
- ACCESS LIST
- Geeft de huidige toegangslijst weer.
-
-NICK_HELP_SET_HEAD
- Gebruik: SET optie parameters
-
- Stelt verscheidene nick opties in. option kan zijn:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Stel de weergave van je groep in Services in
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Verander het wachtwoord voor je nick
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Selecteer de taal die Services zal gebruiken
- voor het versturen van berichten naar jou
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associeer een E-mail adres met je nick
-NICK_HELP_CMD_SET_GREET
- GREET Associeer een begroeting met je nick
-NICK_HELP_CMD_SET_KILL
- KILL Zet bescherming aan of uit
-NICK_HELP_CMD_SET_SECURE
- SECURE Zet nickname beveiliging aan of uit
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Zorgt ervoor dat je nick niet verschijnt in een
- %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Verberg verschillende soorten nick informatie
-NICK_HELP_CMD_SET_MSG
- MSG Verander de communicatiemanier van Services
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Om dit commando te gebruiken moet je je eerst identificeren
- met je wachtwoord (%R%S HELP IDENTIFY voor meer
- informatie).
-
- Type %R%S HELP SET optie voor meer informatie over een
- specifieke optie.
-
-NICK_HELP_SET_DISPLAY
- Gebruik: SET DISPLAY nieuwe-weergave
-
- Verandert de weergegeven nick van je nick-groep in Services.
- De nieuwe weergave MOET een nick in je groep zijn.
-
-NICK_HELP_SET_PASSWORD
- Gebruik: SET PASSWORD nieuw-wachtwoord
-
- Verandert het wachtwoord dat je gebruik om je te identificeren
- als de eigenaar van je nick.
-
-NICK_HELP_SET_LANGUAGE
- Gebruik: SET LANGUAGE nummer
-
- Verandert de taal die Services gebruikt wanneer deze een
- bericht naar jou stuurt (bijvoorbeeld wanneer deze antwoord
- op een commando dat je hebt verzonden). nummer moet gekozen
- worden uit de volgende lijst van ondersteunde talen:
-
-NICK_HELP_SET_EMAIL
- Gebruik: SET EMAIL adres
-
- Associeert het gegeven e-mail adres met jouw nick. Dit adres
- zal worden weergegeven wanneer iemand informatie over je nick
- opvraagt met het INFO commando.
-
-NICK_HELP_SET_GREET
- Gebruik: SET GREET bericht
-
- Het opgegeven bericht zal als groet worden weergegeven in
- elk kanaal dat je joint waarbij de GREET optie aanstaat,
- indien je toegangsniveau hoog genoeg is hiervoor.
-
-NICK_HELP_SET_KILL
- Gebruik: SET KILL {ON | QUICK | IMMED | OFF}
-
- Zet de automatiche beschermingsoptie voor je nick aan of uit.
- Met bescherming aan, krijgt elke gebruik met jouw nick een
- minuut om zich te identificeren of om zijn/haar nick te
- veranderen. Is geen van beiden gebeurd in die minuut, dan zal
- %S een nick-verandering forceren.
-
- Als je QUICK kiest, zal de gebruiker maar 20 seconden hebben
- om zijn/haar nick te veranderen in plaats van de gebruikelijke
- 60. Als je IMMED kiest, zal de nick meteen worden aangepaast
- zonder enige waarschuwing vooraf of kans om zijn/haar nick
- te wijzigen; gebruik deze optie alleen wanneer noodzakelijk.
- Deze optie kan ook uitgeschakeld zijn door de netwerk
- administrators.
-
-NICK_HELP_SET_SECURE
- Gebruik: SET SECURE {ON | OFF}
-
- Zet %S's veiligheidsopties aan of uit voor jouw nick.
- Met SECURE aan moet je altijd een wachtwoord invullen
- voordat je wordt herkend als de eigenaar van de nick,
- ook als je adres op de toegangslijst voor deze nick
- staat. Echter, als je op de toegangslijst staat zal
- %S je niet automatisch killen, hoe de KILL optie ook
- ingesteld is.
-
-NICK_HELP_SET_PRIVATE
- Gebruik: SET PRIVATE {ON | OFF}
-
- Zet de prive optie van %S aan of uit voor jouw nick.
- Met PRIVATE aan zal je nick niet verschijnen in nicklijsten
- gegenereerd met %S's LIST commando. (Echter,
- iedereen die je nick weet kan nog steeds informatie krijgen
- mbv het INFO commando.
-
-NICK_HELP_SET_HIDE
- Gebruik: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Deze optie stelt je in staat verschillende informatie te
- verbergen wanneer iemand een %S INFO op jouw nick
- doet. Je kan je e-mail adres (EMAIL), laatst bekende
- gebruikter@host mask (USERMASK) en laatste quit bericht (QUIT)
- verbergen. De tweede paramenter geeft aan of de informatie
- moet worden weergegeven (OFF) of verborgen (ON).
-
-NICK_HELP_SET_MSG
- Gebruik: SET MSG {ON | OFF}
-
- Deze optie stelt je in staat de manier te kiezen waaop Services
- met je communiceren. Met MSG aan zullen de Services gewone
- berichten gebruiken, anders zullen ze notices gebruiken.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Gebruik: RECOVER nick [wachtwoord]
-
- Deze optie stelt je instaat je nick terug te nemen wanneer
- iemand anders deze heeft. Deze optie doet hetzelfde als
- %S automatisch doet als iemand een nick probeert te
- gebruiken die beschermd is door de KILL optie.
-
- Wanneer je dit commando geeft zal %S een nep-gebruiker
- online brengen met dezelfde nickname als de gebruiker waarvan
- je de nick terugneemt. Dit zorgt ervoor dat de IRC server de
- andere gebruiker zijn/haar verbinding sluiten. Deze nep-
- gebruiker zal voor %s online blijven om ervoor te zorgen
- dat de gebruiker niet meteen opnieuw verbindt met dezelfde
- nick. Na deze tijd kan je je nick opnieuw claimen, of je kan
- tussentijds je nick terugkrijgen mbv het RELEASE commando.
- (Bekijk %R%S HELP RELEASE voor meer informatie hierover)
-
- Om het RECOVER commando op een nick te mogen gebruiken moet
- je huidige adres zoals deze in /WHOIS staat op de toegangslijst
- van deze nick zijn, je geindentificeerd zijn in de group van
- die nick, of het correcte wachtwoord opgegeven zijn.
-
-NICK_HELP_RELEASE
- Gebruik: RELEASE nickname [wachtwoord]
-
- Geeft %S de opdracht elke nep-gebruiker met jouw nick te
- verwijderen. Deze nep-gebruiker wordt aangemaakt na een
- automatische kill-bescherming of na gebruik van het RECOVER
- commando. Standaard blijft zo'n nep-gebruiker %s staan;
- dit commando zorgt ervoor dat deze eerder wegghaald wordt.
-
- Om het RELEASE commando op een nick te mogen gebruiken moet
- je huidige adres zoals deze in /WHOIS staat op de toegangslijst
- van deze nick zijn, je geindentificeerd zijn in de group van
- die nick, of het correcte wachtwoord opgegeven zijn.
-
-
-NICK_HELP_GHOST
- Gebruik: GHOST nick [wachtwoord]
-
- Be-eindigd een "ghost" IRC sessie met jouw nick. Een "ghost"
- sessie is een sessie die niet feitelijk verbonden is, maar
- waarvan de IRC server denkt dat deze nog steeds online is
- voor om het even welke reden. Dit gebeurt vaak als je
- computer crasht of als je internet of modem verbinding
- ermee ophoudt wanneer je op IRC zit.
-
- Om het GHOST commando op een nick te mogen gebruiken moet
- je huidige adres zoals deze in /WHOIS staat op de toegangslijst
- van deze nick zijn, je geindentificeerd zijn in de group van
- die nick, of het correcte wachtwoord opgegeven zijn.
-
-NICK_HELP_INFO
- Gebruik: INFO nick
-
- Geeft informatie weer over de gegeven nick, zoals de laatste
- eigenaar van de nick, het laatst beekende adres, wanneer deze
- voor het laatst gezien is, en de ingestelde optie. Als je
- voor de gegeven nick geidentificeerd bent en het ALL
- commando is gegeven zal je alle informatie te zien krijgen,
- om het verborgen is of niet.
-
-NICK_HELP_LIST
- Gebruik: LIST trefbeeld
-
- Geeft alle geregistreerde nicks weer die overeenkomen met
- het gegeven trefbeeld, in nick!gebruiker@host formaat.
- Nicks met de PRIVATE optie aan worden niet weergegeven.
-
- Voorbeelden:
-
- LIST *!joeuser@foo.com
- Geeft alle nicks weer van joeuser@foo.com.
-
- LIST *Bot*!*@*
- Geeft alle geregistreerde nicks weer met Bot in
- hun naam (hoofdlettergevoelig).
-
- LIST *!*@*.bar.org
- Geeft alle nicks weer van het bar.org domein
-
-NICK_HELP_ALIST
- Gebruik: ALIST [niveau]
-
- Geeft alle kanalen weer waarop je toegang hebt. Optioneel
- kun je een niveau opgeven in XOP of ACCESS formaat. De
- resulterende lijst zal alleen kanalen bevatten waar je het
- gegeven toegangsniveau hebt.
-
- Voorbeelden:
- ALIST Founder
- Geeft alle kanalen weer waar je stichter-
- toegang hebt.
-
- ALIST AOP
- Geeft alle kanalen weer waar je AOP-toegang of
- meer hebt.
-
- ALIST 10
- Geeft alle kanalen weer waar je toegangsniveau
- 10 of hoger hebt.
-
- Kanalen met de NOEXPIRE optie aan zullen voorafgegaan
- worden door een uitroepteken.
-
-NICK_HELP_GLIST
- Gebruik: GLIST
-
- Geeft alle nicks in je groep weer.
-
-NICK_HELP_STATUS
- Gebruik: STATUS nick...
-
- Geef terug of de gebruiker van de gegeven nick wordt herkend
- als de eigenaar van die nick. Het antwoord is in dit formaat:
-
- nick status-code account
-
- where nick is the nickname sent with the command,
- status-code is one of the following, and account
- is the account they are logged in as.
-
- 0 - gebruiker niet online of nick niet geregistreerd
- 1 - gebruiker wordt niet herkend als de eigenaar van de nick
- 2 - gebruiker wordt alleen via de toegangslijst herkend als eigenaar
- 3 - gebruiker wordt door wachtwoordidentificatie herkend als eigenaar
-
- Er kunnen maximaal zestien nicks per keer worden verstuurd;
- de rest wordt genegeerd. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Gebruik: SENDPASS nick
-
- Verstuur het wachtwoord van de gegeven nick naar het e-mail
- adres wat bij de nick hoort. Dit commando is erg handig om
- verloren wachtwoorden terug te krijgen.
-
- Kan gelimiteerd zijn tot IRC operators op sommige netwerken.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Services Operators kunnen ook de registratie van elke nick
- opheffen zonder zich voor die nick te identificeren, en
- mogen de toegangslijst voor elke nick bekijken.
- (%R%S ACCESS LIST nick)
-
-NICK_SERVADMIN_HELP_LOGOUT
- Gebruik: LOGOUT [nick [REVALIDATE]]
-
- Zonder een paramenter keert dit command het effect van het
- IDENTIFY commando om; je wordt dus niet meer herkend als
- de echte eigenaar van je huidige nick. Merk echter op dat
- je niet wordt gevraagd jezelf opnieuw te identificeren.
-
- Met een paramenter doet dit commando hetzelfde voor de
- gegeven nick. Als je ook REVALIDATE meegeeft zullen de
- Services de gegeven nick vragen opnieuw te identificeren.
- Het gebruik hiervan is gelimiteerd tot Services Operators.
-
-NICK_SERVADMIN_HELP_DROP
- Gebruik: DROP [nick]
-
- Zonder een paramenter wordt je eigen nick uit de %S
- database verwijderd.
-
- Met een paramenter wordt de gegeven nick uit de database
- verwijderd. Je kan de registratie van elke nick in je groep
- ongedaan maken zonder speciale privileges. Het verwijderen
- van elke nick is gelimiteerd tot Services Operators.
-
-NICK_SERVADMIN_HELP_LIST
- Gebruik: trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Geeft alle geregistreerde nicknames weer die overeen komen
- met het gegeven trefbeeld, in nick!gebruiker@host formaat.
- Nicks met de PRIVATE optie in worden alleen weergegeven
- aan Services Operators. Nicks met de NOEXPIRE optie aan zullen
- een ! voor de naam hebben als een Services Operator de lijst
- bekijkt.
-
- If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only
- nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the
- NOEXPIRE flag set will be displayed. If multiple options are
- given, all nicks matching at least one option will be displayed.
- These options are limited to Services Operators.
-
- Voorbeelden:
-
- LIST *!joeuser@foo.com
- Geeft alle nicks weer van joeuser@foo.com.
-
- LIST *Bot*!*@*
- Geeft alle geregistreerde nicks weer met Bot in
- hun naam (hoofdlettergevoelig).
-
- LIST * NOEXPIRE
- Geeft alle geregistreerde nicks weer die niet
- zullen verlopen.
-
-NICK_SERVADMIN_HELP_ALIST
- Gebruik: ALIST [nick] [niveau]
-
- Zonder paramenters geeft dit elk kanaal weer waar je toegang
- hebt. Met een paramenter geeft het de kanalen weer waar
- nick toegang heeft. Met twee paramenters geeft het de
- kanalen weer waar nick een toegangsniveau van tenminste
- niveau heeft.
-
- Dit gebruik is gelimiteerd tot Services Operatorstrators.
-
-NICK_SERVADMIN_HELP_GLIST
- Gebruik: GLIST [nick]
-
- Zonder een paramenter worden alle nicks weergegeven die
- zich in jouw groep bevinden.
-
- Indied een paramenter gegeven is worden alle nicks
- weergegeven die zich in de groep van de gegeven nick
- bevinden.
- Dit gebruik is gelimiteerd tot Services Operators.
-
-NICK_SERVADMIN_HELP_GETPASS
- Gebruik: GETPASS nick
-
- Geeft het wachtwoord van de opgegeven nick weer. Merk op
- dat wanneer je dit commando gebruikt er een bericht met de
- persoon die het commando heeft uitgevoerd en de nick waarop
- het is gebruikt zal worden gelogd en verstuurd zal worden
- als WALLOPS/GLOBOPS.
-
- Dit commando is onbeschikbaar wanneer encryptie is ingeschakeld.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Geeft de bijpassende nicks weer dat gegeven email gebruikt.
- Merk op dat er geen wildcards mogen worden gebruikt in
- de user en de emailhost. Elke keer als dit commando wordt
- gebruikt wordt er een bericht gelogged met de persoon
- die dit commando uitvoerde samen met de emailhost waarop
- het werd gebruikt.
-
-NICK_SERVADMIN_HELP_FORBID
- Gebruik: FORBID nick [reden]
-
- Zorgt ervoor dat de gegeven nick niet kan worden geregistreerd
- of gebruikt door iedereen. Dit kan ongedaan gemaakt worden
- door de registratie van de nick ongedaan te maken (DROP).
-
- Op sommige netwerken is een reden verplicht.
-
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Gebruik: SUSPEND nick reden / UNSUSPEND nick
-
- Stelt een nick tijdelijk buiten werking. Een nick die buiten werking
- is gesteld kan niet worden gebruikt: identificatie wordt uitgeschakeld.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Haal het stichter-wachtwoord voor een kanaal op
-CHAN_HELP_CMD_FORBID
- FORBID Verbied het gebruik van een kanaal
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Stel een kanaal tijdelijk buiten werking terwijl de
- kanaal-data en -instellingen bewaard blijven.
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Stelt een tijdelijk buiten werking gesteld kanaal weer
- in werking
-CHAN_HELP_CMD_STATUS
- STATUS Geeft het huidige toegangsniveau van een gebruiker
- op een kanaal weer
-CHAN_HELP_CMD_REGISTER
- REGISTER Registreer een kanaal
-CHAN_HELP_CMD_SET
- SET Stel kanaal opties en informatie in
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Wijzig de lijst van AOP's
-CHAN_HELP_CMD_SOP
- SOP Wijzig de lijst van SOP's
-CHAN_HELP_CMD_ACCESS
- ACCESS Wijzig de lijst van toegestane gebruikers
-CHAN_HELP_CMD_LEVELS
- LEVELS Verander de betekenissen van toegangsniveaus
-CHAN_HELP_CMD_AKICK
- AKICK Beheer de AutoKick lijst
-CHAN_HELP_CMD_DROP
- DROP Annuleer een kanaalregistratie
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing you from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- %S stelt je in staat om kanalen te registreren en er
- verschillende opties van in te stellen. %S kan vaak
- voorkomen dat boosaardig gebruikers een kanaal "overnemen"
- door te limiteren wie er op het kanaal operator mag zijn.
- Beschikbare commando's staan hier beneden; om ze te gebruiken
- type je %R%S commando. Voor meer informatie over een
- specifiek commando type je %R%S HELP commando.
-
-
-CHAN_HELP_EXPIRES
-
- Onthoud dat elk kanaal wat %d dagen ongebruikt is (dwz dat
- er geen gebruiker die op de toegangslijst staat in die periode
- het kanaal binnen is gekomen) automatisch zal worden verwijderd.
-
-CHAN_HELP_REGISTER
- Gebruik: REGISTER kanaal beschrijving
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Gebruik: DROP kanaal
-
- Heft de registratie van het gegeven kanaal op. Kan alleen
- gebruik wordt door de kanaalstichter.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Gebruik: SET kanaal optie parameters
-
- Stelt de kanaalstichter in staat om verschillende kanaal-
- opties en andere informatie in te stellen.
-
- Beschikbare opties:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Stelt de stichter van het kanaal in
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Stelt de opvolger van het kanaal in
-CHAN_HELP_CMD_SET_DESC
- DESC Stelt de kanaalbeschrijving in
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Stel een bericht in dat naar de gebruikers
- wordt gestuurd zodra ze het kanaal binnekomen
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Stelt in hoe Services bans op het kanaal maken
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Zet kanaal modes vast aan of uit
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Onthoud het topic zoland het kanaal niet in
- gebruik is
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Stuur een notice wanneer de OP/DEOP commando's
- worden gebruikt.
-CHAN_HELP_CMD_SET_PEACE
- PEACE Reguleer het gebruik van kritieke commando's
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Verberg een kanaal van het LIST commando
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Limiteer toegang tot het kanaal
-CHAN_HELP_CMD_SET_SECURE
- SECURE Activeer %S veiligheidsopties
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Sterkere controle van de kanaalop status
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Sterkere controle van de stichter status
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Onderteken kicks die worden uitgevoerd met het
- KICK commando
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Topic kan alleen veranderd worden met TOPIC
-CHAN_HELP_CMD_SET_XOP
- XOP Schakel het gebruikersprivilegesysteem om
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Type %R%S HELP option voor meer informatie over een
- specifieke optie.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Gebruik: %s kanaal FOUNDER nick
-
- Veranderd de stichter van een kanaal. De nieuwe nick moet
- een geregistreerde nick zijn.
-
-CHAN_HELP_SET_SUCCESSOR
- Gebruik: %s kanaal SUCCESSOR nick
-
- Veranderd de opvolger van een kanaal. Als de nick van de
- stichter verloopt of de registratie ervan wordt geannuleerd
- zolang het kanaal nog geregistreerd is wordt de opvolger
- de nieuwe stichter van het kanaal, behalve als de opvolger
- als te veel kanalen (%d) geregistreerd heeft: dan wordt de
- registratie van het kanaal geannuleerd, wat ook gebeurt als
- er geen opvolger is ingesteld. De nieuwe nick moet een
- geregistreerde nick zijn.
-
-CHAN_HELP_SET_DESC
- Gebruik: %s kanaal DESC beschrijving
-
- Stelt de beschrijving van een kanaal in, die weergegeven
- wordt door de LIST en INFO commando's.
-
-CHAN_HELP_SET_ENTRYMSG
- Gebruik: %s kanaal ENTRYMSG [bericht]
-
- Stelt het bericht in dat via /notice zal worden verstuurd
- aan gebruikers die het kanaal binnenkomen. Als er geen
- paramenter wordt gegeven wordt er geen bericht verstuurd
- als iemand het kanaal binnenkomt.
-
-CHAN_HELP_SET_BANTYPE
- Gebruik: %s kanaal BANTYPE bantype
-
- Stelt het bantype in dat gebruikt zal worden door services
- wanneer ze een ban moet zetten op je kanaal.
-
- bantype is een nummer tussen 0 en 3 dat betekent:
-
- 0: ban in het formaat *!gebruiker@host
- 1: ban in het formaat *!*gebruiker@host
- 2: ban in het formaat *!*@host
- 3: ban in het formaat *!*gebruiker@*.domein
-
-CHAN_HELP_SET_KEEPTOPIC
- Gebruik: %s kanaal KEEPTOPIC {ON | OFF}
-
- Zet de topicbehoud optie aan of uit voor een kanaal.
- Wanneer topicbehoud aan staat zal het topic van het
- kanaal onthouden worden door %S, zelfs nadat de laatste
- gebruiker het kanaal heeft verlaten. Het topic zal wanneer
- de volgende gebruiker het kanaal binnenkomt worden
- teruggezet.
-
-CHAN_HELP_SET_TOPICLOCK
- Gebruik: %s kanaal TOPICLOCK {ON | OFF}
-
- Zet de topicslot optie aan of uit voor een kanaal.
- Wanneer topicslot aan staat zal %S het niet toestaan om
- het topic van het kanaal te veranderen. Het topic kan dan
- alleen veranderd worden met het TOPIC commando.
-
-CHAN_HELP_SET_MLOCK
- Gebruik: %s kanaal MLOCK modes
-
- Stelt de mode-slot paramenter in voor het kanaal. %S
- staat je toe om verschillen kanaalmodes altijd aan of uit
- te laten staan, of om het mogelijk te maken deze aan of uit
- te zetten met het /MODE commando.
-
- De modes paramenter wordt precies hetzelfde opgebouwd als
- in een /MODE commando: modes achter een + zijn altijd aan,
- en modes achter een - zijn altijd uit. Merk wel op dat, in
- tegenstelling tot het /MODE commando, alleen opgegeven modes
- geforceerd worden door SET MLOCK; het mode-slot wordt eerst
- leeggemaakt voor de nieuwe modes erin worden gezet!
-
- Waarschuwing: Als je het mode-slot gebruikt om een wachtwoord
- op het kanaal te zette moet je, zoals in het 2e voorbeeld, ook
- de optie RESTRICTED aanzette (zie HELP SET RESTRICTED), of
- iedereen die het kanaal binnenkomt als het leeg is kan het
- wachtwoord zien!
-
- Voorbeelden:
-
- SET #channel MLOCK +nt-iklps
- Foreert modes n en t aan, en modes i, k, l, p, en s
- uit. Mode m kan aan of uit gezet worden met /MODE.
-
- SET #channel MLOCK +knst-ilmp wachtwoord
- Forceert modes k, n, s, en t aan, en modes i, l, m,
- en p uit. Forceert ook dat het kanaalwachtwoord
- "wachtwoord" is.
-
- SET #channel MLOCK +
- Verwijderd het mode-slot; alle kanaalmodes kunnen
- vrij ingesteld worden met /MODE.
-
-CHAN_HELP_SET_PEACE
- Gebruik: %s kanaal PEACE {ON | OFF}
-
- Zet de vrede optie aan of uit voor een kanaal. Wanneer
- vrede aanstaat kan een gebruiker niemand kicken, bannen,
- of iemand's kanaal status wijzigen/verwijderen van een
- gebruiker met een gelijkwaardig of hoger level dan die
- van zichzelf via de %S commando's.
-
-CHAN_HELP_SET_PRIVATE
- Gebruik: %s kanaal PRIVATE {ON | OFF}
-
- Zet de prive optie aan of uit voor een kanaal. Wanneer
- de prive optie aan staat zal %R%S LIST het kanaal
- in geen enkele lijst weergeven.
-
-CHAN_HELP_SET_RESTRICTED
- Gebruik: %s kanaal RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Gebruik: %s kanaal SECURE {ON | OFF}
-
- Zet %S's veiligheidsfuncties aan of uit voor een kanaal.
- Wanneer SECURE aan staat zullen alleen gebruikers die
- hun nicks met %s geregistreerd hebben en geidentificeerd
- zijn met hun wachtwoord toegang krijgen tot het kanaal,
- zoals geregeld door de toegangslijst.
-
-CHAN_HELP_SET_SECUREOPS
- Gebruik: %s kanaal SECUREOPS {ON | OFF}
-
- Zet de veilige ops optie aan of uit voor een kanaal.
- Wanneer veilige ops aan staat mogen gebruikers die niet
- op de toegangslijst staan geen kanaalop status krijgen.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Gebruik: %s kanaal SECUREFOUNDER {ON | OFF}
-
- Zet de veilige stichter optie aan of uit voor een kanaal.
- Wanneer veilige stichter aan staat zal alleen de echte
- stichter een kanaal kunnen annuleren en het wachtwoord, de
- stichter en de opvolger kunnen veranderen, en niet degenen
- die alleen geidentificeerd zijn met %S.
-
-CHAN_HELP_SET_SIGNKICK
- Gebruik: %s kanaal SIGNKICK {ON | LEVEL | OFF}
-
- Zet ondertekende kicks aan of uit voor een kanaal.
- Wanneer SIGNKICK aan staat zullen kicks die uitgevoerd
- worden dmv het %S KICK commando de nick van degene die
- het commando uitgevoerd heeft de nick in de reden hebben.
-
- Als je LEVEL gebruikt zullen degenen die een niveau hebben
- gelijk aan of hoger dan het SIGNKICK niveau op het kanaal
- hun nick niet toegevoegd hebben aan de kicks.
- Zie %R%S HELP LEVELS voor meer informatie.
-
-CHAN_HELP_SET_XOP
- Gebruik: %s kanaal XOP {ON | OFF}
-
- Zet het xOP lijsten systeem aan of uit voor een kanaal.
- Wanneer XOP aan staat moet je de AOP/SOP/VOP
- commando's gebruiken om kanaalprivileges aan gebruikers
- te geven, anders moet je het ACCESS command gebruiken.
-
- Technische Opmerking: Als je van toegangslijsten naar xOP
- lijsten overschakeld zullen je level beschrijvingen en
- gebruikersniveaus worden aangepast. Je zult ze dus niet met
- dezelfde waarden terugvinden als je terugschakelt naar het
- toegangslijsten systeem!
-
- Je moet ook goed opletten of de gebruikers in de goede xOP
- lijst staan als je overschakelt, omdat de gok niet altijd
- perfect is... het is zelfs niet aangeraden om de xOP lijsten
- te gebruiken als je niveaubeschrijvingen hebt veranderd
- met het LEVELS commando.
-
- Het overschakelen van xOP lijsten naar het toegangslijsten
- systeem brengt echter geen problemen met zich mee.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Gebruik: %s kanaal OPNOTICE {ON | OFF}
-
- Zet de op-notificatie optie aan of uit voor een kanaal.
- Wanneer op-notificatie aan staat zal %S een notice naar
- het kanaal sturen wanneer de OP of DEOP commando's worden
- gebruikt voor een gebruiker in het kanaal.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Gebruik: AOP kanaal ADD nick
- AOP kanaal DEL {nick | entry-nr | lijst}
- AOP kanaal LIST [mask | lijst]
- AOP kanaal CLEAR
-
- Onderhoud de AOP (AutoOP) lijst voor een kanaal. De AOP
- lijst geeft gebruikers het recht om automatisch operator te
- worden op het kanaal, zichzelf te unbannen of uit te nodigen
- als dat nodig is, hun groetbericht weer te geven als ze het
- kanaal binnenkomen, enzovoorts.
-
- Het AOP ADD commando voegt de gegeven nick toe aan de
- AOP lijst.
-
- Het AOP DEL commando verwijderd de gegeven nick van de
- AOP lijst. Als een lijst van entry-nummers is opgegeven
- worden die verwijderd. (Zie het LIST-voorbeeld hieronder)
-
- Het AOP LIST commando geeft de AOP lijst weer. Als er
- een mask is gegeven worden alleen de de AOP's die over-
- eenkomen met het opgegeven mask weergegeven. Als een lijst
- van entry-nummers is opgegeven, worden alleen die weer-
- gegeven. Bijvoorbeeld:
-
- AOP #kanaal LIST 2-5,7-9
- Geeft AOP's 2 t/m 5 en 7 t/m 9 weer.
-
- Het AOP CLEAR commando verwijderd alle AOP's van de
- AOP lijst.
-
- De AOP ADD en AOP DEL commando's zijn gelimiteerd tot
- SOP's of hoger. AOP CLEAR can alleen gebruikt worden door
- de kanaalstichter. Elke gebruiker op de AOP lijst mag
- echter AOP LIST gebruiken.
-
- Dit commando kan uitgeschakeld zijn voor je kanaal, en in
- dat geval heb je de toegangslijst nodig. Zie
- %R%S HELP ACCESS voor meer informatie over toegangs-
- lijsten, en %R%S HELP SET XOP om te weten te komen
- hoe je tussen toegangslijsten en xOP-lijsten schakelt.
-
-CHAN_HELP_HOP
- Gebruik: HOP kanaal ADD nick
- HOP kanaal DEL {nick | entry-nr | lijst}
- HOP kanaal LIST [mask | lijst]
- HOP kanaal CLEAR
-
- Onderhound de HOP (HalfOP) lijst voor een kanaal. De
- HOP lijst geeft gebruikers de rechten om automatisch
- half-operator te worden op het kanaal.
-
- Het HOP ADD commando voegt de gegeven nick toe aan de
- HOP lijst.
-
- Het HOP DEL commando verwijderd de gegeven nick van de
- HOP lijst. Als een lijst van entry-nummers is opgegeven
- worden die verwijderd. (Zie het LIST-voorbeeld hieronder)
-
- Het HOP LIST commando geeft de HOP lijst weer. Als er
- een mask is gegeven worden alleen de de HOP's die over-
- eenkomen met het opgegeven mask weergegeven. Als een lijst
- van entry-nummers is opgegeven, worden alleen die weer-
- gegeven. Bijvoorbeeld:
-
- HOP #kanaal LIST 2-5,7-9
- Geeft AOP's 2 t/m 5 en 7 t/m 9 weer.
-
- Het HOP CLEAR commando verwijderd alle HOP's van de
- HOP lijst.
-
- De HOP ADD, HOP DEL en HOP LIST commando's zijn
- gelimiteerd tot AOP's en hoger. Het HOP CLEAR commando
- mag alleen door de kanaalstichter gebruikt worden.
-
- Dit commando kan uitgeschakeld zijn voor je kanaal, en in
- dat geval heb je de toegangslijst nodig. Zie
- %R%S HELP ACCESS voor meer informatie over toegangs-
- lijsten, en %R%S HELP SET XOP om te weten te komen
- hoe je tussen toegangslijsten en xOP-lijsten schakelt.
-
-CHAN_HELP_SOP
- Gebruik: SOP kanaal ADD nick
- SOP kanaal DEL {nick | entry-nr | lijst}
- SOP kanaal LIST [mask | lijst]
- SOP kanaal CLEAR
-
- Onderhoud de SOP (SuperOP) lijst voor een kanaal. De
- SOP lijst geeft gebruikers alle rechten van die van de AOP
- lijst, en voegt de vereiste rechten toe om de AutoKick en
- SlechteWoorden lijst te onderhouden, kanaalmemo's te ver-
- struen en te lezen, enzovoorts.
-
- Het SOP ADD commando voegt de gegeven nick toe aan de
- SOP lijst.
-
- Het SOP DEL commando verwijderd de gegeven nick van de
- SOP lijst. Als een lijst van entry-nummers is opgegeven
- worden die verwijderd. (Zie het LIST-voorbeeld hieronder)
-
- Het SOP LIST commando geeft de SOP lijst weer. Als er
- een mask is gegeven worden alleen de de SOP's die over-
- eenkomen met het opgegeven mask weergegeven. Als een lijst
- van entry-nummers is opgegeven, worden alleen die weer-
- gegeven. Bijvoorbeeld:
-
- SOP #kanaal LIST 2-5,7-9
- Geeft SOP's 2 t/m 5 en 7 t/m 9 weer.
-
- Het SOP CLEAR commando verwijderd alle SOP's van de
- SOP lijst.
-
- De SOP ADD, SOP DEL en SOP CLEAR commando's zijn
- gelimiteerd tot de kanaalstichter. SOP LIST mag door
- elke gebruiker op de AOP lijst gebruikt worden.
-
- Dit commando kan uitgeschakeld zijn voor je kanaal, en in
- dat geval heb je de toegangslijst nodig. Zie
- %R%S HELP ACCESS voor meer informatie over toegangs-
- lijsten, en %R%S HELP SET XOP om te weten te komen
- hoe je tussen toegangslijsten en xOP-lijsten schakelt.
-
-CHAN_HELP_VOP
- Gebruik: VOP kanaal ADD nick
- VOP kanaal DEL {nick | entry-nr | lijst}
- VOP kanaal LIST [mask | lijst]
- VOP kanaal CLEAR
-
- Onderhoud de VOP (VOicePeople) lijst voor een kanaal.
- De VOP lijst geeft gebruikers het recht om automatisch
- voice te worden op het kanaal en zichzelf voice te geven
- als ze die niet hebben.
-
- Het VOP ADD commando voegt de gegeven nick toe aan de
- VOP lijst.
-
- Het VOP DEL commando verwijderd de gegeven nick van de
- VOP lijst. Als een lijst van entry-nummers is opgegeven
- worden die verwijderd. (Zie het LIST-voorbeeld hieronder)
-
- Het VOP LIST commando geeft de VOP lijst weer. Als er
- een mask is gegeven worden alleen de de VOP's die over-
- eenkomen met het opgegeven mask weergegeven. Als een lijst
- van entry-nummers is opgegeven, worden alleen die weer-
- gegeven. Bijvoorbeeld:
-
- VOP #kanaal LIST 2-5,7-9
- Geeft VOP's 2 t/m 5 en 7 t/m 9 weer.
-
- Het VOP CLEAR commando verwijderd alle AOP's van de
- VOP lijst.
-
- De VOP ADD, VOP DEL en VOP LIST commando's zijn
- gelimiteerd tot AOPs en hoger. VOP CLEAR kan alleen
- door de kanaalstichter gebruikt worden.
-
- Dit commando kan uitgeschakeld zijn voor je kanaal, en in
- dat geval heb je de toegangslijst nodig. Zie
- %R%S HELP ACCESS voor meer informatie over toegangs-
- lijsten, en %R%S HELP SET XOP om te weten te komen
- hoe je tussen toegangslijsten en xOP-lijsten schakelt.
-
-CHAN_HELP_ACCESS
- Gebruik: ACCESS kanaal ADD nick niveau
- ACCESS kanaal DEL {nick | entry-nr | lijst}
- ACCESS kanaal LIST [mask | lijst]
- ACCESS kanaal VIEW [mask | lijst]
- ACCESS kanaal CLEAR
-
- Onderhoud de toegangslijst voor een kanaal. De toegangs-
- lijst specificeert welke gebruikers toestemming hebben om
- kanaal operator te worden, of om %S commando's te gebruiken
- op het kanaal. Verschillende gebruikersniveaus maken het
- mogelijk om verschillende sets met privileges te maken.
- %R%S HELP ACCESS LEVELS voor meer informatie hierover.
- Elke gebruiker die niet op de toegangslijst staat heeft een
- gebruikersniveau van 0.
-
- Het ACCESS ADD commando voegt de gegeven nick toe aan de
- toegangslijst met het gegeven gebruikersniveau. Als de nick
- al op de lijst staat wordt het toegangsniveau veranderd in
- het niveau gespecificeerd in het commando. Het niveau dat
- gespecificeerd is moet minder zijn dan de gebruiker die het
- commando invoert, en als nick al op de toegangslijst
- bestaat moet het huidige toegangsniveau van die nick lager
- zijn dan die van degene die het commando uitvoert.
-
- Het ACCESS DEL commando verwijderd de opgegeven nick van
- de toegangslijst. Als een lijst met entry-nummers is
- gegeven worden die verwijderd. (Zie het voorbeeld voor
- LIST hier onder)
-
- Het ACCESS LIST commando geeft de toegangslijst weer. Als
- een wildcard mask is opgegeven worden alleen de overeen-
- komsten weergegeven. Als een lijst van entry-nummers ie
- gegeven wordt alleen die weergegeven. Bijvoorbeeld:
-
- ACCESS #kanaal LIST 2-5,7-9
- Geeft gebruikers 2 t/m 5 en 7 t/m 9 van de
- toegangslijst weer.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Het ACCESS CLEAR commando maakt de toegangslijst leeg.
-
-CHAN_HELP_ACCESS_LEVELS
- Gebruikerstoegangslevels
-
- Standaard zijn de volgende toegangslevels gedefineerd:
-
- Founder Volledige rechten tot de %S functies;
- automatisch op worden bij het binnenkomen
- van een kanaal. Merk op dat maar een
- persoon stichterstatus kan hebben (het
- kan niet worden gegeven met het ACCESS
- commando).
-  10 Toegang tot het AKICK commando; automatisch op.
-  5 Automatisch op.
-  3 Automatisch voice.
-  0 Geen speciale privileges; kan op status krijgen
- door andere ops (tenzij secure-ops aan is).
-  <0 Mag geen op worden.
-
- Deze niveaus kunnen worden veranderd, en er kunnen nieuwe
- worden toegevoegd dmv het LEVELS commando; type
- %R%S HELP LEVELS voor meer informatie.
-
-CHAN_HELP_AKICK
- Gebruik: AKICK channel ADD {nick | mask} [reden]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | lijst}
- AKICK channel LIST [mask | entry-num | lijst]
- AKICK channel VIEW [mask | entry-num | lijst]
- AKICK kanaal ENFORCE
- AKICK kanaal CLEAR
-
- Onderhoud de AutoKick lijst voor een kanaal. Als een
- gebruiker op de AutoKick lijst het kanaal binnen probeert
- te komen zal %S die gebruiker automatisch worden bannen
- en kicken van het kanaal.
-
- Het AKICK ADD commando voegt de gegeven nick of gebruikers-
- mask toe aan de AutoKick lijst. Als er een reden is gegeven
- met het commando zal die reden gebruikt worden om de gebruiker
- te kicken; zo niet is de reden "You have been banned from the
- channel".
- Als een geregistreerde nick wordt toegevoegd, wordt de nickserv
- account toegevoegd in plaats van de mask. Alle gebruikers binnen
- deze groep zullen automatisch worden gekicked.
-
- Het AKICK STICK commando bant het gegeven mask permanent
- op het kanaal. Als iemand de ban probeert te verwijderen
- zal %S de ban automatisch opnieu toevoegen.
- Deze functie kan niet op geregistreerde nicks gebruikt worden.
-
- Het AKICK UNSTICK commando annuleert het effect van het
- AKICK STICK commando, zodat je de ban weer weg kan halen
- van het kanaal.
-
- Het AKICK DEL commando verwijderd de gegeven nick of mask
- van de AutoKick lijst. Het verwijderd echter geen ban die
- is geplaatst door een AutoKick; die moeten handmatig
- verwijderd worden.
-
- Het AKICK LIST commando geeft de AutoKick lijst weer, of
- optioneel alleen de AutoKick's die overeenkomen met het
- opgegeven mask.
-
- Het AKICK VIEW commando is een woordenrijkere versie
- van het AKICK LIST commando.
-
- Het AKICK ENFORCE commando zorgt ervoor dat %S de
- huidige AKICK lijst forceert door het verwijderen van
- gebruikers die overeenkomen met een AKICK mask.
-
- The AKICK CLEAR commando maakt de AutoKick lijst leeg.
-
-CHAN_HELP_LEVELS
- Gebruik: LEVELS kanaal SET type [niveau|FOUNDER]
- LEVELS kanaal {DIS | DISABLE} type
- LEVELS kanaal LIST
- LEVELS kanaal RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- De volgende optie-/functienamen worden begrepen. Let op dat
- de niveaus voor AUTODEOP en NOJOIN maximale niveaus zijn,
- terwijl alle andere minimale niveaus zijn.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Gebruik: INFO kanaal
-
- Geeft informatie weer over het gegeven geregistreerde
- kanaal, zoals de stichter, registratietijd, tijd van
- laatste gebruik, beschrijving, en mode-slot indien aan-
- wezig. Als ALL is gespecificeerd zullen het groetbericht
- en de opvolger ook worden weergegeven.
-
- Standaard is de ALL optie gelimiteerd tot degenen met
- stichter-toegang tot het kanaal.
-
-CHAN_HELP_LIST
- Gebruik: LIST trefbeeld
-
- Geeft alle geregistreerde kanalen weer die overeen komen
- met het trefbeeld. (Kanalen met de PRIVATE optie aan
- worden niet weergegeven.)
-
-CHAN_HELP_OP
- Gebruik: OP #kanaal [nick]
-
- Geeft de gegeven nick op-status op een kanaal. Als er geen
- nick is gegeven zal je zelf op-status krijgen.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal.
-
-CHAN_HELP_DEOP
- Gebruik: DEOP #kanaal [nick]
-
- Verwijderd de op status van de gegeven nick op een kanaal.
- Als er geen nick is gegeven zal je zelf je opstatus kwijt
- raken.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal.
-
-CHAN_HELP_VOICE
- Gebruik: VOICE #kanaal [nick]
-
- Geeft de geselecteerde nick voice status op een kanaal. Als
- er geen nick gegeven is zal je zelf voice status krijgen.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal, of tot VOPs of degenen met niveau
- 3 of hoger voor het voice status geven van zichzelf.
-
-CHAN_HELP_DEVOICE
- Gebruik: DEVOICE #kanaal [nick]
-
- Verwijdert de voice status van de gegeven nick op een kanaal.
- Als er geen nick is gegeven zal je zelf je voice status
- kwijtraken.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal, of tot VOPs of degenen met niveau
- 3 of hoger voor het voice status geven van zichzelf.
-
-CHAN_HELP_HALFOP
- Gebruik: HALFOP #kanaal [nick]
-
- Geeft de geselecteerde nick halfop status op een kanaal. Als
- er geen nick is gegeven zul je zelf halfop status krijgen.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal, of tot HOPs of degenen met niveau
- 4 of hoger voor het halfop status geven van zichzelf.
-
-CHAN_HELP_DEHALFOP
- Gebruik: DEHALFOP #kanaal [nick]
-
- Verwijdert de halfop status van de gegeven nick op een kanaal.
- Als er geen nick is gegeven zal je zelf je halfop status
- kwijtraken.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met niveau
- 5 of hoger op het kanaal, of tot HOPs of degenen met niveau
- 4 of hoger voor het halfop status geven van zichzelf.
-
-CHAN_HELP_PROTECT
- Gebruik: PROTECT #kanaal [nick]
-
- Beschermt de geselecteerde nick op een kanaal. Als nick niet
- is gegeven, zal je zelf beschermd worden.
-
- Standaard is dit gelimiteerd tot de oprichter, SOPs, of
- degenen met een niveau van 10 of hoger op het kanaal voor
- zelf-protectie.
-
-CHAN_HELP_DEPROTECT
- Gebruik: DEPROTECT #kanaal [nick]
-
- Heft de bescherming van de gegeven nick op een kanaal op.
- Als nick niet is gegeven, zal de beschermen van jezelf
- opgeheven worden.
-
- Standaard is dit gelimiteerd tot de stichter, SOPs, of
- degenen met een niveau van 10 of hoger op het kanaal voor
- zelf-protectie.
-
-CHAN_HELP_OWNER
- Gebruik: OWNER #kanaal
-
- Geeft je eigenaar status op kanaal.
-
- Gelimiteerd tot degenen met stichter-rechten op het kanaal.
-
-CHAN_HELP_DEOWNER
- Gebruik: DEOWNER #kanaal
-
- Verwijdert je eigenaar status op channel.
-
- Gelimiteerd tot degenen met stichter-rechten op het kanaal.
-
-CHAN_HELP_INVITE
- Gebruik: INVITE kanaal
-
- Laat %S je uitnodigen in een gegeven kanaal.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met
- niveau 5 of hoger op het kanaal.
-
-CHAN_HELP_UNBAN
- Gebruik: UNBAN kanaal [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met
- niveau 5 of hoger op het kanaal.
-
-CHAN_HELP_KICK
- Gebruik: KICK #kanaal nick [reden]
-
- Kickt de gegeven nick van het gegeven kanaal.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met
- niveau 5 of hoger op het kanaal.
-
-CHAN_HELP_BAN
- Gebruik: BAN #kanaal nick [reden]
-
- Bant de gegeven nick op het gegeven kanaal.
-
- Standaard is dit gelimiteerd tot AOPs of degenen met
- niveau 5 of hoger op het kanaal.
-
-CHAN_HELP_TOPIC
- Gebruik: TOPIC kanaal [topic]
-
- Zorgt ervoor dat %S het kanaal topic verandert in het
- gegeven topic. Als topic niet is gegeven wordt het topic
- leeg gemaakt. Dit commando is het meest bruikbaar in
- samenwerking met SET TOPICLOCK. Zie ook %R%S HELP SET
- TOPICLOCK voor meer informatie.
-
- Standaard is dit gelimiteerd tot degenen met stichter-toegang
- op het kanaal.
-
-CHAN_HELP_CLEAR
- Gebruik: CLEAR kanaal wat
-
- Zorgt ervoor dat %S bepaalde instellingen van het kanaal
- verwijdert. wat kan zijn:
-
- MODES Verwijder alle modes op het kanaal (verwijdert
- modes i,k,l,m,n,p,s,t).
- BANS Verwijder alle bans op het kanaal.
- EXCEPTS Clears all excepts on the channel.
- INVITES Clears all invites on the channel.
- OPS Verwijder kanaal-operator status (mode +o) van
- alle kanaal-operators. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Verwijder kanaal-halfoperator status (mode +h)
- van alle kanaal-halfoperators, indien deze
- mode ondersteund wordt.
- VOICES Verwijder "voice" status (mode +v) van iedereen
- met "voice" status op het kanaal.
- USERS Verwijder (kick) alle gebruikers van het kanaal.
-
- Standaard is dit gelimiteerd tot degenen met stichter-toegang
- op het kanaal.
-
-CHAN_HELP_GETKEY
- Gebruik: GETKEY kanaal
-
- Geef de key van het gegeven kanaal terug.
-
-CHAN_SERVADMIN_HELP
-
- Services Operators kunnen ook elk kanaal dropped zonder dat
- ze hoeven te indentificeren via een wachtwoord, en kunnen de
- toegangs-, AKICK-, en niveau-lijsten bekijken voor elk kanaal.
-
-CHAN_SERVADMIN_HELP_DROP
- Gebruik: DROP kanaal
-
- Zegt de registratie van het gegeven kanaal op. Alleen
- Services Operators kunnen elk kanaal droppen, ook al zijn
- ze niet voor het betreffende kanaal geindtificeerd.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Gebruik: SET kanaal NOEXPIRE {ON | OFF}
-
- Stelt in of het gegeven kanaal zal verlopen. Door deze optie
- AAN te zetten kun je verhinderen dan het kanaal verloopt.
-
-CHAN_SERVADMIN_HELP_LIST
- Gebruik: LIST trefbeeld [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Geeft alle geregistreerde kanalen weer die overeen komen met
- het gegeven tgrefbeeld. Kanalen met de PRIVATE optie aan
- worden alleen weergegeven aan Services Operators.
- Kanalen met de NOEXPIRE aan zullen een ! voor de kanaal-
- naam hebben voor Services Operators.
-
- Als de FORBIDDEN, SUSPENDED of NOEXPIRE opties zijn gegeven
- worden alleen kanalen die, respectievelijk, verboden,
- tijdelijk buiten werken gesteld zijn, of als niet-verlopen
- gemarkeerd zijn weergegeven. Als er meerdere opties worden
- gegeven worden alle gevraagde types weergegeven. Deze opties
- zijn gelimiteerd tot Services Operatorstrators.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Gebruik: GETPASS kanaal
-
- Geeft het wachtwoord voor het gegeven kanaal terug.
- Let op: wanneer je dit commando gebruikt zal er een bericht
- waarin staat wie het commando op welk kanaal heeft gebruikt
- worden gelogged en verstuurd als WALLOPS/GLOBOPS.
-
-CHAN_SERVADMIN_HELP_FORBID
- Gebruik: FORBID kanaal [reden]
-
- Verbied iedereen van het registreren of gebruiken van het
- gegeven kanaal. Kan ongedaan gemaakt worden door het
- droppen van het kanaal.
-
- Reden kan verplicht zijn op sommige netwerken.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Gebruik: SUSPEND kanaal [reden]
-
- Verbied iedereen van het registreren of gebruiken van het
- gegeven kanaal. Kan ongedaan gemaakt worden door middel van
- het UNSUSPEND commando om alle vorige kanaal data en
- instellingen te behouden.
-
- Op sommige netwerken is een reden verplicht.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND channel
-
- Stelt een buiten werking gesteld kanaal weer in werking.
- Alle data en instellingen worden teruggeven van voor de
- buitenwerkingstelling.
- Releases a suspended channel. All data and settings
- are preserved from before the suspention.
-
-CHAN_SERVADMIN_HELP_STATUS
- Gebruik: STATUS kanaal nick
-
- Geeft het huidige toegangsniveau van de gegeven nick op het
- gegeven kanaal weer. Het antwoord is in het formaat:
-
- STATUS kanaal nick toegangsniveau
-
- Als er een fout optreed zal het antwoord zijn in het formaat:
-
- STATUS ERROR fout-bericht
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Vertstuur een memo naar een nick of kanaal
-MEMO_HELP_CMD_CANCEL
- CANCEL Annuleer je laatst verzonden memo
-MEMO_HELP_CMD_LIST
- LIST Geef je memo's weer
-MEMO_HELP_CMD_READ
- READ Lees een of meerdere memo's
-MEMO_HELP_CMD_DEL
- DEL Verwijder een of meerdere memo's
-MEMO_HELP_CMD_SET
- SET Stel opties gerelateerd aan memo's in
-MEMO_HELP_CMD_INFO
- INFO Toont info over jouw memo's
-MEMO_HELP_CMD_RSEND
- RSEND Verstuur een memo en verzoek een ontvangstbevestiging
-MEMO_HELP_CMD_CHECK
- CHECK Kijk of je laatste memo naar iemand is gelezen
-MEMO_HELP_CMD_SENDALL
- SENDALL Stuur een memo naar alle geregistreerde gebruikers
-MEMO_HELP_CMD_STAFF
- STAFF Stuur een memo naar alle opers/admin
-
-MEMO_HELP_HEADER
- %S is een services die IRC gebruikers in staat stelt om
- korte berichten te sturen naar andere IRC gebruikers, online
- of offline, of naar kanalen(*). De verstuurder's nick en de
- nick van de vanger, of het kanaal waar de memo naartoe gaat,
- moeten geregistreerd zijn om de memo te versturn.
-
- %S's commando's bevatten:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- Type %R%S HELP commando voor hulp bij een van
- de bovenstaande commando's
-
- (*) Standaard kan elke gebruiker met tenminste toegangsniveau
- 10 de kanaalmemo's lezen. Dit kan aangepast worden met
- het %s LEVELS commando.
-
-MEMO_HELP_SEND
- Gebruik: SEND {nick | kanaal} memo-text
-
- Stuurt de genoemde nick of kanaal een memo bevattende
- memo-text. Wanneer je een memo naar een nick stuurt zal
- de ontvanger een notice krijgen dat hij/zij een nieuwe memo
- heeft. De doel nick/kanaal moet geregistreerd zijn.
-
-MEMO_HELP_CANCEL
- Gebruik: CANCEL {nick | kanaal}
-
- Annuleert de laatste memo die je gestuurd hebt aan de gegeven
- nick of kanaal, indien deze nog niet gelezen is op het moment
- dat je dit commando gebruikt.
-
-MEMO_HELP_LIST
- Gebruik: LIST [kanaal] [lijst | NEW]
-
- Geeft alle memo's die je hebt weer. Als je NEW opgeeft worden
- alleen nieuwe (ongelezen) memo's weergegeven. Ongelezen memo's
- worden gemarkeerd met een "*" links van het memo nummer. Je kan
- ook een lijst van nummers specificeren, zoals in het voorbeeld:
-
- LIST 2-5,7-9
- Geeft de memo's genummerd 2 t/m 5 en 7 t/m 9 weer.
-
-MEMO_HELP_READ
- Gebruik: READ [kanaal] {nr | lijst | LAST | NEW}
-
- Verstuurt de text van de gespecificeerde memo's. Als LAST is
- gegeven wordt de laatst ontvangen memo verstuurd. Als NEW is
- gegeven worden alle nieuwe memo's verstuurd. Anders wordt
- memo nummer nr gegeven. Je kan ook een lijst van nummers
- opgeven, zoals in onderstaand voorbeeld:
-
- READ 2-5,7-9
- Geeft de memo's genummerd 2 t/m 5 en 7 t/m 9 weer.
-
-MEMO_HELP_DEL
- Gebruik: DEL [kanaal] {nr | lijst | LAST | ALL}
-
- Verwijdert de gespecificeerde memo('s). Je kan meerdere
- memo-nummers specificeren of bereiken van nummers ipv een
- enkel nummer, zoals in het 2e voorbeeld hier onder.
-
- Als LAST is gegeven, wordt je laatste nieuwe memo verwijderd.
- Als ALL is gegeven, worden al je memo's verwijderd.
-
- Voorbeelden:
-
- DEL 1
- Verwijdert je eerste memo.
-
- DEL 2-5,7-9
- Verwijdert de memo's genummerd 2 t/m 5 en 7 t/m 9.
-
-MEMO_HELP_SET
- Gebruik: SET optie parameters
-
- Stelt verschillende memo opties in. optie kan zijn:
-
- NOTIFY Veranderd wanneer je geinformeerd wordt over
- nieuwe memo's (alleen voor nicks)
- LIMIT Stelt het maximum aantal memo's dat je kan
- ontvangen in
-
- Type %R%S HELP SET optie voor more informatie over
- een specifieke optie.
-
-MEMO_HELP_SET_NOTIFY
- Gebruik: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Verandert wanneer je geinformeerd zal worden over nieuwe memo's:
-
- ON Je wordt geinformeerd over memo's wanneer je inlogt,
- terugkomt van /AWAY, en wanneer ze naar je
- gestuurd worden.
- LOGON Je wordt geinformeerd over memo's wanneer je inlogt,
- of wanneer je terugkomt van /AWAY.
- NEW Je wordt alleen geinformeerd over memo's wanner ze
- naar je worden verstuurd.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Je zal geen informaties over memo's ontvangen.
-
- ON is wezenlijk LOGON en NEW gecombineerd.
-
-MEMO_HELP_SET_LIMIT
- Gebruik: SET LIMIT [kanaal] limiet
-
- Stelt het maximum aantal memo's in dat jij (of het gegeven
- kanaal) kan hebben. Als je dit op 0 zet zal niemand memo's
- naar je kunnen sturen. Je kan dit echter niet hoger dan %d
- zetten.
-
-MEMO_HELP_INFO
- Gebruik: INFO [kanaal]
-
- Geeft informatie weer over het aantal memo's dat je hebt,
- hoeveel daarvan er ongelezen zijn, en hoeveel memo's je in
- totaal kan ontvangen. Met een paramenter wordt dezelfde
- informatie voor het gegeven kanaal weergegeven.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Gebruik: SET LIMIT [gebruiker | kanaall] {limiet | NONE} [HARD]
-
- Stelt het maximum aantal memo's in dat een gebruiker of
- kanaal mag hebben. Als je deze limiet op 0 zet kan de
- gebruiker geen memo's ontvangen; zet dit op NONE om toe
- te staan dat de gebruiker of kanaal zoveel memo's mag hebben
- als hij/zij wil. Als je geen nick of kanaal opgeeft wordt
- je eigen limiet ingesteld.
-
- Als je HARD toevoegt kan de gebruiker de limiet niet
- veranderen. HARD weglaten heeft het tegenovergestelde
- effect: de gebruiker in staat stellen de limiet te veranderen
- (zelfs als een vorige limiet is ingesteld met HARD).
-
- Het gebruiken van het SET LIMIT commando is gelimiteerd tot
- Services Operators. Andere gebruikers mogen alleen een limiet
- voor zichzelf of voor een kanaal waar ze genoeg rechten hebben
- instellen, mogen geen limiet instellen boven %d, en mogen geen
- harde limiet instellen.
-
-MEMO_SERVADMIN_HELP_INFO
- Gebruik: INFO [nick | kanaal]
-
- Geeft informatie weer over het aantal memo's dat je hebt,
- hoeveel daarvan er ongelezen zijn, en hoeveel memo's je in
- totaal kan ontvangen.
-
- Met een kanaal paramenter wordt dezelfde informatie voor
- het gegeven kanaal weergegeven.
-
- Met een nick paramenter wordt dezelfde informatie voor de
- gegeven nick weergegeven. Dit gebruik is gelimiteerd tot
- Services Operators.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Gebruik: STAFF memo-text
-
- Sends all services staff a memo containing memo-text.
-
-MEMO_HELP_SENDALL
- Gebruik: SENDALL memo-text
-
- Stuurt alle geregistreerde gebruikers een memo die
- memo-text bevat.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Gebruik: RSEND {nick | kanaal} memo-tekst
-
- Stuurt de gegeven nick of kanaal een memo met memo-tekst.
- Wanneer je een memo naar een nick stuurt zal de ontvanger een
- notificatie krijgen dat hij/zij een nieuwe memo heeft. Ook moet
- de gegeven nick/kanaal geregistreerd zijn.
- Zodra de memo is gelezen door de ontvanger zal er automatisch
- een memo teruggestuurd worden naar degene die de memo verstuurd
- heeft om hem/haar te informeren dat de memo gelezen is.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Gebruik: CHECK nick
-
- Controleert of de _laatste_ memo die je naar nick gestuurd
- hebt isgelezen of niet. Let wel op: dit werkt alleen met nicks,
- niet met kanalen.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Stuurt een bericht naar alle gebruikers
-OPER_HELP_CMD_STATS
- STATS Geeft de status van Services en netwerk weer
-OPER_HELP_CMD_STAFF
- STAFF Display Services staff and online status
-OPER_HELP_CMD_MODE
- MODE Verander de modes op een kanaal
-OPER_HELP_CMD_KICK
- KICK Kick een gebruiker uit een kanaal
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Verwijder alle modes van een kanaal
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Kill alle gebruikers met een bepaalde hostmask
-OPER_HELP_CMD_AKILL
- AKILL Beheer de AKILL lijst
-OPER_HELP_CMD_SNLINE
- SNLINE Beheer de SNLINE lijst
-OPER_HELP_CMD_SQLINE
- SQLINE Beheer de SQLINE lijst
-OPER_HELP_CMD_SZLINE
- SZLINE Beheer de SZLINE lijst
-OPER_HELP_CMD_CHANLIST
- CHANLIST Geef alle kanalen weer
-OPER_HELP_CMD_USERLIST
- USERLIST Geef alle gebruikers weer
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Stel de berichten in die gebruikers krijgen als
- ze inloggen
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Stel de berichten in waarvan gebruikers er willekeurig
- een te zien krijgen als ze inloggen
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Stel de berichten in die gebruikers te zien krijgen
- die OPER worden
-OPER_HELP_CMD_SESSION
- SESSION Bekijk de lijst met sessies per host
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Beheer de sessie-limiet uitzonderingen lijst
-OPER_HELP_CMD_NOOP
- NOOP Verwijder tijdelijk alle O:regels van een server
- op afstand
-
-OPER_HELP_CMD_JUPE
- JUPE "Jupiter" een server
-OPER_HELP_CMD_IGNORE
- IGNORE Wijzig de Services negeer-lijst
-OPER_HELP_CMD_SET
- SET Stel verscheidene globale Services opties in
-OPER_HELP_CMD_RELOAD
- RELOAD Herlaad Services' configuratie bestand
-OPER_HELP_CMD_UPDATE
- UPDATE Forceer dat de Services database onmiddelijk
- op de harde schijf wordt weggeschreven
-OPER_HELP_CMD_RESTART
- RESTART Sla databases op en herstart Services
-OPER_HELP_CMD_QUIT
- QUIT Sluit Services af zonder databases op te slaan
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Sla databases op en sluit Services af
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Geef Operflags aan een bepaalde gebruiker
-OPER_HELP_CMD_UMODE
- UMODE Wijzigt de modus van een gebruiker
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Laad een module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Ontlaad een module
-OPER_HELP_CMD_MODINFO
- MODINFO Info over een geladen module
-OPER_HELP_CMD_MODLIST
- MODLIST Geef geladen modules weer
-
-OPER_HELP
- %S commando's:
-
-OPER_HELP_LOGGED
- Waarschuwing: Alle commando's die naar %S gestuurd worden worden gelogd!
-
-OPER_HELP_GLOBAL
- Gebruik: GLOBAL bericht
-
- Stelt Administrators in staat om berichten te versturen
- naar alle gebruikers op het netwerk. Berichten zullen
- verstuurd worden vanaf de nick %s.
-
-OPER_HELP_STATS
- Gebruik: STATS [AKILL | ALL | RESET]
-
- Zonder een optie wordt het huidig aantal gebruikers en IRCops
- online (zonder Services), het hoogste aantal gebruikers
- gelijktijdig online sinds Services zijn gestuurd, en hoe lang
- de Services al online zijn weegegeven.
-
- Met de AKILL optie worden de huidige grootte van de AKILL
- lijst en de huidige standaard verloop-tijd weergegeven.
-
- De ALL optie is alleen beschikbaar voor Services Operators
- en geeft informatie over het geheugen gebruik van Services.
- Het gebruiken van dit commando van er voor zorgen dat de Services
- gedurende een korte tijd niet meer reageren indien ze gebruikt
- worden op een groot netwerk, dus gebruik het niet te vaak!
-
- De ALL optie stelt momenteel het maximum aantal gebruikers in
- op het aantal gebruikers dat momenteel aanwezig is op het netwerk.
-
-OPER_HELP_IGNORE
- Gebruik: IGNORE {ADD|DEL|LIST|CLEAR} [tijd] [nick | mask]
-
- Stelt Services Operators in staat de Services een nick
- of mask voor een bepaalde tijd of tot de volgende herstart te
- laten negeren. Standaard wordt de tijd gegeven in seconden.
- Je kan de tijd opgegeven met behulup van units. Geldige units
- zijn: s voor seconden, m voor minuten, h voor uren
- en d voor dagen. Combinaties hiervan zijn niet toegestaan.
- Om Services iemand permanent te laten negeren kun je 0 opgeven als tijd.
- Als je een mask toevoegd moet deze in volgende format zijn:
- user@host of nick!user@host, iets anders wordt een nick beschouwd.
- Wildcards zijn toegestaan.
-
- IRC Operators zullen niet genegeerd worden, zelfs al komen
- ze overeen met een mask uit de lijst.
-
-OPER_HELP_MODE
- Gebruik: MODE kanaal modes
-
- Stelt Services operators in staat om de modes van elk willekeurig
- kanaal in te stellen. De paramenters zijn het zelfde als bij een
- standaard /MODE commando.
-
-OPER_HELP_UMODE
- Gebruik: UMODE gebruiker modes
-
- Stelt Services Operators in staat gebruikersmodes van
- elke willekeurige gebruiker in te stellen. De paramenters
- zijn hetzelfde als van een standaard /MODE commando.
-
-OPER_HELP_OLINE
- Gebruik: OLINE gebruiker flags
-
- Stelt Services Operators in staat om Operflags te geven
- aan elke willekeurig gebruiker. Flags moeten worden vooraf
- gegeaan door een "+" of een "-". Om alle flags te verwijderen
- kun je simpelweg een "-" typen in plaats van de flags.
-
-OPER_HELP_CLEARMODES
- Gebruik: CLEARMODES kanaal [ALL]
-
- Verwijdert alle binaire modes (i,k,l,m,n,p,s,t) en bans van
- een kanaal. Als ALL is opgegeven, worden ook alle ops en
- voices (+o en +v modes) van het kanaal verwijderd.
-
-OPER_HELP_KICK
- Gebruik: KICK kanaal gebruiker reden
-
- Stelt de staf in staat om een gebruik van elk willekeurig
- kanaal te kicken. De paramenters zijn hetzelfde als die van
- een standaard /KICK commando. Het kick-bericht zal de nickname
- van de IRCop die het KICK commando uitvoert bevatten.
- Bijvoorbeeld:
-
- *** Gebruiker has been kicked off channel #mijn_kanaal by %S (IRCOp (Misbruik))
-
-OPER_HELP_SVSNICK
- Gebruik: SVSNICK nick nieuwe nick
-
- Veranderd een gebruiker's nick van nick naar nieuwe nick.
-
-OPER_HELP_AKILL
- Gebruik: AKILL ADD [+verlooptijd] mask reden
- AKILL DEL {mask | entry-nr | lijst}
- AKILL LIST [mask | lijst]
- AKILL VIEW [mask | lijst]
- AKILL CLEAR
-
- Stelt Services operators in staat de AKILL lijst te beheren.
- Als een gebruiker die overeenkomt met een AKILL mask probeert
- te verbinden zullen Services een KILL voor die gebruiker door-
- voeren en, als het netwerk dit ondersteund, zullen alle servers
- geinstrueerd worden een ban (K-line) voor het betreffende mask
- toe te voegen.
-
- AKILL ADD voeg het gegeven user@host mask toe aan de AKILL
- lijst met de gegeven reden (die moet worden gegeven).
- verlooptijd wordt gespecificeerd als een getal waarachter d
- (dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties
- (zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt
- meegegeven, is het standaard dagen (dus +30 zelfstandig betekent
- 30 dagen). Om een AKILL die niet verloopt toe te voegen, gebruik je
- +0. Als de usermask die toegevoegd moet worden met een + begint,
- is een verlooptijd verplicht, zelfs als die overeenkomt met de
- standaard verlooptijd. De huidige standaard verlooptijd voor een
- AKILL kan gevonden worden met het STATS AKILL commando.
-
- Het AKILL DEL commando verwijdert het gegeven mask van de AKILL
- lijst als deze erop staat. Als er een lijst van entry-nummers
- is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor
- LIST hier onder.)
-
- Her AKILL LIST commando geeft de AKILL lijst weer.
- Als een mask met een * is gegeven zullen alleen de AKILLs die
- overeenkomen met het mask worden weergegeven. Als een lijst van
- entry-nummers is gegeven worden alleen die weergegeven.
- Bijvoorbeeld:
-
- AKILL LIST 2-5,7-9
- Geeft AKILLs 2 t/m 5 en 7 t/m 9 weer.
-
- AKILL VIEW is een versie van AKILL LIST die meer informatie
- geeft: de naam van degene die de AKILL toe heeft gevoegd, de datum
- waarop dit gebeurde, waneer deze verloopt, en de user@host mask
- en de reden.
-
- AKILL CLEAR maakt de AKILL lijst leeg.
-
-OPER_HELP_SNLINE
- Gebruik: SNLINE ADD [+verlooptijd] mask reden
- SNLINE DEL {mask | entry-nr | lijst}
- SNLINE LIST [mask | lijst]
- SNLINE VIEW [mask | lijst]
- SNLINE CLEAR
-
- Stelt Services operators in staat de SNLINE lijst te beheren.
- Als een gebruiker die overeenkomt met een SNLINE mask probeert
- te verbinden zullen Services deze gebruiker niet toestaan zijn
- of haar IRC sessie voort te zetten.
-
- SNLINE ADD voeg het gegeven user@host mask toe aan de SNLINE
- lijst met de gegeven reden (die moet worden gegeven).
- verlooptijd wordt gespecificeerd als een getal waarachter d
- (dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties
- (zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt
- meegegeven, is het standaard dagen (dus +30 zelfstandig betekent
- 30 dagen). Om een SNLINE die niet verloopt toe te voegen, gebruik je
- +0. Als de usermask die toegevoegd moet worden met een + begint,
- is een verlooptijd verplicht, zelfs als die overeenkomt met de
- standaard verlooptijd. De huidige standaard verlooptijd voor een
- SNLINE kan gevonden worden met het STATS AKILL commando.
-
- Het SNLINE DEL commando verwijdert het gegeven mask van de SNLINE
- lijst als deze erop staat. Als er een lijst van entry-nummers
- is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor
- LIST hier onder.)
-
- Her SNLINE LIST commando geeft de SNLINE lijst weer.
- Als een mask met een * is gegeven zullen alleen de SNLINEs die
- overeenkomen met het mask worden weergegeven. Als een lijst van
- entry-nummers is gegeven worden alleen die weergegeven.
- Bijvoorbeeld:
-
- SNLINE LIST 2-5,7-9
- Geeft SNLINEs 2 t/m 5 en 7 t/m 9 weer.
-
- SNLINE VIEW is een versie van SNLINE LIST die meer informatie
- geeft: de naam van degene die de SNLINE toe heeft gevoegd, de datum
- waarop dit gebeurde, waneer deze verloopt, en de user@host mask
- en de reden.
-
- SNLINE CLEAR maakt de SNLINE lijst leeg.
-
-OPER_HELP_SQLINE
- Gebruik: SQLINE ADD [+verlooptijd] mask reden
- SQLINE DEL {mask | entry-nr | lijst}
- SQLINE LIST [mask | lijst]
- SQLINE VIEW [mask | lijst]
- SQLINE CLEAR
-
- Stelt Services operators in staat de SQLINE lijst te beheren.
- Als een gebruiker met een nick die overeenkomt met een SQLINE
- mask probeert zullen Services deze gebruiker niet toestaan zijn
- of haar IRC sessie voort te zetten.
-
- Als het eerste teken van een mask een # is, zullen Services
- voorkomen dat overeenkomende kanalen gebruik worden (mits de
- IRC servers het ondersteunen).
-
- SQLINE ADD voeg het gegeven mask toe aan de SQLINE
- lijst met de gegeven reden (die moet worden gegeven).
- verlooptijd wordt gespecificeerd als een getal waarachter d
- (dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties
- (zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt
- meegegeven, is het standaard dagen (dus +30 zelfstandig betekent
- 30 dagen). Om een SQLINE die niet verloopt toe te voegen, gebruik je
- +0. Als de usermask die toegevoegd moet worden met een + begint,
- is een verlooptijd verplicht, zelfs als die overeenkomt met de
- standaard verlooptijd. De huidige standaard verlooptijd voor een
- SQLINE kan gevonden worden met het STATS AKILL commando.
-
- Het SQLINE DEL commando verwijdert het gegeven mask van de SQLINE
- lijst als deze erop staat. Als er een lijst van entry-nummers
- is opgegeven zullen die verwijderd worden. (Zie het voorbeeld voor
- LIST hier onder.)
-
- Her SQLINE LIST commando geeft de SQLINE lijst weer.
- Als een mask met een * is gegeven zullen alleen de SQLINEs die
- overeenkomen met het mask worden weergegeven. Als een lijst van
- entry-nummers is gegeven worden alleen die weergegeven.
- Bijvoorbeeld:
-
- SQLINE LIST 2-5,7-9
- Geeft SQLINEs 2 t/m 5 en 7 t/m 9 weer.
-
- SQLINE VIEW is een versie van SQLINE LIST die meer informatie
- geeft: de naam van degene die de SQLINE toe heeft gevoegd, de datum
- waarop dit gebeurde, waneer deze verloopt, en de mask en de reden.
-
- SQLINE CLEAR maakt de SQLINE lijst leeg.
-
-OPER_HELP_SZLINE
- Gebruik: SZLINE ADD [+verlooptijd] mask reden
- SZLINE DEL {mask | entry-nr | lijst}
- SZLINE LIST [mask | lijst]
- SZLINE VIEW [mask | lijst]
- SZLINE CLEAR
-
- Stelt Services operators in staat de SZLINE lijst te beheren.
- Als een gebruiker met een IP wat overeenkomt met een SZLINE
- mask probeert te verbinden zullen de Services deze verbieden
- zijn/haar IRC sessie voort te zetten (dit werkt ook als er
- een werkende reverse hostname bij het IP hoort).
-
- SZLINE ADD voeg het gegeven IP aan de SZLINE lijst toe
- met de gegeven reden (die moet worden gegeven).
- verlooptijd wordt gespecificeerd als een getal waarachter d
- (dagen), h (uur), of m (minuten) geplaatst wordt. Combinaties
- (zoals 1h30m) zijn niet toegestaan. Als er geen d, h of m wordt
- meegegeven, is het standaard dagen (dus +30 zelfstandig betekent
- 30 dagen). Om een SZLINE die niet verloopt toe te voegen, gebruik je
- +0. Als de usermask die toegevoegd moet worden met een + begint,
- is een verlooptijd verplicht, zelfs als die overeenkomt met de
- standaard verlooptijd. De huidige standaard verlooptijd voor een
- SZLINE kan gevonden worden met het STATS AKILL commando.
-
- Het SZLINE DEL commando verwijdert het gegeven mask van de
- SZLINE lijst als deze erop staat. Als een lijst van entry-nummers
- is gegeven, zullen die verwijderd worden. (Zie het voorbijbeeld
- bij LIST hier onder.)
-
- Het SZLINE LIST commando geeft de SZLINE lijst weer. Als er
- een wildcard mask is gegeven zullen alleen de overeenkomende
- masks worden weergegeven. Als een lijst van entry-nummers is
- gegeven zullen alleen die worden weergegeven. Bijvoorbeeld:
-
- SZLINE LIST 2-5,7-9
- Geeft SZLINE 2 t/m 5 en 7 t/m 9 weer.
-
- SZLINE VIEW is een meer verbale versie van SZLINE LIST,
- en geeft weer wie een SZLINE heeft toegevoegd, op welke datum
- hij/zij dat heeft gedaan, wanneer deze verloopt, en het IP
- adres en de reden.
-
- SZLINE CLEAR maakt de SZLINE lijst leeg
-
-OPER_HELP_SET
- Gebruik: SET optie instelling
-
- Stelt verschillende globale Services opties in. Momenteel
- zijn de volgende opties beschikbaar:
- READONLY Stel alleen-lezen of lezen-schrijven mode in
- LOGCHAN Rapporteer log-berichten naar een kanaal
- DEBUG (De)activeer debug mode
- NOEXPIRE (De)activeer de geen-verloop mode
- SUPERADMIN (De)activeer SuperAdministrator mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
-OPER_HELP_SET_READONLY
- Gebruik: SET READONLY {ON | OFF}
-
- Zet de alleen-lezen mode aan of uit. In alleen-lezen mode
- zullen normale gebruikers niet in staat zijn data van de
- Services te wijzigen, inclusief kanaal toegangslijsten,
- nickname alias lijst, etc. IRCops met voldoende Services
- rechten kunnen de Services' AKILL lijst wijzigen, en nicknames
- en kanalen droppen of verbieden, maar deze veranderingen
- zullen niet worden opgeslagen behalve als de alleen-leze mode
- wordt uitgeschakeld voordat de Services uitgezet of opnieuw
- gestart worden.
-
- Deze optie komt overeen met de commandline-optie -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Gebruik: SET LOGCHAN {ON | OFF}
-
- Wanneer deze optie aan staat zullen Services de log-berichten
- naast de log-bestanden ook naar een gespecificeerd kanaal
- sturen. LogChannel moet ik ook gedefineerd zijn in het Services
- configuratie bestand om deze instelling bruikbaar te laten zijn.
-
- Deze optie komt overeen met de commandline-optie -logchan.
-
- Let op: Dit kan grote beveiligingsimplicaties met zich mee
- bregen als het log-kanaal niet goed beveiligd is.
-
-OPER_HELP_SET_DEBUG
- GEBRUIK: SET DEBUG {ON | OFF | nummer}
-
- Zet debug mode aan of uit. In debug mode zal alle data die
- naar en van Services verzonden worden, alsmede een aantal
- debug-berichten, naar het log-bestand geschreven worden.
- Als nummer is gegeven zal debug mode worden geactiveerd met
- het debug-niveau op nummer
-
- Deze optie komt overeen met de commandline-optie -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Gebruik: SET NOEXPIRE {ON | OFF}
-
- Zet de geen-verloop mode aan of uit. In de geen-verloop mode
- zullen nicks, kanalen, AKILLs en uitzonderingen niet verlopen
- totdat de geen-verloop mode weer wordt uitgezet.
-
- Deze optie komt overeen met de commandline-optie -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Gebruik: SET SUPERADMIN {ON | OFF}
-
- Als je dit aan zet krijg je extra privileges, zo ben je dan
- bijvoorbeeld stichter op alle kanalen, etc...
-
- Deze optie is niet persistent, en moet alleen gebruikt worden
- wanneer het echt nodig is, en terug op OFF gezet worden als het
- niet meer nodig is.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Gebruik: SET LIST
-
- Geef de verschillende %S instellingen weer.
-
-OPER_HELP_NOOP
- Gebruik: NOOP SET server
- NOOP REVOKE server
-
- NOOP SET verwijder alle O:lines van de gegeven server
- en /KILLt alle IRCops die momenteel verbonden zijn met de
- server om te voorkomen dat ze de server rehashen, omdat
- dit het effect weer ongedaan zou maken.
-
- NOOP REVOKE maakt alle verwijderde O:lines op de gegeven
- server weer beschikbaar.
-
- Pas op: De server wordt niet gecontroleerd door Services.
-
-OPER_HELP_JUPE
- GEBRUIK: JUPE server [reden]
-
- Zorgt ervoor dat Services de opgegeven server "jupiteren".
- Dit betekent dat er een nep "server" die verbonden is aan
- Services gemaakt wordt, die voorkomt dat de echte server met
- die naam verbindt. De JUPE kan worden verwijderd met een
- standaard SQUIT commando. Als een reden is gegeven, wordt
- deze in het server informatie veld geplaatsd, anders zal het
- informatie veld de text "Juped by <nick>" bevatten, waar
- <nick> vervangen wordt door de <nick> die de server JUPEt.
-
-OPER_HELP_UPDATE
- Gebruik: UPDATE
-
- Zorgt ervoor dat Services de database bestanden op de harde
- schijf bijwerken zodra je dit commando vertsuurt.
-
-OPER_HELP_RELOAD
- Gebruik: RELOAD
-
- Zorgt ervoor dat Services het configuratie-bestand opnieuw
- inladen. Let er wel op dat sommige instellingen nog steeds
- vereisen dat de Services opnieuw gestart worden (bijvoorbeeld
- Services' nicknames, activatie van de sessie limiet, etc.)
-
-OPER_HELP_QUIT
- Gebruik: QUIT
-
- Zorgt ervoor dat Services meteen afsluiten: databases worden
- niet opgeslagen. Dit commando moet niet gebruikt worden
- tenzij schade aan de kopieen van de databases in het geheugen
- wordt gevreesd en ze niet moeten worden opgeslagen. Voor
- normaal afsluiten moet je het SHUTDOWN commando gebruiken.
-
-OPER_HELP_SHUTDOWN
- Gebruik: SHUTDOWN
-
- Zorgt ervoor dat Services alle databases opslaat en dan
- afsluit.
-
-OPER_HELP_RESTART
- Gebruik: RESTART
-
- Zorgt ervoor dat Services alle databases opslaat en dan
- opnieuw opstart.
-
-OPER_HELP_CHANLIST
- Gebruik: CHANLIST [{trefbeeld | nick} [SECRET]]
-
- Geeft alle kanalen weer die momenteel in gebruik zijn op het
- IRC netwerk, ook de kanalen die niet geregistreerd zijn.
-
- Als trefbeeld is gegeven, worden alleen overeenkomende
- kanalen weergegeven. Als een nick is gegeven worden
- alleen de kanalen waar de betreffende gebruiker aanwezig is
- weergegeven. Als SECRET is gegeven worden alleen kanalen
- die met trefbeeld overeenkomen en +s of +p mode hebben.
-
-OPER_HELP_USERLIST
- Gebruik: USERLIST [{trefbeeld | kanaal} [INVISIBLE]]
-
- Geeft alle gebruikers weer die momenteel online zijn op het
- IRC netwerk, ook degenen die niet geregistreerd zijn.
-
- Als trefbeeld is gegeven worden alleen overeenkomende
- gebruikers weergegeven (het moet in het nick!user@host
- formaat gegeven worden. Als kanaal is gegeven worden
- alleen gebruikers die op het betreffende kanaal zijn
- weergegeven. Als INVISBLE is gespecifificeerd worden alleen
- gebruikers met gebruikersmode +i weergegeven.
-
-OPER_HELP_MODLOAD
- Gebruik: MODLOAD bestandsnaam
-
- Dit commando laadt de module genaamd bestandsnaam uit de
- modules directory.
-
-OPER_HELP_MODUNLOAD
- Gebruik: MODUNLOAD bestandsnaam
-
- Dit commando ontlaadt de module genaamd bestandsnaam uit
- de modules directory.
-
-OPER_HELP_MODINFO
- Gebruik: MODINFO bestandsnaam
-
- Dit command geeft informatie weer over de gespecificeerde
- geladen module.
-
-OPER_HELP_MODLIST
- Gebruik: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Geeft alle momenteel geladen modules weer.
-
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Geef beschikbare bots weer
-BOT_HELP_CMD_ASSIGN
- ASSIGN Wijs een bot toe aan een kanaal
-BOT_HELP_CMD_SET
- SET Configureer bot opties
-BOT_HELP_CMD_KICK
- KICK Configureer kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Beheer slechte-woorden lijst
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Beheer de lijst met bots op het netwerk
-
-BOT_HELP
- %S stelt je in staat een bot op je eigen kanaal te hebben.
- Het is gemaakt voor gebruikers die geen eigen bot kunnen
- hosten of configureren, of voor gebruik op netwerken die
- geen bots van gebruikers toestaan. Beschikbare commando's
- worden hieronder weergegeven. Om ze te gebruiken moet je
- %R%S commando typen. Voor meer informatie over een
- specifiek commando moet je %R%S HELP command typen.
-
-BOT_HELP_FOOTER
- Bot zal een kanaal joinen wanneer daar tenminste %d
- gebruiker(s) is/zijn.
-
-BOT_HELP_BOTLIST
- Gebruik: BOTLIST
-
- Geeft alle beschikbare bots op dit netwerk weer.
-
-BOT_HELP_ASSIGN
- Gebruik: ASSIGN kanaal nick
-
- Wijst een bot met de nick nick toe aan kanaal kanaal.
- Hierna kun je de bot voor het kanaal instellen zoals je
- wil.
-
-BOT_HELP_UNASSIGN
- Gebruik: UNASSIGN kanaal
-
- Verwijdert een bot van een kanaal. Wanneer je dit commando
- gebruikt zal de bot niet meer in het kanaal komen. De
- configuratie van de bot voor het kanaal wordt wel behouden,
- zodat je later de bot altijd opnieuw aan het kanaal kun
- toewijzen zonder dat je deze opnieuw hoeft te configureren.
-
-BOT_HELP_INFO
- Gebruik: INFO {kanaal | nick}
-
- Stelt je in staat %S informatie te zien over een kanaal
- of een bot. Als het paramenter een kanaal is krijg je bijvoorbeeld
- informatie over kickers. Als het paramenter een nick is krijg
- je informatie over een bot, bijvoorbeeld de tijd waarop deze
- gemaakt is of op hoeveel kanalen deze is.
-
-BOT_HELP_SET
- Gebruik: SET kanaal optie parameters
-
- Stel bot opties in. optie kan zijn:
-
- DONTKICKOPS Om ops te beschermen tegen bot kicks
- DONTKICKVOICES Om voices te beschermen tegen bot kicks
- GREET Zet groet-berichten aan
- FANTASY Zet fantasie-commando's aan
- SYMBIOSIS Stel de bot in staat te handelen als een
- echte bot.
-
- Type %R%S HELP SET optie voor meer informatie over een
- specifieke optie.
-
- Let op: toegang tot dit commando wordt geregeld via het
- niveau SET commando.
-
-BOT_HELP_SET_DONTKICKOPS
- Gebruik: SET kanaal DONTKICKOPS {ON|OFF}
-
- (De)activeer ops protectie mode op een kanaal.
- Wanneer deze geactiveerd is zullen ops niet door de bot
- gekicked worden, zelfs wanneer deze niet overeen komen
- met het NOKICK niveau.
-
-BOT_HELP_SET_DONTKICKVOICES
- Gebruik: SET kanaal DONTKICKVOICES {ON|OFF}
-
- (De)activeer voices protectie mode op een kanaal.
- Wanneer deze geactiveerd is zullen voices niet door de bot
- gekicked worden, zelfs wanneer deze niet overeen komen
- met het NOKICK niveau.
-
-BOT_HELP_SET_FANTASY
- Gebruik: SET kanaal FANTASY {ON|OFF}
-
- (De)activeert fantasie mode op een kanaal.
- Wanner het geactiveerd is zullen users de !op, !deop,
- !voice, !devoice, !kick, !kb, !unban, en !seen commando's
- op een kanaal kunnen gebruiken (ontdek hoe je ze moet
- gebruiken; probeer ze allemaal met een nick, en misschien
- sommigen met een reden?).
-
- Let op dat de gebruikers die de fantasie-commando's willen
- gebruiken een hoog genoeg niveau MOETEN hebben voor zowel
- de FANTASIA en het niveau voor het commando indien vereisd.
- Bijvoorbeeld: om !op te mogen gebruiken moet een gebruiken
- genoeg rechten voor het OPDEOP niveau hebben.
-
-BOT_HELP_SET_GREET
- Gebruik: SET kanaal GREET {ON|OFF}
-
- (De)activeert greet mode op een kanaal.
- Wanneer deze geactiveerd is zal de bot de groetberichten
- van de gebruikers die het kanaal joinen weergegeven, mits
- ze hiertoe rechten hebben op het kanaal.
-
-BOT_HELP_SET_SYMBIOSIS
- Gebruik: SET kanaal SYMBIOSIS {ON|OFF}
-
- (De)activeert symbiosis mode op een kanaal.
- Wanneer dit is geactiveerd zal de bot alles doen wat normaal
- foor %s wordt gedaan bij kanalen, zoals MODEs, KICKs, en
- zelfs het welkomstbericht.
-
-BOT_HELP_KICK
- Gebruik: KICK kanaal optie parameters
-
- Configureer bot kickers. optie kan zijn:
-
- BOLDS Stelt in of de bot kickt op vet
- BADWORDS Stelt in of de bot kickt op slechte woorden
- CAPS Stelt in of de bot kickt op hoofdletters
- COLORS Stelt in of de bot kicks op kleuren
- FLOOD Stelt in of de bot floodende gebruikers kickt
- REPEAT Stelt in of de bot gebruikers kickt die
- zichzelf herhalen
- REVERSES Stelt in of de bot kickt op inverteringen
- UNDERLINES Stelt in of de bot kickt op onderstrepingen
- ITALICS Sets if the bot kicks italics
-
- Type %R%S HELP KICK optie voor meer informatie over
- een specifieke optie.
-
- Let op: toegang tot dit commando wordt gecontroleerd door
- het niveau SET commando.
-
-BOT_HELP_KICK_BOLDS
- Gebruik: KICK kanaal BOLDS {ON|OFF} [ttb]
-
- Zet de vet-kicker aan of uit. Wanneer deze aan staat zal
- de bot gebruikers kicken die vet gebruiken.
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_COLORS
- Gebruik: KICK kanaal COLORS {ON|OFF} [ttb]
-
- Zet de kleuren-kicker aan of uit. Wanneer deze aan staat
- zal de bot gebruikers kicken die kleuren gebruiken.
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_REVERSES
- Gebruik: KICK kanaal REVERSES {ON|OFF} [ttb]
-
- Zet de inverteringen-kicker aan of uit. Wanneer deze aan
- staat zal de bot gebruikers kicken die inverteringen
- gebruiken.
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_UNDERLINES
- Gebruik: KICK kanaal UNDERLINES {ON|OFF} [ttb]
-
- Zet de onderstrepingen-kicker aan of uit. Wanneer deze aan
- staat zal de bot gebruikers kicken die onderstrepingen
- gebruiken.
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_CAPS
- Gebruik: KICK kanaal CAPS {ON|OFF} [ttb [min [procent]]]
-
- Zet de hoofdletter-kicker aan of uit. Wanneer deze aan staat
- zal de bot gebruikers kicken die HOOFDLETTERS gebruiken.
-
- De bot kickt alleen als er minstens min hoofdletters in
- de zin staan en deze minstens procent%% van de totale
- regel bevatten (indien niet gegeven, staat dit standaard op
- 10 hoofdletters en 25%%).
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_FLOOD
- Gebruik: KICK kanaal FLOOD {ON|OFF} [ttb [regels [seconden]]]
-
- Zet de flood-kicker aan of uit. Wanneer deze aan staat zal
- de bot gebruikers kicken die het kanaal flooden met minstens
- regels regels in seconden seconden. (indien niet gegeven,
- staat dit standaard op 6 regels in 10 seconden).
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_REPEAT
- Gebruik: KICK kanaal REPEAT {ON|OFF} [ttb [nr]]
-
- Zet de herhalings-kicker aan of uit. Wanneer deze aan staat
- zal de bot gebruikers kicken die zichzelf nr keer herhalen
- (als nr niet is gegeven staat die standaard op 3).
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_BADWORDS
- Gebruik: KICK kanaal BADWORDS {ON|OFF} [ttb]
-
- Zet de slechte-woorden-kicker aan of uit. Wanneer deze aan
- staat zal de bot gebruikers kicken die bepaald slechte
- woorden op het kanaal zeggen.
-
- Je kan de slechte woorden voor je kanaal instellen met het
- BADWORDS commando. Type %R%S HELP BADWORDS voor
- meer informatie.
-
- ttb is het aantal keren dat een gebruiker gekicked kan
- worden voordat deze gebanned wordt. Geef geen ttb op om het
- ban system uit te schakelen als deze kicker geactiveerd is.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Gebruik: BADWORDS kanaal ADD woord [SINGLE | START | END]
- BADWORDS kanaal DEL {woord | entry-nr | lijst}
- BADWORDS kanaal LIST [mask | lijst]
- BADWORDS kanaal CLEAR
-
- Beheert de slechte woorden lijst voor een kanaal. De
- slechte woorden lijst bepaalt voor welke woorden wordt
- gekicked als de slechte-woorden-kicker aan staat. Voor
- meer informatie, type %R%S HELP KICK BADWORDS.
-
- Het BADWORDS ADD commando voegt het gegeven woord toe aan
- de slechte woorden lijst. Als SINGLE is gespecificeerd zal
- alleen worden gekicked als de gebruiker het gehele woord zegt.
- Als START is gespecificeerd zal allen gekicked worden als de
- gebruiker een woord zegt dat begint met woord. Als END is
- gespecificeerd zal alleen gekicked worden als de gebruiker
- een woord zegt dat eindigt op woord. Als er niks
- gespecificeerd is zal er elke keer dat woord gezegd wordt
- door een gebruiker gekicked worden.
-
- Het BADWORDS DEL commando verwijdert het gegeven woord van
- de slechte woorden lijst. Als een lijst van entry-nummers is
- gegeven worden die verwijderd. (Zie het voorbeeld bij LIST
- hier onder.)
-
- Het BADWORDS LIST commando geeft de slechte woorden lijst
- weer. Als een mask met een * is gegeven worden alleen de
- slechte woorden die overeenkomen met het mask weergegeven.
- Als een lijst van entry-nummers is gegeven worden alleen
- die weergegeven. Bijvoorbeeld:
-
- BADWORDS #kanaa; LIST 2-5,7-9
- Geeft slechte woorden 2 t/m 5 en 7 t/m 9 weer.
-
- Het BADWORDS CLEAR commando maakt de slechte woorden
- lijst leeg.
-
-BOT_HELP_SAY
- Gebruik: SAY kanaal tekst
-
- Laat de bot de gegeven tekst op het gegeven kanaal zeggen.
-
-BOT_HELP_ACT
- Gebruik: ACT kanaal tekst
-
- Laat de bot een "/me" commando doen op het gegeven kanaal
- met de gegeven tekst.
-
-BOT_SERVADMIN_HELP_BOT
- Gebruik: BOT ADD nick gebruiker host echte naam
- BOT CHANGE oldnick newnick [gebruiker [host [echte naam]]]
- BOT DEL nick
-
- Stelt Services Operators in staat om bots te maken,
- wijzigen en verwijderen die gebruikers op hun eigen kanaal
- kunnen gebruiken.
-
- BOT ADD voegt een bot toe met de gegeven nickname,
- gebruikersnaam, host en echte naam. De paramenters worden
- niet nagekeken of ze correct zijn, dus pas op.
- BOT CHANGE kan de nick, gebruikersnaam, host of echte
- naam van een bot veranderen zonder deze (en de date die
- met de bot geassocieerd is) te verwijderen.
- BOT DEL verwijdert de gegeven bot van de bot lijst.
-
- Let op: Als je een bot maakt die een nick heeft die momenteel
- in gebruiker is zal de betreffende gebruiker worden gekilled.
- Als de nick geregistreerd is, wordt deze gedropped.
-
-BOT_SERVADMIN_HELP_SET
-
- Deze opties zijn gereserveerd voor Services Operators:
-
- NOBOT Zorg dat een bot niet aan een kanaal kan
- worden toegevoegd
- PRIVATE Zorg dat een bot alleen door IRC operators
- kan worden toegevoegd
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Gebruik: SET kanaal NOBOT {ON|OFF}
-
- Deze optie zorgt ervoor dat een kanaal geen bot kan hebben.
- Als er al een bot aan het kanaal is toegewezen wordt deze
- automatisch van het kanaal gehaald wanneer je deze optie
- aan zet.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Gebruik: SET bot-nick PRIVATE {ON|OFF}
-
- Deze optie szorgt ervoor dat een bot niet kan worden
- toegewezen aan een kanaal door gebruikers die geen
- IRC operator zijn.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- De vhost lijst is leeg.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost voor %s gezet op %s.
-HOST_IDENT_SET
- vhost voor %s gezet op %s@%s.
-HOST_SETALL
- vhost voor groep %s gezet op %s.
-HOST_DELALL
- vhosts voor group %s zijn verwijderd.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost voor groep %s gezet op %s@%s.
-HOST_SET_ERROR
- Een vhost moet in een geldig hostmask formaat zijn.
-HOST_SET_IDENT_ERROR
- Een vhost ident moet in een geldig ident formaat zijn.
-HOST_SET_TOOLONG
- Fout! De vhost is te lang. Gebruik een host die korter is dan %d tekens.
-HOST_SET_IDENTTOOLONG
- Fout! De ident is te lang. Gebruik een ident die korter is dan %d tekens.
-HOST_NOREG
- Gebruiker %s niet gevonden in de nickserv database.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Toegang geweigerd.
-HOST_NOT_ASSIGNED
- Neem contact op met een Operator om een vhost aan deze nick te binden.
-HOST_ACTIVATED
- Je vhost van %s is nu geactiveerd.
-HOST_IDENT_ACTIVATED
- Je vhost van %s@%s is nu geactiveerd.
-HOST_DEL
- vhost voor %s verwijderd.
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Je IRCD ondersteunt geen vIdent's. Als dit niet klopt, rapporteer dit dan als een mogelijke bug
-HOST_GROUP
- Alle vhost's in de groep %s zijn ingesteld op %s
-HOST_IDENT_GROUP
- Alle vhost's in de groep %s zijn ingesteld op %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Alle records zijn weergegeven (Aantal: %d)
-HOST_LIST_RANGE_FOOTER
- Alle records getoond van %d tot %d
-HOST_LIST_KEY_FOOTER
- Alle records getoond met overeenkomende key %s (Aantal: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activeert je toegewezen vhost
-
-HOST_HELP_CMD_OFF
- OFF Deactiveert je toegewezen vhost
-
-HOST_HELP_CMD_GROUP
- GROUP Stelt de vhost voor all nicks in een groep gelijk
-
-HOST_HELP_CMD_SET
- SET Stel de vhost van een andere gebruiker in
-
-HOST_HELP_CMD_SETALL
- SETALL Stel de vhost voor alle nicks in een groep in
-
-HOST_HELP_CMD_DEL
- DEL Verwijder de vhost van een andere gebruiker
-
-HOST_HELP_CMD_DELALL
- DELALL Verwijder de vhost voor alle nicks in een groep
-
-HOST_HELP_CMD_LIST
- LIST Geeft een of meer vhosts weer.
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- %S commando'ss:
-
-HOST_HELP_ON
- Gebruik: ON
-
- Activeert de vhost die momenteel toegewezen is aan de nick
- die je gebruikt. Als je dit commando uitvoert zal elke
- gebruiker die een /whois op je doet de vhost zien in plaats
- van je echte hostname.
-
-HOST_HELP_SET
- Gebruik: SET <nick> <hostmask>.
-
- Stelt de vhost voor de gegeven nick in op de vhost die je
- meegegeven heeft. Als de IRCD vIdent's ondersteund kun je
- ook SET <nick> <ident>@<hostmask> gebruiken om de ident
- voor een gebruiker aan te passen gelijk met de hostname.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Verwijderd de vhost voor alle nick's in dezelfde groep
- als de gegeven nick.
-
-
-HOST_HELP_SETALL
- Gebruik: SETALL <nick> <hostmask>.
-
- Stelt de vhost voor alle nicks in dezelfde groep als de
- gegeven nick in. Als de IRCD vIdent's ondersteund kun je
- ook SET <nick> <ident>@<hostmask> gebruiken om de ident
- voor gebruikers aan te passen gelijk met de hostname.
-
- * LET OP, dit wijzigt niet de vhost voor elke nick lid
- wordt van de groep nadat dit commando is gebruikt.
-
-HOST_HELP_OFF
- Gebruik: OFF
-
- Deactiveert de vhost die moementeel toegewezen is aan de nick
- die je gebruikt. Als je dit commando uitvoert zal elke
- gebruiker die een /whois op je doet je echte hostname zien
- in plaats van je vhost.
-
-HOST_HELP_DEL
- Gebruik: DEL <nick>
-
- Verwijdert de vhost die toegewezen is aan de gegeven nick
- uit de database.
-
-HOST_HELP_LIST
- Gebruik: LIST [<nick>|<vhost>]
-
- Dit commando geeft alle geregistreerde vhosts weer. Als je
- een nick of vhost meegeeft zulleen alleen die nick/vhost
- worden weergegeven. LET OP: er is momenteel geen flood-
- bescherming voor grote databases.
-
-HOST_HELP_GROUP
- Gebruik: GROUP
-
- Dit commando stelt gebruikers in staat de vhost van hun
- HUIDIGE nick de vhost van alle nicks in de zelfde groep te
- laten zijn.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is niet beschikbaar op dit netwerk.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is niet beschikbaar op dit netwerk.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is niet beschikbaar op dit netwerk.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is niet beschikbaar op dit netwerk.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin instelling is niet ingeschakeld in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/ns_maxemail.de_DE.po b/lang/ns_maxemail.de_DE.po
new file mode 100644
index 000000000..d7ce59ae4
--- /dev/null
+++ b/lang/ns_maxemail.de_DE.po
@@ -0,0 +1,27 @@
+# German translations for ns_maxemail
+# German messages for ns_maxemail
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: 2010-09-26 00:03-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr "Die angegebene eMail hat die limit Begrenzung von %d User erreicht."
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr "Die angegebene eMail hat die limit Begrenzung von 1 User erreicht."
diff --git a/lang/ns_maxemail.it_IT.po b/lang/ns_maxemail.it_IT.po
new file mode 100644
index 000000000..d11b426b5
--- /dev/null
+++ b/lang/ns_maxemail.it_IT.po
@@ -0,0 +1,27 @@
+# Italian translations for ns_maxemail
+# Traduzioni italiane per il ns_maxemail
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: 2010-09-26 00:11-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Italian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr "L'indirizzo email specificato ha raggiunto il suo limite d'utilizzo di %d utenti."
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr "L'indirizzo email specificato ha raggiunto il suo limite d'utilizzo di 1 utente."
diff --git a/lang/ns_maxemail.nl_NL.po b/lang/ns_maxemail.nl_NL.po
new file mode 100644
index 000000000..76e3539c9
--- /dev/null
+++ b/lang/ns_maxemail.nl_NL.po
@@ -0,0 +1,27 @@
+# Dutch translations for ns_maxemail
+# Engelse vertalingen voor het ns_maxemail
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: 2010-09-25 23:57-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr "Het gegeven email adres heeft de limiet van %d gebruikers bereikt."
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr "Het gegeven email adres heeft de limiet van 1 gebruiker bereikt."
diff --git a/lang/ns_maxemail.pot b/lang/ns_maxemail.pot
new file mode 100644
index 000000000..dd08475a1
--- /dev/null
+++ b/lang/ns_maxemail.pot
@@ -0,0 +1,26 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr ""
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr ""
diff --git a/lang/ns_maxemail.pt_PT.po b/lang/ns_maxemail.pt_PT.po
new file mode 100644
index 000000000..c79f383ca
--- /dev/null
+++ b/lang/ns_maxemail.pt_PT.po
@@ -0,0 +1,26 @@
+# Portuguese translations for ns_maxemail
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: 2010-09-26 00:05-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Portuguese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr "O endereço de email fornecido alcançou seu limite de uso de %d usuários."
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr "O endereço de email fornecido alcançou seu limite de uso de 1 usuário."
diff --git a/lang/ns_maxemail.ru_RU.po b/lang/ns_maxemail.ru_RU.po
new file mode 100644
index 000000000..271449f74
--- /dev/null
+++ b/lang/ns_maxemail.ru_RU.po
@@ -0,0 +1,28 @@
+# Russian translations for ns_maxemail
+# ?????????? ???????? ??? ?????? ns_maxemail
+# Copyright (C) 2010 Anope Team
+# This file is distributed under the same license as Anope IRC Services
+# Adam <adam@anope.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Anope\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-25 23:51-0400\n"
+"PO-Revision-Date: 2010-09-26 00:07-0400\n"
+"Last-Translator: Adam <adam@anope.org>\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ns_maxemail.cpp:33
+#, c-format
+msgid "The given email address has reached it's usage limit of %d users."
+msgstr "Óêàçàííûé âàìè email-àäðåñ èñïîëüçóåòñÿ ìàêñèìàëüíî äîïóñòèìîå êîë-âî ðàç: %d"
+
+#: ns_maxemail.cpp:31
+msgid "The given email address has reached it's usage limit of 1 user."
+msgstr "Óêàçàííûé âàìè email-àäðåñ óæå êåì-òî èñïîëüçóåòñÿ."
diff --git a/lang/pl.l b/lang/pl.l
deleted file mode 100644
index faf76a6df..000000000
--- a/lang/pl.l
+++ /dev/null
@@ -1,7518 +0,0 @@
-# Polski plik jezykowy/Polish language file.
-# Tlumaczenie/Translation:
-# Armada Jaroslaw <yoplait@yoplait.org>
-# Eskela <eskela@gmail.com>
-# Mierzwiak Bartosz <bartosz@mierzwiak.com>
-# Swierkosz Szymon <szymek@adres.pl>
-# Szczyrzyca Mateusz <annihilator@ircnet.pl>
-# PolNet Team: http://www.ircnet.pl
-#
-# Aktualizacja/Updated: 13/10/2008
-# Wersja serwisow/Anope version: svn-1477
-#
-# This file is encoded using iso-8859-2.
-#
-###########################################################################
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for further details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Espa�l (Spanish)" or "Fran�is (French)".
-LANG_NAME
- Polski (Polish)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %Y %H:%M:%S %Z
-
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %b %d %Y
-
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-# %a
-STRFTIME_DAYS_SHORT
- Nie
- Pon
- Wto
- ¦ro
- Czw
- Pia
- Sob
-
-# %A
-STRFTIME_DAYS_LONG
- Niedziela
- Poniedzia³ek
- Wtorek
- ¦roda
- Czwartek
- Pi±tek
- Sobota
-
-# %b
-STRFTIME_MONTHS_SHORT
- Sty
- Lut
- Mar
- Kwi
- Maj
- Cze
- Lip
- Sie
- Wrz
- Pa¼
- Lis
- Gru
-
-# %B
-STRFTIME_MONTHS_LONG
- Styczeñ
- Luty
- Marzec
- Kwiecieñ
- Maj
- Czerwiec
- Lipiec
- Sierpieñ
- Wrzesieñ
- Pa¼dziernik
- Listopad
- Grudzieñ
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- B³±d wewnêtrzny - nie mogê obs³u¿yæ ¿±dania.
-
-UNKNOWN_COMMAND
- Nieznana komenda %s.
-
-UNKNOWN_COMMAND_HELP
- Nieznana komenda %s. Napisz "%R%s HELP" aby uzyskaæ pomoc.
-
-SYNTAX_ERROR
- Sk³adnia: %s
-
-MORE_INFO
- Napisz %R%s HELP %s aby uzyskaæ wiêcej informacji.
-
-NO_HELP_AVAILABLE
- Brak dostêpnej pomocy dla %s.
-
-OBSOLETE_COMMAND
- Ta komenda jest ju¿ przestarza³a. U¿yj %s.
-
-BAD_USERHOST_MASK
- Maska musi mieæ format ident@host.
-
-BAD_EXPIRY_TIME
- Nieprawid³owy czas wygasania.
-
-USERHOST_MASK_TOO_WIDE
- %s jest za ogólna; u¿yj bardziej szczegó³owej maski.
-
-SERVICE_OFFLINE
- %s jest obecnie offline.
-
-READ_ONLY_MODE
- Uwaga: Serwisy s± w trybie tylko do odczytu - zmiany nie bêd± zapisywane!
-
-PASSWORD_INCORRECT
- Nieprawid³owe has³o.
-
-INVALID_TARGET
- "/msg %s" nie jest ju¿ obs³ugiwane. U¿yj "/msg %s@%s" lub "/%s".
-
-ACCESS_DENIED
- Odmowa dostêpu.
-
-MORE_OBSCURE_PASSWORD
- Proszê spróbowaæ ponownie z trudniejszym has³em.
- Has³o powinno mieæ minimum 5 znaków oraz powinno
- zawieraæ cyfry i litery.
-
-PASSWORD_TOO_LONG
- Twoje has³o jest za d³ugie. Spróbuj ponownie z krótszym has³em.
-
-NICK_NOT_REGISTERED
- Twój nick nie jest zarejestrowany.
-
-NICK_NOT_REGISTERED_HELP
- Twój nick jest niezarejestrowany.
- Napisz %R%s HELP aby uzyskaæ pomoc na temat rejestracji.
-
-NICK_X_IS_SERVICES
- Nick %s jest serwisem!
-
-NICK_X_NOT_REGISTERED
- Nick %s nie jest zarejestrowany.
-
-NICK_X_IN_USE
- Nick %s jest aktualnie w u¿yciu.
-
-NICK_X_NOT_IN_USE
- Nick %s nie jest aktualnie u¿ywany.
-
-NICK_X_NOT_ON_CHAN
- %s nie jest aktualnie na kanale %s.
-
-NICK_X_FORBIDDEN
- Nick %s nie mo¿e byæ rejestrowany ani u¿ywany.
-
-NICK_X_FORBIDDEN_OPER
- Nick %s zosta³ zablokowany przez %s:
- %s
-
-NICK_X_ILLEGAL
- Nick %s jest nieprawid³owy i nie mo¿e byæ u¿ywany.
-
-NICK_X_TRUNCATED
- Nick %s zosta³ skrócony do %d znaków.
-
-NICK_X_SUSPENDED
- Nick %s jest obecnie zawieszony.
-
-CHAN_X_NOT_REGISTERED
- Kana³ %s nie jest zarejestrowany.
-
-CHAN_X_NOT_IN_USE
- Kana³ %s nie istnieje.
-
-CHAN_X_FORBIDDEN
- Kana³u %s nie mo¿na rejestrowaæ ani u¿ywaæ.
-
-CHAN_X_FORBIDDEN_OPER
- Kana³ %s zosta³ zablokowany przez %s:
- %s
-
-CHAN_X_SUSPENDED
- Zawieszony: [%s] %s
-
-NICK_IDENTIFY_REQUIRED
- Aby u¿yæ tej komendy musisz siê zidentyfikowaæ.
- Napisz %R%s IDENTIFY has³o, a pó¼niej ponów próbê.
-
-CHAN_IDENTIFY_REQUIRED
- Do u¿ycia tej komendy wymagana jest identyfikacja.
- Napisz %R%s IDENTIFY %s has³o, a pó¼niej ponów próbê.
-
-
-MAIL_DISABLED
- Serwisy zosta³y skonfigurowane tak, aby nie wysy³aæ poczty.
-
-MAIL_INVALID
- Adres e-mail dla %s nie jest prawid³owy.
-
-MAIL_X_INVALID
- %s nie jest prawid³owym adresem e-mail.
-
-MAIL_LATER
- Nie mogê wys³aæ teraz maila. Spróbuj za chwilê.
-
-MAIL_DELAYED
- Proszê odczekaæ %d sekund(y) i ponowiæ próbê.
-
-
-NO_REASON
- Bez powodu
-
-UNKNOWN
- <nieznane>
-
-# Duration system
-DURATION_DAY
- 1 dzieñ
-
-DURATION_DAYS
- %d dni
-
-DURATION_HOUR
- 1 godzina
-
-DURATION_HOURS
- %d godzin(y)
-
-DURATION_MINUTE
- 1 minuta
-
-DURATION_MINUTES
- %d minut(y)
-
-DURATION_SECOND
- 1 sekunda
-
-DURATION_SECONDS
- %d sekund(y)
-
-# Human readable expiration
-NO_EXPIRE
- nie wygasa
-
-EXPIRES_SOON
- wygasa przy nastêpnej aktualizacji baz
-
-EXPIRES_M
- wygasa za %d minut(y)
-
-EXPIRES_1M
- wygasa za %d minutê
-
-EXPIRES_HM
- wygasa za %d godzin(y) i %d minut(y)
-
-EXPIRES_H1M
- wygasa za %d godzinê i %d minut(y)
-
-EXPIRES_1HM
- wygasa za %d godzinê i %d minut(y)
-
-EXPIRES_1H1M
- wygasa za %d godzinê i %d minutê
-
-EXPIRES_D
- wygasa za %d dni
-
-EXPIRES_1D
- wygasa za %d dzieñ
-
-# Generic Footer message
-END_OF_ANY_LIST
- Koniec listy %s.
-
-# Generic List error messages
-LIST_INCORRECT_RANGE
- Podano nieprawid³owy zakres. Poprawny zapis to #od-do.
-
-CS_LIST_INCORRECT_RANGE
- Aby wyszukaæ kana³y o nazwach zaczynaj±cych siê znakiem #
- nale¿y ten znak pomin±æ (anope zamiast #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-# Automatic messages
-NICK_IS_REGISTERED
- Ten nick jest zarejestrowany. Je¶li to Twój nick,
- wpisz: %R%s IDENTIFY has³o
-
-NICK_IS_SECURE
- Ten nick jest zarejestrowany i chroniony.
- Zidentyfikuj siê pisz±c: %R%s IDENTIFY has³o
- je¶li nick nale¿y do Ciebie, w przeciwnym razie zmieñ go.
-
-NICK_MAY_NOT_BE_USED
- Ten nick nie mo¿e byæ u¿ywany. Wybierz inny nick.
-
-FORCENICKCHANGE_IN_1_MINUTE
- Masz jedn± minutê na zmianê nicka, potem zostanie zmieniony si³±.
-
-FORCENICKCHANGE_IN_20_SECONDS
- Masz 20 sekund na zmianê nicka, potem zostanie zmieniony si³±.
-
-FORCENICKCHANGE_NOW
- Ten nick zosta³ zarejestrowany i nie mo¿esz go u¿ywaæ.
-
-FORCENICKCHANGE_CHANGING
- Twój nick zosta³ zmieniony na %s.
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER has³o [email]
-
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER has³o email
-
-NICK_REGISTRATION_DISABLED
- Rejestracja nicków jest tymczasowo wy³±czona.
-
-NICK_REGISTRATION_FAILED
- Rejestracja nicka nie powiod³a siê.
-
-NICK_REG_PLEASE_WAIT
- Odczekaj %d sekund przed ponownym u¿yciem komendy REGISTER.
-
-NICK_CANNOT_BE_REGISTERED
- Nick %s nie mo¿e byæ rejestrowany.
-
-NICK_ALREADY_REGISTERED
- Nick %s jest ju¿ zarejestrowany!
-
-NICK_REGISTERED
- Nick %s zosta³ zarejestrowany z mask±: %s.
-
-NICK_REGISTERED_NO_MASK
- Nick %s zosta³ zarejestrowany.
-
-NICK_PASSWORD_IS
- Twoje has³o do nicka to %s
-
-NICK_REG_DELAY
- Musisz byæ po³±czony(a) d³u¿ej ni¿ %d sekund(y), aby móc zarejestrowaæ nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP nazwa has³o
-
-NICK_GROUP_DISABLED
- Grupowanie nicków jest tymczasowo wy³±czone.
-
-NICK_GROUP_FAILED
- Grupowanie nie powiod³o siê.
-
-NICK_GROUP_PLEASE_WAIT
- Odczekaj %d sekund przed ponownym u¿yciem komendy GROUP.
-
-NICK_GROUP_CHANGE_DISABLED
- Twój nick jest ju¿ zarejestrowany. Napisz najpierw: %R%s DROP
-
-NICK_GROUP_SAME
- Nale¿ysz ju¿ do grupy %s.
-
-NICK_GROUP_TOO_MANY
- W grupie %s jest za du¿o nicków, usuñ kilka.
- Napisz %R%s HELP GLIST i %R%s HELP DROP,
- aby uzyskaæ wiêcej informacji.
-
-NICK_GROUP_JOINED
- Nale¿ysz teraz do grupy %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY has³o
-
-NICK_IDENTIFY_FAILED
- Identyfikacja nie powiod³a siê.
-
-NICK_IDENTIFY_SUCCEEDED
- Has³o przyjête - jeste¶ zidentyfikowany(a).
-
-NICK_IDENTIFY_EMAIL_REQUIRED
- Teraz ustaw adres e-mail dla Twojego nicka.
- Gdy zapomnisz has³a, zostanie ono wys³ane na e-mail.
-
-NICK_IDENTIFY_EMAIL_HOWTO
- Napisz %R%S SET EMAIL e-mail, aby ustawiæ adres e-mail.
- Twoja prywatno¶æ bêdzie uszanowana - nie bêdzie podawany osobom trzecim,
-
-NICK_ALREADY_IDENTIFIED
- Jeste¶ ju¿ zidentyfikowany(a).
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status zaktualizowany (wiadomo¶ci, vhosty, flagi).
-
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-
-NICK_LOGOUT_SUCCEEDED
- Twój nick zosta³ pomy¶lnie wylogowany.
-
-NICK_LOGOUT_X_SUCCEEDED
- Nick %s zosta³ wylogowany.
-
-NICK_LOGOUT_SERVICESADMIN
- Nie mogê wylogowaæ %s, bo to administrator serwisów.
-
-# DROP responses
-NICK_DROP_DISABLED
- Usuwanie nicków jest tymczasowo wy³±czone.
-
-NICK_DROPPED
- Twój nick zosta³ odrejestrowany.
-
-NICK_X_DROPPED
- Nick %s zosta³ odrejestrowany.
-
-# SET responses
-NICK_SET_SYNTAX
- SET opcja parametry
-
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opcja parametry
-
-NICK_SET_DISABLED
- Modyfikacja ustawieñ nicka jest tymczasowo wy³±czona.
-
-NICK_SET_UNKNOWN_OPTION
- Nieznana opcja komendy SET %s.
-
-NICK_SET_OPTION_DISABLED
- Opcja %s nie jest dostêpna w tej sieci.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Now± nazw± MUSI byæ jednym z nicków w grupie!
-
-NICK_SET_DISPLAY_CHANGED
- Now± nazw± jest %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Zmiana has³a nie powiod³a siê.
-
-NICK_SET_PASSWORD_CHANGED
- Has³o zosta³o zmienione.
-
-NICK_SET_PASSWORD_CHANGED_TO
- Has³o zosta³o zmienione na %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE numer
-
-NICK_SET_LANGUAGE_UNKNOWN
- Nieznany numer jêzyka %d.
- Napisz %R%s HELP SET LANGUAGE, aby uzyskaæ listê dostêpnych jêzyków.
-
-NICK_SET_LANGUAGE_CHANGED
- Jêzyk zosta³ zmieniony na Polski.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Adres e-mail zosta³ zmieniony na %s.
-
-NICK_SET_EMAIL_UNSET
- Adres e-mail zosta³ usuniêty.
-
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Nie mo¿esz usuwaæ adresu e-mail w tej sieci.
-
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Wiadomo¶æ powitalna zosta³a zmieniona na:
- %s.
-
-NICK_SET_GREET_UNSET
- Wiadomo¶æ powitalna zosta³a usuniêta.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-
-NICK_SET_KILL_ON
- Ochrona jest teraz w³±czona.
-
-NICK_SET_KILL_QUICK
- Ochrona ze zredukowanym opó¼nieniem jest teraz w³±czona.
-
-NICK_SET_KILL_IMMED
- Natychmiastowa ochrona jest teraz w³±czona.
-
-NICK_SET_KILL_IMMED_DISABLED
- Opcja IMMED nie jest jest dostêpna w tej sieci.
-
-NICK_SET_KILL_OFF
- Ochrona jest teraz wy³±czona.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-
-NICK_SET_SECURE_ON
- Opcja bezpieczeñstwa zosta³a w³±czona.
-
-NICK_SET_SECURE_OFF
- Opcja bezpieczeñstwa zosta³a wy³±czona.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-
-NICK_SET_PRIVATE_ON
- Opcja prywatno¶ci zosta³a w³±czona.
-
-NICK_SET_PRIVATE_OFF
- Opcja prywatno¶ci zosta³a wy³±czona.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
-NICK_SET_HIDE_EMAIL_ON
- Twój adres e-mail bêdzie ukrywany w informacjach %s.
-
-NICK_SET_HIDE_EMAIL_OFF
- Twój adres e-mail bêdzie pokazywany w informacjach %s.
-
-NICK_SET_HIDE_MASK_ON
- Twoja ostatnia maska ident@host bêdzie ukrywana w informacjach %s.
-
-NICK_SET_HIDE_MASK_OFF
- Twoja ostatnia maska ident@host bêdzie pokazywana w informacjach %s.
-
-NICK_SET_HIDE_QUIT_ON
- Twoja ostatnia wiadomo¶æ QUIT bêdzie ukrywana w informacjach %s.
-
-NICK_SET_HIDE_QUIT_OFF
- Twoja ostatnia wiadomo¶æ QUIT bêdzie pokazywana w informacjach %s.
-
-NICK_SET_HIDE_STATUS_ON
- Twój status dostêpu do serwisów bêdzie ukrywany w informacjach %s.
-
-NICK_SET_HIDE_STATUS_OFF
- Twój status dostêpu do serwisów bêdzie pokazywany w informacjach %s.
-
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET MSG {ON | OFF}
-
-NICK_SET_MSG_ON
- Serwisy bêd± teraz wysy³aæ wiadomo¶ci.
-
-NICK_SET_MSG_OFF
- Serwisy bêd± teraz wysy³aæ powiadomienia.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-
-NICK_SET_AUTOOP_ON
- Serwisy bêd± automatycznie nadawa³y Tobie uprawnienia.
-
-NICK_SET_AUTOOP_OFF
- Serwisy nie bêd± ju¿ automatycznie nadawa³y Tobie uprawnieñ.
-
-# SASET responses
-NICK_SASET_SYNTAX
- SASET nick opcja parametry
-
-NICK_SASET_DISABLED
- Modyfikacja ustawieñ nicka jest tymczasowo wy³±czona.
-
-NICK_SASET_UNKNOWN_OPTION
- Nieznana opcja komendy SASET %s.
-
-NICK_SASET_BAD_NICK
- Nick %s nie jest zarejestrowany.
-
-NICK_SASET_OPTION_DISABLED
- Opcja %s nie jest dostêpna w tej sieci.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- Nowa nazwa dla %s MUSI byæ jednym z nicków w grupie!
-
-NICK_SASET_DISPLAY_CHANGED
- Now± nazw± jest %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Zmiana has³a dla %s nie powiod³a siê.
-
-NICK_SASET_PASSWORD_CHANGED
- Has³o dla %s zosta³o zmienione.
-
-NICK_SASET_PASSWORD_CHANGED_TO
- Has³o dla %s zosta³o zmienione na %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- Adres e-mail osoby %s zosta³ zmieniony na %s.
-
-NICK_SASET_EMAIL_UNSET
- Adres e-mail osoby %s zosta³ usuniêty.
-
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- Nie mo¿esz usuwaæ adresu e-mail w tej sieci.
-
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Wiadomo¶æ powitalna osoby %s zosta³a zmieniona na %s.
-
-NICK_SASET_GREET_UNSET
- Wiadomo¶æ powitalna osoby %s zosta³a usuniêta.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nick KILL {ON | QUICK | OFF}
-
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nick KILL {ON | QUICK | IMMED | OFF}
-
-NICK_SASET_KILL_ON
- Ochrona dla %s jest teraz w³±czona.
-
-NICK_SASET_KILL_QUICK
- Ochrona dla %s ze zredukowanym opó¼nieniem jest teraz w³±czona.
-
-NICK_SASET_KILL_IMMED
- Natychmiastowa ochrona dla %s jest teraz w³±czona
-
-NICK_SASET_KILL_IMMED_DISABLED
- Opcja IMMED nie jest dostêpna w tej sieci.
-
-NICK_SASET_KILL_OFF
- Ochrona dla %s jest teraz wy³±czona.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nick SECURE {ON | OFF}
-
-NICK_SASET_SECURE_ON
- Opcja bezpieczeñstwa dla %s zosta³a w³±czona.
-
-NICK_SASET_SECURE_OFF
- Opcja bezpieczeñstwa dla %s zosta³a wy³±czona.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nick PRIVATE {ON | OFF}
-
-NICK_SASET_PRIVATE_ON
- Opcja prywatno¶ci dla %s zosta³a w³±czona.
-
-NICK_SASET_PRIVATE_OFF
- Opcja prywatno¶ci dla %s zosta³a wy³±czona.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SASET nick HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
-NICK_SASET_HIDE_EMAIL_ON
- Adres e-mail osoby %s bêdzie ukrywany w informacjach %s.
-
-NICK_SASET_HIDE_EMAIL_OFF
- Adres e-mail osoby %s bêdzie pokazywany w informacjach %s.
-
-NICK_SASET_HIDE_MASK_ON
- Ostatnia maska ident@host osoby %s bêdzie ukrywana w informacjach %s.
-
-NICK_SASET_HIDE_MASK_OFF
- Ostatnia maska ident@host osoby %s bêdzie pokazywana w informacjach %s.
-
-NICK_SASET_HIDE_QUIT_ON
- Ostatnia wiadomo¶æ QUIT osoby %s bêdzie ukrywana w informacjach %s.
-
-NICK_SASET_HIDE_QUIT_OFF
- Ostatnia wiadomo¶æ QUIT osoby %s bêdzie pokazywana w informacjach %s.
-
-NICK_SASET_HIDE_STATUS_ON
- Status dostêpu do serwisów osoby %s bêdzie ukrywany w informacjach %s.
-
-NICK_SASET_HIDE_STATUS_OFF
- Status dostêpu do serwisów osoby %s bêdzie pokazywany w informacjach %s.
-
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SASAET nick PRIVATE {ON | OFF}
-
-NICK_SASET_MSG_ON
- Serwisy bêd± teraz wysy³aæ do %s wiadomo¶ci.
-
-NICK_SASET_MSG_OFF
- Serwisy bêd± teraz wysy³aæ do %s powiadomienia.
-
-# SASET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nick NOEXPIRE {ON | OFF}
-
-NICK_SASET_NOEXPIRE_ON
- Nick %s nie wyga¶nie.
-
-NICK_SASET_NOEXPIRE_OFF
- Nick %s od teraz podlega zasadom wygasania.
-
-# SASET AUTOOP responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nick AUTOOP {ON | OFF}
-
-NICK_SASET_AUTOOP_ON
- Serwisy bêd± automatycznie nadawa³y uprawnienia dla u¿ytkownika %s.
-
-NICK_SASET_AUTOOP_OFF
- Serwisy nie bêd± ju¿ automatycznie nadawa³y uprawnieñ dla u¿ytkownika %s.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nick LANGUAGE numer
-
-NICK_SASET_LANGUAGE_UNKNOWN
- Nieznany numer jêzyka %d.
- Napisz %R%s HELP SET LANGUAGE, aby uzyskaæ listê dostêpnych jêzyków.
-
-NICK_SASET_LANGUAGE_CHANGED
- Jêzyk zosta³ zmieniony na Polski.
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [maska]
-
-NICK_ACCESS_ALREADY_PRESENT
- Maska %s jest ju¿ w Twojej li¶cie dostêpu.
-
-NICK_ACCESS_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisy(ów) na li¶cie dostêpu.
-
-NICK_ACCESS_ADDED
- %s dodano do Twojej listy dostêpu.
-
-NICK_ACCESS_NOT_FOUND
- %s nie znaleziono na Twojej li¶cie dostêpu.
-
-NICK_ACCESS_DELETED
- %s usuniêto z Twojej listy dostêpu.
-
-NICK_ACCESS_LIST
- Lista dostêpu:
-
-NICK_ACCESS_LIST_X
- Lista dostêpu dla %s:
-
-NICK_ACCESS_LIST_EMPTY
- Twoja lista dostêpu jest pusta.
-
-NICK_ACCESS_LIST_X_EMPTY
- Lista dostêpu dla %s jest pusta.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-
-NICK_INFO_REALNAME
- %s to %s
-
-NICK_INFO_SERVICES_OPERTYPE
- %s jest operatorem serwisów typu %s.
-
-NICK_INFO_ADDRESS
- Ostatni host: %s
-
-NICK_INFO_ADDRESS_ONLINE
- Jest online z: %s
-
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s jest teraz online.
-
-NICK_INFO_TIME_REGGED
- Zarejestrowano: %s
-
-NICK_INFO_LAST_SEEN
- Widziano: %s
-
-NICK_INFO_LAST_QUIT
- Ostatni QUIT: %s
-
-NICK_INFO_URL
- Adres www: %s
-
-NICK_INFO_EMAIL
- Adres e-mail: %s
-
-NICK_INFO_VHOST
- vhost: %s
-
-NICK_INFO_VHOST2
- vhost: %s@%s
-
-NICK_INFO_GREET
- Powitanie: %s
-
-NICK_INFO_OPTIONS
- Opcje: %s
-
-NICK_INFO_EXPIRE
- Wygasa: %s
-
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- KILL
-
-NICK_INFO_OPT_SECURE
- SECURE
-
-NICK_INFO_OPT_PRIVATE
- PRIVATE
-
-NICK_INFO_OPT_MSG
- MSG
-
-NICK_INFO_OPT_AUTOOP
- AUTOOP
-
-NICK_INFO_OPT_NONE
- Brak
-
-NICK_INFO_NO_EXPIRE
- Ten nick nie wyga¶nie.
-
-NICK_INFO_SUSPENDED
- Ten nick jest obecnie zawieszony, powód: %s
-
-NICK_INFO_SUSPENDED_NO_REASON
- Ten nick jest obecnie zawieszony
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST wzorzec
-
-NICK_LIST_SERVADMIN_SYNTAX
- LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
-NICK_LIST_HEADER
- Lista pasuj±cych wpisów %s:
-
-NICK_LIST_RESULTS
- Koniec listy - %d/%d wpisów wy¶wietlono.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST nick
-
-NICK_ALIST_HEADER
- Kana³y, na których jeste¶ na li¶cie dostêpu:
- Nr Kana³ Poziom Opis
-
-NICK_ALIST_HEADER_X
- Kana³y, na których %s jest na li¶cie dostêpu:
- Nr Kana³ Poziom Opis
-
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-
-NICK_ALIST_FOOTER
- Koniec listy - %d/%d kana³ów pokazano.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lista nicków w grupie:
-
-NICK_GLIST_HEADER_X
- Lista nicków grupy %s:
-
-NICK_GLIST_FOOTER
- %d nicków w grupie.
-
-NICK_GLIST_REPLY
- %s (wygasa za %s)
-
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nick [has³o]
-
-NICK_NO_RECOVER_SELF
- Nie mo¿esz odzyskaæ nicka, którego w³a¶nie u¿ywasz!
-
-NICK_RECOVERED
- Twój nick zosta³ w³a¶nie przejêty przez serwisy.
- Napisz %R%s RELEASE %s, je¶li nie chcesz czekaæ %s sekund na jego automatyczne zwolnienie.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nick [has³o]
-
-NICK_RELEASE_NOT_HELD
- Nick %s nie jest zajêty przez serwisy.
-
-NICK_RELEASED
- Serwisy w³a¶nie zwolni³y twojego nicka.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nick [has³o]
-
-NICK_NO_GHOST_SELF
- Nie mo¿esz usun±æ samego siebie!
-
-NICK_GHOST_KILLED
- Nick zosta³ usuniêty z sieci.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nick
-
-NICK_GETPASS_UNAVAILABLE
- Komenda GETPASS nie dzia³a, bo has³a s± szyfrowane.
-
-NICK_GETPASS_PASSWORD_IS
- Has³o dla %s to %s.
-
-# GETEMAIL responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host Bez symboli wieloznacznych!
-
-NICK_GETEMAIL_EMAILS_ARE
- Adresy e-mail %s pasuj±ce do %s.
-
-NICK_GETEMAIL_NOT_USED
- Nie ma u¿ytkowników z adresem e-mail %s.
-
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nick
-
-NICK_SENDPASS_UNAVAILABLE
- Komenda SENDPASS nie dzia³a, bo has³a s± szyfrowane.
-
-NICK_SENDPASS_SUBJECT
- Has³o do nicka %s
-
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-
-NICK_SENDPASS_OK
- Has³o do nicka %s zosta³o wys³ane.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# SUSPEND responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nick powód
-
-NICK_SUSPEND_SUCCEEDED
- Nick %s zosta³ zawieszony.
-
-NICK_SUSPEND_FAILED
- Zawieszenie nicka %s nie powiod³o siê!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nick
-
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s zosta³ uwolniony.
-
-NICK_UNSUSPEND_FAILED
- Nie mogê uwolniæ nicka %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nick [powód]
-
-NICK_FORBID_SYNTAX_REASON
- FORBID nick powód
-
-NICK_FORBID_SUCCEEDED
- Nick %s zosta³ zablokowany.
-
-NICK_FORBID_FAILED
- Nie mogê zablokowaæ nicka %s!
-
-# Nick Registraion responses
-NICK_REQUESTED
- Ten nick zosta³ ju¿ zarejestrowany. Sprawd¼ swoj± pocztê.
-
-NICK_REG_RESENT
- Twój kod rejestracyjny zosta³ ponownie wys³any na %s.
-
-NICK_REG_UNABLE
- Nick nie zosta³ zarejestrowany. Proszê spróbowaæ pó¼niej.
-
-NICK_IS_PREREG
- Ten nick czeka na e-mail z kodem weryfikacyjnym przed zakoñczeniem rejestracji.
-
-NICK_ENTER_REG_CODE
- Kod zosta³ wys³any na adres %s.
- Napisz %R%s CONFIRM <kod>, aby dokoñczyæ procedurê rejestracji.
-
-NICK_REG_MAIL_SUBJECT
- Rejestracja nicka %s
-
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-
-NICK_GETPASS_PASSCODE_IS
- Kod rejestracyjny dla %s to %s.
-
-NICK_FORCE_REG
- Nick %s potwierdzony.
-
-NICK_CONFIRM_NOT_FOUND
- Termin wa¿no¶ci kodu rejestracyjnego up³yn±³.
- Napisz: %R%s REGISTER <has³o> <email>,
- aby znowu zacz±æ rejestracje.
-
-NICK_CONFIRM_INVALID
- Podano nieprawid³owy kod, sprawd¼ wiadomo¶æ e-mail i spróbowaæ ponownie.
-
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Automatyczne nadawanie statusu operatora (+o)
-
-CHAN_LEVEL_AUTOVOICE
- Automatyczne nadawanie prawa g³osu (+v)
-
-CHAN_LEVEL_AUTOHALFOP
- Automatyczne nadawanie statusu pó³-operatora (+h)
-
-CHAN_LEVEL_AUTOPROTECT
- Automatyczne nadawanie ochrony (+a)
-
-CHAN_LEVEL_AUTODEOP
- Automatyczne odbieranie statusu operatora (-o)
-
-CHAN_LEVEL_NOJOIN
- Nie pozwala wej¶æ na kana³ w trybie RESTRICTED
-
-CHAN_LEVEL_INVITE
- Pozwala u¿ywaæ komendy INVITE
-
-CHAN_LEVEL_AKICK
- Pozwala u¿ywaæ komendy AKICK
-
-CHAN_LEVEL_SET
- Pozwala modyfikowaæ ustawienia kana³u
-
-CHAN_LEVEL_CLEAR
- Pozwala u¿ywaæ komendy CLEAR
-
-CHAN_LEVEL_UNBAN
- Pozwala u¿ywaæ komendy UNBAN
-
-CHAN_LEVEL_OPDEOP
- Pozwala u¿ywaæ komend OP i DEOP na innych osobach
-
-CHAN_LEVEL_ACCESS_LIST
- Pozwala przegl±daæ listê dostêpu
-
-CHAN_LEVEL_ACCESS_CHANGE
- Pozwala modyfikowaæ listê dostêpu
-
-CHAN_LEVEL_MEMO
- Pozwala listowaæ i czytaæ kana³owe wiadomo¶ci
-
-CHAN_LEVEL_ASSIGN
- Pozwala przydzielaæ i usuwaæ bota
-
-CHAN_LEVEL_BADWORDS
- Pozwala u¿ywaæ komendy BADWORDS
-
-CHAN_LEVEL_NOKICK
- Ochrona przed kopaniem za pomoc± komendy KICK
-
-CHAN_LEVEL_FANTASIA
- Pozwala u¿ywaæ publicznych komend FANTASY
-
-CHAN_LEVEL_SAY
- Pozwala u¿ywaæ komend SAY i ACT
-
-CHAN_LEVEL_GREET
- Wy¶wietla wiadomo¶æ powitaln± (greet)
-
-CHAN_LEVEL_VOICEME
- Pozwala u¿ywaæ komend VOICE i DEVOICE na sobie
-
-CHAN_LEVEL_VOICE
- Pozwala u¿ywaæ komend VOICE i DEVOICE na innych osobach
-
-CHAN_LEVEL_GETKEY
- Pozwala u¿ywaæ komendy GETKEY
-
-CHAN_LEVEL_OPDEOPME
- Pozwala u¿ywaæ komend OP i DEOP na sobie
-
-CHAN_LEVEL_HALFOPME
- Pozwala u¿ywaæ komend HALFOP i DEHALFOP na sobie
-
-CHAN_LEVEL_HALFOP
- Pozwala u¿ywaæ komend HALFOP i DEHALFOP na innych osobach
-
-CHAN_LEVEL_PROTECTME
- Pozwala u¿ywaæ komend PROTECT i DEPROTECT na sobie
-
-CHAN_LEVEL_PROTECT
- Pozwala u¿ywaæ komend PROTECT i DEPROTECT na innych osobach
-
-CHAN_LEVEL_KICKME
- Pozwala u¿ywaæ komendy KICK na sobie
-
-CHAN_LEVEL_KICK
- Pozwala u¿ywaæ komendy KICK na innych osobach
-
-CHAN_LEVEL_SIGNKICK
- Nie podpisze kicka, gdy SIGNKICK LEVEL jest u¿ywany
-
-CHAN_LEVEL_BANME
- Pozwala u¿ywaæ komendy BAN na sobie
-
-CHAN_LEVEL_BAN
- Pozwala u¿ywaæ komendy BAN na innych osobach
-
-CHAN_LEVEL_TOPIC
- Pozwala u¿ywaæ komendy TOPIC
-
-CHAN_LEVEL_INFO
- Pozwala u¿ywaæ opcji ALL w komendzie INFO
-
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Ten kana³ zosta³ zarejestrowany z %s.
-
-CHAN_NOT_ALLOWED_OP
- Nie masz uprawnieñ do statusu operatora na kanale %s.
-
-CHAN_MAY_NOT_BE_USED
- Ten kana³ nie mo¿e byæ u¿ywany.
-
-CHAN_NOT_ALLOWED_TO_JOIN
- Nie masz pozwolenia, aby przebywaæ na tym kanale.
-
-CHAN_X_INVALID
- %s nie jest prawid³owym kana³em.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER kana³ opis
-
-CHAN_REGISTER_DISABLED
- Rejestracja kana³ów jest tymczasowo wy³±czona.
-
-CHAN_REGISTER_NOT_LOCAL
- Lokalne kana³y nie mog± byæ rejestrowane.
-
-CHAN_MAY_NOT_BE_REGISTERED
- Kana³u %s nie mo¿na rejestrowaæ.
-
-CHAN_ALREADY_REGISTERED
- Kana³ %s jest ju¿ zarejestrowany!
-
-CHAN_MUST_BE_CHANOP
- Aby zarejestrowaæ kana³ musisz byæ jego operatorem.
-
-CHAN_REACHED_CHANNEL_LIMIT
- B³±d, ju¿ masz osi±gniêty limit %d kana³ów.
-
-CHAN_EXCEEDED_CHANNEL_LIMIT
- B³±d, ju¿ masz przekroczony limit %d kana³ów.
-
-CHAN_REGISTRATION_FAILED
- Rejestracja nie powiod³a siê.
-
-CHAN_REGISTERED
- Kana³ %s zosta³ teraz zarejestrowany.
- Jako %s jeste¶ od teraz jego w³a¶cicielem.
-
-CHAN_REGISTER_NONE_CHANNEL
- Próbujesz rejestrowaæ nieistniej±cy kana³ %s
-
-CHAN_SYMBOL_REQUIRED
- U¿yj symboli # lub & podczas rejestracji
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP kana³
-
-CHAN_DROP_DISABLED
- Usuwanie kana³ów jest tymczasowo wy³±czone.
-
-CHAN_DROPPED
- Kana³ %s zosta³ odrejestrowany.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET kana³ opcja parametry
-
-CHAN_SET_DISABLED
- Modyfikacja ustawieñ kana³u jest tymczasowo wy³±czona.
-
-CHAN_SET_UNKNOWN_OPTION
- Nieznana opcja komendy SET: %s.
-
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s posiada za du¿o zarejestrowanych kana³ów.
-
-CHAN_FOUNDER_CHANGED
- W³a¶cicielem kana³u %s jest teraz %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Zastêpcê dla kana³u %s zmieniono na %s.
-
-CHAN_SUCCESSOR_UNSET
- Zastêpcê dla kana³u %s usuniêto.
-
-CHAN_SUCCESSOR_IS_FOUNDER
- %s nie mo¿e byæ zastêpc± na kanale %s, poniewa¿ jest jego w³a¶cicielem.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Opis kana³u %s zosta³ zmieniony na %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- Adres e-mail kana³u %s zosta³ zmieniony na %s.
-
-CHAN_EMAIL_UNSET
- Adres e-mail kana³u %s zosta³ usuniêty.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Wiadomo¶æ powitalna kana³u %s zosta³a zmieniona.
-
-CHAN_ENTRY_MSG_UNSET
- Wiadomo¶æ powitalna kana³u %s zosta³a usuniêta.
-
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s nie jest prawid³owym rodzajem bana.
-
-CHAN_SET_BANTYPE_CHANGED
- Rodzajem bana dla kana³u %s jest teraz #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Nieznany flaga %c zostaje zignorowana.
-
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Flaga %c zosta³a zignorowana, bo nie mo¿na jej blokowaæ.
-
-CHAN_SET_MLOCK_L_REQUIRED
- Musisz za³o¿yæ +l zanim za³o¿ysz +L.
-
-CHAN_SET_MLOCK_K_REQUIRED
- Musisz za³o¿yæ +i równie¿, aby móc za³o¿yæ +K.
-
-CHAN_MLOCK_CHANGED
- Blokada trybów kana³u %s zosta³a zmieniona na: %s
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET kana³ KEEPTOPIC {ON | OFF}
-
-CHAN_SET_KEEPTOPIC_ON
- Temat kana³u %s bêdzie teraz utrzymywany.
-
-CHAN_SET_KEEPTOPIC_OFF
- Temat kana³u %s nie bêdzie ju¿ utrzymywany.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET kana³ TOPICLOCK {ON | OFF}
-
-CHAN_SET_TOPICLOCK_ON
- Blokada tematu na kanale %s zosta³a w³±czona.
-
-CHAN_SET_TOPICLOCK_OFF
- Blokada tematu na kanale %s zosta³a wy³±czona.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET kana³ PEACE {ON | OFF}
-
-CHAN_SET_PEACE_ON
- Opcja PEACE dla kana³u %s zosta³a w³±czona.
-
-CHAN_SET_PEACE_OFF
- Opcja PEACE dla kana³u %s zosta³a wy³±czona.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET kana³ PRIVATE {ON | OFF}
-
-CHAN_SET_PRIVATE_ON
- Opcja PRIVATE dla kana³u %s zosta³a w³±czona.
-
-CHAN_SET_PRIVATE_OFF
- Opcja PRIVATE dla kana³u %s zosta³a wy³±czona.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET kana³ SECUREOPS {ON | OFF}
-
-CHAN_SET_SECUREOPS_ON
- Status operatora kana³u %s bêdzie teraz chroniony.
-
-CHAN_SET_SECUREOPS_OFF
- Status operatora kana³u %s nie bêdzie ju¿ chroniony.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET kana³ SECUREFOUNDER {ON | OFF}
-
-CHAN_SET_SECUREFOUNDER_ON
- Status w³a¶ciciela kana³u %s bêdzie teraz chroniony.
-
-CHAN_SET_SECUREFOUNDER_OFF
- Status w³a¶ciciela kana³u %s nie bêdzie ju¿ chroniony.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET kana³ RESTRICTED {ON | OFF}
-
-CHAN_SET_RESTRICTED_ON
- Dostêp do kana³u %s jest teraz ograniczony.
-
-CHAN_SET_RESTRICTED_OFF
- Dostêp do kana³u %s nie jest ju¿ ograniczony.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET kana³ SECURE {ON | OFF}
-
-CHAN_SET_SECURE_ON
- Opcja bezpieczeñstwa dla kana³u %s zosta³a w³±czona.
-
-CHAN_SET_SECURE_OFF
- Opcja bezpieczeñstwa dla kana³u %s zosta³a wy³±czona.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET kana³ SIGNKICK {ON | LEVEL | OFF}
-
-CHAN_SET_SIGNKICK_ON
- Podpisywanie komendy KICK na kanale %s zosta³o w³±czone.
-
-CHAN_SET_SIGNKICK_LEVEL
- Podpisywanie komendy KICK na kanale %s zosta³o w³±czone, ale
- bêdzie zale¿a³o od poziomu dostêpu jaki posiada u¿ytkownik.
-
-CHAN_SET_SIGNKICK_OFF
- Podpisywanie komendy KICK na kanale %s zosta³o wy³±czone.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET kana³ OPNOTICE {ON | OFF}
-
-CHAN_SET_OPNOTICE_ON
- Opcja OPNOTICE dla kana³u %s zosta³a w³±czona.
-
-CHAN_SET_OPNOTICE_OFF
- Opcja OPNOTICE dla kana³u %s zosta³a wy³±czona.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET kana³ XOP {ON | OFF}
-
-CHAN_SET_XOP_ON
- System list xOP na kanale %s zosta³ w³±czony.
-
-CHAN_SET_XOP_OFF
- System list xOP na kanale %s zosta³ wy³±czony.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET kana³ NOEXPIRE {ON | OFF}
-
-CHAN_SET_NOEXPIRE_ON
- Kana³ %s nie wyga¶nie.
-
-CHAN_SET_NOEXPIRE_OFF
- Kana³ %s od teraz podlega prawu wygasania.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na listach xOP.
-
-CHAN_XOP_LIST_FORMAT
- %3d %s
-
-CHAN_XOP_ACCESS
- Nie mo¿esz u¿yæ tej komendy. U¿yj komendy ACCESS.
- Napisz %R%s HELP ACCESS, aby uzyskaæ wiêcej informacji.
-
-CHAN_XOP_NOT_AVAILABLE
- System xOP nie jest dostêpny.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]
-
-CHAN_AOP_DISABLED
- Modyfikacja listy AOP jest tymczasowo wy³±czona.
-
-CHAN_AOP_NICKS_ONLY
- Kana³owa lista AOP mo¿e zawieraæ jedynie zarejestrowane nicki.
-
-CHAN_AOP_ADDED
- %s dodano do listy AOP kana³u %s.
-
-CHAN_AOP_MOVED
- %s przeniesiono do listy AOP kana³u %s.
-
-CHAN_AOP_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie AOP kana³u %s.
-
-CHAN_AOP_NOT_FOUND
- %s nie znaleziono na li¶cie AOP kana³u %s.
-
-CHAN_AOP_NO_MATCH
- Nie znaleziono wpisów w li¶cie AOP kana³u %s.
-
-CHAN_AOP_DELETED
- %s usuniêto z listy AOP kana³u %s.
-
-CHAN_AOP_DELETED_ONE
- Usuniêto 1 wpis z listy AOP kana³u %s.
-
-CHAN_AOP_DELETED_SEVERAL
- Usuniêto %d wpisów(y) z listy AOP kana³u %s.
-
-CHAN_AOP_LIST_EMPTY
- Lista AOP kana³u %s jest pusta.
-
-CHAN_AOP_LIST_HEADER
- Lista AOP kana³u %s:
- Nr Nick
-
-CHAN_AOP_CLEAR
- Lista AOP kana³u %s zosta³a wyczyszczona.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]
-
-CHAN_HOP_DISABLED
- Modyfikacja listy HOP jest tymczasowo wy³±czona.
-
-CHAN_HOP_NICKS_ONLY
- Kana³owa lista HOP mo¿e zawieraæ jedynie zarejestrowane nicki.
-
-CHAN_HOP_ADDED
- %s dodano do listy HOP kana³u %s.
-
-CHAN_HOP_MOVED
- %s przeniesiono do listy HOP kana³u %s.
-
-CHAN_HOP_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie HOP kana³u %s.
-
-CHAN_HOP_NOT_FOUND
- %s nie znaleziono na li¶cie HOP kana³u %s.
-
-CHAN_HOP_NO_MATCH
- Nie znaleziono wpisów w li¶cie HOP kana³u %s.
-
-CHAN_HOP_DELETED
- %s usuniêto z listy HOP kana³u %s.
-
-CHAN_HOP_DELETED_ONE
- Usuniêto 1 wpis z listy HOP kana³u %s.
-
-CHAN_HOP_DELETED_SEVERAL
- Usuniêto %d wpisów(y) z listy HOP kana³u %s.
-
-CHAN_HOP_LIST_EMPTY
- Lista HOP kana³u %s jest pusta.
-
-CHAN_HOP_LIST_HEADER
- Lista HOP kana³u %s:
- Nr Nick
-
-CHAN_HOP_CLEAR
- Lista HOP kana³u %s zosta³a wyczyszczona.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]
-
-CHAN_SOP_DISABLED
- Modyfikacja listy SOP jest tymczasowo wy³±czona.
-
-CHAN_SOP_NICKS_ONLY
- Kana³owa lista SOP mo¿e zawieraæ jedynie zarejestrowane nicki.
-
-CHAN_SOP_ADDED
- %s dodano do listy SOP kana³u %s.
-
-CHAN_SOP_MOVED
- %s przeniesiono do listy SOP kana³u %s.
-
-CHAN_SOP_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie SOP kana³u %s.
-
-CHAN_SOP_NOT_FOUND
- %s nie znaleziono na li¶cie SOP kana³u %s.
-
-CHAN_SOP_NO_MATCH
- Nie znaleziono wpisów w li¶cie SOP kana³u %s.
-
-CHAN_SOP_DELETED
- %s usuniêto z listy SOP kana³u %s.
-
-CHAN_SOP_DELETED_ONE
- Usuniêto 1 wpis z listy SOP kana³u %s.
-
-CHAN_SOP_DELETED_SEVERAL
- Usuniêto %d wpisów(y) z listy SOP kana³u %s.
-
-CHAN_SOP_LIST_EMPTY
- Lista SOP kana³u %s jest pusta.
-
-CHAN_SOP_LIST_HEADER
- Lista SOP kana³u %s:
- Nr Nick
-
-CHAN_SOP_CLEAR
- Lista SOP kana³u %s zosta³a wyczyszczona.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP kana³ {ADD|DEL|LIST|CLEAR} [nick | pozycja]
-
-CHAN_VOP_DISABLED
- Modyfikacja listy VOP jest tymczasowo wy³±czona.
-
-CHAN_VOP_NICKS_ONLY
- Kana³owa lista VOP mo¿e zawieraæ jedynie zarejestrowane nicki.
-
-CHAN_VOP_ADDED
- %s dodano do listy VOP kana³u %s.
-
-CHAN_VOP_MOVED
- %s przeniesiono do listy VOP kana³u %s.
-
-CHAN_VOP_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie VOP kana³u %s.
-
-CHAN_VOP_NOT_FOUND
- %s nie znaleziono na li¶cie VOP kana³u %s.
-
-CHAN_VOP_NO_MATCH
- Nie znaleziono wpisów w li¶cie VOP kana³u %s.
-
-CHAN_VOP_DELETED
- %s usuniêto z listy VOP kana³u %s.
-
-CHAN_VOP_DELETED_ONE
- Usuniêto 1 wpis z listy VOP kana³u %s.
-
-CHAN_VOP_DELETED_SEVERAL
- Usuniêto %d wpisów(y) z listy VOP kana³u %s.
-
-CHAN_VOP_LIST_EMPTY
- Lista VOP kana³u %s jest pusta.
-
-CHAN_VOP_LIST_HEADER
- Lista VOP kana³u %s:
- Nr Nick
-
-CHAN_VOP_CLEAR
- Lista VOP kana³u %s zosta³a wyczyszczona.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS kana³ {ADD|DEL|LIST|VIEW|CLEAR} [nick [poziom] | pozycja]
-
-CHAN_ACCESS_XOP
- Nie mo¿esz u¿yæ tej komendy.
- Musisz u¿yæ poleceñ VOP, AOP lub SOP.
- Napisz %R%s HELP komenda, aby uzyskaæ wiêcej informacji.
-
-CHAN_ACCESS_XOP_HOP
- Nie mo¿esz u¿yæ tej komendy.
- Musisz u¿yæ poleceñ VOP, HOP, AOP lub SOP.
- Napisz %R%s HELP komenda, aby uzyskaæ wiêcej informacji.
-
-CHAN_ACCESS_DISABLED
- Modyfikacja listy dostêpu jest tymczasowo wy³±czona.
-
-CHAN_ACCESS_LEVEL_NONZERO
- Poziom dostêpu nie mo¿e byæ zerem.
-
-CHAN_ACCESS_LEVEL_RANGE
- Poziom dostêpu musi byæ pomiêdzy %d a %d w³±cznie.
-
-CHAN_ACCESS_NICKS_ONLY
- Kana³owa lista dostêpu mo¿e zawieraæ tylko zarejestrowane nicki.
-
-CHAN_ACCESS_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na kana³owej li¶cie dostêpu.
-
-CHAN_ACCESS_LEVEL_UNCHANGED
- Poziom dostêpu dla %s na kanale %s jest
- nadany od %d.
-
-CHAN_ACCESS_LEVEL_CHANGED
- Poziom dostêpu dla %s na kanale %s
- zmieniono na %d.
-
-CHAN_ACCESS_ADDED
- %s dodano do listy dostêpu kana³u %s z
- poziomem %d.
-
-CHAN_ACCESS_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie dostêpu kana³u %s.
-
-CHAN_ACCESS_NOT_FOUND
- %s nie znaleziono na li¶cie dostêpu kana³u %s.
-
-CHAN_ACCESS_NO_MATCH
- Nie znaleziono wpisów na li¶cie dostêpu kana³u %s.
-
-CHAN_ACCESS_DELETED
- %s usuniêto z listy dostêpu kana³u %s.
-
-CHAN_ACCESS_DELETED_ONE
- Usuniêto 1 wpis z listy dostêpu kana³u %s.
-
-CHAN_ACCESS_DELETED_SEVERAL
- Usuniêto %d wpisów(y) z listy dostêpu kana³u %s.
-
-CHAN_ACCESS_LIST_EMPTY
- Lista dostêpu kana³u %s jest pusta.
-
-CHAN_ACCESS_LIST_HEADER
- Lista dostêpu kana³u %s:
- Nr Poz Nick
-
-CHAN_ACCESS_LIST_FOOTER
- Koniec listy dostêpu.
-
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-
-CHAN_ACCESS_CLEAR
- Lista dostêpu kana³u %s zosta³a wyczyszczona.
-
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK kana³ {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-lub-maska] [powód]
-
-CHAN_AKICK_DISABLED
- Modyfikacja listy AKICK jest tymczasowo wy³±czona.
-
-CHAN_AKICK_ALREADY_EXISTS
- %s ju¿ istnieje w li¶cie AKICK kana³u %s.
-
-CHAN_AKICK_REACHED_LIMIT
- Mo¿esz mieæ jedynie %d wpisów w li¶cie AKICK.
-
-CHAN_AKICK_ADDED
- %s dodano do listy AKICK kana³u %s.
-
-CHAN_AKICK_NO_SUCH_ENTRY
- Brak wpisu (#%d) na li¶cie AKICK kana³u %s.
-
-CHAN_AKICK_NOT_FOUND
- %s nie znaleziono na li¶cie AKICK kana³u %s.
-
-CHAN_AKICK_NO_MATCH
- Nie znaleziono wpisów na li¶cie AKICK kana³u %s.
-
-CHAN_AKICK_STUCK
- %s jest od teraz ca³y czas aktywny na %s.
-
-CHAN_AKICK_UNSTUCK
- %s nie jest ju¿ zawsze aktywny na %s.
-
-CHAN_AKICK_DELETED
- %s usuniêto z listy AKICK %s.
-
-CHAN_AKICK_DELETED_ONE
- Usuniêto 1 wpis z listy AKICK kana³u %s.
-
-CHAN_AKICK_DELETED_SEVERAL
- Usuniêto %d wpisów z listy AKICK kana³u %s.
-
-CHAN_AKICK_LIST_EMPTY
- Lista AKICK kana³u %s jest pusta.
-
-CHAN_AKICK_LIST_HEADER
- Lista AKICK dla kana³u %s:
-
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (przez %s na %s)
- %s
-
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (zablokowany) (przez %s na %s)
- %s
-
-CHAN_AKICK_ENFORCE_DONE
- Egzekucja listy AKICK kana³u %s zakoñczona.
- Dotyczy³a %d u¿ytkowników.
-
-CHAN_AKICK_CLEAR
- Lista AKICK kana³u %s zosta³a wyczyszczona.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS kana³ {SET | DIS[ABLE] | LIST | RESET} [element [poziom]]
-
-CHAN_LEVELS_XOP
- Modyfikowanie poziomów nie jest dostêpne w trybie XOP.
-
-CHAN_LEVELS_RANGE
- Poziom musi byæ pomiêdzy %d a %d w³±cznie.
-
-CHAN_LEVELS_CHANGED
- Wymagany poziom dla %s
- na kanale %s zmieniono teraz na %d.
-
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-
-CHAN_LEVELS_UNKNOWN
- Nieznane ustawienie %s.
- Napisz %R%s HELP LEVELS DESC, aby uzyskaæ listê dostêpnych mo¿liwo¶ci.
-
-CHAN_LEVELS_DISABLED
- %s wy³±czono na kanale %s.
-
-CHAN_LEVELS_LIST_HEADER
- Ustawienia poziomów dostêpu kana³u %s:
-
-CHAN_LEVELS_LIST_DISABLED
- %-*s (wy³±czony)
-
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (tylko w³a¶ciciel)
-
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-
-CHAN_LEVELS_RESET
- Poziomy dostêpu kana³u %s zosta³y zresetowane do domy¶lnych.
-
-# Status messages
-CHAN_STATUS_SYNTAX
- STATUS kana³ item
-
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Kana³ %s nie jest zarejestrowany
-
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Kana³ %s jest zakazany
-
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s nie jest online
-
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO kana³
-
-CHAN_INFO_HEADER
- Informacje o kanale %s:
-
-CHAN_INFO_FOUNDER
- W³a¶ciciel: %s (%s)
-
-CHAN_INFO_NO_FOUNDER
- W³a¶ciciel: %s
-
-CHAN_INFO_SUCCESSOR
- Zastêpca: %s (%s)
-
-CHAN_INFO_NO_SUCCESSOR
- Zastêpca: %s
-
-CHAN_INFO_DESCRIPTION
- Opis: %s
-
-CHAN_INFO_ENTRYMSG
- Powitanie: %s
-
-CHAN_INFO_TIME_REGGED
- Zarejestrowano: %s
-
-CHAN_INFO_LAST_USED
- U¿ywano: %s
-
-CHAN_INFO_LAST_TOPIC
- Ostatni temat: %s
-
-CHAN_INFO_TOPIC_SET_BY
- Ustawiony przez: %s
-
-CHAN_INFO_URL
- Adres www: %s
-
-CHAN_INFO_EMAIL
- Adres e-mail: %s
-
-CHAN_INFO_BANTYPE
- Typ bana: %d
-
-CHAN_INFO_OPTIONS
- Opcje: %s
-
-CHAN_INFO_OPT_KEEPTOPIC
- KEEPTOPIC
-
-CHAN_INFO_OPT_OPNOTICE
- OPNOTICE
-
-CHAN_INFO_OPT_PEACE
- PEACE
-
-CHAN_INFO_OPT_PRIVATE
- PRIVATE
-
-CHAN_INFO_OPT_RESTRICTED
- RESTRICTED
-
-CHAN_INFO_OPT_SECURE
- SECURE
-
-CHAN_INFO_OPT_SECUREOPS
- SECUREOPS
-
-CHAN_INFO_OPT_SECUREFOUNDER
- SECUREFOUNDER
-
-CHAN_INFO_OPT_SIGNKICK
- SIGNKICK
-
-CHAN_INFO_OPT_TOPICLOCK
- TOPICLOCK
-
-CHAN_INFO_OPT_XOP
- XOP
-
-CHAN_INFO_OPT_PERSIST
- Persistant
-
-CHAN_INFO_OPT_NONE
- Brak
-
-CHAN_INFO_MODE_LOCK
- Blokowane tryby: %s
-
-CHAN_INFO_EXPIRE
- Wygasa: %s
-
-CHAN_INFO_NO_EXPIRE
- Ten kana³ nie wyga¶nie.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST wzorzec
-
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
-CHAN_LIST_HEADER
- Lista pasuj±cych wpisów %s:
-
-CHAN_LIST_FORMAT
- %-20s %s
-
-CHAN_LIST_END
- Koniec listy - %d/%d wpisów znalezionych.
-
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE kana³
-CHAN_INVITE_ALREADY_IN
- Przebywasz ju¿ na kanale %s!
-CHAN_INVITE_SUCCESS
- Zosta³e¶ zaproszony do %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN kana³ [nick]
-
-CHAN_UNBANNED
- Ban na kanale %s zosta³ zdjêty.
-
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC kana³ [temat]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR kana³ co
-
-CHAN_CLEARED_BANS
- Wszystkie bany z kana³u %s zosta³y usuniête.
-
-CHAN_CLEARED_EXCEPTS
- Wszystkie wyj±tki z kana³u %s zosta³y usuniête.
-
-CHAN_CLEARED_MODES
- Wszystkie flagi kana³u %s zosta³y zresetowane.
-
-CHAN_CLEARED_OPS
- Flagi +o zosta³y wyczyszczone na kanale %s.
-
-CHAN_CLEARED_HOPS
- Flagi +h zosta³y wyczyszczone na kanale %s.
-
-CHAN_CLEARED_VOICES
- Flagi +v zosta³y wyczyszczone na kanale %s.
-
-CHAN_CLEARED_USERS
- Wszyscy u¿ytkownicy zostali usuniêci z kana³u %s.
-
-CHAN_CLEARED_INVITES
- Wszystkie zaproszenia z kana³u %s zosta³y usuniête.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY kana³
-
-CHAN_GETKEY_NOKEY
- Kana³ %s nie posiada klucza.
-
-CHAN_GETKEY_KEY
- Kluczem do kana³u %s jest %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID kana³ [powód]
-
-CHAN_FORBID_SYNTAX_REASON
- FORBID kana³ powód
-
-CHAN_FORBID_SUCCEEDED
- Kana³ %s zosta³ zablokowany.
-
-CHAN_FORBID_FAILED
- Nie mogê zablokowaæ kana³u %s!
-
-CHAN_FORBID_REASON
- Ten kana³ zosta³ zablokowany.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND kana³ [powód]
-
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND kana³ powód
-
-CHAN_SUSPEND_SUCCEEDED
- Kana³ %s zosta³ zawieszony.
-
-CHAN_SUSPEND_FAILED
- Zawieszenie kana³u %s nie powiod³o siê!
-
-CHAN_SUSPEND_REASON
- Ten kana³ zosta³ zawieszony.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND kana³
-
-CHAN_UNSUSPEND_ERROR
- Nie znaleziono znaku # na pocz±tku nazwy kana³u.
-
-CHAN_UNSUSPEND_SUCCEEDED
- Kana³ %s zosta³ uwolniony.
-
-CHAN_UNSUSPEND_FAILED
- Nie mogê uwolniæ kana³u %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s posiada wyj±tek na %s i nie mo¿e byæ zbanowany póki nie zostanie usuniêty.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #kana³ [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #kana³ [nick]
-CHAN_VOICE_SYNTAX
- VOICE #kana³ [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #kana³ [nick]
-CHAN_OWNER_SYNTAX
- OWNER #kana³
-CHAN_DEOP_SYNTAX
- DEOP #kana³ [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #kana³ [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #kana³ [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #kana³ [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #kana³
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #kana³ nick [powód]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #kana³ nick [powód]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Masz jedn± now± wiadomo¶æ.
-
-MEMO_HAVE_NEW_MEMOS
- Masz %d nowe(ych) wiadomo¶ci.
-
-MEMO_TYPE_READ_LAST
- Napisz %R%s READ LAST aby przeczytaæ.
-
-MEMO_TYPE_READ_NUM
- Napisz %R%s READ %d aby przeczytaæ.
-
-MEMO_TYPE_LIST_NEW
- Napisz %R%s LIST NEW,
- aby zobaczyæ listê nowych wiadomo¶ci.
-
-MEMO_AT_LIMIT
- Uwaga: Osi±gniêto ju¿ limit wiadomo¶ci (%d).
- Nie bêdziesz otrzymywaæ nowych wiadomo¶ci dopóki
- nie usuniesz kilku starych.
-
-MEMO_OVER_LIMIT
- Uwaga: Maksymalny limit wiadomo¶ci (%d) zosta³ osi±gniêty.
- Nie bêdziesz otrzymywaæ nowych wiadomo¶ci je¶li kilku nie usuniesz.
-
-MEMO_X_MANY_NOTICE
- Jest %d wiadomo¶ci dla kana³u %s.
-
-MEMO_X_ONE_NOTICE
- Jest %d wiadomo¶æ dla kana³u %s.
-
-MEMO_NEW_X_MEMO_ARRIVED
- Jest nowa wiadomo¶æ dla kana³u %s.
- Napisz %R%s READ %s %d aby j± przeczytaæ.
-
-MEMO_NEW_MEMO_ARRIVED
- Nasz now± wiadomo¶æ od %s.
- Napisz %R%s READ %d aby j± przeczytaæ.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Nie masz wiadomo¶ci.
-
-MEMO_X_HAS_NO_MEMOS
- %s nie ma wiadomo¶ci.
-
-MEMO_DOES_NOT_EXIST
- Wiadomo¶æ %d nie istnieje!
-
-MEMO_LIST_NOT_FOUND
- Nie znaleziono pasuj±cych wiadomo¶ci.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | kana³} tre¶æ
-
-MEMO_SEND_DISABLED
- Wysy³anie wiadomo¶ci jest tymczasowo wy³±czone.
-
-MEMO_SEND_PLEASE_WAIT
- Odczekaj %d sekund(y) przed ponownym u¿yciem komendy SEND.
-
-MEMO_X_GETS_NO_MEMOS
- %s nie mo¿e odbieraæ wiadomo¶ci.
-
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s ma zbyt du¿o wiadomo¶ci i nie mo¿e otrzymywaæ nowych.
-
-MEMO_SENT
- Wiadomo¶æ zosta³a wys³ana do %s.
-
-MEMO_MASS_SENT
- Wiadomo¶æ zosta³a wys³ana do wszystkich zarejestrowanych u¿ytkowników.
-
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF tre¶æ wiadomo¶ci
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | kana³}
-
-MEMO_CANCEL_DISABLED
- Odwo³ywanie wiadomo¶ci jest tymczasowo wy³±czone.
-
-MEMO_CANCEL_NONE
- Brak wiadomo¶ci do odwo³ania.
-
-MEMO_CANCELLED
- Ostatnia wiadomo¶æ do %s zosta³a odwo³ana.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [kana³] [lista | NEW]
-
-MEMO_HAVE_NO_NEW_MEMOS
- Nie masz nowych wiadomo¶ci.
-
-MEMO_X_HAS_NO_NEW_MEMOS
- %s nie ma nowych wiadomo¶ci.
-
-MEMO_LIST_MEMOS
- Wiadomo¶ci dla %s. Aby przeczytaæ, napisz: %R%s READ numer
-
-MEMO_LIST_NEW_MEMOS
- Nowe wiadomo¶ci dla %s. Aby przeczytaæ,
- napisz: %R%s READ numer
-
-MEMO_LIST_CHAN_MEMOS
- Wiadomo¶ci dla %s. Aby przeczytaæ, napisz: %R%s READ %s numer
-
-MEMO_LIST_CHAN_NEW_MEMOS
- Nowe wiadomo¶ci dla %s. Aby przeczytaæ,
- napisz: %R%s READ %s numer
-
-MEMO_LIST_HEADER
- Nr Nadawca Data/Czas
-
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [kana³] {lista | LAST | NEW}
-
-MEMO_HEADER
- Wiadomo¶æ %d od %s (%s). Aby usun±æ, napisz: %R%s DEL %d
-
-MEMO_CHAN_HEADER
- Wiadomo¶æ %d od %s (%s). Aby usun±æ, napisz: %R%s DEL %s %d
-
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [kana³] {numer | list | ALL}
-
-MEMO_DELETED_NONE
- Nie usuniêto ¿adnych wiadomo¶ci.
-
-MEMO_DELETED_ONE
- Wiadomo¶æ %d zosta³a usuniêta.
-
-MEMO_DELETED_SEVERAL
- Wiadomo¶ci %s zosta³y usuniête.
-
-MEMO_DELETED_ALL
- Wszystkie Twoje wiadomo¶ci zosta³y usuniête.
-
-MEMO_CHAN_DELETED_ALL
- Wszystkie wiadomo¶ci kana³u %s zosta³y usuniête.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET opcja parametry
-
-MEMO_SET_DISABLED
- Ustawianie opcji wiadomo¶ci jest tymczasowo wy³±czone.
-
-MEMO_SET_UNKNOWN_OPTION
- Nieznana opcja komendy SET %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-
-MEMO_SET_NOTIFY_ON
- %s powiadomi Ciê o wiadomo¶ciach podczas logowania i w momencie ich nadej¶cia.
-
-MEMO_SET_NOTIFY_LOGON
- %s powiadomi Ciê o wiadomo¶ciach podczas logowania oraz po wy³±czeniu /away.
-
-MEMO_SET_NOTIFY_NEW
- %s bêdzie powiadamia³ Ciê o nowych wiadomo¶ciach w momencie ich nadej¶cia.
-
-MEMO_SET_NOTIFY_OFF
- %s nie bêdzie powiadamia³ Ciê o nowych wiadomo¶ciach.
-
-MEMO_SET_NOTIFY_MAIL
- Powiadomienie o nowych wiadomo¶ciach bêd± wysy³ane na adres e-mail.
-
-MEMO_SET_NOTIFY_NOMAIL
- Powiadomienie o nowych wiadomo¶ciach nie bêd± wysy³ane na adres e-mail.
-
-MEMO_SET_NOTIFY_INVALIDMAIL
- Twój nick nie ma ustawionego adresu e-mail.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [kana³] limit
-
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [nick | kana³] {limit | NONE} [HARD]
-
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Nie mo¿esz zmieniaæ swojego limitu wiadomo¶ci.
-
-MEMO_SET_LIMIT_FORBIDDEN
- Limit wiadomo¶ci dla %s nie mo¿e byæ zmieniany.
-
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Nie mo¿esz ustawiæ swojego limitu wiadomo¶ci wiêkszego ni¿ %d.
-
-MEMO_SET_LIMIT_TOO_HIGH
- Nie mo¿esz ustawiæ limitu wiadomo¶ci dla %s wiêkszego ni¿ %d.
-
-MEMO_SET_LIMIT_OVERFLOW
- Limit wiadomo¶ci jest za du¿y. Limituj do %d.
-
-MEMO_SET_YOUR_LIMIT
- Twój limit wiadomo¶ci zosta³ zmieniony na %d.
-
-MEMO_SET_YOUR_LIMIT_ZERO
- Nie bêdziesz ju¿ d³u¿ej odbieraæ wiadomo¶ci.
-
-MEMO_UNSET_YOUR_LIMIT
- Twój limit wiadomo¶ci zosta³ wy³±czony.
-
-MEMO_SET_LIMIT
- Limit wiadomo¶ci dla %s zmieniono na %d.
-
-MEMO_SET_LIMIT_ZERO
- Limit wiadomo¶ci dla %s ustawiono na 0.
-
-MEMO_UNSET_LIMIT
- Limit wiadomo¶ci dla %s jest wy³±czony.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [kana³]
-
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | kana³]
-
-MEMO_INFO_NO_MEMOS
- Aktualnie nie masz wiadomo¶ci.
-
-MEMO_INFO_MEMO
- Aktualnie masz jedn± wiadomo¶æ.
-
-MEMO_INFO_MEMO_UNREAD
- Aktualnie masz jedn± wiadomo¶æ i jest ona nieprzeczytana.
-
-MEMO_INFO_MEMOS
- Aktualnie masz %d wiadomo¶ci.
-
-MEMO_INFO_MEMOS_ONE_UNREAD
- Aktualnie masz %d wiadomo¶ci, w tym jedn± nieprzeczytan±.
-
-MEMO_INFO_MEMOS_SOME_UNREAD
- Aktualnie masz %d wiadomo¶ci, z czego %d jest nieprzeczytanych.
-
-MEMO_INFO_MEMOS_ALL_UNREAD
- Aktualnie masz %d nieprzeczytanych wiadomo¶ci.
-
-MEMO_INFO_LIMIT
- Twój limit wiadomo¶ci wynosi %d.
-
-MEMO_INFO_HARD_LIMIT
- Twój limit wiadomo¶ci wynosi %d i nie mo¿e byæ zmieniony.
-
-MEMO_INFO_LIMIT_ZERO
- Twój limit wiadomo¶ci wynosi 0, nie bêdziesz otrzymywaæ nowych.
-
-MEMO_INFO_HARD_LIMIT_ZERO
- Twój limit wiadomo¶ci wynosi 0, nie bêdziesz odbieraæ nowych i nie mo¿esz zmieniæ tego limitu.
-MEMO_INFO_NO_LIMIT
- Nie masz limitu wiadomo¶ci, które mo¿esz trzymaæ.
-
-MEMO_INFO_NOTIFY_OFF
- Nie bêdziesz otrzymywaæ informacji o nowych wiadomo¶ciach.
-
-MEMO_INFO_NOTIFY_ON
- Bêdziesz powiadomienie informacje o nowych wiadomo¶ciach
- podczas logowania i w momencie ich nadej¶cia.
-
-MEMO_INFO_NOTIFY_RECEIVE
- Bêdziesz otrzymywaæ powiadomienie o nowych wiadomo¶ciach.
-
-MEMO_INFO_NOTIFY_SIGNON
- Bêdziesz otrzymywaæ powiadomienie o nowych wiadomo¶ciach podczas logowania.
-
-MEMO_INFO_X_NO_MEMOS
- %s aktualnie nie ma wiadomo¶ci.
-
-MEMO_INFO_X_MEMO
- %s aktualnie ma jedn± wiadomo¶æ.
-
-MEMO_INFO_X_MEMO_UNREAD
- %s ma aktualnie jedn± wiadomo¶æ, która jest nieprzeczytana.
-
-MEMO_INFO_X_MEMOS
- %s ma aktualnie %d wiadomo¶ci.
-
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s ma aktualnie %d wiadomo¶ci, w tym jedn± nieprzeczytan±.
-
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s ma aktualnie %d wiadomo¶ci, z czego %d jest nieprzeczytanych.
-
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s ma aktualnie %d nieprzeczytanych wiadomo¶ci.
-
-MEMO_INFO_X_LIMIT
- %s ma limit wiadomo¶ci %d.
-
-MEMO_INFO_X_HARD_LIMIT
- %s ma limit wiadomo¶ci %d i nie mo¿e byæ zmieniony.
-
-MEMO_INFO_X_NO_LIMIT
- %s nie ma limitu wiadomo¶ci.
-
-MEMO_INFO_X_NOTIFY_OFF
- %s nie otrzymuje powiadomieñ o nowych wiadomo¶ciach.
-
-MEMO_INFO_X_NOTIFY_ON
- %s otrzymuje powiadomienia o nowych wiadomo¶ciach
- podczas logowania i w momencie ich nadej¶cia.
-
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s otrzymuje powiadomienia o nowych wiadomo¶ciach w momencie ich nadej¶cia.
-
-MEMO_INFO_X_NOTIFY_SIGNON
- %s otrzymuje powiadomienia o nowych wiadomo¶ciach podczas logowania.
-
-# Memo2Mail responses
-MEMO_MAIL_SUBJECT
- Nowa wiadomo¶æ
-
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND responses
-MEMO_RSEND_PLEASE_WAIT
- Odczekaj %d sekund przed ponownym u¿yciem komendy RSEND.
-
-MEMO_RSEND_DISABLED
- Komenda RSEND nie jest dostêpna w tej sieci.
-
-MEMO_RSEND_SYNTAX
- RSEND {nick | kana³} tre¶æ
-
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] Wys³ana przez Ciebie wiadomo¶æ zosta³a przeczytana.
-
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] Wys³ana przez Ciebie wiadomo¶æ do %s zosta³a przeczytana.
-
-MEMO_RSEND_USER_NOTIFICATION
- Powiadomienie o przeczytaniu wiadomo¶ci zosta³o wys³ane do %s.
-
-# CHECK responses
-MEMO_CHECK_SYNTAX
- CHECK nick
-
-MEMO_CHECK_NOT_READ
- Ostatnia wys³ana przez Ciebie wiadomo¶æ
- do %s (w %s) jest wci±¿ nieprzeczytana.
-
-MEMO_CHECK_READ
- Ostatnia wiadomo¶æ wys³ana do %s (w %s) zosta³a przeczytana.
-
-MEMO_CHECK_NO_MEMO
- %s nie posiada wiadomo¶ci od Ciebie.
-
-MEMO_NO_RSEND_SELF
- Nie mo¿esz wysy³aæ wiadomo¶ci z potwierdzeniem odbioru do siebie!
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s nie istnieje.
-
-BOT_NOT_ASSIGNED
- Musisz najpierw przydzieliæ bota do kana³u.
- Napisz %R%S HELP ASSIGN, aby uzyskaæ wiêcej informacji.
-
-BOT_NOT_ON_CHANNEL
- Nie ma bota na kanale %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Nie u¿ywaj s³owa "%s" na tym kanale!
-
-BOT_REASON_BADWORD_GENTLE
- Uwa¿aj co piszesz!
-
-BOT_REASON_BOLD
- Nie pogrubiaj tekstu na tym kanale!
-
-BOT_REASON_CAPS
- Wy³±cz CAPS LOCKa!
-
-BOT_REASON_COLOR
- Nie u¿ywaj kolorów na tym kanale!
-
-BOT_REASON_FLOOD
- Przestañ floodowaæ!
-
-BOT_REASON_REPEAT
- Nie powtarzaj siê!
-
-BOT_REASON_REVERSE
- Nie u¿ywaj odwracania kolorów!
-
-BOT_REASON_UNDERLINE
- Nie u¿ywaj podkre¶leñ na tym kanale!
-
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Tak! Jestem tutaj %s!
-
-BOT_SEEN_YOU
- %s? Szukasz siebie?
-
-BOT_SEEN_ON_CHANNEL
- %s jest teraz na kanale!
-
-BOT_SEEN_ON_CHANNEL_AS
- %s jest teraz na kanale (jako %s)!
-
-BOT_SEEN_ON
- Widzia³em %s tutaj %s temu.
-
-BOT_SEEN_NEVER
- Nigdy nie widzia³em %s na tym kanale.
-
-BOT_SEEN_UNKNOWN
- Nie wiem kim jest %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick user host real
- BOT CHANGE stary-nick nowy-nick [user [host [real]]]
- BOT DEL nick
-
-BOT_BOT_ALREADY_EXISTS
- Bot %s ju¿ istnieje.
-
-BOT_BOT_CREATION_FAILED
- B³±d, nie uda³o siê utworzyæ bota.
-
-BOT_BOT_READONLY
- Modyfikacja botów jest tymczasowo wy³±czona.
-
-BOT_BOT_ADDED
- %s!%s@%s (%s) dodano do listy botów.
-
-BOT_BOT_ANY_CHANGES
- Nic siê nie zmieni³o.
-BOT_BOT_CHANGED
- Bot %s zosta³ zmieniony na %s!%s@%s (%s)
-
-BOT_BOT_DELETED
- Bot %s zosta³ usuniêty.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Lista botów:
-
-BOT_BOTLIST_PRIVATE_HEADER
- Boty zarezerwowane dla IRC operatorów:
-
-BOT_BOTLIST_FOOTER
- %d boty(ów) dostêpnych.
-
-BOT_BOTLIST_EMPTY
- Obecnie nie ma ¿adnych botów dostêpnych.
- Popro¶ administratora serwisów o dodanie.
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN kana³ nick
-
-BOT_ASSIGN_READONLY
- Przydzielanie botów jest tymczasowo wy³±czone.
-
-BOT_ASSIGN_ALREADY
- Bot %s jest ju¿ postawiony na %s.
-
-BOT_ASSIGN_ASSIGNED
- Bot %s zosta³ przypisany do %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN kana³
-
-BOT_UNASSIGN_UNASSIGNED
- Nie ma ¿adnych botów przydzielonych do %s.
-
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {kana³ | nick}
-
-BOT_INFO_NOT_FOUND
- %s nie jest prawid³ow± nazw± bota lub kana³u.
-
-BOT_INFO_BOT_HEADER
- Informacje o bocie %s:
-
-BOT_INFO_BOT_MASK
- Maska: %s@%s
-
-BOT_INFO_BOT_REALNAME
- Nazwa: %s
-
-BOT_INFO_BOT_CREATED
- Utworzony: %s
-
-BOT_INFO_BOT_USAGE
- Obecny na: %d kana³ach
-BOT_INFO_BOT_OPTIONS
- Opcje: %s
-
-BOT_INFO_OPT_PRIVATE
- PRIVATE
-
-BOT_INFO_CHAN_HEADER
- Informacje o kanale %s:
-
-BOT_INFO_CHAN_BOT
- Przydzielony bot: %s
-
-BOT_INFO_CHAN_BOT_NONE
- Przydzielony bot: (brak)
-
-BOT_INFO_CHAN_KICK_BADWORDS
- Kopanie za s³owa: %s
-
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kopanie za s³owa: %s (%d kop(y) do bana)
-
-BOT_INFO_CHAN_KICK_BOLDS
- Kopanie za pogrubienia: %s
-
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kopanie za pogrubienia: %s (%d kop(y) do bana)
-
-BOT_INFO_CHAN_KICK_CAPS_ON
- Kopanie za capsa: %s (minimum %d/%d%%)
-
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kopanie za capsa: %s (%d kop(y) do bana; minimum %d/%d%%)
-
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kopanie za capsa: %s
-
-BOT_INFO_CHAN_KICK_COLORS
- Kopanie za kolory: %s
-
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kopanie za kolory: %s (%d kop(y) do bana)
-
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kopanie za flood: %s (%d linii w %ds)
-
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kopanie za flood: %s (%d kop(y) do bana; %d linii w %ds)
-
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kopanie za flood: %s
-
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kopanie za powtarzanie: %s (%d czasu)
-
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kopanie za powtarzanie: %s (%d kop(y) do bana; %d czasu)
-
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kopanie za powtarzanie: %s
-
-BOT_INFO_CHAN_KICK_REVERSES
- Kopanie za odw kolorów: %s
-
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kopanie za odw kolorów: %s (%d kop(y) do bana)
-
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kopanie za podkre¶lenia: %s
-
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kopanie za podkre¶lenia: %s (%d kop(y) do bana)
-
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-
-BOT_INFO_ACTIVE
- w³±czone
-
-BOT_INFO_INACTIVE
- wy³±czone
-
-BOT_INFO_CHAN_OPTIONS
- Inne opcje: %s
-
-BOT_INFO_OPT_DONTKICKOPS
- DONTKICKOPS
-
-BOT_INFO_OPT_DONTKICKVOICES
- DONTKICKVOICES
-
-BOT_INFO_OPT_FANTASY
- FANTASY
-
-BOT_INFO_OPT_GREET
- GREET
-
-BOT_INFO_OPT_NOBOT
- NOBOT
-
-BOT_INFO_OPT_SYMBIOSIS
- SYMBIOSIS
-
-BOT_INFO_OPT_NONE
- Brak
-
-# SET responses
-BOT_SET_SYNTAX
- SET (kana³ | bot) opcja ustawienie
-
-BOT_SET_DISABLED
- Konfigurowanie bota jest tymczasowo wy³±czone.
-
-BOT_SET_UNKNOWN
- Nieznana opcja %s.
- Napisz %R%S HELP SET, aby uzyskaæ wiêcej informacji.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET kana³ DONTKICKOPS {ON|OFF}
-
-BOT_SET_DONTKICKOPS_ON
- Bot nie bêdzie kopa³ operatorów na kanale %s.
-
-BOT_SET_DONTKICKOPS_OFF
- Bot bêdzie teraz kopa³ operatorów na kanale %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET kana³ DONTKICKVOICES {ON|OFF}
-
-BOT_SET_DONTKICKVOICES_ON
- Bot nie bêdzie kopa³ voiców na kanale %s.
-
-BOT_SET_DONTKICKVOICES_OFF
- Bot bêdzie kopa³ voiców na kanale %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET kana³ FANTASY {ON|OFF}
-
-BOT_SET_FANTASY_ON
- Komendy fantasy na kanale %s zosta³y w³±czone.
-
-BOT_SET_FANTASY_OFF
- Komendy fantasy na kanale %s zosta³y wy³±czone.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET kana³ GREET {ON|OFF}
-
-BOT_SET_GREET_ON
- Witanie u¿ytkowników na kanale %s zosta³o w³±czone.
-
-BOT_SET_GREET_OFF
- Witanie u¿ytkowników na kanale %s zosta³o wy³±czone.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET nick-bota NOBOT {ON|OFF}
-
-BOT_SET_NOBOT_ON
- Opcja NOBOT zosta³a w³±czona na kanale %s.
-
-BOT_SET_NOBOT_OFF
- Opcja NOBOT zosta³a wy³±czona na kanale %s.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET nick-bota PRIVATE {ON|OFF}
-
-BOT_SET_PRIVATE_ON
- Opcja PRIVATE bota %s zosta³a w³±czona.
-
-BOT_SET_PRIVATE_OFF
- Opcja PRIVATE bota %s zosta³a wy³±czona.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET kana³ SYMBIOSIS {ON|OFF}
-
-BOT_SET_SYMBIOSIS_ON
- Opcja SYMBIOSIS zosta³a w³±czona na kanale %s.
-
-BOT_SET_SYMBIOSIS_OFF
- Opcja SYMBIOSIS zosta³a wy³±czona na kanale %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK kana³ opcja {ON|OFF} [ustawienia]
-
-BOT_KICK_DISABLED
- Konfigurowanie kopów jest tymczasowo wy³±czone.
-
-BOT_KICK_UNKNOWN
- Nieznana opcja %s.
- Napisz %R%S HELP KICK, aby uzyskaæ wiêcej informacji.
-
-BOT_KICK_BAD_TTB
- %s nie mo¿e byæ wziêty jako ilo¶æ wykroczeñ do za³o¿enia bana.
-
-BOT_KICK_BADWORDS_ON
- Bot bêdzie kopa³ za zakazane s³owa.
- U¿yj komendy BADWORDS, aby modyfikowaæ listê s³ów.
-
-BOT_KICK_BADWORDS_ON_BAN
- Bot bêdzie kopa³ za zakazane s³owa,
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
- U¿yj komendy BADWORDS, aby modyfikowaæ listê.
-
-BOT_KICK_BADWORDS_OFF
- Bot nie bêdzie kopa³ za zakazane s³owa.
-
-BOT_KICK_BOLDS_ON
- Bot bêdzie kopa³ za pogrubienia.
-
-BOT_KICK_BOLDS_ON_BAN
- Bot bêdzie kopa³ za pogrubienia,
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_BOLDS_OFF
- Bot nie bêdzie kopa³ za pogrubienia.
-
-BOT_KICK_CAPS_ON
- Bot bêdzie kopa³ za CAPSa (du¿e litery
- musz± stanowiæ %d znaków %d%% ca³ej wiadomo¶ci).
-
-BOT_KICK_CAPS_ON_BAN
- Bot bêdzie kopa³ za CAPSa (du¿e litery
- musz± stanowiæ %d znaków %d%% ca³ej wiadomo¶ci).
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_CAPS_OFF
- Bot nie bêdzie kopa³ za CAPSa.
-
-BOT_KICK_COLORS_ON
- Bot bêdzie kopa³ za kolory.
-
-BOT_KICK_COLORS_ON_BAN
- Bot bêdzie kopa³ za kolory,
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_COLORS_OFF
- Bot nie bêdzie kopa³ za kolory.
-
-BOT_KICK_FLOOD_ON
- Bot bêdzie kopa³ za flood
- (%d linii w %d sekund).
-
-BOT_KICK_FLOOD_ON_BAN
- Bot bêdzie kopa³ za flood (%d linii w %d sekund),
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_FLOOD_OFF
- Bot nie bêdzie kopa³ za flood.
-
-BOT_KICK_REPEAT_ON
- Bot bêdzie kopa³ za powtórzenia
- (u¿ytkowników, którzy napisz± %d razy to samo).
-
-BOT_KICK_REPEAT_ON_BAN
- Bot bêdzie kopa³ za powtórzenia
- (u¿ytkowników, którzy napisz± %d razy to samo),
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_REPEAT_OFF
- Bot nie bêdzie kopa³ za powtórzenia.
-
-BOT_KICK_REVERSES_ON
- Bot bêdzie kopa³ za odwracanie kolorów.
-
-BOT_KICK_REVERSES_ON_BAN
- Bot bêdzie kopa³ za odwracanie kolorów,
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_REVERSES_OFF
- Bot nie bêdzie kopa³ za odwracanie kolorów.
-
-BOT_KICK_UNDERLINES_ON
- Bot bêdzie kopa³ za podkre¶lenia.
-
-BOT_KICK_UNDERLINES_ON_BAN
- Bot bêdzie kopa³ za podkre¶lenia,
- po %d kopach dla tego samego u¿ytkownika za³o¿y bana.
-
-BOT_KICK_UNDERLINES_OFF
- Bot nie bêdzie kopa³ za podkre¶lenia.
-
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS kana³ {ADD|DEL|LIST|CLEAR} [s³owo | pozycja] [SINGLE|START|END]
-
-BOT_BADWORDS_DISABLED
- Modyfikacja listy zakazanych s³ów jest tymczasowo wy³±czona.
-
-BOT_BADWORDS_REACHED_LIMIT
- B³±d, mo¿esz mieæ tylko %d wpisów na li¶cie zakazanych s³ów.
-
-BOT_BADWORDS_ALREADY_EXISTS
- %s ju¿ istnieje na li¶cie zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_ADDED
- %s dodano do listy zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_NO_SUCH_ENTRY
- Brak wpisów (#%d) na li¶cie zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_NOT_FOUND
- %s nie znaleziono na li¶cie zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_NO_MATCH
- Nie znaleziono pasuj±cych wpisów na li¶cie zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_DELETED
- %s usuniêto z listy zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_DELETED_ONE
- Usuniêto 1 wpis z listy zakazanych s³ów kana³u %s.
-
-BOT_BADWORDS_DELETED_SEVERAL
- Usuniêto %d wpisów z listy zakazanych s³ów
- kana³u %s.
-
-BOT_BADWORDS_LIST_EMPTY
- Lista zakazanych s³ów dla kana³u %s jest pusta.
-
-BOT_BADWORDS_LIST_HEADER
- Lista zakazanych s³ów dla %s:
- Nr S³owo Typ
-
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-
-BOT_BADWORDS_CLEAR
- Lista zakazanych s³ów zosta³a wyczyszczona.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY kana³ tekst
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT kana³ tekst
-
-# Errors
-BOT_EXCEPT
- U¿ytkownik posiada wyj±tek na kanale.
-
-BOT_BAD_NICK
- Nick bota mo¿e zawieraæ tylko prawid³owe znaki.
-
-BOT_BAD_HOST
- Host bota mo¿e zawieraæ tylko prawid³owe znaki.
-
-BOT_BAD_IDENT
- Ident bota mo¿e zawieraæ tylko prawid³owe znaki.
-
-BOT_LONG_IDENT
- Ident bota mo¿e siê sk³adaæ maksymalnie z %d znaków.
-
-BOT_LONG_HOST
- Host bota mo¿e siê sk³adaæ maksymalnie z %d znaków.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-# General messages
-OPER_BOUNCY_MODES
- Serwisy nie mog± zmieniaæ trybów. Czy serwery s± dobrze skonfigurowane?
-
-OPER_BOUNCY_MODES_U_LINE
- Serwisy nie mog± zmieniaæ trybów. Czy U-linie serwerów s± dobrze skonfigurowane?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL tre¶æ wiadomo¶ci
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Nieznana opcja STATS %s.
-
-OPER_STATS_CURRENT_USERS
- U¿ytkowników : %d (%d operatorów)
-
-OPER_STATS_MAX_USERS
- Rekord u¿ytk. : %d (%s)
-
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Serwisy dzia³aj± %d dni, %02d:%02d
-
-OPER_STATS_UPTIME_1DHMS
- Serwisy dzia³aj± %d dzieñ, %02d:%02d
-
-OPER_STATS_UPTIME_HMS
- Serwisy dzia³aj± %d godzin i %d minut(y).
-
-OPER_STATS_UPTIME_HM1S
- Serwisy dzia³aj± %d godzin(y) i %d minut(y).
-
-OPER_STATS_UPTIME_H1MS
- Serwisy dzia³aj± %d godzin(y) i %d minutê.
-
-OPER_STATS_UPTIME_H1M1S
- Serwisy dzia³aj± %d godzin(y) i %d minutê.
-
-OPER_STATS_UPTIME_1HMS
- Serwisy dzia³aj± %d godzinê i %d minut(y).
-
-OPER_STATS_UPTIME_1HM1S
- Serwisy dzia³aj± %d godzinê i %d minut(y).
-
-OPER_STATS_UPTIME_1H1MS
- Serwisy dzia³aj± %d godzinê i %d minutê.
-
-OPER_STATS_UPTIME_1H1M1S
- Serwisy dzia³aj± %d godzinê i %d minutê.
-
-OPER_STATS_UPTIME_MS
- Serwisy dzia³aj± %d minut(y) i %d sekund(y).
-
-OPER_STATS_UPTIME_M1S
- Serwisy dzia³aj± %d minut(y) i %d sekundê.
-
-OPER_STATS_UPTIME_1MS
- Serwisy dzia³aj± %d minutê i %d sekund(y).
-
-OPER_STATS_UPTIME_1M1S
- Serwisy dzia³aj± %d minutê i %d sekundê.
-
-OPER_STATS_BYTES_READ
- Odebrano : %5d kB
-
-OPER_STATS_BYTES_WRITTEN
- Wys³ano : %5d kB
-
-OPER_STATS_USER_MEM
- U¿ytkownicy : %6d rekordów, %5d kB
-
-OPER_STATS_CHANNEL_MEM
- Kana³ : %6d rekordów, %5d kB
-
-OPER_STATS_GROUPS_MEM
- Grupy NS : %6d rekordów, %5d kB
-
-OPER_STATS_ALIASES_MEM
- Aliasy NS : %6d rekordów, %5d kB
-
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d rekordów, %5d kB
-
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d rekordów, %5d kB
-
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d rekordów, %5d kB
-
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d rekordów, %5d kB
-
-OPER_STATS_SESSIONS_MEM
- Sesji : %6d rekordów, %5d kB
-
-OPER_STATS_AKILL_COUNT
- Aktualna ilo¶æ wpisów AKILL: %d
-
-OPER_STATS_AKILL_EXPIRE_DAYS
- Domy¶lny czas wygasania AKILL: %d dni
-
-OPER_STATS_AKILL_EXPIRE_DAY
- Domy¶lny czas wygasania AKILL: 1 dzieñ
-
-OPER_STATS_AKILL_EXPIRE_HOURS
- Domy¶lny czas wygasania AKILL: %d godzin(y)
-
-OPER_STATS_AKILL_EXPIRE_HOUR
- Domy¶lny czas wygasania AKILL: 1 godzina
-
-OPER_STATS_AKILL_EXPIRE_MINS
- Domy¶lny czas wygasania AKILL: %d minut(y)
-
-OPER_STATS_AKILL_EXPIRE_MIN
- Domy¶lny czas wygasania AKILL: 1 minuta
-
-OPER_STATS_AKILL_EXPIRE_NONE
- Domy¶lny czas wygasania AKILL: nie wygasa
-
-OPER_STATS_SNLINE_COUNT
- Aktualna ilo¶æ wpisów SNLINE: %d
-
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Domy¶lny czas wygasania SNLINE: %d dni
-
-OPER_STATS_SNLINE_EXPIRE_DAY
- Domy¶lny czas wygasania SNLINE: 1 dzieñ
-
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Domy¶lny czas wygasania SNLINE: %d godzin(y)
-
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Domy¶lny czas wygasania SNLINE: 1 godzina
-
-OPER_STATS_SNLINE_EXPIRE_MINS
- Domy¶lny czas wygasania SNLINE: %d minut(y)
-
-OPER_STATS_SNLINE_EXPIRE_MIN
- Domy¶lny czas wygasania SNLINE: 1 minuta
-
-OPER_STATS_SNLINE_EXPIRE_NONE
- Domy¶lny czas wygasania SNLINE: nie wygasa
-
-OPER_STATS_SQLINE_COUNT
- Aktualna ilo¶æ wpisów SQLINE: %d
-
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Domy¶lny czas wygasania SQLINE: %d dni
-
-OPER_STATS_SQLINE_EXPIRE_DAY
- Domy¶lny czas wygasania SQLINE: 1 dzieñ
-
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Domy¶lny czas wygasania SQLINE: %d godzin(y)
-
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Domy¶lny czas wygasania SQLINE: 1 godzina
-
-OPER_STATS_SQLINE_EXPIRE_MINS
- Domy¶lny czas wygasania SQLINE: %d minut(y)
-
-OPER_STATS_SQLINE_EXPIRE_MIN
- Domy¶lny czas wygasania SQLINE: 1 minuta
-
-OPER_STATS_SQLINE_EXPIRE_NONE
- Domy¶lny czas wygasania SQLINE: nie wygasa
-
-OPER_STATS_SZLINE_COUNT
- Aktualna ilo¶æ wpisów SZLINE: %d
-
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Domy¶lny czas wygasania SZLINE: %d dni
-
-OPER_STATS_SZLINE_EXPIRE_DAY
- Domy¶lny czas wygasania SZLINE: 1 dzieñ
-
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Domy¶lny czas wygasania SZLINE: %d godzin(y)
-
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Domy¶lny czas wygasania SZLINE: 1 godzina
-
-OPER_STATS_SZLINE_EXPIRE_MINS
- Domy¶lny czas wygasania SZLINE: %d minut(y)
-
-OPER_STATS_SZLINE_EXPIRE_MIN
- Domy¶lny czas wygasania SZLINE: 1 minuta
-
-OPER_STATS_SZLINE_EXPIRE_NONE
- Domy¶lny czas wygasania SZLINE: nie wygasa
-
-OPER_STATS_RESET
- Statystyki zosta³y zresetowane.
-
-OPER_STATS_UPLINK_SERVER
- Pod³±czony do: %s
-
-OPER_STATS_UPLINK_CAPAB
- Uplink capab : %s
-
-OPER_STATS_UPLINK_SERVER_COUNT
- Serwerów : %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE kana³ flagi
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE nick flagi
-
-OPER_UMODE_SUCCESS
- Zmieniono flagi u¿ytkownika dla %s.
-
-OPER_UMODE_CHANGED
- %s zmienia Twoje flagi u¿ytkownika.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flagi
-
-OPER_OLINE_SUCCESS
- Flagi operatora %s zosta³y przyznane dla %s.
-
-OPER_OLINE_IRCOP
- Jeste¶ teraz IRC operatorem.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES kana³ [ALL]
-
-OPER_CLEARMODES_DONE
- Tryby i bany zosta³y wyczyszczone na kanale %s.
-
-OPER_CLEARMODES_ALL_DONE
- Wszystkie tryby zosta³y wyczyszczone na kanale %s.
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK kana³ nick powód
-
-# SVSNICK responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick nowy-nick
-
-OPER_SVSNICK_NEWNICK
- Nick %s zostaje zmieniony na %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} [powód]]
-
-OPER_AKILL_EXISTS
- %s ju¿ istnieje na li¶cie AKILL.
-
-OPER_AKILL_ALREADY_COVERED
- %s ju¿ jest obejmowane przez %s.
-
-OPER_AKILL_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na li¶cie AKILL.
-
-OPER_AKILL_NO_NICK
- Uwaga: maska AKILL nie mo¿e zawieraæ nicków.
- Upewnij siê, ¿e nie dodajesz czê¶ci nicka.
-
-OPER_AKILL_ADDED
- %s dodano do listy AKILL.
-
-OPER_AKILL_CHANGED
- Zmieniono czas wygasania %s.
-
-OPER_AKILL_NOT_FOUND
- %s nie znaleziono na li¶cie AKILL.
-
-OPER_AKILL_NO_MATCH
- Nie znaleziono pasuj±cych wpisów na li¶cie AKILL.
-
-OPER_AKILL_DELETED
- %s usuniêto z listy AKILL.
-
-OPER_AKILL_DELETED_ONE
- Usuniêto 1 wpis z listy AKILL.
-
-OPER_AKILL_DELETED_SEVERAL
- Usuniêto %d wpisy(ów) z listy AKILL.
-
-OPER_AKILL_LIST_EMPTY
- Lista AKILL jest pusta.
-
-OPER_AKILL_LIST_HEADER
- Aktualna lista AKILL:
- Nr Maska Powód
-
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-
-OPER_AKILL_VIEW_HEADER
- Aktualna lista AKILL:
-
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (przez %s na %s; %s)
- %s
-
-OPER_AKILL_CLEAR
- Lista AKILL zosta³a wyczyszczona.
-
-OPER_CHANKILL_SYNTAX
- CHANKILL [+czas-trwania] {#kana³} [powód]
-
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} [powód]]
-
-OPER_SNLINE_UNSUPPORTED
- Komenda SNLINE nie jest dostêpna w tej sieci.
-
-OPER_SNLINE_EXISTS
- %s ju¿ istnieje na li¶cie SNLINE.
-
-OPER_SNLINE_ALREADY_COVERED
- %s ju¿ jest obejmowane przez %s.
-
-OPER_SNLINE_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na li¶cie SNLINE.
-
-OPER_SNLINE_ADDED
- %s dodano do listy SNLINE.
-
-OPER_SNLINE_CHANGED
- Zmieniono czas wygasania %s.
-
-OPER_SNLINE_NOT_FOUND
- %s nie znaleziono na li¶cie SNLINE.
-
-OPER_SNLINE_NO_MATCH
- Nie znaleziono pasuj±cych wpisów na li¶cie SNLINE.
-
-OPER_SNLINE_DELETED
- %s usuniêto z listy SNLINE.
-
-OPER_SNLINE_DELETED_ONE
- Usuniêto 1 wpis z listy SNLINE.
-
-OPER_SNLINE_DELETED_SEVERAL
- Usuniêto %d wpisy(ów) z listy SNLINE.
-
-OPER_SNLINE_LIST_EMPTY
- Lista SNLINE jest pusta.
-
-OPER_SNLINE_LIST_HEADER
- Aktualna lista SNLINE:
- Nr Maska Powód
-
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-
-OPER_SNLINE_VIEW_HEADER
- Aktualna lista SNLINE:
-
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (przez %s na %s; %s)
- %s
-
-OPER_SNLINE_CLEAR
- Lista SNLINE zosta³a wyczyszczona.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} [powód]]
-
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- Kana³owe SQLINE nie jest obs³ugiwane przez Twoje ircd.
-
-OPER_SQLINE_EXISTS
- %s ju¿ istnieje na li¶cie SQLINE.
-
-OPER_SQLINE_ALREADY_COVERED
- %s ju¿ jest obejmowane przez %s.
-
-OPER_SQLINE_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na li¶cie SQLINE.
-
-OPER_SQLINE_ADDED
- %s dodano do listy SQLINE.
-
-OPER_SQLINE_CHANGED
- Zmieniono czas wygasania %s.
-
-OPER_SQLINE_NOT_FOUND
- %s nie znaleziono na li¶cie SQLINE.
-
-OPER_SQLINE_NO_MATCH
- Nie znaleziono pasuj±cych wpisów na li¶cie SQLINE.
-
-OPER_SQLINE_DELETED
- %s usuniêto z listy SQLINE.
-
-OPER_SQLINE_DELETED_ONE
- Usuniêto 1 wpis z listy SQLINE.
-
-OPER_SQLINE_DELETED_SEVERAL
- Usuniêto %d wpisy(ów) z listy SQLINE.
-
-OPER_SQLINE_LIST_EMPTY
- Lista SQLINE jest pusta.
-
-OPER_SQLINE_LIST_HEADER
- Aktualna lista SQLINE:
- Nr Maska Powód
-
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-
-OPER_SQLINE_VIEW_HEADER
- Aktualna lista SQLINE:
-
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (przez %s na %s; %s)
- %s
-
-OPER_SQLINE_CLEAR
- Lista SQLINE zosta³a wyczyszczona.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+czas-trwania] {maska | pozycja} [powód]]
-
-OPER_SZLINE_UNSUPPORTED
- Komenda SZLINE nie jest dostêpna w tej sieci.
-
-OPER_SZLINE_EXISTS
- %s ju¿ istnieje na li¶cie SZLINE.
-
-OPER_SZLINE_ALREADY_COVERED
- %s ju¿ jest obejmowane przez %s.
-
-OPER_SZLINE_REACHED_LIMIT
- Mo¿esz mieæ tylko %d wpisów na li¶cie SZLINE.
-
-OPER_SZLINE_ONLY_IPS
- Uwaga: mo¿esz dodawaæ jedynie maski IP do listy SZLINE.
-
-OPER_SZLINE_ADDED
- %s dodano do listy SZLINE.
-
-OPER_SZLINE_CHANGED
- Zmieniono czas wygasania %s.
-
-OPER_SZLINE_NOT_FOUND
- %s nie znaleziono na li¶cie SZLINE.
-
-OPER_SZLINE_NO_MATCH
- Nie znaleziono pasuj±cych wpisów na li¶cie SZLINE.
-
-OPER_SZLINE_DELETED
- %s usuniêto z listy SZLINE.
-
-OPER_SZLINE_DELETED_ONE
- Usuniêto 1 wpis z listy SZLINE.
-
-OPER_SZLINE_DELETED_SEVERAL
- Usuniêto %d wpisy(ów) z listy SZLINE.
-
-OPER_SZLINE_LIST_EMPTY
- Lista SZLINE jest pusta.
-
-OPER_SZLINE_LIST_HEADER
- Aktualna lista SZLINE:
- Nr Maska Powód
-
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-
-OPER_SZLINE_VIEW_HEADER
- Aktualna lista SZLINE:
-
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (przez %s na %s; %s)
- %s
-
-OPER_SZLINE_CLEAR
- Lista SZLINE zosta³a wyczyszczona.
-
-# SET responses
-OPER_SET_SYNTAX
- SET opcja ustawienie
-
-OPER_SET_IGNORE_ON
- Opcja IGNORE zosta³a w³±czona.
-
-OPER_SET_IGNORE_OFF
- Opcja IGNORE zosta³a wy³±czona.
-
-OPER_SET_IGNORE_ERROR
- Parametrem opcji IGNORE musi byæ ON albo OFF.
-
-OPER_SET_READONLY_ON
- Serwisy s± teraz w trybie tylko-do-odczytu.
-
-OPER_SET_READONLY_OFF
- Serwisy s± teraz w trybie odczyt-zapis.
-
-OPER_SET_READONLY_ERROR
- Parametrem opcji READONLY musi byæ ON albo OFF.
-
-OPER_SET_LOGCHAN_ON
- Serwisy bêd± wysy³aæ wiadomo¶ci na kana³ %s.
-
-OPER_SET_LOGCHAN_OFF
- Serwisy nie bêd± ju¿ d³u¿ej wysy³aæ wiadomo¶ci na kana³.
-
-OPER_SET_LOGCHAN_ERROR
- Parametrem dla LOGCHAN musi byæ ON albo OFF.
- Ponadto kana³ logowania musi byæ zdefiniowany w pliku konfiguracyjnym.
-
-OPER_SET_DEBUG_ON
- Serwisy s± teraz w trybie debugowania.
-
-OPER_SET_DEBUG_OFF
- Serwisy nie s± ju¿ w trybie debugowania.
-
-OPER_SET_DEBUG_LEVEL
- Serwisy s± teraz w trybie debugowania (poziom %d).
-
-OPER_SET_DEBUG_ERROR
- Parametrem opcji DEBUG musi byæ ON, OFF albo liczba dodatnia.
-
-OPER_SET_NOEXPIRE_ON
- Serwisy nie s± ju¿ w trybie wygasania.
-
-OPER_SET_NOEXPIRE_OFF
- Serwisy s± teraz w trybie wygasania.
-
-OPER_SET_NOEXPIRE_ERROR
- Parametrem opcji NOEXPIRE musi byæ ON albo OFF.
-
-OPER_SET_UNKNOWN_OPTION
- Nieznana opcja %s.
-
-OPER_SET_LIST_OPTION_ON
- %s jest w³±czone
-
-OPER_SET_LIST_OPTION_OFF
- %s jest wy³±czone
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} serwer
-
-OPER_NOOP_SET
- Wszystkie O:linie %s zosta³y usuniête.
-
-OPER_NOOP_REVOKE
- Wszystkie O:linie %s zosta³y zresetowane.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE serwer [powód]
-
-OPER_JUPE_HOST_ERROR
- Proszê u¿yæ prawid³owej nazwy serwera.
-
-OPER_JUPE_INVALID_SERVER
- Nie mo¿na wykluczyæ samych serwisów lub uplinka serwisów.
-
-# UPDATE responses
-OPER_UPDATING
- Aktualizacja baz danych.
-
-# RELOAD responses
-OPER_RELOAD
- Plik konfiguracyjny serwisów zosta³ prze³adowany.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- Nie zdefiniowano SERVICES_BIN; nie mogê restartowaæ.
- Uruchom ponownie skrypt configure i przekompiluj serwisy, aby w³±czyæ komendê RESTART.
-
-# IGNORE respondes
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [czas] [nick | maska]
-
-OPER_IGNORE_VALID_TIME
- Musisz podaæ prawid³ow± liczbê dla czasu.
-
-OPER_IGNORE_TIME_DONE
- Nick %s bêdzie ignorowany przez %s.
-
-OPER_IGNORE_PERM_DONE
- Nick %s bêdzie stale ignorowany.
-
-OPER_IGNORE_DEL_DONE
- Nick %s nie bêdzie ignorowany.
-
-OPER_IGNORE_LIST
- Lista ignorowanych przez serwisy:
-
-OPER_IGNORE_LIST_NOMATCH
- %s nie znaleziono na li¶cie ignorowanych.
-
-OPER_IGNORE_LIST_EMPTY
- Lista ignorowanych jest pusta.
-
-OPER_IGNORE_LIST_CLEARED
- Lista ignorowanych zosta³a wyczyszczona.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-
-OPER_KILLCLONES_UNKNOWN_NICK
- Nie mogê znale¼æ u¿ytkownika %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Lista kana³ów:
- Nazwa Tryby u¿yt. Temat
-
-OPER_CHANLIST_HEADER_USER
- Lista kana³ów %s:
- Nazwa Tryby u¿yt. Temat
-
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-
-OPER_CHANLIST_END
- Koniec listy kana³ów.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Lista u¿ytkowników:
- Nick Maska
-
-OPER_USERLIST_HEADER_CHAN
- Lista u¿ytkowników %s:
- Nick Maska
-
-OPER_USERLIST_RECORD
- %-20s %s@%s
-
-OPER_USERLIST_END
- Koniec listy u¿ytkowników.
-
-OPER_SUPER_ADMIN_ON
- Jeste¶ teraz super-administratorem.
-
-OPER_SUPER_ADMIN_OFF
- Nie jeste¶ ju¿ d³u¿ej super-administratorem.
-
-OPER_SUPER_ADMIN_SYNTAX
- Parametrem dla opcji SuperAdmin musi byæ ON lub OFF (musi byæ w³±czona w pliku konfiguracyjnym)
-
-OPER_SUPER_ADMIN_WALL_ON
- %s jest teraz super-administratorem
-
-OPER_SUPER_ADMIN_WALL_OFF
- %s nie jest ju¿ d³u¿ej super-administratorem
-
-OPER_SUPER_ADMIN_ONLY
- Tylko super-administratorzy mog± u¿ywaæ tej komendy.
-
-OPER_STAFF_LIST_HEADER
- Na Poziom Nick
-
-OPER_STAFF_FORMAT
- %c %s %s
-
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-
-OPER_DEFCON_DENIED
- Serwisy s± w trybie defcon, spróbuj ponownie pó¼niej.
-
-OPER_DEFCON_CHANGED
- Serwisy s± teraz w systemie DEFCON %d
-
-OPER_DEFCON_WALL
- %s zmieniono poziom DEFCON na %d
-
-DEFCON_GLOBAL
- Defcon jest teraz na poziomie: %d
-
-# Module strings
-OPER_MODULE_LOADED
- Modu³ %s zosta³ za³adowany.
-
-OPER_MODULE_UNLOADED
- Modu³ %s zosta³ wy³adowany.
-
-OPER_MODULE_LOAD_FAIL
- Nie mo¿na za³adowaæ modu³u %s
-
-OPER_MODULE_REMOVE_FAIL
- Nie mo¿na wy³adowaæ modu³u %s
-
-OPER_MODULE_NO_UNLOAD
- Ten modu³ nie mo¿e zostaæ wy³adowany.
-
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD nazwa-pliku
-
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD nazwa-pliku
-
-OPER_MODULE_LIST_HEADER
- Aktualna lista modu³ów:
-
-OPER_MODULE_LIST
- Modu³: %s [%s] [%s]
-
-OPER_MODULE_LIST_FOOTER
- Za³adowanych modu³ów: %d.
-
-OPER_MODULE_INFO_LIST
- Modu³: %s Wersja: %s Autor: %s Za³adowano: %s
-
-OPER_MODULE_CMD_LIST
- Dodane komendy: %R%s %s
-
-OPER_MODULE_MSG_LIST
- Zapewnia IRCD handler dla : %s
-
-OPER_MODULE_NO_LIST
- Aktualnie nie ma za³adowanych modu³ów.
-
-OPER_MODULE_NO_INFO
- Informacje o module %s nie s± dostêpne.
-
-OPER_MODULE_INFO_SYNTAX
- MODINFO nazwa-pliku
-
-MODULE_HELP_HEADER
- Nastêpuj±ce komendy zosta³y dodane przez modu³:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametry]
-
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+czas-trwania] maska limit powód
-
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {maska | lista}
-
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE numer pozycja
-
-OPER_EXCEPTION_DISABLED
- Limitowanie sesji jest wy³±czone.
-
-OPER_EXCEPTION_ALREADY_PRESENT
- Maska %s ju¿ istnieje na li¶cie wyj±tków.
-
-OPER_EXCEPTION_TOO_MANY
- Lista wyj±tków limitów sesji jest pe³na!
-
-OPER_EXCEPTION_ADDED
- Limit sesji dla %s zmieniono na %d.
-
-OPER_EXCEPTION_MOVED
- Wyj±tek dla %s (#%d) przeniesiono na pozycjê %d.
-
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Nie znaleziono wpisu (#%d) na li¶cie wyj±tków limitów sesji.
-
-OPER_EXCEPTION_NOT_FOUND
- %s nie znaleziono na li¶cie wyj±tków limitów sesji.
-
-OPER_EXCEPTION_NO_MATCH
- Nie znaleziono wpisów na li¶cie wyj±tków limitów sesji.
-
-OPER_EXCEPTION_DELETED
- %s usuniêto z listy wyj±tków limitów sesji.
-
-OPER_EXCEPTION_DELETED_ONE
- Usuniêto 1 wpis z listy wyj±tków limitów sesji.
-
-OPER_EXCEPTION_DELETED_SEVERAL
- Usuniêto %d wpisy(ów) z listy wyj±tków limitów sesji.
-
-OPER_EXCEPTION_LIST_HEADER
- Aktualna lista wyj±tków limitów sesji:
-
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-
-OPER_EXCEPTION_LIST_COLHEAD
- Nr Limit Host
-
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (przez %s na %s; %s)
- Limit: %-4d - %s
-
-OPER_EXCEPTION_INVALID_LIMIT
- Nieprawid³owy limit sesji. Musi byæ liczb± nieujemn± i mniejsz± ni¿ %d.
-
-OPER_EXCEPTION_INVALID_HOSTMASK
- Nieprawid³owa maska. Tylko rzeczywiste maski s± prawid³owe jako wyj±tki.
-
-OPER_EXCEPTION_EXISTS
- %s ju¿ istnieje na li¶cie wyj±tków.
-
-OPER_EXCEPTION_CHANGED
- Wyj±tek dla %s zosta³ zaktualizowany do %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limit | VIEW host}
-
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limit
-
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-
-OPER_SESSION_DISABLED
- Limitowanie sesji jest wy³±czone.
-
-OPER_SESSION_INVALID_THRESHOLD
- Nieprawid³owa warto¶æ progu. Musi byæ liczb± ca³kowit± wiêksz± ni¿ 1.
-
-OPER_SESSION_NOT_FOUND
- %s nie znaleziono na li¶cie sesji.
-
-OPER_SESSION_LIST_HEADER
- Hosty z przynajmniej %d sesjami:
-
-OPER_SESSION_LIST_COLHEAD
- Sesje Host
-
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- Host %s aktualnie posiada %d sesji z limitem %d.
-
-# EXCEPTION help
-OPER_HELP_EXCEPTION
- Sk³adnia: EXCEPTION ADD [+czas-trwania] maska limit powód
- EXCEPTION DEL {maska | lista}
- EXCEPTION MOVE numer pozycja
- EXCEPTION LIST [maska | lista]
- EXCEPTION VIEW [maska | lista]
-
- Pozwala administratorom serwisów na zarz±dzanie list± limitów
- sesji dla poszczególnych hostów - np. serwery shell mog±
- mieæ wiêksz± liczbê po³±czeñ. Kiedy limit po³±czeñ zostanie
- osi±gniêty ka¿dy nowy u¿ytkownik z takiego hosta bêdzie
- roz³±czany z sieci±. Przed roz³±czeniem zostanie wys³ane
- powiadomienie (jego tre¶æ ustawia siê w pliku konfiguracyjnym).
-
- EXCEPTION ADD dodaje wskazan± maskê na listê wyj±tków.
- Maski nick!user@host oraz user@host s± nieprawid³owe,
- poniewa¿ zawieraj± nick lub ident u¿ytkownika. Dopuszczalne
- maski to np. box.host.dom lub *.host.dom. Limit musi
- byæ liczb± nieujemn±. Podanie zera oznacza wy³±czenie limitu.
- Format czasu jest opisany w pomocy polecenia AKILL.
- EXCEPTION DEL usuwa wskazane wpisy z listy wyj±tków.
- EXCEPTION MOVE przenosi wyj±tek o wskazanym numerze na
- now± pozycjê. Wyj±tki znajduj±ce siê pomiêdzy zostan±
- odpowiednio przeniesione, aby wype³niæ powsta³± lukê.
- EXCEPTION LIST oraz EXCEPTION VIEW listuj± wyj±tki.
- Podanie maski powoduje ograniczenie wy¶wietlanych wpisów.
- EXCEPTION VIEW zwraca dodatkowo informacje o zak³adaj±cym,
- limicie, powodzie, masce oraz czasie.
-
- Nale¿y pamiêtaæ, ¿e pod³±czaj±cy siê klient bêdzie u¿ywa³
- pierwszego wyj±tku o pasuj±cej masce. Du¿a lista wyj±tków i
- zbyt ogólne maski powoduj± pogorszenie wydajno¶ci serwisów.
-
-OPER_HELP_SESSION
- Sk³adnia: SESSION LIST minimum
- SESSION VIEW host
-
- Pozwala administratorom serwisów na listowanie sesji.
-
- SESSION LIST listuje hosty z przynajmniej minimum sesjami.
- Minimum musi byæ wiêksze od 1, aby zapobiec przypadkowemu
- listowaniu du¿ej liczby pojedynczych hostów.
- SESSION VIEW wy¶wietla szczegó³owe informacje na temat
- podanego hosta - podaj±c aktualny limit oraz ilo¶æ sesji.
- Parametr host mo¿e zawieraæ symboli wieloznacznych.
-
- Wiêcej informacji na temat ograniczania liczby sesji
- znajduje siê w pomocy polecenia EXCEPTION.
-
-OPER_HELP_STAFF
- Sk³adnia: STAFF
-
- Wy¶wietla nicki obs³ugi serwisów, poziom i status online.
-
-OPER_HELP_DEFCON
- Sk³adnia: DEFCON [1|2|3|4|5]
-
- System defcon umo¿liwia wprowadzanie wcze¶niej
- zdefiniowanych ograniczeñ dla serwisów podczas
- próby ataku na sieæ.
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Wy³±cza rejestrowanie kana³ów
-
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Wy³±cza rejestrowanie nicków
-
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Flagi kana³ów nie bêd± wymuszane (MLOCK)
-
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Wymusza ustawienie flag (%s) na wszystkich kana³ach
-
-OPER_HELP_DEFCON_REDUCE_SESSION
- * U¿ywa zredukowanego limitu sesji: %d
-
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Killuje wszystkich nowych klientów
-
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignoruje zwyk³ych u¿ytkowników (informuje ich o tym)
-
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Cicho ignoruje zwyk³ych u¿ytkowników
-
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILLuje wszystkich nowych klientów
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Nowe wiadomo¶ci nie bêd± wysy³ane
-
-OPER_HELP_CHANKILL
- Sk³adnia: CHANKILL [+czas] kana³ powód
-
- Zak³ada AKILLa na ka¿dy nick na wskazanym kanale.
- Na listê zostaj± dodane prawdziwe adresy (ident@host),
- po czym AKILL zostaje wykonany.
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-NEWS_LOGON_TEXT
- [Wiadomo¶æ powitalna - %s] %s
-
-NEWS_OPER_TEXT
- [Wiadomo¶æ dla operatorów - %s] %s
-
-NEWS_RANDOM_TEXT
- [Losowa wiadomo¶æ - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [tekst|numer]
- LOGONNEWS {ADD|DEL|LIST} [tekst|numer]
-
-NEWS_LOGON_LIST_HEADER
- Wiadomo¶ci powitalne:
-
-NEWS_LOGON_LIST_ENTRY
- %5d (%s przez %s)
- %s
-
-NEWS_LOGON_LIST_NONE
- Nie ma wiadomo¶ci powitalnych.
-
-NEWS_LOGON_ADD_SYNTAX
- LOGONNEWS ADD tekst
-
-NEWS_LOGON_ADD_FULL
- Lista wiadomo¶ci powitalnych jest pe³na!
-
-NEWS_LOGON_ADDED
- Dodano now± wiadomo¶æ powitaln± (#%d).
-
-NEWS_LOGON_DEL_SYNTAX
- LOGONNEWS DEL {numer | ALL}
-
-NEWS_LOGON_DEL_NOT_FOUND
- Wiadomo¶æ powitalna #%d nie zosta³a znaleziona!
-
-NEWS_LOGON_DELETED
- Wiadomo¶æ powitalna #%d zosta³a skasowana.
-
-NEWS_LOGON_DEL_NONE
- Nie ma wiadomo¶ci powitalnych do skasowania!
-
-NEWS_LOGON_DELETED_ALL
- Wszystkie wiadomo¶ci powitalne zosta³ skasowane.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [tekst|numer]
-
-NEWS_OPER_LIST_HEADER
- Wiadomo¶ci dla operatorów:
-
-NEWS_OPER_LIST_ENTRY
- %5d (%s przez %s)
- %s
-
-NEWS_OPER_LIST_NONE
- Nie ma wiadomo¶ci dla operatorów.
-
-NEWS_OPER_ADD_SYNTAX
- OPERNEWS ADD tekst
-
-NEWS_OPER_ADD_FULL
- Lista wiadomo¶ci jest pe³na!
-
-NEWS_OPER_ADDED
- Dodano now± wiadomo¶æ dla operatorów (#%d).
-
-NEWS_OPER_DEL_SYNTAX
- OPERNEWS DEL {numer | ALL}
-
-NEWS_OPER_DEL_NOT_FOUND
- Wiadomo¶æ dla operatorów #%d nie zosta³a znaleziona!
-
-NEWS_OPER_DELETED
- Wiadomo¶æ dla operatorów #%d zosta³a skasowana.
-
-NEWS_OPER_DEL_NONE
- Nie ma wiadomo¶ci dla operatorów do skasowania!
-
-NEWS_OPER_DELETED_ALL
- Wszystkie wiadomo¶ci dla operatorów zosta³y skasowane.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [tekst|numer]
-
-NEWS_RANDOM_LIST_HEADER
- Losowe wiadomo¶ci:
-
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s przez %s)
- %s
-
-NEWS_RANDOM_LIST_NONE
- Nie ma losowych wiadomo¶ci.
-
-NEWS_RANDOM_ADD_SYNTAX
- RANDOMNEWS ADD tekst
-
-NEWS_RANDOM_ADD_FULL
- Lista wiadomo¶ci jest pe³na!
-
-NEWS_RANDOM_ADDED
- Dodano now± losow± wiadomo¶æ (#%d).
-
-NEWS_RANDOM_DEL_SYNTAX
- RANDOMNEWS DEL {numer | ALL}
-
-NEWS_RANDOM_DEL_NOT_FOUND
- Losowa wiadomo¶æ #%d nie zosta³a znaleziona!
-
-NEWS_RANDOM_DELETED
- Losowa wiadomo¶æ #%d zosta³a skasowana.
-
-NEWS_RANDOM_DEL_NONE
- Nie ma losowych wiadomo¶ci do skasowania!
-
-NEWS_RANDOM_DELETED_ALL
- Wszystkie losowe wiadomo¶ci zosta³y skasowane.
-
-NEWS_HELP_LOGON
- Sk³adnia: LOGONNEWS ADD tekst
- LOGONNEWS DEL {numer | ALL}
- LOGONNEWS LIST
-
- Edytuje lub wy¶wietla listê wiadomo¶ci wysy³anych po
- przy³±czeniu u¿ytkownika do sieci. Je¶li zdefniowanych
- wiadomo¶ci jest wiêcej tylko najnowsze %d zostanie
- wys³anych (aby zapobiec floodowaniu). Warto¶æ NewsCount
- mo¿e zostaæ zmieniona w pliku konfiguracyjym serwisów.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Sk³adnia: OPERNEWS ADD tekst
- OPERNEWS DEL {numer | ALL}
- OPERNEWS LIST
-
- Edytuje lub wy¶wietla listê wiadomo¶ci wysy³anych po
- wykonaniu polecenia /OPER. Je¶li zdefiniowanych
- wiadomo¶ci jest wiêcej tylko najnowsze %d zostanie
- wys³anych (aby zapobiec floodowaniu). Warto¶æ NewsCount
- mo¿e zostaæ zmieniona w pliku konfiguracyjym serwisów.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Sk³adnia: RANDOMNEWS ADD tekst
- RANDOMNEWS DEL {numer | ALL}
- RANDOMNEWS LIST
-
- Edytuje lub wy¶wietla listê losowych newsów.
- Po po³±czeniu z sieci± u¿ytkownik otrzyma dok³adnie
- jedn± wylosowan± z tej listy wiadomo¶æ.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Potwierdza rejestracjê nicka
-
-NICK_HELP_CMD_RESEND
- RESEND Wysy³a ponownie kod autoryzuj±cy
-
-NICK_HELP_CMD_REGISTER
- REGISTER Rejestruje nicka
-
-NICK_HELP_CMD_GROUP
- GROUP Do³±cza nick do wskazanej grupy
-
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Identyfikuje w³a¶ciciela nicka
-
-NICK_HELP_CMD_ACCESS
- ACCESS Zarz±dza list± dostêpu
-
-NICK_HELP_CMD_SET
- SET Modyfikuje ustawienia nicka
-
-NICK_HELP_CMD_SASET
- SASET Ustawia opcje wskazanemu nickowi
-
-NICK_HELP_CMD_DROP
- DROP Usuwa nicka
-
-NICK_HELP_CMD_RECOVER
- RECOVER Od³±cza u¿ytkownika, który u¿ywa Twojego nicka
-
-NICK_HELP_CMD_RELEASE
- RELEASE Zwalnia nick po u¿yciu komendy RECOVER
-
-NICK_HELP_CMD_SENDPASS
- SENDPASS Pomaga odzyskaæ utracone has³o
-
-NICK_HELP_CMD_GHOST
- GHOST Od³±cza wskazany nick od serwera
-
-NICK_HELP_CMD_ALIST
- ALIST Listuje kana³y na których masz uprawnienia
-
-NICK_HELP_CMD_GLIST
- GLIST Wy¶wietla wszystkie nicki w Twojej grupie
-
-NICK_HELP_CMD_INFO
- INFO Pokazuje informacje o zarejestrowanym nicku
-
-NICK_HELP_CMD_LIST
- LIST Listuje zarejestrowane nicki pasuj±ce do wzorca
-
-NICK_HELP_CMD_LOGOUT
- LOGOUT Odwraca dzia³anie komendy IDENTIFY
-
-NICK_HELP_CMD_STATUS
- STATUS Podaje status w³a¶ciciela podanego nicka
-
-NICK_HELP_CMD_UPDATE
- UPDATE Aktualizuje twój obecny status np.
- sprawdza nowe wiadomo¶ci
-
-NICK_HELP_CMD_GETPASS
- GETPASS Podaje has³o do wskazanego nicka
-
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Wy¶wietla u¿ytkowników zarejestrowanych z
- podanym adresem e-mail
-
-NICK_HELP_CMD_FORBID
- FORBID Blokuje podany nick
-
-NICK_HELP_CMD_SUSPEND
- SUSPEND Blokuje podany nick z zachowaniem
- wszelkich jego danych i ustawieñ
-
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Uwalnia zawieszonego nicka
-
-NICK_HELP
- %S umo¿liwia rejestracjê nicka i zapewnia
- wy³±czno¶æ na jego u¿ywanie. Poni¿sze komendy
- umo¿liwiaj± zarz±dzanie nickiem, aby ich u¿yæ wpisz:
- %R%S komenda
- Aby uzyskaæ szczegó³owy opis polecenia wpisz:
- %R%S HELP komenda
-
-
-
-NICK_HELP_FOOTER
-
- UWAGA: Ten serwis ma na celu umo¿liwienie identyfikacji
- u¿ytkowników. NIE s³u¿y do kradzie¿y nicków czy innych
- z³o¶liwych akcji. Nadu¿ycia bêd± skutkowa³y co najmniej
- utrat± zarejestrowanego nicka.
-
-
-NICK_HELP_EXPIRES
-
- Nicki nieu¿ywane przez d³u¿szy czas s± automatycznie
- usuwane po %d dniach od ostatniej identyfikacji.
- Wszelkie ustawienia oraz uprawnienia zostaj± usuniête.
-
-NICK_HELP_REGISTER
- Sk³adnia: REGISTER has³o [email]
-
- Rejestruje aktualnie u¿ywany nick w bazie %S.
- Po rejestracji mo¿esz u¿yæ komend SET i ACCESS
- do konfiguracji niektórych opcji nicka wedle upodobañ.
- Upewnij siê, ¿e pamiêtasz has³o rejestracyjne, bo
- bêdzie ono potrzebne w przysz³o¶ci do zmiany
- ustawieñ i identyfikacji. Wielko¶æ liter w ha¶le
- ma znaczenie!!!.
-
- Jak wybraæ has³o?
-
- Has³o musi byæ trudne do odgadniêcia. U¿ywanie imion
- jako hase³ jest niewskazane. Bardzo krótkie has³o
- mo¿e zostaæ odgadniête metod± prób i b³êdów.
- Twoje has³o musi mieæ d³ugo¶æ co najmniej 5 znaków.
- Znak spacji nie mo¿e byæ u¿yty w ha¶le.
-
- Parametr email jest opcjonalny i od razu przy
- rejestracji ustawia adres e-mail dla Twojego nicka.
- Mo¿e siê zdarzyæ, ¿e adres e-mail mo¿e byæ wymagany
- na niektórych sieciach. Twoja prywatno¶æ jest
- chroniona - adres nie bêdzie udostêpniany osobom
- trzecim.
-
- Wraz z rejestracj± zostaje utworzona grupa.
- Nicki z tej samej grupy maj± wspólne ustawienia,
- prawa na kanale oraz ustawienia wiadomo¶ci.
- Aby uzyskaæ wiêcej informacji napisz:
- %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Sk³adnia: GROUP nazwa has³o
-
- Ta komenda powoduje dodanie Twojego nicka do grupy
- reprezentowanej przez nick nazwa o ha¶le has³o.
-
- Grupowanie nicków pozwala na dzielenie siê ustawieniami,
- wiadomo¶ciami oraz uprawnieniami z innymi nickami z grupy.
-
- Je¶li jaki¶ nick z grupy zostanie usuniêty nie tracisz
- ¿adnych ustawieñ czy uprawnieñ, jednak grupa istnieje
- dopóki jest w niej przynajmniej jeden nick.
-
- Komenda mo¿e byæ u¿yta nawet wtedy kiedy bie¿±cy nick
- nie jest zarejestrowany, w przeciwnym wypadku musisz
- siê zidentyfikowaæ. Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP IDENTIFY
-
- Mo¿liwe i zalecane jest u¿ywanie tej komendy na nickach,
- które nie s± zarejestrowane, zostan± one wtedy automatycznie
- dodane do bazy %S.
-
- UWAGA: Komendê mo¿na u¿yæ tak¿e na zarejestrowanym nicku,
- nale¿y jednak wzi±æ pod uwagê to, ¿e je¶li bie¿±cy nick jest
- ostatni ze swojej grupy, to wszystkie jego ustawienia oraz
- uprawnienia zostan± usuniête! Z tego powodu najlepiej grupowaæ
- nowy nick ze starym, a nie na odwrót. Zmiana grupy mo¿e byæ
- wy³±czona przez administratora w niektórych sieciach.
-
- Mo¿na byæ tylko w jednej grupie w danej chwili,
- ³±czenie grup nie jest mo¿liwe.
-
- Uwaga: wszystkie nicki w grupie maj± to samo has³o.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Sk³adnia: IDENTIFY [account] has³o
-
- Informuje %S, ¿e nick którego w³a¶nie u¿ywasz
- nale¿y do Ciebie. Wiele komend wymaga identyfikacji
- przed ich u¿yciem. Has³em jest to samo has³o,
- którego u¿yto przy komendzie REGISTER.
-
-NICK_HELP_UPDATE
- Sk³adnia: UPDATE
-
- Aktualizuje twój obecny status, np. sprawdza czy s± nowe
- wiadomo¶ci, ustawia odpowiednie uprawnienia na kana³ach,
- aktualizuje vhosta oraz flagi u¿ytkownika.
-
-NICK_HELP_LOGOUT
- Sk³adnia: LOGOUT
-
- Odwraca dzia³anie komendy IDENTIFY. Po wydaniu
- tego polecenia nie bêdziesz rozpoznawany jako
- w³a¶ciciel nicka.
-NICK_HELP_DROP
- Sk³adnia: DROP [nick]
-
- Usuwa nick z bazy danych %S. Usuniêty nick
- mo¿e zostaæ ponownie zarejestrowany przez ka¿dego.
-
- Mo¿esz usun±æ nick nale¿±cy do Twojej grupy podaj±c
- go jako dodatkowy parametr nick.
-
- U¿ycie tej komendy wymaga identyfikacji z u¿yciem
- has³a. Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP IDENTIFY
-
-NICK_HELP_ACCESS
- Sk³adnia: ACCESS ADD maska
- ACCESS DEL maska
- ACCESS LIST
-
- Modyfikuje lub wy¶wietla listê dostêpu dla nicka.
- Lista dostêpu okre¶la hosty u¿ytkowników mog±cych
- u¿ywaæ twojego nicka. Je¶li chcesz u¿ywaæ nicka z
- innego hosta musisz siê najpierw zidentyfikowaæ
- w serwisie %S komend± IDENTIFY.
-
- Przyk³ady:
-
- ACCESS ADD userek@ircnet.pl
- Zezwala na dostêp do nicka ka¿demu
- ³±cz±cemu siê z domeny ircnet.pl.
-
- ACCESS DEL userek@ircnet.pl
- Odwraca efekt poprzedniej komendy.
-
- ACCESS LIST
- Wy¶wietla aktualn± listê dostêpu.
-
-NICK_HELP_SET_HEAD
- Sk³adnia: SET opcja parametry
-
- Ustawia ró¿ne opcje nicka. Dostêpne opcje to:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Ustawia nick reprezentuj±cy grupê nicków
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Ustawia has³o do nicka
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Ustawia jêzyk w którym serwisy bêd±
- wysy³a³y komunikaty
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Przypisuje adres e-mail do nicka
-NICK_HELP_CMD_SET_GREET
- GREET Przypisuje komunikat powitalny do nicka
-NICK_HELP_CMD_SET_KILL
- KILL W³±cza lub wy³±cza ochronê nicka
-NICK_HELP_CMD_SET_SECURE
- SECURE W³±cza lub wy³±cza bezpieczeñstwo nicka
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Zapobiega wy¶wietlaniu nicka po wydaniu
- polecenia: %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Ukrywa poszczególne informacje o nicku
-NICK_HELP_CMD_SET_MSG
- MSG Zmienia sposób komunikacji serwisów
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP W³±cza lub wy³±cza automatyczne opowanie
-NICK_HELP_SET_TAIL
-
- Aby u¿yæ tej komendy musisz siê zidentyfikowaæ z u¿yciem
- Twojego has³a. Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP IDENTIFY
-
- Aby uzyskaæ wiêcej informacji o danej opcji wpisz:
- %R%S HELP SET opcja
-
-NICK_HELP_SET_DISPLAY
- Sk³adnia: SET DISPLAY nowa-nazwa
-
- Zmienia nazwê reprezentuj±c± Twoj± grupê nicków w
- serwisach na now±. Nazwa MUSI byæ jednym z nicków
- nale¿±cych do Twojej grupy.
-
-NICK_HELP_SET_PASSWORD
- Sk³adnia: SET PASSWORD nowe-has³o
-
- Zmienia Twoje has³o do nicka.
-
-NICK_HELP_SET_LANGUAGE
- Sk³adnia: SET LANGUAGE numer
-
- Zmienia jêzyk jakiego u¿ywaj± serwisy odpowiadaj±c
- Tobie (czyli przyk³adowo kiedy odpowiadaj± na
- wys³an± przez Ciebie komendê). Numer mo¿e byæ
- wybrany z poni¿szej listy obs³ugiwanych jêzyków:
-
-NICK_HELP_SET_EMAIL
- Sk³adnia: SET EMAIL adres
-
- Przypisuje adres e-mail Twojemu nickowi. Adres
- bêdzie wy¶wietlany przy opisie Twojego nicka
- dostêpnym przy u¿yciu komendy INFO.
-
-NICK_HELP_SET_GREET
- Sk³adnia: SET GREET wiadomo¶æ
-
- Ustawia wiadomo¶æ powitaln± dla Twojego nicka.
- Je¶li kana³ ma przydzielonego bota, w³±czone witanie
- u¿ytkowników oraz masz odpowiedni poziom dostêpu to
- wtedy ta wiadomo¶æ bêdzie wysy³ana na kana³ przez bota.
-
-NICK_HELP_SET_KILL
- Sk³adnia: SET KILL {ON | QUICK | IMMED | OFF}
-
- W³±cza lub wy³±cza automatyczn± ochronê dla nicka.
- U¿ytkownicy wchodz±cy na chroniony nick otrzymuj±
- informacje od %S, ¿e nick jest zarejestrowany i
- je¶li siê nie zidentyfikuj± lub go nie zmieni±
- w okre¶lonym czasie to ich nick zostanie zmieniony
- si³± lub zostan± od³±czeni od sieci.
-
- Opcja QUICK skraca czas oczekiwania na zmianê
- z 60 sekund do 20. W przypadku opcji IMMED
- nick zostanie zmieniony natychmiast bez mo¿liwo¶ci
- identyfikacji (wstêpna identyfikacja nastêpuje
- na podstawie listy dostêpu, dlatego t± opcjê
- nale¿y stosowaæ z rozwag±). Administrator sieci
- mo¿e wy³±czyæ korzystanie z IMMED.
-NICK_HELP_SET_SECURE
- Sk³adnia: SET SECURE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê bezpieczeñstwa dla nicka.
- W³±czenie SECURE wymusza na u¿ytkowniku podanie
- has³a zanim ten zostanie rozpoznany jako w³a¶ciciel
- nicka. %S nie bierze pod uwagê w tym wypadku
- wystêpowania adresu li¶cie dostêpu. Je¶li adres
- znajduje siê na li¶cie %S nie skilluje
- u¿ytkownika niezale¿nie od ustawienia opcji KILL.
-
-NICK_HELP_SET_PRIVATE
- Sk³adnia: SET PRIVATE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê PRIVATE dla nicka.
- Kiedy ta opcja jest w³±czona nick nie bêdzie
- umieszczany na listach wy¶wietlanych komend±:
- %R%S LIST
- Jednak ka¿dy, kto zna nick mo¿e uzyskaæ o nim
- informacje u¿ywaj±c polecenia INFO.
-
-NICK_HELP_SET_HIDE
- Sk³adnia: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- To polecenie pozwala na ukrycie czê¶ci informacji, które
- s± wy¶wietlane przez polecenie INFO serwisu %s.
- Pierwszy argument okre¶la ukrywan± informacjê:
- EMAIL - adres e-mail, USERMASK - ostatnio u¿ywany host,
- QUIT - ostatnia wiadomo¶æ po¿egnalna, STATUS - status
- dostêpu do serwisów. Drugi argument okre¶la, czy dana
- informacja bêdzie pokazywana (OFF), czy ukrywana (ON).
-NICK_HELP_SET_MSG
- Sk³adnia: SET MSG {ON | OFF}
-
- Pozwala wybraæ sposób w jaki serwisy bêd± pisaæ do
- Ciebie. Kiedy ta opcja jest w³±czona serwisy bêd±
- wysy³aæ wiadomo¶ci prywatne (query), w przeciwnym
- wypadku bêd± wysy³aæ powiadomienia (notice).
-
-NICK_HELP_SET_AUTOOP
- Sk³adnia: SET AUTOOP {ON | OFF}
-
- W³±cza lub wy³±cza automatyczne nadawanie uprawnieñ
- przy wchodzeniu na kana³.
-
-NICK_HELP_SASET_HEAD
- Sk³adnia: SASET nick opcja parametry.
-
- Ustawia ró¿ne opcje nicka wskazanemu u¿ytkownikowi.
- Dostêpne opcje to:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Ustawia nick reprezentuj±cy grupê nicków
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Ustawia has³o do nicka
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Ustawia jêzyk w którym serwisy bêd±
- wysy³a³y komunikaty
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Przypisuje adres e-mail do nicka
-NICK_HELP_CMD_SASET_GREET
- GREET Przypisuje komunikat powitalny do nicka
-NICK_HELP_CMD_SASET_KILL
- KILL W³±cza lub wy³±cza ochronê nicka
-NICK_HELP_CMD_SASET_SECURE
- SECURE W³±cza lub wy³±cza bezpieczeñstwo nicka
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Zapobiega wy¶wietlaniu nicka po wydaniu
- polecenia: %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Ukrywa poszczególne informacje o nicku
-NICK_HELP_CMD_SASET_MSG
- MSG Zmienia sposób komunikacji serwisów
-NICK_HELP_CMD_SASET_AUTOOP
- AUTOOP W³±cza lub wy³±cza automatyczne opowanie
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Zapobiega wyga¶niêciu nicka
-NICK_HELP_SASET_TAIL
-
- Aby uzyskaæ wiêcej informacji o danej opcji wpisz:
- %R%S HELP SASET opcja
-
-NICK_HELP_SASET_DISPLAY
- Sk³adnia: SASET nick DISPLAY nowa-nazwa
-
- Zmienia nazwê reprezentuj±c± grupê nicków wskazanego
- u¿ytkownika na now±. Nazwa MUSI byæ jednym z nicków
- nale¿±cych do tej grupy.
-
-NICK_HELP_SASET_PASSWORD
- Sk³adnia: SASET nick PASSWORD nowe-has³o
-
- Zmienia has³o wskazanemu u¿ytkownikowi.
-
-NICK_HELP_SASET_EMAIL
- Sk³adnia: SASET nick EMAIL adres
-
- Przypisuje wskazanemu u¿ytkownikowi adres e-mail.
-
-NICK_HELP_SASET_GREET
- Sk³adnia: SASET nick GREET wiadomo¶æ
-
- Ustawia wiadomo¶æ powitaln± dla wskazanego u¿ytkownika.
- Je¶li kana³ ma przydzielonego bota, w³±czone witanie
- oraz u¿ytkownik ma odpowiedni poziom dostêpu to
- wtedy ta wiadomo¶æ bêdzie wysy³ana na kana³ przez bota.
-
-NICK_HELP_SASET_KILL
- Sk³adnia: SASET nick KILL {ON | QUICK | IMMED | OFF}
-
- W³±cza lub wy³±cza automatyczn± ochronê dla nicka.
- U¿ytkownicy wchodz±cy na chroniony nick otrzymuj±
- informacje od %S, ¿e nick jest zarejestrowany i
- je¶li siê nie zidentyfikuj± lub go nie zmieni±
- w okre¶lonym czasie to ich nick zostanie zmieniony
- si³± lub zostan± od³±czeni od sieci.
-
- Opcja QUICK skraca czas oczekiwania na zmianê
- z 60 sekund do 20. W przypadku opcji IMMED
- nick zostanie zmieniony natychmiast bez mo¿liwo¶ci
- identyfikacji (wstêpna identyfikacja nastêpuje
- na podstawie listy dostêpu, dlatego t± opcjê
- nale¿y stosowaæ z rozwag±). Administrator sieci
- mo¿e wy³±czyæ korzystanie z IMMED.
-NICK_HELP_SASET_SECURE
- Sk³adnia: SASET nick SECURE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê bezpieczeñstwa dla nicka.
- W³±czenie SECURE wymusza na u¿ytkowniku podanie
- has³a zanim ten zostanie rozpoznany jako w³a¶ciciel
- nicka. %S nie bierze pod uwagê w tym wypadku
- wystêpowania adresu li¶cie dostêpu. Je¶li adres
- znajduje siê na li¶cie %S nie skilluje
- u¿ytkownika niezale¿nie od ustawienia opcji KILL.
-
-NICK_HELP_SASET_PRIVATE
- Sk³adnia: SASET nick PRIVATE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê PRIVATE dla nicka.
- Kiedy ta opcja jest w³±czona nick nie bêdzie
- umieszczany na listach wy¶wietlanych komend±:
- %R%S LIST
- Jednak ka¿dy, kto zna nick mo¿e uzyskaæ o nim
- informacje u¿ywaj±c polecenia INFO.
-
-NICK_HELP_SASET_HIDE
- Sk³adnia: SASET nick HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- To polecenie pozwala na ukrycie czê¶ci informacji, które
- s± wy¶wietlane przez polecenie INFO serwisu %s.
- Pierwszy argument okre¶la ukrywan± informacjê:
- EMAIL - adres e-mail, USERMASK - ostatnio u¿ywany host,
- QUIT - ostatnia wiadomo¶æ po¿egnalna, STATUS - status
- dostêpu do serwisów. Drugi argument okre¶la, czy dana
- informacja bêdzie pokazywana (OFF), czy ukrywana (ON).
-NICK_HELP_SASET_MSG
- Sk³adnia: SASET nick MSG {ON | OFF}
-
- Pozwala wybraæ sposób w jaki serwisy bêd± pisaæ do
- wskazanego u¿ytkownika. Kiedy ta opcja jest
- w³±czona serwisy bêd± wysy³aæ wiadomo¶ci prywatne
- w przeciwnym wypadku bêd± wysy³aæ powiadomienia.
-
-NICK_HELP_SASET_NOEXPIRE
- Sk³adnia: SASET nick NOEXPIRE {ON | OFF}
-
- W³±cza lub wy³±cza automatyczne usuniêcie nicka,
- je¶li nie bêdzie on u¿ywany.
-
-NICK_HELP_SASET_AUTOOP
- Sk³adnia: SASET nick AUTOOP {ON | OFF}
-
- W³±cza lub wy³±cza automatyczne nadawanie uprawnieñ
- wskazanemu u¿ytkownikowi przy wchodzeniu na kana³.
-
-NICK_HELP_SASET_LANGUAGE
- Sk³adnia: SASET nick LANGUAGE numer
-
- Zmienia jêzyk jakiego u¿ywaj± serwisy komunikuj±c
- siê ze wskazan± osob±. Numer musi byæ wybrany z
- listy obs³ugiwanych jêzyków, która jest dostêpna
- po wydaniu polecenia %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Sk³adnia: RECOVER nick [has³o]
-
- Pozwala na odzyskanie nicka je¶li jest on u¿ywany przez
- inn± osobê. Wykonuje te same czynno¶ci co %S w
- przypadku automatycznej ochrony nicka.
-
- U¿ycie tej komendy powoduje wprowadzenie sztucznego
- u¿ytkownika przez %S o nicku, który chcesz odzyskaæ.
- Spowoduje to od³±czenie u¿ytkownika, który go aktualnie
- u¿ywa. Serwis pozostanie przez minutê online, aby
- uniemo¿liwiæ natychmiastowe po³±czenie z serwerem
- na tym samym nicku. Po tym czasie mo¿esz zaj±æ nick.
- Je¶li nie chcesz czekaæ minuty mo¿esz u¿yæ polecenia
- RELEASE (%R%S HELP RELEASE).
-
- Aby u¿yæ polecenia RECOVER musi byæ spe³niony jeden
- z warunków:
- 1. twój adres znajduje siê na li¶cie dostêpu,
- 2. jeste¶ zidentyfikowany w grupie,
- do której nale¿y wskazany nick,
- 3. podasz prawid³owe has³o do nicka.
-
-NICK_HELP_RELEASE
- Sk³adnia: RELEASE nick [has³o]
-
- Instruuje %S aby zdj±³ wszelkie blokady na³o¿one
- przez automatyczn± ochronê nicka lub w wyniku u¿ycia
- polecenia RECOVER. Blokada trwa %s; to polecenie
- pozwala j± skróciæ.
-
- Aby u¿yæ polecenia RELEASE musi byæ spe³niony jeden
- z warunków:
- 1. twój adres znajduje siê na li¶cie dostêpu,
- 2. jeste¶ zidentyfikowany w grupie,
- do której nale¿y wskazany nick,
- 3. podasz prawid³owe has³o do nicka.
-
-NICK_HELP_GHOST
- Sk³adnia: GHOST nick [has³o]
-
- Opcja likwiduje sesjê-ducha o wskazanym nicku.
- Taka sytuacja najczê¶ciej ma miejsce wtedy, gdy
- po³±czenie z serwem IRC nie zosta³o zakoñczone w
- sposób prawid³owy (komputer siê zawiesi³ lub
- wyst±pi³a awaria ³±cza internetowego). Serwer IRC
- mo¿e wtedy nie rozpoznaæ zerwania po³±czenia i
- bêdzie czeka³ okre¶lon± ilo¶æ czasu na odpowied¼
- od klienta.
-
- Aby u¿yæ polecenia GHOST musi byæ spe³niony jeden
- z warunków:
- 1. twój adres znajduje siê na li¶cie dostêpu,
- 2. jeste¶ zidentyfikowany w grupie,
- do której nale¿y wskazany nick,
- 3. podasz prawid³owe has³o do nicka.
-
-NICK_HELP_INFO
- Sk³adnia: INFO nick
-
- Wy¶wietla informacje na temat wybranego nicka:
- w³a¶ciciel, kiedy ostatnio widziano, z jakiego
- hosta oraz opcje nicka. Je¶li zidentyfikowany
- u¿ytkownik u¿yje tej komendy na sobie wraz z
- parametrem ALL otrzyma wszystkie mo¿liwe
- informacje - nawet je¶li zosta³y one ukryte.
-
-NICK_HELP_LIST
- Sk³adnia: LIST wzorzec
-
- Listuje wszystkie zarejestrowane nicki pasuj±ce do
- podanego wzorca w postaci nick!ident@host. Nicki z
- w³±czon± opcj± PRIVATE zostan± pominiête.
-
- Przyk³ady:
-
- LIST *!adirm@mafia.ru
- Lista wszystkich nicków pasuj±cych do
- *!adirm@mafia.ru.
-
- LIST *Bot*!*@*
- Lista wszystkich nicków z Bot w nazwie
- (wielko¶æ liter nie ma znaczenia).
-
- LIST *!*@*.ircnet.pl
- Lista wszystkich nicków z mask± domeny
- ircnet.pl
-
-NICK_HELP_ALIST
- Sk³adnia: ALIST [poziom]
-
- Listuje wszystkie kana³y, gdzie masz wpis na li¶cie
- dostêpu. Aby ograniczyæ listê pokazywanych kana³ów
- mo¿esz podaæ poziom XOP lub numer
-
- Przyk³ady:
- ALIST Founder
- Listuje kana³y, których jeste¶ w³a¶cicielem
-
- ALIST AOP
- Listuje kana³y, na których masz poziom
- AOP lub wy¿szy.
-
- ALIST 10
- Listuje kana³y, na których masz poziom
- 10. lub wy¿szy.
-
- Kana³y z opcj± NOEXPIRE bêd± oznaczone wykrzyknikiem.
-NICK_HELP_GLIST
- Sk³adnia: GLIST
-
- Listuje wszystkie nicki z Twojej grupy.
-
-NICK_HELP_STATUS
- Sk³adnia: STATUS nick...
-
- Zwraca status wskazanych u¿ytkowników (czy s±
- rozpoznawani jako w³a¶ciciele nicka).
- Odpowied¼ ma nastêpuj±cy format:
-
- nick kod account
-
- where nick is the nickname sent with the command,
- kod is one of the following, and account
- is the account they are logged in as.
-
- 0 - u¿ytkownik jest offline lub nick niezarejestrowany
- 1 - u¿ytkownik nie zidentyfikowa³ siê jako w³a¶ciciel nicka
- 2 - u¿ytkownik rozpoznany na podstawie listy dostêpu
- 3 - u¿ytkownik rozpoznany na podstawie has³a
-
- Maksymalnie mo¿na podaæ 16 nicków w jednym poleceniu.
- Reszta bêdzie ignorowana. Je¶li nie zostanie podany
- ¿aden nick zostanie zwrócony twój status.
-
-NICK_HELP_SENDPASS
- Sk³adnia: SENDPASS nick
-
- Wysy³a has³o do podanego nicka na adres e-mail
- przypisany do niego. Ta komenda pomaga odzyskaæ
- zapomniane has³o.
-
- Ta komenda w niektórych sieciach mo¿e byæ dostêpna
- jedynie dla osób z uprawnieniami IRC operatora.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with the instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Sk³adnia: CONFIRM kod
-
- To polecenie umo¿liwia zakoñczenie procesu rejestracji.
- Aby nick zosta³ zarejestrowany w serwisie %S nale¿y
- wywo³aæ to polecenie z kodem, który zosta³ wys³any na
- adres e-mail podany podczas pierwszego kroku rejestracji.
- Aby siê dowiedzieæ wiêcej wpisz %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Sk³adnia: RESEND
-
- To polecenie powoduje ponowne wys³anie kodu autoryzuj±cego
- na adres e-mail u¿ytkownika, który wydaje polecenie.
-
-NICK_SERVADMIN_HELP
-
- Administratorzy serwisów mog± usun±æ ka¿dy nick
- bez potrzeby identyfikacji jako jego w³a¶ciciele
- oraz przegl±daæ listê dostêpu do ka¿dego nicka
- (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Sk³adnia: LOGOUT [nick [REVALIDATE]]
-
- Polecenie wydane bez parametrów odwraca dzia³anie
- komendy IDENTIFY - nie bêdziesz rozpoznawany jako
- w³a¶ciciel nicka.
-
- Administrator serwisów mo¿e podaæ jako parametr nick
- u¿ytkownika, który ma zostaæ wylogowany. Parametr
- REVALIDATE powoduje informowanie przez serwisy
- u¿ytkownika o potrzebie ponownej identyfikacji.
-
-NICK_SERVADMIN_HELP_DROP
- Sk³adnia: DROP [nick]
-
- Komenda wywo³ana bez parametru spowoduje usuniêcie
- Twojego nicka z bazy serwisu %S.
-
- Komenda u¿yta z parametrem usuwa wskazany nick.
- Ka¿dy u¿ytkownik mo¿e usuwaæ nicki znajduj±ce siê
- w jego grupie bez specjalnych uprawnieñ. Usuwanie
- dowolnego nicka jest ograniczone do administratorów.
-
-NICK_SERVADMIN_HELP_LIST
- Sk³adnia: LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Listuje wszystkie zarejestrowane nicki pasuj±ce
- do podanego wzorca w postaci nick!ident@host.
- Administratorzy serwisów mog± zobaczyæ nicki z
- ustawion± opcj± PRIVATE, a przy nickach z opcj±
- NOEXPIRE zobacz± dodany do nich wykrzyknik.
-
- Administratorzy serwisów mog± tak¿e podaæ parametry:
- FORBIDDEN, SUSPENDED, NOEXPIRE i UNCONFIRMED, które
- ogranicz± listê wy¶wietlanych nicków do tych, które
- spe³niaj± podane warunki. Je¶li zostanie podanych
- wiêcej warunków, wszystkie nicki spe³niaj±ce choæ
- jeden z nich zostan± pokazane.
-
- Przyk³ady:
-
- LIST *!adirm@mafia.ru
- Lista wszystkich nicków pasuj±cych do
- *!adirm@mafia.ru.
-
- LIST *Bot*!*@*
- Lista wszystkich nicków z Bot w nazwie
- (wielko¶æ liter nie ma znaczenia).
-
- LIST *!*@*.ircnet.pl
- Lista wszystkich nicków z mask± domeny
- ircnet.pl
-
-NICK_SERVADMIN_HELP_ALIST
- Sk³adnia: ALIST [nick] [poziom]
-
- Listuje wszystkie kana³y na których jeste¶ na li¶cie
- dostêpu. Opcjonalnie mo¿esz podaæ nick wraz z poziomem,
- co ograniczy ilo¶æ pokazywanych wpisów.
-
- Parametr nick jest przeznaczony tylko dla
- administratorów serwisów.
-
-NICK_SERVADMIN_HELP_GLIST
- Sk³adnia: GLIST [nick]
-
- Polecenie wywo³ane bez parametrów listuje wszystkie
- nicki nale¿±ce do grupy wydaj±cego polecenie.
-
- Administratorzy serwisów mog± jako parametr podaæ
- nick osoby, której nicki chc± sprawdziæ.
-
-NICK_SERVADMIN_HELP_GETPASS
- Sk³adnia: GETPASS nick
-
- Zwraca has³o w³a¶ciciela dla wskazanego nicka.
- UWAGA: u¿ycie tej komendy powoduje wys³anie
- informacji o jej u¿yciu przy pomocy WALLOP/GLOBOP.
-
- Ta komenda jest niedostêpna kiedy has³a s± szyfrowane.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Sk³adnia: GETEMAIL uzytkownik@serwer.com
-
- Listuje nicki, które maj± ustawiony podany adres e-mail.
- Uwaga: nie mo¿na u¿ywaæ symboli wieloznacznych (* lub ?).
- Ka¿dy przypadek u¿ycia tej komendy jest logowany.
-
-NICK_SERVADMIN_HELP_FORBID
- Sk³adnia: FORBID nick [powód]
-
- Uniemo¿liwia rejestracjê i korzystanie ze wskazanego
- nicka. Blokadê mo¿na zdj±æ u¿ywaj±c komendy DROP.
-
- W niektórych sieciach wymagane jest podanie powodu.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Sk³adnia: SUSPEND nick powód
-
- Zawiesza nick uniemo¿liwiaj±c identyfikacjê.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Sk³adnia: UNSUSPEND nick
-
- Uwalnia zawieszony nick.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Podaje has³o w³a¶ciciela wskazanego kana³u
-
-CHAN_HELP_CMD_FORBID
- FORBID Blokuje podany kana³
-
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Blokuje podany kana³ z zachowaniem
- wszelkich jego danych i ustawieñ
-
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Uwalnia zawieszony kana³
-
-CHAN_HELP_CMD_STATUS
- STATUS Zwraca aktualny poziom dostêpu do
- kana³u wskazanego u¿ytkownika
-
-CHAN_HELP_CMD_REGISTER
- REGISTER Rejestruje kana³
-
-CHAN_HELP_CMD_SET
- SET Modyfikuje ustawienia kana³u
-
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-
-CHAN_HELP_CMD_AOP
- AOP Zarz±dza list± AOP (operatorów)
-
-CHAN_HELP_CMD_SOP
- SOP Zarz±dza list± SOP (super-operatorów)
-
-CHAN_HELP_CMD_ACCESS
- ACCESS Zarz±dza list± dostêpu
-
-CHAN_HELP_CMD_LEVELS
- LEVELS Zarz±dza poziomami dostêpu
-
-CHAN_HELP_CMD_AKICK
- AKICK Zarz±dza list± AKICK
-
-CHAN_HELP_CMD_DROP
- DROP Usuwa kana³
-
-CHAN_HELP_CMD_BAN
- BAN Banuje wskazan± osobê na kanale
-
-CHAN_HELP_CMD_CLEAR
- CLEAR Usuwa wskazane obiekty z kana³u
-
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Odbiera wskazanej osobie prawo g³osu
-
-CHAN_HELP_CMD_GETKEY
- GETKEY Podaje klucz do wskazanego kana³u
-
-CHAN_HELP_CMD_INFO
- INFO Pokazuje informacje o zarejestrowanym kanale
-
-CHAN_HELP_CMD_INVITE
- INVITE Zaprasza osobê wydaj±c± polecenie na kana³
-
-CHAN_HELP_CMD_KICK
- KICK Wyrzuca wskazany nick z kana³u
-
-CHAN_HELP_CMD_LIST
- LIST Listuje zarejestrowane kana³y pasuj±ce do wzorca
-
-CHAN_HELP_CMD_OP
- OP Nadaje wskazanej osobie uprawnienia operatora
-
-CHAN_HELP_CMD_TOPIC
- TOPIC Zmienia temat podanego kana³u
-
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-
-CHAN_HELP_CMD_VOICE
- VOICE Nadaje wskazanej osobie prawo g³osu
-
-CHAN_HELP_CMD_VOP
- VOP Zarz±dza list± VOP (osób z prawem g³osu)
-
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Odbiera wskazanej osobie uprawnienia pó³-operatora
-
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Usuwa twój status w³a¶ciciela kana³u
-
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Wy³±cza ochronê wskazanej osoby
-
-CHAN_HELP_CMD_HALFOP
- HALFOP Nadaje wskazanej osobie uprawnienia pó³-operatora
-
-CHAN_HELP_CMD_HOP
- HOP Zarz±dza list± HOP (pó³-operatorów)
-
-CHAN_HELP_CMD_OWNER
- OWNER Nadaje Tobie status w³a¶ciciela kana³u
-
-CHAN_HELP_CMD_PROTECT
- PROTECT Chroni wskazan± osobê
-
-CHAN_HELP_CMD_DEOP
- DEOP Odbiera wskazanej osobie uprawnienia operatora
-
-CHAN_HELP
- %S umo¿liwia rejestracjê kana³u, zmianê
- jego ustawieñ oraz zapobiega przed odebraniem
- kontroli nad kana³em. Poni¿sze komendy pozwalaj±
- na zarz±dzanie kana³em, aby ich u¿yæ wpisz:
- %R%S komenda
- Aby uzyskaæ szczegó³owy opis polecenia wpisz:
- %R%S HELP komenda
-
-
-CHAN_HELP_EXPIRES
-
- Uwaga! Kana³ który nie by³ u¿ywany przez %d dni
- (np. nie odwiedzi³ go ¿aden u¿ytkownik umieszczony
- na li¶cie dostêpu kana³u w tym czasie) zostanie
- automatycznie odrejestrowany.
-
-CHAN_HELP_REGISTER
- Sk³adnia: REGISTER kana³ has³o opis
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Sk³adnia: DROP kana³
-
- Usuwa podany kana³. Komenda mo¿e zostaæ u¿yta
- jedynie przez w³a¶ciciela kana³u.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Sk³adnia: SET kana³ opcja parametry
-
- Pozwala w³a¶cicielowi kana³u na zmianê ro¿nych
- opcji oraz informacji dotycz±cych kana³u.
-
- Dostêpne opcje:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Ustawia nick w³a¶ciciela kana³u
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Ustawia nick spadkobiercy kana³u
-CHAN_HELP_CMD_SET_DESC
- DESC Ustawia opis kana³u
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Ustawia wiadomo¶æ, która bêdzie wysy³ana
- do u¿ytkowników wchodz±cych na kana³
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Ustawia sposób banowania przez serwisy
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Blokuje zdejmowanie lub zak³adanie flag
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Zapamiêtuje temat kiedy kana³ jest pusty
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Wysy³a powiadomienie kiedy zostaj± u¿yte
- komendy OP/DEOP
-CHAN_HELP_CMD_SET_PEACE
- PEACE Reguluje u¿ycie krytycznych komend
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Zapobiega wy¶wietlaniu kana³u po wydaniu
- polecenia LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Ogranicza dostêp do kana³u
-CHAN_HELP_CMD_SET_SECURE
- SECURE W³±cza lub wy³±cza bezpieczeñstwo kana³u
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS ¦ci¶le kontroluje status operatorów
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER ¦ci¶le kontroluje status w³a¶ciciela
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Podpisuje kicki kiedy u¿yto komendy KICK
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Ogranicza mo¿liwo¶æ zmiany tematu
-CHAN_HELP_CMD_SET_XOP
- XOP W³±cza system uprawnieñ xOP
- (u¿ycie komend SOP, AOP, HOP, VOP)
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Aby uzyskaæ wiêcej informacji o danej opcji wpisz:
- %R%S HELP SET opcja
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Sk³adnia: %s kana³ FOUNDER nick
-
- Zmienia w³a¶ciciela kana³u.
- Nowy nick musi byæ zarejestrowany.
-
-CHAN_HELP_SET_SUCCESSOR
- Sk³adnia: %s kana³ SUCCESSOR nick
-
- Ustawia spadkobiercê kana³u. Je¶li nick w³a¶ciciela
- wyga¶nie lub zostanie usuniêty kana³ zostaje przekazany
- spadkobiercy, który staje siê nowym w³a¶cicielem.
- Je¿eli spadkobierca jest w³a¶cicielem zbyt du¿ej
- liczby kana³ów (%d) to kana³ zostanie odrejestrowany.
-
-CHAN_HELP_SET_DESC
- Sk³adnia: %s kana³ DESC opis
-
- Ustawia opis kana³u widoczny po wydaniu polecenia LIST oraz INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Sk³adnia: %s kana³ ENTRYMSG [tre¶æ]
-
- Ustawia tekst powiadomienia wysy³anego poprzez /notice
- do u¿ytkowników wchodz±cych na kana³. Komenda wywo³ana
- bez parametru usuwa wcze¶niej ustawion± wiadomo¶æ.
-
-CHAN_HELP_SET_BANTYPE
- Sk³adnia: %s kana³ BANTYPE typ
-
- Ustala typ banów zak³adanych przez serwisy.
-
- Typ banów oznaczany jest numerami od 0 do 3,
- poszczególne numery oznaczaj±:
-
- 0: ban w postaci *!ident@host
- 1: ban w postaci *!*ident@host
- 2: ban w postaci *!*@host
- 3: ban w postaci *!*ident@*.domena
-
-CHAN_HELP_SET_KEEPTOPIC
- Sk³adnia: %s kana³ KEEPTOPIC {ON | OFF}
-
- W³±cza lub wy³±cza opcjê zapamiêtywania tematu.
- Kiedy ta opcja jest w³±czona %S ustawi ostatni
- temat za ka¿dym razem, gdy na kana³ bêdzie wchodziæ
- pierwsza osoba.
-
-CHAN_HELP_SET_TOPICLOCK
- Sk³adnia: %s kana³ TOPICLOCK {ON | OFF}
-
- W³±cza lub wy³±cza opcjê blokowania tematu kana³u.
-
- Je¶li ta opcja jest w³±czona, %S pozwoli na
- zmianê tematu tylko poprzez wydanie komendy TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Sk³adnia: %s kana³ MLOCK flagi
-
- Ustawia blokadê flag kana³owych. %S pozwala na
- definiowanie, które flag kana³owe maj± byæ zawsze
- w³±czone, wy³±czone lub ustawiane dowolnie przez
- operatorów kana³u.
-
- Sk³adnia polecenia jest identyczna jak w komendzie
- /MODE, tzn. flagi poprzedzone znakiem+
- zostan± za³o¿one na kana³, natomiast poprzedzone
- znakiem - bêd± zdejmowane z kana³u. W odró¿nieniu
- od komendy /MODE, ka¿de u¿ycie SET MLOCK,
- usunie wszystkie wcze¶niej zdefiniowane mody!
-
- UWAGA: W przypadku ustawiania klucza dostêpu do
- kana³u (drugi przyk³ad poni¿ej), powinna równie¿
- zostaæ aktywowana opcja RESTRICTED (zobacz
- HELP SET RESTRICTED), w przeciwnym wypadku,
- u¿ytkownik wchodz±cy na pusty kana³, bêdzie móg³
- odczytaæ za³o¿ony klucz!
-
- Przyk³ady:
-
- SET #kana³ MLOCK +nt-iklps
- Wymusza w³±czenie flag n oraz t, wy³±czenie flag
- i, k, l, p, s; flaga m nie jest zmieniana.
-
- SET #kana³ MLOCK +knst-ilmp my-key
- Wymusza w³±czenie flag k, n, s, oraz t, wy³±czenie
- i, l, m, oraz p. Wymusza tak¿e ustawienie klucza
- na warto¶æ "my-key".
-
- SET #kana³ MLOCK +
- Wy³±cza blokowanie flag - mog± byæ zmieniane dowolnie.
-
-CHAN_HELP_SET_PEACE
- Sk³adnia: %s kana³ PEACE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê PEACE dla kana³u.
- W³±czenie tej opcji uniemo¿liwia wykopanie,
- banowanie lub odebranie uprawnieñ u¿ytkownikowi,
- który ma poziom uprawnieñ wy¿szy lub równy
- korzystaj±c z poleceñ serwisu %S.
-
-CHAN_HELP_SET_PRIVATE
- Sk³adnia: %s kana³ PRIVATE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê PRIVATE dla kana³u.
- Kiedy ta opcja jest w³±czona kana³ nie bêdzie
- umieszczany na listach wy¶wietlanych komend±:
- %R%S LIST
-
-CHAN_HELP_SET_RESTRICTED
- Sk³adnia: %s kana³ RESTRICTED {ON | OFF}
-
- W³±cza lub wy³±cza opcjê ograniczonego dostêpu do kana³u.
- Po w³±czeniu tej opcji tylko osoby znajduj±ce siê na
- li¶cie dostêpu bêd± mog³y przebywaæ na kanale. Pozostali
- u¿ytkownicy bêd± banowani, a nastêpnie usuwani z kana³u.
-
-CHAN_HELP_SET_SECURE
- Sk³adnia: %s kana³ SECURE {ON | OFF}
-
- W³±cza lub wy³±cza opcje bezpieczeñstwa kana³u.
- Po w³±czeniu tej opcji tylko zarejestrowani
- u¿ytkownicy, którzy siê zidentyfikowali bêd±
- otrzymywaæ od serwisu %S uprawnienia
- wynikaj±ce z wpisów na li¶cie dostêpu.
-
-CHAN_HELP_SET_SECUREOPS
- Sk³adnia: %s kana³ SECUREOPS {ON | OFF}
-
- W³±cza lub wy³±cza opcjê SECUREOPS dla kana³u.
- Kiedy ta opcja jest w³±czona u¿ytkownicy bez wpisu
- na li¶cie dostêpu kana³u (ACCESS LIST) nie bêd±
- mogli posiadaæ statusu operatora.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Sk³adnia: %s kana³ SECUREFOUNDER {ON | OFF}
-
- W³±cza lub wy³±cza opcjê bezpiecznego w³a¶ciciela.
- Ustawienie tej opcji powoduje ograniczenie uprawnieñ
- w³a¶ciciela do osoby, która jest wpisana jako w³a¶ciciel
- (a nie osób znaj±cych has³o w³a¶ciciela kana³u).
- Operacje takie jak usuniêcie kana³u, zmiana has³a,
- w³a¶ciciela oraz zastêpcy bêd± dostêpne tylko
- dla jednego u¿ytkownika.
-
-CHAN_HELP_SET_SIGNKICK
- Sk³adnia: %s kana³ SIGNKICK {ON | LEVEL | OFF}
-
- W³±cza lub wy³±cza podpisywanie komend kick.
- W³±czenie tej opcji powoduje dodawanie nicka osoby
- wydaj±cej polecenie do uzasadnienia kicka.
-
- Je¶li poziomy dostêpu by³y konfigurowane z u¿yciem LEVEL
- osoby maj±ce poziom wiêkszy lub równy SIGNKICK nie bêd±
- podpisywane. Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP LEVELS
-
-CHAN_HELP_SET_XOP
- Sk³adnia: %s kana³ XOP {ON | OFF}
-
- W³±cza lub wy³±cza system list xOP dla kana³u.
- Kiedy XOP zostanie w³±czony przyznawanie uprawnieñ
- odbywa siê przy pomocy poleceñ AOP/ SOP/ VOP.
- Wy³±czenie funkcji xOP wymusza korzystanie z
- polecenia ACCESS.
-
- Uwaga: w momencie w³±czania systemu list XOP
- wszelkie definicje poziomów dostêpu zostan±
- trwale zresetowane. Ponowne przej¶cie z XOP na
- system listy dostêpu nie spowoduje odzyskania
- poprzedniej konfiguracji!
-
- Kiedy XOP zostanie w³±czony u¿ytkownikom
- automatycznie zostaje przypisany odpowiedni poziom
- dostêpu. Automatyczne przyporz±dkowanie nie zawsze
- musi byæ poprawne. Nie zaleca siê przej¶cia na
- system XOP, je¶li definicje poziomów dostêpu dla
- kana³u zosta³y wcze¶niej zmodyfikowane przy pomocy
- polecenia LEVELS.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Sk³adnia: %s kana³ OPNOTICE {ON | OFF}
-
- W³±cza lub wy³±cza opcjê OPNOTICE dla kana³u.
- Kiedy ta opcja jest w³±czona, %S bêdzie
- informowa³ u¿ytkowników przebywaj±cych na kanale,
- kiedy zostanie u¿yta komenda OP lub DEOP.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Sk³adnia: AOP kana³ ADD nick
- AOP kana³ DEL {nick | numer | lista}
- AOP kana³ LIST [maska | lista]
- AOP kana³ CLEAR
-
- Zarz±dza list± AOP (AutoOP) dla kana³u.
- U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ
- automatycznie status operatora, maj± prawo siê
- odbanowaæ i zaprosiæ je¶li jest taka potrzeba itd.
-
- Komenda AOP ADD dodaje podany nick do listy AOP.
-
- Komenda AOP DEL usuwa wskazane wpisy z listy.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- Komenda AOP LIST wy¶wietla zawarto¶æ listy AOP.
- Parametr maska pozwala filtrowaæ wy¶wietlane wpisy
- (symbol * zastêpuje dowolny ci±g znaków w nicku).
- Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:
-
- AOP kana³ LIST 2-5,7-9
- Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz
- od 7 do 9.
-
- Komenda AOP CLEAR usuwa wszystkie wpisy z listy.
-
- Komendy AOP ADD oraz AOP DEL s± dostêpne dla
- u¿ytkowników z uprawnieniami SOP lub wy¿szymi.
- Komenda AOP CLEAR jest dostêpna dla w³a¶ciciela
- kana³u. Wszyscy u¿ytkownicy wpisani na listê AOP
- mog± u¿ywaæ komendy AOP LIST.
-
- Komenda AOP mo¿e byæ wy³±czona dla Twojego kana³u,
- w takim przypadku nale¿y u¿ywaæ komendy ACCESS.
- Aby uzyskaæ informacje o komendzie ACCESS wpisz:
- %R%S HELP ACCESS
- Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:
- %R%S HELP SET XOP
-
-CHAN_HELP_HOP
- Sk³adnia: HOP kana³ ADD nick
- HOP kana³ DEL {nick | numer | lista}
- HOP kana³ LIST [maska | lista]
- HOP kana³ CLEAR
-
- Zarz±dza list± HOP (HalfOP) dla kana³u.
- U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ
- automatycznie status pó³-operatora.
-
- Komenda HOP ADD dodaje podany nick do listy HOP.
-
- Komenda HOP DEL usuwa wskazane wpisy z listy.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- Komenda HOP LIST wy¶wietla zawarto¶æ listy HOP.
- Parametr maska pozwala filtrowaæ wy¶wietlane wpisy
- (symbol * zastêpuje dowolny ci±g znaków w nicku).
- Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:
-
- HOP kana³ LIST 2-5,7-9
- Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz
- od 7 do 9.
-
- Komenda HOP CLEAR usuwa wszystkie wpisy z listy.
-
- Komendy HOP ADD, HOP DEL oraz HOP LIST s± dostêpne
- dla u¿ytkowników z uprawnieniami AOP lub wy¿szymi.
- Komenda HOP CLEAR jest dostêpna tylko dla
- w³a¶ciciela kana³u.
-
- Komenda HOP mo¿e byæ wy³±czona dla Twojego kana³u,
- w takim przypadku nale¿y u¿ywaæ komendy ACCESS.
- Aby uzyskaæ informacje o komendzie ACCESS wpisz:
- %R%S HELP ACCESS
- Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:
- %R%S HELP SET XOP
-
-CHAN_HELP_SOP
- Sk³adnia: SOP kana³ ADD nick
- SOP kana³ DEL {nick | numer | lista}
- SOP kana³ LIST [maska | lista]
- SOP kana³ CLEAR
-
- Zarz±dza list± SOP (SuperOP) dla kana³u.
- U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ
- automatycznie status operatora.
-
- Komenda SOP ADD dodaje podany nick do listy SOP.
-
- Komenda SOP DEL usuwa wskazane wpisy z listy.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- Komenda SOP LIST wy¶wietla zawarto¶æ listy SOP.
- Parametr maska pozwala filtrowaæ wy¶wietlane wpisy
- (symbol * zastêpuje dowolny ci±g znaków w nicku).
- Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:
-
- SOP kana³ LIST 2-5,7-9
- Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz
- od 7 do 9.
-
- Komenda SOP CLEAR usuwa wszystkie wpisy z listy.
-
- Komendy SOP ADD, SOP DEL oraz SOP CLEAR s±
- dostêpne tylko dla w³a¶ciciela kana³u.
- Komenda SOP LIST jest dostêpna dla
- u¿ytkowników wpisanych na listê AOP.
-
- Komenda SOP mo¿e byæ wy³±czona dla Twojego kana³u,
- w takim przypadku nale¿y u¿ywaæ komendy ACCESS.
- Aby uzyskaæ informacje o komendzie ACCESS wpisz:
- %R%S HELP ACCESS
- Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:
- %R%S HELP SET XOP
-
-CHAN_HELP_VOP
- Sk³adnia: VOP kana³ ADD nick
- VOP kana³ DEL {nick | numer | lista}
- VOP kana³ LIST [maska | lista]
- VOP kana³ CLEAR
-
- Zarz±dza list± VOP (VOicePeople) dla kana³u.
- U¿ytkownicy wpisani na t± listê bêd± otrzymywaæ
- automatycznie prawo g³osu i bêd± mogli je sobie
- nadaæ je¶li bêdzie taka potrzeba.
-
- Komenda VOP ADD dodaje podany nick do listy VOP.
-
- Komenda VOP DEL usuwa wskazane wpisy z listy.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- Komenda VOP LIST wy¶wietla zawarto¶æ listy VOP.
- Parametr maska pozwala filtrowaæ wy¶wietlane wpisy
- (symbol * zastêpuje dowolny ci±g znaków w nicku).
- Jako parametr mo¿na te¿ podaæ numery wpisów na li¶cie:
-
- VOP kana³ LIST 2-5,7-9
- Wy¶wietli wpisy na li¶cie od numeru 2 do 5 oraz
- od 7 do 9.
-
- Komenda VOP CLEAR usuwa wszystkie wpisy z listy.
-
- Komendy VOP ADD, VOP DEL oraz VOP LIST s± dostêpne
- dla u¿ytkowników z uprawnieniami AOP lub wy¿szymi.
- Komenda VOP CLEAR jest dostêpna tylko dla
- w³a¶ciciela kana³u.
-
- Komenda VOP mo¿e byæ wy³±czona dla Twojego kana³u,
- w takim przypadku nale¿y u¿ywaæ komendy ACCESS.
- Aby uzyskaæ informacje o komendzie ACCESS wpisz:
- %R%S HELP ACCESS
- Aby dowiedzieæ siê jak w³±czyæ tryb xOP wpisz:
- %R%S HELP SET XOP
-
-CHAN_HELP_ACCESS
- Sk³adnia: ACCESS kana³ ADD nick level
- ACCESS kana³ DEL {nick | numer | list}
- ACCESS kana³ LIST [maska | list]
- ACCESS kana³ VIEW [maska | list]
- ACCESS kana³ CLEAR
-
- Polecenie pozwala na zarz±dzanie wpisami w kana³owej
- li¶cie dostêpu (access list). Ustalony poziom
- dostêpu okre¶la, którzy u¿ytkownicy mog± pe³niæ
- funkcje operatorów kana³u, oraz posiadaæ dostêp do
- komend %S. Ró¿ne poziomy okre¶laj± inne
- przywileje.
- Napisz msg %R%S HELP ACCESS LEVELS,
- aby uzyskaæ wiêcej informacji. Ka¿dy u¿ytkownik,
- który nie zosta³ wpisany na listê dostêpu, posiada
- poziom uprawnieñ równy 0.
-
- Polecenie ACCESS ADD dodaje podany nick do listy z
- okre¶lonym poziomem dostêpu. Je¶li nick jest ju¿
- wpisany na li¶cie, jego poziom dostêpu zostanie
- zmieniony zgodnie z podanym parametrem. Przyznawany
- poziom dostêpu nie mo¿e byæ wy¿szy ni¿ poziom osoby
- wydaj±cej komendê ADD.
-
- Polecenie ACCESS DEL usuwa wskazane wpisy z listy.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- Polecenie ACCESS LIST wy¶wietla zawarto¶æ listy.
- Parametr maska pozwala zawêziæ wynik polecenia
- do jedynie tych wpisów, których host pasuje do
- wskazanej w komendzie maski (dozwolone jest u¿ywanie
- znaku * - zastêpuje on dowolny ci±g znaków).
- Jako parametr mo¿na podaæ tak¿e numery wpisów na
- li¶cie, na przyk³ad:
-
- ACCESS kana³ LIST 2-5,7-9
- Wy¶wietli wpisy na li¶cie od numeru 2 do 5, oraz
- od 7 do 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Polecenie ACCESS CLEAR usuwa wszystkie wpisy z listy.
-
-CHAN_HELP_ACCESS_LEVELS
- Poziomy dostêpu u¿ytkowników:
-
- Standardowe poziomy dostêpu zosta³y podane poni¿ej:
- Founder Pe³ny dostêp do poleceñ %S.
- Automatyczne nadawanie statusu operatora.
- UWAGA: tylko jedna osoba mo¿e byæ
- w³a¶cicielem (Founder) kana³u.
- Nie mo¿na nadaæ tego uprawnienia
- za pomoc± polecenia ACCESS.
-  10 Dostêp do polecenia AKICK,
- Automatyczne nadawanie statusu operatora.
-  5 Automatyczne nadawanie statusu operatora.
-  3 Automatyczne nadawanie prawa g³osu.
-  0 Brak specjalnych przywilejów.
- Inne osoby mog± nadaæ status
- operatora temu u¿ytkownikowi
- (je¶li wy³±czono opcjê secure-ops).
-  <0 Brak mo¿liwo¶ci pe³nienia funkcji
- operatora.
-
- Standardowe poziomy mog± zostaæ zmienione, mo¿liwe
- jest tak¿e definiowanie w³asnych poziomów dostêpu.
- Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP LEVELS
-
-CHAN_HELP_AKICK
- Sk³adnia: AKICK kana³ ADD {nick | maska} [powód]
- AKICK kana³ STICK maska
- AKICK kana³ UNSTICK maska
- AKICK kana³ DEL {nick | maska | numer-wpisu | lista}
- AKICK kana³ LIST [maska | numer-wpisu | lista]
- AKICK kana³ VIEW [maska | numer-wpisu | lista]
- AKICK kana³ ENFORCE
- AKICK kana³ CLEAR
-
- Polecenie zarz±dza list± AutoKick dla kana³u. Je¶li
- u¿ytkownik znajduj±cy siê na li¶cie AKICK, wejdzie
- na kana³, %S za³o¿y bana, a nastêpnie wykopie
- u¿ytkownika z kana³u.
-
- Polecenie AKICK ADD dodaje podany nick lub maskê
- hosta do listy AutoKick. Je¶li zostanie podany
- powód, bêdzie on u¿ywany przy wykopywaniu
- u¿ytkownika dodanego do listy z kana³u, je¶li nie
- zostanie podany, u¿ywany bêdzie domy¶lny:
- You have been banned from channel.
- Dodawanie zarejestrowanego nicka na listê powoduje
- wykopywanie wszystkich nicków nale¿±cych do grupy.
-
- Polecenie AKICK STICK umo¿liwia permanentne
- dodanie podanej maski do banów na kanale. Za ka¿dym
- razem gdy kto¶ zdejmie wskazanego bana z kana³u,
- %S automatycznie za³o¿y go ponownie.
- Parametrem polecenia nie mo¿e byæ nick a jedynie
- host.
-
- Polecenie AKICK UNSTICK niweluje dzia³anie
- polecenia AKICK STICK - umo¿liwia zdjêcie bana z
- kana³u.
-
- AKICK DEL usuwa wskazany nick lub maskê z listy AKICK.
- Jako argument przyjmuje nick, maskê, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- AKICK LIST wy¶wietla zawarto¶æ listy AKICK. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane.
-
- AKICK VIEW zwraca wiêcej szczegó³ów ni¿ AKICK LIST.
-
- Polecenie AKICK ENFORCE powoduje ¿e %S
- usunie z kana³u wszystkich u¿ytkowników, których
- hosty pasuj± do wskazanych masek w li¶cie AKICK.
-
- Polecenie AKICK CLEAR usuwa wszystkie wpisy z listy.
-
-CHAN_HELP_LEVELS
- Sk³adnia: LEVELS kana³ SET typ [poziom|FOUNDER]
- LEVELS kana³ {DIS | DISABLE} typ
- LEVELS kana³ LIST
- LEVELS kana³ RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Poni¿ej znajduje siê lista wszystkich dostêpnych uprawnieñ.
- Poziomy dla AUTODEOP oraz NOJOIN to poziomy maksymalne,
- reszta uprawnieñ ma poziomy minimalne.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Sk³adnia: INFO kana³
-
- Wy¶wietla informacje o zarejestrowanym kanale:
- w³a¶ciciel, data za³o¿enia, opis, blokada flag,
- czas ostatniego u¿ycia. Kiedy zostanie podany parametr
- ALL zostan± wy¶wietlone tak¿e informacje o spadkobiercy
- kana³u i wiadomo¶ci powitalnej.
-
- Domy¶lnie parametr ALL jest dostêpny dla osób z
- uprawnieniami w³a¶ciciela kana³u.
-
-CHAN_HELP_LIST
- Sk³adnia: LIST wzorzec
-
- Listuje kana³y o nazwie pasuj±cej do podanego wzorca
- (kana³y z opcj± PRIVATE nie bêd± pokazywane).
- Poprzedzenie znakiem '#' powoduje podawanie zakresu,
- nazwy kana³ów powinny byæ pisane bez znaku '#'.
-
-CHAN_HELP_OP
- Sk³adnia: OP kana³ [nick]
-
- Nadaje status operatora wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_DEOP
- Sk³adnia: DEOP kana³ [nick]
-
- Odbiera status operatora wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_VOICE
- Sk³adnia: VOICE kana³ [nick]
-
- Nadaje prawo g³osu wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych przynajmniej
- 5. poziom dostêpu. Osoby wpisane na listê VOP lub
- posiadaj±ce 3. poziom dostêpu mog± j± wykonywaæ
- jedynie na sobie.
-
-CHAN_HELP_DEVOICE
- Sk³adnia: DEVOICE kana³ [nick]
-
- Odbiera prawo g³osu wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych przynajmniej
- 5. poziom dostêpu. Osoby wpisane na listê VOP lub
- posiadaj±ce 3. poziom dostêpu mog± j± wykonywaæ
- jedynie na sobie.
-
-CHAN_HELP_HALFOP
- Sk³adnia: HALFOP kana³ [nick]
-
- Nadaje status pó³-operatora wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych przynajmniej
- 5. poziom dostêpu. Osoby wpisane na listê HOP lub
- posiadaj±ce 4. poziom dostêpu mog± j± wykonywaæ
- jedynie na sobie.
-
-CHAN_HELP_DEHALFOP
- Sk³adnia: DEHALFOP kana³ [nick]
-
- Odbiera status pó³-operatora wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych przynajmniej
- 5. poziom dostêpu. Osoby wpisane na listê HOP lub
- posiadaj±ce 4. poziom dostêpu mog± j± wykonywaæ
- jedynie na sobie.
-
-CHAN_HELP_PROTECT
- Sk³adnia: PROTECT kana³ [nick]
-
- Nadaje ochronê wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê SOP lub posiadaj±cych przynajmniej
- 10. poziom dostêpu.
-
-CHAN_HELP_DEPROTECT
- Sk³adnia: DEPROTECT kana³ [nick]
-
- Usuwa ochronê wskazanemu u¿ytkownikowi.
- Je¶li nie zostanie podany nick operacja bêdzie
- przeprowadzona na osobie wydaj±cej t± komendê.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê SOP lub posiadaj±cych przynajmniej
- 10. poziom dostêpu.
-
-CHAN_HELP_OWNER
- Sk³adnia: OWNER kana³
-
- Nadaje uprawnienia w³a¶ciciela kana³u.
-
- Standardowo ta komenda jest dostêpna tylko dla w³a¶ciciela kana³u.
-
-CHAN_HELP_DEOWNER
- Sk³adnia: DEOWNER kana³
-
- Odbiera uprawnienia w³a¶ciciela kana³u.
-
- Standardowo ta komenda jest dostêpna tylko dla w³a¶ciciela kana³u.
-
-CHAN_HELP_INVITE
- Sk³adnia: INVITE kana³
-
- %S wysy³a u¿ytkownikowi zaproszenie do kana³u.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_UNBAN
- Sk³adnia: UNBAN kana³ [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_KICK
- Sk³adnia: KICK kana³ nick [powód]
-
- Wykopuje wskazanego u¿ytkownika z kana³u.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_BAN
- Sk³adnia: BAN kana³ nick [powód]
-
- Banuje wskazanego u¿ytkownika na kanale.
-
- Standardowo ta komenda jest dostêpna dla u¿ytkowników
- wpisanych na listê AOP lub posiadaj±cych poziom
- dostêpu 5 lub wy¿szy.
-
-CHAN_HELP_TOPIC
- Sk³adnia: TOPIC kana³ [temat]
-
- Wymusza na serwisie %S zmianê tematu na kanale.
- Pominiêcie tematu powoduje usuniêcie istniej±cego.
- Ta komenda jest u¿yteczna w po³±czeniu z ustawieniem
- TOPICLOCK. Aby uzyskaæ wiêcej informacji wpisz
- %R%S HELP SET TOPICLOCK
-
- Standardowo ta komenda jest dostêpna dla w³a¶ciciela kana³u.
-
-CHAN_HELP_CLEAR
- Sk³adnia: CLEAR kana³ opcje
-
- Umo¿liwia kompleksowe usuniêcie niektórych ustawieñ na
- kanale poprzez %S. Dostêpne opcje:
-
- MODES Usuwa tryby z kana³u
- BANS Usuwa bany z kana³u
- EXCEPTS Usuwa wyj±tki od banów z kana³u
- INVITES Usuwa zaproszenia z kana³u
- OPS Odbiera wszystkim status operatora
- HOPS Odbiera wszystkim status pó³-operatora
- VOICES Odbiera wszystkim prawo g³osu
- USERS Usuwa u¿ytkowników z kana³u
-
- Standardowo ta komenda jest dostêpna dla w³a¶ciciela kana³u.
-
-CHAN_HELP_GETKEY
- Sk³adnia: GETKEY kana³
-
- Zwraca has³o wstêpu do wskazanego kana³u.
-
-CHAN_SERVADMIN_HELP
-
- Administratorzy serwisów mog± usun±æ ka¿dy kana³
- bez potrzeby identyfikacji jako jego w³a¶ciciele.
- Mog± przegl±daæ listê dostêpu ka¿dego kana³u,
- listê AKICK, ustawienia poziomów dostêpu itd.
-
-CHAN_SERVADMIN_HELP_DROP
- Sk³adnia: DROP kana³
-
- Usuwa wskazany kana³. Tylko administratorzy serwisów
- mog± usun±æ kana³, którego nie s± w³a¶cicielami.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Sk³adnia: SET kana³ NOEXPIRE {ON | OFF}
-
- W³±cza lub wy³±cza automatyczne usuniêcie kana³u,
- je¶li nie bêdzie on u¿ywany.
-
-CHAN_SERVADMIN_HELP_LIST
- Sk³adnia: LIST wzorzec [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Listuje kana³y o nazwie pasuj±cej do podanego wzorca
- (kana³y z opcj± PRIVATE bêd± pokazywane jedynie
- administratorom serwisów). Kana³y z ustawion± opcj±
- NOEXPIRE bêd± mia³y przy nazwie dodany znak !.
-
- Administratorzy serwisów mog± tak¿e podaæ parametry:
- FORBIDDEN, SUSPENDED i NOEXPIRE, które ogranicz± listê
- wy¶wietlanych kana³ów do tych, które spe³niaj± podane
- warunki. Je¶li zostanie podane wiêcej warunków
- wszystkie kana³y spe³niaj±ce choæ jeden z nich
- zostan± pokazane.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Sk³adnia: GETPASS kana³
-
- Zwraca has³o w³a¶ciciela dla wskazanego kana³u.
- UWAGA: u¿ycie tej komendy powoduje wys³anie
- informacji o jej u¿yciu przy pomocy WALLOP/GLOBOP.
-
-CHAN_SERVADMIN_HELP_FORBID
- Sk³adnia: FORBID kana³ [powód]
-
- Uniemo¿liwia rejestracjê i korzystanie ze wskazanego
- kana³u. Blokadê mo¿na zdj±æ u¿ywaj±c komendy DROP.
-
- W niektórych sieciach wymagane jest podanie powodu.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Sk³adnia: SUSPEND kana³ [powód]
-
- Zawiesza dzia³anie wskazanego kana³u.
- Blokada mo¿e zostaæ zdjêta z zachowaniem
- wszelkich ustawieñ komend± UNSUSPEND.
-
- W niektórych sieciach wymagane jest podanie powodu.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Sk³adnia: UNSUSPEND kana³
-
- Uwalnia zawieszony kana³. Wszystkie dane i ustawienia
- s± odtworzone sprzed zawieszenia.
-
-CHAN_SERVADMIN_HELP_STATUS
- Sk³adnia: STATUS kana³ nick
-
- Wy¶wietla aktualny poziom dostêpu (access level)
- wskazanego nicka na kanale. Format odpowiedzi jest
- nastêpuj±cy:
-
- STATUS kana³ nick poziom-dostêpu
-
- W przypadku wyst±pienia b³êdu, format odpowiedzi
- bêdzie nastêpuj±cy:
-
- STATUS ERROR informacja-o-b³êdzie
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-MEMO_HELP_CMD_SEND
- SEND Wysy³a wiadomo¶æ do u¿ytkownika/kana³u
-
-MEMO_HELP_CMD_CANCEL
- CANCEL Wycofuje ostatni± wys³an± wiadomo¶æ
-
-MEMO_HELP_CMD_LIST
- LIST Wy¶wietla wszystkie wiadomo¶ci
-
-MEMO_HELP_CMD_READ
- READ Wy¶wietla jedn± lub wiêcej wiadomo¶ci
-
-MEMO_HELP_CMD_DEL
- DEL Kasuje jedn± lub wiêcej wiadomo¶ci
-
-MEMO_HELP_CMD_SET
- SET Ustawia opcje zwi±zane z wiadomo¶ciami
-
-MEMO_HELP_CMD_INFO
- INFO Wy¶wietla informacje o wiadomo¶ciach
-
-MEMO_HELP_CMD_RSEND
- RSEND Wysy³a wiadomo¶æ z ¿±daniem potwierdzenia odbioru
-
-MEMO_HELP_CMD_CHECK
- CHECK Sprawdza czy ostatnia wiadomo¶æ zosta³a przeczytana
-
-MEMO_HELP_CMD_SENDALL
- SENDALL Wysy³a wiadomo¶æ do wszystkich
- zarejestrowanych u¿ytkowników
-
-MEMO_HELP_CMD_STAFF
- STAFF Wysy³a wiadomo¶æ do wszystkich
- operatorów/administratorów
-
-MEMO_HELP_HEADER
- %S umo¿liwia wysy³anie krótkich wiadomo¶ci
- do innych u¿ytkowników (niezale¿nie od tego czy
- s± oni w danej chwili na IRCu) lub do kana³ów(*).
- Aby móc u¿ywaæ tego serwisu nadawca i odbiorca
- (kana³ lub nick) musz± byæ zarejestrowani.
- Poni¿sze komendy pozwalaj± na wysy³anie i
- odbieranie wiadomo¶ci, aby ich u¿yæ wpisz:
- %R%S komenda
- Aby uzyskaæ szczegó³owy opis polecenia wpisz:
- %R%S HELP komenda
-
-MEMO_HELP_ADMIN
- nie jest u¿ywane.
-
-MEMO_HELP_OPER
- nie jest u¿ywane.
-
-MEMO_HELP_FOOTER
-
- Napisz %R%S HELP polecenie aby uzyskaæ pomoc
- na temat powy¿szych poleceñ.
-
- (*) Domy¶lnie ka¿dy u¿ytkownik maj±cy przynajmniej 10.
- poziom dostêpu na kanale mo¿e czytaæ wiadomo¶ci,
- ale mo¿na to zmieniæ komend± LEVELS serwisu %s.
-
-MEMO_HELP_SEND
- Sk³adnia: SEND {nick | kana³} tre¶æ-wiadomo¶ci
-
- Wysy³a wiadomo¶æ wskazanej osobie lub na podany kana³.
- Po wys³aniu odbiorca otrzyma powiadomienie o nowej
- wiadomo¶ci (o ile ma w³±czone powiadomienia).
- Adresatem musi byæ zarejestrowany nick lub kana³.
-
-MEMO_HELP_CANCEL
- Sk³adnia: CANCEL {nick | kana³}
-
- Wycofuje ostatni± wys³an± wiadomo¶æ,
- o ile nie zosta³a przeczytana.
-
-MEMO_HELP_LIST
- Sk³adnia: LIST [kana³] [lista | NEW]
-
- Wy¶wietla wszystkie odebrane wiadomo¶ci. Parametr
- NEW ogranicza listê do nowych wiadomo¶ci, które
- oznaczane s± symbolem "*" po lewej stronie numeru.
- Mo¿na tak¿e sprecyzowaæ listê wy¶wietlanych
- wiadomo¶ci podaj±c ich numery, np:
-
- LIST 2-5,7-9
- Wy¶wietli wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9.
-
-MEMO_HELP_READ
- Sk³adnia: READ [kana³] {numer | lista | LAST | NEW}
-
- Wy¶wietla tekst wskazanej wiadomo¶ci. Parametr LAST
- oznacza ostatni± z wiadomo¶ci, NEW wy¶wietla wszystkie
- nieprzeczytane wiadomo¶ci. Je¶li zostanie podany numer
- zostanie wy¶wietlona wiadomo¶æ o podanym numerze. Mo¿na
- tak¿e podawaæ listê wiadomo¶ci np.:
-
- READ 2-5,7-9
- Wy¶wietli wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9.
-
-MEMO_HELP_DEL
- Sk³adnia: DEL [kana³] {numer | lista | LAST | ALL}
-
- Kasuje jedn± lub wiêcej wiadomo¶ci. Dopuszczalne
- jest podanie numeru wiadomo¶ci lub listy wiadomo¶ci,
- przyk³ad poni¿ej.
-
- Parametr LAST oznacza skasowanie ostatniej wiadomo¶ci.
- Parametr ALL oznacza skasowanie wszystkich wiadomo¶ci.
-
- Przyk³ady:
-
- DEL 1
- Usuwa pierwsz± wiadomo¶æ.
-
- DEL 2-5,7-9
- Kasuje wiadomo¶ci od numeru 2 do 5 oraz od 7 do 9.
-
-MEMO_HELP_SET
- Sk³adnia: SET opcja parametry
-
- Ustawia ró¿ne opcje wiadomo¶ci. Dostêpne opcje:
-
- NOTIFY Ustawia kiedy otrzymasz informacjê
- o nowej wiadomo¶ci
- LIMIT Ustawia maksymaln± liczbê wiadomo¶ci
- jakie mo¿esz odebraæ
-
- Aby uzyskaæ wiêcej informacji o danej opcji wpisz:
- %R%S HELP SET opcja
-
-MEMO_HELP_SET_NOTIFY
- Sk³adnia: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Ustala sposób wys³ania powiadomieñ o nowych wiadomo¶ciach:
-
- ON Powiadomienie zostanie wys³ane po
- zalogowaniu siê, kiedy nie bêdzie
- ustawiony tryb /AWAY oraz w momencie
- otrzymania wiadomo¶ci.
- LOGON Powiadomienie zostanie wys³ane jedynie
- po zalogowaniu siê lub po wy³±czeniu
- trybu /AWAY.
- NEW Powiadomienie bêdzie wysy³ane jedynie w
- momencie otrzymania wiadomo¶ci.
- MAIL Powiadomienia bêd± wysy³ane e-mailem oraz
- wedle pozosta³ych ustawieñ.
- NOMAIL Powiadomienia nie bêd± wysy³ane e-mailem.
- OFF Powiadomienia nie bêd± wysy³ane.
-
- Opcja ON jest kombinacj± opcji LOGON oraz NEW.
-
-MEMO_HELP_SET_LIMIT
- Sk³adnia: SET LIMIT [kana³] limit
-
- Ustala Twoj± (lub kana³u) maksymaln± liczbê
- wiadomo¶ci. Je¶li ustalona zostanie ona na 0,
- przyjmowanie wiadomo¶ci zostanie wy³±czone. Limit
- nie mo¿e byæ wiêkszy ni¿ %d.
-
-MEMO_HELP_INFO
- Sk³adnia: INFO [kana³]
-
- Wy¶wietla ilo¶æ wiadomo¶ci, ile z nich jest
- nieprzeczytanych oraz limit przyjmowania
- wiadomo¶ci. Je¶li podany zostanie kana³ wy¶wietlone
- informacje bêd± odnosi³y siê do wskazanego kana³u.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Sk³adnia: SET LIMIT [nick | kana³] {limit | NONE} [HARD]
-
- Ustala maksymaln± ilo¶æ wiadomo¶ci jak± mo¿e
- posiadaæ u¿ytkownik lub kana³. Ustalenie limitu
- na 0, wy³±czy przyjmowanie wiadomo¶ci. Parametr
- NONE pozwoli na nielimitowan± ilo¶æ wiadomo¶ci.
- Je¶li nie podany zostanie nick lub kana³ zmieniony
- zostanie limit wydaj±cego polecenie.
-
- Dodanie parametru HARD uniemo¿liwia zmianê
- limitu przez u¿ytkownika.
-
- To u¿ycie polecenia SET LIMIT jest dostêpne dla
- administratorów serwisów. Pozostali u¿ytkownicy
- mog± jedynie modyfikowaæ w³asny limit lub kana³u na
- którym maj± do tego uprawnienia. Nie mog± wy³±czyæ
- limitu, a tak¿e ustaliæ jego warto¶ci powy¿ej %d
- oraz u¿yæ parametru HARD.
-
-
-
-MEMO_SERVADMIN_HELP_INFO
- Sk³adnia: INFO [nick | kana³]
-
- Polecenie wydane bez parametru wy¶wietla informacje o
- liczbie odebranych wiadomo¶ci, liczbie nowych wiadomo¶ci
- oraz limicie wiadomo¶ci.
-
- Je¶li zostanie wskazany kana³, pokazane zostan± te
- same informacje w odniesieniu do tego kana³u.
-
- Administratorzy serwisów mog± obejrzeæ informacje
- dot. dowolnych u¿ytkowników podaj±c parametr nick.
-
-
-MEMO_HELP_STAFF
- Sk³adnia: STAFF tre¶æ-wiadomo¶ci
-
- Wysy³a wiadomo¶æ o podanej tre¶ci do wszystkich
- operatorów i administratorów serwisów. U¿ytkownicy
- wpisani jednocze¶nie na kilka list otrzymaj±
- wiadomo¶ci kilka razy.
-
-MEMO_HELP_SENDALL
- Sk³adnia: SENDALL tre¶æ-wiadomo¶ci
-
- Wysy³a wiadomo¶æ do wszystkich zarejestrowanych u¿ytkowników.
-
-MEMO_HELP_RSEND
- Sk³adnia: RSEND {nick | kana³} tre¶æ-wiadomo¶ci
-
- Wysy³a wiadomo¶æ wskazanej osobie lub na podany kana³.
- Po wys³aniu odbiorca otrzyma powiadomienie o nowej
- wiadomo¶ci (o ile ma w³±czone powiadomienia).
- Adresatem musi byæ zarejestrowany nick lub kana³.
- Kiedy wiadomo¶æ zostanie przeczytana przez odbiorcê
- automatyczne potwierdzenie odbioru zostanie wys³ane
- do nadawcy.
-MEMO_HELP_CHECK
- Sk³adnia: CHECK nick
-
- Sprawdza, czy ostatnia wiadomo¶æ wys³ana do nick
- zosta³a przeczytana. Ta komenda nie dzia³a dla kana³ów.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-OPER_HELP_CMD_GLOBAL
- GLOBAL Wysy³a wiadomo¶æ do wszystkich u¿ytkowników
-
-OPER_HELP_CMD_STATS
- STATS Pokazuje informacje o serwisach i sieci
-
-OPER_HELP_CMD_STAFF
- STAFF Wy¶wietla ekipê serwisów oraz jej status
-
-OPER_HELP_CMD_MODE
- MODE Zmienia flagi kana³u
-
-OPER_HELP_CMD_KICK
- KICK Wyrzuca u¿ytkownika z kana³u
-
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Usuwa wszystkie flagi z kana³u
-
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Od³±cza wszystkich u¿ytkowników o danym ho¶cie
-
-OPER_HELP_CMD_AKILL
- AKILL Zarz±dza list± AKILL
-
-OPER_HELP_CMD_SNLINE
- SNLINE Zarz±dza list± SNLINE
-
-OPER_HELP_CMD_SQLINE
- SQLINE Zarz±dza list± SQLINE
-
-OPER_HELP_CMD_SZLINE
- SZLINE Zarz±dza list± SZLINE
-
-OPER_HELP_CMD_CHANLIST
- CHANLIST Listuje wszystkie kana³y
-
-OPER_HELP_CMD_USERLIST
- USERLIST Listuje wszystkich u¿ytkowników
-
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Zarz±dza wiadomo¶ciami powitalnymi
-
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Zarz±dza losowymi wiadomo¶ciami
-
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Zarz±dza wiadomo¶ciami dla operatorów
-
-OPER_HELP_CMD_SESSION
- SESSION Wy¶wietla listê sesji
-
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Zarz±dza list± wyj±tków dla limitów sesji
-
-OPER_HELP_CMD_NOOP
- NOOP Tymczasowo usuwa wszystkie O:linie na serwerze
-
-OPER_HELP_CMD_JUPE
- JUPE Blokuje pod³±czanie podanego serwera
-
-OPER_HELP_CMD_IGNORE
- IGNORE Zarz±dza list± ignorowanych przez serwisy
-
-OPER_HELP_CMD_SET
- SET Ustawia ró¿ne globalne opcje serwisów
-
-OPER_HELP_CMD_RELOAD
- RELOAD £aduje na nowo plik konfiguracyjny
-
-OPER_HELP_CMD_UPDATE
- UPDATE Wymusza natychmiastowy zapis baz na dysku
-
-OPER_HELP_CMD_RESTART
- RESTART Zapisuje bazy i restartuje serwisy
-
-OPER_HELP_CMD_QUIT
- QUIT Wy³±cza serwisy bez zapisywania baz
-
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Wy³±cza serwisy z zapisaniem baz
-
-OPER_HELP_CMD_DEFCON
- DEFCON Modyfikuje poziom systemu DefCon
-
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL wszystkich u¿ytkowników na kanale
-
-OPER_HELP_CMD_OLINE
- OLINE Daje flagi operatora wybranemu u¿ytkownikowi
-
-OPER_HELP_CMD_UMODE
- UMODE Modyfikuje flagi wskazanego u¿ytkownika
-
-OPER_HELP_CMD_SVSNICK
- SVSNICK Wymusza zmianê nicka danego u¿ytkownika
-
-OPER_HELP_CMD_MODLOAD
- MODLOAD £aduje modu³
-
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Wy³adowuje modu³
-
-OPER_HELP_CMD_MODINFO
- MODINFO Wy¶wietla informacja o podanym module
-
-OPER_HELP_CMD_MODLIST
- MODLIST Listuje za³adowane modu³y
-
-OPER_HELP
- Komendy %S:
-
-OPER_HELP_LOGGED
- Uwaga: Wszystkie komendy odbierane przez %S s± logowane!
-
-OPER_HELP_GLOBAL
- Sk³adnia: GLOBAL wiadomo¶æ
-
- Pozwala administratorom wysy³aæ wiadomo¶ci do wszystkich
- u¿ytkowników. Wiadomo¶æ zostanie wys³ana z nicka %s.
-
-OPER_HELP_STATS
- Sk³adnia: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]
-
- Polecenie bez parametrów wy¶wietla bie¿±c± liczbê
- u¿ytkowników oraz operatorów pod³±czonych do sieci (nie
- licz±c serwisów), najwiêksz± liczbê u¿ytkowników licz±c od
- startu serwisów oraz czas pracy serwisów.
-
- Parametr AKILL wy¶wietla informacje o rozmiarze listy
- AKILL oraz domy¶lnym czasie wygasania wpisów.
-
- Parametr RESET resetuje maksymaln± liczbê u¿ytkowników
- pod³±czonych do sieci.
-
- Parametr MEMORY wy¶wietla informacje o zu¿yciu pamiêci
- przez serwisów. U¿ycie tego polecenia mo¿e chwilowo
- zawiesiæ dzia³anie serwisów na du¿ych sieciach.
-
- Parametr UPLINK wy¶wietla informacje o serwerze, do
- którego serwisy s± bezpo¶rednio pod³±czone.
-
- Parametr ALL wy¶wietla wszystkie dostêpne informacje.
-
-OPER_HELP_MODE
- Sk³adnia: MODE kana³ flagi
-
- Pozwala operatorom serwisów na zmianê flag dla wskazanego
- kana³u. Parametry s± identyczne jak dla komendy /MODE.
-
-OPER_HELP_UMODE
- Sk³adnia: UMODE u¿ytkownik flagi
-
- Pozwala Services Operators zmieniaæ flagi
- innym u¿ytkownikom. Parametry s± identyczne jak
- dla komendy /MODE.
-
-OPER_HELP_OLINE
- Sk³adnia: OLINE nick flagi
-
- Pozwala Services Operators na nadanie wskazanemu
- u¿ytkownikowi uprawnieñ irc operatora z okre¶lonymi
- flagami. Flagi powinny byæ poprzedzone znakami "+" lub "-".
- Aby usun±æ wszystkie flagi wystarczy podaæ "-".
-
-OPER_HELP_CLEARMODES
- Sk³adnia: CLEARMODES kana³ [ALL]
-
- Usuwa wszystkie binarne flagi (i,k,l,m,n,p,s,t) oraz bany
- ustawione na wskazanym kanale. Dodanie parametru ALL
- odbiera tak¿e uprawnienia (+o, +v).
-
-OPER_HELP_KICK
- Sk³adnia: KICK kana³ nick powód
-
- Pozwala administratorom wyrzuciæ u¿ytkownika z
- dowolnego kana³u. Parametry s± identyczne jak
- dla komendy /KICK. Do powodu zostaje do³±czony
- nick operatora, który wydaje polecenie.
-
- *** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))
-
-OPER_HELP_SVSNICK
- Sk³adnia: SVSNICK nick nowy-nick
-
- Zmienia nick wskazanemu u¿ytkownikowi.
-
-OPER_HELP_AKILL
- Sk³adnia: AKILL ADD [+czas-trwania] maska powód
- AKILL DEL {maska | numer-wpisu | lista}
- AKILL LIST [maska | lista]
- AKILL VIEW [maska | lista]
- AKILL CLEAR
-
- Pozwala operatorom serwisów na zarz±dzanie list± AKILL.
- Je¶li u¿ytkownik pasuj±cy do maski na li¶cie pod³±czy siê
- do sieci serwisy natychmiast go roz³±cz± oraz za³o¿± K-line
- na jego host.
-
- AKILL ADD dodaje maskê (w formacie user@host lub ip)
- oraz powód (który musi zostaæ podany) na listê AKILL.
- Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,
- m dla minut, h dla godzin oraz d dla dni.
- Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±
- jednostk± s± dni (+30 oznacza 30 dni). Podanie +0
- oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê
- znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li
- jest identyczny z domy¶lnym). Domy¶lny czas wygasania
- mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.
-
- AKILL DEL usuwa wskazane wpisy z listy AKILL.
- Jako argument przyjmuje nick, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- AKILL LIST wy¶wietla zawarto¶æ listy AKILL. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:
-
- AKILL LIST 2-5,7-9
- Listuje wpisy od 2 do 5 oraz od 7 do 9.
-
- AKILL VIEW zwraca wiêcej szczegó³ów ni¿ AKILL LIST.
- Wy¶wietla informacje o dodaj±cym AKILL, datê dodania,
- datê wyga¶niêcia, maskê oraz powód.
-
- AKILL CLEAR usuwa wszystkie wpisy z listy AKILL.
-
-
-OPER_HELP_SNLINE
- Sk³adnia: SNLINE ADD [+czas-trwania] maska powód
- SNLINE DEL {maska | numer-wpisu | lista}
- SNLINE LIST [maska | lista]
- SNLINE VIEW [maska | lista]
- SNLINE CLEAR
-
- Pozwala operatorom serwisów na zarz±dzanie list± SNLINE.
- Je¶li u¿ytkownik z realname pasuj±cym do maski na li¶cie
- pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.
-
- SNLINE ADD dodaje wskazan± maskê realname oraz
- powód (który musi zostaæ podany) na listê SNLINE.
- Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,
- m dla minut, h dla godzin oraz d dla dni.
- Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±
- jednostk± s± dni (+30 oznacza 30 dni). Podanie +0
- oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê
- znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li
- jest identyczny z domy¶lnym). Domy¶lny czas wygasania
- mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.
- Uwaga: realname mo¿e zawieraæ spacje, dlatego
- separatorem pomiêdzy mask± i powodem jest dwukropek.
-
- SNLINE DEL usuwa wskazane wpisy z listy SNLINE.
- Jako argument przyjmuje maskê, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- SNLINE LIST wy¶wietla zawarto¶æ listy SNLINE. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:
-
- SNLINE LIST 2-5,7-9
- Listuje wpisy od 2 do 5 oraz od 7 do 9.
-
- SNLINE VIEW zwraca wiêcej szczegó³ów ni¿ SNLINE LIST.
- Wy¶wietla informacje o dodaj±cym SNLINE, datê dodania,
- datê wyga¶niêcia, maskê oraz powód.
-
- SNLINE CLEAR usuwa wszystkie wpisy z listy.
-
-OPER_HELP_SQLINE
- Sk³adnia: SQLINE ADD [+czas-trwania] maska powód
- SQLINE DEL {maska | numer-wpisu | lista}
- SQLINE LIST [maska | lista]
- SQLINE VIEW [maska | lista]
- SQLINE CLEAR
-
- Pozwala operatorom serwisów na zarz±dzanie list± SQLINE.
- Je¶li u¿ytkownik z nickiem pasuj±cym do maski na li¶cie
- pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.
-
- Je¶li pierwszym znakiem maski jest # serwisy zablokuj±
- mo¿liwo¶æ korzystania z kana³ów o nazwie pasuj±cej do
- niej (o ile IRCd obs³uguje taki rodzaj blokady).
-
- SQLINE ADD dodaje wskazan± maskê oraz powód
- (który musi zostaæ podany) na listê SQLINE.
- Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,
- m dla minut, h dla godzin oraz d dla dni.
- Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±
- jednostk± s± dni (+30 oznacza 30 dni). Podanie +0
- oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê
- znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li
- jest identyczny z domy¶lnym). Domy¶lny czas wygasania
- mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.
-
- SQLINE DEL usuwa wskazane wpisy z listy SQLINE.
- Jako argument przyjmuje maskê, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- SQLINE LIST wy¶wietla zawarto¶æ listy SQLINE. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:
-
- SQLINE LIST 2-5,7-9
- Listuje wpisy od 2 do 5 oraz od 7 do 9.
-
- SQLINE VIEW zwraca wiêcej szczegó³ów ni¿ SQLINE LIST.
- Wy¶wietla informacje o dodaj±cym SQLINE, datê dodania,
- datê wyga¶niêcia, maskê oraz powód.
-
- SQLINE CLEAR usuwa wszystkie wpisy z listy.
-
-OPER_HELP_SZLINE
- Sk³adnia: SZLINE ADD [+czas-trwania] maska powód
- SZLINE DEL {maska | numer-wpisu | lista}
- SZLINE LIST [maska | lista]
- SZLINE VIEW [maska | lista]
- SZLINE CLEAR
-
- Pozwala operatorom serwisów na zarz±dzanie list± SZLINE.
- Je¶li u¿ytkownik z adresem IP pasuj±cym do maski na li¶cie
- pod³±czy siê do sieci serwisy natychmiast go roz³±cz±.
-
- SZLINE ADD dodaje wskazan± maskê oraz powód
- (który musi zostaæ podany) na listê SZLINE.
- Podaj±c czas mo¿na stosowaæ jednostki: s dla sekund,
- m dla minut, h dla godzin oraz d dla dni.
- Kombinacja tych jednostek nie jest mo¿liwa. Domy¶ln±
- jednostk± s± dni (+30 oznacza 30 dni). Podanie +0
- oznacza, ¿e wpis nie wyga¶nie. Je¶li maska zaczyna siê
- znakiem + to podanie czasu jest obowi±zkowe (nawet je¶li
- jest identyczny z domy¶lnym). Domy¶lny czas wygasania
- mo¿na sprawdziæ przy pomocy polecenia STATS AKILL.
-
- SZLINE DEL usuwa wskazane wpisy z listy SZLINE.
- Jako argument przyjmuje maskê, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- SZLINE LIST wy¶wietla zawarto¶æ listy SZLINE. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:
-
- SZLINE LIST 2-5,7-9
- Listuje wpisy od 2 do 5 oraz od 7 do 9.
-
- SZLINE VIEW zwraca wiêcej szczegó³ów ni¿ SZLINE LIST.
- Wy¶wietla informacje o dodaj±cym SZLINE, datê dodania,
- datê wyga¶niêcia, maskê oraz powód.
-
- SZLINE CLEAR usuwa wszystkie wpisy z listy.
-
-OPER_HELP_SET
- Sk³adnia: SET opcja warto¶æ
-
- Ustawia ró¿ne globalne ustawienia serwisów.
- Obecnie zdefiniowane s± nastêpuj±ce ustawienia:
- READONLY W³±cza tryb tylko-do-odczytu lub odczyt-zapis
- LOGCHAN W³±cza raportowanie na kana³
- DEBUG W³±cza lub wy³±cza tryb debugowania
- NOEXPIRE W³±cza lub wy³±cza tryb noexpire
- SUPERADMIN W³±cza lub wy³±cza tryb super administratora
- IGNORE W³±cza lub wy³±cza tryb ignorowania
- LIST Listuje aktualne ustawienia
-
-OPER_HELP_SET_READONLY
- Sk³adnia: SET READONLY {ON | OFF}
-
- W³±cza lub wy³±cza tryb tylko-do-odczytu. W³±czenie tej
- opcji powoduje zablokowanie wykonywania zmian w ustawieniach
- serwisów, dotyczy to list dostêpu kana³u oraz nicka itd.
- Operatorzy serwisów z odpowiednimi uprawnieniami bêd±
- mogli modyfikowaæ listê AKILL, usuwaæ lub blokowaæ nicki
- oraz kana³y, ale ¿adne z tych zmian nie zostan± zapisane
- dopóki tryb tylko-do-odczytu nie zostanie wy³±czony przed
- restartem lub wy³±czeniem serwisów.
-
- Ta opcja ma taki sam efekt jak argument linii poleceñ -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Sk³adnia: SET LOGCHAN {ON | OFF}
-
- W³±cza lub wy³±cza wysy³anie wiadomo¶ci na podany kana³, które
- trafiaj± do logów. Aby mo¿na by³o skorzystaæ z tej opcji nale¿y
- zdefiniowaæ w pliku konfiguracyjnym nazwê kana³u (LogChannel).
-
- Ta opcja ma taki sam efekt jak argument linii poleceñ -logchan.
-
- Uwaga: Ustawiony kana³ musi byæ odpowiednio zabezpieczony,
- aby chroniæ prywatno¶æ u¿ytkowników.
-OPER_HELP_SET_DEBUG
- Sk³adnia: SET DEBUG {ON | OFF | poziom}
-
- W³±cza lub wy³±cza tryb debugowania. W tym trybie wszystkie
- dane wysy³ane do serwisów i przez nie oraz wiele innych
- komunikatów zapisywane s± do loga. Je¶li zostanie podany
- numer poziomu poziom tryb debugowania jest aktywowany
- ze wskazanym poziomem.
-
- Ta opcja ma taki sam efekt jak argument linii poleceñ -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Sk³adnia: SET NOEXPIRE {ON | OFF}
-
- W³±cza lub wy³±cza tryb wygasania. Je¶li ta opcja
- zosta³a w³±czona nicki, kana³y, wpisy na listach
- AKILL oraz wyj±tków nie bêd± automatycznie wygasa³y.
-
- Ta opcja ma taki sam efekt jak argument linii poleceñ -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Sk³adnia: SET SUPERADMIN {ON | OFF}
-
- Ustawienie tej opcji nadaje wydaj±cemu polecenie
- dodatkowe uprawnienia (np. jest w³a¶cicielem
- wszystkich kana³ów w sieci).
-
- Ta opcja powinna byæ u¿ywana tylko wtedy, kiedy
- jest taka potrzeba. Nale¿y j± pó¼niej wy³±czyæ.
-
-OPER_HELP_SET_IGNORE
- Sk³adnia: SET IGNORE {ON | OFF}
-
- To ustawienie pozwala w³±czaæ/wy³±czaæ system ignorowania.
-
-OPER_HELP_SET_LIST
- Sk³adnia: SET LIST
-
- Listuje aktualne ustawienia serwisu %S.
-
-OPER_HELP_NOOP
- Sk³adnia: NOOP SET serwer
- NOOP REVOKE serwer
-
- NOOP SET usuwa wszystkie O:linie ze wskazanego
- serwera oraz killuje wszystkich operatorów, aby
- zapobiec zrehashowaniu serwera (prze³adowanie pliku
- konfiguracyjnego usuwa efekt tego polecenia).
-
- NOOP REVOKE powoduje przywrócenie wszystkich
- uprawnieñ na wskazanym serwerze.
-
- Uwaga: Serwisy nie sprawdzaj± warto¶ci serwer.
-
-OPER_HELP_JUPE
- Sk³adnia: JUPE serwer [powód]
-
- To polecenie powoduje wprowadzenie przez serwisy do sieci
- sztucznego serwera, co zapobiega pod³±czaniu prawdziwego
- serwera o tej samej nazwie. Blokadê mo¿na zdj±æ u¿ywaj±c
- standardowego polecenia SQUIT. Je¶li zostanie podany
- powód bêdzie on wy¶wietlany w polu informacyjnym serwera,
- w przeciwnym wypadku wy¶wietlane bêdzie "Juped by <nick>".
-
-OPER_HELP_UPDATE
- Sk³adnia: UPDATE
-
- Wymusza natychmiastowy zapis baz danych na dysku.
-
-OPER_HELP_RELOAD
- Sk³adnia RELOAD
-
- Wymusza ponowne za³adowanie pliku konfiguracyjnego.
- Niektóre opcje wci±¿ wymagaj± restartu serwisów
- (zmiana nicków serwisów, aktywacja limitów sesji itd.).
-OPER_HELP_QUIT
- Sk³adnia: QUIT
-
- Wymusza na serwisach natychmiastowe zakoñczenie pracy bez
- zapisywania baz. To polecenie powinno byæ u¿yte jedynie,
- gdy zachodzi podejrzenie uszkodzenia baz, które serwisy
- przechowuj± w pamiêci. Do normalnego zakoñczenia pracy
- serwisów nale¿y u¿yæ polecenia SHUTDOWN.
-
-OPER_HELP_SHUTDOWN
- Sk³adnia: SHUTDOWN
-
- Wymusza zapisanie baz danych, a nastêpnie wy³±cza serwisy.
-
-OPER_HELP_RESTART
- Sk³adnia: RESTART
-
- Wymusza zapisanie baz, a nastêpnie restartuje serwisy.
-
-OPER_HELP_CHANLIST
- Sk³adnia: CHANLIST [{wzorzec | nick} [SECRET]]
-
- Listuje wszystkie istniej±ce kana³y w sieci, niezale¿nie od
- tego czy s± zarejestrowane.
-
- Podanie wzorca ogranicza listê pokazywanych kana³ów.
- Podanie nicka wy¶wietla kana³y, na których przebywa
- wskazany u¿ytkownik. Dodanie parametru SECRET ogranicza
- listê do kana³ów z flag± +s lub +p.
-
-OPER_HELP_USERLIST
- Sk³adnia: USERLIST [{wzorzec | kana³} [INVISIBLE]]
-
- Listuje wszystkich u¿ytkowników w sieci, niezale¿nie od
- tego czy maj± zarejestrowanego nicka.
-
- Podanie wzorca ogranicza listê pokazywanych u¿ytkowników.
- (musi byæ w formacie nick!ident@host). Podanie kana³u
- listuje u¿ytkowników przebywaj±cych na wskazanym kanale.
- Dodanie parametru INVISIBLE listuje tylko u¿ytkowników z flag± +i.
-
-OPER_HELP_MODLOAD
- Sk³adnia: MODLOAD nazwa-pliku
-
- To polecenie ³aduje wskazany modu³ z katalogu modu³ów.
-
-OPER_HELP_MODUNLOAD
- Sk³adnia: MODUNLOAD nazwa-pliku
-
- To polecenie wy³aduje wskazany modu³.
-
-OPER_HELP_MODINFO
- Sk³adnia: MODINFO nazwa-pliku
-
- To polecenie wy¶wietla informacje na temat za³adowanego modu³u
-
-OPER_HELP_MODLIST
- Sk³adnia: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Listuje za³adowane modu³y.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-BOT_HELP_CMD_BOTLIST
- BOTLIST Listuje dostêpne boty
-
-BOT_HELP_CMD_ASSIGN
- ASSIGN Przydziela bota na kana³
-
-BOT_HELP_CMD_SET
- SET Konfiguruje bota
-
-BOT_HELP_CMD_KICK
- KICK Konfiguruje opcje kopania
-
-BOT_HELP_CMD_BADWORDS
- BADWORDS Zarz±dza list± zakazanych s³ów
-
-BOT_HELP_CMD_ACT
- ACT Wyra¿a przez bota akcjê (komenda /me)
-
-BOT_HELP_CMD_INFO
- INFO Pokazuje informacje i ustawienia BotServa
- dotycz±ce bota lub kana³u
-
-BOT_HELP_CMD_SAY
- SAY Wypowiada przez bota tekst na kanale
-
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Usuwa bota z kana³u
-
-BOT_HELP_CMD_BOT
- BOT Zarz±dza sieciow± list± botów
-
-BOT_HELP
- %S pozwala umie¶ciæ bota na w³asnym kanale.
- Zosta³ stworzony dla u¿ytkowników, którzy nie mog±
- hostowaæ w³asnego bota oraz dla tych sieci które
- nie pozwalaj± na ich u¿ywanie. Poni¿sze komendy
- umo¿liwiaj± zarz±dzanie botem, aby ich u¿yæ wpisz:
- %R%S komenda
- Aby uzyskaæ szczegó³owy opis polecenia wpisz:
- %R%S HELP komenda
-
-BOT_HELP_FOOTER
- Bot wejdzie na kana³ je¶li przebywa na nim
- przynajmniej %d u¿ytkownik(ów).
-
-BOT_HELP_BOTLIST
- Sk³adnia: BOTLIST
-
- Listuje dostêpne w sieci boty.
-
-BOT_HELP_ASSIGN
- Sk³adnia: ASSIGN kana³ nick
-
- Przydziela bota o wskazanym nicku na kana³.
-
-BOT_HELP_UNASSIGN
- Sk³adnia: UNASSIGN kana³
-
- U¿ycie tej komendy usuwa bota z kana³u.
- Bêdzie mo¿na go ponownie przydzieliæ w ka¿dej
- chwili, bez potrzeby ponownego konfigurowania.
-
-BOT_HELP_INFO
- Sk³adnia: INFO {kana³ | nick}
-
- Wy¶wietla informacje serwisu %S o wskazanym kanale
- lub bocie. Je¶li parametrem jest nazwa kana³u to
- zostan± pokazane informacje dotycz±ce kana³u.
- Je¶li parametrem bêdzie nick bota to zostan±
- pokazane informacje takie jak: data utworzenia,
- ilo¶æ obs³ugiwanych kana³ów itp.
-
-BOT_HELP_SET
- Sk³adnia: SET (kana³ | bot) opcja parametry
-
- Umo¿liwia konfiguracjê nastêpuj±cych opcji bota:
-
- DONTKICKOPS Bot nie kopie operatorów
- DONTKICKVOICES Bot nie kopie osób z prawem g³osu
- GREET W³±cza wiadomo¶æ powitaln±
- FANTASY W³±cza publiczne komendy
- SYMBIOSIS Przejmuje zadania ChanServa
-
- Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP SET opcja
-
- Informacja: dostêp do tej komendy jest kontrolowany
- przez poziom SET.
-BOT_HELP_SET_DONTKICKOPS
- Sk³adnia: SET kana³ DONTKICKOPS {ON|OFF}
-
- W³±cza lub wy³±cza opcjê kopania u¿ytkowników
- posiadaj±cych status operatora nawet je¶li nie
- przys³uguje im poziom dostêpu NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Sk³adnia: SET kana³ DONTKICKVOICES {ON|OFF}
-
- W³±cza lub wy³±cza opcjê kopania u¿ytkowników
- posiadaj±cych prawo g³osu nawet je¶li nie
- przys³uguje im poziom dostêpu NOKICK.
-
-BOT_HELP_SET_FANTASY
- Sk³adnia: SET kana³ FANTASY {ON|OFF}
-
- W³±cza lub wy³±cza dostêp do publicznych poleceñ
- na kanale takich jak: !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen (cze¶æ komend przyjmuje
- jako parametry nicki i powody).
-
- U¿ytkownicy dopuszczeni do u¿ywania komend
- publicznych musz± mieæ odpowiedni poziom dostêpu
- do wydania danego polecenia (np. aby u¿ywac !deop
- trzeba posiadaæ poziom dostêpu OPDEOP).
-
-BOT_HELP_SET_GREET
- Sk³adnia: SET kana³ GREET {ON|OFF}
-
- W³±cza lub wy³±cza witanie podczas wej¶cia u¿ytkowników
- ich w³asn± wiadomo¶ci± powitaln±. U¿ytkownik zostanie
- powitany, je¶li bêdzie mia³ odpowiedni poziom dostêpu.
-
-BOT_HELP_SET_SYMBIOSIS
- Sk³adnia: SET kana³ SYMBIOSIS {ON|OFF}
-
- W³±cza lub wy³±cza opcjê symbiozy na kanale.
- Gdy ten tryb jest w³±czony wszystkie operacje,
- które wykonywa³ %s (np. opowanie) bêd±
- wykonywane przez bota.
-
-BOT_HELP_KICK
- Sk³adnia: KICK kana³ opcja parametry
-
- Konfiguruje opcje kopania na kanale:
-
- BOLDS Kopanie za u¿ywanie pogrubieñ
- BADWORDS Kopanie za u¿ywanie zakazanych s³ów
- CAPS Kopanie za pisanie WIELKIMI LITERAMI
- COLORS Kopanie za stosowanie kolorów
- FLOOD Kopanie za flood
- REPEAT Kopanie za wielokrotne powtarzanie
- REVERSES Kopanie za odwracanie kolorów
- UNDERLINES Kopanie za u¿ywanie podkre¶leñ
- ITALICS Sets if the bot kicks italics
-
- Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP KICK opcja
-
-BOT_HELP_KICK_BOLDS
- Sk³adnia: KICK kana³ BOLDS {ON|OFF} [ttb]
-
- Ustawia kopanie za pogrubianie tekstu.
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_COLORS
- Sk³adnia: KICK kana³ COLORS {ON|OFF} [ttb]
-
- Ustawia kopanie za u¿ywanie kolorowego tekstu.
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_REVERSES
- Sk³adnia: KICK kana³ REVERSES {ON|OFF} [ttb]
-
- Ustawia kopanie za odwracanie kolorów tekstu (ctrl+r).
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_UNDERLINES
- Sk³adnia: KICK kana³ UNDERLINES {ON|OFF} [ttb]
-
- Ustawia kopanie za podkre¶lanie tekstu.
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_CAPS
- Sk³adnia: KICK kana³ CAPS {ON|OFF} [ttb [min [procent]]]
-
- Ustawia kopanie za u¿ywanie WIELKICH LITER.
-
- Bot kopie je¶li tekst zawiera przynajmniej min
- wielkich liter i stanowi przynajmniej procent
- ca³ego tekstu w linii (w przypadku nie podania tych
- warto¶ci przyjmowane s± domy¶lne: 10 znaków i 25%).
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_FLOOD
- Sk³adnia: KICK kana³ FLOOD {ON|OFF} [ttb [ln [sek]]]
-
- Ustawia kopanie za flood. W³±czenie tej opcji
- powoduje wykopywanie u¿ytkowników wysy³aj±cych na
- kana³ przynajmniej ln linii tekstu w ci±gu sek
- sekund (w przypadku nie podania tych warto¶ci przyjmowane
- s± domy¶lne: 6 linii w ci±gu 10 sekund).
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_REPEAT
- Sk³adnia: KICK kana³ REPEAT {ON|OFF} [ttb [liczba]]
-
- Ustawia kopanie za powtarzanie tekstu. W³±czenie tej
- opcji powoduje wykopywanie u¿ytkowników wysy³aj±cych
- na kana³ przynajmniej liczba razy ten sam tekst
- (w przypadku nie podania tego parametru jego warto¶æ
- ustalana jest domy¶lnie na 3).
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_BADWORDS
- Sk³adnia: KICK kana³ BADWORDS {ON|OFF} [ttb]
-
- Ustawia kopanie za u¿ywanie zakazanych s³ów.
-
- Aby ustaliæ listê zakazanych u¿yj polecenia BADWORDS.
- Aby uzyskaæ wiêcej informacji wpisz:
- %R%S HELP BADWORDS
-
- ttb to liczba okre¶laj±ca ile razy u¿ytkownik
- zostanie wykopany zanim bot za³o¿y bana.
- Pominiêcie parametru ttb wy³±cza banowanie.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Sk³adnia: BADWORDS kana³ ADD s³owo [SINGLE | START | END]
- BADWORDS kana³ DEL {s³owo | numer-wpisu | lista}
- BADWORDS kana³ LIST [maska | lista]
- BADWORDS kana³ CLEAR
-
- Polecenie umo¿liwia zarz±dzanie list± niedozwolonych
- s³ów. Lista definiuje za jakie s³owa u¿ytkownicy mog±
- zostaæ wyrzuceni z kana³u. Aby uzyskaæ wiêcej informacji
- napisz: %R%S HELP KICK BADWORDS
-
- BADWORDS ADD dodaje wskazane s³owo do listy.
- Parametr SINGLE powoduje, ¿e u¿ytkownicy bêd± kopani za
- u¿ywanie wskazanego s³owa w ca³o¶ci.
- Parametr START powoduje, ¿e u¿ytkownicy bêd± kopani za
- u¿ywanie wskazanego s³owa na pocz±tku innych wyrazów.
- Parametr END powoduje, ¿e u¿ytkownicy bêd± kopani za
- u¿ywanie wskazanego s³owa na koñcu innych wyrazów.
- Pominiêcie parametru powoduje, ¿e u¿ytkownicy bêd±
- kopani w ka¿dym z przypadków, kiedy zostanie u¿yte
- wskazane s³owo.
-
- BADWORDS DEL usuwa wskazane wpisy z listy s³ów.
- Jako argument przyjmuje s³owo, numer wpisu lub
- listê (przyk³ad poni¿ej dla polecenia LIST).
-
- BADWORDS LIST wy¶wietla zawarto¶æ listy s³ów. Je¶li
- zostanie podana maska tylko pasuj±ce wpisy zostan±
- pokazane. Mo¿na tak¿e u¿yæ listy, przyk³ad:
-
- BADWORDS kana³ LIST 2-5,7-9
- Listuje wpisy od numeru 2 do 5 oraz od 7 do 9.
-
- BADWORDS CLEAR usuwa wszystkie wpisy z listy.
-
-BOT_HELP_SAY
- Sk³adnia: SAY kana³ tekst
-
- Wypowiada przez bota podany tekst na kanale.
-
-BOT_HELP_ACT
- Sk³adnia: ACT kana³ tekst
-
- Sprawia, ¿e bot u¿yje komendy akcji (/me) przy
- wypowiadaniu podanego tekstu na kanale.
-
-BOT_SERVADMIN_HELP_BOT
- Sk³adnia: BOT ADD nick ident host nazwa
- BOT CHANGE starynick nowynick [ident [host [nazwa]]]
- BOT DEL nick
-
- Polecenie pozwala administratorom serwisów na
- tworzenie, modyfikowanie oraz kasowanie botów
- u¿ywanych przez u¿ytkowników sieci na kana³ach.
-
- BOT ADD dodaje bota o podanym nicku, idencie,
- ho¶cie oraz realname.
- BOT CHANGE pozwala na zmianê nicka, identa,
- hosta lub realname bota bez jego kasowania.
- BOT DEL usuwa wskazanego bota.
-
- UWAGA: Je¶li stworzony zostanie bot o nicku,
- który jest ju¿ zarejestrowany, nick zostanie
- odrejestrowany. Podobnie je¶li nick stworzonego
- bota bêdzie u¿ywany przez innego u¿ytkownika,
- zostanie on wtedy skillowany.
-
-BOT_SERVADMIN_HELP_SET
-
- Opcje dostêpne dla administratorów serwisów:
-
- NOBOT Uniemo¿liwia przypisanie bota do kana³u
- PRIVATE Zastrzega przypisywanie bota tylko dla IRC
- Operatorów
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Sk³adnia: SET kana³ NOBOT {ON|OFF}
-
- Polecenie to pozwala okre¶liæ kana³, dla którego
- nie wolno przypisywaæ botów. Je¶li w danej chwili
- bot jest przypisany do kana³u, zostanie usuniêty.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Sk³adnia: SET nick-bota PRIVATE {ON|OFF}
-
- Polecenie pozwala na ograniczenie przypisywania
- wskazanego bota dla u¿ytkowników nie bêd±cych
- IRC operatorami.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- Lista vhostów jest pusta.
-
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-
-HOST_SET
- Vhost dla %s zosta³ zmieniony na %s.
-
-HOST_IDENT_SET
- Vhost dla %s zosta³ zmieniony na %s@%s.
-
-HOST_SETALL
- Vhosty dla grupy %s zosta³y zmienione na %s.
-
-HOST_DELALL
- Vhosty dla grupy %s zosta³y usuniête.
-
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-
-HOST_IDENT_SETALL
- Vhosty dla grupy %s zosta³y zmienione na %s@%s.
-
-HOST_SET_ERROR
- Vhost musi mieæ format prawid³owej maski hosta.
-
-HOST_SET_IDENT_ERROR
- Ident vhosta musi mieæ format prawid³owego identa.
-
-HOST_SET_TOOLONG
- B³±d! Vhost jest za d³ugi, u¿yj vhosta krótszego ni¿ %d znaków.
-
-HOST_SET_IDENTTOOLONG
- B³±d! Ident jest za d³ugi, u¿yj identa krótszego ni¿ %d znaków.
-
-HOST_NOREG
- Nie znaleziono %s w bazie serwisu NickServ.
-
-HOST_SET_SYNTAX
- SET <nick> <maska-hosta>.
-
-HOST_SETALL_SYNTAX
- SETALL <nick> <maska-hosta>.
-
-HOST_DENIED
- Brak dostêpu.
-
-HOST_NOT_ASSIGNED
- Skontaktuj siê z operatorem, aby uzyskaæ vhosta na ten nick.
-
-HOST_ACTIVATED
- Twój vhost %s jest teraz aktywny.
-
-HOST_IDENT_ACTIVATED
- Twój vhost %s@%s jest teraz aktywny.
-
-HOST_DEL
- Vhost dla %s zosta³ usuniêty.
-
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Twój vhost zosta³ usuniêty i zosta³o w³±czone normalne ukrywanie hosta.
-
-HOST_NO_VIDENT
- Twoje IRCD nie obs³uguje vIdentów, je¶li nie jest to prawda zg³o¶ b³±d.
-
-HOST_GROUP
- Wszystkie vhosty w grupie %s zosta³y zmienione na %s
-
-HOST_IDENT_GROUP
- Wszystkie vhosty w grupie %s zosta³y zmienione na %s@%s
-
-HOST_LIST_FOOTER
- Wy¶wietlono wszystkie wpisy (Liczba: %d)
-
-HOST_LIST_RANGE_FOOTER
- Wy¶wietlono wpisy od %d do %d
-
-HOST_LIST_KEY_FOOTER
- Wy¶wietlono pasuj±ce wpisy %s (Liczba: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Aktywuje przypisanego vhosta
-
-HOST_HELP_CMD_OFF
- OFF Deaktywuje przypisanego vhosta
-
-HOST_HELP_CMD_GROUP
- GROUP Synchronizuje vhosty wszystkich nicków w grupie
-
-HOST_HELP_CMD_SET
- SET Zmienia vhost wskazanemu u¿ytkownikowi
-
-HOST_HELP_CMD_SETALL
- SETALL Zmienia vhosty wszystkich nicków w grupie
-
-HOST_HELP_CMD_DEL
- DEL Usuwa vhost wskazanego u¿ytkownika
-
-HOST_HELP_CMD_DELALL
- DELALL Usuwa vhosty wszystkich nicków w grupie
-
-HOST_HELP_CMD_LIST
- LIST Listuje vhosty
-
-HOST_OPER_HELP
- nie jest u¿ywane.
-
-HOST_ADMIN_HELP
- nie jest u¿ywane.
-
-HOST_HELP
- Komendy %S:
-
-HOST_HELP_ON
- Sk³adnia: ON
-
- Aktywuje vhosta aktualnie przypisanego do u¿ywanego nicka.
- Po u¿yciu tego polecenia Twój prawdziwy adres zostanie
- zast±piony vhostem.
-
-HOST_HELP_SET
- Sk³adnia: SET <nick> <vhost>.
-
- Ustawia wskazanemu u¿ytkownikowi vhosta.
- Je¶li Twoje IRCD obs³uguje videnty to u¿ywaj±c
- polecenia SET <nick> <ident>@<vhost>
- mo¿na zmieniaæ tak¿e ident.
-
-HOST_HELP_DELALL
- Sk³adnia: DELALL <nick>.
-
- Usuwa wszystkie vhosty grupy, do której nale¿y wskazany nick.
-
-HOST_HELP_SETALL
- Sk³adnia: SETALL <nick> <vhost>.
-
- Ustawia vhosta dla wszystkich nicków w obrêbie grupy.
- Je¶li IRCD obs³uguje vIdenty wydanie polecenia
- SETALL <nick> <ident>@<vhost> spowoduje ustawienie
- tak¿e identów.
-
- UWAGA: to polecenie nie spowoduje zmiany vhosta
- dla nicka, który pó¼niej zostanie dodany do grupy.
-
-HOST_HELP_OFF
- Sk³adnia: OFF
-
- Deaktywuje vhosta aktualnie przypisanego do u¿ywanego nicka.
- Po u¿yciu tego polecenia ka¿dy bêdzie móg³ sprawdziæ Twój
- prawdziwy adres u¿ywaj±c polecenia /WHOIS.
-
-HOST_HELP_DEL
- Sk³adnia: DEL <nick>
-
- Usuwa vhosta przypisanego do wskazanego nicka.
-
-HOST_HELP_LIST
- Sk³adnia: LIST [<wzorzec>|<#X-Y>]
-
- To polecenie listuje zarejestrowane vhosty operatorowi.
- Je¶li podano wzorzec tylko wpisy o pasuj±cych nickach
- lub vhostach zostan± pokazane. Podanie np. Rob*
- spowoduje wy¶wietlenie wszystkich wpisów zaczynaj±cych
- siê od Rob.
-
- Je¶li zostanie u¿yty format #X-Y to tylko wpisy nale¿±ce
- do przedzia³u od X do Y bêd± pokazane. Podanie #1-3
- spowoduje wy¶wietlenie pierwszych 3 wpisów wpisów.
-
- Maksymalna d³ugo¶æ listy wy¶wietlanej operatorowi podczas
- jednego zapytania jest okre¶lona przez ustawienie NSListMax.
-
-HOST_HELP_GROUP
- Sk³adnia: GROUP
-
- To polecenie pozwala ustawiæ vhost bie¿±cego nicka
- dla wszystkich nicków w grupie.
-
-OPER_SVSNICK_UNSUPPORTED
- Komenda SVSNICK nie jest dostêpna w tej sieci.
-
-OPER_SQLINE_UNSUPPORTED
- Komenda SQLINE nie jest dostêpna w tej sieci.
-
-OPER_SVSO_UNSUPPORTED
- Komenda OLINE nie jest dostêpna w tej sieci.
-
-OPER_UMODE_UNSUPPORTED
- Komenda UMODE nie jest dostêpna w tej sieci.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- Opcja SuperAdmin nie jest w³±czona w pliku konfiguracyjnym.
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/pt.l b/lang/pt.l
deleted file mode 100644
index c082b91fa..000000000
--- a/lang/pt.l
+++ /dev/null
@@ -1,6378 +0,0 @@
-# Portuguese language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-###########################################################
-## Translation fully reviewed/completed/updated
-## by Ricardo at 01/16/2005.
-###
-## Tradução totalmente revista/completada/atualizada
-## por Ricardo em 16/01/2005.
-## Atualizações/Updates:
-## * SVN 564 - 01/31/2005.
-## * SVN 611 - 03/08/2005.
-## * SVN 815 - 05/27/2005.
-###########################################################
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Português (Portuguese)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %d %b %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %d %b %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %d %b %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Dom
- Seg
- Ter
- Qua
- Qui
- Sex
- Sáb
-# %A
-STRFTIME_DAYS_LONG
- Domingo
- Segunda
- Terça
- Quarta
- Quinta
- Sexta
- Sábado
-# %b
-STRFTIME_MONTHS_SHORT
- Jan
- Fev
- Mar
- Abr
- Mai
- Jun
- Jul
- Ago
- Set
- Out
- Nov
- Dez
-# %B
-STRFTIME_MONTHS_LONG
- Janeiro
- Fevereiro
- Março
- Abril
- Maio
- Junho
- Julho
- Agosto
- Setembro
- Outubro
- Novembro
- Dezembro
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Erro interno - não foi possível processar seu pedido.
-UNKNOWN_COMMAND
- Comando desconhecido: %s.
-UNKNOWN_COMMAND_HELP
- Comando desconhecido %s. Digite %R%s HELP para ajuda.
-SYNTAX_ERROR
- Sintaxe: %s
-MORE_INFO
- Digite %R%s HELP %s para maiores informações.
-NO_HELP_AVAILABLE
- Nenhuma ajuda disponível para %s.
-OBSOLETE_COMMAND
- Este comando não é mais usado; use %s.
-
-BAD_USERHOST_MASK
- A máscara deve ser no formato user@host.
-BAD_EXPIRY_TIME
- Tempo de expiração inválido.
-USERHOST_MASK_TOO_WIDE
- Máscara %s é muito grande; por favor seja mais específico.
-
-SERVICE_OFFLINE
- %s não está conectado no momento.
-READ_ONLY_MODE
- Atenção: Os services estão no modo somente leitura; as mudanças não serão salvas!
-PASSWORD_INCORRECT
- Senha incorreta.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Acesso negado.
-
-MORE_OBSCURE_PASSWORD
- Por favor tente novamente com uma senha mais difícil. Não use TAB ou espaços.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- Seu nick não está registrado.
-NICK_NOT_REGISTERED_HELP
- Seu nick não está registrado. Digite %R%s HELP para maiores informações sobre como registrar o nick.
-NICK_X_IS_SERVICES
- Nick %s é parte dos Services desta Rede.
-NICK_X_NOT_REGISTERED
- Nick %s não está registrado.
-NICK_X_IN_USE
- Nick %s está atualmente em uso.
-NICK_X_NOT_IN_USE
- Nick %s não está sendo usado.
-NICK_X_NOT_ON_CHAN
- %s não está atualmente no canal %s.
-NICK_X_FORBIDDEN
- Nick %s não pode ser registrado ou usado.
-NICK_X_FORBIDDEN_OPER
- Nick %s foi bloqueado por %s:
- %s
-NICK_X_ILLEGAL
- Nick %s é um nick ilegal e não pode ser usado.
-NICK_X_TRUNCATED
- Nick %s foi truncado para %d caracteres.
-NICK_X_SUSPENDED
- Nick %s está atualmente suspenso.
-CHAN_X_NOT_REGISTERED
- O canal %s não está registrado.
-CHAN_X_NOT_IN_USE
- O canal %s não existe.
-CHAN_X_FORBIDDEN
- O canal %s não pode ser registrado ou usado.
-CHAN_X_FORBIDDEN_OPER
- Canal %s foi bloqueado por %s:
- %s
-CHAN_X_SUSPENDED
- Suspenso: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Identificação de senha requerida para usar este comando.
- Tente novamente após digitar %R%s IDENTIFY senha.
-CHAN_IDENTIFY_REQUIRED
- Identificação de senha requerida para usar este comando.
- Tente novamente após digitar %R%s IDENTIFY %s senha.
-
-MAIL_DISABLED
- Os services foram configurados para não enviar e-mail.
-MAIL_INVALID
- E-mail para %s é inválido.
-MAIL_X_INVALID
- %s não é um endereço de e-mail válido.
-MAIL_LATER
- Não foi possível enviar e-mail agora; tente novamente mais tarde.
-MAIL_DELAYED
- Por favor aguarde %d segundos e tente novamente.
-
-NO_REASON
- Sem motivo
-UNKNOWN
- <desconhecido>
-
-# Duration system
-DURATION_DAY
- 1 dia
-DURATION_DAYS
- %d dias
-DURATION_HOUR
- 1 hora
-DURATION_HOURS
- %d horas
-DURATION_MINUTE
- 1 minuto
-DURATION_MINUTES
- %d minutos
-DURATION_SECOND
- 1 segundo
-DURATION_SECONDS
- %d segundos
-
-# Human readable expiration
-NO_EXPIRE
- não expira
-EXPIRES_SOON
- irá expirar na próxima atualização do banco de dados
-EXPIRES_M
- expira em %d minutos
-EXPIRES_1M
- expira em %d minuto
-EXPIRES_HM
- expira em %d horas, %d minutos
-EXPIRES_H1M
- expira em %d horas, %d minuto
-EXPIRES_1HM
- expira em %d hora, %d minutos
-EXPIRES_1H1M
- expira em %d hora, %d minuto
-EXPIRES_D
- expira em %d dias
-EXPIRES_1D
- expira em %d dia
-
-# Generic Footer message
-END_OF_ANY_LIST
- Fim da lista de %s.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Este nick foi registrado por outra pessoa. Por favor escolha outro.
- (Se este for seu nick, digite %R%s IDENTIFY senha.)
-NICK_IS_SECURE
- Este nick está registrado e protegido. Se este for seu
- nick, digite %R%s IDENTIFY senha. Caso contrário,
- por favor escolha outro nick.
-NICK_MAY_NOT_BE_USED
- Este nick não pode ser usado. Por favor escolha outro.
-FORCENICKCHANGE_IN_1_MINUTE
- Se você não mudar seu nick em 1 minuto, eu irei mudá-lo.
-FORCENICKCHANGE_IN_20_SECONDS
- Se você não mudar seu nick em 20 segundos, eu irei mudá-lo.
-FORCENICKCHANGE_NOW
- Este nick é registrado; você não pode usá-lo.
-FORCENICKCHANGE_CHANGING
- Seu nick está sendo mudado para %s.
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER senha [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER senha email
-NICK_REGISTRATION_DISABLED
- Desculpe, registros de nick estão temporariamente desativados.
-NICK_REGISTRATION_FAILED
- Desculpe, registro de nick falhou.
-NICK_REG_PLEASE_WAIT
- Por favor espere %d segundos antes de usar o comando REGISTER novamente.
-NICK_CANNOT_BE_REGISTERED
- O nick %s não pode ser registrado.
-NICK_ALREADY_REGISTERED
- O nick %s já está registrado!
-NICK_REGISTERED
- O nick %s foi registrado em sua conta: %s
-NICK_REGISTERED_NO_MASK
- Nick %s registrado.
-NICK_PASSWORD_IS
- Sua senha é %s - guarde ela para uso posterior.
-NICK_REG_DELAY
- Você deve estar conectado há mais de %d segundos para registrar seu nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP alvo senha
-NICK_GROUP_DISABLED
- Desculpe, o comando GROUP está temporariamente desativado.
-NICK_GROUP_FAILED
- Desculpe, o comando GROUP falhou.
-NICK_GROUP_PLEASE_WAIT
- Por favor espere %d segundos antes de usar o comando GROUP novamente.
-NICK_GROUP_CHANGE_DISABLED
- Seu nick já está registrado; digite %R%s DROP primeiro.
-NICK_GROUP_SAME
- Você já é um membro do grupo %s.
-NICK_GROUP_TOO_MANY
- Existem muitos nicks no grupo de %s; liste-os e remova alguns.
- Digite %R%s HELP GLIST e %R%s HELP DROP para
- mais informações.
-NICK_GROUP_JOINED
- Você é agora um membro do grupo %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY senha
-NICK_IDENTIFY_FAILED
- Desculpe, a identificação falhou.
-NICK_IDENTIFY_SUCCEEDED
- Senha aceita - você está agora reconhecido.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Você deve agora setar um e-mail para seu nick.
- Este e-mail permitirá que você receba sua senha por ele
- caso você se esqueça dela.
-NICK_IDENTIFY_EMAIL_HOWTO
- Digite %R%S SET EMAIL e-mail para setar seu e-mail.
- Sua privacidade é respeitada; seu e-mail não será dado
- para terceiros.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- Você já está identificado.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status atualizado (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Seu nick foi desconectado.
-NICK_LOGOUT_X_SUCCEEDED
- O nick %s foi desconectado.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Impossível fazer logout em %s porque ele é um Administrador dos Services.
-
-# DROP responses
-NICK_DROP_DISABLED
- Desculpe, o comando DROP está temporariamente desativado.
-NICK_DROPPED
- O registro do seu nick foi cancelado.
-NICK_X_DROPPED
- O nick %s foi desregistrado.
-
-# SET responses
-NICK_SET_SYNTAX
- SET opções parâmetros
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] opções parâmetros
-NICK_SET_DISABLED
- Desculpe, a opção SET está temporariamente desativada.
-NICK_SET_UNKNOWN_OPTION
- Opção SET desconhecida: %s.
-NICK_SET_OPTION_DISABLED
- Opção %s não pode ser usada nesta Rede.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- O novo display deve ser um nick do seu grupo!
-NICK_SET_DISPLAY_CHANGED
- O novo display é agora %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Desculpe, não foi possível alterar a senha.
-NICK_SET_PASSWORD_CHANGED
- Senha alterada.
-NICK_SET_PASSWORD_CHANGED_TO
- Senha alterada para %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE número
-NICK_SET_LANGUAGE_UNKNOWN
- Número de linguagem desconhecida %d. Digite %R%s HELP SET LANGUAGE para uma lista das linguagens disponíveis.
-NICK_SET_LANGUAGE_CHANGED
- Linguagem alterada para Português.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- E-mail alterado para %s.
-NICK_SET_EMAIL_UNSET
- E-mail removido.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Você não pode remover o e-mail nesta Rede.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Mensagem de entrada alterada para %s.
-NICK_SET_GREET_UNSET
- Mensagem de entrada removida.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Proteção de KILL está agora ATIVADA.
-NICK_SET_KILL_QUICK
- Proteção de KILL está agora ATIVADA, com tempo de espera reduzido.
-NICK_SET_KILL_IMMED
- Proteção de KILL está agora ATIVADA, sem tempo de espera.
-NICK_SET_KILL_IMMED_DISABLED
- O comando IMMED não está disponível nesta Rede.
-NICK_SET_KILL_OFF
- Proteção de KILL está agora DESATIVADA.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Opção SECURE está agora ATIVADA.
-NICK_SET_SECURE_OFF
- Opção SECURE está agora DESATIVADA.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Opção PRIVATE está agora ATIVADA.
-NICK_SET_PRIVATE_OFF
- Opção PRIVATE está agora DESATIVADA.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Seu e-mail está agora escondido do comando %s INFO.
-NICK_SET_HIDE_EMAIL_OFF
- Seu e-mail irá agora aparecer no comando %s INFO.
-NICK_SET_HIDE_MASK_ON
- Seu último endereço usado (user@host) está agora escondido do comando %s INFO.
-NICK_SET_HIDE_MASK_OFF
- Seu último endereço usado (user@host) irá agora aparecer no comando %s INFO.
-NICK_SET_HIDE_QUIT_ON
- Sua última mensagem de saída está agora escondida do comando %s INFO.
-NICK_SET_HIDE_QUIT_OFF
- Sua última mensagem de saída irá agora aparecer no comando %s INFO.
-NICK_SET_HIDE_STATUS_ON
- Seu status de acesso nos Services está agora escondido do comando %s INFO.
-NICK_SET_HIDE_STATUS_OFF
- Seu status de acesso nos Services irá agora aparecer no comando %s INFO.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Os services irão agora respondê-lo através de mensagens.
-NICK_SET_MSG_OFF
- Os services irão agora respondê-lo através de notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Portuguese.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [máscara]
-NICK_ACCESS_ALREADY_PRESENT
- A máscara %s já se encontra em sua lista de acesso.
-NICK_ACCESS_REACHED_LIMIT
- Desculpe, você pode ter somente %d entradas em sua lista de acesso.
-NICK_ACCESS_ADDED
- %s adicionado em sua lista de acesso.
-NICK_ACCESS_NOT_FOUND
- %s não foi encontrado em sua lista de acesso.
-NICK_ACCESS_DELETED
- %s removido da sua lista de acesso.
-NICK_ACCESS_LIST
- Lista de acesso:
-NICK_ACCESS_LIST_X
- Lista de acesso para %s:
-NICK_ACCESS_LIST_EMPTY
- Sua lista de acesso está vazia.
-NICK_ACCESS_LIST_X_EMPTY
- Lista de acesso para %s está vazia.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s é %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Último endereço visto: %s
-NICK_INFO_ADDRESS_ONLINE
- Está online em: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s está online neste momento.
-NICK_INFO_TIME_REGGED
- Hora de registro: %s
-NICK_INFO_LAST_SEEN
- Último horário visto: %s
-NICK_INFO_LAST_QUIT
- Última mensagem de saída: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail: %s
-NICK_INFO_VHOST
- vHost: %s
-NICK_INFO_VHOST2
- vHost: %s@%s
-NICK_INFO_GREET
- Mensagem de entrada: %s
-NICK_INFO_OPTIONS
- Opções: %s
-NICK_INFO_EXPIRE
- Expira em: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Proteção
-NICK_INFO_OPT_SECURE
- Segurança
-NICK_INFO_OPT_PRIVATE
- Privado
-NICK_INFO_OPT_MSG
- Modo mensagem
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- Nenhuma
-NICK_INFO_NO_EXPIRE
- Este nick não irá expirar.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- Este nick está atualmente suspenso, motivo: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Este nick está atualmente suspenso
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST opções
-NICK_LIST_SERVADMIN_SYNTAX
- LIST opções [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Lista de entradas com %s:
-NICK_LIST_RESULTS
- Fim da listagem - %d/%d resultados mostrados.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST nick
-NICK_ALIST_HEADER
- Canais nos quais você tem acesso:
- Núm Canal Nível Descrição
-NICK_ALIST_HEADER_X
- Canais nos quais %s tem acesso:
- Núm Canal Nível Descrição
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Fim da listagem - %d/%d resultados mostrados.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Lista de nicks no grupo:
-NICK_GLIST_HEADER_X
- Lista de nicks no grupo %s:
-NICK_GLIST_FOOTER
- %d nicks no grupo.
-NICK_GLIST_REPLY
- %s (expira em %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nick [senha]
-NICK_NO_RECOVER_SELF
- Você não pode usar o comando RECOVER em si mesmo!
-NICK_RECOVERED
- Usuário que usava seu nick foi derrubado.
- %R%s RELEASE %s para liberar seu nick antes de %s.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nick [senha]
-NICK_RELEASE_NOT_HELD
- Nick %s não está em uso no momento.
-NICK_RELEASED
- Seu nick foi derrubado e pode ser usado.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nick [senha]
-NICK_NO_GHOST_SELF
- Você não pode usar o comando GHOST em si mesmo!
-NICK_GHOST_KILLED
- Seu nick foi derrubado e pode ser usado.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nick
-NICK_GETPASS_UNAVAILABLE
- Comando GETPASS não disponível: modo de encriptação ativado.
-NICK_GETPASS_PASSWORD_IS
- Senha para %s é %s.
-
-# GETEMAIL responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@emailhost Não use coringas!
-NICK_GETEMAIL_EMAILS_ARE
- O nick %s usa o E-mail %s.
-NICK_GETEMAIL_NOT_USED
- Nenhum email listado para %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nick
-NICK_SENDPASS_UNAVAILABLE
- Comando SENDPASS não disponível: modo de encriptação ativado.
-NICK_SENDPASS_SUBJECT
- Senha do nick (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Senha para %s foi enviada.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# SUSPEND responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nick motivo
-NICK_SUSPEND_SUCCEEDED
- Nick %s foi suspendido.
-NICK_SUSPEND_FAILED
- Impossível suspender o nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nick
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s foi liberado.
-NICK_UNSUSPEND_FAILED
- Impossível liberar o nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nick [motivo]
-NICK_FORBID_SYNTAX_REASON
- FORBID nick motivo
-NICK_FORBID_SUCCEEDED
- Nick %s está agora bloqueado.
-NICK_FORBID_FAILED
- Não foi possível bloquear o nick %s!
-
-# Nick Registration responses
-NICK_REQUESTED
- Esse nick já foi solicitado, por favor verifique seu e-mail pelo passcode
-NICK_REG_RESENT
- Seu passcode foi re-enviado para %s.
-NICK_REG_UNABLE
- Nick NÃO registrado, por favor tente novamente mais tarde.
-NICK_IS_PREREG
- Esse nick está aguardando um código de verificação por e-mail antes de completar o registro.
-NICK_ENTER_REG_CODE
- O passcode foi enviado para %s, por favor digite %R%s confirm <passcode> para completar o registro.
-NICK_REG_MAIL_SUBJECT
- Registro de nick (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Passcode para %s é %s.
-NICK_FORCE_REG
- Nick %s confirmado
-
-# CONFIRM responses
-NICK_CONFIRM_NOT_FOUND
- O primeiro passo do registro deve ter expirado, por favor use %R%s register <senha> <email> primeiro.
-NICK_CONFIRM_INVALID
- Um passcode inválido foi digitado, por favor verifique o e-mail e tente novamente
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Modo +o automático
-CHAN_LEVEL_AUTOVOICE
- Modo +v automático
-CHAN_LEVEL_AUTOHALFOP
- Modo +h automático
-CHAN_LEVEL_AUTOPROTECT
- Modo +a automático
-CHAN_LEVEL_AUTODEOP
- Modo -o automático
-CHAN_LEVEL_NOJOIN
- Entrada no canal não permitida
-CHAN_LEVEL_INVITE
- Permitido o uso do comando INVITE
-CHAN_LEVEL_AKICK
- Permitido o uso do comando AKICK
-CHAN_LEVEL_SET
- Permitido o uso do comando SET (não inclui as opções FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Permitido o uso do comando CLEAR
-CHAN_LEVEL_UNBAN
- Permitido o uso do comando UNBAN
-CHAN_LEVEL_OPDEOP
- Permitido o uso do comando OP/DEOP
-CHAN_LEVEL_ACCESS_LIST
- Permitido visualizar a lista de acesso
-CHAN_LEVEL_ACCESS_CHANGE
- Permitido modificar a lista de acesso
-CHAN_LEVEL_MEMO
- Permitido listar/ler memos do canal
-CHAN_LEVEL_ASSIGN
- Permitido associar/desassociar um bot a/de um canal
-CHAN_LEVEL_BADWORDS
- Permitido o uso do comando BADWORDS
-CHAN_LEVEL_NOKICK
- Nunca ser kickado pelos motivos dos Kickers do bot
-CHAN_LEVEL_FANTASIA
- Permitido o uso do comando FANTASY de bots
-CHAN_LEVEL_SAY
- Permitido o uso dos comandos SAY e ACT
-CHAN_LEVEL_GREET
- Mensagem de entrada
-CHAN_LEVEL_VOICEME
- Permitido usar o comando (DE)VOICE em si mesmo
-CHAN_LEVEL_VOICE
- Permitido o uso dos comandos VOICE/DEVOICE
-CHAN_LEVEL_GETKEY
- Permitido o uso do comando GETKEY
-CHAN_LEVEL_OPDEOPME
- Permitido usar o comando (DE)OP em si mesmo
-CHAN_LEVEL_HALFOPME
- Permitido usar o comando (DE)HALFOP em si mesmo
-CHAN_LEVEL_HALFOP
- Permitido o uso dos comandos HALFOP/DEHALFOP
-CHAN_LEVEL_PROTECTME
- Permitido usar o comando (DE)PROTECT em si mesmo
-CHAN_LEVEL_PROTECT
- Permitido o uso dos comandos PROTECT/DEPROTECT
-CHAN_LEVEL_KICKME
- Permitido usar o comando KICK em si mesmo
-CHAN_LEVEL_KICK
- Permitido o uso do comando KICK
-CHAN_LEVEL_SIGNKICK
- Sem assinatura no kick quando a opção SIGNKICK LEVEL estiver em uso
-CHAN_LEVEL_BANME
- Permitido o uso do comando BAN em si mesmo
-CHAN_LEVEL_BAN
- Permitido o uso do comando BAN
-CHAN_LEVEL_TOPIC
- Permitido o uso do comando TOPIC
-CHAN_LEVEL_INFO
- Permitido o uso do comando INFO com a opção ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Este canal foi registrado com o %s.
-CHAN_NOT_ALLOWED_OP
- Você não tem permissão para ser operador no canal %s.
-CHAN_MAY_NOT_BE_USED
- Este canal não pode ser usado.
-CHAN_NOT_ALLOWED_TO_JOIN
- Você não tem permissão para permanecer neste canal.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER canal descrição
-CHAN_REGISTER_DISABLED
- Desculpe, o registro de canais está temporariamente desativado.
-CHAN_REGISTER_NOT_LOCAL
- Canais locais não podem ser registrados.
-CHAN_MAY_NOT_BE_REGISTERED
- O canal %s não pode ser registrado.
-CHAN_ALREADY_REGISTERED
- O canal %s já está registrado!
-CHAN_MUST_BE_CHANOP
- Você deve ser no mínimo um operador para registrar o canal.
-CHAN_REACHED_CHANNEL_LIMIT
- Desculpe, você já alcançou o limite de %d canais registrados.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Desculpe, você já ultrapassou o limite de %d canais registrados.
-CHAN_REGISTRATION_FAILED
- Desculpe, o registro falhou.
-CHAN_REGISTERED
- O canal %s está registrado sob seu nick: %s
-CHAN_REGISTER_NONE_CHANNEL
- Você tentou registrar um canal não existente: %s
-CHAN_SYMBOL_REQUIRED
- Por favor use o símbolo # quando tentar registrar
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP canal
-CHAN_DROP_DISABLED
- Desculpe, o comando DROP está temporariamente desativado.
-CHAN_DROPPED
- O canal %s foi desregistrado.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET canal opções parâmetros
-CHAN_SET_DISABLED
- Desculpe, o comando SET está temporariamente desativado.
-CHAN_SET_UNKNOWN_OPTION
- Comando SET %s desconhecido.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s possui muitos canais registrados.
-CHAN_FOUNDER_CHANGED
- Founder do canal %s alterado para %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Successor do canal %s alterado para %s.
-CHAN_SUCCESSOR_UNSET
- Successor do canal %s removido.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s não pode ser o successor do canal %s porque ele é o founder.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Descrição do canal %s alterada para %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- E-mail do canal %s alterado para %s.
-CHAN_EMAIL_UNSET
- E-mail do canal %s removido.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Mensagem de entrada para o canal %s alterada.
-CHAN_ENTRY_MSG_UNSET
- Mensagem de entrada para o canal %s removida.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s não é um ban válido.
-CHAN_SET_BANTYPE_CHANGED
- Tipo de ban para o canal %s é agora #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Modo %c desconhecido e ignorado.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Modo %c ignorado porque você não pode travá-lo.
-CHAN_SET_MLOCK_L_REQUIRED
- Você deve travar o modo +l para poder travar o modo +L.
-CHAN_SET_MLOCK_K_REQUIRED
- Você deve travar o modo +i para poder travar o modo +K.
-CHAN_MLOCK_CHANGED
- Modo MLOCK no canal %s alterado para %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET canal KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Retenção de tópico para %s está agora ATIVADA.
-CHAN_SET_KEEPTOPIC_OFF
- Retenção de tópico para %s está agora DESATIVADA.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET canal TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Trava de tópico para %s está agora ATIVADA.
-CHAN_SET_TOPICLOCK_OFF
- Trava de tópico para %s está agora DESATIVADA.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET canal PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Opção Peace para %s está agora ATIVADA.
-CHAN_SET_PEACE_OFF
- Opção Peace para %s está agora DESATIVADA.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Opção Private para %s está agora ATIVADA.
-CHAN_SET_PRIVATE_OFF
- Opção Private para %s está agora DESATIVADA.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET canal SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Opção Secure OPs para %s está agora ATIVADA.
-CHAN_SET_SECUREOPS_OFF
- Opção Secure OPs para %s está agora DESATIVADA.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET canal SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Opção Secure Founder para %s está agora ATIVADA.
-CHAN_SET_SECUREFOUNDER_OFF
- Opção Secure Founder para %s está agora DESATIVADA.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET canal RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Opção de acesso restrito para %s está agora ATIVADA.
-CHAN_SET_RESTRICTED_OFF
- Opção de acesso restrito para %s está agora DESATIVADA.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET canal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Opção Secure para %s está agora ATIVADA.
-CHAN_SET_SECURE_OFF
- Opção Secure para %s está agora DESATIVADA.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET canal SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Opção Signed Kicks para %s está agora ATIVADA.
-CHAN_SET_SIGNKICK_LEVEL
- Opção Signed Kicks para %s está agora ATIVADA, mas depende
- do nível de acesso do usuário que está usando o comando.
-CHAN_SET_SIGNKICK_OFF
- Opção Signed Kicks para %s está agora DESATIVADA.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET canal OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Opção Op-notice para %s está agora ATIVADA.
-CHAN_SET_OPNOTICE_OFF
- Opção Op-notice para %s está agora DESATIVADA.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET canal XOP {ON | OFF}
-CHAN_SET_XOP_ON
- Sistema de acesso xOP para %s está agora ATIVADO.
-CHAN_SET_XOP_OFF
- Sistema de acesso xOP para %s está agora DESATIVADO.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET canal NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- O canal %s não irá expirar.
-CHAN_SET_NOEXPIRE_OFF
- O canal %s irá expirar.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Desculpe, você pode ter apenas %d entradas de AOP/SOP/VOP em um canal.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Você não pode usar este comando. Ao invés, use o comando ACCESS.
- Digite %R%s HELP ACCESS para mais informação.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]
-CHAN_AOP_DISABLED
- Desculpe, a modificação da lista de AOP está temporariamente desabilitada.
-CHAN_AOP_NICKS_ONLY
- Lista de AOP do canal só pode conter nicks registrados.
-CHAN_AOP_ADDED
- %s adicionado à lista de AOP do %s.
-CHAN_AOP_MOVED
- %s movido para a lista de AOP do %s.
-CHAN_AOP_NO_SUCH_ENTRY
- Entrada (#%d) não encontrada na lista de AOP do %s.
-CHAN_AOP_NOT_FOUND
- Nick %s não encontrado na lista de AOP do %s.
-CHAN_AOP_NO_MATCH
- Resultado não encontrado na lista de AOP do %s.
-CHAN_AOP_DELETED
- %s deletado da lista de AOP do %s.
-CHAN_AOP_DELETED_ONE
- Deletada 1 entrada da lista de AOP do %s.
-CHAN_AOP_DELETED_SEVERAL
- Deletadas %d entradas da lista de AOP do %s.
-CHAN_AOP_LIST_EMPTY
- Lista de AOP do canal %s está vazia.
-CHAN_AOP_LIST_HEADER
- Lista de AOP para %s:
- Núm Nick
-CHAN_AOP_CLEAR
- Lista de AOP do canal %s foi limpa.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]
-CHAN_HOP_DISABLED
- Desculpe, a modificação da lista de HOP está temporariamente desabilitada.
-CHAN_HOP_NICKS_ONLY
- Lista de HOP do canal só pode conter nicks registrados.
-CHAN_HOP_ADDED
- %s adicionado à lista de HOP do %s.
-CHAN_HOP_MOVED
- %s movido para a lista de HOP do %s.
-CHAN_HOP_NO_SUCH_ENTRY
- Entrada (#%d) não encontrada na lista de HOP do %s.
-CHAN_HOP_NOT_FOUND
- Nick %s não encontrado na lista de HOP do %s.
-CHAN_HOP_NO_MATCH
- Resultado não encontrado na lista de HOP do %s.
-CHAN_HOP_DELETED
- %s deletado da lista de HOP do %s.
-CHAN_HOP_DELETED_ONE
- Deletada 1 entrada da lista de HOP do %s.
-CHAN_HOP_DELETED_SEVERAL
- Deletadas %d entradas da lista de HOP do %s.
-CHAN_HOP_LIST_EMPTY
- Lista de HOP do canal %s está vazia.
-CHAN_HOP_LIST_HEADER
- Lista de HOP para %s:
- Núm Nick
-CHAN_HOP_CLEAR
- Lista de HOP do canal %s foi limpa.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]
-CHAN_SOP_DISABLED
- Desculpe, a modificação da lista de SOP está temporariamente desabilitada.
-CHAN_SOP_NICKS_ONLY
- Lista de SOP do canal só pode conter nicks registrados.
-CHAN_SOP_ADDED
- %s adicionado à lista de SOP do %s.
-CHAN_SOP_MOVED
- %s movido para a lista de SOP do %s.
-CHAN_SOP_NO_SUCH_ENTRY
- Entrada (#%d) não encontrada na lista de SOP do %s.
-CHAN_SOP_NOT_FOUND
- Nick %s não encontrado na lista de SOP do %s.
-CHAN_SOP_NO_MATCH
- Resultado não encontrado na lista de SOP do %s.
-CHAN_SOP_DELETED
- %s deletado da lista de SOP do %s.
-CHAN_SOP_DELETED_ONE
- Deletada 1 entrada da lista de SOP do %s.
-CHAN_SOP_DELETED_SEVERAL
- Deletadas %d entradas da lista de SOP do %s.
-CHAN_SOP_LIST_EMPTY
- Lista de SOP do canal %s está vazia.
-CHAN_SOP_LIST_HEADER
- Lista de SOP para %s:
- Núm Nick
-CHAN_SOP_CLEAR
- Lista de SOP do canal %s foi limpa.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP canal {ADD|DEL|LIST|CLEAR} [nick | entrada]
-CHAN_VOP_DISABLED
- Desculpe, a modificação da lista de VOP está temporariamente desabilitada.
-CHAN_VOP_NICKS_ONLY
- Lista de VOP do canal só pode conter nicks registrados.
-CHAN_VOP_ADDED
- %s adicionado à lista de VOP do %s.
-CHAN_VOP_MOVED
- %s movido para a lista de VOP do %s.
-CHAN_VOP_NO_SUCH_ENTRY
- Entrada (#%d) não encontrada na lista de VOP do %s.
-CHAN_VOP_NOT_FOUND
- Nick %s não encontrado na lista de VOP do %s.
-CHAN_VOP_NO_MATCH
- Resultado não encontrado na lista de VOP do %s.
-CHAN_VOP_DELETED
- %s deletado da lista de VOP do %s.
-CHAN_VOP_DELETED_ONE
- Deletada 1 entrada da lista de VOP do %s.
-CHAN_VOP_DELETED_SEVERAL
- Deletadas %d entradas da lista de VOP do %s.
-CHAN_VOP_LIST_EMPTY
- Lista de VOP do canal %s está vazia.
-CHAN_VOP_LIST_HEADER
- Lista de VOP para %s:
- Núm Nick
-CHAN_VOP_CLEAR
- Lista de VOP do canal %s foi limpa.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS canal {ADD|DEL|LIST|VIEW|CLEAR} [nick [nível] | lista-entradas]
-CHAN_ACCESS_XOP
- Você não pode usar este comando.
- Ao invés, use os comandos VOP, HOP, AOP e SOP.
- Digite %R%s HELP comando para mais informação.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Desculpe, o registro de canais está temporariamente desativado.
-CHAN_ACCESS_LEVEL_NONZERO
- O nível de acesso deve ser diferente de zero.
-CHAN_ACCESS_LEVEL_RANGE
- O nível de acesso deve ser entre %d e %d inclusive.
-CHAN_ACCESS_NICKS_ONLY
- A lista de acesso do canal deve conter apenas nicks registrados.
-CHAN_ACCESS_REACHED_LIMIT
- Desculpe, você pode ter apenas %d entradas na lista de acesso do canal.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Nível de acesso para %s no %s não alterado %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Nível de acesso para %s no %s alterado para %d.
-CHAN_ACCESS_ADDED
- %s adicionado à lista de acesso do %s com o nível %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Nenhuma entrada com (#%d) encontrada na lista de acesso do %s.
-CHAN_ACCESS_NOT_FOUND
- %s não foi encontrado na lista de acesso do %s.
-CHAN_ACCESS_NO_MATCH
- Resultado não encontrado na lista de acesso do %s.
-CHAN_ACCESS_DELETED
- %s removido da lista de acesso do %s.
-CHAN_ACCESS_DELETED_ONE
- Removida 1 entrada da lista de acesso do %s.
-CHAN_ACCESS_DELETED_SEVERAL
- Removidas %d entradas da lista de acesso do %s.
-CHAN_ACCESS_LIST_EMPTY
- Lista de acesso do canal %s está vazia.
-CHAN_ACCESS_LIST_HEADER
- Lista de acesso para %s:
- Num Nív Nick
-CHAN_ACCESS_LIST_FOOTER
- Fim da lista de acesso.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Lista de acesso do canal %s apagada.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK canal {ADD|STICK|UNSTICK|DEL|LIST|VIEW|ENFORCE|CLEAR} [nick-ou-máscara] [motivo]
-CHAN_AKICK_DISABLED
- Desculpe, o comando AKICK está temporariamente desativado.
-CHAN_AKICK_ALREADY_EXISTS
- %s já existe na lista de akick do %s.
-CHAN_AKICK_REACHED_LIMIT
- Desculpe, você pode ter apenas %d akicks na lista do canal.
-CHAN_AKICK_ADDED
- %s adicionado à lista de akick do %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- Nenhuma entrada com (#%d) na lista de akick do %s.
-CHAN_AKICK_NOT_FOUND
- %s não encontrado na lista de akick do %s.
-CHAN_AKICK_NO_MATCH
- Nenhum resultado encontrado na lista de akick do %s.
-CHAN_AKICK_STUCK
- %s está agora sempre ativo no canal %s.
-CHAN_AKICK_UNSTUCK
- %s não está mais sempre ativo no canal %s.
-CHAN_AKICK_DELETED
- %s removido da lista de akick do %s.
-CHAN_AKICK_DELETED_ONE
- Removida 1 entrada da lista de akick do %s.
-CHAN_AKICK_DELETED_SEVERAL
- Removidas %d entradas da lista de akick do %s.
-CHAN_AKICK_LIST_EMPTY
- Lista de akick do %s vazia.
-CHAN_AKICK_LIST_HEADER
- Lista de akick para %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s %s
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (por %s em %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (stuck) (por %s em %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE para %s terminado; %d usuários afetados.
-CHAN_AKICK_CLEAR
- Lista de akick do canal %s foi limpa.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS canal {SET | DIS[ABLE] | LIST | RESET} [item [nível]]
-CHAN_LEVELS_XOP
- Este comando não tem utilidade neste modo.
-CHAN_LEVELS_RANGE
- O nível deve ser entre %d e %d inclusive.
-CHAN_LEVELS_CHANGED
- Nível para %s no canal %s alterado para %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Level %s desconhecido. Digite %R%s HELP LEVELS DESC para uma lista de Levels válidos.
-CHAN_LEVELS_DISABLED
- %s desabilitado no canal %s.
-CHAN_LEVELS_LIST_HEADER
- Opções de nível de acesso para o canal %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (desabilitado)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (founder apenas)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Níveis de acesso para o %s redefinidos para o padrão.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Canal %s não está registrado
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Canal %s forbidado
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s não está online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO canal
-CHAN_INFO_HEADER
- Informações do canal %s:
-CHAN_INFO_FOUNDER
- Fundador: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Fundador: %s
-CHAN_INFO_SUCCESSOR
- Sucessor: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Sucessor: %s
-CHAN_INFO_DESCRIPTION
- Descrição: %s
-CHAN_INFO_ENTRYMSG
- Mensagem de entrada: %s
-CHAN_INFO_TIME_REGGED
- Registrado: %s
-CHAN_INFO_LAST_USED
- Último uso: %s
-CHAN_INFO_LAST_TOPIC
- Último tópico: %s
-CHAN_INFO_TOPIC_SET_BY
- Tópico por: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail: %s
-CHAN_INFO_BANTYPE
- Tipo de ban: %d
-CHAN_INFO_OPTIONS
- Opções: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Retenção de tópico
-CHAN_INFO_OPT_OPNOTICE
- Op-notice
-CHAN_INFO_OPT_PEACE
- Paz
-CHAN_INFO_OPT_PRIVATE
- Privado
-CHAN_INFO_OPT_RESTRICTED
- Acesso restrito
-CHAN_INFO_OPT_SECURE
- Seguro
-CHAN_INFO_OPT_SECUREOPS
- OPs Seguros
-CHAN_INFO_OPT_SECUREFOUNDER
- Founder Seguro
-CHAN_INFO_OPT_SIGNKICK
- Kicks assinados
-CHAN_INFO_OPT_TOPICLOCK
- Trava de tópico
-CHAN_INFO_OPT_XOP
- Sistema de acesso xOP
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- Nenhuma
-CHAN_INFO_MODE_LOCK
- Trava de modo: %s
-CHAN_INFO_EXPIRE
- Expira em: %s
-CHAN_INFO_NO_EXPIRE
- Este canal não irá expirar.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST padrão
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- Lista de entradas com %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Fim da lista - %d/%d resultados mostrados.
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE canal
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN canal [nick]
-CHAN_UNBANNED
- Você não está mais banido do %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC canal [tópico]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR canal opção
-CHAN_CLEARED_BANS
- Todos os bans do canal %s foram removidos.
-CHAN_CLEARED_EXCEPTS
- Todos os excepts do canal %s foram removidos.
-CHAN_CLEARED_MODES
- Todos os modos no canal %s foram removidos.
-CHAN_CLEARED_OPS
- Modo +o foi retirado do canal %s.
-CHAN_CLEARED_HOPS
- Modo +h foi retirado do canal %s.
-CHAN_CLEARED_VOICES
- Modo +v foi retirado do canal %s.
-CHAN_CLEARED_USERS
- Todos os usuários foram kickados do canal %s.
-CHAN_CLEARED_INVITES
- Todos os Invites do canal %s foram removidos.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY canal
-CHAN_GETKEY_NOKEY
- O canal %s não tem key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID canal [motivo]
-CHAN_FORBID_SYNTAX_REASON
- FORBID canal motivo
-CHAN_FORBID_SUCCEEDED
- Canal %s está agora bloqueado.
-CHAN_FORBID_FAILED
- Não foi possível bloquear o canal %s!
-
-# Misc responses
-CHAN_FORBID_REASON
- Este canal foi forbidado.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND canal [motivo]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND canal motivo
-CHAN_SUSPEND_SUCCEEDED
- Canal %s está agora suspenso.
-CHAN_SUSPEND_FAILED
- Impossível suspender o canal %s!
-CHAN_SUSPEND_REASON
- Este canal foi suspenso.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND canal
-CHAN_UNSUSPEND_ERROR
- Não foi encontrado "#" em frente ao nome do canal.
-CHAN_UNSUSPEND_SUCCEEDED
- Canal %s está agora liberado.
-CHAN_UNSUSPEND_FAILED
- Impossível liberar canal %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s combina com uma Except no %s e não pode ser banido até que a Except sejá removida.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Você tem 1 novo memo.
-MEMO_HAVE_NEW_MEMOS
- Você tem %d novos memos.
-MEMO_TYPE_READ_LAST
- Digite %R%s READ LAST para ler.
-MEMO_TYPE_READ_NUM
- Digite %R%s READ %d para ler.
-MEMO_TYPE_LIST_NEW
- Digite %R%s LIST NEW para listar.
-MEMO_AT_LIMIT
- Atenção: Você atingiu seu número máximo de memos (%d). Não será possível receber novos memos enquanto você não apagar alguns.
-MEMO_OVER_LIMIT
- Atenção: Você ultrapassou seu número máximo de memos (%d). Não será possível receber novos memos enquanto você não apagar alguns.
-MEMO_X_MANY_NOTICE
- Existem %d memos para o canal %s.
-MEMO_X_ONE_NOTICE
- Existe %d memo para o canal %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Foi recebido um novo memo para o canal %s.
- Digite %R%s READ %s %d para ler.
-MEMO_NEW_MEMO_ARRIVED
- Você recebeu um novo memo de %s.
- Digite %R%s READ %d para ler.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Você não possui memos.
-MEMO_X_HAS_NO_MEMOS
- %s não possui memos.
-MEMO_DOES_NOT_EXIST
- Memo %d não existe!
-MEMO_LIST_NOT_FOUND
- Nenhum memo encontrado.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | canal} texto
-MEMO_SEND_DISABLED
- Desculpe, o envio de memos está temporariamente desabilitado.
-MEMO_SEND_PLEASE_WAIT
- Por favor aguarde %d segundos antes de usar o comando SEND novamente.
-MEMO_X_GETS_NO_MEMOS
- %s não pode receber memos.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s possui muitos memos atualmente e não pode receber mais nenhum.
-MEMO_SENT
- Memo enviado para %s.
-MEMO_MASS_SENT
- Uma mensagem global foi enviada a todos os usuários registrados.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | canal}
-MEMO_CANCEL_DISABLED
- Desculpe, o comando CANCEL está temporariamente desativado.
-MEMO_CANCEL_NONE
- Nenhum memo foi cancelado.
-MEMO_CANCELLED
- Último memo enviado para %s foi cancelado.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [canal] [list | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Você não possui novos memos.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s não possui novos memos.
-MEMO_LIST_MEMOS
- Memos para %s. Para ler, digite: %R%s READ núm
-MEMO_LIST_NEW_MEMOS
- Novos memos para %s. Para ler, digite: %R%s READ núm
-MEMO_LIST_CHAN_MEMOS
- Memos para %s. Para ler, digite: %R%s READ %s núm
-MEMO_LIST_CHAN_NEW_MEMOS
- Novos memos para %s. Para ler, digite: %R%s READ %s núm
-MEMO_LIST_HEADER
- Núm Remetente Data/Hora
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [canal] {list | LAST | NEW}
-MEMO_HEADER
- Memo %d de %s (%s). Para apagar, digite: %R%s DEL %d
-MEMO_CHAN_HEADER
- Memo %d de %s (%s). Para apagar, digite: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [canal] {núm | list | ALL}
-MEMO_DELETED_NONE
- Nenhum memo apagado.
-MEMO_DELETED_ONE
- Memo %d foi apagado.
-MEMO_DELETED_SEVERAL
- Memos %s foram apagados.
-MEMO_DELETED_ALL
- Todos os seus memos foram apagados.
-MEMO_CHAN_DELETED_ALL
- Todos os memos para o canal %s foram apagados.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET opção parâmetros
-MEMO_SET_DISABLED
- Desculpe, a opção SET está temporariamente desativada.
-MEMO_SET_UNKNOWN_OPTION
- Comando SET desconhecido: %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s irá agora notificá-lo de novos memos quando você conectar, quando eles lhe forem enviados ou quando desativar o /AWAY.
-MEMO_SET_NOTIFY_LOGON
- %s irá agora notificá-lo de novos memos quando você conectar ou quando desativar o /AWAY.
-MEMO_SET_NOTIFY_NEW
- %s irá agora notificá-lo de novos memos quando eles lhe forem enviados.
-MEMO_SET_NOTIFY_OFF
- %s não irá mais notificá-lo de novos memos.
-MEMO_SET_NOTIFY_MAIL
- Você será notificado sobre novos memos por email.
-MEMO_SET_NOTIFY_NOMAIL
- Você não será mais notificado por email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- Não há endereço de email ajustado para o seu nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [canal] limite
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [usuário | canal] {limite | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Você não tem permissão para mudar seu limite de memos.
-MEMO_SET_LIMIT_FORBIDDEN
- O limite de memos para %s não pode ser mudado.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Você não pode colocar seu limite de memos maior que %d.
-MEMO_SET_LIMIT_TOO_HIGH
- Você não pode colocar o limite de memos para %s maior que %d.
-MEMO_SET_LIMIT_OVERFLOW
- Limite de memos muito grande; limitando em %d.
-MEMO_SET_YOUR_LIMIT
- Seu limite de memo é agora de %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Você não poderá mais receber memos.
-MEMO_UNSET_YOUR_LIMIT
- Seu limite de memos foi desativado.
-MEMO_SET_LIMIT
- Limite de memos para %s é agora de %d.
-MEMO_SET_LIMIT_ZERO
- Limite de memos para %s é agora de 0.
-MEMO_UNSET_LIMIT
- Limite de memos desativado para %s.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [canal]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | canal]
-MEMO_INFO_NO_MEMOS
- Você não possui nenhum memo atualmente.
-MEMO_INFO_MEMO
- Você possui atualmente 1 memo.
-MEMO_INFO_MEMO_UNREAD
- Você possui atualmente 1 memo, e este ainda não foi lido.
-MEMO_INFO_MEMOS
- Você possui atualmente %d memos.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Você possui atualmente %d memos, dos quais 1 não foi lido.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Você possui atualmente %d memos, dos quais %d não foram lidos.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Você possui atualmente %d memos; dos quais nenhum foi lido.
-MEMO_INFO_LIMIT
- Seu limite de memos é de %d.
-MEMO_INFO_HARD_LIMIT
- Seu limite de memos é de %d, e não pode ser alterado.
-MEMO_INFO_LIMIT_ZERO
- Seu limite de memos é de 0; você não pode receber novos memos.
-MEMO_INFO_HARD_LIMIT_ZERO
- Seu limite de memos é de 0; você não pode receber novos memos. Você não pode alterar esse limite.
-MEMO_INFO_NO_LIMIT
- Você não possui limite de memos que pode guardar.
-MEMO_INFO_NOTIFY_OFF
- Você será notificado de novos memos.
-MEMO_INFO_NOTIFY_ON
- Você será notificado de novos memos quando conectar e quando eles forem enviados.
-MEMO_INFO_NOTIFY_RECEIVE
- Você será notificado de novos memos quando eles forem enviados.
-MEMO_INFO_NOTIFY_SIGNON
- Você será notificado de novos memos quando conectar.
-MEMO_INFO_X_NO_MEMOS
- %s não possui nenhum memo atualmente.
-MEMO_INFO_X_MEMO
- %s possui atualmente 1 memo.
-MEMO_INFO_X_MEMO_UNREAD
- %s possui atualmente 1 memo, e ainda não foi lido.
-MEMO_INFO_X_MEMOS
- %s possui atualmente %d memos.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s possui atualmente %d memos, dos quais 1 não foi lido.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s possui atualmente %d memos, dos quais %d não foram lidos.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s possui atualmente %d memos; dos quais nenhum foi lido.
-MEMO_INFO_X_LIMIT
- Limite de memos para %s é de %d.
-MEMO_INFO_X_HARD_LIMIT
- Limite de memos para %s é de %d, e não pode ser alterado.
-MEMO_INFO_X_NO_LIMIT
- %s não possui limite de memos.
-MEMO_INFO_X_NOTIFY_OFF
- %s não é notificado de novos memos.
-MEMO_INFO_X_NOTIFY_ON
- %s é notificado de novos memos quando conecta e quando eles são enviados.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s é notificado de novos memos quando eles são enviados.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s é notificado de novos memos quando conecta.
-
-# Memo2Mail responses
-MEMO_MAIL_SUBJECT
- Novo memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND responses
-MEMO_RSEND_PLEASE_WAIT
- Por favor aguarde %d segundos antes de usar o comando RSEND novamente.
-MEMO_RSEND_DISABLED
- Desculpe, RSEND foi desabilitado nesta rede.
-MEMO_RSEND_SYNTAX
- RSEND {nick | canal} mensagem
-MEMO_RSEND_NICK_MEMO_TEXT
- [Auto-Memo] O memo que você enviou foi lido.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [Auto-Memo] O memo que você enviou para %s foi lido.
-MEMO_RSEND_USER_NOTIFICATION
- Um memo de notificação foi enviado para %s informando que você leu seu memo.
-
-# CHECK responses
-MEMO_CHECK_SYNTAX
- CHECK nick
-MEMO_CHECK_NOT_READ
- O último memo que você enviou para %s (enviado em %s) ainda não foi lido.
-MEMO_CHECK_READ
- O último memo que você enviou para %s (enviado em %s) foi lido.
-MEMO_CHECK_NO_MEMO
- O nick %s não possui nenhum memo seu.
-MEMO_NO_RSEND_SELF
- Você não pode pedir uma notificação ao enviar uma mensagem a si próprio.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s não existe.
-BOT_NOT_ASSIGNED
- Você precisa primeiro associar um bot ao canal antes de usar este comando.
- Digite %R%S HELP ASSIGN para maiores informações.
-BOT_NOT_ON_CHANNEL
- Bot não está no canal %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Não use a palavra %s neste canal!
-BOT_REASON_BADWORD_GENTLE
- Cuidado com suas palavras!
-BOT_REASON_BOLD
- Não use negritos neste canal!
-BOT_REASON_CAPS
- Desligue o CAPS LOCK!
-BOT_REASON_COLOR
- Não use cores neste canal!
-BOT_REASON_FLOOD
- Pare de floodar!
-BOT_REASON_REPEAT
- Pare de ficar repetindo!
-BOT_REASON_REVERSE
- Por favor não use reversos no canal!
-BOT_REASON_UNDERLINE
- Não use sublinhados neste canal!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Você me encontrou, %s!
-BOT_SEEN_YOU
- Procurando por si mesmo %s?
-BOT_SEEN_ON_CHANNEL
- %s está no canal neste momento!
-BOT_SEEN_ON_CHANNEL_AS
- %s está no canal neste momento (como %s) !
-BOT_SEEN_ON
- %s foi visto aqui pela última vez %s atrás.
-BOT_SEEN_NEVER
- Eu nunca vi %s neste canal.
-BOT_SEEN_UNKNOWN
- Eu não sei quem é %s.
-
-# BOT responses
-BOT_BOT_SYNTAX
-
- BOT ADD nick user host real
- BOT CHANGE nickantigo nicknovo [user [host [real]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- Bot %s já existe.
-BOT_BOT_CREATION_FAILED
- Desculpe, criação do bot falhou.
-BOT_BOT_READONLY
- Desculpe, comando CHANGE temporariamente desativado.
-BOT_BOT_ADDED
- %s!%s@%s (%s) adicionado à lista de bots.
-BOT_BOT_ANY_CHANGES
- A informação antiga é igual a nova.
-BOT_BOT_CHANGED
- Bot %s foi alterado para %s!%s@%s (%s)
-BOT_BOT_DELETED
- Bot %s foi removido.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Lista de bots:
-BOT_BOTLIST_PRIVATE_HEADER
- Bots reservados aos Operadores de IRC:
-BOT_BOTLIST_FOOTER
- %d bots disponíveis.
-BOT_BOTLIST_EMPTY
- Não existem bots disponíveis no momento.
- Peça a um Administrador dos Services para criar mais bots!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN canal nick
-BOT_ASSIGN_READONLY
- Desculpe, mas o comando ASSIGN está temporariamente desativado.
-BOT_ASSIGN_ALREADY
- Bot %s já está associado ao canal %s.
-BOT_ASSIGN_ASSIGNED
- Bot %s foi associado ao canal %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN canal
-BOT_UNASSIGN_UNASSIGNED
- Não possui mais nenhum bot associado ao canal %s.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {canal | nick}
-BOT_INFO_NOT_FOUND
- %s não é um bot válido ou um canal registrado.
-BOT_INFO_BOT_HEADER
- Informações do bot %s:
-BOT_INFO_BOT_MASK
- Máscara: %s@%s
-BOT_INFO_BOT_REALNAME
- RealName: %s
-BOT_INFO_BOT_CREATED
- Criado: %s
-BOT_INFO_BOT_USAGE
- Usado em: %d canal(is)
-BOT_INFO_BOT_OPTIONS
- Opções: %s
-BOT_INFO_OPT_PRIVATE
- Privado
-BOT_INFO_CHAN_HEADER
- Informações do canal %s:
-BOT_INFO_CHAN_BOT
- Nick do bot: %s
-BOT_INFO_CHAN_BOT_NONE
- Nick do bot: nenhum associado no momento.
-BOT_INFO_CHAN_KICK_BADWORDS
- Kick por palavrão: %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Kick por palavrão: %s (%d kick(s) para banir)
-BOT_INFO_CHAN_KICK_BOLDS
- Kick por negrito: %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kick por negrito: %s (%d kick(s) para banir)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Kick por Caps: %s (mínimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Kick por Caps: %s (%d kick(s) para banir; mínimo %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Kick por Caps: %s
-BOT_INFO_CHAN_KICK_COLORS
- Kick por cores: %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Kick por cores: %s (%d kick(s) para banir)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Kick por flood: %s (%d linhas em %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Kick por flood: %s (%d kick(s) para banir; %d linhas em %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Kick por flood: %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Kick por repetição: %s (%d vezes)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Kick por repetição: %s (%d kick(s) para banir; %d vezes)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Kick por repetição: %s
-BOT_INFO_CHAN_KICK_REVERSES
- Kick por reversos: %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Kick por reversos: %s (%d kick(s) para banir)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Kick por sublinhado: %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Kick por sublinhado: %s (%d kick(s) para banir)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- ativado
-BOT_INFO_INACTIVE
- desativado
-BOT_INFO_CHAN_OPTIONS
- Opções: %s
-BOT_INFO_OPT_DONTKICKOPS
- Proteção de OPs
-BOT_INFO_OPT_DONTKICKVOICES
- Proteção de Voices
-BOT_INFO_OPT_FANTASY
- Fantasia
-BOT_INFO_OPT_GREET
- Mensagem de entrada
-BOT_INFO_OPT_NOBOT
- Sem bot
-BOT_INFO_OPT_SYMBIOSIS
- Simbiose
-BOT_INFO_OPT_NONE
- Nenhuma
-
-# SET responses
-BOT_SET_SYNTAX
- SET canal opções configurações
-BOT_SET_DISABLED
- Desculpe, o comando SET está temporariamente desativado.
-BOT_SET_UNKNOWN
- Opção desconhecida: %s.
- Digite %R%S HELP SET para maiores informações.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET canal DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot não irá kickar OPs no canal %s.
-BOT_SET_DONTKICKOPS_OFF
- Bot irá kickar OPs no canal %s.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET canal DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot não irá kickar voices no canal %s.
-BOT_SET_DONTKICKVOICES_OFF
- Bot irá kickar voices no canal %s.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET canal FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Modo Fantasia está agora ATIVADO no canal %s.
-BOT_SET_FANTASY_OFF
- Modo Fantasia está agora DESATIVADO no canal %s.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET canal GREET {ON|OFF}
-BOT_SET_GREET_ON
- Modo mensagem de entrada está agora ATIVADO no canal %s.
-BOT_SET_GREET_OFF
- Modo mensagem de entrada está agora DESATIVADO no canal %s.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET canal NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Modo NOBOT está agora ATIVADO no canal %s.
-BOT_SET_NOBOT_OFF
- Modo NOBOT está agora DESATIVADO no canal %s.
-
-# SET SYMBIOSIS
-BOT_SET_PRIVATE_SYNTAX
- SET canal PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Modo Privado do bot %s está agora ATIVADO.
-BOT_SET_PRIVATE_OFF
- Modo Privado do bot %s está agora DESATIVADO.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET canal SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Modo SYMBIOSIS está agora ATIVADO no canal %s.
-BOT_SET_SYMBIOSIS_OFF
- Modo SYMBIOSIS está agora DESATIVADO no canal %s.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK canal opções {ON|OFF} [configurações]
-BOT_KICK_DISABLED
- Desculpe, as configurações do kicker estão temporariamente desativadas.
-BOT_KICK_UNKNOWN
- Opção desconhecida: %s.
- Digite %R%S HELP KICK para maiores informações.
-BOT_KICK_BAD_TTB
- %s não pode ser colocado como tempo para ban.
-
-BOT_KICK_BADWORDS_ON
- O bot irá agora kickar por palavrões. Use o comando
- BADWORDS para adicionar ou remover um palavrão.
-BOT_KICK_BADWORDS_ON_BAN
- O bot irá agora kickar por palavrões, e irá setar um ban
- após %d kicks no mesmo usuário. Use o comando BADWORDS
- para adicionar ou remover um palavrão.
-BOT_KICK_BADWORDS_OFF
- O bot não irá mais kickar por palavrões.
-BOT_KICK_BOLDS_ON
- O bot irá agora kickar por negritos.
-BOT_KICK_BOLDS_ON_BAN
- O bot irá agora kickar por negritos, e irá setar um ban
- após %d kicks no mesmo usuário.
-BOT_KICK_BOLDS_OFF
- O bot não irá mais kickar por negritos.
-BOT_KICK_CAPS_ON
- O bot irá agora kickar por caps (deve ter no mínimo
- %d caracteres e %d%% na mensagem inteira).
-BOT_KICK_CAPS_ON_BAN
- O bot irá agora kickar por caps (deve ter no mínimo
- %d caracteres e %d%% na mensagem inteira), e irá setar
- um ban após %d kicks no mesmo usuário.
-BOT_KICK_CAPS_OFF
- O bot não irá mais kickar por caps.
-BOT_KICK_COLORS_ON
- O bot irá agora kickar por cores.
-BOT_KICK_COLORS_ON_BAN
- O bot irá agora kickar por cores, e irá setar um ban após %d
- kicks no mesmo usuário.
-BOT_KICK_COLORS_OFF
- O bot não irá mais kickar por cores.
-BOT_KICK_FLOOD_ON
- O bot irá agora kickar por flood (%d linhas em %d segundos).
-BOT_KICK_FLOOD_ON_BAN
- O bot irá agora kickar por flood (%d linhas em %d segundos), e
- setar um ban após %d kicks no mesmo usuário.
-BOT_KICK_FLOOD_OFF
- O bot não irá mais kickar por flood.
-BOT_KICK_REPEAT_ON
- O bot irá agora kickar por repetição (usuários que escreverem
- %d vezes a mesma coisa).
-BOT_KICK_REPEAT_ON_BAN
- O bot irá agora kickar por repetição (usuários que escreverem
- %d vezes a mesma coisa), e irá setar um ban após %d
- kicks no mesmo usuário.
-BOT_KICK_REPEAT_OFF
- O bot não irá mais kickar por repetição.
-BOT_KICK_REVERSES_ON
- O bot irá agora kickar por reversos.
-BOT_KICK_REVERSES_ON_BAN
- O bot irá agora kickar por reversos, e irá setar um ban após %d
- kicks no mesmo usuário.
-BOT_KICK_REVERSES_OFF
- O bot não irá mais kickar por reversos.
-BOT_KICK_UNDERLINES_ON
- O bot irá agora kickar por sublinhados.
-BOT_KICK_UNDERLINES_ON_BAN
- O bot irá agora kickar por sublinhados, e irá setar um ban após %d
- kicks no mesmo usuário.
-BOT_KICK_UNDERLINES_OFF
- O bot não irá mais kickar por sublinhados.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS canal {ADD|DEL|LIST|CLEAR} [palavra | lista] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Desculpe, o comando BADWORDS está temporariamente desatvado.
-BOT_BADWORDS_REACHED_LIMIT
- Desculpe, você pode ter apenas %d palavrões em sua lista.
-BOT_BADWORDS_ALREADY_EXISTS
- %s já existe na lista de palavrões do %s.
-BOT_BADWORDS_ADDED
- %s adicionado na lista de palavrões do %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Entrada não encontrada (#%d) na lista de palavrões do %s.
-BOT_BADWORDS_NOT_FOUND
- %s não foi encontrado na lista de palavrões do %s.
-BOT_BADWORDS_NO_MATCH
- Nenhum resultado correspondente encontrado na lista do %s.
-BOT_BADWORDS_DELETED
- %s removido da lista de palavrões do %s.
-BOT_BADWORDS_DELETED_ONE
- Removida 1 entrada da lista de palavrões do %s.
-BOT_BADWORDS_DELETED_SEVERAL
- Removidas %d entradas da lista de palavrões do %s.
-BOT_BADWORDS_LIST_EMPTY
- Lista de palvrões do %s está vazia.
-BOT_BADWORDS_LIST_HEADER
- Lista de palavrões do %s:
- Núm Palavra Tipo
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Lista de palavrões está agora vazia.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY canal texto
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT canal texto
-
-BOT_EXCEPT
- Usuário combina com Except do canal.
-
-BOT_BAD_NICK
- O Nick do bot deve conter apenas caracteres válidos a Nicks.
-BOT_BAD_HOST
- O Host do bot deve conter apenas caracteres válidos a Hosts.
-BOT_BAD_IDENT
- A Identd do bot deve conter apenas caracteres válidos.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Os Services não conseguiram alterar os modos. Seus servidores estão configurados corretamente?
-OPER_BOUNCY_MODES_U_LINE
- Os Services não conseguiram alterar os modos. As U:lines dos seus servidores estão configuradas corretamente?
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL mensagem
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Opção STATS desconhecida: %s.
-OPER_STATS_CURRENT_USERS
- Usuários atuais: %d (%d ops)
-OPER_STATS_MAX_USERS
- Máximo atingido: %d (%s)
-
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Services ativos %d dias, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Services ativos %d dia, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Services ativos %d horas, %d minutos
-OPER_STATS_UPTIME_HM1S
- Services ativos %d horas, %d minutos
-OPER_STATS_UPTIME_H1MS
- Services ativos %d horas, %d minuto
-OPER_STATS_UPTIME_H1M1S
- Services ativos %d horas, %d minuto
-OPER_STATS_UPTIME_1HMS
- Services ativos %d hora, %d minutos
-OPER_STATS_UPTIME_1HM1S
- Services ativos %d hora, %d minutos
-OPER_STATS_UPTIME_1H1MS
- Services ativos %d hora, %d minuto
-OPER_STATS_UPTIME_1H1M1S
- Services ativos %d hora, %d minuto
-OPER_STATS_UPTIME_MS
- Services ativos %d minutos, %d segundos
-OPER_STATS_UPTIME_M1S
- Services ativos %d minutos, %d segundo
-OPER_STATS_UPTIME_1MS
- Services ativos %d minuto, %d segundos
-OPER_STATS_UPTIME_1M1S
- Services ativos %d minuto, %d segundo
-OPER_STATS_BYTES_READ
- Bytes lidos : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Bytes escritos: %5d kB
-OPER_STATS_USER_MEM
- Usuários : %6d registros, %5d kB
-OPER_STATS_CHANNEL_MEM
- Canais : %6d registros, %5d kB
-OPER_STATS_GROUPS_MEM
- Grupos NS : %6d registros, %5d kB
-OPER_STATS_ALIASES_MEM
- Nicks NS : %6d registros, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d registros, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d registros, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d registros, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d registros, %5d kB
-OPER_STATS_SESSIONS_MEM
- Sessões : %6d registros, %5d kB
-OPER_STATS_AKILL_COUNT
- Número atual de AKILLs: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Tempo atual de expiração de akill: %d dias
-OPER_STATS_AKILL_EXPIRE_DAY
- Tempo atual de expiração de akill: 1 dia
-OPER_STATS_AKILL_EXPIRE_HOURS
- Tempo atual de expiração de akill: %d horas
-OPER_STATS_AKILL_EXPIRE_HOUR
- Tempo atual de expiração de akill: 1 hora
-OPER_STATS_AKILL_EXPIRE_MINS
- Tempo atual de expiração de akill: %d minutos
-OPER_STATS_AKILL_EXPIRE_MIN
- Tempo atual de expiração de akill: 1 minuto
-OPER_STATS_AKILL_EXPIRE_NONE
- Tempo atual de expiração de akill: Não expira
-OPER_STATS_SNLINE_COUNT
- Número atual de SNLINEs: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Tempo atual de expiração de SNLINE: %d dias
-OPER_STATS_SNLINE_EXPIRE_DAY
- Tempo atual de expiração de SNLINE: 1 dia
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Tempo atual de expiração de SNLINE: %d horas
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Tempo atual de expiração de SNLINE: 1 hora
-OPER_STATS_SNLINE_EXPIRE_MINS
- Tempo atual de expiração de SNLINE: %d minutos
-OPER_STATS_SNLINE_EXPIRE_MIN
- Tempo atual de expiração de SNLINE: 1 minuto
-OPER_STATS_SNLINE_EXPIRE_NONE
- Tempo atual de expiração de SNLINE: Não expira
-OPER_STATS_SQLINE_COUNT
- Número atual de SQLINEs: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Tempo atual de expiração de SQLINE: %d dias
-OPER_STATS_SQLINE_EXPIRE_DAY
- Tempo atual de expiração de SQLINE: 1 dia
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Tempo atual de expiração de SQLINE: %d horas
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Tempo atual de expiração de SQLINE: 1 hora
-OPER_STATS_SQLINE_EXPIRE_MINS
- Tempo atual de expiração de SQLINE: %d minutos
-OPER_STATS_SQLINE_EXPIRE_MIN
- Tempo atual de expiração de SQLINE: 1 minuto
-OPER_STATS_SQLINE_EXPIRE_NONE
- Tempo atual de expiração de SQLINE: Não expira
-OPER_STATS_SZLINE_COUNT
- Número atual de SZLINEs: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Tempo atual de expiração de SZLINE: %d dias
-OPER_STATS_SZLINE_EXPIRE_DAY
- Tempo atual de expiração de SZLINE: 1 dia
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Tempo atual de expiração de SZLINE: %d horas
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Tempo atual de expiração de SZLINE: 1 hora
-OPER_STATS_SZLINE_EXPIRE_MINS
- Tempo atual de expiração de SZLINE: %d minutos
-OPER_STATS_SZLINE_EXPIRE_MIN
- Tempo atual de expiração de SZLINE: 1 minuto
-OPER_STATS_SZLINE_EXPIRE_NONE
- Tempo atual de expiração de SZLINE: Não expira
-OPER_STATS_RESET
- Resetar estatísticas.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE canal modos
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE nick modos
-OPER_UMODE_SUCCESS
- Modos do usuário %s alterados.
-OPER_UMODE_CHANGED
- %s alterou seus modos de usuário.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- As Operflags %s foram adicionadas para %s.
-OPER_OLINE_IRCOP
- Você agora é um Operador de IRC.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES canal[ALL]
-OPER_CLEARMODES_DONE
- Modos binários e bans removidos do canal %s.
-OPER_CLEARMODES_ALL_DONE
- Todos os modos foram removidos do canal %s.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK canal usuário motivo
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick novonick
-OPER_SVSNICK_NEWNICK
- O nick %s está sendo alterado para %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} [motivo]]
-OPER_AKILL_EXISTS
- %s já se encontra na lista de AKILL.
-OPER_AKILL_ALREADY_COVERED
- %s já está coberto pelo AKILL %s.
-OPER_AKILL_REACHED_LIMIT
- Desculpe, você pode ter apenas %d AKILLs.
-OPER_AKILL_NO_NICK
- Lembrete: As máscaras de AKILL não devem conter o nick; tenha certeza de que você não incluiu o nick na máscara.
-OPER_AKILL_ADDED
- %s adicionado à lista de AKILL.
-OPER_AKILL_CHANGED
- Tempo de expiração para %s alterado.
-OPER_AKILL_NOT_FOUND
- %s não encontrado na lista de AKILL.
-OPER_AKILL_NO_MATCH
- Nenhum resultado equivalente na lista de AKILL.
-OPER_AKILL_DELETED
- %s removido da lista de AKILL.
-OPER_AKILL_DELETED_ONE
- Removida 1 entrada da lista de AKILL.
-OPER_AKILL_DELETED_SEVERAL
- Removidas %d entradas da lista de AKILL.
-OPER_AKILL_LIST_EMPTY
- A lista de AKILL está vazia.
-OPER_AKILL_LIST_HEADER
- Lista de AKILL atual:
- Núm Máscara Motivo
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Lista de AKILL atual:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (por %s em %s; %s)
- %s
-OPER_AKILL_CLEAR
- Lista de AKILL apagada.
-OPER_CHANKILL_SYNTAX
- CHANKILL [+tempo] {#canal} [motivo]
-
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista}[:motivo]]
-OPER_SNLINE_UNSUPPORTED
- Desculpe, SNLINE não está disponível nesta Rede.
-OPER_SNLINE_EXISTS
- %s já existe na lista de SNLINE.
-OPER_SNLINE_ALREADY_COVERED
- %s já está coberto por %s.
-OPER_SNLINE_REACHED_LIMIT
- Desculpe, você pode ter apenas %d SNLINEs.
-OPER_SNLINE_ADDED
- %s adicionado à lista de SNLINE.
-OPER_SNLINE_CHANGED
- Tempo de expiração para %s aterado.
-OPER_SNLINE_NOT_FOUND
- %s não encontrado na lista de SNLINE.
-OPER_SNLINE_NO_MATCH
- Nenhum resultado equivalente na lista de SNLINE.
-OPER_SNLINE_DELETED
- %s removido da lista de SNLINE.
-OPER_SNLINE_DELETED_ONE
- Removida 1 entrada da lista de SNLINE.
-OPER_SNLINE_DELETED_SEVERAL
- Removidas %d entradas da lista de SNLINE.
-OPER_SNLINE_LIST_EMPTY
- A lista de SNLINE está vazia.
-OPER_SNLINE_LIST_HEADER
- Lista de SNLINE atual:
- Núm Máscara Motivo
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Lista de SNLINE atual:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (por %s em %s; %s)
- %s
-OPER_SNLINE_CLEAR
- A lista de SNLINE foi apagada.
-
-# SZLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} [motivo]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- SQLINEs de canal não são suportadas por este IRCd, então você não pode usá-las.
-OPER_SQLINE_EXISTS
- %s já existe na lista de SQLINE.
-OPER_SQLINE_ALREADY_COVERED
- %s já está coberto por %s.
-OPER_SQLINE_REACHED_LIMIT
- Desculpe, você pode ter apenas %d SQLINEs.
-OPER_SQLINE_ADDED
- %s adicionado à lista de SQLINE.
-OPER_SQLINE_CHANGED
- Tempo de expiração para %s alterado.
-OPER_SQLINE_NOT_FOUND
- %s não encontrado na lista de SQLINE.
-OPER_SQLINE_NO_MATCH
- Nenhum resultado equivalente na lista de SQLINE.
-OPER_SQLINE_DELETED
- %s removido da lista de SQLINE.
-OPER_SQLINE_DELETED_ONE
- Removida 1 entrada da lista de SQLINE.
-OPER_SQLINE_DELETED_SEVERAL
- Removidas %d entradas da lista de SQLINE.
-OPER_SQLINE_LIST_EMPTY
- A lista de SQLINE está vazia.
-OPER_SQLINE_LIST_HEADER
- Lista de SQLINE atual:
- Núm Máscara Motivo
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Lista de SQLINE atual:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (por %s em %s; %s)
- %s
-OPER_SQLINE_CLEAR
- A lista de SQLINE foi apagada.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+tempo] {máscara | lista} [motivo]]
-OPER_SZLINE_UNSUPPORTED
- Desculpe, SZLINE não está disponível nesta Rede.
-OPER_SZLINE_EXISTS
- %s já existe na lista de SZLINE.
-OPER_SZLINE_ALREADY_COVERED
- %s já está coberto por %s.
-OPER_SZLINE_REACHED_LIMIT
- Desculpe, você pode ter apenas %d SZLINEs.
-OPER_SZLINE_ONLY_IPS
- Lembrete: você pode apenas adicionar endereços de IP para a lista de SZLINE.
-OPER_SZLINE_ADDED
- %s adicionado à lista de SZLINE.
-OPER_SZLINE_CHANGED
- Tempo de expiração para %s alterado.
-OPER_SZLINE_NOT_FOUND
- %s não foi encontrado na lista de SZLINE.
-OPER_SZLINE_NO_MATCH
- Nenhum resultado equivalente na lista de SZLINE.
-OPER_SZLINE_DELETED
- %s removido da lista de SZLINE.
-OPER_SZLINE_DELETED_ONE
- Removida 1 entrada da lista de SZLINE.
-OPER_SZLINE_DELETED_SEVERAL
- Removidas %d entradas da lista de SZLINE.
-OPER_SZLINE_LIST_EMPTY
- A lista de SZLINE está vazia.
-OPER_SZLINE_LIST_HEADER
- Lista atual de SZLINE:
- Núm Máscara Motivo
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Lista atual de SZLINE:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (por %s em %s; %s)
- %s
-OPER_SZLINE_CLEAR
- A lista de SZLINE foi apagada.
-
-# SET responses
-OPER_SET_SYNTAX
- SET opção configuração
-OPER_SET_IGNORE_ON
- Opção IGNORE será usada.
-OPER_SET_IGNORE_OFF
- Opção IGNORE não será usada.
-OPER_SET_IGNORE_ERROR
- Configuração do IGNORE deve ser ON ou OFF.
-OPER_SET_READONLY_ON
- Services estão agora no modo somente leitura.
-OPER_SET_READONLY_OFF
- Services estão agora no modo leitura e gravação.
-OPER_SET_READONLY_ERROR
- Configuração do READONLY deve ser ON ou OFF.
-OPER_SET_LOGCHAN_ON
- Services estão enviando o log no canal %s.
-OPER_SET_LOGCHAN_OFF
- Services deixando de enviar o log.
-OPER_SET_LOGCHAN_ERROR
- Configuração do LOGCHAN deve ser ON ou OFF e LogChan deve estar definido.
-OPER_SET_DEBUG_ON
- Services estão agora no modo debug.
-OPER_SET_DEBUG_OFF
- Services não estão mais no modo debug.
-OPER_SET_DEBUG_LEVEL
- Services estão agora no modo debug (nível %d).
-OPER_SET_DEBUG_ERROR
- Configuração do DEBUG deve ser ON, OFF, ou um número positivo.
-OPER_SET_NOEXPIRE_ON
- Services estão agora no modo não expira.
-OPER_SET_NOEXPIRE_OFF
- Services estão agora no modo expira.
-OPER_SET_NOEXPIRE_ERROR
- Opção NOEXPIRE deve ser ON ou OFF.
-OPER_SET_UNKNOWN_OPTION
- Opção desconhecida: %s.
-OPER_SET_LIST_OPTION_ON
- %s está ativada
-OPER_SET_LIST_OPTION_OFF
- %s está desativada
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} servidor
-OPER_NOOP_SET
- Todas as O:lines do servidor %s foram removidas.
-OPER_NOOP_REVOKE
- Todas as O:lines do servidor %s foram resetadas.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE servidor [motivo]
-OPER_JUPE_HOST_ERROR
- Por favor, use um nome de servidor válido quando estiver "jupando".
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Atualizando banco de dados.
-
-# RELOAD responses
-OPER_RELOAD
- Arquivos de configuração dos Services foram recarregados.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN não definido; não foi possível reiniciar. Rode novamente o \2configure\2 e recompile os services para habilitar o comando RESTART.
-
-# LISTIGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [tempo] [nick | mask]
-OPER_IGNORE_VALID_TIME
- Você precisa digitar um número válido como tempo.
-OPER_IGNORE_TIME_DONE
- %s agora será ignorado por %s.
-OPER_IGNORE_PERM_DONE
- %s agora será permanentemente ignorado.
-OPER_IGNORE_DEL_DONE
- %s não será mais ignorado.
-OPER_IGNORE_LIST
- Lista de Ignore dos Services:
-OPER_IGNORE_LIST_NOMATCH
- %s não encontrado na lista de Ignore.
-OPER_IGNORE_LIST_EMPTY
- Lista de Ignore dos Services vazia.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- Lista de Ignore foi apagada.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Não foi possível encontrar o nick %s.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Lista de canais:
- Nome Usuários Tópico
-OPER_CHANLIST_HEADER_USER
- Lista de canais do %s:
- Nome Usuários Tópico
-OPER_CHANLIST_RECORD
- %-20s %4d %s
-OPER_CHANLIST_END
- Fim da listagem.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Lista de usuários:
- Nick Máscara
-OPER_USERLIST_HEADER_CHAN
- Lista de usuários do %s:
- Nick Máscara
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Fim da listagem.
-
-OPER_SUPER_ADMIN_ON
- Você é agora um Super-Admin
-OPER_SUPER_ADMIN_OFF
- Você não é mais um Super-Admin
-OPER_SUPER_ADMIN_SYNTAX
- Configuração de SuperAdmin deve ser ON ou OFF (deve estar habilitada no services.conf).
-OPER_SUPER_ADMIN_WALL_ON
- %s é agora um Super-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s não é mais um Super-Admin
-OPER_SUPER_ADMIN_ONLY
- Apenas Super-Admins podem usar este comando.
-OPER_STAFF_LIST_HEADER
- On Nível Nick
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Este serviço está temporariamente desabilitado, por favor tente novamente mais tarde
-OPER_DEFCON_CHANGED
- Services estão agora em DEFCON %d
-OPER_DEFCON_WALL
- %s alterou o Nível do DEFCON para %d
-DEFCON_GLOBAL
- O Nível do Defcon está agora no Nível: %d
-
-# Modules strings
-
-OPER_MODULE_LOADED
- Módulo %s carregado
-OPER_MODULE_UNLOADED
- Módulo %s descarregado
-OPER_MODULE_LOAD_FAIL
- Impossível carregar o módulo %s
-OPER_MODULE_REMOVE_FAIL
- Impossível remover o módulo %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD NomeDoArquivo
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD NomeDoArquivo
-OPER_MODULE_LIST_HEADER
- Lista de Módulos atual:
-OPER_MODULE_LIST
- Módulo: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d módulos carregados.
-OPER_MODULE_INFO_LIST
- Módulo: %s Versão: %s Autor: %s Carregado: %s
-OPER_MODULE_CMD_LIST
- Comando fornecido: /%R%s %s
-OPER_MODULE_MSG_LIST
- Fornecendo IRCd handler para: %s
-OPER_MODULE_NO_LIST
- Nenhum módulo carregado atualmente.
-OPER_MODULE_NO_INFO
- Nenhuma informação sobre o módulo %s está disponível.
-OPER_MODULE_INFO_SYNTAX
- MODINFO NomeDoArquivo
-
-MODULE_HELP_HEADER
- Os seguintes comandos foram carregados por um módulo:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parâmetros]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+tempo] máscara limite motivo
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {máscara | lista}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE núm posição
-OPER_EXCEPTION_DISABLED
- Opção de limite de sessões desabilitada.
-OPER_EXCEPTION_ALREADY_PRESENT
- Máscara %s já presente na lista de limite de sessões.
-OPER_EXCEPTION_TOO_MANY
- Lista de limite de sessões está cheia!
-OPER_EXCEPTION_ADDED
- Limite de sessões para %s é agora de %d.
-OPER_EXCEPTION_MOVED
- Sessão para %s (#%d) alterada para a posição %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Nenhuma entrada equivalente (#%d) na lista de limite de sessões.
-OPER_EXCEPTION_NOT_FOUND
- %s não encontrado na lista de limite de sessões.
-OPER_EXCEPTION_NO_MATCH
- Nenhum resultado encontrado na lista de limite de sessões.
-OPER_EXCEPTION_DELETED
- %s removido da lista de limite de sessões.
-OPER_EXCEPTION_DELETED_ONE
- Removida 1 entrada da lista de limite de sessões.
-OPER_EXCEPTION_DELETED_SEVERAL
- Removidas %d entradas da lista de limite de sessões.
-OPER_EXCEPTION_LIST_HEADER
- Atual lista de Limite de sessões:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Núm Limite Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (por %s em %s; %s)
- Limite: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Limite de sessão inválida. O limite deve ser um número inteiro maior ou igual a zero e menor que %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Máscara inválida. Apenas máscaras (hosts) são válidas como exceções aos limites de sessões. Nick ou username não são válidos.
-OPER_EXCEPTION_EXISTS
- %s já existe na lista de EXCEPTION.
-OPER_EXCEPTION_CHANGED
- Exceção para %s foi atualizada para %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limite | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limite
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- Limite de sessões está desativado.
-OPER_SESSION_INVALID_THRESHOLD
- Número inválido. Deve ser um número inteiro maior que 1.
-OPER_SESSION_NOT_FOUND
- %s não encontrado na lista de Limite de Sessões.
-OPER_SESSION_LIST_HEADER
- Hosts com pelo menos %d sessões:
-OPER_SESSION_LIST_COLHEAD
- Sessões Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- O host %s possui atualmente %d sessões com um limite de %d.
-
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Sintaxe: EXCEPTION ADD [+tempo] máscara limite motivo
- EXCEPTION DEL {máscara | lista}
- EXCEPTION MOVE núm posição
- EXCEPTION LIST [máscara | lista]
- EXCEPTION VIEW [máscara | lista]
-
- Permite que os Administradores dos Services manipulem a lista
- de hosts que tenham limite de conexões especificados - deixando
- certos hosts, como shell de servidores, conectar mais que o
- número padrão de conexões simultâneas. Uma vez um host atingindo
- um limite de conexão, todos os clientes que tentem conectar
- daquele host serão expulsos ("killados").
-
- Antes do usuário ser expulso ("killado"), ele será notificado
- via /NOTICE do %S com um tópico de ajuda sobre limitação
- de conexões.
-
- EXCEPTION ADD adiciona a máscara fornecida à lista de exceções.
- Note que as máscaras nick!user@host e user@host são
- inválidas. Só nomes reais de hosts, como mail.dominio.com e
- *.dominio.com, são permitidos porque a limitação de
- conexão não utiliza o nick ou ident para bloquear o acesso.
-
- EXCEPTION DEL remove a máscara especificada da Lista de
- exceções.
- EXCEPTION MOVE move uma exceção de número núm para uma
- posição dada. As exceções que estavam na faixa onde houve
- alteração serão todas movidas para cima ou para baixo conforme
- for o deslocamento necessário.
- EXCEPTION LIST ou EXCEPTION VIEW mostram todas as
- exceções atuais válidas; se uma máscara é dada como parâmetro
- opcional, a lista é limitada as exceções que são compatíveis
- com a máscara dada. A diferenca é que EXCEPTION VIEW
- é mais detalhado, mostrando o nome da pessoa que adicionou
- a exceção, o seu limite de conexões, o motivo, a máscara do
- host, a data e o tempo de validade.
-
- Note que um cliente que conecte vai usar a primeira exceção
- que for compatível com o seu host. Listas de exceções muito
- grandes e máscaras de hosts muito abrangentes certamente
- irão degradar a eficácia de funcionamento ("performance")
- dos services.
-
-OPER_HELP_SESSION
- Sintaxe: SESSION LIST número
- SESSION VIEW host
-
- Permite que os Administradores dos Services vejam a lista de
- conexões.
-
- SESSION LIST lista máscaras de hosts com pelo menos
- número conexões permitidas.
- O limite deve ser um número maior que 1. Isto deve prevenir
- a listagem de muitos hosts com um limite de conexões
- limitado a 1.
- SESSION VIEW mostra informações detalhadas sobre um host
- específico, incluindo o número de conexões atual e o limite
- A máscara dada em host não deve incluir wildcards.
-
- Veja a ajuda sobre EXCEPTION para mais informações sobre
- o limite de conexões e como especificar limites de conexões
- para certos hosts e grupos de hosts.
-
-OPER_HELP_STAFF
- Sintaxe: STAFF
-
- Exibe todos os nicks da Staff dos Services juntamente com seus
- níveis e status on-line.
-
-OPER_HELP_DEFCON
- Sintaxe: DEFCON [1|2|3|4|5]
-
- O sistema Defcon pode ser usado para implementar um conjunto
- pré-definido de restrições aos Services, útil durante uma
- tentativa de ataque à Rede.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Impedido o registro de novos canais
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Impedido o registro de novos nicks
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Impedida a mudança de MLOCK
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Força os Modos de Canal (%s) a serem setados em todos os canais
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Usa o limite de sessões reduzido de %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Killa quaisquer NOVOS clientes conectando
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignora quaisquer não-opers com mensagem
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Silenciosamente ignora não-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILLA quaisquer novos clientes conectando
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Impede o envio de novos memos
-OPER_HELP_CHANKILL
- Sintaxe: CHANKILL [+tempo] canal motivo
-
- Adiciona um AKILL para cada nick no canal especificado. Isso
- usa por completo todo o host real ident@host para cada nick;
- em seguida, força o AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Logon News - %s] %s
-NEWS_OPER_TEXT
- [Oper News - %s] %s
-
-NEWS_RANDOM_TEXT
- [Random News - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [texto|núm]
-NEWS_LOGON_LIST_HEADER
- Logon News itens:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s por %s)
- %s
-NEWS_LOGON_LIST_NONE
- Não existem logon news.
-NEWS_LOGON_ADD_SYNTAX
- LOGONNEWS ADD texto
-NEWS_LOGON_ADD_FULL
- Lista de logon news está cheia!
-NEWS_LOGON_ADDED
- Adicionado novo logon news (#%d).
-NEWS_LOGON_DEL_SYNTAX
- LOGONNEWS DEL {núm | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Logon news não encontrado #%d!
-NEWS_LOGON_DELETED
- Logon news removido #%d.
-NEWS_LOGON_DEL_NONE
- Nenhum logon news para remover!
-NEWS_LOGON_DELETED_ALL
- Todos os logon news foram removidos.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [texto|núm]
-NEWS_OPER_LIST_HEADER
- Oper News itens:
-NEWS_OPER_LIST_ENTRY
- %5d (%s por %s)
- %s
-NEWS_OPER_LIST_NONE
- Não existe nenhum oper news.
-NEWS_OPER_ADD_SYNTAX
- OPERNEWS ADD texto
-NEWS_OPER_ADD_FULL
- Lista de oper news está cheia!
-NEWS_OPER_ADDED
- Adicionado novo OperNews (#%d).
-NEWS_OPER_DEL_SYNTAX
- OPERNEWS DEL {núm | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- OperNews não encontrado #%d!
-NEWS_OPER_DELETED
- OperNews removido #%d.
-NEWS_OPER_DEL_NONE
- Nenhum OperNews para remover!
-NEWS_OPER_DELETED_ALL
- Todos os OperNews foram removidos.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [texto|núm]
-NEWS_RANDOM_LIST_HEADER
- Random News itens:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s por %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Não há RandomNews.
-NEWS_RANDOM_ADD_SYNTAX
- RANDOMNEWS ADD texto
-NEWS_RANDOM_ADD_FULL
- A lista de News está cheia!
-NEWS_RANDOM_ADDED
- Adicionada novo item RandomNews (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- RANDOMNEWS DEL {núm | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- RandomNews item #%d não encontrado!
-NEWS_RANDOM_DELETED
- RandomNews item #%d deletado.
-NEWS_RANDOM_DEL_NONE
- Nenhum item RandomNews para deletar!
-NEWS_RANDOM_DELETED_ALL
- Todos os itens RandomNews deletados.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Sintaxe: RANDOMNEWS ADD texto
- RANDOMNEWS DEL {núm | ALL}
- RANDOMNEWS LIST
-
- Edita ou mostra a lista de random news. Quando um usuário
- se conecta à rede, uma (apenas uma) das random news será
- aleatóriamente escolhida e enviada a ele.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirma um código de autorização do NickServ
-NICK_HELP_CMD_RESEND
- RESEND Reenvia um código de autorização do NickServ
-NICK_HELP_CMD_REGISTER
- REGISTER Registra um nick
-NICK_HELP_CMD_GROUP
- GROUP Se junta a um grupo
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Identifica seu nick com sua senha
-NICK_HELP_CMD_ACCESS
- ACCESS Modifica a lista de endereços autorizados
-NICK_HELP_CMD_SET
- SET Ajusta opções, incluindo proteção de kill
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Cancela o registro de um nick
-NICK_HELP_CMD_RECOVER
- RECOVER Derruba usuário que esteja usando seu nick
-NICK_HELP_CMD_RELEASE
- RELEASE Retoma a custódia do seu nick após um RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Esqueceu sua senha? Tente isto
-NICK_HELP_CMD_GHOST
- GHOST Termina uma sessão "fantasma" de IRC que esteja usando seu nick
-NICK_HELP_CMD_ALIST
- ALIST Lista todos os canais nos quais você tem acesso
-NICK_HELP_CMD_GLIST
- GLIST Lista todos os nicks do seu grupo
-NICK_HELP_CMD_INFO
- INFO Mostra informações sobre algum nick registrado
-NICK_HELP_CMD_LIST
- LIST Lista todos os nicks registrados que combinam com o padrão fornecido
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverte o efeito do comando IDENTIFY
-NICK_HELP_CMD_STATUS
- STATUS Retorna o status do owner de um determinado nick
-NICK_HELP_CMD_UPDATE
- UPDATE Atualiza seu status atual, ou seja, verifica novos memos
-NICK_HELP_CMD_GETPASS
- GETPASS Recupera a senha de um determinado nick
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Encontra e retorna todos os usuários que se
- registraram usando o email fornecido
-NICK_HELP_CMD_FORBID
- FORBID Previne um nick de ser usado ou registrado
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspende o nick fornecido
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Libera o nick fornecido
-
-NICK_HELP
- %S permite que você "registre" um nick e evita que outras
- pessoas o utilizem. Os seguintes comandos permitem o
- registro e a manutenção dos nicks; para utilizá-los, digite
- %R%S comando. Para mais informações sobre um
- comando específico, digite %R%S HELP comando.
-
-NICK_HELP_FOOTER
- NOTA: Este serviço tem a intenção de prover um modo para
- que usuários do IRC não tenham sua identidade comprometida.
- Isto NÃO é voltado para facilitar "roubo" dos nicks ou
- outras atitudes mau intencionadas. O abuso do %S
- resultará em, no mínimo, perda do(s) nick(s) abusivo(s).
-
-NICK_HELP_EXPIRES
-
- Nicks que não estejam mais sendo usados estão sujeitos
- a expirarem automaticamente, ou seja, eles serão apagados
- após %d dias sem serem usados.
-
-NICK_HELP_REGISTER
- Sintaxe: REGISTER senha [email]
-
- Registra seu nick no banco de dados do %S. Uma vez
- que seu nick está registrado, você pode usar os comandos
- SET e ACCESS para configurar as opções do seu nick como
- você preferir depois. Certifique-se de lembrar sua senha
- durante o registro, você precisará dela para fazer alterações
- no seu nick futuramente.
- (Lembre-se que maiúsculas diferem, como: ANOPE, Anope e
- anope são senhas diferentes!)
-
- Sugestões ao escolher sua senha:
-
- As senhas não devem ser de fácil adivinhação. Por exemplo,
- usar seu nome como senha é uma péssima idéia. Utilizar seu
- nick como senha é uma idéia muito pior e, de fato, o %S
- não permitirá isso. Da mesma maneira, senhas curtas são
- vulneráveis a testes de erro-e-acerto, então você deve
- escolher uma senha com pelo menos 5 caracteres. Finalmente,
- o caractere "ESPAÇO" não pode ser usado em senhas.
-
- O parâmetro email é opcional e servirá para setar um
- email para seu nick. Entretanto, o email pode ser obrigatório
- em algumas Redes de IRC.
- Sua privacidade é respeitada; este e-mail nunca será dado
- para terceiros.
-
- Este comando servirá também para criar um GRUPO para o seu
- nick, e irá permitir que você registre outros nicks e divida
- as mesmas configurações, os mesmos memos e os mesmos
- privilégios em canais. Para maiores informações neste recurso,
- digite %R%S HELP GROUP.
-
-NICK_HELP_GROUP
- Sintaxe: GROUP alvo senha
-
- Este comando faz seu nick entrar no grupo de um nick alvo.
- A senha é a senha do nick alvo.
-
- Entrando em um grupo permitirá a você compartilhar suas
- configurações, memos e privilégios em canais com todos os
- nicks do grupo.
-
- Um grupo existe por quanto tempo for necessário. Isso
- significa que mesmo se um nick do grupo for desregistrado,
- você não perderá os recursos compartilhados citados acima,
- durante o tempo em que houver pelo menos um nick restando
- no grupo.
-
- Você pode usar este comando mesmo se não ainda não tiver
- registrado seu nick. Se seu nick já estiver registrado,
- você precisará identificá-lo antes de usar este comando.
- Digite %R%S HELP IDENTIFY para mais informação; talvez
- isso não seja possível em algumas redes.
-
- É recomendável usar este comando com nicks não-registrados,
- pois eles serão automaticamente registrados ao usar o comando.
- Você pode usar isto com um nick registrado (para alterar seu
- grupo) apenas se for permitido na rede.
-
- Você só pode estar em um grupo por vez. Mesclar grupos não é
- possível.
-
- Atenção: todos os nicks do grupo terão a mesma senha.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Sintaxe: IDENTIFY [account] senha
-
- Identifica você ao %S como sendo dono do nick.
- Muitos comandos exigem que você se identifique com este
- comando antes de você usá-los. A senha deve ser a mesma que
- você enviou com o comando REGISTER.
-
-NICK_HELP_UPDATE
- Sintaxe: UPDATE
-
- Atualiza seu status atual, ou seja, checa por novos memos,
- seta modos de canal necessários (ModeonID) e atualiza seu
- vHost e suas flags de usuário (Último horário visto etc).
-
-NICK_HELP_LOGOUT
- Sintaxe: LOGOUT
-
- Este comando reverte o efeito do comando IDENTIFY, ou seja,
- faz com que você não seja mais reconhecido como o verdadeiro
- dono do nick. Note, entretanto, que ele não pedirá que você se
- identifique novamente.
-
-NICK_HELP_DROP
- Sintaxe: DROP [nick]
-
- Sem parâmetros, cancela o registro de seu nick no banco
- de dados do %S. Um nick que foi desregistrado é livre para
- qualquer um que queira registrá-lo.
-
- Você pode também desregistrar um nick de seu grupo
- especificando-o com o parâmetro nick.
-
- Para você usar este comando, será necessário que primeiro
- você se identifique usando sua senha (%R%S HELP IDENTIFY
- para maiores informações).
-
-NICK_HELP_ACCESS
- Sintaxe: ACCESS ADD máscara
- ACCESS DEL máscara
- ACCESS LIST
-
- Modifica ou mostra a lista de acesso do seu nick. Esta é
- a lista de endereços a qual será automaticamente reconhecida
- pelo %S como as permitidas a usarem seu nick. Se você
- quer usar um nick de um endereço diferente, você deve usar o
- comando IDENTIFY para identificar-se ao %S
-
- Exemplos:
-
- ACCESS ADD nick@*.provedor.com.br
- Permite o acesso do usuário nick de qualquer
- máquina com o domínio provedor.com.br.
-
- ACCESS DEL nick@*.provedor.com.br
- Reverte o comando anterior
-
- ACCESS LIST
- Mostra a lista de acesso atual.
-
-NICK_HELP_SET_HEAD
- Sintaxe: SET opção parâmetros
-
- Ajusta várias opções de nick. A opção pode ser:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Mostra o seu grupo nos Services
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Ajusta a senha do seu nick
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Ajusta a linguagem dos Services quando
- mensagens são enviadas à você
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Associa um endereço de e-mail ao seu nick
-NICK_HELP_CMD_SET_GREET
- GREET Associa uma mensgem de entrada ao seu nick
-NICK_HELP_CMD_SET_KILL
- KILL Ativa/Desativa a proteção de kill para o seu nick
-NICK_HELP_CMD_SET_SECURE
- SECURE Ativa/Desativa os recursos de segurança para o seu nick
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Previne seu nick de aparecer em um %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE Esconde certas informações sobre seu nick
-NICK_HELP_CMD_SET_MSG
- MSG Altera o método de comunicação dos Services
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Para usar este comando, você deve primeiro se identificar
- com sua senha (%R%S HELP IDENTIFY para maiores
- informações).
-
- Digite %R%S HELP SET opção para maiores informações
- sobre um comando específico.
-
-NICK_HELP_SET_DISPLAY
- Sintaxe: SET DISPLAY novo-display
-
- Altera o display usado como referência ao nome do seu grupo
- nos Services. O novo display DEVE ser um nick do seu grupo.
-
-NICK_HELP_SET_PASSWORD
- Sintaxe: SET PASSWORD nova-senha
-
- Muda a senha de seu nick.
-
-NICK_HELP_SET_LANGUAGE
- Sintaxe: SET LANGUAGE número
-
- Muda a linguagem que os Services usam ao enviar mensagens
- para você (por exemplo, quando responde um comando que você
- emite). A linguagem Português, assim como outras, pode
- apresentar algumas diferenças da linguagem Inglês (English),
- já que Inglês é a linguagem oficial destes Services.
- O número deve ser escolhido da seguinte lista de línguas:
-
-
-NICK_HELP_SET_EMAIL
- Sintaxe: SET EMAIL endereço
-
- Associa um endereço de email designado ao seu nick. Este
- endereço será sempre mostrado quando alguém solicitar
- informação sobre seu nick atraves do comando INFO.
- O email especificado também é usado para enviar sua senha
- caso seja perdida. Caso não tenha nenhum endereço para seu
- nick ou o mesmo seje inválido, não será possível recuperar
- a senha perdida.
-
-NICK_HELP_SET_GREET
- Sintaxe: SET GREET mensagem
-
- Faz com que a mensagen escolhida se torne a sua mensagem
- de entrada que aparecerá sempre quando você entrar em um canal
- que tenha a opção GREET habilitada, e também tenha acesso a isto.
-
-NICK_HELP_SET_KILL
- Sintaxe: SET KILL {ON | QUICK | IMMED | OFF}
-
- Possibilita a proteção de KILL do seu nick. Com a proteção
- de KILL acionada, se outro usuário tentar tomar seu nick,
- será dado 1 minuto para este mudar de nick; após isso, será
- forçado pelo %S a trocar de nick, ou será desconectado da
- rede (esse último não acontece em todas elas).
-
- Se você selecionar QUICK, será dado ao usuário somente 20
- segundos para mudar de nick ao invés do usual (60 segundos).
- Se você selecionar a opção IMMED, o nick será mudado
- imediatamente sem mesmo ser avisado antes; é recomendado
- não usar essa opção, a não ser que seja necessário. Pode
- acontecer do Administrador da Rede desabilitar essa opção.
-
-NICK_HELP_SET_SECURE
- Sintaxe: SET SECURE {ON | OFF}
-
- Torna os recursos de segurança do %S ativados (ON) ou
- desativados (OFF) sobre o seu nick. Com o SECURE acionado
- você deve entrar com sua senha antes de ser reconhecido como
- usuário do nick, independentemente do fato do seu endereço
- constar na lista de acesso. Entretanto, se você está na
- lista de acesso, o %S não irá dar auto-kill em você de
- acordo com os ajustes da opção KILL.
-
-NICK_HELP_SET_PRIVATE
- Sintaxe: SET PRIVATE {ON | OFF}
-
- Torna a opção de privacidade do %S sobre o seu nick
- em ativada (ON) ou desativada (OFF). Com o PRIVATE ativado,
- seu nick não aparecerá nas listagens de nicks geradas com
- o comando %S's LIST. (Entretando, alguém que sabe do seu
- nick ainda pode obter informações usando o comando INFO).
-
-NICK_HELP_SET_HIDE
- Sintaxe: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Permite que você previna que certas informações sejam
- mostradas quando alguém usa %S INFO no seu nick. Você pode
- esconder seu endereço de e-mail (EMAIL), última máscara vista
- user@host (USERMASK), seu status de acesso aos Services
- (STATUS) e sua última mensagem de saída (QUIT).
- O segundo parâmetro especifica quando a informação deve ser
- mostrada (OFF) ou escondida (ON).
-
-NICK_HELP_SET_MSG
- Sintaxe: SET MSG {ON | OFF}
-
- Permite que você escolha a forma que os Services devem se
- comunicar com você. Com MSG acionado, os Services irão usar
- mensagems, caso contrário, usarão notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Sintaxe: RECOVER nick [senha]
-
- Permite que você recupere seu nick se alguém o tiver
- tomado; isso faz o mesmo que o %S faz automaticamente
- se alguém "rouba" um nick protegido com kill.
-
- Quando você usa este comando, o %S trará um falso
- usuário online com o mesmo nick de quem o está usando.
- Isto causará uma desconexão pelo servidor de IRC do outro
- usuário. O falso usuário ficará online por %s para
- assegurar que o outro usuário não reconecte imediatamente;
- Durante você pode reivindicar seu nick.
- Alternativamente, use o comando RELEASE
- (%R%S HELP RELEASE) para retomar seu nick mais
- rapidamente.
-
- Para usar o comando RECOVER em um nick, seu endereço
- atual como mostrado no /WHOIS deve estar na lista de acesso
- do nick, você deve estar identificado e estar no grupo daquele
- nick, ou você deve fornecer a senha correta para o nick.
-
-NICK_HELP_RELEASE
- Sintaxe: RELEASE nick [senha]
-
- Instrui o %S a remover qualquer espera no seu nick
- causada pelo kill automático de proteção ou pelo uso do
- comando RECOVER. Por padrão, essa espera dura %s;
- este comando libera o seu nick mais cedo.
-
- Para usar o comando RELEASE em um nick, seu endereço
- atual como mostrado no /WHOIS deve estar na lista de acesso
- do nick, você deve estar identificado e estar no grupo daquele
- nick, ou você deve fornecer a senha correta para o nick.
-
-NICK_HELP_GHOST
- Sintaxe: GHOST nick [senha]
-
- Termina uma sessão "fantasma" de IRC que esteja usando seu
- nick. A sessão "fantasma" é aquela que não está realmente
- conectada, mas que o servidor de IRC acredita estar ainda
- ativa por qualquer razão. Isso acontece normalmente se seu
- computador travar ou se sua conexão com a internet ou modem
- cair por um período curto de tempo enquanto você está no IRC.
-
- Para usar o comando GHOST em um nick, seu endereço
- atual como mostrado no /WHOIS deve estar na lista de acesso
- do nick, você deve estar identificado e estar no grupo daquele
- nick, ou você deve fornecer a senha correta para o nick.
-
-NICK_HELP_INFO
- Sintaxe: INFO nick
-
- Mostra a informação sobre o nick dado, como o dono do nick,
- último endereço utilizado e horário, e opções. Se você está
- identificado para o nick que você está obtendo informações
- e a opção ALL é especificada, será mostrado a você toda
- informação possível; independente de haver opções para esconder.
-
-NICK_HELP_LIST
- Sintaxe: LIST padrão
-
- Lista todos os nicks registrados que combinam com o padrão
- fornecido no formato nick!ident@host. Nicks com a opção
- PRIVATE ligada não serão mostrados.
-
- Exemplos:
-
- LIST *!ident@servidor.com.br
- Lista todos os nicks de *!ident@servidor.com.br.
-
- LIST *Bot*!*@*
- Lista todos os nicks registrados com Bot em seus
- idents (insensível a maiúsculas).
-
- LIST *!*@*.bar.org
- Lista todos os nicks possuídos por usuários do domínio
- bar.org
-
-NICK_HELP_ALIST
- Sintaxe: ALIST [nível]
-
- Lista todos os canais nos quais você tem acesso. Opcionalmente,
- você pode especificar um nível no formato XOP ou ACCESS. A lista
- de resultado inclui apenas os canais nos quais você tem o nível
- de acesso fornecido.
-
- Exemplos:
- ALIST Founder
- Lista todos os canais nos quais você tem acesso de Founder.
-
- ALIST AOP
- Lista todos os canais nos quais você tem acesso AOP ou maior.
-
- ALIST 10
- Lista todos os canais nos quais você tem nível 10 de acesso ou maior.
-
- Canais com a opção NOEXPIRE serão prefixados por uma exclamação.
-
-NICK_HELP_GLIST
- Sintaxe: GLIST
-
- Lista todos os nicks do grupo.
-
-NICK_HELP_STATUS
- Sintaxe: STATUS nick...
-
- Retorna se o usuário que está usando um determinado nick
- é reconhecio como dono do nick.
- A resposta tem este formato:
-
- nick código-de-status account
-
- where nick is the nickname sent with the command,
- código-de-status is one of the following, and account
- is the account they are logged in as.
-
- 0 - usuário não está conectado ou o nick não está registrado
- 1 - usuário não reconhecido como dono do nick
- 2 - usuário reconhecido como dono só pela lista de acesso
- 3 - usuário reconhecido como dono via identificação por senha
-
- Até 16 nicks podem ser enviados com cada comando; o resto será
- ignorado. Se nenhum nick for fornecido, seu status será exibido.
-
-NICK_HELP_SENDPASS
- Sintaxe: SENDPASS nick
-
- Envia a senha do nick em questão para o endereço de email
- ajustado no nick. Esse comando é bem útil em se falando
- de senhas perdidas.
-
- Poder ser limitado a Operadores de IRC em algumas redes.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a codekey to the nickname with the instructions on how to
- reset their psasword.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Os Administradores dos Services podem ainda usar o DROP em qualquer nick
- sem ser necessário se identificar como dono dele, e podem ver a lista de
- acesso de qualquer nick (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Sintaxe: LOGOUT [nick [REVALIDATE]]
-
- Sem nenhum parâmetro, reverte o efeito do comando IDENTIFY,
- ou seja, faz com que você não seja mais reconhecido como o
- verdadeiro dono do nick. Note, entretanto, que ele não pedirá
- que você se identifique novamente.
-
- Com um parâmetro, fará o mesmo para o nick determinado. Se você
- especificar REVALIDATE também, os Services irão pedir que o nick
- em questão se identifique novamente.
-
- Comando limitado aos Administradores dos Services.
-
-NICK_SERVADMIN_HELP_DROP
- Sintaxe: DROP [nick]
-
- Sem parâmetros, cancela o registro de seu nick no banco de
- dados do %S.
-
- Com parâmetros, cancela o registro do nick especificado
- do banco de dados. Você pode desregistrar qualquer nick DE
- SEU GRUPO sem nenhum privilégio especial, mas desregistrar
- QUALQUER nick é restrito aos Administradores dos Services.
-
-NICK_SERVADMIN_HELP_LIST
- Sintaxe: LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Lista todos os nicks registrados que combinem com o padrão
- fornecido (formato nick!ident@host). Nicks com opção PRIVATE
- serão somente exibidos para os Administradores dos Services.
- Nicks com opção NOEXPIRE ajustada terão um ! preposto ao nick
- na lista quando for a pedido de Administrador dos Services.
-
- Se as opções FORBIDDEN, SUSPENDED, NOEXPIRE ou UNCONFIRMED são fornecidas, apenas
- nicks que são, respectivamente, FORBIDDEN, SUSPENDED, UNCONFIRMED ou têm a opção
- NOEXPIRE ativa, serão exibidos. Se todas as três opções forem fornecidas,
- todos os três tipos de nicks serão exibidos. Estas opções são limitas aos
- Administradores dos Services.
-
- Exemplos:
-
- LIST *!ident@servidor.com.br
- Lista todos os nicks de *!ident@servidor.com.br.
-
- LIST *Bot*!*@*
- Lista todos os nicks registrados com Bot em seus nomes.
-
- LIST * NOEXPIRE
- Lista todos os nicks registrados cujos registros foram
- ajustados para não expirar.
-
-NICK_SERVADMIN_HELP_ALIST
- Sintaxe: ALIST [nick] [nível]
-
- Sem parâmetros, lista os canais nos quais você tem acesso. Com
- um parâmetro, lista os canais nos quais nick tem acesso.
- Com dois parâmetros lista os canais nos quais nick tem
- no mínimo o nível de acesso especificado.
-
- Este uso é limitado aos Administradores dos Services.
-
-NICK_SERVADMIN_HELP_GLIST
- Sintaxe: GLIST [nick]
-
- Sem nenhum parâmetro, lista todos os nicks no seu grupo.
- Com um parâmetro, lista todos os nicks no grupo determinado.
-
- Este comando é limitado aos Administradores dos Services.
-
-NICK_SERVADMIN_HELP_GETPASS
- Sintaxe: GETPASS nick
-
- Mostra a senha de um nick especificado.
- Note que sempre que este comando for usado, uma mensagem
- incluindo o nick da pessoa que emitiu o comando e o nick
- no qual foi usado serão gravados e enviados para WALLOPS/GLOBOPS.
-
- Este comando não fica disponível quando a encriptação está habilitada.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Sintaxe: GETEMAIL usuário@emailhost
-
- Retorna os nicks que utilizam o email dado. Observe que
- você não pode usar coringas para usuário nem para emailhost.
- Sempre que este comando for usado, uma mensagem incluindo a pessoa
- que emitiu o comando e o email no qual foi usado serão gravados.
-
-NICK_SERVADMIN_HELP_FORBID
- Sintaxe: FORBID nick [motivo]
-
- Não permite que um nick seja registrado ou usado por
- ninguém. Pode ser cancelado desregistrando o nick.
-
- Em algumas redes, um motivo é necessário.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Sintaxe: SUSPEND nick motivo
-
- SUSPENDE um nick, impedindo-o de ser usado.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Sintaxe: UNSUSPEND nick
-
- LIBERA um nick suspendido, permitindo que seja usado.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Recupera a senha de um canal
-CHAN_HELP_CMD_FORBID
- FORBID Previne um canal de ser registrado/usado
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Previne um canal de ser registrado/usado,
- preservando os dados do canal e suas configurações
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Libera um canal suspenso
-CHAN_HELP_CMD_STATUS
- STATUS Fornece o atual nível de acesso de um usuário em um canal
-CHAN_HELP_CMD_REGISTER
- REGISTER Registra um canal
-CHAN_HELP_CMD_SET
- SET Ajusta as opções e informações do canal
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Modifica a lista de AOP (AutoOP) de um canal
-CHAN_HELP_CMD_SOP
- SOP Modifica a lista de SOP (SuperOP) de um canal
-CHAN_HELP_CMD_ACCESS
- ACCESS Modifica a lista de usuários privilegiados
-CHAN_HELP_CMD_LEVELS
- LEVELS Redefine os níveis de acesso
-CHAN_HELP_CMD_AKICK
- AKICK Faz a manutenção da Lista de Autokick
-CHAN_HELP_CMD_DROP
- DROP Cancela o registro de um canal
-CHAN_HELP_CMD_BAN
- BAN Bane o nick selecionado em um canal
-CHAN_HELP_CMD_CLEAR
- CLEAR Diz ao ChanServ para remover certos ajustes de um canal
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Retira o status de Voice de um nick no canal
-CHAN_HELP_CMD_GETKEY
- GETKEY Retorna a key (do modo +k) do canal fornecido
-CHAN_HELP_CMD_INFO
- INFO Mostra informações sobre algum canal registrado
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicka (expulsa) um nick de um canal
-CHAN_HELP_CMD_LIST
- LIST Lista todos os canais registrados que combinam com o padrão fornecido
-CHAN_HELP_CMD_OP
- OP Atribui status de OP a um nick no canal
-CHAN_HELP_CMD_TOPIC
- TOPIC Modifica o tópico de um canal
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Atribui status de Voice a um nick no canal
-CHAN_HELP_CMD_VOP
- VOP Modifica a lista de VOP (VOicePeople) de um canal
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Retira o status de HalfOP de um nick no canal
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Retira seu status de Owner no canal
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Desprotege um determinado nick no canal
-CHAN_HELP_CMD_HALFOP
- HALFOP Atribui status de HalfOP a um nick no canal
-CHAN_HELP_CMD_HOP
- HOP Modifica a lista de HOP (HalfOP) de um canal
-CHAN_HELP_CMD_OWNER
- OWNER Concede-lhe status de Owner no canal
-CHAN_HELP_CMD_PROTECT
- PROTECT Protege um determinado nick no canal
-CHAN_HELP_CMD_DEOP
- DEOP Retira o status de OP de um nick no canal
-
-CHAN_HELP
- %S permite que você registre e controle vários
- aspectos do canal. %S pode prevenir o "take over"
- do canal por usuários maliciosos, limitando quem possui
- o privilégio de OP do canal. Os comandos disponíveis
- estão listados abaixo; para usá-los, digite
- %R%S comando. Para mais informações sobre
- um comando específico, digite %R%S HELP comando.
-
-
-CHAN_HELP_EXPIRES
-
- Note que qualquer canal não utilizado por %d dias
- (entenda como se nenhum usuário da lista de acesso
- desse canal entrar neste período de tempo) terá
- automaticamente cancelado o seu registro.
-
-CHAN_HELP_REGISTER
- Sintaxe: REGISTER canal descrição
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Sintaxe: DROP canal
-
- Cancela o registro do canal. So poderá ser usado pelo
- fundador do canal.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Sintaxe: SET canal opção parâmetros
-
- Permite ao fundador do canal ajustar as várias opções do
- canal e outras informações.
-
- Opções disponíveis:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Ajusta o fundador do canal
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Ajusta o sucessor do canal
-CHAN_HELP_CMD_SET_DESC
- DESC Ajusta a descrição do canal
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Ajusta a mensagem que deve ser mandada
- aos usuários quando eles entram no canal
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Ajusta como os Services devem fazer o ban
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Liga ou desliga a trava dos modos do canal
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Mantem o tópico quando o canal não está em uso
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK O tópico pode ser mudado apenas com o comando TOPIC
-CHAN_HELP_CMD_SET_PEACE
- PEACE Regula o uso de comandos críticos
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE Esconde o canal do comando LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Acesso restrito ao canal
-CHAN_HELP_CMD_SET_SECURE
- SECURE Ativa os recursos de segurança do %S
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Controle rigoroso do status de OP
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Controle rigoroso do status de Fundador do Canal
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK Assinatura dos kicks feitos pelo comando KICK
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE Envia uma notice quando os comandos OP/DEOP são usados
-CHAN_HELP_CMD_SET_XOP
- XOP Altera o sistema de privilégio de usuário
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Digite %R%S HELP SET opção para maiores informações
- sobre uma opção em particular.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Sintaxe: %s canal FOUNDER nick
-
- Muda o fundador do canal. O novo nick deve estar
- registrado.
-
-CHAN_HELP_SET_SUCCESSOR
- Sintaxe: %s canal SUCCESSOR nick
-
- Altera o sucessor de um canal. Se o nick do founder expirar
- ou for dropado enquanto o canal ainda estiver registrado,
- o sucessor se tornará o novo founder do canal.
- No entanto, se o sucessor possuir muitos canais registrados
- (%d), o canal será dropado, como se nenhum sucessor tivesse
- sido ajustado. O novo nick deverá estar registrado.
-
-CHAN_HELP_SET_DESC
- Sintaxe: %s canal DESC descrição
-
- Ajusta a descrição para o canal, que são mostradas com
- os comandos LIST e INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Sintaxe: %s canal ENTRYMSG [mensagem]
-
- Ajusta a mensagem na qual será enviada via /notice para
- os usuários quando eles entrarem no canal. Se nenhum
- parâmetro é fornecido, nenhuma mensagem será enviada
- ao se entrar no canal.
-
-CHAN_HELP_SET_BANTYPE
- Sintaxe: %s canal BANTYPE tipo-de-ban
-
- Seleciona o tipo de ban que será usado sempre que os Services
- precisarem banir alguém do seu canal.
-
- O tipo-de-ban é um número entre 0 e 3 que significa:
-
- 0: ban na forma *!user@host
- 1: ban na forma *!*user@host
- 2: ban na forma *!*@host
- 3: ban na forma *!*user@*.domain
-
-CHAN_HELP_SET_KEEPTOPIC
- Sintaxe: %s canal KEEPTOPIC {ON|OFF}
-
- Ativa ou desativa a opção de retenção de tópico para
- um canal. Quando a retenção de tópico está acionada,
- o tópico para o canal será lembrado pelo %S
- mesmo depois que os usuários deixarem o canal, e será
- restaurado na próxima vez que o canal for reutilizado.
-
-CHAN_HELP_SET_TOPICLOCK
- Sintaxe: %s canal TOPICLOCK {ON|OFF}
-
- Ativa ou desativa a opção de trava do tópico de um canal.
- Quando a trava do tópico está ativada, o %S não
- permitirá a mudança do tópico do canal exceto pelo comando
- TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Sintaxe: %s canal MLOCK modos
-
- Ajusta o parâmetro da trava do modo para um canal. O
- %S permite que você defina certos modos no canal
- a serem sempre ativo, desativos ou não travados.
- Os modos podem ser i, k, l, m, n, p, s, S, t
- entre outros.
-
- O parâmetro modos é usado exatamente do mesmo modo
- que o comando /MODE, ou seja, modos seguidos de + são
- travados como ativos, e modos seguidos de - são travados
- como desativos. Note, no entanto, que ao contrário do
- comando /MODE, cada uso do SET MLOCK irá remover
- todos os modos anteriormente travados antes de travar
- os novos.
-
- Cuidado: Se você trava uma senha, como no segundo exemplo
- abaixo, você deveria também ajustar a opção RESTRICTED para
- o canal (veja HELP SET RESTRICTED), ou qualquer
- usuário que entrar no canal que está vazio será capaz de ver a senha!
-
- Exemplos:
-
- SET #canal MLOCK +nt-iklps
- Trava os modos n e t ativados, e os modos i, k, l, p,
- e s desligados. Modo m é livremente deixado para ser
- ativo ou desativo (não travado).
-
- SET #canal MLOCK +knst-ilmp minha-senha
- Trava os modos k, n, s, t como ligados e os modos i,
- l, m, p como desligados. Também trava a senha do canal
- como "minha-senha".
-
- SET #canal MLOCK +
- Elimina a trava do modos; todos os modos do canal
- ficam livres para ser ativos ou desativos.
-
-CHAN_HELP_SET_PEACE
- Sintaxe: %s canal PEACE {ON | OFF}
-
- Ativa ou destiva a opção peace para um canal.
- Quando peace está ativada, um usuário não poderá kickar,
- banir ou remover os modos no canal de um usuário que tenha
- nível superior ou igual ao seu via comandos do %S.
-
-CHAN_HELP_SET_PRIVATE
- Sintaxe: %s canal PRIVATE {ON|OFF}
-
- Ativa ou desativa a opção private para um canal. Quando
- private está ativada, um %R%S LIST não irá incluir
- o canal em qualquer listagem.
-
-CHAN_HELP_SET_RESTRICTED
- Sintaxe: %s canal RESTRICTED {ON|OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Sintaxe: %s canal SECURE {ON|OFF}
-
- Ativa ou desativa os recursos de segurança do %S
- para um canal. Quando o SECURE estiver ativo, somente
- usuários que possuirem seus nicks registrados no %s
- e identificados com sua senha poderão entrar no canal
- controlado pela lista de acesso.
-
-CHAN_HELP_SET_SECUREOPS
- Sintaxe: %s canal SECUREOPS {ON|OFF}
-
- Ativa ou desativa a opção de segurança de ops para um canal.
- Quando secure ops estiver ativada, os usuários que não
- estiverem na lista de acesso não poderão ter o status de OP.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Sintaxe: %s canal SECUREFOUNDER {ON | OFF}
-
- Ativa ou desativa a opção secure founder para um canal.
- Quando o secure founder está ligado, apenas o verdadeiro founder
- poderá dar DROP no canal, mudar sua senha, seu founder e seu
- successor, e não aqueles que estiverem identificados no %S.
-
-CHAN_HELP_SET_SIGNKICK
- Sintaxe: %s canal SIGNKICK {ON | LEVEL | OFF}
-
- Habilita ou desabilita a assinatura nos kicks para um
- canal. Quando o SIGNKICK está habilitado, kicks através
- do comando %S KICK terão o nick de quem usou o comando
- no motivo do kick.
-
- Se você usar LEVEL, aqueles que tiverem um nível igual ou
- superior ao nível do SIGNKICK não terão o nick aparecendo no
- motivo. Veja %R%S HELP LEVELS para maiores informações.
-
-CHAN_HELP_SET_XOP
- Sintaxe: %s canal XOP {ON | OFF}
-
- Ativa ou desativa o sistema de listas xOP para um canal.
- Quando XOP está ativado, você deve usar os comandos
- AOP/SOP/VOP para poder dar privilégios aos usuários
- do canal, a não ser que você deva usar o comando ACCESS.
-
- Nota técnica: quando você muda de lista de acesso para
- o sistema de listas xOP, sua definição de níveis e níveis
- de usuário serão alteradas, assim, você não encontrará os
- mesmos valores se você voltar ao sistema de acesso!
-
- Você também deve verificar se seus usuários ficaram em uma
- lista xOP correta depois que você mudou de sistema de acesso
- para listas xOP, porque a conversão nem sempre é perfeita...
- de fato, não é recomendável usar listas xOP caso tenha alterado
- suas definições de nível com o comando LEVELS.
-
- Entretanto, mudar do sistema de listas xOP para sistema de lista
- de acesso não causa problemas.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Sintaxe: %s canal OPNOTICE {ON | OFF}
-
- Ativa e desativa a opção Op-notice para um canal. Quando
- Op-notice estiver ativado, o %S enviará uma notice para
- o canal sempre que os comandos OP ou DEOP forem usados em um
- usuário no canal.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Sintaxe: AOP canal ADD nick
- AOP canal DEL {nick | entrada | lista-entradas}
- AOP canal LIST [máscara | lista-entradas]
- AOP canal CLEAR
-
- Mantém a lista de AOP (AutoOP) para um canal. A lista
- de AOP dá a um usuário os direitos de: receber OP
- automaticamente ao entrar no canal, de se desbanir ou convidar
- a si próprio se necessário, de ter sua mensagem de entrada
- exibida ao entrar no canal, e assim por diante.
-
- O comando AOP ADD adiciona o nick fornecido à lista de AOP.
-
- O comando AOP DEL remove o nick fornecido da lista de AOP.
- Se uma lista de números de entrada é fornecida, essas entradas
- são deletadas. (Veja o exemplo para LIST abaixo.)
-
- O comando AOP LIST exibe a lista de AOP. Se uma máscara
- é fornecida, apenas as entradas que combinarem com ela serão
- mostradas. Se uma lista de números de entrada é fornecida,
- apenas essas entradas são mostradas; por exemplo:
-
- AOP #canal LIST 2-5,7-9
- Lista as entradas de AOP numeradas de 2 a 5 e de
- 7 a 9.
-
- O comando AOP CLEAR remove todas as entradas da lista de AOP.
-
- Os comandos AOP ADD e AOP DEL são limitados aos SOPs
- ou acima, enquanto o comando AOP CLEAR pode ser usado apenas
- pelo Fundador do canal. No entanto, qualquer usuário na lista de
- AOP pode usar o comando AOP LIST.
-
- Este comando pode ter sido desabilitado para seu canal
- e, nesse caso, você precisa usar a lista de acesso. Veja
- %R%S HELP ACCESS para informações sobre a lista
- de acesso, e %R%S HELP SET XOP para saber como
- escolher entre a lista de acesso e o sistema de listas xOP.
-
-CHAN_HELP_HOP
- Sintaxe: HOP canal ADD nick
- HOP canal DEL {nick | entrada | lista-entradas}
- HOP canal LIST [máscara | lista-entradas]
- HOP canal CLEAR
-
- Mantém a lista de HOP (HalfOP) para um canal. A lista
- de HOP dá a um usuário o direito de receber HalfOP
- automaticamente ao entrar no canal.
-
- O comando HOP ADD adiciona o nick fornecido à lista de HOP.
-
- O comando HOP DEL remove o nick fornecido da lista de HOP.
- Se uma lista de números de entrada é fornecida, essas entradas
- são deletadas. (Veja o exemplo para LIST abaixo.)
-
- O comando HOP LIST exibe a lista de HOP. Se uma máscara
- é fornecida, apenas as entradas que combinarem com ela serão
- mostradas. Se uma lista de números de entrada é fornecida,
- apenas essas entradas são mostradas; por exemplo:
-
- HOP #canal LIST 2-5,7-9
- Lista as entradas de HOP numeradas de 2 a 5 e de
- 7 a 9.
-
- O comando HOP CLEAR remove todas as entradas da lista de HOP.
-
- Os comandos HOP ADD, HOP DEL e HOP LIST são limitados
- aos AOPs ou acima, enquanto o comando HOP CLEAR pode ser usado
- apenas pelo Fundador do canal.
-
- Este comando pode ter sido desabilitado para seu canal
- e, nesse caso, você precisa usar a lista de acesso. Veja
- %R%S HELP ACCESS para informações sobre a lista
- de acesso, e %R%S HELP SET XOP para saber como
- escolher entre a lista de acesso e o sistema de listas xOP.
-
-CHAN_HELP_SOP
- Sintaxe: SOP canal ADD nick
- SOP canal DEL {nick | entrada | lista-entradas}
- SOP canal LIST [máscara | lista-entradas]
- SOP canal CLEAR
-
- Mantém a lista de SOP (SuperOP) para um canal. A lista
- de SOP dá a um usuário todos os direitos dados pela lista de
- AOP, e adiciona a isso os direitos de: usar as listas de AutoKick
- e BadWords, enviar e ler memos do canal, e assim por diante.
-
- O comando SOP ADD adiciona o nick fornecido à lista de SOP.
-
- O comando SOP DEL remove o nick fornecido da lista de SOP.
- Se uma lista de números de entrada é fornecida, essas entradas
- são deletadas. (Veja o exemplo para LIST abaixo.)
-
- O comando SOP LIST exibe a lista de SOP. Se uma máscara
- é fornecida, apenas as entradas que combinarem com ela serão
- mostradas. Se uma lista de números de entrada é fornecida,
- apenas essas entradas são mostradas; por exemplo:
-
- SOP #canal LIST 2-5,7-9
- Lista as entradas de SOP numeradas de 2 a 5 e de
- 7 a 9.
-
- O comando SOP CLEAR remove todas as entradas da lista de SOP.
-
- Os comandos SOP ADD, SOP DEL e SOP CLEAR são limitados
- ao Fundador do canal. No entanto, qualquer usuário na lista de AOP
- pode usar o comando SOP LIST.
-
- Este comando pode ter sido desabilitado para seu canal
- e, nesse caso, você precisa usar a lista de acesso. Veja
- %R%S HELP ACCESS para informações sobre a lista
- de acesso, e %R%S HELP SET XOP para saber como
- escolher entre a lista de acesso e o sistema de listas xOP.
-
-CHAN_HELP_VOP
- Sintaxe: VOP canal ADD nick
- VOP canal DEL {nick | entrada | lista-entradas}
- VOP canal LIST [máscara | lista-entradas]
- VOP canal CLEAR
-
- Mantém a lista de VOP (VOicePeople) para um canal. A lista
- de VOP permite a um usuário receber Voice automaticamente
- ao entrar no canal e dar Voice a si mesmo se não possuir.
-
- O comando VOP ADD adiciona o nick fornecido à lista de VOP.
-
- O comando VOP DEL remove o nick fornecido da lista de VOP.
- Se uma lista de números de entrada é fornecida, essas entradas
- são deletadas. (Veja o exemplo para LIST abaixo.)
-
- O comando VOP LIST exibe a lista de VOP. Se uma máscara
- é fornecida, apenas as entradas que combinarem com ela serão
- mostradas. Se uma lista de números de entrada é fornecida,
- apenas essas entradas são mostradas; por exemplo:
-
- VOP #canal LIST 2-5,7-9
- Lista as entradas de VOP numeradas de 2 a 5 e de
- 7 a 9.
-
- O comando VOP CLEAR remove todas as entradas da lista de VOP.
-
- Os comandos VOP ADD, VOP DEL e VOP LIST são limitados
- aos AOPs ou acima, enquanto o comando VOP CLEAR pode ser usado
- apenas pelo Fundador do canal.
-
- Este comando pode ter sido desabilitado para seu canal
- e, nesse caso, você precisa usar a lista de acesso. Veja
- %R%S HELP ACCESS para informações sobre a lista
- de acesso, e %R%S HELP SET XOP para saber como
- escolher entre a lista de acesso e o sistema de listas xOP.
-
-CHAN_HELP_ACCESS
- Sintaxe: ACCESS canal ADD nick nível
- ACCESS canal DEL {nick | entrada | lista-entradas}
- ACCESS canal LIST [máscara | lista-entradas]
- ACCESS canal VIEW [máscara | lista-entradas]
- ACCESS canal CLEAR
-
- Faz manutenção da lista de acesso de um canal. A lista
- de acesso especifica que usuários tem permissão para
- status de OP ou tem acesso aos comandos do %S em
- um canal. Níveis diferentes de usuários permitem acesso
- a diferentes subníveis de privilégios; %R%S HELP
- ACCESS LEVELS para mais informações específicas. Por
- padrão, qualquer nick não presente na lista de acesso
- possui nível 0.
-
- O comando ACCESS ADD adiciona um nick ou máscara de um
- usuário na lista de acesso com o nível especificado; se o
- nick ou máscara já estiver presente na lista, seu nível de
- acesso será alterado para o nível especificado. O nível
- especificado deve ser menor do que o do usuário que emitiu o
- comando, e se o nick já estiver na lista de acesso, o
- nível de acesso atual desse nick deve ser menor que o nível
- de acesso do usuário que emitiu o comando.
-
- O comando ACCESS DEL remove um nick especificado da lista
- de acesso. Se uma lista de números é fornecida, essas
- entradas são apagadas. (Veja o exemplo para LIST abaixo.)
-
- O comando ACCESS LIST mostra a lista de acesso do canal.
- Se uma máscara for fornecida, somente aquelas entradas que
- combinarem com o padrão especificado na máscara serão
- mostradas. Se uma lista de números é fornecida, somente
- essas entradas serão mostradas, por exemplo:
-
- ACCESS #canal LIST 2-5,7-9
- Lista as entradas de acesso numeradas de 2 a 5 e de 7 a 9.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- O comando ACCESS CLEAR limpa todas as entradas da lista
- de acesso.
-
-CHAN_HELP_ACCESS_LEVELS
- Níveis de Acesso do Usuário
-
- Por padrão, os seguintes níveis de acesso são definidos:
-
- Founder Acesso total às funções do %S; OP automático
- quando entrar no canal. Note que somente uma
- pessoa pode ter o status fundador (isto não pode
- ser dado usando o comando ACCESS).
-  10 Acesso ao comando AKICK; OP automático.
-  5 OP automático.
-  3 Voice automático.
-  0 Sem privilégios especiais; pode se tornar OP
- através de outros OPs (a menos que secure-ops
- esteja ativada).
-  <0 Não pode ser OP.
-
- Esses níveis podem ser mudados, ou adicionar novos, usando o
- comando LEVELS; digite %R%S HELP LEVELS para informações.
-
-CHAN_HELP_AKICK
- Sintaxe: AKICK canal ADD {nick | máscara} [razão]
- AKICK canal STICK máscara
- AKICK canal UNSTICK máscara
- AKICK canal DEL {nick | máscara | entry-num | list}
- AKICK canal LIST [máscara | entry-num | list]
- AKICK canal VIEW [máscara | entry-num | list]
- AKICK canal ENFORCE
- AKICK canal CLEAR
-
- Faz a manutenção da lista de AutoKick de um canal.
- Se um usuário que estiver na lista de AutoKick tentar
- entrar no canal, o %S banirá este usuário do
- canal, e depois kickará o usuário.
-
- O comando AKICK ADD adiciona o usuário especificado ou
- máscara na lista de AutoKick. Se uma razão é dada com
- o comando, esta razão será usada quando o usuário for
- kickado; se não, a razão padrão será "Você foi banido
- deste canal".
- When akicking a registered nick the nickserv account
- will be added to the akick list instead of the mask.
- All users within that nickgroup will then be akicked.
-
- O comando AKICK STICK bane permanentemente no canal
- a máscara fornecida. Se alguém tentar remover o ban,
- %S irá automaticamente colocá-lo de volta. Você
- não pode usar isto para nicks registrados.
-
- O comando AKICK UNSTICK cancela o efeito do comando
- AKICK STICK, assim você poderá remover o ban no canal.
-
- O comando AKICK DEL remove um nick ou máscara da lista
- de AutoKick. Isso, entretanto, não remove nenhum ban
- colocado pelo AutoKick; estes devem ser removidos
- manualmente.
-
- O comando AKICK LIST mostra a lista de AutoKick ou,
- opcionalmente, só os registros de AutoKick que se
- encaixam com o padrão de uma máscara dada.
-
- O comando AKICK VIEW é uma versão mais completa do
- comando AKICK LIST.
-
- O comando AKICK ENFORCE obriga o %S a verificar
- a lista de AutoKicks para banir os usuários que sejam
- compatíveis com alguma máscara da lista de AutoKick.
-
- O comando AKICK CLEAR limpa todas as entradas da lista
- de AutoKick.
-
-CHAN_HELP_LEVELS
- Sintaxe: LEVELS canal SET tipo [nível|FOUNDER]
- LEVELS canal {DIS | DISABLE} tipo
- LEVELS canal LIST
- LEVELS canal RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Os seguintes nomes de recursos/funções são entendidos.
- Note que os níveis para AUTODEOP e NOJOIN são os níveis
- máximos, enquanto que todos os outros são níveis mínimos.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Sintaxe: INFO canal
-
- Lista as informações referentes ao canal registrado dado,
- incluindo seu fundador, data do registro, última vez que
- foi usado, descrição, e trava dos modos (se existirem).
-
- Se você está identificado como fundador do canal que está
- solicitando informações e a opção ALL é especificada,
- informações sobre a mensagem de entrada e sobre o sucessor
- do canal também serão mostradas.
-
-CHAN_HELP_LIST
- Sintaxe: LIST padrão
-
- Lista todos os canais registrados que combinam com o padrão
- fornecido. (Canais com opção PRIVATE ativada não serão listados).
-
-CHAN_HELP_OP
- Sintaxe: OP #canal [nick]
-
- Atribui status de Operador ao nick dado em um determinado
- canal. Se não for fornecido um nick, o status será atribuído
- a você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal.
-
-CHAN_HELP_DEOP
- Sintaxe: DEOP #canal [nick]
-
- Remove o status de Operador do nick dado em um determinado
- canal. Se não for fornecido um nick, o status será removido
- de você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal.
-
-CHAN_HELP_VOICE
- Sintaxe: VOICE #canal [nick]
-
- Atribui status de Voice ao nick dado em um determinado
- canal. Se não for fornecido um nick, o status será atribuído
- a você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal; ou aos VOPs ou
- àqueles que possuem nível de acesso 3 ou superior, para
- atribuírem o status a eles mesmos.
-
-CHAN_HELP_DEVOICE
- Sintaxe: DEVOICE #canal [nick]
-
- Remove o status de Voice do nick dado em um determinado
- canal. Se não for fornecido um nick, o status será removido
- de você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal; ou aos VOPs ou
- àqueles que possuem nível de acesso 3 ou superior, para
- atribuírem o status a eles mesmos.
-
-CHAN_HELP_HALFOP
- Sintaxe: HALFOP #canal [nick]
-
- Atribui status de HalfOP ao nick dado em um determinado
- canal. Se não for fornecido um nick, o status será atribuído
- a você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal; ou aos HOPs ou
- àqueles que possuem nível de acesso 4 ou superior, para
- atribuírem o status a eles mesmos.
-
-CHAN_HELP_DEHALFOP
- Sintaxe: DEHALFOP #canal [nick]
-
- Remove o status de HalfOP do nick dado em um determinado
- canal. Se não for fornecido um nick, o status será removido
- de você mesmo.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal; ou aos HOPs ou
- àqueles que possuem nível de acesso 4 ou superior, para
- atribuírem o status a eles mesmos.
-
-CHAN_HELP_PROTECT
- Sintaxe: PROTECT #canal [nick]
-
- Protege um determinado nick no canal. Se nick não for
- fornecido, isso irá lhe proteger.
-
- Por padrão, limitado ao Founder, a SOPs ou àqueles com nível
- 10 ou superior no canal para se auto-protegerem.
-
-CHAN_HELP_DEPROTECT
- Sintaxe: DEPROTECT #canal [nick]
-
- Desprotege um determinado nick no canal. Se nick não for
- fornecido, isso irá lhe desproteger.
-
- Por padrão, limitado ao Founder, a SOPs ou àqueles com nível
- 10 ou superior no canal para se auto-desprotegerem.
-
-CHAN_HELP_OWNER
- Sintaxe: OWNER #canal
-
- Te concede status de owner no canal.
-
- Limitado àqueles que possuem acesso de Founder no canal.
-
-CHAN_HELP_DEOWNER
- Sintaxe: DEOWNER #canal
-
- Remove seu status de owner no canal.
-
- Limitado àqueles que possuem acesso de Founder no canal.
-
-CHAN_HELP_INVITE
- Sintaxe: INVITE #canal
-
- Manda o %S dar um invite em você para o canal dado.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal.
-
-CHAN_HELP_UNBAN
- Sintaxe: UNBAN #canal [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal.
-
-CHAN_HELP_KICK
- Sintaxe: KICK #canal nick [motivo]
-
- Kicka (expulsa) um nick dado em um determinado canal.
-
- Por padrão, é limitado aos AOPs ou àqueles que possuem
- nível de acesso 5 ou superior no canal.
-
-CHAN_HELP_BAN
- Sintaxe: BAN #canal nick [motivo]
-
- Bane o nick selecionado em um canal.
-
- Por padrão, limitado a AOPs ou àqueles com nível de acesso 5 ou
- superior no canal.
-
-CHAN_HELP_TOPIC
- Sintaxe: TOPIC canal [tópico]
-
- Manda %S ajustar o tópico do canal para o que foi especificado.
- Se tópico não é fornecido, então um tópico vazio será
- ajustado. Este comando é mais útil se usado junto com a opção
- SET TOPICLOCK. Veja %R%S HELP SET TOPICLOCK
- para mais informação.
-
- Por padrão, limitado àqueles que possuem acesso de Founder no canal.
-
-CHAN_HELP_CLEAR
- Sintaxe: CLEAR canal opção
-
- Diz ao %S para remover certos ajustes de um canal.
- A opção pode ser uma das seguintes:
-
- MODES Recoloca todos os modos do canal, isto é, remove
- os modos i,k,l,m,n,p,s,t e recoloca os que estão
- travados com MLOCK.
- BANS Remove todos os bans do canal.
- EXCEPTS Remove todos os excepts do canal.
- INVITES Clears all invites on the channel.
- OPS Remove o status de Operador de canal (modo +o)
- de todos os Operadores do canal. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Remove o status de Half-Operador de canal (modo +h)
- de todos os Half-Operadores do canal, se suportado.
- VOICES Remove o status "voice" (modo +v) de qualquer
- pessoa que tenha esse modo.
- USERS Remove (kicka) todos os usuários do canal.
-
- Por padrão, limitado àqueles que possuem acesso de Founder no canal.
-
-CHAN_HELP_GETKEY
- Sintaxe: GETKEY canal
-
- Retorna a key (do modo +k) de um determinado canal.
-
-CHAN_SERVADMIN_HELP
-
- Os Administradores dos Services podem também usar o comando
- DROP mesmo sem se identificarem como donos do canal, e podem
- também ver as listas de acesso, AKICK, e níveis de qualquer
- canal.
-
-CHAN_SERVADMIN_HELP_DROP
- Sintaxe: DROP canal
-
- Cancela o registro de um canal. Somente Administradores dos
- Services podem cancelar canais que pertencem a outros usuários.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Sintaxe: SET canal NOEXPIRE {ON | OFF}
-
- Determina se o canal poderá ter seu registro expirado.
- Ajustando para ON, evita que o canal seja desregistrado
- por passar do tempo de expiração.
-
-CHAN_SERVADMIN_HELP_LIST
- Sintaxe: LIST padrão [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Lista todos os canais registrados que combinam com o padrão fornecido.
- Canais com opção PRIVATE ativada só serão mostrados aos
- Administradores dos Services. Canais com a opção NOEXPIRE ativada
- terão um ! preposto ao nome do canal na lista quando for a pedido
- de um Administrador dos Services.
-
- Se as opções FORBIDDEN, SUSPENDED ou NOEXPIRE são fornecidas, apenas
- canais que são, respectivamente, forbidados, suspendidos ou têm a opção
- NOEXPIRE ativa, serão exibidos. Se todas as três opções forem fornecidas,
- todos os três tipos de canais serão exibidos. Estas opções são limitas
- aos Administradores dos Services.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Sintaxe: GETPASS canal
-
- Retorna a senha do canal fornecido. Observe que sempre
- que este comando for usado, uma mensagem incluindo o nick da
- pessoa que emitiu o comando e o canal que foi dado serão
- gravados e enviados para WALLOPS/GLOBOPS.
-
-CHAN_SERVADMIN_HELP_FORBID
- Sintaxe: FORBID canal [motivo]
-
- Proibe que qualquer pessoa registre e utilize o canal
- dado. Pode ser cancelado com o desregistro do canal.
-
- Um motivo pode ser necessário em algumas redes.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Sintaxe: SUSPEND canal [motivo]
-
- Proibe qualquer um de registrar ou usar o canal dado.
- Pode ser cancelado usando o comando UNSUSPEND para
- preservar todos os dados/configurações anteriores do canal.
-
- Um motivo pode ser necessário em algumas redes.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Sintaxe: UNSUSPEND canal
-
- Libera um canal suspenso. Todos os dados e configurações
- são preservados de antes da suspensão.
-
-CHAN_SERVADMIN_HELP_STATUS
- Sintaxe: STATUS canal nick
-
- Retorna o nível de acesso atual de um determinado nick em um
- determinado canal. A resposta será no formato:
-
- STATUS canal nick nível-de-acesso
-
- Se um erro ocorrer, a resposta será no formato:
-
- STATUS ERROR mensagem-de-erro
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND Envia uma mensagem para um nick ou para um canal
-MEMO_HELP_CMD_CANCEL
- CANCEL Cancela o último memo enviado por você
-MEMO_HELP_CMD_LIST
- LIST Lista suas mensagens
-MEMO_HELP_CMD_READ
- READ Lê a(s) mensagem(ns)
-MEMO_HELP_CMD_DEL
- DEL Apaga a(s) mensagem(ns)
-MEMO_HELP_CMD_SET
- SET Ajusta opções relacionadas às mensagens
-MEMO_HELP_CMD_INFO
- INFO Exibe informações sobre suas mensagens
-MEMO_HELP_CMD_RSEND
- RSEND Envia um memo e pede uma confirmação de leitura
-MEMO_HELP_CMD_CHECK
- CHECK Verifica se o último memo enviado para um nick foi lido
-MEMO_HELP_CMD_SENDALL
- SENDALL Envia um memo para todos os usuários registrados
-MEMO_HELP_CMD_STAFF
- STAFF Envia um memo para todos os opers/admins
-
-MEMO_HELP_HEADER
- %S é um serviço que permite aos usuários de IRC
- enviar curtas mensagens a outros usuários, mesmo
- que eles estejam conectados no momento ou não; ou
- a canais(*). Ambos, destinatários e remetentes,
- devem possuir seus nicks (ou canais) registrados para
- que possam enviar uma mensagem (memo).
- Os comandos do %S são:
-
-
-MEMO_HELP_ADMIN
- Não usado.
-MEMO_HELP_OPER
- Não usado.
-MEMO_HELP_FOOTER
-
- Digite %R%S HELP comando para ajuda em qualquer um
- dos comandos acima.
-
- (*) Por padrão, qualquer usuário com pelo menos nível 10 de acesso
- em um canal pode ler os memos do canal. Isso pode ser mudado
- com o comando %s LEVELS.
-
-MEMO_HELP_SEND
- Sintaxe: SEND {nick | canal} mensagem
-
- Envia um memo ao nick ou ao canal determinado contendo
- a mensagem. Quando enviada para o destinatário, este
- receberá um aviso que possui uma nova mensagem. O nick/canal
- de destino deverá estar registrado.
-
-MEMO_HELP_CANCEL
- Sintaxe: CANCEL {nick | canal}
-
- Cancela a última mensagem enviada para um determinado nick ou
- canal, caso ela ainda não tenha sido lida no momento em que este
- comando for usado.
-
-MEMO_HELP_LIST
- Sintaxe: LIST [canal] [list | NEW]
-
- Lista quaisquer mensagens que você tiver. Com NEW, lista apenas
- as novas mensagens (não lidas). Mensagens não lidas são marcadas
- com "*" à esquerda do número. Você também pode especificar uma
- lista de números, como no exemplo abaixo:
-
- LIST 2-5,7-9
- Lista mensagens numeradas de 2 a 5 e de 7 a 9.
-
-MEMO_HELP_READ
- Sintaxe: READ [canal] {núm | list | LAST | NEW}
-
- Mostra as mensagens especificadas. Se LAST é fornecido, envia
- a você a mensagem recebida mais recentemente. Se NEW é fornecido,
- envia a você todas as suas novas mensagens. Caso contrário, envia
- a você a mensagem de número núm. Você também pode fornecer uma
- lista de números, como neste exemplo:
-
- READ 2-5,7-9
- Mostra as mensagens numeradas de 2 a 5 e de 7 a 9.
-
-MEMO_HELP_DEL
- Sintaxe: DEL [canal] {num | list | LAST | ALL}
-
- Apaga a(s) mensagem(ns) especificada(s). Você pode fornecer
- vários números de mensagens ou seqüências de números ao invés
- de um único número, como no segundo exemplo abaixo.
-
- Se LAST é fornecido, a última mensagem será apagada.
- Se ALL é fornecido, todas as suas mensagens serão apagadas.
-
- Exemplos:
-
- DEL 1
- Apaga sua primeira mensagem.
-
- DEL 2-5,7-9
- Apaga mensagens numeradas de 2 a 5 e de 7 a 9.
-
-MEMO_HELP_SET
- Sintaxe: SET opção parâmetros
-
- Ajusta várias opções de mensagens. A opção pode ser uma dessas:
-
- NOTIFY Altera quando você será notificado sobre novas
- mensagens (só para nicks)
- LIMIT Ajusta o número máximo de mensagens que você
- pode receber.
-
- Digite %R%S HELP SET opção, para mais informações sobre
- uma opção específica.
-
-MEMO_HELP_SET_NOTIFY
- Sintaxe: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Altera quando você será notificado sobre novas mensagens:
-
- ON Você será notificado sobre mensagens quando você
- conectar, quando voltar de um /AWAY e quando
- são enviadas a você.
- LOGON Você só será notificado sobre mensagens quando você
- conectar ou quando voltar de um /AWAY.
- NEW Você só será notificado sobre mensagens quando elas
- forem enviadas a você.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Você não receberá nenhuma notificação sobre mensagens.
-
- ON é essencialmente a combinação de LOGON e NEW.
-
-MEMO_HELP_SET_LIMIT
- Sintaxe: SET LIMIT [canal] limite
-
- Ajusta o número máximo de mensagens que você (ou o canal fornecido)
- podem ter. Se você ajustar para 0, ninguém será capaz de enviar
- mensagens para você. Entretanto, você não pode ajustar este
- limite para mais que %d.
-
-MEMO_HELP_INFO
- Sintaxe: INFO [canal]
-
- Informa o número de mensagens que você tem, quantas
- mensagens não foram lidas, e quantas mensagens no total
- você pode receber. Com o parâmetro, mostra a mesma
- informação para o canal fornecido.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Sintaxe: SET LIMIT [usuário | canal] {limite | NONE} [HARD]
-
- Ajusta o número máximo de mensagens que um usuário ou canal podem
- ter. Ajustando o limite para 0, previne o usuário de receber
- qualquer mensagem; ajustando o limite em NONE permite que o
- usuário receba e mantenha quantas mensagens quiser. Se você
- não fornecer o nick ou canal, seu próprio limite será ajustado.
-
- Adicionando HARD previne que o usuário mude o limite.
- Não adicionando HARD tem o efeito contrário, permitindo
- que o usuário mude o limite (mesmo se um limite anterior
- foi ajustado com HARD).
-
- Este uso do comando SET LIMIT é limitado aos Administradores
- dos Services. Outros usuários somente ajustarão seus
- próprios limites ou de um canal onde tenham privilégios
- para isso, não podem remover seu próprio limite, não
- podem ajustar o limite acima de %d, e não podem ajustar
- um limite máximo (HARD).
-
-MEMO_SERVADMIN_HELP_INFO
- Sintaxe: INFO [nick | canal]
-
- Sem um parâmetro, informa o número de mensagens que você
- tem, quantas mensagens ainda não foram lidas, e quantas
- mensagens no total você pode receber.
-
- Com o parâmetro do canal, mostra a mesma informação para
- o canal fornecido.
-
- Com o parâmetro de nick, mostra a mesma informação para
- o nick fornecido. Esta derivação do comando é limitada aos
- Administradores dos Services.
-
-MEMO_HELP_STAFF
- Sintaxe: STAFF mensagem
-
- Envia um memo a todos os membros da Staff dos Services
- contendo uma mensagem.
-
-MEMO_HELP_SENDALL
- Sintaxe: SENDALL mensagem
-
- Envia um memo para todos os usuários registrados
- contendo uma mensagem.
-
-MEMO_HELP_RSEND
- Sintaxe: RSEND {nick | canal} mensagem
-
- Envia para um nick ou canal um memo contendo uma
- mensagem. Quando enviar a um nick, o destinatário receberá
- um aviso de que ele tem um novo memo. O destino (nick/canal)
- deve ser registrado.
- Uma vez que o memo for lido pelo destinatário, uma notificação
- automática será enviada ao remetente informando-o que o memo
- foi lido.
-
-MEMO_HELP_CHECK
- Sintaxe: CHECK nick
-
- Verifica se o último memo que você enviou para nick
- foi lido ou não. Observe que isso só funciona com nicks,
- nunca com canais.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Envia uma mensagem para todos usuários
-OPER_HELP_CMD_STATS
- STATS Mostra estatísticas dos Services e da Rede
-OPER_HELP_CMD_STAFF
- STAFF Exibe os membros da Staff dos Services e seu status online
-OPER_HELP_CMD_MODE
- MODE Muda o modo de um canal
-OPER_HELP_CMD_KICK
- KICK Kicka um usuário de um canal
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Limpa os modos de um canal
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Derruba todos os usuários de um mesmo host
-OPER_HELP_CMD_AKILL
- AKILL Manipula a lista de AKILL
-OPER_HELP_CMD_SNLINE
- SNLINE Manipula a lista de SNLINE
-OPER_HELP_CMD_SQLINE
- SQLINE Manipula a lista de SQLINE
-OPER_HELP_CMD_SZLINE
- SZLINE Manipula a lista de SZLINE
-OPER_HELP_CMD_CHANLIST
- CHANLIST Lista todos os canais em uso na Rede
-OPER_HELP_CMD_USERLIST
- USERLIST Lista todos os usuários online na Rede
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Define mensagens a serem mostradas na conexão
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Define mensagens a serem mostradas ao azar na conexão
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Define mensagens a serem mostradas a quem pega Oper
-OPER_HELP_CMD_SESSION
- SESSION Mostra a lista de sessões de host
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Modifica a lista de limite de sessões
-OPER_HELP_CMD_NOOP
- NOOP Remove temporariamente todas as O:lines de um
- servidor remotamente
-OPER_HELP_CMD_JUPE
- JUPE Jupa um servidor
-OPER_HELP_CMD_IGNORE
- IGNORE Modifica a lista de ignorados dos Services
-OPER_HELP_CMD_SET
- SET Configura várias opções globais dos Services
-OPER_HELP_CMD_RELOAD
- RELOAD Recarrega o arquivo de configuração dos Services
-OPER_HELP_CMD_UPDATE
- UPDATE Salva os dados atuais dos Services
-OPER_HELP_CMD_RESTART
- RESTART Salva os dados e reinicia os Services
-OPER_HELP_CMD_QUIT
- QUIT Termina os Services sem salvar os dados
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Termina os Services salvando os dados
-OPER_HELP_CMD_DEFCON
- DEFCON Manipula o sistema DefCon
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL todos os usuários de um canal específico
-OPER_HELP_CMD_OLINE
- OLINE Dá flags de Operador a um determinado usuário
-OPER_HELP_CMD_UMODE
- UMODE Altera os modos de um usuário
-OPER_HELP_CMD_SVSNICK
- SVSNICK Força a mudança do nick de um usuário
-OPER_HELP_CMD_MODLOAD
- MODLOAD Carrega um módulo
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Descarrega um módulo
-OPER_HELP_CMD_MODINFO
- MODINFO Informação sobre um módulo carregado
-OPER_HELP_CMD_MODLIST
- MODLIST Lista os módulos carregados
-
-OPER_HELP
- Comandos do %S:
-
-OPER_HELP_LOGGED
- Aviso: Todos os comandos enviados para o %S são gravados!
-
-OPER_HELP_GLOBAL
- Sintaxe: GLOBAL mensagens
-
- Permite que os IRCops enviem mensagens para todos os usuários
- da Rede. A mensagem será enviada pelo nick %s.
-
-OPER_HELP_STATS
- Sintaxe: STATS [AKILL | ALL | RESET]
-
- Sem nenhuma opção, mostra o número atual de usuários e
- IRCops online (excluindo Services), o número máximo de
- usuários online conectados simultaneamente desde que os
- Services foram iniciados na rede, e o tempo pelo qual os
- Services estão rodando sem interrupções.
-
- Com a opção AKILL, será mostrado o tamanho atual da
- listas de AKILL e SQLINE e o tempo padrão para um AKILL
- ou SQLINE expirar.
-
- A opção ALL está disponível apenas para os Administradores
- dos Services, e mostra informações sobre o consumo de memória
- dos Services. O uso deste comando pode congelar os Services
- por um curto período de tempo em redes grandes, então não
- abuse deste comando!
-
- A opção RESET reinicia a contagem do máximo de usuários
- para o número de usuários atualmente conectados na rede.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Sintaxe: MODE canal modos
-
- Permite que os Operadores dos Services ajustem os modos de
- qualquer canal. Os parâmetros são os mesmos do comando
- /MODE padrão.
-
-OPER_HELP_UMODE
- Sintaxe: UMODE usuário modos
-
- Permite aos Services Operators ajustar os
- modos de usuário para qualquer usuário. Os parâmetros
- são os mesmos do comando /MODE padrão.
-
-OPER_HELP_OLINE
- Sintaxe: OLINE usuário flags
-
- Permite aos Services Operators dar flags de Oper
- a qualquer usuário. Flags devem ser prefixadas com "+" ou
- "-". Para remover todas as flags apenas digite um "-" em
- vez de usar alguma flag.
-
-OPER_HELP_CLEARMODES
- Sintaxe: CLEARMODES canal [ALL]
-
- Limpa todos os modos binários (i,k,l,m,n,p,s,t) e bans de um
- canal. Se ALL é fornecido, limpa também todos os OPs e
- voices (modos +o e +v) de um canal.
-
-OPER_HELP_KICK
- Sintaxe: KICK canal usuário motivo
-
- Permite IRCops kickar um usuário de um canal.
- Os parâmetros são os mesmos do comando /KICK padrão.
- A mensagem do kick tem o nick do IRCop que enviou o
- comando KICK, por exemplo:
-
- *** Spam foi kickado do canal #canal pelo %S (Operador (Flood))
-
-OPER_HELP_SVSNICK
- Sintaxe: SVSNICK nick novo-nick
-
- Força a mudança do nick de um usuário, de nick a novo-nick.
-
-OPER_HELP_AKILL
- Sintaxe: AKILL ADD [+tempo] máscara motivo
- AKILL DEL {máscara | entrada | lista-entradas}
- AKILL LIST [máscara | lista-entradas]
- AKILL VIEW [máscara | lista-entradas]
- AKILL CLEAR
-
- Permite que Operadores dos Services manipulem a lista de
- AKILL. Se um usuário que tenta conectar possui uma máscara
- prevista na lista de AKILL, os Services emitem um KILL para
- aquele usuário, em servidores que suportam, e instrui todos
- os servidores da rede a adicionar um ban (K-line) para a
- máscara do usuário encontrado.
-
- AKILL ADD adiciona uma máscara ident@host na lista de AKILL
- para um dado motivo (deve ser fornecido).
- Opcionalmente, um tempo para o akill expirar pode ser
- fornecido. O tempo precede a máscara ident@host, e é
- especificado como um número inteiro seguido por uma das
- seguintes unidades: d (dias), h (horas) ou m (minutos).
- Combinações (como 1h30m) não são permitidas. Se uma unidade
- específica não é incluída, o padrão é em dias (assim, +30
- significa 30 dias). Para adicionar um AKILL que não expira,
- use +0. Se a máscara a ser adicionada começar com um +,
- o tempo do AKILL deve ser fornecido, mesmo se esse tempo for igual
- ao padrão. O tempo atual de expiração de AKILLs pode ser encontrado
- com o comando STATS AKILL.
-
- AKILL DEL remove uma dada máscara da lista de AKILL, se ela
- estiver presente. Se uma lista de números de entrada for fornecida,
- essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)
-
- AKILL LIST mostra a lista de AKILL atual.
- Se uma máscara for fornecida, apenas as entradas que combinarem
- com a máscara serão exibidas. Se uma lista de números de entrada
- for fornecida, apenas essas entradas serão exibidas; por exemplo:
-
- AKILL LIST 2-5,7-9
- Lista as entradas de AKILL numeradas de 2 a 5 e de 7 a 9.
-
- AKILL VIEW é uma versão mais detalhada do AKILL LIST,
- e mostrará quem adicionou o AKILL, a data em que foi adicionado,
- e quando irá expirar, como também a máscara (ident@host) e o motivo.
-
- AKILL CLEAR apaga todas as entradas da lista de AKILL.
-
-OPER_HELP_SNLINE
- Sintaxe: SNLINE ADD [+tempo] máscara:motivo
- SNLINE DEL {máscara | entrada | lista-entradas}
- SNLINE LIST [máscara | lista-entradas]
- SNLINE VIEW [máscara | lista-entradas]
- SNLINE CLEAR
-
- Permite que Operadores dos Services manipulem a lista de
- SNLINE. Se um usuário que tenta conectar possui um realname
- previsto na lista de SNLINE, os Services não permitirão que
- ele continue sua sessão de IRC.
-
- SNLINE ADD adiciona uma máscara realname na lista de SNLINE
- para um dado motivo (deve ser fornecido).
- Opcionalmente, um tempo pode ser fornecido. O tempo precede a
- máscara e é especificado como um número inteiro seguido por uma das
- seguintes unidades: d (dias), h (horas) ou m (minutos).
- Combinações (como 1h30m) não são permitidas. Se uma unidade
- específica não é incluída, o padrão é em dias (assim, +30
- significa 30 dias). Para adicionar um SNLINE que não expira,
- use +0. Se a máscara de realname a ser adicionada começar com
- um +, o tempo do SNLINE deve ser fornecido, mesmo se esse tempo
- for igual ao padrão. O tempo atual de expiração de SNLINE pode ser
- encontrado com o comando STATS AKILL.
- Nota: devido ao fato da máscara de realname poder conter espaços,
- o separador entre ela e o motivo é um sinal de dois-pontos.
-
- SNLINE DEL remove uma dada máscara da lista de SNLINE, se ela
- estiver presente. Se uma lista de números de entrada for fornecida,
- essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)
-
- SNLINE LIST mostra a lista de SNLINE atual.
- Se uma máscara for fornecida, apenas as entradas que combinarem
- com a máscara serão exibidas. Se uma lista de números de entrada
- for fornecida, apenas essas entradas serão exibidas; por exemplo:
-
- SNLINE LIST 2-5,7-9
- Lista as entradas de SNLINE numeradas de 2 a 5 e de 7 a 9.
-
- SNLINE VIEW é uma versão mais detalhada do SNLINE LIST,
- e mostrará quem adicionou o SNLINE, a data em que foi adicionado,
- e quando irá expirar, como também a máscara realname e o motivo.
-
- SNLINE CLEAR apaga todas as entradas da lista de SNLINE.
-
-OPER_HELP_SQLINE
- Sintaxe: SQLINE ADD [+tempo] máscara motivo
- SQLINE DEL {máscara | entrada | lista-entradas}
- SQLINE LIST [máscara | lista-entradas]
- SQLINE VIEW [máscara | lista-entradas]
- SQLINE CLEAR
-
- Permite que Operadores dos Services manipulem a lista de
- SQLINE. Se um usuário que tenta conectar possui um nick
- previsto na lista de SQLINE, os Services não permitirão que
- ele continue sua sessão de IRC.
-
- SQLINE ADD adiciona uma máscara na lista de SQLINE
- para um dado motivo (deve ser fornecido).
- Opcionalmente, um tempo pode ser fornecido. O tempo precede a
- máscara e é especificado como um número inteiro seguido por uma das
- seguintes unidades: d (dias), h (horas) ou m (minutos).
- Combinações (como 1h30m) não são permitidas. Se uma unidade
- específica não é incluída, o padrão é em dias (assim, +30
- significa 30 dias). Para adicionar um SQLINE que não expira,
- use +0. Se a máscara a ser adicionada começar com um +,
- o tempo do SQLINE deve ser fornecido, mesmo se esse tempo for
- igual ao padrão. O tempo atual de expiração de SQLINE pode ser
- encontrado com o comando STATS AKILL.
-
- SQLINE DEL remove uma dada máscara da lista de SQLINE, se ela
- estiver presente. Se uma lista de números de entrada for fornecida,
- essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)
-
- SQLINE LIST mostra a lista de SQLINE atual.
- Se uma máscara for fornecida, apenas as entradas que combinarem
- com a máscara serão exibidas. Se uma lista de números de entrada
- for fornecida, apenas essas entradas serão exibidas; por exemplo:
-
- SQLINE LIST 2-5,7-9
- Lista as entradas de SQLINE numeradas de 2 a 5 e de 7 a 9.
-
- SQLINE VIEW é uma versão mais detalhada do SQLINE LIST,
- e mostrará quem adicionou o SQLINE, a data em que foi adicionado,
- e quando irá expirar, como também a máscara e o motivo.
-
- SQLINE CLEAR apaga todas as entradas da lista de SQLINE.
-
-OPER_HELP_SZLINE
- Sintaxe: SZLINE ADD [+tempo] máscara motivo
- SZLINE DEL {máscara | entrada | lista-entradas}
- SZLINE LIST [máscara | lista-entradas]
- SZLINE VIEW [máscara | lista-entradas]
- SZLINE CLEAR
-
- Permite que Operadores dos Services manipulem a lista de
- SZLINE. Se um usuário que tenta conectar possui um IP
- previsto na lista de SZLINE, os Services não permitirão que
- ele continue sua sessão de IRC (e isso, mesmo se o IP possuir
- ou não um PTR RR).
-
- SZLINE ADD adiciona uma máscara de IP na lista de SZLINE
- para um dado motivo (deve ser fornecido).
- Opcionalmente, um tempo pode ser fornecido. O tempo precede a
- máscara e é especificado como um número inteiro seguido por uma das
- seguintes unidades: d (dias), h (horas) ou m (minutos).
- Combinações (como 1h30m) não são permitidas. Se uma unidade
- específica não é incluída, o padrão é em dias (assim, +30
- significa 30 dias). Para adicionar um SZLINE que não expira,
- use +0. Se a máscara a ser adicionada começar com um +,
- o tempo do SZLINE deve ser fornecido, mesmo se esse tempo for
- igual ao padrão. O tempo atual de expiração de SZLINE pode ser
- encontrado com o comando STATS AKILL.
-
- SZLINE DEL remove uma dada máscara da lista de SZLINE, se ela
- estiver presente. Se uma lista de números de entrada for fornecida,
- essas entradas serão apagadas. (Veja o exemplo para LIST abaixo.)
-
- SZLINE LIST mostra a lista de SZLINE atual.
- Se uma máscara for fornecida, apenas as entradas que combinarem
- com a máscara serão exibidas. Se uma lista de números de entrada
- for fornecida, apenas essas entradas serão exibidas; por exemplo:
-
- SZLINE LIST 2-5,7-9
- Lista as entradas de SZLINE numeradas de 2 a 5 e de 7 a 9.
-
- SZLINE VIEW é uma versão mais detalhada do SZLINE LIST,
- e mostrará quem adicionou o SZLINE, a data em que foi adicionado,
- e quando irá expirar, como também a máscara IP e o motivo.
-
- SZLINE CLEAR apaga todas as entradas da lista de SZLINE.
-
-OPER_HELP_SET
- Sintaxe: SET opção seleção
-
- Ajusta várias opções globais dos Services. Os nomes de opção
- atualmente definidas são:
- READONLY Ativa o modo read-only ou read-write
- LOGCHAN Ativa ou desativa envio de log a um canal
- DEBUG Ativa ou desativa o modo de depuração (debug)
- NOEXPIRE Ativa ou desativa o modo não-expira
- SUPERADMIN Ativa ou desativa o modo Super-Admin
- IGNORE Ativa ou desativa o modo Ignore
- LIST Lista as opções atuais
-
-OPER_HELP_SET_READONLY
- Sintaxe: SET READONLY {ON | OFF}
-
- Ativa ou desativa o modo read-only (somente leitura).
- No modo read-only, usuários normais não serão capazes de
- modificar nenhum dado nos Services, incluindo lista de acesso
- de canais e nicks etc. IRCops com privilégios suficientes
- nos Services serão capazes de modificar a lista de AKILL
- e de proibir ou cancelar o registro de canais ou nicks,
- embora quaisquer mudanças não serão salvas no banco de
- dados a menos que o modo read-only seja desativado antes
- dos Services serem terminados ou reiniciados.
-
- Esta opção é equivalente à opção da linha de comando
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Sintaxe: SET LOGCHAN {ON | OFF}
-
- Com esta opção ativada, os Services enviarão seus logs
- para um canal especificado. LogChannel deve estar definido
- na configuração dos Services para esta opção poder ser usada.
-
- This option is equivalent to the command-line option -logchan.
-
- Nota: Pode haver graves implicações de segurança se o canal
- de log não estive devidamente seguro.
-
-OPER_HELP_SET_DEBUG
- Sintaxe: SET DEBUG {ON | OFF | número}
-
- Ativa ou desativa o modo de depuração (debug). No modo de
- depuração, todos os dados enviados para os Services e vindos
- deles, assim como um número de outras mensagens de depuração
- são enviadas a um arquivo de log. Se número é fornecido,
- o modo de depuração é ativado, com nível de depuração ajustado
- para número.
-
- Esta opção é equivalente à opção da linha de comando
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Sintaxe: SET NOEXPIRE {ON | OFF}
-
- Ativa ou desativa o modo NOEXPIRE. Se estiver ativado, os
- nicks, canais, akills e exceções não irão expirar enquanto a
- opção não for desativada.
-
- Esta opção é equivalente à opção da linha de comando
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Sintaxe: SET SUPERADMIN {ON | OFF}
-
- Ativando esta opção, lhe serão concedidos privilégios extras como a
- habilidade de ser "founder" em todos os canais etc.
-
- Esta opção não é permanente, e deve ser usada somente quando
- necessária, e desativada quando não for mais necessária.
-
-OPER_HELP_SET_IGNORE
- Sintaxe: SET IGNORE {ON | OFF}
-
- Ajustando esta opção, fará os Services usarem ou não o sistema
- de IGNORE.
-
-OPER_HELP_SET_LIST
- Sintaxe: SET LIST
-
- Exibe as várias configurações do %S.
-
-OPER_HELP_NOOP
- Sintaxe: NOOP SET servidor
- NOOP REVOKE servidor
-
- NOOP SET remove todas as O:lines do servidor
- especificado e killa todos os IRCops atualmente nele
- para prevenir que eles dêem rehash no servidor (pois
- isto simplesmente cancela o efeito).
-
- NOOP REVOKE torna todas as O:lines removidas
- novamente disponíveis no servidor especificado.
-
- Nota: O servidor não é checado como um todo
- pelos Services.
-
-OPER_HELP_JUPE
- Sintaxe: JUPE servidor [motivo]
-
- Diz aos Services para "jupar" um servidor -- isto é, criar
- um falso servidor conectado aos Services que previne que o
- servidor real com aquele nome se conecte na rede. O jupe
- pode ser removido usando um SQUIT padrão. Se um motivo
- é dado, ele é colocado no campo de informação do servidor;
- caso contrário, o campo de informação do servidor irá conter
- o texto "Jupado por <nick>", mostrando o nick de quem mascarou
- o servidor.
-
-OPER_HELP_UPDATE
- Sintaxe: UPDATE
-
- Faz com que os Services atualizem o banco de dados logo que
- você envia este comando.
-
-OPER_HELP_RELOAD
- Sintaxe: RELOAD
-
- Faz com que os Services recarreguem seu arquivo de configuração.
- Repare que, para algumas mudanças terem efeito, será necessário
- que os Services sejam reiniciados.
-
-OPER_HELP_QUIT
- Sintaxe: QUIT
-
- Faz com que desligue os Services imediatamente; o banco de
- dados não é salvo. Este comando não deve ser usado a menos
- que haja um dano da cópia do banco de dados na memória e por
- isso eles não devam ser salvos. Para desligar normalmente,
- use o comando SHUTDOWN.
-
-OPER_HELP_SHUTDOWN
- Sintaxe: SHUTDOWN
-
- Salva o banco de dados dos Services e os desliga.
-
-OPER_HELP_RESTART
- Sintaxe: RESTART
-
- Salva o banco de dados dos Services e os reinicia.
- (sai e roda imediatamente o executável).
-
-OPER_HELP_CHANLIST
- Sintaxe: CHANLIST [{padrão | nick} [SECRET]]
-
- Lista todos os canais em uso na Rede, sejam eles registrados ou não.
-
- Se um padrão é fornecido, listará apenas canais que combinem com
- ele. Se um nick é fornecido, listará apenas canais que o usuário
- estiver usando. Se SECRET é especificado, listará apenas canais
- combinando com o padrão e que tenham modo +s ou +p.
-
-OPER_HELP_USERLIST
- Sintaxe: USERLIST [{padrão | canal} [INVISIBLE]]
-
- Lista todos os usuários online na Rede, tenham eles nicks
- registrados ou não.
-
- Se um padrão é fornecido, listará apenas usuários que combinem
- com ele (deve estar no formato nick!ident@host). Se um canal é
- fornecido, listará apenas usuários que estão no canal dado.
- estiver usando. Se INVISIBLE é especificado, listará apenas usuários
- que tenham o modo +i.
-
-OPER_HELP_MODLOAD
- Sintaxe: MODLOAD NomeDoArquivo
-
- Este comando carrega o módulo chamado NomeDoArquivo
- do diretório de módulos.
-
-OPER_HELP_MODUNLOAD
- Sintaxe: MODUNLOAD NomeDoArquivo
-
- Este comando descarrega o módulo chamado NomeDoArquivo
- do diretório de módulos.
-
-OPER_HELP_MODINFO
- Sintaxe: MODINFO NomeDoArquivo
-
- Este comando lista informações sobre um módulo carregado.
-
-OPER_HELP_MODLIST
- Sintaxe: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lista todos os módulos atualmente carregados.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-BOT_HELP_CMD_BOTLIST
- BOTLIST Lista os bots disponíveis
-BOT_HELP_CMD_ASSIGN
- ASSIGN Associa um bot ao canal
-BOT_HELP_CMD_SET
- SET Configura as opções do bot
-BOT_HELP_CMD_KICK
- KICK Configura os kickers
-BOT_HELP_CMD_BADWORDS
- BADWORDS Configura os palavrões
-BOT_HELP_CMD_ACT
- ACT Faz com que o bot faça o mesmo que o comando "/me"
-BOT_HELP_CMD_INFO
- INFO Permite que você veja informações do BotServ sobre um canal ou bot
-BOT_HELP_CMD_SAY
- SAY Faz com que o bot diga determinado texto no canal dado
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Desassocia um bot de um canal
-BOT_HELP_CMD_BOT
- BOT Mantém a lista de bots da Rede
-
-BOT_HELP
- %S permite que você tenha um bot no seu canal.
- Foi criado para usuários que não tem como hospedar
- ou configurar um bot, ou para Redes que não permitem
- aos usuários terem um bot. Os comandos disponíveis
- estão listados abaixo; para usá-los, digite
- %R%S comando. Para informações mais específicas
- sobre um comando, digite %R%S HELP comando.
-
-BOT_HELP_FOOTER
- O bot irá entrar no canal sempre que tiver ao menos %d usuário(s) nele.
-
-BOT_HELP_BOTLIST
- Sintaxe: BOTLIST
-
- Lista todos os bots disponíveis nesta Rede.
-
-BOT_HELP_ASSIGN
- Sintaxe: ASSIGN canal nick
-
- Associa um bot escolhido pelo nick a um canal.
- Você poderá então configurar o bot para o canal de acordo
- com as suas necessidades.
-
-BOT_HELP_UNASSIGN
- Sintaxe: UNASSIGN canal
-
- Desassocia um bot de um canal. Quando você usa este comando,
- o bot não irá entrar mais no canal. Entretando, será mantida
- a configuração do bot para aquele canal, para que você possa
- sempre poder associá-lo àquele canal mais tarde sem ter que
- configurar tudo novamente.
-
-BOT_HELP_INFO
- Sintaxe: INFO {canal | nick}
-
- Permite que você veja informações do %S sobre um
- canal ou bot. Se a opção for um canal, então você terá
- informações tais como kickers ativos. Se tiver sido um nick,
- você terá informações sobre o bot, como o horário de criação
- ou número de canais onde ele está.
-
-BOT_HELP_SET
- Sintaxe: SET canal opção parâmetros
-
- Configura as opções do bot. A opção pode ser:
-
- DONTKICKOPS Protege os OPs contra kicks
- DONTKICKVOICES Protege os voices contra kicks
- GREET Habilita a mensagem de entrada
- FANTASY Habilita os comandos Fantasia
- SYMBIOSIS Permite que o bot seja um bot real
-
- Digite %R%S HELP SET opção para maiores informações
- sobre uma opção específica.
-
- Aviso: o acesso a este comando é controlado pelo ajuste
- dos níveis de acesso do canal.
-
-BOT_HELP_SET_DONTKICKOPS
- Sintaxe: SET canal DONTKICKOPS {ON|OFF}
-
- Ativa ou desativa o modo de proteção de OPs em um canal.
- Quando estiver ativado, os OPs não serão kickados pelo bot,
- mesmo se eles não se enquadram no nível de NOKICK.
-
-BOT_HELP_SET_DONTKICKVOICES
- Sintaxe: SET canal DONTKICKVOICES {ON|OFF}
-
- Ativa ou desativa o modo de proteção de voices em um canal.
- Quando estiver ativado, os voices não serão kickados pelo bot,
- mesmo se eles não se enquadram no nível de NOKICK.
-
-BOT_HELP_SET_FANTASY
- Sintaxe: SET canal FANTASY {ON|OFF}
-
- Ativa ou desativa o modo fantasia em um canal.
- Quando estiver ativado, os usuários poderão usar
- comandos como !op, !deop, !voice, !devoice,
- !kick, !kb, !unban, !seen em um canal. Em algumas
- redes, mais comandos podem estar disponíveis, tais
- como: !owner, !deowner, !protect, !deprotect,
- !halfop, !dehalfop.
-
- Note que os usuários que quiserem usar esses
- comandos DEVEM ter um nível suficiente tanto para
- o nível FANTASIA quanto para outro, dependendo
- do comando usado (por exemplo, para usar !op, o
- usuário deve ter acesso aos comandos OP e DEOP).
-
-BOT_HELP_SET_GREET
- Sintaxe: SET canal GREET {ON|OFF}
-
- Ativa ou desativa o modo greet em um canal.
- Quando ativado, o bot irá mostrar mensagens de
- entrada dos usuários quando eles entrarem no
- canal, caso tenham nível de acesso suficiente.
-
-BOT_HELP_SET_SYMBIOSIS
- Sintaxe: SET canal SYMBIOSIS {ON|OFF}
-
- Ativa ou desativa o modo symbiosis em um canal.
- Quando ativado, o bot fará tudo aquilo que
- normalmente é feito pelo %s nos canais, como as
- mudanças de modos, kicks e, inclusive, a mensagem
- de entrada (entrymsg).
-
-BOT_HELP_KICK
- Sintaxe: KICK canal opção parâmetros
-
- Configura os kicks do bot. A opção pode ser uma dessas:
-
- BOLDS Selecione para o bot kickar por negrito
- BADWORDS Selecione para o bot kickar por palavrões
- CAPS Selecione para o bot kickar por caps
- COLORS Selecione para o bot kickar por cores
- FLOOD Selecione para o bot kickar por flood
- REPEAT Selecione para o bot kickar por repetição
- REVERSES Selecione para o bot kickar por reversos
- UNDERLINES Selecione para o bot kickar por sublinhado
- ITALICS Sets if the bot kicks italics
-
- Digite %R%S HELP KICK opção para maiores informações
- sobre uma opção específica.
-
- Nota: o acesso a esse comando é controlado pelo ajuste
- dos níveis de acesso do canal.
-
-BOT_HELP_KICK_BOLDS
- Sintaxe: KICK canal BOLDS {ON|OFF} [ttb]
-
- Ativa ou desativa o kick por negrito. Quando ativado
- o bot irá kickar os usuários que usarem negrito.
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_COLORS
- Sintaxe: KICK canal COLORS {ON|OFF} [ttb]
-
- Ativa ou desativa o kick por cores. Quando ativado
- o bot irá kickar os usuários que usarem cores.
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_REVERSES
- Sintaxe: KICK canal REVERSES {ON|OFF} [ttb]
-
- Ativa ou desativa o kick por reverso. Quando ativado
- o bot irá kickar os usuários que usarem reverso.
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_UNDERLINES
- Sintaxe: KICK canal UNDERLINES {ON|OFF} [ttb]
-
- Ativa ou desativa o kick por sublinhado. Quando ativado
- o bot irá kickar os usuários que usarem sublinhado.
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_CAPS
- Sintaxe: KICK canal CAPS {ON|OFF} [ttb [mínimo [porcentagem]]]
-
- Ativa ou desativa o kick por caps. Quando ativado
- o bot irá kickar os usuários que usarem CAPS (maiúsculas).
-
- O bot irá kickar apenas se usarem pelo menos um mínimo de
- caps e eles constituírem pelo menos porcentagem%% do total
- do texto (se não for especificado, o padrão é 10 caracteres
- e 25%%).
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_FLOOD
- Sintaxe: KICK canal FLOOD {ON|OFF} [ttb [linhas [segs]]]
-
- Ativa ou desativa o kick por flood. Quando ativado o
- o bot irá kickar por flood no canal desde que sejam
- pelo menos linhas linhas em segs segundos.
- (se não for especificado, o padrão é 6 linhas em
- 10 segundos).
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_REPEAT
- Sintaxe: KICK canal REPEAT {ON|OFF} [ttb [núm]]
-
- Ativa ou desativa o kick por repetição. Quando ativado
- o bot irá kickar os usuários que fizerem repetições (onde
- núm é o número de repetições para kick; se não for fornecido,
- o padrão é 3).
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_BADWORDS
- Sintaxe: KICK canal BADWORDS {ON|OFF} [ttb]
-
- Ativa ou desativa o kick por palavrões. Quando ativado
- o bot irá kickar usuários que disserem determinadas
- palavras no canal.
-
- Você pode definir os palavrões para um canal usando o
- comando BADWORDS. Digite %R%S HELP BADWORDS para
- maiores informações.
-
- ttb é o número de vezes que o usuário será kickado
- antes de ser banido. Não forneça ttb para desabilitar
- o sistema de ban que foi uma vez ativado.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Sintaxe: BADWORDS canal ADD palavra [SINGLE | START | END]
- BADWORDS canal DEL {palavra | núm-entrada | lista}
- BADWORDS canal LIST [máscara | lista]
- BADWORDS canal CLEAR
-
- Faz a manutenção da lista de palavrões em um canal.
- Essa lista determina quais são as palavras que deverão
- ser motivo de kick em um canal quando a opção BADWORDS
- estiver ativada. Para maiores informações, digite
- %R%S HELP KICK BADWORDS.
-
- O comando BADWORDS ADD adiciona a palavra na lista
- de palavrões. A opção SINGLE, quando especificada, só
- kicka o usuário se ele escrever a palavra inteira.
- A opção START, quando especificada, irá kickar o usuário
- que escrever uma palavra que comece com a palavra.
- A opção END se tiver sido especificada só kicka o usuário
- que escrever uma palavra que termine com a palavra.
- Se você não especificar nada, o bot irá kickar sempre
- que a palavra for escrita pelo usuário.
-
- O comando BADWORDS DEL remove uma palavra da lista de
- palavrões de um determinado canal. Se uma lista de números
- de entrada for fornecida, essas entradas serão apagadas
- (veja o exemplo para LIST abaixo).
-
- O comando BADWORDS LIST mostra a lista de palavrões.
- Se forem usados coringas, apenas aquelas entradas com
- as determinadas máscaras serão mostradas. Se uma lista
- de números de entrada for dada, apenas aquelas entradas
- serão mostradas; por exemplo:
-
- BADWORDS #canal LIST 2-5,7-9
- Lista as entradas dos palavrões numeradas de 2 a 5
- e de 7 a 9.
-
- O comando BADWORDS CLEAR limpa todas entradas da lista.
-
-BOT_HELP_SAY
- Sintaxe: SAY canal texto
-
- Faz com que o bot diga determinado texto no canal dado.
-
-BOT_HELP_ACT
- Sintaxe: ACT canal texto
-
- Faz com que o bot faça o mesmo que o comando "/me"
- em um determinado canal com o determinado texto.
-
-BOT_SERVADMIN_HELP_BOT
- Sintaxe: BOT ADD nick user host real
- BOT CHANGE NickAntigo NickNovo [user [host [real]]]
- BOT DEL nick
-
- Permite que os Administradores dos Services criem,
- modifiquem, e apaguem bots que os usuários poderão usar
- em seus próprios canais.
-
- BOT ADD adiciona um bot com um determinado nick, username,
- hostname e realname.
- BOT CHANGE permite alterar o nick, username, hostname
- ou realname de um bot sem que seja necessário apagá-lo (e
- todas as informações nele contidas).
- BOT DEL remove um bot da lista de bots.
-
- Nota: você não pode criar um bot que use um nick que já
- seja registrado. Se um usuário não registrado está atualmente
- usando o nick, ele será killado.
-
-BOT_SERVADMIN_HELP_SET
-
- Essas opções são reservadas aos Administradores dos Services:
-
- NOBOT Previne um bot de ser associado a
- um canal
- PRIVATE Previne um bot de ser associado por
- quem não é Operador de IRC.
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Sintaxe: SET canal NOBOT {ON|OFF}
-
- Este comando faz com que um determinado bot não possa ser
- associado a um canal. Se já houver um bot associado a este
- canal, este será automaticamente desassociado quando você
- ativar essa opção.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Sintaxe: SET nick PRIVATE {ON|OFF}
-
- Esta opção previne um bot de ser associado a um canal
- por usuários que não sejam Operadores de IRC.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- A lista de vHost está limpa.
-HOST_ENTRY
- #%d Nick:%s, vHost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vHost:%s@%s (%s - %s)
-HOST_SET
- vhost de %s ajustado para %s.
-HOST_IDENT_SET
- vhost de %s ajustado para %s@%s.
-HOST_SETALL
- vhost do grupo %s ajustado para %s.
-HOST_DELALL
- vhosts do grupo %s foi removido.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost do grupo %s ajustado para %s@%s.
-HOST_SET_ERROR
- Erro! Um vhost pode conter apenas A-Z, a-z, 0-9, '.' e '-'.
-HOST_SET_IDENT_ERROR
- O Ident de um vhost deve estar no formato de um Ident válido.
-HOST_SET_TOOLONG
- Erro! O host é muito comprido, por favor use um host de até %d caracteres.
-HOST_SET_IDENTTOOLONG
- Erro! O Ident é muito comprido, por favor use um Ident de até %d caracteres.
-HOST_NOREG
- Usuário %s não encontrado na DB do NickServ.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Acesso Negado.
-HOST_NOT_ASSIGNED
- Por favor contacte algum Operator para receber um vhost associado a este nick.
-HOST_ACTIVATED
- Seu vhost %s está agora ativado.
-HOST_IDENT_ACTIVATED
- Seu vhost %s@%s está agora ativado.
-HOST_DEL
- vhost para %s removido.
-HOST_DEL_SYNTAX
- DEL <nick>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Seu IRCD não suporta vIdent's, se isto não está certo, por favor reporte isso como um possível bug.
-HOST_GROUP
- Todos os vhost's no grupo %s foram ajustados para %s
-HOST_IDENT_GROUP
- Todos os vhost's no grupo %s foram ajustados para %s@%s
-HOST_LIST_FOOTER
- Exibidos todos os registros (Contador: %d)
-HOST_LIST_RANGE_FOOTER
- Exibidos registros de %d até %d
-HOST_LIST_KEY_FOOTER
- Exibidos registros coincidindo com a chave %s (Contador: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Ativa seu vHost associado
-HOST_HELP_CMD_OFF
- OFF Desativa seu vHost associado
-HOST_HELP_CMD_GROUP
- GROUP Sincroniza um mesmo vHost para todos os nicks de um grupo
-HOST_HELP_CMD_SET
- SET Ajusta o vHost de outro usuário
-HOST_HELP_CMD_SETALL
- SETALL Ajusta o vHost de todos os nicks de um grupo
-HOST_HELP_CMD_DEL
- DEL Deleta o vHost de outro usuário
-HOST_HELP_CMD_DELALL
- DELALL Deleta o vHost de todos os nicks de um grupo
-HOST_HELP_CMD_LIST
- LIST Exibe uma ou mais entradas de vHost
-
-HOST_OPER_HELP
- not used.
-
-HOST_ADMIN_HELP
- not used.
-
-HOST_HELP
- Comandos do %S:
-
-HOST_HELP_ON
- Sintaxe: ON
-
- Ativa o vhost atualmente associado ao nick em uso.
- Quando você usa este comando, qualquer usuário que faça um /whois
- em você irá ver o vhost em vez do seu endereço IP real/encriptado.
-
-HOST_HELP_SET
- Sintaxe: SET <nick> <hostmask>.
-
- Ajusta o vhost para o nick dado com a hostmask fornecida.
- Caso seu IRCd suporte vIdents, então usando
- SET <nick> <ident>@<hostmask> ajustará idents para
- usuários, assim como vhosts.
-
-HOST_HELP_DELALL
- Sintaxe: DELALL <nick>.
-
- Deleta o vhost para todos os nicks no mesmo grupo do
- nick fornecido.
-
-HOST_HELP_SETALL
- Sintaxe: SETALL <nick> <hostmask>.
-
- Ajusta o vhost para todos os nicks no mesmo grupo do
- nick fornecido. Caso seu IRCd suporte vIdents, então
- usando SETALL <nick> <ident>@<hostmask> ajustará idents
- para usuários, assim como vhosts.
-
- * NOTA: isto não irá atualizar o vhost de nenhum nick
- adicionado ao grupo depois que o comando foi usado.
-
-HOST_HELP_OFF
- Sintaxe: OFF
-
- Desativa o vhost atualmente associado ao nick em uso.
- Quando você usa este comando, qualquer usuário que faça um /whois
- em você irá ver seu endereço IP real/encriptado.
-
-HOST_HELP_DEL
- Sintaxe: DEL <nick>
-
- Deleta o vhost associado ao nick dado.
-
-HOST_HELP_LIST
- Sintaxe: LIST [<key>|<#X-Y>]
-
- Este comando lista ao Operador os vhosts registrados.
- Se uma Key é especificada, apenas entradas cujo nick ou vhost
- combinem com o padrão fornecido em <key> serão exibidas.
- Ex.: Rob* mostra todas as entradas começando com "Rob"
-
- Se o estilo #X-Y for usado, apenas entradas entre o alvo X
- e Y serão exibidas. Ex.: #1-3 irá mostrar as 3 primeiras
- entradas de nick/vhost.
-
- A lista usa o valor de NSListMax como limite do número de
- itens para exibir a um Operator de uma vez só.
-
-HOST_HELP_GROUP
- Sintaxe: GROUP
-
- Este comando permite aos usuários ajustar o vhost do seu
- nick ATUAL para ser o vhost de todos os nicks no mesmo grupo.
-
-OPER_SVSNICK_UNSUPPORTED
- Desculpe, SVSNICK não está disponível nesta rede.
-
-OPER_SQLINE_UNSUPPORTED
- Desculpe, SQLINE não está disponível nesta rede.
-
-OPER_SVSO_UNSUPPORTED
- Desculpe, OLINE não está disponível nesta rede.
-
-OPER_UMODE_UNSUPPORTED
- Desculpe, UMODE não está disponível nesta rede.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- Opção SuperAdmin não habilitada no arquivo services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/ru.l b/lang/ru.l
deleted file mode 100644
index b2f54a384..000000000
--- a/lang/ru.l
+++ /dev/null
@@ -1,6642 +0,0 @@
-# Russian language file for Anope
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for further details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# Translated by Kein <kein-of@yandex.ru>
-#
-# Translated: 17.10.2008
-# Revision: 18
-# Charaster set: cp1251
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they
-# can be rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Ðóññêèé (Russian)
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = äåíü íåäåëè (ñîêð.) %H = ÷àñû
-# %b = ìåñÿö (ñîêð.) %M = ìèíóòû
-# %d = ÷èñëî %S = ñåêóíäû
-# %Y = ãîä %Z = âðåìåííàÿ çîíà
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %b %d %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %b %d %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Âñê
- Ïí
- Âò
- Ñð
- ×ò
- Ïò
- Ñá
-# %A
-STRFTIME_DAYS_LONG
- Âîñêðåñåíüå
- Ïîíåäåëüíèê
- Âòîðíèê
- Ñðåäà
- ×åòâåðã
- Ïÿòíèöà
- Ñóááîòà
-# %b
-STRFTIME_MONTHS_SHORT
- ßíâ
- Ôåâ
- Ìàð
- Àïð
- Ìàé
- Èþí
- Èþë
- Àâã
- Ñåí
- Îêò
- Íîÿ
- Äåê
-# %B
-STRFTIME_MONTHS_LONG
- ßíâàðü
- Ôåâðàëü
- Ìàðò
- Àïðåëü
- Ìàé
- Èþíü
- Èþëü
- Àâãóñò
- Ñåíòÿáðü
- Îêòÿáðü
- Íîÿáðü
- Äåêàáðü
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Âíóòðåííÿÿ îøèáêà - íåâîçìîæíî âûïîëíèòü çàïðîñ.
-UNKNOWN_COMMAND
- Íåèçâåñòíàÿ êîìàíäà %s.
-UNKNOWN_COMMAND_HELP
- Íåèçâåñòíàÿ êîìàíäà %s. Ñïèñîê êîìàíä äîñòóïåí ïî %R%s HELP
-SYNTAX_ERROR
- Ñèíòàêñèñ: %s
-MORE_INFO
- %R%s HELP %s äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.
-NO_HELP_AVAILABLE
- Ñïðàâî÷íàÿ èíôîðìàöèÿ ïî %s îòñóòñòâóåò.
-OBSOLETE_COMMAND
- Äàííàÿ êîìàíäà óñòàðåëà, âìåñòî íåå èñïîëüçóéòå %s
-
-BAD_USERHOST_MASK
- Ìàñêà äîëæíà áûòü ñòðîãî â ôîðìàòå èäåíò@õîñò.
-BAD_EXPIRY_TIME
- Óêàçàíî íåâåðíîå çíà÷åíèå ñðîêà èñòå÷åíèÿ.
-USERHOST_MASK_TOO_WIDE
- Ãðàíèöû ìàñêè %s ñëèøêîì øèðîêè, ïîæàëóéñòà, óòî÷íèòå ìàñêó.
-
-SERVICE_OFFLINE
- %s íà äàííûé ìîìåíò íåàêòèâåí (skeleton-ðåæèì).
-READ_ONLY_MODE
- Ïðèìå÷àíèå: ñåé÷àñ ñåðâèñû ðàáîòàþò â ðåæèìå read-only (òîëüêî-÷òåíèå), íèêàêèå èçìåíåíèÿ ñîõðàíåíû ÍÅ áóäóò!
-PASSWORD_INCORRECT
- Âû óêàçàëè íåâåðíûé ïàðîëü.
-INVALID_TARGET
- Àäðåñàöèÿ âèäà "/msg %s" áîëüøå íå ïîääåðæèâàåòñÿ. Èñïîëüçóéòå "/msg %s@%s" èëè "/%s".
-
-ACCESS_DENIED
- Äîñòóï çàïðåùåí.
-
-MORE_OBSCURE_PASSWORD
- Ïîæàëóéñòà, ïîïðîáóéòå ñíîâà ñ áîëåå ñëîæíûì ïàðîëåì. Îí äîëæåí èìåòü äëèíó íå ìåíåå 5 ñèìâîëîâ, ñîñòîÿòü òîëüêî èç ëàòèíñêèõ áóêâ èëè öèôð, íå áûòü ëåãêî îòãàäûâàåìûì (ò.å. Âàøèì èìåíåì èëè Âàøèì íèêîì), è íå äîëæåí ñîäåðæàòü ïðîáåëîâ è òàáóëÿöèé.
-PASSWORD_TOO_LONG
- Âû óêàçàëè ñëèøêîì äëèííûé ïàðîëü, ïîïðîáóéòå åùå ðàç ñ áîëåå êîðîòêèì.
-
-NICK_NOT_REGISTERED
- Âàø íèê íåçàðåãèñòðèðîâàí.
-NICK_NOT_REGISTERED_HELP
- Âàø íèê íåçàðåãèñòðèðîâàí. Äëÿ áîëåå ïîäðîáíîé èíôðìàöèè î ðåãèñòðàöèè íèêà ñì. %R%s HELP
-NICK_X_IS_SERVICES
- Íèê %s ÿâëÿåòñÿ íèêîì îäíîãî èç ñåðâèñíûõ ïñåâäîêëèåíòîâ äàííîé ñåòè.
-NICK_X_NOT_REGISTERED
- Íèê %s íåçàðåãèñòðèðîâàí.
-NICK_X_IN_USE
- Íèê %s íà äàííûé ìîìåíò èñïîëüçóåòñÿ êåì-òî äðóãèì.
-NICK_X_NOT_IN_USE
- Íèê %s â ñåòè íå îáíàðóæåí.
-NICK_X_NOT_ON_CHAN
- Ïîëüçîâàòåëü %s íå ïðèñóòñòâóåò â äàííûé ìîìåíò íà êàíàëå %s
-NICK_X_FORBIDDEN
- Íèê %s íå ìîæåò áûòü çàðåãèñòðèðîâàí èëè èñïîëüçîâàí.
-NICK_X_FORBIDDEN_OPER
- Íèê %s áûë çàïðåùåí ê èñïîëüçîâàíèþ %s:
- %s
-NICK_X_ILLEGAL
- Óêàçàííûé íèê %s ñîäåðæèò íåäîïóñòèìûå ñèìâîëû.
-NICK_X_TRUNCATED
- Íèê %s áûë óñå÷åí äî %d ñèìâîëîâ.
-NICK_X_SUSPENDED
- Íèê %s íàõîäèòñÿ â ðåæèìå ñàñïåíäà.
-CHAN_X_NOT_REGISTERED
- Êàíàë %s íå çàðåãèñòðèðîâàí.
-CHAN_X_NOT_IN_USE
- Êàíàë %s íå ñóùåñòâóåò.
-CHAN_X_FORBIDDEN
- Ðåãèñòðàöèÿ èëè èñïîëüçîâàíèå êàíàëà %s ÇÀÏÐÅÙÅÍÛ.
-CHAN_X_FORBIDDEN_OPER
- Êàíàë %s ÇÀÏÐÅÙÅÍ ê èñïîëüçîâàíèþ %s:
- %s
-CHAN_X_SUSPENDED
- Êàíàë 'çàìîðîæåí': [%s] %s
-NICK_IDENTIFY_REQUIRED
- Äëÿ âûïîëíåíèÿ äàííîé êîìàíäû âû äîëæíû èäåíòèôèöèðîâàòüñÿ.
- Ïîïðîáóéòå ñíîâà ïîñëå òîãî, êàê èñïîëüçóåòå êîìàíäó %R%s IDENTIFY ïàðîëü.
-CHAN_IDENTIFY_REQUIRED
- Äëÿ âûïîëíåíèÿ äàííîé êîìàíäû âû äîëæíû èäåíòèôèöèðîâàòüñÿ.
- Ïîïðîáóéòå ñíîâà ïîñëå òîãî, êàê èñïîëüçóåòå êîìàíäó %R%s IDENTIFY %s ïàðîëü.
-
-MAIL_DISABLED
- Íàñòðîéêè mail-ôóíêöèé ñåðâèñîâ íåêîððåêòíû èëè îòêëþ÷åíû, âîçìîæíîñòü îòïðàâêè email íåäîñòóïíà.
-MAIL_INVALID
- Email-àäðåñ äëÿ %s íåêîððåêòåí.
-MAIL_X_INVALID
- Email-àäðåñ âèäà %s íå ÿâëÿåòñÿ ïðàâèëüíûì ýëåêòðîííîé ïî÷òû.
-MAIL_LATER
- Íà äàííûé ìîìåíò îòïðàâêà email íåâîçìîæíà, ïîïðîáóéòå ïîçæå.
-MAIL_DELAYED
- Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä è ïîâòîðèòå çàïðîñ.
-
-NO_REASON
- Íåò ïðè÷èíû
-UNKNOWN
- <íåèçâåñòíî>
-
-# Duration system
-DURATION_DAY
- 1 äåíü
-DURATION_DAYS
- %d äíåé
-DURATION_HOUR
- 1 ÷àñ
-DURATION_HOURS
- %d ÷àñîâ
-DURATION_MINUTE
- 1 ìèíóòà
-DURATION_MINUTES
- %d ìèíóò
-DURATION_SECOND
- 1 ñåêóíäà
-DURATION_SECONDS
- %d ñåêóíä
-
-# Human readable expiration
-NO_EXPIRE
- íèêîãäà íå èñòå÷åò
-EXPIRES_SOON
- èñòåêàåò ïðè áëèæàéøåì îáíîâëåíèè ÁÄ
-EXPIRES_M
- èñòå÷åò ÷åðåç %d ìèíóò
-EXPIRES_1M
- èñòå÷åò ÷åðåç %d ìèíóò
-EXPIRES_HM
- èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò
-EXPIRES_H1M
- èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò
-EXPIRES_1HM
- èñòå÷åò ÷åðåç %d ÷àñîâ, %d ìèíóò
-EXPIRES_1H1M
- èñòå÷åò ÷åðåç %d ÷àñîâ %d ìèíóò
-EXPIRES_D
- èñòå÷åò ÷åðåç %d äíåé
-EXPIRES_1D
- èñòå÷åò ÷åðåç %d äíåé
-
-# Generic Footer message
-END_OF_ANY_LIST
- Êîíåö ñïèñêà %s.
-
-# Generic List error messages
-LIST_INCORRECT_RANGE
- Çàäàí íåâåðíûé äèàïàçîí. Ñèíòàêñèñ: #îòêóäà-äîêóäà.
-CS_LIST_INCORRECT_RANGE
- ×òî áû íàéòè êàíàë, íà÷èíàþùèéñÿ ñ ñèìâîëà #, ïðîñòî óêàæèòå åãî
- íàçâàíèå áåç #. Íàïðèìåð anope âìåñòî #anope.
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Íèê, êîòîðûé âû ñåé÷àñ èñïîëüçóåòå, çàðåãèñòðèðîâàí íà ñåðâèñàõ ñåòè.
- Åñëè ýòî âàø íèê, èäåíòèôèöèðóéòåñü êîìàíäîé %R%s IDENTIFY ïàðîëü
-  ïðîòèâíîì ñëó÷àå - âûáåðèòå äðóãîé íèê.
-NICK_IS_SECURE
- Íèê, êîòîðûé âû ñåé÷àñ èñïîëüçóåòå, çàðåãèñòðèðîâàí è çàùèùåí.
- Åñëè ýòî âàø íèê, èäåíòèôèöèðóéòåñü êîìàíäîé %R%s IDENTIFY ïàðîëü.
- Èíà÷å, âûáåðèòå, ïîæàëóéñòà, äðóãîé íèê.
-NICK_MAY_NOT_BE_USED
- Âûáðàííûé âàìè íèê çàïðåùåí ê èñïîëüçîâàíèþ. Âîçüìèòå êàêîé-íèáóäü äðóãîé.
-FORCENICKCHANGE_IN_1_MINUTE
- Åñëè âû íå âûïîëíèòå óêàçàííûå ðåêîìåíäàöèè, âàø íèê áóäåò ïðèíóäèòåëüíî èçìåíåí â òå÷åíèè ìèíóòû.
-FORCENICKCHANGE_IN_20_SECONDS
- Åñëè âû íå âûïîëíèòå óêàçàííûå ðåêîìåíäàöèè, âàø íèê áóäåò ïðèíóäèòåëüíî èçìåíåí â òå÷åíèè 20 ñåêóíä.
-FORCENICKCHANGE_NOW
- Ýòîò íèê çàðåãèñòðèðîâàí êåì-òî äðóãèì, âû íå ìîæåòå åãî èñïîëüçîâàòü.
-FORCENICKCHANGE_CHANGING
- Âàø íèê èçìåíåí íà %s
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER ïàðîëü [email]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER ïàðîëü email
-NICK_REGISTRATION_DISABLED
- Èçâèíèòå, íî ðåãèñòðàöèÿ íèêîâ âðåìåííî ïðèîñòàíîâëåíà.
-NICK_REGISTRATION_FAILED
- Èçâèíèòå, íî çàðåãèñòðèðîâàòü íèê íå óäàëîñü.
-NICK_REG_PLEASE_WAIT
- Ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû REGISTER.
-NICK_CANNOT_BE_REGISTERED
- Íèê %s íå ìîæåò áûòü çàðåãèñòðèðîâàí.
-NICK_ALREADY_REGISTERED
- Íèê %s óæå çàðåãèñòðèðîâàí!
-NICK_REGISTERED
- Íèê %s óñïåøíî çàðåãèñòðèðîâàí, â ACCESS-ñïèñîê äîáàâëåíà õîñòìàñêà: %s
-NICK_REGISTERED_NO_MASK
- Íèê %s óñïåøíî çàðåãèñòðèðîâàí.
-NICK_PASSWORD_IS
- Ïàðîëü äëÿ âàøåãî íèêà - %s - çàïîìíèòå åãî, îí ïðèãîäèòñÿ âàì â äàëüíåéøåì!
-NICK_REG_DELAY
- ×òîáû íà÷àòü ðåãèñòðàöèþ âàøåãî òåêóùåãî íèêà, âû äîëæíû èñïîëüçîâàòü åãî íå ìåíåå %d ñåêóíä
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP ãëàâíûé_íèê ïàðîëü
-NICK_GROUP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ãðóïïèðîâêè íèêîâ âðåìåííî íåäîñòóïíà.
-NICK_GROUP_FAILED
- Èçâèíèòå, íî ñãðóïïèðîâàòü íèêè íå óäàëîñü.
-NICK_GROUP_PLEASE_WAIT
- Ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû GROUP.
-NICK_GROUP_CHANGE_DISABLED
- Ïåðåä âíåñåíèåì íèêà â ãðóïïó, âû äîëæíû óäàëèòü åãî êîìàíäîé %R%s DROP.
-NICK_GROUP_SAME
- Âû óæå ñîñòîèòå â ãðóïïå %s.
-NICK_GROUP_TOO_MANY
- Ñëèøêîì ìíîãî íèêîâ â ãðóïïå %s. Ïðîâåðüòå ñïèñîê è óäàëèòå íåíóæíûå.
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. %R%s HELP GLIST è %R%s HELP DROP
-NICK_GROUP_JOINED
- Âû óñïåøíî âíåñåíû â ãðóïïó %s.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY ïàðîëü
-NICK_IDENTIFY_FAILED
- Èçâèíèòå, íî èäåíòèôèöèðîâàòü íèê íå óäàëîñü.
-NICK_IDENTIFY_SUCCEEDED
- Ïàðîëü ïðèíÿò - âû ïðèçíàíû êàê âëàäåëåö íèêà.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Ñíà÷àëà âû äîëæíû óñòàíîâèòü email-àäðåñ äëÿ âàøåãî íèêà. Ðåàëüíûé email-àäðåñ
- ïîçâîëèò âàì èñïîëüçîâàòü ôóíêöèþ âîññòàíîâëåíèÿ ïàðîëÿ, åñëè âû åãî çàáóäåòå.
-NICK_IDENTIFY_EMAIL_HOWTO
- Èñïîëüçóéòå êîìàíäó %R%S SET EMAIL email-àäðåñ ÷òîáû óñòàíîâèòü email-àäðåñ.
- Íå âîëíóéòåñü, äàííûé email-àäðåñ çíàòü áóäåòå ëèøü âû è Àäìèíèñòðàöèÿ ñåòè.
-NICK_ALREADY_IDENTIFIED
- Âû óæå èäåíòèôèöèðîâàíû.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Ñòàòóñ íà ñåðâèñàõ îáíîâëåí (ìåìî-ñîîáùåíèÿ, âèðóòàëüíûé õîñò, è ò.ä.).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Äåèäåíòèôèêàöèÿ âûïîëíåíà óñïåøíî.
-NICK_LOGOUT_X_SUCCEEDED
- Íèê %s óñïåøíî äåèäåíòèôèöèðîâàí.
-NICK_LOGOUT_SERVICESADMIN
- Íåâîçìîæíî äåèäåíòèôèöèðîâàòü %s òàê êàê îí Àäìèíèñòðàòîð ñåðâèñîâ.
-
-# DROP responses
-NICK_DROP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü óäàëåíèÿ íèêîâ âðåìåííî íåäîñòóïíà.
-NICK_DROPPED
- Âàø íèê óñïåøíî óäàëåí èç áàçû äàííûõ ñåðâèñîâ.
-NICK_X_DROPPED
- Íèê %s óñïåøíî óäàëåí èç áàçû äàííûõ ñåðâèñîâ.
-
-# SET responses
-NICK_SET_SYNTAX
- SET îïöèÿ ïàðàìåòðû
-NICK_SET_SERVADMIN_SYNTAX
- SET [íèê] îïöèÿ ïàðàìåòðû
-NICK_SET_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü íàñòðîéêè îïöèé íèêà âðåìåííî íåäîñòóïíà.
-NICK_SET_UNKNOWN_OPTION
- Íåèçâåñòíàÿ SET-îïöèÿ %s.
-NICK_SET_OPTION_DISABLED
- Âîçìîæíîñòü íàñòðîéêè îïöèè %s â âàøåé IRC-ñåòè íåäîñòóïíà.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Íîâûé îñíîâíîé íèê äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì è ñîñòîÿòü â âàøåé ãðóïïå!
-NICK_SET_DISPLAY_CHANGED
- Îñíîâíîé íèê ãðóïïû èçìåíåí íà %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Èçâèíèòå, íî èçìåíèòü ïàðîëü íèêà íå óäàëîñü.
-NICK_SET_PASSWORD_CHANGED
- Ïàðîëü äëÿ âàøåãî íèêà óñïåøíî èçìåíåí.
-NICK_SET_PASSWORD_CHANGED_TO
- Ïàðîëü äëÿ âàøåãî íèêà óñïåøíî èçìåíåí íà: %s.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE íîìåð
-NICK_SET_LANGUAGE_UNKNOWN
- ßçûêà ïîä íîìåðîì %d íå ñóùåñòâóåò. Ñïèñîê äîñòóïíûõ ÿçûêîâ: %R%s HELP SET LANGUAGE.
-NICK_SET_LANGUAGE_CHANGED
- ßçûê ñåðâèñîâ èçìåíåí íà Ðóññêèé.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- Email-àäðåñ äëÿ âàøåãî íèêà èçìåíåí íà: %s.
-NICK_SET_EMAIL_UNSET
- Email-àäðåñ äëÿ âàøåãî íèêà óäàëåí.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- Âîçìîæíîñòü óäàëåíèÿ email-àäðåñà â âàøåé IRC-ñåòè íåäîñòóïíà.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Ïðèâåòñòâåííîå ñîîáùåíèå äëÿ âàøåãî íèêà èçìåíåíî íà: %s.
-NICK_SET_GREET_UNSET
- Ïðèâåòñòâåííîå ñîîáùåíèå äëÿ âàøåãî íèêà óäàëåíî.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 60 ñåêóíä.
-NICK_SET_KILL_QUICK
- Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 20 ñåêóíä.
-NICK_SET_KILL_IMMED
- Çàùèòà íèêà àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 0 ñåêóíä.
-NICK_SET_KILL_IMMED_DISABLED
- Âîçìîæíîñòü óñòàíîâêè ðåæèìà IMMED â âàøåé IRC-ñåòè íåäîñòóïíà.
-NICK_SET_KILL_OFF
- Çàùèòà íèêà îòêëþ÷åíà.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Ðåæèì áåçîïàñíîñòè íèêà àêòèâèðîâàí.
-NICK_SET_SECURE_OFF
- Ðåæèì áåçîïàñíîñòè íèêà îòêëþ÷åí.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Ðåæèì ïðèâàòíîñòè íèêà àêòèâèðîâàí.
-NICK_SET_PRIVATE_OFF
- Ðåæèì ïðèâàòíîñòè íèêà îòêëþ÷åí.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Ñ ýòîãî ìîìåíòà, âàø email-àäðåñ áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_EMAIL_OFF
- Ñ ýòîãî ìîìåíòà, âàø email-àäðåñ áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_MASK_ON
- Òåïåðü âàøà ìàñêà âèäà èäåíò@õîñò áóäåò ñêðûòà èç èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_MASK_OFF
- Òåïåðü âàøà ìàñêà âèäà èäåíò@õîñò áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_QUIT_ON
- Ñ ýòîãî ìîìåíòà, âàøå ïîñëåäíåå quit-ñîîáùåíèå áóäåò ñêðûòî èç èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_QUIT_OFF
- Òåïåðü âàøå ïîñëåäíåå quit-ñîîáùåíèå áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_STATUS_ON
- Ñ ýòîãî ìîìåíòà, âàø óðîâåíü äîñòóïà ê ñåðâèñàì áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO
-NICK_SET_HIDE_STATUS_OFF
- Òåïåðü âàø óðîâåíü äîñòóïà ê ñåðâèñàì ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET MSG {ON | OFF}
-NICK_SET_MSG_ON
- Ðåæèì ïðèâàòíûõ ñîîáùåíèé àêòèâèðîâàí, òåïåðü ñåðâèñû áóäóò îòâå÷àòü âàì â ïðèâàò.
-NICK_SET_MSG_OFF
- Ðåæèì ïðèâàòíûõ ñîîáùåíèé îòêëþ÷åí, ñåðâèñû áóäóò îòâå÷àòü âàì ïîñðåäñòâîì íîòèñîâ.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Ðåæèì àâòîñòàòóñà àêòèâèðîâàí.
-NICK_SET_AUTOOP_OFF
- Ðåæèì àâòîñòàòóñà îòêëþ÷åí.
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET íèê îïöèÿ ïàðàìåòðû
-NICK_SASET_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü óñòàíîâêè ïàðàìåòðîâ íèêà âðåìåííî íåäîñòóïíà.
-NICK_SASET_UNKNOWN_OPTION
- Íåèçâåñòíàÿ SASET-îïöèÿ %s.
-NICK_SASET_BAD_NICK
- Íèê %s íå çàðåãèñòðèðîâàí.
-NICK_SASET_OPTION_DISABLED
- Âîçìîæíîñòü íàñòðîéêè îïöèè %s â âàøåé IRC-ñåòè íåäîñòóïíà.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- Íîâûé ãëàâíûé íèê äëÿ %s äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì è ñîñòîÿòü â åãî ãðóïïå!
-NICK_SASET_DISPLAY_CHANGED
- Íîâûé ãëàâíûé íèê òåïåðü: %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Èçâèíèòå, íî èçìåíèòü ïàðîëü äëÿ %s íåóäàëîñü.
-NICK_SASET_PASSWORD_CHANGED
- Ïàðîëü äëÿ %s óñïåøíî èçìåíåí.
-NICK_SASET_PASSWORD_CHANGED_TO
- Ïàðîëü äëÿ %s èçìåíåí íà %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- Email-àäðåñ äëÿ %s èçìåíåí íà %s.
-NICK_SASET_EMAIL_UNSET
- Email-àäðåñ äëÿ %s óäàëåí.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- Âîçìîæíîñòü óäàëåíèÿ email-àäðåñà â âàøåé IRC-ñåòè íåäîñòóïíà.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Ïðèâåòñòâèå äëÿ %s èçìåíåíî íà %s.
-NICK_SASET_GREET_UNSET
- Ïðèâåòñòâèå äëÿ %s óäàëåíî.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET íèê KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET íèê KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Çàùèòà íèêà %s àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 60 ñåêóíä.
-NICK_SASET_KILL_QUICK
- Çàùèòà íèêà %s àêòèâèðîâàíà,ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 20 ñåêóíä.
-NICK_SASET_KILL_IMMED
- Çàùèòà íèêà %s àêòèâèðîâàíà, ëèìèò âðåìåíè íà ââîä ïàðîëÿ: 0 ñåêóíä.
-NICK_SASET_KILL_IMMED_DISABLED
- Âîçìîæíîñòü óñòàíîâêè ðåæèìà IMMED â âàøåé IRC-ñåòè íåäîñòóïíà.
-NICK_SASET_KILL_OFF
- Çàùèòà íèêà %s îòêëþ÷åíà.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET íèê SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Ðåæèì áåçîïàñíîñòè äëÿ %s àêòèâèðîâàí.
-NICK_SASET_SECURE_OFF
- Ðåæèì áåçîïàñíîñòè äëÿ %s îòêëþ÷åí.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET íèê PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Ðåæèì ïðèâàòíîñòè äëÿ %s àêòèâèðîâàí.
-NICK_SASET_PRIVATE_OFF
- Ðåæèì ïðèâàòíîñòè äëÿ %s îòêëþ÷åí.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET íèê HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- Ñ ýòîãî ìîìåíòà, email-àäðåñ íèêà %s áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_EMAIL_OFF
- Òåïåðü, email-àäðåñ íèêà %s áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_MASK_ON
- Ïîñëåäíÿÿ ìàñêà (èäåíò@õîñò) äëÿ %s òåïåðü áóäåò ñêðûòà èç èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_MASK_OFF
- Ïîñëåäíÿÿ ìàñêà (èäåíò@õîñò) äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_QUIT_ON
- Ïîñëåäíåå quit-ñîîáùåíèå äëÿ %s òåïåðü áóäåò ñêðûòî èç èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_QUIT_OFF
- Ïîñëåäíåå quit-ñîîáùåíèå äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_STATUS_ON
- Óðîâåíü äîñòóïà ê ñåðâèñàì äëÿ %s òåïåðü áóäåò ñêðûò èç èíôîðìàöèè ïî %s INFO.
-NICK_SASET_HIDE_STATUS_OFF
- Óðîâåíü äîñòóïà ê ñåðâèñàì äëÿ %s òåïåðü áóäåò ïîêàçûâàòüñÿ â èíôîðìàöèè ïî %s INFO.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SASET íèê MSG {ON | OFF}
-NICK_SASET_MSG_ON
- Ðåæèì ïðèâàòíûõ ñîîáùåíèé äëÿ %s àêòèâèðîâàí, òåïåðü ñåðâèñû áóäóò îòâå÷àòü åìó â ïðèâàò.
-NICK_SASET_MSG_OFF
- Ðåæèì ïðèâàòíûõ ñîîáùåíèé äëÿ %s îòêëþ÷åí, ñåðâèñû áóäóò îòâå÷àòü åìó ïîñðåäñòâîì íîòèñîâ.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET íèê NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Ñ ýòîãî ìîìåíòà ðåãèñòðàöèÿ íèêà %s íèêîãäà íå èñòå÷åò.
-NICK_SASET_NOEXPIRE_OFF
- C ýòîãî ìîìåíòà íèê %s ñíîâà â ðåæèìå èñòå÷åíèÿ.
-
-# SASET AUTOOP responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET íèê AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Ðåæèì àâòîñòàòóñà äëÿ %s àêòèâèðîâàí
-NICK_SASET_AUTOOP_OFF
- Ðåæèì àâòîñòàòóñà äëÿ %s îòêëþ÷åí
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET íèê LANGUAGE íîìåð
-NICK_SASET_LANGUAGE_UNKNOWN
- ßçûêà ïîä íîìåðîì %d íå ñóùåñòâóåò. Ñïèñîê äîñòóïíûõ ÿçûêîâ: %R%s HELP SET LANGUAGE.
-NICK_SASET_LANGUAGE_CHANGED
- ßçûê äëÿ óêàçàííîãî íèêà èçìåíåí íà Ðóññêèé.
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [ìàñêà]
-NICK_ACCESS_ALREADY_PRESENT
- Ìàñêà âèäà %s óæå ïðèñóòñòâóåò â âàøåì ñïèñêå äîñòóïà.
-NICK_ACCESS_REACHED_LIMIT
- Èçâèíèòå, íî êîëè÷åñòâî çàïèñåé â ñïèñêå äîñòóïà íå ìîæåò ïðåâûøàòü %d
-NICK_ACCESS_ADDED
- Ìàñêà âèäà %s óñïåøíî äîáàâëåíà â âàø ñïèñîê äîñòóïà.
-NICK_ACCESS_NOT_FOUND
- Ìàñêà âèäà %s íå íàéäåíà â âàøåì ñïèñêå äîñòóïà.
-NICK_ACCESS_DELETED
- Ìàñêà âèäà %s óñïåøíî óäàëåíà èç âàøåãî ñïèñêà äîñòóïà.
-NICK_ACCESS_LIST
- Âàø òåêóùèé ñïèñîê äîñòóïà:
-NICK_ACCESS_LIST_X
- Ñïèñîê äîñòóïà äëÿ %s:
-NICK_ACCESS_LIST_EMPTY
- Âàø ñïèñîê äîñòóïà ïóñò.
-NICK_ACCESS_LIST_X_EMPTY
- Ñïèñîê äîñòóïà äëÿ %s ïóñò.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO íèê
-NICK_INFO_REALNAME
- %s ýòî %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Ïîñëåäíÿÿ ìàñêà.........: %s
-NICK_INFO_ADDRESS_ONLINE
- Ñåé÷àñ îíëàéí, c ìàñêîé.: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s ñåé÷àñ â ñåòè.
-NICK_INFO_TIME_REGGED
- Çàðåãèñòðèðîâàí.........: %s
-NICK_INFO_LAST_SEEN
- Ïîñëåäíèé ðàç çàìå÷åí...: %s
-NICK_INFO_LAST_QUIT
- Ïîñëåäíåå quit-ñîîáùåíèå: %s
-NICK_INFO_URL
- URL-àäðåñ...............: %s
-NICK_INFO_EMAIL
- Email-àäðåñ.............: %s
-NICK_INFO_VHOST
- Âèðòóàëüíûé õîñò........: %s
-NICK_INFO_VHOST2
- Âèðòóàëüíûé õîñò........: %s@%s
-NICK_INFO_GREET
- Òåêñò ïðèâåòñòâèÿ.......: %s
-NICK_INFO_OPTIONS
- Àêòèâèðîâàííûå îïöèè....: %s
-NICK_INFO_EXPIRE
- Ðåãèñòðàöèÿ èñòåêàåò....: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Çàùèòà
-NICK_INFO_OPT_SECURE
- Áåçîïàñíîñòü
-NICK_INFO_OPT_PRIVATE
- Ïðèâàòíîñòü
-NICK_INFO_OPT_MSG
- Ðåæèì ïðèâàòíûõ ñîîáùåíèé
-NICK_INFO_OPT_AUTOOP
- Àâòîñòàòóñ
-NICK_INFO_OPT_NONE
- îòñóòñòâóþò
-NICK_INFO_NO_EXPIRE
- Äîïîëíèòåëüíî: ðåãèñòðàöèÿ ýòîãî íèêà íèêîãäà íå èñòå÷åò.
-NICK_INFO_SUSPENDED
- Äîïîëíèòåëüíî: ýòîò íèê íàõîäèòñÿ â ðåæèìå ñàñïåíäà ïî ïðè÷èíå: %s
-NICK_INFO_SUSPENDED_NO_REASON
- Äîïîëíèòåëüíî: ýòîò íèê íàõîäèòñÿ â ðåæèìå ñàñïåíäà (çàìîðîæåí).
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST ìàñêà
-NICK_LIST_SERVADMIN_SYNTAX
- LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- Ñïèñîê íèêîâ ïî ìàñêå %s:
-NICK_LIST_RESULTS
- Êîíåö ñïèñêà - %d/%d çàïèñåé ïîêàçàíî.
-
-# ALIST responses
-NICK_ALIST_SYNTAX
- ALIST íèê
-NICK_ALIST_HEADER
- Êàíàëû, íà êîòîðûõ ó âàñ åñòü óðîâíè äîñòóïà:
- Íîìåð Êàíàë Óðîâåíü Îïèñàíèå
-NICK_ALIST_HEADER_X
- Êàíàëû, íà êîòîðûõ ó %s åñòü óðîâíè äîñòóïà:
- Íîìåð Êàíàë Óðîâåíü Îïèñàíèå
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Êîíåö ñïèñêà - %d/%d êàíàëîâ ïîêàçàíî.
-
-# GLIST responses
-NICK_GLIST_HEADER
- Ñïèñîê íèêîâ â âàøåé ãðóïïå:
-NICK_GLIST_HEADER_X
- Ñïèñîê íèêîâ â ãðóïïå %s:
-NICK_GLIST_FOOTER
- Êîëè÷åñòâî íèêîâ â ãðóïïå: %d
-NICK_GLIST_REPLY
- %s (èñòåêàåò %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER íèê [ïàðîëü]
-NICK_NO_RECOVER_SELF
- Ýýý... âû íå ìîæåòå èñïîëüçîâàòü êîìàíäó RECOVER îòíîñèòåëüíî ñàìîãî ñåáÿ.
-NICK_RECOVERED
- Âàø íèê óñïåøíî îñâîáîæäåí îò èñïîëüçîâàíèÿ åãî äðóãèì ïîëüçîâàòåëåì ñåòè.
- ×òîáû îñâîáîäèòü âàø íèê îò óäåðæàíèÿ åãî ñåðâèñàìè, èñïîëüçóéòå êîìàíäó
- %R%s RELEASE %s èëè ïðîñòî íåìíîãî ïîäîæäèòå (âðåìÿ îæèäàíèÿ: %s).
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE íèê [ïàðîëü]
-NICK_RELEASE_NOT_HELD
- Íà äàííûé ìîìåíò, íèê %s ñåðâèñàìè íå óäåðæèâàåòñÿ.
-NICK_RELEASED
- Âàø íèê îñâîáîæäåí îò óäåðæàíèÿ ñåðâèñàìè.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST íèê [ïàðîëü]
-NICK_NO_GHOST_SELF
- Âû íå ìîæåòå çàêðûòü ñâîþ ñåññèþ!
-NICK_GHOST_KILLED
- Ñåññèÿ ñ âàøèì çàâèñøèì íèêîì óñïåøíî çàêðûòà.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS íèê
-NICK_GETPASS_UNAVAILABLE
- Êîìàíäà GETPASS íåäîñòóïíà, òàê êàê âêëþ÷åíî øèôðîâàíèå ïàðîëåé.
-NICK_GETPASS_PASSWORD_IS
- Ïàðîëü äëÿ íèêà %s - %s
-
-# GETEMAIL responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL ëîãèí@email-õîñò.tld (ñèìâîëüíûå ìàñêè çàïðåùåíû!!)
-NICK_GETEMAIL_EMAILS_ARE
- Íàéäåíî ñîîòâåòñòâèå äëÿ íèêà %s: %s.
-NICK_GETEMAIL_NOT_USED
- Íèêè ñ email-àäðåñîì %s íå îáíàðóæåíû.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS íèê
-NICK_SENDPASS_UNAVAILABLE
- Êîìàíäà SENDPASS íåäîñòóïíà, òàê êàê âêëþ÷åíî øèôðîâàíèå ïàðîëåé.
-NICK_SENDPASS_SUBJECT
- Ïàðîëü äëÿ íèêà %s
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- Ïàðîëü äëÿ íèêà %s áûë âûñëàí íà åãî email-àäðåñ.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# SUSPEND responses
-NICK_SUSPEND_SYNTAX
- SUSPEND íèê ïðè÷èíà
-NICK_SUSPEND_SUCCEEDED
- Ñ ýòîãî ìîìåíòà íèê %s íàõîäèòñÿ ðåæèìå ñàñïåíäà.
-NICK_SUSPEND_FAILED
- Èçâèíèòå, íî óñòàíîâèòü ðåæèì ñàñïåíäà íà íèê %s íåóäàëîñü.
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND íèê
-NICK_UNSUSPEND_SUCCEEDED
- Ðåæèì ñàñïåíäà ñ íèêà %s óñïåøíî ñíÿò.
-NICK_UNSUSPEND_FAILED
- Èçâèíèòå, íî ñíÿòü ðåæèì ñàñïåíäà ñ íèêà %s íåóäàëîñü.
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID íèê [ïðè÷èíà]
-NICK_FORBID_SYNTAX_REASON
- FORBID íèê ïðè÷èíà
-NICK_FORBID_SUCCEEDED
- Ñ ýòîãî ìîìåíòà íèê %s çàïðåùåí ê èñïîëüçîâàíèþ.
-NICK_FORBID_FAILED
- Èçâèíèòå, íî óñòàíîâèòü ðåæèì çàïðåòà íà íèê %s íåóäàëîñü.
-
-# Nick Registraion responses
-NICK_REQUESTED
- Ñ èñïîëüçóåìîãî âàìè íèêà óæå áûë ïîëó÷åí çàïðîñ íà ðåãèñòðàöèþ. Åñëè ðåãèñòðàöèþ çàïðàøèâàëè èìåííî âû, ïðîâåðüòå âàø e-mail íà ïðåäìåò ïîëó÷åíèÿ auth-êîäà.
-NICK_REG_RESENT
- Âàø êîä àóòåíôèêàöèè áûë çàíîâî âûñëàí íà %s.
-NICK_REG_UNABLE
- Íèê ÍÅ çàðåãèñòðèðîâàí, ïîïðîáóéòå, ïîæàëóéñòà, ïîçæå.
-NICK_IS_PREREG
- Ýòîò íèê îæèäàåò ïîäòâåðæäåíèÿ ÷åðåç e-mail ïåðåä çàâåðøåíèåì ðåãèñòðàöèè.
-NICK_ENTER_REG_CODE
- Auth-êîä áûë âûñëàí íà %s, äëÿ çàâåðøåíèÿ ðåãèñòðàöèè èñïîëüçóéòå êîìàíäó %R%s confirm auth-êîä
-NICK_REG_MAIL_SUBJECT
- Ðåãèñòðàöèÿ íèêà %s
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Ïàðîëü äëÿ íèêà %s - %s.
-NICK_FORCE_REG
- Ðåãèñòðàöèÿ íèêà %s ïîäòâåðæäåíà.
-
-NICK_CONFIRM_NOT_FOUND
- Âðåìÿ ïåðâîé ÷àñòè ðåãèñòðàöèè èñòåêëî, âîñïîëüçóéòåñü êîìàíäîé "%R%s register <ïàðîëü> <email>"
-NICK_CONFIRM_INVALID
- Áûë ââåäåí íåâåðíûé auth-êîä, ïîæàëóéñòà, ïðîâåðüòå âàø e-mail ñíîâà è ïîïðîáóéòå åùå ðàç.
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Óðîâåíü äîñòóïà ê àâòîñòàòóñó îïåðàòîðà (+o)
-CHAN_LEVEL_AUTOVOICE
- Óðîâåíü äîñòóïà ê àâòîñòàòóñó âîéñà (+v)
-CHAN_LEVEL_AUTOHALFOP
- Óðîâåíü äîñòóïà ê àâòîñòàòóñó ïîëóîïåðàòîðà (+h)
-CHAN_LEVEL_AUTOPROTECT
- Óðîâåíü äîñòóïà ê àâòîñòàòóñó çàùèòû/àäìèíà (+a)
-CHAN_LEVEL_AUTODEOP
- Óðîâåíü äîñòóïà, çàïðåùàþùèé ïîëó÷åíèå ñòàòóñà îïà
-CHAN_LEVEL_NOJOIN
- Óðîâåíü äîñòóïà, çàïðåùàþùèé çàõîäèòü íà êàíàë
-CHAN_LEVEL_INVITE
- Óðîâåíü äîñòóïà ê êîìàíäå INVITE
-CHAN_LEVEL_AKICK
- Óðîâåíü äîñòóïà ê êîìàíäå AKICK
-CHAN_LEVEL_SET
- Óðîâåíü äîñòóïà ê êîìàíäå SET (èñêëþ÷àÿ îïöèè FOUNDER/PASSWORD)
-CHAN_LEVEL_CLEAR
- Óðîâåíü äîñòóïà ê êîìàíäå CLEAR
-CHAN_LEVEL_UNBAN
- Óðîâåíü äîñòóïà ê êîìàíäå UNBAN
-CHAN_LEVEL_OPDEOP
- Óðîâåíü äîñòóïà ê êîìàíäàì OP/DEOP
-CHAN_LEVEL_ACCESS_LIST
- Óðîâåíü äîñòóïà ê êîìàíäå ACCESS LIST
-CHAN_LEVEL_ACCESS_CHANGE
- Óðîâåíü äîñòóïà ê êîìàíäàì ìîäèôèêàöèè ACCESS-ñïèñêà êàíàëà
-CHAN_LEVEL_MEMO
- Óðîâåíü äîñòóïà ê ÷òåíèþ ìåìî-ñîîáùåíèé êàíàëà
-CHAN_LEVEL_ASSIGN
- Äîñòóï ê êîìàíäàì ASSIGN/UNASSIGN
-CHAN_LEVEL_BADWORDS
- Óðîâåíü äîñòóïà ê êîìàíäå BADWORDS
-CHAN_LEVEL_NOKICK
- Óðîâåíü äîñòóïà, èñêëþ÷àþùèé îáëàäàòåëÿ èç óñëîâèé êèêîâ áîòà
-CHAN_LEVEL_FANTASIA
- Óðîâåíü äîñòóïà ê êîìàíäàì FANTASY-ðåæèìà
-CHAN_LEVEL_SAY
- Óðîâåíü äîñòóïà ê êîìàíäàì SAY è ACT
-CHAN_LEVEL_GREET
- Óðîâåíü äîñòóïà ê èñïîëüçîâàíèþ ïðèâåòñòâåííîãî ñîîáùåíèÿ
-CHAN_LEVEL_VOICEME
- Óðîâåíü äîñòóïà ê êîìàíäàì VOICE/DEVOICE îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_VOICE
- Óðîâåíü äîñòóïà ê êîìàíäàì VOICE/DEVOICE
-CHAN_LEVEL_GETKEY
- Óðîâåíü äîñòóïà ê êîìàíäå GETKEY
-CHAN_LEVEL_OPDEOPME
- Óðîâåíü äîñòóïà ê êîìàíäàì OP/DEOP îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_HALFOPME
- Óðîâåíü äîñòóïà ê êîìàíäàì HALFOP/DEHALFOP îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_HALFOP
- Óðîâåíü äîñòóïà ê êîìàíäàì HALFOP/DEHALFOP
-CHAN_LEVEL_PROTECTME
- Óðîâåíü äîñòóïà ê êîìàíäàì PROTECT/DEPROTECT îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_PROTECT
- Óðîâåíü äîñòóïà ê êîìàíäàì PROTECT/DEPROTECT
-CHAN_LEVEL_KICKME
- Óðîâåíü äîñòóïà ê êîìàíäå KICK îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_KICK
- Óðîâåíü äîñòóïà ê êîìàíäå KICK
-CHAN_LEVEL_SIGNKICK
- Óðîâåíü äîñòóïà, èñêëþ÷àþùèé ïîïàäàíèå ïîä óñëîâèÿ SIGNKICK
-CHAN_LEVEL_BANME
- Óðîâåíü äîñòóïà ê êîìàíäå BAN îòíîñèòåëüíî ñåáÿ
-CHAN_LEVEL_BAN
- Óðîâåíü äîñòóïà ê êîìàíäå BAN
-CHAN_LEVEL_TOPIC
- Óðîâåíü äîñòóïà ê êîìàíäå TOPIC
-CHAN_LEVEL_INFO
- Óðîâåíü äîñòóïà ê êîìàíäå INFO ñ ïàðàìåòðîì ALL
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Ýòîò êàíàë áûë çàðåãèñòðèðîâàí ñ ïîìîùüþ %s
-CHAN_NOT_ALLOWED_OP
- Ñòàòóñ îïåðàòîðà íà êàíàëå %s äëÿ âàñ çàïðåùåí.
-CHAN_MAY_NOT_BE_USED
- Èñïîëüçîâàíèå äàííîãî êàíàëà çàïðåùåíî.
-CHAN_NOT_ALLOWED_TO_JOIN
- Âàì íå ðàçðåøåíî íàõîäèòüñÿ íà ýòîì êàíàëå.
-CHAN_X_INVALID
- Óêàçàíî íåäîïóñòèìîå èìÿ êàíàëà: %s
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER #êàíàë îïèñàíèå
-CHAN_REGISTER_DISABLED
- Èçâèíèòå, ðåãèñòðàöèÿ êàíàëîâ âðåìåííî ïðèîñòàíîâëåíà.
-CHAN_REGISTER_NOT_LOCAL
- Ëîêàëüíûå êàíàëû íå ìîãóò áûòü çàðåãèñòðèðîâàíû.
-CHAN_MAY_NOT_BE_REGISTERED
- Êàíàë %s íå ìîæåò áûòü çàðåãèñòðèðîâàí.
-CHAN_ALREADY_REGISTERED
- Êàíàë %s óæå çàðåãèñòðèðîâàí!
-CHAN_MUST_BE_CHANOP
- ×òîáû çàðåãèñòðèðîâàòü êàíàë, âû äîëæíû áûòü åãî îïåðàòîðîì.
-CHAN_REACHED_CHANNEL_LIMIT
- Êîëè÷åñòâî çàðåãèñòðèðîâàííûõ âàìè êàíàëîâ äîñòèãëî %d, à ýòî - ìàêñèìóì.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- Èçâèíèòå, íî âû óæå ïðåâûñèëè ëèìèò (%d) çàðåãèñòðèðîâàííûõ êàíàëîâ.
-CHAN_REGISTRATION_FAILED
- Èçâèíèòå, íî çàðåãèñòðèðîâàòü êàíàë íåóäàëîñü.
-CHAN_REGISTERED
- Êàíàë %s óñïåøíî çàðåãèñòðèðîâàí íà íèê %s
-CHAN_REGISTER_NONE_CHANNEL
- Âû ïûòàåòåñü çàðåãèñòðèðîâàòü íåñóùåñòâóþùèé êàíàë %s
-CHAN_SYMBOL_REQUIRED
- Âû äîëæíû óêàçàòü ñèìâîë # ïåðåä íàçâàíèåì êàíàëà.
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP #êàíàë
-CHAN_DROP_DISABLED
- Èçâèíèòå, âîçìîæíîñòü óäàëåíèå êàíàëîâ âðåìåííî íåäîñòóïíà.
-CHAN_DROPPED
- Êàíàë %s óäàëåí èç áàçû äàííûõ.
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET #êàíàë îïöèÿ ïàðàìåòð
-CHAN_SET_DISABLED
- Èçâèíèòå, âîçìîæíîñòü óñòàíîâêè îïöèé êàíàëîâ âðåìåííî íåäîñòóïíà.
-CHAN_SET_UNKNOWN_OPTION
- Íåèçâåñòíàÿ SET-îïöèÿ %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s èìååò ñëèøêîì ìíîãî çàðåãèñòðèðîâàííûõ êàíàëîâ.
-CHAN_FOUNDER_CHANGED
- Âñå ïðàâà íà âëàäåíèå êàíàëîì %s óñïåøíî ïåðåäàíû ïîëüçîâàòåëþ %s.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- Íàñëåäíèêîì êàíàëà %s íàçíà÷åí ïîëüçîâàòåëü %s.
-CHAN_SUCCESSOR_UNSET
- Íàñëåäíèê êàíàë %s óäàëåí.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s íå ìîæåò áûòü íàñëåäíèêîì êàíàëà %s òàê êàê îí åãî âëàäåëåö.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- Îïèñàíèå êàíàëà %s èçìåíåíî íà %s.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- Email-àäðåñ äëÿ êàíàëà %s èçìåíåí íà %s.
-CHAN_EMAIL_UNSET
- Email-àäðåñ äëÿ êàíàëà %s óäàëåí.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- Ñîîáùåíèå ïðè âõîäå íà êàíàë %s èçìåíåíî.
-CHAN_ENTRY_MSG_UNSET
- Ñîîáùåíèå ïðè âõîäå íà êàíàë %s óäàëåíî.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- ×èñëî %s íå ÿâëÿåòñÿ âàëèäíûì íîìåðîì øàáëîíà áàíìàñêè.
-CHAN_SET_BANTYPE_CHANGED
- Øàáëîí áàíìàñêè íà êàíàëå %s èçìåíåí íà #%d.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Íåèçâåñòíûé ðåæèì %c - ïðîèãíîðèðîâàí.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- Áëîêèðîâêà ðåæèìà %c íåâîçìîæíà - ðåæèì ïðîèãíîðèðîâàí.
-CHAN_SET_MLOCK_L_REQUIRED
- Ïåðåä áëîêèðîâêîé ðåæèìà +L, âû ñïåðâà äîëæíû çàáëîêèðîâàòü ðåæèì +l.
-CHAN_SET_MLOCK_K_REQUIRED
- Ïåðåä áëîêèðîâêîé ðåæèìà +K, âû ñïåðâà äîëæíû çàáëîêèðîâàòü ðåæèì +i.
-CHAN_MLOCK_CHANGED
- Áëîêèðóåìûå ðåæèìû íà êàíàëå %s èçìåíåíû íà %s.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET #êàíàë KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Ðåæèì õðàíåíèÿ òîïèêà äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_KEEPTOPIC_OFF
- Ðåæèì õðàíåíèÿ òîïèêà äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET #êàíàë TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Ðåæèì áëîêèðîâêè òîïèêà äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_TOPICLOCK_OFF
- Ðåæèì áëîêèðîâêè òîïèêà äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET #êàíàë PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Ðåæèì ñïîêîéñòâèÿ äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_PEACE_OFF
- Ðåæèì ñïîêîéñòâèÿ äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET #êàíàë PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Ðåæèì ïðèâàòíîñòè êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_PRIVATE_OFF
- Ðåæèì ïðèâàòíîñòè êàíàëà %s îòêëþ÷åí.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET #êàíàë SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Ðåæèì êîíòðîëÿ çà ñòàòóñîì îïåðàòîðà äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_SECUREOPS_OFF
- Ðåæèì êîíòðîëÿ çà ñòàòóñîì îïåðàòîðà äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET #êàíàë SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Ðåæèì áåçîïàñíîñòè âëàäåëüöà äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_SECUREFOUNDER_OFF
- Ðåæèì áåçîïàñíîñòè âëàäåëüöà äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET #êàíàë RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Ðåæèì îãðàíè÷åííîãî äîñòóïà íà êàíàë %s àêòèâèðîâàí.
-CHAN_SET_RESTRICTED_OFF
- Ðåæèì îãðàíè÷åííîãî äîñòóïà íà êàíàë %s îòêëþ÷åí.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET #êàíàë SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Ðåæèì áåçîïàñíîñòè äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_SECURE_OFF
- Ðåæèì áåçîïàñíîñòè äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET #êàíàë SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_SIGNKICK_LEVEL
- Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s àêòèâèðîâàí,
- íî áóäåò ðàáîòàòü â çàâèñèìîñòè îò íàñòðîåê óðîâíåé äîñòóïà.
-CHAN_SET_SIGNKICK_OFF
- Ðåæèì ïîäïèñàííûõ êèêîâ äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET #êàíàë OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Ðåæèì OP-óâåäîìëåíèé äëÿ êàíàëà %s àêòèâèðîâàí.
-CHAN_SET_OPNOTICE_OFF
- Ðåæèì OP-óâåäîìëåíèé äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET #êàíàë XOP {ON | OFF}
-CHAN_SET_XOP_ON
- Ñèñòåìà ïðèâåëåãèé xOP äëÿ êàíàëà %s àêòèâèðîâàíà.
-CHAN_SET_XOP_OFF
- Ñèñòåìà ïðèâåëåãèé xOP äëÿ êàíàëà %s îòêëþ÷åíà.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET #êàíàë NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- Ñ ýòîãî ìîìåíòà, ðåãèñòðàöèÿ êàíàëà %s íèêîãäà íå èñòå÷åò.
-CHAN_SET_NOEXPIRE_OFF
- Ðåæèì èñòå÷åíèÿ ïî âðåìåíè äëÿ êàíàëà %s àêòèâèðîâàíà.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Èçâèíèòå, íî êîëè÷åñòâî VOP/HOP/AOP/SOP-çàïèñåé íå ìîæåò ïåðâûøàòü %d
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó, âìåñòî íåå èñïîëüçóéòå ACCESS.
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. %R%s HELP ACCESS
-CHAN_XOP_NOT_AVAILABLE
- Ñèñòåìà ïðèâåëåãèé xOP íåäîñòóïíà.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]
-CHAN_AOP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà AOP'îâ âðåìåííî íåäîñòóïíà.
-CHAN_AOP_NICKS_ONLY
- Ñïèñîê AOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè.
-CHAN_AOP_ADDED
- %s óñïåøíî äîáàâëåí â AOP'û êàíàëà %s.
-CHAN_AOP_MOVED
- %s ïåðåìåùåí â AOP'û êàíàëà %s.
-CHAN_AOP_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_AOP_NOT_FOUND
- Íèê %s â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåí.
-CHAN_AOP_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé â ñïèñêå AOP'îâ êàíàëà %s íå îáíàðóæåíî.
-CHAN_AOP_DELETED
- %s óñïåøíî óäàëåí èç AOP'îâ êàíàëà %s.
-CHAN_AOP_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà AOP'îâ êàíàëà %s.
-CHAN_AOP_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà AOP'îâ êàíàëà %s.
-CHAN_AOP_LIST_EMPTY
- Ñïèñîê AOP'îâ êàíàëà %s ïóñò.
-CHAN_AOP_LIST_HEADER
- Ñïèñîê AOP'îâ êàíàëà %s:
- Íîìåð Íèê
-CHAN_AOP_CLEAR
- Ñïèñîê AOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]
-CHAN_HOP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà HOP'îâ âðåìåííî íåäîñòóïíà.
-CHAN_HOP_NICKS_ONLY
- Ñïèñîê HOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè.
-CHAN_HOP_ADDED
- %s óñïåøíî äîáàâëåí â HOP'û êàíàëà %s.
-CHAN_HOP_MOVED
- %s ïåðåìåùåí â HOP'û êàíàëà %s.
-CHAN_HOP_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_HOP_NOT_FOUND
- Íèê %s â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåí.
-CHAN_HOP_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé â ñïèñêå HOP'îâ êàíàëà %s íå îáíàðóæåíî.
-CHAN_HOP_DELETED
- %s óñïåøíî óäàëåí èç ñïèñêà HOP'îâ êàíàëà %s.
-CHAN_HOP_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà HOP'îâ êàíàëà %s.
-CHAN_HOP_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà HOP'îâ êàíàëà %s.
-CHAN_HOP_LIST_EMPTY
- Ñïèñîê HOP'îâ êàíàëà %s ïóñò.
-CHAN_HOP_LIST_HEADER
- Ñïèñîê HOP'îâ êàíàëà %s:
- Íîìåð Íèê
-CHAN_HOP_CLEAR
- Ñïèñîê HOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]
-CHAN_SOP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà SOP'îâ âðåìåííî íåäîñòóïíà.
-CHAN_SOP_NICKS_ONLY
- Ñïèñîê SOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè.
-CHAN_SOP_ADDED
- %s óñïåøíî äîáàâëåí â SOP'û êàíàëà %s.
-CHAN_SOP_MOVED
- %s ïåðåìåùåí â SOP'û êàíàëà %s.
-CHAN_SOP_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_SOP_NOT_FOUND
- Íèê %s â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåí.
-CHAN_SOP_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé â ñïèñêå SOP'îâ êàíàëà %s íå îáíàðóæåíî.
-CHAN_SOP_DELETED
- %s óñïåøíî óäàëåí èç SOP'îâ êàíàëà %s.
-CHAN_SOP_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà SOP'îâ êàíàëà %s.
-CHAN_SOP_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà SOP'îâ êàíàëà %s.
-CHAN_SOP_LIST_EMPTY
- Ñïèñîê SOP'îâ êàíàëà %s ïóñò.
-CHAN_SOP_LIST_HEADER
- Ñïèñîê SOP'îâ êàíàëà %s:
- Íîìåð Íèê
-CHAN_SOP_CLEAR
- Ñïèñîê SOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP #êàíàë {ADD|DEL|LIST|CLEAR} [íèê | íîìåð çàïèñ]
-CHAN_VOP_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà VOP'îâ âðåìåííî íåäîñòóïíà.
-CHAN_VOP_NICKS_ONLY
- Ñïèñîê VOP'îâ ìîæåò âêëþ÷àòü â ñåáÿ òîëüêî çàðåãèñòðèðîâàííûå íèêè.
-CHAN_VOP_ADDED
- %s óñïåøíî äîáàâëåí â VOP'û êàíàëà %s.
-CHAN_VOP_MOVED
- %s ïåðåìåùåí â VOP'û êàíàëà %s.
-CHAN_VOP_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_VOP_NOT_FOUND
- Íèê %s â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåí.
-CHAN_VOP_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé â ñïèñêå VOP'îâ êàíàëà %s íå îáíàðóæåíî.
-CHAN_VOP_DELETED
- %s óñïåøíî óäàëåí èç VOP'îâ êàíàëà %s.
-CHAN_VOP_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà VOP'îâ êàíàëà %s.
-CHAN_VOP_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà VOP'îâ êàíàëà %s.
-CHAN_VOP_LIST_EMPTY
- Ñïèñîê VOP'îâ êàíàëà %s ïóñò.
-CHAN_VOP_LIST_HEADER
- Ñïèñîê VOP'îâ êàíàëà %s:
- Íîìåð Íèê
-CHAN_VOP_CLEAR
- Ñïèñîê VOP'îâ êàíàëà %s áûë ïîëíîñòüþ î÷èùåí.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS #êàíàë {ADD|DEL|LIST|VIEW|CLEAR} [íèê [óðîâåíü] | íîìåð_çàïèñè]
-CHAN_ACCESS_XOP
- Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó òàê êàê âêëþ÷åíà ñèñòåìà ïðèâèëåãèé xOP.
- Äëÿ ìîäèôèêàöèè ñïèñêà äîñòóïà èñïîëüçóéòå êîìàíäû VOP, AOP è SOP.
- Áîëåå ïîäðîáíàÿ èíôîðìàöèÿ äîñòóïíà ïî %R%s HELP êîìàíäà
-CHAN_ACCESS_XOP_HOP
- Âû íå ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó òàê êàê âêëþ÷åíà ñèñòåìà ïðèâèëåãèé xOP.
- Äëÿ ìîäèôèêàöèè ñïèñêà äîñòóïà èñïîëüçóéòå êîìàíäû VOP, HOP, AOP è SOP.
- Áîëåå ïîäðîáíàÿ èíôîðìàöèÿ äîñòóïíà ïî %R%s HELP êîìàíäà
-CHAN_ACCESS_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà äîñòóïà êàíàëà âðåìåííî íåäîñòóïíà.
-CHAN_ACCESS_LEVEL_NONZERO
- Óðîâåíü äîñòóïà äîëæåí áûòü îòëè÷åí îò íóëÿ.
-CHAN_ACCESS_LEVEL_RANGE
- Óðîâåíü äîñòóïà äîëæåí áûòü ìåæäó %d è %d âêëþ÷èòåëüíî.
-CHAN_ACCESS_NICKS_ONLY
- Ñïèñîê äîñòóïà êàíàëà ìîæåò âêëþ÷àòü òîëüêî çàðåãèñòðèðîâàííûå íèêè.
-CHAN_ACCESS_REACHED_LIMIT
- Èçâèíèòå, â ñïèñêå äîñòóïà êàíàëà ìîæåò áûòü íå áîëåå %d çàïèñåé.
-CHAN_ACCESS_LEVEL_UNCHANGED
- Óðîâåíü äîñòóïà äëÿ %s íà êàíàëå %s îñòàëñÿ ïðåæíèì - %d.
-CHAN_ACCESS_LEVEL_CHANGED
- Óðîâåíü äîñòóïà äëÿ %s íà êàíàëå %s èçìåíåí íà %d.
-CHAN_ACCESS_ADDED
- %s äîáàâëåí â ñïèñîê äîñòóïà êàíàëà %s ñ óðîâíåì äîñòóïà %d.
-CHAN_ACCESS_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåíà.
-CHAN_ACCESS_NOT_FOUND
- Íèê %s â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåí.
-CHAN_ACCESS_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé â ñïèñêå äîñòóïà êàíàëà %s íå îáíàðóæåíî.
-CHAN_ACCESS_DELETED
- Íèê %s óñïåøíî óäàëåí èç ñïèñêà äîñòóïà êàíàëà %s.
-CHAN_ACCESS_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà äîñòóïà êàíàëà %s.
-CHAN_ACCESS_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà äîñòóïà êàíàëà %s.
-CHAN_ACCESS_LIST_EMPTY
- Ñïèñîê äîñòóïà êàíàëà %s ïóñò.
-CHAN_ACCESS_LIST_HEADER
- Ñïèñîê äîñòóïà êàíàëà %s:
- Íîì. Óð. Íèê
-CHAN_ACCESS_LIST_FOOTER
- Êîíåö ñïèñêà äîñòóïà.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Ñïèñîê äîñòóïà êàíàëà %s áûë ïîëíîñòüþ î÷èùåí.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK #êàíàë {ADD|STICK|UNSTICK|DEL|LIST|VIEW|ENFORCE|CLEAR} [íèê|ìàñêà] [ïðè÷èíà]
-CHAN_AKICK_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü ìîäèôèêàöèè ñïèñêà àâòîêèêîâ êàíàëà âðåìåííî íåäîñòóïíà.
-CHAN_AKICK_ALREADY_EXISTS
- Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå àâòîêèêîâ êàíàëà %s.
-CHAN_AKICK_REACHED_LIMIT
- Ñïèñîê àâòîêèêîâ êàíàëà ìîæåò ñîäåðæàòü íå áîëåå %d çàïèñåé.
-CHAN_AKICK_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê àâòîêèêîâ êàíàëà %s.
-CHAN_AKICK_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_AKICK_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíà.
-CHAN_AKICK_NO_MATCH
- Ñîâïàäàþùèõ çíà÷åíèé â ñïèñêå àâòîêèêîâ êàíàëà %s íå îáíàðóæåíî.
-CHAN_AKICK_STUCK
- Áëîêèðîâêà áàíìàñêè %s íà êàíàëå %s àêòèâèðîâàíà.
-CHAN_AKICK_UNSTUCK
- Áëîêèðîâêà áàíìàñêè %s íà êàíàëå %s ñíÿòà.
-CHAN_AKICK_DELETED
- Çàïèñü âèäà %s óäàëåíà èç ñïèñêà àâòîêèêîâ êàíàëà %s.
-CHAN_AKICK_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà àâòîêèêîâ êàíàëà %s.
-CHAN_AKICK_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà àêòîêèêîâ êàíàëà %s.
-CHAN_AKICK_LIST_EMPTY
- Ñïèñîê àâòîêèêîâ êàíàëà %s ïóñò.
-CHAN_AKICK_LIST_HEADER
- Ñïèñîê àâòîêèêîâ êàíàëà %s:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (îò %s â %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (çàáëîêèðîâàí) (îò %s â %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- AKICK ENFORCE íà êàíàëå %s çàâåðøåí, ïîëüçîâàòåëåé çàáàíåíî: %d
-CHAN_AKICK_CLEAR
- Ñïèñîê AKICK'îâ íà êàíàëå %s áûë ïîëíîñòüþ î÷èùåí.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS #êàíàë {SET | DIS[ABLE] | LIST | RESET} [ïóíêò [óðîâåíü]]
-CHAN_LEVELS_XOP
- Ñèñòåìà óðîâíåé íå äîñòóïíà, òàê êàê èñïîëüçóåòñÿ ñèñòåìà ïðèâèëåãèé xOP.
-CHAN_LEVELS_RANGE
- Óðîâåíü äîëæåí áûòü ÷èñëîì ìåæäó %d è %d âêëþ÷èòåëüíî.
-CHAN_LEVELS_CHANGED
- Óðîâåíü äîñòóïà ê %s íà êàíàëå %s èçìåíåí íà %d.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Íåèçâåñòíûé ïóíêò %s. Äëÿ ïîëó÷åíèÿ ñïèñêà âñåõ äîñòóïíûõ çíà÷åíèé ñì. %R%s HELP LEVELS DESC
-CHAN_LEVELS_DISABLED
- Óðîâåíü äîñòóïà ê %s íà êàíàëå %s îòêëþ÷åí.
-CHAN_LEVELS_LIST_HEADER
- Óñòàíîâêè ñïèñêà äîñòóïà äëÿ êàíàëà %s:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (îòêëþ÷åíî)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (òîëüêî äëÿ âëàäåëüöà)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- Óðîâíè äîñòóïà äëÿ êàíàëà %s ñáðîøåíû íà çíà÷åíèÿ ïî-óìîë÷àíèþ.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Êàíàë %s íåçàðåãèñòðèðîâàí
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Êàíàë %s çàïðåùåí ê èñïîëüçîâàíèþ
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Íèê %s â ñåòè îòñóòñòâóåò.
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO #êàíàë
-CHAN_INFO_HEADER
- Èíôîðìàöèÿ î êàíàëå %s:
-CHAN_INFO_FOUNDER
- Âëàäåëåö..................: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Âëàäåëåö..................: %s
-CHAN_INFO_SUCCESSOR
- Íàñëåäíèê.................: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Íàñëåäíèê.................: %s
-CHAN_INFO_DESCRIPTION
- Îïèñàíèå..................: %s
-CHAN_INFO_ENTRYMSG
- Ñîîáùåíèå ïðè âõîäå.......: %s
-CHAN_INFO_TIME_REGGED
- Çàðåãèñòðèðîâàí...........: %s
-CHAN_INFO_LAST_USED
- Ïîñëåäíèé ðàç èñïîëüçîâàí.: %s
-CHAN_INFO_LAST_TOPIC
- Ïîñëåäíèé òîïèê...........: %s
-CHAN_INFO_TOPIC_SET_BY
- Òîïèê óñòàíîâèë...........: %s
-CHAN_INFO_URL
- URL-àäðåñ.................: %s
-CHAN_INFO_EMAIL
- Email-àäðåñ...............: %s
-CHAN_INFO_BANTYPE
- Òèï áàíà..................: %d
-CHAN_INFO_OPTIONS
- Àêòèâèðîâàííûå îïöèè......: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Õðàíåíèå òîïèêà
-CHAN_INFO_OPT_OPNOTICE
- OP-óâåäîìëåíèå
-CHAN_INFO_OPT_PEACE
- Ñïîêîéñòâèå
-CHAN_INFO_OPT_PRIVATE
- Ïðèâàòíûé
-CHAN_INFO_OPT_RESTRICTED
- Îãðàíè÷åííûé äîñòóï
-CHAN_INFO_OPT_SECURE
- Áåçîïàñíîñòü
-CHAN_INFO_OPT_SECUREOPS
- Êîíòðîëü ñòàòóñà îïåðàòîðà
-CHAN_INFO_OPT_SECUREFOUNDER
- Áåçîïàñíîñòü âëàäåëüöà
-CHAN_INFO_OPT_SIGNKICK
- Ïîäïèñàííûå êèêè
-CHAN_INFO_OPT_TOPICLOCK
- Áëîêèðîâêà òîïèêà
-CHAN_INFO_OPT_XOP
- Ñèñòåìà ïðèâåëåãèé xOP
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- îòñóòñòâóþò
-CHAN_INFO_MODE_LOCK
- Áëîêèðîâêà ðåæèìîâ........: %s
-CHAN_INFO_EXPIRE
- Ðåãèñòðàöèÿ èñòåêàåò......: %s
-CHAN_INFO_NO_EXPIRE
- Äîïîëíèòåëüíî: ðåãèñòðàöèÿ ýòîãî êàíàëà íèêîãäà íå èñòå÷åò.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST ìàñêà
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-CHAN_LIST_HEADER
- Ñïèñîê çàïèñåé, ñîâïàäàþùèé ñ %s:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Êîíåö ñïèñêà - %d/%d ñîâïàäåíèé ïîêàçàíî.
-
-# INVITE responses
-CHAN_INVITE_SYNTAX
- INVITE #êàíàë
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN #êàíàë [nick]
-CHAN_UNBANNED
- Âû áûëè ðàçáàíåíû íà êàíàëå %s.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC #êàíàë [òåêñò_òîïèêà]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR #êàíàë ÷òî_èìåííî
-CHAN_CLEARED_BANS
- Âñå áàíû êàíàëà %s óäàëåíû.
-CHAN_CLEARED_EXCEPTS
- Âñå èñêëþ÷åíèÿ èç áàíîâ êàíàëà %s óäàëåíû.
-CHAN_CLEARED_MODES
- Âñå óñòàíîâëåííûå ðåæèìû êàíàëà %s ñáðîøåíû.
-CHAN_CLEARED_OPS
- Âñå îïû (+î) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà.
-CHAN_CLEARED_HOPS
- Âñå õîïû (+h) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà.
-CHAN_CLEARED_VOICES
- Âñå âîéñû (+v) êàíàëà %s ëèøåíû ñâîåãî ñòàòóñà.
-CHAN_CLEARED_USERS
- Âñå ïîëüçîâàòåëè êàíàëà %s êèêíóòû.
-CHAN_CLEARED_INVITES
- Âñå èñêëþ÷åíèÿ íà ïðèãëàøåíèå êàíàëà %s óäàëåíû.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY #êàíàë
-CHAN_GETKEY_NOKEY
- Êàíàë %s íå èìååò êëþ÷à (no key).
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID #êàíàë [ïðè÷èíà]
-CHAN_FORBID_SYNTAX_REASON
- FORBID #êàíàë ïðè÷èíà
-CHAN_FORBID_SUCCEEDED
- Ñ ýòîãî ìîìåíòà êàíàë %s çàïðåùåí äëÿ èñïîëüçîâàíèÿ.
-CHAN_FORBID_FAILED
- Èçâèíèòå, óñòàíîâèòü çàïðåò íà êàíàë %s íåóäàëîñü.
-CHAN_FORBID_REASON
- Èñïîëüçîâàòü ýòîò êàíàë çàïðåùåíî àäìèíèñòðàöèåé ñåòè.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND #êàíàë [ïðè÷èíà]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND #êàíàë ïðè÷èíà
-CHAN_SUSPEND_SUCCEEDED
- Àêòèâíîñòü êàíàëà %s ïðèîñòàíîâëåíà.
-CHAN_SUSPEND_FAILED
- Èçâèíèòå, óñòàíîâèòü ðåæèì ñàñïåíäà íà êàíàë %s íåóäàëîñü.
-CHAN_SUSPEND_REASON
- Àêòèâíîñòü äàííîãî êàíàëà áûëà ïðèîñòàíîâëåíà àäìèíèñòðàöèåé ñåòè.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND #êàíàë
-CHAN_UNSUSPEND_ERROR
- Âû íå óêàçàëè ñèìâîë '#' ïåðåä íàçâàíèåì êàíàëà.
-CHAN_UNSUSPEND_SUCCEEDED
- Êàíàë %s óñïåøíî âîññòàíîâëåí èç ðåæèìà ñàñïåíäà.
-CHAN_UNSUSPEND_FAILED
- Èçâèíèòå, âîññòàíîâèòü àêòèâíîñòü êàíàëà %s íåóäàëîñü.
-
-# Misc responses
-CHAN_EXCEPTED
- Îäíà èç ìàñîê â ñïèñêå èñêëþ÷åíèé êàíàëà ñîâïàäàåò ñ õîñòìàñêîé ïîëüçîâàòåëÿ %s. ×òî áû çàáàíèòü åãî, âû äîëæíû óäàëèòü èñêëþ÷åíèÿ.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- Âàì ïðèøëî 1 íîâîå ñîîáùåíèå.
-MEMO_HAVE_NEW_MEMOS
- Âàì ïðèøëî %d íîâûõ ñîîáùåíèé.
-MEMO_TYPE_READ_LAST
- Íàïèøèòå %R%s READ LAST ÷òîáû ïðî÷èòàòü åãî.
-MEMO_TYPE_READ_NUM
- Íàïèøèòå %R%s READ %d ÷òîáû ïðî÷èòàòü åãî.
-MEMO_TYPE_LIST_NEW
- Íàïèøèòå %R%s LIST NEW ÷òîáû ïîñìîòðåòü ñïèñîê ñîîáùåíèé.
-MEMO_AT_LIMIT
- Âíèìàíèå: âû äîñòèãëè ìàêñèìàëüíî äîïóñòèìîãî ÷èñëà õðàíèìûõ ñîîáùåíèé (%d). Âû íå ñìîæåòå ïðèíèìàòü íîâûå ñîîáùåíèÿ, ïîêà íå óäàëèòå ëèøíèå.
-MEMO_OVER_LIMIT
- Âíèìàíèå: âû ïðåâûñèëè ëèìèò ìàêñèìàëüíî äîïóñòèìîãî ÷èñëà õðàíèìûõ ñîîáùåíèé (%d). Âû íå ñìîæåòå ïðèíèìàòü íîâûå ñîîáùåíèÿ, ïîêà âû íå óäàëèòå ëèøíèå.
-MEMO_X_MANY_NOTICE
- %d ñîîáùåíèé íà êàíàëå %s.
-MEMO_X_ONE_NOTICE
- %d ñîîáùåíèå íà êàíàëå %s.
-MEMO_NEW_X_MEMO_ARRIVED
- Äëÿ êàíàëà %s ïðèøëî íîâîå ñîîáùåíèå.
- Íàïèøèòå %R%s READ %s %d ÷òîáû ïðî÷èòàòü åãî.
-MEMO_NEW_MEMO_ARRIVED
- Âàì ïðèøëî íîâîå ñîîáùåíèå îò %s.
- Íàïèøèòå %R%s READ %d ÷òîáû ïðî÷èòàòü åãî.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Âàø ñïèñîê ìåìî-ñîîáùåíèé ïóñò.
-MEMO_X_HAS_NO_MEMOS
- Ñïèñîê ñîîáùåíèé êàíàëà %s ïóñò.
-MEMO_DOES_NOT_EXIST
- Ñîîáùåíèÿ ïîä íîìåðîì %d íå ñóùåñòâóåò.
-MEMO_LIST_NOT_FOUND
- Ñîâïàäàþùèõ ñîîáùåíèé íå îáíàðóæåíî.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ
-MEMO_SEND_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü îòïðàâêè ñîîáùåíèé âðåìåííî íåäîñòóïíà.
-MEMO_SEND_PLEASE_WAIT
- Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû SEND.
-MEMO_X_GETS_NO_MEMOS
- Àäðåñàò %s íå ìîæåò ïðèíèìàòü ñîîáùåíèÿ.
-MEMO_X_HAS_TOO_MANY_MEMOS
- Ñïèñîê ñîîáùåíèé äëÿ %s ïåðåïîëíåí è ïðèíèìàòü íà äàííûé ìîìåíò íîâûå îí íå ìîæåò.
-MEMO_SENT
- Ìåìî-ñîîáùåíèå äëÿ %s óñïåøíî îòïðàâëåíî.
-MEMO_MASS_SENT
- Ìàññîâîå ñîîáùåíèå óñïåøíî îòïðàâëåíî âñåì çàðåãèñòðèðîâàííûì ïîëüçîâàòåëÿì.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {íèê | #êàíàë}
-MEMO_CANCEL_DISABLED
- Èçâèíèòå, îòìåíà ñîîáùåíèé âðåìåííî íåäîñòóïíà.
-MEMO_CANCEL_NONE
- Íåò ñîîáùåíèé äîñòóïíûõ äëÿ îòìåíû.
-MEMO_CANCELLED
- Ïîñëåäíåå âàøå ñîîáùåíèå àäðåñàòó %s óñïåøíî îòìåíåíî.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [#êàíàë] [ñïèñîê_çàïèñåé | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Ó âàñ íåò íîâûõ ñîîáùåíèé.
-MEMO_X_HAS_NO_NEW_MEMOS
- Íîâûõ ñîîáùåíèé äëÿ %s íå îáíàðóæåíî.
-MEMO_LIST_MEMOS
- Ñïèñîê ñîîáùåíèé äëÿ %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: %R%s READ íîìåð
-MEMO_LIST_NEW_MEMOS
- Íîâûå ñîîáùåíèÿ äëÿ %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: %R%s READ íîìåð
-MEMO_LIST_CHAN_MEMOS
- Ñîîáùåíèÿ êàíàëà %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: %R%s READ %s íîìåð
-MEMO_LIST_CHAN_NEW_MEMOS
- Íîâûå ñîîáùåíèÿ íà êàíàëå %s. ×òîáû ïðî÷åñòü èõ, íàïèøèòå: %R%s READ %s íîìåð
-MEMO_LIST_HEADER
- No. Ïîñëàë Äàòà/Âðåìÿ
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [#êàíàë] {ñïèñîê_çàïèñåé | LAST | NEW}
-MEMO_HEADER
- Ñîîáùåíèå %d îò %s (%s). ×òîáû óäàëèòü åãî, íàïèøèòå êîìàíäó: %R%s DEL %d
-MEMO_CHAN_HEADER
- Ñîîáùåíèå %d îò %s (%s). ×òîáû óäàëèòü åãî, íàïèøèòå êîìàíäó: %R%s DEL %s %d
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [#êàíàë] {íîìåð_ñîîáùåíèÿ | ñïèñîê_çàïèñåé | ALL}
-MEMO_DELETED_NONE
- Íåò ñîîáùåíèé äëÿ óäàëåíèÿ.
-MEMO_DELETED_ONE
- Ñîîáùåíèå ïîä íîìåðîì %d áûëî óäàëåíî.
-MEMO_DELETED_SEVERAL
- Ñîîáùåíèÿ ïîä íîìåðàìè %s áûëè óäàëåíû.
-MEMO_DELETED_ALL
- Âñå âàøè âîîáùåíèÿ áûëè óäàëåíû.
-MEMO_CHAN_DELETED_ALL
- Âñå ñîîáùåíèÿ êàíàëà %s áûëè óäàëåíû.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET îïöèÿ ïàðàìåòð
-MEMO_SET_DISABLED
- Èçâèíèòå, íî íàñòðîéêà îïöèé ñëóæáû ñîîáùåíèé âðåìåííî íåâîçìîæíà.
-MEMO_SET_UNKNOWN_OPTION
- Íåèçâåñòíàÿ SET-îïöèÿ %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó èëè ïðè ïîñòóïëåíèè íîâûõ ñîîáùåíèé.
-MEMO_SET_NOTIFY_LOGON
- Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó èëè ïî âîçâðàùåíèþ èç ðåæèìà /AWAY.
-MEMO_SET_NOTIFY_NEW
- Ñ ýòîãî ìîìåíòà, %s áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ ñðàçó ïî ïîñòóïëåíèè îíûõ.
-MEMO_SET_NOTIFY_OFF
- Ñ ýòîãî ìîìåíòà, %s íå áóäåò óâåäîìëÿòü âàñ î íîâûõ ñîîáùåíèÿõ.
-MEMO_SET_NOTIFY_MAIL
- Ñ ýòîãî ìîìåíòà, âû áóäåòå ïîëó÷àòü óâåäîìëåíèÿ î íîâûõ ñîîáùåíèÿõ ïî email.
-MEMO_SET_NOTIFY_NOMAIL
- Îïîâåùåíèå î íîâûõ ñîîáùåíèÿõ ïîñðåäñòâîì email îòêëþ÷åíî
-MEMO_SET_NOTIFY_INVALIDMAIL
- Äëÿ âàøåãî íèêà íå óñòàíîâëåí email-àäðåñ.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [#êàíàë] ïðåäåë
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [íèê | #êàíàë] {ïðåäåë | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Âàì çàïðåùåíî èçìåíÿòü ñâîé ëèìèò ñîîáùåíèé.
-MEMO_SET_LIMIT_FORBIDDEN
- Ëèìèò ñîîáùåíèé äëÿ %s íå ìîæåò áûòü èçìåíåí.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Âû íå ìîæåòå óñòàíîâèòü ëèìèò ñîîáùåíèé áîëüøå ÷åì %d.
-MEMO_SET_LIMIT_TOO_HIGH
- Âû íå ìîæåòå óñòàíîâèòü ëèìèò ñîîáùåíèé äëÿ %s áîëüøå ÷åì %d.
-MEMO_SET_LIMIT_OVERFLOW
- Óêàçàííîå çíà÷åíèå ëèìèòà ÷åðåñ÷óð âåëèêî è áóäåò ïðèíóäèòåëüíî èçìåíåíî äî %d.
-MEMO_SET_YOUR_LIMIT
- Ëèìèò ñîîáùåíèé áûë óñòàíîâëåí íà %d.
-MEMO_SET_YOUR_LIMIT_ZERO
- Ëèìèò ñîîáùåíèé óñòàíîâëåí íà 0, âîçìîæíîñòü èõ ïîëó÷åíèÿ îòêëþ÷åíà.
-MEMO_UNSET_YOUR_LIMIT
- Ëèìèòèòèðîâàíèå âàøåãî ñïèñêà ñîîáùåíèé îòêëþ÷åíî.
-MEMO_SET_LIMIT
- Ëèìèò ñîáùåíèé äëÿ %s óñòàíîâëåí íà %d.
-MEMO_SET_LIMIT_ZERO
- Ëèìèò ñîîáùåíèé äëÿ %s óñòàíîâëåí íà 0.
-MEMO_UNSET_LIMIT
- Ëèìèò ñîîáùåíèé äëÿ %s îòêëþ÷åí.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [#êàíàë]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [íèê | #êàíàë]
-MEMO_INFO_NO_MEMOS
- Íà äàííûé ìîìåíò ó âàñ íåò ñîîáùåíèé.
-MEMO_INFO_MEMO
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ 1 ñîîáùåíèå.
-MEMO_INFO_MEMO_UNREAD
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ 1 íîâîå, íåïðî÷èòàííîå ñîîáùåíèå.
-MEMO_INFO_MEMOS
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, 1 èç íèõ íå ïðî÷èòàíî.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, %d èç íèõ íå ïðî÷èòàíî.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Íà äàííûé ìîìåíò ó âàñ èìååòñÿ %d ñîîáùåíèé, íè îäíî èç íèõ íå ïðî÷èòàíî.
-MEMO_INFO_LIMIT
- Âàø ëèìèò ñîîáùåíèé ðàâåí %d.
-MEMO_INFO_HARD_LIMIT
- Âàø ëèìèò ñîîáùåíèé ðàâåí %d è íå ìîæåò áûòü èçìåíåí.
-MEMO_INFO_LIMIT_ZERO
- Âàø ëèìèò ñîîáùåíèé ðàâåí 0 è ïðèíèìàòü èõ âû íå ìîæåòå.
-MEMO_INFO_HARD_LIMIT_ZERO
- Âàø ëèìèò ñîîáùåíèé ðàâåí 0, ó âàñ íåò âîçìîæíîñòè ïðèíèìàòü ñîîáùåíèÿ è/èëè èçìåíÿòü ëèìèò.
-MEMO_INFO_NO_LIMIT
- Ó âàñ íåò îãðàíè÷åíèÿ íà êîëè÷åñòâî õðàíèìûõ ñîîáùåíèé.
-MEMO_INFO_NOTIFY_OFF
- Óâåäîìëåíèå î íîâûõ ñîîáùåíèÿõ îòêëþ÷åíî.
-MEMO_INFO_NOTIFY_ON
- Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó èëè ïðè ïîñòóïëåíèè íîâûõ ñîîáùåíèé.
-MEMO_INFO_NOTIFY_RECEIVE
- Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïðè ïîñòóïëåíèè îíûõ.
-MEMO_INFO_NOTIFY_SIGNON
- Âû áóäåòå óâåäîìëåíû î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó
-MEMO_INFO_X_NO_MEMOS
- Ñïèñîê ñîîáùåíèé äëÿ %s íà äàííûé ìîìåíò ïóñò.
-MEMO_INFO_X_MEMO
- %s ñåé÷àñ èìååò 1 ñîîáùåíèå.
-MEMO_INFO_X_MEMO_UNREAD
- %s ñåé÷àñ èìååò 1 íîâîå, íåïðî÷èòàííîå ñîîáùåíèå.
-MEMO_INFO_X_MEMOS
- %s ñåé÷àñ èìååò %d ñîîáùåíèé.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s ñåé÷àñ èìååò %d ñîîáùåíèé, 1 èç íèõ âñå åùå íå ïðî÷èòàíî.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s ñåé÷àñ èìååò %d ñîîáùåíèé, %d èç íèõ âñå åùå íå ïðî÷èòàíû.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s ñåé÷àñ èìååò %d ñîîáùåíèé, íè îäíî èç íèõ íå ïðî÷èòàíî.
-MEMO_INFO_X_LIMIT
- Ëèìèò ñîîáùåíèé äëÿ %s ðàâåí %d.
-MEMO_INFO_X_HARD_LIMIT
- Ëèìèò ñîáùåíèé äëÿ %s ðàâåí %d è íå ìîæåò áûòü èçìåíåí.
-MEMO_INFO_X_NO_LIMIT
- Ëèìèò ñîîáùåíèé äëÿ %s îòêëþ÷åí.
-MEMO_INFO_X_NOTIFY_OFF
- %s íå óâåäîìëÿåòñÿ î íîâûõ ñîáùåíèÿõ.
-MEMO_INFO_X_NOTIFY_ON
- %s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè èëè ïî ìåðå ïðèõîäà íîâûõ ñîáùåíèé.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïðè ïîñòóïëåíèè îíûõ.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s óâåäîìëÿåòñÿ î íîâûõ ñîîáùåíèÿõ ñðàçó ïîñëå èäåíòèôèêàöèè ê íèêó.
-
-# Memo2Mail responses
-MEMO_MAIL_SUBJECT
- Íîâîå ìåìî-ñîîáùåíèå
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-# RSEND responses
-MEMO_RSEND_PLEASE_WAIT
- Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä ïåðåä ïîâòîðíûì èñïîëüçîâàíèåì êîìàíäû RSEND.
-MEMO_RSEND_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü èñïîëüçîâàíèÿ êîìàíäû RSEND â âàøåé IRC-ñåòè íåäîñòóïíà.
-MEMO_RSEND_SYNTAX
- RSEND {íèê | #êàíàë} òåêñò
-MEMO_RSEND_NICK_MEMO_TEXT
- [àâòî-ñîîáùåíèå] Ìåìî-ñîîáùåíèå, êîòîðûå âû ïîñûëàëè, áûëî ïðî÷èòàíî.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [àâòî-ñîîáùåíèå] Ìåìî-ñîîáùåíèå, êîòîðûå âû ïîñûëàëè %s, áûëî ïðî÷èòàíî.
-MEMO_RSEND_USER_NOTIFICATION
- Ìåìî-èçâåùåíèå áûëî àâòîìàòè÷åñêè ïîñëàíî äëÿ %s, èíôîðìèðóþùåå îòïðàâèòåëÿ î òîì, ÷òî âû ïðî÷èòàëè åãî/åå ñîîáùåíèå.
-
-# CHECK responses
-MEMO_CHECK_SYNTAX
- CHECK íèê
-MEMO_CHECK_NOT_READ
- Ïîñëåäíåå ñîîáùåíèå, êîòîðîå âû ïîñûëàëè äëÿ %s (à áûëî ýòî %s) åùå íå ïðî÷èòàíî.
-MEMO_CHECK_READ
- Ïîñëåäíåå ñîîáùåíèå, êîòîðîå âû ïîñûëàëè äëÿ %s (à áûëî ýòî %s) óæå ïðî÷èòàíî.
-MEMO_CHECK_NO_MEMO
- Íèê %s íå ïîëó÷àë îò âàñ íèêàêèõ ñîîáùåíèé.
-MEMO_NO_RSEND_SELF
- Âû íå ìîæåòå çàïðîñèòü èíôîðìàöèþ î ïîëó÷åíèè, êîãäà ïîñûëàåòå ñîîáùåíèå ñåáå.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Áîòà %s íå ñóùåñòâóåò.
-BOT_NOT_ASSIGNED
- Ïåðåä òåì, êàê èñïîëüçîâàòü ýòó êîìàíäó, âû äîëæíû íàçíà÷èòü áîòà íà
- êàíàë. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP ASSIGN.
-BOT_NOT_ON_CHANNEL
- Íà äàííûé ìîìåíò, áîò íå ïðèñóòñòâóåò íà êàíàëå %s.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- Ñëîâî %s çàïðåùåíî íà ýòîì êàíàëå!
-BOT_REASON_BADWORD_GENTLE
- Ñëåäè çà ñâîèì ÿçûêîì!
-BOT_REASON_BOLD
- Èñïîëüçîâàíèå æèðíîãî øðèôòà ó íàñ òóò íå ïðèâåòñòâóåòñÿ!
-BOT_REASON_CAPS
- Âûêëþ÷è CapsLOCK!
-BOT_REASON_COLOR
- Èñïîëüçîâàíèå öâåòîâ ó íàñ òóò íå ïðèâåòñòâóåòñÿ!
-BOT_REASON_FLOOD
- Õâàòèò ôëóäèòü!
-BOT_REASON_REPEAT
- Õâàòèò ïîâòîðîâ!
-BOT_REASON_REVERSE
- Èñïîëüçîâàíèå èíâåðñèè ó íàñ òóò íå ïðèâåòñòâóåòñÿ!
-BOT_REASON_UNDERLINE
- Èñïîëüçîâàíèå ïîä÷åðêèâàíèé ó íàñ òóò íå ïðèâåòñòâóåòñÿ!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Äà-äà, %s, óìíûé õîä ñïðàøèâàòü ó áîòà ãäå îí...
-BOT_SEEN_YOU
- Ëþáóåøüñÿ ñîáîé â çåðêàëå, äà, %s?
-BOT_SEEN_ON_CHANNEL
- Åñëè âû íå âèäèòå %s íà ýòîì êàíàëå, òî âàì íóæíû íîâûå ãëàçà...
-BOT_SEEN_ON_CHANNEL_AS
- Õèòðþãà %s øèôðóåòñÿ! Îí íà êàíàëå, íî ïîä íèêîì %s!
-BOT_SEEN_ON
- Äóõ %s ïîñëåäíèé ðàç áûë çäåñü %s íàçàä.
-BOT_SEEN_NEVER
- ×òî? Êàêîé åùå %s? Íèêîãäà íå âèäåë åãî íà êàíàëå...
-BOT_SEEN_UNKNOWN
- Êòî òàêîé %s ÿ íå çíàþ è çíàòü íå õî÷ó.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD íèê èäåíò õîñò ðåàëüíîå_èìÿ
- BOT CHANGE ñòàðûé_íèê íîâûé_íèê [èäåíò [õîñò [ðåàëüíîå_èìÿ]]]
- BOT DEL íèê
-BOT_BOT_ALREADY_EXISTS
- Áîò ñ íèêîì %s óæå ñóùåñòâóåò.
-BOT_BOT_CREATION_FAILED
- Èçâèíèòå, íî ñîçäàòü áîòà íåóäàëîñü.
-BOT_BOT_READONLY
- Èçâèíèòå, èçìåíåíèå íàñòðîåê áîòîâ âðåìåííî íåäîñòóïíî.
-BOT_BOT_ADDED
- %s!%s@%s (%s) äîáàâëåí â ñïèñîê áîòîâ.
-BOT_BOT_ANY_CHANGES
- Ñòàðàÿ èíôîðìàöèÿ î áîòå íå îòëè÷àåòñÿ îò íîâîé.
-BOT_BOT_CHANGED
- Äàííûå î áîòå %s áûëè èçìåíåíû íà %s!%s@%s (%s)
-BOT_BOT_DELETED
- Áîò ïîä íèêîì %s óñïåøíî óäàëåí.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Ñïèñîê áîòîâ:
-BOT_BOTLIST_PRIVATE_HEADER
- Áîòû, çàðåçåðâèðîâàííûå äëÿ IRC-îïåðàòîðîâ:
-BOT_BOTLIST_FOOTER
- Êîëè÷åñòâî äîñòóïíûõ áîòîâ: %d
-BOT_BOTLIST_EMPTY
- Ñïèñîê äîñòóïíûõ áîòîâ ïóñò.
- Ïî âîïðîñàì ñîçäàíèÿ áîòîâ îáðàùàéòåñü ê Àäìèíèñòðàòîðàì ñåðâèñîâ.
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN #êàíàë íèê
-BOT_ASSIGN_READONLY
- Èçâèíèòå, íàçíà÷åíèå áîòîâ íà êàíàë âðåìåííî íåäîñòóïíî.
-BOT_ASSIGN_ALREADY
- Áîò %s óæå íàçíà÷åí íà êàíàë %s.
-BOT_ASSIGN_ASSIGNED
- Áîò %s óñïåøíî íàçíà÷åí íà êàíàë %s.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN #êàíàë
-BOT_UNASSIGN_UNASSIGNED
- Áîò ñ êàíàëà %s óñïåøíî óäàëåí.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {#êàíàë | íèê}
-BOT_INFO_NOT_FOUND
- Óêàçàííûé ïàðàìåòð %s íå ÿâëÿåòñÿ íèêîì áîòà èëè çàðåãèñòðèðîâàííûì êàíàëîì.
-BOT_INFO_BOT_HEADER
- Èíôîðìàöèÿ î áîòå %s:
-BOT_INFO_BOT_MASK
- Ìàñêà...........: %s@%s
-BOT_INFO_BOT_REALNAME
- Ðåàëüíîå èìÿ....: %s
-BOT_INFO_BOT_CREATED
- Ñîçäàí..........: %s
-BOT_INFO_BOT_USAGE
- Êîë-âî êàíàëîâ..: %d
-BOT_INFO_BOT_OPTIONS
- Îïöèè...........: %s
-BOT_INFO_OPT_PRIVATE
- Ïðèâàòíûé
-BOT_INFO_CHAN_HEADER
- Èíôîðìàöèÿ î êàíàëå %s:
-BOT_INFO_CHAN_BOT
- Íèê áîòà.............: %s
-BOT_INFO_CHAN_BOT_NONE
- Íèê áîòà.............: áîò íå íàçíà÷åí.
-BOT_INFO_CHAN_KICK_BADWORDS
- Öåíçîð ïëîõèõ ñëîâ...: %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Öåíçîð ïëîõèõ ñëîâ...: %s (%d êèêîâ äî áàíà)
-BOT_INFO_CHAN_KICK_BOLDS
- Öåíçîð æèðíûõ áóêâ...: %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Öåíçîð æèðíûõ áóêâ...: %s (%d êèêîâ äî áàíà)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Öåíçîð CapsLOCK......: %s (ìèíèìóì %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Öåíçîð CapsLOCK......: %s (%d êèêîâ äî áàíà; ìèíèìóì %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Öåíçîð CapsLOCK......: %s
-BOT_INFO_CHAN_KICK_COLORS
- Öåíçîð öâåòîâ........: %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Öåíçîð öâåòîâ........: %s (%d êèêîâ äî áàíà)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Öåíçîð ôëóäà.........: %s (%d ëèíèé çà %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Öåíçîð ôëóäà.........: %s (%d êèêîâ äî áàíà; %d ëèíèé èç %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Öåíçîð ôëóäà.........: %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Öåíçîð ïîâòîðîâ......: %s (%d ðàç)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Öåíçîð ïîâòîðîâ......: %s (%d êèêîâ äî áàíà; %d ðàç)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Öåíçîð ïîâòîðîâ......: %s
-BOT_INFO_CHAN_KICK_REVERSES
- Öåíçîð èíâåðñèé......: %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Öåíçîð èíâåðñèé......: %s (%d êèêîâ äî áàíà)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Öåíçîð ïîä÷åðêèâàíèé.: %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Öåíçîð ïîä÷åðêèâàíèé.: %s (%d êèêîâ äî áàíà)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- âêëþ÷åí
-BOT_INFO_INACTIVE
- îòêëþ÷åí
-BOT_INFO_CHAN_OPTIONS
- Àêòèâèðîâàííûå îïöèè.: %s
-BOT_INFO_OPT_DONTKICKOPS
- Íå êèêàòü îïåðàòîðîâ
-BOT_INFO_OPT_DONTKICKVOICES
- Íå êèêàòü âîéñîâ
-BOT_INFO_OPT_FANTASY
- FANTASY-ðåæèì
-BOT_INFO_OPT_GREET
- Ïðèâåòñòâèÿ
-BOT_INFO_OPT_NOBOT
- Áåç áîòîâ
-BOT_INFO_OPT_SYMBIOSIS
- Ñèìáèîç
-BOT_INFO_OPT_NONE
- îòñóòñòâóþò
-
-# SET responses
-BOT_SET_SYNTAX
- SET (#êàíàë | áîò) îïöèÿ ïàðàìåòð
-BOT_SET_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü íàñòðîéêè îïöèé áîòà âðåìåííî íåäîñòóïíà.
-BOT_SET_UNKNOWN
- Íåèçâåñòíàÿ îïöèÿ %s.
- Íàïèøèòå %R%S HELP SET äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET #êàíàë DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Òåïåðü, îïåðàòîðû êàíàëà %s áóäóò èñêëþ÷åíû èç óñëîâèé êèêà çà íàðóøåíèÿ.
-BOT_SET_DONTKICKOPS_OFF
- Ñ ýòîãî ìîìåíòà, áîò áóäåò êèêàòü îïåðàòîðîâ êàíàëà %s çà íàðóøåíèÿ.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET #êàíàë DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Òåïåðü, âîéñû êàíàëà %s áóäóò èñêëþ÷åíû èç óñëîâèé êèêà çà íàðóøåíèÿ.
-BOT_SET_DONTKICKVOICES_OFF
- Ñ ýòîãî ìîìåíòà áîò áóäåò êèêàòü âîéñîâ êàíàëà %s çà íàðóøåíèÿ.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET #êàíàë FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- FANTASY-ðåæèì äëÿ êàíàëà %s àêòèâèðîâàí.
-BOT_SET_FANTASY_OFF
- FANTASY-ðåæèì äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET #êàíàë GREET {ON|OFF}
-BOT_SET_GREET_ON
- Ðåæèì ïðèâåòñòâèé äëÿ êàíàëà %s àêòèâèðîâàí.
-BOT_SET_GREET_OFF
- Ðåæèì ïðèâåòñòâèé äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET #êàíàë NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Ðåæèì áåç-áîòà äëÿ êàíàëà %s àêòèâèðîâàí.
-BOT_SET_NOBOT_OFF
- Ðåæèì áåç-áîòà äëÿ êàíàëà %s îòêëþ÷åí.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET íèê_áîòà PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- Áîò ïîä íèêîì %s óñïåøíî ïîìå÷åí êàê ïðèâàòíûé.
-BOT_SET_PRIVATE_OFF
- Ðåæèì ïðèâàòíûé óñïåøíî ñíÿò ñ áîòà ïîä íèêîì %s
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET #êàíàë SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Ðåæèì ñèìáèîçà äëÿ êàíàëå %s àêòèâèðîâàí.
-BOT_SET_SYMBIOSIS_OFF
- Ðåæèì ñèìáèîçà äëÿ êàíàëå %s îòêëþ÷åí.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK #êàíàë îïöèÿ {ON|OFF} [ïàðàìåòðû]
-BOT_KICK_DISABLED
- Èçâèíèòå, íî âîçìîæíîñòü êîíôèãóðàöèè óñëîâèé êèêîâ âðåìåííî íåäîñòóïíà.
-BOT_KICK_UNKNOWN
- Íåèçâåñòíàÿ îïöèÿ %s.
- Èñïîëüçóéòå %R%S HELP KICK äëÿ ïîëó÷åíèÿ áîëåå ïîëíîé èíôîðìàöèè.
-BOT_KICK_BAD_TTB
- Çíà÷åíèå âèäà %s íå ìîæåò áûòü èñïîëüçîâàíî êàê êîë-âî êèêîâ äî áàíà.
-
-BOT_KICK_BADWORDS_ON
- Ðåæèì êèêà çà ïëîõèå ñëîâà àêòèâèðîâàí.
- Äëÿ ìîäèôèêàöèè ñïèñêà "ïëîõèõ" ñëîâ âîñïîëüçóéòåñü êîìàíäîé BADWORDS.
-BOT_KICK_BADWORDS_ON_BAN
- C ýòîãî ìîìåíòà, áîò áóäåò êèêàòü çà "ïëîõèå" ñëîâà è ñòàâèòü áàí
- íàðóøèòåëþ ïîñëå %d êèêà(îâ). Äëÿ ìîäèôèêàöèè ñïèñêà "ïëîõèõ" ñëîâ
- âîñïîëüçóéòåñü êîìàíäîé BADWORDS.
-BOT_KICK_BADWORDS_OFF
- Ðåæèì êèêà çà ïëîõèå ñëîâà îòêëþ÷åí.
-BOT_KICK_BOLDS_ON
- Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà àêòèâèðîâàí.
-BOT_KICK_BOLDS_ON_BAN
- Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà àêòèâèðîâàí.
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_BOLDS_OFF
- Ðåæèì êèêà çà èñïîëüçîâàíèå æèðíîãî øðèôòà îòêëþ÷åí.
-BOT_KICK_CAPS_ON
- Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK àêòèâèðîâàí. Áîò
- áóäåò êèêàòü ïîñåòèòåëÿ, åñëè åãî ôðàçà ñîäåðæèò íå ìåíåå %d áîëüøèõ
- ñèìâîëîâ è îíè ñîñòàâëÿþò íå ìåíåå %d%% îò îáùåãî êîë-âà ñèìâîëîâ.
-BOT_KICK_CAPS_ON_BAN
- Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK àêòèâèðîâàí. Áîò
- áóäåò êèêàòü ïîñåòèòåëÿ, åñëè åãî ôðàçà ñîäåðæèò íå ìåíåå %d áîëüøèõ
- ñèìâîëîâ è îíè ñîñòàâëÿþò íå ìåíåå %d%% îò îáùåãî êîë-âà ñèìâîëîâ.
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_CAPS_OFF
- Ðåæèì êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK îòêëþ÷åí.
-BOT_KICK_COLORS_ON
- Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ àêòèâèðîâàí.
-BOT_KICK_COLORS_ON_BAN
- Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ àêòèâèðîâàí.
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_COLORS_OFF
- Ðåæèì êèêà çà èñïîëüçîâàíèå öâåòîâ îòêëþ÷åí.
-BOT_KICK_FLOOD_ON
- Ðåæèì êèêà çà ôëóä àêòèâèðîâàí (óñëîâèå: %d ëèíèé çà %d ñåêóíä).
-BOT_KICK_FLOOD_ON_BAN
- Ðåæèì êèêà çà ôëóä àêòèâèðîâàí (óñëîâèå: %d ëèíèé çà %d ñåêóíä).
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_FLOOD_OFF
- Ðåæèì êèêà çà ôëóä îòêëþ÷åí.
-BOT_KICK_REPEAT_ON
- Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû àêòèâèðîâàí. Áîò áóäåò êèêàòü
- ïîñåòèòåëÿ åñëè îí ïîâòîðèò îäíó è òó æå ôðàçó %d ðàç ïîäðÿä.
-BOT_KICK_REPEAT_ON_BAN
- Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû àêòèâèðîâàí.
- Áîò áóäåò êèêàòü ïîëüçîâàòåëÿ ïîñëå %d ïîâòîðîâ ïîäðÿä è ñòàâèòü
- áàí ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ.
-BOT_KICK_REPEAT_OFF
- Ðåæèì êèêà çà ÷ðåçìåðíûå ïîâòîðû îòêëþ÷åí.
-BOT_KICK_REVERSES_ON
- Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà àêòèâèðîâàí.
-BOT_KICK_REVERSES_ON_BAN
- Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà àêòèâèðîâàí.
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_REVERSES_OFF
- Ðåæèì êèêà çà èñïîëüçîâàíèå èíâåðñíîãî òåêñòà îòêëþ÷åí.
-BOT_KICK_UNDERLINES_ON
- Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà àêòèâèðîâàí.
-BOT_KICK_UNDERLINES_ON_BAN
- Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà àêòèâèðîâàí.
- Äîïîëíèòåëüíî, ïîñëå %d ïðåäóïðåæäàþùèõ êèêîâ, áîò çàáàíèò íàðóøèòåëÿ.
-BOT_KICK_UNDERLINES_OFF
- Ðåæèì êèêà çà èñïîëüçîâàíèå ïîä÷åðêíóòîãî òåêñòà îòêëþ÷åí.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS #êàíàë {ADD|DEL|LIST|CLEAR} [ñëîâî|íîìåð_çàïèñè] [SINGLE|START|END]
-BOT_BADWORDS_DISABLED
- Èçâèíèòå, èçìåíåíèå áàçû äàííûõ ïëîõèõ ñëîâ âðåìåííî íåâîçìîæíî.
-BOT_BADWORDS_REACHED_LIMIT
- Ðàçìåð áàçû äàííûõ ïëîõèõ ñëîâ íå ìîæåò ïðåâûøàòü %d çàïèñåé.
-BOT_BADWORDS_ALREADY_EXISTS
- Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s.
-BOT_BADWORDS_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê ïëîõèõ ñëîâ êàíàëà %s.
-BOT_BADWORDS_NO_SUCH_ENTRY
- Çàïèñè ïîä íîìåðîì #%d â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s íå ñóùåñòâóåò.
-BOT_BADWORDS_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s íå îáíàðóæåíà.
-BOT_BADWORDS_NO_MATCH
- Â ñïèñêå ïëîõèõ ñëîâ êàíàëà %s ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî.
-BOT_BADWORDS_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s.
-BOT_BADWORDS_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s.
-BOT_BADWORDS_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà ïëîõèõ ñëîâ êàíàëà %s.
-BOT_BADWORDS_LIST_EMPTY
- Ñïèñîê ïëîõèõ ñëîâ êàíàëà %s ïóñò.
-BOT_BADWORDS_LIST_HEADER
- Ñïèñîê ïëîõèõ ñëîâ äëÿ %s:
- No. Ñëîâî Òèï
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Ñïèñîê "ïëîõèõ" ñëîâ ïîëíîñòüþ î÷èùåí.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY #êàíàë òåêñò
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT #êàíàë òåêñò
-
-# Errors
-BOT_EXCEPT
- Îäíà èç ìàñîê â ñïèñêå èñêëþ÷åíèé êàíàëà ñîâïàäàåò ñ õîñòìàñêîé óêàçàííîãî ïîëüçîâàòåëÿ. ×òîáû çàáàíèòü åãî, âû äîëæíû óäàëèòü èñêëþ÷åíèÿ.
-BOT_BAD_NICK
- Óêàçàííûé äëÿ áîòà íèê ñîäåðæèò íåäîïóñòèìûå ñèìâîëû.
-BOT_BAD_HOST
- Óêàçàííûé äëÿ áîòà õîñò ñîäåðæèò íåäîïóñòèìûå ñèìâîëû.
-BOT_BAD_IDENT
- Óêàçàííûé äëÿ áîòà èäåíò ñîäåðæèò íåäîïóñòèìûå ñèìâîëû.
-BOT_LONG_IDENT
- Èäåíò áîòà íå äîëæåí ïðåâûøàòü %d ñèìâîëîâ.
-BOT_LONG_HOST
- Õîñò áîòà íå äîëæåí ïðåâûøàòü %d ñèìâîëîâ.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Âîçìîæíîñòü èçìåíÿòü ðåæèìû ñåðâèñàì íåäîñòóïíà. Âû âîîáùå óâåðåíû, ÷òî íàñòðîéêè âàøèõ ñåðâåðîâ êîððåêòíû?
-OPER_BOUNCY_MODES_U_LINE
- Âîçìîæíîñòü èçìåíÿòü ðåæèìû ñåðâèñàì íåäîñòóïíà. Âû âîîáùå óâåðåíû, ÷òî U:line-çàïèñè âàøèõ ñåðâåðîâ êîððåêòíû?
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL ñîîáùåíèå
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Íåèçâåñòíûé STATS-ïàðàìåòð %s.
-OPER_STATS_CURRENT_USERS
- Òåêóùåå êîë-âî ïîëüçîâàòåëåé: %d, IRC-îïåðàòîðîâ: %d
-OPER_STATS_MAX_USERS
- Çàôèêñèðîâàííûé ìàêñèìóì ïîëüçîâàòåëåé: %d (íà %s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Ñåðâèñû ðàáîòàþò: %d äíåé, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Ñåðâèñû ðàáîòàþò: %d äåíü, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Ñåðâèñû ðàáîòàþò: %d ÷àñîâ, %d ìèíóò
-OPER_STATS_UPTIME_HM1S
- Ñåðâèñû ðàáîòàþò: %d ÷àñîâ, %d ìèíóò
-OPER_STATS_UPTIME_H1MS
- Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóò
-OPER_STATS_UPTIME_H1M1S
- Ñåðâèñû ðàáîòàþò: %d ÷àñîâ, %d ìèíóòó
-OPER_STATS_UPTIME_1HMS
- Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóò
-OPER_STATS_UPTIME_1HM1S
- Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóò
-OPER_STATS_UPTIME_1H1MS
- Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóòó
-OPER_STATS_UPTIME_1H1M1S
- Ñåðâèñû ðàáîòàþò: %d ÷àñ, %d ìèíóòó
-OPER_STATS_UPTIME_MS
- Ñåðâèñû ðàáîòàþò: %d ìèíóò, %d ñåêóíä
-OPER_STATS_UPTIME_M1S
- Ñåðâèñû ðàáîòàþò: %d ìèíóò, %d ñåêóíäó
-OPER_STATS_UPTIME_1MS
- Ñåðâèñû ðàáîòàþò: %d ìèíóòó, %d ñåêóíä
-OPER_STATS_UPTIME_1M1S
- Ñåðâèñû ðàáîòàþò: %d ìèíóòó, %d ñåêóíäó
-OPER_STATS_BYTES_READ
- Áàéò ñ÷èòàíî : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Áàéò çàïèñàíî : %5d kB
-OPER_STATS_USER_MEM
- Ïîëüçîâàòåëåé : %6d çàïèñåé, %5d kB
-OPER_STATS_CHANNEL_MEM
- Êàíàëîâ : %6d çàïèñåé, %5d kB
-OPER_STATS_GROUPS_MEM
- NS-ãðóïï : %6d çàïèñåé, %5d kB
-OPER_STATS_ALIASES_MEM
- NS-àëèàñîâ : %6d çàïèñåé, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d çàïèñåé, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d çàïèñåé, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d çàïèñåé, %5d kB
-OPER_STATS_SESSIONS_MEM
- Ñåññèé : %6d çàïèñåé, %5d kB
-OPER_STATS_AKILL_COUNT
- Òåêóùåå êîëè÷åñòâî AKILL'îâ : %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d äíåé
-OPER_STATS_AKILL_EXPIRE_DAY
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 äåíü
-OPER_STATS_AKILL_EXPIRE_HOURS
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d ÷àñîâ
-OPER_STATS_AKILL_EXPIRE_HOUR
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 ÷àñ
-OPER_STATS_AKILL_EXPIRE_MINS
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : %d ìèíóò
-OPER_STATS_AKILL_EXPIRE_MIN
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : 1 ìèíóòà
-OPER_STATS_AKILL_EXPIRE_NONE
- Âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ : íèêîãäà
-OPER_STATS_SNLINE_COUNT
- Òåêóùåå êîëè÷åñòâî SNLINE'îâ : %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d äíåé
-OPER_STATS_SNLINE_EXPIRE_DAY
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 äåíü
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d ÷àñîâ
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 ÷àñ
-OPER_STATS_SNLINE_EXPIRE_MINS
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : %d ìèíóò
-OPER_STATS_SNLINE_EXPIRE_MIN
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : 1 ìèíóòà
-OPER_STATS_SNLINE_EXPIRE_NONE
- Âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ : íèêîãäà
-OPER_STATS_SQLINE_COUNT
- Òåêóùåå êîëè÷åñòâî SQLINE'îâ : %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d äíåé
-OPER_STATS_SQLINE_EXPIRE_DAY
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 äåíü
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d ÷àñîâ
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 ÷àñ
-OPER_STATS_SQLINE_EXPIRE_MINS
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: %d ìèíóò
-OPER_STATS_SQLINE_EXPIRE_MIN
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: 1 ìèíóòà
-OPER_STATS_SQLINE_EXPIRE_NONE
- Âðåìÿ èñòå÷åíèÿ SQGLINE'à ïî-óìîë÷àíèþ: íèêîãäà
-OPER_STATS_SZLINE_COUNT
- Òåêóùåå êîëè÷åñòâî SZLINE'îâ : %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d äíåé
-OPER_STATS_SZLINE_EXPIRE_DAY
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 äåíü
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d ÷àñîâ
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 ÷àñ
-OPER_STATS_SZLINE_EXPIRE_MINS
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : %d ìèíóò
-OPER_STATS_SZLINE_EXPIRE_MIN
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : 1 ìèíóòà
-OPER_STATS_SZLINE_EXPIRE_NONE
- Âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ : íèêîãäà
-OPER_STATS_RESET
- Ñòàòèñòè÷åñêèå äàííûå ñáðîøåíû.
-OPER_STATS_UPLINK_SERVER
- Uplink-ñåðâåð: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Òåêóùåå êîë-âî ñåðâåðîâ: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE #êàíàë ðåæèìû
-
-# UMODE respondes
-OPER_UMODE_SYNTAX
- UMODE íèê ðåæèìû
-OPER_UMODE_SUCCESS
- Ðåæèìû ïîëüçîâàòåëÿ %s èçìåíåíû.
-OPER_UMODE_CHANGED
- %s ïðèíóäèòåëüíî èçìåíèë âàøè ïîëüçîâàòåëüñêèå ðåæèìû.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE íèê +ôëàãè
-OPER_OLINE_SUCCESS
- OLINE-ôëàãè %s óñïåøíî óñòàíîâëåíû äëÿ ñåññèé ïîëüçîâàòåëÿ %s
-OPER_OLINE_IRCOP
- Òåïåðü âû IRC-îïåðàòîð.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES #êàíàë [ALL]
-OPER_CLEARMODES_DONE
- Âñå ðåæèìû è áàíû êàíàëà %s áûëè ñáðîøåíû.
-OPER_CLEARMODES_ALL_DONE
- Âñå ðåæèìû êàíàëà %s áûëè ñáðîøåíû.
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK #êàíàë íèê ïðè÷èíà
-
-# SVSNICK responses
-OPER_SVSNICK_SYNTAX
- SVSNICK íèê íîâûé_íèê
-OPER_SVSNICK_NEWNICK
- Íèê ïîëüçîâàòåëÿ %s áûë èçìåíåí íà %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD|DEL|LIST|VIEW|CLEAR} [[+âðåìÿ_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} [ïðè÷èíà]]
-OPER_AKILL_EXISTS
- Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå AKILL'îâ.
-OPER_AKILL_ALREADY_COVERED
- Óêàçàííàÿ ìàñêà âèäà %s ñîâïàäàåò ñ îäíîé èç ìàñîê â ñïèñêå AKILL'îâ: %s.
-OPER_AKILL_REACHED_LIMIT
- Êîëè÷åñòâî çàïèñåé â AKILL-ñïèñêå íå ìîæåò ïðåâûøàòü %d.
-OPER_AKILL_NO_NICK
- Ïîìíèòå: AKILL-çàïèñü áàçèðóåòñÿ íà ìàñêå âèäà èäåíò@õîñò, èñïîëüçîâàíèå íèêà â êà÷åñòâå ìàñêè íåäîïóñòèìî!
-OPER_AKILL_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê AKILL'îâ.
-OPER_AKILL_CHANGED
- Ñðîê èñòå÷åíèÿ çàïèñè %s óñïåøíî èçìåíåí.
-OPER_AKILL_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå AKILL'îâ íå îáíàðóæåíà.
-OPER_AKILL_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî.
-OPER_AKILL_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà AKILL'îâ.
-OPER_AKILL_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèêà AKILL'îâ.
-OPER_AKILL_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà AKILL'îâ.
-OPER_AKILL_LIST_EMPTY
- Ñïèñîê AKILL'îâ ïóñò.
-OPER_AKILL_LIST_HEADER
- Òåêóùèé ñïèñîê AKILL'îâ:
- No. Ìàñêà Ïðè÷èíà
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Òåêóùèé ñïèñîê AKILL'îâ:
-# íîìåð, ìàñêà, ñîçäàòåëü, êîãäà, èñòåêàåò, ïðè÷èíà
-OPER_AKILL_VIEW_FORMAT
- %3d %s (îò %s â %s; %s)
- %s
-OPER_AKILL_CLEAR
- Ñïèñîê AKILL'îâ ïîëíîñòüþ î÷èùåí.
-OPER_CHANKILL_SYNTAX
- CHANKILL [+ñðîê_èñòå÷åíèÿ] {#êàíàë} [ïðè÷èíà]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè}[:ïðè÷èíà]]
-OPER_SNLINE_UNSUPPORTED
- SNLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû.
-OPER_SNLINE_EXISTS
- Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SNLINE'îâ.
-OPER_SNLINE_ALREADY_COVERED
- Óêàçàííàÿ ìàñêà âèäà %s ñîâïàäàåò ñ îäíîé èç ìàñîê â ñïèñêå SNLINE'îâ: %s.
-OPER_SNLINE_REACHED_LIMIT
- Êîëè÷åñòâî çàïèñåé â SNLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d.
-OPER_SNLINE_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SNLINE'îâ.
-OPER_SNLINE_CHANGED
- Ñðîê èñòå÷åíèÿ çàïèñè %s óñïåøíî èçìåíåí.
-OPER_SNLINE_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå SNLINE'îâ íå îáíàðóæåíà.
-OPER_SNLINE_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî.
-OPER_SNLINE_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SNLINE'îâ.
-OPER_SNLINE_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèêà SNLINE'îâ.
-OPER_SNLINE_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà SNLINE'îâ.
-OPER_SNLINE_LIST_EMPTY
- Ñïèñîê SNLINE'îâ ïóñò.
-OPER_SNLINE_LIST_HEADER
- Òåêóùèé ñïèñîê SNLINE'îâ:
- No. Ìàñêà Ïðè÷èíà
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Òåêóùèé ñïèñîê SNLINE'îâ:
-# íîìåð, ìàñêà, ñîçäàòåëü, êîãäà, èñòåêàåò, ïðè÷èíà
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (îò %s â %s; %s)
- %s
-OPER_SNLINE_CLEAR
- Ñïèñîê SNLINE'îâ ïîëíîñòüþ î÷èùåí.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} [ïðè÷èíà]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- SQLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû.
-OPER_SQLINE_EXISTS
- Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SQLINE'îâ.
-OPER_SQLINE_ALREADY_COVERED
- Óêàçàííàÿ ìàñêà âèäà %s ñîâïàäàåò ñ îäíîé èç ìàñîê â ñïèñêå SQLINE'îâ: %s.
-OPER_SQLINE_REACHED_LIMIT
- Êîëè÷åñòâî çàïèñåé â SQLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d.
-OPER_SQLINE_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SQLINE'îâ.
-OPER_SQLINE_CHANGED
- Ñðîê èñòå÷åíèÿ çàïèñè %s óñïåøíî èçìåíåí.
-OPER_SQLINE_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå SQLINE'îâ íå îáíàðóæåíà.
-OPER_SQLINE_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî.
-OPER_SQLINE_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SQLINE'îâ.
-OPER_SQLINE_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèêà SQLINE'îâ.
-OPER_SQLINE_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà SQLINE'îâ.
-OPER_SQLINE_LIST_EMPTY
- Ñïèñîê SQLINE'îâ ïóñò.
-OPER_SQLINE_LIST_HEADER
- Òåêóùèé ñïèñîê SQLINE'îâ:
- No. Ìàñêà Ïðè÷èíà
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Òåêóùèé ñïèñîê SQLINE'îâ:
-# íîìåð, ìàñêà, ñîçäàòåëü, êîãäà, èñòåêàåò, ïðè÷èíà
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (îò %s â %s; %s)
- %s
-OPER_SQLINE_CLEAR
- Ñïèñîê SQLINE'îâ ïîëíîñòüþ î÷èùåí.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD|DEL|LIST|VIEW|CLEAR} [[+ñðîê_èñòå÷åíèÿ] {ìàñêà | íîìåð_çàïèñè} [ïðè÷èíà]]
-OPER_SZLINE_UNSUPPORTED
- SZLINE-âîçìîæíîñòè ñåðâèñîâ â âàøåé ñåòè íåäîñòóïíû.
-OPER_SZLINE_EXISTS
- Çàïèñü âèäà %s óæå ñîäåðæèòñÿ â ñïèñêå SZLINE'îâ.
-OPER_SZLINE_ALREADY_COVERED
- Óêàçàííàÿ ìàñêà âèäà %s ñîâïàäàåò ñ îäíîé èç ìàñîê â ñïèñêå SZLINE'îâ: %s.
-OPER_SZLINE_REACHED_LIMIT
- Êîëè÷åñòâî çàïèñåé â SZLINE-ñïèñêå íå ìîæåò ïðåâûøàòü %d.
-OPER_SZLINE_ONLY_IPS
- Ïîìíèòå: ñïèñîê SZLINE'îâ ìîæåò ñîäåðæàòü òîëüêî IP-ìàñêè!
-OPER_SZLINE_ADDED
- Çàïèñü âèäà %s óñïåøíî äîáàâëåíà â ñïèñîê SZLINE'îâ.
-OPER_SZLINE_CHANGED
- Ñðîê èñòå÷åíèÿ çàïèñè %s óñïåøíî èçìåíåí.
-OPER_SZLINE_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå SZLINE'îâ íå îáíàðóæåíà.
-OPER_SZLINE_NO_MATCH
- Ñîâïàäàþùèõ çàïèñåé íå îáíàðóæåíî.
-OPER_SZLINE_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà SZLINE'îâ.
-OPER_SZLINE_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèêà SZLINE'îâ.
-OPER_SZLINE_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà SZLINE'îâ.
-OPER_SZLINE_LIST_EMPTY
- Ñïèñîê SZLINE'îâ ïóñò.
-OPER_SZLINE_LIST_HEADER
- Òåêóùèé ñïèñîê SZLINE'îâ:
- No. Ìàñêà Ïðè÷èíà
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Òåêóùèé ñïèñîê SZLINE'îâ:
-# íîìåð, ìàñêà, ñîçäàòåëü, êîãäà, èñòåêàåò, ïðè÷èíà
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (îò %s â %s; %s)
- %s
-OPER_SZLINE_CLEAR
- Ñïèñîê SZLINE'îâ ïîëíîñòüþ î÷èùåí.
-
-# SET responses
-OPER_SET_SYNTAX
- SET îïöèÿ ïàðàìåòðû
-OPER_SET_IGNORE_ON
- Ðåæèì èñïîëüçîâàíèÿ èãíîð-ñïèñêà àêòèâèðîâàí.
-OPER_SET_IGNORE_OFF
- Ðåæèì èñïîëüçîâàíèÿ èãíîð-ñïèñêà îòêëþ÷åí.
-OPER_SET_IGNORE_ERROR
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè IGNORE âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF.
-OPER_SET_READONLY_ON
- Ñåðâèñû ïåðåøëè â ðåæèì read-only (òîëüêî ÷òåíèå).
-OPER_SET_READONLY_OFF
- Ñåðâèñû ïåðåøëè â ðåæèì read-write (÷òåíèå-çàïèñü).
-OPER_SET_READONLY_ERROR
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè READONLY âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF.
-OPER_SET_LOGCHAN_ON
- Ðåæèì ëîãèðîâàíèÿ ñîîáùåíèé íà ñåðâèñíûé êàíàë %s àêòèâèðîâàí.
-OPER_SET_LOGCHAN_OFF
- Ðåæèì ëîãèðîâàíèÿ ñîîáùåíèé íà ñåðâèñíûé êàíàë îòêëþ÷åí.
-OPER_SET_LOGCHAN_ERROR
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè LOGCHAN âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF.
-OPER_SET_DEBUG_ON
- Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí DEBUG-ðåæèì (îòëàäêà).
-OPER_SET_DEBUG_OFF
- Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: DEBUG-ðåæèì äåàêòèâèðîâàí.
-OPER_SET_DEBUG_LEVEL
- Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí DEBUG-ðåæèì (óðîâåíü %d).
-OPER_SET_DEBUG_ERROR
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè DEBUG âû äîëæíû óêàçàòü ON, OFF, ëèáî ïîëîæèòåëüíîå ÷èñëî.
-OPER_SET_NOEXPIRE_ON
- Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: àêòèâèðîâàí NOEXPIRE-ðåæèì (ðåæèì 'íå-èñòå÷åíèÿ').
-OPER_SET_NOEXPIRE_OFF
- Ðåæèì ðàáîòû ñåðâèñîâ èçìåíåí: NOEXPIRE-ðåæèì äåàêòèâèðîâàí.
-OPER_SET_NOEXPIRE_ERROR
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè NOEXPIRE âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF.
-OPER_SET_UNKNOWN_OPTION
- Íåèçâåñòíàÿ îïöèÿ %s.
-OPER_SET_LIST_OPTION_ON
- Ðåæèì %s: âêëþ÷åí.
-OPER_SET_LIST_OPTION_OFF
- Ðåæèì %s: îòêëþ÷åí.
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} ñåðâåð
-OPER_NOOP_SET
- Âñå OLINE-çàïèñè íà ñåðâåðå %s áûëè óäàëåíû.
-OPER_NOOP_REVOKE
- Âñå OLINE-çàïèñè íà ñåðâåðå %s âîññòàíîâëåíû.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE èìÿ_ñåðâåðà [ïðè÷èíà]
-OPER_JUPE_HOST_ERROR
-  êà÷åñòâå îñíîâíîãî ïàðàìåòðà âû äîëæíû óêàçàòü ðåàëüíîå èìÿ ñåðåâåðà
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Îáíîâëåíèå áàç äàííûõ...
-
-# RELOAD responses
-OPER_RELOAD
- Êîíôèãóðàöèîííûé ôàéë ñåðâèñîâ áûë ñ÷èòàí çàíîâî.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN íå îïðåäåëåí, ïåðåçàïóñê íåâîçìîæåí. Çàïóñòèòå ñêðèïò \2configure\2 è ïåðåñîáåðèòå ñåðâèñû, ÷òîáû àêòèâèðîâàòü êîìàíäó RESTART.
-
-# IGNORE respondes
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [âðåìÿ] [íèê]
-OPER_IGNORE_VALID_TIME
- Çíà÷åíèå ïàðàìåòðà "âðåìÿ" óêàçàíî íå âåðíî.
-OPER_IGNORE_TIME_DONE
- Íèê %s äîáàâëåí â ñïèñîê èãíîðèðîâàíèÿ, ïðîäîëæèòåëüíîñòü èãíîðà: %s.
-OPER_IGNORE_PERM_DONE
- Íèê %s äîáàâëåí â ñïèñîê èãíîðèðîâàíèÿ, ïðîäîëæèòåëüíîñòü èãíîðà: ïîñòîÿííî.
-OPER_IGNORE_DEL_DONE
- Íèê %s óñïåøíî óäàëåí èç ñïèñêà èãíîðèðîâàíèÿ.
-OPER_IGNORE_LIST
- Ñïèñîê èãíîðèðóåìûõ íèêîâ:
-OPER_IGNORE_LIST_NOMATCH
- Íèê %s â ñïèñêå èãíîðèðóåìûõ íå îáíàðóæåí.
-OPER_IGNORE_LIST_EMPTY
- Ñïèñîê èãíîðèðóåìûõ íèêîâ ïóñò.
-OPER_IGNORE_LIST_CLEARED
- Ñïèñîê èãíîðèðóåìûõ íèêîâ ïîëíîñòüþ î÷èùåí.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES íèê
-OPER_KILLCLONES_UNKNOWN_NICK
- Ïîëüçîâàòåëü %s â ñåòè íå îáíàðóæåí.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Ñïèñîê êàíàëîâ:
- Èìÿ Ïîñåòèòåëåé Ðåæèìû Òîïèê
-OPER_CHANLIST_HEADER_USER
- Ñïèñîê êàíàëîâ ïîëüçîâàòåëÿ %s:
- Èìÿ Ïîñåòèòåëåé Ðåæèìû Òîïèê
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Êîíåö ñïèñêà êàíàëîâ.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Ñïèñîê ïîëüçîâàòåëåé:
- Íèê Ìàñêà
-OPER_USERLIST_HEADER_CHAN
- Ñïèñîê ïîëüçîâàòåëåé êàíàëà %s:
- Íèê Ìàñêà
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Êîíåö ñïèñêà ïîëüçîâàòåëåé.
-
-OPER_SUPER_ADMIN_ON
- Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà àêòèâèðîâàí.
-OPER_SUPER_ADMIN_OFF
- Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà äåàêòèâèðîâàí.
-OPER_SUPER_ADMIN_SYNTAX
-  êà÷åñòâå ïàðàìåòðà äëÿ îïöèè SuperAdmin âû äîëæíû óêàçàòü ëèáî ON, ëèáî OFF.
-OPER_SUPER_ADMIN_WALL_ON
- Âñòðå÷àåì íîâîãî Ñóïåð-Àäìèíèñòðàòîðà - %s
-OPER_SUPER_ADMIN_WALL_OFF
- %s ñíÿë ñ ñåáÿ ðåæèì Ñóïåð-Àäìèíèñòðàòîðà.
-OPER_SUPER_ADMIN_ONLY
- Òîëüêî Ñóïåð-Àäìèíèñòðàòîðû ìîãóò èñïîëüçîâàòü ýòó êîìàíäó.
-OPER_STAFF_LIST_HEADER
- Ñòàòóñ Óðîâåíü Íèê
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- Íà äàííûé ìîìåíò ñåðâèñû ðàáîòàþò â DEFCON-ðåæèìå. Ïîâòîðèòå ñâîé çàïðîñ ïîçæå.
-OPER_DEFCON_CHANGED
- DEFCON-ðåæèì àêòèâèðîâàí, óðîâåíü çàùèòû: %d
-OPER_DEFCON_WALL
- %s èçìåíèë óðîâåíü DEFCON íà %d
-DEFCON_GLOBAL
- Óðîâåíü DEFCON òåïåðü ðàâåí %d
-
-# Module strings
-
-OPER_MODULE_LOADED
- Ìîäóëü %s óñïåøíî çàãðóæåí.
-OPER_MODULE_UNLOADED
- Ìîäóëü %s óñïåøíî âûãðóæåí.
-OPER_MODULE_LOAD_FAIL
- Íåâîçìîæíî çàãðóçèòü ìîäóëü %s
-OPER_MODULE_REMOVE_FAIL
- Íåâîçìîæíî âûãðóçèòü ìîäóëü %s
-OPER_MODULE_NO_UNLOAD
- Ýòîò ìîäóëü íå ìîæåò áûòü âûãðóæåí.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD èìÿ_ôàéëà
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD èìÿ_ôàéëà
-OPER_MODULE_LIST_HEADER
- Òåêóùèé ñïèñîê ìîäóëåé:
-OPER_MODULE_LIST
- Ìîäóëü: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- Êîëè÷åñòâî çàãðóæåííûõ ìîäóëåé: %d
-OPER_MODULE_INFO_LIST
- Ìîäóëü: %s Âåðñèÿ: %s Àâòîð: %s Çàãðóæåí: %s
-OPER_MODULE_CMD_LIST
- Ïðåäîñòàâëÿåìàÿ êîìàíäà: %R%s %s
-OPER_MODULE_MSG_LIST
- Ïðåäîñòàâëÿåò IRCD-îáðàáîò÷èê äëÿ: %s
-OPER_MODULE_NO_LIST
- Ñïèñîê ìîäóëåé ïóñò.
-OPER_MODULE_NO_INFO
- Èíôîðìàöèÿ î ìîäóëå %s íåäîñòóïíà.
-OPER_MODULE_INFO_SYNTAX
- MODINFO èìÿ_ôàéëà
-MODULE_HELP_HEADER
- Äàííûé ìîäóëü àâòîìàòè÷åñêè äîáàâèë ñëåäóþùèå êîìàíäû:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD|DEL|MOVE|LIST|VIEW} [ïàðàìåòðû]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ëèìèò ïðè÷èíà
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {ìàñêà | ñïèñîê_çàïèñåé}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE íîìåð ïîçèöèÿ
-OPER_EXCEPTION_DISABLED
- Îãðàíè÷åíèå ñåññèé îòêëþ÷åíî, ñïèñîê èñêëþ÷åíèé íå òðåáóåòñÿ.
-OPER_EXCEPTION_ALREADY_PRESENT
- Ìàñêà %s óæå åñòü â ñïèñêå èñêëþ÷åíèé.
-OPER_EXCEPTION_TOO_MANY
- Ñïèñîê èñêëþ÷åíèé èç ëèìèòà ñåññèé ïåðåïîëíåí!
-OPER_EXCEPTION_ADDED
- Ëèìèò ñåññèé äëÿ %s óñòàíîâëåí íà %d.
-OPER_EXCEPTION_MOVED
- Èñêëþ÷åíèå äëÿ %s (#%d) ïåðåìåùåíî â ïîçèöèþ %d.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- Çàïèñü ïîä íîìåðîì #%d â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíà.
-OPER_EXCEPTION_NOT_FOUND
- Çàïèñü âèäà %s â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíà.
-OPER_EXCEPTION_NO_MATCH
- Ñîâïàäàþùèõ çíà÷åíèé â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé íå îáíàðóæåíî.
-OPER_EXCEPTION_DELETED
- Çàïèñü âèäà %s óñïåøíî óäàëåíà èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé.
-OPER_EXCEPTION_DELETED_ONE
- Óäàëåíà 1 çàïèñü èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé.
-OPER_EXCEPTION_DELETED_SEVERAL
- Óäàëåíî %d çàïèñåé èç ñïèñêà èñêëþ÷åíèé ëèìèòà ñåññèé.
-OPER_EXCEPTION_LIST_HEADER
- Òåêóùèé ñïèñîê èñêëþ÷åíèé èç ëèìèòà ñåññèé:
-# ìàñêà, ëèìèò
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Íîìåð Ëèìèò Õîñò
-# ìåñêà, ïîñòàâèë, êîãäà, èñòåêàåò, ëèìèò, ïðè÷èíà
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Ëèìèò: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Íåêîððåêòíîå çíà÷åíèå ëèìèòà. Îíî äîëæíî áûòü öåëûì ÷èñëîì, áîëüøå èëè ðàâíûì íóëþ, è ìåíüøå %d.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Óêàçàíà íåêîððåêòíàÿ õîñòìàñêà. Òîëüêî ðåàëüíûé õîñò, íå ñîäåðæàùèé íèêîâ è èäåíòîâ ïîëüçîâàòåëåé, ìîæåò áûòü äîáàâëåí â ñïèñîê èñêëþ÷åíèÿ.
-OPER_EXCEPTION_EXISTS
- Çàïèñü âèäà %s óæå ïðèñóòñòâóåò â ñïèñêå èñêëþ÷åíèé èç ëèìèòà ñåññèé.
-OPER_EXCEPTION_CHANGED
- Ëèìèò ñåññèé äëÿ çàïèñè âèäà %s áûë èçìåíåí íà %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST ëèìèò | VIEW õîñò}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST ëèìèò
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW õîñò
-OPER_SESSION_DISABLED
- Îãðàíè÷åíèå ïî êîëè÷åñòâó ñåññèé îòêëþ÷åíî.
-OPER_SESSION_INVALID_THRESHOLD
- Íåêîððåêòíîå çíà÷åíèå äëÿ ïîðîãà ñåññèé.  êà÷åñòâå ïàðàìåòðà äîëæíî áûòü öåëîå ÷èñëî >1.
-OPER_SESSION_NOT_FOUND
- Õîñò âèäà %s â ñïèñêå ñåññèé íå ÷èñëèòñÿ.
-OPER_SESSION_LIST_HEADER
- Ñïèñîê õîñòîâ ñ êîëè÷åñòâîì ñåññèé %d è áîëåå:
-OPER_SESSION_LIST_COLHEAD
- Ñåññèè Õîñò
-# ëèìèò, õîñò
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# õîñò, ñåññèè, ëèìèò
-OPER_SESSION_VIEW_FORMAT
- Êîëè÷åñòâî ñåññèé ñ õîñòà %s: %d, äîïóñòèìûé ìàêñèìóì äëÿ äàííîãî õîñòà: %d
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Ñèíòàêñèñ: EXCEPTION ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ëèìèò ïðè÷èíà
- EXCEPTION DEL {ìàñêà | ñïèñîê_çàïèñåé}
- EXCEPTION MOVE íîìåð ïîçèöèÿ
- EXCEPTION LIST [ìàñêà | ñïèñîê_çàïèñåé]
- EXCEPTION VIEW [ìàñêà | ñïèñîê_çàïèñåé]
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì õîñòîâ, êîòîðûå
- áóäóò èìåòü îòäåëüíî óêàçàííûå îãðàíè÷åíèÿ íà êîëè÷åñòâî ñåññèé.
- Âîçìîæíîñòè ñïèñêà èñêëþ÷åíèé ïîçâîëÿþò ðàçðåøèòü îïðåäåëåííûì õîñòàì
- (øåëëîâ èëè BNC) èìåòü áîëüøåå êîëè÷åñòâî êëèåíòîâ îäíîâðåìåííî,
- íåæåëè ðàçðåøåíî ïî-óìîë÷àíèþ. Êàê òîëüêî êîëè÷åñòâî ñåññèé ñ õîñòà
- äîñòèãíåò óñòàíîâëåííîãî ëèìèòà, âñå ïîñëåäóþùèå êëèåíòû, ïûòàþùèåñÿ
- ïîäêëþ÷èòüñÿ ñ äàííîãî õîñòà, áóäóò àâòîìàòè÷åñêè îòêëþ÷àòüñÿ.
- Ïåðåä îòêëþ÷åíèåì, ïîëüçîâàòåëü ïîëó÷èò óâåäîìëåíèå îò %S
- î òîì, ÷òî ñ åãî õîñòà ïðåâûøåí ëèìèò ïîäêëþ÷åíèé. Òåêò ñîîáùåíèÿ
- ìîæíî èçìåíèòü â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ.
-
- Êîìàíäà EXCEPTION ADD ïîçâîëÿåò äîáàâèòü óêàçàííóþ ìàñêó â ñïèñîê
- èñêëþ÷åíèé. Ó÷òèòå, ÷òî îáùèå õîñòìàñòêè âèäà íèê!èäåíò@õîñò èëè
- èäåíò@õîñò íåäîïóñòèìû! Âû äîëæíû óêàçûâàòü òîëüêî ðåàëüíûå õîñòû
- âèäà box.host.dom è *.host.dom, òàê êàê îãðàíè÷åíèå ñåññèé íå
- èñïîëüçóåò ïðè ïðîâåðêå íèêè è/èëè èäåíòû. Çíà÷åíèå ëèìèòà äîëæíî
- áûòü öåëûì ÷èñëîì, áîëüøå èëè ðàâíûì íóëþ. Äàííûé ïàðàìåòð îïðåäåëÿåò,
- êàê ìíîãî ñåññèé äàííûé õîñò ìîæåò èñïîëüçîâàòü îäíîâðåìåííî.
- Óñòàíîâêà ýòîãî çíà÷åíèÿ ðàâíûì 0 ïîçâîëèò õîñòó èìåòü íåîãðàíè÷åííîå
- ÷èñëî ñåññèé. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ñðîêå èñòå÷åíèÿ ñì.
- ñïðàâêó ïî êîìàíäå AKILL.
-
- Êîìàíäà EXCEPTION DEL ïîçâîëÿåò óäàëèòü óêàçàííóþ ìàñêó (èëè
- äèàïàçîí çàïèñåé) èç ñïèñêà èñêëþ÷åíèé.
-
- Êîìàíäà EXCEPTION MOVE ïîçâîëÿåò ïåðåìåñòèòü óêàçàííîå èñêëþ÷åíèå
- ïîä óêàçàííûì íîìåðîì íà óêàçàííóþ ïîçèöèþ. Ñîîòâåòñòâåííî, n-îå
- êîëè÷åñòâî çàïèñåé ñïèñêà èñêëþ÷åíèé áóäåò ñäâèíóòî âûøå èëè íèæå,
- ÷òîáû çàïîëíèòü îáðàçîâàâøèéñÿ ïðîìåæóòîê.
-
- Êîìàíäû EXCEPTION LIST è EXCEPTION VIEW ïîçâîëÿþò ïîëó÷èòü òåêóùèé
- ñïèñîê èñêëþ÷åíèé. Åñëè â êà÷åñòâå ïàðàìåòðà óêàçàíà ìàñêà, áóäóò
- îòîáðàæåíû òîëüêî ñîâïàäàþùèå ñ íåé çàïèñè.
-
- Êîìàíäà EXCEPTION VIEW ïîçâîëÿåò ïîëó÷èòü áîëåå ïîäðîáíóþ èíôîðìàöèþ
- îá èñêëþ÷åíèè: íèê äîáàâèâøåãî çàïèñü, óñòàíîâëåííûé ëèìèò, óêàçàííóþ
- ïðè óñòàíîâêå ïðè÷èíó, ñàì õîñò, ñðîê èñòå÷åíèÿ çàïèñè è äàòó åå
- ñîçäàíèÿ.
-
- Ñòîèò çàìåòèòü, ÷òî ñåðâèñû áóäóò èñïîëüçîâàòü çíà÷åíèÿ ïåðâîé æå
- ñîâïàäàþùåé çàïèñè èç ñïèñêà èñêëþ÷åíèé äëÿ ïîïàäàþùåãî ïîä óñëîâèÿ
- õîñòà. Ñëèøêîì áîëüøîé ñïèñîê èñêëþ÷åíèé ñ øèðîêèìè ìàñêàìè â
- äîñòàòî÷íîé ìåðå âëèÿåò íà ïðîèçâîäèòåëüíîñòü ñåðâèñîâ.
-
-OPER_HELP_SESSION
- Ñèíòàêñèñ: SESSION LIST ïîðîã
- SESSION VIEW õîñò
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ ïðîñìàòðèâàòü ñïèñîê ñåññèé.
-
- Êîìàíäà SESSION LIST ïîçâîëÿåò ïîëó÷èòü ñïèñîê õîñòîâ ñ êîëè÷åñòâîì
- ñåññèé áîëüøèì èëè ðàâíûì ïîðîãó. Çíà÷åíèå ïîðîãà äîëæíî áûòü
- öåëûì ÷èñëîì è áîëüøå 1. Ýòî ïîçâîëèò èçáåæàòü ñëèøêîì áîëüøîãî ñïèñêà
- õîñòîâ ñ åäèíè÷íûì êîëè÷åñòâîì ñåññèé.
-
- Êîìàíäà SESSION VIEW ïîêàæåò äåòàëüíóþ èíôîðìàöèþ îá óêàçàííîì
- õîñòå - òåêóùåå êîëè÷åñòîâ ñåññèé è îãðàíè÷åíèå äëÿ óêàçàííîãî õîñòà.
- Ïîìíèòå, ÷òî óêàçàííûé õîñò íå äîëæåí âêëþ÷àòü â ñåáÿ ïîäñòàíîâî÷íûå
- ñèìâîëû âèäà '*' è '?'.
-
- Ñì. EXCEPTION HELP äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ëèìèòèðîâàíèè
- ñåññèé è êàê óñòàíîâèòü îòäåëüíûé ëèìèò ñåññèé äëÿ îïðåäåëåííîãî
- õîñòà èëè ãðóïïû õîñòîâ.
-
-OPER_HELP_STAFF
- Ñèíòàêñèñ: STAFF
-
- Âûâîäèò ñïèñîê ïðèâèëåãèðîâàííûõ íà ñåðâèñàõ ïîëüçîâàòåëåé (òàêèõ
- êàê Àäìèíèñòðàòîðû èëè Îïåðàòîðû ñåðâèñîâ) è èõ òåêóùèé ñòàòóñ.
-
-OPER_HELP_DEFCON
- Ñèíòàêñèñ: DEFCON [1|2|3|4|5]
-
- Ñèñòåìà DEFCON ïîçâîëÿåò âàì óñòàíàâëèâàòü îïðåäåëåííûå ãëîáàëüíûå
- îãðàíè÷åíèÿ â ñåòè ñî ñòîðîíû ñåðâèñîâ. Äàííûå îãðàíè÷åíèÿ ìîãóò
- êàñàòüñÿ íå òîëüêî ðàáîòû ñàìèõ ñåðâèñîâ, íî è ôóíêöèîíèðîâàíèÿ ñåòè
- â öåëîì, ÷òî, ïîðîþ, âåñüìà ïîëåçíî ïðè ðàçíîãî ðîäà àòàêàõ íà ñåòü.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * Çàïðåò íà ðåãèñòðàöèþ êàíàëîâ.
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * Çàïðåò íà ðåãèñòðàöèþ íèêîâ.
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * Çàïðåò íà èçìåíåíèå ïàðàìåòðîâ MLOCK.
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Ïðèíóäèòåëüíàÿ óñòàíîâêà ðåæèìîâ %s íà âñå êàíàëû ñåòè.
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Óìåíüøåíèå ëèìèòà ñåññèé ñ îäíîãî õîñòà äî %d.
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Àâòîìàòè÷åñêîå îòêëþ÷åíèå îò ñåòè âñåõ íîâûõ êëèåíòîâ.
-OPER_HELP_DEFCON_OPER_ONLY
- * Èãíîðèðîâàíèå ïðîñòûõ ïîëüçîâàòåëåé ñ îïîâåùåíèåì èõ îá ýòîì.
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Èãíîðèðîâàíèå ïðîñòûõ ïîëüçîâàòåëåé áåç óâåäîìëåíèÿ èõ îá ýòîì.
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * Àâòîìàòè÷åñêàÿ óñòàíîâêà AKILL'îâ íà âñåõ íîâûõ êëèåíòîâ.
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * Çàïðåò íà îòïðàâêó ìåìî-ñîîáùåíèé.
-
-OPER_HELP_CHANKILL
- Ñèíòàêñèñ: CHANKILL [+ñðîê_èñòå÷åíèÿ] #êàíàë ïðè÷èíà
-
- Äîáàâëÿåò â AKILL-ñïèñîê âñåõ ïîëüçîâàòåëåé óêàçàííîãî êàíàëà ñ
- óêàçàííîé ïðè÷èíîé íà óêàçàííûé ïðîìåæóòîê âðåìåíè.  êà÷åñòâå ìàñêè
- AKILL'îâ áóäóò èñïîëüçîâàíû ìàñêè ïîñåòèòåëåé êàíàëà âèäà èäåíò@õîñò.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Íîâîñòè ñåòè - %s] %s
-NEWS_OPER_TEXT
- [Îïåð-íîâîñòè - %s] %s
-NEWS_RANDOM_TEXT
- [Ñëó÷àéíàÿ íîâîñòü - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]
-NEWS_LOGON_LIST_HEADER
- Òåêóùèå ñïèñîê íîâîñòåé:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s îò %s)
- %s
-NEWS_LOGON_LIST_NONE
- Ñïèñîê íîâîñòåé ïóñò.
-NEWS_LOGON_ADD_SYNTAX
- Ñèíòàêñèñ: LOGONNEWS ADD òåêñò
-NEWS_LOGON_ADD_FULL
- Ñïèñîê íîâîñòåé ïåðåïîëíåí.
-NEWS_LOGON_ADDED
- Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d
-NEWS_LOGON_DEL_SYNTAX
- Ñèíòàêñèñ: LOGONNEWS DEL {íîìåð | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà.
-NEWS_LOGON_DELETED
- Íîâîñòü ïîä íîìåðîì #%d óäàëåíà.
-NEWS_LOGON_DEL_NONE
- Ñïèñîê íîâîñòåé ïóñò, óäàëÿòü íå÷åãî.
-NEWS_LOGON_DELETED_ALL
- Ñïèñîê íîâîñòåé ïîëíîñòüþ î÷èùåí.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]
-NEWS_OPER_LIST_HEADER
- Ñïèñîê íîâîñòåé äëÿ IRC-îïåðàòîðîâ:
-NEWS_OPER_LIST_ENTRY
- %5d (%s îò %s)
- %s
-NEWS_OPER_LIST_NONE
- Ñïèñîê îïåð-íîâîñòåé ïóñò.
-NEWS_OPER_ADD_SYNTAX
- Ñèíòàêñèñ: OPERNEWS ADD òåêñò
-NEWS_OPER_ADD_FULL
- Ñïèñîê îïåð-íîâîñòåé ïåðåïîëíåí.
-NEWS_OPER_ADDED
- Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d
-NEWS_OPER_DEL_SYNTAX
- Ñèíòàêñèñ: OPERNEWS DEL {íîìåð | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà.
-NEWS_OPER_DELETED
- Íîâîñòü ïîä íîìåðîì #%d óäàëåíà.
-NEWS_OPER_DEL_NONE
- Ñïèñîê îïåð-íîâîñòåé ïóñò, óäàëÿòü íå÷åãî.
-NEWS_OPER_DELETED_ALL
- Ñïèñîê íîâîñòåé äëÿ îïåðàòîðîâ ïîëíîñòüþ î÷èùåí.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [òåêñò|íîìåð]
-NEWS_RANDOM_LIST_HEADER
- Ñïèñîê ñëó÷àéíûõ íîâîñòåé:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s îò %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïóñò.
-NEWS_RANDOM_ADD_SYNTAX
- Ñèíòàêñèñ: RANDOMNEWS ADD òåêñò
-NEWS_RANDOM_ADD_FULL
- Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïåðåïîëíåí.
-NEWS_RANDOM_ADDED
- Íîâîñòü óñïåøíî äîáàâëåíà, åå íîìåð: #%d
-NEWS_RANDOM_DEL_SYNTAX
- Ñèíòàêñèñ: RANDOMNEWS DEL {íîìåð | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- Íîâîñòü ïîä íîìåðîì #%d íå îáíàðóæåíà.
-NEWS_RANDOM_DELETED
- Íîâîñòü ïîä íîìåðîì #%d óäàëåíà.
-NEWS_RANDOM_DEL_NONE
- Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïóñò, óäàëÿòü íå÷åãî.
-NEWS_RANDOM_DELETED_ALL
- Ñïèñîê ñëó÷àéíûõ íîâîñòåé ïîëíîñòüþ î÷èùåí.
-
-NEWS_HELP_LOGON
- Ñèíòàêñèñ: LOGONNEWS ADD òåêñò
- LOGONNEWS DEL {íîìåð | ALL}
- LOGONNEWS LIST
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì íîâîñòåé, êîòîðûå áóäóò àâòîìàòè÷åñêè
- âûäàâàòüñÿ ïîëüçîâàòåëþ ñðàçó æå, êàê òîëüêî îí ïîäêëþ÷èòñÿ ê ñåòè.
- Ñòîèò çàìåòèòü, ÷òî âî èçáåæàíèå ôëóäà ïîëüçîâàòåëü ïîëó÷èò òîëüêî
- %d íîâîñòü(è), òàê ÷òî åñëè ó âàñ â ñïèñêå èõ áîëüøå - ïîêàçàíû
- áóäóò òîëüêî ïîñëåäíèå èç íèõ. Çíà÷åíèå NewsCount, îòâå÷àþùåå çà
- îäíîâðåìåííî ïîñûëàåìîå êîë-âî íîâîñòåé, óêàçûâàåòñÿ â services.conf
-
- Êîìàíäà LOGONNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.
-
- Êîìàíäà LOGONNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â
- êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü
- îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Ñèíòàêñèñ: OPERNEWS ADD òåêñò
- OPERNEWS DEL {íîìåð | ALL}
- OPERNEWS LIST
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì íîâîñòåé äëÿ IRC-Îïåðàòîðîâ. Êàê òîëüêî
- ïîëüçîâàòåëü ïîëó÷èò ñòàòóñ IRC-îïåðàòîðà (èñïîëüçîâàâ êîìàíäó /OPER),
- äàííûå ñîîáùåíèÿ áóäóò åìó îòïðàâëåíû àâòîìàòè÷åñêè.
- Ñòîèò çàìåòèòü, ÷òî âî èçáåæàíèå ôëóäà ïîëüçîâàòåëü ïîëó÷èò òîëüêî
- %d íîâîñòü(è), òàê ÷òî åñëè ó âàñ â ñïèñêå èõ áîëüøå - ïîêàçàíû
- áóäóò òîëüêî ïîñëåäíèå èç íèõ. Çíà÷åíèå NewsCount, îòâå÷àþùåå çà
- îäíîâðåìåííî ïîñûëàåìîå êîë-âî íîâîñòåé, óêàçûâàåòñÿ â services.conf
-
- Êîìàíäà OPERNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.
-
- Êîìàíäà OPERNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â
- êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü
- îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Ñèíòàêñèñ: RANDOMNEWS ADD òåêñò
- RANDOMNEWS DEL {òåêñò | ALL}
- RANDOMNEWS LIST
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì ñëó÷àéíûõ íîâîñòåé.
- Êàê òîëüêî ïîëüçîâàòåëü óñïåøíî ïîäêëþ÷èòñÿ ê IRC-ñåòè, îäíà (è
- òîëüêî îäíà) èç ñëó÷àéíûõ íîâîñòåé áóäåò âûáðàíà ñåðâèñàìè íàóãàä è
- îòïðàâëåíà åìó.
-
- Êîìàíäà RANDOMNEWS ADD ïîçâîëÿåò äîáàâèòü íîâîñòü â ñïèñîê.
-
- Êîìàíäà RANDOMNEWS DEL ïîçâîëÿåò óäàëèòü íîâîñòü èç ñïèñêà. Â
- êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íîìåð íîâîñòè - ÷òî áû óäàëèòü
- îäíó íîâîñòü, èëè ALL - ÷òî áû î÷èñòèòü ñïèñîê íîâîñòåé ïîëíîñòüþ.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-
-NICK_HELP_CMD_CONFIRM
- CONFIRM Ïîäòâåðæäåíèå ðåãèñòðàöèè êîäîì àóòåíôèêàöèè
-NICK_HELP_CMD_RESEND
- RESEND Ïîâòîðíûé çàïðîñ auth-êîäà íà email
-NICK_HELP_CMD_REGISTER
- REGISTER Ðåãèñòðàöèÿ íèêà
-NICK_HELP_CMD_GROUP
- GROUP Îáúåäèíåíèå íèêîâ â ãðóïïû
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Èäåíòèôèêàöèÿ ê íèêó â êà÷åñòâå âëàäåëüöà
-NICK_HELP_CMD_ACCESS
- ACCESS Óïðàâëåíèå ACCESS-ñïèñêîì íèêà (ñïèñêîì õîñòìàñîê)
-NICK_HELP_CMD_SET
- SET Íàñòðîéêà îïöèé íèêà, âêëþ÷àÿ çàùèòó KILL'îì
-NICK_HELP_CMD_SASET
- SASET Óñòàíîâêà ðàçëè÷íûõ îïöèé êàêîãî-ëèáî íèêà
-NICK_HELP_CMD_DROP
- DROP Îòìåíà ðåãèñòðàöèè íèêà (óäàëåíèå)
-NICK_HELP_CMD_RECOVER
- RECOVER Îñâîáîæäåíèå âàøåãî íèêà îò èñïîëüçîâàíèÿ åãî êåì-òî äðóãèì
-NICK_HELP_CMD_RELEASE
- RELEASE Ñíÿòèå çàùèòû ñåðâèñîâ ñ âàøåãî íèêà ïîñëå êîìàíäû RECOVER
-NICK_HELP_CMD_SENDPASS
- SENDPASS Çàïðîñ ïàðîëÿ îò íèêà íà email-àäðåñ
-NICK_HELP_CMD_GHOST
- GHOST Îòêëþ÷åíèå "ìåðòâîé" IRC-ñåññèé ñ âàøèì íèêîì
-NICK_HELP_CMD_ALIST
- ALIST Âûâîä ñïèñêà êàíàëîâ, íà êîòîðûõ ó âàñ åñòü äîñòóï
-NICK_HELP_CMD_GLIST
- GLIST Ñïèñîê âñåõ íèêîâ â âàøåé ãðóïïå
-NICK_HELP_CMD_INFO
- INFO Èíôîðìàöèÿ î êàêîì-ëèáî íèêå
-NICK_HELP_CMD_LIST
- LIST Ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ ïî ìàñêå
-NICK_HELP_CMD_LOGOUT
- LOGOUT Äåèäåíòèôèêàöèÿ îò èñïîëüçóåìîãî íà äàííûé ìîìåíò íèêà
-NICK_HELP_CMD_STATUS
- STATUS Çàïðîñ ñòàòóñà èäåíòèôèêàöèè óêàçàííîãî íèêà íà ñåðâèñàõ
-NICK_HELP_CMD_UPDATE
- UPDATE Îáíîâëåíèå âàøåãî òåêóùåãî ñòàòóñà íà ñåðâèñàõ
-NICK_HELP_CMD_GETPASS
- GETPASS Çàïðîñ ïàðîëÿ óêàçàííîãî íèêà
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Çàïðîñ ñïèñêà âñåõ íèêîâ ñ óêàçàííûì email
-NICK_HELP_CMD_FORBID
- FORBID Óñòàíîâêà çàïðåòà íà èñïîëüçîâàíèå/ðåãèñòðàöèþ íèêà
-NICK_HELP_CMD_SUSPEND
- SUSPEND Óñòàíîâêà ðåæèìà ñàñïåíäà ("çàìîðîçêè") íà íèê
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Ñíÿòèå ðåæèìà ñàñïåíäà ñ íèêà
-
-NICK_HELP
- %S - ýòî ñåðâèñ, ïðåäíàçíà÷åííûé äëÿ "ðåãèñòðàöèè" âàøåãî
- íèêà è çàùèòû åãî îò èñïîëüçîâàíèÿ åùå êåì-ëèáî êðîìå âàñ. Íèæå
- ïðåäñòàâëåí ñïèñîê êîìàíä, ïîçâîëÿþùèõ îñóùåñòâëÿòü ðåãèñòðàöèþ è
- íàñòðîéêó íèêîâ. ×òîáû èñïîëüçîâàòü êîìàíäó, ïîøëèòå çàïðîñ âèäà
- %R%S êîìàíäà.
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî êàêîé-ëèáî êîìàíäå èñïîëüçóéòå:
- %R%S HELP êîìàíäà.
-
-
-NICK_HELP_FOOTER
-
- Ïðèìå÷àíèå: ãëàâíîå è îñíîâíîå ïðåäíàçíà÷åíèå %S - ãàðàíòèÿ
- ïîäëèííîñòè òîãî èëè èíîãî ïîëüçîâàòåëÿ IRC-ñåòè è çàùèòà åãî íèêà
- îò èñïîëüçîâàíèÿ ïîñòîðîííèì ëèöîì. Ëþáûå ïîïûòêè çëîóïîòðåáëåíèÿ
- %S, òàêèå êàê: âîðîâñòâî íèêîâ, çàõâàò áîëüøîãî êîëè÷åñòâà
- íèêîâ è äðóãèå çëîíàìåðåííûå äåéñòâèÿ - ïðèâåäóò, êàê ìèíèìóì, ê
- óíè÷òîæåíèþ ýòèõ ñàìûõ íèêîâ.
-
-NICK_HELP_EXPIRES
-
- Ïîìíèòå, ÷òî íåèñïîëüçóåìûå â òå÷åíèå äëèòåëüíîãî ïåðèîäà íèêè
- àâòîìàòè÷åñêè óäàëÿþòñÿ èç áàçû äàííûõ. Ñðîê ñóùåñòâîâàíèÿ íåàêòèâíûõ
- íèêîâ: %d äíåé.
-
-NICK_HELP_REGISTER
- Ñèíòàêñèñ: REGISTER ïàðîëü [email]
-
- Ïîçâîëÿåò çàðåãèñòðèðîâàòü âàø òåêóùèé íèê â áàçå äàííûõ %S.
- Ïîñëå óñïåøíîé åãî ðåãèñòðàöèè, âû ìîæåòå èñïîëüçîâàòü êîìàíäû
- SET è ACCESS ÷òî áû ñêîíôèãóðèðîâàòü ïàðàìåòðû íèêà òàê, êàê
- âàì áóäåò óãîäíî. Ïîñòàðàéòåñü íå çàáûòü óêàçàííûé ïðè ðåãèñòðàöèè
- ïàðîëü - îí ïîíàäîáèòñÿ âàì äëÿ äàëüíåéøåãî èñïîëüçîâàíèÿ íèêà!
-
- Ïðèíöèïû âûáîðà ïàðîëÿ:
- Ïàðîëè íå äîëæíû áûòü ëåãêî óãàäûâàåìû. Íàïðèìåð, èñïîëüçîâàíèå
- âàøåãî ðåàëüíîãî èìåíè â êà÷åñòâå ïàðîëÿ - ïëîõàÿ èäåÿ.
- Èñïîëüçîâàíèå âàøåãî íèêà â êà÷åñòâå ïàðîëÿ - ñîâñåì ïëîõàÿ èäåÿ,
- %S ïðîñòî-íàïðîñòî íå äîïóñòèò ýòîãî. Òàêæå, êîðîòêèå ïàðîëè
- î÷åíü ëåãêî ïîäáèðàþòñÿ ïðîñòûì ïåðåáîðîì, ïîýòîìó äëèíà ïàðîëÿ
- äîëæíà áûòü áîëüøå 5 ñèìâîëîâ. Ïðîáåëû è çíàêè òàáóëÿöèè â ïàðîëå
- íåäîïóñòèìû, âû ìîæåòå èñïîëüçîâàòü òîëüêî ëàòèíñêèå áóêâû è öèôðû.
- Ïðèìå÷àíèå: âñå ïàðîëè ÷óâñòâèòåëüíû ê ðåãèñòðó! MYPASSWORD,
- MyPassword, è mypassword - ýòî ðàçíûå ïàðîëè!
-
- Óêàçàííûé â êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà email áóäåò
- àâòîìàòè÷åñêè àññîöèèðîâàí ñ ðåãèñòðèðóåìûì íèêîì. Äàííûé ïàðàìåòð
- ìîæåò áûòü êàê îïöèîíàëüíûì, òàê è îáÿçàòåëüíûì - ýòî çàâèñèò îò
- òðåáîâàíèé è íàñòðîåê IRC-ñåòè.
- Âû ìîæåòå íå áåñïîêîèòüñÿ î ïðèâàòíîñòè âàøåãî email-àäðåñà - íèêòî
- èç ïîñòîðîííèõ ëèö åãî íå ïîëó÷èò.
-
- Òàê æå, ðåãèñòðàöèÿ íîâîãî íèêà àâòîìàòè÷åñêè ñîçäàåò äëÿ íåãî íîâóþ
- ãðóïïó. Âîçìîæíîñòè ãðóïï íèêîâ ïîçâîëÿþò âàì èìåòü íåñêîëüêî íèêîâ
- ñ îáùåé äëÿ íèõ èíôîðìàöèåé, íàñòðîéêàìè, ñïèñêîì äîñòóïà. Äëÿ áîëåå
- ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP GROUP
-
-NICK_HELP_GROUP
- Ñèíòàêñèñ: GROUP ãëàâíûé_íèê ïàðîëü
-
- Äàííàÿ êîìàíäà ïîçâîëÿåò âàì ïðèñîåäèíèòü âàø òåêóùèé íèê ê ãðóïïå
- ãëàâíîãî_íèêà.  êà÷åñòâå ïàðîëÿ âàì íåîáõîäèìî óêàçàòü ïàðîëü
- ãëàâíîãî íèêà.
-
- Èñïîëüçîâàíèå ãðóïï äàåò âàì âîçìîæíîñòü îáúåäèíèòü íåñêîëüêî íèêîâ
- â îäíó ãðóïïó ñ åäèíûìè íàñòðîéêàìè è ïðèâèëåãèÿìè íà êàíàëàõ,
- åäèíûìè àññîöèèðîâàííûìè äàííûìè è ïàðîëåì, åäèíûì ñïèñêîì ñîîáùåíèé.
- Ãðóïïà ñóùåñòâóåò è àêòèâíà ïîêà èñïîëüçóåòñÿ. Äàæå åñëè âû óäàëèòå
- îäèí èç íèêîâ ãðóïïû, âñå âûøåîïèñàííûå äàííûå (íó è ñàìà ðåãèñòðàöèÿ)
- áóäóò ñóùåñòâîâàòü äî òåõ ïîð, ïîêà â ãðóïïå åñòü õîòÿ áû 1 íèê.
-
- Âû ìîæåòå èñïîëüçîâàòü ýòó êîìàíäó äàæå åñëè âàø òåêóùèé íèê âñå åùå
- íåçàðåãèñòðèðîâàí.  ïðîòèâíîì ñëó÷àå, äëÿ èñïîëüçîâàíèÿ îïèñûâàåìîé
- êîìàíäû âàì íåîáõîäèìî áóäåò èäåíòèôèöèðîâàòüñÿ ê ãðóïïèðóåìîìó íèêó.
- Ñì. %R%S HELP IDENTIFY äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.
- Ïðèìå÷àíèå: âîçìîæíîñòü ãðóïïèðîâêè óæå çàðåãèñòðèðîâàííûõ íèêîâ
- ìîæåò áûòü íåäîñòóïíà â âàøåé IRC-ñåòè.
-
- Îïòèìàëüíûì âàðèàíòîì áóäåò îáúåäèíåíèå åùå íå çàðåãèñòðèðîâàííûõ
- íèêîâ ñ óæå çàðåãèñòðèðîâàííûì (îíè óêàçûâàþòñÿ êàê ãëàâíûé íèê).
-  ïðîòèâíîì ñëó÷àå, âñå äàííûå ãðóïïèðóåìîãî íèêà áóäóò óíè÷òîæåíû
- â ïðîöåññå îáúåäèíåíèÿ äâóõ íèêîâ. Èìåííî ïîýòîìó, ñëèÿíèå ãðóïï -
- íåâîçìîæíî. Îäèí çàðåãèñòðèðîâàííûé íèê, íå ñîñòîÿùèé íè â îäíîé
- ãðóïïå - óæå îáðàçóåò ãðóïïó. È íàõîäèòñÿ â äâóõ ãðóïïàõ ýòîò íèê
- íèêàê íåìîæåò.
- Ïðèìå÷àíèå 2: ó âñåõ íèêîâ â ãðóïïå - åäèíûé ïàðîëü.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Ñèíòàêñèñ: IDENTIFY [account] ïàðîëü
-
- Ïîçâîëÿåò âàì èäåíòèôèöèðîâàòüñÿ íà %S ê çàðåãèñòðèðîâàííîìó
- ðàíåå íèêó. Áîëüøèíñòâî ñåðâèñíûõ êîìàíä, òàêèå êàê SET, OP, BAN
- è ò. ä., òðåáóþò èäåíòèôèêàöèè ïåðåä èñïîëüçîâàíèåì.  êà÷åñòâå
- ïàðîëÿ âû äîëæíû óêàçàòü òîò ñàìûé ïàðîëü, êîòîðûé óêàçûâàëè ïðè
- ðåãèñòðàöèè âàøåãî íèêà.
-
-NICK_HELP_UPDATE
- Ñèíòàêñèñ: UPDATE
-
- Îáíîâëÿåò âàø òåêóùèé ñòàòóñ íà ñåðâèñàõ, â ÷àñòíîñòè, ïðîâåðÿåò íà
- íàëè÷èå íîâûõ ìåìî-ñîîáùåíèé, óñòàíàâëèâàåò íåîáõîäèìûå ðåæèìû íà
- âñåõ êàíàëàõ, ãäå ó âàñ åñòü ñòàòóñ (ModeonID), îáíîâëÿåò âàøè
- âèðòóàëüíûå õîñòû è íàñòðîéêè (äàòà ïîñëåäíåãî ïîñåùåíèÿ IRC, è ò.ä.).
-
-NICK_HELP_LOGOUT
- Ñèíòàêñèñ: LOGOUT
-
- Äàííàÿ êîìàíäà èìååò ýôôåêò, îáðàòíûé ýôôåêòó êîìàíäû IDENTIFY,
- òî åñòü: ñíèìàåò ñ âàñ ñòàòóñ âëàäåëüöà íèêà (äåèäåíòèôèöèðóåò).
- Ïðèìå÷àíèå: òåì íå ìåíåå, ïîñëå èñïîëüçîâàíèÿ äàííîé êîìàíäû,
- ñåðâèñû íå ïîøëþò âàì çàïðîñ î íåîáõîäèìîñòè èäåíòèôèêàöèè ê íèêó.
-
-NICK_HELP_DROP
- Ñèíòàêñèñ: DROP [íèê]
-
- Óäàëÿåò âàø íèê èç áàçû äàííûõ %S. Óäàëåííûé òàêèì îáðàçîì íèê
- ñíîâà ñòàíîâèòñÿ ñâîáîäíûì äëÿ ðåãèñòðàöèè.
-
- Èñïîëüçîâàíèå íèêà â êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà
- ïîçâîëÿåò âàì óäàëÿòü íèê â ïðåäåëàõ âàøåé ãðóïïû.
-
- ×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû áûòü èäåíòèôèöèðîâàíû
- ê óäàëÿåìîñó íèêó (èëè ãðóïïå íèêîâ). Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè
- ñì. %R%S HELP IDENTIFY
-
-NICK_HELP_ACCESS
- Ñèíòàêñèñ: ACCESS ADD ìàñêà
- ACCESS DEL ìàñêà
- ACCESS LIST
-
- Ïîçâîëÿåò ïðîñìàòðèâàòü/èçìåíÿòü ñïèñîê ìàñîê äîñòóïà íà âàø íèê.
- Èìååòñÿ ââèäó ñïèñîê õîñòìàñîê âèäà èäåíò@õîñò, ñ êîòîðûõ %S
- ïîçâîëèò èñïîëüçîâàòü âàø íèê äàæå áåç è äåíòèôèêàöèè ê íåìó.
-  ïðîòèâíîì ñëó÷àå, ÷òîáû èñïîëüçîâàòü íèê ñ õîñòìàñêè êîòîðàÿ íå
- ïðèñóòñòâóåò â ñïèñîêå äîñòóïà, âàì íåîáõîäèìî áóäåò èñïîëüçîâàòü
- êîìàíäó IDENTIFY äëÿ èäåíòèôèêàöèè íà %S.
-
- Ïðèìåðû:
-
- ACCESS ADD anyone@*.set.ru
- ïîçâîëÿåò èñïîëüçîâàòü íèê âñåì, êòî èìååò èäåíò anyone
- è ÷åé õîñò ïîïàäàåò ïîä ìàñêó *.set.ru.
- ACCESS DEL anyone@*.set.ru
- àíòîíèì ïðåäûäóùåé êîìàíäû - óäàëÿåò ìàñêó èç ñïèñêà.
- ACCESS LIST
- âûâîäèò òåêóùèé ñïèñîê "äîâåðåííûõ" õîñòìàñîê.
-
-NICK_HELP_SET_HEAD
- Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòðû
-
- Êîìàíäà SET ïîçâîëÿåò âàì íàñòðîèòü ðàçëè÷íûå îïöèè íèêà.
- Ñïèñîê îïöèé:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY óñòàíîâêà ãëàâíîãî íèêà ãðóïïû
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD èçìåíåíèå òåêóùåãî ïàðîëÿ íà íèê
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE âûáîð ÿçûêà, ïîñðåäñòâîì êîòîðîãî
- ñåðâèñû áóäóò ñ âàìè îáùàòüñÿ
-NICK_HELP_CMD_SET_EMAIL
- EMAIL óñòàíîâêà email-àäðåñà íà íèê
-NICK_HELP_CMD_SET_GREET
- GREET óñòàíîâêà ïðèâåòñòâåííîãî ñîîáùåíèÿ
-NICK_HELP_CMD_SET_KILL
- KILL àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà çàùèòû
-NICK_HELP_CMD_SET_SECURE
- SECURE àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà áåçîïàñíîñòè
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE ñêðûòèå âàøåãî íèêà â ñïèñêå íèêîâ ïî %R%S LIST
-NICK_HELP_CMD_SET_HIDE
- HIDE ñêðûòèå ðàçëè÷íîé èíôîðìàöèè î âàøåì íèêå
-NICK_HELP_CMD_SET_MSG
- MSG âûáîð ìåòîäà îáùåíèÿ ñåðâèñîâ ñ âàìè
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP àêòèâèðîâàíèå/äåàêòèâèðîâàíèå àâòîñòàòóñà
-NICK_HELP_SET_TAIL
-
- ×òîáû ïîëó÷èòü ñïðàâî÷íóþ èíôîðìàöèþ ïî îòäåëüíî âçÿòîé îïöèè
- âîñïîëüçóéòåñü êîìàíäîé %R%S HELP SET îïöèÿ
-
- Ïðèìå÷àíèå: ïåðåä óñòàíîâêîé êàêîé-ëèáî îïöèè, âàì íåîáõîäèìî
- èäåíòèôèöèðîâàòüñÿ ê íèêó â êà÷åñòâå åãî âëàäåëüöà. Äëÿ áîëåå
- ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP IDENTIFY
-
-NICK_HELP_SET_DISPLAY
- Ñèíòàêñèñ: SET DISPLAY íîâûé_íèê
-
- Ïîçâîëÿåò ïåðåíàçíà÷èòü ãëàâíûé íèê ãðóïïû. Èìåííî ýòîò íèê áóäåò
- îòîáðàæàòüñÿ â ñïèñêå äîñòóïà êàíàëîâ, ãäå âû ïðîïèñàíû.
- Ïðèìå÷àíèå: íîâûé ãëàâíûé íèê äîëæåí ñîñòîÿòü â âàøåé ãðóïïå íèêîâ.
-
-NICK_HELP_SET_PASSWORD
- Ñèíòàêñèñ: SET PASSWORD íîâûé_ïàðîëü
-
- Ïîçâîëÿåò èçìåíèòü ïàðîëü íèêà, èñïîëüçóåìûé äëÿ èäåíòèôèêàöèè ê
- íåìó â êà÷åñòâå ïîëíîïðàâíîãî âëàäåëüöà.
-
-NICK_HELP_SET_LANGUAGE
- Ñèíòàêñèñ: SET LANGUAGE íîìåð
-
- Ïîçâîëÿåò âûáðàòü ÿçûê, íà êîòîðîì ñåðâèñû áóäóò ïîñûëàòü âàì
- ðàçëè÷íûå ñîîáùåíèÿ. Íàïðèìåð, òåêñò ñïðàâî÷íîé ñèñòåìû, êîòîðûé âû
- ñåé÷àñ è ÷èòàåòå.
-  êà÷åñòâå íîìåðà, âû äîëæíû óêàçàòü êîíêðåòíûé íîìåð ÿçûêà èç
- ñïèñêà ïîääåðæèâàåìûõ ÿçûêîâ:
-
-NICK_HELP_SET_EMAIL
- Ñèíòàêñèñ: SET EMAIL àäðåñ@email
-
- Àññîöèèðóåò email-àäðåñ ñ âàøèì íèêîì. Äàííûé email áóäåò ïîêàçàí
- â èíôîðìàöèè î âàøåì íèêå, ïðåäîñòàâëÿåìîé ïî êîìàíäå INFO.
-
-NICK_HELP_SET_GREET
- Ñèíòàêñèñ: SET GREET ñîîáùåíèå
-
- Ïîçâîëÿåò íàçíà÷èòü ïðèâåòñòâåííîå ñîîáùåíèå, êîòîðîå ñåðâèñíûé
- áîò áóäåò ãîâîðèòü êàæäûé ðàç, êîãäà âû çàõîäèòå íà êàíàë. Ó÷òèòå,
- ÷òî äëÿ îòîáðàæåíèÿ ïðèâåòñòâèÿ, íà êàíàëå äîëæíà áûòü àêòèâèðîâàíà
- îïöèÿ GREET è âû äîëæíû èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà.
-
-NICK_HELP_SET_KILL
- Ñèíòàêñèñ: SET KILL {ON | QUICK | IMMED | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò àâòîìàòè÷åñêóþ çàùèòó äëÿ âàøåãî íèêà.
- Àêòèâèðîâàíèå çàùèòû íèêà ïîçâîëÿåò âàì ëèìèòèðîâàòü ïåðèîä âðåìåíè
- íà ââîä ïàðîëÿ äëÿ èäåíòèôèêàöèè. ON âûñòàâëÿåò ïåðèîä â 60 ñåêóíä,
- ïî èñòå÷åíèè êîòîðîãî ñåðâèñû ïðèíóäèòåëüíî ñìåíÿò íèê ëæå-âëàäåëüöà
- (èëè âàø, åñëè âû íå óñïåëè ââåñòè ïàðîëü âîâðåìÿ).
-
- Ïàðàìåòð QUICK ïîçâîëÿåò íàçíà÷èòü 20-ñåêóíäíûé ïåðèîä.
-
- Ïàðàìåòð IMMED ïîçâîëÿåò îòêëþ÷èòü ýòîò ïåðèîä âîîáùå. Ïîìíèòå,
- ÷òî àêòèâèðîâàíèå ýòîé îïöèè ìîæåò ïðèâåñòè ê ïîòåðå âàøåãî íèêà!
- Íå èñïîëüçóéòå ýòó îïöèþ áåç êðàéíåé íà òî íåîáõîäèìîñòè, à ïåðåä åå
- âêëþ÷åíèåì, óáåäèòåñü, ÷òî ACCESS-ñïèñîê âàøåãî íèêà ñîäåðæèò õîòÿ
- áû îäíó èç õîñòìàñîê, êîòîðàÿ ñîâïàäàåò ñ âàøåé òåêóùåé.
- Ïðèìå÷àíèå: âîçìîæíîñòü óñòàíîâêè ìåòîäà çàùèòû IMMED ìîæåò áûòü
- îòêëþ÷åíà â âàøåé IRC-ñåòè.
-
-NICK_HELP_SET_SECURE
- Ñèíòàêñèñ: SET SECURE {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ âàøåãî íèêà. Ïðè
- âêëþ÷åííîé îïöèè SECURE âû äîëæíû èäåíòèôèöèðîâàòüñÿ íà %S
- ñ ïîìîùüþ ïàðîëÿ, ÷òîáû ïîäòâåðäèòü ÷òî èìåííî âû âëàäåëåö òåêóùåãî
- èñïîëüçóåìîãî âàìè íèêà. Ïðè ýòîì íà ñïèñîê õîñòìàñîê íèêà ñåðâèñû
- âíèìàíèÿ íå îáðàùàþò.
- Îòêëþ÷åíèå ýòîé îïöèè ïîçâîëèò âàì èäåíòèôèöèðîâàòüñÿ íà %S
- ÷åðåç ñïèñîê ìàñîê íèêà, îäíàêî, ìàêñèìàëüíî äîïóñòèìûé ñòàòóñ â
- äàííîì ñëó÷àå áóäåò ðàâíÿòüñÿ 2.
-
- Ñòîèò òàêæå çàìåòèòü, ÷òî ñåðâèñû íå áóäóò ïðèíóäèòåëüíî ìåíÿòü âàø
- íèê, åñëè â ACCESS-ñïèñêå çàðåãèñòðèðîâàííîãî íèêà åñòü õîòÿ áû îäíà
- õîñòìàñêà, ñîâïàäàþùàÿ ñ âàøåé òåêóùåé. Ðåæèì îïöèè KILL ïðè ýòîì
- çíà÷åíèÿ íå èìååò.
-
-NICK_HELP_SET_PRIVATE
- Ñèíòàêñèñ: SET PRIVATE {ON | OFF}
-
- Àêòèâèðóåò\äåàêòèâèðóåò îïöèþ ïðèâàòíîñòè âàøåãî íèêà íà %S.
- Âêëþ÷åííàÿ òàêèì îáðàçîì PRIVATE ñêðûâàåò âàø íèê èç èíôîðìàöèè
- ïî %S LIST.
- Ïðèìå÷àíèå: òåì íå ìåíåå, ëþáîé, êòî çíàåò âàø íèê, èìååò âîçìîæíîñòü
- ïîëó÷èòü èíôîðìàöèþ î âàñ èñïîëüçóÿ êîìàíäó INFO.
-
-NICK_HELP_SET_HIDE
- Ñèíòàêñèñ: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Äàííàÿ îïöèÿ ïîçâîëÿåò âàì ñêðûòü ÷àñòü èíôîðìàöèè î âàøåì íèêå,
- êîòîðàÿ ìîæåò çàïðîøåíà ó %S ñ ïîìîùüþ êîìàíäû INFO
-
-  êà÷åñòâå âòîðîãî ïàðàìåòðà âû äîëæíû óêàçàòü ÷òî èìåííî áóäåò
- ñêðûòî:
- USERMASK - äëÿ ñêðûòèÿ âàøåé ïîñëåäíåé õîñòìàñêè âèäà èäåíò@õîñò
- STATUS - äëÿ ñêðûòèÿ âàøåãî óðîâíÿ äîñòóïà ê ñåðâèñàì
- EMAIL - äëÿ ñêðûòèÿ àññîöèèðîâàííîãî email-àäðåñà.
- QUIT - äëÿ ñêðûòèÿ âàøåãî ïîñëåäíåãî quit-ñîîáùåíèÿ
-
-  êà÷åñòâå òðåòüåãî ïàðàìåòðà âû äîëæíû óêàçàòü ëèáî ON ëèáî OFF.
- Ïåðâûé àêòèâèðóåò ñêðûòèå, âòîðîé, ñîîòâåòñòâåííî, äåàêòèâèðóåò.
-
-NICK_HELP_SET_MSG
- Ñèíòàêñèñ: SET MSG {ON | OFF}
-
- Ïîçâîëÿåò âàì âûáðàòü ñïîñîá îáùåíèÿ ñåðâèñîâ ñ âàìè. Óêàæèòå ON,
- ÷òî áû àêòèâèðîâàòü ðåæèì ïðèâàòíûõ ñîîáùåíèé - â ýòîì ñëó÷àå âñå
- ñîîáùåíèÿ îò ñåðâèñîâ áóäóò ïðèõîäèòü âàì â ïðèâàò. Ïàðàìåòð OFF
- çàñòàâèò ñåðâèñû èñïîëüçîâàòü ðåæèì óâåäîìëåíèé (notice, íîòèñû).
- Ïðèìå÷àíèå: íàñòðîéêà äàííîé îïöèè ìîæåò áûòü çàáëîêèðîâàíà.
-
-NICK_HELP_SET_AUTOOP
- Ñèíòàêñèñ: SET AUTOOP {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì âòîìàòè÷åñêîãî ïîëó÷åíèÿ ñòàòóñà.
- Óêàæèòå ON, åñëè õîòèòå ÷òî áû ñåðâèñû àâòîìàòè÷åñêè äàâàëè âàì
- ñòàòóñ ïðè âõîäå íà êàíàë. Ñîîòâåòñòâåííî OFF - äëÿ îòêëþ÷åíèÿ.
-
-NICK_HELP_SASET_HEAD
- Ñèíòàêñèñ: SASET íèê îïöèÿ ïàðàìåòðû.
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ íàñòðàèâàòü êàêèå-ëèáî îïöèè äëÿ
- óêàçàííîãî íèêà áåç èäåíòèôèêàöèè ê íåìó. Ñïèñîê îïöèè:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY óñòàíîâêà ãëàâíîãî íèêà ãðóïïû
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD èçìåíåíèå òåêóùåãî ïàðîëÿ íà íèê
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL óñòàíîâêà email-àäðåñà íà íèê
-NICK_HELP_CMD_SASET_GREET
- GREET óñòàíîâêà ïðèâåòñòâåííîãî ñîîáùåíèÿ
-NICK_HELP_CMD_SASET_KILL
- KILL àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà çàùèòû
-NICK_HELP_CMD_SASET_SECURE
- SECURE àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà áåçîïàñíîñòè
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE ñêðûòèå íèêà â ñïèñêå íèêîâ ïî %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE ñêðûòèå ðàçëè÷íîé èíôîðìàöèè î íèêå
-NICK_HELP_CMD_SASET_MSG
- MSG âûáîð ìåòîäà îáùåíèÿ ñåðâèñîâ ñ íèêîì
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE óñòàíîâêà íà íèê ò.í. ðåæèìà 'íå-èñòå÷åíèÿ'
-NICK_HELP_CMD_SASET_AUTOOP
- AUTOOP àêòèâèðîâàíèå/äåàêòèâèðîâàíèå ðåæèìà àâòîñòàòóñà
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE âûáîð ÿçûêà, ïîñðåäñòâîì êîòîðîãî ñåðâèñû áóäóò ñ
- óêàçàííûì íèêîì.
-NICK_HELP_SASET_TAIL
-
- ×òîáû ïîëó÷èòü ñïðàâî÷íóþ èíôîðìàöèþ ïî îòäåëüíî âçÿòîé îïöèè
- âîñïîëüçóéòåñü êîìàíäîé %R%S HELP SASET îïöèÿ
- Ïîìíèòå, âû äîëæíû óêàçàòü íèê, îïöèè êîòîðîãî âû õîòèòå èçìåíèòü.
-
-NICK_HELP_SASET_DISPLAY
- Ñèíòàêñèñ: SASET íèê DISPLAY íîâûé_íèê
-
- Ïîçâîëÿåò ïåðåíàçíà÷èòü ãëàâíûé íèê ãðóïïû óêàçàííîãî íèêà. Èìåííî
- ýòîò íèê áóäåò îòîáðàæàòüñÿ â ñïèñêå äîñòóïà êàíàëîâ, ãäå íèê
- ïðîïèñàí.
- Ïðèìå÷àíèå: íîâûé ãëàâíûé íèê äîëæåí ñîñòîÿòü â ãðóïïå íèêà.
-
-NICK_HELP_SASET_PASSWORD
- Ñèíòàêñèñ: SASET íèê PASSWORD íîâûé_ïàðîëü
-
- Ïîçâîëÿåò èçìåíèòü ïàðîëü íèêà, èñïîëüçóåìûé äëÿ èäåíòèôèêàöèè
- â êà÷åñòâå âëàäåëüöà íèêà.
-
-NICK_HELP_SASET_EMAIL
- Ñèíòàêñèñ: SASET íèê EMAIL àäðåñ@email
-
- Àññîöèèðóåò email-àäðåñ ñ óêàçàííûì íèêîì. Äàííûé email áóäåò ïîêàçàí
- â èíôîðìàöèè îá óêàçàííîì íèêå, ïðåäîñòàâëÿåìîé ïî êîìàíäå INFO.
-
-NICK_HELP_SASET_GREET
- Ñèíòàêñèñ: SASET íèê GREET òåêñò
-
- Ïîçâîëÿåò íàçíà÷èòü ïðèâåòñòâåííîå ñîîáùåíèå, êîòîðîå ñåðâèñíûé
- áîò áóäåò ãîâîðèòü êàæäûé ðàç, êîãäà íèê çàéäåò íà êàíàë. Ó÷òèòå,
- ÷òî äëÿ îòîáðàæåíèÿ ïðèâåòñâèÿ, íà êàíàëå äîëæíà áûòü àêòèâèðîâàíà
- îïöèÿ GREET è íèê äîëæåí èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà.
-
-NICK_HELP_SASET_KILL
- Ñèíòàêñèñ: SASET íèê KILL {ON | QUICK | IMMED | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò àâòîìàòè÷åñêóþ çàùèòó äëÿ óêàçàííîãî íèêà.
- Àêòèâèðîâàíèå çàùèòû íèêà ïîçâîëÿåò âàì ëèìèòèðîâàòü ïåðèîä âðåìåíè
- íà ââîä ïàðîëÿ èäåíòèôèêàöèè. ON âûñòàâëÿåò ïåðèîä â 60 ñåêóíä,
- ïî èñòå÷åíèè êîòîðîãî %S ïðèíóäèòåëüíî ñìåíèò íèê ëæå-âëàäåëüöà,
- ïîïûòàâøåãîñÿ âçÿòü óêàçàííûé íèê.
-
- Ïàðàìåòð QUICK ïîçâîëÿåò íàçíà÷èòü 20-ñåêóíäíûé ïåðèîä.
- Ïàðàìåòð IMMED ïîçâîëÿåò îòêëþ÷èòü ýòîò ïåðèîä âîîáùå. Ïîìíèòå,
- ÷òî àêòèâèðîâàíèå äàííîé îïöèè ìîæåò ïðèâåñòè ê òîìó, ÷òî óêàçàííûé
- íèê íå ñìîæåò âçÿòü íèêòî! Íå èñïîëüçóéòå ýòó îïöèþ áåç êðàéíåé
- íåîáõîäèìîñòè, à ïåðåä åå âêëþ÷åíèåì óáåäèòåñü, ÷òî ACCESS-ñïèñîê
- óêàçàííîãî íèêà ñîäåðæèò õîòÿ áû îäíó èç õîñòìàñîê, ñ êîòîðîé åãî
- âëàäåëåö çàõîäèò â IRC.
- Ïðèìå÷àíèå: âîçìîæíîñòü óñòàíîâêè ìåòîäà çàùèòû IMMED ìîæåò áûòü
- îòêëþ÷åíà â âàøåé IRC-ñåòè.
-
-NICK_HELP_SASET_SECURE
- Ñèíòàêñèñ: SASET íèê SECURE {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ óêàçàííîãî íèêà. Ïðè
- âêëþ÷åííîé îïöèè SECURE âëàäåëåö íèêà äîëæåí èäåíòèôèöèðîâàòüñÿ
- íà %S ñ ïîìîùüþ ïàðîëÿ, ÷òî áû ïîäòâåðäèòü ÷òî èìåííî îí âëàäåëåö
- òåêóùåãî èñïîëüçóåìîãî èì íèêà. Ïðè ýòîì íà ñïèñîê õîñòìàñîê íèêà
- ñåðâèñû âíèìàíèÿ îáðàùàòü íå áóäóò.
- Îòêëþ÷åíèå ýòîé îïöèè ïîçâîëèò âëàäåëüöó èäåíòèôèöèðîâàòüñÿ íà %S
- ÷åðåç ñïèñîê ìàñîê íèêà, îäíàêî ìàêñèìàëüíî äîïóñòèìûé ñòàòóñ â
- äàííîì ñëó÷àå áóäåò ðàâíÿòüñÿ 2.
-
- Ñòîèò òàê æå çàìåòèòü, ÷òî ñåðâèñû íå áóäóò ïðèíóäèòåëüíî ìåíÿòü íèê
- âëàäåëüöà åñëè â ACCESS-ñïèñêå çàðåãèñòðèðîâàííîãî íèêà åñòü õîòÿ
- áû îäíà õîñòìàñêà, ñîâïàäàþùàÿ ñ òåêóùåé õîñòìàñêîé ïîëüçîâàòåëÿ,
- âçÿâøåãî íèê. Ðåæèì îïöèè KILL ïðè ýòîì çíà÷åíèÿ íå èìååò.
-
-NICK_HELP_SASET_PRIVATE
- Ñèíòàêñèñ: SASET íèê PRIVATE {ON | OFF}
-
- Àêòèâèðóåò\äåàêòèâèðóåò îïöèþ ïðèâàòíîñòè óêàçàííîãî íèêà.
- Âêëþ÷åííàÿ òàêèì îáðàçîì PRIVATE ñêðûâàåò îòîáðàæåíèå íèêà â
- ñïèñêàõ ïî %S LIST.
- Ïðèìå÷àíèå: òåì íå ìåíåå ëþáîé, êòî çíàåò òî÷íîå íàïèñàíèå íèêà,
- èìååò âîçìîæíîñòü ïîëó÷èòü èíôîðìàöèþ î íåì èñïîëüçóÿ êîìàíäó INFO.
-
-NICK_HELP_SASET_HIDE
- Ñèíòàêñèñ: SASET íèê HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Äàííàÿ îïöèÿ ïîçâîëÿåò âàì ñêðûòü ÷àñòü èíôîðìàöèè îá óêàçàííîì
- íèêå, êîòîðàÿ ìîæåò çàïðîøåíà ó %S ñ ïîìîùüþ êîìàíäû INFO
-
-  êà÷åñòâå âòîðîãî ïàðàìåòðà âû äîëæíû óêàçàòü ÷òî èìåííî áóäåò
- ñêðûòî:
- QUIT - äëÿ ñêðûòèÿ ïîñëåäíåãî quit-ñîîáùåíèÿ âëàäåëüöà
- EMAIL - äëÿ ñêðûòèÿ àññîöèèðîâàííîãî email-àäðåñà âëàäåëüöà
- STATUS - äëÿ ñêðûòèÿ óðîâíÿ äîñòóïà ê ñåðâèñàì
- USERMASK - äëÿ ñêðûòèÿ ïîñëåäíåé õîñòìàñêè âëàäåëüöà (èäåíò@õîñò)
-
-  êà÷åñòâå òðåòüåãî ïàðàìåòðà âû äîëæíû óêàçàòü ëèáî ON ëèáî OFF.
- Ïåðâûé àêòèâèðóåò ñêðûòèå, âòîðîé, ñîîòâåòñòâåííî, äåàêòèâèðóåò.
-
-NICK_HELP_SASET_MSG
- Ñèíòàêñèñ: SASET íèê MSG {ON | OFF}
-
- Ïîçâîëÿåò âàì âûáðàòü ñïîñîá îáùåíèÿ ñåðâèñîâ ñ óêàçàííûì íèêîì.
- Óêàæèòå ON, ÷òî áû àêòèâèðîâàòü ðåæèì ïðèâàòíûõ ñîîáùåíèé - â
- ýòîì ñëó÷àå âñå ñîîáùåíèÿ îò ñåðâèñîâ áóäóò ïðèõîäèòü âëàäåëüöó â
- ïðèâàò. Ïàðàìåòð OFF çàñòàâèò ñåðâèñû èñïîëüçîâàòü ðåæèì
- óâåäîìëåíèé (notice, íîòèñû).
- Ïðèìå÷àíèå: íàñòðîéêà äàííîé îïöèè ìîæåò áûòü çàáëîêèðîâàíà.
-
-NICK_HELP_SASET_NOEXPIRE
- Ñèíòàêñèñ: SASET íèê NOEXPIRE {ON | OFF}
-
- Ïîçâîëÿåò èñêëþ÷èòü óêàçàííûé íèê èç óñëîâèé èñòå÷åíèÿ ðåãèñòðàöèè
- ïî âðåìåíè. Óêàæèòå ON, ÷òî áû àêòèâèðîâàòü òàê íàçûâàåìûé ðåæèì
- 'íå-èñòå÷åíèÿ'. Ïàðàìåòð OFF ñíîâà âîçâðàùàåò íèê â ðåæèì èñòå÷åíèÿ.
-
-NICK_HELP_SASET_AUTOOP
- Ñèíòàêñèñ: SASET íèê AUTOOP {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì àâòîìàòè÷åñêîãî ïîëó÷åíèÿ ñòàòóñà.
- Óêàæèòå ON, åñëè õîòèòå ÷òî áû ñåðâèñû àâòîìàòè÷åñêè äàâàëè
- âëàäåëüöó íèêà ñòàòóñ ïðè âõîäå íà êàíàë. Ñîîòâåòñòâåííî OFF -
- äëÿ îòêëþ÷åíèÿ.
-
-NICK_HELP_SASET_LANGUAGE
- Ñèíòàêñèñ: SASET íèê LANGUAGE íîìåð
-
- Èçìåíÿåò ÿçûê, íà êîòîðîì ñåðâèñû áóäóò ïîñûëàòü ñîîáùåíèÿ óêàçàííîìó
- íèêó (íàïðèìåð, òåêñò ñïðàâî÷íîé ñèñòåìû, êîòîðûé âû ñåé÷àñ è
- ÷èòàåòå).
-  êà÷åñòâå íîìåðà âû äîëæíû óêàçàòü êîíêðåòíûé íîìåð ÿçûêà èç
- ñïèñêà ïîääåðæèâàåìûõ ÿçûêîâ: %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Ñèíòàêñèñ: RECOVER íèê [ïàðîëü]
-
- Êîìàíäà RECOVER ïîçâîëÿåò âàì âåðíóòü âàø çàðåãèñòðèðîâàííûé íèê
- â òîì ñëó÷àå åñëè åãî âçÿë è èñïîëüçóåò êòî-òî äðóãîé. Âû ìîæåòå
- èçáåæàòü ïîäîáíûõ ñèòóàöèé - äëÿ ýòîãî äîñòàòî÷íî íàñòðîèòü çàùèòó
- âàøåãî íèêà. Ïîäðîáíåå î ðåæèìå çàùèòû âû ìîæåòå óçíàòü èç ñïðàâî÷íîé
- èíôîðìàöèè ïî SET KILL.
-
- Êàê òîëüêî âû ïîøëåòå RECOVER-çàïðîñ, ñåðâèñû ñåòè òóò æå ñîçäàäóò
- ïñåâäîïîëüçîâàòåëÿ ñ âàøèì çàðåãèñòðèðîâàííûì íèêîì, ÷òî çàñòàâèò
- IRC-ñåðâåð îòêëþ÷èòü çàõâàò÷èêà îò ñåòè. Ýôôåêò êîìàíäû ðàçíèòñÿ â
- çàâèñèìîñòè îò òîãî, êàêîé IRCd èñïîëüçóåòñÿ â âàøåé ñåòè: åñëè âàø
- ñåðâåð íå ïîääåðæèâàåò SVSNICK, òî çàõâàò÷èê áóäåò îòêëþ÷åí, êàê ïðè
- GHOST, à åñëè ïîääåðæèâàåò, òî íèê çàõâàò÷èêà áóäåò èçìåíåí íà
- ñëó÷àéíûé, íàïðèìåð íà Guest31526. Îïÿòü æå, ïðåôèêñ ñëó÷àéíîãî
- íèêà íàñòðàèâàåòñÿ â êîíôèãå ñåðâèñîâ è ìîæåò ìåíÿòüñÿ îò ñåòè ê ñåòè.
- Íî è ýòî åùå íå âñå. Â çàâèñèìîñòè îò òèïà IRCd âàøåé ñåòè, ñåðâèñû
- áóäóò ëèáî ñîçäàâàòü ïñåâäîïîëüçîâàòåëÿ, ëèáî óñòàíàâëèâàòü âðåìåííûé
- çàïðåò â âèäå Q:LINE íà âàø íèê. Ýòîò çàïðåò (áóäü òî ïñåâäîêëèåíò
- èëè Q:LINE) áóäåò çàïðåùàòü êîìó-ëèáî âçÿòü âîññòàíîâëåííûé íèê â
- òå÷åíèå îïðåäåëåííîãî ïðîìåæóòêà âðåìåíè, óêàçàííîãî â êîíôèãå
- ñåðâèñîâ (ïî-óìîë÷àíèþ, ýòî %s).
-
- Êàê òîëüêî ýòîò ïðîìåæóòîê âðåìåíè èñòå÷åò - âû ñìîæåòå èñïîëüçîâàòü
- ñâîé íèê ñíîâà. Åñëè âû íå õîòèòå æäàòü - âîñïîëüçóéòåñü êîìàíäîé
- RELEASE ÷òîáû ñíÿòü çàùèòó ñåðâèñîâ ñ âàøåãî íèêà íåìåäëåííî. Äëÿ
- áîëåå ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP RELEASE.
-
- ×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ
- èçìåíÿåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå
- èçìåíÿåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè
- èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê.
-
-NICK_HELP_RELEASE
- Ñèíòàêñèñ: RELEASE íèê [ïàðîëü]
-
- Ïîçâîëÿåò âðó÷íóþ îñâîáîäèòü âàø çàðåãèñòðèðîâàííûé íèê îò óäåðæàíèÿ
- åãî ñåðâèñàìè. Îáû÷íî ýòî ïðîèñõîäèò â òîì ñëó÷àå, åñëè ó âàøåãî íèêà
- àêòèâèðîâàí ðåæèì çàùèòû è ïîëüçîâàòåëü, êîòîðûé ïûòàëñÿ âàø íèê
- èñïîëüçîâàòü, íå óñïåë ââåñòè âåðíûé ïàðîëü èëè íå ââîäèë åãî âîâñå.
- Ýôôåêò ðåæèìà çàùèòû àíàëîãè÷åí ýôôåêòó êîìàíäû RECOVER (ñì. ñïðàâêó
- ïî %R%S HELP RECOVER äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè). Óäåðæàíèå íèêà
- ïðîäîëæàåòñÿ â òå÷åíèè îïðåäåëåííîãî ïðîìåæóòêà âðåìåíè, óêàçàííîãî â
- êîíôèãå ñåðâèñîâ (ïî-óìîë÷àíèþ, ýòî %s).
-
- ×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ
- óäåðæèâàåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå
- óäåðæèâàåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè
- èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê.
-
-NICK_HELP_GHOST
- Ñèíòàêñèñ: GHOST íèê [ïàðîëü]
-
- Óíè÷òîæàåò "ìåðòâóþ" IRC-ñåññèþ, èñïîëüçóþùóþ Âàø íèê. "Ìåðòâàÿ"
- ñåññèÿ - ýòî êîãäà ðåàëüíî åå íå ñóùåñòâóåò, íî IRC-ñåðâåð äóìàåò
- ÷òî êëèåíò âñå åùå â ñåòè. ×àùå âñåãî ýòî ïðîèñõîäèò ïðè âíåçàïíîì
- îáðûâå ñâÿçè ñ ñåðâåðîì, êîãäà IRC-êëèåíò íå óñïåâàåò ïîñëàòü îíîìó
- óâåäîìëåíèå îá îòêëþ÷åíèè (íàïðèìåð, êîãäà âàø êîìïüþòåð âíåçàïíî
- ïåðåçàãðóçèëñÿ èëè ó âàñ íå ìåíåå âíåçàïíî îòêëþ÷èëè ýëåêòðè÷åñòâî).
-
- ×òîáû èñïîëüçîâàòü äàííóþ êîìàíäó, âû äîëæíû óêàçàòü ïàðîëü äëÿ
- îòêëþ÷àåìîãî íèêà, ëèáî æå, âû äîëæíû áûòü èäåíòèôèöèðîâàíû ê ãðóïïå
- îòêëþ÷àåìîãî íèêà. Äîïóñòèìî èñïîëüçîâàíèå äàííîé êîìàíäû äàæå ïðè
- èäåíòèôèêàöèè ê íèêó âñåãî ëèøü ÷åðåç ñïèñîê õîñòìàñîê.
-
-NICK_HELP_INFO
- Ñèíòàêñèñ: INFO íèê
-
- Çàïðàøèâàåò ó ñåðâèñîâ èíôîðìàöèþ îá óêàçàííîì íèêå.  ÷àñòíîñòè
- áóäóò ïîêàçàíû: ðåàëüíîå èìÿ âëàäåëüöà (realname), åãî ïîñëåäíÿÿ
- õîñòìàñêà, êîãäà îí ïîñëåäíèé ðàç áûë â IRC ïîä ýòèì íèêîì. Åñëè âû
- çàïðàøèâàåòå èíôîðìàöèþ îòíîñèòåëüíî ñâîåãî íèêà, âû ìîæåòå óêàçàòü
- ïàðàìåòð ALL, ÷òîáû ïîëó÷èòü âñþ äîñòóïíóþ èíôîðìàöèþ, â òîì ÷èñëå
- è òó, êîòîðàÿ ñêðûòà.
-
-NICK_HELP_LIST
- Ñèíòàêñèñ: LIST ìàñêà
-
- Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ, êîòîðûå ñîâïàäàþò ñ
- óêàçàííîé ìàñêîé âèäà íèê!èäåíò@õîñò.
- Íèêè ñ àêòèâèðîâàííîé îïöèåé PRIVATE ïîêàçàíû íå áóäóò.
-
- Ïðèìåðû:
-
- LIST *!joeuser@foo.com
- ïîêàæåò âñå íèêè, ìàñêà êîòîðûõ ñîâïàäàåò ñ joeuser@foo.com
- LIST *Bot*!*@*
- ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè, êîòîðûå ñîäåðæàò
- ïîäñòðîêó âèäà Bot (ðåãèñòð íå èìååò çíà÷åíèÿ).
- LIST *!*@*.bar.org
- Ïîêàæåò âñå íèêè, ïðèíàäëåæàùèå ïîëüçîâàòåëÿì
- â äîìåíå bar.org.
-
-NICK_HELP_ALIST
- Ñèíòàêñèñ: ALIST [óðîâåíü]
-
- Ïîêàæåò âñå êàíàëû, â ñïèñêàõ äîñòóïà êîòîðûõ âû ÷èñëèòåñü.
- Îïöèîíàëüíî, âû ìîæåòå âûáðàòü îïðåäåëåííûé óðîâåíü â ôîðìàòå xOP
- èëè LEVELS. Ðåçóëüòèðóþùèé ñïèñîê áóäåò ñîäåðæàòü êàíàëû, íà êîòîðûõ
- ó âàñ åñòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà.
-
- Ïðèìåðû:
- ALIST Founder
- âûâåäåò ñïèñîê êàíàëîâ, âëàäåëüöåì êîòîðûõ âû ÿâëÿåòåñü.
- ALIST AOP
- âûâåäåò ñïèñîê êàíàëîâ, íà êîòîðûõ ó âàñ åñòü ñòàòóñ AOP
- èëè âûøå.
- ALIST 10
- âûâåäåò ñïèñîê êàíàëîâ, íà êîòîðûõ âàø óðîâåíü ðàâåí 10
- èëè âûøå.
-
- Ïðèìå÷àíèå: åñëè âû âèäèòå ìåòêó "!" ïåðåä èìåíåì êàíàëà, ýòî
- çíà÷èò ÷òî îí íàõîäèòñÿ â ðåæèìå NOEXPIRE.
-
-NICK_HELP_GLIST
- Ñèíòàêñèñ: GLIST
-
- Âûâîäèò ñïèñîê íèêîâ â âàøåé ãðóïïå.
-
-NICK_HELP_STATUS
- Ñèíòàêñèñ: STATUS íèê1 íèê2 íèê3...
-
- Çàïðàøèâàåò èíôîðìàöèþ î ñòàòóñå íèêà íà ñåðâèñàõ - èäåíòèôèöèðîâàëñÿ
- ëè èñïîëüçóþùèé åãî êàê âëàäåëåö. Îòâåò âûâîäèòñÿ â ôîðìàòå:
-
- íèê êîä-ñòàòóñà status account
-
- where nickname is the nickname sent with the command,
- status-code is one of the following, and account
- is the account they are logged in as.
-
- 0 - òàêîãî ïîëüçîâàòåëÿ íåò â îíëàéíå èëè ýòîò íèê íå çàðåãèñòðèðîâàí
- 1 - ïîëüçîâàòåëü íå èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà
- 2 - ïîëüçîâàòåëü èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà ÷åðåç ñïèñîê õîñòìàñîê
- 3 - ïîëüçîâàòåëü èäåíòèôèöèðîâàí êàê âëàäåëåö íèêà ÷åðåç èäåíòèôèêàöèþ ïàðîëåì
-
- Âû ìîæåòå çàïðîñèòü ñòàòóñ ñðàçó ó 16 íèêîâ (ðàçäåëÿÿ èõ ïðîáåëîì),
- âñå ëèøíèå áóäó ïðîèãíîðèðîâàíû. Åñëè ïàðàìåòð íå óêàçàí - êîìàíäà
- âåðíåò âàø òåêóùèé ñòàòóñ íà ñåðâèñàõ.
-
-NICK_HELP_SENDPASS
- Ñèíòàêñèñ: SENDPASS íèê
-
- Îòïðàâëÿåò ïàðîëü íèêà íà email-àäðåñ, óêàçàííûé ïðè ðåãèñòðàöèè
- ýòîãî ñàìîãî íèêà. Äàííàÿ êîìàíäà âåñüìà ïîëåçíà â ñëó÷àå "óòåðè"
- ïàðîëÿ.
-
- Ïðèìå÷àíèå: SENDPASS ìîæåò áûòü îãðàíè÷åí äëÿ èñïîëüçîâàíèÿ òîëüêî
- IRC-îïåðàòîðàìè äàííîé ñåòè.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with the instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Ñèíòàêñèñ: CONFIRM auth-êîä
-
- Äàííàÿ êîìàíäà íåîáõîäèìà, ÷òî áû çàâåðøèòü âòîðîé øàã ðåãèñòðàöèè
- íèêà - ïîäòâåðæäåíèå. Ïîñëå âûïîëíåíèÿ äàííîãî òåðáîâàíèÿ, âàø íèê
- áóäåò çàðåãèñòðèðîâàí íà %S.
- Êîäîâàÿ ôðàçà, êîòîðàÿ óêàçûâàåòñÿ â êà÷åñòâå ïàðàìåòðà, âûñûëàåòñÿ
- íà âàø e-mail â ïåðâîé ÷àñòè ïðîöåññà ðåãèñòðàöèè íèêà. Äëÿ áîëåå
- ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Ñèíòàêñèñ: RESEND
-
- Êîìàíäà RESEND ïîçâîëÿåò çàíîâî âûñëàòü íîâûé auth-êîä (êîäîâóþ
- ôðàçó) íà email-àäðåñ ïîëüçîâàòåëÿ, èñïîëüçóþùåãî ýòó êîìàíäó.
-
-NICK_SERVADMIN_HELP
-
- Àäìèíèñòðàòîðû ñåðâèñîâ ìîãóò óäàëèòü ëþáîé íèê áåç èäåíòèôèêàöèè
- ê íåìó, à òàê æå, ìîãóò ñìîòðåòü ñïèñîê äîñòóïà ëþáîãî íèêà
- (áîëåå ïîäðîáíî ñì. %R%S ACCESS LIST íèê).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Ñèíòàêñèñ: LOGOUT [íèê [REVALIDATE]]
-
- Èñïîëüçîâàííàÿ áåç ïàðàìåòðîâ, êîìàíäà LOGOUT ïðîèçâîäèò ýôôåêò,
- îáðàòíûé ýôôåêòó êîìàíäû IDENTIFY, òî åñòü - äåèäåíòèôèöèðóåò âàñ
- îò èñïîëüçóåìîãî íà äàííûé ìîìåíò íèêà. Òåì íå ìåíåå, ñåðâèñû íå
- ïîøëþò ïîâòîðíûé çàïðîñ íà èäåíòèôèêàöèþ.
-
- Åñëè â êà÷åñòâå ïàðàìåòðà âû óêàæåòå íèê - äåèäåíòèôèöèðóåò óêàçàííûé
- íèê. Äîïîëíèòåëüíî óêàçàííûé ïàðàìåòð REVALIDATE çàñòàâèò ñåðâèñû
- ïîñëàòü äåíäèíòèôèöèðîâàííîìó íèêó çàïðîñ íà ïåðåàâòîðèçàöèþ.
- Èñïîëüçîâàòü ïàðàìåòðû íèê è REVALIDATE ìîãóò ëèøü Àäìèíèñòðàòîðû
- ñåðâèñîâ.
-
-NICK_SERVADMIN_HELP_DROP
- Ñèíòàêñèñ: DROP [íèê]
-
- Áåç ïàðàìåòðîâ, óäàëÿåò Âàø íèê èç áàçû äàííûõ %S.
-
- Ñ ïàðàìåòðîì, óäàëÿåò óêàçàííûé íèê èç áàçû äàííûõ. Âû ìîæåòå óäàëèòü
- ëþáîé íèê èç âàøåé ãðóïïû, íå èìåÿ êàêèõ-ëèáî îñîáûõ ïðèâèëåãèé.
- Óäàëèòü àáñîëþòíî ëþáîé íèê ìîãóò òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ.
-
-NICK_SERVADMIN_HELP_LIST
- Ñèíòàêñèñ: LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Ïîêàçûâàåò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ íèêîâ, êîòîðûå ñîâïàäàþò
- ñ óêàçàííîé â êà÷åñòâå îñíîâíîãî ïàðàìåòðà ìàñêîé. Ôîðìàò ìàñêè:
- íèê!èäåíò@õîñò äîïóñòèìî èñïîëüçîâàíèå ïîäñòàíîâî÷íûõ ñèìâîëîâ.
- Íèêè, ó êîòîðûõ âêëþ÷åíà îïöèÿ PRIVATE, áóäóò ïîêàçàíû òîëüêî
- Àäìèíèñòðàòîðàì ñåðâèñîâ. Íèêè ñ âêëþ÷åííûì ïàðàìåòðîì NOEXPIRE
- áóäóò ïîêàçàíû ñ ïðåôèêñîì !.
-
-  êà÷åñòâå äîïîëíèòåëüíûõ îïöèé êîìàíäû LIST âû ìîæåòå óêàçàòü
- FORBIDDEN, SUSPENDED, NOEXPIRE èëè UNCONFIRMED. Ýòî ïîçâîëèò âàì
- ïîëó÷èòü ñïèñîê íèêîâ, îòâå÷àþùèõ îïðåäåëåííûì êðèòåðèÿì, òàêèì êàê:
- FORBIDDEN - íèêè, çàïðåùåííûå ê èñïîëüçîâàíèþ, SUSPENDED - íèêè,
- "çàìîðîæåííûå" äî ïîðû äî âðåìåíè, UNCONFIRMED - íèêè, ðåãèñòðàöèÿ
- êîòîðûõ âñå åùå íå ïîäòâåðæäåíà, è NOEXPIRE - íèêè, íàõîäÿùèåñÿ â
- ðåæèìå "íå-èñòå÷åíèÿ". Åñëè óêàçàíû âñå ÷åòûðå îïöèè, òî âñå 4 òèïà
- íèêîâ áóäóò ïåðå÷èñëåíû â ñïèñêå.
-
- Ïðèìåðû:
-
- LIST *!joeuser@foo.com
- ïîêàæåò âñå íèêè, ìàñêà êîòîðûõ ñîâïàäàåò ñ joeuser@foo.com
-
- LIST *Bot*!*@*
- ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè, êîòîðûå ñîäåðæàò ñëîâî
- Bot (âíå çàâèñèìîñòè îò ðåãèñòðà).
-
- LIST * NOEXPIRE
- Ïîêàæåò âñå çàðåãèñòðèðîâàííûå íèêè ó êîòîðûõ âêëþ÷åíà îïöèÿ
- NOEXPIRE.
-
-NICK_SERVADMIN_HELP_ALIST
- Ñèíòàêñèñ: ALIST [íèê] [óðîâåíü]
-
- Áåç ïàðàìåòðîâ, ïîêàæåò ñïèñîê êàíàëîâ, íà êîòîðûõ Âû ïðîïèñàíû.
- Ñ ïåðâûì ïàðàìåòðîì, ïîêàæåò êàíàëû, íà êîòîðûõ ïðîïèñàí óêàçàííûé
- íèê. Ñ îáîèìè ïàðàìåòðàìè, ïîêàæåò êàíàëû, ãäå ïðîïèñàí óêàçàííûé
- íèê ñ óêàçàííûì óðîâíåì èëè âûøå.
-
- Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Àäìèíèñòðàòîðà ñåðâèñîâ.
-
-NICK_SERVADMIN_HELP_GLIST
- Ñèíòàêñèñ: GLIST [íèê]
-
- Áåç ïàðàìåòðîâ, ïîêàæåò ñïèñîê íèêîâ â âàøåé ãðóïïå. Ñ ïàðàìåòðîì,
- ïîêàæåò âñå íèêè íàõîäÿùèåñÿ â ãðóïïå óêàçàííîãî íèêà.
-
- Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Àäìèíèñòðàòîðà ñåðâèñîâ.
-
-NICK_SERVADMIN_HELP_GETPASS
- Ñèíòàêñèñ: GETPASS íèê
-
- Ïîçâîëÿåò ïîëó÷èòü ïàðîëü óêàçàííîãî íèêà.
- Ïðèìå÷àíèå: ñðàçó ïî èñïîëüçîâàíèè äàííîé êîìàíäû, ñåðâèñû ïîøëþò
- ïî WALLOPS/GLOBOPS ñîîáùåíèå, ñîäåðæàùèå íèê èñïîëüçîâàâøåãî êîìàíäó,
- è íèê, îòíîñèòåëüíî êîòîðîãî áûëà èñïîëüçîâàíà äàííàÿ êîìàíäà.
- Îäíîâðåìåííî ñ ýòèì, ñîáûòèå áóäåò çàïèñàíî â ëîã-ôàéë.
-
- Ïðèìå÷àíèå 2: êîìàíäà íåäîñòóïíà, åñëè âêëþ÷åíî øèôðîâàíèå ïàðîëåé.
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Ñèíòàêñèñ: GETEMAIL user@emailhost
-
- Âûâîäèò ñïèñîê íèêîâ, â íàñòðîéêàõ ó êîòîðûõ ñòîèò óêàçàííûé email.
- Ïðèìå÷àíèå: âû íå ìîæåòå èñïîëüçîâàòü ñèìâîëüíûå ìàñêè íè äëÿ user,
- íè äëÿ emailhost. Êàæäûé ðàç, ïðè èñïîëüçîâàíèè äàííîé êîìàíäû,
- ñîîáùåíèå, âêëþ÷àþùåå íèê âûçâàâøåãî êîìàíäó è óêàçàííûé email,
- áóäåò çàïèñàíî â ëîã-ôàéë ñåðâèñîâ.
-
-NICK_SERVADMIN_HELP_FORBID
- Ñèíòàêñèñ: FORBID íèê [ïðè÷èíà]
-
- Çàïðåùàåò ðåãèñòðèðîâàòü è/èëè èñïîëüçîâàòü óêàçàííûé íèê. Ýôôåêò
- çàïðåòà ìîäåò áûòü ñíÿò ïóòåì óäàëåíèÿ íèêà (DROP).
-
-  íåêîòîðûõ ñåòÿõ, ïðè÷èíà ÿâëÿåòñÿ îáÿçàòåëüíûì ïàðàìåòðîì.
-
-NICK_SERVADMIN_HELP_SUSPEND
- Ñèíòàêñèñ: SUSPEND íèê ïðè÷èíà
-
- Óñòàíàâëèâàåò ðåæèì ñàñïåíäà ("çàìîðîçêè") íà íèê, ïðåäîòâðàùàÿ òåì
- ñàìûì âîçìîæíîñòü èäåíòèôèêàöèè ê íåìó èëè èñïîëüçîâàíèÿ.
- Ïðèìå÷àíèå: â ðåæèìå ñàñïåíäà íèê èñêëþ÷åí èç óñëîâèé èñòå÷åíèÿ ïî
- âðåìåíè.
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND íèê
-
- Îñâîáîæäàåò íèê èç ðåæèìà ñàñïåíäà (çàìîðîçêè).
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-CHAN_HELP_CMD_GETPASS
- GETPASS Çàïðîñ ïàðîëÿ îò êàíàëà
-CHAN_HELP_CMD_FORBID
- FORBID Óñòàíîâêà çàïðåòà íà èñïîëüçîâàíèå/ðåãèñòðàöèþ êàíàëà
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Ïðèîñòàíîâêà ðàáîòû êàíàëà, ñ ñîõðàíåíèåì âñåõ äàííûõ
- è íàñòðîåê êàíàëà
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Ñíÿòèå ðåæèìà ñàñïåíäà ñ êàíàëà (âîññòàíîâëåíèå)
-CHAN_HELP_CMD_STATUS
- STATUS Âîçâðàùàåò òåêóùèé óðîâåíü äîñòóïà äëÿ óêàçàííîãî
- ïîëüçîâàòåëÿ íà óêàçàííîì êàíàëå
-CHAN_HELP_CMD_REGISTER
- REGISTER Ðåãèñòðàöèÿ êàíàëà
-CHAN_HELP_CMD_SET
- SET Íàñòðîéêà ðàçëè÷íûõ îïöèé êàíàëà
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP Óïðàâëåíèå ñïèñêîì AOP'îâ êàíàëà
-CHAN_HELP_CMD_SOP
- SOP Óïðàâëåíèå ñïèñêîì SOP'îâ êàíàëà
-CHAN_HELP_CMD_ACCESS
- ACCESS Óïðàâëåíèå ACCESS-ñïèñêîì ïðèâèëåãèé êàíàëà
-CHAN_HELP_CMD_LEVELS
- LEVELS Ïåðåóñòàíîâêà çíà÷åíèÿ óðîâíåé äîñòóïà êàíàëà
-CHAN_HELP_CMD_AKICK
- AKICK Óïðàâëåíèå ñïèñêîì àâòîêèêîâ êàíàëà
-CHAN_HELP_CMD_DROP
- DROP Óäàëåíèå êàíàëà èç áàçû äàííûõ ñåðâèñîâ
-CHAN_HELP_CMD_BAN
- BAN Óñòàíîâêà áàíà íà êàíàëå
-CHAN_HELP_CMD_CLEAR
- CLEAR Î÷èñòêà îïðåäåëåííûõ ðåæèìîâ êàíàëà
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Ñíÿòèå ðåæèìà âîéñà (-v) ñ óêàçàííîãî íèêà íà êàíàëå
-CHAN_HELP_CMD_GETKEY
- GETKEY Çàïðîñ óñòàíîâëåííîãî íà êàíàëå êëþ÷à (+k)
-CHAN_HELP_CMD_INFO
- INFO Çàïðîñ èíôîðìàöèè îá óêàçàííîì êàíàëå
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Âûêèäûâàåò óêàçàííîãî ïîëüçîâàòåëÿ ñ êàíàëà
-CHAN_HELP_CMD_LIST
- LIST Çàïðîñ ñïèñêà âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ
-CHAN_HELP_CMD_OP
- OP Óñòàíîâêà ñòàòóñà îïåðàòîðà (+o) óêàçàííîìó íèêó íà êàíàëå
-CHAN_HELP_CMD_TOPIC
- TOPIC Óñòàíîâêà òîïèêà íà êàíàëå ïîñðåäñòâîì ñåðâèñîâ
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Óñòàíîâêà ñòàòóñà âîéñà (+v) óêàçàííîìó íèêó íà êàíàëå
-CHAN_HELP_CMD_VOP
- VOP Óïðàâëåíèå ñïèñêîì VOP'îâ êàíàëà
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Ñíÿòèå ðåæèìà ïîëóîïåðàòîðà (-h) ñ óêàçàííîãî íèêà íà êàíàëå
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Ñíèìàåò ñ âàñ ñòàòóñ âëàäåëüöà êàíàëà
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Ñíÿòèå ðåæèìà çàùèòû (+a) ñ óêàçàííîãî íèêà íà êàíàëå
-CHAN_HELP_CMD_HALFOP
- HALFOP Óñòàíîâêà ñòàòóñà ïîëóîïåðàòîðà (+h) óêàçàííîìó íèêó íà êàíàëå
-CHAN_HELP_CMD_HOP
- HOP Óïðàâëåíèå ñïèñêîì HOP'îâ êàíàëå
-CHAN_HELP_CMD_OWNER
- OWNER Çàïðîñ ñòàòóñà âëàäåëüöà íà êàíàëå
-CHAN_HELP_CMD_PROTECT
- PROTECT Óñòàíîâêà ðåæèìà çàùèòû (+a) óêàçàííîìó íèêó íà êàíàëå
-CHAN_HELP_CMD_DEOP
- DEOP Ñíÿòèå ðåæèìà îïåðàòîðà (-o) ñ óêàçàííîãî íèêà íà êàíàëå
-
-CHAN_HELP
- %S ïîçâîëÿåò âàì ðåãèñòðèðîâàòü êàíàë è óïðàâëÿòü åãî ðàçëè÷íûìè
- íàñòðîéêàìè. Òàêæå, %S ïîìîæåò âàì îáåçîïàñèòü âàø êàíàë îò
- çëîíàìåðåííûõ ïîëüçîâàòåëåé, æåëàþùèõ åãî "çàõâàòèòü", èñïîëüçóÿ
- îãðàíè÷åíèå âîçìîæíîñòè ïîëó÷åíèÿ ñòàòóñà îïà íà êàíàëå è äðóãèå
- íàñòðîéêè áåçîïàñíîñòè. Ñïèñîê äîñòóïíûõ êîìàíä ïðåäñòàâëåí íèæå,
- ÷òîáû èñïîëüçîâàòü èõ, ïîøëèòå çàïðîñ âèäà
- %R%S êîìàíäà
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé êîìàíäå, âîñïîëüçóéòåñü:
- %R%S HELP êîìàíäà
-
-
-CHAN_HELP_EXPIRES
-
- Ïîìíèòå, ÷òî ëþáîé êàíàë, íå èñïîëüçóþùèéñÿ â òå÷åíèå %d äíåé
- (ò.å. íè îäèí ïîëüçîâàòåëü, ïðîïèñàííûé â ñïèñêå äîñòóïà êàíàëà,
- íå ïîñåòèò êàíàë â òå÷åíèè äàííîãî âðåìåíè), áóäåò àâòîìàòè÷åñêè
- óäàëåí èç áàçû äàííûõ ñåðâèñîâ.
-
-CHAN_HELP_REGISTER
- Ñèíòàêñèñ: REGISTER #êàíàë îïèñàíèå
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Ñèíòàêñèñ: DROP #êàíàë
-
- Óäàëÿåò óêàçàííûé êàíàë èç áàçû äàííûõ ñåðâèñîâ. Èñïîëüçîâàòü DROP
- ìîæåò ëèøü âëàäåëåö êàíàëà.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Ñèíòàêñèñ: SET #êàíàë îïöèÿ ïàðàìåòð
-
- Ïîçâîëÿåò âëàäåëüöó êàíàëà ìåíÿòü ðàçëè÷íûå íàñòðîéêè êàíàëà.
- Äîñòóïíûå îïöèè:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER ñìåíà âëàäåëüöà êàíàëà
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR óñòàíîâêà íàñëåäíèêà êàíàëà
-CHAN_HELP_CMD_SET_DESC
- DESC èçìåíåíèå îïèñàíèÿ êàíàëà
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG óñòàíîâêà àâòîñîîáùåíèÿ ïðè âõîäå íà êàíàë
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE óñòàíîâêà òèïà áàíà ñåðâèñàìè íà êàíàëå
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK áëîêèðîâêà îïðåäåëåííûõ ðåæèìîâ êàíàëà
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC àêòèâèðîâàíèå àâòîñîõðàíåíèÿ òîïèêà êàíàëà
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE àêòèâèðîâàíèå óâåäîìëåíèé îá èñïîëüçîâàíèè
- êîìàíä OP/DEOP
-CHAN_HELP_CMD_SET_PEACE
- PEACE àêòèâèðîâàíèå ðåæèìà "ñïîêîéñòâèÿ" íà êàíàëå
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE ñêðûòèå êàíàëà â ñïèñêå êàíàëîâ âûâîäèìûõ ïî LIST
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED îãðàíè÷åíèå óðîâíÿ äîñòóïà íà êàíàë äî ïðîïèñàííûõ
-CHAN_HELP_CMD_SET_SECURE
- SECURE äîïîëíèòåëüíûå âîçìîæíîñòè %S'à ïî áåçîïàñíîñòè
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS êîíòðîëü çà ïîëó÷åíèåì ñòàòóñà îïåðàòîðà êàíàëà
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER îãðàíè÷åíèå íà ïîëó÷åíèå ñòàòóñà âëàäåëüöà êàíàëà
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK íàñòðîéêà ðåæèìà "ïîäïèñàííûõ êèêîâ"
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK áëîêèðîâêà òîïèêà êàíàëà îò èçìåíåíèé åãî êåì-ëèáî
-CHAN_HELP_CMD_SET_XOP
- XOP íàñòðîéêà ñèñòåìû ïðèâèëåãèé êàíàëà
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êàêîé-ëèáî êîíêðåòíîé îïöèè, ñì.
- ñïðàâêó ïî %R%S HELP îïöèÿ
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Ñèíòàêñèñ: %s #êàíàë FOUNDER íèê
-
- Ïîçâîëÿåò ïåðåäàòü ïðàâà íà âëàäåíèå êàíàëîì äðóãîìó ïîëüçîâàòåëþ.
- Íèê íîâîãî âëàäåëüöà êàíàëà äîëæåí áûòü çàðåãèñòðèðîâàííûì.
-
-CHAN_HELP_SET_SUCCESSOR
- Ñèíòàêñèñ: %s #êàíàë SUCCESSOR íèê
-
- Ïîçâîëÿåò íàçíà÷èòü íàñëåäíèêà êàíàëà. Åñëè íèê òåêóùåãî âëàäåëüöà
- êàíàëà áóäåò óäàëåí ââèäó èñòå÷åíèÿ ñðîêà ðåãèñòðàöèè èëè ïî êàêèì
- èíûì ïðè÷èíàì, íàçíà÷åííûé íàñëåäíèê ñòàíåò íîâûì âëàäåëüöåì êàíàëà.
- Òàê æå, ñòîèò çàìåòèòü, ÷òî åñëè íàñëåäíèê óæå çàðåãèñòðèðîâàë
- ÷åðåñ÷óð ìíîãî êàíàëîâ (áîëåå %d), îí íå ïîëó÷èò ïðàâ íà âëàäåíèå
- êàíàëîì è òîò áóäåò óäàëåí. Êî âñåìó ïðî÷åìó, íèê íàñëåäíèêà êàíàëà
- äîëæåí áûòü çàðåãèñòðèðîâàííûì íèêîì.
-
-CHAN_HELP_SET_DESC
- Ñèíòàêñèñ: %s #êàíàë DESC îïèñàíèå
-
- Ïîçâîëÿåò óñòàíîâèòü îïèñàíèå êàíàëà, êîòîðîå áóäåò ïîêàçàíî ïðè
- èñïîëüçîâàíèè êîìàíä LIST è INFO.
-
-CHAN_HELP_SET_ENTRYMSG
- Ñèíòàêñèñ: %s #êàíàë ENTRYMSG [òåêñò]
-
- Ïîçâîëÿåò óñòàíîâèòü "ñîîáùåíèå ïðè âõîäå", êîòîðîå áóäåò
- îòïðàâëåíî íîòèñîì (notice) êàæäîìó âîøåäøåìó íà êàíàë ïîëüçîâàòåëþ.
- Åñëè èñïîëüçîâàòü êîìàíäó áåç ïàðàìåòðîâ - òåêóùåå óñòàíîâëåííîå
- ñîîáùåíèå áóäåò óäàëåíî.
-
-CHAN_HELP_SET_BANTYPE
- Ñèíòàêñèñ: %s #êàíàë BANTYPE òèï_áàíà
-
- Ïîçâîëÿåò óñòàíîâèòü øàáëîí áàíìàñêè, ïî êîòîðîé áóäåò çàáàíåí
- ïîëüçîâàòåëü êàíàëà, îòíîñèòåëüíî êîòîðîãî ïðèìåíÿåòñÿ ñåðâèñíàÿ
- êîìàíäà BAN.
-
- Çíà÷åíèå òèïà áàíà äîëæíî áûòü êîêðåòíûì ÷èñëîì, îò 0 äî 3
- âêëþ÷èòåëüíî. Äîïóñòèìûå çíà÷åíèÿ ïðåäñòàâëåíû íèæå:
-
- 0 - áàí âèäà *!èäåíò@õîñò
- 1 - áàí âèäà *!*èäåíò@õîñò
- 2 - áàí âèäà *!*@õîñò
- 3 - áàí âèäà *!*èäåíò@*.äîìåí
-
-CHAN_HELP_SET_KEEPTOPIC
- Ñèíòàêñèñ: %s #êàíàë KEEPTOPIC {ON | OFF}
-
- Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü îïöèþ õðàíåíèÿ òîïèêà íà
- êàíàëå. Ïðè âêëþ÷åííîì ðåæèìå õðàíåíèÿ òîïèêà, òåêñò òîïèêà êàíàëà
- áóäåò ñîõðàíÿòüñÿ â áàçå äàííûõ %S ïîñëå òîãî, êàê ïîñëåäíèé
- ïîëüçîâàòåëü ïîêèíåò êàíàë, è àâòîìàòè÷åñêè âîññòàíàâëèâàòüñÿ ñðàçó
- æå, êàê òîëüêî êàíàë ñíîâà ñòàíåò àêòèâíûì (òî åñòü, íà íåãî îïÿòü
- êòî-ëèáî çàéäåò).
-
-CHAN_HELP_SET_TOPICLOCK
- Ñèíòàêñèñ: %s #êàíàë TOPICLOCK {ON | OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ áëîêèðîâêè òîïèêà íà êàíàëå. Ïðè
- âêëþ÷åííîì ðåæèìå áëîêèðîâêè òîïèêà, %S ðàçðåøèò ìåíÿòü
- òîïèê êàíàëà òîëüêî ÷åðåç ñåðâèñíóþ êîìàíäó TOPIC.
-
-CHAN_HELP_SET_MLOCK
- Ñèíòàêñèñ: %s #êàíàë MLOCK ðåæèìû
-
- MLOCK ïîçâîëÿåò âàì óñòàíîâèòü è çàáëîêèðîâàòü îïðåäåëåííûå ðåæèìû
- êàíàëà. Âû ìîæåòå çàáëîêèðîâàòü îò ñíÿòèÿ/óñòàíîâêè ëþáûå ðåæèìû,
- êàêèå òîëüêî çàõîòèòå - %S íèêîìó íå ïîçâîëèò èçìåíèòü èõ.
-
-  êà÷åñòâå ïàðàìåòðà êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â òîì æå
- ôîðìàòå, â êîòîðîì óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ
- êîìàíäû /MODE - ðåæèìû ñ ïðåôèêñîì + ñ÷èòàþòñÿ âêëþ÷åííûìè, è,
- ñîîòâåòñòâåííî, áëîêèðóþòñÿ îò ñíÿòèÿ, à ðåæèìû ñ ïðåôèêñîì -
- ñ÷èòàþòñÿ âûêëþ÷åííûìè è áëîêèðóþòñÿ îò óñòàíîâêè.
- Ïðèìå÷àíèå: îäíàêî, âû äîëæíû ïîìíèòü, ÷òî ïîâòîðíîå èñïîëüçîâàíèå
- SET MLOCK óäàëèò âñå ïðåäûäóùèå çàáëîêèðîâàííûå ðåæèìû è çàìåíèò
- èõ íîâûìè!
-
- Âíèìàíèå: åñëè âû óñòàíîâèëè è çàáëîêèðîâàëè êëþ÷ êàíàëà, êàê âî
- âòîðîì ïðèìåðå íèæå, âû äîëæíû òàêæå óñòàíîâèòü îïöèþ RESTRICTED
- íà êàíàë (ñì. HELP SET RESTRICTED), èëè ëþáîé, êòî çàéäåò íà êàíàë
- êîãäà òîò áóäåò ïóñò, ñìîæåò óâèäåòü óñòàíîâëåííûé êëþ÷!
-
- Ïðèìåðû:
-
- SET #êàíàë MLOCK +nt-iklps
- áëîêèðóåò âêëþ÷åííûìè ðåæèìû n è t, è âûêëþ÷åííûìè i, k, l,
- p, è s. Ðåæèì m îñòàåòñÿ ñâîáîäíûì ê óñòàíîâêå/ñíÿòèþ.
-
- SET #êàíàë MLOCK +knst-ilmp ìîé-êëþ÷-ïàðîëü
- áëîêèðóåò âêëþ÷åííûì ðåæèìû k, n, s, è t, è âûêëþ÷åííûìè
- i, l, m, è p. Òàêæåá óñòàíàâëèâàåò êëþ÷ äëÿ âõîäà íà êàíàë
- ("ìîé-êëþ÷-ïàðîëü").
-
- SET #êàíàë MLOCK +
- óäàëÿåò áëîêèðîâêó ðåæèìîâ. Âñå ðåæèìû êàíàëà ìîãóò áûòü
- ñâîáîäíî èçìåíåíû ëþáûì îïåðàòîðîì êàíàëà.
-
-CHAN_HELP_SET_PEACE
- Ñèíòàêñèñ: %s #êàíàë PEACE {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò îïöèþ ñïîêîéñòâèÿ íà êàíàëå. Äàííûé ðåæèì
- ïîçâîëÿåò çàïðåòèòü èñïîëüçîâàíèå òàêèõ êîìàíä %S'à êàê BAN,
- OP, DEOP, KICK è ò. ä. îòíîñèòåëüíî òåõ, êòî âûøå èëè ðàâåí ïî
- ñòàòóñó îòíîñèòåëüíî èñïîëüçóþùåãî.
- Ïðèìå÷àíèå: òåì íå ìåíåå ëþáîé, èìåþùèé äîñòóï ê ýòèì êîìàíäàì,
- ñìîæåò èñïîëüçîâàòü èõ îòíîñèòåëüíî ñåáÿ.
-
-CHAN_HELP_SET_PRIVATE
- Ñèíòàêñèñ: %s #êàíàë PRIVATE {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò îïöèþ ïðèâàòíîñòè êàíàëà. Äàííûé ðåæèì
- ïîçâîëÿåò ñêðûòü âàø êàíàë â ñïèñêå êàíàëîâ ïî %R%S LIST.
-
-CHAN_HELP_SET_RESTRICTED
- Ñèíòàêñèñ: %s #êàíàë RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Ñèíòàêñèñ: %s #êàíàë SECURE {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè äëÿ êàíàëà.
- Êîãäà SECURE âêëþ÷åíî, òîëüêî ïîëüçîâàòåëè ñ çàðåãèñòðèðîâàííûìè
- íèêàìè, ïðîèäåíòèôèöèðîâàâøèåñÿ ê íèì ÷åðåç ïàðîëü è âêëþ÷åííûå â
- ñïèñîê äîñòóïà êàíàëà, ñìîãóò çàïðîñèòü ñòàòóñ íà êàíàëå ñ ïîìîùüþ
- %S.
- Åñëè áåçîïàñíîñòü îòêëþ÷åíà, ïîëüçîâàòåëè, ïðîïèñàííûå íà êàíàëå,
- ñìîãóò çàïðîñèòü ñòàòóñ äàæå åñëè èìåþò àâòîðèçàöèþ ê ñâîåìó íèêó
- âñåãî ëèøü ÷åðåç ñïèñîê ìàñîê íà %s.
-
-CHAN_HELP_SET_SECUREOPS
- Ñèíòàêñèñ: %s #êàíàë SECUREOPS {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì îãðàíè÷åíèÿ íà ïîëó÷åíèå ñòàòóñà
- îïåðàòîðà êàíàëà. Äàííûé ðåæèì ïîçâîëÿåò çàïðåòèòü âîçìîæíîñòü
- ïîëó÷åíèÿ ñòàòóñà îïà òåì ïîëüçîâàòåëÿì, êîòîðûå íå ïðèñóòñòâóþò
- â ñïèñêå äîñòóïà êàíàëà èëè ïðàâà êîòîðûõ íå ñîîòâåòñòâóþò
- ïîëó÷àåìîìó ñòàòóñó.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Ñèíòàêñèñ: %s #êàíàë SECUREFOUNDER {ON | OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì áåçîïàñíîñòè âëàäåëüöà íà êàíàëå.
- Àêòèâèðîâàíèå SECUREFOUNDER ïîçâîëÿåò âàì îãðàíè÷èòü âîçìîæíîñòü
- óäàëåíèÿ êàíàëà, èçìåíåíèÿ åãî ïàðîëÿ, âëàäåëüöà èëè íàñëåäíèêà äî
- ðåàëüíîãî âëàäåëüöà, ïðîïèñàííîãî â ãðàôå Founder (Âëàäåëåö êàíàëà).
- (è íå âàæíî, êòî òàì èäåíòèôèöèðîâàëñÿ ê êàíàëó ÷åðåç %S ID).
-
-CHAN_HELP_SET_SIGNKICK
- Ñèíòàêñèñ: %s #êàíàë SIGNKICK {ON | LEVEL | OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ "ïîäïèñàííûõ êèêîâ" íà êàíàëå.
- Àêòèâèðîâàíèå ðåæèìà SIGNKICK çàñòàâèò %S àâòîìàòè÷åñêè
- äîáàâëÿòü ê ïðè÷èíå êèêà íèê òîãî, êòî èñïîëüçîâàë êîìàíäó KICK.
-
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà äëÿ îïöèè SIGNKICK âû ìîæåòå
- óêàçàòü çíà÷åíèå LEVEL. Ýòî ïîçâîëèò áîëåå òîíêî ëèìèòèðîâàòü
- äåéñòâèå äàííîãî ðåæèìà, ïðè óñëîâèè êîíå÷íî, ÷òî âû èñïîëüçóåòå
- ñèñòåìó LEVELS íà êàíàëå (ñì. %R%S HELP LEVELS äëÿ
- áîëåå ïîäðîáíîé èíôîðìàöèè).
-
-CHAN_HELP_SET_XOP
- Ñèíòàêñèñ: %s #êàíàë XOP {ON | OFF}
-
- Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü ñèñòåìó ïðèâåëåãèé xOP íà
- âàøåì êàíàëå. Îñîáåííîñòè äàííîé ñèñòåìû ñîñòîÿò â òîì, ÷òî âñå
- ìàíèïóëÿöèè ñî ñïèñêîì äîñòóïà êàíàëà ïðîèçâîäÿòñÿ ïîñðåäñòâîì
- èñïîëüçîâàíèÿ ãîòîâûõ øàáëîíîâ: SOP, AOP, HOP è VOP. ×òîáû
- âíåñòè êàêèå-ëèáî èçìåíåíèÿ â ñïèñîê äîñòóïà, âàì äîñòàòî÷íî
- èñïîëüçîâàòü îäíîèìåííûå êîìàíäû, âìåñòî òîãî, ÷òî áû ðàçáèðàòüñÿ
- â ìíîãîóðîâíåâîé ñèñòåìå LEVELS.
-
- Ïðèìå÷àíèå: êîãäà âû ïåðåêëþ÷èòåñü ñ ñèñòåìû ACCESS íà ñèñòåìó
- ïðèâèëåãèé xOP, âñå âàøè ïðåäûäóùèå óñòàíîâêè óðîâíåé äëÿ êàíàëà
- è óðîâíè äîñòóïà ïîëüçîâàòåëåé áóäóò èçìåíåíû íà ñòàíäàðòíûå è âû
- íèêàê íå ñìîæåòå âåðíóòü ýòè çíà÷åíèÿ, ïåðåêëþ÷èâøèñü îáðàòíî íà
- ñèñòåìó ïðèâèëåãèé ACCESS!
-
- Ïîñëå ïåðåõîäà ñ ñèñòåìû ACCESS íà ñèñòåìó xOP, óäîñòîâåðüòåñü, ÷òî
- ó âñåõ âàøèõ ïîëüçîâàòåëåé, ïðîïèñàííûõ íà êàíàëå, âûñòàâëåí íóæíûé
- óðîâåíü äîñòóïà, èáî ïåðåõîä èç ACCESS â xOP íå âñåãäà ïðîèñõîäèò
- òàê, êàê íóæíî. Áîëåå òîãî, åñëè âû óæå íàñòðîèëè îïðåäåëåííûå
- çíà÷åíèÿ LEVELS äëÿ âàøåãî êàíàëà, èçìåíÿòü ñèñòåìó ïðèâèëåãèé íà
- xOP-ñîâìåñòèìóþ íå ðåêîìåíäóåòñÿ.
-
- Ïåðåêëþ÷åíèå èç ñèñòåìû xOP â ñèñòåìó ACCESS îáû÷íî ïðîõîäèò áåç
- êàêèõ-ëèáî ïðîáëåì.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Ñèíòàêñèñ: %s #êàíàë OPNOTICE {ON | OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò îïöèþ OP-óâåäîìëåíèÿ íà âàøåì êàíàëå.
- Êîãäà îï-óâåäîìëåíèå âêëþ÷åíî, %S áóäåò ïîñûëàòü íîòèñ
- íà êàíàë êàæäûé ðàç, êîãäà êòî-ëèáî èñïîëüçóåò êîìàíäû OP/DEOP.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Ñèíòàêñèñ: AOP #êàíàë ADD íèê
- AOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- AOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- AOP #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì AOP'îâ (àâòîïåðàòîðîâ) âàøåãî êàíàëà.
- Ïðèâèëåãèè AOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ îïà
- ñðàçó ïðè âõîäå íà êàíàë, âîçìîæíîñòü óñòàíàâëèâàòü/ñíèìàòü áàíû
- ïîñðåäñòâîì ñåðâèñîâ, ïðèãëàøàòü ñåáÿ íà êàíàë, çàïðàøèâàòü êëþ÷
- êàíàëà è ìíîãîå äðóãîå.
-
- Êîìàíäà AOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê AOP'îâ.
-
- Êîìàíäà AOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà AOP'îâ.  êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð
- çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).
-
- Êîìàíäà AOP LIST âûâîäèò òåêóùèé ñïèñîê AOP'îâ êàíàëà.  êà÷åñòâå
- äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî
- ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä
- ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
-
- Íàïðèìåð:
-
- AOP #êàíàë LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.
-
- AOP #êàíàë LIST *vas*
- îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó "vas"
-
- Êîìàíäà AOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê AOP'îâ.
-
- Êîìàíäû AOP ADD è AOP DEL ìîãóò èñïîëüçîâàòü òîëüêî SOP'û êàíàëà
- èëè âëàäåëåö, êîìàíäó AOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî âëàäåëåö.
- Êîìàíäà AOP LIST äîñòóïíà ëþáîìó ïîëüçîâàòåëþ èç ñïèñêà AOP'îâ.
-
- Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ
- ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå
- èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì
- êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ
- êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ
- ïî %R%S HELP ACCESS è %R%S HELP SET XOP.
-
-CHAN_HELP_HOP
- Ñèíòàêñèñ: HOP #êàíàë ADD íèê
- HOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- HOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- HOP #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì HOP'îâ (ïîëóîïåðàòîðîâ) âàøåãî êàíàëà.
- Ïðèâèëåãèè HOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ õîïà
- ñðàçó ïðè âõîäå íà êàíàë, èëè çàïðîñèòü åãî âðó÷íóþ, ÷åðåç ñåðâèñû.
-
- Êîìàíäà HOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê HOP'îâ.
-
- Êîìàíäà HOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà HOP'îâ.  êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð
- çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).
-
- Êîìàíäà HOP LIST âûâîäèò òåêóùèé ñïèñîê HOP'îâ êàíàëà.  êà÷åñòâå
- äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî
- ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä
- ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
-
- Íàïðèìåð:
-
- HOP #êàíàë LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.
-
- HOP #êàíàë LIST *vas*
- îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó "vas"
-
- Êîìàíäà HOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê HOP'îâ.
-
- Êîìàíäû HOP ADD, HOP DEL è HOP LIST ìîãóò èñïîëüçîâàòü AOP'û
- êàíàëà èëè âûøå, êîìàíäó HOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî
- âëàäåëåö êàíàëà.
-
- Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ
- ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå
- èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì
- êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ
- êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ
- ïî %R%S HELP ACCESS è %R%S HELP SET XOP.
-
-CHAN_HELP_SOP
- Ñèíòàêñèñ: SOP #êàíàë ADD íèê
- SOP #êàíàë DEL {íèê | íîìåð çàïèñè | ñïèñîê_çàïèñåé}
- SOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- SOP #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì SOP'îâ (ñóïåðîïåðàòîðîâ) âàøåãî êàíàëà.
- Ïðèâèëåãèè SOP'à âêëþ÷àþò â ñåáÿ íå òîëüêî âñå ïðèâèëåãèè AOP'à, íî
- è âîçìîæíîñòü óïðàâëÿòü ñïèñêîì äîñòóïà êàíàëà, ñïèñêîì àâòîêèêîâ,
- ñïèñêîì "ïëîõèõ ñëîâ" è ñïèñêîì ìåìî-ñîîáùåíèé.
-
- Êîìàíäà SOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê SOP'îâ.
-
- Êîìàíäà SOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà SOP'îâ.  êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð
- çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).
-
- Êîìàíäà SOP LIST âûâîäèò òåêóùèé ñïèñîê SOP'îâ êàíàëà.  êà÷åñòâå
- äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî
- ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä
- ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
-
- Íàïðèìåð:
-
- SOP #êàíàë LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.
-
- SOP #êàíàë LIST *vas*
- îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó 'vas'
-
- Êîìàíäà SOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SOP'îâ.
-
- Êîìàíäû SOP ADD, SOP DEL è SOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî
- âëàäåëåö êàíàëà, êîìàíäà SOP LIST äîñòóïíà âñåì ïîëüçîâàòåëÿì ñ
- ïðèâèëåãèÿìè AOP'à è âûøå.
-
- Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ
- ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå
- èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì
- êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ
- êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ
- ïî %R%S HELP ACCESS è %R%S HELP SET XOP.
-
-CHAN_HELP_VOP
- Ñèíòàêñèñ: VOP #êàíàë ADD íèê
- VOP #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- VOP #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- VOP #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì VOP'îâ (àâòîâîéñîâ) âàøåãî êàíàëà.
- Ïðèâèëåãèè VOP'à äàþò ïîëüçîâàòåëþ âîçìîæíîñòü ïîëó÷èòü ñòàòóñ âîéñà
- ñðàçó ïðè âõîäå íà êàíàë, èëè çàïðîñèòü åãî âðó÷íóþ, ÷åðåç ñåðâèñû.
-
- Êîìàíäà VOP ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê HOP'îâ.
-
- Êîìàíäà VOP DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà VOP'îâ.  êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî íèê, íî è êîíêðåòíûé íîìåð
- çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ LIST íèæå).
-
- Êîìàíäà VOP LIST âûâîäèò òåêóùèé ñïèñîê VOP'îâ êàíàëà.  êà÷åñòâå
- äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ ìàñêó, ÷òî
- ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä
- ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
-
- Íàïðèìåð:
-
- VOP #êàíàë LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.
-
- VOP #êàíàë LIST *vas*
- îòîáðàçèò âñå çàïèñè, êîòîðûå ñîäåðæàò ïîäñòðîêó 'vas'
-
- Êîìàíäà VOP CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê VOP'îâ.
-
- Êîìàíäû VOP ADD, VOP DEL è VOP LIST ìîãóò èñïîëüçîâàòü AOP'û
- êàíàëà èëè âûøå, êîìàíäó VOP CLEAR ìîæåò èñïîëüçîâàòü òîëüêî
- âëàäåëåö êàíàëà.
-
- Ïîìíèòå, ÷òî äàííàÿ êîìàíäà ðàáîòàåò òîëüêî â ñëó÷àå èñïîëüçîâàíèÿ
- ñèñòåìû ïðèâèëåãèé xOP. Åñëè âû èñïîëüçóåòå ñèñòåìó LEVELS, âñå
- èçìåíåíèÿ ñïèñêà äîñòóïà êàíàëà äîëæíû ïðîèçâîäèòñÿ ïîñðåäñòâîì
- êîìàíäû ACCESS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî èñïîëüçîâàíèþ
- êîìàíäû ACCESS è ñèñòåìû ïðèâèëåãèé xOP ñì. ñïðàâî÷íóþ èíôîðìàöèþ
- ïî %R%S HELP ACCESS è %R%S HELP SET XOP.
-
-CHAN_HELP_ACCESS
- Ñèíòàêñèñ: ACCESS #êàíàë ADD íèê óðîâåíü
- ACCESS #êàíàë DEL {íèê | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- ACCESS #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- ACCESS #êàíàë VIEW [ìàñêà | ñïèñîê_çàïèñåé]
- ACCESS #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü ñïèñêîì äîñòóïà (ACCESS-ñïèñêîì) êàíàëà.
- Äàííûé ñïèñîê âêëþ÷àåò â ñåáÿ âñåõ ïîëüçîâàòåëåé, êîòîðûå èìåþò òå
- èëè èíûå ïðèâèëåãèè íà êàíàëå, íàïðèìåð: äîñòóï ê ñòàòóñó îïåðàòîðà,
- äîñòóï ê óïðàâëåíèþ ñïèñêîì AKICK'îâ, äîñòóï ê òàêèì êîìàíäàì êàê
- KICK, BAN, VOICE, INVITE è ò. ä.
- Ðàçëè÷íûå óðîâíè äîñòóïà îïðåäåëÿþò ðàçëè÷íûå ïðèâèëåãèè íà êàíàëå.
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î ñòàíäàðòíûõ óðîâíÿõ äîñòóïà êàíàëà
- ñì. %R%S HELP ACCESS LEVELS
- Ïðèìå÷àíèå: ëþáîé, íå âêëþ÷åííûé â ñïèñîê äîñòóïà ïîëüçîâàòåëü,
- ñ÷èòàåòñÿ ïîëüçîâàòåëåì ñ óðîâíåì äîñòóïà 0.
-
- Êîìàíäà ACCESS ADD äîáàâëÿåò óêàçàííûé íèê â ñïèñîê äîñòóïà
- êàíàëà ñ óêàçàííûì óðîâíåì. Åñëè ýòîò íèê óæå ÷èñëèòñÿ â ñïèñêå,
- åãî óðîâåíü áóäåò èçìåíåí íà òîò, êîòîðûé áûë óêàçàí. Çíà÷åíèå
- óðîâíÿ äîëæíî áûòü ìåíüøå, ÷åì óðîâåíü ïîëüçîâàòåëÿ, èñïîëüçóþùåãî
- êîìàíäó ADD, è, åñëè íèê óæå ïðèñóòñòâóåò â ñïèñêå äîñòóïà,
- òåêóùèé óðîâåíü äîñòóïà óêàçàííîãî íèêà äîëæåí áûòü ìåíüøå, ÷åì
- óðîâåíü äîñòóïà ïîëüçîâàòåëÿ, èñïîëüçóþùåãî äàííóþ êîìàíäó.
-
- Êîìàíäà ACCESS DEL óäàëÿåò óêàçàííûé íèê èç ñïèñêà äîñòóïà. Åñëè
- â êà÷åñòâå ïàðàìåòðà óêàçàí íîìåð çàïèñè, èëè ñïèñîê çàïèñåé - âñå
- çàïèñè ïîä äàííûìè íîìåðàìè áóäóò óäàëåíû (ñì. ïðèìåð èñïîëüçîâàíèÿ
- êîìàíäû LIST íèæå).
-
- Êîìàíäà ACCESS LIST âûâîäèò òåêóùèé ñïèñîê ñïèñîê äîñòóïà êàíàëà.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà ìîæíî óêàçàòü ñèìâîëüíóþ ìàñêó,
- ÷òî ïîçâîëèò ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè íèêàìè, ïîïàäàþùèìè ïîä
- ýòó ìàñêó, èëè æå, ìîæíî óêàçàòü ñïèñîê çàïèñåé.
-
- Íàïðèìåð:
-
- ACCESS #êàíàë LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñî 2-îé ïî 5-óþ, è ñ 7-îé ïî 9-þ.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- Êîìàíäà ACCESS CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê äîñòóïà.
-
-CHAN_HELP_ACCESS_LEVELS
- Óðîâíè äîñòóïà ïîëüçîâàòåëåé
-
- Ïî-óìîë÷àíèþ, îïðåäåëåíû íèæåñëåäóþùèå çíà÷åíèÿ óðîâíåé äîñòóïà:
-
- Founder - ïîëíûé äîñòóï ê âñåì ôóíêöèÿì %S íà ñâîåì êàíàëå,
- àâòîìàòè÷åñêîå ïîëó÷åíèå ñòàòóñà îïåðàòîðà ïðè âõîäå
- íà êàíàë. Ïîìíèòå, ÷òî òîëüêî îäèí ÷åëîâåê ìîæåò èìåòü
- ñòàòóñ âëàäåëüöà (è ýòî íèêàê íåëüçÿ èçìåíèòü êîìàíäîé
- ACCESS).
- 10 - Äîñòóï ê êîìàíäå AKICK, àâòîîï.
- 5 - Àâòîîï.
- 3 - Àâòîâîéñ.
- 0 - Íèêàêèõ îñîáûõ ïðèâèëåãèé, ìîæåò ïîëó÷èòü ñòàòóñ îïà
- îò äðóãîãî îïåðàòîðà êàíàëà
- (òîëüêî åñëè ðåæèì îãðàíè÷åííîãî ñòàòóñà îòêëþ÷åí).
- <0 - Àâòîäåîï. Ñòàòóñ îïà áóäåò ñðàçó æå ñíèìàòüñÿ ñåðâèñàìè.
-
- Ñ ïîìîùüþ êîìàíäû LEVELS âû ìîæåòå ïåðåíàçíà÷èòü óðîâíè äîñòóïà
- ïî ñâîåìó âêóñó. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î íàñòðîéêå óðîâíåé
- äîñòóïà ñì. %R%S HELP LEVELS.
-
-CHAN_HELP_AKICK
- Ñèíòàêñèñ: AKICK #êàíàë ADD {íèê | ìàñêà} [ïðè÷èíà]
- AKICK #êàíàë STICK ìàñêà
- AKICK #êàíàë UNSTICK ìàñêà
- AKICK #êàíàë DEL {íèê | ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- AKICK #êàíàë LIST {ìàñêà | íîìåð_çàïèñè | ñïèñîê çàïèñåé}
- AKICK #êàíàë VIEW {ìàñêà | íîìåð_çàïèñè | ñïèñîê çàïèñåé}
- AKICK #êàíàë ENFORCE
- AKICK #êàíàë CLEAR
-
- Ïîçâîëÿåò óïðàâëÿòü AKICK-ñïèñêîì êàíàëà. Ëþáîé ïîëüçîâàòåëü, ÷üÿ
- õîñòìàñêà ñîâïàäåò ñ îäíîé èç çàïèñåé â AKICK-ñïèñêå, áóäåò
- íåìåäëåííî çàáàíåí è âûêèíóò ñ êàíàëà ïðè ïîïûòêå íà íåãî çàéòè.
- Âñå ñïèñêè àâòîêèêîâ õðàíÿòñÿ íà %S, äëÿ êàæäîãî êàíàëà -
- ñâîé ñïèñîê.
-
- Êîìàíäà AKICK ADD äîáàâëÿåò íèê èëè ìàñêó â ñïèñîê àâòîêèêîâ.
- Äîïîëíèòåëüíî, âû ìîæåòå óêàçàòü ïðè÷èíó - ýòîò òåêñò áóäåò
- èñïîëüçîâàí ïðè êèêå ïîëüçîâàòåëÿ ñ êàíàëà. Åñëè ïðè÷èíà íå
- óêàçàíà - áóäåò èñïîëüçîâàí ñòàíäàðòíûé òåêñò èç êîíôèãóðàöèîííîãî
- ôàéëà ñåðâèñîâ (User has been banned from the channel).
-
- Êîìàíäà AKICK STICK ïîçâîëÿåò ñîçäàòü ïîñòîÿííûé áàí äëÿ óêàçàííîé
- ìàñêè èç ñïèñêà àâòîêèêîâ. Äàííûé áàí âñåãäà áóäåò ïðèñóòñâîâàòü íà
- êàíàëå, %S íèêîìó íå ïîçâîëèò ñíÿòü åãî.
- Ïðèìå÷àíèå: óñòàíîâêà stick-çàïèñè íà çàðåãèñòðèðîâàííûé íèê -
- íåâîçìîæíà.
-
- Êîìàíäà AKICK UNSTICK ïîçâîëÿåò óäàëèòü stick-çàïèñü, îäíàêî áàí
- êàíàëà âû äîëæíû óäàëèòü âðó÷íóþ.
-
- Êîìàíäà AKICK DEL óäàëÿåò óêàçàííûé íèê èëè ìàñêó èç ñïèñêà
- àâòîêèêîâ.  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü
- íîìåð çàïèñè èëè ñïèñîê çàïèñåé.
- Ïðèìå÷àíèå: óäàëåíèå çàïèñè èç AKICK-ñïèñêà íå óäàëÿåò áàí íà
- êàíàëå, âû äîëæíû áóäåòå ñíÿòü åãî âðó÷íóþ.
-
- Êîìàíäà AKICK LIST ïîêàçûâàåò òåêóùèé ñïèñîê àâòîêèêîâ êàíàëà.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà âû ìîæåòå óêàçàòü ìàñêó, ÷òîáû
- ïîëó÷èòü òîëüêî ñîâïàäàþùèå çàïèñè, èëè íîìåð/ñïèñîê çàïèñåé, ÷òîáû
- ïðîñìîòðåòü òîëüêî ýòè çàïèñè.
-
- Êîìàíäà AKICK VIEW ÿâëÿåòñÿ áîëåå ïîäðîáíûì àíàëîãîì êîìàíäû
- AKICK LIST (äîïîëíèòåëüíî ïîêàçûâàåòñÿ âðåìÿ óñòàíîâêè AKICK'à è
- åãî ïðè÷èíà).
-
- Êîìàíäà AKICK ENFORCE ïîñûëàåò %S çàïðîñ íà íåìåäëåííóþ ïåðåïðîâåðêó
- AKICK-ñïèñêà êàíàëà.
-
- Êîìàíäà AKICK CLEAR ïîëíîñòüþ î÷èùàåò ñïèñîê àâòîêèêîâ êàíàëà.
-
-CHAN_HELP_LEVELS
- Ñèíòàêñèñ: LEVELS #êàíàë SET òèï [óðîâåíü|FOUNDER]
- LEVELS #êàíàë {DIS | DISABLE} òèï
- LEVELS #êàíàë LIST
- LEVELS #êàíàë RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Íèæå ïðåäñòàâëåí ñïèñîê âñåõ äîñòóïíûõ êîìàíä/ôóíêöèé è èõ îïèñàíèå.
- Îáðàòèòå âíèìàíèå íà ôóíêöèè NOJOIN è AUTODEOP - â îòëè÷èå îò âñåõ
- äðóãèõ ôóíêöèé, èõ óðîâåíü ÿâëÿåòñÿ ìàêñèìàëüíûì. Óðîâíè âñåõ äðóãèõ
- êîìàíä/ôóíêöèé ðàñöåíèâàþòñÿ êàê ìèíèìàëüíûå (ìèíèìàëüíî íåîáõîäèìûé
- óðîâåíü äëÿ èñïîëüçîâàíèÿ).
-
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Ñèíòàêñèñ: INFO #êàíàë
-
- Ïîçâîëÿåò ïîëó÷èòü ïîäðîáíóþ èíôîðìàöèþ î çàðåãèñòðèðîâàíîì êàíàëå,
- â ÷àñòíîñòè òàêóþ êàê: íèê âëàäåëüöà, âðåìÿ ðåãèñòðàöèè êàíàëà, äàòó
- åãî ïîñëåäíåãî èñïîëüçîâàíèÿ è îïèñàíèå. Ñ ïàðàìåòðîì ALL áóäóò
- òàê æå ïîêàçàíû çàáëîêèðîâàííûå ðåæèìû, îïöèè êàíàëà è åãî íàñëåäíèê.
- Ïðèìå÷àíèå: ïî-óìîë÷àíèþ, èñïîëüçîâàòü êîìàíäó ñ ïàðàìåòðîì ALL
- ìîæåò òîëüêî âëàäåëåö êàíàëà.
-
-CHAN_HELP_LIST
- Ñèíòàêñèñ: LIST ìàñêà
-
- Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ, íàçâàíèå êîòîðûõ
- ñîâïàäàåò ñ óêàçàííîé ìàñêîé. Ïîìèìî ìàñêè âû ìîæåòå óêàçàòü ñïèñîê
- çàïèñåé, íàïðèìåð çàïðîñ #1-5 ïîêàæåò âñå êàíàëû ñ 1-ãî ïî 5-ûé
- (êàíàëû ñ âêëþ÷åííîé îïöèåé PRIVATE ïîêàçàíû íå áóäóò).
- Ïðèìå÷àíèå: ïðè ïîèñêå êàíàëîâ íà÷èíàþùèõñÿ ñ "#", ñàì ñèìâîë
- "#" óêàçûâàòü íå íàäî - îí çàðåçåðâèðîâàí äëÿ ñïèñêà (ñì. âûøå).
-
-CHAN_HELP_OP
- Ñèíòàêñèñ: OP #êàíàë [íèê]
-
- Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ îïåðàòîðà êàíàëà óêàçàííîìó íèêó íà
- óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ îïåðàòîðà áóäåò
- âûäàí èñïîëüçóþùåìó êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_DEOP
- Ñèíòàêñèñ: DEOP #êàíàë [íèê]
-
- Ñíèìàåò ñòàòóñ îïåðàòîðà êàíàëà ñ óêàçàííîãî íèêà íà óêàçàííîì
- êàíàëå. Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ îïåðàòîðà ñ èñïîëüçóþùåãî
- êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_VOICE
- Ñèíòàêñèñ: VOICE #êàíàë [íèê]
-
- Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ âîéñà óêàçàííîìó íèêó íà óêàçàííîì
- êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ âîéñà áóäåò âûäàí èñïîëüçóþùåìó
- êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà VOP'àìè
- èëè ëèöàìè ñ óðîâíåì äîñòóïà 3 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_DEVOICE
- Ñèíòàêñèñ: DEVOICE #êàíàë [íèê]
-
- Ñíèìàåò ñòàòóñ âîéñà ñ óêàçàííîãî íèêà íà óêàçàííîì êàíàëå. Åñëè íèê
- íå óêàçàí, ñíèìàåò ñòàòóñ âîéñà ñ èñïîëüçóþùåãî êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà VOP'àìè
- èëè ëèöàìè ñ óðîâíåì äîñòóïà 3 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_HALFOP
- Ñèíòàêñèñ: HALFOP #êàíàë [íèê]
-
- Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ ïîëóîïåðàòîðà êàíàëà óêàçàííîìó íèêó
- íà óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ ïîëóîïåðàòîðà
- áóäåò âûäàí èñïîëüçóþùåìó êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà HOP'àìè
- èëè ëèöàìè ñ óðîâíåì äîñòóïà 4 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_DEHALFOP
- Ñèíòàêñèñ: DEHALFOP #êàíàë [íèê]
-
- Ñíèìàåò ñòàòóñ ïîëóîïåðàòîðà ñ óêàçàííîãî íèêà íà óêàçàííîì êàíàëå.
- Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ ïîëóîïåðàòîðà ñ èñïîëüçóþùåãî
- êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå. Ìîæåò áûòü èñïîëüçîâàíà HOP'àìè
- èëè ëèöàìè ñ óðîâíåì äîñòóïà 4 è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_PROTECT
- Ñèíòàêñèñ: PROTECT #êàíàë [íèê]
-
- Ïîçâîëÿåò óñòàíîâèòü ñòàòóñ çàùèòû (àäìèíèñòðàòîðà) êàíàëà óêàçàííîìó
- íèêó íà óêàçàííîì êàíàëå. Åñëè íèê íå óêàçàí, ñòàòóñ çàùèòû áóäåò
- âûäàí èñïîëüçóþùåìó êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà âëàäåëüöåì èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 10 (SOP) è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_DEPROTECT
- Ñèíòàêñèñ: DEPROTECT #êàíàë [íèê]
-
- Ñíèìàåò ñòàòóñ çàùèòû (àäìèíèñòðàòîðà) ñ óêàçàííîãî íèêà íà óêàçàííîì
- êàíàëå. Åñëè íèê íå óêàçàí, ñíèìàåò ñòàòóñ çàùèòû ñ èñïîëüçóþùåãî
- êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà âëàäåëüöåì èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 10 (SOP) è âûøå (â ïîñëåäíåì ñëó÷àå - òîëüêî
- îòíîñèòåëüíî ñåáÿ).
-
-CHAN_HELP_OWNER
- Ñèíòàêñèñ: OWNER #êàíàë
-
- Óñòàíàâëèâàåò ñòàòóñ âëàäåëüöà êàíàëà èñïîëüçóþùåìó êîìàíäó.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî
- âëàäåëüöåì êàíàëà.
-
-CHAN_HELP_DEOWNER
- Ñèíòàêñèñ: DEOWNER #êàíàë
-
- Ñíèìàåò ñ èñïîëüçóþùåãî ñòàòóñ âëàäåëüöà êàíàëà.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî
- âëàäåëüöåì êàíàëà.
-
-CHAN_HELP_INVITE
- Ñèíòàêñèñ: INVITE #êàíàë
-
- Çàñòàâëÿåò %S ïðèãëàñèòü âàñ íà óêàçàííûé êàíàë.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_UNBAN
- Ñèíòàêñèñ: UNBAN #êàíàë [nick]
-
- Remove all bans preventing a user from entering a channel
- user from entering the given channel.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè
- èëè ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_KICK
- Ñèíòàêñèñ: KICK #êàíàë íèê [ïðè÷èíà]
-
- Âûêèäûâàåò óêàçàííîãî ïîëüçîâàòåëÿ ñ óêàçàííîãî êàíàëà.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_BAN
- Ñèíòàêñèñ: BAN #êàíàë íèê [ïðè÷èíà]
-
- Áàíèò óêàçàííîãî ïîëüçîâàòåëÿ íà óêàçàííîì êàíàëå.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà AOP'àìè èëè
- ëèöàìè ñ óðîâíåì äîñòóïà 5 è âûøå.
-
-CHAN_HELP_TOPIC
- Ñèíòàêñèñ: TOPIC #êàíàë [òåêñò]
-
- Ïîçâîëÿåò èçìåíèòü òîïèê êàíàëà ïîñðåäñòâîì %S. Åñëè òåêñò
- òîïèêà íå óêàçàí - òîïèê êàíàëà áóäåò ïîëíîñòüþ óäàëåí. ×àùå âñåãî,
- ïðèìåíÿòü äàííóþ êîìàíäó èìååò ñìûñë ïðè àêòèâèðîâàííîì ðåæèìå
- áëîêèðîâêè òîïèêà, êîãäà èçìåíèòü òîïèê êàíàëà îáû÷íûì ñïîñîáîì
- íå ïðåäñòàâëÿåòñÿ âîçìîæíûì. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì.
- ñïðàâêó ïî %R%S HELP SET TOPICLOCK.
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî
- âëàäåëüöåì êàíàëà.
-
-CHAN_HELP_CLEAR
- Ñèíòàêñèñ: CLEAR #êàíàë ÷òî_èìåííî
-
- Ïîñûëàåò %S çàïðîñ íà î÷èñòêó îïðåäåëåíûõ ðåæèìîâ êàíàëà.
- Âàëèäíûå çíà÷åíèÿ:
-
- MODES ñáðîñ âñåõ ðåæèìîâ êàíàëà (i,k,l,m,n,p,s,t è ò. ä.)
- BANS óäàëåíèå âñåõ áàíîâ êàíàëà
- EXCEPTS óäàëåíèå âñåõ èñêëþ÷åíèé èç áàíà
- INVITES óäàëåíèå âñåõ èñêëþ÷åíèé íà ïðèãëàøåíèå
- OPS ñíÿòèå ñòàòóñà îïåðàòîðà ñî âñåõ îïåðàòîðîâ êàíàëà.
- If supported, removes channel-admin (mode +a) and
- channel-owner (mode +q) as well.
- HOPS ñíÿòèå ñòàòóñà ïîëóîïåðàòîðà ñî âñåõ õîïîâ êàíàëà
- VOICES ñíÿòèå ñòàòóñà âîéñà ñî âñåõ âîéñîâ êàíàëà
- USERS ìàññîâûé êèê âñåõ ïîñåòèòåëåé êàíàëà
-
- Ïî-óìîë÷àíèþ, äàííàÿ êîìàíäà ìîæåò áûòü èñïîëüçîâàíà òîëüêî
- âëàäåëüöåì êàíàëà.
-
-CHAN_HELP_GETKEY
- Ñèíòàêñèñ: GETKEY #êàíàë
-
- Ïîçâîëÿåò çàïðîñèòü ó ñåðâèñîâ êëþ÷-ïàðîëü êàíàëà.
-
-CHAN_SERVADMIN_HELP
-
- Àäìèíèñòðàòîðû ñåðâèñîâ ìîãóò óäàëèòü ëþáîé êàíàë áåç èäåíòèôèêàöèè
- ê íåìó â êà÷åñòâå âëàäåëüöà, ìîãóò ïðîñìàòðèâàòü ñïèñêè äîñòóïà
- êàíàëîâ, à òàê æå, ñïèñêè àêèêîâ è óñòàíîâêè óðîâíåé äîñòóïà êàíàëîâ.
-
-CHAN_SERVADMIN_HELP_DROP
- Ñèíòàêñèñ: DROP #êàíàë
-
- Óäàëÿåò óêàçàííûé êàíàë èç áàçû äàííûõ ñåðâèñîâ. Âû ì îæåòå óäàëèòü
- òîëüêî òå êàíàëû, êîòîðûìè âû âëàäååòå.
- Êàê Àäìèíèñòðàòîð ñåðâèñîâ, âû ìîæåòå óäàëèòü ëþáîé çàðåãèñòðèðîâàííûé
- êàíàë ñåòè áåç êàêîé-ëèáî èäåíòèôèêàöèè ê íåìó.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Ñèíòàêñèñ: SET #êàíàë NOEXPIRE {ON | OFF}
-
- Ïîçâîëÿåò óñòàíîâèòü ðåæèì íå-èñòå÷åíèÿ äëÿ óêàçàííîãî êàíàëà.
- Àêòèâèðîâàíèå ýòîé îïöèè àâòîìàòè÷åñêè èñêëþ÷èò êàíàë èç óñëîâèé
- èñòå÷åíèÿ åãî ðåãèñòðàöèè ïî âðåìåíè. Ñîîòâåòñòâåííî äåàêòèâèðîâàíèå
- ðåæèìà âåðíåò âñå íà êðóãè ñâîÿ.
-
-CHAN_SERVADMIN_HELP_LIST
- Ñèíòàêñèñ: LIST ìàñêà [FORBIDDEN] [SUSPENDED] [NOEXPIRE]
-
- Âûâîäèò ñïèñîê âñåõ çàðåãèñòðèðîâàííûõ êàíàëîâ ïî óêàçàííîé ìàñêå.
- Êàíàëû ñ ïàðàìåòðîì PRIVATE áóäóò ïîêàçàíû òîëüêî Àäìèíèñòðàòîðàì
- ñåðâèñîâ. Êàíàëû ñ ïàðàìåòðîì NOEXPIRE áóäóò ïîêàçàíû ñ ïðåôèêñîì
- ! ïåðåä èìåíåì êàíàëà.
-
-  êà÷åñòâå äîïîëíèòåëüíûõ îïöèé êîìàíäû LIST âû ìîæåòå óêàçàòü
- FORBIDDEN, SUSPENDED èëè NOEXPIRE. Ýòî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê
- êàíàëîâ, îòâå÷àþùèõ îïðåäåëåííûì êðèòåðèÿì, â ÷àñòíîñòè òàêèì êàê:
- FORBIDDEN - êàíàëû, çàïðåùåííûå ê èñïîëüçîâàíèþ; SUSPENDED - êàíàëû,
- "çàìîðîæåííûå" äî ïîðû äî âðåìåíè; NOEXPIRE - êàíàëû, íàõîäÿùèåñÿ â
- ðåæèìå "íå-èñòå÷åíèÿ". Åñëè óêàçàíû âñå ÷åòûðå îïöèè, òî âñå 3 òèïà
- êàíàëîâ áóäóò ïåðå÷èñëåíû â ñïèñêå.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Ñèíòàêñèñ: GETPASS #êàíàë
-
- Ïîçâîëÿåò ïîëó÷èòü ïàðîëü îò óêàçàííîãî êàíàëà.
-
- Ïðèìå÷àíèå: ñðàçó ïî èñïîëüçîâàíèè äàííîé êîìàíäû, ñåðâèñû ïîøëþò
- ïî WALLOPS/GLOBOPS ñîîáùåíèå, ñîäåðæàùèå íèê èñïîëüçîâàâøåãî êîìàíäó,
- è íèê, îòíîñèòåëüíî êîòîðîãî áûëà èñïîëüçîâàíà êîìàíäà. Îäíîâðåìåííî
- ñ ýòèì, ñîáûòèå áóäåò çàïèñàíî â ëîã-ôàéë.
- Ïðèìå÷àíèå 2: êîìàíäà íåäîñòóïíà, åñëè âêëþ÷åíî øèôðîâàíèå ïàðîëåé.
-
-CHAN_SERVADMIN_HELP_FORBID
- Ñèíòàêñèñ: FORBID #êàíàë [ïðè÷èíà]
-
- Çàïðåùàåò ðåãèñòðèðîâàòü èëè èñïîëüçîâàòü óêàçàííûé êàíàë. Ýôôåêò
- çàïðåòà îòìåíÿåòñÿ ïóòåì óäàëåíèÿ êàíàëà.
-
- Ïðèìå÷àíèå: â çàâèñèìîñòè îò íàñòðîåê ñåðâèñîâ, ïðè÷èíà ìîæåò
- áûòü ïàðàìåòðîì êàê îïöèîíàëüíûì, òàê è íåîáõîäèìûì.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Ñèíòàêñèñ: SUSPEND #êàíàë [ïðè÷èíà]
-
- Ïðèîñòàíàâëèâàåò ëþáóþ àêòèâíîñòü óêàçàííîãî êàíàëà (çàìîðàæèâàåò).
-  ðåæèìå ñàñïåíäà, íà êàíàë íå äåéñòâóþò óñëîâèÿ èñòå÷åíèÿ ðåãèñòðàöèè
- ïî âðåìåíè, êàíàë íåâîçìîæíî èñïîëüçîâàòü èëè óäàëèòü. Åäèíñòâåííîå,
- ÷òî âëàäåëåö âñå åùå ìîæåò - ýòî èçìåíÿòü íàñòðîéêè ñâîåãî êàíàëà.
- Ýôôåêò "çàìîðîçêè" îòìåíÿåòñÿ ïóòåì èñïîëüçîâàíèÿ êîìàíäû UNSUSPEND,
- êîòîðàÿ ïîëíîñòüþ âîññòàíàâëèâàåò àêòèâíîñòü êàíàëà ñî âñåìè åãî
- íàñòðîéêàìè.
-
- Ïðèìå÷àíèå: â çàâèñèìîñòè îò íàñòðîåê ñåðâèñîâ, ïðè÷èíà ìîæåò
- áûòü ïàðàìåòðîì êàê îïöèîíàëüíûì, òàê è íåîáõîäèìûì.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Ñèíòàêñèñ: UNSUSPEND #êàíàë
-
- Ïîëíîñòüþ âîññòàíàâëèâàåò àêòèâíîñòü ïðèîñòàíîâëåííîãî êàíàëà.
-
-CHAN_SERVADMIN_HELP_STATUS
- Ñèíòàêñèñ: STATUS #êàíàë íèê
-
- Âîçâðàùàåò òåêóùèé óðîâåíü äîñòóïà óêàçàííîãî íèêà íà óêàçàííîì
- êàíàëå. Äàííûå âîçâðàùàþòñÿ â ñëåäóþùåì ôîðìàòå:
-
- STATUS #êàíàë íèê óðîâåíü_äîñòóïà
-
- Åñëè ïðîèçîéäåò îøèáêà, òî îòâåò áóäåò òàêèì:
-
- STATUS ERROR ñîîáùåíèå_îá_îøèáêå
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND Îòïðàâêà ìåìî-ñîîáùåíèÿ óêàçàííîìó íèêó èëè êàíàëó
-MEMO_HELP_CMD_CANCEL
- CANCEL Îòìåíà ïîñëåäíåãî îòïðàâëåííîãî âàìè ìåìî-ñîîáùåíèÿ
-MEMO_HELP_CMD_LIST
- LIST Ñïèñîê âàøèõ ìåìî-ñîîáùåíèé
-MEMO_HELP_CMD_READ
- READ ×òåíèå êàêîãî-ëèáî ñîîáùåíèÿ, ãðóïïû ñîîáùåíèé
-MEMO_HELP_CMD_DEL
- DEL Óäàëåíèå ìåìî-ñîîáùåíèé
-MEMO_HELP_CMD_SET
- SET Óñòàíîâêà îïöèé äëÿ ìåìî-ñîîáùåíèé
-MEMO_HELP_CMD_INFO
- INFO Èíôîðìàöèÿ î êîë-âå ñîîáùåíèé è íàñòðîéêàõ îïîâåùåíèÿ
-MEMO_HELP_CMD_RSEND
- RSEND Îòïðàâêà ìåìî-ñîîáùåíèÿ ñ óñëîâèåì ïîäòâåðæäåíèÿ î ïðî÷òåíèè
-MEMO_HELP_CMD_CHECK
- CHECK Ïðîâåðêà íà òî, áûëî ëè ïðî÷èòàíî ïîñëåäíåå ïîñëàííîå âàìè ñîîáùåíèå
-MEMO_HELP_CMD_SENDALL
- SENDALL Îòïðàâêà ìàññîâîãî ìåìî-ñîîáùåíèÿ âñåì ïîëüçîâàòåëÿì ñåòè
-MEMO_HELP_CMD_STAFF
- STAFF Îòïðàâêà ìåìî-ñîîáùåíèÿ âñåì îïåðàòîðàì/àäìèíèñòðàòîðàì ñåòè
-
-MEMO_HELP_HEADER
-
- Îñíîâíîå ïðåäíàçíà÷åíèå %S - ýòî äàòü çàðåãèñòðèðîâàííûì
- ïîëüçîâàòåëÿì âîçìîæíîñòü ïîñûëàòü äðóã-äðóãó êîðîòêèå "çàïèñêè",
- íàçûâàåìûå òàê æå ìåìî-ñîîáùåíèÿìè. Äàííûé ñåðâèñ îñîáåííî óäîáåí,
- êîãäà âàì íåîáõîäèìî ÷òî-òî ñîîáùèòü èíòåðåñóþùåìó âàñ ÷åëîâåêó, à
- îí íà äàííûé ìîìåíò âíå ñåòè (offline).
-  êà÷åñòâå îòïðàâèòåëÿ âû ìîæåòå óêàçàòü êàê íèê, òàê è èìÿ êàíàëà*.
- Ïîìíèòå, ÷òî îòïðàâêà ñîîáùåíèÿ âîçìîæíà ëèøü çàðåãèñòðèðîâàííîìó
- íà ñåðâèñàõ àäðåñàòó!
-
- Ñïèñîê êîìàíä %S:
-
-
-MEMO_HELP_ADMIN
- íå èñïîëüçóåòñÿ.
-MEMO_HELP_OPER
- íå èñïîëüçóåòñÿ.
-
-MEMO_HELP_FOOTER
-
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP êîìàíäà
-
- * Ïî-óìîë÷àíèþ, ëþáîé ïîëüçîâàòåëü, ñ óðîâíåì äîñòóïà íà êàíàëå
- íå ìåíåå 10, ìîæåò ÷èòàòü ìåìî-ñîîáùåíèÿ îòïðàâëåííûå êàíàëó.
- Èçìåíèòü ýòè óñëîâèÿ âû ìîæåòå ñ ïîìîùüþ òîíêîé íàñòðîéêè ÷åðåç
- %s LEVELS.
-
-MEMO_HELP_SEND
- Ñèíòàêñèñ: SEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ
-
- Îòïðàâëÿåò ñîîáùåíèå äëÿ íèêà èëè äëÿ #êàíàëà, ñîäåðæàùåå
- òåêñò_ñîîáùåíèÿ. Åñëè â êà÷åñòâå ïîëó÷àòåëÿ óêàçàí íèê, òî îí
- áóäåò óâåäîìëåí î òîì, ÷òî âû îòïðàâèëè åìó ìåìî-ñîáùåíèå.
- Ïðèìå÷àíèå: ïîëó÷àòåëü, áóäü òî íèê èëè êàíàë, äîëæåí áûòü
- çàðåãèñòðèðîâàí, äëÿ âîçìîæíîñòè îòïðàâêè/ïîëó÷åíèÿ ìåìî-ñîîáùåíèé.
-
-MEMO_HELP_CANCEL
- Ñèíòàêñèñ: CANCEL {íèê | #êàíàë}
-
- Îòìåíÿåò ïîñëåäíåå ñîîáùåíèå, îòïðàâëåííîå âàìè óêàçàííîìó íèêó
- èëè êàíàëó, òåì ñàìûì ïðåäîõðàíÿÿ åãî îò ïðî÷òåíèÿ àäðåñàòîì.
-
-MEMO_HELP_LIST
- Ñèíòàêñèñ: LIST [#êàíàë] [ñïèñîê_çàïèñåé | NEW]
-
- Âûâîäèò òåêóùèé ñïèñîê ñîîáùåíèé. Ñ ïàðàìåòðîì NEW, ïîêàæåò òîëüêî
- íîâûå (íåïðî÷èòàííûå) ñîîáùåíèÿ, îíè áóäóò ïîìå÷åíû çíà÷êîì "*"
- ñëåâà îò íîìåðà ñîîáùåíèÿ.
- Ïîìèìî ýòîãî, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé èëè íîìåð çàïèñè,
- íàïðèìåð:
-
- LIST 2-5,7-9
- ïîêàæåò ñîîáùåíèÿ ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå.
-
-MEMO_HELP_READ
- Ñèíòàêñèñ: READ [#êàíàë] {íîìåð | ñïèñîê_çàïèñåé | LAST | NEW}
-
- Ïîçâîëÿåò ïðî÷åñòü óêàçàííûå ñîîáùåíèÿ. Ñ ïàðàìåòðîì LAST - âûâåäåò
- òåêñò ïîñëåäíåãî ïîëó÷åííîãî âàìè ñîîáùåíèÿ, ñ ïàðàìåòðîì NEW -
- îòîáðàçèò âñå íåïðî÷èòàííûå âàìè ñîîáùåíèÿ.
- Ïîìèìî ýòîãî, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé èëè íîìåð çàïèñè,
- íàïðèìåð:
-
- READ 2-5,7-9
- âûâåäåò òåêñò âñåõ ñîîáùåíèé ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå.
-
-MEMO_HELP_DEL
- Ñèíòàêñèñ: DEL [#êàíàë] {íîìåð | ñïèñîê_çàïèñåé | LAST | ALL}
-
- Ïîçâîëÿåò óäàëèòü óêàçàííîå ñîîáùåíèå. Â çàâèñèìîñòè îò óêàçàííîãî
- ïàðàìåòðà, âû ìîæåòå óäàëèòü ñðàçó íåñêîëüêî ñîîáùåíèé èëè öåëûé
- äèàïàçîí ñîîáùåíèé (ñì. ïðèìåð íèæå).
-
- Ïàðàìåòð LAST ïîçâîëÿåò óäàëèòü ïîñëåäíåå ïîëó÷åííîå ñîîáùåíèå.
- Ïàðàìåòð ALL ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê ñîîáùåíèé.
-
- Ïðèìåðû:
-
- DEL 1
- óäàëèò ñîîáùåíèå ïîä íîìåðîì 1.
-
- DEL 2-5,7-9
- óäàëèò âñå ñîîáùåíèÿ ñ 2-ãî ïî 5-îå è ñ 7-ãî ïî 9-îå.
-
-MEMO_HELP_SET
- Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòðû
-
- Ïîçâîëÿåò íàñòðîèòü âàøè ëè÷íûå îïöèè ñëóæáû ñîîáùåíèé.
- Âàëèäíûå îïöèè:
-
- NOTIFY âûáîð ñïîñîáà óâåäîìëåíèÿ î íîâûõ ñîáùåíèÿõ
- LIMIT óñòàíîâêà âàøåãî ìàêñèìàëüíîãî ëèìèòà ñîîáùåíèé
-
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü
- êîìàíäîé %R%S HELP SET îïöèÿ.
-
-MEMO_HELP_SET_NOTIFY
- Ñèíòàêñèñ: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Äàííàÿ îïöèÿ ïîçâîëÿåò íàñòðîèòü âàø ëè÷íûé ìåòîä óâåäîìëåíèÿ î
- íîâûõ ñîîáùåíèÿõ, ïîñëàííûõ âàì êåì-ëèáî.
- Äîñòóïíûå ðåæèìû:
-
- ON óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî âû
- èäåíòèôèöèðóåòåñü ê íèêó, ñíèìåòå ñ ñåáÿ ñòàòóñ
- /AWAY èëè êòî-òî îòïðàâèò âàì íîâîå ñîîáùåíèå.
- LOGON óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî âû
- èäåíòèôèöèðóåòåñü ê íèêó èëè ñíèìåòå ñ ñåáÿ ñòàòóñ
- /AWAY (îòîøåë).
- NEW óâåäîìëåíèå áóäåò ïîñòóïàòü ñðàçó, êàê òîëüêî êòî-òî
- îòïðàâèò âàì íîâîå ñîîáùåíèå.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF óâåäîìëåíèé î ïîëó÷åíèè íîâûõ ñîîáùåíèé ïîñòóïàòü
- íå áóäåò
-
- Ïàðàìåòð ON ÿâëÿåòñÿ êîìáèíàöèåé çíà÷åíèé LOGON è NEW.
-
-MEMO_HELP_SET_LIMIT
- Ñèíòàêñèñ: SET LIMIT [#êàíàë] ïðåäåë
-
- Ïîçâîëÿåò îãðàíè÷èòü ìàêñèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå âû
- (èëè êàíàë) ìîæåòå ïðèíÿòü. Óñòàíîâêà çíà÷åíèÿ â 0 ïîëíîñòüþ îòêëþ÷èò
- âîçìîæíîñòü ïðèíÿòèÿ ñîîáùåíèé.
- Ìàêñèìàëüíî äîïóñòèìîå çíà÷åíèå: %d.
-
-MEMO_HELP_INFO
- Ñèíòàêñèñ: INFO [#êàíàë]
-
- Ïîêàçûâàåò èíôîðìàöèþ î êîëè÷åñòâå è ñòàòóñå âàøèõ ñîîáùåíèé, â
- ÷àñòíîñòè ñêîëüêî èç íèõ íåïðî÷èòàíî, è ñêîëüêî âñåãî ñîîáùåíèé
- âû ìîæåòå ïðèíÿòü. Åñëè âû óêàæåòå â êà÷åñòâå ïàðàìåòðà êàíàë -
- âûâåäåò àíàëîãè÷íóþ èíôîðìàöèþ îá óêàçàííîì êàíàëå.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Ñèíòàêñèñ: SET LIMIT [ïîëüçîâàòåëü | #êàíàë] {ïðåäåë | NONE} [HARD]
-
- Óñòàíàâëèâàåò ëèìèò íà ìàêñèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå
- ïîëüçîâàòåëü (èëè êàíàë) ñìîãóò ïðèíèìàòü. Óñòàíîâêà ëèìèòà ðàâíûì
- 0 îòêëþ÷èò âîçìîæíîñòü ïðèíÿòèÿ ñîîáùåíèÿ âîîáùå, óñòàíîâêà â NONE
- ðàçðåøàåò ïîëüçîâàòåëþ ïðèíèìàòü è ñîõðàíÿòü ñòîëüêî ñîîáùåíèé,
- ñêîëüêî îí ïîæåëàåò. Åñëè âû íå óêàæåòå ïîëüçîâàòåëÿ èëè êàíàë,
- íàñòðîéêè áóäó ïðèìåíåíû îòíîñèòåëüíî âàñ.
-
- Äîïîëíèòåëüíûé ïàðàìåòð HARD çàïðåòèò óêàçàííîìó ïîëüçîâàòåëþ
- èçìåíÿòü ñâîé ëèìèò ñîîáùåíèé. Ñîîòâåòñòâåííî óñòàíîâêà ëèìèòà áåç
- ïàðàìåòðà HARD îòìåíÿåò ýôôåêò çàïðåòà è ðàçðåøàåò ïîëüçîâàòåëþ
- íàñòðàèâàòü ñâîé ëèìèò ñîîáùåíèé.
-
- Ðàñøèðåííîå èñïîëüçîâàíèå êîìàíäû SET LIMIT äîñòóïíî òîëüêî äëÿ
- Àäìèíèñòðàòîðîâ ñåðâèñîâ. Îáû÷íûå ïîëüçîâàòåëè ìîãóòü ìåíÿòü ëèìèò
- òîëüêî äëÿ ñåáÿ èëè äëÿ êàíàëà, íà êîòîðîì ó íèõ åñòü ñîîòâåòñòâóþùèå
- ïðèâèëåãèè. Îíè íå ìîãóò óäàëèòü ñâîé ëèìèò, íå ìîãóò óñòàíîâèòü
- ëèìèò âûøå %d, è íå ìîãóò èñïîëüçîâàòü îïöèþ HARD.
-
-MEMO_SERVADMIN_HELP_INFO
- Ñèíòàêñèñ: INFO [íèê | #êàíàë]
-
- Áåç ïàðàìåòðîâ, ïîêàæåò îáùåå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå âû
- èìååòå, ñêîëüêî èç íèõ íåïðî÷èòàíî, è ñêîëüêî âñåãî ñîîáùåíèé âû
- ìîæåòå ïðèíèìàòü.
-
- Åñëè óêàçàòü êàíàë, ïîêàæåò òó æå èíôîðìàöèþ îá óêàçàííîì êàíàëå.
-
- Åñëè óêàçàòü â êà÷åñòâå ïàðàìåòðà íèê, ïîêàæåò òó æå èíôîðìàöèþ îá
- óêàçàííîì íèêå.
- Äàííûé ïàðàìåòð ìîãóò èñïîëüçîâàòü òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ.
-
-MEMO_HELP_STAFF
- Ñèíòàêñèñ: STAFF òåêñò_ñîîáùåíèÿ
-
- Ïîçâîëÿåò îòïðàâèòü ìåìî-ñîîáùåíèå âñåì îïåðàòîðàì/àäìèíèñòðàòîðàì
- ñåðâèñîâ ñåòè.
-
-MEMO_HELP_SENDALL
- Ñèíòàêñèñ: SENDALL òåêñò_ñîîáùåíèÿ
-
- Îòïðàâëÿåò ìàññîâîå ìåìî-ñîîáùåíèå âñåì çàðåãèñòðèðîâàííûì
- ïîëüçîâàòåëÿì ñåòè.
-
-MEMO_HELP_RSEND
- Ñèíòàêñèñ: RSEND {íèê | #êàíàë} òåêñò_ñîîáùåíèÿ
-
- Äàííàÿ êîìàíäà àíàëîãè÷íà êîìàíäå SEND è ïîçâîëÿåò ïîñëàòü
- ñîîáùåíèå äëÿ óêàçàííîãî íèêà èëè êàíàëà. Îòëè÷èòåëüíîé åå
- îñîáåííîñòüþ ÿâëÿåòñÿ òî, ÷òî ñðàçó ïîñëå ïðî÷òåíèÿ àäðåñàòîì
- ñîîáùåíèÿ, îòïðàâèòåëü àâòîìàòè÷åñêè ïîëó÷èò èçâåùåíèå î ïðî÷òåíèè.
- Ñàìî ñîáîé ðàçóìååòñÿ, ÷òî íèê/êàíàë îòïðàâèòåëÿ/ïîëó÷àòåëÿ äîëæíû
- áûòü çàðåãèñòðèðîâàíû.
-
-MEMO_HELP_CHECK
- Ñèíòàêñèñ: CHECK íèê
-
- Ïðîâåðÿåò, áûëî ëè ïðî÷èòàíî ïîñëåäíåå ïîñëàííîå âàìè ñîîáùåíèÿ
- óêàçàííûì íèêîì.
- Ïðèìå÷àíèå: êîìàíäà ðàáîòàåò òîëüêî äëÿ íèêîâ, íå äëÿ êàíàëîâ.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-OPER_HELP_CMD_GLOBAL
- GLOBAL Îòïðàâêà ãëîáàëüíîãî ñîîáùåíèÿ âñåì ïîëüçîâàòåëÿì ñåòè
-OPER_HELP_CMD_STATS
- STATS Çàïðîñ èíôîðìàöè î ñòàòóñå ñåðâèñîâ è ñåòè
-OPER_HELP_CMD_STAFF
- STAFF Ñïèñîê âñåõ ïðîïèñàííûõ íà ñåðâèñàõ è èõ îíëàéí-ñòàòóñ
-OPER_HELP_CMD_MODE
- MODE Èçìåíåíèå êàêîãî-ëèáî ðåæèìà íà óêàçàííîì êàíàëà
-OPER_HELP_CMD_KICK
- KICK Êèêíóòü ïîëüçîâàòåëÿ ñ êàíàëà ïîñðåäñòâîì ñåðâèñîâ
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Î÷èñòêà âñåõ ðåæèìîâ óêàçàííîãî êàíàëà
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Îòêëþ÷èòü âñåõ ïîëüçîâàòåëåé ñ îïðåäåëåííîãî õîñòà
-OPER_HELP_CMD_AKILL
- AKILL Óïðàâëåíèå ñïèñêîì AKILL'îâ
-OPER_HELP_CMD_SNLINE
- SNLINE Óïðàâëåíèå ñïèñêîì SNLINE'îâ
-OPER_HELP_CMD_SQLINE
- SQLINE Óïðàâëåíèå ñïèñêîì SQLINE'îâ
-OPER_HELP_CMD_SZLINE
- SZLINE Óïðàâëåíèå ñïèñêîì SZLINE'îâ
-OPER_HELP_CMD_CHANLIST
- CHANLIST Ñïèñîê òåêóùèõ àêòèâíûõ êàíàëîâ ñåòè
-OPER_HELP_CMD_USERLIST
- USERLIST Ñïèñîê òåêóùèõ ïîëüçîâàòåëåé ñåòè
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Óïðàâëåíèå ñïèñêîì íîâîñòåé ïðè ïîäêëþ÷åíèè
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Óïðàâëåíèå ñïèñêîì ñëó÷àéíûõ íîâîñòåé
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Óïðàâëåíèå ñïèñêîì îïåð-íîâîñòåé
-OPER_HELP_CMD_SESSION
- SESSION Ïðîñìîòð êîëè÷åñòâà ñåññèé ñ óêàçàííîãî õîñòà
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Óïðàâëåíèå ñïèñêîì èñêëþ÷åíèé èç ëèìèòà ñåññèé
-OPER_HELP_CMD_NOOP
- NOOP Âðåìåííîå óäàëåíèå âñåõ O:line'îâ ñ óêàçàííîãî
- ñåðâåðà ñåòè
-OPER_HELP_CMD_JUPE
- JUPE "Äæóï" óêàçàííîãî ñåðâåðà ñåòè
-OPER_HELP_CMD_IGNORE
- IGNORE Óïðàâëåíèå èãíîð-ñïèñêîì ñåðâèñîâ
-OPER_HELP_CMD_SET
- SET Íàñòðîéêà ðàçëè÷íûõ îïöèé ñåðâèñîâ
-OPER_HELP_CMD_RELOAD
- RELOAD Ïåðåçàãðóçêà êîíôèãóðàöèîííîãî ôàéëà ñåðâèñîâ
-OPER_HELP_CMD_UPDATE
- UPDATE Îáíîâëåíèå áàç äàííûõ ñåðâèñîâ (ñîõðàíåíèå íà äèñê)
-OPER_HELP_CMD_RESTART
- RESTART Ñîõðàíèòü áàçû äàííûõ è ïåðåçàïóñòèòü ñåðâèñû
-OPER_HELP_CMD_QUIT
- QUIT Çàâåðøèòü ðàáîòó ñåðâèñîâ áåç ñîõðàíåíèÿ áàçû äàííûõ
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Çàâåðøèòü ðàáîòó ñåðâèñîâ ñ ñîõðàíåíèåì áàçû äàííûõ
-OPER_HELP_CMD_DEFCON
- DEFCON Óïðàâëåíèå ñèñòåìîé DefCon (çàùèòíûõ êîíòðìåð)
-OPER_HELP_CMD_CHANKILL
- CHANKILL "Ïðèáèòü" âñåõ ïîëüçîâàòåëåé íà óêàçàííîì êàíàëå
-OPER_HELP_CMD_OLINE
- OLINE Óñòàíîâêà îïåðôëàãîâ óêàçàííîìó ïîëüçîâàòåëþ ñåòè
-OPER_HELP_CMD_UMODE
- UMODE Èçìåíåíèå ðåæèìîâ êàêîãî-ëèáî ïîëüçîâàòåëÿ ñåòè
-OPER_HELP_CMD_SVSNICK
- SVSNICK Ïðèíóäèòåëüíîå èçìåíåíèå íèêà ïîëüçîâàòåëÿ ñåòè
-OPER_HELP_CMD_MODLOAD
- MODLOAD Çàãðóçèòü ìîäóëü
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Âûãðóçèòü ìîäóëü
-OPER_HELP_CMD_MODINFO
- MODINFO Èíôîðìàöèÿ î çàãðóæåííîì ìîäóëå
-OPER_HELP_CMD_MODLIST
- MODLIST Ñïèñîê çàãðóæåííûõ ìîäóëåé
-
-OPER_HELP
- Ñïèñîê êîìàíä %S:
-
-OPER_HELP_LOGGED
- Ïðèìå÷àíèå: âñå êîìàíäû %S'ó çàïèñûâàþòñÿ â ëîã!
-
-OPER_HELP_GLOBAL
- Ñèíòàêñèñ: GLOBAL ñîîáùåíèå
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ îòïðàâëÿòü ãëîáàëüíûå ñîîáùåíèÿ
- âñåì ïîëüçîâàòåëÿì ñåòè.  êà÷åñòâå íèêà îòïðàâèòåëÿ áóäåò óêàçàí
- %s.
-
-OPER_HELP_STATS
- Ñèíòàêñèñ: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]
-
- Èñïîëüçîâàííàÿ áåç ïàðàìåòðîâ, êîìàíäà ïîêàæåò òåêóùåå êîëè÷åñòâî
- ïîëüçîâàòåëåé ñåòè, òåêóùåå êîë-âî IRC-îïåðàòîðîâ (çà èñêëþ÷åíèåì
- ñàìèõ ñåðâèñîâ), ìàêñèìàëüíî çàôèêñèðîâàííîå ÷èñëî ïîëüçîâàòåëåé
- è âðåìÿ ðàáîòû ñåðâèñîâ â ñåòè.
-
- Ñ ïàðàìåòðîì AKILL, ïîêàæåò òåêóùèé ðàçìåð ñïèñêà AKILL'îâ è âðåìÿ
- èñòå÷åíèÿ AKILL'îâ ïî-óìîë÷àíèþ (AKILL, SZLINE, ZGLINE, ZQLINE).
-
- Ïàðàìåòð RESET ñáðàñûâàåò ñ÷åò÷èê çàôèêñèðîâàííîãî ìàêñèìóìà
- ïîëüçîâàòåëåé ñåòè.
-
- Ïàðàìåòð MEMORY âûâåäåò èíôîðìàöèþ îá èñïîëüçîâàíèè ñåðâèñàìè
- îïåðàòèâíîé ïàìÿòè. Çàïðîñû ïîäîáíîé ñòàòèñòèêè ìîãó çàòîðìîçèòü
- ðàáîòó ñåðâèñîâ íà îïðåäåëåííûé ïðîìåæóòîê âðåìåíè, ïîýòîìó, íå
- ðåêîìåíäóåòñÿ èñïîëüçîâàòü ïàðàìåòð MEMORY ñëèøêîì ÷àñòî.
-
- Ïàðàìåòð UPLINK ïîêàæåò èíôîðìàöèþ î ñåðâåðå, ê êîòîðîìó
- ïðèëèíêîâàíû ñåðâèñû ñåòè.
-
- Ïàðàìåòð ALL âûâåäåò îáùóþ ñòàòèñòèêó â êîìáèíàöèè ñ äàííûìè èç
- MEMORY è UPLINK.
-
-OPER_HELP_IGNORE
- Ñèíòàêñèñ: IGNORE {ADD|DEL|LIST|CLEAR} [âðåìÿ] [íèê|ìàñêà]
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì èãíîðèðóåìûõ
- ñåðâèñàìè ïîëüçîâàòåëåé.
- Ïî-óìîë÷àíèþ, ïàðàìåòð [âðåìÿ] ÿâëÿåòñÿ ñåêóíäàìè. Îäíàêî, âû ìîæåòå
- óêàçàòü è èíûå åäèíèöû èçìåðåíèÿ, èñïîëüçóÿ: s äëÿ ñåêóíä, m äëÿ
- ìèíóò, h äëÿ ÷àñîâ è d äëÿ äíåé. Êîìáèíàöèè ýòèõ åäèíèö èçìåðåíèÿ
- íåäîïóñòèìû. Óñòàíîâêà âðåìåíè èãíîðà â 0 ñäåëàåò åãî ïîñòîÿííûì.
-  êà÷åñòâå ïîñëåäíåãî çíà÷åíèÿ âû äîëæíû óêàçàòü âàëèäíûé íèê èëè
- ìàñêó âèäà íèê!èäåíò@õîñò èëè èäåíò@õîñò. Ëþáûå äðóãèå çíà÷åíèÿ áóäóò
- ðàñöåíèâàòüñÿ â êà÷åñòâå íèêà.
-
- Ïîëüçîâàòåëè ñî ñòàòóñîì IRC-îïåðàòîðà èãíîðèðîâàòüñÿ ñåðâèñàìè íå
- áóäóò, äàæå åñëè îíè ïðèñóòñòâóþò â ñïèñêå èãíîðà.
-
-OPER_HELP_MODE
- Ñèíòàêñèñ: MODE #êàíàë ðåæèìû
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ èçìåíÿòü ðåæèìû íà êàêîì-ëèáî êàíàëå.
-  êà÷åñòâå âòîðîãî ïàðàìåòðà êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â
- òîì æå ôîðìàòå, â êîòîðîì óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ
- êîìàíäû /MODE.
-
-OPER_HELP_UMODE
- Ñèíòàêñèñ: UMODE íèê ðåæèìû
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ èçìåíÿòü ïîëüçîâàòåëüñêèå ðåæèìû
- (usermodes) ëþáîãî ïîñåòèòåëÿ ñåòè.  êà÷åñòâå âòîðîãî ïàðàìåòðà
- êîìàíäû, âû äîëæíû óêàçàòü ðåæèìû â òîì æå ôîðìàòå, â êîòîðîì
- óêàçûâàåòå ïðè ðó÷íîé óñòàíîâêå, ñ ïîìîùüþ êîìàíäû /MODE.
-
- Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Ñóïåð-Àäìèíèñòðàòîðà.
-
-OPER_HELP_OLINE
- Ñèíòàêñèñ: OLINE íèê îïåðôëàãè
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ óñòàíîâèòü ôëàãè IRC-Îïåðàòîðà
- ëþáîìó ïîñåòèòåëþ ñåòè. Ïåðåä ôëàãàìè äîëæåí ïðèñóòñòâîâàòü ïðåôèêñ
- "+" - äëÿ óñòàíîâêè, èëè "-" - ñîîòâåòñòâåííî äëÿ ñíÿòèÿ.
- ×òîáû óäàëèòü âñå ôëàãè, èñïîëüçóéòå "-" âìåñòî êàêîãî-ëèáî ôëàãà.
-
- Äëÿ èñïîëüçîâàíèÿ ýòîé êîìàíäû íåîáõîäèìû ïðàâà Ñóïåð-Àäìèíèñòðàòîðà.
-
-OPER_HELP_CLEARMODES
- Ñèíòàêñèñ: CLEARMODES #êàíàë [ALL]
-
- Î÷èùàåò âñå äâîè÷íûå ðåæèìû (i,k,l,m,n,p,s,t) è áàíû íà óêàçàííîì
- êàíàëå. Ñ äîïîëíèòåëüíûì ïàðàìåòðîì ALL - ñíèìåò ñî âñåõ ñòàòóñû
- îïåðàòîðîâ/âîéñîâ (ðåæèìû +o è +v).
-
-OPER_HELP_KICK
- Ñèíòàêñèñ: KICK #êàíàë íèê ïðè÷èíà
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ âûêèíóòü êàêîãî-ëèáî ïîëüçîâàòåëÿ ñ
- óêàçàííîãî êàíàëà ñåòè.
- Ïàðàìåòðû äàííîé êîìàíäû àíàëîãè÷íû ïàðàìåòðàì ñòàíäàðòíîé êîìàíäû
- /KICK. Ïðè÷èíà êèêà áóäåò âêëþ÷àòü â ñåáÿ íèê Îïåðàòîðà ñåðâèñîâ,
- êîòîðûé èñïîëüçîâàë äàííóþ êîìàíäó, íàïðèìåð:
-
- *** SpamMan was kicked by %S (Alcan (Flood))
-
-OPER_HELP_SVSNICK
- Ñèíòàêñèñ: SVSNICK íèê íîâûé_íèê
-
- Ïîçâîëÿåò ïðèíóäèòåëüíî èçìåíèòü óêàçàííûé íèê íà íîâûé_íèê.
-
-OPER_HELP_AKILL
- Ñèíòàêñèñ: AKILL ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ïðè÷èíà
- AKILL DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- AKILL LIST [ìàñêà | ñïèñîê_çàïèñåé]
- AKILL VIEW [ìàñêà | ñïèñîê_çàïèñåé]
- AKILL CLEAR
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ AKILL'îâ.
- Ëþáîé ïîëüçîâàòåëü, ïîäïàäàþùèé ïîä ìàñêó AKILL'à, áóäåò íåìåäëåííî
- îòêëþ÷åí îò ñåòè ïîñðåäñòâîì ñåðâèñíîãî KILL'à ñ óêàçàííîé ïðè÷èíîé,
- è íå âàæíî, íà êàêîì ñåðâåðå îí ñèäèò èëè ê êàêîìó ïîäêëþ÷àåòñÿ.
- Ïîìèìî ýòîãî, åñëè IRCd âàøåé ñåòè ýòî ïîääåðæèâàåò, ñåðâèñû
- óñòàíîâÿò KLINE/GLINE íà âñåõ ñåðâåðàõ âàøåé ñåòè, â êà÷åñòâå ìàñêè
- áàíà áóäåò èñïîëüçîâàíà ñîîòâåòñòâóþùàÿ çàïèñü AKILL'à.
-
- Êîìàíäà AKILL ADD äîáàâëÿåò ìàñêó âèäà èäåíò@õîñò/ip ñ óêàçàííîé
- ïðè÷èíîé â ñïèñîê AKILL'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).
- Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü
- îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ
- êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî
- ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà "d" - "äíè" (òàêèì îáðàçîì,
- +30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé AKILL,
- èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå
- ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê "+" - âû äîëæíû
- îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå
- ïî-óìî÷àíèþ.
- Òåêóùåå âðåìÿ èñòå÷åíèÿ AKILL'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ
- êîìàíäû STATS AKILL.
-
- Êîìàíäà AKILL DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà AKILL'îâ.
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó AKILL'à, íî
- è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû
- èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).
-
- Êîìàíäà AKILL LIST ïîêàçûâàåò òåêóùèé ñïèñîê AKILL'îâ.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ
- ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,
- ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
- Íàïðèìåð:
-
- AKILL LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.
-
- AKILL VIEW áîëåå ïîäðîáíàÿ âåðñèÿ AKILL LIST, îíà ïîêàæåò âàì
- êòî äîáàâèë AKILL, âðåìÿ óñòàíîâêè AKILL'à, êîãäà îí èñòåêàåò, íó
- è, êîíå÷íî æå, ìàñêó âèäà èäåíò@õîñò/ip è ïðè÷èíó AKILL'à.
-
- AKILL CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê AKILL'îâ.
-
-OPER_HELP_SNLINE
- Ñèíòàêñèñ: SNLINE ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà:ïðè÷èíà
- SNLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- SNLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]
- SNLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]
- SNLINE CLEAR
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SNLINE'îâ.
- SNLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé
- RealName aka GECOS. Ëþáîé ïîëüçîâàòåëü, ðåàëüíîå èìÿ êîòîðîãî
- ïîïàäåò ïîä ìàñêó êàêîé-ëèáî çàïèñè â SNLINE-ñïèñêå, áóäåò ñðàçó æå
- îòêëþ÷åí îò ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ.
-
- Êîìàíäà SNLINE ADD äîáàâëÿåò ìàñêó ðåàëüíîãî èìåíè ñ óêàçàííîé
- ïðè÷èíîé â ñïèñîê SNLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).
- Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü
- îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ
- êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî
- ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà "d" - "äíè" (òàêèì îáðàçîì,
- +30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SNLINE,
- èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå
- ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê "+" - âû äîëæíû
- îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå
- ïî-óìî÷àíèþ.
- Òåêóùåå âðåìÿ èñòå÷åíèÿ SNLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ
- êîìàíäû STATS AKILL.
- Ïðèìå÷àíèå: òàê êàê ñòðîêè ðåàëüíûõ èìåí ìîãóò ñîäåðæàòü ïðîáåëû,
- ðàçäåëèòåëåì ìåæäó ìàñêîé ðåàëüíîãî èìåíè è ïðè÷èíîé áóäåò äâîåòî÷èå.
-
- Êîìàíäà SNLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SNLINE'îâ.
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SNLINE'à, íî
- è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû
- èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).
-
- Êîìàíäà SNLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SNLINE'îâ.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ
- ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,
- ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
- Íàïðèìåð:
-
- SNLINE LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.
-
- SNLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SNLINE LIST, îíà ïîêàæåò êòî
- äîáàâèë SNLINE, âðåìÿ óñòàíîâêè SNLINE'à, êîãäà îí èñòåêàåò, íó è,
- êîíå÷íî æå, ìàñêó ðåàëüíîãî èìåíè è ïðè÷èíó SNLINE'à.
-
- SNLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SNLINE'îâ.
-
-OPER_HELP_SQLINE
- Ñèíòàêñèñ: SQLINE ADD [+ñðîê_èñòå÷åíèÿ] ìàñêà ïðè÷èíà
- SQLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- SQLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]
- SQLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]
- SQLINE CLEAR
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SQLINE'îâ.
- SQLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé
- íèê èëè ìàñêó íèêà. Ëþáîé ïîëüçîâàòåëü, íèê êîòîðîãî ïîïàäåò ïîä
- ìàñêó êàêîé-ëèáî çàïèñè â SQLINE-ñïèñêå, áóäåò ñðàçó æå îòêëþ÷åí îò
- ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ ñ ýòèì íèêîì.
-
- Åñëè IRCd âàøåé ñåòè ïîääåðæèâàåò óñòàíîâêó QLINE íå òîëüêî íà íèêè,
- íî è íà êàíàëû - âû ìîæåòå óêàçàòü â êà÷åñòâå ïåðâîãî ñèìâîëà ìàñêè
- '#' - ÷òîáû çàïðåòèòü ê èñïîëüçîâàíèþ óêàçàííûé êàíàë.
-
- Êîìàíäà SQLINE ADD äîáàâëÿåò óêàçàííûé íèê èëè êàíàë ñ óêàçàííîé
- ïðè÷èíîé â ñïèñîê SQLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).
- Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü
- îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ
- êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî
- ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà "d" - "äíè" (òàêèì îáðàçîì,
- +30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SQLINE,
- èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå
- ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê "+" - âû äîëæíû
- îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå
- ïî-óìî÷àíèþ.
- Òåêóùåå âðåìÿ èñòå÷åíèÿ SQLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ
- êîìàíäû STATS AKILL.
-
- Êîìàíäà SQLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SQLINE'îâ.
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SQLINE'à, íî
- è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû
- èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).
-
- Êîìàíäà SQLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SQLINE'îâ.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ
- ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,
- ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
- Íàïðèìåð:
-
- SQLINE LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.
-
- SQLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SQLINE LIST, îíà ïîêàæåò âàì
- êòî äîáàâèë SQLINE, âðåìÿ óñòàíîâêè SQLINE'à, êîãäà îí èñòåêàåò, íó
- è, êîíå÷íî æå, ìàñêó íèêà èëè êàíàëà è ïðè÷èíó óñòàíâîêè SQLINE'à.
-
- SQLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SQLINE'îâ.
-
-OPER_HELP_SZLINE
- Ñèíòàêñèñ: SZLINE ADD [+ñðîê_èñòå÷åíèÿ] ip-ìàñêà ïðè÷èíà
- SZLINE DEL {ìàñêà | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- SZLINE LIST [ìàñêà | ñïèñîê_çàïèñåé]
- SZLINE VIEW [ìàñêà | ñïèñîê_çàïèñåé]
- SZLINE CLEAR
-
- Ïîçâîëÿåò Îïåðàòîðàì ñåðâèñîâ óïðàâëÿòü ñïèñêîì ñåðâèñíûõ SZLINE'îâ.
- SZLINE-çàïèñü ïîçâîëÿåò âàì ïîñòàâèòü ãëîáàëüíûé áàí íà îïðåäåëåííûé
- IP-àäðåñ. Ëþáîé ïîëüçîâàòåëü, ip-àäðåñ êîòîðîãî ïîïàäåò ïîä
- ìàñêó êàêîé-ëèáî çàïèñè â SZLINE-ñïèñêå, áóäåò ñðàçó æå îòêëþ÷åí îò
- ñåòè è â äàëüíåéøåì, ñåðâèñû íå ïîçâîëÿò åìó ïîäêëþ÷èòñÿ ñ ýòèì IP.
- Íàëè÷èå èëè îòñóòñòâèå PTR RR çàïèñè äëÿ äàííîãî IP - ðîëè íå èãðàåò.
-
- Êîìàíäà SZLINE ADD äîáàâëÿåò óêàçàííóþ ìàñêó IP-àäðåñà óêàçàííîé
- ïðè÷èíîé â ñïèñîê SZLINE'îâ (íàëè÷èå ïðè÷èíû - îáÿçàòåëüíî).
- Çíà÷åíèå ñðîêà èñòå÷åíèÿ - ýòî öåëîå ÷èñëî, êîòîðîå ìîæåò áûòü
- îäíèì èç: d (äíåé), h (÷àñîâ), èëè m (ìèíóò). Òàêèå ñî÷åòàíèÿ
- êàê 1h30m - íåäîïóñòèìû. Åñëè åäèíèöà èçìåðåíèÿ íå óêàçàíà, òî
- ïî-óìîë÷àíèþ, îíà áóäåò ïðèíÿòà çà "d" - "äíè" (òàêèì îáðàçîì,
- +30 áóäåò îçíà÷àòü 30 äíåé). ×òîáû äîáàâèòü ïîñòîÿííûé SZLINE,
- èñïîëüçóéòå âðåìÿ èñòå÷åíèÿ ðàâíûì +0. Ïîìíèòå, ÷òî åñëè â êà÷åñòâå
- ïåðâîãî ñèìâîëà âòîðîãî ïàðàìåòðà óêàçàí çíàê "+" - âû äîëæíû
- îáîçíà÷èòü ñðîêè èñòå÷åíèÿ çàïèñè, äàæå åñëè ýòî áóäåò çíà÷åíèå
- ïî-óìî÷àíèþ.
- Òåêóùåå âðåìÿ èñòå÷åíèÿ SZLINE'à ïî-óìîë÷àíèþ, ìîæíî óçíàòü ñ ïîìîùüþ
- êîìàíäû STATS AKILL.
-
- Êîìàíäà SZLINE DEL óäàëÿåò óêàçàííóþ ìàñêó èç ñïèñêà SZLINE'îâ.
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî ìàñêó SZLINE'à, íî
- è êîíêðåòíûé íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû
- èñïîëüçîâàíèÿ êîìàíäû LIST íèæå).
-
- Êîìàíäà SZLINE LIST ïîêàçûâàåò òåêóùèé ñïèñîê SZLINE'îâ.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ
- ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,
- ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
- Íàïðèìåð:
-
- SZLINE LIST 2-5,7-9
- îòîáðàçèò âñå çàïèñè ñ 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.
-
- SZLINE VIEW áîëåå ïîäðîáíàÿ âåðñèÿ SZLINE LIST, îíà ïîêàæåò âàì
- êòî äîáàâèë SZLINE, âðåìÿ óñòàíîâêè SZLINE'à, êîãäà îí èñòåêàåò, íó
- è, êîíå÷íî æå, ìàñêó IP-àäðåñà è ïðè÷èíó óñòàíîâêè SZLINE'à.
-
- SZLINE CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê SZLINE'îâ.
-
-OPER_HELP_SET
- Ñèíòàêñèñ: SET îïöèÿ ïàðàìåòð
-
- Ïîçâîëÿåò íàñòðîèòü ðàçëè÷íûå ãëîáàëüíûå îïöèè ñåðâèñîâ.
- Äîñòóïíûå îïöèè:
-
- READONLY àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà read-only (òîëüêî-÷òåíèå)
- LOGCHAN àêòèâàöèÿ/äåàêòèâàöèÿ ëîãèðîâàíèÿ ñîáûòèé íà ñåðâèñíûé êàíàë
- DEBUG àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèì îòëàäêè (debug mode)
- NOEXPIRE àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà íå-èñòå÷åíèÿ
- IGNORE àêòèâàöèÿ/äåàêòèâàöèÿ îáðàáîòêè ñïèñêà èãíîðà
- LIST ïðîñìîòð ñòàòóñà âñåõ âûøåïåðå÷èñëåííûõ îïöèé
- SUPERADMIN àêòèâàöèÿ/äåàêòèâàöèÿ ðåæèìà Ñóïåð-Àäìèíèñòðàòîðà
- (îòíîñèòåëüíî èñïîëüçóþùåãî êîìàíäó)
-
-OPER_HELP_SET_READONLY
- Ñèíòàêñèñ: SET READONLY {ON | OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò ãëîáàëüíûé ðåæèì READONLY - òîëüêî-÷òåíèå.
- Ðàáîòà ñåðâèñîâ â äàííîì ðåæèìå çàïðåùàåò îáû÷íûì ïîëüçîâàòåëÿì
- èçìåíÿòü êàêèå-ëèáî ñåðâèñíûå äàííûå, íàïðèìåð - ñïèñêè äîñòóïà äëÿ
- íèêîâ èëè êàíàëîâ, èõ íàñòðîéêè è ò. ä. Òåì íå ìåíåå, IRC-îïåðàòîðû
- ñ äîñòàòî÷íûìè ïðèâèëåãèÿìè íà ñåðâèñàõ ñìîãóò ìîäèôèöèðîâàòü ñïèñîê
- AKILL'îâ è óäàëÿòü èëè çàïðåùàòü íèêè è êàíàëû, íî âñå ýòè èçìåíåíèÿ
- íå áóäóò ñîõðàíåíû äî òåõ ïîð, ïîêà ðåæèì READONLY àêòèâåí. ×òî áû
- ñîõðàíèòü âñå èçìåíåíèÿ, ñäåëàííûå âî âðåìÿ ðàáîòû ñåðâèñîâ â ýòîì
- ðåæèìå, âû äîëæíû äåàêòèâèðîâàòü ðåæèì òîëüêî-÷òåíèÿ ïðåæäå, ÷åì
- ðàáîòà ñåðâèñîâ áóäåò çàâåðøåíà èëè îíè áóäóò ïåðåçàïóùåíû.
-
- Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì
- -readonly.
-
-OPER_HELP_SET_LOGCHAN
- Ñèíòàêñèñ: SET LOGCHAN {ON | OFF}
-
- Ïîçâîëÿåò àêòèâèðîâàòü ëîãèðîâàíèå ñåðâèñíûõ ñîáûòèé íà ñïåöèàëüíûé
- ñåðâèñíûé êàíàë, óêàçàíûé â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ. Åñëè
- äàííàÿ äèðåêòèâà â êîíôèãå íå óêàçàíà, âîçìîæíîñòü íàñòðîéêè îïöèè
- áóäåò çàáëîêèðîâàíà.
- Ïðèìå÷àíèå: èç ñîîáðàæåíèé áåçîïàñíîñòè, ðåêîìåíäóåòñÿ îáðàòèòü
- îñîáîå âíèìàíèå íà îãðàíè÷åíèå äîñòóïà íà ýòîò êàíàë.
-
- Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì
- -logchan.
-
-OPER_HELP_SET_DEBUG
- Ñèíòàêñèñ: SET DEBUG {ON | OFF | óðîâåíü}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò îòëàäî÷íûé ðåæèì ðàáîòû ñåðâèñîâ. Àêòèâàöèÿ
- äàííîãî ðåæèìà ïîçâîëèò áîëåå äåòàëüíî ëîãèðîâàòü ðàáîòó ñåðâèñîâ,
- â ÷àñòíîñòè - çàïèñûâàòü â ëîã âñå ïîñëàííûå è ïðèíÿòûå ñåðâèñàìè
- äàííûå, è îïåðàöèè ñ ýòèìè ñàìûìè äàííûìè.  êà÷åñòâå ïàðàìåòðà âû
- ìîæååò óêàçàòü óðîâåíü äåòàëüíîñòü îòëàäî÷íîãî ðåæèìà, ÷åì âûøå
- óðîâåíü - òåì áîëåå äåòàëüíûìè (è îáüåìíûìè, õåõ) áóäóò ëîãè.
-
- Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì
- -debug.
-
-OPER_HELP_SET_NOEXPIRE
- Ñèíòàêñèñ: SET NOEXPIRE {ON | OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ãëîáàëüíîãî "íå-èñòå÷åíèÿ".  ýòîì
- ðåæèìå, âñå íèêè, êàíàëû, AKILL'û è èñêëþ÷åíèÿ èç ëèìèòà ñåññèé -
- íèêîãäà íå èñòåêóò, ïî êðàéíåé ìåðå äî òåõ ïîð, ïîêà ýòà îïöèÿ íå
- áóäåò îòêëþ÷åíà.
-
- Àêòèâèðîâàíèå äàííîé îïöèè ýêâèâàëåíòíî çàïóñêó ñåðâèñîâ ñ êëþ÷îì
- -noexpire.
-
-OPER_HELP_SET_SUPERADMIN
- Ñèíòàêñèñ: SET SUPERADMIN {ON | OFF}
-
- Ðåæèì Ñóïåð-Àäìèíèñòðàòîðà íå âëèÿåò íà ñàìó ðàáîòó ñåðâèñîâ êàê
- òàêîâóþ, îäíàêî åãî àêòèâèðîâàíèå âëèÿåò íà óñëîâèÿ ïðîâåðêè óðîâíÿ
- äîñòóïà ïîëüçîâàòåëÿ ê òåì èëè èíûì ôóíêöèÿì.  ÷àñòíîñòè, äàííûé
- ðåæèì ïðåäîñòàâëÿåò èñïîëüçîâàâøåìó åãî Ðóòó ñåðâèñîâ íåîãðàíè÷åííûå
- ïðèâèëåãèè íà ñåðâèñàõ, íàïðèìåð òàêèå, êàê ñòàòóñ âëàäåëüöà íà âñåõ
- êàíàëàõ ñåòè, è ò. ï.
-
- Ýòà îïöèÿ íå ïîñòîÿííàÿ è äîëæíà èñïîëüçîâàòüñÿ òîëüêî ïðè êðàéíåé
- íåîáõîäèìîñòè. Îòêëþ÷èòå åå ñðàçó, êàê òîëüêî ïåðåñòàíåòå íóæäàòüñÿ
- â íåé.
-
-OPER_HELP_SET_IGNORE
- Ñèíòàêñèñ: SET IGNORE {ON | OFF}
-
- Ïîçâîëÿåò àêòèâèðîâàòü/äåàêòèâèðîâàòü îáðàáîòêó ñåðâèñíîãî ñïèñêà
- èãíîðèðóåìûõ íèêîâ. Âêëþ÷èòå äàííûé ðåæèì, åñëè õîòèòå ÷òî áû
- ñåðâèñû èãíîðèðîâàëè çàïðîñû îò íèêîâ ÷èñëÿùèõñÿ â ñïèñêå èãíîðà.
-
-OPER_HELP_SET_LIST
- Ñèíòàêñèñ: SET LIST
-
- Îòîáðàæàåò ñòàòóñ ðàçëè÷íûõ ñåðâèñíûõ íàñòðîåê (âêë/âûêë).
-
-OPER_HELP_NOOP
- Ñèíòàêñèñ: NOOP SET ñåðâåð
- NOOP REVOKE ñåðâåð
-
- Êîìàíäà NOOP SET ïîçâîëÿåò óäàëèòü âñå àêòèâíûå O:lines íà óêàçàííîì
- ñåðâåðå è îäíîâðåìåííî ñ ýòèì ïðèáèòü âñåõ åãî IRC-îïåðàòîðîâ, äàáû
- èñêëþ÷èòü âîçìîæíîñòü /REHASH'à ñåðâåðà, êîòîðûé âîññòàíîâèò O:line
- çàïèñè.
-
- NOOP REVOKE îòìåíÿåò ýôôåêò êîìàíäû NOOP SET è âîçâðàùàåò âñå
- O:lines óêàçàííîãî ñåðâåðà.
-
- Ïðèìå÷àíèå: íàëè÷èå ñåðâåðà â ñåòè ñåðâèñàìè íå ïðîâåðÿåòñÿ.
-
-OPER_HELP_JUPE
- Ñèíòàêñèñ: JUPE ñåðâåð [ïðè÷èíà]
-
- Ïîçâîëÿåò "äæóïíóòü" óêàçàííûé ñåðâåð ñ óêàçàííîé ïðè÷èíîé.
-  äàííîì ñëó÷àå ýôôåêò äæóïà ñîñòîèò â ñëåäóþùåì: ñåðâèñû ïîñûëàþò
- SQUIT óêàçàííîìó ñåðâåðó, òåì ñàìûì îòêëþ÷àÿ åãî îò ñåòè, à çàòåì
- òóò æå ñîçäàþò âèðòóàëüíûé ñåðâåð ñ òåì æå èìåíåì, è ïðè÷èíîé â
- êà÷åñòâå îïèñàíèÿ ñåðâåðà (server description). Äàííûé ôàëüøèâûé
- ñåðâåð íå ïîçâîëèò ïðèñîåäèíèòüñÿ ê ñåòè ðåàëüíîìó, äæóïíóòîìó
- ñåðâåðó. Îòìåíèòü ýôôåêò âû ìîæåòå ïóòåì SQUIT'à âèðòóàëüíîé êîïèè
- äæóïíóòîãî ñåðâåðà.
- Ïðèìå÷àíèå: ïàðàìåòð ïðè÷èíà ÿâëÿåòñÿ íå îáÿçàòåëüíûì, åñëè âû åãî
- íå óêàæåòå, áóäåò èñïîëüçîâàíà ñòàíäàðòíàÿ, âèäà: "Juped by <íèê>".
-
-OPER_HELP_UPDATE
- Ñèíòàêñèñ: UPDATE
-
- Çàñòàâëÿåò ñåðâèñû íåìåäëåííî ñîõðàíèòü âñå áàçû äàííûõ íà äèñê.
-
-OPER_HELP_RELOAD
- Ñèíòàêñèñ: RELOAD
-
- Çàñòàâëÿåò ñåðâèñû ïåðå÷èòàòü êîíôèãóðàöèîííûé ôàéë services.conf.
- Ïðèìå÷àíèå: àêòèâàöèÿ íåêîòîðûõ íîâûõ/èçìåíåííûõ äèðåêòèâ êîíôèãà
- òðåáóåò ïîëíîãî ïåðåçàïóñêà ñåðâèñîâ (íàïðèìåð: èçìåíåíèå íèêîâ
- ñåðâèñîâ, àêòèâàöèÿ ëèìèòèðîâàíèÿ ñåññèé, è ò.ä.)
-
-OPER_HELP_QUIT
- Ñèíòàêñèñ: QUIT
-
- Çàñòàâëÿåò ñåðâèñû íåìåäëåííî çàâåðøèòü ñâîþ ðàáîòó. Âñå äàííûå,
- íàêîïëåííûå ñ ìîìåíòà ïîñëåäíåãî îáíîâëåíèÿ áàç äàííûõ, ñîõðàíåíû
- íå áóäóò! Ýòà êîìàíäà äîëæíà èñïîëüçîâàòüñÿ òîëüêî â òåõ ñëó÷àÿõ,
- êîãäà òåêóùàÿ çàãðóæåííàÿ â ïàìÿòü áàçà äàííûõ ñîäåðæèò êàêèå-ëèáî
- îøèáêè, ñîõðàíåíèÿ êîòîðûõ íóæíî èçáåæàòü.
- Äëÿ íîðìàëüíîãî çàâåðøåíèÿ ðàáîòû ñåðâèñîâ èñïîëüçóéòå êîìàíäó SHUTDOWN.
-
-OPER_HELP_SHUTDOWN
- Ñèíòàêñèñ: SHUTDOWN
-
- Çàñòàâëÿåò ñåðâèñû ñîõðàíèòü âñå áàçû äàííûõ è çàâåðøèòü ñâîþ ðàáîòó.
-
-OPER_HELP_RESTART
- Ñèíòàêñèñ: RESTART
-
- Çàñòàâëÿåò ñåðâèñû ñîõðàíèòü âñå áàçû äàííûõ è òóò æå ïåðåçàïóñòèòüñÿ.
-
-OPER_HELP_CHANLIST
- Ñèíòàêñèñ: CHANLIST [{ìàñêà | íèê} [SECRET]]
-
- Âûâîäèò ñïèñîê âñåõ àêòèâíûõ (íà äàííûé ìîìåíò) êàíàëîâ ñåòè, âíå
- çàâèñèìîñòè îò òîãî, çàðåãèñòðèðîâàíû îíè èëè íåò.
-
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü ìàñêó èìåíè êàíàëà, ÷òî áû
- ïîëó÷èòü òîëüêî êîíêðåòíûå, ñîâïàäàþùèå çàïèñè. Åñëè æå âû óêàæèòå
- íèê, áóäåò âûâåäåí ñïèñîê âñåõ êàíàëîâ, íà êîòîðûõ íàõîäèòñÿ ýòîò
- ïîëüçîâàòåëü.
- Äîïîëíèòåëüíûé ïàðàìåòð SECRET ïîçâîëÿåò ïîëó÷èòü ñïèñîê êàíàëîâ
- ñ ðåæèìàìè +s/+p, ñîâïàäàþùèõ ñ óêàçàííîé ñèìâîëüíîé ìàñêîé.
-
-OPER_HELP_USERLIST
- Ñèíòàêñèñ: USERLIST [{õîñòìàñêà | #êàíàë} [INVISIBLE]]
-
- Âûâîäèò ñïèñîê âñåõ ïîëüçîâàòåëåé, íàõîäÿùèõñÿ â äàííûé ìîìåíò â ñåòè.
- Çàðåãèñòðèðîâàí èõ íèê èëè íåò - ðîëè íå èãðàåò.
-
-  êà÷åñòâå ïàðàìåòðà, âû ìîæåòå óêàçàòü ïîëüçîâàòåëüñêóþ õîñòìàñêó
- âèäà íèê!èäåíò@õîñò - ýòî ïîçâîëèò ïîëó÷èòü òîëüêî êîíêðåòíûå,
- ñîâïàäàþùèå ñ ìàñêîé çàïèñè. Åñëè æå âû óêàæèòå #êàíàë, áóäåò
- âûâåäåí ñïèñîê âñåõ ïîñåòèòåëåé óêàçàííîãî êàíàëà.
- Äîïîëíèòåëüíûé ïàðàìåòð INVISIBLE ïîçâîëÿåò ïîëó÷èòü ñïèñîê íèêîâ
- ñ ðåæèìîì +i, äàííûå êîòîðûõ ñîâïàäàþò ñ óêàçàííîé â êà÷åñòâå âòîðîãî
- ïàðàìåòðà õîñòìàñêîé.
-
-OPER_HELP_MODLOAD
- Ñèíòàêñèñ: MODLOAD èìÿ_ôàéëà
-
- Ïîçâîëÿåò çàãðóçèòü êàêîé-ëèáî äîïîëíèòåëüíûé ìîäóëü èç äèðåêòîðèè
- ñ ìîäóëÿìè (modules/).
-
-OPER_HELP_MODUNLOAD
- Ñèíòàêñèñ: MODUNLOAD èìÿ_ôàéëà
-
- Âûãðóæàåò óêàçàííûé ìîäóëü (åñëè ìîäóëü çàãðóæåí è åñëè óñëîâèÿ
- ïîçâîëÿþò åãî âûãðóçèòü).
-
-OPER_HELP_MODINFO
- Ñèíòàêñèñ: MODINFO èìÿ_ôàéëà
-
- Âûâîäèò ïîäðîáíóþ èíôîðìàöèþ î êîíêðåòíîì çàãðóæåííîì ìîäóëå.
-
-OPER_HELP_MODLIST
- Ñèíòàêñèñ: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Âûâîäèò ñïèñîê âñåõ çàãðóæåííûõ ìîäóëåé.  êà÷åñòâå äîïîëíèòåëüíîãî
- ïàðàìåòðà âû ìîæåòå óêàçàòü òèï ìîäóëÿ - ýòî ïîçâîëèò ïîëó÷èòü ñïèñîê,
- îòâå÷àþùèé óêàçàííûì òðåáîâàíèÿì.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-BOT_HELP_CMD_BOTLIST
- BOTLIST Ñïèñîê äîñòóïíûõ äëÿ óñòàíîâêè áîòîâ
-BOT_HELP_CMD_ASSIGN
- ASSIGN Óñòàíîâêà áîòà íà óêàçàííûé êàíàë
-BOT_HELP_CMD_SET
- SET Íàñòðîéêà ðàçëè÷íûõ îïöèé áîòà
-BOT_HELP_CMD_KICK
- KICK Íàñòðîéêà óñëîâèé KICK'à
-BOT_HELP_CMD_BADWORDS
- BADWORDS Óïðàâëåíèå ñïèñêîì "ïëîõèõ" ñëîâ
-BOT_HELP_CMD_ACT
- ACT Âûïîëíèòü äåéñòâèå îò ëèöà áîòà íà óêàçàííîì êàíàëå
-BOT_HELP_CMD_INFO
- INFO Çàïðîñ èíôîðìàöèè î áîòå è åãî íàñòðîéêàõ íà êàíàëå
-BOT_HELP_CMD_SAY
- SAY Ïîñëàòü íà óêàçàííûé êàíàë òåêñò îò ëèöà áîòà
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Ñíÿòü áîòà ñ óêàçàííîãî êàíàëà
-BOT_HELP_CMD_BOT
- BOT Óïðàâëåíèå ñåðâèñíûìè áîòàìè
-
-BOT_HELP
- %S ïîçâîëÿåò Âàì óñòàíîâèòü áîòà íà ñâîé êàíàë.
- Äàíûé ñåðâèñ ñäåëàí äëÿ òåõ ïîëüçîâàòåëåé, êîòîðûå
- íå ìîãóò èíà÷å óñòàíîâèòü èëè íàñòðîèòü áîòà, èëè æå,
- èñïîëüçîâàíèå áîòîâ çàïðåùåíî â IRC ñåòè. Äîñòóïíûå
- êîìàíäû ïåðå÷èñëåíû íèæå, ÷òîáû èñïîëüçîâàòü èõ, íàïèøèòå
- %R%S êîìàíäà. Äëÿ ïîëó÷åíèÿ áîëåå ïîäðîáíîé
- èíôîðìàöèè ïî êîíêðåòíîé êîìàíäå, íàïèøèòå
- %R %S HELP êîìàíäà.
-
-BOT_HELP_FOOTER
- Áîò àâòîìàòè÷åñêè ïðèñîåäèíèòñÿ ê êàíàëó ñðàçó æå ïîñëå òîãî, êàê
- íà íåì (íà êàíàëå, à íå íà áîòå) îêàæåòñÿ íå ìåíåå %d ïîñåòèòåëåé.
-
-BOT_HELP_BOTLIST
- Ñèíòàêñèñ: BOTLIST
-
- Âûâåäåò ñïèñîê âñåõ äîñòóïíûõ äëÿ óñòàíîâêè áîòîâ.
-
-BOT_HELP_ASSIGN
- Ñèíòàêñèñ: ASSIGN #êàíàë íèê
-
- Ïîçâîëÿåò óñòàíîâèòü óêàçàííîãî áîòà (íèê) íà óêàçàííûé êàíàë. Ñðàçó
- æå ïîñëå óñòàíîâêè, âû ñìîæåòå ñêîíôèãóðèðîâàòü îïöèè áîòà ïî ñâîåìó
- óñìîòðåíèþ.
-
-BOT_HELP_UNASSIGN
- Ñèíòàêñèñ: UNASSIGN #êàíàë
-
- Ïîçâîëÿåò ñíÿòü áîòà ñ óêàçàííîãî êàíàëà. Êàíàë áóäåò óäàëåí èç áàçû
- äàííûõ áîòà è ñàì áîò áîëüøå íà íåãî çàõîäèòü íå áóäåò, îäíàêî, âñå
- äàííûå è íàñòðîéêè êàíàëà áóäó ñîõðàíåíû. Â äàëüíåéøåì, ýòî ïîçâîëèò
- âàì ïåðåíàçíà÷èòü áîòà íà êàíàë ñ âîññòàíîâëåíèåì âñåõ ñòàðûõ íàñòðîåê.
-
-BOT_HELP_INFO
- Ñèíòàêñèñ: INFO {#êàíàë | íèê}
-
- Ïîçâîëÿåò ïðîñìîòðåòü ðàçëè÷íóþ èíôîðìàöèþ î ñàìîì áîòå (íèê, èäåíò,
- õîñò, äàòó ñîçäàíèÿ, êîëè÷åñòâî îáñëóæèâàåìûõ êàíàëîâ), èëè î åãî
- íàñòðîéêàõ íà êîíêðåòíîì #êàíàëå (óñëîâèÿ êèêîâ è óñòàíîâëåííûå
- îïöèè).
- Ïðèìå÷àíèå: äàííûå áóäóò ïîñëàíû îò ëèöà %S
-
-BOT_HELP_SET
- Ñèíòàêñèñ: SET (#êàíàë| áîò) îïöèÿ ïàðàìåòðû
-
- Êîíôèãóðàöèÿ ðàçëè÷íûõ îïöèé áîòà.
- Ñïèñîê äîñòóïíûõ îïöèè:
-
- DONTKICKOPS Íå êèêàòü îïåðàòîðîâ êàíàëà çà íàðóøåíèÿ
- DONTKICKVOICES Íå êèêàòü âîéñîâ êàíàëà çà íàðóøåíèÿ
- GREET Àêòèâèðîâàòü/äåàêòèâèðîâàòü ðåæèì ïðèâåòñòâèé
- FANTASY Àêòèâèðîâàòü/äåàêòèâèðîâàòü FANTASY-ðåæèì
- SYMBIOSIS Àêòèâèðîâàòü/äåàêòèâèðîâàòü ðåæèì Ñèìáèîçà ñ
- ñåðâèñîì ñåòè ïî óïðàâëåíèþ êàíàëàìè.
-
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü
- êîìàíäîé %R%S HELP SET îïöèÿ.
-
- Ïðèìå÷àíèå: äîñòóï ê ýòîé êîìàíäå îïðåäåëÿåòñÿ óðîâíåì äîñòóïà ê
- êîìàíäå SET (ñèñòåìà LEVELS).
-
-BOT_HELP_SET_DONTKICKOPS
- Ñèíòàêñèñ: SET #êàíàë DONTKICKOPS {ON|OFF}
-
- Ïîçâîëÿåò âêëþ÷èòü èëè âûêëþ÷èòü ðåæèì èñêëþ÷åíèÿ îïåðàòîðîâ êàíàëà
- èç óñëîâèé êèêîâ çà íàðóøåíèÿ. Äàííîå äåéñòâèå ðàñïðîñòðàíèòñÿ íà
- âñåõ îïåðàòîðîâ êàíàëà, íå âàæíî, ñîîòâåòñòâóåò èõ óðîâåíü äîñòóïà
- çíà÷åíèþ óñòàíîâêè NOKICK èëè íåò.
-
-BOT_HELP_SET_DONTKICKVOICES
- Ñèíòàêñèñ: SET #êàíàë DONTKICKVOICES {ON|OFF}
-
- Ïîçâîëÿåò âêëþ÷èòü èëè âûêëþ÷èòü ðåæèì èñêëþ÷åíèÿ âîéñîâ êàíàëà
- èç óñëîâèé êèêîâ çà íàðóøåíèÿ. Äàííîå äåéñòâèå ðàñïðîñòðàíèòñÿ íà
- âñåõ âîéñîâ êàíàëà, íå âàæíî, ñîîòâåòñòâóåò èõ óðîâåíü äîñòóïà
- çíà÷åíèþ óñòàíîâêè NOKICK èëè íåò.
-
-BOT_HELP_SET_FANTASY
- Ñèíòàêñèñ: SET #êàíàë FANTASY {ON|OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò FANTASY-ðåæèì áîòà äëÿ óêàçàííîãî êàíàëà.
- Îí ïîçâîëÿåò ïîñåòèòåëÿì êàíàëà èñïîëüçîâàòü óäîáíûå àíàëîãè àíàëîãè
- ñòàíäàðòíûõ êîìàíä ïðÿìî íà êàíàëå, íàïðèìåð:
-
- !protect, !deprotect - óñòàíîâêà ñòàòóñà çàùèòû (àäìèíèñòðàòîðà)
- íà ñåáÿ (áåç ïàðàìåðîâ) èëè óêàçàííîìó íèêó.
- !halfop, !dehalfop - çàïðîñ ñòàòóñà ïîëóîïåðàòîðà êàíàëà, â
- êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íèê
- ïîñåòèòåëÿ êàíàëà.
- !owner, !deowner - çàïðîñ ñòàòóñà âëàäåëüöà êàíàëà (êîìàíäà
- äîñòóïíà ëèøü âëàäåëüöó êàíàëà).
- !voice, !devoice - çàïðîñ ñòàòóñà âîéñà êàíàëà, â êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íèê ïîñåòèòåëÿ
- êàíàëà.
- !op, !deop - çàïðîñ ñòàòóñà îïåðàòîðà êàíàëà, â êà÷åñòâå
- ïàðàìåòðà âû ìîæåòå óêàçàòü íèê ïîñåòèòåëÿ
- êàíàëà.
- !kick, !kb - êèêíóòü èëè êèêíóòü è çàáàíèòü óêàçàííîãî
- ïîñåòèòåëÿ êàíàëà ñ óêàçàííîé ïðè÷èíîé
- (íàïðèìåð: !kick Vasya ïøåë âîí îòñþäà!).
- !seen - çàïðîñ èíôîðìàöèè î òîì, êîãäà óêàçàííûé
- íèê ïîñëåäíèé ðàç áûë â ñåòè.
-
- Ïðèìå÷àíèå: äëÿ èñïîëüçîâàíèÿ êîìàíä FANTASY-ðåæèìà, âû äîëæíû
- èìåòü ñîîòâåòñòâóþùèé óðîâåíü äîñòóïà íà êàíàëå (îí îïðåäåëÿåòñÿ
- çíà÷åíèåì íàñòðîéêè FANTASIA, ïî-óìîë÷àíèþ ýòî 3 èëè VOP).
- Ïîìèìî ýòîãî, âàø óðîâåíü äîñòóïà äîëæåí ñîîòâåòñâîâàòü òðåáîâàíèÿì
- êîìàíäû, íàïðèìåð, âû íå ñìîæåòå èñïîëüçîâàòü êîìàíäó !op, åñëè
- âàø óðîâåíü äîñòóïà íå ñîîòâåòñòâóåò çíà÷åíèþ äëÿ OP/DEOP (èëè âû
- íå AOP/SOP êàíàëà).
-
- Ïðèìå÷àíèå 2: òàêèå êîìàíäû, êàê: !halfop, !dehalfop, !protect,
- !deprotect, !owner è !deowner - ìîãóò áûòü íåäîñòóïíû â âàøåé
- ñåòè.
-
-BOT_HELP_SET_GREET
- Ñèíòàêñèñ: SET #êàíàë GREET {ON|OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ïîêàçà ïðèâåòñòâèé íà êàíàëå. Åñëè
- îïöèÿ âêëþ÷åíà, áîò áóäåò ïîêàçûâàòü ïðèâåòñòâåííûå ñîîáùåíèÿ äëÿ
- âñåõ òåõ ïîëüçîâàòåëåé, êîòîðûå èìåþò äîñòàòî÷íûé óðîâåíü äîñòóïà
- íà êàíàëå è óñòàíîâèëè ñåáå òåêñò ïðèâåòñòâèÿ (ñì. íàñòðîéêè íèêà).
-
-BOT_HELP_SET_SYMBIOSIS
- Ñèíòàêñèñ: SET #êàíàë SYMBIOSIS {ON|OFF}
-
- Âêëþ÷àåò èëè âûêëþ÷àåò ðåæèì ñèìáèîçà ñ îñíîâíûì ñåðâèñîì ïî
- îáñëóæèâàíèþ çàðåãèñòðèðîâàííûõ êàíàëîâ ñåòè: %s.
- Âûêëþ÷èòå äàííûé ðåæèì, åñëè õîòèòå ÷òîáû âñå äåéñòâèÿ íà êàíàëå
- áîò ñîâåðøàë îò ñåáÿ, íàïðèìåð òàêèå, êàê: ñìåíà ðåæèìîâ, óñòàíîâêà
- áàíîâ, êèêè ïîëüçîâàòåëåé è ò. ä.
-
-BOT_HELP_KICK
- Ñèíòàêñèñ: KICK #êàíàë îïöèÿ ïàðàìåòðû
-
- Ïîçâîëÿåò òîíêî íàñòðîèòü óñëîâèÿ êàíàëà, çà íàðóøåíèÿ êîòîðûõ áîò
- áóäåò àâòîìàòè÷åñêè êèêàòü íàðóøèâøèõ èõ
- Ñïèñîê äîñòóïíûõ îïöèè:
-
- BOLDS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- æèðíîãî òåêñòà
- BADWORDS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- "ïëîõèõ" ñëîâ
- CAPS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- áóêâ â ÂÅÐÕÍÅÌ ðåãèñòðå (CapsLock).
- COLORS íàñòðîéêà óñëîâèé êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- 04ö06â09å11ò12í05î08ã07î òåêñòà
- FLOOD íàñòðîéêà óñëîâèé êèêà çà ôëóä
- REPEAT íàñòðîéêà óñëîâèé êèêà çà ïîâòîðÿþùèåñÿ ñîîáùåíèÿ
- REVERSES íàñòðîéêà óñëîâèÿ êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- èíâåðñíîãî òåêñòà
- UNDERLINES íàñòðîéêà óñëîâèÿ êèêà çà ÷ðåçìåðíîå èñïîëüçîâàíèå
- ïîä÷åðêèâàíèé
- ITALICS Sets if the bot kicks italics
-
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè î êîíêðåòíîé îïöèè âîñïîëüçóéòåñü
- êîìàíäîé %R%S HELP KICK îïöèÿ.
-
- Ïðèìå÷àíèå: äîñòóï ê ýòîé êîìàíäå îïðåäåëÿåòñÿ óðîâíåì äîñòóïà ê
- êîìàíäå SET (ñèñòåìà LEVELS).
-
-BOT_HELP_KICK_BOLDS
- Ñèíòàêñèñ: KICK #êàíàë BOLDS {ON|OFF} [ttb]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå æèðíîãî
- òåêñòà.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_COLORS
- Ñèíòàêñèñ: KICK #êàíàë COLORS {ON|OFF} [ttb]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå öâåòíîãî
- òåêñòà.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_REVERSES
- Ñèíòàêñèñ: KICK #êàíàë REVERSES {ON|OFF} [ttb]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå èíâåðñíîãî
- òåêñòà.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_UNDERLINES
- Ñèíòàêñèñ: KICK #êàíàë UNDERLINES {ON|OFF} [ttb]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå ïîä÷åðêèâàíèé.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_CAPS
- Ñèíòàêñèñ: KICK #êàíàë CAPS {ON|OFF} [ttb [ìèíèìóì [ïðîöåíòû]]]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ÷ðåçìåðíîå èñïîëüçîâàíèå CapsLOCK.
-
- Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ñòðîêà, êîòîðóþ
- ïîñëàë ïîñåòèòåëü, äîëæíà ñîäåðæàòü X áîëüøèõ áóêâ, îïðåäåëåííûõ
- ìèíèìóìîì, è êîëè÷åñòâî ýòèõ çàãëàâíûõ áóêâ äîëæíî ñîñòàâëÿòü êàê
- ìèíèìóì X ïðîöåíòîâ%% îò ÷èñëà áóêâ âñåé ñòðîêè.
- Íàïðèìåð: ïðåäïîëîæèì, ÷òî íàñòðîéêè ó íàñ ñòîÿò êàê 10 è 25,
- òîãäà ñòðîêà âèäà:
-
- BLABLABLAB BLABLABLAB BLABLABlab blablablab blablablab blablablab
- blablablab blablablab blablablab blablablab
-
- áóäåò ïîïàäàòü ïîä ñëåäóþùåå óñëîâèå: êîëè÷åñòâî çàãëàâíûõ áóêâ
- áîëüøå 10 è è ïðîöåíòàæ åãî îòíîñèòåëüíî îáùåãî êîë-âà áóêâ > 25%.
- Êàê âèäèòå, âûñòàâëåííîå íàìè óñëîâèå â äàííîì ñëó÷àå ñðàáîòàåò è
- ïîëüçîâàòåëü áóäåò êèêíóò ñ ñîîòâåòñòâóþùåé ïðè÷èíîé.
-
- Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ
- ïî-óìîë÷àíèþ: 10 äëÿ ìèíèìóìà áóêâ è 25% äëÿ ïðîöåíòàæà.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_FLOOD
- Ñèíòàêñèñ: KICK #êàíàë FLOOD {ON|OFF} [ttb [ëèíèé [ñåêóíäû]]]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ôëóä.
-
- Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ïîëüçîâàòåëü
- äîëæåí ïîñëàòü íà êàíàë êîëè÷åñòâî ñîîáùåíèé, ïðåâûùàþùåå ïàðàìåòð
- ëèíèé, è, åñëè ýòî ïðîèçîøëî â óêàçàííûé ïðîìåæóòîê ñåêóíäû -
- áîò êèêíåò åãî ñ ñîîòâåòñòâóþùåé ïðè÷èíîé.
-
- Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ
- ïî-óìîë÷àíèþ: 6 ñòðîê çà 10 ñåêóíä.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_KICK_REPEAT
- Ñèíòàêñèñ: KICK #êàíàë REPEAT {ON|OFF} [ttb [÷èñëî_ïîâòîðîâ]]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà ïîâòîðû.
-
- Óñëîâèÿ íàêàçàíèÿ ðàññ÷èòûâàþòñÿ ñëåäóþùèì îáðàçîì: ïîëüçîâàòåëü
- äîëæåí X ðàç ïîäðÿä ïîñëàòü íà êàíàë îäèíàêîâîå ñîîáùåíèå, ïðè ýòîì
- ñîîáùåíèÿ äðóãèõ ïîëüçîâàòåëåé, ïîñëàííûå â ýòî æå âðåìÿ, íèêîèì
- îáðàçîì íåñáðàñûâàþò ñ÷åò÷èê ÷èñëà_ïîâòîðîâ ýòîãî ïîëüçîâàòåëÿ.
-
- Åñëè âû íå óêàæåòå ïàðàìåòðû ðåæèìà, áóäóò èñïîëüçîâàíû çíà÷åíèÿ
- ïî-óìîë÷àíèþ: 3 ïîâòîðà ïîäðÿä.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_KICK_BADWORDS
- Ñèíòàêñèñ: KICK #êàíàë BADWORDS {ON|OFF} [ttb]
-
- Àêòèâèðóéòå äàííóþ îïöèþ ñ íóæíûìè âàì çíà÷åíèÿìè, åñëè õîòèòå
- ÷òîáû áîò êèêàë ïîñåòèòåëåé çà èñïîëüçîâàíèå íà êàíàëå "ïëîõèõ" ñëîâ.
-
- Áàçà "ïëîõèõ" ñëîâ êàíàëà ìîäèôèöèðóåòñÿ ïîñðåäñòâîì äîïîëíèòåëüíîé
- êîìàíäû BADWORDS. Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ñìîòðèòå ñïðàâêó
- ïî %R%S HELP BADWORDS.
-
- Ïàðàìåòð ttb - ýòî êîëè÷åñòâî êèêîâ, ïî ïðåâûøåíèþ êîòîðîãî áîò
- ïîñòàâèò áàí. Óêàæèòå âìåñòî ïîëîæèòåëüíîãî ÷èñëà çíà÷åíèå "0" èëè
- "-" åñëè íå õîòèòå ÷òîáû áîò áàíèë íàðóøèòåëÿ.
-
-BOT_HELP_BADWORDS
- Ñèíòàêñèñ: BADWORDS #êàíàë ADD ñëîâî [SINGLE | START | END]
- BADWORDS #êàíàë DEL {ñëîâî | íîìåð_çàïèñè | ñïèñîê_çàïèñåé}
- BADWORDS #êàíàë LIST [ìàñêà | ñïèñîê_çàïèñåé]
- BADWORDS #êàíàë CLEAR
-
- Äàííàÿ êîìàíäà ïîçâîëÿåò ìîäèôèöèðîâàòü ñïèñîê "ïëîõèõ" ñëîâ êàíàëà.
- Ýòîò ñïèñîê îïðåäåëÿåò, çà èñïîëüçîâàíèå êàêèõ ñëîâ ïîëüçîâàòåëü
- áóäåò êèêíóò áîòîì, ïðè óñëîâèè, êîíå÷íî, ÷òî äàííàÿ âîçìîæíîñòü
- àêòèâèðîâàíà.
- Äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè ïî àêòèâàöèè äàííîãî ðåæèìà ñìîòðèòå
- %R%S HELP KICK BADWORDS.
-
- Êîìàíäà BADWORDS ADD äîáàâëÿåò íîâîå ñëîâî â ñïèñîê "ïëîõèõ" ñëîâ.
- Âû ìîæåòå óêàçàòü äîïîëíèòåëüíûå óñëîâèÿ îáðàáîòêè äëÿ äîáàâëÿåìîãî
- ñëîâà, íàïðèìåð: îïöèîíàëüíûé ïàðàìåòð SINGLE çàñòàâèò áîòà
- ó÷èòûâàòü òîëüêî ôàêò ïîëíîãî óïîòðåáëåíèÿ äàííîãî ñëîâà, ïàðàìåòð
- START çàñòàâèò áîòà ó÷èòûâàòü ôàêò ñîâïàäåíèÿ ïî ìàñêå "ñëîâî*"
- (òî åñòü, ñîâïàäåíèå êàêîé-ëèáî START-çàïèñè èç ñïèñêà ñ íà÷àëîì
- ñêàçàííîãî ñëîâà), íó è ïîñëåäíèé ïàðàìåòð END áóäåò ñðàáàòûâàòü
- ïðè óïîòðåáëåíèè "*ñëîâà". Åñëè âû íå óêàæåòå íè îäèí èç ýòèõ
- ïàðàìåòðîâ äëÿ äîáàâëÿåìîãî ñëîâà, áóäåò èñïîëüçîâàòüñÿ ñîâïàäåíèå
- ïî "*ñëîâó*".
- Ïðèìåðû:
-
- BADWORDS #chuvaki ADD ïåñ
- -> äîáàâèò ñëîâî "ïåñ" â ñïèñîê ïëîõèõ ñëîâ è çàñòàâèò áîòà êèêàòü
- íå òîëüêî çà óïîòðåáëåíèå ñàìîãî ýòîãî ñëîâà, íî è ëþáûõ åãî
- ñëîâîôîðì, ñîäåðæàùèõ â ñåáå îðèãèí (íàïðèìåð: ïåñ, ïåñîê è ò.ä.)
-
- BADWORDS #chuvaki ADD ïåñ SINGLE
- -> äîáàâèò ñëîâî "ïåñ" â ñïèñîê ïëîõèõ ñëîâ è çàñòàâèò áîòà êèêàòü
- òîëüêî çà óïîòðåáëåíèå ñàìîãî ýòîãî ñëîâà, è íèêàê èíà÷å.
-
- Êîìàíäà BADWORDS DEL óäàëÿåò óêàçàííîå ñëîâî èç ñïèñêà ïëîõèõ ñëîâ.
-  êà÷åñòâå ïàðàìåòðà âû ìîæåòå óêàçàòü íå òîëüêî êîíêðåòíóþ çàïèñü,
- íî è íîìåð çàïèñè èëè ñïèñîê çàïèñåé (ñì. ïðèìåðû èñïîëüçîâàíèÿ
- êîìàíäû LIST íèæå).
-
- Êîìàíäà BADWORDS LIST ïîêàæåò òåêóùèé ñïèñîê ïëîõèõ ñëîâ.
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ñèìâîëüíóþ
- ìàñêó, ÷òî ïîçâîëèò âàì ïîëó÷èòü ñïèñîê ñ êîíêðåòíûìè çàïèñÿìè,
- ïîïàäàþùèìè ïîä ýòó ìàñêó, èëè æå, âû ìîæåòå óêàçàòü ñïèñîê çàïèñåé.
- Íàïðèìåð:
-
- BADWORDS #êàíàë LIST 2-5,7-9
- âûâåäåò ñïèñîê çàïèñåé ñî 2-îé ïî 5-þ è ñ 7-îé ïî 9-þ.
-
- Êîìàíäà BADWORDS CLEAR ïîçâîëÿåò ïîëíîñòüþ î÷èñòèòü ñïèñîê ñëîâ.
-
-BOT_HELP_SAY
- Ñèíòàêñèñ: SAY #êàíàë òåêñò
-
- Çàñòàâëÿåò áîòà ïîñëàòü óêàçàííûé òåêñò íà óêàçàííûé #êàíàë.
-
-BOT_HELP_ACT
- Ñèíòàêñèñ: ACT #êàíàë òåêñò
-
- Çàñòàâëÿåò áîòà âûïîëíèòü êîìàíäó, ýêâèâàëåíòíóþ êîìàíäå "/me"
- â IRC-êëèåíòå mIRC. Âû äîëæíû óêàçàòü îáà ïàðàìåòðà: òåêñò äåéñòâèÿ
- è #êàíàë.
-
-BOT_SERVADMIN_HELP_BOT
- Ñèíòàêñèñ: BOT ADD íèê èäåíò õîñò ðåàëüíîå_èìÿ
- BOT CHANGE ñòàðûé íèê íîâûé_íèê [èäåíò [õîñò [ðåàëüíîå_èìÿ]]]
- BOT DEL íèê
-
- Ïîçâîëÿåò Àäìèíèñòðàòîðàì ñåðâèñîâ ñîçäàâàòü, èçìåíÿòü èëè óäàëÿòü
- áîòîâ, êîòîðûå â äàëüíåéøåì ìîãóò áûòü èñïîëüçîâàíû ïîëüçîâàòåëÿìè
- ñåòè íà ñâîèõ êàíàëàõ.
-
- Êîìàíäà BOT ADD äîáàâëÿåò áîòà ñ óêàçàííûì íèêîì, èäåíòîì, õîñòîì
- è ðåàëüíûì èìåíåì. Òàê êàê êîððåêòíîñòü ýòèõ çíà÷åíèé íå ïðîâåðÿåòñÿ,
- áóäüòå êðàéíå âíèìàòåëüíû ïðè äîáàâëåíèè/èçìåíåíèè õààðêòåðèñòèê áîòà.
-
- Êîìàíäà BOT CHANGE ïîçâîëÿåò èçìåíèòü íèê, èäåíò, õîñò èëè ðåàëüíîå
- èìÿ áîòà áåç íåîáõîäèìîñòè åãî óäàëåíèÿ.
-
- Êîìàíäà BOT DEL óäàëÿåò óêàçàííîãî áîòà èç ñïèñêà áîòîâ.
-
- Ïðèìå÷àíèå: âû íå ìîæåòå ñîçäàòü áîòà ñ íèêîì, êîòîðûé óæå êåì-òî
- çàðåãèñòðèðîâàí. Åñëè æå âû ñîçäàåòå áîòà ñ íåçàðåãèñòðèðîâàííûì íèêîì,
- ëþáîé, êòî èñïîëüçóåò ýòîò íèê íà ìîìåíò ñîçäàíèÿ áîòà - áóäåò òóò
- æå îòêëþ÷åí îò ñåòè.
-
-BOT_SERVADMIN_HELP_SET
-
- Ñïèñîê îïöèé, êîòîðûå ìîãóò íàñòðàèâàòü òîëüêî Àäìèíèñòðàòîðû ñåðâèñîâ:
-
- NOBOT çàïðåòèòü èñïîëüçîâàòü áîòîâ íà êàêîì-ëèáî êàíàëå.
- PRIVATE îãðàíè÷èòü óêàçàííîãî áîòà äî èñïîëüçîâàíèÿ åãî
- òîëüêî àäìèíèñòðàöèåé ñåòè.
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Ñèíòàêñèñ: SET #êàíàë NOBOT {ON|OFF}
-
- Àêòèâèðóåò/äåàêòèâèðóåò ðåæèì NOBOT äëÿ óêàçàííîãî êàíàëà. Âêëþ÷åíèå
- äàííîãî ðåæèìà çàïðåòèò àäìèíèñòàðöèè êàíàëà èñïîëüçîâàòü áîòà íà
- ñâîåì êàíàëå.
- Åñëè áîò óæå óñòàíîâëåí íà êàíàëå, îí áóäåò àâòîìàòè÷åñêè óäàëåí ñ
- íåãî ñðàçó æå ïîñëå âêëþ÷åíèÿ äàííîé îïöèè.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Ñèíòàêñèñ: SET íèê_áîòà PRIVATE {ON|OFF}
-
- Óñòàíîâèòå äàííóþ îïöèþ íà óêàçàííîãî áîòà, åñëè õîòèòå çàïðåòèòü
- îáû÷íûì ïîëüçîâàòåëÿì èñïîëüçîâàòü åãî. Äîñòóï ê íåìó áóäåò òîëüêî
- ó àäìèíèñòðàöèè ñåòè.
-
-###########################################################################
-#
-# HostServ messages
-#
-###########################################################################
-HOST_EMPTY
- Ñïèñîê âèðòóàëüíûõ õîñòîâ ïóñò.
-HOST_ENTRY
- #%d * Íèê: %s * âèðòóàëüíûé õîñò: %s (%s - %s)
-HOST_IDENT_ENTRY
- #%d * Íèê: %s * âèðòóàëüíûé õîñò: %s@%s (%s - %s)
-HOST_SET
- Âèðòóàëüíûé õîñò äëÿ %s óñòàíîâëåí íà %s.
-HOST_IDENT_SET
- Âèðòóàëüíûé õîñò äëÿ %s óñòàíîâëåí íà %s@%s.
-HOST_SETALL
- Âèðòóàëüíûé õîñò äëÿ ãðóïïû %s óñòàíîâëåí íà %s.
-HOST_DELALL
- Âñå âèðòóàëüíûå õîñòû äëÿ ãðóïïû %s áûëè óäàëåíû.
-HOST_DELALL_SYNTAX
- DELALL <íèê>.
-HOST_IDENT_SETALL
- Âèðòóàëüíûé õîñò äëÿ ãðóïïû %s óñòàíîâëåí â %s@%s.
-HOST_SET_ERROR
- Óêàçàííûé âèðóòàëüíûé õîñò èìååò íåâåðíûé ôîðìàò.
-HOST_SET_IDENT_ERROR
- Óêàçàííûé âèðóòàëüíûé èäåíò èìååò íåâåðíûé ôîðìàò.
-HOST_SET_TOOLONG
- Îøèáêà: äëèíà óêàçàííîãî âèðòóàëüíîãî õîñòà ïðåâûøàåò ïîðîã â %d ñèìâîëîâ.
-HOST_SET_IDENTTOOLONG
- Îøèáêà: äëèíà óêàçàííîãî âèðòóàëüíîãî èäåíòà ïðåâûøàåò ïîðîã â %d ñèìâîëîâ.
-HOST_NOREG
- Ïîëüçîâàòåëü %s íå íàéäåí â ñåðâèñíîé áàçå äàííûõ íèêîâ.
-HOST_SET_SYNTAX
- SET <íèê> <õîñòìàñêà>.
-HOST_SETALL_SYNTAX
- SETALL <íèê> <õîñòìàñêà>.
-HOST_DENIED
- Äîñòóï çàïðåùåí.
-HOST_NOT_ASSIGNED
- Âèðòóàëüíûé õîñò äëÿ âàøåãî íèêà îòñóòñòâóåò.
-HOST_ACTIVATED
- Âàø âèðòóàëüíûé õîñò %s àêòèâèðîâàí.
-HOST_IDENT_ACTIVATED
- Âàø âèðòóàëüíûé õîñò %s@%s àêòèâèðîâàí.
-HOST_DEL
- Âèðòóàëüíûé õîñò äëÿ %s óäàëåí.
-HOST_DEL_SYNTAX
- DEL <íèê>.
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- IRCd âàøåé ñåòè íå ïîääåðæèâàåò âèðòóàëüíûå èäåíòû. Åñëè ýòî íå òàê, ñîîáùèòå íàì (ðàçðàáîò÷êàì) î äàííîì ôàêòå.
-HOST_GROUP
- Âñå âèðòóàëüíûå õîñòû äëÿ íèêîâ ãðóïïû %s óñòàíîâëåíû íà %s
-HOST_IDENT_GROUP
- Âñå âèðòóàëüíûå õîñòû äëÿ íèêîâ ãðóïïû %s óñòàíîâëåíû íà %s@%s
-HOST_LIST_FOOTER
- Êîíåö ñïèñêà õîñòîâ, çàïèñåé íàñ÷èòàíî: %d
-HOST_LIST_RANGE_FOOTER
- Êîíåö ñïèñêà çàïèñåé ñ %d ïî %d
-HOST_LIST_KEY_FOOTER
- Êîíåö ñïèñêà õîñòîâ ïî ìàñêå %s, çàïèñåé íàñ÷èòàíî: %d
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Àêòèâèðóåò íàçíà÷åííûé âàì âèðòóàëüíûé õîñò
-
-HOST_HELP_CMD_OFF
- OFF Äåàêòèâèðóåò âàø òåêóùèé âèðòóàëüíûé õîñò
-
-HOST_HELP_CMD_GROUP
- GROUP Ñèíõðîíèçèðóåò âèðòóàëüíûé õîñò äëÿ âñåõ íèêîâ ãðóïïû
-
-HOST_HELP_CMD_SET
- SET Óñòàíîâêà âèðòóàëüíîãî õîñòà óêàçàííîìó ïîëüçîâàòåëþ
-
-HOST_HELP_CMD_SETALL
- SETALL Óñòàíîâêà âèðò. õîñòà äëÿ âñåõ íèêîâ óêàçàííîé ãðóïïû
-
-HOST_HELP_CMD_DEL
- DEL Óäàëåíèå âèðòóàëüíîãî õîñòà
-
-HOST_HELP_CMD_DELALL
- DELALL Óäàëåíèå âèðò. õîñòà ó âñåõ íèêîâ óêàçàííîé ãðóïïû
-
-HOST_HELP_CMD_LIST
- LIST Âûâîä ñïèñêà âñåõ âèðòóàëüíûõ õîñòîâ
-
-HOST_OPER_HELP
- íå èñïîëüçóåòñÿ.
-
-HOST_ADMIN_HELP
- íå èñïîëüçóåòñÿ.
-
-HOST_HELP
- Ñïèñîê êîìàíä %S:
-
-HOST_HELP_ON
- Ñèíòàêñèñ: ON
-
- Àêòèâèðóåò âàø âèðòóàëüíûé õîñò, ïðè óñëîâèè, êîíå÷íî, ÷òî îí ó âàñ
- óñòàíîâëåí. Ñðàçó ïîñëå àêòèâàöèè, âàø ðåàëüíûé õîñò/IP-àäðåñ áóäåò
- çàìåíåí íà âèðòóàëüíûé, è, ñîîòâåòñòâåííî, îí è áóäåò ïîêàçàí â
- /WHOIS-èíôîðìàöèè âàøåãî íèêà.
-
-HOST_HELP_SET
- Ñèíòàêñèñ: SET <íèê> <õîñòìàñêà>.
-
- Óñòàíàâëèâàåò óêàçàííûé âèðòóàëüíûé õîñò äëÿ óêàçàííîãî íèêà. Åñëè
- IRCd âàøåé ñåòè ïîäåðæèâàåò âèðòóàëüíûå èäåíòû, ìîæíî èñïîëüçîâàòü
- ôîðìàò SET <íèê> <èäåíò>@<õîñòìàñêà> äëÿ óñòàíîâêè âèðòóàëüíûõ
- èäåíòà è õîñòà îäíîâðåìåííî.
-
-HOST_HELP_DELALL
- Ñèíòàêñèñ: DELALL <íèê>.
-
- Óäàëÿåò âèðòóàëüíûå õîñòû ó âñåõ íèêîâ óêàçàííîé ãðóïïû.
-
-HOST_HELP_SETALL
- Ñèíòàêñèñ: SETALL <íèê> <õîñòìàñêà>.
-
- Óñòàíàâëèâàåò âèðòóàëüíûé õîñò äëÿ âñåõ íèêîâ óêàçàííîé ãðóïïû.Åñëè
- IRCd âàøåé ñåòè ïîäåðæèâàåò âèðòóàëüíûå èäåíòû, ìîæíî èñïîëüçîâàòü
- ôîðìàò SETALL <íèê> <èäåíò>@<õîñòìàñêà> äëÿ óñòàíîâêè âèðòóàëüíûõ
- èäåíòà è õîñòà îäíîâðåìåííî.
-
- Ïðèìå÷àíèå: âèðòóàëüíûé õîñò óñòàíàâëèâàåòñÿ äëÿ âñåõ òåêóùèõ
- íèêîâ óêàçàííîé ãðóïïû è íå áóäåò àâòîìàòè÷åñêè îáíîâëåí äëÿ íîâîãî
- íèêà, âíåñåííîãî â ãðóïïó óæå ïîñëå óñòàíîâêè âèðòóàëüíîãî õîñòà.
-
-HOST_HELP_OFF
- Ñèíòàêñèñ: OFF
-
- Äåàêòèâèðóåò âàø òåêóùèé âèðòóàëüíûé õîñò, ïðè óñëîâèè, êîíå÷íî,
- ÷òî òàêîâîé óñòàíîâëåí íà ìîìåíò èñïîëüçîâàíèÿ êîìàíäû.
-
-HOST_HELP_DEL
- Ñèíòàêñèñ: DEL <íèê>
-
- Óäàëÿåò âèðòóàëüíûé õîñò íàçíà÷åííûé óêàçàííîìó íèêó.
-
-HOST_HELP_LIST
- Ñèíòàêñèñ: LIST [<ìàñêà>|<#X-Y>]
-
- Âûâîäèò ñïèñîê âñåõ âèðòóàëüíûõ õîñòîâ è íèêîâ, íà êîòîðûå ýòè õîñòû
- óñòàíîâëåíû.
-
-  êà÷åñòâå äîïîëíèòåëüíîãî ïàðàìåòðà, âû ìîæåòå óêàçàòü ìàñêó ïîèñêà,
- ÷òî ïîçâîëèò âàì ïîëó÷èòü òîëüêî ñîâïàäàþùèå ïî ñèìâîëüíîé ìàñêå
- çàïèñè. Ïîìèìî ýòîãî, âû, òàê æå, ìîæåòå óêàçàòü ñïèñêîê çàïèñåé â
- ôîðìàòå #X-Y, ãäå X - íîìåð ñòàðòîâîé çàïèñü, à Y - êîíå÷íîé.
-
- Íàïðèìåð:
-
- LIST *invis*
- âûâåäåò ñïèñîê çàïèñåé, íèê èëè âèðò. õîñò êîòîðûõ ñîäåðæèò
- ïîäñòðîêó *invis* (invisible, covinis è ò. ä.)
-
- LIST #2-5
- âûâåäåò ñïèñîê çàïèñåé ñî 2-îé ïî 5-þ.
-
- Ëèìèò îäíîâðåìåííî ïîêàçûâàåìûõ çàïèñåé îãðàíè÷åí ÷èñëîì, óêàçàííûì
- â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ äèðåêòèâîé NSListMax.
-
-HOST_HELP_GROUP
- Ñèíòàêñèñ: GROUP
-
- Ýòà êîìàíäà ïîçâîëÿåò ïîëüçîâàòåëÿì óñòàíîâèòü âèðòóàëüíûé õîñò
- ñ èõ ÒÅÊÓÙÅÃÎ íèêà íà âñå íèêè ãðóïïû.
-
-OPER_SVSNICK_UNSUPPORTED
- IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû SVSNICK.
-
-OPER_SQLINE_UNSUPPORTED
- IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû SQLINE.
-
-OPER_SVSO_UNSUPPORTED
- IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû OLINE.
-
-OPER_UMODE_UNSUPPORTED
- IRCd âàøåé ñåòè íå ïîääåðæèâàåò âîçìîæíîñòè êîìàíäû UMODE.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- Äèðåêòèâà SuperAdmin îòêëþ÷åíà â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ.
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/tr.l b/lang/tr.l
deleted file mode 100644
index 4e8c3f76e..000000000
--- a/lang/tr.l
+++ /dev/null
@@ -1,6498 +0,0 @@
-# Turkish language file.
-#
-# (C) 2003-2010 Anope Team
-# Contact us at team@anope.org
-#
-# Please read COPYING and README for furhter details.
-#
-# Based on the original code of Epona by Lara.
-# Based on the original code of Services by Andy Church.
-#
-# When translating this file to another language, keep in mind that the
-# order of parameters for sprintf() is fixed in the source code, so your
-# messages need to take the same parameters in the same order as the
-# English messages do. (Obviously, this doesn't hold for the strftime()
-# format lines immediately below.) If you can't get a natural translation
-# of a message without changing the order of the parameters, let us know
-# (team@anope.org) which message is causing a problem and I'll see
-# what I can do.
-#
-# In help messages, "%S" (capital S, not lowercase) refers to the name of
-# the service sending the message; for example, in NickServ help messages,
-# "%S" is replaced by "NickServ" (or whatever it is renamed to in
-# services.conf). The %S's do not count as sprintf() parameters, so they can be
-# rearranged, removed, or added as necessary.
-#
-# Also in help messages, please try to limit line lengths to 60 characters
-# of text (not including the leading tab). This length was chosen because
-# it does not cause line wrap under default settings on most current IRC
-# clients. Remember that format characters (control-B, control-_) are not
-# included in that 60-character limit (since they don't show on the user's
-# screen). Also remember that format specifiers (%S, etc.) will expand
-# when displayed, so remember to take this into account; you can assume
-# that the length of a pseudoclient name (%S replacement) will be eight
-# characters, so reduce the maximum line length by 6 for every %S on a
-# line.
-#
-# Finally, remember to put a tab at the beginning of every line of text
-# (including empty lines). This has to be a tab, not spaces.
-
-###########################################################################
-#
-# Name of this language
-#
-###########################################################################
-
-# For languages other than English, this string should have the following
-# format:
-# language-name-in-language (language-name-in-English)
-# For example, "Español (Spanish)" or "Français (French)".
-
-LANG_NAME
- Türkçe (Turkish)
-#################################################################
-# Translated by CafeiN (oytuny@yahoo.com) irc.ixir.net #
-# Modified by MeShGuL - guzelbey@cs.utk.edu - irc.arkadas.com #
-#################################################################
-
-###########################################################################
-#
-# General messages
-#
-###########################################################################
-
-# strftime() format strings. man 3 strftime for information on the
-# meanings of the format specifiers. Short version:
-# %a = weekday name (short) %H = hour
-# %b = month name (short) %M = minute
-# %d = day of month %S = second
-# %Y = year %Z = time zone
-
-# This is used as the format string for strftime() for a date and time
-# together.
-STRFTIME_DATE_TIME_FORMAT
- %b %d %H:%M:%S %Y %Z
-# This is used as the format string for strftime() for a date alone in long
-# format (English: including weekday).
-STRFTIME_LONG_DATE_FORMAT
- %a %b %d %Y
-# This is used as the format string for strftime() for a date alone in
-# short format (English: without weekday).
-STRFTIME_SHORT_DATE_FORMAT
- %b %d %Y
-
-# These tell our strftime() what the names of months and days are. If you
-# don't use %a, %A, %b, or %B in your strftime() strings above, you can
-# leave these empty. However, if you enter names, they MUST stay in order,
-# one per line, and the list MUST be complete!
-
-# %a
-STRFTIME_DAYS_SHORT
- Paz
- Pzt
- Sal
- Çar
- Per
- Cum
- Cmt
-# %A
-STRFTIME_DAYS_LONG
- Pazar
- Pazartesi
- Salý
- Çarþamba
- Perþembe
- Cuma
- Cumartesi
-# %b
-STRFTIME_MONTHS_SHORT
- Oca
- Þub
- Mar
- Nis
- May
- Haz
- Tem
- Aðu
- Eyl
- Eki
- Kas
- Ara
-# %B
-STRFTIME_MONTHS_LONG
- Ocak
- Þubat
- Mart
- Nisan
- Mayýs
- Haziran
- Temmuz
- Aðustos
- Eylül
- Ekim
- Kasým
- Aralýk
-
-
-# This is used in ChanServ/NickServ INFO displays.
-COMMA_SPACE
- ,
-
-# Command help replies
-COMMAND_REQUIRES_PERM
- Access to this command requires the permission %s to be present in your opertype.
-COMMAND_IDENTIFY_REQUIRED
- You need to be identified to use this command.
-COMMAND_CANNOT_USE
- You cannot use this command.
-COMMAND_CAN_USE
- You can use this command.
-
-# Various error messages.
-USER_RECORD_NOT_FOUND
- Dahili hata - Kullanýcý kaydý bulunamadý.
-UNKNOWN_COMMAND
- Varolmayan komut %s.
-UNKNOWN_COMMAND_HELP
- Varolmayan komut %s. yardým için "%R%s HELP" yazýnýz.
-SYNTAX_ERROR
- Kullanýmý: %s
-MORE_INFO
- Daha fazla bilgi için %R%s HELP %s yazýnýz.
-NO_HELP_AVAILABLE
- %s hakkýnda yardým bulunamadý.
-OBSOLETE_COMMAND
- Bu komut artýk kullanýlmýyor; onun yerine %s komutunu deneyin.
-
-BAD_USERHOST_MASK
- Mask user@host þeklinde tanýmlanmalýdýr.
-BAD_EXPIRY_TIME
- Geçersiz zaman aþýmý süresi.
-USERHOST_MASK_TOO_WIDE
- %s kapsamý aþýrý geniþ; Lütfen daha belirli bir mask kullanýn.
-
-SERVICE_OFFLINE
- %s þu an devre dýþý.
-READ_ONLY_MODE
- Not: Servisler read-only modunda; deðiþiklikler kaydedilmeyecektir!
-PASSWORD_INCORRECT
- Þifre geçersiz.
-INVALID_TARGET
- "/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-
-ACCESS_DENIED
- Bu komuta eriþiminiz yok.
-
-MORE_OBSCURE_PASSWORD
- Lütfen daha zor bir þifre deneyin. Þifreler en az 5 karakter uzunlukta, kolayca tahmin edilemeyecek birþey olmalýdýr(ör: gerçek isminiz, nickiniz v.b. olmamalýdýr), ve boþlukla tab kullanýlmamalýdýr.
-PASSWORD_TOO_LONG
- Your password is too long. Please try again with a shorter password.
-
-NICK_NOT_REGISTERED
- Nickiniz kayýtlý deðil.
-NICK_NOT_REGISTERED_HELP
- Nickiniz kayýtlý deðil. Nick kayýt hakkýnda bilgi almak için %R%s HELP yazýn.
-NICK_X_IS_SERVICES
- Nick %s is part of this Network's Services.
-NICK_X_NOT_REGISTERED
- %s kayýtlý bir nick deðil.
-NICK_X_IN_USE
- Nick %s is currently in use.
-NICK_X_NOT_IN_USE
- %s nicki þu an kullanýmda deðil.
-NICK_X_NOT_ON_CHAN
- %s su anda %s kanalinda degil.
-NICK_X_FORBIDDEN
- %s nicki kayýt edilemez ve kullanýlamaz.
-NICK_X_FORBIDDEN_OPER
- %s nicki yasaklanmýþtýr. %s:
- %s
-NICK_X_ILLEGAL
- Nick %s is an illegal nickname and cannot be used.
-NICK_X_TRUNCATED
- Nick %s was truncated to %d characters.
-NICK_X_SUSPENDED
- Nick %s is currently suspended.
-CHAN_X_NOT_REGISTERED
- %s kanalý kayýtlý deðil.
-CHAN_X_NOT_IN_USE
- %s kanalý þu an kullanýmda deðil.
-CHAN_X_FORBIDDEN
- %s kanalý kayýt edilemez ve kullanýlamaz.
-CHAN_X_FORBIDDEN_OPER
- %s kanalý yasaklanmýþtýr. %s:
- %s
-CHAN_X_SUSPENDED
- Suspended: [%s] %s
-NICK_IDENTIFY_REQUIRED
- Bu komutu kullanabilmek için þifrenizi girmelisiniz.
- %R%s IDENTIFY þifreniz yazarak yeniden deneyiniz.
-CHAN_IDENTIFY_REQUIRED
- Bu komutu kullanabilmek için þifrenizi girmelisiniz.
- %R%s IDENTIFY %s þifreniz yazarak yeniden deneyiniz.
-
-MAIL_DISABLED
- Servislerin mail gönderme özelliði devre dýþýdýr.
-MAIL_INVALID
- %s için mail adresi geçerli deðil.
-MAIL_X_INVALID
- %s geçerli bir mail adresi deðil.
-MAIL_LATER
- Þu an mail gönderilemiyor; lütfen az sonra tekrar deneyin.
-MAIL_DELAYED
- Lütfen %d saniye bekleyin ve tekrar deneyin.
-
-NO_REASON
- Sebep yok
-UNKNOWN
- <varolmayan>
-
-# Duration system
-DURATION_DAY
- 1 gün
-DURATION_DAYS
- %d gün
-DURATION_HOUR
- 1 saat
-DURATION_HOURS
- %d saat
-DURATION_MINUTE
- 1 dakika
-DURATION_MINUTES
- %d dakika
-DURATION_SECOND
- 1 saniye
-DURATION_SECONDS
- %d saniye
-
-# Human readable expiration
-NO_EXPIRE
- zaman aþýmý yok
-EXPIRES_SOON
- bir sonraki veritabaný güncellemesinde zaman aþýmý süresi dolacak
-EXPIRES_M
- %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_1M
- %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_HM
- %d saat, %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_H1M
- %d saat, %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_1HM
- %d saat, %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_1H1M
- %d saat, %d dakika sonra zaman aþýmý süresi dolacak
-EXPIRES_D
- %d gün sonra zaman aþýmý süresi dolacak
-EXPIRES_1D
- %d gün sonra zaman aþýmý süresi dolacak
-
-# Generic Footer message
-END_OF_ANY_LIST
- End of %s list.
-
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-LIST_INCORRECT_RANGE
- Incorrect range specified. The correct syntax is #from-to.
-CS_LIST_INCORRECT_RANGE
- To search for channels starting with #, search for the channel
- name without the #-sign prepended (anope instead of #anope).
-
-###########################################################################
-#
-# NickServ messages
-#
-###########################################################################
-
-# Automatic messages
-NICK_IS_REGISTERED
- Bu nick baþkasýna ait. Lütfen baþka bir tane seçin.
- (Eðer bu sizin nickiniz ise, %R%s IDENTIFY þifreniz yazýnýz.)
-NICK_IS_SECURE
- Bu nick kayýtlý ve korumalýdýr. Eðer bu sizin nickiniz ise,
- %R%s IDENTIFY þifreniz yazýnýz. Yada, baþka bir nick seçin.
-NICK_MAY_NOT_BE_USED
- Bu nick kullanýlamaz. Lütfen baþka bir tane seçin.
-FORCENICKCHANGE_IN_1_MINUTE
- Eðer bir dakika içinde nickinizi deðiþtirmezseniz, Ben deðiþtireceðim.
-FORCENICKCHANGE_IN_20_SECONDS
- Eðer 20 saniye içinde nickinizi deðiþtirmezseniz, Ben deðiþtireceðim.
-FORCENICKCHANGE_NOW
- Bu nick kayýtlýdýr; bunu kullanamazsýnýz.
-FORCENICKCHANGE_CHANGING
- Nickiniz %s olarak deðiþtirildi.
-
-# REGISTER responses
-NICK_REGISTER_SYNTAX
- REGISTER þifreniz [emailiniz]
-NICK_REGISTER_SYNTAX_EMAIL
- REGISTER þifreniz emailiniz
-NICK_REGISTRATION_DISABLED
- Nick kaydý geçici olarak devre dýþýdýr.
-NICK_REGISTRATION_FAILED
- Nick kaydý baþarýsýz.
-NICK_REG_PLEASE_WAIT
- Lütfen %d saniye REGISTER komutunu tekrar kullanmak için bekleyin.
-NICK_CANNOT_BE_REGISTERED
- %s nicki kayýt edilemez.
-NICK_ALREADY_REGISTERED
- %s nicki zaten kayýtlý!
-NICK_REGISTERED
- %s nicki sizin adýnýza kayýt edildi: %s
-NICK_REGISTERED_NO_MASK
- Nickname %s registered.
-NICK_PASSWORD_IS
- Nick Þifreniz %s - Ýlerde kullanacaðýnýz için unutmayýnýz ve kimseye söylemeyiniz.
-
-# GROUP responses
-NICK_REG_DELAY
- You have to be connected longer than %d seconds to register your nick.
-
-# GROUP responses
-NICK_GROUP_SYNTAX
- GROUP hedef þifre
-NICK_GROUP_DISABLED
- Nick gruplama geçici olarak devre dýþý.
-NICK_GROUP_FAILED
- Nick gruplama baþarýsýz.
-NICK_GROUP_PLEASE_WAIT
- GROUP komutunu tekrar kullanmadan önce lütfen %d saniye bekleyin.
-NICK_GROUP_CHANGE_DISABLED
- Nickiniz zaten kayýtlý; önce %R%s DROP yazýn.
-NICK_GROUP_SAME
- %s grubunun zaten bir üyesisiniz.
-NICK_GROUP_TOO_MANY
- %s nickinin grubunda çok fazla nick var; listeleyip birkaçini silin.
- Daha fazla bilgi için %R%s HELP GLIST ve %R%s HELP DROP
- yazin.
-NICK_GROUP_JOINED
- %s grubuna dahil edildiniz.
-
-# UNGROUP responses
-NICK_UNGROUP_ONE_NICK
- Your nick is not grouped to anything, you can't ungroup it.
-NICK_UNGROUP_NOT_IN_GROUP
- The nick %s is not in your group.
-NICK_UNGROUP_SUCCESSFUL
- Nick %s has been ungrouped from %s.
-
-# IDENTIFY responses
-NICK_IDENTIFY_SYNTAX
- IDENTIFY þifreniz
-NICK_IDENTIFY_FAILED
- Tanýmlama baþarýsýz.
-NICK_IDENTIFY_SUCCEEDED
- Þifre kabul edildi.
-NICK_IDENTIFY_EMAIL_REQUIRED
- Þimdi nickiniz için bir e-mail adresi belirtmelisiniz.
- Bu e-mail adresi þifrenizi unutmanýz halinde þifrenizi
- isterken kullanýlacaktýr.
-NICK_IDENTIFY_EMAIL_HOWTO
- Mail adresinizi ayarlamak için %R%S SET EMAIL e-mailadresiniz
- yazýn. Gizliliðiniz korunacaktýr; bu mail adresi herhangi üçüncü
- þahýslara verilmeyecektir.
-
-# LOGOUT responses
-NICK_ALREADY_IDENTIFIED
- You are already identified.
-
-# UPDATE responses
-NICK_UPDATE_SUCCESS
- Status updated (memos, vhost, chmodes, flags).
-
-# LOGOUT responses
-NICK_LOGOUT_SYNTAX
- LOGOUT
-NICK_LOGOUT_SUCCEEDED
- Nickinizin çýkýþý yapýldý.
-NICK_LOGOUT_X_SUCCEEDED
- %s nickinin çýkýþý yapýldý.
-
-# DROP responses
-NICK_LOGOUT_SERVICESADMIN
- Can't logout %s because he's a Services Operator.
-
-# DROP responses
-NICK_DROP_DISABLED
- Nick kaydý silinmesi geçici olarak devre dýþýdýr.
-NICK_DROPPED
- Nickinizin kaydý silindi (dropped).
-NICK_X_DROPPED
- %s nickinin kaydý silindi (dropped).
-
-# SET responses
-NICK_SET_SYNTAX
- SET özellik parametre
-NICK_SET_SERVADMIN_SYNTAX
- SET [nick] özellik parametre
-NICK_SET_DISABLED
- NickServ'ün SET komutu geçici olarak devre dýþýdýr.
-NICK_SET_UNKNOWN_OPTION
- Varolmayan SET özelliði: %s.
-
-# SET DISPLAY responses
-NICK_SET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SET DISPLAY responses
-NICK_SET_DISPLAY_INVALID
- Yeni gösterim nick grubunuzdan bir nick olmalýdýr!
-NICK_SET_DISPLAY_CHANGED
- Yeni gösterim %s.
-
-# SET PASSWORD responses
-NICK_SET_PASSWORD_FAILED
- Þifre deðiþtirilemedi.
-NICK_SET_PASSWORD_CHANGED
- Þifreniz deðiþtirildi.
-NICK_SET_PASSWORD_CHANGED_TO
- Nick þifreniz %s olarak deðiþtirildi.
-
-# SET LANGUAGE responses
-NICK_SET_LANGUAGE_SYNTAX
- SET LANGUAGE numara
-NICK_SET_LANGUAGE_UNKNOWN
- Varolmayan dil numarasý %d. Dil listesi için %R%s HELP SET LANGUAGE yazýn.
-NICK_SET_LANGUAGE_CHANGED
- Dil Türkçe olarak deðiþtirildi.
-
-# SET EMAIL responses
-NICK_SET_EMAIL_CHANGED
- E-mail adresi %s olarak deðiþtirildi.
-NICK_SET_EMAIL_UNSET
- E-mail adresi silindi.
-NICK_SET_EMAIL_UNSET_IMPOSSIBLE
- E-mail adresini bu networkte silemezsiniz.
-
-# SET GREET responses
-NICK_SET_GREET_CHANGED
- Karþýlama mesajý %s olarak deðiþtirildi.
-NICK_SET_GREET_UNSET
- Karþýlama mesajý silindi.
-
-# SET PROTECT responses
-NICK_SET_KILL_SYNTAX
- SET KILL {ON | QUICK | OFF}
-NICK_SET_KILL_IMMED_SYNTAX
- SET KILL {ON | QUICK | IMMED | OFF}
-NICK_SET_KILL_ON
- Kill korumasý: AKTÝF.
-NICK_SET_KILL_QUICK
- Kill korumasý: zaman limitli olarak AKTÝF.
-NICK_SET_KILL_IMMED
- Anýnda kill korumasý: AKTÝF.
-NICK_SET_KILL_IMMED_DISABLED
- HEMEN seçeneði bu networkte aktif deðil.
-NICK_SET_KILL_OFF
- Kill korumasý: KAPALI.
-
-# SET SECURE responses
-NICK_SET_SECURE_SYNTAX
- SET SECURE {ON | OFF}
-NICK_SET_SECURE_ON
- Güvenlik seçeneði: AKTÝF.
-NICK_SET_SECURE_OFF
- Güvenlik seçeneði: KAPALI.
-
-# SET PRIVATE responses
-NICK_SET_PRIVATE_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_PRIVATE_ON
- Özel seçeneði: AKTÝF.
-NICK_SET_PRIVATE_OFF
- Özel seçeneði: KAPALI.
-
-# SET HIDE responses
-NICK_SET_HIDE_SYNTAX
- SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SET_HIDE_EMAIL_ON
- Artýk %s INFO da e-mail adresiniz gözükmeyecek.
-NICK_SET_HIDE_EMAIL_OFF
- Artýk %s INFO da e-mail adresiniz gözükecek.
-NICK_SET_HIDE_MASK_ON
- Artýk son göründüðünüz user@host maskýnýz %s INFO da gözükmeyecek.
-NICK_SET_HIDE_MASK_OFF
- Artýk son göründüðünüz user@host maskýnýz %s INFO da gözükecek.
-NICK_SET_HIDE_QUIT_ON
- Artýk son çýkýþ mesajýnýz(/quit) %s INFO da gözükmeyecek.
-NICK_SET_HIDE_QUIT_OFF
- Artýk son çýkýþ mesajýnýz(/quit) %s INFO da gözükecek.
-
-# SET NOEXPIRE responses
-NICK_SET_HIDE_STATUS_ON
- Your services access status will now be hidden from %s INFO displays.
-NICK_SET_HIDE_STATUS_OFF
- Your services access status will now be shown in %s INFO displays.
-
-# SET MSG responses
-NICK_SET_MSG_SYNTAX
- SET PRIVATE {ON | OFF}
-NICK_SET_MSG_ON
- Services will now reply to you with messages.
-NICK_SET_MSG_OFF
- Services will now reply to you with notices.
-
-# SET AUTOOP responses
-NICK_SET_AUTOOP_SYNTAX
- SET AUTOOP {ON | OFF}
-NICK_SET_AUTOOP_ON
- Services will now autoop you in channels.
-NICK_SET_AUTOOP_OFF
- Services will no longer autoop you in channels.
-
-
-# SET NOEXPIRE responses
-NICK_SASET_SYNTAX
- SASET nickname option parameters
-NICK_SASET_DISABLED
- Sorry, nickname option setting is temporarily disabled.
-NICK_SASET_UNKNOWN_OPTION
- Unknown SASET option %s.
-NICK_SASET_BAD_NICK
- Nickname %s not registered.
-NICK_SASET_OPTION_DISABLED
- Option %s cannot be set on this network.
-
-# SASET DISPLAY responses
-NICK_SASET_DISPLAY_INVALID
- The new display for %s MUST be a nickname of the nickname group!
-NICK_SASET_DISPLAY_CHANGED
- The new display is now %s.
-
-# SASET PASSWORD responses
-NICK_SASET_PASSWORD_FAILED
- Sorry, couldn't change password for %s.
-NICK_SASET_PASSWORD_CHANGED
- Password for %s changed.
-NICK_SASET_PASSWORD_CHANGED_TO
- Password for %s changed to %s.
-
-# SASET EMAIL responses
-NICK_SASET_EMAIL_CHANGED
- E-mail address for %s changed to %s.
-NICK_SASET_EMAIL_UNSET
- E-mail address for %s unset.
-NICK_SASET_EMAIL_UNSET_IMPOSSIBLE
- You cannot unset the e-mail on this network.
-
-# SASET GREET responses
-NICK_SASET_GREET_CHANGED
- Greet message for %s changed to %s.
-NICK_SASET_GREET_UNSET
- Greet message for %s unset.
-
-# SASET PROTECT responses
-NICK_SASET_KILL_SYNTAX
- SASET nickname KILL {ON | QUICK | OFF}
-NICK_SASET_KILL_IMMED_SYNTAX
- SASET nickname KILL {ON | QUICK | IMMED | OFF}
-NICK_SASET_KILL_ON
- Protection is now ON for %s.
-NICK_SASET_KILL_QUICK
- Protection is now ON for %s, with a reduced delay.
-NICK_SASET_KILL_IMMED
- Protection is now ON for %s, with no delay.
-NICK_SASET_KILL_IMMED_DISABLED
- The IMMED option is not available on this network.
-NICK_SASET_KILL_OFF
- Protection is now OFF for %s.
-
-# SASET SECURE responses
-NICK_SASET_SECURE_SYNTAX
- SASET nickname SECURE {ON | OFF}
-NICK_SASET_SECURE_ON
- Secure option is now ON for %s.
-NICK_SASET_SECURE_OFF
- Secure option is now OFF for %s.
-
-# SASET PRIVATE responses
-NICK_SASET_PRIVATE_SYNTAX
- SASET nickname PRIVATE {ON | OFF}
-NICK_SASET_PRIVATE_ON
- Private option is now ON for %s.
-NICK_SASET_PRIVATE_OFF
- Private option is now OFF for %s.
-
-# SASET HIDE responses
-NICK_SASET_HIDE_SYNTAX
- SET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-NICK_SASET_HIDE_EMAIL_ON
- The E-mail address of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_EMAIL_OFF
- The E-mail address of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_MASK_ON
- The last seen user@host mask of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_MASK_OFF
- The last seen user@host mask of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_QUIT_ON
- The last quit message of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_QUIT_OFF
- The last quit message of %s will now be shown in %s INFO displays.
-NICK_SASET_HIDE_STATUS_ON
- The services access status of %s will now be hidden from %s INFO displays.
-NICK_SASET_HIDE_STATUS_OFF
- The services access status of %s will now be shown in %s INFO displays.
-
-# SASET MSG responses
-NICK_SASET_MSG_SYNTAX
- SSAET nickname PRIVATE {ON | OFF}
-NICK_SASET_MSG_ON
- Services will now reply to %s with messages.
-NICK_SASET_MSG_OFF
- Services will now reply to %s with notices.
-
-# SET NOEXPIRE responses
-NICK_SASET_NOEXPIRE_SYNTAX
- SASET nickname NOEXPIRE {ON | OFF}
-NICK_SASET_NOEXPIRE_ON
- Nick %s will not expire.
-NICK_SASET_NOEXPIRE_OFF
- Nick %s will expire.
-
-# ACCESS responses
-NICK_SASET_AUTOOP_SYNTAX
- SASET nickname AUTOOP {ON | OFF}
-NICK_SASET_AUTOOP_ON
- Services will now autoop %s in channels.
-NICK_SASET_AUTOOP_OFF
- Services will no longer autoop %s in channels.
-
-# SASET LANGUAGE responses
-NICK_SASET_LANGUAGE_SYNTAX
- SASET nickname LANGUAGE number
-NICK_SASET_LANGUAGE_UNKNOWN
- Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages.
-NICK_SASET_LANGUAGE_CHANGED
- Language changed to Turkish.
-
-
-# ACCESS responses
-NICK_ACCESS_SYNTAX
- ACCESS {ADD | DEL | LIST} [mask]
-NICK_ACCESS_ALREADY_PRESENT
- %s access listenizde zaten var.
-NICK_ACCESS_REACHED_LIMIT
- Bir nick için sadece %d tane access girilebilir.
-NICK_ACCESS_ADDED
- %s access listenize eklendi.
-NICK_ACCESS_NOT_FOUND
- %s access listenizde bulunamadý.
-NICK_ACCESS_DELETED
- %s access listenizden silindi.
-NICK_ACCESS_LIST
- Access listesi:
-NICK_ACCESS_LIST_X
- %s nickinin access listesi:
-NICK_ACCESS_LIST_EMPTY
- Your access list is empty.
-NICK_ACCESS_LIST_X_EMPTY
- Access list for %s is empty.
-
-# Status messages
-NICK_STATUS_REPLY
- STATUS %s %d %s
-
-# INFO responses
-NICK_INFO_SYNTAX
- INFO nick
-NICK_INFO_REALNAME
- %s isim: %s
-NICK_INFO_SERVICES_OPERTYPE
- %s is a services operator of type %s.
-NICK_INFO_ADDRESS
- Son görüldüðü adres: %s
-NICK_INFO_ADDRESS_ONLINE
- Baðlandýðý adres: %s
-NICK_INFO_ADDRESS_ONLINE_NOHOST
- %s þu an baðlý.
-NICK_INFO_TIME_REGGED
- Kayýt zamaný: %s
-NICK_INFO_LAST_SEEN
- Son görüldüðü tarih: %s
-NICK_INFO_LAST_QUIT
- Son çýkýþ mesajý: %s
-NICK_INFO_URL
- URL: %s
-NICK_INFO_EMAIL
- E-mail adresi: %s
-NICK_INFO_VHOST
- vhost: %s
-NICK_INFO_VHOST2
- vhost: %s@%s
-NICK_INFO_GREET
- Karþýlama mesajý: %s
-NICK_INFO_OPTIONS
- Özellikler: %s
-NICK_INFO_EXPIRE
- Expires in: %s
-# These strings MUST NOT be empty
-NICK_INFO_OPT_KILL
- Kill korumasý
-NICK_INFO_OPT_SECURE
- Güvenlik
-NICK_INFO_OPT_PRIVATE
- Özel
-NICK_INFO_OPT_MSG
- Message mode
-NICK_INFO_OPT_AUTOOP
- Auto-op
-NICK_INFO_OPT_NONE
- YOK
-NICK_INFO_NO_EXPIRE
- Bu nick zaman aþýmýna uðramayacak.
-
-# LIST responses
-NICK_INFO_SUSPENDED
- This nickname is currently suspended, reason: %s
-NICK_INFO_SUSPENDED_NO_REASON
- This nickname is currently suspended
-
-# LIST responses
-NICK_LIST_SYNTAX
- LIST model
-NICK_LIST_SERVADMIN_SYNTAX
- LIST model [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-NICK_LIST_HEADER
- %s içeren kayýtlarýn listesi:
-NICK_LIST_RESULTS
- Liste sonu - %d/%d .
-
-# GLIST responses
-NICK_ALIST_SYNTAX
- ALIST nickname
-NICK_ALIST_HEADER
- Channels that you have access on:
- Num Channel Level Description
-NICK_ALIST_HEADER_X
- Channels that %s has access on:
- Num Channel Level Description
-NICK_ALIST_XOP_FORMAT
- %3d %c%-20s %-8s %s
-NICK_ALIST_ACCESS_FORMAT
- %3d %c%-20s %-8d %s
-NICK_ALIST_FOOTER
- Liste sonu - %d/%d .
-
-# GLIST responses
-NICK_GLIST_HEADER
- Grubunuzdaki nicklerin listesi:
-NICK_GLIST_HEADER_X
- %s grubundaki nicklerin listesi:
-NICK_GLIST_FOOTER
- Grupta %d nick var.
-NICK_GLIST_REPLY
- %s (expires in %s)
-NICK_GLIST_REPLY_NOEXPIRE
- %s (does not expire)
-
-# RECOVER responses
-NICK_RECOVER_SYNTAX
- RECOVER nick [þifre]
-NICK_NO_RECOVER_SELF
- Kendizi recover edemezsiniz!
-NICK_RECOVERED
- User claiming your nick has been killed.
- %R%s RELEASE %s to get it back before %s timeout.
-
-# RELEASE responses
-NICK_RELEASE_SYNTAX
- RELEASE nick [þifre]
-NICK_RELEASE_NOT_HELD
- %s nicki zaten serbest.
-NICK_RELEASED
- Nickiniz serbest býrakýldý.
-
-# GHOST responses
-NICK_GHOST_SYNTAX
- GHOST nick [þifre]
-NICK_NO_GHOST_SELF
- Kendinizi ghost edemezsiniz!
-NICK_GHOST_KILLED
- Asýlý kalan nickiniz kill lendi.
-
-# GETPASS responses
-NICK_GETPASS_SYNTAX
- GETPASS nick
-NICK_GETPASS_UNAVAILABLE
- GETPASS komutu devre dýþý çünkü þifreleme(encryption) devrede.
-NICK_GETPASS_PASSWORD_IS
- %s nickinin þifresi %s.
-
-# SENDPASS responses
-NICK_GETEMAIL_SYNTAX
- GETEMAIL user@email-host No WildCards!!
-NICK_GETEMAIL_EMAILS_ARE
- Emails Match %s to %s.
-NICK_GETEMAIL_NOT_USED
- No Emails listed for %s.
-
-# SENDPASS responses
-NICK_SENDPASS_SYNTAX
- SENDPASS nick
-NICK_SENDPASS_UNAVAILABLE
- SENDPASS komutu devre dýþý çünkü þifreleme(encryption) devrede.
-NICK_SENDPASS_SUBJECT
- Nick þifresi (%s)
-NICK_SENDPASS
- Hi,
-
- You have requested to receive the password of nickname %s by e-mail.
- The password is %s. For security purposes, you should change it as soon as you receive this mail.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_SENDPASS_OK
- %s nickinin þifresi gönderildi.
-
-# RESETPASS responses
-NICK_RESETPASS_SYNTAX
- RESETPASS nickname
-NICK_RESETPASS_SUBJECT
- Reset password request for %s
-NICK_RESETPASS_MESSAGE
- Hi,
-
- You have requested to have the password for %s reset.
- To reset your password, type %R%s CONFIRM %s
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_RESETPASS_COMPLETE
- Password reset email for %s has been sent.
-
-# FORBID responses
-NICK_SUSPEND_SYNTAX
- SUSPEND nickname reason
-NICK_SUSPEND_SUCCEEDED
- Nick %s is now suspended.
-NICK_SUSPEND_FAILED
- Couldn't suspend nick %s!
-
-# UNSUSPEND responses
-NICK_UNSUSPEND_SYNTAX
- UNSUSPEND nickname
-NICK_UNSUSPEND_SUCCEEDED
- Nick %s is now released.
-NICK_UNSUSPEND_FAILED
- Couldn't release nick %s!
-
-# FORBID responses
-NICK_FORBID_SYNTAX
- FORBID nick [sebep]
-NICK_FORBID_SYNTAX_REASON
- FORBID nick sebep
-NICK_FORBID_SUCCEEDED
- %s nickinin Kullanýmý yasaklandý.
-NICK_FORBID_FAILED
- %s nickinin Kullanýmý yasaklanamadý!
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-NICK_REQUESTED
- This nick has already been requested, please check your e-mail address for the pass code
-NICK_REG_RESENT
- Your passcode has been re-sent to %s.
-NICK_REG_UNABLE
- Nick NOT registered, please try again later.
-NICK_IS_PREREG
- This nick is awaiting an e-mail verification code before completing registration.
-NICK_ENTER_REG_CODE
- A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration
-NICK_REG_MAIL_SUBJECT
- Nickname Registration (%s)
-NICK_REG_MAIL
- Hi,
-
- You have requested to register the nickname %s on %s.
- Please type " %R%s confirm %s " to complete registration.
-
- If you don't know why this mail was sent to you, please ignore it silently.
-
- %s administrators.
-NICK_GETPASS_PASSCODE_IS
- Passcode for %s is %s.
-NICK_FORCE_REG
- Nickname %s confirmed
-
-NICK_CONFIRM_NOT_FOUND
- Registration step 1 may have expired, please use "%R%s register <password> <email>" first.
-NICK_CONFIRM_INVALID
- Invalid passcode has been entered, please check the e-mail again, and retry
-NICK_CONFIRM_EXPIRED
- Your password reset request has expired.
-NICK_CONFIRM_SUCCESS
- You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now.
-
-###########################################################################
-#
-# ChanServ messages
-#
-###########################################################################
-
-# Access level descriptions
-CHAN_LEVEL_AUTOOP
- Kanala giriþte ChanServ tarafýndan otomatik op (+o)
-CHAN_LEVEL_AUTOVOICE
- Kanala giriþte ChanServ tarafýndan otomatik voice (+v)
-CHAN_LEVEL_AUTOHALFOP
- Kanala giriþte ChanServ tarafýndan otomatik yarým op (+h)
-CHAN_LEVEL_AUTOPROTECT
- Kanala giriþte ChanServ tarafýndan otomatik koruma (+a)
-CHAN_LEVEL_AUTODEOP
- Kanal içinde op olmasýný yasaklar.
-CHAN_LEVEL_NOJOIN
- RESTRICTED özelliðinin aktif olmasý halinde kanala giremez.
-CHAN_LEVEL_INVITE
- INVITE komutunu kullanmaya izinlidir.
-CHAN_LEVEL_AKICK
- AKICK komutunu kullanmaya izinlidir.
-CHAN_LEVEL_SET
- SET komutunu (FOUNDER/PASSWORD hariç) kullanmaya izinlidir.
-CHAN_LEVEL_CLEAR
- CLEAR komutunu kullanmaya izinlidir.
-CHAN_LEVEL_UNBAN
- UNBAN komutunu kullanmaya izinlidir.
-CHAN_LEVEL_OPDEOP
- OP/DEOP komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_ACCESS_LIST
- Kanalýn Access listesini görüntülemeye izinlidir.
-CHAN_LEVEL_ACCESS_CHANGE
- Kanalýn Access listesinde deðiþiklik yapmaya izinlidir.
-CHAN_LEVEL_MEMO
- Kanala gelen mesajlari listelemeye/okumaya izinlidir.
-CHAN_LEVEL_ASSIGN
- Botun assign/unassign komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_BADWORDS
- BADWORDS komutunu kullanmaya izinlidir.
-CHAN_LEVEL_NOKICK
- Bot tarafýndan kicklenmemeyi saðlar.
-CHAN_LEVEL_FANTASIA
- Kanalda fantazi komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_SAY
- SAY ve ACT komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_GREET
- Karþýlama mesajý alabilir.
-CHAN_LEVEL_VOICEME
- Kendini (de)voice etmeye izinlidir.
-CHAN_LEVEL_VOICE
- VOICE/DEVOICE komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_GETKEY
- GETKEY komutunu kullanmaya izinlidir.
-CHAN_LEVEL_OPDEOPME
- Kendini (de)op etmeye izinlidir.
-CHAN_LEVEL_HALFOPME
- Kendini (de)halfop etmeye izinlidir.
-CHAN_LEVEL_HALFOP
- HALFOP/DEHALFOP komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_PROTECTME
- Kendini (de)protect etmeye izinlidir.
-CHAN_LEVEL_PROTECT
- PROTECT/DEPROTECT komutlarýný kullanmaya izinlidir.
-CHAN_LEVEL_KICKME
- Kendini atmaya izinlidir.
-CHAN_LEVEL_KICK
- KICK komutunu kullanmaya izinlidir.
-CHAN_LEVEL_SIGNKICK
- SIGNKICK LEVEL kullanýldýðýnda iþaretli atma yapýlmaz.
-CHAN_LEVEL_BANME
- Kendini banlamaya yetkili
-CHAN_LEVEL_BAN
- BAN komutunu kullanmaya yetkili
-CHAN_LEVEL_TOPIC
- TOPIC komutunu kullanmaya yetkili
-CHAN_LEVEL_INFO
- INFO komutunu ALL seçenegiyle kullanmaya yetkili
-CHAN_LEVEL_AUTOOWNER
- Automatic mode +q
-CHAN_LEVEL_OWNER
- Allowed to use OWNER command
-CHAN_LEVEL_OWNERME
- Allowed to (de)owner him/herself
-CHAN_LEVEL_FOUNDER
- Allowed to issue commands restricted to channel founders
-
-# Automatic responses
-CHAN_IS_REGISTERED
- Bu kanal %s ile kayýtlýdýr.
-CHAN_NOT_ALLOWED_OP
- %s kanalýnda op olmaya yetkiniz yok.
-CHAN_MAY_NOT_BE_USED
- Bu kanal kullanýlamaz.
-CHAN_NOT_ALLOWED_TO_JOIN
- Bu kanalda bulunmanýza müsaade yok.
-
-# REGISTER responses
-CHAN_X_INVALID
- Channel %s is not a valid channel.
-
-# REGISTER responses
-CHAN_REGISTER_SYNTAX
- REGISTER kanaladý açýklama
-CHAN_REGISTER_DISABLED
- Kanal kaydý geçici olarak devre dýþýdýr.
-CHAN_REGISTER_NOT_LOCAL
- Local kanallar kayýt edilemezler.
-CHAN_MAY_NOT_BE_REGISTERED
- %s kanalý kayýt edilemez.
-CHAN_ALREADY_REGISTERED
- %s kanalý zaten kayýtlý!
-CHAN_MUST_BE_CHANOP
- Kanal kayýt edebilmeniz için kayýt edilmemiþ bir kanala ilk girip op olmanýz gerekmektedir.
-CHAN_REACHED_CHANNEL_LIMIT
- %d kanallýk limitinizi doldurdunuz.
-CHAN_EXCEEDED_CHANNEL_LIMIT
- %d kanallýk limitinizi aþtýnýz.
-CHAN_REGISTRATION_FAILED
- Kanal kaydý baþarýsýz.
-CHAN_REGISTERED
- %s kanalý bu nicke kayýt edildi: %s
-CHAN_REGISTER_NONE_CHANNEL
- You have attempted to register a nonexistent channel %s
-CHAN_SYMBOL_REQUIRED
- Please use the symbol of # when attempting to register
-
-# DROP responses
-CHAN_DROP_SYNTAX
- DROP kanaladý
-CHAN_DROP_DISABLED
- Kanal kaydýnýn silinmesi(DROP) geçici olarak devre dýþýdýr.
-CHAN_DROPPED
- %s kanalýnýn kaydý silinmiþtir (dropped).
-
-# SASET responses
-CHAN_SASET_SYNTAX
- SASET channel option parameters
-CHAN_SASET_KEEPTOPIC_SYNTAX
- SASET channel KEEPTOPIC {ON | OFF}
-CHAN_SASET_OPNOTICE_SYNTAX
- SASET channel OPNOTICE {ON | OFF}
-CHAN_SASET_PEACE_SYNTAX
- SASET channel PEACE {ON | OFF}
-CHAN_SASET_PERSIST_SYNTAX
- SASET channel PERSIST {ON | OFF}
-CHAN_SASET_PRIVATE_SYNTAX
- SASET channel PRIVATE {ON | OFF}
-CHAN_SASET_RESTRICTED_SYNTAX
- SASET channel RESTRICTED {ON | OFF}
-CHAN_SASET_SECURE_SYNTAX
- SASET channel SECURE {ON | OFF}
-CHAN_SASET_SECUREFOUNDER_SYNTAX
- SASET channel SECUREFOUNDER {ON | OFF}
-CHAN_SASET_SECUREOPS_SYNTAX
- SASET channel SECUREOPS {ON | OFF}
-CHAN_SASET_SIGNKICK_SYNTAX
- SASET channel SIGNKICK {ON | OFF}
-CHAN_SASET_TOPICLOCK_SYNTAX
- SASET channel TOPICLOCK {ON | OFF}
-CHAN_SASET_XOP_SYNTAX
- SASET channel XOP {ON | OFF}
-
-# SET responses
-CHAN_SET_SYNTAX
- SET kanaladý özellik parametre
-CHAN_SET_DISABLED
- Chanserv'ün SET komutu geçici olarak devre dýþýdýr.
-CHAN_SET_UNKNOWN_OPTION
- Varolmayan SET özelliði: %s.
-CHAN_SETTING_CHANGED
- %s for %s set to %s.
-CHAN_SETTING_UNSET
- %s for %s unset.
-
-# SET FOUNDER responses
-CHAN_SET_FOUNDER_TOO_MANY_CHANS
- %s çok fazla kanala sahip.
-CHAN_FOUNDER_CHANGED
- %s kanalýnýn founderý %s olarak deðiþtirildi.
-
-# SET SUCCESSOR responses
-CHAN_SUCCESSOR_CHANGED
- %s için successor %s olarak deðiþtirildi.
-CHAN_SUCCESSOR_UNSET
- %s için successor kaldýrýldý.
-CHAN_SUCCESSOR_IS_FOUNDER
- %s %s kanalýnda successor olamaz çünkü zaten o kanalýn founderý.
-
-# SET DESC responses
-CHAN_DESC_CHANGED
- %s kanalýnýn açýklamasý %s olarak deðiþtirildi.
-
-# SET EMAIL responses
-CHAN_EMAIL_CHANGED
- %s kanalýnýn e-mail adresi %s olarak deðiþtirildi.
-CHAN_EMAIL_UNSET
- %s kanalýnýn e-mail adresi kaldýrýldý.
-
-# SET ENTRYMSG responses
-CHAN_ENTRY_MSG_CHANGED
- %s kanalýnýn giriþ mesajý deðiþtirildi.
-CHAN_ENTRY_MSG_UNSET
- %s kanalýnýn giriþ mesajý kaldýrýldý.
-
-# SET BANTYPE responses
-CHAN_SET_BANTYPE_INVALID
- %s geçerli bir ban tipi deðil.
-CHAN_SET_BANTYPE_CHANGED
- %s kanalýnýn ban tipi #%d olarak deðiþtirildi.
-
-# SET MLOCK responses
-CHAN_SET_MLOCK_UNKNOWN_CHAR
- Varolmayan mod karakteri %c yoksayýldý.
-CHAN_SET_MLOCK_IMPOSSIBLE_CHAR
- %c modunu kitleyemezsiniz, yoksayildi.
-CHAN_SET_MLOCK_L_REQUIRED
- +L modunu kullanabilmek için +l modunuda kullanmalisiniz.
-CHAN_SET_MLOCK_K_REQUIRED
- +K modunu kullanabilmek için +i modunuda kullanmalisiniz.
-CHAN_MLOCK_CHANGED
- %s kanalýnýn mod kilidi %s olarak deðiþtirildi.
-
-# SET KEEPTOPIC responses
-CHAN_SET_KEEPTOPIC_SYNTAX
- SET kanaladý KEEPTOPIC {ON | OFF}
-CHAN_SET_KEEPTOPIC_ON
- Topic retention option for %s is now ON.
-CHAN_SET_KEEPTOPIC_OFF
- Topic retention option for %s is now OFF.
-
-# SET TOPICLOCK responses
-CHAN_SET_TOPICLOCK_SYNTAX
- SET kanaladý TOPICLOCK {ON | OFF}
-CHAN_SET_TOPICLOCK_ON
- Topic lock option for %s is now ON.
-CHAN_SET_TOPICLOCK_OFF
- Topic lock option for %s is now OFF.
-
-# SET PEACE responses
-CHAN_SET_PEACE_SYNTAX
- SET kanaladi PEACE {ON | OFF}
-CHAN_SET_PEACE_ON
- Peace option for %s is now ON.
-CHAN_SET_PEACE_OFF
- Peace option for %s is now OFF.
-
-# SET PRIVATE responses
-CHAN_SET_PRIVATE_SYNTAX
- SET kanaladý PRIVATE {ON | OFF}
-CHAN_SET_PRIVATE_ON
- Private option for %s is now ON.
-CHAN_SET_PRIVATE_OFF
- Private option for %s is now OFF.
-
-# SET SECUREOPS responses
-CHAN_SET_SECUREOPS_SYNTAX
- SET kanaladý SECUREOPS {ON | OFF}
-CHAN_SET_SECUREOPS_ON
- Secure ops option for %s is now ON.
-CHAN_SET_SECUREOPS_OFF
- Secure ops option for %s is now OFF.
-
-# SET SECUREFOUNDER responses
-CHAN_SET_SECUREFOUNDER_SYNTAX
- SET kanaladý SECUREFOUNDER {ON | OFF}
-CHAN_SET_SECUREFOUNDER_ON
- Secure founder option for %s is now ON.
-CHAN_SET_SECUREFOUNDER_OFF
- Secure founder option for %s is now OFF.
-
-# SET RESTRICTED responses
-CHAN_SET_RESTRICTED_SYNTAX
- SET kanaladý RESTRICTED {ON | OFF}
-CHAN_SET_RESTRICTED_ON
- Restricted access option for %s is now ON.
-CHAN_SET_RESTRICTED_OFF
- Restricted access option for %s is now OFF.
-
-# SET SECURE responses
-CHAN_SET_SECURE_SYNTAX
- SET kanal SECURE {ON | OFF}
-CHAN_SET_SECURE_ON
- Secure option for %s is now ON.
-CHAN_SET_SECURE_OFF
- Secure option for %s is now OFF.
-
-# SET SIGNKICK responses
-CHAN_SET_SIGNKICK_SYNTAX
- SET kanaladý SIGNKICK {ON | LEVEL | OFF}
-CHAN_SET_SIGNKICK_ON
- Signed kick option for %s is now ON.
-CHAN_SET_SIGNKICK_LEVEL
- Signed kick option for %s is now ON, but depends of the
- level of the user that is using the command.
-CHAN_SET_SIGNKICK_OFF
- Signed kick option for %s is now OFF.
-
-# SET OPNOTICE responses
-CHAN_SET_OPNOTICE_SYNTAX
- SET kanaladý OPNOTICE {ON | OFF}
-CHAN_SET_OPNOTICE_ON
- Op-notice option for %s is now ON.
-CHAN_SET_OPNOTICE_OFF
- Op-notice option for %s is now OFF.
-
-# SET XOP responses
-CHAN_SET_XOP_SYNTAX
- SET kanaladi XOP {ON | OFF}
-CHAN_SET_XOP_ON
- xOP lists system for %s is now ON.
-CHAN_SET_XOP_OFF
- xOP lists system for %s is now OFF.
-
-# SET PERSISTANT responces
-CHAN_SET_PERSIST_SYNTAX
- SET channel PERSIST {ON | OFF}
-CHAN_SET_PERSIST_ON
- Channel %s is now persistant.
-CHAN_SET_PERSIST_OFF
- Channel %s is no longer persistant.
-
-# SET NOEXPIRE responses
-CHAN_SET_NOEXPIRE_SYNTAX
- SET kanaladý NOEXPIRE {ON | OFF}
-CHAN_SET_NOEXPIRE_ON
- %s kanalý zaman aþýmýndan çýkarýldý.
-CHAN_SET_NOEXPIRE_OFF
- %s kanalý zaman aþýmýna eklendi.
-
-# xOP messages
-CHAN_XOP_REACHED_LIMIT
- Bir kanala toplam %d AOP/SOP/VOP kayit edilebilir.
-CHAN_XOP_LIST_FORMAT
- %3d %s
-CHAN_XOP_ACCESS
- Bu komutu kullanamazsiniz. Yerine ACCESS komutunu kullanin.
- Daha fazla bilgi için %R%s HELP ACCESS yazin.
-CHAN_XOP_NOT_AVAILABLE
- xOP system is not available.
-
-# QOP messages
-CHAN_QOP_SYNTAX
- QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]
-CHAN_QOP_DISABLED
- Sorry, channel QOP list modification is temporarily disabled.
-CHAN_QOP_NICKS_ONLY
- Channel QOP lists may only contain registered nicknames.
-CHAN_QOP_ADDED
- %s added to %s QOP list.
-CHAN_QOP_MOVED
- %s moved to %s QOP list.
-CHAN_QOP_NO_SUCH_ENTRY
- No such entry (#%d) on %s QOP list.
-CHAN_QOP_NOT_FOUND
- %s not found on %s QOP list.
-CHAN_QOP_NO_MATCH
- No matching entries on %s QOP list.
-CHAN_QOP_DELETED
- %s deleted from %s QOP list.
-CHAN_QOP_DELETED_ONE
- Deleted 1 entry from %s QOP list.
-CHAN_QOP_DELETED_SEVERAL
- Deleted %d entries from %s QOP list.
-CHAN_QOP_LIST_EMPTY
- %s QOP list is empty.
-CHAN_QOP_LIST_HEADER
- QOP list for %s:
- Num Nick
-CHAN_QOP_CLEAR
- Channel %s QOP list has been cleared.
-
-# AOP messages
-CHAN_AOP_SYNTAX
- AOP kanal {ADD|DEL|LIST|CLEAR} [nick | liste-no]
-CHAN_AOP_DISABLED
- Kanal AOP listesi degisiklikleri geçici olarak devre disidir.
-CHAN_AOP_NICKS_ONLY
- Kanal AOP listeleri sadece kayitli nicklerden olusabilir.
-CHAN_AOP_ADDED
- %s %s kanalinin AOP listesine eklenmistir.
-CHAN_AOP_MOVED
- %s moved to %s AOP list.
-CHAN_AOP_NO_SUCH_ENTRY
- (#%d) %s kanalinin AOP listesinde böyle bir kayit bulunamadi.
-CHAN_AOP_NOT_FOUND
- %s %s kanali AOP listesinde bulunamadi.
-CHAN_AOP_NO_MATCH
- %s kanali AOP listesinde uyusan kayit bulunamadi.
-CHAN_AOP_DELETED
- %s %s kanali AOP listesinden silindi.
-CHAN_AOP_DELETED_ONE
- %s kanalinin AOP listesinden 1 kayit silindi.
-CHAN_AOP_DELETED_SEVERAL
- Deleted %d entries from %s AOP list.
-CHAN_AOP_LIST_EMPTY
- %s kanalinin AOP listesi bos.
-CHAN_AOP_LIST_HEADER
- %s kanali AOP listesi:
- Num Nick
-CHAN_AOP_CLEAR
- Kanalin %s AOP listesi temizlendi.
-
-# HOP messages
-CHAN_HOP_SYNTAX
- HOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]
-CHAN_HOP_DISABLED
- Kanal HOP listesi degisiklikleri geçici olarak devre disidir.
-CHAN_HOP_NICKS_ONLY
- Kanal HOP listeleri sadece kayitli nicklerden olusabilir.
-CHAN_HOP_ADDED
- %s %s kanali HOP listesine eklendi.
-CHAN_HOP_MOVED
- %s moved to %s HOP list.
-CHAN_HOP_NO_SUCH_ENTRY
- (#%d) %s kanali HOP listesinde uyusan kayit bulunamadi.
-CHAN_HOP_NOT_FOUND
- %s %s kanali HOP listesinde bulunamadi.
-CHAN_HOP_NO_MATCH
- %s kanali HOP listesinde uyusan kayit bulunamadi.
-CHAN_HOP_DELETED
- %s %s kanali HOP listesinden silindi.
-CHAN_HOP_DELETED_ONE
- %s kanali HOP listesinden 1 kayit silindi.
-CHAN_HOP_DELETED_SEVERAL
- Deleted %d entries from %s HOP list.
-CHAN_HOP_LIST_EMPTY
- %s kanali HOP listesi bos.
-CHAN_HOP_LIST_HEADER
- %s kanali HOP listesi:
- Num Nick
-CHAN_HOP_CLEAR
- Kanal %s HOP listesi temizlendi.
-
-# SOP messages
-CHAN_SOP_SYNTAX
- SOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]
-CHAN_SOP_DISABLED
- Kanal SOP listesi degisikligi geçici olarak devre disidir.
-CHAN_SOP_NICKS_ONLY
- Kanal SOP listesi sadece kayitli nicklerden olusabilir.
-CHAN_SOP_ADDED
- %s %s kanali SOP listesine eklendi.
-CHAN_SOP_MOVED
- %s moved to %s SOP list.
-CHAN_SOP_NO_SUCH_ENTRY
- (#%d) %s kanali SOP listesinde uyusan kayit bulunamadi.
-CHAN_SOP_NOT_FOUND
- %s %s kanali SOP listesinde bulunamadi.
-CHAN_SOP_NO_MATCH
- %s kanali SOP listesinde uyusan kayit bulunamadi.
-CHAN_SOP_DELETED
- %s %s kanali SOP listesinden silindi.
-CHAN_SOP_DELETED_ONE
- %s kanali SOP listesinden 1 kayit silindi.
-CHAN_SOP_DELETED_SEVERAL
- Deleted %d entries from %s SOP list.
-CHAN_SOP_LIST_EMPTY
- %s kanali SOP listesi bos.
-CHAN_SOP_LIST_HEADER
- %s kanali SOP listesi:
- Num Nick
-CHAN_SOP_CLEAR
- Kanal %s SOP listesi temizlendi.
-
-# VOP messages
-CHAN_VOP_SYNTAX
- VOP kanaladi {ADD|DEL|LIST|CLEAR} [nick | liste-no]
-CHAN_VOP_DISABLED
- Kanal VOP listesi degisikligi geçici olarak devre disidir.
-CHAN_VOP_NICKS_ONLY
- Kanal VOP listeleri sadece kayitli nicklerden olusabilir.
-CHAN_VOP_ADDED
- %s %s kanali VOP listesine eklendi.
-CHAN_VOP_MOVED
- %s moved to %s VOP list.
-CHAN_VOP_NO_SUCH_ENTRY
- (#%d) %s kanali VOP listesinde uyusan kayit bulunamadi.
-CHAN_VOP_NOT_FOUND
- %s %s kanali VOP listesinde bulunamadi.
-CHAN_VOP_NO_MATCH
- %s kanali VOP listesinde uyusan kayit bulunamadi.
-CHAN_VOP_DELETED
- %s %s kanali VOP listesinden silindi.
-CHAN_VOP_DELETED_ONE
- %s kanali VOP listesinden 1 kayit silindi.
-CHAN_VOP_DELETED_SEVERAL
- Silindi %d VOP listesinden kayit %s kanali.
-CHAN_VOP_LIST_EMPTY
- %s kanali VOP listesi bos.
-CHAN_VOP_LIST_HEADER
- %s kanali VOP listesi:
- Num Nick
-CHAN_VOP_CLEAR
- Kanal %s VOP listesi temizlendi.
-
-# ACCESS messages
-CHAN_ACCESS_SYNTAX
- ACCESS kanaladý {ADD|DEL|LIST|VIEW|CLEAR} [nick [seviye] | kayýt-listesi]
-CHAN_ACCESS_XOP
- Bu komutu kullanamazsiniz.
- Yerine AOP, SOP veya VOP komutlarini kullanin.
- Daha fazla bilgi için %R%s HELP komut yazin.
-CHAN_ACCESS_XOP_HOP
- You can't use this command.
- Use the AOP, SOP, HOP and VOP commands instead.
- Type %R%s HELP command for more information.
-CHAN_ACCESS_DISABLED
- Kanal access listesinin deðiþtirilmesi geçici olarak devre dýþýdýr.
-CHAN_ACCESS_LEVEL_NONZERO
- Access seviyesi sýfýrdan farklý bir sayý olmalýdýr.
-CHAN_ACCESS_LEVEL_RANGE
- Access seviyesi %d ve %d arasýnda olmalýdýr.
-CHAN_ACCESS_NICKS_ONLY
- Kanal access listesi sadece kayýtlý kullanýcýlarý içermelidir.
-CHAN_ACCESS_REACHED_LIMIT
- Kanalda sadece %d tane access kaydý olabilir.
-CHAN_ACCESS_LEVEL_UNCHANGED
- %s nickinin access seviyesi %s kanalýnda zaten %d.
-CHAN_ACCESS_LEVEL_CHANGED
- %s nickinin access seviyesi %s kanalýnda %d olarak deðiþtirildi.
-CHAN_ACCESS_ADDED
- %s nicki %s kanalinin access listesine %d seviyeden eklendi.
-CHAN_ACCESS_NO_SUCH_ENTRY
- (#%d) þeklinde bir kayýt %s kanalýnýn access listesinde bulunamadý.
-CHAN_ACCESS_NOT_FOUND
- %s %s kanalýnýn access listesinde bulunamadý.
-CHAN_ACCESS_NO_MATCH
- Uyuþan kayýt %s kanalýnýn access listesinde yok.
-CHAN_ACCESS_DELETED
- %s %s kanalýnýn access listesinden silindi.
-CHAN_ACCESS_DELETED_ONE
- %s kanalýnýn access listesinden 1 kayýt silindi.
-CHAN_ACCESS_DELETED_SEVERAL
- Deleted %d entries from %s access list.
-CHAN_ACCESS_LIST_EMPTY
- %s kanalýnýn access listesi boþ.
-CHAN_ACCESS_LIST_HEADER
- %s kanalý için access listesi:
- Sýra Seviye Nick
-CHAN_ACCESS_LIST_FOOTER
- access listenin sonu.
-CHAN_ACCESS_LIST_XOP_FORMAT
- %3d %s %s
-CHAN_ACCESS_LIST_AXS_FORMAT
- %3d %4d %s
-CHAN_ACCESS_CLEAR
- Kanal %s access listesi temizlendi.
-CHAN_ACCESS_VIEW_XOP_FORMAT
- %3d %s %s
- by %s, last seen %s
-CHAN_ACCESS_VIEW_AXS_FORMAT
- %3d %4d %s
- by %s, last seen %s
-
-# AKICK responses
-CHAN_AKICK_SYNTAX
- AKICK kanaladý {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-veya-usermask] [sebep]
-CHAN_AKICK_DISABLED
- Kanal Akick listesinin deðiþtirilmesi geçici olarak devre dýþýdýr.
-CHAN_AKICK_ALREADY_EXISTS
- %s nicki %s kanalýnýn akick listesinde zaten var.
-CHAN_AKICK_REACHED_LIMIT
- Bir kanalýn akick listesinde en fazla %d kiþi olabilir.
-CHAN_AKICK_ADDED
- %s nicki %s kanalýnýn akick listesine eklendi.
-CHAN_AKICK_NO_SUCH_ENTRY
- (#%d) þeklinde bir kayýt %s kanalýnýn akick listesinde bulunamadý.
-CHAN_AKICK_NOT_FOUND
- %s %s kanalýnýn akick listesinde bulunamadý.
-CHAN_AKICK_NO_MATCH
- Uyuþan kayýt %s kanalýnýn akick listesinde bulunamadý.
-CHAN_AKICK_STUCK
- %s artik %s kanalinda sürekli aktif.
-CHAN_AKICK_UNSTUCK
- %s artik %s kanalinda sürekli aktif degil.
-CHAN_AKICK_DELETED
- %s %s kanalýnýn akick listesinden silindi.
-CHAN_AKICK_DELETED_ONE
- %s kanalýnýn akick listesinden 1 kayýt silindi.
-CHAN_AKICK_DELETED_SEVERAL
- Deleted %d entries from %s autokick list.
-CHAN_AKICK_LIST_EMPTY
- %s kanalýnýn akick listesi boþ.
-CHAN_AKICK_LIST_HEADER
- %s kanalýnýn akick listesi:
-CHAN_AKICK_LIST_FORMAT
- %3d %s (%s)
-CHAN_AKICK_VIEW_FORMAT
- %3d %s (by %s on %s)
- %s
-CHAN_AKICK_VIEW_FORMAT_STUCK
- %3d %s (kalici) (by %s on %s)
- %s
-CHAN_AKICK_ENFORCE_DONE
- %s için AKICK uygulamasý tamam; %d kullanýcý için geçerli.
-CHAN_AKICK_CLEAR
- Kanal %s akick listesi temizlendi.
-
-# LEVELS responses
-CHAN_LEVELS_SYNTAX
- LEVELS kanaladý {SET | DIS[ABLE] | LIST | RESET} [madde [seviye]]
-CHAN_LEVELS_XOP
- Bu modda bu komut kullanilmaz.
-CHAN_LEVELS_RANGE
- Level %d ile %d arasýnda olmalýdýr.
-CHAN_LEVELS_CHANGED
- %s için level %s kanalýnda %d olarak deðiþtirildi.
-CHAN_LEVELS_CHANGED_FOUNDER
- Level for %s on channel %s changed to founder only.
-CHAN_LEVELS_UNKNOWN
- Varolmayan ayar: %s. Geçerli ayar listesi için %R%s HELP LEVELS DESC yazýnýz.
-CHAN_LEVELS_DISABLED
- %s %s kanalýnda iptal edildi.
-CHAN_LEVELS_LIST_HEADER
- %s kanalý için access level ayarlarý:
-CHAN_LEVELS_LIST_DISABLED
- %-*s (kapatýldý)
-CHAN_LEVELS_LIST_FOUNDER
- %-*s (sadece founder)
-CHAN_LEVELS_LIST_NORMAL
- %-*s %d
-CHAN_LEVELS_RESET
- %s için access levelleri varsayýlanlarla deðiþtirildi.
-
-# Status Messages
-CHAN_STATUS_SYNTAX
- STATUS channel item
-CHAN_STATUS_NOT_REGGED
- STATUS ERROR Channel %s not registered
-CHAN_STATUS_FORBIDDEN
- STATUS ERROR Channel %s forbidden
-CHAN_STATUS_NOTONLINE
- STATUS ERROR Nick %s not online
-CHAN_STATUS_INFO
- STATUS %s %s %d
-
-# INFO responses
-CHAN_INFO_SYNTAX
- INFO kanaladý
-CHAN_INFO_HEADER
- %s kanalý için bilgi:
-CHAN_INFO_FOUNDER
- Founder: %s (%s)
-CHAN_INFO_NO_FOUNDER
- Founder: %s
-CHAN_INFO_SUCCESSOR
- Successor: %s (%s)
-CHAN_INFO_NO_SUCCESSOR
- Successor: %s
-CHAN_INFO_DESCRIPTION
- Açýklama: %s
-CHAN_INFO_ENTRYMSG
- Giriþ mesajý: %s
-CHAN_INFO_TIME_REGGED
- Kayýt tarihi: %s
-CHAN_INFO_LAST_USED
- Son kullanýlýþ: %s
-CHAN_INFO_LAST_TOPIC
- Son topic: %s
-CHAN_INFO_TOPIC_SET_BY
- Topici yazan: %s
-CHAN_INFO_URL
- URL: %s
-CHAN_INFO_EMAIL
- E-mail adresi: %s
-CHAN_INFO_BANTYPE
- Ban tipi: %d
-CHAN_INFO_OPTIONS
- Özellikler: %s
-CHAN_INFO_OPT_KEEPTOPIC
- Topic hatýrlama
-CHAN_INFO_OPT_OPNOTICE
- OP Notu
-CHAN_INFO_OPT_PEACE
- Baris
-CHAN_INFO_OPT_PRIVATE
- Özel
-CHAN_INFO_OPT_RESTRICTED
- Kisitli Erisim.
-CHAN_INFO_OPT_SECURE
- Güvenlik
-CHAN_INFO_OPT_SECUREOPS
- Secure Ops
-CHAN_INFO_OPT_SECUREFOUNDER
- Secure Founder
-CHAN_INFO_OPT_SIGNKICK
- Ýþaretli atma
-CHAN_INFO_OPT_TOPICLOCK
- Topic kilidi
-CHAN_INFO_OPT_XOP
- xOP sistemi
-CHAN_INFO_OPT_PERSIST
- Persistant
-CHAN_INFO_OPT_NONE
- YOK
-CHAN_INFO_MODE_LOCK
- Mod kilidi: %s
-CHAN_INFO_EXPIRE
- Expires in: %s
-CHAN_INFO_NO_EXPIRE
- Bu kanal için zaman aþýmý söz konusu deðil.
-
-# LIST responses
-CHAN_LIST_SYNTAX
- LIST model
-CHAN_LIST_SERVADMIN_SYNTAX
- LIST model [FORBIDDEN] [NOEXPIRE]
-CHAN_LIST_HEADER
- %s ile uyuþan kayýt listesi:
-CHAN_LIST_FORMAT
- %-20s %s
-CHAN_LIST_END
- Liste sonu - %d/%d uyan kayýt bulundu.
-
-# CLIST responses
-CHAN_INVITE_SYNTAX
- INVITE kanaladý
-CHAN_INVITE_ALREADY_IN
- You are already in %s!
-CHAN_INVITE_SUCCESS
- You have been invited to %s.
-CHAN_INVITE_OTHER_SUCCESS
- %s has been invited to %s.
-
-
-# UNBAN responses
-CHAN_UNBAN_SYNTAX
- UNBAN kanaladý [name]
-CHAN_UNBANNED
- %s kanalýndaki banýnýz kaldýrýldý.
-CHAN_UNBANNED_OTHER
- %s has been unbanned from %s.
-
-# TOPIC responses
-CHAN_TOPIC_SYNTAX
- TOPIC kanaladi [konu]
-
-# CLEAR responses
-CHAN_CLEAR_SYNTAX
- CLEAR kanaladý neyi
-CHAN_CLEARED_BANS
- %s kanalýndaki tüm banlar kaldýrýldý.
-CHAN_CLEARED_EXCEPTS
- All excepts on channel %s have been removed.
-CHAN_CLEARED_MODES
- %s kanalýndaki tüm modlar resetlendi.
-CHAN_CLEARED_OPS
- Mod +o %s kanalýnda temizlendi.
-CHAN_CLEARED_HOPS
- Mode +h has been cleared from channel %s.
-CHAN_CLEARED_VOICES
- Mod +v %s kanalýnda temizlendi.
-CHAN_CLEARED_USERS
- %s kanalýndaki tüm kullanýcýlar atýldý.
-CHAN_CLEARED_INVITES
- All invites on channel %s have been removed.
-
-# GETKEY responses
-CHAN_GETKEY_SYNTAX
- GETKEY channel
-CHAN_GETKEY_NOKEY
- The channel %s has no key.
-CHAN_GETKEY_KEY
- Key for channel %s is %s.
-
-# FORBID responses
-CHAN_FORBID_SYNTAX
- FORBID kanaladý [sebep]
-CHAN_FORBID_SYNTAX_REASON
- FORBID kanaladý sebep
-CHAN_FORBID_SUCCEEDED
- %s kanalýnýn Kullanýmý yasaklandý.
-CHAN_FORBID_FAILED
- %s kanalýnýn Kullanýmý yasaklanamadý!
-
-# Misc responses
-CHAN_FORBID_REASON
- This channel has been forbidden.
-
-# SUSPEND responses
-CHAN_SUSPEND_SYNTAX
- SUSPEND channel [reason]
-CHAN_SUSPEND_SYNTAX_REASON
- SUSPEND channel reason
-CHAN_SUSPEND_SUCCEEDED
- Channel %s is now suspended.
-CHAN_SUSPEND_FAILED
- Couldn't suspended channel %s!
-CHAN_SUSPEND_REASON
- This channel has been suspended.
-
-# UNSUSPEND responses
-CHAN_UNSUSPEND_SYNTAX
- UNSUSPEND channel
-CHAN_UNSUSPEND_ERROR
- No # found in front of channel name.
-CHAN_UNSUSPEND_SUCCEEDED
- Channel %s is now released.
-CHAN_UNSUSPEND_FAILED
- Couldn't release channel %s!
-
-# Misc responses
-CHAN_EXCEPTED
- %s matches an except on %s and cannot be banned until the except have been removed.
-
-#Mode syntax responses
-CHAN_OP_SYNTAX
- OP #channel [nick]
-CHAN_HALFOP_SYNTAX
- HALFOP #channel [nick]
-CHAN_VOICE_SYNTAX
- VOICE #channel [nick]
-CHAN_PROTECT_SYNTAX
- PROTECT #channel [nick]
-CHAN_OWNER_SYNTAX
- OWNER #channel
-CHAN_DEOP_SYNTAX
- DEOP #channel [nick]
-CHAN_DEHALFOP_SYNTAX
- DEHALFOP #channel [nick]
-CHAN_DEVOICE_SYNTAX
- DEVOICE #channel [nick]
-CHAN_DEPROTECT_SYNTAX
- DEROTECT #channel [nick]
-CHAN_DEOWNER_SYNTAX
- DEOWNER #channel
-
-#Kick responces
-CHAN_KICK_SYNTAX
- KICK #channel nick [reason]
-
-#Ban responces
-CHAN_BAN_SYNTAX
- BAN #channel nick [reason]
-
-###########################################################################
-#
-# MemoServ messages
-#
-###########################################################################
-
-# Automatic messages
-MEMO_HAVE_NEW_MEMO
- 1 yeni mesajýnýz var.
-MEMO_HAVE_NEW_MEMOS
- %d yeni mesajýnýz var.
-MEMO_TYPE_READ_LAST
- Okumak için %R%s READ LAST yazýn.
-MEMO_TYPE_READ_NUM
- Okumak için %R%s READ %d yazýn.
-MEMO_TYPE_LIST_NEW
- Listelemek için %R%s LIST NEW yazýn.
-MEMO_AT_LIMIT
- Dikkat: Maksimum mesaj sayýnýza ulaþtýnýz (%d). Þimdiki mesajlarýnýzdan bir kaçýný silmezseniz yeni mesaj alamayacaksýnýz.
-MEMO_OVER_LIMIT
- Dikkat: Maksimum mesaj sayýnýzý aþtýnýz (%d). Þimdiki mesajlarýnýzdan bir kaçýný silmezseniz yeni mesaj alamayacaksýnýz.
-MEMO_X_MANY_NOTICE
- There are %d memos on channel %s.
-MEMO_X_ONE_NOTICE
- There is %d memo on channel %s.
-MEMO_NEW_X_MEMO_ARRIVED
- There is a new memo on channel %s.
- Type %R%s READ %s %d to read it.
-MEMO_NEW_MEMO_ARRIVED
- %s nickinden yeni mesajýnýz var.
- Okumak için %R%s READ %d yazýn.
-
-# Multi-use responses
-MEMO_HAVE_NO_MEMOS
- Hiç mesajýnýz yok.
-MEMO_X_HAS_NO_MEMOS
- %s nickinin hiç mesajý yok.
-MEMO_DOES_NOT_EXIST
- %d numaralý mesaj bulunamadý!
-MEMO_LIST_NOT_FOUND
- Uyuþan mesaj bulunamadý.
-
-# SEND responses
-MEMO_SEND_SYNTAX
- SEND {nick | kanaladý} mesaj
-MEMO_SEND_DISABLED
- Mesaj yollama geçici olarak devre dýþýdýr.
-MEMO_SEND_PLEASE_WAIT
- Lütfen %d saniye SEND komutunu tekrar kullanmak için bekleyin.
-MEMO_X_GETS_NO_MEMOS
- %s nicki mesaj alamaz.
-MEMO_X_HAS_TOO_MANY_MEMOS
- %s nickinin limiti dolduðundan daha fazla mesaj alamaz.
-MEMO_SENT
- %s nickine mesajýnýz gönderildi.
-
-# STAFF responses
-MEMO_STAFF_SYNTAX
- STAFF memo-text
-
-# CANCEL responses
-MEMO_MASS_SENT
- A massmemo has been sent to all registered users.
-
-# CANCEL responses
-MEMO_CANCEL_SYNTAX
- CANCEL {nick | kanaladý}
-MEMO_CANCEL_DISABLED
- Mesaj iptal etme geçici olarak devre dýþýdýr.
-MEMO_CANCEL_NONE
- Ýptal edilecek mesaj yoktu.
-MEMO_CANCELLED
- %s nickine gönderilen son mesaj iptal edildi.
-
-# LIST responses
-MEMO_LIST_SYNTAX
- LIST [kanaladý] [liste | NEW]
-MEMO_HAVE_NO_NEW_MEMOS
- Hiç yeni mesajýnýz yok.
-MEMO_X_HAS_NO_NEW_MEMOS
- %s nickinin hiç yeni mesajý yok.
-MEMO_LIST_MEMOS
- %s nicki için mesajlar. Okumak için: %R%s READ num yazýn.
-MEMO_LIST_NEW_MEMOS
- %s nicki için yeni mesajlar. Okumak için: %R%s READ num yazýn.
-MEMO_LIST_CHAN_MEMOS
- %s kanali için mesajlar. Okumak için: %R%s READ %s num yazýn.
-MEMO_LIST_CHAN_NEW_MEMOS
- %s kanali için yeni mesajlar. Okumak için: %R%s READ %s num yazýn.
-MEMO_LIST_HEADER
- Num Gönderen Tarih/Zaman
-MEMO_LIST_FORMAT
- %c%3d %-16s %s
-
-# READ responses
-MEMO_READ_SYNTAX
- READ [kanaladý] {liste | LAST | NEW}
-MEMO_HEADER
- %d nolu mesaj %s nickinden (%s). Silmek için: %R%s DEL %d yazýn.
-MEMO_CHAN_HEADER
- %d nolu mesaj %s nickinden (%s). Silmek için: %R%s DEL %s %d yazýn.
-MEMO_TEXT
- %s
-
-# DEL responses
-MEMO_DEL_SYNTAX
- DEL [kanaladý] {num | liste | ALL}
-MEMO_DELETED_NONE
- Hiç mesaj silinmedi.
-MEMO_DELETED_ONE
- %d nolu mesaj silindi.
-MEMO_DELETED_SEVERAL
- %s mesajlarý silindi.
-MEMO_DELETED_ALL
- Tüm mesajlarýnýz silindi.
-
-# SET responses
-MEMO_CHAN_DELETED_ALL
- All memos for channel %s have been deleted.
-
-# SET responses
-MEMO_SET_SYNTAX
- SET özellik parametre
-MEMO_SET_DISABLED
- MemoServ'ün SET komutu geçici olarak devre dýþýdýr.
-MEMO_SET_UNKNOWN_OPTION
- Varolmayan SET özelliði: %s.
-
-# SET NOTIFY responses
-MEMO_SET_NOTIFY_SYNTAX
- SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }
-MEMO_SET_NOTIFY_ON
- %s sizi yeni mesajlar için baðlandýðýnýzda veya mesajlar size gönderildiði anda uyaracak.
-MEMO_SET_NOTIFY_LOGON
- %s sizi yeni mesajlar için baðlandýðýnýzda veya AWAY modundan dönüþte uyaracak.
-MEMO_SET_NOTIFY_NEW
- %s sizi yeni mesajlar için size gönderildiði anda uyaracak.
-MEMO_SET_NOTIFY_OFF
- %s sizi yeni mesajlar için uyarmayacak.
-
-# SET LIMIT responses
-MEMO_SET_NOTIFY_MAIL
- You will now be informed about new memos via email.
-MEMO_SET_NOTIFY_NOMAIL
- You will no longer be informed via email.
-MEMO_SET_NOTIFY_INVALIDMAIL
- There's no email address set for your nick.
-
-# SET LIMIT responses
-MEMO_SET_LIMIT_SYNTAX
- SET LIMIT [kanaladý] limit
-MEMO_SET_LIMIT_SERVADMIN_SYNTAX
- SET LIMIT [kullanýcý | kanaladý] {limit | NONE} [HARD]
-MEMO_SET_YOUR_LIMIT_FORBIDDEN
- Mesaj limitinizi belirlemeye izinli deðilsiniz.
-MEMO_SET_LIMIT_FORBIDDEN
- %s nickinin mesaj limiti deðiþtirelemez.
-MEMO_SET_YOUR_LIMIT_TOO_HIGH
- Mesaj limitinizi %d sayýsýndan daha fazla yapamazsýnýz.
-MEMO_SET_LIMIT_TOO_HIGH
- %s nickinin mesaj limitini %d sayýsýndan daha fazla yapamazsýnýz.
-MEMO_SET_LIMIT_OVERFLOW
- Mesaj limiti çok fazla; limit %d olarak deðiþtiriliyor.
-MEMO_SET_YOUR_LIMIT
- Mesaj limitiniz %d olarak ayarlandý.
-MEMO_SET_YOUR_LIMIT_ZERO
- Limitiniz sýfýr olduðundan artýk mesaj alamayacaksýnýz.
-MEMO_UNSET_YOUR_LIMIT
- Mesaj limitiniz kapatýldý.
-MEMO_SET_LIMIT
- %s nickinin mesaj limiti %d olarak ayarlandý.
-MEMO_SET_LIMIT_ZERO
- %s nickinin mesaj limiti 0 olarak ayarlandý.
-MEMO_UNSET_LIMIT
- %s nickinin mesaj limiti kapatýldý.
-
-# INFO responses
-MEMO_INFO_SYNTAX
- INFO [kanaladý]
-MEMO_INFO_SERVADMIN_SYNTAX
- INFO [nick | kanaladý]
-MEMO_INFO_NO_MEMOS
- Þu an hiç mesajýnýz yok.
-MEMO_INFO_MEMO
- Þu an 1 mesajýnýz var.
-MEMO_INFO_MEMO_UNREAD
- Þu an 1 mesajýnýz var, ve henüz okunmadý.
-MEMO_INFO_MEMOS
- Þu an %d mesajýnýz var.
-MEMO_INFO_MEMOS_ONE_UNREAD
- Þu an %d mesajýnýz var, 1 tanesi okunmamýþ.
-MEMO_INFO_MEMOS_SOME_UNREAD
- Þu an %d mesajýnýz var, %d tanesi okunmamýþ.
-MEMO_INFO_MEMOS_ALL_UNREAD
- Þu an %d mesajýnýz var; hiçbiri okunmamýþ.
-MEMO_INFO_LIMIT
- Mesaj limitiniz %d.
-MEMO_INFO_HARD_LIMIT
- Mesaj limitiniz %d, ve deðiþtirilemez.
-MEMO_INFO_LIMIT_ZERO
- Mesaj limitiniz 0; hiç mesaj alamayacaksýnýz.
-MEMO_INFO_HARD_LIMIT_ZERO
- Mesaj limitiniz 0; hiç yeni mesaj alamayacaksýnýz. Bu limiti deðiþtiremezsiniz.
-MEMO_INFO_NO_LIMIT
- Saklayabileceðiniz mesaj sayýsýnda limit yok.
-MEMO_INFO_NOTIFY_OFF
- Yeni mesajlar için uyarýlmayacaksýnýz.
-MEMO_INFO_NOTIFY_ON
- Yeni mesajlar için baðlandýðýnýzda ve size ulaþtýðýnda uyarýlacaksýnýz.
-MEMO_INFO_NOTIFY_RECEIVE
- Yeni mesajlar için ulaþtýklarý anda uyarýlacaksýnýz.
-MEMO_INFO_NOTIFY_SIGNON
- Yeni mesajlar için baðlandýðýnýzda uyarýlacaksýnýz.
-MEMO_INFO_X_NO_MEMOS
- %s nickinin þu an hiç mesajý yok.
-MEMO_INFO_X_MEMO
- %s nickinin þu an 1 mesajý var.
-MEMO_INFO_X_MEMO_UNREAD
- %s nickinin þu an 1 mesajý var, ve daha okunmamýþ.
-MEMO_INFO_X_MEMOS
- %s nickinin þu an %d mesajý var.
-MEMO_INFO_X_MEMOS_ONE_UNREAD
- %s nickinin þu an %d mesajý var, 1 tanesi okunmamýþ.
-MEMO_INFO_X_MEMOS_SOME_UNREAD
- %s nickinin þu an %d mesajý var, %d tanesi okunmamýþ.
-MEMO_INFO_X_MEMOS_ALL_UNREAD
- %s nickinin þu an %d mesajý var; hiçbiri okunmamýþ.
-MEMO_INFO_X_LIMIT
- %s nickinin mesaj limiti %d.
-MEMO_INFO_X_HARD_LIMIT
- %s nickinin mesaj limiti %d, ve deðiþtirilemez.
-MEMO_INFO_X_NO_LIMIT
- %s nickinin mesaj limiti yok.
-MEMO_INFO_X_NOTIFY_OFF
- %s yeni mesajlar için uyarýlmayacak.
-MEMO_INFO_X_NOTIFY_ON
- %s yeni mesajlar için baðlandýðýnda ve mesajlar ulaþtýðý anda uyarýlacak.
-MEMO_INFO_X_NOTIFY_RECEIVE
- %s yeni mesajlar ulaþtýðý anda uyarýlacak.
-MEMO_INFO_X_NOTIFY_SIGNON
- %s yeni mesajlar için baðlandýðýnda uyarýlacak.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_MAIL_SUBJECT
- New memo
-NICK_MAIL_TEXT
- Hi %s
-
- You've just received a new memo from %s. This is memo number %d.
-
- Memo text:
-
- %s
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_RSEND_PLEASE_WAIT
- Please wait %d seconds before using the RSEND command again.
-MEMO_RSEND_DISABLED
- Sorry, RSEND has been disabled on this network.
-MEMO_RSEND_SYNTAX
- RSEND {nick | channel} memo-text
-MEMO_RSEND_NICK_MEMO_TEXT
- [auto-memo] The memo you sent has been viewed.
-MEMO_RSEND_CHAN_MEMO_TEXT
- [auto-memo] The memo you sent to %s has been viewed.
-MEMO_RSEND_USER_NOTIFICATION
- A notification memo has been sent to %s informing him/her you have
- read his/her memo.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_CHECK_SYNTAX
- CHECK nickname
-MEMO_CHECK_NOT_READ
- The last memo you sent to %s (sent on %s) has not yet been read.
-MEMO_CHECK_READ
- The last memo you sent to %s (sent on %s) has been read.
-MEMO_CHECK_NO_MEMO
- Nick %s doesn't have a memo from you.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-MEMO_NO_RSEND_SELF
- You can not request a receipt when sending a memo to yourself.
-
-###########################################################################
-#
-# BotServ messages
-#
-###########################################################################
-
-# Standard responses
-BOT_DOES_NOT_EXIST
- Bot %s mevcut deðil.
-BOT_NOT_ASSIGNED
- Bu komutu kullanmadan önce kanala bir bot sokmalýsýnýz.
- Daha fazla bilgi için %R%S HELP ASSIGN yazýn.
-BOT_NOT_ON_CHANNEL
- Bot %s kanalýnda deðil.
-
-# Kick reasons (must be a single line)
-BOT_REASON_BADWORD
- %s kelimesinin bu kanalda kullanýlmasý yasaktýr!
-BOT_REASON_BADWORD_GENTLE
- Konuþmalarýna dikkat et!
-BOT_REASON_BOLD
- Bu kanalda kalýn yazý kullanýlmasý yasaktýr!
-BOT_REASON_CAPS
- Lütfen büyük harf kullanmayýn!
-BOT_REASON_COLOR
- Lütfen bu kanalda renkli yazý kullanmayýn!
-BOT_REASON_FLOOD
- Flood yapma!
-BOT_REASON_REPEAT
- Kendini tekrar etme!
-BOT_REASON_REVERSE
- Lütfen bu kanalda Ctrl+R ile yazýlmýþ yazý kullanmayýn!
-BOT_REASON_UNDERLINE
- Lütfen bu kanalda altý çizili yazý kullanmayýn!
-BOT_REASON_ITALIC
- Don't use italics on this channel!
-
-# !seen replies
-BOT_SEEN_BOT
- Beni buldun, %s!
-BOT_SEEN_YOU
- Kendinimi arýyorsun, %s?
-BOT_SEEN_ON_CHANNEL
- %s þu anda kanalda!
-BOT_SEEN_ON_CHANNEL_AS
- %s þu anda kanalda (%s olarak) !
-BOT_SEEN_ON
- %s %s önce buradaydý.
-BOT_SEEN_NEVER
- %s diye birini bu kanalda hiç görmedim.
-BOT_SEEN_UNKNOWN
- %s þahsýnýn kim olduðunu bilmiyorum.
-
-# BOT responses
-BOT_BOT_SYNTAX
- BOT ADD nick user host gerçekismi
- BOT CHANGE eskinick yeninick [user [host [gerçekismi]]]
- BOT DEL nick
-BOT_BOT_ALREADY_EXISTS
- %s nickli bot zaten var.
-BOT_BOT_CREATION_FAILED
- Bot yaratma baþarýsýz.
-BOT_BOT_READONLY
- Botta deðiþiklik yapma geçici olarak devre dýþý.
-BOT_BOT_ADDED
- %s!%s@%s (%s) bot listesine eklendi.
-BOT_BOT_ANY_CHANGES
- Eski bilgiler þimdikilerle ayný.
-BOT_BOT_CHANGED
- %s botu %s!%s@%s (%s) olarak deðiþtirildi.
-BOT_BOT_DELETED
- %s botu silindi.
-
-# BOTLIST responses
-BOT_BOTLIST_HEADER
- Bot listesi:
-BOT_BOTLIST_PRIVATE_HEADER
- IRCoplara ayrilmis botlar:
-BOT_BOTLIST_FOOTER
- %d bot mevcut.
-BOT_BOTLIST_EMPTY
- Þu an mevcut bot yok.
- Server adminine bir tane yaratmasýný söyleyin!
-
-# ASSIGN responses
-BOT_ASSIGN_SYNTAX
- ASSIGN kanaladý nick
-BOT_ASSIGN_READONLY
- Kanala bot sokma geçici olarak devre dýþý.
-BOT_ASSIGN_ALREADY
- Bot %s is already assigned to channel %s.
-BOT_ASSIGN_ASSIGNED
- %s botu %s kanalýna sokuldu.
-
-# UNASSIGN responses
-BOT_UNASSIGN_SYNTAX
- UNASSIGN kanaladý
-BOT_UNASSIGN_UNASSIGNED
- %s kanalýndan bot çýkarýldý.
-BOT_UNASSIGN_PERSISTANT_CHAN
- You can not unassign bots while persist is set on the channel.
-
-# INFO responses
-BOT_INFO_SYNTAX
- INFO {kanaladý | nick}
-BOT_INFO_NOT_FOUND
- %s geçerli bir bot yada kanal deðil.
-BOT_INFO_BOT_HEADER
- %s botunun bilgileri:
-BOT_INFO_BOT_MASK
- Mask : %s@%s
-BOT_INFO_BOT_REALNAME
- Gerçek ismi : %s
-BOT_INFO_BOT_CREATED
- Yaratýlýþ : %s
-BOT_INFO_BOT_USAGE
- Kullanýlan kanallar : %d kanalda
-BOT_INFO_BOT_OPTIONS
- Ayarlar : %s
-BOT_INFO_OPT_PRIVATE
- Özel
-BOT_INFO_CHAN_HEADER
- %s kanalýnýn bilgileri:
-BOT_INFO_CHAN_BOT
- Botun nicki : %s
-BOT_INFO_CHAN_BOT_NONE
- Botun nicki : þu an yok.
-BOT_INFO_CHAN_KICK_BADWORDS
- Küfürde atma : %s
-BOT_INFO_CHAN_KICK_BADWORDS_BAN
- Küfürde atma : %s (%d tanede ban)
-BOT_INFO_CHAN_KICK_BOLDS
- Kalýn yazýda atma : %s
-BOT_INFO_CHAN_KICK_BOLDS_BAN
- Kalýn yazýda atma : %s (%d tanede ban)
-BOT_INFO_CHAN_KICK_CAPS_ON
- Büyük yazýda atma : %s (minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_BAN
- Büyük yazýda atma : %s (%d tanede ban; minimum %d/%d%%)
-BOT_INFO_CHAN_KICK_CAPS_OFF
- Büyük yazýda atma : %s
-BOT_INFO_CHAN_KICK_COLORS
- Renkli yazýda atma : %s
-BOT_INFO_CHAN_KICK_COLORS_BAN
- Renkli yazýda atma : %s (%d tanede ban)
-BOT_INFO_CHAN_KICK_FLOOD_ON
- Floodda atma : %s (%d sýra %ds)
-BOT_INFO_CHAN_KICK_FLOOD_BAN
- Floodda atma : %s (%d tanede ban; %d sýra %ds)
-BOT_INFO_CHAN_KICK_FLOOD_OFF
- Floodda atma : %s
-BOT_INFO_CHAN_KICK_REPEAT_ON
- Tekrarda atma : %s (%d kez)
-BOT_INFO_CHAN_KICK_REPEAT_BAN
- Tekrarda atma : %s (%d tanede ban; %d kez)
-BOT_INFO_CHAN_KICK_REPEAT_OFF
- Tekrarda atma : %s
-BOT_INFO_CHAN_KICK_REVERSES
- Ctrl+R de atma : %s
-BOT_INFO_CHAN_KICK_REVERSES_BAN
- Ctrl+R de atma : %s (%d tanede ban)
-BOT_INFO_CHAN_KICK_UNDERLINES
- Altýçizili yazýda atma : %s
-BOT_INFO_CHAN_KICK_UNDERLINES_BAN
- Altýçizili yazýda atma : %s (%d tanede ban)
-BOT_INFO_CHAN_KICK_ITALICS
- Italics kicker : %s
-BOT_INFO_CHAN_KICK_ITALICS_BAN
- Italics kicker : %s (%d kick(s) to ban)
-BOT_INFO_ACTIVE
- Aktif
-BOT_INFO_INACTIVE
- Kapalý
-BOT_INFO_CHAN_OPTIONS
- Özellikler : %s
-BOT_INFO_OPT_DONTKICKOPS
- Oplarý koruma
-BOT_INFO_OPT_DONTKICKVOICES
- Voicelarý koruma
-BOT_INFO_OPT_FANTASY
- Fantazi
-BOT_INFO_OPT_GREET
- Karþýlama
-BOT_INFO_OPT_NOBOT
- Bot yok
-BOT_INFO_OPT_SYMBIOSIS
- Gerçek bot
-BOT_INFO_OPT_NONE
- YOK
-
-# SET responses
-BOT_SET_SYNTAX
- SET kanaladý özellik ayarlar
-BOT_SET_DISABLED
- Bot özellik ayarý geçici olarak devre dýþý.
-BOT_SET_UNKNOWN
- Varolmayan özellik %s.
- Daha fazla bilgi için %R%S HELP SET yazýn.
-
-# SET DONTKICKOPS messages
-BOT_SET_DONTKICKOPS_SYNTAX
- SET kanaladý DONTKICKOPS {ON|OFF}
-BOT_SET_DONTKICKOPS_ON
- Bot %s kanalýnda oplarý atmayacak .
-BOT_SET_DONTKICKOPS_OFF
- Bot %s kanalýnda oplarýda atacak.
-
-# SET DONTKICKVOICES messages
-BOT_SET_DONTKICKVOICES_SYNTAX
- SET kanaladý DONTKICKVOICES {ON|OFF}
-BOT_SET_DONTKICKVOICES_ON
- Bot %s kanalýnda voicelarý atmayacak.
-BOT_SET_DONTKICKVOICES_OFF
- Bot %s kanalýnda voicelarýda atacak.
-
-# SET FANTASY messages
-BOT_SET_FANTASY_SYNTAX
- SET kanaladý FANTASY {ON|OFF}
-BOT_SET_FANTASY_ON
- Fantazi modu %s kanalýnda AKTÝF.
-BOT_SET_FANTASY_OFF
- Fantazi modu %s kanalýnda KAPALI.
-
-# SET GREET messages
-BOT_SET_GREET_SYNTAX
- SET kanaladý GREET {ON|OFF}
-BOT_SET_GREET_ON
- Karþýlama modu %s kanalýnda AKTÝF.
-BOT_SET_GREET_OFF
- Karþýlama modu %s kanalýnda KAPALI.
-
-# SET NOBOT
-BOT_SET_NOBOT_SYNTAX
- SET kanaladý NOBOT {ON|OFF}
-BOT_SET_NOBOT_ON
- Bot yok modu %s kanalý için AKTÝF.
-BOT_SET_NOBOT_OFF
- Bot yok modu %s kanalý için KAPALI.
-
-# SET PRIVATE
-BOT_SET_PRIVATE_SYNTAX
- SET kanaladi PRIVATE {ON|OFF}
-BOT_SET_PRIVATE_ON
- %s botunun özel seçenegi artik AKTIF.
-BOT_SET_PRIVATE_OFF
- %s botunun özel seçenegi artik KAPALI.
-
-# SET SYMBIOSIS
-BOT_SET_SYMBIOSIS_SYNTAX
- SET kanaladý SYMBIOSIS {ON|OFF}
-BOT_SET_SYMBIOSIS_ON
- Gerçek bot modu %s kanalýnda AKTÝF.
-BOT_SET_SYMBIOSIS_OFF
- Gerçek bot modu %s kanalýnda KAPALI.
-
-# KICK responses
-BOT_KICK_SYNTAX
- KICK kanaladý özellik {ON|OFF} [ayarlar]
-BOT_KICK_DISABLED
- Atma ayarlarý geçici olarak devre dýþý.
-BOT_KICK_UNKNOWN
- Varolmayan özellik %s.
- Daha fazla bilgi için %R%S HELP KICK yazýn.
-BOT_KICK_BAD_TTB
- %s deðeri kullanýlamaz.
-BOT_KICK_BADWORDS_ON
- Bot þimdi küfürlerde atacak. BADWORDS komutunu kullanarak
- listeye küfür ekleyip silebilirsiniz.
-BOT_KICK_BADWORDS_ON_BAN
- Bot þimdi küfürlerde atacak, ve %d atma sonrasýnda
- ayný kullanýcýyý banlayacak. BADWORDS komutunu
- kullanarak küfür ekleyip çýkarabilirsiniz.
-BOT_KICK_BADWORDS_OFF
- Bot artýk küfürlerde atmayacak.
-BOT_KICK_BOLDS_ON
- Bot þimdi kalýn yazýda atacak.
-BOT_KICK_BOLDS_ON_BAN
- Bot þimdi kalýn yazýda atacak, ve
- %d atma sonrasýnda ayný kullanýcýyý banlayacak.
-BOT_KICK_BOLDS_OFF
- Bot artýk kalýn yazýda atmayacak.
-BOT_KICK_CAPS_ON
- Bot þimdi büyük yazýda atacak(Tüm mesajýn en az
- %d karakterini ve %d%% kadarýný içermelidir).
-BOT_KICK_CAPS_ON_BAN
- Bot þimdi büyük yazýda atacak(Tüm mesajýn en az
- %d karakterini ve %d%% kadarýný içermelidir), ve
- %d atma sonrasýnda ayný kullanýcýyý banlayacak.
-BOT_KICK_CAPS_OFF
- Bot artýk büyük yazýda atmayacak.
-BOT_KICK_COLORS_ON
- Bot þimdi renkli yazýda atacak.
-BOT_KICK_COLORS_ON_BAN
- Bot þimdi renkli yazýda atacak, ve
- %d atma sonrasýnda ayný kullanýcýyý banlayacak.
-BOT_KICK_COLORS_OFF
- Bot artýk renkli yazýda atmayacak.
-BOT_KICK_FLOOD_ON
- Bot þimdi text floodda atacak(%d sýra %d saniyede).
-BOT_KICK_FLOOD_ON_BAN
- Bot þimdi text floodda atacak(%d sira %d saniyede), ve
- %d atma sonrasýnda ayný kullanýcýyý banlayacak.
-BOT_KICK_FLOOD_OFF
- Bot artýk text floodda atmayacak.
-BOT_KICK_REPEAT_ON
- Bot þimdi tekrarda atacak(kullanýcý %d kez
- ayný þeyi söylerse).
-BOT_KICK_REPEAT_ON_BAN
- Bot þimdi tekrarda atacak(kullanýcý %d kez
- ayný þeyi söylerse), ve %d atma sonrasýnda
- ayný kullanýcýyý banlayacak.
-BOT_KICK_REPEAT_OFF
- Bot artýk tekrarda atmayacak.
-BOT_KICK_REVERSES_ON
- Bot þimdi Ctrl+R de atacak.
-BOT_KICK_REVERSES_ON_BAN
- Bot þimdi Ctrl+R de atacak, ve %d atma sonrasýnda
- ayný kullanýcýyý banlayacak.
-BOT_KICK_REVERSES_OFF
- Bot artýk Ctrl+R de atmayacak.
-BOT_KICK_UNDERLINES_ON
- Bot þimdi altýçizili yazýda atacak.
-BOT_KICK_UNDERLINES_ON_BAN
- Bot þimdi altýçizili yazýda atacak, ve %d atma
- sonrasýnda ayný kullanýcýyý banlayacak.
-BOT_KICK_UNDERLINES_OFF
- Bot artýk altýçizili yazýda atmayacak.
-BOT_KICK_ITALICS_ON
- Bot will now kick italics.
-BOT_KICK_ITALICS_ON_BAN
- Bot will now kick italics, and will place a ban after %d
- kicks for the same user.
-BOT_KICK_ITALICS_OFF
- Bot won't kick italics anymore.
-
-# BADWORDS messages
-BOT_BADWORDS_SYNTAX
- BADWORDS kanaladý {ADD|DEL|LIST|CLEAR} [nick | kayýt-listesi]
-BOT_BADWORDS_DISABLED
- Kanalýn küfür listesinde deðiþiklik yapma geçici olarak devre dýþýdýr.
-BOT_BADWORDS_REACHED_LIMIT
- Bir kanalda sadece %d tane küfür kaydý olabilir.
-BOT_BADWORDS_ALREADY_EXISTS
- %s zaten %s kanalýnýn küfür listesinde var.
-BOT_BADWORDS_ADDED
- %s %s kanalýnýn küfür listesine eklendi.
-BOT_BADWORDS_NO_SUCH_ENTRY
- (#%d) þeklinde bir kayýt %s kanalýnýn küfür listesinde bulunamadý.
-BOT_BADWORDS_NOT_FOUND
- %s %s kanalýnýn küfür listesinde bulunamadý.
-BOT_BADWORDS_NO_MATCH
- Uyuþan kayýt %s kanalýnýn küfür listesinde bulunamadý.
-BOT_BADWORDS_DELETED
- %s %s kanalýnýn küfür listesinden çýkarýldý.
-BOT_BADWORDS_DELETED_ONE
- %s kanalýnýn küfür listesinden 1 kayýt silindi.
-BOT_BADWORDS_DELETED_SEVERAL
- Deleted %d entries from %s bad words list.
-BOT_BADWORDS_LIST_EMPTY
- %s kanalýnýn küfür listesi boþ.
-BOT_BADWORDS_LIST_HEADER
- %s kanalýnýn küfür listesi:
- Sayý Kelime Tipi
-BOT_BADWORDS_LIST_FORMAT
- %3d %-30s %s
-BOT_BADWORDS_CLEAR
- Küfür listesi þimdi boþ.
-
-# SAY responses
-BOT_SAY_SYNTAX
- SAY kanaladý yazý
-
-# ACT responses
-BOT_ACT_SYNTAX
- ACT kanaladý yazý
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_EXCEPT
- User matches channel except.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-BOT_BAD_NICK
- Bot Nicks may only contain valid nick characters.
-BOT_BAD_HOST
- Bot Hosts may only contain valid host characters.
-BOT_BAD_IDENT
- Bot Idents may only contain valid characters.
-BOT_LONG_IDENT
- Bot Idents may only contain %d characters.
-BOT_LONG_HOST
- Bot Hosts may only contain %d characters.
-
-###########################################################################
-#
-# OperServ messages
-#
-###########################################################################
-
-# General messages
-OPER_BOUNCY_MODES
- Servisler mod deðiþtiremiyor. Serverin doðru ayarlandýðýna emin olun.
-OPER_BOUNCY_MODES_U_LINE
- Servisler mod deðiþtiremiyor. Serverin U:line larýnýn doðru ayarlandýðýna emin olun.
-
-# GLOBAL responses
-OPER_GLOBAL_SYNTAX
- GLOBAL mesaj
-
-# STATS responses
-OPER_STATS_UNKNOWN_OPTION
- Varolmayan STATS özelliði: %s.
-OPER_STATS_CURRENT_USERS
- Þu anki kullanýcý sayýsý: %d (%d op)
-OPER_STATS_MAX_USERS
- Maximum kullanýcý sayýsý: %d (%s)
-# This is ugly, but at least it's language-portable...
-# Note that you can include seconds in any of these--my personal preference
-# is to only give resolution to the nearest minute when uptime is one hour
-# or more, but just add a %d to get seconds as well.
-OPER_STATS_UPTIME_DHMS
- Servisler %d gündür çalýþýyor, %02d:%02d
-OPER_STATS_UPTIME_1DHMS
- Servisler %d gündür çalýþýyor, %02d:%02d
-OPER_STATS_UPTIME_HMS
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_HM1S
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_H1MS
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_H1M1S
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_1HMS
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_1HM1S
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_1H1MS
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_1H1M1S
- Servisler %d saat, %d dakikadýr çalýþýyor.
-OPER_STATS_UPTIME_MS
- Servisler %d dakika, %d saniyedir çalýþýyor.
-OPER_STATS_UPTIME_M1S
- Servisler %d dakika, %d saniyedir çalýþýyor.
-OPER_STATS_UPTIME_1MS
- Servisler %d dakika, %d saniyedir çalýþýyor.
-OPER_STATS_UPTIME_1M1S
- Servisler %d dakika, %d saniyedir çalýþýyor.
-OPER_STATS_BYTES_READ
- Okunan veri : %5d kB
-OPER_STATS_BYTES_WRITTEN
- Yazýlan veri : %5d kB
-OPER_STATS_USER_MEM
- Kullanýcý : %6d kayýt, %5d kB
-OPER_STATS_CHANNEL_MEM
- Kanal : %6d kayýt, %5d kB
-OPER_STATS_GROUPS_MEM
- NS Groups : %6d records, %5d kB
-OPER_STATS_ALIASES_MEM
- NS Aliases : %6d records, %5d kB
-OPER_STATS_CHANSERV_MEM
- ChanServ : %6d kayýt, %5d kB
-OPER_STATS_BOTSERV_MEM
- BotServ : %6d kayýt, %5d kB
-OPER_STATS_HOSTSERV_MEM
- HostServ : %6d records, %5d kB
-OPER_STATS_OPERSERV_MEM
- OperServ : %6d kayýt, %5d kB
-OPER_STATS_SESSIONS_MEM
- Oturumlar : %6d kayýt, %5d kB
-OPER_STATS_AKILL_COUNT
- Þu anki AKILL sayýsý: %d
-OPER_STATS_AKILL_EXPIRE_DAYS
- Varsayýlan AKILL zaman aþýmý: %d gün
-OPER_STATS_AKILL_EXPIRE_DAY
- Varsayýlan AKILL zaman aþýmý: 1 gün
-OPER_STATS_AKILL_EXPIRE_HOURS
- Varsayýlan AKILL zaman aþýmý: %d saat
-OPER_STATS_AKILL_EXPIRE_HOUR
- Varsayýlan AKILL zaman aþýmý: 1 saat
-OPER_STATS_AKILL_EXPIRE_MINS
- Varsayýlan AKILL zaman aþýmý: %d dakika
-OPER_STATS_AKILL_EXPIRE_MIN
- Varsayýlan AKILL zaman aþýmý: 1 dakika
-OPER_STATS_AKILL_EXPIRE_NONE
- Varsayýlan AKILL zaman aþýmý: zaman aþýmý yok
-OPER_STATS_SNLINE_COUNT
- Þu anki SNLINE sayýsý: %d
-OPER_STATS_SNLINE_EXPIRE_DAYS
- Varsayýlan SNLINE zaman aþýmý süresi: %d gün
-OPER_STATS_SNLINE_EXPIRE_DAY
- Varsayýlan SNLINE zaman aþýmý süresi: 1 gün
-OPER_STATS_SNLINE_EXPIRE_HOURS
- Varsayýlan SNLINE zaman aþýmý süresi: %d saat
-OPER_STATS_SNLINE_EXPIRE_HOUR
- Varsayýlan SNLINE zaman aþýmý süresi: 1 saat
-OPER_STATS_SNLINE_EXPIRE_MINS
- Varsayýlan SNLINE zaman aþýmý süresi: %d dakika
-OPER_STATS_SNLINE_EXPIRE_MIN
- Varsayýlan SNLINE zaman aþýmý süresi: 1 dakika
-OPER_STATS_SNLINE_EXPIRE_NONE
- Varsayýlan SNLINE zaman aþýmý süresi: Zaman aþýmý yok
-OPER_STATS_SQLINE_COUNT
- Su anki SQLINE sayisi: %d
-OPER_STATS_SQLINE_EXPIRE_DAYS
- Varsayilan SQLINE zaman asimi süresi: %d gün
-OPER_STATS_SQLINE_EXPIRE_DAY
- Varsayilan SQLINE zaman asimi süresi: 1 gün
-OPER_STATS_SQLINE_EXPIRE_HOURS
- Varsayilan SQLINE zaman asimi süresi: %d saat
-OPER_STATS_SQLINE_EXPIRE_HOUR
- Varsayilan SQLINE zaman asimi süresi: 1 saat
-OPER_STATS_SQLINE_EXPIRE_MINS
- Varsayilan SQLINE zaman asimi süresi: %d dakika
-OPER_STATS_SQLINE_EXPIRE_MIN
- Varsayilan SQLINE zaman asimi süresi: 1 dakika
-OPER_STATS_SQLINE_EXPIRE_NONE
- Varsayilan SQLINE zaman asimi süresi: Zaman asimi yok
-OPER_STATS_SZLINE_COUNT
- Þu anki SZLINE sayýsý: %d
-OPER_STATS_SZLINE_EXPIRE_DAYS
- Varsayýlan SZLINE zaman aþýmý süresi: %d gün
-OPER_STATS_SZLINE_EXPIRE_DAY
- Varsayýlan SZLINE zaman aþýmý süresi: 1 gün
-OPER_STATS_SZLINE_EXPIRE_HOURS
- Varsayýlan SZLINE zaman aþýmý süresi: %d saat
-OPER_STATS_SZLINE_EXPIRE_HOUR
- Varsayýlan SZLINE zaman aþýmý süresi: 1 saat
-OPER_STATS_SZLINE_EXPIRE_MINS
- Varsayýlan SZLINE zaman aþýmý süresi: %d dakika
-OPER_STATS_SZLINE_EXPIRE_MIN
- Varsayýlan SZLINE zaman aþýmý süresi: 1 dakika
-OPER_STATS_SZLINE_EXPIRE_NONE
- Varsayýlan SZLINE zaman aþýmý süresi: Zaman aþýmý yok
-OPER_STATS_RESET
- Ýstatistikler resetlendi.
-
-# MODE responses
-OPER_STATS_UPLINK_SERVER
- Uplink server: %s
-OPER_STATS_UPLINK_CAPAB
- Uplink capab: %s
-OPER_STATS_UPLINK_SERVER_COUNT
- Servers found: %d
-
-# MODE responses
-OPER_MODE_SYNTAX
- MODE kanaladý modlar
-
-# CLEARMODES responses
-OPER_UMODE_SYNTAX
- UMODE nick modes
-
-# OLINE responses
-OPER_UMODE_SUCCESS
- Changed usermodes of %s.
-OPER_UMODE_CHANGED
- %s changed your usermodes.
-
-# OLINE responses
-OPER_OLINE_SYNTAX
- OLINE nick flags
-OPER_OLINE_SUCCESS
- An O:Line with the flags %s has been added for %s.
-
-# CLEARMODES responses
-OPER_OLINE_IRCOP
- You are now an IRC Operator.
-
-# CLEARMODES responses
-OPER_CLEARMODES_SYNTAX
- CLEARMODES kanaladý [ALL]
-OPER_CLEARMODES_DONE
- %s kanalýnda modlar ve banlar temizlendi.
-OPER_CLEARMODES_ALL_DONE
- %s kanalýndaki tüm modlar temizlendi.
-
-
-# KICK responses
-OPER_KICK_SYNTAX
- KICK kanaladý kullanýcý sebep
-
-# ADMIN responses
-OPER_SVSNICK_SYNTAX
- SVSNICK nick newnick
-OPER_SVSNICK_NEWNICK
- The nick %s is now being changed to %s.
-
-# AKILL responses
-OPER_AKILL_SYNTAX
- AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-no} [sebep]]
-OPER_AKILL_EXISTS
- %s zaten AKILL listesinde.
-OPER_AKILL_ALREADY_COVERED
- %s zaten %s tarafýndan deðiþtirildi.
-OPER_AKILL_REACHED_LIMIT
- Sadece %d kiþi AKILL listesinde olabilir.
-OPER_AKILL_NO_NICK
- Hatýrlatma: AKILL maskýna nick eklenemez; AKILL maskýna nick eklemediðinizden emin olun.
-OPER_AKILL_ADDED
- %s AKILL listesine eklendi.
-OPER_AKILL_CHANGED
- %s nickinin zaman aþýmý süresi deðiþtirildi.
-OPER_AKILL_NOT_FOUND
- %s AKILL listesinde bulunamadý.
-OPER_AKILL_NO_MATCH
- Uyuþan kayýt AKILL listesinde bulunamadý.
-OPER_AKILL_DELETED
- %s AKILL listesinden silindi.
-OPER_AKILL_DELETED_ONE
- AKILL listesinden 1 kayýt silindi.
-OPER_AKILL_DELETED_SEVERAL
- AKILL listesinden %d kayýt silindi.
-OPER_AKILL_LIST_EMPTY
- AKILL listesi boþ.
-OPER_AKILL_LIST_HEADER
- Þu anki AKILL listesi:
- No Mask Sebep
-OPER_AKILL_LIST_FORMAT
- %3d %-32s %s
-OPER_AKILL_VIEW_HEADER
- Þu anki AKILL listesi:
-# number, mask, set-by, set-time, expires, reason
-OPER_AKILL_VIEW_FORMAT
- %3d %s (%s tarafýndan %s tarihinde; %s)
- %s
-OPER_AKILL_CLEAR
- AKILL listesi temizlendi.
-
-# SNLINE responses
-OPER_CHANKILL_SYNTAX
- CHANKILL [+expiry] {#channel} [reason]
-# SNLINE responses
-OPER_SNLINE_SYNTAX
- SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-sýrasý} [sebep]]
-OPER_SNLINE_UNSUPPORTED
- SNLINE bu networkte mevcut deðil.
-OPER_SNLINE_EXISTS
- %s zaten SNLINE listesinde.
-OPER_SNLINE_ALREADY_COVERED
- %s zaten %s tarafýndan deðiþtirildi.
-OPER_SNLINE_REACHED_LIMIT
- Sadece %d kiþi SNLINE listesinde olabilir.
-OPER_SNLINE_ADDED
- %s SNLINE listesinde eklendi.
-OPER_SNLINE_CHANGED
- %s nickinin zaman aþýmý süresi deðiþtirildi.
-OPER_SNLINE_NOT_FOUND
- %s SNLINE listesinde bulunamadý.
-OPER_SNLINE_NO_MATCH
- SNLINE listesinde uyuþan kayýt bulunamadý.
-OPER_SNLINE_DELETED
- %s SNLINE listesinden silindi.
-OPER_SNLINE_DELETED_ONE
- SNLINE listesinden 1 kayýt silindi.
-OPER_SNLINE_DELETED_SEVERAL
- SNLINE listesinden %d kayýt silindi.
-OPER_SNLINE_LIST_EMPTY
- SNLINE listesi boþ.
-OPER_SNLINE_LIST_HEADER
- Þu anki SNLINE listesi:
- No Mask Sebep
-OPER_SNLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SNLINE_VIEW_HEADER
- Þu anki SNLINE listesi:
-# number, mask, set-by, set-time, expires, reason
-OPER_SNLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SNLINE_CLEAR
- SNLINE listesi temizlendi.
-
-# SQLINE responses
-OPER_SQLINE_SYNTAX
- SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zaman asimi] {mask | kayit-sirasi} [sebep]]
-OPER_SQLINE_CHANNELS_UNSUPPORTED
- SQLINE kullandiginiz IRCd tarafindan desteklenmiyor, bu yüzden kullanmazsiniz.
-OPER_SQLINE_EXISTS
- %s zaten SQLINE listesinde mevcut.
-OPER_SQLINE_ALREADY_COVERED
- %s zaten %s tarafindan degistirildi.
-OPER_SQLINE_REACHED_LIMIT
- Toplam %d SQLINE olabilir.
-OPER_SQLINE_ADDED
- %s SQLINE listesine eklendi.
-OPER_SQLINE_CHANGED
- %s için zaman asimi süresi degistirildi.
-OPER_SQLINE_NOT_FOUND
- %s SQLINE listesinde bulunamadi.
-OPER_SQLINE_NO_MATCH
- SQLINE listesinde uyusan kayit bulunamadi.
-OPER_SQLINE_DELETED
- %s SQLINE listesinden silindi.
-OPER_SQLINE_DELETED_ONE
- SQLINE listesinden 1 kayit silindi.
-OPER_SQLINE_DELETED_SEVERAL
- SQLINE listesinden %d kayit silindi.
-OPER_SQLINE_LIST_EMPTY
- SQLINE listesi bos.
-OPER_SQLINE_LIST_HEADER
- Mevcut SQLINE listesi:
- Num Mask Sebep
-OPER_SQLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SQLINE_VIEW_HEADER
- Mevcut SQLINE listesi:
-# number, mask, set-by, set-time, expires, reason
-OPER_SQLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SQLINE_CLEAR
- SQLINE listesi temizlendi.
-
-# SZLINE responses
-OPER_SZLINE_SYNTAX
- SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+zamanaþýmý] {mask | kayýt-sýrasý} [sebep]]
-OPER_SZLINE_UNSUPPORTED
- SZLINE bu networkte mevcut deðil.
-OPER_SZLINE_EXISTS
- %s zaten SZLINE listesinde.
-OPER_SZLINE_ALREADY_COVERED
- %s zaten %s tarafýndan deðiþtirildi.
-OPER_SZLINE_REACHED_LIMIT
- Sadece %d kiþi SZLINE listesinde olabilir.
-OPER_SZLINE_ONLY_IPS
- Hatýrlatma: SZLINE listesine sadece IP masklarýný ekleyebilirsiniz.
-OPER_SZLINE_ADDED
- %s SZLINE listesine eklendi.
-OPER_SZLINE_CHANGED
- %s nickinin zaman aþýmý süresi deðiþtirildi.
-OPER_SZLINE_NOT_FOUND
- %s SZLINE listesinde bulunamadý.
-OPER_SZLINE_NO_MATCH
- SZLINE listesinde uyuþan kayýt bulunamadý.
-OPER_SZLINE_DELETED
- %s SZLINE listesinden silindi.
-OPER_SZLINE_DELETED_ONE
- SZLINE listesinden 1 kayýt silindi.
-OPER_SZLINE_DELETED_SEVERAL
- SZLINE listesinden %d kayýt silindi.
-OPER_SZLINE_LIST_EMPTY
- SZLINE listesi boþ.
-OPER_SZLINE_LIST_HEADER
- Þu anki SZLINE listesi:
- No Mask Sebep
-OPER_SZLINE_LIST_FORMAT
- %3d %-32s %s
-OPER_SZLINE_VIEW_HEADER
- Þu anki SZLINE listesi:
-# number, mask, set-by, set-time, expires, reason
-OPER_SZLINE_VIEW_FORMAT
- %3d %s (by %s on %s; %s)
- %s
-OPER_SZLINE_CLEAR
- SZLINE listesi temizlendi.
-
-# SET responses
-OPER_SET_SYNTAX
- SET özellik ayar
-OPER_SET_IGNORE_ON
- Ignore kodu AKTIF.
-OPER_SET_IGNORE_OFF
- Ignore kodu KAPALI.
-OPER_SET_IGNORE_ERROR
- IGNORE ayarý ON veya OFF þeklinde olmalýdýr.
-OPER_SET_READONLY_ON
- Servisler þimdi read-only modunda.
-OPER_SET_READONLY_OFF
- Servisler þimdi read-write modunda.
-OPER_SET_READONLY_ERROR
- READONLY ayarý ON veya OFF þeklinde olmalýdýr.
-OPER_SET_LOGCHAN_ON
- Services is now reporting log messages to %s.
-OPER_SET_LOGCHAN_OFF
- Services is no longer reporting log messages to a channel.
-OPER_SET_LOGCHAN_ERROR
- Setting for LOGCHAN must be ON or OFF and LogChannel must be defined.
-OPER_SET_DEBUG_ON
- Servisler þimdi debug modunda.
-OPER_SET_DEBUG_OFF
- Servisler þimdi non-debug modunda.
-OPER_SET_DEBUG_LEVEL
- Servisler þimdi debug modunda (seviye %d).
-OPER_SET_DEBUG_ERROR
- DEBUG ayarý ON, OFF, veya pozitif bir sayý olmalýdýr.
-OPER_SET_NOEXPIRE_ON
- Servisler þimdi no expire modunda.
-OPER_SET_NOEXPIRE_OFF
- Servisler þimdi expire modunda.
-OPER_SET_NOEXPIRE_ERROR
- NOEXPIRE ayarý ON yada OFF olmalýdýr.
-OPER_SET_UNKNOWN_OPTION
- Varolmayan özellik %s.
-OPER_SET_LIST_OPTION_ON
- %s is enable
-OPER_SET_LIST_OPTION_OFF
- %s is disabled
-
-# NOOP responses
-OPER_NOOP_SYNTAX
- NOOP {SET|REVOKE} server
-OPER_NOOP_SET
- %s serverýndaki tüm O:line lar silindi.
-OPER_NOOP_REVOKE
- %s serverýndaki tüm O:line lar resetlendi.
-
-# JUPE responses
-OPER_JUPE_SYNTAX
- JUPE serverismi [sebep]
-OPER_JUPE_HOST_ERROR
- Please use a valid server name when juping
-OPER_JUPE_INVALID_SERVER
- You can not jupe your services server or your uplink server.
-
-# UPDATE responses
-OPER_UPDATING
- Veritabaný güncelleniyor.
-
-# RELOAD responses
-OPER_RELOAD
- Servislerin conf dosyasý yeniden yüklendi.
-
-# RESTART responses
-OPER_CANNOT_RESTART
- SERVICES_BIN tanýmlanmamýþ; restart edilemiyor. Yeniden \2configure\2 edin ve RESTART komutunu aktifleþtirmek için Servisleri yeniden derleyin.
-
-# LISTIGNORE responses
-OPER_IGNORE_SYNTAX
- IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-OPER_IGNORE_VALID_TIME
- You have to enter a valid number as time.
-OPER_IGNORE_TIME_DONE
- %s will now be ignored for %s.
-OPER_IGNORE_PERM_DONE
- %s will now permanently be ignored.
-OPER_IGNORE_DEL_DONE
- %s will no longer be ignored.
-OPER_IGNORE_LIST
- Servisler ignore listesi:
-OPER_IGNORE_LIST_NOMATCH
- %s not found on ignore list.
-OPER_IGNORE_LIST_EMPTY
- Ignore listesi boþ.
-
-# KILLCLONES responses
-OPER_IGNORE_LIST_CLEARED
- Ignore list has been cleared.
-
-# KILLCLONES responses
-OPER_KILLCLONES_SYNTAX
- KILLCLONES nick
-OPER_KILLCLONES_UNKNOWN_NICK
- Kullanýcý %s bulunamadý.
-
-# CHANLIST responses
-OPER_CHANLIST_HEADER
- Kanal listesi:
- Ýsim Kullanici Modlari Konu
-OPER_CHANLIST_HEADER_USER
- %s kanal listesi:
- Ýsim Kullanici Modlari Konu
-OPER_CHANLIST_RECORD
- %-20s %4d +%-6s %s
-OPER_CHANLIST_END
- Kanal listesi sonu.
-
-# USERLIST responses
-OPER_USERLIST_HEADER
- Kullanýcý listesi:
- Nick Mask
-OPER_USERLIST_HEADER_CHAN
- %s kullanýcý listesi:
- Nick Mask
-OPER_USERLIST_RECORD
- %-20s %s@%s
-OPER_USERLIST_END
- Kullanýcý listesi sonu.
-
-# CACHE responses
-OPER_SUPER_ADMIN_ON
- You are now a SuperAdmin
-OPER_SUPER_ADMIN_OFF
- You are no longer a SuperAdmin
-OPER_SUPER_ADMIN_SYNTAX
- Setting for SuperAdmin must be ON or OFF.
-OPER_SUPER_ADMIN_WALL_ON
- %s is now a Super-Admin
-OPER_SUPER_ADMIN_WALL_OFF
- %s is no longer a Super-Admin
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_SUPER_ADMIN_ONLY
- Only Super-Admins can use this command.
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_STAFF_LIST_HEADER
- On Level Nick
-
-# DefCon Messages
-
-OPER_STAFF_FORMAT
- %c %s %s
-OPER_STAFF_AFORMAT
- %c %s %s [%s]
-
-# DefCon Messages
-
-OPER_DEFCON_SYNTAX
- DEFCON [1|2|3|4|5]
-OPER_DEFCON_DENIED
- This service is temporarly disabled, please try again later
-OPER_DEFCON_CHANGED
- Services are now at DEFCON %d
-OPER_DEFCON_WALL
- %s Changed the DEFCON level to %d
-DEFCON_GLOBAL
- The Defcon Level is now at Level: %d
-
-# Modules strings
-
-OPER_MODULE_LOADED
- Module %s loaded
-OPER_MODULE_UNLOADED
- Module %s unloaded
-OPER_MODULE_LOAD_FAIL
- Unable to load module %s
-OPER_MODULE_REMOVE_FAIL
- Unable to remove module %s
-OPER_MODULE_NO_UNLOAD
- This module can not be unloaded.
-OPER_MODULE_ALREADY_LOADED
- Module %s is already loaded.
-OPER_MODULE_ISNT_LOADED
- Module %s isn't loaded.
-OPER_MODULE_LOAD_SYNTAX
- MODLOAD FileName
-OPER_MODULE_UNLOAD_SYNTAX
- MODUNLOAD FileName
-OPER_MODULE_LIST_HEADER
- Current Module list:
-OPER_MODULE_LIST
- Module: %s [%s] [%s]
-OPER_MODULE_LIST_FOOTER
- %d Modules loaded.
-OPER_MODULE_INFO_LIST
- Module: %s Version: %s Author: %s loaded: %s
-OPER_MODULE_CMD_LIST
- Providing command: %R%s %s
-OPER_MODULE_MSG_LIST
- Providing IRCD handler for: %s
-OPER_MODULE_NO_LIST
- No modules currently loaded
-OPER_MODULE_NO_INFO
- No information about module %s is available
-OPER_MODULE_INFO_SYNTAX
- MODINFO FileName
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-MODULE_HELP_HEADER
- The following commands have been loaded by a module:
-
-###########################################################################
-#
-# Session Limiting and Exception messages
-#
-###########################################################################
-
-# EXCEPTION responses
-OPER_EXCEPTION_SYNTAX
- EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [parametreler]
-OPER_EXCEPTION_ADD_SYNTAX
- EXCEPTION ADD [+zamanaþýmý] mask limit sebep
-OPER_EXCEPTION_DEL_SYNTAX
- EXCEPTION DEL {mask | liste}
-OPER_EXCEPTION_MOVE_SYNTAX
- EXCEPTION MOVE num pozisyon
-OPER_EXCEPTION_DISABLED
- Session limit koyma devre dýþý.
-OPER_EXCEPTION_ALREADY_PRESENT
- Mask %s zaten exception listesinde bulunuyor.
-OPER_EXCEPTION_TOO_MANY
- Session-limit exception listesi dolu!
-OPER_EXCEPTION_ADDED
- %s için session limit %d olarak deðiþtirildi.
-OPER_EXCEPTION_MOVED
- %s (#%d) için exception %d pozisyonuyla deðiþtirildi.
-OPER_EXCEPTION_NO_SUCH_ENTRY
- (#%d) böyle bir kayýt yok. session-limit exception listesi.
-OPER_EXCEPTION_NOT_FOUND
- %s session-limit exception listesinde bulunamadý.
-OPER_EXCEPTION_NO_MATCH
- session-limit exception listesinde uyuþan kayýt bulunamadý.
-OPER_EXCEPTION_DELETED
- %s session-limit exception listesinden silindi.
-OPER_EXCEPTION_DELETED_ONE
- Session-limit exception listesinden 1 kayýt silindi.
-OPER_EXCEPTION_DELETED_SEVERAL
- Session-limit exception listesinden %d kayýt silindi.
-OPER_EXCEPTION_LIST_HEADER
- Þu anki Session Limit Exception listesi:
-# mask, limit
-OPER_EXCEPTION_LIST_FORMAT
- %3d %4d %s
-OPER_EXCEPTION_LIST_COLHEAD
- Sayý Limit Host
-# mask, set-by, set-time, expires, limit, reason
-OPER_EXCEPTION_VIEW_FORMAT
- %3d. %s (by %s on %s; %s)
- Limit: %-4d - %s
-OPER_EXCEPTION_INVALID_LIMIT
- Geçersiz session limiti. Sýfýrdan büyük yada eþit ve %d den az bir geçerli tamsayý olmalýdýr.
-OPER_EXCEPTION_INVALID_HOSTMASK
- Geçersiz hostmask. Sadece gerçek hostmasklar exception olarak geçerlidir.
-OPER_EXCEPTION_EXISTS
- %s already exists on the EXCEPTION list.
-OPER_EXCEPTION_CHANGED
- Exception for %s has been updated to %d.
-
-# SESSION responses
-OPER_SESSION_SYNTAX
- SESSION {LIST limit | VIEW host}
-OPER_SESSION_LIST_SYNTAX
- SESSION LIST limit
-OPER_SESSION_VIEW_SYNTAX
- SESSION VIEW host
-OPER_SESSION_DISABLED
- Session limit koyma devre dýþý.
-OPER_SESSION_INVALID_THRESHOLD
- Geçersiz threshold deðeri. 1 den büyük geçerli tamsayý olmalýdýr.
-OPER_SESSION_NOT_FOUND
- %s session listesinde bulunamadý.
-OPER_SESSION_LIST_HEADER
- En az %d sessionlý hostlar:
-OPER_SESSION_LIST_COLHEAD
- Sessionlar Host
-# limit, host
-OPER_SESSION_LIST_FORMAT
- %6d %s
-# host, sessions, limit
-OPER_SESSION_VIEW_FORMAT
- Host %s þu anda %d session a sahip ve %d ile limitli.
-
-# EXCEPTION help
-
-OPER_HELP_EXCEPTION
- Kullanýmý: EXCEPTION ADD [+zamanaþýmý] mask limit sebep
- EXCEPTION DEL {mask | liste}
- EXCEPTION MOVE num pozisyon
- EXCEPTION LIST [mask | liste]
- EXCEPTION VIEW [mask | liste]
-
- Servis adminlerinin, belirli oturum limiti olan hostlarýn
- listesini deðiþtirmesini saðlar. Shell server gibi bazý
- makinalarýn varsayýlandan daha fazla kullanýcýyý ayný anda
- taþýmasýný saðlar. Eðer bir host session(oturum) limitine
- ulaþmýþsa o hosttan baðlanmaya çalýþan tüm kullanýcýlar
- kill lenir. Kill lenmeden önce, %S'ün /NOTICE i ile
- uyarýlarak session limiti hakkýnda yardým verilir. Bu uyarýnýn
- içeriði ayar yapmayla ilgilidir.
-
- EXCEPTION ADD exception(istisna) listesine belirtilen hostmaský
- ekler. nick!user@host ve user@host masklarýnýn geçersiz
- olduðunu unutmayýn! Sadece box.host.dom ve *.host.dom gibi
- gerçek hostmasklar kullanýlabilinir, çünkü session limitleme
- nickleri ve username leri hesaba almaz. limit sýfýrdan büyük
- yada eþit bir rakam olmalýdýr. Bu o host un ayný anda kaç oturum
- (session) kaldýrabileceðini belirler. Sýfýr deðeri o host un
- sýnýrsýz oturum limiti olduðunu belirtir. Opsiyonel zamanaþýmý
- parametresinin formatý ile ilgili yardým için AKILL in
- yardýmýna bakýnýz.
- EXCEPTION DEL listesinden belirtilen mask ý çýkarýr.
- EXCEPTION MOVE exception numarasýný(num) pozisyona (position)
- çevirir. Aralarýndaki exceptionlarýn yeri aralýðý doldurmak için
- yukarý yada aþþaðý deðiþtirilecektir.
- EXCEPTION LIST ve EXCEPTION VIEW tüm mevcut exceptionlarý
- gösterir; eðer opsiyonel olarak mask belirtilmiþse, liste
- bu masklarla uyuþan exceptionlarla sýnýrlandýrýlýr. Aradaki fark
- EXCEPTION VIEW daha gelismis bir komuttur ve exception ý ekleyenin
- nickini, o exceptionýn session limitini, sebebi, host maský ve zaman
- aþýmý tarih ve zamanýný gösterir.
-
- Baðlanan kullanýcý, hostuyla uyuþan ilk exceptioný kullanýr. Büyük
- exception listeleri ve geniþ olarak uyuþan exception masklarý
- servislerin performansýný düþürür.
-
- Servis adminleri tarafýndan kullanýlabilir.
-
-OPER_HELP_SESSION
- Kullanýmý: SESSION LIST threshold
- SESSION VIEW host
-
- Servis adminlerinin session listesini görüntülemesini saðlar.
-
- SESSION LIST en az threshold sessionlardaki hostlarý listeler.
- Threshold(eþik) 1 den büyük bir sayý olmalýdýr. Bu büyük
- ölçüdeki tek session hostlarýn yanlýþlýkla listelenmelerini
- önlemek içindir.
- SESSION VIEW belirli bir host hakkýnda ayrýntýlý bilgileri
- görüntüler. Bu o anki session sayýsýný ve session limitinide
- gösterir. host deðeri wildcard(açýk olarak yazýlmalýdýr)
- içermemelidir.
-
- Session limitleme ve belirli hostlara ve gruplara nasýl session
- limit koyulacaðý hakkýnda yardým için EXCEPTION yardýmýna bakýn.
-
- Servis adminleri tarafýndan kullanýlabilir.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_STAFF
- Syntax: STAFF
-
- Displays all Services Staff nicks along with level
- and on-line status.
-
-OPER_HELP_DEFCON
- Syntax: DEFCON [1|2|3|4|5]
-
- The defcon system can be used to implement a pre-defined
- set of restrictions to services useful during an attemtped
- attack on the network.
-
-OPER_HELP_DEFCON_NO_NEW_CHANNELS
- * No new channel registrations
-OPER_HELP_DEFCON_NO_NEW_NICKS
- * No new nick registrations
-OPER_HELP_DEFCON_NO_MLOCK_CHANGE
- * No MLOCK changes
-OPER_HELP_DEFCON_FORCE_CHAN_MODES
- * Force Chan Modes (%s) to be set on all channels
-OPER_HELP_DEFCON_REDUCE_SESSION
- * Use the reduced session limit of %d
-OPER_HELP_DEFCON_NO_NEW_CLIENTS
- * Kill any NEW clients connecting
-OPER_HELP_DEFCON_OPER_ONLY
- * Ignore any non-opers with message
-OPER_HELP_DEFCON_SILENT_OPER_ONLY
- * Silently ignore non-opers
-OPER_HELP_DEFCON_AKILL_NEW_CLIENTS
- * AKILL any new clients connecting
-
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-OPER_HELP_DEFCON_NO_NEW_MEMOS
- * No new memos sent
-OPER_HELP_CHANKILL
- Syntax: CHANKILL [+expiry] channel reason
-
- Puts an AKILL for every nick on the specified channel. It
- uses the entire and complete real ident@host for every nick,
- then enforces the AKILL.
-
-###########################################################################
-#
-# News system messages
-#
-###########################################################################
-
-NEWS_LOGON_TEXT
- [Baðlantý Haberleri - %s] %s
-NEWS_OPER_TEXT
- [Operatör Haberleri - %s] %s
-NEWS_RANDOM_TEXT
- [Karisik Haberler - %s] %s
-
-NEWS_LOGON_SYNTAX
- LOGONNEWS {ADD|DEL|LIST} [yazý|num]
-NEWS_LOGON_LIST_HEADER
- Baðlantý haberleri:
-NEWS_LOGON_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_LOGON_LIST_NONE
- Hiç baðlantý haberi yok.
-NEWS_LOGON_ADD_SYNTAX
- Kullanýmý: LOGONNEWS ADD yazý
-NEWS_LOGON_ADD_FULL
- Haber listesi dolu!
-NEWS_LOGON_ADDED
- Yeni baðlantý haberleri maddesi eklendi (#%d).
-NEWS_LOGON_DEL_SYNTAX
- Kullanýmý: LOGONNEWS DEL {num | ALL}
-NEWS_LOGON_DEL_NOT_FOUND
- Baðlantý haberleri maddesi #%d bulunamadý!
-NEWS_LOGON_DELETED
- Baðlantý haberleri maddesi #%d silindi.
-NEWS_LOGON_DEL_NONE
- Silebileceðiniz baðlantý haberleri maddesi yok!
-NEWS_LOGON_DELETED_ALL
- Tüm baðlantý haberleri silindi.
-
-NEWS_OPER_SYNTAX
- OPERNEWS {ADD|DEL|LIST} [yazý|num]
-NEWS_OPER_LIST_HEADER
- Operatör haberleri:
-NEWS_OPER_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_OPER_LIST_NONE
- Hiç operatör haberi yok.
-NEWS_OPER_ADD_SYNTAX
- Kullanýmý: OPERNEWS ADD yazý
-NEWS_OPER_ADD_FULL
- Haber listesi dolu!
-NEWS_OPER_ADDED
- Yeni operatör haberleri maddesi eklendi (#%d).
-NEWS_OPER_DEL_SYNTAX
- Kullanýmý: OPERNEWS DEL {num | ALL}
-NEWS_OPER_DEL_NOT_FOUND
- Operatör haberleri maddesi #%d bulunamadý!
-NEWS_OPER_DELETED
- Operatör haberleri maddesi #%d silindi.
-NEWS_OPER_DEL_NONE
- Silebileceðiniz operatör haberleri maddesi yok!
-NEWS_OPER_DELETED_ALL
- Tüm operatör haberleri maddeleri silindi.
-
-NEWS_RANDOM_SYNTAX
- RANDOMNEWS {ADD|DEL|LIST} [yazi|no]
-NEWS_RANDOM_LIST_HEADER
- Karisik haberler:
-NEWS_RANDOM_LIST_ENTRY
- %5d (%s by %s)
- %s
-NEWS_RANDOM_LIST_NONE
- Hiç karisik haber yok.
-NEWS_RANDOM_ADD_SYNTAX
- Kullanýmý: RANDOMNEWS ADD yazi
-NEWS_RANDOM_ADD_FULL
- Haber listesi dolu!
-NEWS_RANDOM_ADDED
- Yeni karisik haber eklendi (#%d).
-NEWS_RANDOM_DEL_SYNTAX
- Kullanýmý: RANDOMNEWS DEL {no | ALL}
-NEWS_RANDOM_DEL_NOT_FOUND
- #%d numarali karisik haber bulunamadi!
-NEWS_RANDOM_DELETED
- #%d numarali karisik haber silindi.
-NEWS_RANDOM_DEL_NONE
- Silinecek karisik haber yok!
-NEWS_RANDOM_DELETED_ALL
- Tüm karisik haberler silindi.
-
-NEWS_HELP_LOGON
- Syntax: LOGONNEWS ADD text
- LOGONNEWS DEL {num | ALL}
- LOGONNEWS LIST
-
- Edits or displays the list of logon news messages. When a
- user connects to the network, these messages will be sent
- to them. (However, no more than %d messages will be
- sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- LOGONNEWS may only be used by Services Operators.
-
-NEWS_HELP_OPER
- Syntax: OPERNEWS ADD text
- OPERNEWS DEL {num | ALL}
- OPERNEWS LIST
-
- Edits or displays the list of oper news messages. When a
- user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %d messages will
- be sent in order to avoid flooding the user. If there are
- more news messages, only the most recent will be sent.)
- NewsCount can be configured in services.conf.
-
- OPERNEWS may only be used by Services Operators.
-
-NEWS_HELP_RANDOM
- Kullanimi: RANDOMNEWS ADD yazi
- RANDOMNEWS DEL {no | ALL}
- RANDOMNEWS LIST
-
- Karisik haberleri düzenlemenizi saglar. Bir kullanici
- network e baglandigi zaman, karisik haberlerden bir tanesi
- seçilerek kullaniciya gönderilir.
-
- RANDOMNEWS may only be used by Services Operators.
-
-###########################################################################
-#
-# NickServ help messages
-#
-###########################################################################
-NICK_HELP_CMD_CONFIRM
- CONFIRM Confirm a nickserv auth code
-NICK_HELP_CMD_RESEND
- RESEND Resend a nickserv auth code
-
-NICK_HELP_CMD_REGISTER
- REGISTER Nickinizi kaydeder
-NICK_HELP_CMD_GROUP
- GROUP Bir gruba dahil eder
-NICK_HELP_CMD_UNGROUP
- UNGROUP Remove a nick from a group
-NICK_HELP_CMD_IDENTIFY
- IDENTIFY Þifrenizle nickinizi tanýtýr
-NICK_HELP_CMD_ACCESS
- ACCESS Ýzinli adreslerin listesini düzenler
-NICK_HELP_CMD_SET
- SET Ayarlar, kill korumasýný içerir
-NICK_HELP_CMD_SASET
- SASET Set SET-options on another nickname
-NICK_HELP_CMD_DROP
- DROP Nickin kaydýný siler
-NICK_HELP_CMD_RECOVER
- RECOVER Nickinizi kullanan birini kill ler
-NICK_HELP_CMD_RELEASE
- RELEASE RECOVER komutundan sonra nickinizi serbest
- býrakýr
-NICK_HELP_CMD_SENDPASS
- SENDPASS Þifrenizimi unuttunuz? Bunu deneyin
-NICK_HELP_CMD_GHOST
- GHOST Disconnects a "ghost" IRC session using your nick
-NICK_HELP_CMD_ALIST
- ALIST List channels you have access on
-NICK_HELP_CMD_GLIST
- GLIST Lists all nicknames in your group
-NICK_HELP_CMD_INFO
- INFO Displays information about a given nickname
-NICK_HELP_CMD_LIST
- LIST List all registered nicknames that match a given pattern
-NICK_HELP_CMD_LOGOUT
- LOGOUT Reverses the effect of the IDENTIFY command
-NICK_HELP_CMD_STATUS
- STATUS Returns the owner status of the given nickname
-NICK_HELP_CMD_UPDATE
- UPDATE Updates your current status, i.e. it checks for new memos
-NICK_HELP_CMD_GETPASS
- GETPASS Bir nickin þifresini öðrenmek içindir
- (Sadece þifreleme(encryption) devre dýþýysa)
-NICK_HELP_CMD_GETEMAIL
- GETEMAIL Matches and returns all users that registered using given email
-NICK_HELP_CMD_FORBID
- FORBID Bir nickin kullanýlmasýný yasaklar
-NICK_HELP_CMD_SUSPEND
- SUSPEND Suspend a given nick
-NICK_HELP_CMD_UNSUSPEND
- UNSUSPEND Unsuspend a given nick
-
-NICK_HELP
- %S nickinizi "kayýt" etmenizi ve diðerlerinin nickinizi
- kullanmalarýný engellemeyi saðlar. Aþaðýdaki komutlar nicki
- kayýt etmeye ve korumaya izin verir, kullanmak için,
- %R%S komut yazýn. Belirli bir komut hakkýnda daha
- fazla bilgi için, %R%S HELP komut yazýn.
-
-NICK_HELP_FOOTER
- NOT: Bu servis kullanýcýlarýn kimliklerini tehlikeye
- atmayacak þekilde tasarlanmýþtýr. Bu nickleri "çalmayý"
- veya diðer kötü niyetli hareketleri kolaylaþtýrmayý saðlama
- amaçlý deðildir. %S 'ün kötüye Kullanýmý kötüye
- kullanýlan kiþinin nickini kaybetmesiyle sonuçlanacaktýr.
-
-NICK_HELP_EXPIRES
-
- Daha fazla kullanýlmayan nicklerin otomatik olarak
- kaydýnýn silinmesi söz konusudur, mesela kullanýlmayan
- nickler %d gün sonra silinirler.
-
-NICK_HELP_REGISTER
- Kullanýmý: REGISTER þifre [email]
-
- %S 'ün veritabanýna nickinizi kaydeder. Nickinizi
- bir kere kayýt ettikten sonra nickinizin özelliklerini
- istediðiniz gibi belirlemek için SET ve ACCESS
- komutlarýný kullanabilirsiniz. Kayýtta kullandýðýnýz þifrenin
- hatýrlanabilecek birþey olmasýna dikkat edin - ilerde
- nickinizin özelliklerinde deðiþiklik yaparken ve sunucuda
- kullanabilmek için ihtiyacýnýz olacak. (Þifrelerin büyük
- küçük harf hassasiyeti olduðunu unutmayýn! ÝXÝR, Ýxir,
- ve ixir þifreleri birbirinden farklýdýr.)
-
- Þifreleri seçme konusunda rehber:
-
- Þifreler kolayca tahmin edilebilir olmamalýdýr. Örneðin,
- gerçek isminizi þifre olarak kullanmak kötü bir fikirdir.
- Nickinizi þifre olarak kullanmak daha kötü bir fikirdir :)
- ve zaten %S buna izin vermez. Ayrýca kýsa þifreler
- deneme yanýlma yöntemiyle bulunabilirler, bu yüzden þifrenizin
- en az 5 karakter olmasýna dikkat edin. Son olarak þifrede
- boþluk kullanmamanýz gerekir.
-
- email parametresi opsiyoneldir ve nickiniz için bir
- email adresi belirler. Fakat bazý networklerde bu
- parametrenin kullanýlmasý zorunlu olabilir.(Unutmayýn
- email adresinizi doðru olarak vermeniz ilerde þifrenizi
- unutmanýz halinde çok iþe yarayacaktýr)
- Gizliliðinize saygý duyulacak ve mail adresiniz herhangi
- üçüncü þahýslara söylenmeyecektir.
-
- Bu komut ayrýca nickiniz için yeni bir grup oluþturur ki bu
- ilerde gruba kaydedeceðiniz nickler için ayný özellikleri,
- memo ayarlarýný ve ayný kanal ayrýcalýklarýný paylaþmanýzý
- saðlar. Bu özellik hakkýnda daha fazla bilgi için,
- %R%S HELP GROUP yazýn.
-
-NICK_HELP_GROUP
- Kullanýmý: GROUP hedef þifre
-
- Bu komut nickinizin hedef gösterilen nickin grubuna katýlmasýný
- saðlar. þifre hedef gösterilen nickin þifresidir.
-
- Bir gruba dahil olmak size o gruba dahil olan tüm nicklerinizin
- ayarlarýný, memolarýný, ve kanal ayrýcalýklarýný paylaþmanýzý ve
- daha fazlasýný saðlar!
-
- Bir grup kullanýþlý olduðu sürece kalýcýdýr. Bu demektirki eðer
- gruba dahil nickleriniz kaydýný silerseniz, grupta en az bir nick
- kalmasý kaydiyle yukarda açýklanan paylaþýmlarý kaybetmezseniz.
-
- Bu komutu nickinizi kaydetmemiþ olsanýz bile kullanabilirsiniz.
- Eðer nickiniz zaten kayýtlý ise, bu komutu kullanmadan önce
- nickinizi tanýtmanýz gerekir, daha fazla bilgi için
- %R%S HELP IDENTIFY yazýn. Sizin IRC networkunuzda
- bu mümkün olmayabilir.
-
- Bu komutu kayýtlý olmayan bir nickle kullanmanýz önerilir çünkü
- bu komutu kullanýcý o nick otomatik olarak kaydedilir. Bunu
- kayýtlý bir nicklede eðer network adminleri buna izin veriyorsa
- kullanabilirsiniz.
-
- Bir seferde sadece bir grupta olabilirsiniz. Grup karýþtýrma
- mümkün deðildir.
-
- Not: bir gruptaki tüm nickler bir þifreye sahip olurlar.
-
-NICK_HELP_UNGROUP
- Syntax: UNGROUP [nick]
-
- This command ungroups your nick, or if given, the specificed nick,
- from the group it is in. The ungrouped nick keeps its registration
- time, password, email, greet, language, url, and icq. Everything
- else is reset. You may not ungroup yourself if there is only one
- nick in your group.
-
-NICK_HELP_IDENTIFY
- Kullanýmý: IDENTIFY [account] þifreniz
-
- %S 'e kullandýðýnýz nickin gerçek sahibinin siz olduðunu
- belirtir. Çoðu komut kullanýlmadan önce bu komutla
- tanýtýlmanýzý gerektirir. Þifreniz nickinizi kayýt ederken
- REGISTER komutuyla beraber kullandýðýnýzla aynýdýr.
-
-NICK_HELP_UPDATE
- Syntax: UPDATE
-
- Updates your current status, i.e. it checks for new memos,
- sets needed chanmodes (ModeonID) and updates your vhost and
- your userflags (lastseentime, etc).
-
-NICK_HELP_LOGOUT
- Kullanýmý: LOGOUT
-
- IDENTIFY komutunun yaptýðý etkiyi tersine çevirir,
- yani artýk o nickin gerçek sahibi olarak tanýnmamanýzý
- saðlar. Fakat sizden nickinizi tekrar identify etmeniz
- istenmez.
-
-NICK_HELP_DROP
- Kullanýmý: DROP [nick]
-
- %S 'ün veritabanýndan nickinizi siler. Silinmiþ bir nick
- baþkasý tarafýndan kayýt edilebilir.
-
- nick parametresini kullanarak belirttiðiniz nicki
- grubunuzdan silebilirsiniz.
-
- Bu komutu kullanmadan önce, þifrenizle kendinizi tanýtmanýz
- gereklidir (Daha fazla bilgi için %R%S HELP IDENTIFY
- yazýn).
-
-NICK_HELP_ACCESS
- Kullanýmý: ACCESS ADD mask
- ACCESS DEL mask
- ACCESS LIST
-
- Nickinizin access litesini görüntüler ve deðiþiklikler
- yapmanýzý saðlar. Bu listede belirtilen adresler %S
- tarafýndan nickinizi kullanabilmek için otomatik olarak
- tanýnacak adreslerdir. (böylece identify komutunu
- kullanmanýza gerek kalmaz.) Eðer belirtilenden farklý bir
- adresle baðlanmýþsanýz %S 'ün sizi tanýmasý için
- IDENTIFY komutunu kullanmanýz gerekir.
-
- Örnekler:
-
- ACCESS ADD birisi@*.ixir.com
- Kullanýcý birisi'ne ixir.com
- domaininden herhangi bir makineden
- eriþim saðlar.
-
- ACCESS DEL birisi@*.ixir.com
- Önceki komutun tersini yapar(siler).
-
- ACCESS LIST
- Mevcut access listesini görüntüler.
-
-NICK_HELP_SET_HEAD
- Kullanýmý: SET özellik parametre
-
- Çeþitli nick özelliklerini ayarlar. özellik þunlardan biri
- olabilir:
-
-NICK_HELP_CMD_SET_DISPLAY
- DISPLAY Grubunuzun servislerde nasýl görüneceðini ayarlar
-NICK_HELP_CMD_SET_PASSWORD
- PASSWORD Nickinize þifre belirtir
-NICK_HELP_CMD_SET_LANGUAGE
- LANGUAGE Servislerin size hitap edeceði
- dili belirler
-NICK_HELP_CMD_SET_EMAIL
- EMAIL Nickinizle bir email adresini iliþkilendirir
-NICK_HELP_CMD_SET_GREET
- GREET Nickiniz için bir karþýlama mesajý belirler
-NICK_HELP_CMD_SET_KILL
- KILL Korumayý açar kapatýr
-NICK_HELP_CMD_SET_SECURE
- SECURE Nick güvenliðini açar kapatýr
-NICK_HELP_CMD_SET_PRIVATE
- PRIVATE Nickinizin %R%S LIST yazýldýðýnda görünmesini
- engeller
-NICK_HELP_CMD_SET_HIDE
- HIDE Nickinizle ilgili bazý bilgileri saklar
-NICK_HELP_CMD_SET_AUTOOP
- AUTOOP Should services op you automatically.
-NICK_HELP_SET_TAIL
-
- Bu komutu kullanabilmek için önce, þifrenizle
- kendinizi tanýtmanýz gerekir (Daha fazla bilgi için
- %R%S HELP IDENTIFY yazýn).
-
- Belirli bir özellik(option) hakkýnda bilgi almak için
- %R%S HELP SET option yazýn.
-
-NICK_HELP_SET_DISPLAY
- Kullanýmý: SET DISPLAY yeni-görünüm
-
- Servislerde grubunuzdaki nicklerden hangisinin gözükeceðini
- ayarlar. Yeni görünüm grubunuzda bulunan nicklerden biri
- olmalýdýr.
-
-NICK_HELP_SET_PASSWORD
- Kullanýmý: SET PASSWORD yeni þifre
-
- Nickinizi tanýtmak için kullandýðýnýz þifreyi
- deðiþtirir.
-
-NICK_HELP_SET_LANGUAGE
- Kullanýmý: SET LANGUAGE numara
-
- Servislerin size hitap edeceði dili belirlemenizi saðlar.
- (örneðin, bir komut yazdýðýnýzda gelecek cevabýn dili gibi).
- numara aþaðýdaki listede desteklenen dillerden biri olarak
- belirlenir:
-
-NICK_HELP_SET_EMAIL
- Kullanýmý: SET EMAIL email adresiniz
-
- Nickiniz için bir email adresi belirtir. Bu email adresi
- birisi sizin hakkýnýzda bilgi almak için INFO komutunu
- kullandýðýnda görünür.
-
-NICK_HELP_SET_GREET
- Kullanýmý: SET GREET mesaj
-
- Yazdýðýnýz mesajý nickinizin karþýlama mesajý olarak
- belirler, bu mesaj GREET özelliði aktif bir kanala
- girdiðinizde gönderilir, kanaldaki access seviyenize
- baðlýdýr.
-
-NICK_HELP_SET_KILL
- Kullanýmý: SET KILL {ON | QUICK | IMMED | OFF}
-
- Nickiniz için otomatik koruma özelliðini açar ve kapatýr.
- Koruma açýkken eðer bir baþkasý sizin nickinizi kullanmaya
- kalkarsa, o kiþiye nicki deðiþtirmesi için bir dakika süre
- verilir, eðer deðiþtirmezse %S tarafýndan otomatik olarak
- deðiþtirilir.
-
- Eðer QUICK parametresini seçerseniz, kullanýcýya nickini
- deðiþtirmesi için 60 saniye yerine sadece 20 saniye verilir.
- Eðer IMMED parametresini seçerseniz kullanýcýnýn nicki
- uyarýlmadan hemen deðiþtirilir; lütfen çok gerekmedikçe
- bu özelliði kullanmayýn. Hatta network yöneticileri bu
- özelliði devre dýþý býrakmýþ olabilirler.
-
-NICK_HELP_SET_SECURE
- Kullanýmý: SET SECURE {ON | OFF}
-
- %S'ün güvenlik özelliklerini açar ve kapatýr. SECURE
- ayarý ile, nickin sahibi olarak tanýnmanýz için önce þifreyle
- kendinizi tanýtmanýz gerekir(adresinizin nickin access
- listesinde olup olmamasýna baðlý olarak). Fakat, eðer
- adresiniz nickin access listesindeyse KILL özelliði
- kullanýlmýþ olsa bile %S sizi otomatik olarak kill
- lemeyecektir.
-
-NICK_HELP_SET_PRIVATE
- Kullanýmý: SET PRIVATE {ON | OFF}
-
- %S'ün özel nick özelliðini açar kapatýr. PRIVATE ayarý
- ile, %S'ün LIST komutu kullanýldýðýnda nickiniz listede
- gözükmeyecektir.(Buna raðmen, nickinizi bilen biri INFO
- komutunu kullanarak hakkýnýzda bilgi alabilir.)
-
-NICK_HELP_SET_HIDE
- Kullanýmý: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Birisi hakkýnýzda bilgi almak için %S INFO komutunu
- kullandýðýnda bazý bilgilerin burada gözükmemesini saðlar.
- E-mail adresinizi (EMAIL), son göründüðünüz user@host
- maskýný (USERMASK), ve son çýkýþ mesajýnýzý (QUIT)
- saklayabilirsiniz. Ýkinici parametre bilginin görünüp (OFF)
- görünmeyeceðini (ON) belirtmenizi saðlar.
-
-NICK_HELP_SET_MSG
- Syntax: SET MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- you. With MSG set, Services will use messages, else they'll
- use notices.
-
-NICK_HELP_SET_AUTOOP
- Syntax: SET AUTOOP {ON | OFF}
-
- Sets whether you will be opped automatically. Set to ON to
- allow ChanServ to op you automatically when entering channels.
-
-NICK_HELP_SASET_HEAD
- Syntax: SASET nickname option parameters.
-
- Sets various nickname options. option can be one of:
-
-NICK_HELP_CMD_SASET_DISPLAY
- DISPLAY Set the display of the group in Services
-NICK_HELP_CMD_SASET_PASSWORD
- PASSWORD Set the nickname password
-NICK_HELP_CMD_SASET_EMAIL
- EMAIL Associate an E-mail address with the nickname
-NICK_HELP_CMD_SASET_GREET
- GREET Associate a greet message with the nickname
-NICK_HELP_CMD_SASET_KILL
- KILL Turn protection on or off
-NICK_HELP_CMD_SASET_SECURE
- SECURE Turn nickname security on or off
-NICK_HELP_CMD_SASET_PRIVATE
- PRIVATE Prevent the nickname from appearing in a
- %R%S LIST
-NICK_HELP_CMD_SASET_HIDE
- HIDE Hide certain pieces of nickname information
-NICK_HELP_CMD_SASET_MSG
- MSG Change the communication method of Services
-NICK_HELP_CMD_SASET_NOEXPIRE
- NOEXPIRE Prevent the nickname from expiring
-NICK_HELP_CMD_SASET_LANGUAGE
- LANGUAGE Set the language Services will use when
- sending messages to nickname
-NICK_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information
- on a specific option. The options will be set on the given
- nickname.
-
-NICK_HELP_SASET_DISPLAY
- Syntax: SASET nickname DISPLAY new-display
-
- Changes the display used to refer to the nickname group in
- Services. The new display MUST be a nick of the group.
-
-NICK_HELP_SASET_PASSWORD
- Syntax: SASET nickname PASSWORD new-password
-
- Changes the password used to identify as the nick's owner.
-
-NICK_HELP_SASET_EMAIL
- Syntax: SASET nickname EMAIL address
-
- Associates the given E-mail address with the nickname.
-
-NICK_HELP_SASET_GREET
- Syntax: SASET nickname GREET message
-
- Makes the given message the greet of the nickname, that
- will be displayed when joining a channel that has GREET
- option enabled, provided that the user has the necessary
- access on it.
-
-NICK_HELP_SASET_KILL
- Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}
-
- Turns the automatic protection option for the nick
- on or off. With protection on, if another user
- tries to take the nick, they will be given one minute to
- change to another nick, after which %S will forcibly change
- their nick.
-
- If you select QUICK, the user will be given only 20 seconds
- to change nicks instead of the usual 60. If you select
- IMMED, user's nick will be changed immediately without being
- warned first or given a chance to change their nick; please
- do not use this option unless necessary. Also, your
- network's administrators may have disabled this option.
-
-NICK_HELP_SASET_SECURE
- Syntax: SASET nickname SECURE {ON | OFF}
-
- Turns %S's security features on or off for your
- nick. With SECURE set, you must enter your password
- before you will be recognized as the owner of the nick,
- regardless of whether your address is on the access
- list. However, if you are on the access list, %S
- will not auto-kill you regardless of the setting of the
- KILL option.
-
-NICK_HELP_SASET_PRIVATE
- Syntax: SASET nickname PRIVATE {ON | OFF}
-
- Turns %S's privacy option on or off for the nick.
- With PRIVATE set, the nickname will not appear in
- nickname lists generated with %S's LIST command.
- (However, anyone who knows the nickname can still get
- information on it using the INFO command.)
-
-NICK_HELP_SASET_HIDE
- Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
-
- Allows you to prevent certain pieces of information from
- being displayed when someone does a %S INFO on the
- nick. You can hide the E-mail address (EMAIL), last seen
- user@host mask (USERMASK), the services access status
- (STATUS) and last quit message (QUIT).
- The second parameter specifies whether the information should
- be displayed (OFF) or hidden (ON).
-
-NICK_HELP_SASET_MSG
- Syntax: SASET nickname MSG {ON | OFF}
-
- Allows you to choose the way Services are communicating with
- the given user. With MSG set, Services will use messages,
- else they'll use notices.
-
-NICK_HELP_SASET_NOEXPIRE
- Syntax: SASET nickname NOEXPIRE {ON | OFF}
-
- Sets whether the given nickname will expire. Setting this
- to ON prevents the nickname from expiring.
-
-NICK_HELP_SASET_AUTOOP
- Syntax: SASET nickname AUTOOP {ON | OFF}
-
- Sets whether the given nickname will be opped automatically.
- Set to ON to allow ChanServ to op the given nickname
- automatically when joining channels.
-
-NICK_HELP_SASET_LANGUAGE
- Syntax: SASET nickname LANGUAGE number
-
- Changes the language Services uses when sending messages to
- nickname (for example, when responding to a command he sends).
- number should be chosen from a list of supported languages
- that you can get by typing %R%S HELP SET LANGUAGE.
-
-NICK_HELP_RECOVER
- Syntax: RECOVER nickname [password]
-
- Allows you to recover your nickname if someone else has
- taken it; this does the same thing that %S does
- automatically if someone tries to use a kill-protected
- nick.
-
- When you give this command, %S will bring a fake
- user online with the same nickname as the user you're
- trying to recover your nick from. This causes the IRC
- servers to disconnect the other user. This fake user will
- remain online for %s to ensure that the other
- user does not immediately reconnect; after that time, you
- can reclaim your nick. Alternatively, use the RELEASE
- command (%R%S HELP RELEASE) to get the nick
- back sooner.
-
- In order to use the RECOVER command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_RELEASE
- Syntax: RELEASE nickname [password]
-
- Instructs %S to remove any hold on your nickname
- caused by automatic kill protection or use of the RECOVER
- command. This holds lasts for %s;
- this command gets rid of them sooner.
-
- In order to use the RELEASE command for a nick, your
- current address as shown in /WHOIS must be on that nick's
- access list, you must be identified and in the group of
- that nick, or you must supply the correct password for
- the nickname.
-
-NICK_HELP_GHOST
- Kullanýmý: GHOST nick [þifre]
-
- Asýlý kalan nickinizin baðlantýsýný koparýr. Asýlý kalan nick
- aslýnda hayalet nicktir fakat IRC serverý bunun hala hatta
- olduðunu sanar. Genellikle bu durum bilgisayarýnýzýn çökmesi
- yada modem baðlantýnýzýn serverdayken kopmasý durumunda
- gerçekleþir.
-
- GHOST komutunu bir nick üzerinde kullanabilmek için o an
- /WHOIS inizdeki adresin o nickin access listesinde olmasý,
- o nick için doðru þifrenin belirtilmiþ olmasý yada o nickin
- grubundaki baþka bir nickin tanýtýlmýþ olmasý gerekir.
-
-NICK_HELP_INFO
- Kullanýmý: INFO nick
-
- Belirtilen nick hakkýnda o nickin sahibi, son görüldüðü adres ve
- zaman, ve nickin özellikleri gibi bilgiler verir. Eðer nick
- hakkýnda bilgi alýrken o nickin sahibi sizseniz ve tanýtmýþsanýz
- ALL parametresini kullandýðýnýzda bilgiler gizli olsa bile o
- nick hakkýndaki tüm bilgiler görünür.
-
-NICK_HELP_LIST
- Kullanýmý: LIST model
-
- nick!user@host formatýnda, belirtilen modeli içeren
- tüm kayýtlý nickleri listeler. PRIVATE özelliði aktif olan
- nickler listelenmez.
-
- Örnekler:
-
- LIST *!aliuser@ixir.com
- identi aliuser@ixir.com olan tüm kayýtlý nickleri
- listeler.
-
- LIST *Bot*!*@*
- Bot kelimesini içeren tüm kayýtlý nickleri listeler.
- (büyük küçük harf hassasiyeti vardýr.)
-
- LIST *!*@*.ixir.com
- ixir.com domainine sahip tüm kayýtlý nickleri listeler.
-
-NICK_HELP_ALIST
- Syntax: ALIST [level]
-
- Lists all channels you have access on. Optionally, you can specify
- a level in XOP or ACCESS format. The resulting list will only
- include channels where you have the given level of access.
-
- Examples:
- ALIST Founder
- Lists all channels where you have Founder
- access.
-
- ALIST AOP
- Lists all channels where you have AOP access
- or greater.
-
- ALIST 10
- Lists all channels where you have level 10
- access or greater.
-
- Channels that have the NOEXPIRE option set will be prefixed by
- an exclamation mark.
-
-NICK_HELP_GLIST
- Syntax: GLIST
-
- Lists all nicks in your group.
-
-NICK_HELP_STATUS
- Kullanýmý: STATUS nick...
-
- Nickin kullanýcý tarafýndan nickin sahibi olarak tanýtýlýp
- tanýtýlmadýðýný gösterir. Cevap þu formattadýr:
-
- nick durum-kodu account
-
- where nick is the nickname sent with the command,
- durum-kodu is one of the following, and account
- is the account they are logged in as.
-
- 0 - Böyle bir kullanýcý baðlý deðil veya nick
- kayýtlý deðil
- 1 - Kullanýcý nickin sahibi olarak tanýtýlmamýþ
- 2 - Kullanýcý nickin sahibi olarak access listesinden
- tanýtýlmýþ
- 3 - Kullanýcý nickin sahibi olarak þifreyle tanýtýlmýþ
-
- Her komutta en fazla 16 nick için cevap verilir; gerisi
- yoksayýlýr. If no nickname is given, your status
- will be returned.
-
-NICK_HELP_SENDPASS
- Kullanýmý: SENDPASS nick
-
- Belirtilen nickin þifresini nickin kayýtlarýnda belirtilmiþ
- email adresine gönderir.
-
- Bazý networklerde sadece IRC operatörleri kullanabilir.
-
-NICK_HELP_RESETPASS
- Syntax: RESETPASS nickname
-
- Sends a code key to the nickname with instructions on how to
- reset their password.
-
-NICK_HELP_CONFIRM
- Syntax: CONFIRM passcode
-
- This is the second step of nickname registration process.
- You must perform this command in order to get your nickname
- registered with %S. The passcode (or called auth code also)
- is sent to your e-mail address in the first step of the
- registration process. For more information about the first
- stage of the registration process, type: %R%S HELP REGISTER
-
- This is also used after the RESETPASS command has been used to
- force identify you to your nick so you may change your password.
-
-NICK_HELP_CONFIRM_OPER
-
- Additionally, Services Operators with the nickserv/confirm permission can
- replace passcode with a users nick to force validate them.
-
-NICK_HELP_RESEND
- Syntax: RESEND
-
- This command will re-send the auth code (also called passcode)
- to the e-mail address of the user whom is performing it.
-
-NICK_SERVADMIN_HELP
- Servis adminleri herhangi bir nickin tanýtmasýna gerek olmadan
- kaydýný silebilir(drop) ve herhangi bir nickin access listesini
- görüntüleyebilir. (%R%S ACCESS LIST nick).
-
-NICK_SERVADMIN_HELP_LOGOUT
- Kullanýmý: LOGOUT [nick [REVALIDATE]]
-
- Parametre kullanýlmazsa, IDENTIFY komutunun yaptýðý
- etkiyi tersine çevirir, yani artýk o nickin gerçek sahibi
- olarak tanýnmamanýzý saðlar. Fakat sizden nickinizi tekrar
- identify etmeniz istenmez.
-
- Parametre kullanýlýrsada aynýsýný yapar ama buna ek olarak
- REVALIDATE belirtilirse servisler o kiþiye nickini yeniden
- identify etmesini söyler. Servis adminlerinin Kullanýmýyla
- sýnýrlýdýr.
-
-NICK_SERVADMIN_HELP_DROP
- Kullanýmý: DROP [nick]
-
- Parametreye gerek olmadan, %S veritabanýndan nickinizi siler.
-
- Parametreyle, belirtilen bir nicki veritabanýndan siler.
- Grubunuzda bulunan herhangi bir nicki özel ayrýcalýklara
- gerek olmadan silebilirsiniz. Bu iþlemler Servis adminleri
- tarafýndan yapýlabilir.
-
-NICK_SERVADMIN_HELP_LIST
- Kullanýmý: LIST model [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]
-
- Belirtilen modele uyuþan tüm kayýtlý nickleri nick!user@host
- formatýnda listeler. PRIVATE özellið aktif olan kullanýcýlar
- sadece servis adminleri tarafýndan görüntülenir. NOEXPIRE
- ayarý olan nicklerde servis adminleri için asýlý bir ! bulunur.
-
- If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only
- nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the
- NOEXPIRE flag set will be displayed. If multiple options are
- given, all nicks matching at least one option will be displayed.
- These options are limited to Services Operators.
-
- Örnekler:
-
- LIST *!aliuser@ixir.com
- identi aliuser@ixir.com olan tüm kayýtlý nickler
- listelenir.
-
- LIST *Bot*!*@*
- Ýsimlerinde Bot yazan tüm kayýtlý nickler listelenir
- (küçük büyük harf hassasiyeti vardýr).
-
- LIST * NOEXPIRE
- Zaman asimi olmayan tüm kayýtlý nickler listelenir.
-
-NICK_SERVADMIN_HELP_ALIST
- Syntax: ALIST [nickname] [level]
-
- With no parameters, lists channels you have access on. With
- one parameter, lists channels that nickname has access
- on. With two parameters lists channels that nickname has
- level access or greater on.
-
-NICK_SERVADMIN_HELP_GLIST
- Syntax: GLIST [nickname]
-
- Without a parameter, lists all nicknames that are in
- your group.
-
- With a parameter, lists all nicknames that are in the
- group of the given nick.
-
-NICK_SERVADMIN_HELP_GETPASS
- Kullanýmý: GETPASS nick
-
- Belirtilen nickin þifresini söyler. Unutmayýnki bu komutun
- her kullanýlýþýnda , kullanýlan nick ve komutu kullanan
- kiþi kaydedilerek WALLOPS/GLOBOPS olarak gönderilir.
-
- Sadece Servis adminleri tarafýndan kullanýlýr.
-
- (Bu komut þifreleme(encryption) aktif olduðu zaman devre dýþýdýr.)
-
-NICK_SERVADMIN_HELP_GETEMAIL
- Syntax: GETEMAIL user@emailhost
-
- Returns the matching nicks that used given email. Note that
- you can not use wildcards for either user or emailhost. Whenever
- this command is used, a message including the person who issued
- the command and the email it was used on will be logged.
-
-NICK_SERVADMIN_HELP_FORBID
- Kullanýmý: FORBID nick [sebep]
-
- Belirtilen nickin kullanýlmasýný ve kayýt edilmesini engeller.
- Nick drop edilerek iptal edilebilir.
-
- Bazý networklerde, sebep yazýlmasý gereklidir.
-
- Sadece Servis adminleri tarafýndan kullanýlýr.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND nickname reason / UNSUSPEND nickname
-
- SUSPENDs / UNSUSPENDs a nickname from being identified to
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-
-NICK_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND nickname
-
- UNSUSPENDS a nickname from being used.
-
-###########################################################################
-#
-# ChanServ help messages
-#
-###########################################################################
-CHAN_HELP_CMD_GETPASS
- GETPASS Bir kanalýn founder þifresini ister
-CHAN_HELP_CMD_FORBID
- FORBID Kanalý kullanýma kapatýr
-CHAN_HELP_CMD_SUSPEND
- SUSPEND Prevent a channel from being used preserving
- channel data and settings
-CHAN_HELP_CMD_UNSUSPEND
- UNSUSPEND Releases a suspended channel
-CHAN_HELP_CMD_STATUS
- STATUS Kullanýcýnýn kanaldaki access seviyesini söyler
-CHAN_HELP_CMD_REGISTER
- REGISTER Kanalý kaydeder
-CHAN_HELP_CMD_SET
- SET Kanal özelliklerini ve bilgisini ayarlar
-CHAN_HELP_CMD_SASET
- SASET Forcefully set channel options and information
-CHAN_HELP_CMD_QOP
- QOP Modify the list of QOP users
-CHAN_HELP_CMD_AOP
- AOP AOP listesini düzenler
-CHAN_HELP_CMD_SOP
- SOP SOP listesini düzenler
-CHAN_HELP_CMD_ACCESS
- ACCESS Ayrýcalýklý kullanýcýlarý belirler deðiþtirir
-CHAN_HELP_CMD_LEVELS
- LEVELS Access seviyelerini isteðinize göre düzenler
-CHAN_HELP_CMD_AKICK
- AKICK Autokick listesini düzenler
-CHAN_HELP_CMD_DROP
- DROP Kanal kaydýný siler
-CHAN_HELP_CMD_BAN
- BAN Bans a selected nick on a channel
-CHAN_HELP_CMD_CLEAR
- CLEAR Tells ChanServ to clear certain settings on a channel
-CHAN_HELP_CMD_DEVOICE
- DEVOICE Devoices a selected nick on a channel
-CHAN_HELP_CMD_GETKEY
- GETKEY Returns the key of the given channel
-CHAN_HELP_CMD_INFO
- INFO Lists information about the named registered channel
-CHAN_HELP_CMD_INVITE
- INVITE Tells ChanServ to invite you into a channel
-CHAN_HELP_CMD_KICK
- KICK Kicks a selected nick from a channel
-CHAN_HELP_CMD_LIST
- LIST Lists all registered channels matching the given pattern
-CHAN_HELP_CMD_OP
- OP Gives Op status to a selected nick on a channel
-CHAN_HELP_CMD_TOPIC
- TOPIC Manipulate the topic of the specified channel
-CHAN_HELP_CMD_UNBAN
- UNBAN Remove all bans preventing a user from entering a channel
-CHAN_HELP_CMD_VOICE
- VOICE Voices a selected nick on a channel
-CHAN_HELP_CMD_VOP
- VOP Maintains the VOP (VOicePeople) list for a channel
-CHAN_HELP_CMD_DEHALFOP
- DEHALFOP Dehalfops a selected nick on a channel
-CHAN_HELP_CMD_DEOWNER
- DEOWNER Removes your owner status on a channel
-CHAN_HELP_CMD_DEPROTECT
- DEPROTECT Deprotects a selected nick on a channel
-CHAN_HELP_CMD_HALFOP
- HALFOP Halfops a selected nick on a channel
-CHAN_HELP_CMD_HOP
- HOP Maintains the HOP (HalfOP) list for a channel
-CHAN_HELP_CMD_OWNER
- OWNER Gives you owner status on channel
-CHAN_HELP_CMD_PROTECT
- PROTECT Protects a selected nick on a channel
-CHAN_HELP_CMD_DEOP
- DEOP Deops a selected nick on a channel
-
-CHAN_HELP
- %S kanallarýnýzý kayýt etmenizi ve kontrol etmenizi
- saðlar. %S kötü niyetli kullanýcýlarýn kanallarý ele
- geçirmelerini(takeover), kanalda kimlerin op olacaðýný sizin
- tarafýnýzdan beliryerek engeller. Mevcut komutlar aþaðýda
- listelenmiþtir; onlarý kullanmak için %R%S komut
- yazýn. Belirli bir komut hakkýnda daha fazla bilgi için,
- %R%S HELP komut yazýn.
-
-
-CHAN_HELP_EXPIRES
-
- Unutmayýn %d gün kullanýlmayan kanallarýn
- (kanalýn access listesinde olan bir kimse o süre içinde
- kanala girmezse ) kaydý silinir.
-
-CHAN_HELP_REGISTER
- Kullanýmý: REGISTER kanaladý açýklama
-
- Registers a channel in the %S database. In order
- to use this command, you must first be a channel operator
- on the channel you're trying to register.
- The description, which must be included, is a
- general description of the channel's purpose.
-
- When you register a channel, you are recorded as the
- "founder" of the channel. The channel founder is allowed
- to change all of the channel settings for the channel;
- %S will also automatically give the founder
- channel-operator privileges when s/he enters the channel.
- See the ACCESS command (%R%S HELP ACCESS) for
- information on giving a subset of these privileges to
- other channel users.
-
- NOTICE: In order to register a channel, you must have
- first registered your nickname. If you haven't,
- %R%s HELP for information on how to do so.
-
-CHAN_HELP_DROP
- Kullanýmý: DROP kanaladý
-
- Kanalýn kaydýný siler.
-
-CHAN_HELP_SASET_HEAD
- Syntax: SASET channel option parameters
-
- Allows Services Operators to forcefully change settings
- on channels.
-
- Available options:
-
-CHAN_HELP_SET_HEAD
- Kullanýmý: SET kanaladý özellik parametre
-
- Kanal founderýnýn çeþitli kanal özelliklerini ve diðer bilgileri
- ayarlamasýný saðlar.
-
- Mevcut özellikler:
-
-CHAN_HELP_CMD_SET_FOUNDER
- FOUNDER Kanal founderýný belirler
-CHAN_HELP_CMD_SET_SUCCESSOR
- SUCCESSOR Kanal successorýný belirler
-CHAN_HELP_CMD_SET_DESC
- DESC Kanal açýklamasýný belirler
-CHAN_HELP_CMD_SET_ENTRYMSG
- ENTRYMSG Kanala giren kullanýcýlara gönderilecek mesajý
- belirler
-CHAN_HELP_CMD_SET_BANTYPE
- BANTYPE Servislerin kanalda ne tip ban koyacaðýný belirler
-CHAN_HELP_CMD_SET_KEEPTOPIC
- KEEPTOPIC Kanalda kimse olmasa bile topiði hatýrlar
-CHAN_HELP_CMD_SET_TOPICLOCK
- TOPICLOCK Topic sadece SET TOPIC komutuyla deðiþtirilir
-CHAN_HELP_CMD_SET_MLOCK
- MLOCK Kanal modlarýný kitler yada açar
-CHAN_HELP_CMD_SET_PRIVATE
- PRIVATE LIST komutuyla kanal listelenmez
-CHAN_HELP_CMD_SET_RESTRICTED
- RESTRICTED Kanala izinli giriþ gerektirir
-CHAN_HELP_CMD_SET_SECURE
- SECURE %S güvenlik özelliklerini aktifleþtirir
-CHAN_HELP_CMD_SET_SECUREOPS
- SECUREOPS Kanal opu durumunun sýký kontrolünü saðlar
-CHAN_HELP_CMD_SET_SECUREFOUNDER
- SECUREFOUNDER Kanal founderý durumunun sýký kontrolünü saðlar
-CHAN_HELP_CMD_SET_SIGNKICK
- SIGNKICK KICK komutuyla yapýlan atmalarý iþaretler
-CHAN_HELP_CMD_SET_OPNOTICE
- OPNOTICE OP/DEOP komutlarý kullanýldýðýnda mesaj yollar
-CHAN_HELP_CMD_SET_PEACE
- PEACE kritik komutlarin kullanilmasini engeller
-CHAN_HELP_CMD_SET_XOP
- XOP Ayricalik sistemleri arasinda geçisi saglar
-CHAN_HELP_CMD_SET_PERSIST
- PERSIST Set the channel as permanent
-CHAN_HELP_CMD_SET_NOEXPIRE
- NOEXPIRE Prevent the channel from expiring
-CHAN_HELP_SET_TAIL
-
-
- Belirli bir özellik hakkýnda daha fazla bilgi için
- %R%S HELP özellik yazýn.
-
-CHAN_HELP_SASET_TAIL
-
- Type %R%S HELP SASET option for more information on a
- particular option.
-
-CHAN_HELP_SET_FOUNDER
- Kullanýmý: %s kanaladý FOUNDER nick
-
- Kanal founderýný deðiþtirir. Yeni nickin kayýtlý
- olmasý gereklidir.
-
-CHAN_HELP_SET_SUCCESSOR
- Kullanýmý: %s kanaladý SUCCESSOR nick
-
- Kanal successorýný belirler, deðiþtirir. Eðer bir kanalýn
- founderýnýn nicki zaman aþýmýna uðrayýp kaydý silinirse
- yada kanal kayýtlýyken nickin kaydý bilerek silinirse(drop)
- successor kanalýn yeni founderý durumuna gelir. Fakat eðer
- successorýnda çok fazla kayýtlý kanalý varsa(%d) veya kanal
- için bir successor belirtilmemiþse kanalýn kaydý silinir(drop).
- Komutta belirtilen nickin kayýtlý olmasý gereklidir.
-
-CHAN_HELP_SET_DESC
- Kullanýmý: %s kanaladý DESC açýklama
-
- LIST ve INFO komutlarý kullanýldýðýnda gözükecek kanal
- açýklamasýný belirler.
-
-CHAN_HELP_SET_ENTRYMSG
- Kullanýmý: %s kanaladý ENTRYMSG [mesaj]
-
- Kanala giren kullanýcýlara notice þeklinde gönderilecek
- mesajý belirler. Eðer mesaj parametresi belirtilmezse
- giren kullanýcýya bir mesaj gönderilmez.
-
-CHAN_HELP_SET_BANTYPE
- Kullanýmý: %s kanaladý BANTYPE bantipi
-
- Servislerin birini kanaldan banlarken kullanacaðý ban
- tipini belirler.
-
- bantipi 0 ile 3 arasýnda bir sayýdýr ve anlamlarý þudur:
-
- 0: *!user@host formatýnda ban için
- 1: *!*user@host formatýnda ban için
- 2: *!*@host formatýnda ban için
- 3: *!*user@*.domain formatýnda ban için
-
-CHAN_HELP_SET_KEEPTOPIC
- Kullanýmý: %s kanaladý KEEPTOPIC {ON | OFF}
-
- Bir kanal için topic hatýrlamayý aktifleþtirir yada kapatýr.
- topic hatýrlama aktifse kanal kapansa bile kanal topic i
- %S tarafýndan hatýrlanýr ve birisi kanala girdiðinde bu
- topic geçerli olur.
-
-CHAN_HELP_SET_TOPICLOCK
- Kullanýmý: %s kanaladý TOPICLOCK {ON | OFF}
-
- Bir kanal için topic kilidini aktifleþtirir yada kapatýr.
- topic kilidi aktifse, %S SET TOPIC komutunun
- dýþýnda kanal topic inin deðiþtirilmesine izin vermez.
-
-CHAN_HELP_SET_MLOCK
- Kullanýmý: %s kanaladý MLOCK modlar
-
- Bir kanal için mod-kilidini aktifleþtirir. %S belirlediðiniz
- modlarýn her zaman açýk yada kapalý olacaðýný ayarlar.
-
- + ile belirtilen modlar açik olarak, - ile belirtilen modlar
- kapali olarak kitlenir.
-
- Dikkat: Eðer ikinci örnekteki gibi bir mod kilidi koyarsanýz,
- kanalýn RESTRICTED özelliðinide aktifleþtirmeniz gerekir
- (HELP SET RESTRICTED e bakýn), yoksa kanal boþken ilk
- giren kiþi kanal key ini(anahtar) görebilir!
-
- Örnekler:
-
- SET #kanaladý MLOCK +nt-iklps
- n ve t modlarýný hep açýk, i, k, l, p, ve s modlarýný hep
- açýk olarak ayarlar. m modu ise istenildiði gibi ayarlanabilir
- açýk yada kapalý.
-
- SET #kanaladý MLOCK +knst-ilmp anahtar
- k, n, s, ve t modlarý hep açýk, ve i, l, m, ve p modlarý
- hep kapalý. Ayrýca kanal anahtarýný belirler ve hep o
- anahtar olmasýný saðlar.
-
- SET #kanaladý MLOCK +
- Mod kilidini kaldýrýr; ve tüm kanal modlarýný açýlýp
- kapanacak þekilde serbest býrakýr.
-
-CHAN_HELP_SET_PEACE
- Kullanimi: %s kanaladi PEACE {ON | OFF}
-
- Bir kanalin peace özelligini açar veya kapatir.
- peace özelligi ayarlandiginda, hic kimse seviyesi kendinden
- yüksek veya esit olanlari atamaz, banlayamaz veya %S
- seviyesini degistiremez.
-
-CHAN_HELP_SET_PRIVATE
- Kullanýmý: %s kanaladý PRIVATE {ON | OFF}
-
- Bir kanal için private özelliðini açar kapatýr. private özelliði
- aktifse, %R%S LIST komutuyla kanal listelenemez.
-
-CHAN_HELP_SET_RESTRICTED
- Kullanýmý: %s kanaladý RESTRICTED {ON | OFF}
-
- Enables or disables the restricted access option for a
- channel. When restricted access is set, users not on the access list will
- instead be kicked and banned from the channel.
-
-CHAN_HELP_SET_SECURE
- Kullanýmý: %s kanaladý SECURE {ON | OFF}
-
- Bir kanal için %S'ün güvenlik özelliklerini açar veya
- kapatýr. SECURE özelliði aktifse, sadece nicki kayýtlý
- ve %s ile nickini tanýtmýþ kullanýcýlar kanalda access
- alabilirler ve access listesindeki statülerini
- alabilirler.(mesela op olabilirler)
-
-CHAN_HELP_SET_SECUREOPS
- Kullanýmý: %s kanaladý SECUREOPS {ON | OFF}
-
- Bir kanal için güvenli op özelliðini açar veya kapatýr.
- güvenli op özelliði aktifse, access listesinde olmayan
- kullanýcýlar kanalda op olamazlar.
-
-CHAN_HELP_SET_SECUREFOUNDER
- Kullanýmý: %s kanaladý SECUREFOUNDER {ON | OFF}
-
- Bir kanal için güvenli founder özelliðini açar yada kapatýr.
- güvenli founder özelliði aktifse, sadece gerçek founder
- kanalýn kaydýný silebilir, kanal þifresini deðiþtirebilir yada
- kanal founderýný ve successor ýný deðiþtirebilir. Kanal
- þifresiyle kendilerini %S'e kanal founderý olarak tanýtan
- ama nicki founderýn nicki olmayanlar bu komutlarý kullanamazlar.
-
-CHAN_HELP_SET_SIGNKICK
- Kullanýmý: %s kanaladý SIGNKICK {ON | LEVEL | OFF}
-
- Bir kanal için iþaretli atmayý açar yada kapatýr.
- SIGNKICK ayarlandýðý zaman, %S KICK
- komutuyla yapýlan atmalarda komutu kullanan kiþinin
- nicki atma sebebinde yer alýr.
-
- Eðer LEVEL parametresini kullanýrsanýz, seviyesi
- SIGNKICK seviyesine eþit yada fazla olanlarýn yaptýðý
- atmalarda atanýn nicki sebepte gözükmez. Daha fazla
- bilgi için %R%S HELP LEVELS yazýn.
-
-CHAN_HELP_SET_XOP
- Kullanimi: %s kanaladi XOP {ON | OFF}
-
- Bir kanalin xOP sistemini açar veya kapatir. XOP
- ayarlandigi zaman, AOP/SOP/VOP komutlariyla
- yetkileri düzenlemelisiniz, aksi takdirde ACCESS
- komutunu kullanmalisiniz.
-
- Teknik Not: Access sisteminden xOP sisteminde
- geçtiginizde seviye ayarlariniz degistirilir, bu
- yüzden tekrar access sistemine geçtiginizde ayni
- ayarlari bulamazsiniz!
-
- Access sisteminden xOP sistemine geçtiginizde listedeki
- ayricaliklari kontrol edip listenizdeki nicklerin dogru
- xOP ayarlarinda bulundugunu kontrol edin, çünkü sistemin
- tahmin etmesi her zaman dogru olmayabilir... Eger LEVELS
- komutuyla komut seviye ayarlarini degistirdiyseniz xOP
- sistemini kullanmaniz önerilmez.
-
- Bunlarin disinda xOP sisteminden access sistemine geçmek
- bir problem çikarmaz.
-
-CHAN_HELP_SET_PERSIST
- Syntax: %s channel PERSIST {ON | OFF}
-
- Enables or disables the persistant channel setting.
- When persistant is set, the service bot will remain
- in the channel when it has emptied of users.
-
- If your IRCd does not a permanent (persistant) channel
- mode you must have a service bot in your channel to
- set persist on, and it can not be unassigned while persist
- is on.
-
- If this network does not have BotServ enabled and does
- not have a permanent channel mode, ChanServ will
- join your channel when you set persist on (and leave when
- it has been set off).
-
- If your IRCd has a permanent (persistant) channel mode
- and is is set or unset (for any reason, including MLOCK),
- persist is automatically set and unset for the channel aswell.
- Additionally, services will set or unset this mode when you
- set persist on or off.
-
-CHAN_HELP_SET_OPNOTICE
- Kullanýmý: %s kanaladý OPNOTICE {ON | OFF}
-
- Bir kanal için op-notu özelliðini açar yada kapatýr.
- op-notu özelliði aktifse, %S kanala bir kullanýcý
- üzerinde OP veya DEOP komutlarýnýn kullanýldýðýný
- belirten bir mesaj gönderir.
-
-CHAN_HELP_QOP
- Syntax: QOP channel ADD nick
- QOP channel DEL {nick | entry-num | list}
- QOP channel LIST [mask | list]
- QOP channel CLEAR
-
- Maintains the QOP (AutoOwner) list for a channel. The QOP
- list gives users the right to be auto-owner on your channel,
- which gives them almost (or potentially, total) access.
-
- The QOP ADD command adds the given nickname to the
- QOP list.
-
- The QOP DEL command removes the given nick from the
- QOP list. If a list of entry numbers is given, those
- entries are deleted. (See the example for LIST below.)
-
- The QOP LIST command displays the QOP list. If
- a wildcard mask is given, only those entries matching the
- mask are displayed. If a list of entry numbers is given,
- only those entries are shown; for example:
-
- QOP #channel LIST 2-5,7-9
- Lists QOP entries numbered 2 through 5 and
- 7 through 9.
-
- The QOP CLEAR command clears all entries of the
- QOP list.
-
- The QOP commands are limited to
- founders (unless SECUREOPS is off). However, any user on the
- QOP list may use the QOP LIST command.
-
- This command may have been disabled for your channel, and
- in that case you need to use the access list. See
- %R%S HELP ACCESS for information about the access list,
- and %R%S HELP SET XOP to know how to toggle between
- the access list and xOP list systems.
-
-CHAN_HELP_AOP
- Kullanýmý: AOP kanaladi ADD nick
- AOP kanaladi DEL {nick | kayit-no | liste}
- AOP kanaladi LIST [mask | liste]
- AOP kanaladi CLEAR
-
- Bir kanalin AOP (otoop) listesini düzenler. AOP listesi
- o kanalda kullaniciya otomatik olarak op olma, gerekirse
- kendi banlarini kaldirma veya davet edilme, giriste karsilama
- mesajlarini görüntüleme, vs yetkilerini verir.
-
- AOP ADD komutu belirtilen nicki AOP listesine ekler.
-
- AOP DEL komutu belirtilen nicki AOP listesinden siler.
- Eger kayit numaralari belirtilirse, o numaralara ait nickler
- silinir. (Asagidaki örnegi inceleyin.)
-
- AOP LIST komutu AOP listesini gösterir. Eger bir hostmask
- belirtilmisse, sadece onla uyusan kayitlari gösterir. Eger
- kayit numaralari belirtilmisse o numaralarla uyusan kayitlari
- gösterir; örnegin:
-
- AOP #kanal LIST 2-5,7-9
- 2 den 5 e ve 7 den 9 a kadar olan kayitlari gösterir.
-
- AOP CLEAR komutu AOP listesindeki tüm kayitlari siler.
-
- AOP ADD ve AOP DEL komutlarini kanal SOP lari veya üstü
- kullanabilir. AOP CLEAR komutunu ise sadece kanal founderi
- kullanabilir. Ayrica, AOP listesindeki herhangi biri AOP LIST
- komutunu kullanabilir.
-
- Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman
- access komutlarini kullanmalisiniz. Access komutlari hakkinda
- bilgi almak için %R%S HELP ACCESS yazin.
- Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere
- %R%S HELP SET XOP yazarak ulasabilirsiniz.
-
-CHAN_HELP_HOP
- Kullanýmý: HOP kanaladi ADD nick
- HOP kanaladi DEL {nick | kayit-no | liste}
- HOP kanaladi LIST [mask | liste]
- HOP kanaladi CLEAR
-
- Bir kanalin HOP (HalfOP) listesini düzenler. HOP
- listesinde bulunan bir kisi kanalda otomatik olarak
- halfop olur.
-
- HOP ADD komutu belirtilen nicki HOP listesine ekler.
-
- HOP DEL komutu belirtilen nicki HOP listesinden siler.
- Eger kayit numaralari listesi belirtilirse, bu kayitlar
- silinir. (Asagidaki örnegi inceleyin.)
-
- HOP LIST komutu HOP listesini gösterir. Eger bir hostmask
- belirtilmisse, o hostmask la uyusan kayitlar gösterilir.
- Eger kayit numaralari listesi belirtilmisse, o numaralardaki
- nickler gösterilir; örnegin:
-
- HOP #kanaladi LIST 2-5,7-9
- 2 den 5 e ve 7 den 9 a kadar olan kayitlari gösterir.
-
- HOP CLEAR komutu HOP listesindeki tüm kayitlari temziler.
-
- HOP ADD, HOP DEL ve HOP LIST komutlarini AOP lar ve üstü
- HOP CLEAR komutunu ise sadece founder kullanabilir.
-
- Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman
- access komutlarini kullanmalisiniz. Access komutlari hakkinda
- bilgi almak için %R%S HELP ACCESS yazin.
- Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere
- %R%S HELP SET XOP yazarak ulasabilirsiniz.
-
-CHAN_HELP_SOP
- Kullanýmý: SOP kanaladi ADD nick
- SOP kanaladi DEL {nick | kayit-no | liste}
- SOP kanaladi LIST [mask | liste]
- SOP kanaladi CLEAR
-
- Bir kanalin SOP (SuperOP) listesini düzenler. SOP
- listesindekiler AOP larin sahip oldugu tüm yetkilere
- sahiptir. Ayrica AutoKick ve BadWords listesini
- düzenleyebilirler, kanal memolarini okuyabilirler, vs.
-
- SOP ADD komutu belirtilen nicki SOP listesine ekler.
-
- SOP DEL komutu belirtilen nicki SOP listesinden siler.
- Eger kayit numaralari listesi belirtilmisse, bu kayitlar
- silinir. (Asagidaki örnegi inceleyin.)
-
- SOP LIST komutu SOP listesini görüntüler. Eger bir
- hostmask belirtilmisse o hostmaskla uyusan kayitlar
- gösterilir. Eger kayit numaralari listesi belirtilmisse
- o numaralardaki nickler gösterilir; örnegin:
-
- SOP #kanaladi LIST 2-5,7-9
- 2 den 5 e ve 7 den 9 a kadar olan kayitlar gösterilir.
-
- SOP CLEAR komutu SOP listesindeki tüm kayitlari temizler.
-
- SOP ADD, SOP DEL ve SOP CLEAR komutlarini sadece kanal
- founderi kullanabilir. Ama AOP listesindeki herhangi biri
- SOP LIST komutunu kullanabilir.
-
- Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman
- access komutlarini kullanmalisiniz. Access komutlari hakkinda
- bilgi almak için %R%S HELP ACCESS yazin.
- Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere
- %R%S HELP SET XOP yazarak ulasabilirsiniz.
-
-CHAN_HELP_VOP
- Kullanýmý: VOP kanaladi ADD nick
- VOP kanaladi DEL {nick | kayit-no | liste}
- VOP kanaladi LIST [mask | liste]
- VOP kanaladi CLEAR
-
- Bir kanalin VOP (otovoice) listesini düzenler. VOP
- listesindekiler kanalda otomatik olarak voice alirlar.
-
- VOP ADD komutu belirtilen nicki VOP listesine ekler.
-
- VOP DEL komutu belirtilen nicki VOP listesindene siler.
- Eger kayit numaralari listesi belirtilmisse, o kayitlar
- silinir. (Asagidaki örnegi inceleyin.)
-
- VOP LIST komutu VOP listesini görüntüler. Eger bir
- hostmask belirtilmisse o hostmaskla uyusan kayitlar
- listelenir. Eger kayit numaralari listesi belirtilmisse
- o numaralardaki nickler gösterilir; örnegin:
-
- VOP #kanaladi LIST 2-5,7-9
- 2 den 5 e ve 7 den 9 a kadar olan kayitlar gösterilir.
-
- VOP CLEAR komutu VOP listesindeki tüm kayitlari temizler.
-
- VOP ADD, VOP DEL ve VOP LIST komutlarini AOP lar ve üstü,
- VOP CLEAR komutunu ise sadece founder kullanabilir.
-
- Bu komutu kanaliniz için devre disi birakabilirsiniz. O zaman
- access komutlarini kullanmalisiniz. Access komutlari hakkinda
- bilgi almak için %R%S HELP ACCESS yazin.
- Access ile xOP arasinda geçis yapabilmek için gerekli bilgilere
- %R%S HELP SET XOP yazarak ulasabilirsiniz.
-
-CHAN_HELP_ACCESS
- Kullanýmý: ACCESS kanaladý ADD nick seviye
- ACCESS kanaladý DEL {nick | kayýt-no | liste}
- ACCESS kanaladý LIST [mask | liste]
- ACCESS kanaladý VIEW [mask | liste]
- ACCESS kanaladý CLEAR
-
- Bir kanal için access listesi oluþturur. Access listesi
- kanalda kimlerin op olacaðýný ve %S komutlarýna
- kimlerin eriþimi olacaðýný belirtir. Deðiþik access
- seviyeleri deðiþik komutlara eriþim saðlar. Ayrýntýlý bilgi
- için %R%S HELP ACCESS LEVELS yazýn. Access
- listesinde olmayan kullanýcýlarýn seviyesi 0 dýr.
-
- ACCESS ADD komutu belirtilen nicki belirtilen seviyeden
- access listesine ekler; eðer o kiþi zaten access listesindeyse
- seviyesini belirtilen seviyeyle deðiþtirir. Belirtilen seviye
- komutu kullanan kiþinin seviyesinden az olmalýdýr, eðer
- belirtilen nick zaten access listesindeyse komutu kullanan
- kiþinin access seviyesi onunkinden büyük olmalýdýr.
-
- ACCESS DEL komutu belirtilen nicki access listesinden siler.
- eðer kayýt numarasý belirtilmiþse o kayýt numarasý olan kiþinin
- accessi silinir.(Aþaðýdaki LIST için verilen örneðe bakýn.)
-
- ACCESS LIST komutu access listesini görüntüler. Eðer * lý
- bir mask belirtilirse o maskla uyuþan kiþiler listelenir.
- Eðer kayýt numarasý listesi belirtilirse o kiþiler listelenir.
- Örneðin:
-
- ACCESS #kanaladý LIST 2-5,7-9
- 2'den 5'e ve 7'den 9'a kadar olan access kayýtlarý
- listelenir.
-
- The ACCESS VIEW command displays the access list similar
- to ACCESS LIST but shows the creator and last used time.
-
- ACCESS CLEAR komutu tüm access listesini temizler.
-
-CHAN_HELP_ACCESS_LEVELS
- Kullanýcý access seviyeleri
-
- Varsayýlan olarak, aþaðýdaki access seviyeleri tanýmlanmýþtýr:
-
- Founder %S fonksiyonlarýna tam eriþim hakký vardýr.
- kanal girer girmez op olur. Unutmayýnki
- sadece bir kiþi founder olma hakkýna
- sahiptir. (ACCESS komutuyla verilemez.)
-  10 AKICK komutuna eriþimi vardýr; otomatik oplanýr.
-  5 Otomatik oplanýr.
-  3 Otomatik voice lanýr.
-  0 Bir özelliði yoktur; diðer oplar tarafýndan
- oplanabilir (güvenli-op kapalýysa).
-  <0 Kanalda oplanamaz.
-
- Bu seviyeler LEVELS komutu kullanýlarak deðiþtirilebilir, veya
- yenileri eklenebilir, bilgi için %R%S HELP LEVELS
- yazýn.
-
-CHAN_HELP_AKICK
- Kullanýmý: AKICK channel ADD {nick | mask} [reason]
- AKICK channel STICK mask
- AKICK channel UNSTICK mask
- AKICK channel DEL {nick | mask | entry-num | list}
- AKICK channel LIST [mask | entry-num | list]
- AKICK channel VIEW [mask | entry-num | list]
- AKICK kanaladý ENFORCE
- AKICK kanaladý CLEAR
-
- Bir kanal için AutoKick listesi oluþturur. Eðer Akick
- listesindeki bir kullanýcý kanala girmeye çalýþýrsa, Bu
- kiþi %S tarafýndan banlanýr ve kanaldan atýlýr.
-
- AKICK ADD komutu belirtilen nicki yada maský Akick
- listesine ekler. Eðer komutla beraber birde sebep
- belirtilmiþse bu sebep kullanýcý kanaldan atýlýrken
- kullanýlýr; eðer kullanýlmazsa geçerli sebep olan
- "You have been banned from the channel" kullanýlýr.
-
- AKICK STICK komutu belirtilen maski kalici olarak
- banlar. Eger biri bani kaldirmaya çalisirsa, %S
- otomatik olarak yeniden banlar. Bunu kayitli nickler
- için kullanamazsiniz.
-
- AKICK UNSTICK komutu AKICK STICK komutunun etkilerini
- iptal eder, böylece bani kaldirabilirsiniz.
-
- AKICK DEL komutu belirtilen nicki yada maský Akick
- listesinden siler. Fakat bu komutla önceden Akick
- listesindeyken banlanmýþ birinin baný manuel olarak
- açýlana kadar kalkmaz.
-
- AKICK LIST komutu Akick listesinde kimlerin olduðunu
- listeler, yada opsiyonel olarak belirtilen maskla uyuþan
- Akick listesindeki kullanýcýlarý listeler.
-
- AKICK VIEW komutu AKICK LIST komutunun daha açýklayýcý
- versiyonudur.
-
- AKICK ENFORCE komutu %S'ün mevcut akick listesinde bulunan
- masklara sahip kullanýcýlarý kanaldan atmasýný saðlar.
-
- AKICK CLEAR komutu akick listesinde bulunan tüm kayýtlarý
- siler.
-
-CHAN_HELP_LEVELS
- Kullanýmý: LEVELS kanaladý SET tip [seviye|FOUNDER]
- LEVELS kanaladý {DIS | DISABLE} tip
- LEVELS kanaladý LIST
- LEVELS kanaladý RESET
-
- The LEVELS command allows fine control over the meaning of
- the numeric access levels used for channels. With this
- command, you can define the access level required for most
- of %S's functions. (The SET FOUNDER and this command
- are always restricted to the channel founder.)
-
- LEVELS SET allows the access level for a function or group of
- functions to be changed. LEVELS DISABLE (or DIS for short)
- disables an automatic feature or disallows access to a
- function by anyone, INCLUDING the founder (although, the founder
- can always reenable it).
-
- LEVELS LIST shows the current levels for each function or
- group of functions. LEVELS RESET resets the levels to the
- default levels of a newly-created channel (see
- HELP ACCESS LEVELS).
-
- For a list of the features and functions whose levels can be
- set, see HELP LEVELS DESC.
-
-CHAN_HELP_LEVELS_DESC
- Aþaðýda seviyeleri deðiþtirilebilecek fonksiyonlar listelidir.
- Dikkat edilirse AUTODEOP ve NOJOIN deðerleri maximum, diðerleri
- minimum seviyelerdir.
-
-CHAN_HELP_LEVELS_DESC_FORMAT
- %-*s %s
-
-CHAN_HELP_INFO
- Kullanýmý: INFO kanaladý
-
- Belirtilen kayýtlý kanalla ilgili bilgiler sunar. Bu
- bilgilerin içeriðinde kanalýn founderý, kayýt zamaný,
- son kullanýldýðý zaman, açýklamasý, ve varsa mod kilidi
- bulunur. Eðer kanalýn founderý olarak kendinizi
- tanýtmýþsanýz ve ALL parametresini belirtmiþseniz
- giriþ mesajý ve successor hakkýndada bilgi alabilirsiniz.
-
- Varsayilan olarak, ALL seçenegini founderlar kullanabilir.
-
-CHAN_HELP_LIST
- Kullanýmý: LIST model
-
- Belirtilen modelle uyuþan tüm kayýtlý kanallarý listeler.
- (PRIVATE özelliði aktif olan kanallar listelenmez.)
-
-CHAN_HELP_OP
- Kullanýmý: OP #kanaladý [nick]
-
- Belirtilen nicki kanalda oplar. Eðer nick belirtilmemiþse,
- kendinizi oplarsýnýz.
-
- Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri
- olanlar kullanabilir.
-
-CHAN_HELP_DEOP
- Kullanýmý: DEOP #kanaladý [nick]
-
- Belirtilen nicki kanalda deoplar. Eðer nick belirtilmemiþse,
- kendinizi deoplarsýnýz.
-
- Varsayýlan olarak, AOP lar veya access seviyesi 5 ve üzeri
- olanlar kullanabilir.
-
-CHAN_HELP_VOICE
- Kullanýmý: VOICE #kanaladý [nick]
-
- Belirtilen nicke kanalda voice verir. Eðer nick belirtilmemiþse,
- size voice verir.
-
- Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri olanlar
- kullanabilir, veya VOP lar ile access seviyesi 3 ve yukarý olanlar
- kendilerine voice vermek için kullanabilirler.
-
-CHAN_HELP_DEVOICE
- Kullanýmý: DEVOICE #kanaladý [nick]
-
- Belirtilen nicki kanalda devoice eder. Eðer nick belirtilmemiþse,
- sizi devoice eder.
-
- Varsayýlan olarak, AOP lar, access seviyesi 5 ve üzeri olanlar
- kullanabilir, veya VOP lar ile access seviyesi 3 ve üzeri olanlar
- kendilerini devoice etmek için kullanabilirler.
-
-CHAN_HELP_HALFOP
- Kullanýmý: HALFOP #kanaladý [nick]
-
- Belirtilen nicki kanalda halfop(yarýmop) yapar. Eðer nick
- belirtilmemiþse, sizi halfop yapar.
-
- Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri
- olanlar kullanabilir, veya HOP lar ile access seviyesi 4 ve
- üzeri olanlar kendilerini halfop yapmak için kullanabilir.
-
-CHAN_HELP_DEHALFOP
- Kullanýmý: DEHALFOP #kanaladý [nick]
-
- Belirtilen nickin halfopunu(yarýmop) alýr. Eðer nick
- belirtilmemiþse, sizin halfopunuz alýr.
-
- Varsayýlan olarak, AOP lar veya 5 ve üzeri access seviyesi
- olanlar kullanabilir, ayrica HOP lar veya access seviyesi
- 4 ve üzeri olanlar kendi halfoplarýný alabilirler.
-
-CHAN_HELP_PROTECT
- Kullanýmý: PROTECT #kanaladý [nick]
-
- Belirtilen nicki kanalda korur. Eðer nick belirtilmezse,
- sizi korur.
-
- Varsayýlan olarak, founder kullanabilir, veya SOP lar ile access
- seviyesi 10 ve üzeri olanlar kendilerinde kullanabilirler.
-
-CHAN_HELP_DEPROTECT
- Kullanýmý: DEPROTECT #kanaladý [nick]
-
- Belirtilen nickin korumasýný kaldýrýr. Eðer nick belirtilmemiþse,
- sizin korumanýzý kaldýrýr.
-
- Varsayýlan olarak, founder kullanabilir, veya SOP lar ile
- access seviyesi 10 ve üzeri olanlar kendilerinde kullanabilir.
-
-CHAN_HELP_OWNER
- Kullanýmý: OWNER #kanaladi
-
- Belirtilen kanalda owner statüsü verilir.
-
- Belirtilen kanal founderlarinin kullanma yetkisi vardir.
-
-CHAN_HELP_DEOWNER
- Kullanýmý: DEOWNER #kanaladi
-
- Belirtilen kanaldaki owner statünüzü kaldirir.
-
- Belirtilen kanal founderlarinin kullanma yetkisi vardir.
-
-CHAN_HELP_INVITE
- Kullanýmý: INVITE kanaladý
-
- %S'e sizi belirtilen kanala davet etmesini söyler.
-
- Varsayýlan olarak AOP lar ile access seviyesi 5 veya
- üzeri olanlar kullanabilir.
-
-CHAN_HELP_UNBAN
- Kullanýmý: UNBAN kanaladý [nick]
-
- Tells %S to remove all bans preventing you or the given
- user from entering the given channel.
-
- Varsayýlan olarak, AOP lar ile 5 ve üzeri access seviyesi olanlar
- kullanabilir.
-
-CHAN_HELP_KICK
- Kullanýmý: KICK #kanaladý nick [sebep]
-
- Belirtilen nicki kanaldan atar.
-
- Varsayýlan olarak, AOP lar ile access seviyesi 5 ve üzeri
- olanlar bu komutu kullanabilir.
-
-CHAN_HELP_BAN
- Kullanýmý: BAN #kanaladi nick [sebep]
-
- Belirtilen nicki kanaldan banlar.
-
- Varsayilan olarak, AOP larin veya 5. seviyeden access i olanlarin
- ve üstünün kullanma yetkisi vardir.
-
-CHAN_HELP_TOPIC
- Kullanýmý: TOPIC kanaladi [konu]
-
- %S belirtilen kanala belirtilen konuyu yazar.Eger
- topic belirtilmemisse, bos bir konu yazilir. Bu
- komut SET TOPICLOCK aktif oldugu zaman kullanislidir.
- Daha fazla bilgi için %R%S HELP SET TOPICLOCK
- yazin.
-
- Varsayilan olarak, founderin kullanma yetkisi vardir.
-
-CHAN_HELP_CLEAR
- Kullanýmý: CLEAR kanaladý neyi
-
- %S'e belirtilen ayarý kaldýrmasýný söyler. neyi
- þunlardan biri olmalýdýr:
-
- MODES Kanal modlarýný temizler. (ör. i,k,l,m,n,p,s,t
- modlarýný temizler).
- BANS Kanaldaki tüm banlarý kaldýrýr.
- EXCEPTS Clears all excepts on the channel.
- INVITES Clears all invites on the channel.
- OPS Kanal opu statüsünde olanlarýn (mode +o)
- oplarýný alýr. If supported, removes
- channel-admin (mode +a) and channel-owner (mode +q)
- as well.
- HOPS Removes channel-halfoperator status (mode +h) from
- all channel halfoperators, if supported.
- VOICES Voice statüsünde olanlarýn (mode +v) voice larýný
- alýr.
- USERS Tüm kullanýcýlarý kanaldan atar.
-
- Varsayýlan olarak, founder tarafindan kullanilabilir.
-
-CHAN_HELP_GETKEY
- Kullanýmý: GETKEY kanaladý
-
- Belirtilen kanalýn anahtarýný söyler.
-
-CHAN_SERVADMIN_HELP
-
- Servis adminleri kanalýn kaydýný þifreyle tanýtmadan silebilir,
- ve access, Akick ve seviye ayarlarýný görüntüleyebilirler.
-
-CHAN_SERVADMIN_HELP_DROP
- Kullanýmý: DROP kanaladý
-
- Belirtilen kanalýn kaydýný siler. Sadece Servis adminleri
- kanalý tanýtmadan kaydýný silebilirler.
-
-CHAN_SERVADMIN_HELP_SET_NOEXPIRE
- Kullanýmý: SET kanaladý NOEXPIRE {ON | OFF}
-
- Belirtilen kanalýn zaman asimina uðrayýp uðramayacaðýný
- belirler. Bunu ON olarak ayarlamak kanalýn zaman aþýmýna
- uðramasýný engelleyecektir.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-CHAN_SERVADMIN_HELP_LIST
- Kullanýmý: LIST model [FORBIDDEN] [NOEXPIRE]
-
- Belirtilen modelle uyuþan tüm kayýtlý kanallarý listeler.
- PRIVATE özelliði ayarlý kanallar sadece Servis adminleri
- tarafýndan görüntülenir. NOEXPIRE özelliði olan kanallarýn
- yanýnda Servis adminleri için ! iþareti bulunur.
-
- Eðer FORBIDDEN veya NOEXPIRE özellikleri belirtilmiþse,
- sadece yasaklý(FORBIDDEN) yada zaman aþýmýna(NOEXPIRE)
- uðramayacak kanallar listelenir. Eðer her iki özellikte
- belirtilmiþse, her iki tip kanalda listelenir. Bu komutlar
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-CHAN_SERVADMIN_HELP_GETPASS
- Kullanýmý: GETPASS kanaladý
-
- Belirtilen kanalýn þifresini söyler. Unutmayýnki bu
- komut ne zaman kullanýlsa, Komutu kullananýn ve komutta
- kullanýlan kanalýn adý kaydedilir ve WALLOPS/GLOBOPS olarak
- gönderilir.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-CHAN_SERVADMIN_HELP_FORBID
- Kullanýmý: FORBID kanaladý [sebep]
-
- Belirtilen kanalýn birisi tarafýndan kayýt edilmesini veya
- kullanýlmasýný önler. Kanal droplanarak iptal edilir.
-
- Bazý networklerde sebep gereklidir.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-CHAN_SERVADMIN_HELP_SUSPEND
- Syntax: SUSPEND channel [reason]
-
- Disallows anyone from registering or using the given
- channel. May be cancelled by using the UNSUSPEND
- command to preserve all previous channel data/settings.
-
- Reason may be required on certain networks.
-
-CHAN_SERVADMIN_HELP_UNSUSPEND
- Syntax: UNSUSPEND channel
-
- Releases a suspended channel. All data and settings
- are preserved from before the suspension.
-
-CHAN_SERVADMIN_HELP_STATUS
- Kullanýmý: STATUS kanaladý nick
-
- Belirtilen nickin belirtilen kanaldaki access seviyesini
- söyler. Cevabýn formatý þu þekildedir:
-
- STATUS kanaladý nick access-seviyesi
-
- Eðer bir hata olursa, cevabun formatý þöyle olur:
-
- STATUS ERROR hata-mesajý
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-###########################################################################
-#
-# MemoServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CMD_SEND
- SEND Nicke veya kanala mesaj gönderir
-MEMO_HELP_CMD_CANCEL
- CANCEL Son gönderilen mesajý iptal eder
-MEMO_HELP_CMD_LIST
- LIST Mesajlarýnýzý listeler
-MEMO_HELP_CMD_READ
- READ Mesajlarý okumanýzý saðlar
-MEMO_HELP_CMD_DEL
- DEL Mesajlarý silmenizi saðlar
-MEMO_HELP_CMD_SET
- SET Mesajlarla ilgili ayarlarý yapar
-MEMO_HELP_CMD_INFO
- INFO Displays information about your memos
-MEMO_HELP_CMD_RSEND
- RSEND Sends a memo and requests a read receipt
-MEMO_HELP_CMD_CHECK
- CHECK Checks if last memo to a nick was read
-MEMO_HELP_CMD_SENDALL
- SENDALL Send a memo to all registered users
-MEMO_HELP_CMD_STAFF
- STAFF Send a memo to all opers/admins
-
-MEMO_HELP_HEADER
- %S kullanýcýlarýn birbirlerine veya kanallara(*) online
- olmasalar bile mesaj göndermelerini saðlar. Mesaj gönderebilmek
- için gönderenin nicki, gönderilenin nicki veya kanalýn kayýtlý
- olmasý gereklidir.
-
- %S'ün mevcut komutlarý:
-
-
-MEMO_HELP_ADMIN
- not used.
-MEMO_HELP_OPER
- not used.
-MEMO_HELP_FOOTER
-
- Yukardaki herhangi bir komut hakkýnda yardým için
- %R%S HELP komut yazýn.
-
- (*) Varsayýlan olarak, kanal mesajlarýný o kanalda access
- seviyesi en az 10 olanlar okuyabilir. Bu %s LEVELS
- komutuyla deðiþtirebilir.
-
-MEMO_HELP_SEND
- Kullanýmý: SEND {nick | kanaladý} mesaj
-
- Belirtilen nicke veya kanala yazýlan mesajý gönderir.
- Nicke gönderirken, gönderilen kiþi yeni mesajý olduðuna dair
- bir not alýr. Mesaj gönderilen nick/kanal kayýtlý olmalýdýr.
-
-MEMO_HELP_CANCEL
- Kullanýmý: CANCEL {nick | kanaladý}
-
- Belirtilen kanala yada nicke gönderilen son mesajý iptal eder,
- tabi eðer o mesaj siz komutu kullandýðýnýz sýrada okunmamýþsa.
-
-MEMO_HELP_LIST
- Kullanýmý: LIST [kanaladý] [liste | NEW]
-
- Mevcut mesajlarýnýzý listeler. NEW parametresi sadece yeni
- okunmamýþ mesajlarý listeler. Okunmamýþ mesajlar mesaj
- numarasýnýn solunda "*" ile iþaretlidir. Aþaðýdaki örnekte
- olduðu gibi belirli numaralarýda listeleyebilirsiniz:
-
- LIST 2-5,7-9
- 2'den 5'e ve 7'den 9'a kadar olan mesajlarý listeler.
-
-MEMO_HELP_READ
- Kullanýmý: READ [kanaladý] {num | liste | LAST | NEW}
-
- Belirtilen mesajlarý okumanýzý saðlar. Eðer LAST belirtilmiþse
- en son gelen mesajýnýzý okursunuz. Eðer NEW belirtilmiþse tüm
- yeni mesajlarýný okursunuz. Eðer bir numara belirtirseniz (num)
- o numaraya ait mesajý okursunuz. Aþaðýdaki örnekteki gibi belirli
- numaralarýda okuyabilirsiniz:
-
- READ 2-5,7-9
- 2'den 5'e ve 7'den 9'a kadar olan mesajlarý gösterir.
-
-MEMO_HELP_DEL
- Kullanýmý: DEL [kanaladý] {num | liste | LAST | ALL}
-
- Belirtilen mesajlarý siler. Aþaðýdaki örnekteki gibi birden
- fazla mesajýda silebilirsiniz.
-
- If LAST is given, the last memo will be deleted.
- Eðer ALL parametresi belirtilmiþse, tüm mesajlarýnýz silinir.
-
- Örnekler:
-
- DEL 1
- Ýlk gelen mesajýnýzý siler.
-
- DEL 2-5,7-9
- 2'den 5'e ve 7'den 9'a kadar olan mesajlarý siler.
-
-MEMO_HELP_SET
- Kullanýmý: SET özellik parametre
-
- Çeþitli mesaj ayarlarýný yapar. özellik aþaðýdakilerden
- biri olabilir:
-
- NOTIFY Yeni mesajlarda ne zaman uyarýlacaðýnýzý
- belirler (sadece nickler içindir)
- LIMIT Alabileceðiniz maksimum mesaj sayýsýný
- belirler
-
- Belirli bir özellik hakkýnda daha fazla bilgi için,
- %R%S HELP SET özellik yazýn.
-
-MEMO_HELP_SET_NOTIFY
- Kullanýmý: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}
-
- Yeni mesajlarda ne zaman uyarýlacaðýnýzý belirler:
-
- ON Yeni mesajlar için baðlandýðýnýzda, away den
- dönüþte ve size gönderildikleri anda
- uyarýlýrsýnýz.
- LOGON Yeni mesajlar için baðlandýðýnýzda ve away den
- dönüþte uyarýlýrsýnýz.
- NEW Yeni mesajlar için sadece size gönderildikleri
- anda uyarýlýrsýnýz.
- MAIL You will be notified of memos by email aswell as
- any other settings you have.
- NOMAIL You will not be notified of memos by email.
- OFF Yeni mesajlar için herhangi bir uyarý almazsýnýz.
-
- ON parametresi LOGON ve NEW 'in kombinasyonudur
-
-MEMO_HELP_SET_LIMIT
- Kullanýmý: SET LIMIT [kanaladý] limit
-
- Sizin alabileceðiniz (yada belirtilen kanalýn) maksimum mesaj
- sayýsýný belirler. Eðer bunu 0 yaparsanýz kimse size mesaj
- gönderemeyecektir. Ayrýca bu limiti %d den fazla yapamazsýnýz.
-
-MEMO_HELP_INFO
- Kullanýmý: INFO [kanaladý]
-
- Sahip olduðunuz mesaj sayýsý, kaç tanesinin okunmadýðý, ve
- alabileceðiniz maksimum mesaj sayýsý gibi bilgiler verir.
- Eðer kanaladý parametresi belirtilirse ayný bilgiyi o kanal
- için gösterir.
-
-MEMO_SERVADMIN_HELP_SET_LIMIT
- Kullanýmý: SET LIMIT [kullanýcý | kanaladý] {limit | NONE} [HARD]
-
- Bir kullanýcýcn yada kanalýn alabileceði maksimum mesaj
- sayýsýný belirler. Bunu 0 yapmak kullanýcýnýn mesaj almasýný
- engeller; NONE yapmaksa kullanýcýnýn istediði kadar mesaj
- alýp saklamasýný saðlar. Eðer kanal veya nick belirtilmezse,
- kendi limitinizi ayarlarsýnýz.
-
- HARD parametresini eklemek kullanýcýnýn bu limiti deðiþtirmesini
- engeller. Bunu eklememekde, kullanýcýnýn limiti deðiþtirmesine izin
- verir. (Bir önceki limit ayarýnda HARD kullanýlmýþ olsa bile).
-
- SET LIMIT komutunun Kullanýmý Servis adminleriyle sýnýrlýdýr.
- Diðer kullanýcýlar limitlerini kaldýramaz, %d üzeri bir limit
- belirleyemez, ve hard limitini ayarlayamaz. Sadece gerekli
- ayrýcalýklarý varsa bir kanalýn mesaj limitini ve kendi mesaj
- limitlerini ayarlayabilirler.
-
-MEMO_SERVADMIN_HELP_INFO
- Kullanýmý: INFO [nick | kanaladý]
-
- Parametre kullanýlmazsa, sahip olduðunuz mesajlarý, kaç
- tanesinin okunmamýþ olduðunu, ve toplam kaç tane mesaj
- alabileceðiniz hakkýnda bilgiler verir.
-
- Kanaladý parametresiyle, ayný bilgiyi belirtilen kanal
- için verir.
-
- Nick parametresiyle, ayný bilgiyi belirtilen nick için
- verir. Kullanýmý Servis adminleriyle sýnýrlýdýr.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_STAFF
- Syntax: STAFF memo-text
-
- Sends all services staff a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_SENDALL
- Syntax: SENDALL memo-text
-
- Sends all registered users a memo containing memo-text.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_RSEND
- Syntax: RSEND {nick | channel} memo-text
-
- Sends the named nick or channel a memo containing
- memo-text. When sending to a nickname, the recipient will
- receive a notice that he/she has a new memo. The target
- nickname/channel must be registered.
- Once the memo is read by its recepient, an automatic notification
- memo will be sent to the sender informing him/her that the memo
- has been read.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-MEMO_HELP_CHECK
- Syntax: CHECK nick
-
- Checks whether the _last_ memo you sent to nick has been read
- or not. Note that this does only work with nicks, not with chans.
-
-###########################################################################
-#
-# OperServ help messages
-#
-###########################################################################
-
-OPER_HELP_CMD_GLOBAL
- GLOBAL Tüm kullanýcýlara mesaj gönderir
-OPER_HELP_CMD_STATS
- STATS Servislerin ve networkun durumunu gösterir
-OPER_HELP_CMD_STAFF
- STAFF Display Services staff and online status
-OPER_HELP_CMD_MODE
- MODE Bir kanalýn modlarýný deðiþtirir
-OPER_HELP_CMD_KICK
- KICK Bir kullanýcýyý kanaldan atar
-OPER_HELP_CMD_CLEARMODES
- CLEARMODES Bir kanalýn modlarýný temizler
-OPER_HELP_CMD_KILLCLONES
- KILLCLONES Ayni ip'deki tum kullanicilari kill'ler.
-OPER_HELP_CMD_AKILL
- AKILL AKILL listesini düzenler
-OPER_HELP_CMD_SNLINE
- SNLINE SNLINE listesini düzenler
-OPER_HELP_CMD_SQLINE
- SQLINE SQLINE listesini düzenler
-OPER_HELP_CMD_SZLINE
- SZLINE SZLINE listesini düzenler
-OPER_HELP_CMD_CHANLIST
- CHANLIST Tüm kanal kayýtlarýný listeler
-OPER_HELP_CMD_USERLIST
- USERLIST Tüm kullanýcý kayýtlarýný listeler
-OPER_HELP_CMD_LOGONNEWS
- LOGONNEWS Baðlantý sýrasýnda kullanýcýnýn göreceði mesajý
- belirler
-OPER_HELP_CMD_RANDOMNEWS
- RANDOMNEWS Baglanti sirasina kullaniciya gönderilen karisik
- mesajlari belirler
-OPER_HELP_CMD_OPERNEWS
- OPERNEWS Oper olan kullanýcýlarýn görüntüleyeceði mesajý
- belirler
-OPER_HELP_CMD_SESSION
- SESSION Host session(oturum) larýn listesini gösterir
-OPER_HELP_CMD_EXCEPTION
- EXCEPTION Session-limit exception listesini düzenler
-OPER_HELP_CMD_NOOP
- NOOP Geçici olarak tüm O:line larý kaldýrýr
-OPER_HELP_CMD_JUPE
- JUPE Bir server'ý "Kullanýlmaz" yapar
-OPER_HELP_CMD_IGNORE
- IGNORE Modify the Services ignore list
-OPER_HELP_CMD_SET
- SET Çeþitli global servis özelliklerini ayarlar
-OPER_HELP_CMD_RELOAD
- RELOAD Servislerin conf dosyasýný yeniden yükler
-OPER_HELP_CMD_UPDATE
- UPDATE Diskteki Servis veritabanýnýn hemen
- güncellenmesini saðlar
-
-OPER_HELP_CMD_RESTART
- RESTART Veritabanýný kaydeder ve servisleri yeniden
- baþlatýr
-
-OPER_HELP_CMD_QUIT
- QUIT Servis programýný kapatýr
-OPER_HELP_CMD_SHUTDOWN
- SHUTDOWN Servisler programýný kayýt ederek kapatýr
-OPER_HELP_CMD_DEFCON
- DEFCON Manipulate the DefCon system
-OPER_HELP_CMD_CHANKILL
- CHANKILL AKILL all users on a specific channel
-OPER_HELP_CMD_OLINE
- OLINE Give Operflags to a certain user
-OPER_HELP_CMD_UMODE
- UMODE Change a user's modes
-OPER_HELP_CMD_SVSNICK
- SVSNICK Forcefully change a user's nickname
-OPER_HELP_CMD_MODLOAD
- MODLOAD Load a module
-OPER_HELP_CMD_MODUNLOAD
- MODUNLOAD Un-Load a module
-OPER_HELP_CMD_MODINFO
- MODINFO Info about a loaded module
-OPER_HELP_CMD_MODLIST
- MODLIST List loaded modules
-
-OPER_HELP
- %S commands:
-
-OPER_HELP_LOGGED
- Not: %S'e gönderilen tüm komutlarýn kaydý tutulur!
-
-OPER_HELP_GLOBAL
- Kullanýmý: GLOBAL mesaj
-
- IRCoplarýn networkteki tüm kullanýcýlara mesaj yollamasýný
- saðlar. Mesajlar %s nickinden gönderilir.
-
-OPER_HELP_STATS
- Kullanýmý: STATS [AKILL | ALL | RESET]
-
- Hiçbir parametre yokken, mevcut kullanýcý sayýsýný ve online
- olan IRCoplarý(Servisler hariç), Servisler baþlatýldýðýndan
- beri baðlý olan en fazla kullanýcý sayýsýný, ve servislerin
- çalýþma süresini gösterir.
-
- AKILL parametresiyle, mevcut AKILL listesini ve o anki
- varsayýlan zaman aþýmý süresini gösterir.
-
- ALL parametresi sadece Servis adminleri tarafýndan
- kullanýlabilir, ve servislerin kullandýðý hafýza(memory)
- hakkýnda bilgi verir. Büyük networklerde bu komutun kullanýlmasý
- servisleri kýsa bir süre dondurabilir, bu yüzden tekrar kullanmaya
- kalkmayýn!
-
- RESET parametresi önceki maksimum kullanýcý sayýsýný o anda
- networkte bulunan kullanýcý sayýsýyla deðiþtirir.
-
-OPER_HELP_IGNORE
- Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]
-
- Allows Services Operators to make Services ignore a nick or mask
- for a certain time or until the next restart. The default
- time format is seconds. You can specify it by using units.
- Valid units are: s for seconds, m for minutes,
- h for hours and d for days.
- Combinations of these units are not permitted. To make
- Services permanently ignore the user, type 0 as time.
- When adding a mask, it should be in the format user@host
- or nick!user@host, everything else will be considered a nick.
- Wildcards are permitted.
-
- Ignores will not be enforced on IRC Operators.
-
-OPER_HELP_MODE
- Kullanýmý: MODE kanaladý modlar
-
- Servis operatörlerinin herhangi bir kanalýn modlarýný
- ayarlamasýný saðlar. Parametreler standart /MODE komutununkiyle
- aynýdýr.
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_UMODE
- Syntax: UMODE user modes
-
- Allows Services Operators to set user modes for any user.
- Parameters are the same as for the standard /MODE
- command.
-
-OPER_HELP_OLINE
- Syntax: OLINE user flags
-
- Allows Services Operators to give Operflags to any user.
- Flags have to be prefixed with a "+" or a "-". To
- remove all flags simply type a "-" instead of any flags.
-
-OPER_HELP_CLEARMODES
- Kullanýmý: CLEARMODES kanaladý [ALL]
-
- Bir kanaldaki tüm modlarý (i,k,l,m,n,p,s,t) ve banlarý
- temizler. Eðer ALL parametresi belirtilmiþse, tüm
- oplarý (+o) ve voicelarý (+v) temizler.
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_KICK
- Kullanýmý: KICK kanaladý kullanýcý sebep
-
- IRCoplarýn herhangi bir kullanýcýyý kanaldan atmalarýný
- saðlar. Parametreler standart /KICK komutununkiyle aynýdýr.
- Kick mesajýnda komutu kullanan IRCop un nickide belirtilir.
- Örneðin:
-
- *** SpamMan has been kicked off channel #my_channel by %S (MJJ (Flood))
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SVSNICK
- Syntax: SVSNICK nick newnick
-
- Forcefully changes a user's nickname from nick to newnick.
-
-OPER_HELP_AKILL
- Kullanýmý: AKILL ADD [+zamanaþýmý] mask sebep
- AKILL DEL {mask | kayýt-no | liste}
- AKILL LIST [mask | liste]
- AKILL VIEW [mask | liste]
- AKILL CLEAR
-
- Servis operatörlerinin AKILL listesini iþletmesini saðlar.
- Eðer AKILL listesineki mask la uyuþan bir kullanýcý
- baðlanmaya çalýþýrsa, Servisler o kullanýcýyý KILL ler ve,
- destekleyen server tiplerinde, tüm serverlarýn o maska K-line
- koymasýný saðlar.
-
- AKILL ADD belirtilen user@host maskýný AKILL listesine
- belirtilen sebeple(mutlaka belirtilmelidir) birlikte
- ekler. AKILL DEL belirtilen maský eðer listedeyse AKILL
- listesinden çýkarýr. AKILL LIST mevcut tüm AKILL leri
- gösterir; eðer opsiyonel olarak mask belirtilmiþse, AKILL
- listesi belirtilen maskla uyuþanlarla sýnýrlandýrýlýr.
-
- AKILL VIEW, AKILL LIST in daha açýklayýcý versiyonudur,
- ve AKILL i ekleyeni, eklenme tarihini, ne zaman sona ereceðini,
- user@host maskýyla ve sebeple birlikte gösterir.
-
- Opsiyonel olarak, zaman aþýmý süresi AKILL ADD komutuyla
- birlikte belirtilebilir. Zaman aþýmý süresi user@host maskýndan
- önce gelir, ve bir tamsayý olarak þunlardan birinden önce gelir,
- d (gün), h (saat), veya m (dakika). 1h30m gibi kombinasyonlar
- kullanýlamaz. Eðer birim belirleyici belirtilmemiþse varsayýlan
- olarak gün kullanýlýr (yani +30 un anlamý 30 gündür). Zaman
- aþýmýna uðramayacak bir AKILL eklemek için +0 kullanýn. Eðer
- eklenecek mask + ile baþlarsa zaman aþýmý süresi belirtilmelidir.
- Mevcut varsayýlan AKILL zaman aþýmý süresi STATS AKILL komutuyla
- bulunabilir.
-
- AKILL CLEAR AKILL listesindeki tüm kayýtlarý siler.
-
- sebep sadece IRC operatörleri tarafýndan kullanýlmak içindir,
- ve kullanýcýlarýn KILL mesajlarýnda gözükmez.
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SNLINE
- Kullanýmý: SNLINE ADD [+zamanaþýmý] mask:sebep
- SNLINE DEL {mask | kayýt-no | liste}
- SNLINE LIST [mask | liste]
- SNLINE VIEW [mask | liste]
- SNLINE CLEAR
-
- Servis operatörlerinin SNLINE listesi oluþturmalarýný saðlar.
- Eðer SNLINE listesindeki bir kullanýcý gerçek ismi(realname)
- servera baðlanmaya çalýþan bir kullanýcýnýnkiyle uyuþuyorsa
- o kullanýcýnýn servera baðlanmasý engellenir.
-
- SNLINE ADD komutu belirtilen realname(gerçek isim) mask ýný
- SNLINE listesine bir sebeple(belirtilmesi zorunludur)
- birlikte ekler.
- zamanaþýmý zaman belirleyici olarak tanýmlanýr ve þunlar birini
- takip etmelidir: d (gün), h (saat), veya m (dakika). 1h30m
- þeklindeki kombinasyonlar kullanýlamaz. Eðer zaman tanýmlayýcý öðe
- konulmazsa varsayýlan olarak gün kabul edilir (yani +30 un manasý
- 30 gündür). Zaman aþýmýna uðramayacak bir SNLINE eklemek için +0
- kullanýn. Eklenecek realname mask ý + ile baþlýyorsa, o zaman
- zaman aþýmý süresi varsayýlanla ayný olsa bile belirtilmelidir.
- Mevcut SNLINE varsayýlan zaman aþýmý süresi STATS AKILL komutuyla
- bulunabilir.
- Not: realname maský boþluk içerebileceðinden bunla sebep arasýnda iki
- nokta üstüste(:) kullanýlmalýdýr.
-
- SNLINE DEL komutu belirtilen maský(eðer listede mevcutsa) SNLINE
- listesinden siler. eðer bir kayýt numaralarý listesi belirtilmiþse
- o kayýtlar silinir. (Aþaðýdaki LIST için verilmiþ örneði inceleyin.)
-
- SNLINE LIST komutu SNLINE listesini görüntüler. Eðer bir yýldýzlý
- mask verilmiþse, sadece o maskla uyuþan kayýtlarý içeren bir liste
- görüntülenir. Eðer bir kayýt numaralarý listesi belirtilmiþse,
- sadece o kayýtlar görüntülenir; örneðin:
-
- SNLINE LIST 2-5,7-9
- 2 den 5 e 7 den 9 a kadar olan SNLINE kayýtlarýný listeler.
-
- SNLINE VIEW komutu SNLINE LIST komutunun daha açýklayýcý bilgi
- veren þeklidir, ve SNLINE ý kimin eklediðini, eklendiði tarihi, ve
- ne zaman sona ereceðini realname ve sebeple birlikte gösterir.
-
- SNLINE CLEAR komutu SNLINE listesindeki tüm kayýtlarý siler.
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SQLINE
- Kullanimi: SQLINE ADD [+zamanasimi] mask sebep
- SQLINE DEL {mask | kayit-no | liste}
- SQLINE LIST [mask | liste]
- SQLINE VIEW [mask | liste]
- SQLINE CLEAR
-
- Servis adminlerinin SQLINE listesini yönetmelerini saglar.
- Eger SQLINE listesindeki masklardan biriyle uyusan bir nick
- servera baglanmaya çalisirsa, servisler buna izin vermezler.
-
- eger maskin ilk karakteri # ise servisler onla uyusan
- kanallarin kullanilmasina izin vermezler. (destekleyen IRCd
- yazilimlarinda geçerlidir).
-
- SQLINE ADD belirtilen maski belirtilen sebeple (mutlaka
- belirtilmelidir) birlikte SQLINE listesine ekler. zaman asimi
- ardinda d (gün), h (saat), veya m (dakika) olan bir sayi
- olmalidir.. 1h30m seklindeki kombinasyonlar geçersizdir.
- eger son ekleme harfi belirtilmemisse, varsayilan olarak gün
- kullanilir. (yani +30 30 gün demektir). Zaman asimina ugramasini
- istemediginiz bir SQLINE eklemek için +0 kullanin.
- Egegr eklenecek maskin basinda + varsa, zaman asimi süresi
- belirtilmelidir, aksi halde zaman asimi süresi varsayilanla ayni
- olacaktir. Mevcut SQLINE varsayilan zaman asimi süresi STATS AKILL
- komutuyla bulunabilir.
-
- SQLINE DEL komutu belirtilen maski SQLINE listesinden siler.
- Eger kayit numaralari listesi belirtilmisse, o kayitlari siler.
- (Asagidaki örnegi inceleyin.)
-
- SQLINE LIST komutu SQLINE listesini gösterir. Egegr bir mask
- belirtilmisse, maskla uyusan kayitlar gösterilir. Egegr kayit
- numaralari listesi belirtilmisse, o numaralara karsilik olan
- kayitlar gösterilir; örnegin:
-
- SQLINE LIST 2-5,7-9
- 2 den 5 e ve 7 den 9 a kadar olan SQLINE kayitlari
- gösterilir.
-
- SQLINE VIEW komutu SQLINE LIST komutunun daha gelismisidir,
- ve SQLINE kaydini ekleyeni, eklendigi tarihi, süresinin ne zaman
- bitecegini, mask ve sebeple beraber gösterir.
-
- SQLINE CLEAR SQLINE listesindeki tüm kayitlari temizler.
-
- Servis operatörlerinin kullanimiyla sinirlidir.
-
-OPER_HELP_SZLINE
- Kullanýmý: SZLINE ADD [+zamanaþýmý] mask sebep
- SZLINE DEL {mask | kayýt-no | liste}
- SZLINE LIST [mask | liste]
- SZLINE VIEW [mask | liste]
- SZLINE CLEAR
-
- Servis operatörlerinin SZLINE listesi oluþturmalarýný saðlar.
- Eðer SZLINE listesindeki bir IP numarasýyla uyuþan bir kiþi
- servera baðlanmaya çalýþýrsa buna izin verilmez. (ve bu IP
- numarasý PTR RR olsada olmasada gerçekleþtirilir).
-
- SZLINE ADD komutu belirtilen IP maskýný SZLINE listesine
- belirtilen bir sebeple(ki mutlaka belirtilmelidir) birlikte
- ekler. zamanaþýmý zaman belirleyici olarak tanýmlanýr ve
- þunlardan birini takip etmelidir: d (gün), h (saat), veya
- m (dakika). 1h30m þeklindeki kombinasyonlar kullanýlamaz.
- Eðer zaman tanýmlayýcý öðe belirtilmemiþse, varsayýlan olarak
- gün kullanýlýr (yani +30 30 gün demektir). Zaman aþýmýna
- uðramayacak bir SZLINE eklemek için +0 kullanýn. Eðer
- eklenecek realname maský + ile baþlýyorsa, zaman aþýmý süresi
- varsayýlanla ayný olsa bile belirtilmelidir. Mevcut SZLINE
- varsayýlan zaman aþýmý süresi STATS AKILL komutuyla öðrenilebilir.
-
- SZLINE DEL komutu belirtilen maský eðer mevcutsa SZLINE
- listesinden siler. Eðer kayýt numaralarý listesi belirtilmiþse,
- bu kayýtlar silinir. (LIST için verilmiþ aþaðýdaki örneði inceleyin.)
-
- SZLINE LIST komutu SZLINE listesini görüntüler. Eðer yýldýzlý bir
- mask belirtilmiþse, sadece o maskla uyuþan kayýtlar görüntülenir.
- Eðer kayýt numaralarý listesi belirtilmiþse, sadece o kayýtlar
- gösterilir; örneðin:
-
- SZLINE LIST 2-5,7-9
- 2 den 5 e 7 den 9 a kadar olan kayýtlarý görüntüler.
-
- SZLINE VIEW komutu SZLINE LIST komutunun daha geniþ bilgi veren
- bir þeklidir, ve SZLINE ý kimin eklediðini, eklendiði tarihi, ve ne
- zaman sona ereceðini, IP maský ve sebeple birlikte görüntüler.
-
- SZLINE CLEAR komutu SZLINE listesindeki tüm kayýtlarý siler.
-
- Servis operatörlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SET
- Kullanýmý: SET özellik ayar
-
- Çeþitli global servis özelliklerini ayarlar. Özellikler
- aþaðýda tanýmlanmýþtýr:
- READONLY Read-only ve read-write modunu ayarlar
- LOGCHAN Report log messages to a channel
- DEBUG Debug modunu aktifleþtirir yada kapatýr
- NOEXPIRE No expire modunu aktifleþtirir yada kapatýr
- SUPERADMIN Activate or deactivate super-admin mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SET_READONLY
- Kullanýmý: SET READONLY {ON | OFF}
-
- Read-only modunu açar yada kapatýr. Read-only modunda,
- normal kullanýcýlar herhangi bir servis verisini deðiþtiremezler,
- bunun içinde kanal ve nick access listeleri v.s. vardýr.
- Yeterli ayrýcalýklarý olan IRCoplar servislerin AKILL listesini
- deðiþtirebilir, nicklerin ve kanallarýn kaydýný silebilir yada
- yasaklayabilir, fakat deðiþiklikler servisler kapatýlmadan yada
- tekrar baþlatýlmadan önce read-only modu kapatýlmazsa kaydedilmez.
-
- -readonly komut satýrý özelliðiyle aynýdýr.
-
-OPER_HELP_SET_LOGCHAN
- Syntax: SET LOGCHAN {ON | OFF}
-
- With this setting on, Services will send its logs to a specified
- channel as well as the log file. LogChannel must also be defined
- in the Services configuration file for this setting to be of any
- use.
-
- This option is equivalent to the command-line option -logchan.
-
- Note: This can have strong security implications if your log
- channel is not properly secured.
-
-OPER_HELP_SET_DEBUG
- Kullanýmý: SET DEBUG {ON | OFF | num}
-
- Debug modunu açar yada kapatýr. Debug modunda, servislere
- gönderilen ve alýnan tüm veriler diðer bir kaç debug
- mesajlarýyla beraber bir kayýt dosyasýna yazýlýr. Eðer num
- parametresi belirtilmiþse, debug modu num a baðlý debug
- seviye ayarý ile aktifleþtirilir.
-
- -debug komut satýrý özelliðiyle aynýdýr.
-
-OPER_HELP_SET_NOEXPIRE
- Kullanýmý: SET NOEXPIRE {ON | OFF}
-
- No expire modunu açar yada kapatýr. No expire modunda,
- nickler, kanallar, akiller, ve exceptionlar mod kapanana
- kadar zaman aþýmýna uðramazlar.
-
- -noexpire komut satýrý özelliðiyle aynýdýr.
-
-OPER_HELP_SET_SUPERADMIN
- Syntax: SET SUPERADMIN {ON | OFF}
-
- Setting this will grant you extra privlages such as the
- ability to be "founder" on all channel's etc...
-
- This opion is _NOT_ persistant, and should only be used when
- needed, and set back to OFF when no longer needed.
-
-OPER_HELP_SET_IGNORE
- Syntax: SET IGNORE {ON | OFF}
-
- Setting this will toggle Anope's usage of the IGNORE system
- on or off.
-
-OPER_HELP_SET_LIST
- Syntax: SET LIST
-
- Display the various %S settings
-
-OPER_HELP_NOOP
- Kullanýmý: NOOP SET server
- NOOP REVOKE server
-
- NOOP SET komutu belirtilen serverdaki tüm O:line larý
- siler ve tüm ircoplarý rehash komutunu kullanýp komutun
- etkisini yok etmemeleri için killer.
-
- NOOP REVOKE komutu belirtilen serverdaki tüm kaldýrýlmýþ
- O:line larý yeniden oluþturur.
-
- Not: server parametresinin doðruluðu servisler tarafýndan
- kontrol edilmez.
-
- Services Operatorlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_JUPE
- Kullanýmý: JUPE server [sebep]
-
- Servislere bir serverýn Jupiter yapýlmasýný söyler. -- Bu,
- servislere bir sahte server baðlayarak, gerçek serverýn o
- isimden baðlanmasýný engeller. JUPE modu standart SQUIT
- kullanýlarak kaldýrýlabilir. Eðer sebep belirtilmiþse,
- bu server bilgi satýrýna yazýlýr; belirtilmezse server bilgi
- satýrýnda "Jupitered by <nick>" yazýsý yer alýr, ve serverý
- jupiter edenin nicki yazýlýr.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_UPDATE
- Kullanýmý: UPDATE
-
- Komutu gönderir gönderirmez servislerin tüm veri tabaný
- dosyalarýný güncellemelerini saðlar.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_RELOAD
- Kullanýmý: RELOAD
-
- Servislerin conf dosyasýný yeniden yüklemesine neden olur.
- Unutmayýnki bazý direktifler hala servislerin yeniden
- baþlatýlmasýný gerektirir. (Servislerin nickleri, session
- limitinin aktifleþtirilmesi, etc.)
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_QUIT
- Kullanýmý: QUIT
-
- Servislerin birden kapanmasýna neden olur; veritabanlarý
- kaydedilmez. Bu komut veritabanlarýnýn hafýzadaki
- kopyalarýna zarar gelmesinden korkuluyorsa ve
- yedeklenmemiþlerse kullanýlmamalýdýr. Normal kapatmalar
- için, SHUTDOWN komutunu kullanýn.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_SHUTDOWN
- Kulanýmý: SHUTDOWN
-
- Servislerin tüm veritabanlarýný kaydederek kapanmasýný saðlar.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_RESTART
- Kullanýmý: RESTART
-
- Servislerin tüm veritabanlarýný kaydederek yeniden
- baþlamasýný saðlar.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_CHANLIST
- Kullanýmý: CHANLIST [{model | nick} [SECRET]]
-
- Networkte o an kullanýlan kanallarý kayýtlý olsun olmasýn
- listeler.
-
- Eðer model belirtilmiþse, onla uyuþan kanallarý listeler.
- Eðer nickname belirtilmiþse, o kullanýcýnýn bulunduðu
- kanallarý listeler. Eðer SECRET belirtilmiþse, sadece model
- le uyuþan ve +s veya +p modunda olan kanallar listelenir.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_USERLIST
- Kullanýmý: USERLIST [{model | kanaladý} [INVISIBLE]]
-
- Networkte o an bulunan tüm kullanýcýlarý kayýtlý olsun olmasýn
- listeler.
-
- Eðer model belirtilmiþse, onla uyuþan kullanýcýlarý listeler
- (nick!user@host formatýnda olmalýdýr). Eðer kanaladý
- belirtilmiþse, sadece o kanalda bulunan kullanýcýlarý listeler.
- Eðer INVISIBLE belirtilmiþse, sadece +i modundaki kullanýcýlar
- listelenir.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-OPER_HELP_MODLOAD
- Syntax: MODLOAD FileName
-
- This command loads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODUNLOAD
- Syntax: MODUNLOAD FileName
-
- This command unloads the module named FileName from the modules
- directory.
-
-OPER_HELP_MODINFO
- Syntax: MODINFO FileName
-
- This command lists information about the specified loaded module
-
-OPER_HELP_MODLIST
- Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]
-
- Lists all currently loaded modules.
-
-###########################################################################
-#
-# BotServ help messages
-#
-###########################################################################
-
-
-BOT_HELP_CMD_BOTLIST
- BOTLIST Mevcut botlarý listeler
-BOT_HELP_CMD_ASSIGN
- ASSIGN Kanala bot sokar
-BOT_HELP_CMD_SET
- SET Bot özelliklerini ayarlar
-BOT_HELP_CMD_KICK
- KICK Atma özelliklerini ayarlar
-BOT_HELP_CMD_BADWORDS
- BADWORDS Küfür listesi oluþturur
-BOT_HELP_CMD_ACT
- ACT Makes the bot do the equivalent of a "/me" command
-BOT_HELP_CMD_INFO
- INFO Allows you to see BotServ information about a channel or a bot
-BOT_HELP_CMD_SAY
- SAY Makes the bot say the given text on the given channel
-BOT_HELP_CMD_UNASSIGN
- UNASSIGN Unassigns a bot from a channel
-BOT_HELP_CMD_BOT
- BOT Networkün bot listesini düzenler
-
-BOT_HELP
- %S kanalýnýzda bir botunuzun olmasýný saðlar. Bu
- servis bot konfigürasyonundan anlamayanlar yada
- bota izin vermeyen networkler için geliþtirilmiþtir.
- Mevcut komutlar aþaðýda listelenmiþtir. Kullanmak için
- %R%S command yazýn. Belirli bir komut hakkýnda
- daha fazla bilgi için, %R%S HELP komut
- yazýn.
-
-BOT_HELP_FOOTER
- Kanalda en az %d kullanýcý olduðu zaman bot kanala girer.
-
-BOT_HELP_BOTLIST
- Kullanýmý: BOTLIST
-
- Networkte mevcut olan tüm botlarý listeler.
-
-BOT_HELP_ASSIGN
- Kullanýmý: ASSIGN kanaladý botunnicki
-
- Belirtilen nickteki botu belirtilen kanala sokar. Bundan
- sonra botun ayarlarýný ihtiyaçlarýnýza uygun þekilde
- yapabilirsiniz.
-
-BOT_HELP_UNASSIGN
- Kullanýmý: UNASSIGN kanaladý
-
- Belirtilen kanaldan botu çýkarýr. Bu komutu kullandýktan
- sonra bot bir daha kanala girmeyecektir. Fakat yapýlmýþ bot
- ayarlarý saklanýr, böylece istediðinz zaman tekrar ayar
- yapmaya gerek olmadan kanala bot sokabilirsiniz.
-
-BOT_HELP_INFO
- Kullanýmý: INFO {kanaladý | botunnicki}
-
- Bir kanal yada bot hakkýnda %S bilgisini gösterir. Eðer
- parametre kanalsa, aktif atma özellikleri hakkýnda bilgi
- alýrsýnýz. Eðer parametre nickse, bot hakkýnda yaratýlma
- zamaný veya bulunduðu kanal sayýsý gibi bilgiler alýrsýnýz.
-
-BOT_HELP_SET
- Kullanýmý: SET kanaladý özellik parametre
-
- Bot özelliklerini ayarlar. özellik þunlardan biri olabilir:
-
- DONTKICKOPS Botun atmasýna karþý oplarý korur
- DONTKICKVOICES Botun atmasýna karþý voice larý korur
- GREET Greet mesajýný aktifleþtirir
- FANTASY Fantazi komutlarýný aktifleþtirir
- SYMBIOSIS Gerçek bot gibi davranmasýný saðlar.
-
- Belirli bir komut hakkýnda daha fazla bilgi için
- %R%S HELP SET özellik yazýn.
-
- Not: Bu komuta access eriþimi seviye(level) ayarýyla saðlanýr.
-
-BOT_HELP_SET_DONTKICKOPS
- Kullanýmý: SET kanaladý DONTKICKOPS {ON|OFF}
-
- Kanalda op korumasýný açar yada kapatýr.
- Aktifleþtirildiði zaman, oplar bot tarafýnda NOKICK
- seviyeleri olmasalar bile atýlmazlar.
-
-BOT_HELP_SET_DONTKICKVOICES
- Kullanýmý: SET kanaladý DONTKICKVOICES {ON|OFF}
-
- Kanalda voice korumasýný açar yada kapatýr.
- Aktifleþtirildiði zaman, voice lar bot tarafýndan
- NOKICK seviyeleri olmasalar bile atýlmazlar.
-
-BOT_HELP_SET_FANTASY
- Kullanýmý: SET kanaladý FANTASY {ON|OFF}
-
- Kanalda fantazi modunu açar yada kapatýr.
- Aktifleþtirildiði zaman, kulanýcýlar kanalda
- !op, !deop, !voice, !devoice, !kick, !kb,
- !unban, !seen gibi komutlarý kullanabilirler.
- (nasýl kullanýldýklarýný öðrenmek için; onlarý
- nickle ve nicksiz kullanýn vede bazýlarýndada sebep
- belirtin).
-
- Unutmayýnki fantazi komutlarýný kullanmak
- isteyen kullanýcýlarýn FANTASIA ve komutun
- gerektirdiði diðer seviyelere yeterli access
- seviyesi olmasý gereklidir. (örneðin, !op
- komutunu kullanmak için, kullanýcýnýn OPDEOP
- seviyesine yeterli access i olmalýdýr).
-
-BOT_HELP_SET_GREET
- Kullanýmý: SET kanaladý GREET {ON|OFF}
-
- Kanalda karþýlama modunu açar yada kapatýr.
- Aktifleþtirildiði zaman, bot kanala giren
- kullanýcýlara bir karþýlama mesajý gönderir,
- tabi eðer bu kiþilerin yeterli access leri varsa.
-
-BOT_HELP_SET_SYMBIOSIS
- Kullanýmý: SET kanaladý SYMBIOSIS {ON|OFF}
-
- Kanalda simbiyoz modunu açar yada kapatýr.
- Aktifleþtirildiði zaman bot %s'ün yaptýðý herþeyi
- kendisi yapar. Modelar, kickler, ve giriþ mesajý gibi.
-
-BOT_HELP_KICK
- Kullanýmý: KICK kanaladý özellik parametre
-
- Botun kick lerini ayarlar. özellik þunlardan biri olabilir:
-
- BOLDS Kalýn yazýda atar
- BADWORDS Küfürde atar
- CAPS Büyük yazýda atar
- COLORS Renkli yazýda atar
- FLOOD Flood da atar
- REPEAT Kendini tekrar edenleri atar
- REVERSES Ctrl+r nin kullanýlmasýnda atar
- UNDERLINES Altýçizgili yazýda atar
- ITALICS Sets if the bot kicks italics
-
- Belirli bir özellik hakkýnda daha fazla bilgi için
- %R%S HELP KICK özellik yazýn.
-
- Not: Bu komuta eriþim seviye(level) ayarýyla yapýlýr.
-
-BOT_HELP_KICK_BOLDS
- Kullanýmý: KICK kanaladý BOLDS {ON|OFF} [böas]
-
- Kalýn yazýda atmayý açar yada kapatýr.
- Aktifleþtirildiðinde bu özellik bota kalýn yazý
- kullananlarý atmasýný söyler.
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_COLORS
- Kullanýmý: KICK kanaladý COLORS {ON|OFF} [böas]
-
- Renkli yazýda atmayý açar yada kapatýr.
- Aktifleþtirildiðinde bu özellik bota renkli yazý
- kullananlarý atmasýný söyler.
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_REVERSES
- Kullanýmý: KICK kanaladý REVERSES {ON|OFF} [böas]
-
- Ctrl+r nin kullanýlmasýnda atmayý açar yada kapatýr.
- Aktifleþtirildiðinde bu özellik bota Ctrl+r yi
- kullananlarý atmasýný söyler.
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_UNDERLINES
- Kullanýmý: KICK kanaladý UNDERLINES {ON|OFF} [böas]
-
- Altýçizgili yazýda atmayý açar yada kapatýr.
- Aktifleþtirildiðinde bu özellik bota altýçizgili
- yazanlarý atmasýný söyler.
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_CAPS
- Kullanýmý: KICK kanaladý CAPS {ON|OFF} [böas [min [yüzde]]]
-
- Büyük yazýda atmayý açar yada kapatýr.
- Aktifleþtirildiðinde bu özellik bota büyük yazý
- kullananlarý atmasýný söyler.
-
- Bot belirtilen en az(min) büyük harfin toplam yazýnýn
- yüzdesine%% baðlý olarak atar. (Belirtilmemiþse,
- varsayýlan olarak 10 karakter ve 25%% de atar).
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_FLOOD
- Kullanýmý: KICK kanaladý FLOOD {ON|OFF} [böas [sýra [sn]]]
-
- Flood da atmayý açar yada kapatýr. Aktifleþtirildiðinde
- bu özellik bota sn saniyede enaz sýra sýrada flood
- yapanlarý atmasýný söyler. (Belirtilmemiþse varsayýlan
- olarak 10 saniyede 6 sýra da atar).
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_REPEAT
- Kullanýmý: KICK #kanaladý REPEAT {ON|OFF} [böas [sayý]]
-
- Tekrar yazýlan ayný yazýda atmayý açar yada kapar.
- Aktifleþtirildiðinde bu özellik bota kendilerini
- sayý kez tekrar edenleri atmasýný söyler. (Eðer
- sayý belirtilmemiþse, varsayýlan olarak 3 tür).
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_BADWORDS
- Kullanýmý: KICK #channel BADWORDS {ON|OFF} [böas]
-
- Küfürde atmayý açar yada kapatýr. Aktifleþtirildiðinde
- bu özellik bota küfür edenleri atmasýný söyler.
-
- Bir kanal için küfür belirlemek için BADWORDS komutunu
- kullanabilirsiniz. Ayrýntýlar için %R%S HELP BADWORDS
- yazýn.
-
- böas banlamadan önce kiþinin kaç kez atýlacaðýný
- belirler. Kaldýrmak için komutta böas ý belirtmeyin.
-
-BOT_HELP_KICK_ITALICS
- Syntax: KICK channel ITALICS {ON|OFF} [ttb]
-
- Sets the italics kicker on or off. When enabled, this
- option tells the bot to kick users who use italics.
-
- ttb is the number of times a user can be kicked
- before it get banned. Don't give ttb to disable
- the ban system once activated.
-
-BOT_HELP_BADWORDS
- Kullanýmý: BADWORDS kanaladý ADD kelime [SINGLE | START | END]
- BADWORDS kanaladý DEL {kelime | kayýt-no | liste}
- BADWORDS kanaladý LIST [mask | liste]
- BADWORDS kanaladý CLEAR
-
- Bir kanal için küfür listesi düzenler. Küfür listesi
- küfürde atma aktifleþtirildiði zaman hangi kelimelerde
- atýlacaðýný belirler. Daha fazla bilgi için
- %R%S HELP KICK BADWORDS yazýn.
-
- BADWORDS ADD komutu belirtilen kelimeyi küfür listesine
- ekler. Eðer SINGLE parametresi belirtilmiþse, atma iþlemi
- kullanýcý o kelimenin tamamýný söylerse yapýlýr. Eðer START
- parametresi belirtilmiþse, kullanýcý o kelimeyle baþlayan
- birþey söylediðinde atýlýr. Eðer END parametresi belirtilmiþse
- kullanýcý o kelimeyle biten birþey söylediðinde atýlýr.
- Eðer bir parametre kullanmazsanýz, atma iþlemi kullanýcý o
- kelimeyi her kullandýðýnda yapýlýr.
-
- BADWORDS DEL komutu belirtilen kelimeyi küfür listesinden
- siler. Eðer kayýt numarasý listesi verilirse, o kelimeler
- silinir. (LIST için aþaðýdaki örneði inceleyin)
-
- BADWORDS LIST komutu küfür listesini görüntüler. Eðer
- bir küfürün bir kýsmý belirtilmiþse, o kýsma uyan küfürler
- listelenir. Eðer bir kayýt numarasý listesi belirtilmiþse,
- sadece o küfürler listelenir; örneðin:
-
- BADWORDS #kanaladý LIST 2-5,7-9
- 2'den 5'e ve 7'den 9'a kadar olan küfürler
- listelenir.
-
- BADWORDS CLEAR komutu tüm küfür listesini temizler.
-
-BOT_HELP_SAY
- Kullanýmý: SAY kanaladý yazý
-
- Botun belirtilen yazýyý belirtilen kanalda söylemesini saðlar.
-
-BOT_HELP_ACT
- Kullanýmý: ACT kanaladý yazý
-
- Botun belirtilen yazýyla belirtilen kanalda "/me" komutunun
- yaptýðýný kendi üzerinde yapmasýný saðlar.
-
-BOT_SERVADMIN_HELP_BOT
- Kullanýmý: BOT ADD nick user host gerçekismi
- BOT CHANGE eskinick yeninick [user [host [gerçekismi]]]
- BOT DEL nick
-
- Servis adminlerinin kullanýcýlarýn kanallarýnda kullanmasý
- için botlarý yaratmasýný, deðiþtirmesini ve silmesini saðlar.
-
- BOT ADD belirtilen nickte, username, hostname ve gerçek
- isimde bir bot ekler. Doðruluk sýnamasý yapýlmadýðýnda komutu
- kullanýrken çok dikkatli olun.
- BOT CHANGE botun nickini, username ini, hostname ini veya
- gerçek ismini silmeye gerek kalmadan deðiþtirmeyi saðlar.
- BOT DEL belirtilen botu bot listesinden siler.
-
- Not: Eðer botun nicki olarak, kayýtlý bir nick
- kullanýrsanýz o nickin kaydý silinir(drop). Ayrýca
- o an bir kuulanýcý bu nicki kullanýyorsa kill lenir.
-
-BOT_SERVADMIN_HELP_SET
-
- Bu özellikleri servis adminlerini kullanabilir:
-
- NOBOT Bir kanala bot girmesini engeller.
- PRIVATE Botun IRC operatörleri haricinde kanallara
- sokulmasini engeller
-
-
-BOT_SERVADMIN_HELP_SET_NOBOT
- Kullanýmý: SET kanaladý NOBOT {ON|OFF}
-
- Bu özellik bir kanalý bot sokulamaz hale getirir. Eðer
- kanala zaten bir bot sokulmuþsa otomatik olarak o bot
- kanaldan çýkarýlýr.
-
- Servis adminlerinin Kullanýmýyla sýnýrlýdýr.
-
-BOT_SERVADMIN_HELP_SET_PRIVATE
- Kullanýmý: SET botun-nicki PRIVATE {ON|OFF}
-
- Bu özellik IRC Operatörleri disindaki userlarin bu
- botlari kanallara sokmalarini engeller.
-
- Bu komutu Servis Adminleri kullanabilir.
-HOST_EMPTY
- The vhost list is empty.
-HOST_ENTRY
- #%d Nick:%s, vhost:%s (%s - %s)
-HOST_IDENT_ENTRY
- #%d Nick:%s, vhost:%s@%s (%s - %s)
-HOST_SET
- vhost for %s set to %s.
-HOST_IDENT_SET
- vhost for %s set to %s@%s.
-HOST_SETALL
- vhost for group %s set to %s.
-HOST_DELALL
- vhosts for group %s have been removed.
-HOST_DELALL_SYNTAX
- DELALL <nick>.
-HOST_IDENT_SETALL
- vhost for group %s set to %s@%s.
-HOST_SET_ERROR
- Error! A vhost can only contain A-Z, a-z, 0-9, '.' and '-'.
-HOST_SET_IDENT_ERROR
- A vhost ident must be in the format of a valid ident
-HOST_SET_TOOLONG
- Error! The vhost is too long, please use a host shorter than %d characters.
-HOST_SET_IDENTTOOLONG
- Error! The Ident is too long, please use an ident shorter than %d characters.
-HOST_NOREG
- User %s not found in the nickserv db.
-HOST_SET_SYNTAX
- SET <nick> <hostmask>.
-HOST_SETALL_SYNTAX
- SETALL <nick> <hostmask>.
-HOST_DENIED
- Access Denied.
-HOST_NOT_ASSIGNED
- Please contact an Operator to get a vhost assigned to this nick.
-HOST_ACTIVATED
- Your vhost of %s is now activated.
-HOST_IDENT_ACTIVATED
- Your vhost of %s@%s is now activated.
-HOST_DEL
- vhost for %s removed.
-HOST_DEL_SYNTAX
- DEL <nick>.
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_OFF
- Your vhost was removed and the normal cloaking restored.
-HOST_NO_VIDENT
- Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_GROUP
- All vhost's in the group %s have been set to %s
-HOST_IDENT_GROUP
- All vhost's in the group %s have been set to %s@%s
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_LIST_FOOTER
- Displayed all records (Count: %d)
-HOST_LIST_RANGE_FOOTER
- Displayed records from %d to %d
-HOST_LIST_KEY_FOOTER
- Displayed records matching key %s (Count: %d)
-
-###########################################################################
-#
-# HostServ Help messages
-#
-###########################################################################
-HOST_HELP_CMD_ON
- ON Activates your assigned vhost
-HOST_HELP_CMD_OFF
- OFF Deactivates your assigned vhost
-HOST_HELP_CMD_GROUP
- GROUP Syncs the vhost for all nicks in a group
-HOST_HELP_CMD_SET
- SET Set the vhost of another user
-HOST_HELP_CMD_SETALL
- SETALL Set the vhost for all nicks in a group
-HOST_HELP_CMD_DEL
- DEL Delete the vhost of another user
-HOST_HELP_CMD_DELALL
- DELALL Delete the vhost for all nicks in a group
-HOST_HELP_CMD_LIST
- LIST Displays one or more vhost entries.
-HOST_OPER_HELP
- n/a
-HOST_ADMIN_HELP
- n/a
-
-HOST_HELP
- %S commands:
-
-HOST_HELP_ON
- Syntax: ON
-
- Activates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see the vhost instead of your real IP address.
-
-HOST_HELP_SET
- Syntax: SET <nick> <hostmask>.
-
- Sets the vhost for the given nick to that of the given
- hostmask. If your IRCD supports vIdents, then using
- SET <nick> <ident>@<hostmask> set idents for users as
- well as vhosts.
-
-HOST_HELP_DELALL
- Syntax: DELALL <nick>.
-
- Deletes the vhost for all nick's in the same group as
- that of the given nick.
-
-HOST_HELP_SETALL
- Syntax: SETALL <nick> <hostmask>.
-
- Sets the vhost for all nicks in the same group as that
- of the given nick. If your IRCD supports vIdents, then
- using SETALL <nick> <ident>@<hostmask> will set idents
- for users as well as vhosts.
-
- * NOTE, this will not update the vhost for any nick's
- added to the group after this command was used.
-
-HOST_HELP_OFF
- Syntax: OFF
-
- Deactivates the vhost currently assigned to the nick in use.
- When you use this command any user who performs a /whois
- on you will see your real IP address.
-
-HOST_HELP_DEL
- Syntax: DEL <nick>
-
- Deletes the vhost assigned to the given nick from the
- database.
-
-HOST_HELP_LIST
- Syntax: LIST [<key>|<#X-Y>]
-
- This command lists registered vhosts to the operator
- if a Key is specified, only entries whos nick or vhost match
- the pattern given in <key> are displayed e.g. Rob* for all
- entries beginning with "Rob"
-
- If a #X-Y style is used, only entries between the range of X
- and Y will be displayed, e.g. #1-3 will display the first 3
- nick/vhost entries.
-
- The list uses the value of NSListMax as a hard limit for the
- number of items to display to a operator at any 1 time.
-
-HOST_HELP_GROUP
- Syntax: GROUP
-
- This command allows users to set the vhost of thier
- CURRENT nick to be the vhost for all nicks in the same
- group.
-
-OPER_SVSNICK_UNSUPPORTED
- Sorry, SVSNICK is not available on this network.
-
-OPER_SQLINE_UNSUPPORTED
- Sorry, SQLINE is not available on this network.
-
-OPER_SVSO_UNSUPPORTED
- Sorry, OLINE is not available on this network.
-
-OPER_UMODE_UNSUPPORTED
- Sorry, UMODE is not available on this network.
-
-OPER_SUPER_ADMIN_NOT_ENABLED
- SuperAdmin setting not enabled in services.conf
-
-OPER_HELP_SYNC
- Syntax: SQLSYNC
-
- This command syncs your databases with SQL. You should
- only have to execute this command once, when you initially
- import your databases into SQL.
-OPER_HELP_CMD_SQLSYNC
- SQLSYNC Import your databases to SQL
-OPER_SYNC_UPDATING
- Updating MySQL.
-OPER_SYNC_UPDATED
- Finished updating MySQL.
diff --git a/lang/update.sh b/lang/update.sh
new file mode 100755
index 000000000..9a71fcfbd
--- /dev/null
+++ b/lang/update.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+pushd ../src > /dev/null
+xgettext -s -d Anope -o ../lang/anope.pot --from-code=utf-8 language.cpp
+popd > /dev/null
+
+for f in *.po
+do
+ msgmerge -v -s -U $f `echo $f | cut -d'.' -f1`.pot
+done
diff --git a/modules/core/bs_act.cpp b/modules/core/bs_act.cpp
index a3487a0ab..b575f5030 100644
--- a/modules/core/bs_act.cpp
+++ b/modules/core/bs_act.cpp
@@ -27,19 +27,19 @@ class CommandBSAct : public Command
if (!check_access(u, ci, CA_SAY))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
if (!ci->bi)
{
- notice_help(Config->s_BotServ, u, BOT_NOT_ASSIGNED);
+ u->SendMessage(BotServ, BOT_NOT_ASSIGNED);
return MOD_CONT;
}
if (!ci->c || !ci->c->FindUser(ci->bi))
{
- notice_lang(Config->s_BotServ, u, BOT_NOT_ON_CHANNEL, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_NOT_ON_CHANNEL, ci->name.c_str());
return MOD_CONT;
}
@@ -58,18 +58,18 @@ class CommandBSAct : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "ACT", BOT_ACT_SYNTAX);
+ SyntaxError(BotServ, u, "ACT", BOT_ACT_SYNTAX);
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_ACT);
+ u->SendMessage(BotServ, BOT_HELP_ACT);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_ACT);
+ u->SendMessage(BotServ, BOT_HELP_CMD_ACT);
}
};
diff --git a/modules/core/bs_assign.cpp b/modules/core/bs_assign.cpp
index 97b23c0ef..c328c2f51 100644
--- a/modules/core/bs_assign.cpp
+++ b/modules/core/bs_assign.cpp
@@ -29,13 +29,13 @@ class CommandBSAssign : public Command
if (readonly)
{
- notice_lang(Config->s_BotServ, u, BOT_ASSIGN_READONLY);
+ u->SendMessage(BotServ, BOT_ASSIGN_READONLY);
return MOD_CONT;
}
if (!(bi = findbot(nick)))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, nick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, nick.c_str());
return MOD_CONT;
}
@@ -43,19 +43,19 @@ class CommandBSAssign : public Command
if (ci->botflags.HasFlag(BS_NOBOT) || (!check_access(u, ci, CA_ASSIGN) && !u->Account()->HasPriv("botserv/administration")))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
if (bi->HasFlag(BI_PRIVATE) && !u->Account()->HasCommand("botserv/assign/private"))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
if (ci->bi && nick.equals_ci(ci->bi->nick))
{
- notice_lang(Config->s_BotServ, u, BOT_ASSIGN_ALREADY, ci->bi->nick.c_str(), chan.c_str());
+ u->SendMessage(BotServ, BOT_ASSIGN_ALREADY, ci->bi->nick.c_str(), chan.c_str());
return MOD_CONT;
}
@@ -63,24 +63,24 @@ class CommandBSAssign : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "for " << bi->nick;
bi->Assign(u, ci);
- notice_lang(Config->s_BotServ, u, BOT_ASSIGN_ASSIGNED, bi->nick.c_str(), ci->name.c_str());
+ u->SendMessage(BotServ, BOT_ASSIGN_ASSIGNED, bi->nick.c_str(), ci->name.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_ASSIGN);
+ u->SendMessage(BotServ, BOT_HELP_ASSIGN);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "ASSIGN", BOT_ASSIGN_SYNTAX);
+ SyntaxError(BotServ, u, "ASSIGN", BOT_ASSIGN_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_ASSIGN);
+ u->SendMessage(BotServ, BOT_HELP_CMD_ASSIGN);
}
};
diff --git a/modules/core/bs_badwords.cpp b/modules/core/bs_badwords.cpp
index c02ff6570..52da7d777 100644
--- a/modules/core/bs_badwords.cpp
+++ b/modules/core/bs_badwords.cpp
@@ -26,7 +26,7 @@ class BadwordsListCallback : public NumberList
~BadwordsListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
}
void HandleNumber(unsigned Number)
@@ -37,7 +37,7 @@ class BadwordsListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_LIST_HEADER, ci->name.c_str());
}
DoList(u, ci, Number - 1, ci->GetBadWord(Number - 1));
@@ -45,7 +45,7 @@ class BadwordsListCallback : public NumberList
static void DoList(User *u, ChannelInfo *ci, unsigned Number, BadWord *bw)
{
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_LIST_FORMAT, Number + 1, bw->word.c_str(), bw->type == BW_SINGLE ? "(SINGLE)" : (bw->type == BW_START ? "(START)" : (bw->type == BW_END ? "(END)" : "")));
+ u->SendMessage(BotServ, BOT_BADWORDS_LIST_FORMAT, Number + 1, bw->word.c_str(), bw->type == BW_SINGLE ? "(SINGLE)" : (bw->type == BW_START ? "(START)" : (bw->type == BW_END ? "(END)" : "")));
}
};
@@ -66,11 +66,11 @@ class BadwordsDelCallback : public NumberList
~BadwordsDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
else if (Deleted == 1)
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_DELETED_ONE, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_DELETED_ONE, ci->name.c_str());
else
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_DELETED_SEVERAL, Deleted, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_DELETED_SEVERAL, Deleted, ci->name.c_str());
}
void HandleNumber(unsigned Number)
@@ -93,7 +93,7 @@ class CommandBSBadwords : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "LIST";
if (!ci->GetBadWordCount())
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_LIST_EMPTY, ci->name.c_str());
else if (!word.empty() && word.find_first_not_of("1234567890,-") == Anope::string::npos)
{
BadwordsListCallback list(u, ci, word);
@@ -113,14 +113,14 @@ class CommandBSBadwords : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_LIST_HEADER, ci->name.c_str());
}
BadwordsListCallback::DoList(u, ci, i, bw);
}
if (!SentHeader)
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_NO_MATCH, ci->name.c_str());
}
return MOD_CONT;
@@ -149,7 +149,7 @@ class CommandBSBadwords : public Command
if (ci->GetBadWordCount() >= Config->BSBadWordsMax)
{
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_REACHED_LIMIT, Config->BSBadWordsMax);
+ u->SendMessage(BotServ, BOT_BADWORDS_REACHED_LIMIT, Config->BSBadWordsMax);
return MOD_CONT;
}
@@ -159,7 +159,7 @@ class CommandBSBadwords : public Command
if (!bw->word.empty() && ((Config->BSCaseSensitive && realword.equals_cs(bw->word)) || (!Config->BSCaseSensitive && realword.equals_ci(bw->word))))
{
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_ALREADY_EXISTS, bw->word.c_str(), ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_ALREADY_EXISTS, bw->word.c_str(), ci->name.c_str());
return MOD_CONT;
}
}
@@ -168,7 +168,7 @@ class CommandBSBadwords : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "ADD " << realword;
ci->AddBadWord(realword, type);
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_ADDED, realword.c_str(), ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_ADDED, realword.c_str(), ci->name.c_str());
return MOD_CONT;
}
@@ -196,7 +196,7 @@ class CommandBSBadwords : public Command
if (i == end)
{
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_NOT_FOUND, word.c_str(), ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_NOT_FOUND, word.c_str(), ci->name.c_str());
return MOD_CONT;
}
@@ -204,7 +204,7 @@ class CommandBSBadwords : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "DEL " << badword->word;
ci->EraseBadWord(i);
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_DELETED, badword->word.c_str(), ci->name.c_str());
+ u->SendMessage(BotServ, BOT_BADWORDS_DELETED, badword->word.c_str(), ci->name.c_str());
}
return MOD_CONT;
@@ -216,7 +216,7 @@ class CommandBSBadwords : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "CLEAR";
ci->ClearBadWords();
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_CLEAR);
+ u->SendMessage(BotServ, BOT_BADWORDS_CLEAR);
return MOD_CONT;
}
public:
@@ -242,13 +242,13 @@ class CommandBSBadwords : public Command
if (!check_access(u, ci, CA_BADWORDS) && (!need_args || !u->Account()->HasPriv("botserv/administration")))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
if (readonly)
{
- notice_lang(Config->s_BotServ, u, BOT_BADWORDS_DISABLED);
+ u->SendMessage(BotServ, BOT_BADWORDS_DISABLED);
return MOD_CONT;
}
@@ -268,18 +268,18 @@ class CommandBSBadwords : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_BADWORDS);
+ u->SendMessage(BotServ, BOT_HELP_BADWORDS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "BADWORDS", BOT_BADWORDS_SYNTAX);
+ SyntaxError(BotServ, u, "BADWORDS", BOT_BADWORDS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_BADWORDS);
+ u->SendMessage(BotServ, BOT_HELP_CMD_BADWORDS);
}
};
diff --git a/modules/core/bs_bot.cpp b/modules/core/bs_bot.cpp
index 7054ed479..067633964 100644
--- a/modules/core/bs_bot.cpp
+++ b/modules/core/bs_bot.cpp
@@ -26,60 +26,60 @@ class CommandBSBot : public Command
if (findbot(nick))
{
- notice_lang(Config->s_BotServ, u, BOT_BOT_ALREADY_EXISTS, nick.c_str());
+ u->SendMessage(BotServ, BOT_BOT_ALREADY_EXISTS, nick.c_str());
return MOD_CONT;
}
if (nick.length() > Config->NickLen)
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
if (user.length() > Config->UserLen)
{
- notice_lang(Config->s_BotServ, u, BOT_LONG_IDENT, Config->UserLen);
+ u->SendMessage(BotServ, BOT_LONG_IDENT, Config->UserLen);
return MOD_CONT;
}
if (host.length() > Config->HostLen)
{
- notice_lang(Config->s_BotServ, u, BOT_LONG_HOST, Config->HostLen);
+ u->SendMessage(BotServ, BOT_LONG_HOST, Config->HostLen);
return MOD_CONT;
}
/* Check the nick is valid re RFC 2812 */
if (isdigit(nick[0]) || nick[0] == '-')
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
for (unsigned i = 0, end = nick.length(); i < end && i < Config->NickLen; ++i)
if (!isvalidnick(nick[i]))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
/* check for hardcored ircd forbidden nicks */
if (!ircdproto->IsNickValid(nick))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
/* Check the host is valid re RFC 2812 */
if (!isValidHost(host, 3))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_HOST);
+ u->SendMessage(BotServ, BOT_BAD_HOST);
return MOD_CONT;
}
for (unsigned i = 0, end = user.length(); i < end && i < Config->UserLen; ++i)
if (!isalnum(user[i]))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_IDENT, Config->UserLen);
+ u->SendMessage(BotServ, BOT_BAD_IDENT, Config->UserLen);
return MOD_CONT;
}
@@ -89,20 +89,20 @@ class CommandBSBot : public Command
*/
if (findnick(nick))
{
- notice_lang(Config->s_BotServ, u, NICK_ALREADY_REGISTERED, nick.c_str());
+ u->SendMessage(BotServ, NICK_ALREADY_REGISTERED, nick.c_str());
return MOD_CONT;
}
if (!(bi = new BotInfo(nick, user, host, real)))
{
// XXX this cant happen?
- notice_lang(Config->s_BotServ, u, BOT_BOT_CREATION_FAILED);
+ u->SendMessage(BotServ, BOT_BOT_CREATION_FAILED);
return MOD_CONT;
}
Log(LOG_ADMIN, u, this) << "ADD " << bi->GetMask() << " " << bi->realname;
- notice_lang(Config->s_BotServ, u, BOT_BOT_ADDED, bi->nick.c_str(), bi->GetIdent().c_str(), bi->host.c_str(), bi->realname.c_str());
+ u->SendMessage(BotServ, BOT_BOT_ADDED, bi->nick.c_str(), bi->GetIdent().c_str(), bi->host.c_str(), bi->realname.c_str());
FOREACH_MOD(I_OnBotCreate, OnBotCreate(bi));
return MOD_CONT;
@@ -125,37 +125,37 @@ class CommandBSBot : public Command
if (!(bi = findbot(oldnick)))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, oldnick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, oldnick.c_str());
return MOD_CONT;
}
if (!oldnick.equals_ci(nick) && nickIsServices(oldnick, false))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, oldnick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, oldnick.c_str());
return MOD_CONT;
}
if (nick.length() > Config->NickLen)
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
if (!user.empty() && user.length() > Config->UserLen)
{
- notice_lang(Config->s_BotServ, u, BOT_LONG_IDENT, Config->UserLen);
+ u->SendMessage(BotServ, BOT_LONG_IDENT, Config->UserLen);
return MOD_CONT;
}
if (!host.empty() && host.length() > Config->HostLen)
{
- notice_lang(Config->s_BotServ, u, BOT_LONG_HOST, Config->HostLen);
+ u->SendMessage(BotServ, BOT_LONG_HOST, Config->HostLen);
return MOD_CONT;
}
if (!oldnick.equals_ci(nick) && nickIsServices(nick, false))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, oldnick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, oldnick.c_str());
return MOD_CONT;
}
@@ -166,34 +166,34 @@ class CommandBSBot : public Command
*/
if (nick.equals_cs(bi->nick) && (!user.empty() ? user.equals_cs(bi->GetIdent()) : 1) && (!host.empty() ? host.equals_cs(bi->host) : 1) && (!real.empty() ? real.equals_cs(bi->realname) : 1))
{
- notice_lang(Config->s_BotServ, u, BOT_BOT_ANY_CHANGES);
+ u->SendMessage(BotServ, BOT_BOT_ANY_CHANGES);
return MOD_CONT;
}
/* Check the nick is valid re RFC 2812 */
if (isdigit(nick[0]) || nick[0] == '-')
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
for (unsigned i = 0, end = nick.length(); i < end && i < Config->NickLen; ++i)
if (!isvalidnick(nick[i]))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
/* check for hardcored ircd forbidden nicks */
if (!ircdproto->IsNickValid(nick))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_NICK);
+ u->SendMessage(BotServ, BOT_BAD_NICK);
return MOD_CONT;
}
if (!host.empty() && !isValidHost(host, 3))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_HOST);
+ u->SendMessage(BotServ, BOT_BAD_HOST);
return MOD_CONT;
}
@@ -201,13 +201,13 @@ class CommandBSBot : public Command
for (unsigned i = 0, end = user.length(); i < end && i < Config->UserLen; ++i)
if (!isalnum(user[i]))
{
- notice_lang(Config->s_BotServ, u, BOT_BAD_IDENT, Config->UserLen);
+ u->SendMessage(BotServ, BOT_BAD_IDENT, Config->UserLen);
return MOD_CONT;
}
if (!nick.equals_ci(bi->nick) && findbot(nick))
{
- notice_lang(Config->s_BotServ, u, BOT_BOT_ALREADY_EXISTS, nick.c_str());
+ u->SendMessage(BotServ, BOT_BOT_ALREADY_EXISTS, nick.c_str());
return MOD_CONT;
}
@@ -219,7 +219,7 @@ class CommandBSBot : public Command
*/
if (findnick(nick))
{
- notice_lang(Config->s_BotServ, u, NICK_ALREADY_REGISTERED, nick.c_str());
+ u->SendMessage(BotServ, NICK_ALREADY_REGISTERED, nick.c_str());
return MOD_CONT;
}
@@ -262,7 +262,7 @@ class CommandBSBot : public Command
bi->RejoinAll();
}
- notice_lang(Config->s_BotServ, u, BOT_BOT_CHANGED, oldnick.c_str(), bi->nick.c_str(), bi->GetIdent().c_str(), bi->host.c_str(), bi->realname.c_str());
+ u->SendMessage(BotServ, BOT_BOT_CHANGED, oldnick.c_str(), bi->nick.c_str(), bi->GetIdent().c_str(), bi->host.c_str(), bi->realname.c_str());
Log(LOG_ADMIN, u, this) << "CHANGE " << oldnick << " to " << bi->GetMask() << " " << bi->realname;
FOREACH_MOD(I_OnBotChange, OnBotChange(bi));
@@ -282,13 +282,13 @@ class CommandBSBot : public Command
if (!(bi = findbot(nick)))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, nick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, nick.c_str());
return MOD_CONT;
}
if (nickIsServices(nick, false))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, nick.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, nick.c_str());
return MOD_CONT;
}
@@ -301,7 +301,7 @@ class CommandBSBot : public Command
Log(LOG_ADMIN, u, this) << "DEL " << bi->nick;
delete bi;
- notice_lang(Config->s_BotServ, u, BOT_BOT_DELETED, nick.c_str());
+ u->SendMessage(BotServ, BOT_BOT_DELETED, nick.c_str());
return MOD_CONT;
}
public:
@@ -316,7 +316,7 @@ class CommandBSBot : public Command
if (readonly)
{
- notice_lang(Config->s_BotServ, u, BOT_BOT_READONLY);
+ u->SendMessage(BotServ, BOT_BOT_READONLY);
return MOD_CONT;
}
@@ -325,7 +325,7 @@ class CommandBSBot : public Command
// ADD nick user host real - 5
if (!u->Account()->HasCommand("botserv/bot/add"))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -348,7 +348,7 @@ class CommandBSBot : public Command
// but only oldn and newn are required
if (!u->Account()->HasCommand("botserv/bot/change"))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -365,7 +365,7 @@ class CommandBSBot : public Command
// DEL nick
if (!u->Account()->HasCommand("botserv/bot/del"))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -385,18 +385,18 @@ class CommandBSBot : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_lang(Config->s_BotServ, u, BOT_SERVADMIN_HELP_BOT);
+ u->SendMessage(BotServ, BOT_SERVADMIN_HELP_BOT);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "BOT", BOT_BOT_SYNTAX);
+ SyntaxError(BotServ, u, "BOT", BOT_BOT_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_BOT);
+ u->SendMessage(BotServ, BOT_HELP_CMD_BOT);
}
};
diff --git a/modules/core/bs_botlist.cpp b/modules/core/bs_botlist.cpp
index 3234027ed..425cf48ab 100644
--- a/modules/core/bs_botlist.cpp
+++ b/modules/core/bs_botlist.cpp
@@ -26,7 +26,7 @@ class CommandBSBotList : public Command
if (BotListByNick.empty())
{
- notice_lang(Config->s_BotServ, u, BOT_BOTLIST_EMPTY);
+ u->SendMessage(BotServ, BOT_BOTLIST_EMPTY);
return MOD_CONT;
}
@@ -37,7 +37,7 @@ class CommandBSBotList : public Command
if (!bi->HasFlag(BI_PRIVATE))
{
if (!count)
- notice_lang(Config->s_BotServ, u, BOT_BOTLIST_HEADER);
+ u->SendMessage(BotServ, BOT_BOTLIST_HEADER);
++count;
u->SendMessage(Config->s_BotServ, " %-15s (%s@%s)", bi->nick.c_str(), bi->GetIdent().c_str(), bi->host.c_str());
}
@@ -45,7 +45,7 @@ class CommandBSBotList : public Command
if (u->Account()->HasCommand("botserv/botlist") && count < BotListByNick.size())
{
- notice_lang(Config->s_BotServ, u, BOT_BOTLIST_PRIVATE_HEADER);
+ u->SendMessage(BotServ, BOT_BOTLIST_PRIVATE_HEADER);
for (botinfo_map::const_iterator it = BotListByNick.begin(), it_end = BotListByNick.end(); it != it_end; ++it)
{
@@ -60,22 +60,22 @@ class CommandBSBotList : public Command
}
if (!count)
- notice_lang(Config->s_BotServ, u, BOT_BOTLIST_EMPTY);
+ u->SendMessage(BotServ, BOT_BOTLIST_EMPTY);
else
- notice_lang(Config->s_BotServ, u, BOT_BOTLIST_FOOTER, count);
+ u->SendMessage(BotServ, BOT_BOTLIST_FOOTER, count);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_BOTLIST);
+ u->SendMessage(BotServ, BOT_HELP_BOTLIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_BOTLIST);
+ u->SendMessage(BotServ, BOT_HELP_CMD_BOTLIST);
}
};
diff --git a/modules/core/bs_help.cpp b/modules/core/bs_help.cpp
index 9faeae9cf..fec543417 100644
--- a/modules/core/bs_help.cpp
+++ b/modules/core/bs_help.cpp
@@ -31,11 +31,11 @@ class CommandBSHelp : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
// Abuse syntax error to display general list help.
- notice_help(Config->s_BotServ, u, BOT_HELP);
+ u->SendMessage(BotServ, BOT_HELP);
for (CommandMap::const_iterator it = BotServ->Commands.begin(), it_end = BotServ->Commands.end(); it != it_end; ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
- notice_help(Config->s_BotServ, u, BOT_HELP_FOOTER, Config->BSMinUsers);
+ u->SendMessage(BotServ, BOT_HELP_FOOTER, Config->BSMinUsers);
}
};
diff --git a/modules/core/bs_info.cpp b/modules/core/bs_info.cpp
index 214ed6e3a..2cb3475d8 100644
--- a/modules/core/bs_info.cpp
+++ b/modules/core/bs_info.cpp
@@ -53,20 +53,15 @@ class CommandBSInfo : public Command
int need_comma = 0;
char buf[BUFSIZE], *end;
- const char *commastr = getstring(u, COMMA_SPACE);
if ((bi = findbot(query)))
{
- struct tm *tm;
-
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_HEADER, bi->nick.c_str());
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_MASK, bi->GetIdent().c_str(), bi->host.c_str());
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_REALNAME, bi->realname.c_str());
- tm = localtime(&bi->created);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_CREATED, buf);
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_OPTIONS, getstring(u, (bi->HasFlag(BI_PRIVATE) ? BOT_INFO_OPT_PRIVATE : BOT_INFO_OPT_NONE)));
- notice_lang(Config->s_BotServ, u, BOT_INFO_BOT_USAGE, bi->chancount);
+ u->SendMessage(BotServ, BOT_INFO_BOT_HEADER, bi->nick.c_str());
+ u->SendMessage(BotServ, BOT_INFO_BOT_MASK, bi->GetIdent().c_str(), bi->host.c_str());
+ u->SendMessage(BotServ, BOT_INFO_BOT_REALNAME, bi->realname.c_str());
+ u->SendMessage(BotServ, BOT_INFO_BOT_CREATED, do_strftime(bi->created).c_str());
+ u->SendMessage(BotServ, BOT_INFO_BOT_OPTIONS, GetString(u, (bi->HasFlag(BI_PRIVATE) ? NICK_INFO_OPT_PRIVATE : NICK_INFO_OPT_NONE)).c_str());
+ u->SendMessage(BotServ, BOT_INFO_BOT_USAGE, bi->chancount);
if (u->Account()->HasPriv("botserv/administration"))
this->send_bot_channels(u, bi);
@@ -75,151 +70,151 @@ class CommandBSInfo : public Command
{
if (!check_access(u, ci, CA_FOUNDER) && !u->Account()->HasPriv("botserv/administration"))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_HEADER, ci->name.c_str());
+ u->SendMessage(BotServ, CHAN_INFO_HEADER, ci->name.c_str());
if (ci->bi)
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_BOT, ci->bi->nick.c_str());
+ u->SendMessage(BotServ, BOT_INFO_CHAN_BOT, ci->bi->nick.c_str());
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_BOT_NONE);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_BOT_NONE);
if (ci->botflags.HasFlag(BS_KICK_BADWORDS))
{
if (ci->ttb[TTB_BADWORDS])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BADWORDS_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_BADWORDS]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BADWORDS_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_BADWORDS]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BADWORDS, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BADWORDS, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BADWORDS, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BADWORDS, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_BOLDS))
{
if (ci->ttb[TTB_BOLDS])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BOLDS_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_BOLDS]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BOLDS_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_BOLDS]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BOLDS, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BOLDS, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_BOLDS, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_BOLDS, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_CAPS))
{
if (ci->ttb[TTB_CAPS])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_CAPS_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_CAPS], ci->capsmin, ci->capspercent);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_CAPS_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_CAPS], ci->capsmin, ci->capspercent);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_CAPS_ON, getstring(u, BOT_INFO_ACTIVE), ci->capsmin, ci->capspercent);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_CAPS_ON, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->capsmin, ci->capspercent);
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_CAPS_OFF, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_CAPS_OFF, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_COLORS))
{
if (ci->ttb[TTB_COLORS])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_COLORS_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_COLORS]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_COLORS_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_COLORS]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_COLORS, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_COLORS, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_COLORS, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_COLORS, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_FLOOD))
{
if (ci->ttb[TTB_FLOOD])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_FLOOD_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_FLOOD], ci->floodlines, ci->floodsecs);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_FLOOD_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_FLOOD], ci->floodlines, ci->floodsecs);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_FLOOD_ON, getstring(u, BOT_INFO_ACTIVE), ci->floodlines, ci->floodsecs);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_FLOOD_ON, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->floodlines, ci->floodsecs);
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_FLOOD_OFF, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_FLOOD_OFF, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_REPEAT))
{
if (ci->ttb[TTB_REPEAT])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REPEAT_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_REPEAT], ci->repeattimes);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REPEAT_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_REPEAT], ci->repeattimes);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REPEAT_ON, getstring(u, BOT_INFO_ACTIVE), ci->repeattimes);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REPEAT_ON, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->repeattimes);
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REPEAT_OFF, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REPEAT_OFF, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_REVERSES))
{
if (ci->ttb[TTB_REVERSES])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REVERSES_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_REVERSES]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REVERSES_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_REVERSES]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REVERSES, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REVERSES, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_REVERSES, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_REVERSES, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_UNDERLINES))
{
if (ci->ttb[TTB_UNDERLINES])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_UNDERLINES_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_UNDERLINES]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_UNDERLINES_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_UNDERLINES]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_UNDERLINES, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_UNDERLINES, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_UNDERLINES, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_UNDERLINES, GetString(u, BOT_INFO_INACTIVE).c_str());
if (ci->botflags.HasFlag(BS_KICK_ITALICS))
{
if (ci->ttb[TTB_ITALICS])
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_ITALICS_BAN, getstring(u, BOT_INFO_ACTIVE), ci->ttb[TTB_ITALICS]);
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_ITALICS_BAN, GetString(u, BOT_INFO_ACTIVE).c_str(), ci->ttb[TTB_ITALICS]);
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_ITALICS, getstring(u, BOT_INFO_ACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_ITALICS, GetString(u, BOT_INFO_ACTIVE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_KICK_ITALICS, getstring(u, BOT_INFO_INACTIVE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_KICK_ITALICS, GetString(u, BOT_INFO_INACTIVE).c_str());
end = buf;
*end = 0;
if (ci->botflags.HasFlag(BS_DONTKICKOPS))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s", getstring(u, BOT_INFO_OPT_DONTKICKOPS));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s", GetString(u, BOT_INFO_OPT_DONTKICKOPS).c_str());
need_comma = 1;
}
if (ci->botflags.HasFlag(BS_DONTKICKVOICES))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? commastr : "", getstring(u, BOT_INFO_OPT_DONTKICKVOICES));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? ", " : "", GetString(u, BOT_INFO_OPT_DONTKICKVOICES).c_str());
need_comma = 1;
}
if (ci->botflags.HasFlag(BS_FANTASY))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? commastr : "", getstring(u, BOT_INFO_OPT_FANTASY));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? ", " : "", GetString(u, BOT_INFO_OPT_FANTASY).c_str());
need_comma = 1;
}
if (ci->botflags.HasFlag(BS_GREET))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? commastr : "", getstring(u, BOT_INFO_OPT_GREET));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? ", " : "", GetString(u, BOT_INFO_OPT_GREET).c_str());
need_comma = 1;
}
if (ci->botflags.HasFlag(BS_NOBOT))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? commastr : "", getstring(u, BOT_INFO_OPT_NOBOT));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? ", " : "", GetString(u, BOT_INFO_OPT_NOBOT).c_str());
need_comma = 1;
}
if (ci->botflags.HasFlag(BS_SYMBIOSIS))
{
- end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? commastr : "", getstring(u, BOT_INFO_OPT_SYMBIOSIS));
+ end += snprintf(end, sizeof(buf) - (end - buf), "%s%s", need_comma ? ", " : "", GetString(u, BOT_INFO_OPT_SYMBIOSIS).c_str());
need_comma = 1;
}
- notice_lang(Config->s_BotServ, u, BOT_INFO_CHAN_OPTIONS, *buf ? buf : getstring(u, BOT_INFO_OPT_NONE));
+ u->SendMessage(BotServ, BOT_INFO_CHAN_OPTIONS, *buf ? buf : GetString(u, BOT_INFO_OPT_NONE).c_str());
}
else
- notice_lang(Config->s_BotServ, u, BOT_INFO_NOT_FOUND, query.c_str());
+ u->SendMessage(BotServ, BOT_INFO_NOT_FOUND, query.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_INFO);
+ u->SendMessage(BotServ, BOT_HELP_INFO);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "INFO", BOT_INFO_SYNTAX);
+ SyntaxError(BotServ, u, "INFO", BOT_INFO_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_INFO);
+ u->SendMessage(BotServ, BOT_HELP_CMD_INFO);
}
};
diff --git a/modules/core/bs_kick.cpp b/modules/core/bs_kick.cpp
index 2ed3c8639..380236a43 100644
--- a/modules/core/bs_kick.cpp
+++ b/modules/core/bs_kick.cpp
@@ -31,15 +31,15 @@ class CommandBSKick : public Command
ChannelInfo *ci = cs_findchan(chan);
if (readonly)
- notice_lang(Config->s_BotServ, u, BOT_KICK_DISABLED);
+ u->SendMessage(BotServ, BOT_KICK_DISABLED);
else if (chan.empty() || option.empty() || value.empty())
- syntax_error(Config->s_BotServ, u, "KICK", BOT_KICK_SYNTAX);
+ SyntaxError(BotServ, u, "KICK", BOT_KICK_SYNTAX);
else if (!value.equals_ci("ON") && !value.equals_ci("OFF"))
- syntax_error(Config->s_BotServ, u, "KICK", BOT_KICK_SYNTAX);
+ SyntaxError(BotServ, u, "KICK", BOT_KICK_SYNTAX);
else if (!check_access(u, ci, CA_SET) && !u->Account()->HasPriv("botserv/administration"))
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
else if (!ci->bi)
- notice_help(Config->s_BotServ, u, BOT_NOT_ASSIGNED);
+ u->SendMessage(BotServ, BOT_NOT_ASSIGNED);
else
{
bool override = !check_access(u, ci, CA_SET);
@@ -60,7 +60,7 @@ class CommandBSKick : public Command
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_BADWORDS];
/* reset the value back to 0 - TSL */
ci->ttb[TTB_BADWORDS] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -68,14 +68,14 @@ class CommandBSKick : public Command
ci->ttb[TTB_BADWORDS] = 0;
ci->botflags.SetFlag(BS_KICK_BADWORDS);
if (ci->ttb[TTB_BADWORDS])
- notice_lang(Config->s_BotServ, u, BOT_KICK_BADWORDS_ON_BAN, ci->ttb[TTB_BADWORDS]);
+ u->SendMessage(BotServ, BOT_KICK_BADWORDS_ON_BAN, ci->ttb[TTB_BADWORDS]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_BADWORDS_ON);
+ u->SendMessage(BotServ, BOT_KICK_BADWORDS_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_BADWORDS);
- notice_lang(Config->s_BotServ, u, BOT_KICK_BADWORDS_OFF);
+ u->SendMessage(BotServ, BOT_KICK_BADWORDS_OFF);
}
}
else if (option.equals_ci("BOLDS"))
@@ -90,7 +90,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_BOLDS];
ci->ttb[TTB_BOLDS] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -98,14 +98,14 @@ class CommandBSKick : public Command
ci->ttb[TTB_BOLDS] = 0;
ci->botflags.SetFlag(BS_KICK_BOLDS);
if (ci->ttb[TTB_BOLDS])
- notice_lang(Config->s_BotServ, u, BOT_KICK_BOLDS_ON_BAN, ci->ttb[TTB_BOLDS]);
+ u->SendMessage(BotServ, BOT_KICK_BOLDS_ON_BAN, ci->ttb[TTB_BOLDS]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_BOLDS_ON);
+ u->SendMessage(BotServ, BOT_KICK_BOLDS_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_BOLDS);
- notice_lang(Config->s_BotServ, u, BOT_KICK_BOLDS_OFF);
+ u->SendMessage(BotServ, BOT_KICK_BOLDS_OFF);
}
}
else if (option.equals_ci("CAPS"))
@@ -123,7 +123,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_CAPS];
ci->ttb[TTB_CAPS] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -146,14 +146,14 @@ class CommandBSKick : public Command
ci->botflags.SetFlag(BS_KICK_CAPS);
if (ci->ttb[TTB_CAPS])
- notice_lang(Config->s_BotServ, u, BOT_KICK_CAPS_ON_BAN, ci->capsmin, ci->capspercent, ci->ttb[TTB_CAPS]);
+ u->SendMessage(BotServ, BOT_KICK_CAPS_ON_BAN, ci->capsmin, ci->capspercent, ci->ttb[TTB_CAPS]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_CAPS_ON, ci->capsmin, ci->capspercent);
+ u->SendMessage(BotServ, BOT_KICK_CAPS_ON, ci->capsmin, ci->capspercent);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_CAPS);
- notice_lang(Config->s_BotServ, u, BOT_KICK_CAPS_OFF);
+ u->SendMessage(BotServ, BOT_KICK_CAPS_OFF);
}
}
else if (option.equals_ci("COLORS"))
@@ -168,7 +168,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_COLORS];
ci->ttb[TTB_COLORS] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -176,14 +176,14 @@ class CommandBSKick : public Command
ci->ttb[TTB_COLORS] = 0;
ci->botflags.SetFlag(BS_KICK_COLORS);
if (ci->ttb[TTB_COLORS])
- notice_lang(Config->s_BotServ, u, BOT_KICK_COLORS_ON_BAN, ci->ttb[TTB_COLORS]);
+ u->SendMessage(BotServ, BOT_KICK_COLORS_ON_BAN, ci->ttb[TTB_COLORS]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_COLORS_ON);
+ u->SendMessage(BotServ, BOT_KICK_COLORS_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_COLORS);
- notice_lang(Config->s_BotServ, u, BOT_KICK_COLORS_OFF);
+ u->SendMessage(BotServ, BOT_KICK_COLORS_OFF);
}
}
else if (option.equals_ci("FLOOD"))
@@ -201,7 +201,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_FLOOD];
ci->ttb[TTB_FLOOD] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -224,14 +224,14 @@ class CommandBSKick : public Command
ci->botflags.SetFlag(BS_KICK_FLOOD);
if (ci->ttb[TTB_FLOOD])
- notice_lang(Config->s_BotServ, u, BOT_KICK_FLOOD_ON_BAN, ci->floodlines, ci->floodsecs, ci->ttb[TTB_FLOOD]);
+ u->SendMessage(BotServ, BOT_KICK_FLOOD_ON_BAN, ci->floodlines, ci->floodsecs, ci->ttb[TTB_FLOOD]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_FLOOD_ON, ci->floodlines, ci->floodsecs);
+ u->SendMessage(BotServ, BOT_KICK_FLOOD_ON, ci->floodlines, ci->floodsecs);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_FLOOD);
- notice_lang(Config->s_BotServ, u, BOT_KICK_FLOOD_OFF);
+ u->SendMessage(BotServ, BOT_KICK_FLOOD_OFF);
}
}
else if (option.equals_ci("REPEAT"))
@@ -248,7 +248,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_REPEAT];
ci->ttb[TTB_REPEAT] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -264,14 +264,14 @@ class CommandBSKick : public Command
ci->botflags.SetFlag(BS_KICK_REPEAT);
if (ci->ttb[TTB_REPEAT])
- notice_lang(Config->s_BotServ, u, BOT_KICK_REPEAT_ON_BAN, ci->repeattimes, ci->ttb[TTB_REPEAT]);
+ u->SendMessage(BotServ, BOT_KICK_REPEAT_ON_BAN, ci->repeattimes, ci->ttb[TTB_REPEAT]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_REPEAT_ON, ci->repeattimes);
+ u->SendMessage(BotServ, BOT_KICK_REPEAT_ON, ci->repeattimes);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_REPEAT);
- notice_lang(Config->s_BotServ, u, BOT_KICK_REPEAT_OFF);
+ u->SendMessage(BotServ, BOT_KICK_REPEAT_OFF);
}
}
else if (option.equals_ci("REVERSES"))
@@ -286,7 +286,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_REVERSES];
ci->ttb[TTB_REVERSES] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -294,14 +294,14 @@ class CommandBSKick : public Command
ci->ttb[TTB_REVERSES] = 0;
ci->botflags.SetFlag(BS_KICK_REVERSES);
if (ci->ttb[TTB_REVERSES])
- notice_lang(Config->s_BotServ, u, BOT_KICK_REVERSES_ON_BAN, ci->ttb[TTB_REVERSES]);
+ u->SendMessage(BotServ, BOT_KICK_REVERSES_ON_BAN, ci->ttb[TTB_REVERSES]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_REVERSES_ON);
+ u->SendMessage(BotServ, BOT_KICK_REVERSES_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_REVERSES);
- notice_lang(Config->s_BotServ, u, BOT_KICK_REVERSES_OFF);
+ u->SendMessage(BotServ, BOT_KICK_REVERSES_OFF);
}
}
else if (option.equals_ci("UNDERLINES"))
@@ -316,7 +316,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_UNDERLINES];
ci->ttb[TTB_UNDERLINES] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -324,14 +324,14 @@ class CommandBSKick : public Command
ci->ttb[TTB_UNDERLINES] = 0;
ci->botflags.SetFlag(BS_KICK_UNDERLINES);
if (ci->ttb[TTB_UNDERLINES])
- notice_lang(Config->s_BotServ, u, BOT_KICK_UNDERLINES_ON_BAN, ci->ttb[TTB_UNDERLINES]);
+ u->SendMessage(BotServ, BOT_KICK_UNDERLINES_ON_BAN, ci->ttb[TTB_UNDERLINES]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_UNDERLINES_ON);
+ u->SendMessage(BotServ, BOT_KICK_UNDERLINES_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_UNDERLINES);
- notice_lang(Config->s_BotServ, u, BOT_KICK_UNDERLINES_OFF);
+ u->SendMessage(BotServ, BOT_KICK_UNDERLINES_OFF);
}
}
else if (option.equals_ci("ITALICS"))
@@ -346,7 +346,7 @@ class CommandBSKick : public Command
{
Log(LOG_DEBUG) << "remainder of ttb " << error << " ttb " << ci->ttb[TTB_ITALICS];
ci->ttb[TTB_ITALICS] = 0;
- notice_lang(Config->s_BotServ, u, BOT_KICK_BAD_TTB, ttb.c_str());
+ u->SendMessage(BotServ, BOT_KICK_BAD_TTB, ttb.c_str());
return MOD_CONT;
}
}
@@ -354,18 +354,18 @@ class CommandBSKick : public Command
ci->ttb[TTB_ITALICS] = 0;
ci->botflags.SetFlag(BS_KICK_ITALICS);
if (ci->ttb[TTB_ITALICS])
- notice_lang(Config->s_BotServ, u, BOT_KICK_ITALICS_ON_BAN, ci->ttb[TTB_ITALICS]);
+ u->SendMessage(BotServ, BOT_KICK_ITALICS_ON_BAN, ci->ttb[TTB_ITALICS]);
else
- notice_lang(Config->s_BotServ, u, BOT_KICK_ITALICS_ON);
+ u->SendMessage(BotServ, BOT_KICK_ITALICS_ON);
}
else
{
ci->botflags.UnsetFlag(BS_KICK_ITALICS);
- notice_lang(Config->s_BotServ, u, BOT_KICK_ITALICS_OFF);
+ u->SendMessage(BotServ, BOT_KICK_ITALICS_OFF);
}
}
else
- notice_help(Config->s_BotServ, u, BOT_KICK_UNKNOWN, option.c_str());
+ u->SendMessage(BotServ, BOT_KICK_UNKNOWN, option.c_str());
}
return MOD_CONT;
}
@@ -373,25 +373,25 @@ class CommandBSKick : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (subcommand.empty())
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK);
+ u->SendMessage(BotServ, BOT_HELP_KICK);
else if (subcommand.equals_ci("BADWORDS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_BADWORDS);
+ u->SendMessage(BotServ, BOT_HELP_KICK_BADWORDS);
else if (subcommand.equals_ci("BOLDS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_BOLDS);
+ u->SendMessage(BotServ, BOT_HELP_KICK_BOLDS);
else if (subcommand.equals_ci("CAPS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_CAPS);
+ u->SendMessage(BotServ, BOT_HELP_KICK_CAPS);
else if (subcommand.equals_ci("COLORS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_COLORS);
+ u->SendMessage(BotServ, BOT_HELP_KICK_COLORS);
else if (subcommand.equals_ci("FLOOD"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_FLOOD);
+ u->SendMessage(BotServ, BOT_HELP_KICK_FLOOD);
else if (subcommand.equals_ci("REPEAT"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_REPEAT);
+ u->SendMessage(BotServ, BOT_HELP_KICK_REPEAT);
else if (subcommand.equals_ci("REVERSES"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_REVERSES);
+ u->SendMessage(BotServ, BOT_HELP_KICK_REVERSES);
else if (subcommand.equals_ci("UNDERLINES"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_UNDERLINES);
+ u->SendMessage(BotServ, BOT_HELP_KICK_UNDERLINES);
else if (subcommand.equals_ci("ITALICS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_KICK_ITALICS);
+ u->SendMessage(BotServ, BOT_HELP_KICK_ITALICS);
else
return false;
@@ -400,12 +400,12 @@ class CommandBSKick : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "KICK", BOT_KICK_SYNTAX);
+ SyntaxError(BotServ, u, "KICK", BOT_KICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_KICK);
+ u->SendMessage(BotServ, BOT_HELP_CMD_KICK);
}
};
diff --git a/modules/core/bs_say.cpp b/modules/core/bs_say.cpp
index 34524e11c..a829cf368 100644
--- a/modules/core/bs_say.cpp
+++ b/modules/core/bs_say.cpp
@@ -31,19 +31,19 @@ class CommandBSSay : public Command
if (!check_access(u, ci, CA_SAY))
{
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
return MOD_CONT;
}
if (!ci->bi)
{
- notice_help(Config->s_BotServ, u, BOT_NOT_ASSIGNED);
+ u->SendMessage(BotServ, BOT_NOT_ASSIGNED);
return MOD_CONT;
}
if (!ci->c || !ci->c->FindUser(ci->bi))
{
- notice_lang(Config->s_BotServ, u, BOT_NOT_ON_CHANNEL, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_NOT_ON_CHANNEL, ci->name.c_str());
return MOD_CONT;
}
@@ -64,18 +64,18 @@ class CommandBSSay : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_SAY);
+ u->SendMessage(BotServ, BOT_HELP_SAY);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "SAY", BOT_SAY_SYNTAX);
+ SyntaxError(BotServ, u, "SAY", BOT_SAY_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_SAY);
+ u->SendMessage(BotServ, BOT_HELP_CMD_SAY);
}
};
diff --git a/modules/core/bs_set.cpp b/modules/core/bs_set.cpp
index 990dba800..7f9acc5ed 100644
--- a/modules/core/bs_set.cpp
+++ b/modules/core/bs_set.cpp
@@ -30,7 +30,7 @@ class CommandBSSet : public Command
if (readonly)
{
- notice_lang(Config->s_BotServ, u, BOT_SET_DISABLED);
+ u->SendMessage(BotServ, BOT_SET_DISABLED);
return MOD_CONT;
}
@@ -40,28 +40,28 @@ class CommandBSSet : public Command
if (!(bi = findbot(chan)))
{
- notice_lang(Config->s_BotServ, u, BOT_DOES_NOT_EXIST, chan.c_str());
+ u->SendMessage(BotServ, BOT_DOES_NOT_EXIST, chan.c_str());
return MOD_CONT;
}
if (value.equals_ci("ON"))
{
bi->SetFlag(BI_PRIVATE);
- notice_lang(Config->s_BotServ, u, BOT_SET_PRIVATE_ON, bi->nick.c_str());
+ u->SendMessage(BotServ, BOT_SET_PRIVATE_ON, bi->nick.c_str());
}
else if (value.equals_ci("OFF"))
{
bi->UnsetFlag(BI_PRIVATE);
- notice_lang(Config->s_BotServ, u, BOT_SET_PRIVATE_OFF, bi->nick.c_str());
+ u->SendMessage(BotServ, BOT_SET_PRIVATE_OFF, bi->nick.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET PRIVATE", BOT_SET_PRIVATE_SYNTAX);
+ SyntaxError(BotServ, u, "SET PRIVATE", BOT_SET_PRIVATE_SYNTAX);
return MOD_CONT;
}
else if (!(ci = cs_findchan(chan)))
- notice_lang(Config->s_BotServ, u, CHAN_X_NOT_REGISTERED, chan.c_str());
+ u->SendMessage(BotServ, CHAN_X_NOT_REGISTERED, chan.c_str());
else if (!u->Account()->HasPriv("botserv/administration") && !check_access(u, ci, CA_SET))
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
else
{
bool override = !check_access(u, ci, CA_SET);
@@ -72,60 +72,60 @@ class CommandBSSet : public Command
if (value.equals_ci("ON"))
{
ci->botflags.SetFlag(BS_DONTKICKOPS);
- notice_lang(Config->s_BotServ, u, BOT_SET_DONTKICKOPS_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_DONTKICKOPS_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_DONTKICKOPS);
- notice_lang(Config->s_BotServ, u, BOT_SET_DONTKICKOPS_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_DONTKICKOPS_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET DONTKICKOPS", BOT_SET_DONTKICKOPS_SYNTAX);
+ SyntaxError(BotServ, u, "SET DONTKICKOPS", BOT_SET_DONTKICKOPS_SYNTAX);
}
else if (option.equals_ci("DONTKICKVOICES"))
{
if (value.equals_ci("ON"))
{
ci->botflags.SetFlag(BS_DONTKICKVOICES);
- notice_lang(Config->s_BotServ, u, BOT_SET_DONTKICKVOICES_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_DONTKICKVOICES_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_DONTKICKVOICES);
- notice_lang(Config->s_BotServ, u, BOT_SET_DONTKICKVOICES_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_DONTKICKVOICES_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET DONTKICKVOICES", BOT_SET_DONTKICKVOICES_SYNTAX);
+ SyntaxError(BotServ, u, "SET DONTKICKVOICES", BOT_SET_DONTKICKVOICES_SYNTAX);
}
else if (option.equals_ci("FANTASY"))
{
if (value.equals_ci("ON"))
{
ci->botflags.SetFlag(BS_FANTASY);
- notice_lang(Config->s_BotServ, u, BOT_SET_FANTASY_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_FANTASY_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_FANTASY);
- notice_lang(Config->s_BotServ, u, BOT_SET_FANTASY_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_FANTASY_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET FANTASY", BOT_SET_FANTASY_SYNTAX);
+ SyntaxError(BotServ, u, "SET FANTASY", BOT_SET_FANTASY_SYNTAX);
}
else if (option.equals_ci("GREET"))
{
if (value.equals_ci("ON"))
{
ci->botflags.SetFlag(BS_GREET);
- notice_lang(Config->s_BotServ, u, BOT_SET_GREET_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_GREET_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_GREET);
- notice_lang(Config->s_BotServ, u, BOT_SET_GREET_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_GREET_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET GREET", BOT_SET_GREET_SYNTAX);
+ SyntaxError(BotServ, u, "SET GREET", BOT_SET_GREET_SYNTAX);
}
else if (u->Account()->HasCommand("botserv/set/nobot") && option.equals_ci("NOBOT"))
{
@@ -134,33 +134,33 @@ class CommandBSSet : public Command
ci->botflags.SetFlag(BS_NOBOT);
if (ci->bi)
ci->bi->UnAssign(u, ci);
- notice_lang(Config->s_BotServ, u, BOT_SET_NOBOT_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_NOBOT_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_NOBOT);
- notice_lang(Config->s_BotServ, u, BOT_SET_NOBOT_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_NOBOT_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET NOBOT", BOT_SET_NOBOT_SYNTAX);
+ SyntaxError(BotServ, u, "SET NOBOT", BOT_SET_NOBOT_SYNTAX);
}
else if (option.equals_ci("SYMBIOSIS"))
{
if (value.equals_ci("ON"))
{
ci->botflags.SetFlag(BS_SYMBIOSIS);
- notice_lang(Config->s_BotServ, u, BOT_SET_SYMBIOSIS_ON, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_SYMBIOSIS_ON, ci->name.c_str());
}
else if (value.equals_ci("OFF"))
{
ci->botflags.UnsetFlag(BS_SYMBIOSIS);
- notice_lang(Config->s_BotServ, u, BOT_SET_SYMBIOSIS_OFF, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_SET_SYMBIOSIS_OFF, ci->name.c_str());
}
else
- syntax_error(Config->s_BotServ, u, "SET SYMBIOSIS", BOT_SET_SYMBIOSIS_SYNTAX);
+ SyntaxError(BotServ, u, "SET SYMBIOSIS", BOT_SET_SYMBIOSIS_SYNTAX);
}
else
- notice_help(Config->s_BotServ, u, BOT_SET_UNKNOWN, option.c_str());
+ u->SendMessage(BotServ, BOT_SET_UNKNOWN, option.c_str());
}
return MOD_CONT;
}
@@ -169,24 +169,24 @@ class CommandBSSet : public Command
{
if (subcommand.empty())
{
- notice_help(Config->s_BotServ, u, BOT_HELP_SET);
+ u->SendMessage(BotServ, BOT_HELP_SET);
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_BotServ, u, BOT_SERVADMIN_HELP_SET);
+ u->SendMessage(BotServ, BOT_SERVADMIN_HELP_SET);
}
else if (subcommand.equals_ci("DONTKICKOPS"))
- notice_help(Config->s_BotServ, u, BOT_HELP_SET_DONTKICKOPS);
+ u->SendMessage(BotServ, BOT_HELP_SET_DONTKICKOPS);
else if (subcommand.equals_ci("DONTKICKVOICES"))
- notice_help(Config->s_BotServ, u, BOT_HELP_SET_DONTKICKVOICES);
+ u->SendMessage(BotServ, BOT_HELP_SET_DONTKICKVOICES);
else if (subcommand.equals_ci("FANTASY"))
- notice_help(Config->s_BotServ, u, BOT_HELP_SET_FANTASY);
+ u->SendMessage(BotServ, BOT_HELP_SET_FANTASY);
else if (subcommand.equals_ci("GREET"))
- notice_help(Config->s_BotServ, u, BOT_HELP_SET_GREET);
+ u->SendMessage(BotServ, BOT_HELP_SET_GREET);
else if (subcommand.equals_ci("SYMBIOSIS"))
- notice_lang(Config->s_BotServ, u, BOT_HELP_SET_SYMBIOSIS, Config->s_ChanServ.c_str());
+ u->SendMessage(BotServ, BOT_HELP_SET_SYMBIOSIS, Config->s_ChanServ.c_str());
else if (subcommand.equals_ci("NOBOT"))
- notice_lang(Config->s_BotServ, u, BOT_SERVADMIN_HELP_SET_NOBOT);
+ u->SendMessage(BotServ, BOT_SERVADMIN_HELP_SET_NOBOT);
else if (subcommand.equals_ci("PRIVATE"))
- notice_lang(Config->s_BotServ, u, BOT_SERVADMIN_HELP_SET_PRIVATE);
+ u->SendMessage(BotServ, BOT_SERVADMIN_HELP_SET_PRIVATE);
else
return false;
@@ -195,12 +195,12 @@ class CommandBSSet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "SET", BOT_SET_SYNTAX);
+ SyntaxError(BotServ, u, "SET", BOT_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_SET);
+ u->SendMessage(BotServ, BOT_HELP_CMD_SET);
}
};
diff --git a/modules/core/bs_unassign.cpp b/modules/core/bs_unassign.cpp
index 6b6b28fe9..c381ec61a 100644
--- a/modules/core/bs_unassign.cpp
+++ b/modules/core/bs_unassign.cpp
@@ -27,38 +27,38 @@ class CommandBSUnassign : public Command
ChannelMode *cm = ModeManager::FindChannelModeByName(CMODE_PERM);
if (readonly)
- notice_lang(Config->s_BotServ, u, BOT_ASSIGN_READONLY);
+ u->SendMessage(BotServ, BOT_ASSIGN_READONLY);
else if (!u->Account()->HasPriv("botserv/administration") && !check_access(u, ci, CA_ASSIGN))
- notice_lang(Config->s_BotServ, u, ACCESS_DENIED);
+ u->SendMessage(BotServ, ACCESS_DENIED);
else if (!ci->bi)
- notice_help(Config->s_BotServ, u, BOT_NOT_ASSIGNED);
+ u->SendMessage(BotServ, BOT_NOT_ASSIGNED);
else if (ci->HasFlag(CI_PERSIST) && !cm)
- notice_help(Config->s_BotServ, u, BOT_UNASSIGN_PERSISTANT_CHAN);
+ u->SendMessage(BotServ, BOT_UNASSIGN_PERSISTANT_CHAN);
else
{
bool override = !check_access(u, ci, CA_ASSIGN);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "for " << ci->bi->nick;
ci->bi->UnAssign(u, ci);
- notice_lang(Config->s_BotServ, u, BOT_UNASSIGN_UNASSIGNED, ci->name.c_str());
+ u->SendMessage(BotServ, BOT_UNASSIGN_UNASSIGNED, ci->name.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_BotServ, u, BOT_HELP_UNASSIGN);
+ u->SendMessage(BotServ, BOT_HELP_UNASSIGN);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_BotServ, u, "UNASSIGN", BOT_UNASSIGN_SYNTAX);
+ SyntaxError(BotServ, u, "UNASSIGN", BOT_UNASSIGN_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_BotServ, u, BOT_HELP_CMD_UNASSIGN);
+ u->SendMessage(BotServ, BOT_HELP_CMD_UNASSIGN);
}
};
diff --git a/modules/core/cs_access.cpp b/modules/core/cs_access.cpp
index 81084e1a5..e44309d3a 100644
--- a/modules/core/cs_access.cpp
+++ b/modules/core/cs_access.cpp
@@ -27,9 +27,9 @@ class AccessListCallback : public NumberList
~AccessListCallback()
{
if (SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
}
virtual void HandleNumber(unsigned Number)
@@ -40,7 +40,7 @@ class AccessListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
}
DoList(u, ci, Number - 1, ci->GetAccess(Number - 1));
@@ -51,10 +51,10 @@ class AccessListCallback : public NumberList
if (ci->HasFlag(CI_XOP))
{
Anope::string xop = get_xop_level(access->level);
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_XOP_FORMAT, Number + 1, xop.c_str(), access->nc->display.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_XOP_FORMAT, Number + 1, xop.c_str(), access->nc->display.c_str());
}
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_AXS_FORMAT, Number + 1, access->level, access->nc->display.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_AXS_FORMAT, Number + 1, access->level, access->nc->display.c_str());
}
};
@@ -73,7 +73,7 @@ class AccessViewCallback : public AccessListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
}
DoList(u, ci, Number - 1, ci->GetAccess(Number - 1));
@@ -81,26 +81,21 @@ class AccessViewCallback : public AccessListCallback
static void DoList(User *u, ChannelInfo *ci, unsigned Number, ChanAccess *access)
{
- char timebuf[64] = "";
- struct tm tm;
-
+ Anope::string timebuf;
if (ci->c && u->Account() && nc_on_chan(ci->c, u->Account()))
- snprintf(timebuf, sizeof(timebuf), "Now");
+ timebuf = "Now";
else if (access->last_seen == 0)
- snprintf(timebuf, sizeof(timebuf), "Never");
+ timebuf = "Never";
else
- {
- tm = *localtime(&access->last_seen);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, &tm);
- }
+ timebuf = do_strftime(access->last_seen);
if (ci->HasFlag(CI_XOP))
{
Anope::string xop = get_xop_level(access->level);
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_VIEW_XOP_FORMAT, Number + 1, xop.c_str(), access->nc->display.c_str(), access->creator.c_str(), timebuf);
+ u->SendMessage(ChanServ, CHAN_ACCESS_VIEW_XOP_FORMAT, Number + 1, xop.c_str(), access->nc->display.c_str(), access->creator.c_str(), timebuf.c_str());
}
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_VIEW_AXS_FORMAT, Number + 1, access->level, access->nc->display.c_str(), access->creator.c_str(), timebuf);
+ u->SendMessage(ChanServ, CHAN_ACCESS_VIEW_AXS_FORMAT, Number + 1, access->level, access->nc->display.c_str(), access->creator.c_str(), timebuf.c_str());
}
};
@@ -123,17 +118,17 @@ class AccessDelCallback : public NumberList
~AccessDelCallback()
{
if (Denied && !Deleted)
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!Deleted)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
else
{
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, c, ci) << "for user" << (Deleted == 1 ? " " : "s ") << Nicks;
if (Deleted == 1)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_DELETED_ONE, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_DELETED_ONE, ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_DELETED_SEVERAL, Deleted, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_DELETED_SEVERAL, Deleted, ci->name.c_str());
}
}
@@ -172,18 +167,18 @@ class CommandCSAccess : public Command
if (level >= ulev && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
if (!level)
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LEVEL_NONZERO);
+ u->SendMessage(ChanServ, CHAN_ACCESS_LEVEL_NONZERO);
return MOD_CONT;
}
else if (level <= ACCESS_INVALID || level >= ACCESS_FOUNDER)
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LEVEL_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
+ u->SendMessage(ChanServ, CHAN_ACCESS_LEVEL_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
return MOD_CONT;
}
@@ -192,12 +187,12 @@ class CommandCSAccess : public Command
NickAlias *na = findnick(nick);
if (!na)
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NICKS_ONLY);
+ u->SendMessage(ChanServ, CHAN_ACCESS_NICKS_ONLY);
return MOD_CONT;
}
else if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
@@ -208,12 +203,12 @@ class CommandCSAccess : public Command
/* Don't allow lowering from a level >= ulev */
if (access->level >= ulev && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
if (access->level == level)
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LEVEL_UNCHANGED, access->nc->display.c_str(), ci->name.c_str(), level);
+ u->SendMessage(ChanServ, CHAN_ACCESS_LEVEL_UNCHANGED, access->nc->display.c_str(), ci->name.c_str(), level);
return MOD_CONT;
}
access->level = level;
@@ -221,13 +216,13 @@ class CommandCSAccess : public Command
FOREACH_MOD(I_OnAccessChange, OnAccessChange(ci, u, na->nc, level));
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "ADD " << na->nick << " (group: " << nc->display << ") (level: " << level << ") as level " << ulev;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LEVEL_CHANGED, nc->display.c_str(), ci->name.c_str(), level);
+ u->SendMessage(ChanServ, CHAN_ACCESS_LEVEL_CHANGED, nc->display.c_str(), ci->name.c_str(), level);
return MOD_CONT;
}
if (ci->GetAccessCount() >= Config->CSAccessMax)
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_REACHED_LIMIT, Config->CSAccessMax);
+ u->SendMessage(ChanServ, CHAN_ACCESS_REACHED_LIMIT, Config->CSAccessMax);
return MOD_CONT;
}
@@ -236,7 +231,7 @@ class CommandCSAccess : public Command
FOREACH_MOD(I_OnAccessAdd, OnAccessAdd(ci, u, nc, level));
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "ADD " << na->nick << " (group: " << nc->display << ") (level: " << level << ") as level " << ulev;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_ADDED, nc->display.c_str(), ci->name.c_str(), level);
+ u->SendMessage(ChanServ, CHAN_ACCESS_ADDED, nc->display.c_str(), ci->name.c_str(), level);
return MOD_CONT;
}
@@ -246,7 +241,7 @@ class CommandCSAccess : public Command
Anope::string nick = params[2];
if (!ci->GetAccessCount())
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
else if (isdigit(nick[0]) && nick.find_first_not_of("1234567890,-") == Anope::string::npos)
{
AccessDelCallback list(u, ci, this, nick);
@@ -257,7 +252,7 @@ class CommandCSAccess : public Command
NickAlias *na = findnick(nick);
if (!na)
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_REGISTERED, nick.c_str());
return MOD_CONT;
}
@@ -274,12 +269,12 @@ class CommandCSAccess : public Command
}
if (i == end)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NOT_FOUND, nick.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_NOT_FOUND, nick.c_str(), ci->name.c_str());
else if (get_access(u, ci) <= access->level && !u->Account()->HasPriv("chanserv/access/modify"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_DELETED, access->nc->display.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_DELETED, access->nc->display.c_str(), ci->name.c_str());
bool override = !check_access(u, ci, CA_ACCESS_CHANGE);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "DEL " << na->nick << " (group: " << access->nc->display << ") from level " << access->level;
@@ -297,7 +292,7 @@ class CommandCSAccess : public Command
Anope::string nick = params.size() > 2 ? params[2] : "";
if (!ci->GetAccessCount())
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
else if (!nick.empty() && nick.find_first_not_of("1234567890,-") == Anope::string::npos)
{
AccessListCallback list(u, ci, nick);
@@ -317,16 +312,16 @@ class CommandCSAccess : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
}
AccessListCallback::DoList(u, ci, i, access);
}
if (SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
}
return MOD_CONT;
@@ -337,7 +332,7 @@ class CommandCSAccess : public Command
Anope::string nick = params.size() > 2 ? params[2] : "";
if (!ci->GetAccessCount())
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_EMPTY, ci->name.c_str());
else if (!nick.empty() && nick.find_first_not_of("1234567890,-") == Anope::string::npos)
{
AccessViewCallback list(u, ci, nick);
@@ -357,16 +352,16 @@ class CommandCSAccess : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_HEADER, ci->name.c_str());
}
AccessViewCallback::DoList(u, ci, i, access);
}
if (SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_LIST_FOOTER, ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_NO_MATCH, ci->name.c_str());
}
return MOD_CONT;
@@ -375,14 +370,14 @@ class CommandCSAccess : public Command
CommandReturn DoClear(User *u, ChannelInfo *ci)
{
if (!IsFounder(u, ci) && !u->Account()->HasPriv("chanserv/access/modify"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
ci->ClearAccess();
FOREACH_MOD(I_OnAccessClear, OnAccessClear(ci, u));
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_CLEAR, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_CLEAR, ci->name.c_str());
bool override = !IsFounder(u, ci);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "CLEAR";
@@ -417,14 +412,14 @@ class CommandCSAccess : public Command
else if (ci->HasFlag(CI_XOP) && !is_list && !is_clear)
{
if (ModeManager::FindChannelModeByName(CMODE_HALFOP))
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_XOP_HOP, Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_XOP_HOP, Config->s_ChanServ.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_XOP, Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_ACCESS_XOP, Config->s_ChanServ.c_str());
}
else if ((is_list && !check_access(u, ci, CA_ACCESS_LIST) && !u->Account()->HasCommand("chanserv/access/list")) || (!is_list && !check_access(u, ci, CA_ACCESS_CHANGE) && !u->Account()->HasPriv("chanserv/access/modify")))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (readonly && (cmd.equals_ci("ADD") || cmd.equals_ci("DEL") || cmd.equals_ci("CLEAR")))
- notice_lang(Config->s_ChanServ, u, CHAN_ACCESS_DISABLED);
+ u->SendMessage(ChanServ, CHAN_ACCESS_DISABLED);
else if (cmd.equals_ci("ADD"))
this->DoAdd(u, ci, params);
else if (cmd.equals_ci("DEL"))
@@ -443,14 +438,14 @@ class CommandCSAccess : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_ACCESS);
- notice_help(Config->s_ChanServ, u, CHAN_HELP_ACCESS_LEVELS);
+ u->SendMessage(ChanServ, CHAN_HELP_ACCESS);
+ u->SendMessage(ChanServ, CHAN_HELP_ACCESS_LEVELS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "ACCESS", CHAN_ACCESS_SYNTAX);
+ SyntaxError(ChanServ, u, "ACCESS", CHAN_ACCESS_SYNTAX);
}
};
@@ -475,7 +470,7 @@ class CommandCSLevels : public Command
if (!error.empty())
this->OnSyntaxError(u, "SET");
else if (level <= ACCESS_INVALID || level > ACCESS_FOUNDER)
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
+ u->SendMessage(ChanServ, CHAN_LEVELS_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
else
{
for (int i = 0; levelinfo[i].what >= 0; ++i)
@@ -489,14 +484,14 @@ class CommandCSLevels : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "SET " << levelinfo[i].name << " to " << level;
if (level == ACCESS_FOUNDER)
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_CHANGED_FOUNDER, levelinfo[i].name.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_CHANGED_FOUNDER, levelinfo[i].name.c_str(), ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_CHANGED, levelinfo[i].name.c_str(), ci->name.c_str(), level);
+ u->SendMessage(ChanServ, CHAN_LEVELS_CHANGED, levelinfo[i].name.c_str(), ci->name.c_str(), level);
return MOD_CONT;
}
}
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_UNKNOWN, what.c_str(), Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_UNKNOWN, what.c_str(), Config->s_ChanServ.c_str());
}
return MOD_CONT;
@@ -518,19 +513,19 @@ class CommandCSLevels : public Command
bool override = !check_access(u, ci, CA_FOUNDER);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "DISABLE " << levelinfo[i].name;
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_DISABLED, levelinfo[i].name.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_DISABLED, levelinfo[i].name.c_str(), ci->name.c_str());
return MOD_CONT;
}
}
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_UNKNOWN, what.c_str(), Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_UNKNOWN, what.c_str(), Config->s_ChanServ.c_str());
return MOD_CONT;
}
CommandReturn DoList(User *u, ChannelInfo *ci)
{
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_LIST_HEADER, ci->name.c_str());
if (!levelinfo_maxwidth)
for (int i = 0; levelinfo[i].what >= 0; ++i)
@@ -549,14 +544,14 @@ class CommandCSLevels : public Command
j = levelinfo[i].what;
if (j == CA_AUTOOP || j == CA_AUTODEOP || j == CA_AUTOVOICE || j == CA_NOJOIN)
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_LIST_DISABLED, levelinfo_maxwidth, levelinfo[i].name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_LIST_DISABLED, levelinfo_maxwidth, levelinfo[i].name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_LIST_DISABLED, levelinfo_maxwidth, levelinfo[i].name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_LIST_DISABLED, levelinfo_maxwidth, levelinfo[i].name.c_str());
}
else if (j == ACCESS_FOUNDER)
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_LIST_FOUNDER, levelinfo_maxwidth, levelinfo[i].name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_LIST_FOUNDER, levelinfo_maxwidth, levelinfo[i].name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_LIST_NORMAL, levelinfo_maxwidth, levelinfo[i].name.c_str(), j);
+ u->SendMessage(ChanServ, CHAN_LEVELS_LIST_NORMAL, levelinfo_maxwidth, levelinfo[i].name.c_str(), j);
}
return MOD_CONT;
@@ -570,7 +565,7 @@ class CommandCSLevels : public Command
bool override = !check_access(u, ci, CA_FOUNDER);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "RESET";
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_RESET, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_LEVELS_RESET, ci->name.c_str());
return MOD_CONT;
}
@@ -594,9 +589,9 @@ class CommandCSLevels : public Command
if (cmd.equals_ci("SET") ? s.empty() : (cmd.substr(0, 3).equals_ci("DIS") ? (what.empty() || !s.empty()) : !what.empty()))
this->OnSyntaxError(u, cmd);
else if (ci->HasFlag(CI_XOP))
- notice_lang(Config->s_ChanServ, u, CHAN_LEVELS_XOP);
+ u->SendMessage(ChanServ, CHAN_LEVELS_XOP);
else if (!check_access(u, ci, CA_FOUNDER) && !u->Account()->HasPriv("chanserv/access/modify"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (cmd.equals_ci("SET"))
this->DoSet(u, ci, params);
else if (cmd.equals_ci("DIS") || cmd.equals_ci("DISABLE"))
@@ -613,19 +608,34 @@ class CommandCSLevels : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_LEVELS);
+ if (subcommand == "DESC")
+ {
+ int i;
+ u->SendMessage(ChanServ, CHAN_HELP_LEVELS_DESC);
+ if (!levelinfo_maxwidth)
+ for (i = 0; levelinfo[i].what >= 0; ++i)
+ {
+ int len = levelinfo[i].name.length();
+ if (len > levelinfo_maxwidth)
+ levelinfo_maxwidth = len;
+ }
+ for (i = 0; levelinfo[i].what >= 0; ++i)
+ u->SendMessage(ChanServ, CHAN_HELP_LEVELS_DESC_FORMAT, levelinfo_maxwidth, levelinfo[i].name.c_str(), GetString(u, levelinfo[i].desc).c_str());
+ }
+ else
+ u->SendMessage(ChanServ, CHAN_HELP_LEVELS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "LEVELS", CHAN_LEVELS_SYNTAX);
+ SyntaxError(ChanServ, u, "LEVELS", CHAN_LEVELS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_ACCESS);
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_LEVELS);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_ACCESS);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_LEVELS);
}
};
diff --git a/modules/core/cs_akick.cpp b/modules/core/cs_akick.cpp
index 5df1a9038..e14d7bffd 100644
--- a/modules/core/cs_akick.cpp
+++ b/modules/core/cs_akick.cpp
@@ -65,7 +65,7 @@ class AkickListCallback : public NumberList
~AkickListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NO_MATCH, ci->name.c_str());
}
virtual void HandleNumber(unsigned Number)
@@ -76,7 +76,7 @@ class AkickListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
}
DoList(u, ci, Number - 1, ci->GetAkick(Number - 1));
@@ -84,7 +84,7 @@ class AkickListCallback : public NumberList
static void DoList(User *u, ChannelInfo *ci, unsigned index, AutoKick *akick)
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_FORMAT, index + 1, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() :akick->mask.c_str(), !akick->reason.empty() ? akick->reason.c_str() : getstring(u, NO_REASON));
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_FORMAT, index + 1, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() :akick->mask.c_str(), !akick->reason.empty() ? akick->reason.c_str() : GetString(u, NO_REASON).c_str());
}
};
@@ -103,7 +103,7 @@ class AkickViewCallback : public AkickListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
}
DoList(u, ci, Number - 1, ci->GetAkick(Number - 1));
@@ -111,26 +111,16 @@ class AkickViewCallback : public AkickListCallback
static void DoList(User *u, ChannelInfo *ci, unsigned index, AutoKick *akick)
{
- char timebuf[64] = "";
- struct tm tm;
-
+ Anope::string timebuf;
if (akick->addtime)
- {
- tm = *localtime(&akick->addtime);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
- }
+ timebuf = do_strftime(akick->addtime);
else
- snprintf(timebuf, sizeof(timebuf), "%s", getstring(u, UNKNOWN));
+ timebuf = GetString(u, UNKNOWN);
- notice_lang(Config->s_ChanServ, u, akick->HasFlag(AK_STUCK) ? CHAN_AKICK_VIEW_FORMAT_STUCK : CHAN_AKICK_VIEW_FORMAT, index + 1, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() : akick->mask.c_str(), !akick->creator.empty() ? akick->creator.c_str() : getstring(u, UNKNOWN), timebuf, !akick->reason.empty() ? akick->reason.c_str() : getstring(u, NO_REASON));
+ u->SendMessage(ChanServ, akick->HasFlag(AK_STUCK) ? CHAN_AKICK_VIEW_FORMAT_STUCK : CHAN_AKICK_VIEW_FORMAT, index + 1, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() : akick->mask.c_str(), !akick->creator.empty() ? akick->creator.c_str() : GetString(u, UNKNOWN).c_str(), timebuf.c_str(), !akick->reason.empty() ? akick->reason.c_str() : GetString(u, NO_REASON).c_str());
if (akick->last_used)
- {
- char last_used[64];
- tm = *localtime(&akick->last_used);
- strftime_lang(last_used, sizeof(last_used), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LAST_USED, last_used);
- }
+ u->SendMessage(ChanServ, CHAN_AKICK_LAST_USED, do_strftime(akick->last_used).c_str());
}
};
@@ -151,11 +141,11 @@ class AkickDelCallback : public NumberList
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, c, ci) << "DEL on " << Deleted << " users";
if (!Deleted)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NO_MATCH, ci->name.c_str());
else if (Deleted == 1)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_DELETED_ONE, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_DELETED_ONE, ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_DELETED_SEVERAL, Deleted, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_DELETED_SEVERAL, Deleted, ci->name.c_str());
}
void HandleNumber(unsigned Number)
@@ -189,7 +179,7 @@ class CommandCSAKick : public Command
{
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_FORBIDDEN, mask.c_str());
+ u->SendMessage(ChanServ, NICK_X_FORBIDDEN, mask.c_str());
return;
}
@@ -199,7 +189,7 @@ class CommandCSAKick : public Command
/* Check excepts BEFORE we get this far */
if (ModeManager::FindChannelModeByName(CMODE_EXCEPT) && is_excepted_mask(ci, mask))
{
- notice_lang(Config->s_ChanServ, u, CHAN_EXCEPTED, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_EXCEPTED, mask.c_str(), ci->name.c_str());
return;
}
@@ -209,7 +199,7 @@ class CommandCSAKick : public Command
{
if (nc == ci->founder || get_access_level(ci, nc) >= get_access(u, ci))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return;
}
}
@@ -223,7 +213,7 @@ class CommandCSAKick : public Command
if ((check_access(u2, ci, CA_FOUNDER) || get_access(u2, ci) >= get_access(u, ci)) && match_usermask(mask, u2))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return;
}
}
@@ -242,7 +232,7 @@ class CommandCSAKick : public Command
Anope::string buf = na2->nick + "!" + na2->last_usermask;
if (Anope::Match(buf, mask))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return;
}
}
@@ -254,14 +244,14 @@ class CommandCSAKick : public Command
akick = ci->GetAkick(j);
if (akick->HasFlag(AK_ISNICK) ? akick->nc == nc : mask.equals_ci(akick->mask))
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_ALREADY_EXISTS, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() : akick->mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_ALREADY_EXISTS, akick->HasFlag(AK_ISNICK) ? akick->nc->display.c_str() : akick->mask.c_str(), ci->name.c_str());
return;
}
}
if (ci->GetAkickCount() >= Config->CSAutokickMax)
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_REACHED_LIMIT, Config->CSAutokickMax);
+ u->SendMessage(ChanServ, CHAN_AKICK_REACHED_LIMIT, Config->CSAutokickMax);
return;
}
@@ -275,7 +265,7 @@ class CommandCSAKick : public Command
FOREACH_MOD(I_OnAkickAdd, OnAkickAdd(u, ci, akick));
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_ADDED, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_ADDED, mask.c_str(), ci->name.c_str());
this->DoEnforce(u, ci);
}
@@ -290,7 +280,7 @@ class CommandCSAKick : public Command
if (!ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
return;
}
@@ -309,7 +299,7 @@ class CommandCSAKick : public Command
if (i == end)
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
return;
}
@@ -317,7 +307,7 @@ class CommandCSAKick : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "STICK " << akick->mask;
akick->SetFlag(AK_STUCK);
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_STUCK, akick->mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_STUCK, akick->mask.c_str(), ci->name.c_str());
if (ci->c)
stick_mask(ci, akick);
@@ -333,7 +323,7 @@ class CommandCSAKick : public Command
if (!ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
return;
}
@@ -352,7 +342,7 @@ class CommandCSAKick : public Command
if (i == end)
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
return;
}
@@ -360,7 +350,7 @@ class CommandCSAKick : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "UNSTICK " << akick->mask;
akick->UnsetFlag(AK_STUCK);
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_UNSTUCK, akick->mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_UNSTUCK, akick->mask.c_str(), ci->name.c_str());
}
void DoDel(User *u, ChannelInfo *ci, const std::vector<Anope::string> &params)
@@ -371,7 +361,7 @@ class CommandCSAKick : public Command
if (!ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
return;
}
@@ -396,7 +386,7 @@ class CommandCSAKick : public Command
if (i == ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NOT_FOUND, mask.c_str(), ci->name.c_str());
return;
}
@@ -405,7 +395,7 @@ class CommandCSAKick : public Command
ci->EraseAkick(i);
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_DELETED, mask.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_DELETED, mask.c_str(), ci->name.c_str());
}
}
@@ -418,7 +408,7 @@ class CommandCSAKick : public Command
if (!ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
return;
}
@@ -446,14 +436,14 @@ class CommandCSAKick : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
}
AkickListCallback::DoList(u, ci, i, akick);
}
if (!SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NO_MATCH, ci->name.c_str());
}
}
@@ -466,7 +456,7 @@ class CommandCSAKick : public Command
if (!ci->GetAkickCount())
{
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_EMPTY, ci->name.c_str());
return;
}
@@ -494,14 +484,14 @@ class CommandCSAKick : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_LIST_HEADER, ci->name.c_str());
}
AkickViewCallback::DoList(u, ci, i, akick);
}
if (!SentHeader)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_NO_MATCH, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_NO_MATCH, ci->name.c_str());
}
}
@@ -512,7 +502,7 @@ class CommandCSAKick : public Command
if (!c)
{
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, ci->name.c_str());
return;
}
@@ -527,7 +517,7 @@ class CommandCSAKick : public Command
bool override = !check_access(u, ci, CA_AKICK);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "ENFORCE, affects " << count << " users";
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_ENFORCE_DONE, ci->name.c_str(), count);
+ u->SendMessage(ChanServ, CHAN_AKICK_ENFORCE_DONE, ci->name.c_str(), count);
}
void DoClear(User *u, ChannelInfo *ci)
@@ -536,7 +526,7 @@ class CommandCSAKick : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "CLEAR";
ci->ClearAkick();
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_CLEAR, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_AKICK_CLEAR, ci->name.c_str());
}
public:
@@ -555,9 +545,9 @@ class CommandCSAKick : public Command
if (mask.empty() && (cmd.equals_ci("ADD") || cmd.equals_ci("STICK") || cmd.equals_ci("UNSTICK") || cmd.equals_ci("DEL")))
this->OnSyntaxError(u, cmd);
else if (!check_access(u, ci, CA_AKICK) && !u->Account()->HasPriv("chanserv/access/modify"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!cmd.equals_ci("LIST") && !cmd.equals_ci("VIEW") && !cmd.equals_ci("ENFORCE") && readonly)
- notice_lang(Config->s_ChanServ, u, CHAN_AKICK_DISABLED);
+ u->SendMessage(ChanServ, CHAN_AKICK_DISABLED);
else if (cmd.equals_ci("ADD"))
this->DoAdd(u, ci, params);
else if (cmd.equals_ci("STICK"))
@@ -582,18 +572,18 @@ class CommandCSAKick : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_AKICK);
+ u->SendMessage(ChanServ, CHAN_HELP_AKICK);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "AKICK", CHAN_AKICK_SYNTAX);
+ SyntaxError(ChanServ, u, "AKICK", CHAN_AKICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_AKICK);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_AKICK);
}
};
diff --git a/modules/core/cs_ban.cpp b/modules/core/cs_ban.cpp
index fcc11d393..69feaed5b 100644
--- a/modules/core/cs_ban.cpp
+++ b/modules/core/cs_ban.cpp
@@ -38,21 +38,21 @@ class CommandCSBan : public Command
ci = c->ci;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (is_same ? !(u2 = u) : !(u2 = finduser(target)))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, target.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, target.c_str());
else if (!is_same ? !check_access(u, ci, CA_BAN) : !check_access(u, ci, CA_BANME))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!is_same && (ci->HasFlag(CI_PEACE)) && (get_access(u2, ci) >= get_access(u, ci)))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
/*
* Dont ban/kick the user on channels where he is excepted
* to prevent services <-> server wars.
*/
else if (ModeManager::FindChannelModeByName(CMODE_EXCEPT) && is_excepted(ci, u2))
- notice_lang(Config->s_ChanServ, u, CHAN_EXCEPTED, u2->nick.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_EXCEPTED, u2->nick.c_str(), ci->name.c_str());
else if (u2->IsProtected())
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
Anope::string mask;
@@ -78,18 +78,18 @@ class CommandCSBan : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_BAN);
+ u->SendMessage(ChanServ, CHAN_HELP_BAN);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "BAN", CHAN_BAN_SYNTAX);
+ SyntaxError(ChanServ, u, "BAN", CHAN_BAN_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_BAN);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_BAN);
}
};
diff --git a/modules/core/cs_clear.cpp b/modules/core/cs_clear.cpp
index 1fa61fc56..e9763dbdf 100644
--- a/modules/core/cs_clear.cpp
+++ b/modules/core/cs_clear.cpp
@@ -39,33 +39,33 @@ class CommandCSClear : public Command
Log(LOG_COMMAND, u, this, ci) << what;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (!check_access(u, ci, CA_CLEAR))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (what.equals_ci("bans"))
{
c->ClearBans();
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_BANS, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_BANS, chan.c_str());
}
else if (ModeManager::FindChannelModeByName(CMODE_EXCEPT) && what.equals_ci("excepts"))
{
c->ClearExcepts();
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_EXCEPTS, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_EXCEPTS, chan.c_str());
}
else if (ModeManager::FindChannelModeByName(CMODE_INVITE) && what.equals_ci("invites"))
{
c->ClearInvites();
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_INVITES, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_INVITES, chan.c_str());
}
else if (what.equals_ci("modes"))
{
c->ClearModes();
check_modes(c);
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_MODES, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_MODES, chan.c_str());
}
else if (what.equals_ci("ops"))
{
@@ -105,7 +105,7 @@ class CommandCSClear : public Command
}
}
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_OPS, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_OPS, chan.c_str());
}
else if ((halfop && what.equals_ci("hops")) || (voice && what.equals_ci("voices")))
{
@@ -139,28 +139,28 @@ class CommandCSClear : public Command
c->Kick(NULL, uc->user, "%s", buf.c_str());
}
- notice_lang(Config->s_ChanServ, u, CHAN_CLEARED_USERS, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_CLEARED_USERS, chan.c_str());
}
else
- syntax_error(Config->s_ChanServ, u, "CLEAR", CHAN_CLEAR_SYNTAX);
+ SyntaxError(ChanServ, u, "CLEAR", CHAN_CLEAR_SYNTAX);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_CLEAR);
+ u->SendMessage(ChanServ, CHAN_HELP_CLEAR);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "CLEAR", CHAN_CLEAR_SYNTAX);
+ SyntaxError(ChanServ, u, "CLEAR", CHAN_CLEAR_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_CLEAR);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_CLEAR);
}
};
diff --git a/modules/core/cs_drop.cpp b/modules/core/cs_drop.cpp
index 4ac066927..64d6ed1c7 100644
--- a/modules/core/cs_drop.cpp
+++ b/modules/core/cs_drop.cpp
@@ -29,7 +29,7 @@ class CommandCSDrop : public Command
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, CHAN_DROP_DISABLED); // XXX: READ_ONLY_MODE?
+ u->SendMessage(ChanServ, CHAN_DROP_DISABLED); // XXX: READ_ONLY_MODE?
return MOD_CONT;
}
@@ -37,19 +37,19 @@ class CommandCSDrop : public Command
if (ci->HasFlag(CI_FORBIDDEN) && !u->Account()->HasCommand("chanserv/drop"))
{
- notice_lang(Config->s_ChanServ, u, CHAN_X_FORBIDDEN, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_FORBIDDEN, chan.c_str());
return MOD_CONT;
}
if (ci->HasFlag(CI_SUSPENDED) && !u->Account()->HasCommand("chanserv/drop"))
{
- notice_lang(Config->s_ChanServ, u, CHAN_X_FORBIDDEN, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_FORBIDDEN, chan.c_str());
return MOD_CONT;
}
if ((ci->HasFlag(CI_SECUREFOUNDER) ? !IsFounder(u, ci) : !check_access(u, ci, CA_FOUNDER)) && !u->Account()->HasCommand("chanserv/drop"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -69,7 +69,7 @@ class CommandCSDrop : public Command
delete ci;
- notice_lang(Config->s_ChanServ, u, CHAN_DROPPED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_DROPPED, chan.c_str());
FOREACH_MOD(I_OnChanDrop, OnChanDrop(chan));
@@ -79,21 +79,21 @@ class CommandCSDrop : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_DROP);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_DROP);
else
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DROP);
+ u->SendMessage(ChanServ, CHAN_HELP_DROP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DROP", CHAN_DROP_SYNTAX);
+ SyntaxError(ChanServ, u, "DROP", CHAN_DROP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DROP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DROP);
}
};
diff --git a/modules/core/cs_forbid.cpp b/modules/core/cs_forbid.cpp
index 706d5e4a8..ef55439b2 100644
--- a/modules/core/cs_forbid.cpp
+++ b/modules/core/cs_forbid.cpp
@@ -31,19 +31,19 @@ class CommandCSForbid : public Command
if (Config->ForceForbidReason && reason.empty())
{
- syntax_error(Config->s_ChanServ, u, "FORBID", CHAN_FORBID_SYNTAX_REASON);
+ SyntaxError(ChanServ, u, "FORBID", CHAN_FORBID_SYNTAX_REASON);
return MOD_CONT;
}
if (chan[0] != '#')
{
- notice_lang(Config->s_ChanServ, u, CHAN_SYMBOL_REQUIRED);
+ u->SendMessage(ChanServ, CHAN_SYMBOL_REQUIRED);
return MOD_CONT;
}
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, READ_ONLY_MODE);
+ u->SendMessage(ChanServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -55,7 +55,7 @@ class CommandCSForbid : public Command
{
// this cant happen?
//Alog() << Config->s_ChanServ << ": Valid FORBID for " << ci->name << " by " << u->nick << " failed";
- notice_lang(Config->s_ChanServ, u, CHAN_FORBID_FAILED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_FORBID_FAILED, chan.c_str());
return MOD_CONT;
}
@@ -77,7 +77,7 @@ class CommandCSForbid : public Command
if (is_oper(uc->user))
continue;
- c->Kick(ChanServ, uc->user, "%s", !reason.empty() ? reason.c_str() : getstring(uc->user->Account(), CHAN_FORBID_REASON));
+ c->Kick(ChanServ, uc->user, "%s", !reason.empty() ? reason.c_str() : GetString(uc->user, CHAN_FORBID_REASON).c_str());
}
}
@@ -91,7 +91,7 @@ class CommandCSForbid : public Command
ircdproto->SendGlobops(ChanServ, "\2%s\2 used FORBID on channel \2%s\2", u->nick.c_str(), ci->name.c_str());
Log(LOG_ADMIN, u, this, ci) << (!ci->forbidreason.empty() ? ci->forbidreason : "No reason");
- notice_lang(Config->s_ChanServ, u, CHAN_FORBID_SUCCEEDED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_FORBID_SUCCEEDED, chan.c_str());
FOREACH_MOD(I_OnChanForbidden, OnChanForbidden(ci));
@@ -100,18 +100,18 @@ class CommandCSForbid : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_FORBID);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_FORBID);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "FORBID", CHAN_FORBID_SYNTAX);
+ SyntaxError(ChanServ, u, "FORBID", CHAN_FORBID_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_FORBID);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_FORBID);
}
};
diff --git a/modules/core/cs_getkey.cpp b/modules/core/cs_getkey.cpp
index a3e80b424..179af4272 100644
--- a/modules/core/cs_getkey.cpp
+++ b/modules/core/cs_getkey.cpp
@@ -30,37 +30,37 @@ class CommandCSGetKey : public Command
if (!check_access(u, ci, CA_GETKEY) && !u->Account()->HasCommand("chanserv/getkey"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
if (!ci->c || !ci->c->GetParam(CMODE_KEY, key))
{
- notice_lang(Config->s_ChanServ, u, CHAN_GETKEY_NOKEY, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_GETKEY_NOKEY, chan.c_str());
return MOD_CONT;
}
bool override = !check_access(u, ci, CA_GETKEY);
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci);
- notice_lang(Config->s_ChanServ, u, CHAN_GETKEY_KEY, chan.c_str(), key.c_str());
+ u->SendMessage(ChanServ, CHAN_GETKEY_KEY, chan.c_str(), key.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_GETKEY);
+ u->SendMessage(ChanServ, CHAN_HELP_GETKEY);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "GETKEY", CHAN_GETKEY_SYNTAX);
+ SyntaxError(ChanServ, u, "GETKEY", CHAN_GETKEY_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_GETKEY);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_GETKEY);
}
};
diff --git a/modules/core/cs_help.cpp b/modules/core/cs_help.cpp
index 2d012fbf6..a8ac4041f 100644
--- a/modules/core/cs_help.cpp
+++ b/modules/core/cs_help.cpp
@@ -24,38 +24,21 @@ class CommandCSHelp : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
- Anope::string cmd = params[0];
-
- if (cmd.equals_ci("LEVELS DESC"))
- {
- int i;
- notice_help(Config->s_ChanServ, u, CHAN_HELP_LEVELS_DESC);
- if (!levelinfo_maxwidth)
- for (i = 0; levelinfo[i].what >= 0; ++i)
- {
- int len = levelinfo[i].name.length();
- if (len > levelinfo_maxwidth)
- levelinfo_maxwidth = len;
- }
- for (i = 0; levelinfo[i].what >= 0; ++i)
- notice_help(Config->s_ChanServ, u, CHAN_HELP_LEVELS_DESC_FORMAT, levelinfo_maxwidth, levelinfo[i].name.c_str(), getstring(u, levelinfo[i].desc));
- }
- else
- mod_help_cmd(ChanServ, u, cmd);
+ mod_help_cmd(ChanServ, u, params[0]);
return MOD_CONT;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP);
+ u->SendMessage(ChanServ, CHAN_HELP);
for (CommandMap::const_iterator it = ChanServ->Commands.begin(); it != ChanServ->Commands.end(); ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
if (Config->CSExpire >= 86400)
- notice_help(Config->s_ChanServ, u, CHAN_HELP_EXPIRES, Config->CSExpire / 86400);
+ u->SendMessage(ChanServ, CHAN_HELP_EXPIRES, Config->CSExpire / 86400);
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP);
}
};
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp
index b25eeb0ea..d9c507505 100644
--- a/modules/core/cs_info.cpp
+++ b/modules/core/cs_info.cpp
@@ -19,9 +19,8 @@ class CommandCSInfo : public Command
{
if (ci->HasFlag(opt))
{
- const char *commastr = getstring(nc, COMMA_SPACE);
if (!buf.empty())
- buf += commastr;
+ buf += ", ";
buf += str;
}
@@ -38,20 +37,17 @@ class CommandCSInfo : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
Anope::string chan = params[0];
- char buf[BUFSIZE];
- struct tm *tm;
bool has_auspex = u->IsIdentified() && u->Account()->HasPriv("chanserv/auspex");
bool show_all = false;
- time_t expt;
ChannelInfo *ci = cs_findchan(chan);
if (ci->HasFlag(CI_FORBIDDEN))
{
if (is_oper(u) && !ci->forbidby.empty())
- notice_lang(Config->s_ChanServ, u, CHAN_X_FORBIDDEN_OPER, chan.c_str(), ci->forbidby.c_str(), !ci->forbidreason.empty() ? ci->forbidreason.c_str() : getstring(u, NO_REASON));
+ u->SendMessage(ChanServ, CHAN_X_FORBIDDEN_OPER, chan.c_str(), ci->forbidby.c_str(), !ci->forbidreason.empty() ? ci->forbidreason.c_str() : GetString(u, NO_REASON).c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_X_FORBIDDEN, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_FORBIDDEN, chan.c_str());
return MOD_CONT;
}
@@ -60,66 +56,57 @@ class CommandCSInfo : public Command
if (has_auspex || check_access(u, ci, CA_INFO))
show_all = true;
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_HEADER, chan.c_str());
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_NO_FOUNDER, ci->founder->display.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_HEADER, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_NO_FOUNDER, ci->founder->display.c_str());
if (show_all && ci->successor)
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_NO_SUCCESSOR, ci->successor->display.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_NO_SUCCESSOR, ci->successor->display.c_str());
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_DESCRIPTION, ci->desc.c_str());
- tm = localtime(&ci->time_registered);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_TIME_REGGED, buf);
- tm = localtime(&ci->last_used);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_LAST_USED, buf);
+ u->SendMessage(ChanServ, CHAN_INFO_DESCRIPTION, ci->desc.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_TIME_REGGED, do_strftime(ci->time_registered).c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_LAST_USED, do_strftime(ci->last_used).c_str());
if (!ci->last_topic.empty() && (show_all || (!ci->HasMLock(CMODE_SECRET, true) && (!ci->c || !ci->c->HasMode(CMODE_SECRET)))))
{
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_LAST_TOPIC, ci->last_topic.c_str());
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_TOPIC_SET_BY, ci->last_topic_setter.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_LAST_TOPIC, ci->last_topic.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_TOPIC_SET_BY, ci->last_topic_setter.c_str());
}
if (!ci->entry_message.empty() && show_all)
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_ENTRYMSG, ci->entry_message.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_ENTRYMSG, ci->entry_message.c_str());
if (show_all)
{
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_BANTYPE, ci->bantype);
+ u->SendMessage(ChanServ, CHAN_INFO_BANTYPE, ci->bantype);
Anope::string optbuf;
- CheckOptStr(optbuf, CI_KEEPTOPIC, getstring(u, CHAN_INFO_OPT_KEEPTOPIC), ci, u->Account());
- CheckOptStr(optbuf, CI_OPNOTICE, getstring(u, CHAN_INFO_OPT_OPNOTICE), ci, u->Account());
- CheckOptStr(optbuf, CI_PEACE, getstring(u, CHAN_INFO_OPT_PEACE), ci, u->Account());
- CheckOptStr(optbuf, CI_PRIVATE, getstring(u, CHAN_INFO_OPT_PRIVATE), ci, u->Account());
- CheckOptStr(optbuf, CI_RESTRICTED, getstring(u, CHAN_INFO_OPT_RESTRICTED), ci, u->Account());
- CheckOptStr(optbuf, CI_SECURE, getstring(u, CHAN_INFO_OPT_SECURE), ci, u->Account());
- CheckOptStr(optbuf, CI_SECUREFOUNDER, getstring(u, CHAN_INFO_OPT_SECUREFOUNDER), ci, u->Account());
- CheckOptStr(optbuf, CI_SECUREOPS, getstring(u, CHAN_INFO_OPT_SECUREOPS), ci, u->Account());
+ CheckOptStr(optbuf, CI_KEEPTOPIC, GetString(u, CHAN_INFO_OPT_KEEPTOPIC), ci, u->Account());
+ CheckOptStr(optbuf, CI_OPNOTICE, GetString(u, CHAN_INFO_OPT_OPNOTICE), ci, u->Account());
+ CheckOptStr(optbuf, CI_PEACE, GetString(u, CHAN_INFO_OPT_PEACE), ci, u->Account());
+ CheckOptStr(optbuf, CI_PRIVATE, GetString(u, NICK_INFO_OPT_PRIVATE), ci, u->Account());
+ CheckOptStr(optbuf, CI_RESTRICTED, GetString(u, CHAN_INFO_OPT_RESTRICTED), ci, u->Account());
+ CheckOptStr(optbuf, CI_SECURE, GetString(u, CHAN_INFO_OPT_SECURE), ci, u->Account());
+ CheckOptStr(optbuf, CI_SECUREFOUNDER, GetString(u, CHAN_INFO_OPT_SECUREFOUNDER), ci, u->Account());
+ CheckOptStr(optbuf, CI_SECUREOPS, GetString(u, CHAN_INFO_OPT_SECUREOPS), ci, u->Account());
if (ci->HasFlag(CI_SIGNKICK))
- CheckOptStr(optbuf, CI_SIGNKICK, getstring(u, CHAN_INFO_OPT_SIGNKICK), ci, u->Account());
+ CheckOptStr(optbuf, CI_SIGNKICK, GetString(u, CHAN_INFO_OPT_SIGNKICK), ci, u->Account());
else
- CheckOptStr(optbuf, CI_SIGNKICK_LEVEL, getstring(u, CHAN_INFO_OPT_SIGNKICK), ci, u->Account());
- CheckOptStr(optbuf, CI_TOPICLOCK, getstring(u, CHAN_INFO_OPT_TOPICLOCK), ci, u->Account());
- CheckOptStr(optbuf, CI_XOP, getstring(u, CHAN_INFO_OPT_XOP), ci, u->Account());
- CheckOptStr(optbuf, CI_PERSIST, getstring(u, CHAN_INFO_OPT_PERSIST), ci, u->Account());
+ CheckOptStr(optbuf, CI_SIGNKICK_LEVEL, GetString(u, CHAN_INFO_OPT_SIGNKICK), ci, u->Account());
+ CheckOptStr(optbuf, CI_TOPICLOCK, GetString(u, CHAN_INFO_OPT_TOPICLOCK), ci, u->Account());
+ CheckOptStr(optbuf, CI_XOP, GetString(u, CHAN_INFO_OPT_XOP), ci, u->Account());
+ CheckOptStr(optbuf, CI_PERSIST, GetString(u, CHAN_INFO_OPT_PERSIST), ci, u->Account());
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_OPTIONS, optbuf.empty() ? getstring(u, CHAN_INFO_OPT_NONE) : optbuf.c_str());
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_MODE_LOCK, get_mlock_modes(ci, 1).c_str());
+ u->SendMessage(ChanServ, NICK_INFO_OPTIONS, optbuf.empty() ? GetString(u, NICK_INFO_OPT_NONE).c_str() : optbuf.c_str());
+ u->SendMessage(ChanServ, CHAN_INFO_MODE_LOCK, get_mlock_modes(ci, 1).c_str());
// XXX: we could just as easily (and tidily) merge this in with the flags display above.
if (ci->HasFlag(CI_NO_EXPIRE))
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_NO_EXPIRE);
+ u->SendMessage(ChanServ, CHAN_INFO_NO_EXPIRE);
else
- {
- expt = ci->last_used + Config->CSExpire;
- tm = localtime(&expt);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_ChanServ, u, CHAN_INFO_EXPIRE, buf);
- }
+ u->SendMessage(ChanServ, CHAN_INFO_EXPIRE, do_strftime(ci->last_used + Config->CSExpire).c_str());
}
if (ci->HasFlag(CI_SUSPENDED))
- notice_lang(Config->s_ChanServ, u, CHAN_X_SUSPENDED, ci->forbidby.c_str(), !ci->forbidreason.empty() ? ci->forbidreason.c_str() : getstring(u, NO_REASON));
+ u->SendMessage(ChanServ, CHAN_X_SUSPENDED, ci->forbidby.c_str(), !ci->forbidreason.empty() ? ci->forbidreason.c_str() : GetString(u, NO_REASON).c_str());
FOREACH_MOD(I_OnChanInfo, OnChanInfo(u, ci, show_all));
@@ -128,19 +115,19 @@ class CommandCSInfo : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_INFO);
+ u->SendMessage(ChanServ, CHAN_HELP_INFO);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "INFO", CHAN_INFO_SYNTAX);
+ SyntaxError(ChanServ, u, "INFO", CHAN_INFO_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_INFO);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_INFO);
}
};
diff --git a/modules/core/cs_invite.cpp b/modules/core/cs_invite.cpp
index c841627a9..ad159a882 100644
--- a/modules/core/cs_invite.cpp
+++ b/modules/core/cs_invite.cpp
@@ -29,7 +29,7 @@ class CommandCSInvite : public Command
if (!(c = findchan(chan)))
{
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
return MOD_CONT;
}
@@ -37,7 +37,7 @@ class CommandCSInvite : public Command
if (!check_access(u, ci, CA_INVITE))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -47,7 +47,7 @@ class CommandCSInvite : public Command
{
if (!(u2 = finduser(params[1])))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, params[1].c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, params[1].c_str());
return MOD_CONT;
}
}
@@ -56,30 +56,30 @@ class CommandCSInvite : public Command
Log(LOG_COMMAND, u, this, ci) << "for " << u2->nick;
if (c->FindUser(u2))
- notice_lang(Config->s_ChanServ, u, CHAN_INVITE_ALREADY_IN, c->name.c_str());
+ u->SendMessage(ChanServ, CHAN_INVITE_ALREADY_IN, c->name.c_str());
else
{
ircdproto->SendInvite(whosends(ci), chan, u2->nick);
- notice_lang(whosends(ci)->nick, u, CHAN_INVITE_OTHER_SUCCESS, u2->nick.c_str(), c->name.c_str());
- notice_lang(whosends(ci)->nick, u2, CHAN_INVITE_SUCCESS, c->name.c_str());
+ u->SendMessage(whosends(ci), CHAN_INVITE_OTHER_SUCCESS, u2->nick.c_str(), c->name.c_str());
+ u->SendMessage(whosends(ci), CHAN_INVITE_SUCCESS, c->name.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_INVITE);
+ u->SendMessage(ChanServ, CHAN_HELP_INVITE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "INVITE", CHAN_INVITE_SYNTAX);
+ SyntaxError(ChanServ, u, "INVITE", CHAN_INVITE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_INVITE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_INVITE);
}
};
diff --git a/modules/core/cs_kick.cpp b/modules/core/cs_kick.cpp
index 4deb19b13..267c776e7 100644
--- a/modules/core/cs_kick.cpp
+++ b/modules/core/cs_kick.cpp
@@ -38,17 +38,17 @@ class CommandCSKick : public Command
ci = c->ci;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (is_same ? !(u2 = u) : !(u2 = finduser(target)))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, target.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, target.c_str());
else if (!is_same ? !check_access(u, ci, CA_KICK) : !check_access(u, ci, CA_KICKME))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!is_same && (ci->HasFlag(CI_PEACE)) && get_access(u2, ci) >= get_access(u, ci))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (u2->IsProtected())
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!c->FindUser(u2))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_ON_CHAN, u2->nick.c_str(), c->name.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_ON_CHAN, u2->nick.c_str(), c->name.c_str());
else
{
// XXX
@@ -64,18 +64,18 @@ class CommandCSKick : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_KICK);
+ u->SendMessage(ChanServ, CHAN_HELP_KICK);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "KICK", CHAN_KICK_SYNTAX);
+ SyntaxError(ChanServ, u, "KICK", CHAN_KICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_KICK);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_KICK);
}
};
diff --git a/modules/core/cs_list.cpp b/modules/core/cs_list.cpp
index 3292ec874..8654647fe 100644
--- a/modules/core/cs_list.cpp
+++ b/modules/core/cs_list.cpp
@@ -33,7 +33,7 @@ public:
if (Config->CSListOpersOnly && !is_oper(u))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_STOP;
}
@@ -42,28 +42,28 @@ public:
Anope::string tmp = myStrGetToken(pattern.substr(1), '-', 0); /* Read FROM out */
if (tmp.empty())
{
- notice_lang(Config->s_ChanServ, u, LIST_INCORRECT_RANGE);
- notice_lang(Config->s_ChanServ, u, CS_LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, CS_LIST_INCORRECT_RANGE);
return MOD_CONT;
}
if (!tmp.is_number_only())
{
- notice_lang(Config->s_ChanServ, u, LIST_INCORRECT_RANGE);
- notice_lang(Config->s_ChanServ, u, CS_LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, CS_LIST_INCORRECT_RANGE);
return MOD_CONT;
}
from = convertTo<int>(tmp);
tmp = myStrGetTokenRemainder(pattern, '-', 1); /* Read TO out */
if (tmp.empty())
{
- notice_lang(Config->s_ChanServ, u, LIST_INCORRECT_RANGE);
- notice_lang(Config->s_ChanServ, u, CS_LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, CS_LIST_INCORRECT_RANGE);
return MOD_CONT;
}
if (!tmp.is_number_only())
{
- notice_lang(Config->s_ChanServ, u, LIST_INCORRECT_RANGE);
- notice_lang(Config->s_ChanServ, u, CS_LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, LIST_INCORRECT_RANGE);
+ u->SendMessage(ChanServ, CS_LIST_INCORRECT_RANGE);
return MOD_CONT;
}
to = convertTo<int>(tmp);
@@ -89,7 +89,7 @@ public:
Anope::string spattern = "#" + pattern;
- notice_lang(Config->s_ChanServ, u, CHAN_LIST_HEADER, pattern.c_str());
+ u->SendMessage(ChanServ, NICK_LIST_HEADER, pattern.c_str());
for (registered_channel_map::const_iterator it = RegisteredChannelList.begin(), it_end = RegisteredChannelList.end(); it != it_end; ++it)
{
@@ -125,24 +125,24 @@ public:
}
}
- notice_lang(Config->s_ChanServ, u, CHAN_LIST_END, nchans > Config->CSListMax ? Config->CSListMax : nchans, nchans);
+ u->SendMessage(ChanServ, CHAN_LIST_END, nchans > Config->CSListMax ? Config->CSListMax : nchans, nchans);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_LIST);
+ u->SendMessage(ChanServ, CHAN_HELP_LIST);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "LIST", CHAN_LIST_SYNTAX);
+ SyntaxError(ChanServ, u, "LIST", NICK_LIST_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_LIST);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_LIST);
}
};
diff --git a/modules/core/cs_modes.cpp b/modules/core/cs_modes.cpp
index 54bc09d11..7e616d886 100644
--- a/modules/core/cs_modes.cpp
+++ b/modules/core/cs_modes.cpp
@@ -35,17 +35,17 @@ static CommandReturn do_util(User *u, Command *com, ChannelMode *cm, const Anope
bool is_same = u->nick.equals_ci(realnick);
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (is_same ? !(u2 = u) : !(u2 = finduser(realnick)))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, realnick.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, realnick.c_str());
else if (is_same ? !check_access(u, ci, levelself) : !check_access(u, ci, level))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!set && !is_same && (ci->HasFlag(CI_PEACE)) && (get_access(u2, ci) >= get_access(u, ci)))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!set && u2->IsProtected() && !is_same)
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else if (!c->FindUser(u2))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_ON_CHAN, u2->nick.c_str(), c->name.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_ON_CHAN, u2->nick.c_str(), c->name.c_str());
else
{
if (set)
@@ -77,18 +77,18 @@ class CommandCSOp : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_OP);
+ u->SendMessage(ChanServ, CHAN_HELP_OP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "OP", CHAN_OP_SYNTAX);
+ SyntaxError(ChanServ, u, "OP", CHAN_OP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_OP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_OP);
}
};
@@ -108,18 +108,18 @@ class CommandCSDeOp : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DEOP);
+ u->SendMessage(ChanServ, CHAN_HELP_DEOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DEOP", CHAN_DEOP_SYNTAX);
+ SyntaxError(ChanServ, u, "DEOP", CHAN_DEOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DEOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DEOP);
}
};
@@ -139,18 +139,18 @@ class CommandCSVoice : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_VOICE);
+ u->SendMessage(ChanServ, CHAN_HELP_VOICE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "VOICE", CHAN_VOICE_SYNTAX);
+ SyntaxError(ChanServ, u, "VOICE", CHAN_VOICE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_VOICE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_VOICE);
}
};
@@ -170,18 +170,18 @@ class CommandCSDeVoice : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DEVOICE);
+ u->SendMessage(ChanServ, CHAN_HELP_DEVOICE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DEVOICE", CHAN_DEVOICE_SYNTAX);
+ SyntaxError(ChanServ, u, "DEVOICE", CHAN_DEVOICE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DEVOICE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DEVOICE);
}
};
@@ -206,18 +206,18 @@ class CommandCSHalfOp : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_HALFOP);
+ u->SendMessage(ChanServ, CHAN_HELP_HALFOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "HALFOP", CHAN_HALFOP_SYNTAX);
+ SyntaxError(ChanServ, u, "HALFOP", CHAN_HALFOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_HALFOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_HALFOP);
}
};
@@ -240,18 +240,18 @@ class CommandCSDeHalfOp : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DEHALFOP);
+ u->SendMessage(ChanServ, CHAN_HELP_DEHALFOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DEHALFOP", CHAN_DEHALFOP_SYNTAX);
+ SyntaxError(ChanServ, u, "DEHALFOP", CHAN_DEHALFOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DEHALFOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DEHALFOP);
}
};
@@ -274,18 +274,18 @@ class CommandCSProtect : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_PROTECT);
+ u->SendMessage(ChanServ, CHAN_HELP_PROTECT);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "PROTECT", CHAN_PROTECT_SYNTAX);
+ SyntaxError(ChanServ, u, "PROTECT", CHAN_PROTECT_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_PROTECT);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_PROTECT);
}
};
@@ -308,18 +308,18 @@ class CommandCSDeProtect : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DEPROTECT);
+ u->SendMessage(ChanServ, CHAN_HELP_DEPROTECT);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DEPROTECT", CHAN_DEPROTECT_SYNTAX);
+ SyntaxError(ChanServ, u, "DEPROTECT", CHAN_DEPROTECT_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DEPROTECT);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DEPROTECT);
}
};
@@ -342,18 +342,18 @@ class CommandCSOwner : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_OWNER);
+ u->SendMessage(ChanServ, CHAN_HELP_OWNER);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "OWNER", CHAN_OWNER_SYNTAX);
+ SyntaxError(ChanServ, u, "OWNER", CHAN_OWNER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_OWNER);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_OWNER);
}
};
@@ -376,18 +376,18 @@ class CommandCSDeOwner : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_DEOWNER);
+ u->SendMessage(ChanServ, CHAN_HELP_DEOWNER);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "DEOWNER", CHAN_DEOWNER_SYNTAX);
+ SyntaxError(ChanServ, u, "DEOWNER", CHAN_DEOWNER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_DEOWNER);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_DEOWNER);
}
};
diff --git a/modules/core/cs_register.cpp b/modules/core/cs_register.cpp
index 545f3f5a1..c488bfc4a 100644
--- a/modules/core/cs_register.cpp
+++ b/modules/core/cs_register.cpp
@@ -31,30 +31,25 @@ class CommandCSRegister : public Command
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, CHAN_REGISTER_DISABLED);
+ u->SendMessage(ChanServ, CHAN_REGISTER_DISABLED);
return MOD_CONT;
}
if (chan[0] == '&')
- notice_lang(Config->s_ChanServ, u, CHAN_REGISTER_NOT_LOCAL);
+ u->SendMessage(ChanServ, CHAN_REGISTER_NOT_LOCAL);
else if (chan[0] != '#')
- notice_lang(Config->s_ChanServ, u, CHAN_SYMBOL_REQUIRED);
+ u->SendMessage(ChanServ, CHAN_SYMBOL_REQUIRED);
else if (!ircdproto->IsChannelValid(chan))
- notice_lang(Config->s_ChanServ, u, CHAN_X_INVALID, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_INVALID, chan.c_str());
else if ((ci = cs_findchan(chan)))
- notice_lang(Config->s_ChanServ, u, CHAN_ALREADY_REGISTERED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_ALREADY_REGISTERED, chan.c_str());
else if (c && !c->HasUserStatus(u, CMODE_OP))
- notice_lang(Config->s_ChanServ, u, CHAN_MUST_BE_CHANOP);
+ u->SendMessage(ChanServ, CHAN_MUST_BE_CHANOP);
else if (Config->CSMaxReg && u->Account()->channelcount >= Config->CSMaxReg && !u->Account()->HasPriv("chanserv/no-register-limit"))
- notice_lang(Config->s_ChanServ, u, u->Account()->channelcount > Config->CSMaxReg ? CHAN_EXCEEDED_CHANNEL_LIMIT : CHAN_REACHED_CHANNEL_LIMIT, Config->CSMaxReg);
- else if (!(ci = new ChannelInfo(chan)))
- {
- // not possible ?
- //Alog() << Config->s_ChanServ << ": makechan() failed for REGISTER " << chan;
- notice_lang(Config->s_ChanServ, u, CHAN_REGISTRATION_FAILED);
- }
+ u->SendMessage(ChanServ, u->Account()->channelcount > Config->CSMaxReg ? CHAN_EXCEEDED_CHANNEL_LIMIT : CHAN_REACHED_CHANNEL_LIMIT, Config->CSMaxReg);
else
{
+ ci = new ChannelInfo(chan);
ci->founder = u->Account();
ci->desc = desc;
@@ -70,7 +65,7 @@ class CommandCSRegister : public Command
ci->bi = NULL;
++ci->founder->channelcount;
Log(LOG_COMMAND, u, this, ci);
- notice_lang(Config->s_ChanServ, u, CHAN_REGISTERED, chan.c_str(), u->nick.c_str());
+ u->SendMessage(ChanServ, CHAN_REGISTERED, chan.c_str(), u->nick.c_str());
/* Implement new mode lock */
if (c)
@@ -97,13 +92,13 @@ class CommandCSRegister : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_REGISTER, Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_HELP_REGISTER, Config->s_ChanServ.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "REGISTER", CHAN_REGISTER_SYNTAX);
+ SyntaxError(ChanServ, u, "REGISTER", CHAN_REGISTER_SYNTAX);
}
};
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp
index 923848e7a..7d50db325 100644
--- a/modules/core/cs_saset.cpp
+++ b/modules/core/cs_saset.cpp
@@ -32,7 +32,7 @@ class CommandCSSASet : public Command
{
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, CHAN_SET_DISABLED);
+ u->SendMessage(ChanServ, CHAN_SET_DISABLED);
return MOD_CONT;
}
@@ -49,8 +49,8 @@ class CommandCSSASet : public Command
}
else
{
- notice_lang(Config->s_ChanServ, u, CHAN_SET_UNKNOWN_OPTION, params[1].c_str());
- notice_lang(Config->s_ChanServ, u, MORE_INFO, Config->s_ChanServ.c_str(), "SET");
+ u->SendMessage(ChanServ, NICK_SET_UNKNOWN_OPTION, params[1].c_str());
+ u->SendMessage(ChanServ, MORE_INFO, Config->s_ChanServ.c_str(), "SET");
}
return MOD_CONT;
@@ -60,10 +60,10 @@ class CommandCSSASet : public Command
{
if (subcommand.empty())
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SASET_HEAD);
+ u->SendMessage(ChanServ, CHAN_HELP_SASET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SASET_TAIL);
+ u->SendMessage(ChanServ, CHAN_HELP_SASET_TAIL);
return true;
}
else
@@ -79,12 +79,12 @@ class CommandCSSASet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SASET);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SASET);
}
bool AddSubcommand(Command *c)
diff --git a/modules/core/cs_saset_noexpire.cpp b/modules/core/cs_saset_noexpire.cpp
index 125290dc7..388fa88f1 100644
--- a/modules/core/cs_saset_noexpire.cpp
+++ b/modules/core/cs_saset_noexpire.cpp
@@ -29,12 +29,12 @@ class CommandCSSASetNoexpire : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_NO_EXPIRE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_NOEXPIRE_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_NOEXPIRE_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_NO_EXPIRE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_NOEXPIRE_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_NOEXPIRE_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "NOEXPIRE");
@@ -44,18 +44,18 @@ class CommandCSSASetNoexpire : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_SET_NOEXPIRE);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_SET_NOEXPIRE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET NOEXPIRE", CHAN_SET_NOEXPIRE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET NOEXPIRE", CHAN_SET_NOEXPIRE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_NOEXPIRE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_NOEXPIRE);
}
};
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp
index ede39c3c7..74c0b9f38 100644
--- a/modules/core/cs_set.cpp
+++ b/modules/core/cs_set.cpp
@@ -32,12 +32,12 @@ class CommandCSSet : public Command
{
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, CHAN_SET_DISABLED);
+ u->SendMessage(ChanServ, CHAN_SET_DISABLED);
return MOD_CONT;
}
if (!check_access(u, cs_findchan(params[0]), CA_SET))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -53,8 +53,8 @@ class CommandCSSet : public Command
}
else
{
- notice_lang(Config->s_ChanServ, u, CHAN_SET_UNKNOWN_OPTION, params[1].c_str());
- notice_lang(Config->s_ChanServ, u, MORE_INFO, Config->s_ChanServ.c_str(), "SET");
+ u->SendMessage(ChanServ, NICK_SET_UNKNOWN_OPTION, params[1].c_str());
+ u->SendMessage(ChanServ, MORE_INFO, Config->s_ChanServ.c_str(), "SET");
}
return MOD_CONT;
@@ -64,10 +64,10 @@ class CommandCSSet : public Command
{
if (subcommand.empty())
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_HEAD);
+ u->SendMessage(ChanServ, CHAN_HELP_SET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_TAIL);
+ u->SendMessage(ChanServ, CHAN_HELP_SET_TAIL);
return true;
}
else
@@ -83,12 +83,12 @@ class CommandCSSet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET);
}
bool AddSubcommand(Command *c)
diff --git a/modules/core/cs_set_bantype.cpp b/modules/core/cs_set_bantype.cpp
index afb15781b..628eb10cd 100644
--- a/modules/core/cs_set_bantype.cpp
+++ b/modules/core/cs_set_bantype.cpp
@@ -31,11 +31,11 @@ class CommandCSSetBanType : public Command
int16 bantype = convertTo<int16>(params[1], end, false);
if (!end.empty() || bantype < 0 || bantype > 3)
- notice_lang(Config->s_ChanServ, u, CHAN_SET_BANTYPE_INVALID, params[1].c_str());
+ u->SendMessage(ChanServ, CHAN_SET_BANTYPE_INVALID, params[1].c_str());
else
{
ci->bantype = bantype;
- notice_lang(Config->s_ChanServ, u, CHAN_SET_BANTYPE_CHANGED, ci->name.c_str(), ci->bantype);
+ u->SendMessage(ChanServ, CHAN_SET_BANTYPE_CHANGED, ci->name.c_str(), ci->bantype);
}
return MOD_CONT;
@@ -43,19 +43,19 @@ class CommandCSSetBanType : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_BANTYPE, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_BANTYPE, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_BANTYPE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_BANTYPE);
}
};
@@ -68,14 +68,14 @@ class CommandCSSASetBanType : public CommandCSSetBanType
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_BANTYPE, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_BANTYPE, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_description.cpp b/modules/core/cs_set_description.cpp
index 1365de91a..9fe6eb61e 100644
--- a/modules/core/cs_set_description.cpp
+++ b/modules/core/cs_set_description.cpp
@@ -28,26 +28,26 @@ class CommandCSSetDescription : public Command
ci->desc = params[1];
- notice_lang(Config->s_ChanServ, u, CHAN_DESC_CHANGED, ci->name.c_str(), ci->desc.c_str());
+ u->SendMessage(ChanServ, CHAN_DESC_CHANGED, ci->name.c_str(), ci->desc.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_DESC, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_DESC, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_DESC);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_DESC);
}
};
@@ -60,14 +60,14 @@ class CommandCSSASetDescription : public CommandCSSetDescription
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_DESC, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_DESC, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_entrymsg.cpp b/modules/core/cs_set_entrymsg.cpp
index 0e864e666..263e37d91 100644
--- a/modules/core/cs_set_entrymsg.cpp
+++ b/modules/core/cs_set_entrymsg.cpp
@@ -29,12 +29,12 @@ class CommandCSSetEntryMsg : public Command
if (params.size() > 1)
{
ci->entry_message = params[1];
- notice_lang(Config->s_ChanServ, u, CHAN_ENTRY_MSG_CHANGED, ci->name.c_str(), ci->entry_message.c_str());
+ u->SendMessage(ChanServ, CHAN_ENTRY_MSG_CHANGED, ci->name.c_str(), ci->entry_message.c_str());
}
else
{
ci->entry_message.clear();
- notice_lang(Config->s_ChanServ, u, CHAN_ENTRY_MSG_UNSET, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_ENTRY_MSG_UNSET, ci->name.c_str());
}
return MOD_CONT;
@@ -42,19 +42,19 @@ class CommandCSSetEntryMsg : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_ENTRYMSG, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_ENTRYMSG, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_ENTRYMSG);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_ENTRYMSG);
}
};
@@ -67,14 +67,14 @@ class CommandCSSASetEntryMsg : public CommandCSSetEntryMsg
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_ENTRYMSG, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_ENTRYMSG, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_founder.cpp b/modules/core/cs_set_founder.cpp
index ee955d590..a78542d65 100644
--- a/modules/core/cs_set_founder.cpp
+++ b/modules/core/cs_set_founder.cpp
@@ -28,7 +28,7 @@ class CommandCSSetFounder : public Command
if (this->permission.empty() && (ci->HasFlag(CI_SECUREFOUNDER) ? !IsFounder(u, ci) : !check_access(u, ci, CA_FOUNDER)))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -37,19 +37,19 @@ class CommandCSSetFounder : public Command
if (!na)
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_REGISTERED, params[1].c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_REGISTERED, params[1].c_str());
return MOD_CONT;
}
else if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_FORBIDDEN, na->nick.c_str());
return MOD_CONT;
}
nc = na->nc;
if (Config->CSMaxReg && nc->channelcount >= Config->CSMaxReg && !u->Account()->HasPriv("chanserv/no-register-limit"))
{
- notice_lang(Config->s_ChanServ, u, CHAN_SET_FOUNDER_TOO_MANY_CHANS, na->nick.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_FOUNDER_TOO_MANY_CHANS, na->nick.c_str());
return MOD_CONT;
}
@@ -63,26 +63,26 @@ class CommandCSSetFounder : public Command
ci->founder = nc;
++nc->channelcount;
- notice_lang(Config->s_ChanServ, u, CHAN_FOUNDER_CHANGED, ci->name.c_str(), na->nick.c_str());
+ u->SendMessage(ChanServ, CHAN_FOUNDER_CHANGED, ci->name.c_str(), na->nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_FOUNDER, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_FOUNDER, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_FOUNDER);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_FOUNDER);
}
};
@@ -95,14 +95,14 @@ class CommandCSSASetFounder : public CommandCSSetFounder
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_FOUNDER, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_FOUNDER, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_keeptopic.cpp b/modules/core/cs_set_keeptopic.cpp
index d5b718d71..2f4aa6400 100644
--- a/modules/core/cs_set_keeptopic.cpp
+++ b/modules/core/cs_set_keeptopic.cpp
@@ -29,12 +29,12 @@ class CommandCSSetKeepTopic : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_KEEPTOPIC);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_KEEPTOPIC_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_KEEPTOPIC_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_KEEPTOPIC);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_KEEPTOPIC_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_KEEPTOPIC_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "KEEPTOPIC");
@@ -44,18 +44,18 @@ class CommandCSSetKeepTopic : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_KEEPTOPIC, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_KEEPTOPIC, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET KEEPTOPIC", CHAN_SET_KEEPTOPIC_SYNTAX);
+ SyntaxError(ChanServ, u, "SET KEEPTOPIC", CHAN_SET_KEEPTOPIC_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_KEEPTOPIC);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_KEEPTOPIC);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetKeepTopic : public CommandCSSetKeepTopic
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_KEEPTOPIC, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_KEEPTOPIC, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET KEEPTOPIC", CHAN_SASET_KEEPTOPIC_SYNTAX);
+ SyntaxError(ChanServ, u, "SET KEEPTOPIC", CHAN_SASET_KEEPTOPIC_SYNTAX);
}
};
diff --git a/modules/core/cs_set_mlock.cpp b/modules/core/cs_set_mlock.cpp
index b4c117d05..2556653a2 100644
--- a/modules/core/cs_set_mlock.cpp
+++ b/modules/core/cs_set_mlock.cpp
@@ -55,7 +55,7 @@ class CommandCSSetMLock : public Command
if ((cm = ModeManager::FindChannelModeByChar(*ch)))
{
if (cm->Type == MODE_STATUS || cm->Type == MODE_LIST || !cm->CanSet(u))
- notice_lang(Config->s_ChanServ, u, CHAN_SET_MLOCK_IMPOSSIBLE_CHAR, *ch);
+ u->SendMessage(ChanServ, CHAN_SET_MLOCK_IMPOSSIBLE_CHAR, *ch);
else if (add)
{
ci->RemoveMLock(cm->Name);
@@ -81,14 +81,14 @@ class CommandCSSetMLock : public Command
ci->SetMLock(cm->Name, false);
}
else
- notice_lang(Config->s_ChanServ, u, CHAN_SET_MLOCK_UNKNOWN_CHAR, *ch);
+ u->SendMessage(ChanServ, CHAN_SET_MLOCK_UNKNOWN_CHAR, *ch);
}
/* We can't mlock +L if +l is not mlocked as well. */
if (ModeManager::FindChannelModeByName(CMODE_REDIRECT) && ci->HasMLock(CMODE_REDIRECT, true) && !ci->HasMLock(CMODE_LIMIT, true))
{
ci->RemoveMLock(CMODE_REDIRECT);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_MLOCK_L_REQUIRED);
+ u->SendMessage(ChanServ, CHAN_SET_MLOCK_L_REQUIRED);
}
/* Some ircd we can't set NOKNOCK without INVITE */
@@ -96,14 +96,14 @@ class CommandCSSetMLock : public Command
if (ModeManager::FindChannelModeByName(CMODE_NOKNOCK) && ircd->knock_needs_i && ci->HasMLock(CMODE_NOKNOCK, true) && !ci->HasMLock(CMODE_INVITE, true))
{
ci->RemoveMLock(CMODE_NOKNOCK);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_MLOCK_K_REQUIRED);
+ u->SendMessage(ChanServ, CHAN_SET_MLOCK_K_REQUIRED);
}
/* Since we always enforce mode r there is no way to have no
* mode lock at all.
*/
if (!get_mlock_modes(ci, 0).empty())
- notice_lang(Config->s_ChanServ, u, CHAN_MLOCK_CHANGED, ci->name.c_str(), get_mlock_modes(ci, 0).c_str());
+ u->SendMessage(ChanServ, CHAN_MLOCK_CHANGED, ci->name.c_str(), get_mlock_modes(ci, 0).c_str());
/* Implement the new lock. */
if (ci->c)
@@ -114,19 +114,19 @@ class CommandCSSetMLock : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_MLOCK, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_MLOCK, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_MLOCK);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_MLOCK);
}
};
@@ -139,14 +139,14 @@ class CommandCSSASetMLock : public CommandCSSetMLock
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_MLOCK, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_MLOCK, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_opnotice.cpp b/modules/core/cs_set_opnotice.cpp
index 6db794d76..41a7c1d22 100644
--- a/modules/core/cs_set_opnotice.cpp
+++ b/modules/core/cs_set_opnotice.cpp
@@ -29,12 +29,12 @@ class CommandCSSetOpNotice : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_OPNOTICE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_OPNOTICE_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_OPNOTICE_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_OPNOTICE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_OPNOTICE_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_OPNOTICE_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "OPNOTICE");
@@ -44,18 +44,18 @@ class CommandCSSetOpNotice : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_OPNOTICE, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_OPNOTICE, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET OPNOTICE", CHAN_SET_OPNOTICE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET OPNOTICE", CHAN_SET_OPNOTICE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_OPNOTICE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_OPNOTICE);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetOpNotice : public CommandCSSetOpNotice
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_OPNOTICE, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_OPNOTICE, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET OPNOTICE", CHAN_SASET_OPNOTICE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET OPNOTICE", CHAN_SASET_OPNOTICE_SYNTAX);
}
};
diff --git a/modules/core/cs_set_peace.cpp b/modules/core/cs_set_peace.cpp
index 0c2454f70..e8f2b9458 100644
--- a/modules/core/cs_set_peace.cpp
+++ b/modules/core/cs_set_peace.cpp
@@ -29,12 +29,12 @@ class CommandCSSetPeace : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_PEACE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PEACE_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PEACE_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_PEACE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PEACE_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PEACE_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "PEACE");
@@ -44,18 +44,18 @@ class CommandCSSetPeace : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PEACE, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PEACE, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET PEACE", CHAN_SET_PEACE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET PEACE", CHAN_SET_PEACE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_PEACE, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_PEACE, "SET");
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetPeace : public CommandCSSetPeace
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PEACE, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PEACE, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET PEACE", CHAN_SASET_PEACE_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET PEACE", CHAN_SASET_PEACE_SYNTAX);
}
};
diff --git a/modules/core/cs_set_persist.cpp b/modules/core/cs_set_persist.cpp
index 955e2082f..508ff1cd5 100644
--- a/modules/core/cs_set_persist.cpp
+++ b/modules/core/cs_set_persist.cpp
@@ -60,7 +60,7 @@ class CommandCSSetPersist : public Command
ci->c->SetMode(NULL, cm);
}
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PERSIST_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PERSIST_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
@@ -82,7 +82,7 @@ class CommandCSSetPersist : public Command
ChanServ->UnAssign(NULL, ci);
}
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PERSIST_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PERSIST_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "PERSIST");
@@ -92,18 +92,18 @@ class CommandCSSetPersist : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PERSIST, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PERSIST, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET PERSIST", CHAN_SET_PERSIST_SYNTAX);
+ SyntaxError(ChanServ, u, "SET PERSIST", CHAN_SET_PERSIST_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_PERSIST);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_PERSIST);
}
};
@@ -116,13 +116,13 @@ class CommandCSSASetPersist : public CommandCSSetPersist
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PERSIST, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PERSIST, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET PERSIST", CHAN_SASET_PERSIST_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET PERSIST", CHAN_SASET_PERSIST_SYNTAX);
}
};
diff --git a/modules/core/cs_set_private.cpp b/modules/core/cs_set_private.cpp
index c116fdbbe..73e4968c1 100644
--- a/modules/core/cs_set_private.cpp
+++ b/modules/core/cs_set_private.cpp
@@ -29,12 +29,12 @@ class CommandCSSetPrivate : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_PRIVATE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PRIVATE_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PRIVATE_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_PRIVATE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_PRIVATE_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_PRIVATE_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "PRIVATE");
@@ -44,18 +44,18 @@ class CommandCSSetPrivate : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PRIVATE, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PRIVATE, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET PRIVATE", CHAN_SET_PRIVATE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET PRIVATE", CHAN_SET_PRIVATE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_PRIVATE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_PRIVATE);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetPrivate : public CommandCSSetPrivate
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_PRIVATE, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_PRIVATE, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET PRIVATE", CHAN_SASET_PRIVATE_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET PRIVATE", CHAN_SASET_PRIVATE_SYNTAX);
}
};
diff --git a/modules/core/cs_set_restricted.cpp b/modules/core/cs_set_restricted.cpp
index bd376cac1..bc8aedf41 100644
--- a/modules/core/cs_set_restricted.cpp
+++ b/modules/core/cs_set_restricted.cpp
@@ -30,14 +30,14 @@ class CommandCSSetRestricted : public Command
ci->SetFlag(CI_RESTRICTED);
if (ci->levels[CA_NOJOIN] < 0)
ci->levels[CA_NOJOIN] = 0;
- notice_lang(Config->s_ChanServ, u, CHAN_SET_RESTRICTED_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_RESTRICTED_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_RESTRICTED);
if (ci->levels[CA_NOJOIN] >= 0)
ci->levels[CA_NOJOIN] = -2;
- notice_lang(Config->s_ChanServ, u, CHAN_SET_RESTRICTED_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_RESTRICTED_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "RESTRICTED");
@@ -47,18 +47,18 @@ class CommandCSSetRestricted : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_RESTRICTED, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_RESTRICTED, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET RESTRICTED", CHAN_SET_RESTRICTED_SYNTAX);
+ SyntaxError(ChanServ, u, "SET RESTRICTED", CHAN_SET_RESTRICTED_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_RESTRICTED);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_RESTRICTED);
}
};
@@ -71,13 +71,13 @@ class CommandCSSASetRestricted : public CommandCSSetRestricted
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_RESTRICTED, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_RESTRICTED, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET RESTRICTED", CHAN_SASET_RESTRICTED_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET RESTRICTED", CHAN_SASET_RESTRICTED_SYNTAX);
}
};
diff --git a/modules/core/cs_set_secure.cpp b/modules/core/cs_set_secure.cpp
index 53b19b894..bec6bd81f 100644
--- a/modules/core/cs_set_secure.cpp
+++ b/modules/core/cs_set_secure.cpp
@@ -29,12 +29,12 @@ class CommandCSSetSecure : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_SECURE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECURE_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECURE_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_SECURE);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECURE_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECURE_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "SECURE");
@@ -44,18 +44,18 @@ class CommandCSSetSecure : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECURE, "SET", Config->s_NickServ.c_str());
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECURE, "SET", Config->s_NickServ.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET SECURE", CHAN_SET_SECURE_SYNTAX);
+ SyntaxError(ChanServ, u, "SET SECURE", CHAN_SET_SECURE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_SECURE);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_SECURE);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetSecure : public CommandCSSetSecure
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECURE, "SASET", Config->s_NickServ.c_str());
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECURE, "SASET", Config->s_NickServ.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET SECURE", CHAN_SASET_SECURE_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET SECURE", CHAN_SASET_SECURE_SYNTAX);
}
};
diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp
index b31097d01..f5a1af53c 100644
--- a/modules/core/cs_set_securefounder.cpp
+++ b/modules/core/cs_set_securefounder.cpp
@@ -28,19 +28,19 @@ class CommandCSSetSecureFounder : public Command
if (this->permission.empty() && ci->HasFlag(CI_SECUREFOUNDER) ? !IsFounder(u, ci) : !check_access(u, ci, CA_FOUNDER))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_SECUREFOUNDER);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECUREFOUNDER_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECUREFOUNDER_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_SECUREFOUNDER);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECUREFOUNDER_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECUREFOUNDER_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "SECUREFOUNDER");
@@ -50,18 +50,18 @@ class CommandCSSetSecureFounder : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECUREFOUNDER, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECUREFOUNDER, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET SECUREFOUNDER", CHAN_SET_SECUREFOUNDER_SYNTAX);
+ SyntaxError(ChanServ, u, "SET SECUREFOUNDER", CHAN_SET_SECUREFOUNDER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_SECUREFOUNDER);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_SECUREFOUNDER);
}
};
@@ -74,13 +74,13 @@ class CommandCSSASetSecureFounder : public CommandCSSetSecureFounder
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECUREFOUNDER, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECUREFOUNDER, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET SECUREFOUNDER", CHAN_SASET_SECUREFOUNDER_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET SECUREFOUNDER", CHAN_SASET_SECUREFOUNDER_SYNTAX);
}
};
diff --git a/modules/core/cs_set_secureops.cpp b/modules/core/cs_set_secureops.cpp
index 0aeadd818..138a03b54 100644
--- a/modules/core/cs_set_secureops.cpp
+++ b/modules/core/cs_set_secureops.cpp
@@ -29,12 +29,12 @@ class CommandCSSetSecureOps : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_SECUREOPS);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECUREOPS_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECUREOPS_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_SECUREOPS);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SECUREOPS_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SECUREOPS_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "SECUREOPS");
@@ -44,18 +44,18 @@ class CommandCSSetSecureOps : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECUREOPS, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECUREOPS, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET SECUREOPS", CHAN_SET_SECUREOPS_SYNTAX);
+ SyntaxError(ChanServ, u, "SET SECUREOPS", CHAN_SET_SECUREOPS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_SECUREOPS);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_SECUREOPS);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetSecureOps : public CommandCSSetSecureOps
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SECUREOPS, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SECUREOPS, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET SECUREOPS", CHAN_SASET_SECUREOPS_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET SECUREOPS", CHAN_SASET_SECUREOPS_SYNTAX);
}
};
diff --git a/modules/core/cs_set_signkick.cpp b/modules/core/cs_set_signkick.cpp
index 11210524f..cc2ca249b 100644
--- a/modules/core/cs_set_signkick.cpp
+++ b/modules/core/cs_set_signkick.cpp
@@ -30,19 +30,19 @@ class CommandCSSetSignKick : public Command
{
ci->SetFlag(CI_SIGNKICK);
ci->UnsetFlag(CI_SIGNKICK_LEVEL);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SIGNKICK_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SIGNKICK_ON, ci->name.c_str());
}
else if (params[1].equals_ci("LEVEL"))
{
ci->SetFlag(CI_SIGNKICK_LEVEL);
ci->UnsetFlag(CI_SIGNKICK);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SIGNKICK_LEVEL, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SIGNKICK_LEVEL, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_SIGNKICK);
ci->UnsetFlag(CI_SIGNKICK_LEVEL);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_SIGNKICK_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_SIGNKICK_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "SIGNKICK");
@@ -52,18 +52,18 @@ class CommandCSSetSignKick : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SIGNKICK, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SIGNKICK, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET SIGNKICK", CHAN_SET_SIGNKICK_SYNTAX);
+ SyntaxError(ChanServ, u, "SET SIGNKICK", CHAN_SET_SIGNKICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_SIGNKICK);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_SIGNKICK);
}
};
@@ -76,13 +76,13 @@ class CommandCSSASetSignKick : public CommandCSSetSignKick
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SIGNKICK, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SIGNKICK, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET SIGNKICK", CHAN_SASET_SIGNKICK_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET SIGNKICK", CHAN_SASET_SIGNKICK_SYNTAX);
}
};
diff --git a/modules/core/cs_set_successor.cpp b/modules/core/cs_set_successor.cpp
index b4e0972c6..2e3c67044 100644
--- a/modules/core/cs_set_successor.cpp
+++ b/modules/core/cs_set_successor.cpp
@@ -28,7 +28,7 @@ class CommandCSSetSuccessor : public Command
if (this->permission.empty() && ci->HasFlag(CI_SECUREFOUNDER) ? !IsFounder(u, ci) : !check_access(u, ci, CA_FOUNDER))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -40,17 +40,17 @@ class CommandCSSetSuccessor : public Command
if (!na)
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_REGISTERED, params[1].c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_REGISTERED, params[1].c_str());
return MOD_CONT;
}
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_FORBIDDEN, na->nick.c_str());
return MOD_CONT;
}
if (na->nc == ci->founder)
{
- notice_lang(Config->s_ChanServ, u, CHAN_SUCCESSOR_IS_FOUNDER, na->nick.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SUCCESSOR_IS_FOUNDER, na->nick.c_str(), ci->name.c_str());
return MOD_CONT;
}
nc = na->nc;
@@ -63,28 +63,28 @@ class CommandCSSetSuccessor : public Command
ci->successor = nc;
if (nc)
- notice_lang(Config->s_ChanServ, u, CHAN_SUCCESSOR_CHANGED, ci->name.c_str(), nc->display.c_str());
+ u->SendMessage(ChanServ, CHAN_SUCCESSOR_CHANGED, ci->name.c_str(), nc->display.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_SUCCESSOR_UNSET, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SUCCESSOR_UNSET, ci->name.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SUCCESSOR, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SUCCESSOR, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_SUCCESSOR);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_SUCCESSOR);
}
};
@@ -97,14 +97,14 @@ class CommandCSSASetSuccessor : public CommandCSSetSuccessor
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_SUCCESSOR, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_SUCCESSOR, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/core/cs_set_topiclock.cpp b/modules/core/cs_set_topiclock.cpp
index 4e54267a7..5a6938e0b 100644
--- a/modules/core/cs_set_topiclock.cpp
+++ b/modules/core/cs_set_topiclock.cpp
@@ -29,12 +29,12 @@ class CommandCSSetTopicLock : public Command
if (params[1].equals_ci("ON"))
{
ci->SetFlag(CI_TOPICLOCK);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_TOPICLOCK_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_TOPICLOCK_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_TOPICLOCK);
- notice_lang(Config->s_ChanServ, u, CHAN_SET_TOPICLOCK_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_TOPICLOCK_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "TOPICLOCK");
@@ -44,18 +44,18 @@ class CommandCSSetTopicLock : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_TOPICLOCK, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_TOPICLOCK, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_TOPICLOCK_SYNTAX);;
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_TOPICLOCK_SYNTAX);;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_TOPICLOCK);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_TOPICLOCK);
}
};
@@ -68,13 +68,13 @@ class CommandCSSASetTopicLock : public CommandCSSetTopicLock
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_TOPICLOCK, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_TOPICLOCK, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_TOPICLOCK_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_TOPICLOCK_SYNTAX);
}
};
diff --git a/modules/core/cs_set_xop.cpp b/modules/core/cs_set_xop.cpp
index d0c448228..36992d2b8 100644
--- a/modules/core/cs_set_xop.cpp
+++ b/modules/core/cs_set_xop.cpp
@@ -25,7 +25,7 @@ class CommandCSSetXOP : public Command
{
if (!FindModule("cs_xop"))
{
- notice_lang(Config->s_ChanServ, u, CHAN_XOP_NOT_AVAILABLE, "XOP");
+ u->SendMessage(ChanServ, CHAN_XOP_NOT_AVAILABLE, "XOP");
return MOD_CONT;
}
@@ -65,14 +65,14 @@ class CommandCSSetXOP : public Command
}
Log(LOG_COMMAND, u, this, ci) << "to enable XOP";
- notice_lang(Config->s_ChanServ, u, CHAN_SET_XOP_ON, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_XOP_ON, ci->name.c_str());
}
else if (params[1].equals_ci("OFF"))
{
ci->UnsetFlag(CI_XOP);
Log(LOG_COMMAND, u, this, ci) << "to disable XOP";
- notice_lang(Config->s_ChanServ, u, CHAN_SET_XOP_OFF, ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SET_XOP_OFF, ci->name.c_str());
}
else
this->OnSyntaxError(u, "XOP");
@@ -82,18 +82,18 @@ class CommandCSSetXOP : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_XOP, "SET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_XOP, "SET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET XOP", CHAN_SET_XOP_SYNTAX);
+ SyntaxError(ChanServ, u, "SET XOP", CHAN_SET_XOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SET_XOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SET_XOP);
}
};
@@ -106,13 +106,13 @@ class CommandCSSASetXOP : public CommandCSSetXOP
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SET_XOP, "SASET");
+ u->SendMessage(ChanServ, CHAN_HELP_SET_XOP, "SASET");
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET XOP", CHAN_SASET_XOP_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET XOP", CHAN_SASET_XOP_SYNTAX);
}
};
diff --git a/modules/core/cs_status.cpp b/modules/core/cs_status.cpp
index b97bb540a..d40e721d8 100644
--- a/modules/core/cs_status.cpp
+++ b/modules/core/cs_status.cpp
@@ -36,28 +36,28 @@ class CommandCSStatus : public Command
ci = cs_findchan(chan);
}
if (!ci)
- notice_lang(Config->s_ChanServ, u, CHAN_STATUS_NOT_REGGED, temp.c_str());
+ u->SendMessage(ChanServ, CHAN_STATUS_NOT_REGGED, temp.c_str());
else if ((u2 = finduser(nick)))
- notice_lang(Config->s_ChanServ, u, CHAN_STATUS_INFO, chan.c_str(), nick.c_str(), get_access(u2, ci));
+ u->SendMessage(ChanServ, CHAN_STATUS_INFO, chan.c_str(), nick.c_str(), get_access(u2, ci));
else /* !u2 */
- notice_lang(Config->s_ChanServ, u, CHAN_STATUS_NOTONLINE, nick.c_str());
+ u->SendMessage(ChanServ, CHAN_STATUS_NOTONLINE, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_STATUS);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_STATUS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "STATUS", CHAN_STATUS_SYNTAX);
+ SyntaxError(ChanServ, u, "STATUS", CHAN_STATUS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_STATUS);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_STATUS);
}
};
diff --git a/modules/core/cs_suspend.cpp b/modules/core/cs_suspend.cpp
index 055b8b0e7..37d088c2d 100644
--- a/modules/core/cs_suspend.cpp
+++ b/modules/core/cs_suspend.cpp
@@ -37,19 +37,19 @@ class CommandCSSuspend : public Command
if (chan[0] != '#')
{
- notice_lang(Config->s_ChanServ, u, CHAN_UNSUSPEND_ERROR);
+ u->SendMessage(ChanServ, CHAN_UNSUSPEND_ERROR);
return MOD_CONT;
}
/* You should not SUSPEND a FORBIDEN channel */
if (ci->HasFlag(CI_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, CHAN_MAY_NOT_BE_REGISTERED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_MAY_NOT_BE_REGISTERED, chan.c_str());
return MOD_CONT;
}
if (readonly)
- notice_lang(Config->s_ChanServ, u, READ_ONLY_MODE);
+ u->SendMessage(ChanServ, READ_ONLY_MODE);
if (ci)
{
@@ -67,7 +67,7 @@ class CommandCSSuspend : public Command
if (is_oper(uc->user))
continue;
- c->Kick(NULL, uc->user, "%s", !reason.empty() ? reason.c_str() : getstring(uc->user->Account(), CHAN_SUSPEND_REASON));
+ c->Kick(NULL, uc->user, "%s", !reason.empty() ? reason.c_str() : GetString(uc->user->Account(), CHAN_SUSPEND_REASON).c_str());
}
}
@@ -75,7 +75,7 @@ class CommandCSSuspend : public Command
ircdproto->SendGlobops(ChanServ, "\2%s\2 used SUSPEND on channel \2%s\2", u->nick.c_str(), ci->name.c_str());
Log(LOG_ADMIN, u, this, ci) << (!reason.empty() ? reason : "No reason");
- notice_lang(Config->s_ChanServ, u, CHAN_SUSPEND_SUCCEEDED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_SUSPEND_SUCCEEDED, chan.c_str());
FOREACH_MOD(I_OnChanSuspend, OnChanSuspend(ci));
}
@@ -83,25 +83,25 @@ class CommandCSSuspend : public Command
{
// cant happen?
//Alog() << Config->s_ChanServ << ": Valid SUSPEND for " << ci->name << " by " << u->GetMask() << " failed";
- notice_lang(Config->s_ChanServ, u, CHAN_SUSPEND_FAILED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_SUSPEND_FAILED, chan.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_SUSPEND);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_SUSPEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "SUSPEND", Config->ForceForbidReason ? CHAN_SUSPEND_SYNTAX_REASON : CHAN_SUSPEND_SYNTAX);
+ SyntaxError(ChanServ, u, "SUSPEND", Config->ForceForbidReason ? CHAN_SUSPEND_SYNTAX_REASON : CHAN_SUSPEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SUSPEND);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SUSPEND);
}
};
@@ -120,16 +120,16 @@ class CommandCSUnSuspend : public Command
if (chan[0] != '#')
{
- notice_lang(Config->s_ChanServ, u, CHAN_UNSUSPEND_ERROR);
+ u->SendMessage(ChanServ, CHAN_UNSUSPEND_ERROR);
return MOD_CONT;
}
if (readonly)
- notice_lang(Config->s_ChanServ, u, READ_ONLY_MODE);
+ u->SendMessage(ChanServ, READ_ONLY_MODE);
/* Only UNSUSPEND already suspended channels */
if (!ci->HasFlag(CI_SUSPENDED))
{
- notice_lang(Config->s_ChanServ, u, CHAN_UNSUSPEND_FAILED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_UNSUSPEND_FAILED, chan.c_str());
return MOD_CONT;
}
@@ -144,7 +144,7 @@ class CommandCSUnSuspend : public Command
if (Config->WallForbid)
ircdproto->SendGlobops(ChanServ, "\2%s\2 used UNSUSPEND on channel \2%s\2", u->nick.c_str(), ci->name.c_str());
- notice_lang(Config->s_ChanServ, u, CHAN_UNSUSPEND_SUCCEEDED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_UNSUSPEND_SUCCEEDED, chan.c_str());
FOREACH_MOD(I_OnChanUnsuspend, OnChanUnsuspend(ci));
}
@@ -152,25 +152,25 @@ class CommandCSUnSuspend : public Command
{
// cant happen ?
//Alog() << Config->s_ChanServ << ": Valid UNSUSPEND for " << chan << " by " << u->nick << " failed";
- notice_lang(Config->s_ChanServ, u, CHAN_UNSUSPEND_FAILED, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_UNSUSPEND_FAILED, chan.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_SERVADMIN_HELP_UNSUSPEND);
+ u->SendMessage(ChanServ, CHAN_SERVADMIN_HELP_UNSUSPEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "UNSUSPEND", CHAN_UNSUSPEND_SYNTAX);
+ SyntaxError(ChanServ, u, "UNSUSPEND", CHAN_UNSUSPEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_UNSUSPEND);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_UNSUSPEND);
}
};
diff --git a/modules/core/cs_topic.cpp b/modules/core/cs_topic.cpp
index fbb9a23f4..e178aa9f2 100644
--- a/modules/core/cs_topic.cpp
+++ b/modules/core/cs_topic.cpp
@@ -29,9 +29,9 @@ class CommandCSTopic : public Command
Channel *c = ci->c;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (!check_access(u, ci, CA_TOPIC) && !u->Account()->HasCommand("chanserv/topic"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
bool has_topiclock = ci->HasFlag(CI_TOPICLOCK);
@@ -48,18 +48,18 @@ class CommandCSTopic : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_TOPIC);
+ u->SendMessage(ChanServ, CHAN_HELP_TOPIC);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "TOPIC", CHAN_TOPIC_SYNTAX);
+ SyntaxError(ChanServ, u, "TOPIC", CHAN_TOPIC_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_TOPIC);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_TOPIC);
}
};
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp
index ab9bdb4b4..4ac42f9b4 100644
--- a/modules/core/cs_unban.cpp
+++ b/modules/core/cs_unban.cpp
@@ -28,13 +28,13 @@ class CommandCSUnban : public Command
if (!(c = findchan(chan)))
{
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
return MOD_CONT;
}
if (!check_access(u, c->ci, CA_UNBAN))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -44,32 +44,32 @@ class CommandCSUnban : public Command
if (!u2)
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, params[1].c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, params[1].c_str());
return MOD_CONT;
}
common_unban(c->ci, u2->nick);
if (u2 == u)
- notice_lang(Config->s_ChanServ, u, CHAN_UNBANNED, c->name.c_str());
+ u->SendMessage(ChanServ, CHAN_UNBANNED, c->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, CHAN_UNBANNED_OTHER, u2->nick.c_str(), c->name.c_str());
+ u->SendMessage(ChanServ, CHAN_UNBANNED_OTHER, u2->nick.c_str(), c->name.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_UNBAN);
+ u->SendMessage(ChanServ, CHAN_HELP_UNBAN);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "UNBAN", CHAN_UNBAN_SYNTAX);
+ SyntaxError(ChanServ, u, "UNBAN", CHAN_UNBAN_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_UNBAN);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_UNBAN);
}
};
diff --git a/modules/core/cs_xop.cpp b/modules/core/cs_xop.cpp
index 4ebec6926..21785f189 100644
--- a/modules/core/cs_xop.cpp
+++ b/modules/core/cs_xop.cpp
@@ -41,7 +41,7 @@ enum
XOP_MESSAGES
};
-int xop_msgs[XOP_TYPES][XOP_MESSAGES] = {
+LanguageString xop_msgs[XOP_TYPES][XOP_MESSAGES] = {
{CHAN_AOP_DISABLED,
CHAN_AOP_NICKS_ONLY,
CHAN_AOP_ADDED,
@@ -114,10 +114,10 @@ class XOPListCallback : public NumberList
User *u;
ChannelInfo *ci;
int level;
- int *messages;
+ LanguageString *messages;
bool SentHeader;
public:
- XOPListCallback(User *_u, ChannelInfo *_ci, const Anope::string &numlist, int _level, int *_messages) : NumberList(numlist, false), u(_u), ci(_ci), level(_level), messages(_messages), SentHeader(false)
+ XOPListCallback(User *_u, ChannelInfo *_ci, const Anope::string &numlist, int _level, LanguageString *_messages) : NumberList(numlist, false), u(_u), ci(_ci), level(_level), messages(_messages), SentHeader(false)
{
}
@@ -134,15 +134,15 @@ class XOPListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, messages[XOP_LIST_HEADER], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_LIST_HEADER], ci->name.c_str());
}
DoList(u, ci, access, Number - 1, level, messages);
}
- static void DoList(User *u, ChannelInfo *ci, ChanAccess *access, unsigned index, int level, int *messages)
+ static void DoList(User *u, ChannelInfo *ci, ChanAccess *access, unsigned index, int level, LanguageString *messages)
{
- notice_lang(Config->s_ChanServ, u, CHAN_XOP_LIST_FORMAT, index, access->nc->display.c_str());
+ u->SendMessage(ChanServ, CHAN_XOP_LIST_FORMAT, index, access->nc->display.c_str());
}
};
@@ -151,27 +151,27 @@ class XOPDelCallback : public NumberList
User *u;
ChannelInfo *ci;
Command *c;
- int *messages;
+ LanguageString *messages;
unsigned Deleted;
Anope::string Nicks;
bool override;
public:
- XOPDelCallback(User *_u, Command *_c, ChannelInfo *_ci, int *_messages, bool _override, const Anope::string &numlist) : NumberList(numlist, true), u(_u), ci(_ci), c(_c), messages(_messages), Deleted(0), override(_override)
+ XOPDelCallback(User *_u, Command *_c, ChannelInfo *_ci, LanguageString *_messages, bool _override, const Anope::string &numlist) : NumberList(numlist, true), u(_u), ci(_ci), c(_c), messages(_messages), Deleted(0), override(_override)
{
}
~XOPDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_ChanServ, u, messages[XOP_NO_MATCH], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_NO_MATCH], ci->name.c_str());
else
{
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, c, ci) << "deleted access of users " << Nicks;
if (Deleted == 1)
- notice_lang(Config->s_ChanServ, u, messages[XOP_DELETED_ONE], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_DELETED_ONE], ci->name.c_str());
else
- notice_lang(Config->s_ChanServ, u, messages[XOP_DELETED_SEVERAL], Deleted, ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_DELETED_SEVERAL], Deleted, ci->name.c_str());
}
}
@@ -197,7 +197,7 @@ class XOPDelCallback : public NumberList
class XOPBase : public Command
{
private:
- CommandReturn DoAdd(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, int *messages)
+ CommandReturn DoAdd(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, LanguageString *messages)
{
Anope::string nick = params.size() > 2 ? params[2] : "";
ChanAccess *access;
@@ -211,7 +211,7 @@ class XOPBase : public Command
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_DISABLED]);
+ u->SendMessage(ChanServ, messages[XOP_DISABLED]);
return MOD_CONT;
}
@@ -219,19 +219,19 @@ class XOPBase : public Command
if ((level >= ulev || ulev < ACCESS_AOP) && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
NickAlias *na = findnick(nick);
if (!na)
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_NICKS_ONLY]);
+ u->SendMessage(ChanServ, messages[XOP_NICKS_ONLY]);
return MOD_CONT;
}
else if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_ChanServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_FORBIDDEN, na->nick.c_str());
return MOD_CONT;
}
@@ -244,7 +244,7 @@ class XOPBase : public Command
**/
if (access->level >= ulev && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
++change;
@@ -252,7 +252,7 @@ class XOPBase : public Command
if (!change && ci->GetAccessCount() >= Config->CSAccessMax)
{
- notice_lang(Config->s_ChanServ, u, CHAN_XOP_REACHED_LIMIT, Config->CSAccessMax);
+ u->SendMessage(ChanServ, CHAN_XOP_REACHED_LIMIT, Config->CSAccessMax);
return MOD_CONT;
}
@@ -271,18 +271,18 @@ class XOPBase : public Command
if (!change)
{
FOREACH_MOD(I_OnAccessAdd, OnAccessAdd(ci, u, nc, level));
- notice_lang(Config->s_ChanServ, u, messages[XOP_ADDED], nc->display.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_ADDED], nc->display.c_str(), ci->name.c_str());
}
else
{
FOREACH_MOD(I_OnAccessChange, OnAccessChange(ci, u, na->nc, level));
- notice_lang(Config->s_ChanServ, u, messages[XOP_MOVED], nc->display.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_MOVED], nc->display.c_str(), ci->name.c_str());
}
return MOD_CONT;
}
- CommandReturn DoDel(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, int *messages)
+ CommandReturn DoDel(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, LanguageString *messages)
{
Anope::string nick = params.size() > 2 ? params[2] : "";
ChanAccess *access;
@@ -295,13 +295,13 @@ class XOPBase : public Command
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_DISABLED]);
+ u->SendMessage(ChanServ, messages[XOP_DISABLED]);
return MOD_CONT;
}
if (!ci->GetAccessCount())
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_LIST_EMPTY], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_LIST_EMPTY], ci->name.c_str());
return MOD_CONT;
}
@@ -309,7 +309,7 @@ class XOPBase : public Command
if ((level >= ulev || ulev < ACCESS_AOP) && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -325,7 +325,7 @@ class XOPBase : public Command
NickAlias *na = findnick(nick);
if (!na)
{
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_REGISTERED, nick.c_str());
return MOD_CONT;
}
NickCore *nc = na->nc;
@@ -340,18 +340,18 @@ class XOPBase : public Command
if (i == end)
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_NOT_FOUND], nick.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_NOT_FOUND], nick.c_str(), ci->name.c_str());
return MOD_CONT;
}
if (ulev <= access->level && !u->Account()->HasPriv("chanserv/access/modify"))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
bool override = ulev <= access->level;
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "DEL " << access->nc->display;
- notice_lang(Config->s_ChanServ, u, messages[XOP_DELETED], access->nc->display.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_DELETED], access->nc->display.c_str(), ci->name.c_str());
FOREACH_MOD(I_OnAccessDel, OnAccessDel(ci, u, na->nc));
@@ -362,13 +362,13 @@ class XOPBase : public Command
return MOD_CONT;
}
- CommandReturn DoList(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, int *messages)
+ CommandReturn DoList(User *u, const std::vector<Anope::string> &params, ChannelInfo *ci, int level, LanguageString *messages)
{
Anope::string nick = params.size() > 2 ? params[2] : "";
if (!get_access(u, ci) && !u->Account()->HasCommand("chanserv/access/list"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -377,7 +377,7 @@ class XOPBase : public Command
if (!ci->GetAccessCount())
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_LIST_EMPTY], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_LIST_EMPTY], ci->name.c_str());
return MOD_CONT;
}
@@ -400,36 +400,36 @@ class XOPBase : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_ChanServ, u, messages[XOP_LIST_HEADER], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_LIST_HEADER], ci->name.c_str());
}
XOPListCallback::DoList(u, ci, access, i, level, messages);
}
if (!SentHeader)
- notice_lang(Config->s_ChanServ, u, messages[XOP_NO_MATCH], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_NO_MATCH], ci->name.c_str());
}
return MOD_CONT;
}
- CommandReturn DoClear(User *u, ChannelInfo *ci, int level, int *messages)
+ CommandReturn DoClear(User *u, ChannelInfo *ci, int level, LanguageString *messages)
{
if (readonly)
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_DISABLED]);
+ u->SendMessage(ChanServ, messages[XOP_DISABLED]);
return MOD_CONT;
}
if (!ci->GetAccessCount())
{
- notice_lang(Config->s_ChanServ, u, messages[XOP_LIST_EMPTY], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_LIST_EMPTY], ci->name.c_str());
return MOD_CONT;
}
if (!check_access(u, ci, CA_FOUNDER) && !u->Account()->HasPriv("chanserv/access/modify"))
{
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -445,12 +445,12 @@ class XOPBase : public Command
FOREACH_MOD(I_OnAccessClear, OnAccessClear(ci, u));
- notice_lang(Config->s_ChanServ, u, messages[XOP_CLEAR], ci->name.c_str());
+ u->SendMessage(ChanServ, messages[XOP_CLEAR], ci->name.c_str());
return MOD_CONT;
}
protected:
- CommandReturn DoXop(User *u, const std::vector<Anope::string> &params, int level, int *messages)
+ CommandReturn DoXop(User *u, const std::vector<Anope::string> &params, int level, LanguageString *messages)
{
Anope::string chan = params[0];
Anope::string cmd = params[1];
@@ -458,7 +458,7 @@ class XOPBase : public Command
ChannelInfo *ci = cs_findchan(chan);
if (!ci->HasFlag(CI_XOP))
- notice_lang(Config->s_ChanServ, u, CHAN_XOP_ACCESS, Config->s_ChanServ.c_str());
+ u->SendMessage(ChanServ, CHAN_XOP_ACCESS, Config->s_ChanServ.c_str());
else if (cmd.equals_ci("ADD"))
return this->DoAdd(u, params, ci, level, messages);
else if (cmd.equals_ci("DEL"))
@@ -503,18 +503,18 @@ class CommandCSQOP : public XOPBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_QOP);
+ u->SendMessage(ChanServ, CHAN_HELP_QOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "QOP", CHAN_QOP_SYNTAX);
+ SyntaxError(ChanServ, u, "QOP", CHAN_QOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_QOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_QOP);
}
};
@@ -532,18 +532,18 @@ class CommandCSAOP : public XOPBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_AOP);
+ u->SendMessage(ChanServ, CHAN_HELP_AOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "AOP", CHAN_AOP_SYNTAX);
+ SyntaxError(ChanServ, u, "AOP", CHAN_AOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_AOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_AOP);
}
};
@@ -561,18 +561,18 @@ class CommandCSHOP : public XOPBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_HOP);
+ u->SendMessage(ChanServ, CHAN_HELP_HOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "HOP", CHAN_HOP_SYNTAX);
+ SyntaxError(ChanServ, u, "HOP", CHAN_HOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_HOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_HOP);
}
};
@@ -590,18 +590,18 @@ class CommandCSSOP : public XOPBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_SOP);
+ u->SendMessage(ChanServ, CHAN_HELP_SOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "SOP", CHAN_SOP_SYNTAX);
+ SyntaxError(ChanServ, u, "SOP", CHAN_SOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_SOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_SOP);
}
};
@@ -619,18 +619,18 @@ class CommandCSVOP : public XOPBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_ChanServ, u, CHAN_HELP_VOP);
+ u->SendMessage(ChanServ, CHAN_HELP_VOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_ChanServ, u, "VOP", CHAN_VOP_SYNTAX);
+ SyntaxError(ChanServ, u, "VOP", CHAN_VOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_ChanServ, u, CHAN_HELP_CMD_VOP);
+ u->SendMessage(ChanServ, CHAN_HELP_CMD_VOP);
}
};
diff --git a/modules/core/db_plain.cpp b/modules/core/db_plain.cpp
index ea366d299..dc108ac06 100644
--- a/modules/core/db_plain.cpp
+++ b/modules/core/db_plain.cpp
@@ -203,12 +203,6 @@ static void ReadDatabase(Module *m = NULL)
db.close();
}
-struct LangInfo
-{
- Anope::string Name;
- int LanguageId;
-};
-
struct ChannelFlagInfo
{
Anope::string Name;
@@ -233,23 +227,6 @@ struct NickCoreFlagInfo
NickCoreFlag Flag;
};
-LangInfo LangInfos[] = {
- {"en", LANG_EN_US},
- {"es", LANG_ES},
- {"pt", LANG_PT},
- {"fr", LANG_FR},
- {"tr", LANG_TR},
- {"it", LANG_IT},
- {"de", LANG_DE},
- {"ca", LANG_CAT},
- {"gr", LANG_GR},
- {"nl", LANG_NL},
- {"ru", LANG_RU},
- {"hu", LANG_HUN},
- {"pl", LANG_PL},
- {"", -1}
-};
-
ChannelFlagInfo ChannelInfoFlags[] = {
{"KEEPTOPIC", CI_KEEPTOPIC},
{"SECUREOPS", CI_SECUREOPS},
@@ -597,11 +574,7 @@ class DBPlain : public Module
EventReturn OnDatabaseReadMetadata(NickCore *nc, const Anope::string &key, const std::vector<Anope::string> &params)
{
if (key.equals_ci("LANGUAGE"))
- {
- for (int i = 0; LangInfos[i].LanguageId != -1; ++i)
- if (params[0].equals_ci(LangInfos[i].Name))
- nc->language = LangInfos[i].LanguageId;
- }
+ nc->language = params[0];
else if (key.equals_ci("MEMOMAX"))
nc->memos.memomax = params[0].is_pos_number_only() ? convertTo<int16>(params[0]) : 1;
else if (key.equals_ci("CHANCOUNT"))
@@ -890,15 +863,11 @@ class DBPlain : public Module
db << "NC " << nc->display << " " << nc->pass << endl;
- db << "MD LANGUAGE ";
- for (int j = 0; LangInfos[j].LanguageId != -1; ++j)
- if (nc->language == LangInfos[j].LanguageId)
- db << LangInfos[j].Name;
- db << endl;
-
db << "MD MEMOMAX " << nc->memos.memomax << endl;
db << "MD CHANCOUNT " << nc->channelcount << endl;
+ if (!nc->language.empty())
+ db << "MD LANGUAGE " << nc->language << endl;
if (!nc->email.empty())
db << "MD EMAIL " << nc->email << endl;
if (!nc->greet.empty())
diff --git a/modules/core/hs_del.cpp b/modules/core/hs_del.cpp
index 9f3794c25..2908fa3db 100644
--- a/modules/core/hs_del.cpp
+++ b/modules/core/hs_del.cpp
@@ -28,33 +28,33 @@ class CommandHSDel : public Command
{
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_HostServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(HostServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
Log(LOG_ADMIN, u, this) << "for user " << na->nick;
FOREACH_MOD(I_OnDeleteVhost, OnDeleteVhost(na));
na->hostinfo.RemoveVhost();
- notice_lang(Config->s_HostServ, u, HOST_DEL, nick.c_str());
+ u->SendMessage(HostServ, HOST_DEL, nick.c_str());
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOREG, nick.c_str());
+ u->SendMessage(HostServ, HOST_NOREG, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_DEL);
+ u->SendMessage(HostServ, HOST_HELP_DEL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_HostServ, u, "DEL", HOST_DEL_SYNTAX);
+ SyntaxError(HostServ, u, "DEL", HOST_DEL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_DEL);
+ u->SendMessage(HostServ, HOST_HELP_CMD_DEL);
}
};
diff --git a/modules/core/hs_delall.cpp b/modules/core/hs_delall.cpp
index ca4d804a3..53b08f283 100644
--- a/modules/core/hs_delall.cpp
+++ b/modules/core/hs_delall.cpp
@@ -28,7 +28,7 @@ class CommandHSDelAll : public Command
{
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_HostServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(HostServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
FOREACH_MOD(I_OnDeleteVhost, OnDeleteVhost(na));
@@ -39,27 +39,27 @@ class CommandHSDelAll : public Command
na->hostinfo.RemoveVhost();
}
Log(LOG_ADMIN, u, this) << "for all nicks in group " << nc->display;
- notice_lang(Config->s_HostServ, u, HOST_DELALL, nc->display.c_str());
+ u->SendMessage(HostServ, HOST_DELALL, nc->display.c_str());
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOREG, nick.c_str());
+ u->SendMessage(HostServ, HOST_NOREG, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_DELALL);
+ u->SendMessage(HostServ, HOST_HELP_DELALL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_HostServ, u, "DELALL", HOST_DELALL_SYNTAX);
+ SyntaxError(HostServ, u, "DELALL", HOST_DELALL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_DELALL);
+ u->SendMessage(HostServ, HOST_HELP_CMD_DELALL);
}
};
diff --git a/modules/core/hs_group.cpp b/modules/core/hs_group.cpp
index 688d70258..11b56ba07 100644
--- a/modules/core/hs_group.cpp
+++ b/modules/core/hs_group.cpp
@@ -27,25 +27,25 @@ class CommandHSGroup : public Command
{
HostServSyncVhosts(na);
if (!na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_GROUP, u->Account()->display.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_IDENT_GROUP, u->Account()->display.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_GROUP, u->Account()->display.c_str(), na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_GROUP, u->Account()->display.c_str(), na->hostinfo.GetHost().c_str());
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOT_ASSIGNED);
+ u->SendMessage(HostServ, HOST_NOT_ASSIGNED);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_GROUP);
+ u->SendMessage(HostServ, HOST_HELP_GROUP);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_GROUP);
+ u->SendMessage(HostServ, HOST_HELP_CMD_GROUP);
}
};
diff --git a/modules/core/hs_help.cpp b/modules/core/hs_help.cpp
index 744e0c84d..45d4d2314 100644
--- a/modules/core/hs_help.cpp
+++ b/modules/core/hs_help.cpp
@@ -29,7 +29,7 @@ class CommandHSHelp : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP, Config->s_HostServ.c_str());
+ u->SendMessage(HostServ, OPER_HELP, Config->s_HostServ.c_str());
for (CommandMap::const_iterator it = HostServ->Commands.begin(), it_end = HostServ->Commands.end(); it != it_end; ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
diff --git a/modules/core/hs_list.cpp b/modules/core/hs_list.cpp
index 7e9332f22..c0408844d 100644
--- a/modules/core/hs_list.cpp
+++ b/modules/core/hs_list.cpp
@@ -25,8 +25,6 @@ class CommandHSList : public Command
Anope::string key = !params.empty() ? params[0] : "";
int from = 0, to = 0, counter = 1;
unsigned display_counter = 0;
- tm *tm;
- char buf[BUFSIZE];
/**
* Do a check for a range here, then in the next loop
@@ -37,14 +35,14 @@ class CommandHSList : public Command
size_t tmp = key.find('-');
if (tmp == Anope::string::npos || tmp == key.length() || tmp == 1)
{
- notice_lang(Config->s_HostServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(HostServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
for (unsigned i = 1, end = key.length(); i < end; ++i)
{
if (!isdigit(key[i]) && i != tmp)
{
- notice_lang(Config->s_HostServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(HostServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
from = convertTo<int>(key.substr(1, tmp - 1));
@@ -64,13 +62,10 @@ class CommandHSList : public Command
if ((Anope::Match(na->nick, key) || Anope::Match(na->hostinfo.GetHost(), key)) && display_counter < Config->NSListMax)
{
++display_counter;
- time_t time = na->hostinfo.GetTime();
- tm = localtime(&time);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
if (!na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), buf);
+ u->SendMessage(HostServ, HOST_IDENT_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), do_strftime(na->hostinfo.GetTime()).c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), buf);
+ u->SendMessage(HostServ, HOST_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), do_strftime(na->hostinfo.GetTime()).c_str());
}
}
else
@@ -82,38 +77,35 @@ class CommandHSList : public Command
if (((counter >= from && counter <= to) || (!from && !to)) && display_counter < Config->NSListMax)
{
++display_counter;
- time_t time = na->hostinfo.GetTime();
- tm = localtime(&time);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
if (!na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), buf);
+ u->SendMessage(HostServ, HOST_IDENT_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), do_strftime(na->hostinfo.GetTime()).c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), buf);
+ u->SendMessage(HostServ, HOST_ENTRY, counter, na->nick.c_str(), na->hostinfo.GetHost().c_str(), na->hostinfo.GetCreator().c_str(), do_strftime(na->hostinfo.GetTime()).c_str());
}
}
++counter;
}
if (!key.empty())
- notice_lang(Config->s_HostServ, u, HOST_LIST_KEY_FOOTER, key.c_str(), display_counter);
+ u->SendMessage(HostServ, HOST_LIST_KEY_FOOTER, key.c_str(), display_counter);
else
{
if (from)
- notice_lang(Config->s_HostServ, u, HOST_LIST_RANGE_FOOTER, from, to);
+ u->SendMessage(HostServ, HOST_LIST_RANGE_FOOTER, from, to);
else
- notice_lang(Config->s_HostServ, u, HOST_LIST_FOOTER, display_counter);
+ u->SendMessage(HostServ, HOST_LIST_FOOTER, display_counter);
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_LIST);
+ u->SendMessage(HostServ, HOST_HELP_LIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_LIST);
+ u->SendMessage(HostServ, HOST_HELP_CMD_LIST);
}
};
diff --git a/modules/core/hs_off.cpp b/modules/core/hs_off.cpp
index 1338f14b3..535139106 100644
--- a/modules/core/hs_off.cpp
+++ b/modules/core/hs_off.cpp
@@ -25,12 +25,12 @@ class CommandHSOff : public Command
NickAlias *na = findnick(u->nick);
if (!na || !na->hostinfo.HasVhost())
- notice_lang(Config->s_HostServ, u, HOST_NOT_ASSIGNED);
+ u->SendMessage(HostServ, HOST_NOT_ASSIGNED);
else
{
ircdproto->SendVhostDel(u);
Log(LOG_COMMAND, u, this) << "to disable their vhost";
- notice_lang(Config->s_HostServ, u, HOST_OFF);
+ u->SendMessage(HostServ, HOST_OFF);
}
return MOD_CONT;
@@ -38,13 +38,13 @@ class CommandHSOff : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_OFF);
+ u->SendMessage(HostServ, HOST_HELP_OFF);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_OFF);
+ u->SendMessage(HostServ, HOST_HELP_CMD_OFF);
}
};
diff --git a/modules/core/hs_on.cpp b/modules/core/hs_on.cpp
index a57b8d8f2..c8e953e73 100644
--- a/modules/core/hs_on.cpp
+++ b/modules/core/hs_on.cpp
@@ -26,9 +26,9 @@ class CommandHSOn : public Command
if (na && u->Account() == na->nc && na->hostinfo.HasVhost())
{
if (!na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_ACTIVATED, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_IDENT_ACTIVATED, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_ACTIVATED, na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_ACTIVATED, na->hostinfo.GetHost().c_str());
Log(LOG_COMMAND, u, this) << "to enable their vhost of " << (!na->hostinfo.GetIdent().empty() ? na->hostinfo.GetIdent() + "@" : "") << na->hostinfo.GetHost();
ircdproto->SendVhost(u, na->hostinfo.GetIdent(), na->hostinfo.GetHost());
if (ircd->vhost)
@@ -41,20 +41,20 @@ class CommandHSOn : public Command
u->UpdateHost();
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOT_ASSIGNED);
+ u->SendMessage(HostServ, HOST_NOT_ASSIGNED);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_ON);
+ u->SendMessage(HostServ, HOST_HELP_ON);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_ON);
+ u->SendMessage(HostServ, HOST_HELP_CMD_ON);
}
};
diff --git a/modules/core/hs_set.cpp b/modules/core/hs_set.cpp
index ca554933c..00b7d4556 100644
--- a/modules/core/hs_set.cpp
+++ b/modules/core/hs_set.cpp
@@ -35,12 +35,12 @@ class CommandHSSet : public Command
rawhostmask = myStrGetTokenRemainder(rawhostmask, '@', 1); /* get the remaining string */
if (rawhostmask.empty())
{
- notice_lang(Config->s_HostServ, u, HOST_SET_SYNTAX, Config->s_HostServ.c_str());
+ u->SendMessage(HostServ, HOST_SET_SYNTAX, Config->s_HostServ.c_str());
return MOD_CONT;
}
if (vIdent.length() > Config->UserLen)
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENTTOOLONG, Config->UserLen);
+ u->SendMessage(HostServ, HOST_SET_IDENTTOOLONG, Config->UserLen);
return MOD_CONT;
}
else
@@ -48,13 +48,13 @@ class CommandHSSet : public Command
for (Anope::string::iterator s = vIdent.begin(), s_end = vIdent.end(); s != s_end; ++s)
if (!isvalidchar(*s))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENT_ERROR);
+ u->SendMessage(HostServ, HOST_SET_IDENT_ERROR);
return MOD_CONT;
}
}
if (!ircd->vident)
{
- notice_lang(Config->s_HostServ, u, HOST_NO_VIDENT);
+ u->SendMessage(HostServ, HOST_NO_VIDENT);
return MOD_CONT;
}
}
@@ -62,13 +62,13 @@ class CommandHSSet : public Command
hostmask = rawhostmask;
else
{
- notice_lang(Config->s_HostServ, u, HOST_SET_TOOLONG, Config->HostLen);
+ u->SendMessage(HostServ, HOST_SET_TOOLONG, Config->HostLen);
return MOD_CONT;
}
if (!isValidHost(hostmask, 3))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_ERROR);
+ u->SendMessage(HostServ, HOST_SET_ERROR);
return MOD_CONT;
}
@@ -78,7 +78,7 @@ class CommandHSSet : public Command
{
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_HostServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(HostServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
@@ -87,29 +87,29 @@ class CommandHSSet : public Command
na->hostinfo.SetVhost(vIdent, hostmask, u->nick);
FOREACH_MOD(I_OnSetVhost, OnSetVhost(na));
if (!vIdent.empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_SET, nick.c_str(), vIdent.c_str(), hostmask.c_str());
+ u->SendMessage(HostServ, HOST_IDENT_SET, nick.c_str(), vIdent.c_str(), hostmask.c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_SET, nick.c_str(), hostmask.c_str());
+ u->SendMessage(HostServ, HOST_SET, nick.c_str(), hostmask.c_str());
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOREG, nick.c_str());
+ u->SendMessage(HostServ, HOST_NOREG, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_SET);
+ u->SendMessage(HostServ, HOST_HELP_SET);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_HostServ, u, "SET", HOST_SET_SYNTAX);
+ SyntaxError(HostServ, u, "SET", HOST_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_SET);
+ u->SendMessage(HostServ, HOST_HELP_CMD_SET);
}
};
diff --git a/modules/core/hs_setall.cpp b/modules/core/hs_setall.cpp
index 715559c5a..304a000b8 100644
--- a/modules/core/hs_setall.cpp
+++ b/modules/core/hs_setall.cpp
@@ -31,12 +31,12 @@ class CommandHSSetAll : public Command
if (!(na = findnick(nick)))
{
- notice_lang(Config->s_HostServ, u, HOST_NOREG, nick.c_str());
+ u->SendMessage(HostServ, HOST_NOREG, nick.c_str());
return MOD_CONT;
}
else if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_HostServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(HostServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
@@ -46,12 +46,12 @@ class CommandHSSetAll : public Command
rawhostmask = myStrGetTokenRemainder(rawhostmask, '@', 1); /* get the remaining string */
if (rawhostmask.empty())
{
- notice_lang(Config->s_HostServ, u, HOST_SETALL_SYNTAX, Config->s_HostServ.c_str());
+ u->SendMessage(HostServ, HOST_SETALL_SYNTAX, Config->s_HostServ.c_str());
return MOD_CONT;
}
if (vIdent.length() > Config->UserLen)
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENTTOOLONG, Config->UserLen);
+ u->SendMessage(HostServ, HOST_SET_IDENTTOOLONG, Config->UserLen);
return MOD_CONT;
}
else
@@ -59,13 +59,13 @@ class CommandHSSetAll : public Command
for (Anope::string::iterator s = vIdent.begin(), s_end = vIdent.end(); s != s_end; ++s)
if (!isvalidchar(*s))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENT_ERROR);
+ u->SendMessage(HostServ, HOST_SET_IDENT_ERROR);
return MOD_CONT;
}
}
if (!ircd->vident)
{
- notice_lang(Config->s_HostServ, u, HOST_NO_VIDENT);
+ u->SendMessage(HostServ, HOST_NO_VIDENT);
return MOD_CONT;
}
}
@@ -74,13 +74,13 @@ class CommandHSSetAll : public Command
hostmask = rawhostmask;
else
{
- notice_lang(Config->s_HostServ, u, HOST_SET_TOOLONG, Config->HostLen);
+ u->SendMessage(HostServ, HOST_SET_TOOLONG, Config->HostLen);
return MOD_CONT;
}
if (!isValidHost(hostmask, 3))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_ERROR);
+ u->SendMessage(HostServ, HOST_SET_ERROR);
return MOD_CONT;
}
@@ -92,26 +92,26 @@ class CommandHSSetAll : public Command
HostServSyncVhosts(na);
FOREACH_MOD(I_OnSetVhost, OnSetVhost(na));
if (!vIdent.empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_SETALL, nick.c_str(), vIdent.c_str(), hostmask.c_str());
+ u->SendMessage(HostServ, HOST_IDENT_SETALL, nick.c_str(), vIdent.c_str(), hostmask.c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_SETALL, nick.c_str(), hostmask.c_str());
+ u->SendMessage(HostServ, HOST_SETALL, nick.c_str(), hostmask.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_HostServ, u, HOST_HELP_SETALL);
+ u->SendMessage(HostServ, HOST_HELP_SETALL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_HostServ, u, "SETALL", HOST_SETALL_SYNTAX);
+ SyntaxError(HostServ, u, "SETALL", HOST_SETALL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_HostServ, u, HOST_HELP_CMD_SETALL);
+ u->SendMessage(HostServ, HOST_HELP_CMD_SETALL);
}
};
diff --git a/modules/core/ms_cancel.cpp b/modules/core/ms_cancel.cpp
index da31c3261..e9a58c9d5 100644
--- a/modules/core/ms_cancel.cpp
+++ b/modules/core/ms_cancel.cpp
@@ -31,9 +31,9 @@ class CommandMSCancel : public Command
if (!(mi = getmemoinfo(name, ischan, isforbid)))
{
if (isforbid)
- notice_lang(Config->s_MemoServ, u, ischan ? CHAN_X_FORBIDDEN : NICK_X_FORBIDDEN, name.c_str());
+ u->SendMessage(MemoServ, ischan ? CHAN_X_FORBIDDEN : NICK_X_FORBIDDEN, name.c_str());
else
- notice_lang(Config->s_MemoServ, u, ischan ? CHAN_X_NOT_REGISTERED : NICK_X_NOT_REGISTERED, name.c_str());
+ u->SendMessage(MemoServ, ischan ? CHAN_X_NOT_REGISTERED : NICK_X_NOT_REGISTERED, name.c_str());
}
else
{
@@ -44,29 +44,29 @@ class CommandMSCancel : public Command
{
FOREACH_MOD(I_OnMemoDel, OnMemoDel(findnick(name)->nc, mi, mi->memos[i]->number));
delmemo(mi, mi->memos[i]->number);
- notice_lang(Config->s_MemoServ, u, MEMO_CANCELLED, name.c_str());
+ u->SendMessage(MemoServ, MEMO_CANCELLED, name.c_str());
return MOD_CONT;
}
- notice_lang(Config->s_MemoServ, u, MEMO_CANCEL_NONE);
+ u->SendMessage(MemoServ, MEMO_CANCEL_NONE);
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_CANCEL);
+ u->SendMessage(MemoServ, MEMO_HELP_CANCEL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "CANCEL", MEMO_CANCEL_SYNTAX);
+ SyntaxError(MemoServ, u, "CANCEL", MEMO_CANCEL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_CANCEL);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_CANCEL);
}
};
diff --git a/modules/core/ms_check.cpp b/modules/core/ms_check.cpp
index b0f3b7feb..f6d9e9833 100644
--- a/modules/core/ms_check.cpp
+++ b/modules/core/ms_check.cpp
@@ -26,18 +26,16 @@ class CommandMSCheck : public Command
MemoInfo *mi = NULL;
int i, found = 0;
Anope::string recipient = params[0];
- struct tm *tm;
- char timebuf[64];
if (!(na = findnick(recipient)))
{
- notice_lang(Config->s_MemoServ, u, NICK_X_NOT_REGISTERED, recipient.c_str());
+ u->SendMessage(MemoServ, NICK_X_NOT_REGISTERED, recipient.c_str());
return MOD_CONT;
}
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_MemoServ, u, NICK_X_FORBIDDEN, recipient.c_str());
+ u->SendMessage(MemoServ, NICK_X_FORBIDDEN, recipient.c_str());
return MOD_CONT;
}
@@ -52,37 +50,34 @@ class CommandMSCheck : public Command
{
found = 1; /* Yes, we've found the memo */
- tm = localtime(&mi->memos[i]->time);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, tm);
-
if (mi->memos[i]->HasFlag(MF_UNREAD))
- notice_lang(Config->s_MemoServ, u, MEMO_CHECK_NOT_READ, na->nick.c_str(), timebuf);
+ u->SendMessage(MemoServ, MEMO_CHECK_NOT_READ, na->nick.c_str(), do_strftime(mi->memos[i]->time).c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_CHECK_READ, na->nick.c_str(), timebuf);
+ u->SendMessage(MemoServ, MEMO_CHECK_READ, na->nick.c_str(), do_strftime(mi->memos[i]->time).c_str());
break;
}
}
if (!found)
- notice_lang(Config->s_MemoServ, u, MEMO_CHECK_NO_MEMO, na->nick.c_str());
+ u->SendMessage(MemoServ, MEMO_CHECK_NO_MEMO, na->nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_CHECK);
+ u->SendMessage(MemoServ, MEMO_HELP_CHECK);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "CHECK", MEMO_CHECK_SYNTAX);
+ SyntaxError(MemoServ, u, "CHECK", MEMO_CHECK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_CHECK);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_CHECK);
}
};
diff --git a/modules/core/ms_del.cpp b/modules/core/ms_del.cpp
index 8ffed7532..9c298c0be 100644
--- a/modules/core/ms_del.cpp
+++ b/modules/core/ms_del.cpp
@@ -59,17 +59,17 @@ class CommandMSDel : public Command
if (!(ci = cs_findchan(chan)))
{
- notice_lang(Config->s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan.c_str());
+ u->SendMessage(MemoServ, CHAN_X_NOT_REGISTERED, chan.c_str());
return MOD_CONT;
}
else if (readonly)
{
- notice_lang(Config->s_MemoServ, u, READ_ONLY_MODE);
+ u->SendMessage(MemoServ, READ_ONLY_MODE);
return MOD_CONT;
}
else if (!check_access(u, ci, CA_MEMO))
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
mi = &ci->memos;
@@ -81,9 +81,9 @@ class CommandMSDel : public Command
else if (mi->memos.empty())
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_NO_MEMOS, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_NO_MEMOS, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_HAVE_NO_MEMOS);
+ u->SendMessage(MemoServ, MEMO_HAVE_NO_MEMOS);
}
else
{
@@ -102,7 +102,7 @@ class CommandMSDel : public Command
else
FOREACH_MOD(I_OnMemoDel, OnMemoDel(u->Account(), mi, last));
delmemo(mi, last);
- notice_lang(Config->s_MemoServ, u, MEMO_DELETED_ONE, last);
+ u->SendMessage(MemoServ, MEMO_DELETED_ONE, last);
}
else
{
@@ -115,9 +115,9 @@ class CommandMSDel : public Command
delete mi->memos[i];
mi->memos.clear();
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_CHAN_DELETED_ALL, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_CHAN_DELETED_ALL, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_DELETED_ALL);
+ u->SendMessage(MemoServ, MEMO_DELETED_ALL);
}
/* Reset the order */
@@ -129,18 +129,18 @@ class CommandMSDel : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_DEL);
+ u->SendMessage(MemoServ, MEMO_HELP_DEL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "DEL", MEMO_DEL_SYNTAX);
+ SyntaxError(MemoServ, u, "DEL", MEMO_DEL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_DEL);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_DEL);
}
};
diff --git a/modules/core/ms_help.cpp b/modules/core/ms_help.cpp
index a82c8200e..3f1e82798 100644
--- a/modules/core/ms_help.cpp
+++ b/modules/core/ms_help.cpp
@@ -29,11 +29,11 @@ class CommandMSHelp : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_HEADER);
+ u->SendMessage(MemoServ, MEMO_HELP_HEADER);
for (CommandMap::const_iterator it = MemoServ->Commands.begin(), it_end = MemoServ->Commands.end(); it != it_end; ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
- notice_help(Config->s_MemoServ, u, MEMO_HELP_FOOTER, Config->s_ChanServ.c_str());
+ u->SendMessage(MemoServ, MEMO_HELP_FOOTER, Config->s_ChanServ.c_str());
}
};
diff --git a/modules/core/ms_info.cpp b/modules/core/ms_info.cpp
index 2dfb6398d..9c0d07a55 100644
--- a/modules/core/ms_info.cpp
+++ b/modules/core/ms_info.cpp
@@ -33,12 +33,12 @@ class CommandMSInfo : public Command
na = findnick(name);
if (!na)
{
- notice_lang(Config->s_MemoServ, u, NICK_X_NOT_REGISTERED, name.c_str());
+ u->SendMessage(MemoServ, NICK_X_NOT_REGISTERED, name.c_str());
return MOD_CONT;
}
else if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_MemoServ, u, NICK_X_FORBIDDEN, name.c_str());
+ u->SendMessage(MemoServ, NICK_X_FORBIDDEN, name.c_str());
return MOD_CONT;
}
mi = &na->nc->memos;
@@ -48,12 +48,12 @@ class CommandMSInfo : public Command
{
if (!(ci = cs_findchan(name)))
{
- notice_lang(Config->s_MemoServ, u, CHAN_X_NOT_REGISTERED, name.c_str());
+ u->SendMessage(MemoServ, CHAN_X_NOT_REGISTERED, name.c_str());
return MOD_CONT;
}
else if (!check_access(u, ci, CA_MEMO))
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
mi = &ci->memos;
@@ -61,7 +61,7 @@ class CommandMSInfo : public Command
}
else if (!name.empty()) /* It's not a chan and we aren't services admin */
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
else
@@ -73,13 +73,13 @@ class CommandMSInfo : public Command
if (!name.empty() && (ci || na->nc != u->Account()))
{
if (mi->memos.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NO_MEMOS, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NO_MEMOS, name.c_str());
else if (mi->memos.size() == 1)
{
if (mi->memos[0]->HasFlag(MF_UNREAD))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMO_UNREAD, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMO_UNREAD, name.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMO, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMO, name.c_str());
}
else
{
@@ -88,55 +88,55 @@ class CommandMSInfo : public Command
if (mi->memos[i]->HasFlag(MF_UNREAD))
++count;
if (count == mi->memos.size())
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMOS_ALL_UNREAD, name.c_str(), count);
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMOS_ALL_UNREAD, name.c_str(), count);
else if (!count)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMOS, name.c_str(), mi->memos.size());
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMOS, name.c_str(), mi->memos.size());
else if (count == 1)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMOS_ONE_UNREAD, name.c_str(), mi->memos.size());
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMOS_ONE_UNREAD, name.c_str(), mi->memos.size());
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_MEMOS_SOME_UNREAD, name.c_str(), mi->memos.size(), count);
+ u->SendMessage(MemoServ, MEMO_INFO_X_MEMOS_SOME_UNREAD, name.c_str(), mi->memos.size(), count);
}
if (!mi->memomax)
{
if (hardmax)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_HARD_LIMIT, name.c_str(), mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_X_HARD_LIMIT, name.c_str(), mi->memomax);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_LIMIT, name.c_str(), mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_X_LIMIT, name.c_str(), mi->memomax);
}
else if (mi->memomax > 0)
{
if (hardmax)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_HARD_LIMIT, name.c_str(), mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_X_HARD_LIMIT, name.c_str(), mi->memomax);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_LIMIT, name.c_str(), mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_X_LIMIT, name.c_str(), mi->memomax);
}
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NO_LIMIT, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NO_LIMIT, name.c_str());
/* I ripped this code out of ircservices 4.4.5, since I didn't want
to rewrite the whole thing (it pisses me off). */
if (na)
{
if (na->nc->HasFlag(NI_MEMO_RECEIVE) && na->nc->HasFlag(NI_MEMO_SIGNON))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NOTIFY_ON, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NOTIFY_ON, name.c_str());
else if (na->nc->HasFlag(NI_MEMO_RECEIVE))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NOTIFY_RECEIVE, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NOTIFY_RECEIVE, name.c_str());
else if (na->nc->HasFlag(NI_MEMO_SIGNON))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NOTIFY_SIGNON, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NOTIFY_SIGNON, name.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_X_NOTIFY_OFF, name.c_str());
+ u->SendMessage(MemoServ, MEMO_INFO_X_NOTIFY_OFF, name.c_str());
}
}
else /* !name || (!ci || na->nc == u->Account()) */
{
if (mi->memos.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NO_MEMOS);
+ u->SendMessage(MemoServ, MEMO_INFO_NO_MEMOS);
else if (mi->memos.size() == 1)
{
if (mi->memos[0]->HasFlag(MF_UNREAD))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMO_UNREAD);
+ u->SendMessage(MemoServ, MEMO_INFO_MEMO_UNREAD);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMO);
+ u->SendMessage(MemoServ, MEMO_INFO_MEMO);
}
else
{
@@ -145,41 +145,41 @@ class CommandMSInfo : public Command
if (mi->memos[i]->HasFlag(MF_UNREAD))
++count;
if (count == mi->memos.size())
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMOS_ALL_UNREAD, count);
+ u->SendMessage(MemoServ, MEMO_INFO_MEMOS_ALL_UNREAD, count);
else if (!count)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMOS, mi->memos.size());
+ u->SendMessage(MemoServ, MEMO_INFO_MEMOS, mi->memos.size());
else if (count == 1)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMOS_ONE_UNREAD, mi->memos.size());
+ u->SendMessage(MemoServ, MEMO_INFO_MEMOS_ONE_UNREAD, mi->memos.size());
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_MEMOS_SOME_UNREAD, mi->memos.size(), count);
+ u->SendMessage(MemoServ, MEMO_INFO_MEMOS_SOME_UNREAD, mi->memos.size(), count);
}
if (!mi->memomax)
{
if (!u->Account()->IsServicesOper() && hardmax)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_HARD_LIMIT_ZERO);
+ u->SendMessage(MemoServ, MEMO_INFO_HARD_LIMIT_ZERO);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_LIMIT_ZERO);
+ u->SendMessage(MemoServ, MEMO_INFO_LIMIT_ZERO);
}
else if (mi->memomax > 0)
{
if (!u->Account()->IsServicesOper() && hardmax)
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_HARD_LIMIT, mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_HARD_LIMIT, mi->memomax);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_LIMIT, mi->memomax);
+ u->SendMessage(MemoServ, MEMO_INFO_LIMIT, mi->memomax);
}
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NO_LIMIT);
+ u->SendMessage(MemoServ, MEMO_INFO_NO_LIMIT);
/* Ripped too. But differently because of a seg fault (loughs) */
if (u->Account()->HasFlag(NI_MEMO_RECEIVE) && u->Account()->HasFlag(NI_MEMO_SIGNON))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NOTIFY_ON);
+ u->SendMessage(MemoServ, MEMO_INFO_NOTIFY_ON);
else if (u->Account()->HasFlag(NI_MEMO_RECEIVE))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NOTIFY_RECEIVE);
+ u->SendMessage(MemoServ, MEMO_INFO_NOTIFY_RECEIVE);
else if (u->Account()->HasFlag(NI_MEMO_SIGNON))
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NOTIFY_SIGNON);
+ u->SendMessage(MemoServ, MEMO_INFO_NOTIFY_SIGNON);
else
- notice_lang(Config->s_MemoServ, u, MEMO_INFO_NOTIFY_OFF);
+ u->SendMessage(MemoServ, MEMO_INFO_NOTIFY_OFF);
}
return MOD_CONT;
}
@@ -187,16 +187,16 @@ class CommandMSInfo : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_MemoServ, u, MEMO_SERVADMIN_HELP_INFO);
+ u->SendMessage(MemoServ, MEMO_SERVADMIN_HELP_INFO);
else
- notice_help(Config->s_MemoServ, u, MEMO_HELP_INFO);
+ u->SendMessage(MemoServ, MEMO_HELP_INFO);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_INFO);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_INFO);
}
};
diff --git a/modules/core/ms_list.cpp b/modules/core/ms_list.cpp
index dc9b0c6bc..1cd64f0cb 100644
--- a/modules/core/ms_list.cpp
+++ b/modules/core/ms_list.cpp
@@ -33,11 +33,11 @@ class MemoListCallback : public NumberList
{
SentHeader = true;
if (ci)
- notice_lang(Config->s_MemoServ, u, MEMO_LIST_CHAN_MEMOS, ci->name.c_str(), Config->s_MemoServ.c_str(), ci->name.c_str());
+ u->SendMessage(MemoServ, MEMO_LIST_CHAN_MEMOS, ci->name.c_str(), Config->s_MemoServ.c_str(), ci->name.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_LIST_MEMOS, u->nick.c_str(), Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_LIST_MEMOS, u->nick.c_str(), Config->s_MemoServ.c_str());
- notice_lang(Config->s_MemoServ, u, MEMO_LIST_HEADER);
+ u->SendMessage(MemoServ, MEMO_LIST_HEADER);
}
DoList(u, ci, mi, Number - 1);
@@ -46,11 +46,7 @@ class MemoListCallback : public NumberList
static void DoList(User *u, ChannelInfo *ci, const MemoInfo *mi, unsigned index)
{
Memo *m = mi->memos[index];
- struct tm tm = *localtime(&m->time);
- char timebuf[64];
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, &tm);
- timebuf[sizeof(timebuf) - 1] = 0; /* just in case */
- notice_lang(Config->s_MemoServ, u, MEMO_LIST_FORMAT, (m->HasFlag(MF_UNREAD)) ? '*' : ' ', m->number, m->sender.c_str(), timebuf);
+ u->SendMessage(MemoServ, MEMO_LIST_FORMAT, (m->HasFlag(MF_UNREAD)) ? '*' : ' ', m->number, m->sender.c_str(), do_strftime(m->time).c_str());
}
};
@@ -75,12 +71,12 @@ class CommandMSList : public Command
if (!(ci = cs_findchan(chan)))
{
- notice_lang(Config->s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan.c_str());
+ u->SendMessage(MemoServ, CHAN_X_NOT_REGISTERED, chan.c_str());
return MOD_CONT;
}
else if (!check_access(u, ci, CA_MEMO))
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
mi = &ci->memos;
@@ -92,9 +88,9 @@ class CommandMSList : public Command
else if (!mi->memos.size())
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_NO_MEMOS, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_NO_MEMOS, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_HAVE_NO_MEMOS);
+ u->SendMessage(MemoServ, MEMO_HAVE_NO_MEMOS);
}
else
{
@@ -113,9 +109,9 @@ class CommandMSList : public Command
if (i == end)
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_NO_NEW_MEMOS, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_NO_NEW_MEMOS, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_HAVE_NO_NEW_MEMOS);
+ u->SendMessage(MemoServ, MEMO_HAVE_NO_NEW_MEMOS);
return MOD_CONT;
}
}
@@ -131,10 +127,10 @@ class CommandMSList : public Command
{
SentHeader = true;
if (ci)
- notice_lang(Config->s_MemoServ, u, !param.empty() ? MEMO_LIST_CHAN_NEW_MEMOS : MEMO_LIST_CHAN_MEMOS, ci->name.c_str(), Config->s_MemoServ.c_str(), ci->name.c_str());
+ u->SendMessage(MemoServ, !param.empty() ? MEMO_LIST_CHAN_NEW_MEMOS : MEMO_LIST_CHAN_MEMOS, ci->name.c_str(), Config->s_MemoServ.c_str(), ci->name.c_str());
else
- notice_lang(Config->s_MemoServ, u, !param.empty() ? MEMO_LIST_NEW_MEMOS : MEMO_LIST_MEMOS, u->nick.c_str(), Config->s_MemoServ.c_str());
- notice_lang(Config->s_MemoServ, u, MEMO_LIST_HEADER);
+ u->SendMessage(MemoServ, !param.empty() ? MEMO_LIST_NEW_MEMOS : MEMO_LIST_MEMOS, u->nick.c_str(), Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_LIST_HEADER);
}
MemoListCallback::DoList(u, ci, mi, i);
@@ -146,18 +142,18 @@ class CommandMSList : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_LIST);
+ u->SendMessage(MemoServ, MEMO_HELP_LIST);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "LIST", MEMO_LIST_SYNTAX);
+ SyntaxError(MemoServ, u, "LIST", MEMO_LIST_SYNTAX);
}
void OnServCommand(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_LIST);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_LIST);
}
};
diff --git a/modules/core/ms_read.cpp b/modules/core/ms_read.cpp
index 80e1d5bf6..1828992bb 100644
--- a/modules/core/ms_read.cpp
+++ b/modules/core/ms_read.cpp
@@ -33,15 +33,11 @@ class MemoListCallback : public NumberList
static void DoRead(User *u, MemoInfo *mi, ChannelInfo *ci, unsigned index)
{
Memo *m = mi->memos[index];
- struct tm tm = *localtime(&m->time);
- char timebuf[64];
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, &tm);
- timebuf[sizeof(timebuf) - 1] = 0;
if (ci)
- notice_lang(Config->s_MemoServ, u, MEMO_CHAN_HEADER, m->number, m->sender.c_str(), timebuf, Config->s_MemoServ.c_str(), ci->name.c_str(), m->number);
+ u->SendMessage(MemoServ, MEMO_CHAN_HEADER, m->number, m->sender.c_str(), do_strftime(m->time).c_str(), Config->s_MemoServ.c_str(), ci->name.c_str(), m->number);
else
- notice_lang(Config->s_MemoServ, u, MEMO_HEADER, m->number, m->sender.c_str(), timebuf, Config->s_MemoServ.c_str(), m->number);
- notice_lang(Config->s_MemoServ, u, MEMO_TEXT, m->text.c_str());
+ u->SendMessage(MemoServ, MEMO_HEADER, m->number, m->sender.c_str(), do_strftime(m->time).c_str(), Config->s_MemoServ.c_str(), m->number);
+ u->SendMessage(MemoServ, MEMO_TEXT, m->text.c_str());
m->UnsetFlag(MF_UNREAD);
/* Check if a receipt notification was requested */
@@ -71,12 +67,12 @@ class CommandMSRead : public Command
if (!(ci = cs_findchan(chan)))
{
- notice_lang(Config->s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan.c_str());
+ u->SendMessage(MemoServ, CHAN_X_NOT_REGISTERED, chan.c_str());
return MOD_CONT;
}
else if (!check_access(u, ci, CA_MEMO))
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
mi = &ci->memos;
@@ -89,9 +85,9 @@ class CommandMSRead : public Command
else if (mi->memos.empty())
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_NO_MEMOS, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_NO_MEMOS, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_HAVE_NO_MEMOS);
+ u->SendMessage(MemoServ, MEMO_HAVE_NO_MEMOS);
}
else {
int i, end;
@@ -108,9 +104,9 @@ class CommandMSRead : public Command
if (!readcount)
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_NO_NEW_MEMOS, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_NO_NEW_MEMOS, chan.c_str());
else
- notice_lang(Config->s_MemoServ, u, MEMO_HAVE_NO_NEW_MEMOS);
+ u->SendMessage(MemoServ, MEMO_HAVE_NO_NEW_MEMOS);
}
}
else if (numstr.equals_ci("LAST"))
@@ -129,18 +125,18 @@ class CommandMSRead : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_READ);
+ u->SendMessage(MemoServ, MEMO_HELP_READ);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "READ", MEMO_READ_SYNTAX);
+ SyntaxError(MemoServ, u, "READ", MEMO_READ_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_READ);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_READ);
}
};
diff --git a/modules/core/ms_rsend.cpp b/modules/core/ms_rsend.cpp
index 6ed6b3b03..01b46fbe7 100644
--- a/modules/core/ms_rsend.cpp
+++ b/modules/core/ms_rsend.cpp
@@ -29,7 +29,7 @@ class CommandMSRSend : public Command
/* prevent user from rsend to themselves */
if ((na = findnick(nick)) && na->nc == u->Account())
{
- notice_lang(Config->s_MemoServ, u, MEMO_NO_RSEND_SELF);
+ u->SendMessage(MemoServ, MEMO_NO_RSEND_SELF);
return MOD_CONT;
}
@@ -39,7 +39,7 @@ class CommandMSRSend : public Command
if (u->Account()->IsServicesOper())
memo_send(u, nick, text, 3);
else
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
}
else if (Config->MSMemoReceipt == 2)
/* Everybody can use rsend */
@@ -48,7 +48,7 @@ class CommandMSRSend : public Command
{
/* rsend has been disabled */
Log() << "MSMemoReceipt is set misconfigured to " << Config->MSMemoReceipt;
- notice_lang(Config->s_MemoServ, u, MEMO_RSEND_DISABLED);
+ u->SendMessage(MemoServ, MEMO_RSEND_DISABLED);
}
return MOD_CONT;
@@ -56,18 +56,18 @@ class CommandMSRSend : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_RSEND);
+ u->SendMessage(MemoServ, MEMO_HELP_RSEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "RSEND", MEMO_RSEND_SYNTAX);
+ SyntaxError(MemoServ, u, "RSEND", MEMO_RSEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_RSEND);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_RSEND);
}
};
diff --git a/modules/core/ms_send.cpp b/modules/core/ms_send.cpp
index 015302a8e..9cc361f4e 100644
--- a/modules/core/ms_send.cpp
+++ b/modules/core/ms_send.cpp
@@ -30,18 +30,18 @@ class CommandMSSend : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_SEND);
+ u->SendMessage(MemoServ, MEMO_HELP_SEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "SEND", MEMO_SEND_SYNTAX);
+ SyntaxError(MemoServ, u, "SEND", MEMO_SEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_SEND);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_SEND);
}
};
diff --git a/modules/core/ms_sendall.cpp b/modules/core/ms_sendall.cpp
index e15b8ae93..b16e13929 100644
--- a/modules/core/ms_sendall.cpp
+++ b/modules/core/ms_sendall.cpp
@@ -26,7 +26,7 @@ class CommandMSSendAll : public Command
if (readonly)
{
- notice_lang(Config->s_MemoServ, u, MEMO_SEND_DISABLED);
+ u->SendMessage(MemoServ, MEMO_SEND_DISABLED);
return MOD_CONT;
}
@@ -40,24 +40,24 @@ class CommandMSSendAll : public Command
memo_send(u, nc->display, text, 1);
}
- notice_lang(Config->s_MemoServ, u, MEMO_MASS_SENT);
+ u->SendMessage(MemoServ, MEMO_MASS_SENT);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_SENDALL);
+ u->SendMessage(MemoServ, MEMO_HELP_SENDALL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "SENDALL", MEMO_SEND_SYNTAX);
+ SyntaxError(MemoServ, u, "SENDALL", MEMO_SEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_SENDALL);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_SENDALL);
}
};
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp
index bb065974d..a49e849f1 100644
--- a/modules/core/ms_set.cpp
+++ b/modules/core/ms_set.cpp
@@ -24,44 +24,44 @@ class CommandMSSet : public Command
{
u->Account()->SetFlag(NI_MEMO_SIGNON);
u->Account()->SetFlag(NI_MEMO_RECEIVE);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_ON, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_ON, Config->s_MemoServ.c_str());
}
else if (param.equals_ci("LOGON"))
{
u->Account()->SetFlag(NI_MEMO_SIGNON);
u->Account()->UnsetFlag(NI_MEMO_RECEIVE);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_LOGON, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_LOGON, Config->s_MemoServ.c_str());
}
else if (param.equals_ci("NEW"))
{
u->Account()->UnsetFlag(NI_MEMO_SIGNON);
u->Account()->SetFlag(NI_MEMO_RECEIVE);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_NEW, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_NEW, Config->s_MemoServ.c_str());
}
else if (param.equals_ci("MAIL"))
{
if (!u->Account()->email.empty())
{
u->Account()->SetFlag(NI_MEMO_MAIL);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_MAIL);
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_MAIL);
}
else
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_INVALIDMAIL);
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_INVALIDMAIL);
}
else if (param.equals_ci("NOMAIL"))
{
u->Account()->UnsetFlag(NI_MEMO_MAIL);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_NOMAIL);
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_NOMAIL);
}
else if (param.equals_ci("OFF"))
{
u->Account()->UnsetFlag(NI_MEMO_SIGNON);
u->Account()->UnsetFlag(NI_MEMO_RECEIVE);
u->Account()->UnsetFlag(NI_MEMO_MAIL);
- notice_lang(Config->s_MemoServ, u, MEMO_SET_NOTIFY_OFF, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_NOTIFY_OFF, Config->s_MemoServ.c_str());
}
else
- syntax_error(Config->s_MemoServ, u, "SET NOTIFY", MEMO_SET_NOTIFY_SYNTAX);
+ SyntaxError(MemoServ, u, "SET NOTIFY", MEMO_SET_NOTIFY_SYNTAX);
return MOD_CONT;
}
@@ -84,12 +84,12 @@ class CommandMSSet : public Command
p3 = params.size() > 4 ? params[4] : "";
if (!(ci = cs_findchan(chan)))
{
- notice_lang(Config->s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan.c_str());
+ u->SendMessage(MemoServ, CHAN_X_NOT_REGISTERED, chan.c_str());
return MOD_CONT;
}
else if (!is_servadmin && !check_access(u, ci, CA_MEMO))
{
- notice_lang(Config->s_MemoServ, u, ACCESS_DENIED);
+ u->SendMessage(MemoServ, ACCESS_DENIED);
return MOD_CONT;
}
mi = &ci->memos;
@@ -101,7 +101,7 @@ class CommandMSSet : public Command
NickAlias *na;
if (!(na = findnick(p1)))
{
- notice_lang(Config->s_MemoServ, u, NICK_X_NOT_REGISTERED, p1.c_str());
+ u->SendMessage(MemoServ, NICK_X_NOT_REGISTERED, p1.c_str());
return MOD_CONT;
}
user = p1;
@@ -112,12 +112,12 @@ class CommandMSSet : public Command
}
else if (p1.empty())
{
- syntax_error(Config->s_MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SERVADMIN_SYNTAX);
+ SyntaxError(MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SERVADMIN_SYNTAX);
return MOD_CONT;
}
if ((!isdigit(p1[0]) && !p1.equals_ci("NONE")) || (!p2.empty() && !p2.equals_ci("HARD")))
{
- syntax_error(Config->s_MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SERVADMIN_SYNTAX);
+ SyntaxError(MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SERVADMIN_SYNTAX);
return MOD_CONT;
}
if (!chan.empty())
@@ -137,7 +137,7 @@ class CommandMSSet : public Command
limit = p1.is_number_only() ? convertTo<int32>(p1) : -1;
if (limit < 0 || limit > 32767)
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT_OVERFLOW, 32767);
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT_OVERFLOW, 32767);
limit = 32767;
}
if (p1.equals_ci("NONE"))
@@ -147,17 +147,17 @@ class CommandMSSet : public Command
{
if (p1.empty() || !p2.empty() || !isdigit(p1[0]))
{
- syntax_error(Config->s_MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SYNTAX);
+ SyntaxError(MemoServ, u, "SET LIMIT", MEMO_SET_LIMIT_SYNTAX);
return MOD_CONT;
}
if (!chan.empty() && ci->HasFlag(CI_MEMO_HARDMAX))
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT_FORBIDDEN, chan.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT_FORBIDDEN, chan.c_str());
return MOD_CONT;
}
else if (chan.empty() && nc->HasFlag(NI_MEMO_HARDMAX))
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_YOUR_LIMIT_FORBIDDEN);
+ u->SendMessage(MemoServ, MEMO_SET_YOUR_LIMIT_FORBIDDEN);
return MOD_CONT;
}
limit = p1.is_number_only() ? convertTo<int32>(p1) : -1;
@@ -166,14 +166,14 @@ class CommandMSSet : public Command
if (limit < 0 || (Config->MSMaxMemos > 0 && limit > Config->MSMaxMemos))
{
if (!chan.empty())
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT_TOO_HIGH, chan.c_str(), Config->MSMaxMemos);
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT_TOO_HIGH, chan.c_str(), Config->MSMaxMemos);
else
- notice_lang(Config->s_MemoServ, u, MEMO_SET_YOUR_LIMIT_TOO_HIGH, Config->MSMaxMemos);
+ u->SendMessage(MemoServ, MEMO_SET_YOUR_LIMIT_TOO_HIGH, Config->MSMaxMemos);
return MOD_CONT;
}
else if (limit > 32767)
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT_OVERFLOW, 32767);
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT_OVERFLOW, 32767);
limit = 32767;
}
}
@@ -181,23 +181,23 @@ class CommandMSSet : public Command
if (limit > 0)
{
if (chan.empty() && nc == u->Account())
- notice_lang(Config->s_MemoServ, u, MEMO_SET_YOUR_LIMIT, limit);
+ u->SendMessage(MemoServ, MEMO_SET_YOUR_LIMIT, limit);
else
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT, !chan.empty() ? chan.c_str() : user.c_str(), limit);
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT, !chan.empty() ? chan.c_str() : user.c_str(), limit);
}
else if (!limit)
{
if (chan.empty() && nc == u->Account())
- notice_lang(Config->s_MemoServ, u, MEMO_SET_YOUR_LIMIT_ZERO);
+ u->SendMessage(MemoServ, MEMO_SET_YOUR_LIMIT_ZERO);
else
- notice_lang(Config->s_MemoServ, u, MEMO_SET_LIMIT_ZERO, !chan.empty() ? chan.c_str() : user.c_str());
+ u->SendMessage(MemoServ, MEMO_SET_LIMIT_ZERO, !chan.empty() ? chan.c_str() : user.c_str());
}
else
{
if (chan.empty() && nc == u->Account())
- notice_lang(Config->s_MemoServ, u, MEMO_UNSET_YOUR_LIMIT);
+ u->SendMessage(MemoServ, MEMO_UNSET_YOUR_LIMIT);
else
- notice_lang(Config->s_MemoServ, u, MEMO_UNSET_LIMIT, !chan.empty() ? chan.c_str() : user.c_str());
+ u->SendMessage(MemoServ, MEMO_UNSET_LIMIT, !chan.empty() ? chan.c_str() : user.c_str());
}
return MOD_CONT;
}
@@ -213,7 +213,7 @@ class CommandMSSet : public Command
if (readonly)
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_DISABLED);
+ u->SendMessage(MemoServ, MEMO_SET_DISABLED);
return MOD_CONT;
}
else if (cmd.equals_ci("NOTIFY"))
@@ -222,8 +222,8 @@ class CommandMSSet : public Command
return this->DoLimit(u, params, mi);
else
{
- notice_lang(Config->s_MemoServ, u, MEMO_SET_UNKNOWN_OPTION, cmd.c_str());
- notice_lang(Config->s_MemoServ, u, MORE_INFO, Config->s_MemoServ.c_str(), "SET");
+ u->SendMessage(MemoServ, NICK_SET_UNKNOWN_OPTION, cmd.c_str());
+ u->SendMessage(MemoServ, MORE_INFO, Config->s_MemoServ.c_str(), "SET");
}
return MOD_CONT;
}
@@ -231,15 +231,15 @@ class CommandMSSet : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (subcommand.empty())
- notice_help(Config->s_MemoServ, u, MEMO_HELP_SET);
+ u->SendMessage(MemoServ, MEMO_HELP_SET);
else if (subcommand.equals_ci("NOTIFY"))
- notice_help(Config->s_MemoServ, u, MEMO_HELP_SET_NOTIFY);
+ u->SendMessage(MemoServ, MEMO_HELP_SET_NOTIFY);
else if (subcommand.equals_ci("LIMIT"))
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_MemoServ, u, MEMO_SERVADMIN_HELP_SET_LIMIT, Config->MSMaxMemos);
+ u->SendMessage(MemoServ, MEMO_SERVADMIN_HELP_SET_LIMIT, Config->MSMaxMemos);
else
- notice_help(Config->s_MemoServ, u, MEMO_HELP_SET_LIMIT, Config->MSMaxMemos);
+ u->SendMessage(MemoServ, MEMO_HELP_SET_LIMIT, Config->MSMaxMemos);
}
else
return false;
@@ -249,12 +249,12 @@ class CommandMSSet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "SET", MEMO_SET_SYNTAX);
+ SyntaxError(MemoServ, u, "SET", NICK_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_SET);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_SET);
}
};
diff --git a/modules/core/ms_staff.cpp b/modules/core/ms_staff.cpp
index 292161a7b..7acebfe2e 100644
--- a/modules/core/ms_staff.cpp
+++ b/modules/core/ms_staff.cpp
@@ -26,7 +26,7 @@ class CommandMSStaff : public Command
if (readonly)
{
- notice_lang(Config->s_MemoServ, u, MEMO_SEND_DISABLED);
+ u->SendMessage(MemoServ, MEMO_SEND_DISABLED);
return MOD_CONT;
}
@@ -43,18 +43,18 @@ class CommandMSStaff : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_MemoServ, u, MEMO_HELP_STAFF);
+ u->SendMessage(MemoServ, MEMO_HELP_STAFF);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_MemoServ, u, "STAFF", MEMO_STAFF_SYNTAX);
+ SyntaxError(MemoServ, u, "STAFF", MEMO_STAFF_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_MemoServ, u, MEMO_HELP_CMD_STAFF);
+ u->SendMessage(MemoServ, MEMO_HELP_CMD_STAFF);
}
};
diff --git a/modules/core/ns_access.cpp b/modules/core/ns_access.cpp
index bd2d34a32..946a1fa8f 100644
--- a/modules/core/ns_access.cpp
+++ b/modules/core/ns_access.cpp
@@ -23,17 +23,17 @@ class CommandNSAccess : public Command
if (nc->access.empty())
{
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_LIST_X_EMPTY, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_LIST_X_EMPTY, nc->display.c_str());
return MOD_CONT;
}
if (nc->HasFlag(NI_SUSPENDED))
{
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, nc->display.c_str());
return MOD_CONT;
}
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_LIST_X, params[1].c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_LIST_X, params[1].c_str());
for (i = 0, end = nc->access.size(); i < end; ++i)
{
Anope::string access = nc->GetAccess(i);
@@ -55,18 +55,18 @@ class CommandNSAccess : public Command
if (nc->access.size() >= Config->NSAccessMax)
{
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_REACHED_LIMIT, Config->NSAccessMax);
+ u->SendMessage(NickServ, NICK_ACCESS_REACHED_LIMIT, Config->NSAccessMax);
return MOD_CONT;
}
if (nc->FindAccess(mask))
{
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_ALREADY_PRESENT, mask.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_ALREADY_PRESENT, mask.c_str());
return MOD_CONT;
}
nc->AddAccess(mask);
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_ADDED, mask.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_ADDED, mask.c_str());
return MOD_CONT;
}
@@ -81,11 +81,11 @@ class CommandNSAccess : public Command
if (!nc->FindAccess(mask))
{
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_NOT_FOUND, mask.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_NOT_FOUND, mask.c_str());
return MOD_CONT;
}
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_DELETED, mask.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_DELETED, mask.c_str());
nc->EraseAccess(mask);
return MOD_CONT;
@@ -97,11 +97,11 @@ class CommandNSAccess : public Command
if (nc->access.empty())
{
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_LIST_EMPTY, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_ACCESS_LIST_EMPTY, u->nick.c_str());
return MOD_CONT;
}
- notice_lang(Config->s_NickServ, u, NICK_ACCESS_LIST);
+ u->SendMessage(NickServ, NICK_ACCESS_LIST);
for (i = 0, end = nc->access.size(); i < end; ++i)
{
Anope::string access = nc->GetAccess(i);
@@ -128,15 +128,15 @@ class CommandNSAccess : public Command
if (!mask.empty() && mask.find('@') == Anope::string::npos)
{
- notice_lang(Config->s_NickServ, u, BAD_USERHOST_MASK);
- notice_lang(Config->s_NickServ, u, MORE_INFO, Config->s_NickServ.c_str(), "ACCESS");
+ u->SendMessage(NickServ, BAD_USERHOST_MASK);
+ u->SendMessage(NickServ, MORE_INFO, Config->s_NickServ.c_str(), "ACCESS");
}
/*
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick);
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick);
*/
else if (u->Account()->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, u->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, u->Account()->display.c_str());
else if (cmd.equals_ci("ADD"))
return this->DoAdd(u, u->Account(), mask);
else if (cmd.equals_ci("DEL"))
@@ -150,18 +150,18 @@ class CommandNSAccess : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_ACCESS);
+ u->SendMessage(NickServ, NICK_HELP_ACCESS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "ACCESS", NICK_ACCESS_SYNTAX);
+ SyntaxError(NickServ, u, "ACCESS", NICK_ACCESS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_ACCESS);
+ u->SendMessage(NickServ, NICK_HELP_CMD_ACCESS);
}
};
diff --git a/modules/core/ns_alist.cpp b/modules/core/ns_alist.cpp
index fe022a7fa..16a30726d 100644
--- a/modules/core/ns_alist.cpp
+++ b/modules/core/ns_alist.cpp
@@ -77,18 +77,18 @@ class CommandNSAList : public Command
}
if (!na)
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (min_level <= ACCESS_INVALID || min_level > ACCESS_FOUNDER)
- notice_lang(Config->s_NickServ, u, CHAN_ACCESS_LEVEL_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
+ u->SendMessage(NickServ, CHAN_ACCESS_LEVEL_RANGE, ACCESS_INVALID + 1, ACCESS_FOUNDER - 1);
else
{
int level;
int chan_count = 0;
int match_count = 0;
- notice_lang(Config->s_NickServ, u, is_servadmin ? NICK_ALIST_HEADER_X : NICK_ALIST_HEADER, na->nick.c_str());
+ u->SendMessage(NickServ, is_servadmin ? NICK_ALIST_HEADER_X : NICK_ALIST_HEADER, na->nick.c_str());
for (registered_channel_map::const_iterator it = RegisteredChannelList.begin(), it_end = RegisteredChannelList.end(); it != it_end; ++it)
{
@@ -107,14 +107,14 @@ class CommandNSAList : public Command
{
Anope::string xop = get_xop_level(level);
- notice_lang(Config->s_NickServ, u, NICK_ALIST_XOP_FORMAT, match_count, ci->HasFlag(CI_NO_EXPIRE) ? '!' : ' ', ci->name.c_str(), xop.c_str(), !ci->desc.empty() ? ci->desc.c_str() : "");
+ u->SendMessage(NickServ, NICK_ALIST_XOP_FORMAT, match_count, ci->HasFlag(CI_NO_EXPIRE) ? '!' : ' ', ci->name.c_str(), xop.c_str(), !ci->desc.empty() ? ci->desc.c_str() : "");
}
else
- notice_lang(Config->s_NickServ, u, NICK_ALIST_ACCESS_FORMAT, match_count, ci->HasFlag(CI_NO_EXPIRE) ? '!' : ' ', ci->name.c_str(), level, !ci->desc.empty() ? ci->desc.c_str() : "");
+ u->SendMessage(NickServ, NICK_ALIST_ACCESS_FORMAT, match_count, ci->HasFlag(CI_NO_EXPIRE) ? '!' : ' ', ci->name.c_str(), level, !ci->desc.empty() ? ci->desc.c_str() : "");
}
}
- notice_lang(Config->s_NickServ, u, NICK_ALIST_FOOTER, match_count, chan_count);
+ u->SendMessage(NickServ, NICK_ALIST_FOOTER, match_count, chan_count);
}
return MOD_CONT;
}
@@ -122,16 +122,16 @@ class CommandNSAList : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_ALIST);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_ALIST);
else
- notice_help(Config->s_NickServ, u, NICK_HELP_ALIST);
+ u->SendMessage(NickServ, NICK_HELP_ALIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_ALIST);
+ u->SendMessage(NickServ, NICK_HELP_CMD_ALIST);
}
};
diff --git a/modules/core/ns_drop.cpp b/modules/core/ns_drop.cpp
index 4180bf0e6..13f003ff2 100644
--- a/modules/core/ns_drop.cpp
+++ b/modules/core/ns_drop.cpp
@@ -30,7 +30,7 @@ class CommandNSDrop : public Command
if (readonly)
{
- notice_lang(Config->s_NickServ, u, NICK_DROP_DISABLED);
+ u->SendMessage(NickServ, NICK_DROP_DISABLED);
return MOD_CONT;
}
@@ -44,13 +44,13 @@ class CommandNSDrop : public Command
ircdproto->SendGlobops(NickServ, "\2%s\2 used DROP on \2%s\2", u->nick.c_str(), nick.c_str());
Log(LOG_ADMIN, u, this) << "to drop nickname " << nr->nick << " (email: " << nr->email << ")";
delete nr;
- notice_lang(Config->s_NickServ, u, NICK_X_DROPPED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_DROPPED, nick.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_NOT_REGISTERED);
+ u->SendMessage(NickServ, NICK_NOT_REGISTERED);
return MOD_CONT;
}
@@ -59,13 +59,13 @@ class CommandNSDrop : public Command
my_nick = na->nick;
if (!is_mine && !u->Account()->HasPriv("nickserv/drop"))
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
else if (Config->NSSecureAdmins && !is_mine && na->nc->IsServicesOper())
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
else
{
if (readonly)
- notice_lang(Config->s_NickServ, u, READ_ONLY_MODE);
+ u->SendMessage(NickServ, READ_ONLY_MODE);
if (ircd->sqline && na->HasFlag(NS_FORBIDDEN))
{
@@ -82,14 +82,14 @@ class CommandNSDrop : public Command
{
if (Config->WallDrop)
ircdproto->SendGlobops(NickServ, "\2%s\2 used DROP on \2%s\2", u->nick.c_str(), nick.c_str());
- notice_lang(Config->s_NickServ, u, NICK_X_DROPPED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_DROPPED, nick.c_str());
}
else
{
if (!nick.empty())
- notice_lang(Config->s_NickServ, u, NICK_X_DROPPED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_DROPPED, nick.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_DROPPED);
+ u->SendMessage(NickServ, NICK_DROPPED);
}
}
@@ -99,16 +99,16 @@ class CommandNSDrop : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->HasPriv("nickserv/drop"))
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_DROP);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_DROP);
else
- notice_help(Config->s_NickServ, u, NICK_HELP_DROP);
+ u->SendMessage(NickServ, NICK_HELP_DROP);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_DROP);
+ u->SendMessage(NickServ, NICK_HELP_CMD_DROP);
}
};
diff --git a/modules/core/ns_forbid.cpp b/modules/core/ns_forbid.cpp
index e7c3162a2..c54392289 100644
--- a/modules/core/ns_forbid.cpp
+++ b/modules/core/ns_forbid.cpp
@@ -34,17 +34,17 @@ class CommandNSForbid : public Command
}
if (readonly)
- notice_lang(Config->s_NickServ, u, READ_ONLY_MODE);
+ u->SendMessage(NickServ, READ_ONLY_MODE);
if (!ircdproto->IsNickValid(nick))
{
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, nick.c_str());
return MOD_CONT;
}
if ((na = findnick(nick)))
{
if (Config->NSSecureAdmins && na->nc->IsServicesOper())
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_CONT;
}
delete na;
@@ -63,7 +63,7 @@ class CommandNSForbid : public Command
if (curr)
{
- notice_lang(Config->s_NickServ, curr, FORCENICKCHANGE_NOW);
+ curr->SendMessage(NickServ, FORCENICKCHANGE_NOW);
curr->Collide(na);
}
@@ -77,7 +77,7 @@ class CommandNSForbid : public Command
ircdproto->SendGlobops(NickServ, "\2%s\2 used FORBID on \2%s\2", u->nick.c_str(), nick.c_str());
Log(LOG_ADMIN, u, this) << "to forbid nick " << nick;
- notice_lang(Config->s_NickServ, u, NICK_FORBID_SUCCEEDED, nick.c_str());
+ u->SendMessage(NickServ, NICK_FORBID_SUCCEEDED, nick.c_str());
FOREACH_MOD(I_OnNickForbidden, OnNickForbidden(na));
}
@@ -85,25 +85,25 @@ class CommandNSForbid : public Command
{
// XXX cant happen ?
//Alog() << Config->s_NickServ << ": Valid FORBID for " << nick << " by " << u->nick << " failed";
- notice_lang(Config->s_NickServ, u, NICK_FORBID_FAILED, nick.c_str());
+ u->SendMessage(NickServ, NICK_FORBID_FAILED, nick.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_FORBID);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_FORBID);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "FORBID", Config->ForceForbidReason ? NICK_FORBID_SYNTAX_REASON : NICK_FORBID_SYNTAX);
+ SyntaxError(NickServ, u, "FORBID", Config->ForceForbidReason ? NICK_FORBID_SYNTAX_REASON : NICK_FORBID_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_FORBID);
+ u->SendMessage(NickServ, NICK_HELP_CMD_FORBID);
}
};
diff --git a/modules/core/ns_getemail.cpp b/modules/core/ns_getemail.cpp
index 1d8afcad1..14626ea97 100644
--- a/modules/core/ns_getemail.cpp
+++ b/modules/core/ns_getemail.cpp
@@ -38,13 +38,13 @@ class CommandNSGetEMail : public Command
if (!nc->email.empty() && nc->email.equals_ci(email))
{
++j;
- notice_lang(Config->s_NickServ, u, NICK_GETEMAIL_EMAILS_ARE, nc->display.c_str(), email.c_str());
+ u->SendMessage(NickServ, NICK_GETEMAIL_EMAILS_ARE, nc->display.c_str(), email.c_str());
}
}
if (j <= 0)
{
- notice_lang(Config->s_NickServ, u, NICK_GETEMAIL_NOT_USED, email.c_str());
+ u->SendMessage(NickServ, NICK_GETEMAIL_NOT_USED, email.c_str());
return MOD_CONT;
}
@@ -53,18 +53,18 @@ class CommandNSGetEMail : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_GETEMAIL);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_GETEMAIL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "GETMAIL", NICK_GETEMAIL_SYNTAX);
+ SyntaxError(NickServ, u, "GETMAIL", NICK_GETEMAIL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_GETEMAIL);
+ u->SendMessage(NickServ, NICK_HELP_CMD_GETEMAIL);
}
};
diff --git a/modules/core/ns_getpass.cpp b/modules/core/ns_getpass.cpp
index a2d288cbc..4bfd9fe91 100644
--- a/modules/core/ns_getpass.cpp
+++ b/modules/core/ns_getpass.cpp
@@ -34,15 +34,15 @@ class CommandNSGetPass : public Command
Log(LOG_ADMIN, u, this) << "for " << nr->nick;
if (Config->WallGetpass)
ircdproto->SendGlobops(NickServ, "\2%s\2 used GETPASS on \2%s\2", u->nick.c_str(), nick.c_str());
- notice_lang(Config->s_NickServ, u, NICK_GETPASS_PASSCODE_IS, nick.c_str(), nr->passcode.c_str());
+ u->SendMessage(NickServ, NICK_GETPASS_PASSCODE_IS, nick.c_str(), nr->passcode.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
}
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (Config->NSSecureAdmins && na->nc->IsServicesOper())
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
else
{
if (enc_decrypt(na->nc->pass, tmp_pass) == 1)
@@ -50,28 +50,28 @@ class CommandNSGetPass : public Command
Log(LOG_ADMIN, u, this) << "for " << nick;
if (Config->WallGetpass)
ircdproto->SendGlobops(NickServ, "\2%s\2 used GETPASS on \2%s\2", u->nick.c_str(), nick.c_str());
- notice_lang(Config->s_NickServ, u, NICK_GETPASS_PASSWORD_IS, nick.c_str(), tmp_pass.c_str());
+ u->SendMessage(NickServ, NICK_GETPASS_PASSWORD_IS, nick.c_str(), tmp_pass.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_GETPASS_UNAVAILABLE);
+ u->SendMessage(NickServ, NICK_GETPASS_UNAVAILABLE);
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_GETPASS);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_GETPASS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "GETPASS", NICK_GETPASS_SYNTAX);
+ SyntaxError(NickServ, u, "GETPASS", NICK_GETPASS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_GETPASS);
+ u->SendMessage(NickServ, NICK_HELP_CMD_GETPASS);
}
};
diff --git a/modules/core/ns_ghost.cpp b/modules/core/ns_ghost.cpp
index a4f1b5f8f..8a46fb2b6 100644
--- a/modules/core/ns_ghost.cpp
+++ b/modules/core/ns_ghost.cpp
@@ -28,15 +28,15 @@ class CommandNSGhost : public Command
NickAlias *na = findnick(nick);
if (!finduser(nick))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_IN_USE, nick.c_str());
else if (!na)
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, na->nick.c_str());
else if (nick.equals_ci(u->nick))
- notice_lang(Config->s_NickServ, u, NICK_NO_GHOST_SELF);
+ u->SendMessage(NickServ, NICK_NO_GHOST_SELF);
else if (!pass.empty())
{
int res = enc_check_password(pass, na->nc->pass);
@@ -45,11 +45,11 @@ class CommandNSGhost : public Command
Log(LOG_COMMAND, u, this) << "for " << nick;
Anope::string buf = "GHOST command used by " + u->nick;
kill_user(Config->s_NickServ, nick, buf);
- notice_lang(Config->s_NickServ, u, NICK_GHOST_KILLED, nick.c_str());
+ u->SendMessage(NickServ, NICK_GHOST_KILLED, nick.c_str());
}
else
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
if (!res)
{
Log(LOG_COMMAND, u, this) << "invalid password for " << nick;
@@ -65,28 +65,28 @@ class CommandNSGhost : public Command
Log(LOG_COMMAND, u, this) << "for " << nick;
Anope::string buf = "GHOST command used by " + u->nick;
kill_user(Config->s_NickServ, nick, buf);
- notice_lang(Config->s_NickServ, u, NICK_GHOST_KILLED, nick.c_str());
+ u->SendMessage(NickServ, NICK_GHOST_KILLED, nick.c_str());
}
else
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_GHOST);
+ u->SendMessage(NickServ, NICK_HELP_GHOST);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "GHOST", NICK_GHOST_SYNTAX);
+ SyntaxError(NickServ, u, "GHOST", NICK_GHOST_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_GHOST);
+ u->SendMessage(NickServ, NICK_HELP_CMD_GHOST);
}
};
diff --git a/modules/core/ns_group.cpp b/modules/core/ns_group.cpp
index 7c0802e37..615f388f0 100644
--- a/modules/core/ns_group.cpp
+++ b/modules/core/ns_group.cpp
@@ -30,19 +30,19 @@ class CommandNSGroup : public Command
if (Config->NSEmailReg && findrequestnick(u->nick))
{
- notice_lang(Config->s_NickServ, u, NICK_REQUESTED);
+ u->SendMessage(NickServ, NICK_REQUESTED);
return MOD_CONT;
}
if (readonly)
{
- notice_lang(Config->s_NickServ, u, NICK_GROUP_DISABLED);
+ u->SendMessage(NickServ, NICK_GROUP_DISABLED);
return MOD_CONT;
}
if (!ircdproto->IsNickValid(u->nick))
{
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, u->nick.c_str());
return MOD_CONT;
}
@@ -50,40 +50,40 @@ class CommandNSGroup : public Command
for (it = Config->Opers.begin(), it_end = Config->Opers.end(); it != it_end; ++it)
if (!is_oper(u) && u->nick.find_ci(it->first) != Anope::string::npos)
{
- notice_lang(Config->s_NickServ, u, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
return MOD_CONT;
}
na = findnick(u->nick);
if (!(target = findnick(nick)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (Anope::CurTime < u->lastnickreg + Config->NSRegDelay)
- notice_lang(Config->s_NickServ, u, NICK_GROUP_PLEASE_WAIT, (Config->NSRegDelay + u->lastnickreg) - Anope::CurTime);
+ u->SendMessage(NickServ, NICK_GROUP_PLEASE_WAIT, (Config->NSRegDelay + u->lastnickreg) - Anope::CurTime);
else if (u->Account() && u->Account()->HasFlag(NI_SUSPENDED))
{
//Alog() << Config->s_NickServ << ": " << u->GetMask() << " tried to use GROUP from SUSPENDED nick " << target->nick;
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, u->nick.c_str());
}
else if (target && target->nc->HasFlag(NI_SUSPENDED))
{
Log(LOG_COMMAND, u, this) << "tried to use GROUP for SUSPENDED nick " << target->nick;
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, target->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, target->nick.c_str());
}
else if (target->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, nick.c_str());
else if (na && target->nc == na->nc)
- notice_lang(Config->s_NickServ, u, NICK_GROUP_SAME, target->nick.c_str());
+ u->SendMessage(NickServ, NICK_GROUP_SAME, target->nick.c_str());
else if (na && na->nc != u->Account())
- notice_lang(Config->s_NickServ, u, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
else if (Config->NSMaxAliases && (target->nc->aliases.size() >= Config->NSMaxAliases) && !target->nc->IsServicesOper())
- notice_lang(Config->s_NickServ, u, NICK_GROUP_TOO_MANY, target->nick.c_str(), Config->s_NickServ.c_str(), Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_GROUP_TOO_MANY, target->nick.c_str(), Config->s_NickServ.c_str(), Config->s_NickServ.c_str());
else
{
int res = enc_check_password(pass, target->nc->pass);
if (res == -1)
{
Log(LOG_COMMAND, u, this) << "failed group for " << na->nick << " (invalid password)";
- notice_lang(Config->s_NickServ, u, PASSWORD_INCORRECT);
+ u->SendMessage(NickServ, PASSWORD_INCORRECT);
if (bad_password(u))
return MOD_STOP;
}
@@ -101,7 +101,7 @@ class CommandNSGroup : public Command
if (nicklen <= prefixlen + 7 && nicklen >= prefixlen + 1 && !u->nick.find_ci(Config->NSGuestNickPrefix) && !u->nick.substr(prefixlen).find_first_not_of("1234567890"))
{
- notice_lang(Config->s_NickServ, u, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
return MOD_CONT;
}
}
@@ -121,7 +121,7 @@ class CommandNSGroup : public Command
u->SetMode(NickServ, UMODE_REGISTERED);
Log(LOG_COMMAND, u, this) << "makes " << u->nick << " join group of " << target->nick << " (" << target->nc->display << ") (email: " << (!target->nc->email.empty() ? target->nc->email : "none") << ")";
- notice_lang(Config->s_NickServ, u, NICK_GROUP_JOINED, target->nick.c_str());
+ u->SendMessage(NickServ, NICK_GROUP_JOINED, target->nick.c_str());
u->lastnickreg = Anope::CurTime;
@@ -131,7 +131,7 @@ class CommandNSGroup : public Command
{
// XXX not possible?
//Alog() << Config->s_NickServ << ": makealias(" << u->nick << ") failed";
- notice_lang(Config->s_NickServ, u, NICK_GROUP_FAILED);
+ u->SendMessage(NickServ, NICK_GROUP_FAILED);
}
}
}
@@ -140,18 +140,18 @@ class CommandNSGroup : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_GROUP);
+ u->SendMessage(NickServ, NICK_HELP_GROUP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "GROUP", NICK_GROUP_SYNTAX);
+ SyntaxError(NickServ, u, "GROUP", NICK_GROUP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_GROUP);
+ u->SendMessage(NickServ, NICK_HELP_CMD_GROUP);
}
};
@@ -168,11 +168,11 @@ class CommandNSUngroup : public Command
NickAlias *na = findnick(!nick.empty() ? nick : u->nick);
if (u->Account()->aliases.size() == 1)
- notice_lang(Config->s_NickServ, u, NICK_UNGROUP_ONE_NICK);
+ u->SendMessage(NickServ, NICK_UNGROUP_ONE_NICK);
else if (!na)
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, !nick.empty() ? nick.c_str() : u->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, !nick.empty() ? nick.c_str() : u->nick.c_str());
else if (na->nc != u->Account())
- notice_lang(Config->s_NickServ, u, NICK_UNGROUP_NOT_IN_GROUP, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_UNGROUP_NOT_IN_GROUP, na->nick.c_str());
else
{
NickCore *oldcore = na->nc;
@@ -194,7 +194,7 @@ class CommandNSUngroup : public Command
na->nc->greet = oldcore->greet;
na->nc->language = oldcore->language;
- notice_lang(Config->s_NickServ, u, NICK_UNGROUP_SUCCESSFUL, na->nick.c_str(), oldcore->display.c_str());
+ u->SendMessage(NickServ, NICK_UNGROUP_SUCCESSFUL, na->nick.c_str(), oldcore->display.c_str());
User *user = finduser(na->nick);
if (user)
@@ -207,13 +207,13 @@ class CommandNSUngroup : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_UNGROUP);
+ u->SendMessage(NickServ, NICK_HELP_UNGROUP);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_UNGROUP);
+ u->SendMessage(NickServ, NICK_HELP_CMD_UNGROUP);
}
};
@@ -231,30 +231,19 @@ class CommandNSGList : public Command
const NickCore *nc = u->Account();
if (!nick.empty() && (!nick.equals_ci(u->nick) && !u->Account()->IsServicesOper()))
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, ACCESS_DENIED, Config->s_NickServ.c_str());
else if (!nick.empty() && (!findnick(nick) || !(nc = findnick(nick)->nc)))
- notice_lang(Config->s_NickServ, u, nick.empty() ? NICK_NOT_REGISTERED : NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, nick.empty() ? NICK_NOT_REGISTERED : NICK_X_NOT_REGISTERED, nick.c_str());
else
{
- time_t expt;
- struct tm *tm;
- char buf[BUFSIZE];
- int wont_expire;
-
- notice_lang(Config->s_NickServ, u, !nick.empty() ? NICK_GLIST_HEADER_X : NICK_GLIST_HEADER, nc->display.c_str());
+ u->SendMessage(NickServ, !nick.empty() ? NICK_GLIST_HEADER_X : NICK_GLIST_HEADER, nc->display.c_str());
for (std::list<NickAlias *>::const_iterator it = nc->aliases.begin(), it_end = nc->aliases.end(); it != it_end; ++it)
{
NickAlias *na2 = *it;
- if (!(wont_expire = na2->HasFlag(NS_NO_EXPIRE)))
- {
- expt = na2->last_seen + Config->NSExpire;
- tm = localtime(&expt);
- strftime_lang(buf, sizeof(buf), finduser(na2->nick), STRFTIME_DATE_TIME_FORMAT, tm);
- }
- notice_lang(Config->s_NickServ, u, wont_expire ? NICK_GLIST_REPLY_NOEXPIRE : NICK_GLIST_REPLY, na2->nick.c_str(), buf);
+ u->SendMessage(NickServ, na2->HasFlag(NS_NO_EXPIRE) ? NICK_GLIST_REPLY_NOEXPIRE : NICK_GLIST_REPLY, na2->nick.c_str(), do_strftime(na2->last_seen + Config->NSExpire).c_str());
}
- notice_lang(Config->s_NickServ, u, NICK_GLIST_FOOTER, nc->aliases.size());
+ u->SendMessage(NickServ, NICK_GLIST_FOOTER, nc->aliases.size());
}
return MOD_CONT;
}
@@ -262,16 +251,16 @@ class CommandNSGList : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_GLIST);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_GLIST);
else
- notice_help(Config->s_NickServ, u, NICK_HELP_GLIST);
+ u->SendMessage(NickServ, NICK_HELP_GLIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_GLIST);
+ u->SendMessage(NickServ, NICK_HELP_CMD_GLIST);
}
};
diff --git a/modules/core/ns_help.cpp b/modules/core/ns_help.cpp
index 7dad067b9..8bd062f6a 100644
--- a/modules/core/ns_help.cpp
+++ b/modules/core/ns_help.cpp
@@ -23,32 +23,21 @@ class CommandNSHelp : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
- Anope::string cmd = params[0];
-
- if (cmd.equals_ci("SET LANGUAGE"))
- {
- int i;
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_LANGUAGE);
- for (i = 0; i < NUM_LANGS && langlist[i] >= 0; ++i)
- u->SendMessage(Config->s_NickServ, " %2d) %s", i + 1, langnames[langlist[i]]);
- }
- else
- mod_help_cmd(NickServ, u, cmd);
-
+ mod_help_cmd(NickServ, u, params[0]);
return MOD_CONT;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP);
+ u->SendMessage(NickServ, NICK_HELP);
for (CommandMap::const_iterator it = NickServ->Commands.begin(), it_end = NickServ->Commands.end(); it != it_end; ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP);
if (Config->NSExpire >= 86400)
- notice_help(Config->s_NickServ, u, NICK_HELP_EXPIRES, Config->NSExpire / 86400);
- notice_help(Config->s_NickServ, u, NICK_HELP_FOOTER);
+ u->SendMessage(NickServ, NICK_HELP_EXPIRES, Config->NSExpire / 86400);
+ u->SendMessage(NickServ, NICK_HELP_FOOTER);
}
};
diff --git a/modules/core/ns_identify.cpp b/modules/core/ns_identify.cpp
index 943847355..ddeca2417 100644
--- a/modules/core/ns_identify.cpp
+++ b/modules/core/ns_identify.cpp
@@ -31,32 +31,32 @@ class CommandNSIdentify : public Command
{
NickRequest *nr = findrequestnick(nick);
if (nr)
- notice_lang(Config->s_NickServ, u, NICK_IS_PREREG);
+ u->SendMessage(NickServ, NICK_IS_PREREG);
else
- notice_lang(Config->s_NickServ, u, NICK_NOT_REGISTERED);
+ u->SendMessage(NickServ, NICK_NOT_REGISTERED);
}
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, na->nick.c_str());
/* You can now identify for other nicks without logging out first,
* however you can not identify again for the group you're already
* identified as
*/
else if (u->Account() && u->Account() == na->nc)
- notice_lang(Config->s_NickServ, u, NICK_ALREADY_IDENTIFIED);
+ u->SendMessage(NickServ, NICK_ALREADY_IDENTIFIED);
else
{
int res = enc_check_password(pass, na->nc->pass);
if (!res)
{
Log(LOG_COMMAND, u, this) << "and failed to identify";
- notice_lang(Config->s_NickServ, u, PASSWORD_INCORRECT);
+ u->SendMessage(NickServ, PASSWORD_INCORRECT);
if (bad_password(u))
return MOD_STOP;
}
else if (res == -1)
- notice_lang(Config->s_NickServ, u, NICK_IDENTIFY_FAILED);
+ u->SendMessage(NickServ, NICK_IDENTIFY_FAILED);
else
{
if (u->IsIdentified())
@@ -77,7 +77,7 @@ class CommandNSIdentify : public Command
FOREACH_MOD(I_OnNickIdentify, OnNickIdentify(u));
Log(LOG_COMMAND, u, this) << "and identified for account " << u->Account()->display;
- notice_lang(Config->s_NickServ, u, NICK_IDENTIFY_SUCCEEDED);
+ u->SendMessage(NickServ, NICK_IDENTIFY_SUCCEEDED);
if (ircd->vhost)
do_on_id(u);
if (Config->NSModeOnID)
@@ -85,8 +85,8 @@ class CommandNSIdentify : public Command
if (Config->NSForceEmail && u->Account() && u->Account()->email.empty())
{
- notice_lang(Config->s_NickServ, u, NICK_IDENTIFY_EMAIL_REQUIRED);
- notice_help(Config->s_NickServ, u, NICK_IDENTIFY_EMAIL_HOWTO);
+ u->SendMessage(NickServ, NICK_IDENTIFY_EMAIL_REQUIRED);
+ u->SendMessage(NickServ, NICK_IDENTIFY_EMAIL_HOWTO);
}
if (u->IsIdentified())
@@ -98,19 +98,19 @@ class CommandNSIdentify : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_IDENTIFY);
+ u->SendMessage(NickServ, NICK_HELP_IDENTIFY);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "IDENTIFY", NICK_IDENTIFY_SYNTAX);
+ SyntaxError(NickServ, u, "IDENTIFY", NICK_IDENTIFY_SYNTAX);
}
void OnServHelp(User *u)
{
if (this->name.equals_ci("IDENTIFY"))
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_IDENTIFY);
+ u->SendMessage(NickServ, NICK_HELP_CMD_IDENTIFY);
}
};
diff --git a/modules/core/ns_info.cpp b/modules/core/ns_info.cpp
index c6c1aa2a4..6f77874a5 100644
--- a/modules/core/ns_info.cpp
+++ b/modules/core/ns_info.cpp
@@ -21,9 +21,8 @@ class CommandNSInfo : public Command
{
if (reverse_logic ? !nc->HasFlag(opt) : nc->HasFlag(opt))
{
- const char *commastr = getstring(nc, COMMA_SPACE);
if (!buf.empty())
- buf += commastr;
+ buf += ", ";
buf += str;
}
@@ -46,28 +45,25 @@ class CommandNSInfo : public Command
NickRequest *nr = findrequestnick(nick);
if (nr)
{
- notice_lang(Config->s_NickServ, u, NICK_IS_PREREG);
+ u->SendMessage(NickServ, NICK_IS_PREREG);
if (has_auspex)
- notice_lang(Config->s_NickServ, u, NICK_INFO_EMAIL, nr->email.c_str());
+ u->SendMessage(NickServ, NICK_INFO_EMAIL, nr->email.c_str());
}
else if (nickIsServices(nick, true))
- notice_lang(Config->s_NickServ, u, NICK_X_IS_SERVICES, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_IS_SERVICES, nick.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
}
else if (na->HasFlag(NS_FORBIDDEN))
{
if (is_oper(u) && !na->last_usermask.empty())
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN_OPER, nick.c_str(), na->last_usermask.c_str(), !na->last_realname.empty() ? na->last_realname.c_str() : getstring(u, NO_REASON));
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN_OPER, nick.c_str(), na->last_usermask.c_str(), !na->last_realname.empty() ? na->last_realname.c_str() : GetString(u, NO_REASON).c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, nick.c_str());
}
else
{
- struct tm *tm;
- char buf[BUFSIZE];
bool nick_online = false, show_hidden = false;
- time_t expt;
/* Is the real owner of the nick we're looking up online? -TheShadow */
User *u2 = finduser(na->nick);
@@ -77,80 +73,71 @@ class CommandNSInfo : public Command
if (has_auspex || (u->Account() && na->nc == u->Account()))
show_hidden = true;
- notice_lang(Config->s_NickServ, u, NICK_INFO_REALNAME, na->nick.c_str(), na->last_realname.c_str());
+ u->SendMessage(NickServ, NICK_INFO_REALNAME, na->nick.c_str(), na->last_realname.c_str());
if (na->nc->IsServicesOper() && (show_hidden || !na->nc->HasFlag(NI_HIDE_STATUS)))
- notice_lang(Config->s_NickServ, u, NICK_INFO_SERVICES_OPERTYPE, na->nick.c_str(), na->nc->ot->GetName().c_str());
+ u->SendMessage(NickServ, NICK_INFO_SERVICES_OPERTYPE, na->nick.c_str(), na->nc->ot->GetName().c_str());
if (nick_online)
{
if (show_hidden || !na->nc->HasFlag(NI_HIDE_MASK))
- notice_lang(Config->s_NickServ, u, NICK_INFO_ADDRESS_ONLINE, na->last_usermask.c_str());
+ u->SendMessage(NickServ, NICK_INFO_ADDRESS_ONLINE, na->last_usermask.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_INFO_ADDRESS_ONLINE_NOHOST, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_INFO_ADDRESS_ONLINE_NOHOST, na->nick.c_str());
}
else
{
if (show_hidden || !na->nc->HasFlag(NI_HIDE_MASK))
- notice_lang(Config->s_NickServ, u, NICK_INFO_ADDRESS, na->last_usermask.c_str());
+ u->SendMessage(NickServ, NICK_INFO_ADDRESS, na->last_usermask.c_str());
}
- tm = localtime(&na->time_registered);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_NickServ, u, NICK_INFO_TIME_REGGED, buf);
+ u->SendMessage(NickServ, NICK_INFO_TIME_REGGED, do_strftime(na->time_registered).c_str());
if (!nick_online)
{
- tm = localtime(&na->last_seen);
- strftime_lang(buf, sizeof(buf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_NickServ, u, NICK_INFO_LAST_SEEN, buf);
+ u->SendMessage(NickServ, NICK_INFO_LAST_SEEN, do_strftime(na->last_seen).c_str());
}
if (!na->last_quit.empty() && (show_hidden || !na->nc->HasFlag(NI_HIDE_QUIT)))
- notice_lang(Config->s_NickServ, u, NICK_INFO_LAST_QUIT, na->last_quit.c_str());
+ u->SendMessage(NickServ, NICK_INFO_LAST_QUIT, na->last_quit.c_str());
if (!na->nc->email.empty() && (show_hidden || !na->nc->HasFlag(NI_HIDE_EMAIL)))
- notice_lang(Config->s_NickServ, u, NICK_INFO_EMAIL, na->nc->email.c_str());
+ u->SendMessage(NickServ, NICK_INFO_EMAIL, na->nc->email.c_str());
if (show_hidden)
{
if (!Config->s_HostServ.empty() && ircd->vhost && na->hostinfo.HasVhost())
{
if (ircd->vident && !na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_NickServ, u, NICK_INFO_VHOST2, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
+ u->SendMessage(NickServ, NICK_INFO_VHOST2, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_INFO_VHOST, na->hostinfo.GetHost().c_str());
+ u->SendMessage(NickServ, NICK_INFO_VHOST, na->hostinfo.GetHost().c_str());
}
if (!na->nc->greet.empty())
- notice_lang(Config->s_NickServ, u, NICK_INFO_GREET, na->nc->greet.c_str());
+ u->SendMessage(NickServ, NICK_INFO_GREET, na->nc->greet.c_str());
Anope::string optbuf;
- CheckOptStr(optbuf, NI_KILLPROTECT, getstring(u, NICK_INFO_OPT_KILL), na->nc);
- CheckOptStr(optbuf, NI_SECURE, getstring(u, NICK_INFO_OPT_SECURE), na->nc);
- CheckOptStr(optbuf, NI_PRIVATE, getstring(u, NICK_INFO_OPT_PRIVATE), na->nc);
- CheckOptStr(optbuf, NI_MSG, getstring(u, NICK_INFO_OPT_MSG), na->nc);
- CheckOptStr(optbuf, NI_AUTOOP, getstring(u, NICK_INFO_OPT_AUTOOP), na->nc);
+ CheckOptStr(optbuf, NI_KILLPROTECT, GetString(u, NICK_INFO_OPT_KILL).c_str(), na->nc);
+ CheckOptStr(optbuf, NI_SECURE, GetString(u, NICK_INFO_OPT_SECURE).c_str(), na->nc);
+ CheckOptStr(optbuf, NI_PRIVATE, GetString(u, NICK_INFO_OPT_PRIVATE).c_str(), na->nc);
+ CheckOptStr(optbuf, NI_MSG, GetString(u, NICK_INFO_OPT_MSG).c_str(), na->nc);
+ CheckOptStr(optbuf, NI_AUTOOP, GetString(u, NICK_INFO_OPT_AUTOOP).c_str(), na->nc);
- notice_lang(Config->s_NickServ, u, NICK_INFO_OPTIONS, optbuf.empty() ? getstring(u, NICK_INFO_OPT_NONE) : optbuf.c_str());
+ u->SendMessage(NickServ, NICK_INFO_OPTIONS, optbuf.empty() ? GetString(u, NICK_INFO_OPT_NONE).c_str() : optbuf.c_str());
if (na->nc->HasFlag(NI_SUSPENDED))
{
if (!na->last_quit.empty())
- notice_lang(Config->s_NickServ, u, NICK_INFO_SUSPENDED, na->last_quit.c_str());
+ u->SendMessage(NickServ, NICK_INFO_SUSPENDED, na->last_quit.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_INFO_SUSPENDED_NO_REASON);
+ u->SendMessage(NickServ, NICK_INFO_SUSPENDED_NO_REASON);
}
if (na->HasFlag(NS_NO_EXPIRE))
- notice_lang(Config->s_NickServ, u, NICK_INFO_NO_EXPIRE);
+ u->SendMessage(NickServ, NICK_INFO_NO_EXPIRE);
else
- {
- expt = na->last_seen + Config->NSExpire;
- tm = localtime(&expt);
- strftime_lang(buf, sizeof(buf), finduser(na->nick), STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_NickServ, u, NICK_INFO_EXPIRE, buf);
- }
+ u->SendMessage(NickServ, NICK_INFO_EXPIRE, do_strftime(na->last_seen + Config->NSExpire).c_str());
}
FOREACH_MOD(I_OnNickInfo, OnNickInfo(u, na, show_hidden));
@@ -160,19 +147,19 @@ class CommandNSInfo : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_INFO);
+ u->SendMessage(NickServ, NICK_HELP_INFO);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "INFO", NICK_INFO_SYNTAX);
+ SyntaxError(NickServ, u, "INFO", NICK_INFO_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_INFO);
+ u->SendMessage(NickServ, NICK_HELP_CMD_INFO);
}
};
diff --git a/modules/core/ns_list.cpp b/modules/core/ns_list.cpp
index 3ba44c77e..347d21b9a 100644
--- a/modules/core/ns_list.cpp
+++ b/modules/core/ns_list.cpp
@@ -49,7 +49,7 @@ class CommandNSList : public Command
if (Config->NSListOpersOnly && !is_oper(u)) /* reverse the help logic */
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_STOP;
}
@@ -58,24 +58,24 @@ class CommandNSList : public Command
Anope::string tmp = myStrGetToken(pattern.substr(1), '-', 0); /* Read FROM out */
if (tmp.empty())
{
- notice_lang(Config->s_NickServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(NickServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
if (!tmp.is_number_only())
{
- notice_lang(Config->s_NickServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(NickServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
from = convertTo<int>(tmp);
tmp = myStrGetTokenRemainder(pattern, '-', 1); /* Read TO out */
if (tmp.empty())
{
- notice_lang(Config->s_NickServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(NickServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
if (!tmp.is_number_only())
{
- notice_lang(Config->s_NickServ, u, LIST_INCORRECT_RANGE);
+ u->SendMessage(NickServ, LIST_INCORRECT_RANGE);
return MOD_CONT;
}
to = convertTo<int>(tmp);
@@ -103,7 +103,7 @@ class CommandNSList : public Command
mync = u->Account();
- notice_lang(Config->s_NickServ, u, NICK_LIST_HEADER, pattern.c_str());
+ u->SendMessage(NickServ, NICK_LIST_HEADER, pattern.c_str());
if (!unconfirmed)
{
for (nickalias_map::const_iterator it = NickAliasList.begin(), it_end = NickAliasList.end(); it != it_end; ++it)
@@ -165,16 +165,16 @@ class CommandNSList : public Command
}
}
}
- notice_lang(Config->s_NickServ, u, NICK_LIST_RESULTS, nnicks > Config->NSListMax ? Config->NSListMax : nnicks, nnicks);
+ u->SendMessage(NickServ, NICK_LIST_RESULTS, nnicks > Config->NSListMax ? Config->NSListMax : nnicks, nnicks);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_LIST);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_LIST);
else
- notice_help(Config->s_NickServ, u, NICK_HELP_LIST);
+ u->SendMessage(NickServ, NICK_HELP_LIST);
return true;
}
@@ -182,14 +182,14 @@ class CommandNSList : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
if (u->Account()->IsServicesOper())
- syntax_error(Config->s_NickServ, u, "LIST", NICK_LIST_SERVADMIN_SYNTAX);
+ SyntaxError(NickServ, u, "LIST", NICK_LIST_SERVADMIN_SYNTAX);
else
- syntax_error(Config->s_NickServ, u, "LIST", NICK_LIST_SYNTAX);
+ SyntaxError(NickServ, u, "LIST", NICK_LIST_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_LIST);
+ u->SendMessage(NickServ, NICK_HELP_CMD_LIST);
}
};
diff --git a/modules/core/ns_logout.cpp b/modules/core/ns_logout.cpp
index 7d09f9111..252fe1d0d 100644
--- a/modules/core/ns_logout.cpp
+++ b/modules/core/ns_logout.cpp
@@ -29,9 +29,9 @@ class CommandNSLogout : public Command
if (!u->Account()->IsServicesOper() && !nick.empty())
this->OnSyntaxError(u, "");
else if (!(u2 = (!nick.empty() ? finduser(nick) : u)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_IN_USE, nick.c_str());
else if (!nick.empty() && u2->Account() && !u2->Account()->IsServicesOper())
- notice_lang(Config->s_NickServ, u, NICK_LOGOUT_SERVICESADMIN, nick.c_str());
+ u->SendMessage(NickServ, NICK_LOGOUT_SERVICESADMIN, nick.c_str());
else
{
if (!nick.empty() && !param.empty() && param.equals_ci("REVALIDATE"))
@@ -42,9 +42,9 @@ class CommandNSLogout : public Command
/* Remove founder status from this user in all channels */
if (!nick.empty())
- notice_lang(Config->s_NickServ, u, NICK_LOGOUT_X_SUCCEEDED, nick.c_str());
+ u->SendMessage(NickServ, NICK_LOGOUT_X_SUCCEEDED, nick.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_LOGOUT_SUCCEEDED);
+ u->SendMessage(NickServ, NICK_LOGOUT_SUCCEEDED);
ircdproto->SendAccountLogout(u2, u2->Account());
u2->RemoveMode(NickServ, UMODE_REGISTERED);
@@ -61,21 +61,21 @@ class CommandNSLogout : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (u->Account() && u->Account()->IsServicesOper())
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_LOGOUT);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_LOGOUT);
else
- notice_help(Config->s_NickServ, u, NICK_HELP_LOGOUT);
+ u->SendMessage(NickServ, NICK_HELP_LOGOUT);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "LOGOUT", NICK_LOGOUT_SYNTAX);
+ SyntaxError(NickServ, u, "LOGOUT", NICK_LOGOUT_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_LOGOUT);
+ u->SendMessage(NickServ, NICK_HELP_CMD_LOGOUT);
}
};
diff --git a/modules/core/ns_recover.cpp b/modules/core/ns_recover.cpp
index 868a7f69e..73d65f966 100644
--- a/modules/core/ns_recover.cpp
+++ b/modules/core/ns_recover.cpp
@@ -29,32 +29,32 @@ class CommandNSRecover : public Command
User *u2;
if (!(u2 = finduser(nick)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_IN_USE, nick.c_str());
else if (!(na = findnick(u2->nick)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, na->nick.c_str());
else if (nick.equals_ci(u->nick))
- notice_lang(Config->s_NickServ, u, NICK_NO_RECOVER_SELF);
+ u->SendMessage(NickServ, NICK_NO_RECOVER_SELF);
else if (!pass.empty())
{
int res = enc_check_password(pass, na->nc->pass);
if (res == 1)
{
- notice_lang(Config->s_NickServ, u2, FORCENICKCHANGE_NOW);
+ u2->SendMessage(NickServ, FORCENICKCHANGE_NOW);
u2->Collide(na);
/* Convert Config->NSReleaseTimeout seconds to string format */
Anope::string relstr = duration(na->nc, Config->NSReleaseTimeout);
- notice_lang(Config->s_NickServ, u, NICK_RECOVERED, Config->s_NickServ.c_str(), nick.c_str(), relstr.c_str());
+ u->SendMessage(NickServ, NICK_RECOVERED, Config->s_NickServ.c_str(), nick.c_str(), relstr.c_str());
}
else
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
if (!res)
{
Log(LOG_COMMAND, u, this) << "with invalid password for " << nick;
@@ -67,16 +67,16 @@ class CommandNSRecover : public Command
{
if (u->Account() == na->nc || (!na->nc->HasFlag(NI_SECURE) && is_on_access(u, na->nc)))
{
- notice_lang(Config->s_NickServ, u2, FORCENICKCHANGE_NOW);
+ u2->SendMessage(NickServ, FORCENICKCHANGE_NOW);
u2->Collide(na);
/* Convert Config->NSReleaseTimeout seconds to string format */
Anope::string relstr = duration(na->nc, Config->NSReleaseTimeout);
- notice_lang(Config->s_NickServ, u, NICK_RECOVERED, Config->s_NickServ.c_str(), nick.c_str(), relstr.c_str());
+ u->SendMessage(NickServ, NICK_RECOVERED, Config->s_NickServ.c_str(), nick.c_str(), relstr.c_str());
}
else
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
}
return MOD_CONT;
}
@@ -86,19 +86,19 @@ class CommandNSRecover : public Command
/* Convert Config->NSReleaseTimeout seconds to string format */
Anope::string relstr = duration(u->Account(), Config->NSReleaseTimeout);
- notice_help(Config->s_NickServ, u, NICK_HELP_RECOVER, relstr.c_str());
+ u->SendMessage(NickServ, NICK_HELP_RECOVER, relstr.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "RECOVER", NICK_RECOVER_SYNTAX);
+ SyntaxError(NickServ, u, "RECOVER", NICK_RECOVER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_RECOVER);
+ u->SendMessage(NickServ, NICK_HELP_CMD_RECOVER);
}
};
diff --git a/modules/core/ns_register.cpp b/modules/core/ns_register.cpp
index b95b0c68a..a2af5ad7e 100644
--- a/modules/core/ns_register.cpp
+++ b/modules/core/ns_register.cpp
@@ -26,7 +26,7 @@ class CommandNSConfirm : public Command
{
// XXX
//Alog() << Config->s_NickServ << ": makenick(" << u->nick << ") failed";
- notice_lang(Config->s_NickServ, u, NICK_REGISTRATION_FAILED);
+ u->SendMessage(NickServ, NICK_REGISTRATION_FAILED);
return MOD_CONT;
}
@@ -60,23 +60,23 @@ class CommandNSConfirm : public Command
u->Login(na->nc);
Log(LOG_COMMAND, u, this) << "to register " << u->nick << " (email: " << (!nr->email.empty() ? nr->email : "none") << ")";
if (Config->NSAddAccessOnReg)
- notice_lang(Config->s_NickServ, u, NICK_REGISTERED, u->nick.c_str(), na->nc->GetAccess(0).c_str());
+ u->SendMessage(NickServ, NICK_REGISTERED, u->nick.c_str(), na->nc->GetAccess(0).c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_REGISTERED_NO_MASK, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_REGISTERED_NO_MASK, u->nick.c_str());
delete nr;
ircdproto->SendAccountLogin(u, u->Account());
ircdproto->SetAutoIdentificationToken(u);
if (enc_decrypt(na->nc->pass, tmp_pass) == 1)
- notice_lang(Config->s_NickServ, u, NICK_PASSWORD_IS, tmp_pass.c_str());
+ u->SendMessage(NickServ, NICK_PASSWORD_IS, tmp_pass.c_str());
u->lastnickreg = Anope::CurTime;
}
else
{
Log(LOG_COMMAND, u, this) << "to confirm " << u->nick << " (email: " << (!nr->email.empty() ? nr->email : "none") << ")";
- notice_lang(Config->s_NickServ, u, NICK_FORCE_REG, nr->nick.c_str());
+ u->SendMessage(NickServ, NICK_FORCE_REG, nr->nick.c_str());
User *user = finduser(nr->nick);
/* Delrequest must be called before validate_user */
delete nr;
@@ -116,21 +116,21 @@ class CommandNSConfirm : public Command
return MOD_CONT;
}
}
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_NOT_FOUND, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_CONFIRM_NOT_FOUND, Config->s_NickServ.c_str());
return MOD_CONT;
}
if (!nr->passcode.equals_cs(passcode))
{
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_INVALID);
+ u->SendMessage(NickServ, NICK_CONFIRM_INVALID);
return MOD_CONT;
}
}
if (!nr)
{
- notice_lang(Config->s_NickServ, u, NICK_REGISTRATION_FAILED);
+ u->SendMessage(NickServ, NICK_REGISTRATION_FAILED);
return MOD_CONT;
}
@@ -151,20 +151,20 @@ class CommandNSConfirm : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_CONFIRM);
+ u->SendMessage(NickServ, NICK_HELP_CONFIRM);
if (u->Account() && u->Account()->HasPriv("nickserv/confirm"))
- notice_help(Config->s_NickServ, u, NICK_HELP_CONFIRM_OPER);
+ u->SendMessage(NickServ, NICK_HELP_CONFIRM_OPER);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_INVALID);
+ u->SendMessage(NickServ, NICK_CONFIRM_INVALID);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_CONFIRM);
+ u->SendMessage(NickServ, NICK_HELP_CMD_CONFIRM);
}
};
@@ -197,19 +197,19 @@ class CommandNSRegister : public CommandNSConfirm
if (readonly)
{
- notice_lang(Config->s_NickServ, u, NICK_REGISTRATION_DISABLED);
+ u->SendMessage(NickServ, NICK_REGISTRATION_DISABLED);
return MOD_CONT;
}
if (!is_oper(u) && Config->NickRegDelay && Anope::CurTime - u->my_signon < Config->NickRegDelay)
{
- notice_lang(Config->s_NickServ, u, NICK_REG_DELAY, Config->NickRegDelay);
+ u->SendMessage(NickServ, NICK_REG_DELAY, Config->NickRegDelay);
return MOD_CONT;
}
if ((anr = findrequestnick(u->nick)))
{
- notice_lang(Config->s_NickServ, u, NICK_REQUESTED);
+ u->SendMessage(NickServ, NICK_REQUESTED);
return MOD_CONT;
}
@@ -220,13 +220,13 @@ class CommandNSRegister : public CommandNSConfirm
*/
if (nicklen <= prefixlen + 7 && nicklen >= prefixlen + 1 && !u->nick.find_ci(Config->NSGuestNickPrefix) && !u->nick.substr(prefixlen).find_first_not_of("1234567890"))
{
- notice_lang(Config->s_NickServ, u, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
return MOD_CONT;
}
if (!ircdproto->IsNickValid(u->nick))
{
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, u->nick.c_str());
return MOD_CONT;
}
@@ -237,7 +237,7 @@ class CommandNSRegister : public CommandNSConfirm
if (u->nick.find_ci(nick) != Anope::string::npos && !is_oper(u))
{
- notice_lang(Config->s_NickServ, u, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
return MOD_CONT;
}
}
@@ -245,7 +245,7 @@ class CommandNSRegister : public CommandNSConfirm
if (Config->NSForceEmail && email.empty())
this->OnSyntaxError(u, "");
else if (Anope::CurTime < u->lastnickreg + Config->NSRegDelay)
- notice_lang(Config->s_NickServ, u, NICK_REG_PLEASE_WAIT, (u->lastnickreg + Config->NSRegDelay) - Anope::CurTime);
+ u->SendMessage(NickServ, NICK_REG_PLEASE_WAIT, (u->lastnickreg + Config->NSRegDelay) - Anope::CurTime);
else if ((na = findnick(u->nick)))
{
/* i.e. there's already such a nick regged */
@@ -253,17 +253,17 @@ class CommandNSRegister : public CommandNSConfirm
{
// XXX
//Alog() << Config->s_NickServ << ": " << u->GetIdent() << "@" << u->host << " tried to register FORBIDden nick " << u->nick;
- notice_lang(Config->s_NickServ, u, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_CANNOT_BE_REGISTERED, u->nick.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_ALREADY_REGISTERED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_ALREADY_REGISTERED, u->nick.c_str());
}
else if (pass.equals_ci(u->nick) || (Config->StrictPasswords && pass.length() < 5))
- notice_lang(Config->s_NickServ, u, MORE_OBSCURE_PASSWORD);
+ u->SendMessage(NickServ, MORE_OBSCURE_PASSWORD);
else if (pass.length() > Config->PassLen)
- notice_lang(Config->s_NickServ, u, PASSWORD_TOO_LONG);
+ u->SendMessage(NickServ, PASSWORD_TOO_LONG);
else if (!email.empty() && !MailValidate(email))
- notice_lang(Config->s_NickServ, u, MAIL_X_INVALID, email.c_str());
+ u->SendMessage(NickServ, MAIL_X_INVALID, email.c_str());
else
{
for (idx = 0; idx < 9; ++idx)
@@ -279,13 +279,13 @@ class CommandNSRegister : public CommandNSConfirm
{
if (SendRegmail(u, nr))
{
- notice_lang(Config->s_NickServ, u, NICK_ENTER_REG_CODE, email.c_str(), Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_ENTER_REG_CODE, email.c_str(), Config->s_NickServ.c_str());
Log(LOG_COMMAND, u, this) << "send registration verification code to " << nr->email;
}
else
{
Log(LOG_COMMAND, u, this) << "unable to send registration verification mail";
- notice_lang(Config->s_NickServ, u, NICK_REG_UNABLE);
+ u->SendMessage(NickServ, NICK_REG_UNABLE);
delete nr;
return MOD_CONT;
}
@@ -302,21 +302,21 @@ class CommandNSRegister : public CommandNSConfirm
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_REGISTER);
+ u->SendMessage(NickServ, NICK_HELP_REGISTER);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
if (Config->NSForceEmail)
- syntax_error(Config->s_NickServ, u, "REGISTER", NICK_REGISTER_SYNTAX_EMAIL);
+ SyntaxError(NickServ, u, "REGISTER", NICK_REGISTER_SYNTAX_EMAIL);
else
- syntax_error(Config->s_NickServ, u, "REGISTER", NICK_REGISTER_SYNTAX);
+ SyntaxError(NickServ, u, "REGISTER", NICK_REGISTER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_REGISTER);
+ u->SendMessage(NickServ, NICK_HELP_CMD_REGISTER);
}
};
@@ -337,13 +337,13 @@ class CommandNSResend : public Command
{
if (Anope::CurTime < nr->lastmail + Config->NSResendDelay)
{
- notice_lang(Config->s_NickServ, u, MAIL_LATER);
+ u->SendMessage(NickServ, MAIL_LATER);
return MOD_CONT;
}
if (!SendRegmail(u, nr))
{
nr->lastmail = Anope::CurTime;
- notice_lang(Config->s_NickServ, u, NICK_REG_RESENT, nr->email.c_str());
+ u->SendMessage(NickServ, NICK_REG_RESENT, nr->email.c_str());
Log(LOG_COMMAND, u, this) << "resend registration verification code for " << nr->nick;
}
else
@@ -358,13 +358,13 @@ class CommandNSResend : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_RESEND);
+ u->SendMessage(NickServ, NICK_HELP_RESEND);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_RESEND);
+ u->SendMessage(NickServ, NICK_HELP_CMD_RESEND);
}
};
@@ -390,10 +390,10 @@ static bool SendRegmail(User *u, NickRequest *nr)
{
char subject[BUFSIZE], message[BUFSIZE];
- snprintf(subject, sizeof(subject), getstring(NICK_REG_MAIL_SUBJECT), nr->nick.c_str());
- snprintf(message, sizeof(message), getstring(NICK_REG_MAIL), nr->nick.c_str(), Config->NetworkName.c_str(), Config->s_NickServ.c_str(), nr->passcode.c_str(), Config->NetworkName.c_str());
+ snprintf(subject, sizeof(subject), GetString(NICK_REG_MAIL_SUBJECT).c_str(), nr->nick.c_str());
+ snprintf(message, sizeof(message), GetString(NICK_REG_MAIL).c_str(), nr->nick.c_str(), Config->NetworkName.c_str(), Config->s_NickServ.c_str(), nr->passcode.c_str(), Config->NetworkName.c_str());
- return Mail(u, nr, Config->s_NickServ, subject, message);
+ return Mail(u, nr, NickServ, subject, message);
}
MODULE_INIT(NSRegister)
diff --git a/modules/core/ns_release.cpp b/modules/core/ns_release.cpp
index 1fe340758..b8b517e36 100644
--- a/modules/core/ns_release.cpp
+++ b/modules/core/ns_release.cpp
@@ -28,24 +28,24 @@ class CommandNSRelease : public Command
NickAlias *na;
if (!(na = findnick(nick)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, na->nick.c_str());
else if (!na->HasFlag(NS_HELD))
- notice_lang(Config->s_NickServ, u, NICK_RELEASE_NOT_HELD, nick.c_str());
+ u->SendMessage(NickServ, NICK_RELEASE_NOT_HELD, nick.c_str());
else if (!pass.empty())
{
int res = enc_check_password(pass, na->nc->pass);
if (res == 1)
{
Log(LOG_COMMAND, u, this) << "released " << na->nick;
- notice_lang(Config->s_NickServ, u, NICK_RELEASED);
+ u->SendMessage(NickServ, NICK_RELEASED);
}
else
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
if (!res)
{
Log(LOG_COMMAND, u, this) << "invalid password for " << nick;
@@ -59,10 +59,10 @@ class CommandNSRelease : public Command
if (u->Account() == na->nc || (!na->nc->HasFlag(NI_SECURE) && is_on_access(u, na->nc)))
{
na->Release();
- notice_lang(Config->s_NickServ, u, NICK_RELEASED);
+ u->SendMessage(NickServ, NICK_RELEASED);
}
else
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
}
return MOD_CONT;
}
@@ -72,20 +72,19 @@ class CommandNSRelease : public Command
/* Convert Config->NSReleaseTimeout seconds to string format */
Anope::string relstr = duration(u->Account(), Config->NSReleaseTimeout);
- notice_help(Config->s_NickServ, u, NICK_HELP_RELEASE, relstr.c_str());
- //do_help_limited(Config->s_NickServ, u, this);
+ u->SendMessage(NickServ, NICK_HELP_RELEASE, relstr.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "RELEASE", NICK_RELEASE_SYNTAX);
+ SyntaxError(NickServ, u, "RELEASE", NICK_RELEASE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_RELEASE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_RELEASE);
}
};
diff --git a/modules/core/ns_resetpass.cpp b/modules/core/ns_resetpass.cpp
index 63c58d5ed..1c23c5010 100644
--- a/modules/core/ns_resetpass.cpp
+++ b/modules/core/ns_resetpass.cpp
@@ -28,17 +28,17 @@ class CommandNSResetPass : public Command
NickAlias *na;
if (Config->RestrictMail && (!u->Account() || !u->Account()->HasCommand("nickserv/resetpass")))
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
if (!(na = findnick(params[0])))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, params[0].c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, params[0].c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else
{
if (SendResetEmail(u, na))
{
Log(LOG_COMMAND, u, this) << "for " << na->nick << " (group: " << na->nc->display << ")";
- notice_lang(Config->s_NickServ, u, NICK_RESETPASS_COMPLETE, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_RESETPASS_COMPLETE, na->nick.c_str());
}
}
@@ -47,18 +47,18 @@ class CommandNSResetPass : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_RESETPASS);
+ u->SendMessage(NickServ, NICK_HELP_RESETPASS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "RESETPASS", NICK_RESETPASS_SYNTAX);
+ SyntaxError(NickServ, u, "RESETPASS", NICK_RESETPASS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_RESETPASS);
+ u->SendMessage(NickServ, NICK_HELP_CMD_RESETPASS);
}
};
@@ -94,7 +94,7 @@ class NSResetPass : public Module
{
na->nc->Shrink("ns_resetpass_code");
na->nc->Shrink("ns_resetpass_time");
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_EXPIRED);
+ u->SendMessage(NickServ, NICK_CONFIRM_EXPIRED);
return EVENT_STOP;
}
@@ -114,7 +114,7 @@ class NSResetPass : public Module
FOREACH_MOD(I_OnNickIdentify, OnNickIdentify(u));
Log(LOG_COMMAND, u, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify to " << na->nick;
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_SUCCESS, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_CONFIRM_SUCCESS, Config->s_NickServ.c_str());
if (ircd->vhost)
do_on_id(u);
@@ -125,7 +125,7 @@ class NSResetPass : public Module
else
{
Log(LOG_COMMAND, u, &commandnsresetpass) << "invalid confirm passcode for " << na->nick;
- notice_lang(Config->s_NickServ, u, NICK_CONFIRM_INVALID);
+ u->SendMessage(NickServ, NICK_CONFIRM_INVALID);
bad_password(u);
}
@@ -141,7 +141,7 @@ static bool SendResetEmail(User *u, NickAlias *na)
{
char subject[BUFSIZE], message[BUFSIZE];
- snprintf(subject, sizeof(subject), getstring(na, NICK_RESETPASS_SUBJECT), na->nick.c_str());
+ snprintf(subject, sizeof(subject), GetString(na->nc, NICK_RESETPASS_SUBJECT).c_str(), na->nick.c_str());
int min = 1, max = 62;
int chars[] = {
@@ -157,7 +157,7 @@ static bool SendResetEmail(User *u, NickAlias *na)
for (idx = 0; idx < 20; ++idx)
passcode += chars[1 + static_cast<int>((static_cast<float>(max - min)) * getrandom16() / 65536.0) + min];
- snprintf(message, sizeof(message), getstring(na, NICK_RESETPASS_MESSAGE), na->nick.c_str(), Config->s_NickServ.c_str(), passcode.c_str(), Config->NetworkName.c_str());
+ snprintf(message, sizeof(message), GetString(na->nc, NICK_RESETPASS_MESSAGE).c_str(), na->nick.c_str(), Config->s_NickServ.c_str(), passcode.c_str(), Config->NetworkName.c_str());
na->nc->Shrink("ns_resetpass_code");
na->nc->Shrink("ns_resetpass_time");
@@ -165,7 +165,7 @@ static bool SendResetEmail(User *u, NickAlias *na)
na->nc->Extend("ns_resetpass_code", new ExtensibleItemRegular<Anope::string>(passcode));
na->nc->Extend("ns_resetpass_time", new ExtensibleItemRegular<time_t>(Anope::CurTime));
- return Mail(u, na->nc, Config->s_NickServ, subject, message);
+ return Mail(u, na->nc, NickServ, subject, message);
}
MODULE_INIT(NSResetPass)
diff --git a/modules/core/ns_saset.cpp b/modules/core/ns_saset.cpp
index c6494d292..229f48e8c 100644
--- a/modules/core/ns_saset.cpp
+++ b/modules/core/ns_saset.cpp
@@ -35,17 +35,17 @@ class CommandNSSASet : public Command
if (readonly)
{
- notice_lang(Config->s_NickServ, u, NICK_SASET_DISABLED);
+ u->SendMessage(NickServ, NICK_SET_DISABLED);
return MOD_CONT;
}
NickAlias *na = findnick(nick);
if (!na)
- notice_lang(Config->s_NickServ, u, NICK_SASET_BAD_NICK, nick.c_str());
+ u->SendMessage(NickServ, NICK_SASET_BAD_NICK, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, na->nick.c_str());
else
{
Command *c = this->FindCommand(params[1]);
@@ -59,7 +59,7 @@ class CommandNSSASet : public Command
mod_run_cmd(NickServ, u, c, params[1], cmdparams);
}
else
- notice_lang(Config->s_NickServ, u, NICK_SASET_UNKNOWN_OPTION, cmd.c_str());
+ u->SendMessage(NickServ, NICK_SASET_UNKNOWN_OPTION, cmd.c_str());
}
return MOD_CONT;
@@ -69,10 +69,10 @@ class CommandNSSASet : public Command
{
if (subcommand.empty())
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_HEAD);
+ u->SendMessage(NickServ, NICK_HELP_SASET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_TAIL);
+ u->SendMessage(NickServ, NICK_HELP_SASET_TAIL);
return true;
}
else
@@ -88,12 +88,12 @@ class CommandNSSASet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "SASET", NICK_SASET_SYNTAX);
+ SyntaxError(NickServ, u, "SASET", NICK_SASET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET);
}
bool AddSubcommand(Command *c)
@@ -133,30 +133,30 @@ class CommandNSSASetDisplay : public Command
NickAlias *na = findnick(params[1]);
if (!na || na->nc != nc)
{
- notice_lang(Config->s_NickServ, u, NICK_SASET_DISPLAY_INVALID, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_DISPLAY_INVALID, nc->display.c_str());
return MOD_CONT;
}
change_core_display(nc, params[1]);
- notice_lang(Config->s_NickServ, u, NICK_SASET_DISPLAY_CHANGED, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SET_DISPLAY_CHANGED, nc->display.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_DISPLAY);
+ u->SendMessage(NickServ, NICK_HELP_SASET_DISPLAY);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_NickServ, u, "SASET", NICK_SASET_SYNTAX);
+ SyntaxError(NickServ, u, "SASET", NICK_SASET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_DISPLAY);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_DISPLAY);
}
};
@@ -177,17 +177,17 @@ class CommandNSSASetPassword : public Command
if (Config->NSSecureAdmins && u->Account() != nc && nc->IsServicesOper())
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_CONT;
}
else if (nc->display.equals_ci(params[1]) || (Config->StrictPasswords && len < 5))
{
- notice_lang(Config->s_NickServ, u, MORE_OBSCURE_PASSWORD);
+ u->SendMessage(NickServ, MORE_OBSCURE_PASSWORD);
return MOD_CONT;
}
else if (len > Config->PassLen)
{
- notice_lang(Config->s_NickServ, u, PASSWORD_TOO_LONG);
+ u->SendMessage(NickServ, PASSWORD_TOO_LONG);
return MOD_CONT;
}
@@ -195,15 +195,15 @@ class CommandNSSASetPassword : public Command
{
// XXX
//Alog() << Config->s_NickServ << ": Failed to encrypt password for " << nc->display << " (saset)";
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_FAILED, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_FAILED, nc->display.c_str());
return MOD_CONT;
}
Anope::string tmp_pass;
if (enc_decrypt(nc->pass, tmp_pass) == 1)
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_CHANGED_TO, nc->display.c_str(), tmp_pass.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_CHANGED_TO, nc->display.c_str(), tmp_pass.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_CHANGED, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_CHANGED, nc->display.c_str());
if (Config->WallSetpass)
ircdproto->SendGlobops(NickServ, "\2%s\2 used SASET PASSWORD on \2%s\2", u->nick.c_str(), nc->display.c_str());
@@ -213,18 +213,18 @@ class CommandNSSASetPassword : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_PASSWORD);
+ u->SendMessage(NickServ, NICK_HELP_SASET_PASSWORD);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET", NICK_SASET_SYNTAX);
+ SyntaxError(NickServ, u, "SASET", NICK_SASET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_PASSWORD);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_PASSWORD);
}
};
diff --git a/modules/core/ns_saset_noexpire.cpp b/modules/core/ns_saset_noexpire.cpp
index 6d1c3816b..3489dcd2e 100644
--- a/modules/core/ns_saset_noexpire.cpp
+++ b/modules/core/ns_saset_noexpire.cpp
@@ -31,12 +31,12 @@ class CommandNSSASetNoexpire : public Command
if (param.equals_ci("ON"))
{
na->SetFlag(NS_NO_EXPIRE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_NOEXPIRE_ON, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_SASET_NOEXPIRE_ON, na->nick.c_str());
}
else if (param.equals_ci("OFF"))
{
na->UnsetFlag(NS_NO_EXPIRE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_NOEXPIRE_OFF, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_SASET_NOEXPIRE_OFF, na->nick.c_str());
}
else
this->OnSyntaxError(u, "NOEXPIRE");
@@ -46,18 +46,18 @@ class CommandNSSASetNoexpire : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_NOEXPIRE);
+ u->SendMessage(NickServ, NICK_HELP_SASET_NOEXPIRE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET NOEXPIRE", NICK_SASET_NOEXPIRE_SYNTAX);
+ SyntaxError(NickServ, u, "SASET NOEXPIRE", NICK_SASET_NOEXPIRE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_NOEXPIRE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_NOEXPIRE);
}
};
diff --git a/modules/core/ns_sendpass.cpp b/modules/core/ns_sendpass.cpp
index 6d0efb2a7..488196cf8 100644
--- a/modules/core/ns_sendpass.cpp
+++ b/modules/core/ns_sendpass.cpp
@@ -29,11 +29,11 @@ class CommandNSSendPass : public Command
NickAlias *na;
if (Config->RestrictMail && (!u->Account() || !u->Account()->HasCommand("nickserv/sendpass")))
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
else if (!(na = findnick(nick)))
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
else if (na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
else
{
Anope::string tmp_pass;
@@ -42,11 +42,11 @@ class CommandNSSendPass : public Command
if (SendPassMail(u, na, tmp_pass))
{
Log(Config->RestrictMail ? LOG_ADMIN : LOG_COMMAND, u, this) << "for " << na->nick;
- notice_lang(Config->s_NickServ, u, NICK_SENDPASS_OK, nick.c_str());
+ u->SendMessage(NickServ, NICK_SENDPASS_OK, nick.c_str());
}
}
else
- notice_lang(Config->s_NickServ, u, NICK_SENDPASS_UNAVAILABLE);
+ u->SendMessage(NickServ, NICK_SENDPASS_UNAVAILABLE);
}
return MOD_CONT;
@@ -54,18 +54,18 @@ class CommandNSSendPass : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SENDPASS);
+ u->SendMessage(NickServ, NICK_HELP_SENDPASS);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "SENDPASS", NICK_SENDPASS_SYNTAX);
+ SyntaxError(NickServ, u, "SENDPASS", NICK_SENDPASS_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SENDPASS);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SENDPASS);
}
};
@@ -94,10 +94,10 @@ static bool SendPassMail(User *u, NickAlias *na, const Anope::string &pass)
{
char subject[BUFSIZE], message[BUFSIZE];
- snprintf(subject, sizeof(subject), getstring(na, NICK_SENDPASS_SUBJECT), na->nick.c_str());
- snprintf(message, sizeof(message), getstring(na, NICK_SENDPASS), na->nick.c_str(), pass.c_str(), Config->NetworkName.c_str());
+ snprintf(subject, sizeof(subject), GetString(na->nc, NICK_SENDPASS_SUBJECT).c_str(), na->nick.c_str());
+ snprintf(message, sizeof(message), GetString(na->nc, NICK_SENDPASS).c_str(), na->nick.c_str(), pass.c_str(), Config->NetworkName.c_str());
- return Mail(u, na->nc, Config->s_NickServ, subject, message);
+ return Mail(u, na->nc, NickServ, subject, message);
}
MODULE_INIT(NSSendPass)
diff --git a/modules/core/ns_set.cpp b/modules/core/ns_set.cpp
index 2eb7c6a19..fd4486c93 100644
--- a/modules/core/ns_set.cpp
+++ b/modules/core/ns_set.cpp
@@ -32,13 +32,13 @@ class CommandNSSet : public Command
{
if (readonly)
{
- notice_lang(Config->s_NickServ, u, NICK_SET_DISABLED);
+ u->SendMessage(NickServ, NICK_SET_DISABLED);
return MOD_CONT;
}
if (u->Account()->HasFlag(NI_SUSPENDED))
{
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, u->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, u->Account()->display.c_str());
return MOD_CONT;
}
@@ -52,7 +52,7 @@ class CommandNSSet : public Command
mod_run_cmd(NickServ, u, c, params[0], cmdparams);
}
else
- notice_lang(Config->s_NickServ, u, NICK_SET_UNKNOWN_OPTION, params[0].c_str());
+ u->SendMessage(NickServ, NICK_SET_UNKNOWN_OPTION, params[0].c_str());
return MOD_CONT;
}
@@ -61,10 +61,10 @@ class CommandNSSet : public Command
{
if (subcommand.empty())
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_HEAD);
+ u->SendMessage(NickServ, NICK_HELP_SET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_TAIL);
+ u->SendMessage(NickServ, NICK_HELP_SET_TAIL);
return true;
}
else
@@ -80,12 +80,12 @@ class CommandNSSet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "SET", NICK_SET_SYNTAX);
+ SyntaxError(NickServ, u, "SET", NICK_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET);
}
bool AddSubcommand(Command *c)
@@ -122,30 +122,30 @@ class CommandNSSetDisplay : public Command
if (!na || na->nc != u->Account())
{
- notice_lang(Config->s_NickServ, u, NICK_SASET_DISPLAY_INVALID, u->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_DISPLAY_INVALID, u->Account()->display.c_str());
return MOD_CONT;
}
change_core_display(u->Account(), params[0]);
- notice_lang(Config->s_NickServ, u, NICK_SET_DISPLAY_CHANGED, u->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_SET_DISPLAY_CHANGED, u->Account()->display.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_DISPLAY);
+ u->SendMessage(NickServ, NICK_HELP_SET_DISPLAY);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_NickServ, u, "SET", NICK_SET_SYNTAX);
+ SyntaxError(NickServ, u, "SET", NICK_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_DISPLAY);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_DISPLAY);
}
};
@@ -164,12 +164,12 @@ class CommandNSSetPassword : public Command
if (u->Account()->display.equals_ci(param) || (Config->StrictPasswords && len < 5))
{
- notice_lang(Config->s_NickServ, u, MORE_OBSCURE_PASSWORD);
+ u->SendMessage(NickServ, MORE_OBSCURE_PASSWORD);
return MOD_CONT;
}
else if (len > Config->PassLen)
{
- notice_lang(Config->s_NickServ, u, PASSWORD_TOO_LONG);
+ u->SendMessage(NickServ, PASSWORD_TOO_LONG);
return MOD_CONT;
}
@@ -177,34 +177,34 @@ class CommandNSSetPassword : public Command
{
// XXX ?
//Alog() << Config->s_NickServ << ": Failed to encrypt password for " << u->Account()->display << " (set)";
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_FAILED);
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_FAILED);
return MOD_CONT;
}
Anope::string tmp_pass;
if (enc_decrypt(u->Account()->pass, tmp_pass) == 1)
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_CHANGED_TO, u->Account()->display.c_str(), tmp_pass.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_CHANGED_TO, u->Account()->display.c_str(), tmp_pass.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_SASET_PASSWORD_CHANGED, u->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PASSWORD_CHANGED, u->Account()->display.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_PASSWORD);
+ u->SendMessage(NickServ, NICK_HELP_SET_PASSWORD);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
// XXX
- syntax_error(Config->s_NickServ, u, "SET", NICK_SET_SYNTAX);
+ SyntaxError(NickServ, u, "SET", NICK_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_PASSWORD);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_PASSWORD);
}
};
diff --git a/modules/core/ns_set_autoop.cpp b/modules/core/ns_set_autoop.cpp
index fea68d742..4578362f5 100644
--- a/modules/core/ns_set_autoop.cpp
+++ b/modules/core/ns_set_autoop.cpp
@@ -31,12 +31,12 @@ class CommandNSSetAutoOp : public Command
if (param.equals_ci("ON"))
{
nc->SetFlag(NI_AUTOOP);
- notice_lang(Config->s_NickServ, u, NICK_SASET_AUTOOP_ON, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_AUTOOP_ON, nc->display.c_str());
}
else if (param.equals_ci("OFF"))
{
nc->UnsetFlag(NI_AUTOOP);
- notice_lang(Config->s_NickServ, u, NICK_SASET_AUTOOP_OFF, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_AUTOOP_OFF, nc->display.c_str());
}
else
this->OnSyntaxError(u, "AUTOOP");
@@ -46,18 +46,18 @@ class CommandNSSetAutoOp : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_AUTOOP);
+ u->SendMessage(NickServ, NICK_HELP_SET_AUTOOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET AUTOOP", NICK_SET_AUTOOP_SYNTAX);
+ SyntaxError(NickServ, u, "SET AUTOOP", NICK_SET_AUTOOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_AUTOOP);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_AUTOOP);
}
};
@@ -70,18 +70,18 @@ class CommandNSSASetAutoOp : public CommandNSSetAutoOp
bool Help(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_AUTOOP);
+ u->SendMessage(NickServ, NICK_HELP_SASET_AUTOOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET AUTOOP", NICK_SASET_AUTOOP_SYNTAX);
+ SyntaxError(NickServ, u, "SET AUTOOP", NICK_SASET_AUTOOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_AUTOOP);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_AUTOOP);
}
};
diff --git a/modules/core/ns_set_email.cpp b/modules/core/ns_set_email.cpp
index 9820d9632..c257286c7 100644
--- a/modules/core/ns_set_email.cpp
+++ b/modules/core/ns_set_email.cpp
@@ -30,29 +30,29 @@ class CommandNSSetEmail : public Command
if (param.empty() && Config->NSForceEmail)
{
- notice_lang(Config->s_NickServ, u, NICK_SASET_EMAIL_UNSET_IMPOSSIBLE);
+ u->SendMessage(NickServ, NICK_SET_EMAIL_UNSET_IMPOSSIBLE);
return MOD_CONT;
}
else if (Config->NSSecureAdmins && u->Account() != nc && nc->IsServicesOper())
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_CONT;
}
else if (!param.empty() && !MailValidate(param))
{
- notice_lang(Config->s_NickServ, u, MAIL_X_INVALID, param.c_str());
+ u->SendMessage(NickServ, MAIL_X_INVALID, param.c_str());
return MOD_CONT;
}
if (!param.empty())
{
nc->email = param;
- notice_lang(Config->s_NickServ, u, NICK_SASET_EMAIL_CHANGED, nc->display.c_str(), param.c_str());
+ u->SendMessage(NickServ, NICK_SASET_EMAIL_CHANGED, nc->display.c_str(), param.c_str());
}
else
{
nc->email.clear();
- notice_lang(Config->s_NickServ, u, NICK_SASET_EMAIL_UNSET, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_EMAIL_UNSET, nc->display.c_str());
}
return MOD_CONT;
@@ -60,13 +60,13 @@ class CommandNSSetEmail : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_EMAIL);
+ u->SendMessage(NickServ, NICK_HELP_SET_EMAIL);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_EMAIL);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_EMAIL);
}
};
@@ -79,13 +79,13 @@ class CommandNSSASetEmail : public CommandNSSetEmail
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_EMAIL);
+ u->SendMessage(NickServ, NICK_HELP_SASET_EMAIL);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_EMAIL);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_EMAIL);
}
};
diff --git a/modules/core/ns_set_greet.cpp b/modules/core/ns_set_greet.cpp
index 0390b92f8..fca7d54e9 100644
--- a/modules/core/ns_set_greet.cpp
+++ b/modules/core/ns_set_greet.cpp
@@ -31,12 +31,12 @@ class CommandNSSetGreet : public Command
if (!param.empty())
{
nc->greet = param;
- notice_lang(Config->s_NickServ, u, NICK_SASET_GREET_CHANGED, nc->display.c_str(), nc->greet.c_str());
+ u->SendMessage(NickServ, NICK_SASET_GREET_CHANGED, nc->display.c_str(), nc->greet.c_str());
}
else
{
nc->greet.clear();
- notice_lang(Config->s_NickServ, u, NICK_SASET_GREET_UNSET, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_GREET_UNSET, nc->display.c_str());
}
return MOD_CONT;
@@ -44,13 +44,13 @@ class CommandNSSetGreet : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_GREET);
+ u->SendMessage(NickServ, NICK_HELP_SET_GREET);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_GREET);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_GREET);
}
};
@@ -63,13 +63,13 @@ class CommandNSSASetGreet : public CommandNSSetGreet
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_GREET);
+ u->SendMessage(NickServ, NICK_HELP_SASET_GREET);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_GREET);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_GREET);
}
};
diff --git a/modules/core/ns_set_hide.cpp b/modules/core/ns_set_hide.cpp
index b8487027d..f6fdfd853 100644
--- a/modules/core/ns_set_hide.cpp
+++ b/modules/core/ns_set_hide.cpp
@@ -26,7 +26,7 @@ class CommandNSSetHide : public Command
if (!nc)
throw CoreException("NULL nc in CommandNSSetHide");
- int onmsg, offmsg;
+ LanguageString onmsg, offmsg;
NickCoreFlag flag;
Anope::string param = params[1];
@@ -65,12 +65,12 @@ class CommandNSSetHide : public Command
if (arg.equals_ci("ON"))
{
nc->SetFlag(flag);
- notice_lang(Config->s_NickServ, u, onmsg, nc->display.c_str(), Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, onmsg, nc->display.c_str(), Config->s_NickServ.c_str());
}
else if (arg.equals_ci("OFF"))
{
nc->UnsetFlag(flag);
- notice_lang(Config->s_NickServ, u, offmsg, nc->display.c_str(), Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, offmsg, nc->display.c_str(), Config->s_NickServ.c_str());
}
else
this->OnSyntaxError(u, "HIDE");
@@ -80,18 +80,18 @@ class CommandNSSetHide : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_HIDE);
+ u->SendMessage(NickServ, NICK_HELP_SET_HIDE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET HIDE", NICK_SET_HIDE_SYNTAX);
+ SyntaxError(NickServ, u, "SET HIDE", NICK_SET_HIDE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_HIDE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_HIDE);
}
};
@@ -104,18 +104,18 @@ class CommandNSSASetHide : public CommandNSSetHide
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_HIDE);
+ u->SendMessage(NickServ, NICK_HELP_SASET_HIDE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET HIDE", NICK_SASET_HIDE_SYNTAX);
+ SyntaxError(NickServ, u, "SASET HIDE", NICK_SASET_HIDE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_HIDE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_HIDE);
}
};
diff --git a/modules/core/ns_set_kill.cpp b/modules/core/ns_set_kill.cpp
index 2a3448232..7b15f12e2 100644
--- a/modules/core/ns_set_kill.cpp
+++ b/modules/core/ns_set_kill.cpp
@@ -34,14 +34,14 @@ class CommandNSSetKill : public Command
nc->SetFlag(NI_KILLPROTECT);
nc->UnsetFlag(NI_KILL_QUICK);
nc->UnsetFlag(NI_KILL_IMMED);
- notice_lang(Config->s_NickServ, u, NICK_SASET_KILL_ON, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_KILL_ON, nc->display.c_str());
}
else if (param.equals_ci("QUICK"))
{
nc->SetFlag(NI_KILLPROTECT);
nc->SetFlag(NI_KILL_QUICK);
nc->UnsetFlag(NI_KILL_IMMED);
- notice_lang(Config->s_NickServ, u, NICK_SASET_KILL_QUICK, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_KILL_QUICK, nc->display.c_str());
}
else if (param.equals_ci("IMMED"))
{
@@ -50,17 +50,17 @@ class CommandNSSetKill : public Command
nc->SetFlag(NI_KILLPROTECT);
nc->SetFlag(NI_KILL_IMMED);
nc->UnsetFlag(NI_KILL_QUICK);
- notice_lang(Config->s_NickServ, u, NICK_SASET_KILL_IMMED, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_KILL_IMMED, nc->display.c_str());
}
else
- notice_lang(Config->s_NickServ, u, NICK_SASET_KILL_IMMED_DISABLED);
+ u->SendMessage(NickServ, NICK_SET_KILL_IMMED_DISABLED);
}
else if (param.equals_ci("OFF"))
{
nc->UnsetFlag(NI_KILLPROTECT);
nc->UnsetFlag(NI_KILL_QUICK);
nc->UnsetFlag(NI_KILL_IMMED);
- notice_lang(Config->s_NickServ, u, NICK_SASET_KILL_OFF, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_KILL_OFF, nc->display.c_str());
}
else
this->OnSyntaxError(u, "KILL");
@@ -70,18 +70,18 @@ class CommandNSSetKill : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_KILL);
+ u->SendMessage(NickServ, NICK_HELP_SET_KILL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET KILL", Config->NSAllowKillImmed ? NICK_SET_KILL_IMMED_SYNTAX : NICK_SET_KILL_SYNTAX);
+ SyntaxError(NickServ, u, "SET KILL", Config->NSAllowKillImmed ? NICK_SET_KILL_IMMED_SYNTAX : NICK_SET_KILL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_KILL);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_KILL);
}
};
@@ -94,18 +94,18 @@ class CommandNSSASetKill : public CommandNSSetKill
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_KILL);
+ u->SendMessage(NickServ, NICK_HELP_SASET_KILL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET KILL", Config->NSAllowKillImmed ? NICK_SASET_KILL_IMMED_SYNTAX : NICK_SASET_KILL_SYNTAX);
+ SyntaxError(NickServ, u, "SASET KILL", Config->NSAllowKillImmed ? NICK_SASET_KILL_IMMED_SYNTAX : NICK_SASET_KILL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_KILL);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_KILL);
}
};
diff --git a/modules/core/ns_set_language.cpp b/modules/core/ns_set_language.cpp
index 084b97769..146ebf19b 100644
--- a/modules/core/ns_set_language.cpp
+++ b/modules/core/ns_set_language.cpp
@@ -28,39 +28,46 @@ class CommandNSSetLanguage : public Command
Anope::string param = params[1];
- if (param.find_first_not_of("0123456789") != Anope::string::npos) /* i.e. not a number */
+ for (unsigned j = 0; j < languages.size(); ++j)
{
- this->OnSyntaxError(u, "");
- return MOD_CONT;
+ if (param == "en" || languages[j] == param)
+ break;
+ else if (j + 1 == languages.size())
+ {
+ this->OnSyntaxError(u, "");
+ return MOD_CONT;
+ }
}
- int langnum = convertTo<int>(param) - 1;
- if (langnum < 0 || langnum >= NUM_LANGS || langlist[langnum] < 0)
- {
- notice_lang(Config->s_NickServ, u, NICK_SET_LANGUAGE_UNKNOWN, langnum + 1, Config->s_NickServ.c_str());
- return MOD_CONT;
- }
-
- nc->language = langlist[langnum];
- notice_lang(Config->s_NickServ, u, NICK_SASET_LANGUAGE_CHANGED);
+ nc->language = param;
+ u->SendMessage(NickServ, NICK_SET_LANGUAGE_CHANGED);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_LANGUAGE);
+ u->SendMessage(NickServ, NICK_HELP_SET_LANGUAGE);
+ u->SendMessage(Config->s_NickServ, " en (English)");
+ for (unsigned j = 0; j < languages.size(); ++j)
+ {
+ const Anope::string &langname = GetString(languages[j], LANGUAGE_NAME);
+ if (langname == "English")
+ continue;
+ u->SendMessage(Config->s_NickServ, " %s (%s)", languages[j].c_str(), langname.c_str());
+ }
+
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET LANGUAGE", NICK_SET_LANGUAGE_SYNTAX);
+ SyntaxError(NickServ, u, "SET LANGUAGE", NICK_SET_LANGUAGE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_LANGUAGE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_LANGUAGE);
}
};
@@ -73,18 +80,18 @@ class CommandNSSASetLanguage : public CommandNSSetLanguage
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_LANGUAGE);
+ u->SendMessage(NickServ, NICK_HELP_SASET_LANGUAGE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET LANGUAGE", NICK_SASET_LANGUAGE_SYNTAX);
+ SyntaxError(NickServ, u, "SASET LANGUAGE", NICK_SASET_LANGUAGE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_LANGUAGE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_LANGUAGE);
}
};
diff --git a/modules/core/ns_set_message.cpp b/modules/core/ns_set_message.cpp
index 07d64733f..fa20c9162 100644
--- a/modules/core/ns_set_message.cpp
+++ b/modules/core/ns_set_message.cpp
@@ -28,7 +28,7 @@ class CommandNSSetMessage : public Command
if (!Config->UsePrivmsg)
{
- notice_lang(Config->s_NickServ, u, NICK_SASET_OPTION_DISABLED, "MSG");
+ u->SendMessage(NickServ, NICK_SET_OPTION_DISABLED, "MSG");
return MOD_CONT;
}
@@ -37,12 +37,12 @@ class CommandNSSetMessage : public Command
if (param.equals_ci("ON"))
{
nc->SetFlag(NI_MSG);
- notice_lang(Config->s_NickServ, u, NICK_SASET_MSG_ON, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_MSG_ON, nc->display.c_str());
}
else if (param.equals_ci("OFF"))
{
nc->UnsetFlag(NI_MSG);
- notice_lang(Config->s_NickServ, u, NICK_SASET_MSG_OFF, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_MSG_OFF, nc->display.c_str());
}
else
this->OnSyntaxError(u, "MSG");
@@ -52,18 +52,18 @@ class CommandNSSetMessage : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_MSG);
+ u->SendMessage(NickServ, NICK_HELP_SET_MSG);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET MSG", NICK_SET_MSG_SYNTAX);
+ SyntaxError(NickServ, u, "SET MSG", NICK_SET_MSG_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_MSG);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_MSG);
}
};
@@ -76,18 +76,18 @@ class CommandNSSASetMessage : public CommandNSSetMessage
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_MSG);
+ u->SendMessage(NickServ, NICK_HELP_SASET_MSG);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET MSG", NICK_SASET_MSG_SYNTAX);
+ SyntaxError(NickServ, u, "SASET MSG", NICK_SASET_MSG_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_MSG);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_MSG);
}
};
diff --git a/modules/core/ns_set_private.cpp b/modules/core/ns_set_private.cpp
index 03f52515a..366305eae 100644
--- a/modules/core/ns_set_private.cpp
+++ b/modules/core/ns_set_private.cpp
@@ -31,12 +31,12 @@ class CommandNSSetPrivate : public Command
if (param.equals_ci("ON"))
{
nc->SetFlag(NI_PRIVATE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_PRIVATE_ON, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PRIVATE_ON, nc->display.c_str());
}
else if (param.equals_ci("OFF"))
{
nc->UnsetFlag(NI_PRIVATE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_PRIVATE_OFF, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_PRIVATE_OFF, nc->display.c_str());
}
else
this->OnSyntaxError(u, "PRIVATE");
@@ -46,18 +46,18 @@ class CommandNSSetPrivate : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_PRIVATE);
+ u->SendMessage(NickServ, NICK_HELP_SET_PRIVATE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET PRIVATE", NICK_SET_PRIVATE_SYNTAX);
+ SyntaxError(NickServ, u, "SET PRIVATE", NICK_SET_PRIVATE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_CMD_SET_PRIVATE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_PRIVATE);
}
};
@@ -70,18 +70,18 @@ class CommandNSSASetPrivate : public CommandNSSetPrivate
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_PRIVATE);
+ u->SendMessage(NickServ, NICK_HELP_SASET_PRIVATE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET PRIVATE", NICK_SASET_PRIVATE_SYNTAX);
+ SyntaxError(NickServ, u, "SASET PRIVATE", NICK_SASET_PRIVATE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_CMD_SASET_PRIVATE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SASET_PRIVATE);
}
};
diff --git a/modules/core/ns_set_secure.cpp b/modules/core/ns_set_secure.cpp
index dac17d6ae..9eaca40fc 100644
--- a/modules/core/ns_set_secure.cpp
+++ b/modules/core/ns_set_secure.cpp
@@ -31,12 +31,12 @@ class CommandNSSetSecure : public Command
if (param.equals_ci("ON"))
{
nc->SetFlag(NI_SECURE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_SECURE_ON, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_SECURE_ON, nc->display.c_str());
}
else if (param.equals_ci("OFF"))
{
nc->UnsetFlag(NI_SECURE);
- notice_lang(Config->s_NickServ, u, NICK_SASET_SECURE_OFF, nc->display.c_str());
+ u->SendMessage(NickServ, NICK_SASET_SECURE_OFF, nc->display.c_str());
}
else
this->OnSyntaxError(u, "SECURE");
@@ -46,18 +46,18 @@ class CommandNSSetSecure : public Command
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SET_SECURE);
+ u->SendMessage(NickServ, NICK_HELP_SET_SECURE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET SECURE", NICK_SET_SECURE_SYNTAX);
+ SyntaxError(NickServ, u, "SET SECURE", NICK_SET_SECURE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SET_SECURE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_SECURE);
}
};
@@ -70,18 +70,18 @@ class CommandNSSASetSecure : public CommandNSSetSecure
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_SASET_SECURE);
+ u->SendMessage(NickServ, NICK_HELP_SASET_SECURE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET SECURE", NICK_SASET_SECURE_SYNTAX);
+ SyntaxError(NickServ, u, "SASET SECURE", NICK_SASET_SECURE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SASET_SECURE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SET_SECURE);
}
};
diff --git a/modules/core/ns_status.cpp b/modules/core/ns_status.cpp
index 2ece5c328..dd18d58e6 100644
--- a/modules/core/ns_status.cpp
+++ b/modules/core/ns_status.cpp
@@ -32,31 +32,31 @@ class CommandNSStatus : public Command
while (sep.GetToken(nickbuf))
{
if (!(u2 = finduser(nickbuf))) /* Nick is not online */
- notice_lang(Config->s_NickServ, u, NICK_STATUS_REPLY, nickbuf.c_str(), 0, "");
+ u->SendMessage(NickServ, NICK_STATUS_REPLY, nickbuf.c_str(), 0, "");
else if (u2->IsIdentified() && na && na->nc == u2->Account()) /* Nick is identified */
- notice_lang(Config->s_NickServ, u, NICK_STATUS_REPLY, nickbuf.c_str(), 3, u2->Account()->display.c_str());
+ u->SendMessage(NickServ, NICK_STATUS_REPLY, nickbuf.c_str(), 3, u2->Account()->display.c_str());
else if (u2->IsRecognized()) /* Nick is recognised, but NOT identified */
- notice_lang(Config->s_NickServ, u, NICK_STATUS_REPLY, nickbuf.c_str(), 2, u2->Account() ? u2->Account()->display.c_str() : "");
+ u->SendMessage(NickServ, NICK_STATUS_REPLY, nickbuf.c_str(), 2, u2->Account() ? u2->Account()->display.c_str() : "");
else if (!na) /* Nick is online, but NOT a registered */
- notice_lang(Config->s_NickServ, u, NICK_STATUS_REPLY, nickbuf.c_str(), 0, "");
+ u->SendMessage(NickServ, NICK_STATUS_REPLY, nickbuf.c_str(), 0, "");
else
/* Nick is not identified for the nick, but they could be logged into an account,
* so we tell the user about it
*/
- notice_lang(Config->s_NickServ, u, NICK_STATUS_REPLY, nickbuf.c_str(), 1, u2->Account() ? u2->Account()->display.c_str() : "");
+ u->SendMessage(NickServ, NICK_STATUS_REPLY, nickbuf.c_str(), 1, u2->Account() ? u2->Account()->display.c_str() : "");
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_STATUS);
+ u->SendMessage(NickServ, NICK_HELP_STATUS);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_STATUS);
+ u->SendMessage(NickServ, NICK_HELP_CMD_STATUS);
}
};
diff --git a/modules/core/ns_suspend.cpp b/modules/core/ns_suspend.cpp
index 488ed4f04..08c134870 100644
--- a/modules/core/ns_suspend.cpp
+++ b/modules/core/ns_suspend.cpp
@@ -29,25 +29,25 @@ class CommandNSSuspend : public Command
if (readonly)
{
- notice_lang(Config->s_NickServ, u, READ_ONLY_MODE);
+ u->SendMessage(NickServ, READ_ONLY_MODE);
return MOD_CONT;
}
if (!(na = findnick(nick)))
{
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
return MOD_CONT;
}
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
return MOD_CONT;
}
if (Config->NSSecureAdmins && na->nc->IsServicesOper())
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -77,7 +77,7 @@ class CommandNSSuspend : public Command
ircdproto->SendGlobops(NickServ, "\2%s\2 used SUSPEND on \2%s\2", u->nick.c_str(), nick.c_str());
Log(LOG_ADMIN, u, this) << "for " << nick << " (" << (!reason.empty() ? reason : "No reason") << ")";
- notice_lang(Config->s_NickServ, u, NICK_SUSPEND_SUCCEEDED, nick.c_str());
+ u->SendMessage(NickServ, NICK_SUSPEND_SUCCEEDED, nick.c_str());
FOREACH_MOD(I_OnNickSuspended, OnNickSuspend(na));
@@ -86,18 +86,18 @@ class CommandNSSuspend : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_SUSPEND);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_SUSPEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "SUSPEND", NICK_SUSPEND_SYNTAX);
+ SyntaxError(NickServ, u, "SUSPEND", NICK_SUSPEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_SUSPEND);
+ u->SendMessage(NickServ, NICK_HELP_CMD_SUSPEND);
}
};
@@ -115,25 +115,25 @@ class CommandNSUnSuspend : public Command
if (readonly)
{
- notice_lang(Config->s_NickServ, u, READ_ONLY_MODE);
+ u->SendMessage(NickServ, READ_ONLY_MODE);
return MOD_CONT;
}
if (!(na = findnick(nick)))
{
- notice_lang(Config->s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(NickServ, NICK_X_NOT_REGISTERED, nick.c_str());
return MOD_CONT;
}
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_NickServ, u, NICK_X_FORBIDDEN, na->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_FORBIDDEN, na->nick.c_str());
return MOD_CONT;
}
if (Config->NSSecureAdmins && na->nc->IsServicesOper())
{
- notice_lang(Config->s_NickServ, u, ACCESS_DENIED);
+ u->SendMessage(NickServ, ACCESS_DENIED);
return MOD_CONT;
}
@@ -143,7 +143,7 @@ class CommandNSUnSuspend : public Command
ircdproto->SendGlobops(NickServ, "\2%s\2 used UNSUSPEND on \2%s\2", u->nick.c_str(), nick.c_str());
Log(LOG_ADMIN, u, this) << "for " << na->nick;
- notice_lang(Config->s_NickServ, u, NICK_UNSUSPEND_SUCCEEDED, nick.c_str());
+ u->SendMessage(NickServ, NICK_UNSUSPEND_SUCCEEDED, nick.c_str());
FOREACH_MOD(I_OnNickUnsuspended, OnNickUnsuspended(na));
@@ -152,18 +152,18 @@ class CommandNSUnSuspend : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_NickServ, u, NICK_SERVADMIN_HELP_UNSUSPEND);
+ u->SendMessage(NickServ, NICK_SERVADMIN_HELP_UNSUSPEND);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_NickServ, u, "UNSUSPEND", NICK_UNSUSPEND_SYNTAX);
+ SyntaxError(NickServ, u, "UNSUSPEND", NICK_UNSUSPEND_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_UNSUSPEND);
+ u->SendMessage(NickServ, NICK_HELP_CMD_UNSUSPEND);
}
};
diff --git a/modules/core/ns_update.cpp b/modules/core/ns_update.cpp
index e101158a9..bbfad2b45 100644
--- a/modules/core/ns_update.cpp
+++ b/modules/core/ns_update.cpp
@@ -34,19 +34,19 @@ class CommandNSUpdate : public Command
na->last_seen = Anope::CurTime;
if (ircd->vhost)
do_on_id(u);
- notice_lang(Config->s_NickServ, u, NICK_UPDATE_SUCCESS, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_UPDATE_SUCCESS, Config->s_NickServ.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &)
{
- notice_help(Config->s_NickServ, u, NICK_HELP_UPDATE);
+ u->SendMessage(NickServ, NICK_HELP_UPDATE);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_NickServ, u, NICK_HELP_CMD_UPDATE);
+ u->SendMessage(NickServ, NICK_HELP_CMD_UPDATE);
}
};
diff --git a/modules/core/os_akill.cpp b/modules/core/os_akill.cpp
index 1f4614465..858b71bc1 100644
--- a/modules/core/os_akill.cpp
+++ b/modules/core/os_akill.cpp
@@ -25,11 +25,11 @@ class AkillDelCallback : public NumberList
~AkillDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_OperServ, u, OPER_AKILL_NO_MATCH);
+ u->SendMessage(OperServ, OPER_AKILL_NO_MATCH);
else if (Deleted == 1)
- notice_lang(Config->s_OperServ, u, OPER_AKILL_DELETED_ONE);
+ u->SendMessage(OperServ, OPER_AKILL_DELETED_ONE);
else
- notice_lang(Config->s_OperServ, u, OPER_AKILL_DELETED_SEVERAL, Deleted);
+ u->SendMessage(OperServ, OPER_AKILL_DELETED_SEVERAL, Deleted);
}
void HandleNumber(unsigned Number)
@@ -62,9 +62,9 @@ class AkillListCallback : public NumberList
~AkillListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_AKILL_NO_MATCH);
+ u->SendMessage(OperServ, OPER_AKILL_NO_MATCH);
else
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "Akill");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "Akill");
}
void HandleNumber(unsigned Number)
@@ -77,7 +77,7 @@ class AkillListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_AKILL_LIST_HEADER);
}
DoList(u, x, Number);
@@ -85,7 +85,7 @@ class AkillListCallback : public NumberList
static void DoList(User *u, XLine *x, unsigned Number)
{
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
}
};
@@ -106,7 +106,7 @@ class AkillViewCallback : public AkillListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_AKILL_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_AKILL_VIEW_HEADER);
}
DoList(u, x, Number);
@@ -114,14 +114,7 @@ class AkillViewCallback : public AkillListCallback
static void DoList(User *u, XLine *x, unsigned Number)
{
- char timebuf[32];
- struct tm tm;
-
- tm = *localtime(&x->Created);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
- Anope::string expirebuf = expire_left(u->Account(), x->Expires);
-
- notice_lang(Config->s_OperServ, u, OPER_AKILL_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), timebuf, expirebuf.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), do_strftime(x->Created).c_str(), expire_left(u->Account(), x->Expires).c_str(), x->Reason.c_str());
}
};
@@ -151,7 +144,7 @@ class CommandOSAKill : public Command
/* Do not allow less than a minute expiry time */
if (expires && expires < 60)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -173,7 +166,7 @@ class CommandOSAKill : public Command
if (!x)
return MOD_CONT;
- notice_lang(Config->s_OperServ, u, OPER_AKILL_ADDED, mask.c_str());
+ u->SendMessage(OperServ, OPER_AKILL_ADDED, mask.c_str());
if (Config->WallOSAkill)
{
@@ -209,7 +202,7 @@ class CommandOSAKill : public Command
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
else
this->OnSyntaxError(u, "ADD");
@@ -229,7 +222,7 @@ class CommandOSAKill : public Command
if (SGLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_AKILL_LIST_EMPTY);
return MOD_CONT;
}
@@ -244,18 +237,18 @@ class CommandOSAKill : public Command
if (!x)
{
- notice_lang(Config->s_OperServ, u, OPER_AKILL_NOT_FOUND, mask.c_str());
+ u->SendMessage(OperServ, OPER_AKILL_NOT_FOUND, mask.c_str());
return MOD_CONT;
}
FOREACH_MOD(I_OnDelAkill, OnDelAkill(u, x));
AkillDelCallback::DoDel(u, x);
- notice_lang(Config->s_OperServ, u, OPER_AKILL_DELETED, mask.c_str());
+ u->SendMessage(OperServ, OPER_AKILL_DELETED, mask.c_str());
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -264,7 +257,7 @@ class CommandOSAKill : public Command
{
if (SGLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_AKILL_LIST_EMPTY);
return MOD_CONT;
}
@@ -288,7 +281,7 @@ class CommandOSAKill : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_AKILL_LIST_HEADER);
}
AkillListCallback::DoList(u, x, i);
@@ -296,9 +289,9 @@ class CommandOSAKill : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_AKILL_NO_MATCH);
+ u->SendMessage(OperServ, OPER_AKILL_NO_MATCH);
else
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "Akill");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "Akill");
}
return MOD_CONT;
@@ -308,7 +301,7 @@ class CommandOSAKill : public Command
{
if (SGLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_AKILL_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_AKILL_LIST_EMPTY);
return MOD_CONT;
}
@@ -332,7 +325,7 @@ class CommandOSAKill : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_AKILL_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_AKILL_VIEW_HEADER);
}
AkillViewCallback::DoList(u, x, i);
@@ -340,7 +333,7 @@ class CommandOSAKill : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_AKILL_NO_MATCH);
+ u->SendMessage(OperServ, OPER_AKILL_NO_MATCH);
}
return MOD_CONT;
@@ -350,7 +343,7 @@ class CommandOSAKill : public Command
{
FOREACH_MOD(I_OnDelAkill, OnDelAkill(u, NULL));
SGLine->Clear();
- notice_lang(Config->s_OperServ, u, OPER_AKILL_CLEAR);
+ u->SendMessage(OperServ, OPER_AKILL_CLEAR);
return MOD_CONT;
}
@@ -380,18 +373,18 @@ class CommandOSAKill : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_AKILL);
+ u->SendMessage(OperServ, OPER_HELP_AKILL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "AKILL", OPER_AKILL_SYNTAX);
+ SyntaxError(OperServ, u, "AKILL", OPER_AKILL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_AKILL);
+ u->SendMessage(OperServ, OPER_HELP_CMD_AKILL);
}
};
diff --git a/modules/core/os_chankill.cpp b/modules/core/os_chankill.cpp
index 81b15710a..7bed3220e 100644
--- a/modules/core/os_chankill.cpp
+++ b/modules/core/os_chankill.cpp
@@ -40,7 +40,7 @@ class CommandOSChanKill : public Command
expires *= 86400;
if (expires && expires < 60)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -79,25 +79,25 @@ class CommandOSChanKill : public Command
ircdproto->SendGlobops(OperServ, "%s used CHANKILL on %s (%s)", u->nick.c_str(), channel.c_str(), realreason.c_str());
}
else
- notice_lang(Config->s_OperServ, u, CHAN_X_NOT_IN_USE, channel.c_str());
+ u->SendMessage(OperServ, CHAN_X_NOT_IN_USE, channel.c_str());
}
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_CHANKILL);
+ u->SendMessage(OperServ, OPER_HELP_CHANKILL);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "CHANKILL", OPER_CHANKILL_SYNTAX);
+ SyntaxError(OperServ, u, "CHANKILL", OPER_CHANKILL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_CHANKILL);
+ u->SendMessage(OperServ, OPER_HELP_CMD_CHANKILL);
}
};
diff --git a/modules/core/os_chanlist.cpp b/modules/core/os_chanlist.cpp
index 87b3d736d..a8527a9df 100644
--- a/modules/core/os_chanlist.cpp
+++ b/modules/core/os_chanlist.cpp
@@ -35,7 +35,7 @@ class CommandOSChanList : public Command
if (!pattern.empty() && (u2 = finduser(pattern)))
{
- notice_lang(Config->s_OperServ, u, OPER_CHANLIST_HEADER_USER, u2->nick.c_str());
+ u->SendMessage(OperServ, OPER_CHANLIST_HEADER_USER, u2->nick.c_str());
for (UChannelList::iterator uit = u2->chans.begin(), uit_end = u2->chans.end(); uit != uit_end; ++uit)
{
@@ -46,12 +46,12 @@ class CommandOSChanList : public Command
if (!cc->chan->HasMode(*it))
continue;
- notice_lang(Config->s_OperServ, u, OPER_CHANLIST_RECORD, cc->chan->name.c_str(), cc->chan->users.size(), cc->chan->GetModes(true, true).c_str(), !cc->chan->topic.empty() ? cc->chan->topic.c_str() : "");
+ u->SendMessage(OperServ, OPER_CHANLIST_RECORD, cc->chan->name.c_str(), cc->chan->users.size(), cc->chan->GetModes(true, true).c_str(), !cc->chan->topic.empty() ? cc->chan->topic.c_str() : "");
}
}
else
{
- notice_lang(Config->s_OperServ, u, OPER_CHANLIST_HEADER);
+ u->SendMessage(OperServ, OPER_CHANLIST_HEADER);
for (channel_map::const_iterator cit = ChannelList.begin(), cit_end = ChannelList.end(); cit != cit_end; ++cit)
{
@@ -64,23 +64,23 @@ class CommandOSChanList : public Command
if (!c->HasMode(*it))
continue;
- notice_lang(Config->s_OperServ, u, OPER_CHANLIST_RECORD, c->name.c_str(), c->users.size(), c->GetModes(true, true).c_str(), !c->topic.empty() ? c->topic.c_str() : "");
+ u->SendMessage(OperServ, OPER_CHANLIST_RECORD, c->name.c_str(), c->users.size(), c->GetModes(true, true).c_str(), !c->topic.empty() ? c->topic.c_str() : "");
}
}
- notice_lang(Config->s_OperServ, u, OPER_CHANLIST_END);
+ u->SendMessage(OperServ, OPER_CHANLIST_END);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_CHANLIST);
+ u->SendMessage(OperServ, OPER_HELP_CHANLIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_CHANLIST);
+ u->SendMessage(OperServ, OPER_HELP_CMD_CHANLIST);
}
};
diff --git a/modules/core/os_clearmodes.cpp b/modules/core/os_clearmodes.cpp
index 56567568b..0042ac58f 100644
--- a/modules/core/os_clearmodes.cpp
+++ b/modules/core/os_clearmodes.cpp
@@ -30,12 +30,12 @@ class CommandOSClearModes : public Command
if (!(c = findchan(chan)))
{
- notice_lang(Config->s_OperServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(OperServ, CHAN_X_NOT_IN_USE, chan.c_str());
return MOD_CONT;
}
else if (c->bouncy_modes)
{
- notice_lang(Config->s_OperServ, u, OPER_BOUNCY_MODES_U_LINE);
+ u->SendMessage(OperServ, OPER_BOUNCY_MODES_U_LINE);
return MOD_CONT;
}
else
@@ -148,27 +148,27 @@ class CommandOSClearModes : public Command
}
if (all)
- notice_lang(Config->s_OperServ, u, OPER_CLEARMODES_ALL_DONE, chan.c_str());
+ u->SendMessage(OperServ, OPER_CLEARMODES_ALL_DONE, chan.c_str());
else
- notice_lang(Config->s_OperServ, u, OPER_CLEARMODES_DONE, chan.c_str());
+ u->SendMessage(OperServ, OPER_CLEARMODES_DONE, chan.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_CLEARMODES);
+ u->SendMessage(OperServ, OPER_HELP_CLEARMODES);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "CLEARMODES", OPER_CLEARMODES_SYNTAX);
+ SyntaxError(OperServ, u, "CLEARMODES", OPER_CLEARMODES_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_CLEARMODES);
+ u->SendMessage(OperServ, OPER_HELP_CMD_CLEARMODES);
}
};
diff --git a/modules/core/os_defcon.cpp b/modules/core/os_defcon.cpp
index 18a1ecfa0..525aa9b94 100644
--- a/modules/core/os_defcon.cpp
+++ b/modules/core/os_defcon.cpp
@@ -33,14 +33,14 @@ class DefConTimeout : public Timer
Config->DefConLevel = level;
FOREACH_MOD(I_OnDefconLevel, OnDefconLevel(level));
Log(OperServ, "operserv/defcon") << "Defcon level timeout, returning to level " << level;
- ircdproto->SendGlobops(OperServ, getstring(OPER_DEFCON_WALL), Config->s_OperServ.c_str(), level);
+ ircdproto->SendGlobops(OperServ, GetString(OPER_DEFCON_WALL).c_str(), Config->s_OperServ.c_str(), level);
if (Config->GlobalOnDefcon)
{
if (!Config->DefConOffMessage.empty())
oper_global("", "%s", Config->DefConOffMessage.c_str());
else
- oper_global("", getstring(DEFCON_GLOBAL), Config->DefConLevel);
+ oper_global("", GetString(DEFCON_GLOBAL).c_str(), Config->DefConLevel);
if (Config->GlobalOnDefconMore && Config->DefConOffMessage.empty())
oper_global("", "%s", Config->DefconMessage.c_str());
@@ -63,11 +63,10 @@ class CommandOSDefcon : public Command
{
Anope::string lvl = params[0];
int newLevel = 0;
- const char *langglobal = getstring(DEFCON_GLOBAL);
if (lvl.empty())
{
- notice_lang(Config->s_OperServ, u, OPER_DEFCON_CHANGED, Config->DefConLevel);
+ u->SendMessage(OperServ, OPER_DEFCON_CHANGED, Config->DefConLevel);
defcon_sendlvls(u);
return MOD_CONT;
}
@@ -90,10 +89,10 @@ class CommandOSDefcon : public Command
if (Config->DefConTimeOut)
timeout = new DefConTimeout(5);
- notice_lang(Config->s_OperServ, u, OPER_DEFCON_CHANGED, Config->DefConLevel);
+ u->SendMessage(OperServ, OPER_DEFCON_CHANGED, Config->DefConLevel);
defcon_sendlvls(u);
Log(LOG_ADMIN, u, this) << "to change defcon level to " << newLevel;
- ircdproto->SendGlobops(OperServ, getstring(OPER_DEFCON_WALL), u->nick.c_str(), newLevel);
+ ircdproto->SendGlobops(OperServ, GetString(OPER_DEFCON_WALL).c_str(), u->nick.c_str(), newLevel);
/* Global notice the user what is happening. Also any Message that
the Admin would like to add. Set in config file. */
if (Config->GlobalOnDefcon)
@@ -101,7 +100,7 @@ class CommandOSDefcon : public Command
if (Config->DefConLevel == 5 && !Config->DefConOffMessage.empty())
oper_global("", "%s", Config->DefConOffMessage.c_str());
else
- oper_global("", langglobal, Config->DefConLevel);
+ oper_global("", GetString(DEFCON_GLOBAL).c_str(), Config->DefConLevel);
}
if (Config->GlobalOnDefconMore)
{
@@ -115,18 +114,18 @@ class CommandOSDefcon : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_DEFCON);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "DEFCON", OPER_DEFCON_SYNTAX);
+ SyntaxError(OperServ, u, "DEFCON", OPER_DEFCON_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_DEFCON);
+ u->SendMessage(OperServ, OPER_HELP_CMD_DEFCON);
}
};
@@ -216,7 +215,7 @@ class OSDefcon : public Module
if ((CheckDefCon(DEFCON_OPER_ONLY) || CheckDefCon(DEFCON_SILENT_OPER_ONLY)) && !is_oper(u))
{
if (!CheckDefCon(DEFCON_SILENT_OPER_ONLY))
- notice_lang(bi->nick, u, OPER_DEFCON_DENIED);
+ u->SendMessage(bi, OPER_DEFCON_DENIED);
return EVENT_STOP;
}
@@ -232,7 +231,7 @@ class OSDefcon : public Module
{
if (CheckDefCon(DEFCON_NO_NEW_NICKS))
{
- notice_lang(Config->s_NickServ, u, OPER_DEFCON_DENIED);
+ u->SendMessage(NickServ, OPER_DEFCON_DENIED);
return EVENT_STOP;
}
}
@@ -243,7 +242,7 @@ class OSDefcon : public Module
{
if (!params.empty() && params[0].equals_ci("MLOCK") && CheckDefCon(DEFCON_NO_MLOCK_CHANGE))
{
- notice_lang(Config->s_ChanServ, u, OPER_DEFCON_DENIED);
+ u->SendMessage(ChanServ, OPER_DEFCON_DENIED);
return EVENT_STOP;
}
}
@@ -251,7 +250,7 @@ class OSDefcon : public Module
{
if (CheckDefCon(DEFCON_NO_NEW_CHANNELS))
{
- notice_lang(Config->s_ChanServ, u, OPER_DEFCON_DENIED);
+ u->SendMessage(ChanServ, OPER_DEFCON_DENIED);
return EVENT_STOP;
}
}
@@ -262,7 +261,7 @@ class OSDefcon : public Module
{
if (CheckDefCon(DEFCON_NO_NEW_MEMOS))
{
- notice_lang(Config->s_MemoServ, u, OPER_DEFCON_DENIED);
+ u->SendMessage(MemoServ, OPER_DEFCON_DENIED);
return EVENT_STOP;
}
}
@@ -323,25 +322,25 @@ class OSDefcon : public Module
void defcon_sendlvls(User *u)
{
if (CheckDefCon(DEFCON_NO_NEW_CHANNELS))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_NO_NEW_CHANNELS);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_NO_NEW_CHANNELS);
if (CheckDefCon(DEFCON_NO_NEW_NICKS))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_NO_NEW_NICKS);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_NO_NEW_NICKS);
if (CheckDefCon(DEFCON_NO_MLOCK_CHANGE))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_NO_MLOCK_CHANGE);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_NO_MLOCK_CHANGE);
if (CheckDefCon(DEFCON_FORCE_CHAN_MODES) && !Config->DefConChanModes.empty())
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_FORCE_CHAN_MODES, Config->DefConChanModes.c_str());
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_FORCE_CHAN_MODES, Config->DefConChanModes.c_str());
if (CheckDefCon(DEFCON_REDUCE_SESSION))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_REDUCE_SESSION, Config->DefConSessionLimit);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_REDUCE_SESSION, Config->DefConSessionLimit);
if (CheckDefCon(DEFCON_NO_NEW_CLIENTS))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_NO_NEW_CLIENTS);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_NO_NEW_CLIENTS);
if (CheckDefCon(DEFCON_OPER_ONLY))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_OPER_ONLY);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_OPER_ONLY);
if (CheckDefCon(DEFCON_SILENT_OPER_ONLY))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_SILENT_OPER_ONLY);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_SILENT_OPER_ONLY);
if (CheckDefCon(DEFCON_AKILL_NEW_CLIENTS))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_AKILL_NEW_CLIENTS);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_AKILL_NEW_CLIENTS);
if (CheckDefCon(DEFCON_NO_NEW_MEMOS))
- notice_lang(Config->s_OperServ, u, OPER_HELP_DEFCON_NO_NEW_MEMOS);
+ u->SendMessage(OperServ, OPER_HELP_DEFCON_NO_NEW_MEMOS);
}
void runDefCon()
diff --git a/modules/core/os_global.cpp b/modules/core/os_global.cpp
index 949421470..961a70ab4 100644
--- a/modules/core/os_global.cpp
+++ b/modules/core/os_global.cpp
@@ -32,18 +32,18 @@ class CommandOSGlobal : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_GLOBAL, Config->s_GlobalNoticer.c_str());
+ u->SendMessage(OperServ, OPER_HELP_GLOBAL, Config->s_GlobalNoticer.c_str());
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "GLOBAL", OPER_GLOBAL_SYNTAX);
+ SyntaxError(OperServ, u, "GLOBAL", OPER_GLOBAL_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_GLOBAL);
+ u->SendMessage(OperServ, OPER_HELP_CMD_GLOBAL);
}
};
diff --git a/modules/core/os_help.cpp b/modules/core/os_help.cpp
index 229dce8ee..a626ddf28 100644
--- a/modules/core/os_help.cpp
+++ b/modules/core/os_help.cpp
@@ -28,11 +28,11 @@ class CommandOSHelp : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP);
+ u->SendMessage(OperServ, OPER_HELP);
for (CommandMap::const_iterator it = OperServ->Commands.begin(), it_end = OperServ->Commands.end(); it != it_end; ++it)
if (!Config->HidePrivilegedCommands || it->second->permission.empty() || (u->Account() && u->Account()->HasCommand(it->second->permission)))
it->second->OnServHelp(u);
- notice_help(Config->s_OperServ, u, OPER_HELP_LOGGED);
+ u->SendMessage(OperServ, OPER_HELP_LOGGED);
}
};
diff --git a/modules/core/os_ignore.cpp b/modules/core/os_ignore.cpp
index 9cb5cf4d2..38fc716fd 100644
--- a/modules/core/os_ignore.cpp
+++ b/modules/core/os_ignore.cpp
@@ -33,18 +33,18 @@ class CommandOSIgnore : public Command
if (t <= -1)
{
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_VALID_TIME);
+ u->SendMessage(OperServ, OPER_IGNORE_VALID_TIME);
return MOD_CONT;
}
else if (!t)
{
add_ignore(nick, t);
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_PERM_DONE, nick.c_str());
+ u->SendMessage(OperServ, OPER_IGNORE_PERM_DONE, nick.c_str());
}
else
{
add_ignore(nick, t);
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_TIME_DONE, nick.c_str(), time.c_str());
+ u->SendMessage(OperServ, OPER_IGNORE_TIME_DONE, nick.c_str(), time.c_str());
}
}
@@ -55,11 +55,11 @@ class CommandOSIgnore : public Command
{
if (ignore.empty())
{
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_IGNORE_LIST_EMPTY);
return MOD_CONT;
}
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_LIST);
+ u->SendMessage(OperServ, OPER_IGNORE_LIST);
for (std::list<IgnoreData *>::iterator ign = ignore.begin(), ign_end = ignore.end(); ign != ign_end; ++ign)
u->SendMessage(Config->s_OperServ, "%s", (*ign)->mask.c_str());
@@ -75,10 +75,10 @@ class CommandOSIgnore : public Command
{
if (delete_ignore(nick))
{
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_DEL_DONE, nick.c_str());
+ u->SendMessage(OperServ, OPER_IGNORE_DEL_DONE, nick.c_str());
return MOD_CONT;
}
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_LIST_NOMATCH, nick.c_str());
+ u->SendMessage(OperServ, OPER_IGNORE_LIST_NOMATCH, nick.c_str());
}
return MOD_CONT;
@@ -87,7 +87,7 @@ class CommandOSIgnore : public Command
CommandReturn DoClear(User *u)
{
clear_ignores();
- notice_lang(Config->s_OperServ, u, OPER_IGNORE_LIST_CLEARED);
+ u->SendMessage(OperServ, OPER_IGNORE_LIST_CLEARED);
return MOD_CONT;
}
@@ -116,18 +116,18 @@ class CommandOSIgnore : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_IGNORE);
+ u->SendMessage(OperServ, OPER_HELP_IGNORE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "IGNORE", OPER_IGNORE_SYNTAX);
+ SyntaxError(OperServ, u, "IGNORE", OPER_IGNORE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_IGNORE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_IGNORE);
}
};
diff --git a/modules/core/os_jupe.cpp b/modules/core/os_jupe.cpp
index 59ba88179..c12f6e754 100644
--- a/modules/core/os_jupe.cpp
+++ b/modules/core/os_jupe.cpp
@@ -27,9 +27,9 @@ class CommandOSJupe : public Command
Server *server = Server::Find(jserver);
if (!isValidHost(jserver, 3))
- notice_lang(Config->s_OperServ, u, OPER_JUPE_HOST_ERROR);
+ u->SendMessage(OperServ, OPER_JUPE_HOST_ERROR);
else if (server && (server == Me || server == Me->GetLinks().front()))
- notice_lang(Config->s_OperServ, u, OPER_JUPE_INVALID_SERVER);
+ u->SendMessage(OperServ, OPER_JUPE_INVALID_SERVER);
else
{
Anope::string rbuf = "Juped by " + u->nick + (!reason.empty() ? ": " + reason : "");
@@ -46,18 +46,18 @@ class CommandOSJupe : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_JUPE);
+ u->SendMessage(OperServ, OPER_HELP_JUPE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "JUPE", OPER_JUPE_SYNTAX);
+ SyntaxError(OperServ, u, "JUPE", OPER_JUPE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_JUPE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_JUPE);
}
};
diff --git a/modules/core/os_kick.cpp b/modules/core/os_kick.cpp
index 0cef0ec84..a1fc22d02 100644
--- a/modules/core/os_kick.cpp
+++ b/modules/core/os_kick.cpp
@@ -28,17 +28,17 @@ class CommandOSKick : public Command
if (!(c = findchan(chan)))
{
- notice_lang(Config->s_OperServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(OperServ, CHAN_X_NOT_IN_USE, chan.c_str());
return MOD_CONT;
}
else if (c->bouncy_modes)
{
- notice_lang(Config->s_OperServ, u, OPER_BOUNCY_MODES_U_LINE);
+ u->SendMessage(OperServ, OPER_BOUNCY_MODES_U_LINE);
return MOD_CONT;
}
else if (!(u2 = finduser(nick)))
{
- notice_lang(Config->s_OperServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(OperServ, NICK_X_NOT_IN_USE, nick.c_str());
return MOD_CONT;
}
@@ -50,18 +50,18 @@ class CommandOSKick : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_KICK);
+ u->SendMessage(OperServ, OPER_HELP_KICK);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "KICK", OPER_KICK_SYNTAX);
+ SyntaxError(OperServ, u, "KICK", OPER_KICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_KICK);
+ u->SendMessage(OperServ, OPER_HELP_CMD_KICK);
}
};
diff --git a/modules/core/os_mode.cpp b/modules/core/os_mode.cpp
index fc005624f..64f4a6329 100644
--- a/modules/core/os_mode.cpp
+++ b/modules/core/os_mode.cpp
@@ -26,9 +26,9 @@ class CommandOSMode : public Command
Channel *c;
if (!(c = findchan(chan)))
- notice_lang(Config->s_OperServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(OperServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (c->bouncy_modes)
- notice_lang(Config->s_OperServ, u, OPER_BOUNCY_MODES_U_LINE);
+ u->SendMessage(OperServ, OPER_BOUNCY_MODES_U_LINE);
else
{
c->SetModes(OperServ, false, modes.c_str());
@@ -41,18 +41,18 @@ class CommandOSMode : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_MODE);
+ u->SendMessage(OperServ, OPER_HELP_MODE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "MODE", OPER_MODE_SYNTAX);
+ SyntaxError(OperServ, u, "MODE", OPER_MODE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_MODE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_MODE);
}
};
diff --git a/modules/core/os_modinfo.cpp b/modules/core/os_modinfo.cpp
index c689786db..218599f47 100644
--- a/modules/core/os_modinfo.cpp
+++ b/modules/core/os_modinfo.cpp
@@ -25,15 +25,11 @@ class CommandOSModInfo : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
Anope::string file = params[0];
- struct tm tm;
- char timebuf[64];
Module *m = FindModule(file);
if (m)
{
- tm = *localtime(&m->created);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, &tm);
- notice_lang(Config->s_OperServ, u, OPER_MODULE_INFO_LIST, m->name.c_str(), !m->version.empty() ? m->version.c_str() : "?", !m->author.empty() ? m->author.c_str() : "?", timebuf);
+ u->SendMessage(OperServ, OPER_MODULE_INFO_LIST, m->name.c_str(), !m->version.empty() ? m->version.c_str() : "?", !m->author.empty() ? m->author.c_str() : "?", do_strftime(m->created).c_str());
showModuleCmdLoaded(HostServ, m->name, u);
showModuleCmdLoaded(OperServ, m->name, u);
@@ -43,25 +39,25 @@ class CommandOSModInfo : public Command
showModuleCmdLoaded(MemoServ, m->name, u);
}
else
- notice_lang(Config->s_OperServ, u, OPER_MODULE_NO_INFO, file.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_NO_INFO, file.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_MODINFO);
+ u->SendMessage(OperServ, OPER_HELP_MODINFO);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "MODINFO", OPER_MODULE_INFO_SYNTAX);
+ SyntaxError(OperServ, u, "MODINFO", OPER_MODULE_INFO_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_MODINFO);
+ u->SendMessage(OperServ, OPER_HELP_CMD_MODINFO);
}
};
@@ -92,7 +88,7 @@ static int showModuleCmdLoaded(BotInfo *bi, const Anope::string &mod_name, User
if (c->module && c->module->name.equals_ci(mod_name) && c->service)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_CMD_LIST, c->service->nick.c_str(), c->name.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_CMD_LIST, c->service->nick.c_str(), c->name.c_str());
++display;
}
}
diff --git a/modules/core/os_modlist.cpp b/modules/core/os_modlist.cpp
index 58cd2d6c6..78c777a7a 100644
--- a/modules/core/os_modlist.cpp
+++ b/modules/core/os_modlist.cpp
@@ -129,7 +129,7 @@ class CommandOSModList : public Command
}
}
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_MODULE_LIST_HEADER);
for (std::list<Module *>::iterator it = Modules.begin(), it_end = Modules.end(); it != it_end; ++it)
{
@@ -140,56 +140,56 @@ class CommandOSModList : public Command
case CORE:
if (showCore)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), core);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), core);
++count;
}
break;
case THIRD:
if (showThird)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), third);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), third);
++count;
}
break;
case PROTOCOL:
if (showProto)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), proto);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), proto);
++count;
}
break;
case SUPPORTED:
if (showSupported)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), supported);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), supported);
++count;
}
break;
case QATESTED:
if (showQA)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), qa);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), qa);
++count;
}
break;
case ENCRYPTION:
if (showEnc)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), enc);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), enc);
++count;
}
break;
case DATABASE:
if (showDB)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), db);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), db);
++count;
}
break;
case SOCKETENGINE:
if (showSocketEngine)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), socketengine);
+ u->SendMessage(OperServ, OPER_MODULE_LIST, m->name.c_str(), m->version.c_str(), socketengine);
++count;
}
break;
@@ -198,22 +198,22 @@ class CommandOSModList : public Command
}
}
if (!count)
- notice_lang(Config->s_OperServ, u, OPER_MODULE_NO_LIST);
+ u->SendMessage(OperServ, OPER_MODULE_NO_LIST);
else
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LIST_FOOTER, count);
+ u->SendMessage(OperServ, OPER_MODULE_LIST_FOOTER, count);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_MODLIST);
+ u->SendMessage(OperServ, OPER_HELP_MODLIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_MODLIST);
+ u->SendMessage(OperServ, OPER_HELP_CMD_MODLIST);
}
};
diff --git a/modules/core/os_modload.cpp b/modules/core/os_modload.cpp
index 0d36ad567..b35cf0730 100644
--- a/modules/core/os_modload.cpp
+++ b/modules/core/os_modload.cpp
@@ -27,14 +27,14 @@ class CommandOSModLoad : public Command
Module *m = FindModule(mname);
if (m)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_ALREADY_LOADED, mname.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_ALREADY_LOADED, mname.c_str());
return MOD_CONT;
}
int status = ModuleManager::LoadModule(mname, u);
if (status != MOD_ERR_OK)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LOAD_FAIL, mname.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_LOAD_FAIL, mname.c_str());
}
return MOD_CONT;
@@ -42,18 +42,18 @@ class CommandOSModLoad : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_MODLOAD);
+ u->SendMessage(OperServ, OPER_HELP_MODLOAD);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "MODLOAD", OPER_MODULE_LOAD_SYNTAX);
+ SyntaxError(OperServ, u, "MODLOAD", OPER_MODULE_LOAD_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_MODLOAD);
+ u->SendMessage(OperServ, OPER_HELP_CMD_MODLOAD);
}
};
diff --git a/modules/core/os_modunload.cpp b/modules/core/os_modunload.cpp
index 801714a16..cf00676c4 100644
--- a/modules/core/os_modunload.cpp
+++ b/modules/core/os_modunload.cpp
@@ -28,7 +28,7 @@ class CommandOSModUnLoad : public Command
Module *m = FindModule(mname);
if (!m)
{
- notice_lang(Config->s_OperServ, u, OPER_MODULE_ISNT_LOADED, mname.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_ISNT_LOADED, mname.c_str());
return MOD_CONT;
}
@@ -37,25 +37,25 @@ class CommandOSModUnLoad : public Command
status = ModuleManager::UnloadModule(m, u);
if (status != MOD_ERR_OK)
- notice_lang(Config->s_OperServ, u, OPER_MODULE_REMOVE_FAIL, mname.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_REMOVE_FAIL, mname.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_MODUNLOAD);
+ u->SendMessage(OperServ, OPER_HELP_MODUNLOAD);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "MODUNLOAD", OPER_MODULE_UNLOAD_SYNTAX);
+ SyntaxError(OperServ, u, "MODUNLOAD", OPER_MODULE_UNLOAD_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_MODUNLOAD);
+ u->SendMessage(OperServ, OPER_HELP_CMD_MODUNLOAD);
}
};
diff --git a/modules/core/os_news.cpp b/modules/core/os_news.cpp
index f77db4494..878e286e6 100644
--- a/modules/core/os_news.cpp
+++ b/modules/core/os_news.cpp
@@ -21,10 +21,8 @@ enum
{
MSG_SYNTAX,
MSG_LIST_HEADER,
- MSG_LIST_ENTRY,
MSG_LIST_NONE,
MSG_ADD_SYNTAX,
- MSG_ADD_FULL,
MSG_ADDED,
MSG_DEL_SYNTAX,
MSG_DEL_NOT_FOUND,
@@ -33,14 +31,12 @@ enum
MSG_DELETED_ALL
};
-struct newsmsgs msgarray[] = {
+struct NewsMessages msgarray[] = {
{NEWS_LOGON, "LOGON",
{NEWS_LOGON_SYNTAX,
NEWS_LOGON_LIST_HEADER,
- NEWS_LOGON_LIST_ENTRY,
NEWS_LOGON_LIST_NONE,
NEWS_LOGON_ADD_SYNTAX,
- NEWS_LOGON_ADD_FULL,
NEWS_LOGON_ADDED,
NEWS_LOGON_DEL_SYNTAX,
NEWS_LOGON_DEL_NOT_FOUND,
@@ -51,10 +47,8 @@ struct newsmsgs msgarray[] = {
{NEWS_OPER, "OPER",
{NEWS_OPER_SYNTAX,
NEWS_OPER_LIST_HEADER,
- NEWS_OPER_LIST_ENTRY,
NEWS_OPER_LIST_NONE,
NEWS_OPER_ADD_SYNTAX,
- NEWS_OPER_ADD_FULL,
NEWS_OPER_ADDED,
NEWS_OPER_DEL_SYNTAX,
NEWS_OPER_DEL_NOT_FOUND,
@@ -65,10 +59,8 @@ struct newsmsgs msgarray[] = {
{NEWS_RANDOM, "RANDOM",
{NEWS_RANDOM_SYNTAX,
NEWS_RANDOM_LIST_HEADER,
- NEWS_RANDOM_LIST_ENTRY,
NEWS_RANDOM_LIST_NONE,
NEWS_RANDOM_ADD_SYNTAX,
- NEWS_RANDOM_ADD_FULL,
NEWS_RANDOM_ADDED,
NEWS_RANDOM_DEL_SYNTAX,
NEWS_RANDOM_DEL_NOT_FOUND,
@@ -80,7 +72,7 @@ struct newsmsgs msgarray[] = {
static void DisplayNews(User *u, NewsType Type)
{
- int msg;
+ LanguageString msg;
static unsigned current_news = 0;
if (Type == NEWS_LOGON)
@@ -98,17 +90,12 @@ static void DisplayNews(User *u, NewsType Type)
{
if (News[i]->type == Type)
{
- tm *tm;
- char timebuf[64];
-
NewsExists = true;
if (Type == NEWS_RANDOM && i == current_news)
continue;
- tm = localtime(&News[i]->time);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, tm);
- notice_lang(Config->s_GlobalNoticer, u, msg, timebuf, News[i]->Text.c_str());
+ u->SendMessage(Global, msg, do_strftime(News[i]->time).c_str(), News[i]->Text.c_str());
++displayed;
@@ -165,7 +152,7 @@ static int del_newsitem(unsigned num, NewsType type)
return count;
}
-static int *findmsgs(NewsType type, Anope::string &type_name)
+static LanguageString *findmsgs(NewsType type, Anope::string &type_name)
{
for (unsigned i = 0; i < lenof(msgarray); ++i)
if (msgarray[i].type == type)
@@ -179,31 +166,27 @@ static int *findmsgs(NewsType type, Anope::string &type_name)
class NewsBase : public Command
{
protected:
- CommandReturn DoList(User *u, NewsType type, int *msgs)
+ CommandReturn DoList(User *u, NewsType type, LanguageString *msgs)
{
int count = 0;
- char timebuf[64];
- struct tm *tm;
for (unsigned i = 0, end = News.size(); i < end; ++i)
if (News[i]->type == type)
{
if (!count)
- notice_lang(Config->s_OperServ, u, msgs[MSG_LIST_HEADER]);
- tm = localtime(&News[i]->time);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_OperServ, u, msgs[MSG_LIST_ENTRY], News[i]->num, timebuf, !News[i]->who.empty() ? News[i]->who.c_str() : "<unknown>", News[i]->Text.c_str());
+ u->SendMessage(OperServ, msgs[MSG_LIST_HEADER]);
+ u->SendMessage(OperServ, NEWS_LIST_ENTRY, News[i]->num, do_strftime(News[i]->time).c_str(), !News[i]->who.empty() ? News[i]->who.c_str() : "<unknown>", News[i]->Text.c_str());
++count;
}
if (!count)
- notice_lang(Config->s_OperServ, u, msgs[MSG_LIST_NONE]);
+ u->SendMessage(OperServ, msgs[MSG_LIST_NONE]);
else
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "News");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "News");
return MOD_CONT;
}
- CommandReturn DoAdd(User *u, const std::vector<Anope::string> &params, NewsType type, int *msgs)
+ CommandReturn DoAdd(User *u, const std::vector<Anope::string> &params, NewsType type, LanguageString *msgs)
{
Anope::string text = params.size() > 1 ? params[1] : "";
int n;
@@ -214,20 +197,20 @@ class NewsBase : public Command
{
if (readonly)
{
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
n = add_newsitem(u, text, type);
if (n < 0)
- notice_lang(Config->s_OperServ, u, msgs[MSG_ADD_FULL]);
+ u->SendMessage(OperServ, NEWS_ADD_FULL);
else
- notice_lang(Config->s_OperServ, u, msgs[MSG_ADDED], n);
+ u->SendMessage(OperServ, msgs[MSG_ADDED], n);
}
return MOD_CONT;
}
- CommandReturn DoDel(User *u, const std::vector<Anope::string> &params, NewsType type, int *msgs)
+ CommandReturn DoDel(User *u, const std::vector<Anope::string> &params, NewsType type, LanguageString *msgs)
{
Anope::string text = params.size() > 1 ? params[1] : "";
unsigned num;
@@ -238,7 +221,7 @@ class NewsBase : public Command
{
if (readonly)
{
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
if (!text.equals_ci("ALL"))
@@ -246,20 +229,20 @@ class NewsBase : public Command
num = text.is_pos_number_only() ? convertTo<unsigned>(text) : 0;
if (num > 0 && del_newsitem(num, type))
{
- notice_lang(Config->s_OperServ, u, msgs[MSG_DELETED], num);
+ u->SendMessage(OperServ, msgs[MSG_DELETED], num);
for (unsigned i = 0, end = News.size(); i < end; ++i)
if (News[i]->type == type && News[i]->num > num)
--News[i]->num;
}
else
- notice_lang(Config->s_OperServ, u, msgs[MSG_DEL_NOT_FOUND], num);
+ u->SendMessage(OperServ, msgs[MSG_DEL_NOT_FOUND], num);
}
else
{
if (del_newsitem(0, type))
- notice_lang(Config->s_OperServ, u, msgs[MSG_DELETED_ALL]);
+ u->SendMessage(OperServ, msgs[MSG_DELETED_ALL]);
else
- notice_lang(Config->s_OperServ, u, msgs[MSG_DEL_NONE]);
+ u->SendMessage(OperServ, msgs[MSG_DEL_NONE]);
}
}
@@ -270,9 +253,8 @@ class NewsBase : public Command
{
Anope::string cmd = params[0];
Anope::string type_name;
- int *msgs;
- msgs = findmsgs(type, type_name);
+ LanguageString *msgs = findmsgs(type, type_name);
if (!msgs)
throw CoreException("news: Invalid type to do_news()");
@@ -317,18 +299,18 @@ class CommandOSLogonNews : public NewsBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, NEWS_HELP_LOGON, Config->NewsCount);
+ u->SendMessage(OperServ, NEWS_HELP_LOGON, Config->NewsCount);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "LOGONNEWS", NEWS_LOGON_SYNTAX);
+ SyntaxError(OperServ, u, "LOGONNEWS", NEWS_LOGON_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_LOGONNEWS);
+ u->SendMessage(OperServ, OPER_HELP_CMD_LOGONNEWS);
}
};
@@ -346,18 +328,18 @@ class CommandOSOperNews : public NewsBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, NEWS_HELP_OPER, Config->NewsCount);
+ u->SendMessage(OperServ, NEWS_HELP_OPER, Config->NewsCount);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "OPERNEWS", NEWS_OPER_SYNTAX);
+ SyntaxError(OperServ, u, "OPERNEWS", NEWS_OPER_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_OPERNEWS);
+ u->SendMessage(OperServ, OPER_HELP_CMD_OPERNEWS);
}
};
@@ -375,18 +357,18 @@ class CommandOSRandomNews : public NewsBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, NEWS_HELP_RANDOM);
+ u->SendMessage(OperServ, NEWS_HELP_RANDOM);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "RANDOMNEWS", NEWS_RANDOM_SYNTAX);
+ SyntaxError(OperServ, u, "RANDOMNEWS", NEWS_RANDOM_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_RANDOMNEWS);
+ u->SendMessage(OperServ, OPER_HELP_CMD_RANDOMNEWS);
}
};
diff --git a/modules/core/os_noop.cpp b/modules/core/os_noop.cpp
index 33944f011..04bf0a7e4 100644
--- a/modules/core/os_noop.cpp
+++ b/modules/core/os_noop.cpp
@@ -35,7 +35,7 @@ class CommandOSNOOP : public Command
reason = "NOOP command used by " + u->nick;
if (Config->WallOSNoOp)
ircdproto->SendGlobops(OperServ, "\2%s\2 used NOOP on \2%s\2", u->nick.c_str(), server.c_str());
- notice_lang(Config->s_OperServ, u, OPER_NOOP_SET, server.c_str());
+ u->SendMessage(OperServ, OPER_NOOP_SET, server.c_str());
/* Kill all the IRCops of the server */
for (user_map::const_iterator it = UserListByNick.begin(), it_end = UserListByNick.end(); it != it_end; )
@@ -50,7 +50,7 @@ class CommandOSNOOP : public Command
else if (cmd.equals_ci("REVOKE"))
{
ircdproto->SendSVSNOOP(server, 0);
- notice_lang(Config->s_OperServ, u, OPER_NOOP_REVOKE, server.c_str());
+ u->SendMessage(OperServ, OPER_NOOP_REVOKE, server.c_str());
}
else
this->OnSyntaxError(u, "");
@@ -59,18 +59,18 @@ class CommandOSNOOP : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_NOOP);
+ u->SendMessage(OperServ, OPER_HELP_NOOP);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "NOOP", OPER_NOOP_SYNTAX);
+ SyntaxError(OperServ, u, "NOOP", OPER_NOOP_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_NOOP);
+ u->SendMessage(OperServ, OPER_HELP_CMD_NOOP);
}
};
diff --git a/modules/core/os_oline.cpp b/modules/core/os_oline.cpp
index 0404741c9..c7fd9b83d 100644
--- a/modules/core/os_oline.cpp
+++ b/modules/core/os_oline.cpp
@@ -28,19 +28,19 @@ class CommandOSOLine : public Command
/* let's check whether the user is online */
if (!(u2 = finduser(nick)))
- notice_lang(Config->s_OperServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(OperServ, NICK_X_NOT_IN_USE, nick.c_str());
else if (u2 && flag[0] == '+')
{
ircdproto->SendSVSO(Config->s_OperServ, nick, flag);
u2->SetMode(OperServ, UMODE_OPER);
- notice_lang(Config->s_OperServ, u2, OPER_OLINE_IRCOP);
- notice_lang(Config->s_OperServ, u, OPER_OLINE_SUCCESS, flag.c_str(), nick.c_str());
+ u2->SendMessage(OperServ, OPER_OLINE_IRCOP);
+ u->SendMessage(OperServ, OPER_OLINE_SUCCESS, flag.c_str(), nick.c_str());
ircdproto->SendGlobops(OperServ, "\2%s\2 used OLINE for %s", u->nick.c_str(), nick.c_str());
}
else if (u2 && flag[0] == '-')
{
ircdproto->SendSVSO(Config->s_OperServ, nick, flag);
- notice_lang(Config->s_OperServ, u, OPER_OLINE_SUCCESS, flag.c_str(), nick.c_str());
+ u->SendMessage(OperServ, OPER_OLINE_SUCCESS, flag.c_str(), nick.c_str());
ircdproto->SendGlobops(OperServ, "\2%s\2 used OLINE for %s", u->nick.c_str(), nick.c_str());
}
else
@@ -50,18 +50,18 @@ class CommandOSOLine : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_OLINE);
+ u->SendMessage(OperServ, OPER_HELP_OLINE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "OLINE", OPER_OLINE_SYNTAX);
+ SyntaxError(OperServ, u, "OLINE", OPER_OLINE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_OLINE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_OLINE);
}
};
diff --git a/modules/core/os_quit.cpp b/modules/core/os_quit.cpp
index 4eb184338..d133708a1 100644
--- a/modules/core/os_quit.cpp
+++ b/modules/core/os_quit.cpp
@@ -33,13 +33,13 @@ class CommandOSQuit : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_QUIT);
+ u->SendMessage(OperServ, OPER_HELP_QUIT);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_QUIT);
+ u->SendMessage(OperServ, OPER_HELP_CMD_QUIT);
}
};
diff --git a/modules/core/os_reload.cpp b/modules/core/os_reload.cpp
index 21b719db9..a54e1c2ed 100644
--- a/modules/core/os_reload.cpp
+++ b/modules/core/os_reload.cpp
@@ -34,19 +34,19 @@ class CommandOSReload : public Command
Log() << "Error reloading configuration file: " << ex.GetReason();
}
- notice_lang(Config->s_OperServ, u, OPER_RELOAD);
+ u->SendMessage(OperServ, OPER_RELOAD);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_RELOAD);
+ u->SendMessage(OperServ, OPER_HELP_RELOAD);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_RELOAD);
+ u->SendMessage(OperServ, OPER_HELP_CMD_RELOAD);
}
};
diff --git a/modules/core/os_restart.cpp b/modules/core/os_restart.cpp
index c1d8c35ff..62cfb0a37 100644
--- a/modules/core/os_restart.cpp
+++ b/modules/core/os_restart.cpp
@@ -33,13 +33,13 @@ class CommandOSRestart : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_RESTART);
+ u->SendMessage(OperServ, OPER_HELP_RESTART);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_RESTART);
+ u->SendMessage(OperServ, OPER_HELP_CMD_RESTART);
}
};
diff --git a/modules/core/os_session.cpp b/modules/core/os_session.cpp
index 84619e9b3..e88e9a856 100644
--- a/modules/core/os_session.cpp
+++ b/modules/core/os_session.cpp
@@ -26,11 +26,11 @@ class ExceptionDelCallback : public NumberList
~ExceptionDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_NO_MATCH);
+ u->SendMessage(OperServ, OPER_EXCEPTION_NO_MATCH);
else if (Deleted == 1)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_DELETED_ONE);
+ u->SendMessage(OperServ, OPER_EXCEPTION_DELETED_ONE);
else
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_DELETED_SEVERAL, Deleted);
+ u->SendMessage(OperServ, OPER_EXCEPTION_DELETED_SEVERAL, Deleted);
}
virtual void HandleNumber(unsigned Number)
@@ -70,8 +70,8 @@ class ExceptionListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_HEADER);
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_COLHEAD);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_COLHEAD);
}
DoList(u, Number - 1);
@@ -82,7 +82,7 @@ class ExceptionListCallback : public NumberList
if (index >= exceptions.size())
return;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_FORMAT, index + 1, exceptions[index]->limit, exceptions[index]->mask.c_str());
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_FORMAT, index + 1, exceptions[index]->limit, exceptions[index]->mask.c_str());
}
};
@@ -101,7 +101,7 @@ class ExceptionViewCallback : public ExceptionListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_HEADER);
}
DoList(u, Number - 1);
@@ -112,16 +112,9 @@ class ExceptionViewCallback : public ExceptionListCallback
if (index >= exceptions.size())
return;
- char timebuf[32];
- struct tm tm;
- time_t t = Anope::CurTime;
-
- tm = *localtime(exceptions[index]->time ? &exceptions[index]->time : &t);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
-
Anope::string expirebuf = expire_left(u->Account(), exceptions[index]->expires);
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_VIEW_FORMAT, index + 1, exceptions[index]->mask.c_str(), !exceptions[index]->who.empty() ? exceptions[index]->who.c_str() : "<unknown>", timebuf, expirebuf.c_str(), exceptions[index]->limit, exceptions[index]->reason.c_str());
+ u->SendMessage(OperServ, OPER_EXCEPTION_VIEW_FORMAT, index + 1, exceptions[index]->mask.c_str(), !exceptions[index]->who.empty() ? exceptions[index]->who.c_str() : "<unknown>", do_strftime((exceptions[index]->time ? exceptions[index]->time : Anope::CurTime)).c_str(), expirebuf.c_str(), exceptions[index]->limit, exceptions[index]->reason.c_str());
}
};
@@ -134,18 +127,18 @@ class CommandOSSession : public Command
Anope::string param = params[1];
if ((mincount = (param.is_number_only() ? convertTo<int>(param) : 0)) <= 1)
- notice_lang(Config->s_OperServ, u, OPER_SESSION_INVALID_THRESHOLD);
+ u->SendMessage(OperServ, OPER_SESSION_INVALID_THRESHOLD);
else
{
- notice_lang(Config->s_OperServ, u, OPER_SESSION_LIST_HEADER, mincount);
- notice_lang(Config->s_OperServ, u, OPER_SESSION_LIST_COLHEAD);
+ u->SendMessage(OperServ, OPER_SESSION_LIST_HEADER, mincount);
+ u->SendMessage(OperServ, OPER_SESSION_LIST_COLHEAD);
for (session_map::const_iterator it = SessionList.begin(), it_end = SessionList.end(); it != it_end; ++it)
{
Session *session = it->second;
if (session->count >= mincount)
- notice_lang(Config->s_OperServ, u, OPER_SESSION_LIST_FORMAT, session->count, session->host.c_str());
+ u->SendMessage(OperServ, OPER_SESSION_LIST_FORMAT, session->count, session->host.c_str());
}
}
@@ -158,11 +151,11 @@ class CommandOSSession : public Command
Session *session = findsession(param);
if (!session)
- notice_lang(Config->s_OperServ, u, OPER_SESSION_NOT_FOUND, param.c_str());
+ u->SendMessage(OperServ, OPER_SESSION_NOT_FOUND, param.c_str());
else
{
Exception *exception = find_host_exception(param);
- notice_lang(Config->s_OperServ, u, OPER_SESSION_VIEW_FORMAT, param.c_str(), session->count, exception ? exception-> limit : Config->DefSessionLimit);
+ u->SendMessage(OperServ, OPER_SESSION_VIEW_FORMAT, param.c_str(), session->count, exception ? exception-> limit : Config->DefSessionLimit);
}
return MOD_CONT;
@@ -178,7 +171,7 @@ class CommandOSSession : public Command
if (!Config->LimitSessions)
{
- notice_lang(Config->s_OperServ, u, OPER_SESSION_DISABLED);
+ u->SendMessage(OperServ, OPER_EXCEPTION_DISABLED);
return MOD_CONT;
}
@@ -193,18 +186,18 @@ class CommandOSSession : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SESSION);
+ u->SendMessage(OperServ, OPER_HELP_SESSION);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SESSION", OPER_SESSION_LIST_SYNTAX);
+ SyntaxError(OperServ, u, "SESSION", OPER_SESSION_LIST_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SESSION);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SESSION);
}
};
@@ -245,7 +238,7 @@ class CommandOSException : public Command
time_t expires = !expiry.empty() ? dotime(expiry) : Config->ExceptionExpiry;
if (expires < 0)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -255,24 +248,24 @@ class CommandOSException : public Command
if (limit < 0 || limit > static_cast<int>(Config->MaxSessionLimit))
{
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_INVALID_LIMIT, Config->MaxSessionLimit);
+ u->SendMessage(OperServ, OPER_EXCEPTION_INVALID_LIMIT, Config->MaxSessionLimit);
return MOD_CONT;
}
else
{
if (mask.find('!') == Anope::string::npos || mask.find('@') == Anope::string::npos)
{
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_INVALID_HOSTMASK);
+ u->SendMessage(OperServ, OPER_EXCEPTION_INVALID_HOSTMASK);
return MOD_CONT;
}
x = exception_add(u, mask, limit, reason, u->nick, expires);
if (x == 1)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_ADDED, mask.c_str(), limit);
+ u->SendMessage(OperServ, OPER_EXCEPTION_ADDED, mask.c_str(), limit);
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
return MOD_CONT;
@@ -300,15 +293,15 @@ class CommandOSException : public Command
if (mask.equals_ci(exceptions[i]->mask))
{
ExceptionDelCallback::DoDel(u, i);
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_DELETED, mask.c_str());
+ u->SendMessage(OperServ, OPER_EXCEPTION_DELETED, mask.c_str());
break;
}
if (i == end)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_NOT_FOUND, mask.c_str());
+ u->SendMessage(OperServ, OPER_EXCEPTION_NOT_FOUND, mask.c_str());
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -334,10 +327,10 @@ class CommandOSException : public Command
exceptions[n1] = exceptions[n2];
exceptions[n2] = temp;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_MOVED, exceptions[n1]->mask.c_str(), n1 + 1, n2 + 1);
+ u->SendMessage(OperServ, OPER_EXCEPTION_MOVED, exceptions[n1]->mask.c_str(), n1 + 1, n2 + 1);
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
else
this->OnSyntaxError(u, "MOVE");
@@ -365,15 +358,15 @@ class CommandOSException : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_HEADER);
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_COLHEAD);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_COLHEAD);
}
ExceptionListCallback::DoList(u, i);
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_NO_MATCH);
+ u->SendMessage(OperServ, OPER_EXCEPTION_NO_MATCH);
}
return MOD_CONT;
@@ -399,14 +392,14 @@ class CommandOSException : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_EXCEPTION_LIST_HEADER);
}
ExceptionViewCallback::DoList(u, i);
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_NO_MATCH);
+ u->SendMessage(OperServ, OPER_EXCEPTION_NO_MATCH);
}
return MOD_CONT;
@@ -422,7 +415,7 @@ class CommandOSException : public Command
if (!Config->LimitSessions)
{
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_DISABLED);
+ u->SendMessage(OperServ, OPER_EXCEPTION_DISABLED);
return MOD_CONT;
}
@@ -443,18 +436,18 @@ class CommandOSException : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_EXCEPTION);
+ u->SendMessage(OperServ, OPER_HELP_EXCEPTION);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "EXCEPTION", OPER_EXCEPTION_SYNTAX);
+ SyntaxError(OperServ, u, "EXCEPTION", OPER_EXCEPTION_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_EXCEPTION);
+ u->SendMessage(OperServ, OPER_HELP_CMD_EXCEPTION);
}
};
diff --git a/modules/core/os_set.cpp b/modules/core/os_set.cpp
index f8790623f..db216b410 100644
--- a/modules/core/os_set.cpp
+++ b/modules/core/os_set.cpp
@@ -20,16 +20,16 @@ class CommandOSSet : public Command
{
Log(LOG_ADMIN, u, this);
- int index;
+ LanguageString index;
index = allow_ignore ? OPER_SET_LIST_OPTION_ON : OPER_SET_LIST_OPTION_OFF;
- notice_lang(Config->s_OperServ, u, index, "IGNORE");
+ u->SendMessage(OperServ, index, "IGNORE");
index = readonly ? OPER_SET_LIST_OPTION_ON : OPER_SET_LIST_OPTION_OFF;
- notice_lang(Config->s_OperServ, u, index, "READONLY");
+ u->SendMessage(OperServ, index, "READONLY");
index = debug ? OPER_SET_LIST_OPTION_ON : OPER_SET_LIST_OPTION_OFF;
- notice_lang(Config->s_OperServ, u, index, "DEBUG");
+ u->SendMessage(OperServ, index, "DEBUG");
index = noexpire ? OPER_SET_LIST_OPTION_ON : OPER_SET_LIST_OPTION_OFF;
- notice_lang(Config->s_OperServ, u, index, "NOEXPIRE");
+ u->SendMessage(OperServ, index, "NOEXPIRE");
return MOD_CONT;
}
@@ -48,16 +48,16 @@ class CommandOSSet : public Command
{
Log(LOG_ADMIN, u, this) << "IGNORE ON";
allow_ignore = 1;
- notice_lang(Config->s_OperServ, u, OPER_SET_IGNORE_ON);
+ u->SendMessage(OperServ, OPER_SET_IGNORE_ON);
}
else if (setting.equals_ci("OFF"))
{
Log(LOG_ADMIN, u, this) << "IGNORE OFF";
allow_ignore = 0;
- notice_lang(Config->s_OperServ, u, OPER_SET_IGNORE_OFF);
+ u->SendMessage(OperServ, OPER_SET_IGNORE_OFF);
}
else
- notice_lang(Config->s_OperServ, u, OPER_SET_IGNORE_ERROR);
+ u->SendMessage(OperServ, OPER_SET_IGNORE_ERROR);
return MOD_CONT;
}
@@ -76,16 +76,16 @@ class CommandOSSet : public Command
{
readonly = true;
Log(LOG_ADMIN, u, this) << "READONLY ON";
- notice_lang(Config->s_OperServ, u, OPER_SET_READONLY_ON);
+ u->SendMessage(OperServ, OPER_SET_READONLY_ON);
}
else if (setting.equals_ci("OFF"))
{
readonly = false;
Log(LOG_ADMIN, u, this) << "READONLY OFF";
- notice_lang(Config->s_OperServ, u, OPER_SET_READONLY_OFF);
+ u->SendMessage(OperServ, OPER_SET_READONLY_OFF);
}
else
- notice_lang(Config->s_OperServ, u, OPER_SET_READONLY_ERROR);
+ u->SendMessage(OperServ, OPER_SET_READONLY_ERROR);
return MOD_CONT;
}
@@ -106,23 +106,23 @@ class CommandOSSet : public Command
* Rob
**/
if (!Config->SuperAdmin)
- notice_lang(Config->s_OperServ, u, OPER_SUPER_ADMIN_NOT_ENABLED);
+ u->SendMessage(OperServ, OPER_SUPER_ADMIN_NOT_ENABLED);
else if (setting.equals_ci("ON"))
{
u->isSuperAdmin = 1;
- notice_lang(Config->s_OperServ, u, OPER_SUPER_ADMIN_ON);
+ u->SendMessage(OperServ, OPER_SUPER_ADMIN_ON);
Log(LOG_ADMIN, u, this) << "SUPERADMIN ON";
- ircdproto->SendGlobops(OperServ, getstring(OPER_SUPER_ADMIN_WALL_ON), u->nick.c_str());
+ ircdproto->SendGlobops(OperServ, GetString(OPER_SUPER_ADMIN_WALL_ON).c_str(), u->nick.c_str());
}
else if (setting.equals_ci("OFF"))
{
u->isSuperAdmin = 0;
- notice_lang(Config->s_OperServ, u, OPER_SUPER_ADMIN_OFF);
+ u->SendMessage(OperServ, OPER_SUPER_ADMIN_OFF);
Log(LOG_ADMIN, u, this) << "SUPERADMIN OFF";
- ircdproto->SendGlobops(OperServ, getstring(OPER_SUPER_ADMIN_WALL_OFF), u->nick.c_str());
+ ircdproto->SendGlobops(OperServ, GetString(OPER_SUPER_ADMIN_WALL_OFF).c_str(), u->nick.c_str());
}
else
- notice_lang(Config->s_OperServ, u, OPER_SUPER_ADMIN_SYNTAX);
+ u->SendMessage(OperServ, OPER_SUPER_ADMIN_SYNTAX);
return MOD_CONT;
}
@@ -141,22 +141,22 @@ class CommandOSSet : public Command
{
debug = 1;
Log(LOG_ADMIN, u, this) << "DEBUG ON";
- notice_lang(Config->s_OperServ, u, OPER_SET_DEBUG_ON);
+ u->SendMessage(OperServ, OPER_SET_DEBUG_ON);
}
else if (setting.equals_ci("OFF") || (setting[0] == '0' && setting.is_number_only() && !convertTo<int>(setting)))
{
Log(LOG_ADMIN, u, this) << "DEBUG OFF";
debug = 0;
- notice_lang(Config->s_OperServ, u, OPER_SET_DEBUG_OFF);
+ u->SendMessage(OperServ, OPER_SET_DEBUG_OFF);
}
else if (setting.is_number_only() && convertTo<int>(setting) > 0)
{
debug = convertTo<int>(setting);
Log(LOG_ADMIN, u, this) << "DEBUG " << debug;
- notice_lang(Config->s_OperServ, u, OPER_SET_DEBUG_LEVEL, debug);
+ u->SendMessage(OperServ, OPER_SET_DEBUG_LEVEL, debug);
}
else
- notice_lang(Config->s_OperServ, u, OPER_SET_DEBUG_ERROR);
+ u->SendMessage(OperServ, OPER_SET_DEBUG_ERROR);
return MOD_CONT;
}
@@ -175,16 +175,16 @@ class CommandOSSet : public Command
{
noexpire = true;
Log(LOG_ADMIN, u, this) << "NOEXPIRE ON";
- notice_lang(Config->s_OperServ, u, OPER_SET_NOEXPIRE_ON);
+ u->SendMessage(OperServ, OPER_SET_NOEXPIRE_ON);
}
else if (setting.equals_ci("OFF"))
{
noexpire = false;
Log(LOG_ADMIN, u, this) << "NOEXPIRE OFF";
- notice_lang(Config->s_OperServ, u, OPER_SET_NOEXPIRE_OFF);
+ u->SendMessage(OperServ, OPER_SET_NOEXPIRE_OFF);
}
else
- notice_lang(Config->s_OperServ, u, OPER_SET_NOEXPIRE_ERROR);
+ u->SendMessage(OperServ, OPER_SET_NOEXPIRE_ERROR);
return MOD_CONT;
}
@@ -210,26 +210,26 @@ class CommandOSSet : public Command
else if (option.equals_ci("NOEXPIRE"))
return this->DoSetNoExpire(u, params);
else
- notice_lang(Config->s_OperServ, u, OPER_SET_UNKNOWN_OPTION, option.c_str());
+ u->SendMessage(OperServ, OPER_SET_UNKNOWN_OPTION, option.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
if (subcommand.empty())
- notice_help(Config->s_OperServ, u, OPER_HELP_SET);
+ u->SendMessage(OperServ, OPER_HELP_SET);
else if (subcommand.equals_ci("LIST"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_LIST);
+ u->SendMessage(OperServ, OPER_HELP_SET_LIST);
else if (subcommand.equals_ci("READONLY"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_READONLY);
+ u->SendMessage(OperServ, OPER_HELP_SET_READONLY);
else if (subcommand.equals_ci("DEBUG"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_DEBUG);
+ u->SendMessage(OperServ, OPER_HELP_SET_DEBUG);
else if (subcommand.equals_ci("NOEXPIRE"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_NOEXPIRE);
+ u->SendMessage(OperServ, OPER_HELP_SET_NOEXPIRE);
else if (subcommand.equals_ci("IGNORE"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_IGNORE);
+ u->SendMessage(OperServ, OPER_HELP_SET_IGNORE);
else if (subcommand.equals_ci("SUPERADMIN"))
- notice_help(Config->s_OperServ, u, OPER_HELP_SET_SUPERADMIN);
+ u->SendMessage(OperServ, OPER_HELP_SET_SUPERADMIN);
else
return false;
@@ -238,12 +238,12 @@ class CommandOSSet : public Command
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SET", OPER_SET_SYNTAX);
+ SyntaxError(OperServ, u, "SET", OPER_SET_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SET);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SET);
}
};
diff --git a/modules/core/os_shutdown.cpp b/modules/core/os_shutdown.cpp
index 04e303b31..ab12a02eb 100644
--- a/modules/core/os_shutdown.cpp
+++ b/modules/core/os_shutdown.cpp
@@ -32,13 +32,13 @@ class CommandOSShutdown : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SHUTDOWN);
+ u->SendMessage(OperServ, OPER_HELP_SHUTDOWN);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SHUTDOWN);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SHUTDOWN);
}
};
diff --git a/modules/core/os_snline.cpp b/modules/core/os_snline.cpp
index 10c813dd9..d6a0d8844 100644
--- a/modules/core/os_snline.cpp
+++ b/modules/core/os_snline.cpp
@@ -26,11 +26,11 @@ class SNLineDelCallback : public NumberList
~SNLineDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SNLINE_NO_MATCH);
else if (Deleted == 1)
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_DELETED_ONE);
+ u->SendMessage(OperServ, OPER_SNLINE_DELETED_ONE);
else
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_DELETED_SEVERAL, Deleted);
+ u->SendMessage(OperServ, OPER_SNLINE_DELETED_SEVERAL, Deleted);
}
void HandleNumber(unsigned Number)
@@ -63,7 +63,7 @@ class SNLineListCallback : public NumberList
~SNLineListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SNLINE_NO_MATCH);
}
virtual void HandleNumber(unsigned Number)
@@ -76,7 +76,7 @@ class SNLineListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SNLINE_LIST_HEADER);
}
DoList(u, x, Number - 1);
@@ -84,7 +84,7 @@ class SNLineListCallback : public NumberList
static void DoList(User *u, XLine *x, unsigned Number)
{
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
}
};
@@ -105,7 +105,7 @@ class SNLineViewCallback : public SNLineListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SNLINE_VIEW_HEADER);
}
DoList(u, x, Number - 1);
@@ -113,13 +113,8 @@ class SNLineViewCallback : public SNLineListCallback
static void DoList(User *u, XLine *x, unsigned Number)
{
- char timebuf[32];
- struct tm tm;
-
- tm = *localtime(&x->Created);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
Anope::string expirebuf = expire_left(u->Account(), x->Expires);
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), timebuf, expirebuf.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), do_strftime(x->Created).c_str(), expirebuf.c_str(), x->Reason.c_str());
}
};
@@ -149,7 +144,7 @@ class CommandOSSNLine : public Command
/* Do not allow less than a minute expiry time */
if (expires && expires < 60)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -190,7 +185,7 @@ class CommandOSSNLine : public Command
if (!x)
return MOD_CONT;
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_ADDED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SNLINE_ADDED, mask.c_str());
if (Config->WallOSSNLine)
{
@@ -226,7 +221,7 @@ class CommandOSSNLine : public Command
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
else
@@ -239,7 +234,7 @@ class CommandOSSNLine : public Command
{
if (SNLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SNLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -262,18 +257,18 @@ class CommandOSSNLine : public Command
if (!x)
{
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_NOT_FOUND, mask.c_str());
+ u->SendMessage(OperServ, OPER_SNLINE_NOT_FOUND, mask.c_str());
return MOD_CONT;
}
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, x, X_SNLINE));
SNLineDelCallback::DoDel(u, x);
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_DELETED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SNLINE_DELETED, mask.c_str());
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -282,7 +277,7 @@ class CommandOSSNLine : public Command
{
if (SNLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SNLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -306,7 +301,7 @@ class CommandOSSNLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SNLINE_LIST_HEADER);
}
SNLineListCallback::DoList(u, x, i);
@@ -314,9 +309,9 @@ class CommandOSSNLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SNLINE_NO_MATCH);
else
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "SNLine");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "SNLine");
}
return MOD_CONT;
@@ -326,7 +321,7 @@ class CommandOSSNLine : public Command
{
if (SNLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SNLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -350,7 +345,7 @@ class CommandOSSNLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SNLINE_VIEW_HEADER);
}
SNLineViewCallback::DoList(u, x, i);
@@ -358,7 +353,7 @@ class CommandOSSNLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SNLINE_NO_MATCH);
}
return MOD_CONT;
@@ -368,7 +363,7 @@ class CommandOSSNLine : public Command
{
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, NULL, X_SNLINE));
SNLine->Clear();
- notice_lang(Config->s_OperServ, u, OPER_SNLINE_CLEAR);
+ u->SendMessage(OperServ, OPER_SNLINE_CLEAR);
return MOD_CONT;
}
@@ -398,18 +393,18 @@ class CommandOSSNLine : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SNLINE);
+ u->SendMessage(OperServ, OPER_HELP_SNLINE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SNLINE", OPER_SNLINE_SYNTAX);
+ SyntaxError(OperServ, u, "SNLINE", OPER_SNLINE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SNLINE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SNLINE);
}
};
diff --git a/modules/core/os_sqline.cpp b/modules/core/os_sqline.cpp
index 68a28347a..6ce51a518 100644
--- a/modules/core/os_sqline.cpp
+++ b/modules/core/os_sqline.cpp
@@ -25,11 +25,11 @@ class SQLineDelCallback : public NumberList
~SQLineDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SQLINE_NO_MATCH);
else if (Deleted == 1)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_DELETED_ONE);
+ u->SendMessage(OperServ, OPER_SQLINE_DELETED_ONE);
else
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_DELETED_SEVERAL, Deleted);
+ u->SendMessage(OperServ, OPER_SQLINE_DELETED_SEVERAL, Deleted);
}
void HandleNumber(unsigned Number)
@@ -62,7 +62,7 @@ class SQLineListCallback : public NumberList
~SQLineListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SQLINE_NO_MATCH);
}
virtual void HandleNumber(unsigned Number)
@@ -75,7 +75,7 @@ class SQLineListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SQLINE_LIST_HEADER);
}
DoList(u, x, Number - 1);
@@ -83,7 +83,7 @@ class SQLineListCallback : public NumberList
static void DoList(User *u, XLine *x, unsigned Number)
{
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
}
};
@@ -104,7 +104,7 @@ class SQLineViewCallback : public SQLineListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SQLINE_VIEW_HEADER);
}
DoList(u, x, Number);
@@ -112,13 +112,8 @@ class SQLineViewCallback : public SQLineListCallback
static void DoList(User *u, XLine *x, unsigned Number)
{
- char timebuf[32];
- struct tm tm;
-
- tm = *localtime(&x->Created);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
Anope::string expirebuf = expire_left(u->Account(), x->Expires);
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), timebuf, expirebuf.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), do_strftime(x->Created).c_str(), expirebuf.c_str(), x->Reason.c_str());
}
};
@@ -148,7 +143,7 @@ class CommandOSSQLine : public Command
/* Do not allow less than a minute expiry time */
if (expires && expires < 60)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -170,7 +165,7 @@ class CommandOSSQLine : public Command
if (!x)
return MOD_CONT;
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_ADDED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SQLINE_ADDED, mask.c_str());
if (Config->WallOSSQLine)
{
@@ -206,7 +201,7 @@ class CommandOSSQLine : public Command
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
else
@@ -219,7 +214,7 @@ class CommandOSSQLine : public Command
{
if (SQLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SQLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -242,18 +237,18 @@ class CommandOSSQLine : public Command
if (!x)
{
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_NOT_FOUND, mask.c_str());
+ u->SendMessage(OperServ, OPER_SQLINE_NOT_FOUND, mask.c_str());
return MOD_CONT;
}
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, x, X_SQLINE));
SQLineDelCallback::DoDel(u, x);
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_DELETED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SQLINE_DELETED, mask.c_str());
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -262,7 +257,7 @@ class CommandOSSQLine : public Command
{
if (SQLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SQLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -286,7 +281,7 @@ class CommandOSSQLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SQLINE_LIST_HEADER);
}
SQLineListCallback::DoList(u, x, i);
@@ -294,9 +289,9 @@ class CommandOSSQLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SQLINE_NO_MATCH);
else
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "SQLine");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "SQLine");
}
return MOD_CONT;
@@ -306,7 +301,7 @@ class CommandOSSQLine : public Command
{
if (SQLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SQLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -330,7 +325,7 @@ class CommandOSSQLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SQLINE_VIEW_HEADER);
}
SQLineViewCallback::DoList(u, x, i);
@@ -338,7 +333,7 @@ class CommandOSSQLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SQLINE_NO_MATCH);
}
return MOD_CONT;
@@ -348,7 +343,7 @@ class CommandOSSQLine : public Command
{
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, NULL, X_SQLINE));
SGLine->Clear();
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_CLEAR);
+ u->SendMessage(OperServ, OPER_SQLINE_CLEAR);
return MOD_CONT;
}
@@ -378,18 +373,18 @@ class CommandOSSQLine : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SQLINE);
+ u->SendMessage(OperServ, OPER_HELP_SQLINE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SQLINE", OPER_SQLINE_SYNTAX);
+ SyntaxError(OperServ, u, "SQLINE", OPER_SQLINE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SQLINE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SQLINE);
}
};
diff --git a/modules/core/os_staff.cpp b/modules/core/os_staff.cpp
index c1d5b38ba..f5c80b3ad 100644
--- a/modules/core/os_staff.cpp
+++ b/modules/core/os_staff.cpp
@@ -22,7 +22,7 @@ class CommandOSStaff : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
- notice_lang(Config->s_OperServ, u, OPER_STAFF_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_STAFF_LIST_HEADER);
for (std::list<std::pair<Anope::string, Anope::string> >::iterator it = Config->Opers.begin(), it_end = Config->Opers.end(); it != it_end; ++it)
{
@@ -41,29 +41,29 @@ class CommandOSStaff : public Command
{
found = 1;
if (na->nick.equals_ci(u2->nick))
- notice_lang(Config->s_OperServ, u, OPER_STAFF_FORMAT, '*', type.c_str(), u2->nick.c_str());
+ u->SendMessage(OperServ, OPER_STAFF_FORMAT, '*', type.c_str(), u2->nick.c_str());
else
- notice_lang(Config->s_OperServ, u, OPER_STAFF_AFORMAT, '*', type.c_str(), na->nick.c_str(), u2->nick.c_str());
+ u->SendMessage(OperServ, OPER_STAFF_AFORMAT, '*', type.c_str(), na->nick.c_str(), u2->nick.c_str());
}
}
if (!found)
- notice_lang(Config->s_OperServ, u, OPER_STAFF_FORMAT, ' ', type.c_str(), na->nick.c_str());
+ u->SendMessage(OperServ, OPER_STAFF_FORMAT, ' ', type.c_str(), na->nick.c_str());
}
}
- notice_lang(Config->s_OperServ, u, END_OF_ANY_LIST, "Staff");
+ u->SendMessage(OperServ, END_OF_ANY_LIST, "Staff");
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_STAFF);
+ u->SendMessage(OperServ, OPER_HELP_STAFF);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_STAFF);
+ u->SendMessage(OperServ, OPER_HELP_CMD_STAFF);
}
};
diff --git a/modules/core/os_stats.cpp b/modules/core/os_stats.cpp
index 332b6ba4f..295ec95f5 100644
--- a/modules/core/os_stats.cpp
+++ b/modules/core/os_stats.cpp
@@ -41,81 +41,81 @@ class CommandOSStats : public Command
{
int timeout;
/* AKILLs */
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_COUNT, SGLine->GetCount());
+ u->SendMessage(OperServ, OPER_STATS_AKILL_COUNT, SGLine->GetCount());
timeout = Config->AutokillExpiry + 59;
if (timeout >= 172800)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_DAYS, timeout / 86400);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_DAYS, timeout / 86400);
else if (timeout >= 86400)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_DAY);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_DAY);
else if (timeout >= 7200)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_HOURS, timeout / 3600);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_HOURS, timeout / 3600);
else if (timeout >= 3600)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_HOUR);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_HOUR);
else if (timeout >= 120)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_MINS, timeout / 60);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_MINS, timeout / 60);
else if (timeout >= 60)
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_MIN);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_MIN);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_AKILL_EXPIRE_NONE);
+ u->SendMessage(OperServ, OPER_STATS_AKILL_EXPIRE_NONE);
if (ircd->snline)
{
/* SNLINEs */
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_COUNT, SNLine->GetCount());
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_COUNT, SNLine->GetCount());
timeout = Config->SNLineExpiry + 59;
if (timeout >= 172800)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_DAYS, timeout / 86400);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_DAYS, timeout / 86400);
else if (timeout >= 86400)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_DAY);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_DAY);
else if (timeout >= 7200)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_HOURS, timeout / 3600);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_HOURS, timeout / 3600);
else if (timeout >= 3600)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_HOUR);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_HOUR);
else if (timeout >= 120)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_MINS, timeout / 60);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_MINS, timeout / 60);
else if (timeout >= 60)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_MIN);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_MIN);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_SNLINE_EXPIRE_NONE);
+ u->SendMessage(OperServ, OPER_STATS_SNLINE_EXPIRE_NONE);
}
if (ircd->sqline)
{
/* SQLINEs */
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_COUNT, SQLine->GetCount());
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_COUNT, SQLine->GetCount());
timeout = Config->SQLineExpiry + 59;
if (timeout >= 172800)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_DAYS, timeout / 86400);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_DAYS, timeout / 86400);
else if (timeout >= 86400)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_DAY);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_DAY);
else if (timeout >= 7200)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_HOURS, timeout / 3600);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_HOURS, timeout / 3600);
else if (timeout >= 3600)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_HOUR);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_HOUR);
else if (timeout >= 120)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_MINS, timeout / 60);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_MINS, timeout / 60);
else if (timeout >= 60)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_MIN);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_MIN);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_SQLINE_EXPIRE_NONE);
+ u->SendMessage(OperServ, OPER_STATS_SQLINE_EXPIRE_NONE);
}
if (ircd->szline)
{
/* SZLINEs */
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_COUNT, SZLine->GetCount());
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_COUNT, SZLine->GetCount());
timeout = Config->SZLineExpiry + 59;
if (timeout >= 172800)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_DAYS, timeout / 86400);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_DAYS, timeout / 86400);
else if (timeout >= 86400)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_DAY);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_DAY);
else if (timeout >= 7200)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_HOURS, timeout / 3600);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_HOURS, timeout / 3600);
else if (timeout >= 3600)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_HOUR);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_HOUR);
else if (timeout >= 120)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_MINS, timeout / 60);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_MINS, timeout / 60);
else if (timeout >= 60)
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_MIN);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_MIN);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_SZLINE_EXPIRE_NONE);
+ u->SendMessage(OperServ, OPER_STATS_SZLINE_EXPIRE_NONE);
}
return MOD_CONT;
}
@@ -123,74 +123,51 @@ class CommandOSStats : public Command
CommandReturn DoStatsReset(User *u)
{
maxusercnt = usercnt;
- notice_lang(Config->s_OperServ, u, OPER_STATS_RESET);
+ u->SendMessage(OperServ, OPER_STATS_RESET);
return MOD_CONT;
}
CommandReturn DoStatsUptime(User *u)
{
- char timebuf[64];
time_t uptime = Anope::CurTime - start_time;
int days = uptime / 86400, hours = (uptime / 3600) % 24, mins = (uptime / 60) % 60, secs = uptime % 60;
- notice_lang(Config->s_OperServ, u, OPER_STATS_CURRENT_USERS, usercnt, opcnt);
- struct tm *tm = localtime(&maxusertime);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_DATE_TIME_FORMAT, tm);
- notice_lang(Config->s_OperServ, u, OPER_STATS_MAX_USERS, maxusercnt, timebuf);
+ u->SendMessage(OperServ, OPER_STATS_CURRENT_USERS, usercnt, opcnt);
+ u->SendMessage(OperServ, OPER_STATS_MAX_USERS, maxusercnt, do_strftime(maxusertime).c_str());
if (days > 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_DHMS, days, hours, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_DHMS, days, hours, mins, secs);
else if (days == 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1DHMS, days, hours, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_1DHMS, days, hours, mins, secs);
else
{
if (hours > 1)
{
if (mins != 1)
- {
- if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_HMS, hours, mins, secs);
- else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_HM1S, hours, mins, secs);
- }
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_HMS, hours, mins);
else
- {
- if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_H1MS, hours, mins, secs);
- else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_H1M1S, hours, mins, secs);
- }
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_H1MS, hours, mins, secs);
}
else if (hours == 1)
{
if (mins != 1)
- {
- if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1HMS, hours, mins, secs);
- else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1HM1S, hours, mins, secs);
- }
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_1HMS, hours, mins, secs);
else
- {
- if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1H1MS, hours, mins, secs);
- else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1H1M1S, hours, mins, secs);
- }
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_1H1MS, hours, mins, secs);
}
else
{
if (mins != 1)
{
if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_MS, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_MS, mins, secs);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_M1S, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_M1S, mins, secs);
}
else
{
if (secs != 1)
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1MS, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_1MS, mins, secs);
else
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPTIME_1M1S, mins, secs);
+ u->SendMessage(OperServ, OPER_STATS_UPTIME_1M1S, mins, secs);
}
}
}
@@ -209,9 +186,9 @@ class CommandOSStats : public Command
if (!buf.empty())
buf.erase(buf.begin());
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPLINK_SERVER, Me->GetLinks().front()->GetName().c_str());
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPLINK_CAPAB, buf.c_str());
- notice_lang(Config->s_OperServ, u, OPER_STATS_UPLINK_SERVER_COUNT, stats_count_servers(Me->GetLinks().front()));
+ u->SendMessage(OperServ, OPER_STATS_UPLINK_SERVER, Me->GetLinks().front()->GetName().c_str());
+ u->SendMessage(OperServ, OPER_STATS_UPLINK_CAPAB, buf.c_str());
+ u->SendMessage(OperServ, OPER_STATS_UPLINK_SERVER_COUNT, stats_count_servers(Me->GetLinks().front()));
return MOD_CONT;
}
@@ -219,33 +196,33 @@ class CommandOSStats : public Command
{
long count, mem;
- notice_lang(Config->s_OperServ, u, OPER_STATS_BYTES_READ, TotalRead / 1024);
- notice_lang(Config->s_OperServ, u, OPER_STATS_BYTES_WRITTEN, TotalWritten / 1024);
+ u->SendMessage(OperServ, OPER_STATS_BYTES_READ, TotalRead / 1024);
+ u->SendMessage(OperServ, OPER_STATS_BYTES_WRITTEN, TotalWritten / 1024);
get_user_stats(count, mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_USER_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_USER_MEM, count, (mem + 512) / 1024);
get_channel_stats(&count, &mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_CHANNEL_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_CHANNEL_MEM, count, (mem + 512) / 1024);
get_core_stats(count, mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_GROUPS_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_GROUPS_MEM, count, (mem + 512) / 1024);
get_aliases_stats(count, mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_ALIASES_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_ALIASES_MEM, count, (mem + 512) / 1024);
get_chanserv_stats(&count, &mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_CHANSERV_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_CHANSERV_MEM, count, (mem + 512) / 1024);
if (!Config->s_BotServ.empty())
{
get_botserv_stats(&count, &mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_BOTSERV_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_BOTSERV_MEM, count, (mem + 512) / 1024);
}
if (!Config->s_HostServ.empty())
{
get_hostserv_stats(&count, &mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_HOSTSERV_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_HOSTSERV_MEM, count, (mem + 512) / 1024);
}
get_operserv_stats(&count, &mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_OPERSERV_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_OPERSERV_MEM, count, (mem + 512) / 1024);
get_session_stats(count, mem);
- notice_lang(Config->s_OperServ, u, OPER_STATS_SESSIONS_MEM, count, (mem + 512) / 1024);
+ u->SendMessage(OperServ, OPER_STATS_SESSIONS_MEM, count, (mem + 512) / 1024);
return MOD_CONT;
}
@@ -265,7 +242,7 @@ class CommandOSStats : public Command
else if (extra.equals_ci("RESET"))
return this->DoStatsReset(u);
else if (!extra.equals_ci("MEMORY") && !extra.equals_ci("UPLINK"))
- notice_lang(Config->s_OperServ, u, OPER_STATS_UNKNOWN_OPTION, extra.c_str());
+ u->SendMessage(OperServ, OPER_STATS_UNKNOWN_OPTION, extra.c_str());
}
if (extra.empty() || (!extra.equals_ci("MEMORY") && !extra.equals_ci("UPLINK")))
@@ -282,13 +259,13 @@ class CommandOSStats : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_STATS);
+ u->SendMessage(OperServ, OPER_HELP_STATS);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_STATS);
+ u->SendMessage(OperServ, OPER_HELP_CMD_STATS);
}
};
diff --git a/modules/core/os_svsnick.cpp b/modules/core/os_svsnick.cpp
index 537b32b6a..cc50f83b3 100644
--- a/modules/core/os_svsnick.cpp
+++ b/modules/core/os_svsnick.cpp
@@ -31,33 +31,33 @@ class CommandOSSVSNick : public Command
/* Truncate long nicknames to NICKMAX-2 characters */
if (newnick.length() > Config->NickLen)
{
- notice_lang(Config->s_OperServ, u, NICK_X_TRUNCATED, newnick.c_str(), Config->NickLen, newnick.c_str());
+ u->SendMessage(OperServ, NICK_X_TRUNCATED, newnick.c_str(), Config->NickLen, newnick.c_str());
newnick = params[1].substr(0, Config->NickLen);
}
/* Check for valid characters */
if (newnick[0] == '-' || isdigit(newnick[0]))
{
- notice_lang(Config->s_OperServ, u, NICK_X_ILLEGAL, newnick.c_str());
+ u->SendMessage(OperServ, NICK_X_ILLEGAL, newnick.c_str());
return MOD_CONT;
}
for (unsigned i = 0, end = newnick.length(); i < end; ++i)
if (!isvalidnick(newnick[i]))
{
- notice_lang(Config->s_OperServ, u, NICK_X_ILLEGAL, newnick.c_str());
+ u->SendMessage(OperServ, NICK_X_ILLEGAL, newnick.c_str());
return MOD_CONT;
}
/* Check for a nick in use or a forbidden/suspended nick */
if (!(u2 = finduser(nick)))
- notice_lang(Config->s_OperServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(OperServ, NICK_X_NOT_IN_USE, nick.c_str());
else if (finduser(newnick))
- notice_lang(Config->s_OperServ, u, NICK_X_IN_USE, newnick.c_str());
+ u->SendMessage(OperServ, NICK_X_IN_USE, newnick.c_str());
else if ((na = findnick(newnick)) && na->HasFlag(NS_FORBIDDEN))
- notice_lang(Config->s_OperServ, u, NICK_X_FORBIDDEN, newnick.c_str());
+ u->SendMessage(OperServ, NICK_X_FORBIDDEN, newnick.c_str());
else
{
- notice_lang(Config->s_OperServ, u, OPER_SVSNICK_NEWNICK, nick.c_str(), newnick.c_str());
+ u->SendMessage(OperServ, OPER_SVSNICK_NEWNICK, nick.c_str(), newnick.c_str());
ircdproto->SendGlobops(OperServ, "%s used SVSNICK to change %s to %s", u->nick.c_str(), nick.c_str(), newnick.c_str());
ircdproto->SendForceNickChange(u2, newnick, Anope::CurTime);
}
@@ -66,18 +66,18 @@ class CommandOSSVSNick : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SVSNICK);
+ u->SendMessage(OperServ, OPER_HELP_SVSNICK);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SVSNICK", OPER_SVSNICK_SYNTAX);
+ SyntaxError(OperServ, u, "SVSNICK", OPER_SVSNICK_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SVSNICK);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SVSNICK);
}
};
diff --git a/modules/core/os_szline.cpp b/modules/core/os_szline.cpp
index 0d024282a..caea0424b 100644
--- a/modules/core/os_szline.cpp
+++ b/modules/core/os_szline.cpp
@@ -25,11 +25,11 @@ class SZLineDelCallback : public NumberList
~SZLineDelCallback()
{
if (!Deleted)
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SZLINE_NO_MATCH);
else if (Deleted == 1)
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_DELETED_ONE);
+ u->SendMessage(OperServ, OPER_SZLINE_DELETED_ONE);
else
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_DELETED_SEVERAL, Deleted);
+ u->SendMessage(OperServ, OPER_SZLINE_DELETED_SEVERAL, Deleted);
}
void HandleNumber(unsigned Number)
@@ -62,7 +62,7 @@ class SZLineListCallback : public NumberList
~SZLineListCallback()
{
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SZLINE_NO_MATCH);
}
virtual void HandleNumber(unsigned Number)
@@ -75,7 +75,7 @@ class SZLineListCallback : public NumberList
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SZLINE_LIST_HEADER);
}
DoList(u, x, Number - 1);
@@ -83,7 +83,7 @@ class SZLineListCallback : public NumberList
static void DoList(User *u, XLine *x, unsigned Number)
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_LIST_FORMAT, Number + 1, x->Mask.c_str(), x->Reason.c_str());
}
};
@@ -104,7 +104,7 @@ class SZLineViewCallback : public SZLineListCallback
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SZLINE_VIEW_HEADER);
}
DoList(u, x, Number - 1);
@@ -112,13 +112,8 @@ class SZLineViewCallback : public SZLineListCallback
static void DoList(User *u, XLine *x, unsigned Number)
{
- char timebuf[32];
- struct tm tm;
-
- tm = *localtime(&x->Created);
- strftime_lang(timebuf, sizeof(timebuf), u, STRFTIME_SHORT_DATE_FORMAT, &tm);
Anope::string expirebuf = expire_left(u->Account(), x->Expires);
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), timebuf, expirebuf.c_str(), x->Reason.c_str());
+ u->SendMessage(OperServ, OPER_VIEW_FORMAT, Number + 1, x->Mask.c_str(), x->By.c_str(), do_strftime(x->Created).c_str(), expirebuf.c_str(), x->Reason.c_str());
}
};
@@ -148,7 +143,7 @@ class CommandOSSZLine : public Command
/* Do not allow less than a minute expiry time */
if (expires && expires < 60)
{
- notice_lang(Config->s_OperServ, u, BAD_EXPIRY_TIME);
+ u->SendMessage(OperServ, BAD_EXPIRY_TIME);
return MOD_CONT;
}
else if (expires > 0)
@@ -170,7 +165,7 @@ class CommandOSSZLine : public Command
if (!x)
return MOD_CONT;
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_ADDED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SZLINE_ADDED, mask.c_str());
if (Config->WallOSSZLine)
{
@@ -206,7 +201,7 @@ class CommandOSSZLine : public Command
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
}
else
@@ -219,7 +214,7 @@ class CommandOSSZLine : public Command
{
if (SZLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SZLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -242,18 +237,18 @@ class CommandOSSZLine : public Command
if (!x)
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_NOT_FOUND, mask.c_str());
+ u->SendMessage(OperServ, OPER_SZLINE_NOT_FOUND, mask.c_str());
return MOD_CONT;
}
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, x, X_SZLINE));
SZLineDelCallback::DoDel(u, x);
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_DELETED, mask.c_str());
+ u->SendMessage(OperServ, OPER_SZLINE_DELETED, mask.c_str());
}
if (readonly)
- notice_lang(Config->s_OperServ, u, READ_ONLY_MODE);
+ u->SendMessage(OperServ, READ_ONLY_MODE);
return MOD_CONT;
}
@@ -262,7 +257,7 @@ class CommandOSSZLine : public Command
{
if (SZLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SZLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -286,7 +281,7 @@ class CommandOSSZLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_HEADER);
+ u->SendMessage(OperServ, OPER_SZLINE_LIST_HEADER);
}
SZLineListCallback::DoList(u, x, i);
@@ -294,7 +289,7 @@ class CommandOSSZLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SZLINE_NO_MATCH);
}
return MOD_CONT;
@@ -304,7 +299,7 @@ class CommandOSSZLine : public Command
{
if (SZLine->GetList().empty())
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_LIST_EMPTY);
+ u->SendMessage(OperServ, OPER_SZLINE_LIST_EMPTY);
return MOD_CONT;
}
@@ -328,7 +323,7 @@ class CommandOSSZLine : public Command
if (!SentHeader)
{
SentHeader = true;
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_VIEW_HEADER);
+ u->SendMessage(OperServ, OPER_SZLINE_VIEW_HEADER);
}
SZLineViewCallback::DoList(u, x, i);
@@ -336,7 +331,7 @@ class CommandOSSZLine : public Command
}
if (!SentHeader)
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_NO_MATCH);
+ u->SendMessage(OperServ, OPER_SZLINE_NO_MATCH);
}
return MOD_CONT;
@@ -346,7 +341,7 @@ class CommandOSSZLine : public Command
{
FOREACH_MOD(I_OnDelXLine, OnDelXLine(u, NULL, X_SZLINE));
SZLine->Clear();
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_CLEAR);
+ u->SendMessage(OperServ, OPER_SZLINE_CLEAR);
return MOD_CONT;
}
@@ -376,18 +371,18 @@ class CommandOSSZLine : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SZLINE);
+ u->SendMessage(OperServ, OPER_HELP_SZLINE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "SZLINE", OPER_SZLINE_SYNTAX);
+ SyntaxError(OperServ, u, "SZLINE", OPER_SZLINE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SZLINE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SZLINE);
}
};
diff --git a/modules/core/os_umode.cpp b/modules/core/os_umode.cpp
index d80637d49..a2834edae 100644
--- a/modules/core/os_umode.cpp
+++ b/modules/core/os_umode.cpp
@@ -37,13 +37,13 @@ class CommandOSUMode : public Command
return MOD_CONT;
}
if (!(u2 = finduser(nick)))
- notice_lang(Config->s_OperServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(OperServ, NICK_X_NOT_IN_USE, nick.c_str());
else
{
u2->SetModes(OperServ, "%s", modes.c_str());
- notice_lang(Config->s_OperServ, u, OPER_UMODE_SUCCESS, nick.c_str());
- notice_lang(Config->s_OperServ, u2, OPER_UMODE_CHANGED, u->nick.c_str());
+ u->SendMessage(OperServ, OPER_UMODE_SUCCESS, nick.c_str());
+ u2->SendMessage(OperServ, OPER_UMODE_CHANGED, u->nick.c_str());
if (Config->WallOSMode)
ircdproto->SendGlobops(OperServ, "\2%s\2 used UMODE on %s", u->nick.c_str(), nick.c_str());
@@ -53,18 +53,18 @@ class CommandOSUMode : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_UMODE);
+ u->SendMessage(OperServ, OPER_HELP_UMODE);
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- syntax_error(Config->s_OperServ, u, "UMODE", OPER_UMODE_SYNTAX);
+ SyntaxError(OperServ, u, "UMODE", OPER_UMODE_SYNTAX);
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_UMODE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_UMODE);
}
};
diff --git a/modules/core/os_update.cpp b/modules/core/os_update.cpp
index ad632f277..6a96ab855 100644
--- a/modules/core/os_update.cpp
+++ b/modules/core/os_update.cpp
@@ -22,20 +22,20 @@ class CommandOSUpdate : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
- notice_lang(Config->s_OperServ, u, OPER_UPDATING);
+ u->SendMessage(OperServ, OPER_UPDATING);
save_data = true;
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_UPDATE);
+ u->SendMessage(OperServ, OPER_HELP_UPDATE);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_UPDATE);
+ u->SendMessage(OperServ, OPER_HELP_CMD_UPDATE);
}
};
diff --git a/modules/core/os_userlist.cpp b/modules/core/os_userlist.cpp
index f7579fc32..4c3355006 100644
--- a/modules/core/os_userlist.cpp
+++ b/modules/core/os_userlist.cpp
@@ -32,7 +32,7 @@ class CommandOSUserList : public Command
if (!pattern.empty() && (c = findchan(pattern)))
{
- notice_lang(Config->s_OperServ, u, OPER_USERLIST_HEADER_CHAN, pattern.c_str());
+ u->SendMessage(OperServ, OPER_USERLIST_HEADER_CHAN, pattern.c_str());
for (CUserList::iterator cuit = c->users.begin(), cuit_end = c->users.end(); cuit != cuit_end; ++cuit)
{
@@ -43,12 +43,12 @@ class CommandOSUserList : public Command
if (!uc->user->HasMode(*it))
continue;
- notice_lang(Config->s_OperServ, u, OPER_USERLIST_RECORD, uc->user->nick.c_str(), uc->user->GetIdent().c_str(), uc->user->GetDisplayedHost().c_str());
+ u->SendMessage(OperServ, OPER_USERLIST_RECORD, uc->user->nick.c_str(), uc->user->GetIdent().c_str(), uc->user->GetDisplayedHost().c_str());
}
}
else
{
- notice_lang(Config->s_OperServ, u, OPER_USERLIST_HEADER);
+ u->SendMessage(OperServ, OPER_USERLIST_HEADER);
for (user_map::const_iterator uit = UserListByNick.begin(), uit_end = UserListByNick.end(); uit != uit_end; ++uit)
{
@@ -64,23 +64,23 @@ class CommandOSUserList : public Command
if (!u2->HasMode(*it))
continue;
}
- notice_lang(Config->s_OperServ, u, OPER_USERLIST_RECORD, u2->nick.c_str(), u2->GetIdent().c_str(), u2->GetDisplayedHost().c_str());
+ u->SendMessage(OperServ, OPER_USERLIST_RECORD, u2->nick.c_str(), u2->GetIdent().c_str(), u2->GetDisplayedHost().c_str());
}
}
- notice_lang(Config->s_OperServ, u, OPER_USERLIST_END);
+ u->SendMessage(OperServ, OPER_USERLIST_END);
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_USERLIST);
+ u->SendMessage(OperServ, OPER_HELP_USERLIST);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_USERLIST);
+ u->SendMessage(OperServ, OPER_HELP_CMD_USERLIST);
}
};
diff --git a/modules/extra/cs_appendtopic.cpp b/modules/extra/cs_appendtopic.cpp
index 09ab3b481..e8ccde22b 100644
--- a/modules/extra/cs_appendtopic.cpp
+++ b/modules/extra/cs_appendtopic.cpp
@@ -41,14 +41,6 @@
/* DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING */
/* ---------------------------------------------------------------------- */
-enum
-{
- LNG_CHAN_HELP,
- LNG_CHAN_HELP_APPENDTOPIC,
- LNG_APPENDTOPIC_SYNTAX,
- LNG_NUM_STRINGS
-};
-
static Module *me;
class CommandCSAppendTopic : public Command
@@ -66,9 +58,9 @@ class CommandCSAppendTopic : public Command
Channel *c = ci ? ci->c : NULL;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (!check_access(u, ci, CA_TOPIC))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
Anope::string topic;
@@ -94,21 +86,23 @@ class CommandCSAppendTopic : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_APPENDTOPIC_SYNTAX);
+ me->SendMessage(ChanServ, u, _("Syntax: APPENDTOPIC channel text"));
u->SendMessage(Config->s_ChanServ, " ");
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP_APPENDTOPIC);
+ me->SendMessage(ChanServ, u, _("This command allows users to append text to a currently set\n"
+ "channel topic. When TOPICLOCK is on, the topic is updated and\n"
+ "the new, updated topic is locked."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_APPENDTOPIC_SYNTAX);
+ me->SendMessage(ChanServ, u, _("Syntax: APPENDTOPIC channel text"));
}
void OnServHelp(User *u)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP);
+ me->SendMessage(ChanServ, u, _(" APPENDTOPIC Add text to a channels topic"));
}
};
@@ -125,86 +119,6 @@ class CSAppendTopic : public Module
this->SetType(SUPPORTED);
this->AddCommand(ChanServ, &commandcsappendtopic);
-
- /* English (US) */
- const char *langtable_en_us[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Add text to a channels topic",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "This command allows users to append text to a currently set\n"
- "channel topic. When TOPICLOCK is on, the topic is updated and\n"
- "the new, updated topic is locked.",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Syntax: APPENDTOPIC channel text\n"
- };
-
- /* Dutch (NL) */
- const char *langtable_nl[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Voeg tekst aan een kanaal onderwerp toe",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "Dit command stelt gebruikers in staat om text toe te voegen\n"
- "achter het huidige onderwerp van een kanaal. Als TOPICLOCK aan\n"
- "staat, zal het onderwerp worden bijgewerkt en zal het nieuwe,\n"
- "bijgewerkte topic worden geforceerd.",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Gebruik: APPENDTOPIC kanaal tekst\n"
- };
-
- /* German (DE) */
- const char *langtable_de[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Fügt einen Text zu einem Channel-Topic hinzu.",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "Dieser Befehl erlaubt Benutzern, einen Text zu dem vorhandenen Channel-Topic\n"
- "hinzuzufügen. Wenn TOPICLOCK gesetzt ist, wird das Topic aktualisiert\n"
- "und das neue, aktualisierte Topic wird gesperrt.",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Syntax: APPENDTOPIC Channel Text\n"
- };
-
- /* Portuguese (PT) */
- const char *langtable_pt[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Adiciona texto ao tópico de um canal",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "Este comando permite aos usuários anexar texto a um tópico de canal\n"
- "já definido. Quando TOPICLOCK está ativado, o tópico é atualizado e\n"
- "o novo tópico é travado.",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Sintaxe: APPENDTOPIC canal texto\n"
- };
-
- /* Russian (RU) */
- const char *langtable_ru[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Äîáàâëÿåò òåêñò ê òîïèêó êàíàëà",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "Äàííàÿ êîìàíäà ïîçâîëÿåò äîáàâèòü òåêñò ê òîïèêó, êîòîðûé óñòàíîâëåí íà óêàçàííîì\n"
- "êàíàëå. Åñëè àêòèâèðîâàí ðåæèì TOPICLOCK, òîïèê áóäåò îáíîâëåí è çàáëîêèðîâàí.\n"
- "Ïðèìå÷àíèå: òåêñò áóäåò ÄÎÁÀÂËÅÍ ê òîïèêó, òî åñòü ñòàðûé òîïèê óäàëåí ÍÅ ÁÓÄÅÒ.\n",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Ñèíòàêñèñ: APPENDTOPIC #êàíàë òåêñò\n"
- };
-
- /* Italian (IT) */
- const char *langtable_it[] = {
- /* LNG_CHAN_HELP */
- " APPENDTOPIC Aggiunge del testo al topic di un canale",
- /* LNG_CHAN_HELP_APPENDTOPIC */
- "Questo comando permette agli utenti di aggiungere del testo ad un topic di un canale\n"
- "già impostato. Se TOPICLOCK è attivato, il topic viene aggiornato e il nuovo topic\n"
- "viene bloccato.",
- /* LNG_APPENDTOPIC_SYNTAX */
- "Sintassi: APPENDTOPIC canale testo\n"
- };
-
- this->InsertLanguage(LANG_EN_US, LNG_NUM_STRINGS, langtable_en_us);
- this->InsertLanguage(LANG_NL, LNG_NUM_STRINGS, langtable_nl);
- this->InsertLanguage(LANG_DE, LNG_NUM_STRINGS, langtable_de);
- this->InsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
- this->InsertLanguage(LANG_RU, LNG_NUM_STRINGS, langtable_ru);
- this->InsertLanguage(LANG_IT, LNG_NUM_STRINGS, langtable_it);
}
};
diff --git a/modules/extra/cs_enforce.cpp b/modules/extra/cs_enforce.cpp
index 5541aa5ca..2d65422c6 100644
--- a/modules/extra/cs_enforce.cpp
+++ b/modules/extra/cs_enforce.cpp
@@ -15,19 +15,6 @@
#include "module.h"
-#define AUTHOR "Anope"
-
-enum
-{
- LNG_CHAN_HELP,
- LNG_ENFORCE_SYNTAX,
- LNG_CHAN_HELP_ENFORCE,
- LNG_CHAN_HELP_ENFORCE_R_ENABLED,
- LNG_CHAN_HELP_ENFORCE_R_DISABLED,
- LNG_CHAN_RESPONSE,
- LNG_NUM_STRINGS
-};
-
static Module *me;
class CommandCSEnforce : public Command
@@ -87,7 +74,6 @@ class CommandCSEnforce : public Command
ChannelInfo *ci;
int16 old_nojoin_level;
Anope::string mask;
- const char *reason;
if (!(ci = c->ci))
return;
@@ -103,9 +89,9 @@ class CommandCSEnforce : public Command
if (check_access(uc->user, ci, CA_NOJOIN))
{
get_idealban(ci, uc->user, mask);
- reason = getstring(uc->user, CHAN_NOT_ALLOWED_TO_JOIN);
+ Anope::string reason = GetString(uc->user, CHAN_NOT_ALLOWED_TO_JOIN);
c->SetMode(NULL, CMODE_BAN, mask);
- c->Kick(NULL, uc->user, "%s", reason);
+ c->Kick(NULL, uc->user, "%s", reason.c_str());
}
}
@@ -127,7 +113,7 @@ class CommandCSEnforce : public Command
if (!uc->user->IsIdentified())
{
get_idealban(ci, uc->user, mask);
- Anope::string reason = getstring(uc->user, CHAN_NOT_ALLOWED_TO_JOIN);
+ Anope::string reason = GetString(uc->user, CHAN_NOT_ALLOWED_TO_JOIN);
if (!c->HasMode(CMODE_REGISTERED))
c->SetMode(NULL, CMODE_BAN, mask);
c->Kick(NULL, uc->user, "%s", reason.c_str());
@@ -150,35 +136,35 @@ class CommandCSEnforce : public Command
ci = c->ci;
if (!c)
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (!check_access(u, ci, CA_AKICK))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
{
if (what.empty() || what.equals_ci("SET"))
{
this->DoSet(c);
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_RESPONSE, !what.empty() ? what.c_str() : "SET");
+ me->SendMessage(ChanServ, u, _("Enforced %s"), !what.empty() ? what.c_str() : "SET");
}
else if (what.equals_ci("MODES"))
{
this->DoModes(c);
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_RESPONSE, what.c_str());
+ me->SendMessage(ChanServ, u, _("Enforced %s"), what.c_str());
}
else if (what.equals_ci("SECUREOPS"))
{
this->DoSecureOps(c);
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_RESPONSE, what.c_str());
+ me->SendMessage(ChanServ, u, _("Enforced %s"), what.c_str());
}
else if (what.equals_ci("RESTRICTED"))
{
this->DoRestricted(c);
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_RESPONSE, what.c_str());
+ me->SendMessage(ChanServ, u, _("Enforced %s"), what.c_str());
}
else if (what.equals_ci("+R"))
{
this->DoCModeR(c);
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_RESPONSE, what.c_str());
+ me->SendMessage(ChanServ, u, _("Enforced %s"), what.c_str());
}
else
this->OnSyntaxError(u, "");
@@ -189,26 +175,44 @@ class CommandCSEnforce : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_ENFORCE_SYNTAX);
- u->SendMessage(Config->s_ChanServ, " ");
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP_ENFORCE);
- u->SendMessage(Config->s_ChanServ, " ");
+ me->SendMessage(ChanServ, u, _("Syntax: \002ENFORCE \037channel\037 [\037what\037]\002"));
+ me->SendMessage(ChanServ, u, " ");
+ me->SendMessage(ChanServ, u, _("Enforce various channel modes and set options. The \037channel\037\n"
+ "option indicates what channel to enforce the modes and options\n"
+ "on. The \037what\037 option indicates what modes and options to\n"
+ "enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
+ "or +R. When left out, it defaults to SET.\n"
+ " \n"
+ "If \037what\037 is SET, it will enforce SECUREOPS and RESTRICTED\n"
+ "on the users currently in the channel, if they are set. Give\n"
+ "SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
+ "enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
+ "if it's not enabled."));
+ me->SendMessage(ChanServ, u, " ");
if (ModeManager::FindChannelModeByName(CMODE_REGISTERED))
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP_ENFORCE_R_ENABLED);
+ me->SendMessage(ChanServ, u, _("If \037what\037 is MODES, it will enforce channelmode +R if it is\n"
+ "set. If +R is specified for \037what\037, the +R channelmode will\n"
+ "also be enforced, but even if it is not set. If it is not set,\n"
+ "users will be banned to ensure they don't just rejoin."));
else
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP_ENFORCE_R_DISABLED);
+ me->SendMessage(ChanServ, u, _("If \037what\037 is MODES, nothing will be enforced, since it would\n"
+ "enforce modes that the current ircd does not support. If +R is\n"
+ "specified for \037what\037, an equalivant of channelmode +R on\n"
+ "other ircds will be enforced. All users that are in the channel\n"
+ "but have not identified for their nickname will be kicked and\n"
+ "banned from the channel."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_ENFORCE_SYNTAX);
+ me->SendMessage(ChanServ, u, _("Syntax: \002ENFORCE \037channel\037 [\037what\037]\002"));
}
void OnServHelp(User *u)
{
- me->NoticeLang(Config->s_ChanServ, u, LNG_CHAN_HELP);
+ me->SendMessage(ChanServ, u, _(" ENFORCE Enforce various channel modes and set options"));
}
};
@@ -221,218 +225,10 @@ class CSEnforce : public Module
{
me = this;
- this->SetAuthor(AUTHOR);
+ this->SetAuthor("Anope");
this->SetType(SUPPORTED);
this->AddCommand(ChanServ, &commandcsenforce);
-
- /* English (US) */
- const char *langtable_en_us[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Enforce various channel modes and set options",
- /* LNG_ENFORCE_SYNTAX */
- "Syntax: \002ENFORCE \037channel\037 [\037what\037]\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Enforce various channel modes and set options. The \037channel\037\n"
- "option indicates what channel to enforce the modes and options\n"
- "on. The \037what\037 option indicates what modes and options to\n"
- "enforce, and can be any of SET, SECUREOPS, RESTRICTED, MODES,\n"
- "or +R. When left out, it defaults to SET.\n"
- " \n"
- "If \037what\037 is SET, it will enforce SECUREOPS and RESTRICTED\n"
- "on the users currently in the channel, if they are set. Give\n"
- "SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
- "enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
- "if it's not enabled.",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "If \037what\037 is MODES, it will enforce channelmode +R if it is\n"
- "set. If +R is specified for \037what\037, the +R channelmode will\n"
- "also be enforced, but even if it is not set. If it is not set,\n"
- "users will be banned to ensure they don't just rejoin.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "If \037what\037 is MODES, nothing will be enforced, since it would\n"
- "enforce modes that the current ircd does not support. If +R is\n"
- "specified for \037what\037, an equalivant of channelmode +R on\n"
- "other ircds will be enforced. All users that are in the channel\n"
- "but have not identified for their nickname will be kicked and\n"
- "banned from the channel.",
- /* LNG_CHAN_RESPONSE */
- "Enforced %s"
- };
-
- /* Dutch (NL) */
- const char *langtable_nl[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Forceer enkele kanaalmodes en set-opties",
- /* LNG_ENFORCE_SYNTAX */
- "Syntax: \002ENFORCE \037kanaal\037 [\037wat\037]\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Forceer enkele kannalmodes en set-opties. De \037kanaal\037 optie\n"
- "geeft aan op welk kanaal de modes en opties geforceerd moeten\n"
- "worden. De \037wat\037 optie geeft aan welke modes en opties\n"
- "geforceerd moeten worden; dit kan SET, SECUREOPS, RESTRICTED,\n"
- "MODES, of +R zijn. Indien weggelaten is dit standaard SET.\n"
- " \n"
- "Als er voor \037wat\037 SET wordt ingevuld, zullen SECUREOPS en\n"
- "RESTRICTED geforceerd worden op de gebruikers in het kanaal,\n"
- "maar alleen als die opties aangezet zijn voor het kanaal. Als\n"
- "SECUREOPS of RESTRICTED wordt gegeven voor \037wat\037 zal die optie\n"
- "altijd geforceerd worden, ook als die niet is aangezet.",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "Als er voor \037wat\037 MODES wordt ingevuld, zal kanaalmode +R worden\n"
- "geforceerd, als die op het kanaal aan staat. Als +R wordt ingevuld,\n"
- "zal kanaalmode +R worden geforceerd, maar ook als die niet aan"
- "staat voor het kanaal. Als +R niet aan staat, zullen alle ook\n"
- "gebanned worden om te zorgen dat ze niet opnieuw het kanaal binnen\n"
- "kunnen komen.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "Als er voor \037wat\037 MODES wordt ingevuld, zal er niks gebeuren.\n"
- "Normaal gesproken wordt er een kanaalmode geforceerd die op deze\n"
- "server niet ondersteund wordt. Als +R wordt ingevuld voor \037wat\037\n"
- "zullen alle gebruikers die in het kanaal zitten maar zich niet\n"
- "hebben geidentificeerd voor hun nick uit het kanaal gekicked en\n"
- "verbannen worden.",
- /* LNG_CHAN_RESPONSE */
- "Enforced %s"
- };
-
- /* German (DE) */
- const char *langtable_de[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Erzwingt verschieden Modes und SET Optionen",
- /* LNG_ENFORCE_SYNTAX */
- "Syntax: \002ENFORCE \037Channel\037 [\037was\037]\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Erzwingt verschieden Modes und SET Optionen. Die \037Channel\037\n"
- "Option zeigt dir den Channel an, indem Modes und Optionen\n"
- "zu erzwingen sind. Die \037was\037 Option zeigt dir welche Modes\n"
- "und Optionen zu erzwingen sind. Die können nur SET, SECUREOPS,\n"
- "RESTRICTED, MODES oder +R sein.Default ist SET.\n"
- " \n"
- "Wenn \037was\037 SET ist, wird SECUREOPS und RESTRICTED\n"
- "auf die User die z.Z.in Channel sind erzwungen, wenn sie AN sind.\n"
- "Benutze SECUREOPS oder RESTRICTED , um die Optionen einzeln\n"
- "zu erzwingen, also wenn sie nicht eingeschaltet sind.",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "Wenn \037was\037 MODES ist, wird das ChannelMode +R erzwungen\n"
- "falls an. Wenn \037was\037 +R ist, wird +R erzwungen aber eben\n"
- "wenn noch nicht als Channel-Mode ist. Wenn +R noch nicht als\n"
- "Channel-Mode war werden alle User aus den Channel gebannt um\n"
- "sicher zu sein das sie nicht rejoinen.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "Wenn \037was\037 MODES ist, wird nichts erzwungen weil es MODES seine\n"
- "können die dein IRCD nicht unterstützt. Wenn \037was\037 +R ist\n"
- "oder ein Modes was auf ein anderen IRCD gleich +R ist, wird es\n"
- "erzwungen. Alle User die nicht für deren Nicknamen identifiziert\n"
- "sind werden aus den Channel gekickt und gebannt.",
- /* LNG_CHAN_RESPONSE */
- "Erzwungen %s"
- };
-
- /* Portuguese (PT) */
- const char *langtable_pt[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Verifica o cumprimento de vários modos de canal e opções ajustadas",
- /* LNG_ENFORCE_SYNTAX */
- "Sintaxe: \002ENFORCE \037canal\037 [\037opção\037]\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Verifica o cumprimento de vários modos de canal e opções ajustadas.\n"
- "O campo \037canal\037 indica qual canal deve ter os modos e opções verificadas\n"
- "O campo \037opção\037 indica quais modos e opções devem ser verificadas,\n"
- "e pode ser: SET, SECUREOPS, RESTRICTED, MODES ou +R\n"
- "Quando deixado em branco, o padrão é SET.\n"
- " \n"
- "Se \037opção\037 for SET, serão verificadas as opções SECUREOPS e RESTRICTED\n"
- "para usuários que estiverem no canal, caso elas estejam ativadas. Use\n"
- "SECUREOPS para verificar a opção SECUREOPS, mesmo que ela não esteja ativada\n"
- "Use RESTRICTED para verificar a opção RESTRICTED, mesmo que ela não esteja\n"
- "ativada.",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "Se \037opção\037 for MODES, será verificado o modo de canal +R caso ele\n"
- "esteja ativado. Se +R for especificado para \037opção\037, o modo de canal\n"
- "+R também será verificado, mesmo que ele não esteja ativado. Se ele não\n"
- "estiver ativado, os usuários serão banidos para evitar que reentrem no canal.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "Se \037opção\037 for MODES, nada será verificado, visto que isto poderia\n"
- "verificar modos que o IRCd atual não suporta. Se +R for especificado\n"
- "para \037opção\037, um equivalente ao modo de canal +R em outros IRCds\n"
- "será verificado. Todos os usuários que estão no canal, mas não estejam\n"
- "identificados para seus nicks serão kickados e banidos do canal.",
- /* LNG_CHAN_RESPONSE */
- "Verificado %s"
- };
-
- /* Russian (RU) */
- const char *langtable_ru[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Ïåðåïðîâåðêà è óñòàíîâêà ðàçëè÷íûõ ðåæèìîâ è îïöèé êàíàëà",
- /* LNG_ENFORCE_SYNTAX */
- "Ñèíòàêñèñ: \002ENFORCE \037#êàíàë\037 \037ïàðàìåòð\037\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Ïåðåïðîâåðêà è óñòàíîâêà ðàçëè÷íûõ ðåæèìîâ è îïöèé êàíàëà.\n"
- "\037Ïàðàìåòð\037 óêàçûâàåò êàêèå îïöèè èëè ðåæèìû êàíàëà äîëæíû áûòü\n"
- "ïåðåïðîâåðåíû.  êà÷åñòâå ïàðàìåòðà ìîãóò áûòü óêàçàíû: SET, SECUREOPS,\n"
- "RESTRICTED, MODES, èëè +R. Åñëè ïàðàìåòð íå óêàçàí, ïî-óìîë÷àíèþ áóäåò SET.\n"
- " \n"
- "Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî SET, áóäóò ïåðåïðîâåðåíû îïöèè\n"
- "SECUREOPS è RESTRICTED îòíîñèòåëüíî ïîëüçîâàòåëåé íà óêàçàííîì êàíàëå\n"
- "(ïðè óñëîâèè, ÷òî îïöèè âêëþ÷åíû). Îòäåëüíî óêàçàííûé ïàðàìåòð SECUREOPS\n"
- "ïðèìåíèò îïöèþ SECUREOPS (äàæå åñëè îíà \037ÍÅ\037 óñòàíîâëåíà). Ïàðàìåòð\n"
- "RESTRICTED ïðèìåíèò îïöèþ RESTRICTED (äàæå åñëè îíà \037ÍÅ\037 óñòàíîâëåíà)",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî MODES, áóäåò ïåðåïðîâåðåí ðåæèì +R\n"
- "(åñëè îí óñòàíîâëåí). Îòäåëüíî óêàçàííûé ïàðàìåòð \037+R\037 ïðèìåíèò\n"
- "êàíàëüíûé ðåæèì +R, äàæå åñëè îí íå óñòàíîâëåí, è çàáàíèò âñåõ ïîëüçîâàòåëåé,\n"
- "êîòîðûå íå èäåíòèôèöèðîâàëèñü ê ñâîåìó íèêó èëè íå èìåþò çàðåãèñòðèðîâàííîãî íèêà.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "Åñëè â êà÷åñòâå \037ïàðàìåòðà\037 óêàçàíî MODES, ïåðåïðîâåðêà îñóùåñòâëåíà\n"
- "ÍÅ ÁÓÄÅÒ, òàê êàê òåêóùèé IRCD íå ïîääåðæèâàåò íåîáõîäèìûå ðåæèìû.\n"
- "Îòäåëüíî óêàçàííûé ïàðàìåòð \037+R\037 ïðèìåíèò êàíàëüíûé ðåæèì, ýêâèâàëåíòíûé\n"
- "ðåæèìó +R è çàáàíèò âñåõ ïîëüçîâàòåëåé, êîòîðûå íå èäåíòèôèöèðîâàëèñü ê ñâîåìó\n"
- "íèêó èëè íå èìåþò çàðåãèñòðèðîâàííîãî íèêà.",
- /* LNG_CHAN_RESPONSE */
- "Ïåðåïðîâåðåíî: %s"
- };
-
- /* Italian (IT) */
- const char *langtable_it[] = {
- /* LNG_CHAN_HELP */
- " ENFORCE Forza diversi modi di canale ed opzioni SET",
- /* LNG_ENFORCE_SYNTAX */
- "Sintassi: \002ENFORCE \037canale\037 [\037cosa\037]\002",
- /* LNG_CHAN_HELP_ENFORCE */
- "Forza diversi modi di canale ed opzioni SET. Il parametro \037canale\037\n"
- "indica il canale sul quale forzare i modi e le opzioni. Il parametro\n"
- "\037cosa\037 indica i modi e le opzioni da forzare, e possono essere\n"
- "qualsiasi delle opzioni SET, SECUREOPS, RESTRICTED, MODES, o +R.\n"
- "Se non specificato, viene sottointeso SET.\n"
- " \n"
- "Se \037cosa\037 è SET, forzerà SECUREOPS e RESTRICTED sugli utenti\n"
- "attualmente nel canale, se sono impostati. Specifica SECUREOPS per\n"
- "forzare l'opzione SECUREOPS, anche se non è attivata. Specifica\n"
- "RESTRICTED per forzare l'opzione RESTRICTED, anche se non è\n"
- "attivata.",
- /* LNG_CHAN_HELP_ENFORCE_R_ENABLED */
- "Se \037cosa\037 è MODES, forzerà il modo del canale +R se è impostato.\n"
- "Se +R è specificato per \037cosa\037, il modo del canale +R verrà\n"
- "forzato, anche se non è impostato. Se non è impostato, gli utenti\n"
- "verranno bannati per assicurare che non rientrino semplicemente.",
- /* LNG_CHAN_HELP_ENFORCE_R_DISABLED */
- "Se \037cosa\037 è MODES, niente verrà forzato, siccome forzerebbe\n"
- "dei modi che l'ircd in uso non supporterebbe. Se +R è specificato\n"
- "per \037cosa\037, un modo equivalente a +R sui altri ircd verrà\n"
- "forzato. Tutti gli utenti presenti nel canale ma non identificati\n"
- "per il loro nickname verranno bannati ed espulsi dal canale.\n",
- /* LNG_CHAN_RESPONSE */
- "Forzato %s"
- };
-
- this->InsertLanguage(LANG_EN_US, LNG_NUM_STRINGS, langtable_en_us);
- this->InsertLanguage(LANG_NL, LNG_NUM_STRINGS, langtable_nl);
- this->InsertLanguage(LANG_DE, LNG_NUM_STRINGS, langtable_de);
- this->InsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
- this->InsertLanguage(LANG_RU, LNG_NUM_STRINGS, langtable_ru);
- this->InsertLanguage(LANG_IT, LNG_NUM_STRINGS, langtable_it);
}
};
diff --git a/modules/extra/cs_set_misc.cpp b/modules/extra/cs_set_misc.cpp
index 8b4395043..e72fdec03 100644
--- a/modules/extra/cs_set_misc.cpp
+++ b/modules/extra/cs_set_misc.cpp
@@ -30,17 +30,17 @@ class CommandCSSetMisc : public Command
if (params.size() > 1)
{
ci->Extend("chanserv:" + this->name, new ExtensibleItemRegular<Anope::string>(params[1]));
- notice_lang(Config->s_ChanServ, u, CHAN_SETTING_CHANGED, this->name.c_str(), ci->name.c_str(), params[1].c_str());
+ u->SendMessage(ChanServ, CHAN_SETTING_CHANGED, this->name.c_str(), ci->name.c_str(), params[1].c_str());
}
else
- notice_lang(Config->s_ChanServ, u, CHAN_SETTING_UNSET, this->name.c_str(), ci->name.c_str());
+ u->SendMessage(ChanServ, CHAN_SETTING_UNSET, this->name.c_str(), ci->name.c_str());
return MOD_CONT;
}
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SET", CHAN_SET_SYNTAX);
+ SyntaxError(ChanServ, u, "SET", CHAN_SET_SYNTAX);
}
void OnServHelp(User *u)
@@ -58,7 +58,7 @@ class CommandCSSASetMisc : public CommandCSSetMisc
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
+ SyntaxError(ChanServ, u, "SASET", CHAN_SASET_SYNTAX);
}
};
diff --git a/modules/extra/cs_tban.cpp b/modules/extra/cs_tban.cpp
index 32bcd4add..444681262 100644
--- a/modules/extra/cs_tban.cpp
+++ b/modules/extra/cs_tban.cpp
@@ -17,25 +17,39 @@
#include "module.h"
-#define AUTHOR "Rob"
+static Module *me;
-void mySendResponse(User *u, const Anope::string &channel, const Anope::string &mask, const Anope::string &time);
-
-void addBan(Channel *c, time_t timeout, const Anope::string &banmask);
-int canBanUser(Channel *c, User *u, User *u2);
+class TempBan : public CallBack
+{
+ private:
+ dynamic_reference<Channel> chan;
+ Anope::string mask;
-void mAddLanguages();
+ public:
+ TempBan(time_t seconds, Channel *c, const Anope::string &banmask) : CallBack(me, seconds), chan(c), mask(banmask) { }
-static Module *me = NULL;
+ void Tick(time_t ctime)
+ {
+ if (chan && chan->ci)
+ chan->RemoveMode(NULL, CMODE_BAN, mask);
+ }
+};
-enum
+static bool CanBanUser(Channel *c, User *u, User *u2)
{
- TBAN_HELP,
- TBAN_SYNTAX,
- TBAN_HELP_DETAIL,
- TBAN_RESPONSE,
- LANG_NUM_STRINGS
-};
+ ChannelInfo *ci = c->ci;
+ bool ok = false;
+ if (!check_access(u, ci, CA_BAN))
+ u->SendMessage(ChanServ, ACCESS_DENIED);
+ else if (is_excepted(ci, u2))
+ u->SendMessage(ChanServ, CHAN_EXCEPTED, u2->nick.c_str(), ci->name.c_str());
+ else if (u2->IsProtected())
+ u->SendMessage(ChanServ, ACCESS_DENIED);
+ else
+ ok = true;
+
+ return ok;
+}
class CommandCSTBan : public Command
{
@@ -55,15 +69,16 @@ class CommandCSTBan : public Command
Anope::string time = params[2];
if (!(c = findchan(chan)))
- notice_lang(Config->s_ChanServ, u, CHAN_X_NOT_IN_USE, chan.c_str());
+ u->SendMessage(ChanServ, CHAN_X_NOT_IN_USE, chan.c_str());
else if (!(u2 = finduser(nick)))
- notice_lang(Config->s_ChanServ, u, NICK_X_NOT_IN_USE, nick.c_str());
+ u->SendMessage(ChanServ, NICK_X_NOT_IN_USE, nick.c_str());
else
- if (canBanUser(c, u, u2))
+ if (CanBanUser(c, u, u2))
{
get_idealban(c->ci, u2, mask);
- addBan(c, dotime(time), mask);
- mySendResponse(u, chan, mask, time);
+ c->SetMode(NULL, CMODE_BAN, mask);
+ new TempBan(dotime(time), c, mask);
+ me->SendMessage(ChanServ, u, _("%s banned from %s, will auto-expire in %s"), mask.c_str(), c->name.c_str(), time.c_str());
}
return MOD_CONT;
@@ -72,20 +87,21 @@ class CommandCSTBan : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
this->OnSyntaxError(u, "");
- u->SendMessage(Config->s_ChanServ, " ");
- me->NoticeLang(Config->s_ChanServ, u, TBAN_HELP_DETAIL);
+ me->SendMessage(ChanServ, u, " ");
+ me->SendMessage(ChanServ, u, _("Bans the given user from a channel for a specified length of\n"
+ "time. If the ban is removed before by hand, it will NOT be replaced."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_ChanServ, u, TBAN_SYNTAX);
+ me->SendMessage(ChanServ, u, _("Syntax: TBAN channel nick time"));
}
void OnServHelp(User *u)
{
- me->NoticeLang(Config->s_ChanServ, u, TBAN_HELP);
+ me->SendMessage(ChanServ, u, _(" TBAN Bans the user for a given length of time"));
}
};
@@ -100,112 +116,9 @@ class CSTBan : public Module
this->AddCommand(ChanServ, &commandcstban);
- this->SetAuthor(AUTHOR);
+ this->SetAuthor("Anope");
this->SetType(SUPPORTED);
-
- const char *langtable_en_us[] = {
- " TBAN Bans the user for a given length of time",
- "Syntax: TBAN channel nick time",
- "Bans the given user from a channel for a specified length of\n"
- "time. If the ban is removed before by hand, it will NOT be replaced.",
- "%s banned from %s, will auto-expire in %s"
- };
-
- const char *langtable_nl[] = {
- " TBAN Verban een gebruiker voor een bepaalde tijd",
- "Syntax: TBAN kanaal nick tijd",
- "Verbant de gegeven gebruiken van het gegeven kanaal voor de\n"
- "gegeven tijdsduur. Als de verbanning eerder wordt verwijderd,\n"
- "zal deze NIET worden vervangen.",
- "%s verbannen van %s, zal verlopen in %s"
- };
-
- const char *langtable_de[] = {
- " TBAN Bant ein User für eine bestimmte Zeit aus ein Channel",
- "Syntax: TBAN Channel Nickname Zeit",
- "Bant ein User für eine bestimmte Zeit aus ein Channel\n"
- "Wenn der Ban manuell entfernt wird, wird es NICHT ersetzt.",
- "%s gebannt von %s, wird auto-auslaufen in %s"
- };
-
- const char *langtable_pt[] = {
- " TBAN Bane o usuário por um determinado período de tempo",
- "Sintaxe: TBAN canal nick tempo",
- "Bane de um canal o usuário especificado por um determinado período de\n"
- "tempo. Se o ban for removido manualmente antes do tempo, ele não será recolocado.",
- "%s foi banido do %s, irá auto-expirar em %s"
- };
-
- const char *langtable_ru[] = {
- " TBAN Áàíèò ïîëüçîâàòåëÿ íà óêàçàííûé ïðîìåæóòîê âðåìåíè",
- "Ñèíòàêñèñ: TBAN #êàíàë íèê âðåìÿ",
- "Áàíèò ïîëüçîâàòåëÿ íà óêàçàííûé ïðîìåæóòîê âðåìåíè â ñåêóíäàõ\n"
- "Ïðèìå÷àíèå: óäàëåííûé âðó÷íóþ (äî ñâîåãî èñòå÷åíèÿ) áàí ÍÅ ÁÓÄÅÒ\n"
- "ïåðåóñòàíîâëåí ñåðâèñàìè àâòîìàòè÷åñêè!",
- "Óñòàíîâëåííûé áàí %s íà êàíàëå %s èñòå÷åò ÷åðåç %s ñåêóíä"
- };
-
- const char *langtable_it[] = {
- " TBAN Banna l'utente per un periodo di tempo specificato",
- "Sintassi: TBAN canale nick tempo",
- "Banna l'utente specificato da un canale per un periodo di tempo\n"
- "specificato. Se il ban viene rimosso a mano prima della scadenza, NON verrà rimpiazzato.",
- "%s bannato da %s, scadrà automaticamente tra %s"
- };
-
- this->InsertLanguage(LANG_EN_US, LANG_NUM_STRINGS, langtable_en_us);
- this->InsertLanguage(LANG_NL, LANG_NUM_STRINGS, langtable_nl);
- this->InsertLanguage(LANG_DE, LANG_NUM_STRINGS, langtable_de);
- this->InsertLanguage(LANG_PT, LANG_NUM_STRINGS, langtable_pt);
- this->InsertLanguage(LANG_RU, LANG_NUM_STRINGS, langtable_ru);
- this->InsertLanguage(LANG_IT, LANG_NUM_STRINGS, langtable_it);
}
};
-void mySendResponse(User *u, const Anope::string &channel, const Anope::string &mask, const Anope::string &time)
-{
- me->NoticeLang(Config->s_ChanServ, u, TBAN_RESPONSE, mask.c_str(), channel.c_str(), time.c_str());
-}
-
-class TempBan : public CallBack
-{
- private:
- Anope::string chan;
- Anope::string mask;
-
- public:
- TempBan(time_t seconds, const Anope::string &channel, const Anope::string &banmask) : CallBack(me, seconds), chan(channel), mask(banmask) { }
-
- void Tick(time_t ctime)
- {
- Channel *c;
-
- if ((c = findchan(chan)) && c->ci)
- c->RemoveMode(NULL, CMODE_BAN, mask);
- }
-};
-
-void addBan(Channel *c, time_t timeout, const Anope::string &banmask)
-{
- c->SetMode(NULL, CMODE_BAN, banmask);
-
- new TempBan(timeout, c->name, banmask);
-}
-
-int canBanUser(Channel *c, User *u, User *u2)
-{
- ChannelInfo *ci = c->ci;
- int ok = 0;
- if (!check_access(u, ci, CA_BAN))
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
- else if (is_excepted(ci, u2))
- notice_lang(Config->s_ChanServ, u, CHAN_EXCEPTED, u2->nick.c_str(), ci->name.c_str());
- else if (u2->IsProtected())
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
- else
- ok = 1;
-
- return ok;
-}
-
MODULE_INIT(CSTBan)
diff --git a/modules/extra/db_mysql.cpp b/modules/extra/db_mysql.cpp
index eb55a3952..b15ce4de4 100644
--- a/modules/extra/db_mysql.cpp
+++ b/modules/extra/db_mysql.cpp
@@ -291,13 +291,13 @@ class CommandSQLSync : public Command
bool OnHelp(User *u, const Anope::string &subcommand)
{
- notice_help(Config->s_OperServ, u, OPER_HELP_SYNC);
+ u->SendMessage(OperServ, OPER_HELP_SYNC);
return true;
}
void OnServHelp(User *u)
{
- notice_lang(Config->s_OperServ, u, OPER_HELP_CMD_SQLSYNC);
+ u->SendMessage(OperServ, OPER_HELP_CMD_SQLSYNC);
}
};
@@ -429,7 +429,7 @@ class DBMySQL : public Module
}
}
- nc->language = r.Get(i, "language").is_number_only() ? convertTo<int>(r.Get(i, "language")) : LANG_EN_US;
+ nc->language = r.Get(i, "language");
nc->channelcount = r.Get(i, "channelcount").is_number_only() ? convertTo<int>(r.Get(i, "channelcount")) : 0;
nc->memos.memomax = r.Get(i, "memomax").is_number_only() ? convertTo<int>(r.Get(i, "memomax")) : 20;
}
@@ -1533,7 +1533,7 @@ static void SaveDatabases()
CommandReturn CommandSQLSync::Execute(User *u, const std::vector<Anope::string> &params)
{
SaveDatabases();
- notice_lang(Config->s_OperServ, u, OPER_SYNC_UPDATED);
+ u->SendMessage(OperServ, OPER_SYNC_UPDATED);
return MOD_CONT;
}
diff --git a/modules/extra/hs_request.cpp b/modules/extra/hs_request.cpp
index edca02ade..9ae097d27 100644
--- a/modules/extra/hs_request.cpp
+++ b/modules/extra/hs_request.cpp
@@ -1,5 +1,5 @@
/* hs_request.c - Add request and activate functionality to HostServ,
- * along with adding +req as optional param to HostServ list.
+ *
*
* (C) 2003-2010 Anope Team
* Contact us at team@anope.org
@@ -17,48 +17,12 @@
#include "module.h"
-#define AUTHOR "Rob"
-
-/* Configuration variables */
-int HSRequestMemoUser = 0;
-int HSRequestMemoOper = 0;
-int HSRequestMemoSetters = 0;
-
-/* Language defines */
-enum
-{
- LNG_REQUEST_SYNTAX,
- LNG_REQUESTED,
- LNG_REQUEST_WAIT,
- LNG_REQUEST_MEMO,
- LNG_ACTIVATE_SYNTAX,
- LNG_ACTIVATED,
- LNG_ACTIVATE_MEMO,
- LNG_REJECT_SYNTAX,
- LNG_REJECTED,
- LNG_REJECT_MEMO,
- LNG_REJECT_MEMO_REASON,
- LNG_NO_REQUEST,
- LNG_HELP,
- LNG_HELP_SETTER,
- LNG_HELP_REQUEST,
- LNG_HELP_ACTIVATE,
- LNG_HELP_ACTIVATE_MEMO,
- LNG_HELP_REJECT,
- LNG_HELP_REJECT_MEMO,
- LNG_WAITING_SYNTAX,
- LNG_HELP_WAITING,
- LNG_NUM_STRINGS
-};
+static bool HSRequestMemoUser = false;
+static bool HSRequestMemoOper = false;
void my_add_host_request(const Anope::string &nick, const Anope::string &vIdent, const Anope::string &vhost, const Anope::string &creator, time_t tmp_time);
-int my_isvalidchar(char c);
-void my_memo_lang(User *u, const Anope::string &name, int z, int number, ...);
void req_send_memos(User *u, const Anope::string &vIdent, const Anope::string &vHost);
-void my_load_config();
-void my_add_languages();
-
struct HostRequest
{
Anope::string ident;
@@ -73,6 +37,13 @@ static Module *me;
class CommandHSRequest : public Command
{
+ bool isvalidchar(char c)
+ {
+ if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || c == '.' || c == '-')
+ return true;
+ return false;
+ }
+
public:
CommandHSRequest() : Command("REQUEST", 1, 1)
{
@@ -91,24 +62,24 @@ class CommandHSRequest : public Command
rawhostmask = myStrGetTokenRemainder(rawhostmask, '@', 1); /* get the remaining string */
if (rawhostmask.empty())
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REQUEST_SYNTAX);
+ me->SendMessage(HostServ, u, _("Syntax: \002REQUEST \037vhost\037\002"));
return MOD_CONT;
}
if (vIdent.length() > Config->UserLen)
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENTTOOLONG, Config->UserLen);
+ u->SendMessage(HostServ, HOST_SET_IDENTTOOLONG, Config->UserLen);
return MOD_CONT;
}
else
for (Anope::string::iterator s = vIdent.begin(), s_end = vIdent.end(); s != s_end; ++s)
- if (!my_isvalidchar(*s))
+ if (!isvalidchar(*s))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_IDENT_ERROR);
+ u->SendMessage(HostServ, HOST_SET_IDENT_ERROR);
return MOD_CONT;
}
if (!ircd->vident)
{
- notice_lang(Config->s_HostServ, u, HOST_NO_VIDENT);
+ u->SendMessage(HostServ, HOST_NO_VIDENT);
return MOD_CONT;
}
}
@@ -116,53 +87,54 @@ class CommandHSRequest : public Command
hostmask = rawhostmask;
else
{
- notice_lang(Config->s_HostServ, u, HOST_SET_TOOLONG, Config->HostLen);
+ u->SendMessage(HostServ, HOST_SET_TOOLONG, Config->HostLen);
return MOD_CONT;
}
if (!isValidHost(hostmask, 3))
{
- notice_lang(Config->s_HostServ, u, HOST_SET_ERROR);
+ u->SendMessage(HostServ, HOST_SET_ERROR);
return MOD_CONT;
}
if ((na = findnick(nick)))
{
- if ((HSRequestMemoOper || HSRequestMemoSetters) && Config->MSSendDelay > 0 && u && u->lastmemosend + Config->MSSendDelay > Anope::CurTime)
+ if (HSRequestMemoOper && Config->MSSendDelay > 0 && u && u->lastmemosend + Config->MSSendDelay > Anope::CurTime)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REQUEST_WAIT, Config->MSSendDelay);
+ me->SendMessage(HostServ, u, _("Please wait %d seconds before requesting a new vHost"), Config->MSSendDelay);
u->lastmemosend = Anope::CurTime;
return MOD_CONT;
}
my_add_host_request(nick, vIdent, hostmask, u->nick, Anope::CurTime);
- me->NoticeLang(Config->s_HostServ, u, LNG_REQUESTED);
+ me->SendMessage(HostServ, u, _("Your vHost has been requested"));
req_send_memos(u, vIdent, hostmask);
Log(LOG_COMMAND, u, this, NULL) << "to request new vhost " << (!vIdent.empty() ? vIdent + "@" : "") << hostmask;
}
else
- notice_lang(Config->s_HostServ, u, HOST_NOREG, nick.c_str());
+ u->SendMessage(HostServ, HOST_NOREG, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REQUEST_SYNTAX);
- u->SendMessage(Config->s_HostServ, " ");
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_REQUEST);
-
+ me->SendMessage(HostServ, u, _("Syntax: \002REQUEST \037vhost\037\002"));
+ me->SendMessage(HostServ, u, " ");
+ me->SendMessage(HostServ, u, _("Request the given vHost to be actived for your nick by the\n"
+ "network administrators. Please be patient while your request\n"
+ "is being considered."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REQUEST_SYNTAX);
+ me->SendMessage(HostServ, u, _("Syntax: \002REQUEST \037vhost\037\002"));
}
void OnServHelp(User *u)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP);
+ me->SendMessage(HostServ, u, _(" REQUEST Request a vHost for your nick"));
}
};
@@ -186,41 +158,43 @@ class CommandHSActivate : public Command
na->hostinfo.SetVhost(it->second->ident, it->second->host, u->nick, it->second->time);
if (HSRequestMemoUser)
- my_memo_lang(u, na->nick, 2, LNG_ACTIVATE_MEMO);
+ memo_send(u, na->nick, _("[auto memo] Your requested vHost has been approved."), 2);
- me->NoticeLang(Config->s_HostServ, u, LNG_ACTIVATED, na->nick.c_str());
+ me->SendMessage(HostServ, u, _("vHost for %s has been activated"), na->nick.c_str());
Log(LOG_COMMAND, u, this, NULL) << "for " << na->nick << " for vhost " << (!it->second->ident.empty() ? it->second->ident + "@" : "") << it->second->host;
delete it->second;
Requests.erase(it);
}
else
- me->NoticeLang(Config->s_HostServ, u, LNG_NO_REQUEST, nick.c_str());
+ me->SendMessage(HostServ, u, _("No request for nick %s found."), nick.c_str());
}
else
- notice_lang(Config->s_HostServ, u, NICK_X_NOT_REGISTERED, nick.c_str());
+ u->SendMessage(HostServ, NICK_X_NOT_REGISTERED, nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_ACTIVATE_SYNTAX);
- u->SendMessage(Config->s_HostServ, " ");
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_ACTIVATE);
+ me->SendMessage(HostServ, u, _("Syntax: \002ACTIVATE \037nick\037\002"));
+ me->SendMessage(HostServ, u, " ");
+ me->SendMessage(HostServ, u, _("Activate the requested vHost for the given nick."));
if (HSRequestMemoUser)
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_ACTIVATE_MEMO);
+ me->SendMessage(HostServ, u, _("A memo informing the user will also be sent."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_ACTIVATE_SYNTAX);
+ me->SendMessage(HostServ, u, _("Syntax: \002ACTIVATE \037nick\037\002"));
}
void OnServHelp(User *u)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_SETTER);
+ me->SendMessage(HostServ, u, _(" ACTIVATE Approve the requested vHost of a user\n"
+ " REJECT Reject the requested vHost of a user\n"
+ " WAITING Convenience command for LIST +req"));
}
};
@@ -244,35 +218,38 @@ class CommandHSReject : public Command
if (HSRequestMemoUser)
{
+ char message[BUFSIZE];
if (!reason.empty())
- my_memo_lang(u, nick, 2, LNG_REJECT_MEMO_REASON, reason.c_str());
+ snprintf(message, sizeof(message), _("[auto memo] Your requested vHost has been rejected. Reason: %s"), reason.c_str());
else
- my_memo_lang(u, nick, 2, LNG_REJECT_MEMO);
+ snprintf(message, sizeof(message), _("[auto memo] Your requested vHost has been rejected."));
+
+ memo_send(u, nick, message, 2);
}
- me->NoticeLang(Config->s_HostServ, u, LNG_REJECTED, nick.c_str());
+ me->SendMessage(HostServ, u, _("vHost for %s has been rejected"), nick.c_str());
Log(LOG_COMMAND, u, this, NULL) << "to reject vhost for " << nick << " (" << (!reason.empty() ? reason : "") << ")";
}
else
- me->NoticeLang(Config->s_HostServ, u, LNG_NO_REQUEST, nick.c_str());
+ me->SendMessage(HostServ, u, _("No request for nick %s found."), nick.c_str());
return MOD_CONT;
}
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REJECT_SYNTAX);
- u->SendMessage(Config->s_HostServ, " ");
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_REJECT);
+ me->SendMessage(HostServ, u, _("Syntax: \002REJECT \037nick\037\002"));
+ me->SendMessage(HostServ, u, " ");
+ me->SendMessage(HostServ, u, _("Reject the requested vHost for the given nick."));
if (HSRequestMemoUser)
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_REJECT_MEMO);
+ me->SendMessage(HostServ, u, _("A memo informing the user will also be sent."));
return true;
}
void OnSyntaxError(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_REJECT_SYNTAX);
+ me->SendMessage(HostServ, u, _("Syntax: \002REJECT \037nick\037\002"));
}
};
@@ -281,11 +258,9 @@ class HSListBase : public Command
protected:
CommandReturn DoList(User *u)
{
- char buf[BUFSIZE];
int counter = 1;
int from = 0, to = 0;
unsigned display_counter = 0;
- tm *tm;
for (RequestMap::iterator it = Requests.begin(), it_end = Requests.end(); it != it_end; ++it)
{
@@ -293,16 +268,14 @@ class HSListBase : public Command
if (((counter >= from && counter <= to) || (!from && !to)) && display_counter < Config->NSListMax)
{
++display_counter;
- tm = localtime(&hr->time);
- strftime(buf, sizeof(buf), getstring(u, STRFTIME_DATE_TIME_FORMAT), tm);
if (!hr->ident.empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_ENTRY, counter, it->first.c_str(), hr->ident.c_str(), hr->host.c_str(), it->first.c_str(), buf);
+ u->SendMessage(HostServ, HOST_IDENT_ENTRY, counter, it->first.c_str(), hr->ident.c_str(), hr->host.c_str(), it->first.c_str(), do_strftime(hr->time).c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_ENTRY, counter, it->first.c_str(), hr->host.c_str(), it->first.c_str(), buf);
+ u->SendMessage(HostServ, HOST_ENTRY, counter, it->first.c_str(), hr->host.c_str(), it->first.c_str(), do_strftime(hr->time).c_str());
}
++counter;
}
- notice_lang(Config->s_HostServ, u, HOST_LIST_FOOTER, display_counter);
+ u->SendMessage(HostServ, HOST_LIST_FOOTER, display_counter);
return MOD_CONT;
}
@@ -331,9 +304,10 @@ class CommandHSWaiting : public HSListBase
bool OnHelp(User *u, const Anope::string &subcommand)
{
- me->NoticeLang(Config->s_HostServ, u, LNG_WAITING_SYNTAX);
- u->SendMessage(Config->s_HostServ, " ");
- me->NoticeLang(Config->s_HostServ, u, LNG_HELP_WAITING);
+ me->SendMessage(HostServ, u, _("Syntax: \002WAITING\002"));
+ me->SendMessage(HostServ, u, " ");
+ me->SendMessage(HostServ, u, _("This command is provided for convenience. It is essentially\n"
+ "the same as performing a LIST +req ."));
return true;
}
@@ -356,269 +330,13 @@ class HSRequest : public Module
this->AddCommand(HostServ, &commandhsreject);
this->AddCommand(HostServ, &commandhswaiting);
- this->SetAuthor(AUTHOR);
+ this->SetAuthor("Anope");
this->SetType(SUPPORTED);
- my_load_config();
-
- const char *langtable_en_us[] = {
- /* LNG_REQUEST_SYNTAX */
- "Syntax: \002REQUEST \037vhost\037\002",
- /* LNG_REQUESTED */
- "Your vHost has been requested",
- /* LNG_REQUEST_WAIT */
- "Please wait %d seconds before requesting a new vHost",
- /* LNG_REQUEST_MEMO */
- "[auto memo] vHost \002%s\002 has been requested.",
- /* LNG_ACTIVATE_SYNTAX */
- "Syntax: \002ACTIVATE \037nick\037\002",
- /* LNG_ACTIVATED */
- "vHost for %s has been activated",
- /* LNG_ACTIVATE_MEMO */
- "[auto memo] Your requested vHost has been approved.",
- /* LNG_REJECT_SYNTAX */
- "Syntax: \002REJECT \037nick\037\002",
- /* LNG_REJECTED */
- "vHost for %s has been rejected",
- /* LNG_REJECT_MEMO */
- "[auto memo] Your requested vHost has been rejected.",
- /* LNG_REJECT_MEMO_REASON */
- "[auto memo] Your requested vHost has been rejected. Reason: %s",
- /* LNG_NO_REQUEST */
- "No request for nick %s found.",
- /* LNG_HELP */
- " REQUEST Request a vHost for your nick",
- /* LNG_HELP_SETTER */
- " ACTIVATE Approve the requested vHost of a user\n"
- " REJECT Reject the requested vHost of a user\n"
- " WAITING Convenience command for LIST +req",
- /* LNG_HELP_REQUEST */
- "Request the given vHost to be actived for your nick by the\n"
- "network administrators. Please be patient while your request\n"
- "is being considered.",
- /* LNG_HELP_ACTIVATE */
- "Activate the requested vHost for the given nick.",
- /* LNG_HELP_ACTIVATE_MEMO */
- "A memo informing the user will also be sent.",
- /* LNG_HELP_REJECT */
- "Reject the requested vHost for the given nick.",
- /* LNG_HELP_REJECT_MEMO */
- "A memo informing the user will also be sent.",
- /* LNG_WAITING_SYNTAX */
- "Syntax: \002WAITING\002",
- /* LNG_HELP_WAITING */
- "This command is provided for convenience. It is essentially\n"
- "the same as performing a LIST +req ."
- };
-
- const char *langtable_nl[] = {
- /* LNG_REQUEST_SYNTAX */
- "Gebruik: \002REQUEST \037vhost\037\002",
- /* LNG_REQUESTED */
- "Je vHost is aangevraagd",
- /* LNG_REQUEST_WAIT */
- "Wacht %d seconden voor je een nieuwe vHost aanvraagt",
- /* LNG_REQUEST_MEMO */
- "[auto memo] vHost \002%s\002 is aangevraagd.",
- /* LNG_ACTIVATE_SYNTAX */
- "Gebruik: \002ACTIVATE \037nick\037\002",
- /* LNG_ACTIVATED */
- "vHost voor %s is geactiveerd",
- /* LNG_ACTIVATE_MEMO */
- "[auto memo] Je aangevraagde vHost is geaccepteerd.",
- /* LNG_REJECT_SYNTAX */
- "Gebruik: \002REJECT \037nick\037\002",
- /* LNG_REJECTED */
- "vHost voor %s is afgekeurd",
- /* LNG_REJECT_MEMO */
- "[auto memo] Je aangevraagde vHost is afgekeurd.",
- /* LNG_REJECT_MEMO_REASON */
- "[auto memo] Je aangevraagde vHost is afgekeurd. Reden: %s",
- /* LNG_NO_REQUEST */
- "Geen aanvraag voor nick %s gevonden.",
- /* LNG_HELP */
- " REQUEST Vraag een vHost aan voor je nick",
- /* LNG_HELP_SETTER */
- " ACTIVATE Activeer de aangevraagde vHost voor een gebruiker\n"
- " REJECT Keur de aangevraagde vHost voor een gebruiker af\n"
- " WAITING Snelkoppeling naar LIST +req",
- /* LNG_HELP_REQUEST */
- "Verzoek de gegeven vHost te activeren voor jouw nick bij de\n"
- "netwerk beheerders. Het kan even duren voordat je aanvraag\n"
- "afgehandeld wordt.",
- /* LNG_HELP_ACTIVATE */
- "Activeer de aangevraagde vHost voor de gegeven nick.",
- /* LNG_HELP_ACTIVATE_MEMO */
- "Een memo die de gebruiker op de hoogste stelt zal ook worden verstuurd.",
- /* LNG_HELP_REJECT */
- "Keur de aangevraagde vHost voor de gegeven nick af.",
- /* LNG_HELP_REJECT_MEMO */
- "Een memo die de gebruiker op de hoogste stelt zal ook worden verstuurd.",
- /* LNG_WAITING_SYNTAX */
- "Gebruik: \002WAITING\002",
- /* LNG_HELP_WAITING */
- "Dit commando is beschikbaar als handigheid. Het is simpelweg\n"
- "hetzelfde als LIST +req ."
- };
-
- const char *langtable_pt[] = {
- /* LNG_REQUEST_SYNTAX */
- "Sintaxe: \002REQUEST \037vhost\037\002",
- /* LNG_REQUESTED */
- "Seu pedido de vHost foi encaminhado",
- /* LNG_REQUEST_WAIT */
- "Por favor, espere %d segundos antes de fazer um novo pedido de vHost",
- /* LNG_REQUEST_MEMO */
- "[Auto Memo] O vHost \002%s\002 foi solicitado.",
- /* LNG_ACTIVATE_SYNTAX */
- "Sintaxe: \002ACTIVATE \037nick\037\002",
- /* LNG_ACTIVATED */
- "O vHost para %s foi ativado",
- /* LNG_ACTIVATE_MEMO */
- "[Auto Memo] Seu pedido de vHost foi aprovado.",
- /* LNG_REJECT_SYNTAX */
- "Sintaxe: \002REJECT \037nick\037\002",
- /* LNG_REJECTED */
- "O vHost de %s foi recusado",
- /* LNG_REJECT_MEMO */
- "[Auto Memo] Seu pedido de vHost foi recusado.",
- /* LNG_REJECT_MEMO_REASON */
- "[Auto Memo] Seu pedido de vHost foi recusado. Motivo: %s",
- /* LNG_NO_REQUEST */
- "Nenhum pedido encontrado para o nick %s.",
- /* LNG_HELP */
- " REQUEST Request a vHost for your nick",
- /* LNG_HELP_SETTER */
- " ACTIVATE Aprova o pedido de vHost de um usuário\n"
- " REJECT Recusa o pedido de vHost de um usuário\n"
- " WAITING Comando para LISTAR +req",
- /* LNG_HELP_REQUEST */
- "Solicita a ativação do vHost fornecido em seu nick pelos\n"
- "administradores da rede. Por favor, tenha paciência\n"
- "enquanto seu pedido é analisado.",
- /* LNG_HELP_ACTIVATE */
- "Ativa o vHost solicitado para o nick fornecido.",
- /* LNG_HELP_ACTIVATE_MEMO */
- "Um memo informando o usuário também será enviado.",
- /* LNG_HELP_REJECT */
- "Recusa o pedido de vHost para o nick fornecido.",
- /* LNG_HELP_REJECT_MEMO */
- "Um memo informando o usuário também será enviado.",
- /* LNG_WAITING_SYNTAX */
- "Sintaxe: \002WAITING\002",
- /* LNG_HELP_WAITING */
- "Este comando é usado por conveniência. É essencialmente\n"
- "o mesmo que fazer um LIST +req"
- };
-
- const char *langtable_ru[] = {
- /* LNG_REQUEST_SYNTAX */
- "Ñèíòàêñèñ: \002REQUEST \037vHost\037\002",
- /* LNG_REQUESTED */
- "Âàø çàïðîñ íà vHost îòïðàâëåí.",
- /* LNG_REQUEST_WAIT */
- "Ïîæàëóéñòà, ïîäîæäèòå %d ñåêóíä, ïðåæäå ÷åì çàïðàøèâàòü íîâûé vHost",
- /* LNG_REQUEST_MEMO */
- "[àâòî-ñîîáùåíèå] Áûë çàïðîøåí vHost \002%s\002",
- /* LNG_ACTIVATE_SYNTAX */
- "Ñèíòàêñèñ: \002ACTIVATE \037íèê\037\002",
- /* LNG_ACTIVATED */
- "vHost äëÿ %s óñïåøíî àêòèâèðîâàí",
- /* LNG_ACTIVATE_MEMO */
- "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost óòâåðæäåí è àêòèâèðîâàí.",
- /* LNG_REJECT_SYNTAX */
- "Ñèíòàêñèñ: \002REJECT \037íèê\037\002",
- /* LNG_REJECTED */
- "vHost äëÿ %s îòêëîíåí.",
- /* LNG_REJECT_MEMO */
- "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost îòêëîíåí.",
- /* LNG_REJECT_MEMO_REASON */
- "[àâòî-ñîîáùåíèå] Çàïðàøèâàåìûé âàìè vHost îòêëîíåí. Ïðè÷èíà: %s",
- /* LNG_NO_REQUEST */
- "Çàïðîñ íà vHost äëÿ íèêà %s íå íàéäåí.",
- /* LNG_HELP */
- " REQUEST Çàïðîñ íà vHost äëÿ âàøåãî òåêóùåãî íèêà",
- /* LNG_HELP_SETTER */
- " ACTIVATE Óòâåðäèòü çàïðàøèâàåìûé ïîëüçîâàòåëåì vHost\n"
- " REJECT Îòêëîíèòü çàïðàøèâàåìûé ïîëüçîâàòåëåì vHost\n"
- " WAITING Ñïèñîê çàïðîñîâ îæèäàþùèõ îáðàáîòêè (àíàëîã LIST +req)",
- /* LNG_HELP_REQUEST */
- "Îòïðàâëÿåò çàïðîñ íà àêòèâàöèþ vHost, êîòîðûé áóäåò ðàññìîòðåí îäíèì èç\n"
- "àäìèíèñòðàòîðîâ ñåòè. Ïðîñüáà ïðîÿâèòü òåðïåíèå, ïîêà çàïðîñ\n"
- "ðàññìàòðèâàåòñÿ àäìèíèñòðàöèåé.",
- /* LNG_HELP_ACTIVATE */
- "Óòâåðäèòü çàïðàøèâàåìûé vHost äëÿ óêàçàííîãî íèêà.",
- /* LNG_HELP_ACTIVATE_MEMO */
- "Ïîëüçîâàòåëþ áóäåò ïîñëàíî àâòî-óâåäîìëåíèå îá àêòèâàöèè åãî çàïðîñà.",
- /* LNG_HELP_REJECT */
- "Îòêëîíèòü çàïðàøèâàåìûé vHost äëÿ óêàçàííîãî íèêà.",
- /* LNG_HELP_REJECT_MEMO */
- "Ïîëüçîâàòåëþ áóäåò ïîñëàíî àâòî-óâåäîìëåíèå îá îòêëîíåíèè åãî çàïðîñà.",
- /* LNG_WAITING_SYNTAX */
- "Ñèíòàêñèñ: \002WAITING\002",
- /* LNG_HELP_WAITING */
- "Äàííàÿ êîìàíäà ñîçäàíà äëÿ óäîáñòâà èñïîëüçîâàíèÿ è âûâîäèò ñïèñîê çàïðîñîâ,\n"
- "îæèäàþùèõ îáðàáîòêè. Àíàëîãè÷íàÿ êîìàíäà: LIST +req ."
- };
-
- const char *langtable_it[] = {
- /* LNG_REQUEST_SYNTAX */
- "Sintassi: \002REQUEST \037vhost\037\002",
- /* LNG_REQUESTED */
- "Il tuo vHost è stato richiesto",
- /* LNG_REQUEST_WAIT */
- "Prego attendere %d secondi prima di richiedere un nuovo vHost",
- /* LNG_REQUEST_MEMO */
- "[auto memo] è stato richiesto il vHost \002%s\002.",
- /* LNG_ACTIVATE_SYNTAX */
- "Sintassi: \002ACTIVATE \037nick\037\002",
- /* LNG_ACTIVATED */
- "Il vHost per %s è stato attivato",
- /* LNG_ACTIVATE_MEMO */
- "[auto memo] Il vHost da te richiesto è stato approvato.",
- /* LNG_REJECT_SYNTAX */
- "Sintassi: \002REJECT \037nick\037\002",
- /* LNG_REJECTED */
- "Il vHost per %s è stato rifiutato",
- /* LNG_REJECT_MEMO */
- "[auto memo] Il vHost da te richiesto è stato rifiutato.",
- /* LNG_REJECT_MEMO_REASON */
- "[auto memo] Il vHost da te richiesto è stato rifiutato. Motivo: %s",
- /* LNG_NO_REQUEST */
- "Nessuna richiesta trovata per il nick %s.",
- /* LNG_HELP */
- " REQUEST Richiede un vHost per il tuo nick",
- /* LNG_HELP_SETTER */
- " ACTIVATE Approva il vHost richiesto di un utente\n"
- " REJECT Rifiuta il vHost richiesto di un utente\n"
- " WAITING Comando per LIST +req",
- /* LNG_HELP_REQUEST */
- "Richiede l'attivazione del vHost specificato per il tuo nick da parte\n"
- "degli amministratori di rete. Sei pregato di pazientare finchè la tua\n"
- "richiesta viene elaborata.",
- /* LNG_HELP_ACTIVATE */
- "Attiva il vHost richiesto per il nick specificato.",
- /* LNG_HELP_ACTIVATE_MEMO */
- "Viene inviato un memo per informare l'utente.",
- /* LNG_HELP_REJECT */
- "Rifiuta il vHost richiesto per il nick specificato.",
- /* LNG_HELP_REJECT_MEMO */
- "Viene inviato un memo per informare l'utente.",
- /* LNG_WAITING_SYNTAX */
- "Sintassi: \002WAITING\002",
- /* LNG_HELP_WAITING */
- "Questo comando è per comodità. Praticamente è la stessa cosa che\n"
- "eseguire un LIST +req ."
- };
-
- this->InsertLanguage(LANG_EN_US, LNG_NUM_STRINGS, langtable_en_us);
- this->InsertLanguage(LANG_NL, LNG_NUM_STRINGS, langtable_nl);
- this->InsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
- this->InsertLanguage(LANG_RU, LNG_NUM_STRINGS, langtable_ru);
- this->InsertLanguage(LANG_IT, LNG_NUM_STRINGS, langtable_it);
-
- Implementation i[] = { I_OnPreCommand, I_OnDatabaseRead, I_OnDatabaseWrite };
- ModuleManager::Attach(i, this, 3);
+ this->OnReload(false);
+
+ Implementation i[] = { I_OnPreCommand, I_OnDatabaseRead, I_OnDatabaseWrite, I_OnReload };
+ ModuleManager::Attach(i, this, 4);
}
~HSRequest()
@@ -693,51 +411,16 @@ class HSRequest : public Module
Write(buf.str());
}
}
-};
-void my_memo_lang(User *u, const Anope::string &name, int z, int number, ...)
-{
- va_list va;
- char buffer[4096], outbuf[4096];
- char *fmt = NULL;
- int lang = LANG_EN_US;
- char *s, *t, *buf;
- User *u2;
-
- u2 = finduser(name);
- /* Find the users lang, and use it if we cant */
- if (u2 && u2->Account())
- lang = u2->Account()->language;
-
- /* If the users lang isnt supported, drop back to enlgish */
- if (!me->lang[lang].argc)
- lang = LANG_EN_US;
-
- /* If the requested lang string exists for the language */
- if (me->lang[lang].argc > number)
+ void OnReload(bool)
{
- fmt = me->lang[lang].argv[number];
+ ConfigReader config;
+ HSRequestMemoUser = config.ReadFlag("hs_request", "memouser", "no", 0);
+ HSRequestMemoOper = config.ReadFlag("hs_request", "memooper", "no", 0);
- buf = strdup(fmt); // XXX
- s = buf;
- while (*s)
- {
- t = s;
- s += strcspn(s, "\n");
- if (*s)
- *s++ = '\0';
- strscpy(outbuf, t, sizeof(outbuf));
-
- va_start(va, number);
- vsnprintf(buffer, 4095, outbuf, va);
- va_end(va);
- memo_send(u, name, buffer, z);
- }
- free(buf); // XXX
+ Log(LOG_DEBUG) << "[hs_request] Set config vars: MemoUser=" << HSRequestMemoUser << " MemoOper=" << HSRequestMemoOper;
}
- else
- Log() << me->name << ": INVALID language string call, language: [" << lang << "], String [" << number << "]";
-}
+};
void req_send_memos(User *u, const Anope::string &vIdent, const Anope::string &vHost)
{
@@ -753,14 +436,10 @@ void req_send_memos(User *u, const Anope::string &vIdent, const Anope::string &v
for (it = Config->Opers.begin(), it_end = Config->Opers.end(); it != it_end; ++it)
{
Anope::string nick = it->first;
- my_memo_lang(u, nick, 2, LNG_REQUEST_MEMO, host.c_str());
+ char message[BUFSIZE];
+ snprintf(message, sizeof(message), _("[auto memo] vHost \002%s\002 has been requested."), host.c_str());
+ memo_send(u, nick, message, 2);
}
- if (HSRequestMemoSetters == 1)
- {
- /* Needs to be rethought because of removal of HostSetters in favor of opertype priv -- CyberBotX
- for (i = 0; i < HostNumber; ++i)
- my_memo_lang(u, HostSetters[i], z, LNG_REQUEST_MEMO, host);*/
- }
}
void my_add_host_request(const Anope::string &nick, const Anope::string &vIdent, const Anope::string &vhost, const Anope::string &creator, time_t tmp_time)
@@ -778,22 +457,13 @@ void my_add_host_request(const Anope::string &nick, const Anope::string &vIdent,
Requests.insert(std::make_pair(nick, hr));
}
-int my_isvalidchar(char c)
-{
- if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || c == '.' || c == '-')
- return 1;
- else
- return 0;
-}
-
void my_load_config()
{
ConfigReader config;
HSRequestMemoUser = config.ReadFlag("hs_request", "memouser", "no", 0);
HSRequestMemoOper = config.ReadFlag("hs_request", "memooper", "no", 0);
- HSRequestMemoSetters = config.ReadFlag("hs_request", "memosetters", "no", 0);
- Log(LOG_DEBUG) << "[hs_request] Set config vars: MemoUser=" << HSRequestMemoUser << " MemoOper=" << HSRequestMemoOper << " MemoSetters=" << HSRequestMemoSetters;
+ Log(LOG_DEBUG) << "[hs_request] Set config vars: MemoUser=" << HSRequestMemoUser << " MemoOper=" << HSRequestMemoOper;
}
MODULE_INIT(HSRequest)
diff --git a/modules/extra/ns_maxemail.cpp b/modules/extra/ns_maxemail.cpp
index 26ee9a96d..9be204d29 100644
--- a/modules/extra/ns_maxemail.cpp
+++ b/modules/extra/ns_maxemail.cpp
@@ -15,91 +15,61 @@
#include "module.h"
-#define AUTHOR "Anope"
+class NSMaxEmail : public Module
+{
+ int NSEmailMax;
-void my_load_config();
-void my_add_languages();
-bool check_email_limit_reached(const Anope::string &email, User *u);
+ bool CheckLimitReached(const Anope::string &email, User *u)
+ {
+ if (this->NSEmailMax < 1 || email.empty())
+ return false;
-int NSEmailMax = 0;
+ if (this->CountEmail(email, u) < this->NSEmailMax)
+ return false;
-enum
-{
- LNG_NSEMAILMAX_REACHED,
- LNG_NSEMAILMAX_REACHED_ONE,
- LNG_NUM_STRINGS
-};
+ if (this->NSEmailMax == 1)
+ this->SendMessage(NickServ, u, _("The given email address has reached it's usage limit of 1 user."));
+ else
+ this->SendMessage(NickServ, u, _("The given email address has reached it's usage limit of %d users."), this->NSEmailMax);
-static Module *me;
+ return true;
+ }
+
+ int CountEmail(const Anope::string &email, User *u)
+ {
+ int count = 0;
+
+ if (email.empty())
+ return 0;
+
+ for (nickcore_map::const_iterator it = NickCoreList.begin(), it_end = NickCoreList.end(); it != it_end; ++it)
+ {
+ NickCore *nc = it->second;
+
+ if (!(u->Account() && u->Account() == nc) && !nc->email.empty() && nc->email.equals_ci(email))
+ ++count;
+ }
+
+ return count;
+ }
-class NSMaxEmail : public Module
-{
public:
NSMaxEmail(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
{
- me = this;
-
- this->SetAuthor(AUTHOR);
+ this->SetAuthor("Anope");
this->SetType(SUPPORTED);
ModuleManager::Attach(I_OnReload, this);
ModuleManager::Attach(I_OnPreCommand, this);
- my_load_config();
-
- const char *langtable_en_us[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "The given email address has reached it's usage limit of %d users.",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "The given email address has reached it's usage limit of 1 user."
- };
-
- const char *langtable_nl[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "Het gegeven email adres heeft de limiet van %d gebruikers bereikt.",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "Het gegeven email adres heeft de limiet van 1 gebruiker bereikt."
- };
-
- const char *langtable_de[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "Die angegebene eMail hat die limit Begrenzung von %d User erreicht.",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "Die angegebene eMail hat die limit Begrenzung von 1 User erreicht."
- };
-
- const char *langtable_pt[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "O endereço de email fornecido alcançou seu limite de uso de %d usuários.",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "O endereço de email fornecido alcançou seu limite de uso de 1 usuário."
- };
-
- const char *langtable_ru[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "Óêàçàííûé âàìè email-àäðåñ èñïîëüçóåòñÿ ìàêñèìàëüíî äîïóñòèìîå êîë-âî ðàç: %d",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "Óêàçàííûé âàìè email-àäðåñ óæå êåì-òî èñïîëüçóåòñÿ."
- };
-
- const char *langtable_it[] = {
- /* LNG_NSEMAILMAX_REACHED */
- "L'indirizzo email specificato ha raggiunto il suo limite d'utilizzo di %d utenti.",
- /* LNG_NSEMAILMAX_REACHED_ONE */
- "L'indirizzo email specificato ha raggiunto il suo limite d'utilizzo di 1 utente."
- };
-
- this->InsertLanguage(LANG_EN_US, LNG_NUM_STRINGS, langtable_en_us);
- this->InsertLanguage(LANG_NL, LNG_NUM_STRINGS, langtable_nl);
- this->InsertLanguage(LANG_DE, LNG_NUM_STRINGS, langtable_de);
- this->InsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
- this->InsertLanguage(LANG_RU, LNG_NUM_STRINGS, langtable_ru);
- this->InsertLanguage(LANG_IT, LNG_NUM_STRINGS, langtable_it);
+ OnReload(false);
}
- void OnReload(bool started)
+ void OnReload(bool)
{
- my_load_config();
+ ConfigReader config;
+ this->NSEmailMax = config.ReadInteger("ns_maxemail", "maxemails", "0", 0, false);
+ Log(LOG_DEBUG) << "[ns_maxemail] NSEmailMax set to " << NSEmailMax;
}
EventReturn OnPreCommand(User *u, BotInfo *service, const Anope::string &command, const std::vector<Anope::string> &params)
@@ -108,7 +78,7 @@ class NSMaxEmail : public Module
{
if (command.equals_ci("REGISTER"))
{
- if (check_email_limit_reached(params.size() > 1 ? params[1] : "", u))
+ if (CheckLimitReached(params.size() > 1 ? params[1] : "", u))
return EVENT_STOP;
}
else if (command.equals_ci("SET"))
@@ -116,7 +86,7 @@ class NSMaxEmail : public Module
Anope::string set = params[0];
Anope::string email = params.size() > 1 ? params[1] : "";
- if (set.equals_ci("email") && check_email_limit_reached(email, u))
+ if (set.equals_ci("email") && CheckLimitReached(email, u))
return EVENT_STOP;
}
}
@@ -125,45 +95,4 @@ class NSMaxEmail : public Module
}
};
-int count_email_in_use(const Anope::string &email, User *u)
-{
- int count = 0;
-
- if (email.empty())
- return 0;
-
- for (nickcore_map::const_iterator it = NickCoreList.begin(), it_end = NickCoreList.end(); it != it_end; ++it)
- {
- NickCore *nc = it->second;
-
- if (!(u->Account() && u->Account() == nc) && !nc->email.empty() && nc->email.equals_ci(email))
- ++count;
- }
-
- return count;
-}
-
-bool check_email_limit_reached(const Anope::string &email, User *u)
-{
- if (NSEmailMax < 1 || email.empty())
- return false;
-
- if (count_email_in_use(email, u) < NSEmailMax)
- return false;
-
- if (NSEmailMax == 1)
- me->NoticeLang(Config->s_NickServ, u, LNG_NSEMAILMAX_REACHED_ONE);
- else
- me->NoticeLang(Config->s_NickServ, u, LNG_NSEMAILMAX_REACHED, NSEmailMax);
-
- return true;
-}
-
-void my_load_config()
-{
- ConfigReader config;
- NSEmailMax = config.ReadInteger("ns_maxemail", "maxemails", "0", 0, false);
- Log(LOG_DEBUG) << "[ns_maxemail] NSEmailMax set to " << NSEmailMax;
-}
-
MODULE_INIT(NSMaxEmail)
diff --git a/modules/extra/ns_set_misc.cpp b/modules/extra/ns_set_misc.cpp
index 2d267f2c4..87c7c05f2 100644
--- a/modules/extra/ns_set_misc.cpp
+++ b/modules/extra/ns_set_misc.cpp
@@ -29,10 +29,10 @@ class CommandNSSetMisc : public Command
if (params.size() > 1)
{
nc->Extend("nickserv:" + this->name, new ExtensibleItemRegular<Anope::string>(params[1]));
- notice_lang(Config->s_NickServ, u, CHAN_SETTING_CHANGED, this->name.c_str(), nc->display.c_str(), params[1].c_str());
+ u->SendMessage(NickServ, CHAN_SETTING_CHANGED, this->name.c_str(), nc->display.c_str(), params[1].c_str());
}
else
- notice_lang(Config->s_NickServ, u, CHAN_SETTING_UNSET, this->name.c_str(), nc->display.c_str());
+ u->SendMessage(NickServ, CHAN_SETTING_UNSET, this->name.c_str(), nc->display.c_str());
return MOD_CONT;
}
@@ -51,7 +51,7 @@ class CommandNSSetMisc : public Command
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SET", NICK_SET_SYNTAX);
+ SyntaxError(NickServ, u, "SET", NICK_SET_SYNTAX);
}
void OnServHelp(User *u)
@@ -76,7 +76,7 @@ class CommandNSSASetMisc : public CommandNSSetMisc
void OnSyntaxError(User *u, const Anope::string &)
{
- syntax_error(Config->s_NickServ, u, "SASET", NICK_SASET_SYNTAX);
+ SyntaxError(NickServ, u, "SASET", NICK_SASET_SYNTAX);
}
};
diff --git a/src/botserv.cpp b/src/botserv.cpp
index 4cfd42e5b..cf5d6fa10 100644
--- a/src/botserv.cpp
+++ b/src/botserv.cpp
@@ -13,12 +13,11 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
static UserData *get_user_data(Channel *c, User *u);
static void check_ban(ChannelInfo *ci, User *u, int ttbtype);
-static void bot_kick(ChannelInfo *ci, User *u, int message, ...);
+static void bot_kick(ChannelInfo *ci, User *u, LanguageString message, ...);
E void moduleAddBotServCmds();
@@ -488,20 +487,19 @@ static void check_ban(ChannelInfo *ci, User *u, int ttbtype)
/* This makes a bot kick an user. Works somewhat like notice_lang in fact ;) */
-static void bot_kick(ChannelInfo *ci, User *u, int message, ...)
+static void bot_kick(ChannelInfo *ci, User *u, LanguageString message, ...)
{
va_list args;
char buf[1024];
- const char *fmt;
if (!ci || !ci->bi || !ci->c || !u)
return;
+ Anope::string fmt = GetString(u, message);
va_start(args, message);
- fmt = getstring(u, message);
- if (!fmt)
+ if (fmt.empty())
return;
- vsnprintf(buf, sizeof(buf), fmt, args);
+ vsnprintf(buf, sizeof(buf), fmt.c_str(), args);
va_end(args);
ci->c->Kick(ci->bi, u, "%s", buf);
@@ -521,7 +519,7 @@ void bot_raw_ban(User *requester, ChannelInfo *ci, const Anope::string &nick, co
if (ModeManager::FindUserModeByName(UMODE_PROTECTED) && u->IsProtected() && requester != u)
{
- ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", getstring(ACCESS_DENIED));
+ ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", GetString(requester, ACCESS_DENIED).c_str());
return;
}
@@ -530,7 +528,7 @@ void bot_raw_ban(User *requester, ChannelInfo *ci, const Anope::string &nick, co
if (ModeManager::FindChannelModeByName(CMODE_EXCEPT) && is_excepted(ci, u) == 1)
{
- ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", getstring(BOT_EXCEPT));
+ ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", GetString(requester, BOT_EXCEPT).c_str());
return;
}
@@ -558,7 +556,7 @@ void bot_raw_kick(User *requester, ChannelInfo *ci, const Anope::string &nick, c
if (ModeManager::FindUserModeByName(UMODE_PROTECTED) && u->IsProtected() && requester != u)
{
- ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", getstring(ACCESS_DENIED));
+ ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", GetString(requester, ACCESS_DENIED).c_str());
return;
}
@@ -589,7 +587,7 @@ void bot_raw_mode(User *requester, ChannelInfo *ci, const Anope::string &mode, c
if (ModeManager::FindUserModeByName(UMODE_PROTECTED) && u->IsProtected() && mode[0] == '-' && requester != u)
{
- ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", getstring(ACCESS_DENIED));
+ ircdproto->SendPrivmsg(ci->bi, ci->name, "%s", GetString(requester, ACCESS_DENIED).c_str());
return;
}
diff --git a/src/channels.cpp b/src/channels.cpp
index 8a500d759..84870b1e9 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -10,7 +10,6 @@
*/
#include "services.h"
-#include "language.h"
#include "modules.h"
channel_map ChannelList;
@@ -145,9 +144,9 @@ void Channel::JoinUser(User *user)
if (this->ci && check_access(user, this->ci, CA_MEMO) && this->ci->memos.memos.size() > 0)
{
if (this->ci->memos.memos.size() == 1)
- notice_lang(Config->s_MemoServ, user, MEMO_X_ONE_NOTICE, this->ci->memos.memos.size(), this->ci->name.c_str());
+ user->SendMessage(MemoServ, MEMO_X_ONE_NOTICE, this->ci->memos.memos.size(), this->ci->name.c_str());
else
- notice_lang(Config->s_MemoServ, user, MEMO_X_MANY_NOTICE, this->ci->memos.memos.size(), this->ci->name.c_str());
+ user->SendMessage(MemoServ, MEMO_X_MANY_NOTICE, this->ci->memos.memos.size(), this->ci->name.c_str());
}
/* Added channelname to entrymsg - 30.03.2004, Certus */
/* Also, don't send the entrymsg when bursting -GD */
@@ -453,13 +452,6 @@ void Channel::RemoveModeInternal(ChannelMode *cm, const Anope::string &param, bo
bi = findbot(param);
User *u = bi ? bi : finduser(param);
- /* Reset modes on bots if we're supposed to */
- if (bi)
- {
- if (std::find(Config->BotModeList.begin(), Config->BotModeList.end(), cm) != Config->BotModeList.end())
- this->SetMode(bi, cm, bi->nick);
- }
-
if (!u)
{
Log() << "Channel::RemoveModeInternal() MODE " << this->name << "-" << cm->ModeChar << " for nonexistant user " << param;
@@ -473,6 +465,13 @@ void Channel::RemoveModeInternal(ChannelMode *cm, const Anope::string &param, bo
if (cc)
cc->Status->UnsetFlag(cm->Name);
+ /* Reset modes on bots if we're supposed to */
+ if (bi)
+ {
+ if (std::find(Config->BotModeList.begin(), Config->BotModeList.end(), cm) != Config->BotModeList.end())
+ this->SetMode(bi, cm, bi->nick);
+ }
+
return;
}
/* Setting b/e/I etc */
diff --git a/src/chanserv.cpp b/src/chanserv.cpp
index b2dffcfd2..25c0cbf36 100644
--- a/src/chanserv.cpp
+++ b/src/chanserv.cpp
@@ -13,7 +13,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
registered_channel_map RegisteredChannelList;
@@ -354,7 +353,7 @@ int check_valid_admin(User *user, Channel *chan, int servermode)
if (servermode && !check_access(user, chan->ci, CA_AUTOPROTECT))
{
- notice_lang(Config->s_ChanServ, user, CHAN_IS_REGISTERED, Config->s_ChanServ.c_str());
+ user->SendMessage(ChanServ, CHAN_IS_REGISTERED, Config->s_ChanServ.c_str());
chan->RemoveMode(NULL, CMODE_PROTECT, user->nick);
return 0;
}
@@ -390,7 +389,7 @@ int check_valid_op(User *user, Channel *chan, int servermode)
if (servermode && !check_access(user, chan->ci, CA_AUTOOP))
{
- notice_lang(Config->s_ChanServ, user, CHAN_IS_REGISTERED, Config->s_ChanServ.c_str());
+ user->SendMessage(ChanServ, CHAN_IS_REGISTERED, Config->s_ChanServ.c_str());
if (owner)
chan->RemoveMode(NULL, CMODE_OWNER, user->nick);
diff --git a/src/commands.cpp b/src/commands.cpp
index bbf2a5233..3dc9ea177 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
#include "hashcomp.h"
Command *FindCommand(BotInfo *bi, const Anope::string &name)
@@ -50,14 +49,14 @@ void mod_run_cmd(BotInfo *bi, User *u, Command *c, const Anope::string &command,
if (!c)
{
- notice_lang(bi->nick, u, UNKNOWN_COMMAND_HELP, command.c_str(), bi->nick.c_str());
+ u->SendMessage(bi, UNKNOWN_COMMAND_HELP, command.c_str(), bi->nick.c_str());
return;
}
// Command requires registered users only
if (!c->HasFlag(CFLAG_ALLOW_UNREGISTERED) && !u->IsIdentified())
{
- notice_lang(bi->nick, u, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
+ u->SendMessage(bi, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
Log(LOG_COMMAND, "denied", bi) << "Access denied for unregistered user " << u->GetMask() << " with command " << command;
return;
}
@@ -102,27 +101,27 @@ void mod_run_cmd(BotInfo *bi, User *u, Command *c, const Anope::string &command,
{
if (ci->HasFlag(CI_FORBIDDEN) && !c->HasFlag(CFLAG_ALLOW_FORBIDDEN))
{
- notice_lang(bi->nick, u, CHAN_X_FORBIDDEN, ci->name.c_str());
+ u->SendMessage(bi, CHAN_X_FORBIDDEN, ci->name.c_str());
Log(LOG_COMMAND, "denied", bi) << "Access denied for user " << u->GetMask() << " with command " << command << " because of FORBIDDEN channel " << ci->name;
return;
}
else if (ci->HasFlag(CI_SUSPENDED) && !c->HasFlag(CFLAG_ALLOW_SUSPENDED))
{
- notice_lang(bi->nick, u, CHAN_X_FORBIDDEN, ci->name.c_str());
+ u->SendMessage(bi, CHAN_X_FORBIDDEN, ci->name.c_str());
Log(LOG_COMMAND, "denied", bi) << "Access denied for user " << u->GetMask() << " with command " << command << " because of SUSPENDED channel " << ci->name;
return;
}
}
else if (!c->HasFlag(CFLAG_ALLOW_UNREGISTEREDCHANNEL))
{
- notice_lang(bi->nick, u, CHAN_X_NOT_REGISTERED, params[0].c_str());
+ u->SendMessage(bi, CHAN_X_NOT_REGISTERED, params[0].c_str());
return;
}
}
/* A user not giving a channel name for a param that should be a channel */
else
{
- notice_lang(bi->nick, u, CHAN_X_INVALID, params[0].c_str());
+ u->SendMessage(bi, CHAN_X_INVALID, params[0].c_str());
return;
}
}
@@ -130,7 +129,7 @@ void mod_run_cmd(BotInfo *bi, User *u, Command *c, const Anope::string &command,
// If the command requires a permission, and they aren't registered or don't have the required perm, DENIED
if (!c->permission.empty() && !u->Account()->HasCommand(c->permission))
{
- notice_lang(bi->nick, u, ACCESS_DENIED);
+ u->SendMessage(bi, ACCESS_DENIED);
Log(LOG_COMMAND, "denied", bi) << "Access denied for user " << u->GetMask() << " with command " << command;
return;
}
@@ -165,23 +164,23 @@ void mod_help_cmd(BotInfo *bi, User *u, const Anope::string &cmd)
Anope::string subcommand = tokens.StreamEnd() ? "" : tokens.GetRemaining();
if (!c || (Config->HidePrivilegedCommands && !c->permission.empty() && (!u->Account() || !u->Account()->HasCommand(c->permission))) || !c->OnHelp(u, subcommand))
- notice_lang(bi->nick, u, NO_HELP_AVAILABLE, cmd.c_str());
+ u->SendMessage(bi, NO_HELP_AVAILABLE, cmd.c_str());
else
{
u->SendMessage(bi->nick, " ");
/* Inform the user what permission is required to use the command */
if (!c->permission.empty())
- notice_lang(bi->nick, u, COMMAND_REQUIRES_PERM, c->permission.c_str());
+ u->SendMessage(bi, COMMAND_REQUIRES_PERM, c->permission.c_str());
/* User isn't identified and needs to be to use this command */
if (!c->HasFlag(CFLAG_ALLOW_UNREGISTERED) && !u->IsIdentified())
- notice_lang(bi->nick, u, COMMAND_IDENTIFY_REQUIRED);
+ u->SendMessage(bi, COMMAND_IDENTIFY_REQUIRED);
/* User doesn't have the proper permission to use this command */
else if (!c->permission.empty() && (!u->Account() || !u->Account()->HasCommand(c->permission)))
- notice_lang(bi->nick, u, COMMAND_CANNOT_USE);
+ u->SendMessage(bi, COMMAND_CANNOT_USE);
/* User can use this command */
else
- notice_lang(bi->nick, u, COMMAND_CAN_USE);
+ u->SendMessage(bi, COMMAND_CAN_USE);
}
}
diff --git a/src/config.cpp b/src/config.cpp
index 63141be0b..fda4d3881 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -101,9 +101,6 @@ ServerConfig::ServerConfig() : errstr(""), config_data()
}
}
- if ((this->NSDefLanguage = langlist[this->NSDefLanguage]) < 0)
- this->NSDefLanguage = DEF_LANGUAGE;
-
if (this->CSDefBantype < 0 || this->CSDefBantype > 3)
{
throw ConfigException("Value of CSDefBantype must be between 0 and 3 included");
@@ -530,15 +527,6 @@ bool ValidatePort(ServerConfig *, const Anope::string &tag, const Anope::string
return true;
}
-bool ValidateLanguage(ServerConfig *, const Anope::string &, const Anope::string &, ValueItem &data)
-{
- int language = data.GetInteger();
- if (language < 1 || language > USED_LANGS)
- throw ConfigException("The value for <nickserv:defaultlanguage> must be between 1 and " + stringify(USED_LANGS) + "!");
- data.Set(--language);
- return true;
-}
-
bool ValidateGuestPrefix(ServerConfig *conf, const Anope::string &tag, const Anope::string &value, ValueItem &data)
{
ValidateNotEmpty(conf, tag, value, data);
@@ -1059,7 +1047,8 @@ void ServerConfig::Read()
{"nickserv", "modules", "", new ValueContainerString(&NickCoreModules), DT_STRING, NoValidation},
{"nickserv", "forceemail", "no", new ValueContainerBool(&this->NSForceEmail), DT_BOOLEAN, ValidateEmailReg},
{"nickserv", "defaults", "secure memosignon memoreceive", new ValueContainerString(&NSDefaults), DT_STRING, NoValidation},
- {"nickserv", "defaultlanguage", "0", new ValueContainerUInt(&this->NSDefLanguage), DT_UINTEGER, ValidateLanguage},
+ {"nickserv", "languages", "", new ValueContainerString(&this->Languages), DT_STRING, NoValidation},
+ {"nickserv", "defaultlanguage", "0", new ValueContainerString(&this->NSDefLanguage), DT_STRING, NoValidation},
{"nickserv", "regdelay", "0", new ValueContainerTime(&this->NSRegDelay), DT_TIME, NoValidation},
{"nickserv", "resenddelay", "0", new ValueContainerTime(&this->NSResendDelay), DT_TIME, NoValidation},
{"nickserv", "expire", "21d", new ValueContainerTime(&this->NSExpire), DT_TIME, NoValidation},
diff --git a/src/hostserv.cpp b/src/hostserv.cpp
index 31ff713f8..e8f4686cb 100644
--- a/src/hostserv.cpp
+++ b/src/hostserv.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
E void moduleAddHostServCmds();
@@ -170,8 +169,8 @@ void do_on_id(User *u)
u->UpdateHost();
if (!na->hostinfo.GetIdent().empty())
- notice_lang(Config->s_HostServ, u, HOST_IDENT_ACTIVATED, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_IDENT_ACTIVATED, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
else
- notice_lang(Config->s_HostServ, u, HOST_ACTIVATED, na->hostinfo.GetHost().c_str());
+ u->SendMessage(HostServ, HOST_ACTIVATED, na->hostinfo.GetHost().c_str());
}
}
diff --git a/src/init.cpp b/src/init.cpp
index d882f34be..544dcbd7c 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -431,8 +431,8 @@ void Init(int ac, char **av)
signal(SIGINT, sighandler);
/* Initialize multi-language support */
- lang_init();
- Log(LOG_DEBUG) << "Loaded languages";
+ Log(LOG_DEBUG) << "Loading Languages...";
+ InitLanguages();
/* Initialize subservices */
ns_init();
diff --git a/src/language.cpp b/src/language.cpp
index 9d629f599..71dabcf46 100644
--- a/src/language.cpp
+++ b/src/language.cpp
@@ -1,353 +1,5421 @@
-/* Multi-language support.
- *
- * (C) 2003-2010 Anope Team
- * Contact us at team@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- */
-
#include "services.h"
-#include "language.h"
-
-/*************************************************************************/
-
-/* The list of lists of messages. */
-char **langtexts[NUM_LANGS];
-
-/* The list of names of languages. */
-char *langnames[NUM_LANGS];
-
-/* Indexes of available languages: */
-int langlist[NUM_LANGS];
-
-/* Order in which languages should be displayed: (alphabetical) */
-static int langorder[NUM_LANGS] = {
- LANG_EN_US, /* English (US) */
- LANG_FR, /* French */
- LANG_DE, /* German */
- LANG_IT, /* Italian */
- LANG_JA_JIS, /* Japanese (JIS encoding) */
- LANG_JA_EUC, /* Japanese (EUC encoding) */
- LANG_JA_SJIS, /* Japanese (SJIS encoding) */
- LANG_PT, /* Portugese */
- LANG_ES, /* Spanish */
- LANG_TR, /* Turkish */
- LANG_CAT, /* Catalan */
- LANG_GR, /* Greek */
- LANG_NL, /* Dutch */
- LANG_RU, /* Russian */
- LANG_HUN, /* Hungarian */
- LANG_PL, /* Polish */
-};
-
-/*************************************************************************/
-
-/* Load a language file. */
-static int read_int32(int32 *ptr, FILE *f)
-{
- int a = fgetc(f);
- int b = fgetc(f);
- int c = fgetc(f);
- int d = fgetc(f);
- if (a == EOF || b == EOF || c == EOF || d == EOF)
- return -1;
- *ptr = a << 24 | b << 16 | c << 8 | d;
- return 0;
-}
-
-static void load_lang(int index, const char *filename)
-{
- char buf[256];
- FILE *f;
- int32 num, i;
-
- Log(LOG_DEBUG) << "Loading language " << index << " from file `languages/" << filename << "'";
- snprintf(buf, sizeof(buf), "languages/%s", filename);
-#ifndef _WIN32
- const char *mode = "r";
+#if HAVE_GETTEXT
+# include <libintl.h>
#else
- const char *mode = "rb";
+# define gettext(x) x
#endif
- if (!(f = fopen(buf, mode)))
- {
- throw CoreException("Failed to load language " + stringify(index) + " (" + stringify(filename) + ")");
- }
- else if (read_int32(&num, f) < 0)
- {
- Log() << "Failed to read number of strings for language " << index << "(" << filename << ")";
- return;
- }
- else if (num != NUM_STRINGS)
- Log() << "Warning: Bad number of strings (" << num << " , wanted " << NUM_STRINGS << ") for language " << index << " (" << filename << ")";
- langtexts[index] = static_cast<char **>(scalloc(sizeof(char *), NUM_STRINGS));
- if (num > NUM_STRINGS)
- num = NUM_STRINGS;
- for (i = 0; i < num; ++i)
- {
- int32 pos, len;
- fseek(f, i * 8 + 4, SEEK_SET);
- if (read_int32(&pos, f) < 0 || read_int32(&len, f) < 0)
- {
- Log() << "Failed to read entry " << i << " in language " << index << " (" << filename << ") TOC";
- while (--i >= 0)
- {
- if (langtexts[index][i])
- free(langtexts[index][i]); // XXX
- }
- free(langtexts[index]);
- langtexts[index] = NULL;
- return;
- }
- if (!len)
- langtexts[index][i] = NULL;
- else if (len >= 65536)
- {
- Log() << "Entry " << i << " in language " << index << " (" << filename << ") is too long (over 64k) -- corrupt TOC?";
- while (--i >= 0)
- {
- if (langtexts[index][i])
- free(langtexts[index][i]); // XXX
- }
- free(langtexts[index]);
- langtexts[index] = NULL;
- return;
- }
- else if (len < 0)
- {
- Log() << "Entry " << i << " in language " << index << " (" << filename << ") has negative length -- corrupt TOC?";
- while (--i >= 0)
- {
- if (langtexts[index][i])
- free(langtexts[index][i]); // XXX
- }
- free(langtexts[index]);
- langtexts[index] = NULL;
- return;
- }
- else
- {
- langtexts[index][i] = static_cast<char *>(malloc(len + 1));
- fseek(f, pos, SEEK_SET);
- if (fread(langtexts[index][i], 1, len, f) != len)
- {
- Log() << "Failed to read string " << i << " in language " << index << "(" << filename << ")";
- while (--i >= 0)
- {
- if (langtexts[index][i])
- free(langtexts[index][i]);
- }
- free(langtexts[index]);
- langtexts[index] = NULL;
- return;
- }
- langtexts[index][i][len] = 0;
- }
- }
- fclose(f);
-}
-/*************************************************************************/
+std::vector<Anope::string> languages;
-/* Replace all %M's with "/msg " or "/" */
-void lang_sanitize()
+void InitLanguages()
{
- int i = 0, j = 0;
- int len = 0;
- char tmp[2000];
- char *newstr = NULL;
- for (i = 0; i < NUM_LANGS; ++i)
+#if HAVE_GETTEXT
+ languages.clear();
+ spacesepstream sep(Config->Languages);
+ Anope::string language;
+
+ while (sep.GetToken(language))
{
- for (j = 0; j < NUM_STRINGS; ++j)
+ if (!IsFile("languages/" + language + "/LC_MESSAGES/anope.mo"))
{
- if (strstr(langtexts[i][j], "%R"))
- {
- len = strlen(langtexts[i][j]);
- strscpy(tmp, langtexts[i][j], sizeof(tmp));
- if (Config->UseStrictPrivMsg)
- strnrepl(tmp, sizeof(tmp), "%R", "/");
- else
- strnrepl(tmp, sizeof(tmp), "%R", "/msg ");
- newstr = strdup(tmp);
- free(langtexts[i][j]); // XXX
- langtexts[i][j] = newstr;
- }
+ Log() << "Error loading language " << language << ", file does not exist!";
}
- }
-}
-
-
-/* Initialize list of lists. */
-
-void lang_init()
-{
- int i, j, n = 0;
-
- load_lang(LANG_CAT, "cat");
- load_lang(LANG_DE, "de");
- load_lang(LANG_EN_US, "en_us");
- load_lang(LANG_ES, "es");
- load_lang(LANG_FR, "fr");
- load_lang(LANG_GR, "gr");
- load_lang(LANG_PT, "pt");
- load_lang(LANG_TR, "tr");
- load_lang(LANG_IT, "it");
- load_lang(LANG_NL, "nl");
- load_lang(LANG_RU, "ru");
- load_lang(LANG_HUN, "hun");
- load_lang(LANG_PL, "pl");
-
- for (i = 0; i < NUM_LANGS; ++i)
- {
- if (langtexts[langorder[i]] != NULL)
+ else
{
- langnames[langorder[i]] = langtexts[langorder[i]][LANG_NAME];
- langlist[n++] = langorder[i];
- for (j = 0; j < NUM_STRINGS; ++j)
- {
- if (!langtexts[langorder[i]][j])
- langtexts[langorder[i]][j] = langtexts[DEF_LANGUAGE][j];
- if (!langtexts[langorder[i]][j])
- langtexts[langorder[i]][j] = langtexts[LANG_EN_US][j];
- }
+ Log(LOG_DEBUG) << "Found language file " << language;
+ languages.push_back(language);
}
}
- while (n < NUM_LANGS)
- langlist[n++] = -1;
-
- /* Not what I intended to do, but these services are so archaïc
- * that it's difficult to do more. */
- if ((Config->NSDefLanguage = langlist[Config->NSDefLanguage]) < 0)
- Config->NSDefLanguage = DEF_LANGUAGE;
- if (!langtexts[DEF_LANGUAGE])
- throw CoreException("Unable to load default language");
- for (i = 0; i < NUM_LANGS; ++i)
+ if (!bindtextdomain("anope", (services_dir + "/languages/").c_str()))
{
- if (!langtexts[i])
- langtexts[i] = langtexts[DEF_LANGUAGE];
+ Log() << "Error calling bindtextdomain, " << Anope::LastError();
}
- lang_sanitize();
+#else
+ Log() << "Can not load languages, gettext is not installed";
+#endif
}
-/*************************************************************************/
-/*************************************************************************/
-
-/* Format a string in a strftime()-like way, but heed the user's language
- * setting for month and day names. The string stored in the buffer will
- * always be null-terminated, even if the actual string was longer than the
- * buffer size.
- * Assumption: No month or day name has a length (including trailing null)
- * greater than BUFSIZE.
- */
-
-int strftime_lang(char *buf, int size, User *u, int format, struct tm *tm)
+const Anope::string GetString(Anope::string language, LanguageString string)
{
- int language = u && u->Account() ? u->Account()->language : Config->NSDefLanguage;
- char tmpbuf[BUFSIZE], buf2[BUFSIZE];
- char *s;
- int i, ret;
+#if HAVE_GETTEXT
+ /* For older databases */
+ if (language == "en")
+ language.clear();
- if (!tm)
- return 0;
+ /* Apply def language */
+ if (language.empty() && !Config->NSDefLanguage.empty())
+ language = Config->NSDefLanguage;
- strscpy(tmpbuf, langtexts[language][format], sizeof(tmpbuf));
- if ((s = langtexts[language][STRFTIME_DAYS_SHORT]))
- {
- for (i = 0; i < tm->tm_wday; ++i)
- s += strcspn(s, "\n") + 1;
- i = strcspn(s, "\n");
- strncpy(buf2, s, i);
- buf2[i] = 0;
- strnrepl(tmpbuf, sizeof(tmpbuf), "%a", buf2);
- }
- if ((s = langtexts[language][STRFTIME_DAYS_LONG]))
- {
- for (i = 0; i < tm->tm_wday; ++i)
- s += strcspn(s, "\n") + 1;
- i = strcspn(s, "\n");
- strncpy(buf2, s, i);
- buf2[i] = 0;
- strnrepl(tmpbuf, sizeof(tmpbuf), "%A", buf2);
- }
- if ((s = langtexts[language][STRFTIME_MONTHS_SHORT]))
- {
- for (i = 0; i < tm->tm_mon; ++i)
- s += strcspn(s, "\n") + 1;
- i = strcspn(s, "\n");
- strncpy(buf2, s, i);
- buf2[i] = 0;
- strnrepl(tmpbuf, sizeof(tmpbuf), "%b", buf2);
- }
- if ((s = langtexts[language][STRFTIME_MONTHS_LONG]))
- {
- for (i = 0; i < tm->tm_mon; ++i)
- s += strcspn(s, "\n") + 1;
- i = strcspn(s, "\n");
- strncpy(buf2, s, i);
- buf2[i] = 0;
- strnrepl(tmpbuf, sizeof(tmpbuf), "%B", buf2);
- }
- ret = strftime(buf, size, tmpbuf, tm);
- if (ret == size)
- buf[size - 1] = 0;
- return ret;
-}
-
-/*************************************************************************/
-/*************************************************************************/
-
-/* Send a syntax-error message to the user. */
-
-void syntax_error(const Anope::string &service, User *u, const Anope::string &command, int msgnum)
-{
- const char *str;
+ if (language.empty())
+#endif
+ return language_strings[string];
- if (!u)
- return;
+#if HAVE_GETTEXT
+ setlocale(LC_ALL, language.c_str());
+ const char *ret = dgettext("anope", language_strings[string].c_str());
+ setlocale(LC_ALL, "");
- str = getstring(u, msgnum);
- notice_lang(service, u, SYNTAX_ERROR, str);
- notice_lang(service, u, MORE_INFO, service.c_str(), command.c_str());
+ return ret ? ret : "";
+#endif
}
-const char *getstring(NickAlias *na, int index)
+const Anope::string GetString(LanguageString string)
{
- // Default to config
- int langidx = Config->NSDefLanguage;
-
- // If they are registered (na->nc), and NOT forbidden
- if (na && na->nc && !na->HasFlag(NS_FORBIDDEN))
- langidx = na->nc->language; // set language to their nickcore's language
-
- return langtexts[langidx][index];
+ return GetString("", string);
}
-const char *getstring(const NickCore *nc, int index)
+const Anope::string GetString(const NickCore *nc, LanguageString string)
{
- // Default to config
- int langidx = Config->NSDefLanguage;
-
- if (nc)
- langidx = nc->language;
-
- return langtexts[langidx][index];
+ return GetString(nc ? nc->language : "", string);
}
-const char *getstring(const User *u, int index)
+const Anope::string GetString(const User *u, LanguageString string)
{
- return getstring(u->Account(), index);
+ if (!u)
+ return GetString(string);
+ const NickCore *nc = u->Account();
+ NickAlias *na = NULL;
+ if (!nc)
+ na = findnick(u->nick);
+ return GetString(nc ? nc : (na ? na->nc : NULL), string);
}
-const char *getstring(int index)
+void SyntaxError(BotInfo *bi, User *u, const Anope::string &command, LanguageString message)
{
- // Default to config
- int langidx = Config->NSDefLanguage;
+ if (!bi || !u || command.empty())
+ return;
- return langtexts[langidx][index];
+ Anope::string str = GetString(u, message);
+ u->SendMessage(bi, SYNTAX_ERROR, str.c_str());
+ u->SendMessage(bi, MORE_INFO, bi->nick.c_str(), command.c_str());
}
-/*************************************************************************/
+Anope::string language_strings[LANG_STRING_COUNT] = {
+ /* LANG_NAME */
+ gettext("English"),
+ /* COMMAND_REQUIRES_PERM */
+ gettext("Access to this command requires the permission %s to be present in your opertype."),
+ /* COMMAND_IDENTIFY_REQUIRED */
+ gettext("You need to be identified to use this command."),
+ /* COMMAND_CANNOT_USE */
+ gettext("You cannot use this command."),
+ /* COMMAND_CAN_USE */
+ gettext("You can use this command."),
+ /* USER_RECORD_NOT_FOUND */
+ gettext("Internal error - unable to process request."),
+ /* UNKNOWN_COMMAND */
+ gettext("Unknown command %s."),
+ /* UNKNOWN_COMMAND_HELP */
+ gettext("Unknown command %s. \"%R%s HELP\" for help."),
+ /* SYNTAX_ERROR */
+ gettext("Syntax: %s"),
+ /* MORE_INFO */
+ gettext("%R%s HELP %s for more information."),
+ /* NO_HELP_AVAILABLE */
+ gettext("No help available for %s."),
+ /* OBSOLETE_COMMAND */
+ gettext("This command is obsolete; use %s instead."),
+ /* BAD_USERHOST_MASK */
+ gettext("Mask must be in the form user@host."),
+ /* BAD_EXPIRY_TIME */
+ gettext("Invalid expiry time."),
+ /* USERHOST_MASK_TOO_WIDE */
+ gettext("%s coverage is too wide; Please use a more specific mask."),
+ /* SERVICE_OFFLINE */
+ gettext("%s is currently offline."),
+ /* READ_ONLY_MODE */
+ gettext("Notice: Services is in read-only mode; changes will not be saved!"),
+ /* PASSWORD_INCORRECT */
+ gettext("Password incorrect."),
+ /* INVALID_TARGET */
+ gettext("\"/msg %s\" is no longer supported. Use \"/msg %s@%s\" or \"/%s\" instead."),
+ /* ACCESS_DENIED */
+ gettext("Access denied."),
+ /* MORE_OBSCURE_PASSWORD */
+ gettext("Please try again with a more obscure password. Passwords should be at least five characters long, should not be something easily guessed (e.g. your real name or your nick), and cannot contain the space or tab characters."),
+ /* PASSWORD_TOO_LONG */
+ gettext("Your password is too long. Please try again with a shorter password."),
+ /* NICK_NOT_REGISTERED */
+ gettext("Your nick isn't registered."),
+ /* NICK_NOT_REGISTERED_HELP */
+ gettext("Your nick isn't registered. Type %R%s HELP for information on registering your nickname."),
+ /* NICK_X_IS_SERVICES */
+ gettext("Nick %s is part of this Network's Services."),
+ /* NICK_X_NOT_REGISTERED */
+ gettext("Nick %s isn't registered."),
+ /* NICK_X_IN_USE */
+ gettext("Nick %s is currently in use."),
+ /* NICK_X_NOT_IN_USE */
+ gettext("Nick %s isn't currently in use."),
+ /* NICK_X_NOT_ON_CHAN */
+ gettext("%s is not currently on channel %s."),
+ /* NICK_X_FORBIDDEN */
+ gettext("Nick %s may not be registered or used."),
+ /* NICK_X_FORBIDDEN_OPER */
+ gettext("Nick %s has been forbidden by %s:\n"
+ "%s"),
+ /* NICK_X_ILLEGAL */
+ gettext("Nick %s is an illegal nickname and cannot be used."),
+ /* NICK_X_TRUNCATED */
+ gettext("Nick %s was truncated to %d characters."),
+ /* NICK_X_SUSPENDED */
+ gettext("Nick %s is currently suspended."),
+ /* CHAN_X_NOT_REGISTERED */
+ gettext("Channel %s isn't registered."),
+ /* CHAN_X_NOT_IN_USE */
+ gettext("Channel %s doesn't exist."),
+ /* CHAN_X_FORBIDDEN */
+ gettext("Channel %s may not be registered or used."),
+ /* CHAN_X_FORBIDDEN_OPER */
+ gettext("Channel %s has been forbidden by %s:\n"
+ "%s"),
+ /* CHAN_X_SUSPENDED */
+ gettext(" Suspended: [%s] %s"),
+ /* NICK_IDENTIFY_REQUIRED */
+ gettext("Password authentication required for that command.\n"
+ "Retry after typing %R%s IDENTIFY password."),
+ /* CHAN_IDENTIFY_REQUIRED */
+ gettext("Password authentication required for that command.\n"
+ "Retry after typing %R%s IDENTIFY %s password."),
+ /* MAIL_DISABLED */
+ gettext("Services have been configured to not send mail."),
+ /* MAIL_INVALID */
+ gettext("E-mail for %s is invalid."),
+ /* MAIL_X_INVALID */
+ gettext("%s is not a valid e-mail address."),
+ /* MAIL_LATER */
+ gettext("Cannot send mail now; please retry a little later."),
+ /* MAIL_DELAYED */
+ gettext("Please wait %d seconds and retry."),
+ /* NO_REASON */
+ gettext("No reason"),
+ /* UNKNOWN */
+ gettext("<unknown>"),
+ /* DURATION_DAY */
+ gettext("1 day"),
+ /* DURATION_DAYS */
+ gettext("%d days"),
+ /* DURATION_HOUR */
+ gettext("1 hour"),
+ /* DURATION_HOURS */
+ gettext("%d hours"),
+ /* DURATION_MINUTE */
+ gettext("1 minute"),
+ /* DURATION_MINUTES */
+ gettext("%d minutes"),
+ /* DURATION_SECOND */
+ gettext("1 second"),
+ /* DURATION_SECONDS */
+ gettext("%d seconds"),
+ /* NO_EXPIRE */
+ gettext("does not expire"),
+ /* EXPIRES_SOON */
+ gettext("expires at next database update"),
+ /* EXPIRES_M */
+ gettext("expires in %d minutes"),
+ /* EXPIRES_1M */
+ gettext("expires in %d minute"),
+ /* EXPIRES_HM */
+ gettext("expires in %d hours, %d minutes"),
+ /* EXPIRES_H1M */
+ gettext("expires in %d hours, %d minute"),
+ /* EXPIRES_1HM */
+ gettext("expires in %d hour, %d minutes"),
+ /* EXPIRES_1H1M */
+ gettext("expires in %d hour, %d minute"),
+ /* EXPIRES_D */
+ gettext("expires in %d days"),
+ /* EXPIRES_1D */
+ gettext("expires in %d day"),
+ /* END_OF_ANY_LIST */
+ gettext("End of %s list."),
+ /* LIST_INCORRECT_RANGE */
+ gettext("Incorrect range specified. The correct syntax is #from-to."),
+ /* CS_LIST_INCORRECT_RANGE */
+ gettext("To search for channels starting with #, search for the channel\n"
+ "name without the #-sign prepended (anope instead of #anope)."),
+ /* NICK_IS_REGISTERED */
+ gettext("This nick is owned by someone else. Please choose another.\n"
+ "(If this is your nick, type %R%s IDENTIFY password.)"),
+ /* NICK_IS_SECURE */
+ gettext("This nickname is registered and protected. If it is your\n"
+ "nick, type %R%s IDENTIFY password. Otherwise,\n"
+ "please choose a different nick."),
+ /* NICK_MAY_NOT_BE_USED */
+ gettext("This nickname may not be used. Please choose another one."),
+ /* FORCENICKCHANGE_IN_1_MINUTE */
+ gettext("If you do not change within one minute, I will change your nick."),
+ /* FORCENICKCHANGE_IN_20_SECONDS */
+ gettext("If you do not change within 20 seconds, I will change your nick."),
+ /* FORCENICKCHANGE_NOW */
+ gettext("This nickname has been registered; you may not use it."),
+ /* FORCENICKCHANGE_CHANGING */
+ gettext("Your nickname is now being changed to %s"),
+ /* NICK_REGISTER_SYNTAX */
+ gettext("REGISTER password [email]"),
+ /* NICK_REGISTER_SYNTAX_EMAIL */
+ gettext("REGISTER password email"),
+ /* NICK_REGISTRATION_DISABLED */
+ gettext("Sorry, nickname registration is temporarily disabled."),
+ /* NICK_REGISTRATION_FAILED */
+ gettext("Sorry, registration failed."),
+ /* NICK_REG_PLEASE_WAIT */
+ gettext("Please wait %d seconds before using the REGISTER command again."),
+ /* NICK_CANNOT_BE_REGISTERED */
+ gettext("Nickname %s may not be registered."),
+ /* NICK_ALREADY_REGISTERED */
+ gettext("Nickname %s is already registered!"),
+ /* NICK_REGISTERED */
+ gettext("Nickname %s registered under your account: %s"),
+ /* NICK_REGISTERED_NO_MASK */
+ gettext("Nickname %s registered."),
+ /* NICK_PASSWORD_IS */
+ gettext("Your password is %s - remember this for later use."),
+ /* NICK_REG_DELAY */
+ gettext("You must have been using this nick for at least %d seconds to register."),
+ /* NICK_GROUP_SYNTAX */
+ gettext("GROUP target password"),
+ /* NICK_GROUP_DISABLED */
+ gettext("Sorry, nickname grouping is temporarily disabled."),
+ /* NICK_GROUP_FAILED */
+ gettext("Sorry, grouping failed."),
+ /* NICK_GROUP_PLEASE_WAIT */
+ gettext("Please wait %d seconds before using the GROUP command again."),
+ /* NICK_GROUP_CHANGE_DISABLED */
+ gettext("Your nick is already registered; type %R%s DROP first."),
+ /* NICK_GROUP_SAME */
+ gettext("You are already a member of the group of %s."),
+ /* NICK_GROUP_TOO_MANY */
+ gettext("There are too many nicks in %s's group; list them and drop some.\n"
+ "Type %R%s HELP GLIST and %R%s HELP DROP\n"
+ "for more information."),
+ /* NICK_GROUP_JOINED */
+ gettext("You are now in the group of %s."),
+ /* NICK_UNGROUP_ONE_NICK */
+ gettext("Your nick is not grouped to anything, you can't ungroup it."),
+ /* NICK_UNGROUP_NOT_IN_GROUP */
+ gettext("The nick %s is not in your group."),
+ /* NICK_UNGROUP_SUCCESSFUL */
+ gettext("Nick %s has been ungrouped from %s."),
+ /* NICK_IDENTIFY_SYNTAX */
+ gettext("IDENTIFY [account] password"),
+ /* NICK_IDENTIFY_FAILED */
+ gettext("Sorry, identification failed."),
+ /* NICK_IDENTIFY_SUCCEEDED */
+ gettext("Password accepted - you are now recognized."),
+ /* NICK_IDENTIFY_EMAIL_REQUIRED */
+ gettext("You must now supply an e-mail for your nick.\n"
+ "This e-mail will allow you to retrieve your password in\n"
+ "case you forget it."),
+ /* NICK_IDENTIFY_EMAIL_HOWTO */
+ gettext("Type %R%S SET EMAIL e-mail in order to set your e-mail.\n"
+ "Your privacy is respected; this e-mail won't be given to\n"
+ "any third-party person."),
+ /* NICK_ALREADY_IDENTIFIED */
+ gettext("You are already identified."),
+ /* NICK_UPDATE_SUCCESS */
+ gettext("Status updated (memos, vhost, chmodes, flags)."),
+ /* NICK_LOGOUT_SYNTAX */
+ gettext("LOGOUT"),
+ /* NICK_LOGOUT_SUCCEEDED */
+ gettext("Your nick has been logged out."),
+ /* NICK_LOGOUT_X_SUCCEEDED */
+ gettext("Nick %s has been logged out."),
+ /* NICK_LOGOUT_SERVICESADMIN */
+ gettext("Can't logout %s because he's a Services Operator."),
+ /* NICK_DROP_DISABLED */
+ gettext("Sorry, nickname de-registration is temporarily disabled."),
+ /* NICK_DROPPED */
+ gettext("Your nickname has been dropped."),
+ /* NICK_X_DROPPED */
+ gettext("Nickname %s has been dropped."),
+ /* NICK_SET_SYNTAX */
+ gettext("SET option parameters"),
+ /* NICK_SET_SERVADMIN_SYNTAX */
+ gettext("SET [nick] option parameters"),
+ /* NICK_SET_DISABLED */
+ gettext("Sorry, nickname option setting is temporarily disabled."),
+ /* NICK_SET_UNKNOWN_OPTION */
+ gettext("Unknown SET option %s."),
+ /* NICK_SET_OPTION_DISABLED */
+ gettext("Option %s cannot be set on this network."),
+ /* NICK_SET_DISPLAY_INVALID */
+ gettext("The new display MUST be a nickname of your nickname group!"),
+ /* NICK_SET_DISPLAY_CHANGED */
+ gettext("The new display is now %s."),
+ /* NICK_SET_PASSWORD_FAILED */
+ gettext("Sorry, couldn't change password."),
+ /* NICK_SET_PASSWORD_CHANGED */
+ gettext("Password changed."),
+ /* NICK_SET_PASSWORD_CHANGED_TO */
+ gettext("Password changed to %s."),
+ /* NICK_SET_LANGUAGE_SYNTAX */
+ gettext("SET LANGUAGE language"),
+ /* NICK_SET_LANGUAGE_UNKNOWN */
+ gettext("Unknown language number %d. Type %R%s HELP SET LANGUAGE for a list of languages."),
+ /* NICK_SET_LANGUAGE_CHANGED */
+ gettext("Language changed to English."),
+ /* NICK_SET_EMAIL_CHANGED */
+ gettext("E-mail address changed to %s."),
+ /* NICK_SET_EMAIL_UNSET */
+ gettext("E-mail address unset."),
+ /* NICK_SET_EMAIL_UNSET_IMPOSSIBLE */
+ gettext("You cannot unset the e-mail on this network."),
+ /* NICK_SET_GREET_CHANGED */
+ gettext("Greet message changed to %s."),
+ /* NICK_SET_GREET_UNSET */
+ gettext("Greet message unset."),
+ /* NICK_SET_KILL_SYNTAX */
+ gettext("SET KILL {ON | QUICK | OFF}"),
+ /* NICK_SET_KILL_IMMED_SYNTAX */
+ gettext("SET KILL {ON | QUICK | IMMED | OFF}"),
+ /* NICK_SET_KILL_ON */
+ gettext("Protection is now ON."),
+ /* NICK_SET_KILL_QUICK */
+ gettext("Protection is now ON, with a reduced delay."),
+ /* NICK_SET_KILL_IMMED */
+ gettext("Protection is now ON, with no delay."),
+ /* NICK_SET_KILL_IMMED_DISABLED */
+ gettext("The IMMED option is not available on this network."),
+ /* NICK_SET_KILL_OFF */
+ gettext("Protection is now OFF."),
+ /* NICK_SET_SECURE_SYNTAX */
+ gettext("SET SECURE {ON | OFF}"),
+ /* NICK_SET_SECURE_ON */
+ gettext("Secure option is now ON."),
+ /* NICK_SET_SECURE_OFF */
+ gettext("Secure option is now OFF."),
+ /* NICK_SET_PRIVATE_SYNTAX */
+ gettext("SET PRIVATE {ON | OFF}"),
+ /* NICK_SET_PRIVATE_ON */
+ gettext("Private option is now ON."),
+ /* NICK_SET_PRIVATE_OFF */
+ gettext("Private option is now OFF."),
+ /* NICK_SET_HIDE_SYNTAX */
+ gettext("SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"),
+ /* NICK_SET_HIDE_EMAIL_ON */
+ gettext("Your E-mail address will now be hidden from %s INFO displays."),
+ /* NICK_SET_HIDE_EMAIL_OFF */
+ gettext("Your E-mail address will now be shown in %s INFO displays."),
+ /* NICK_SET_HIDE_MASK_ON */
+ gettext("Your last seen user@host mask will now be hidden from %s INFO displays."),
+ /* NICK_SET_HIDE_MASK_OFF */
+ gettext("Your last seen user@host mask will now be shown in %s INFO displays."),
+ /* NICK_SET_HIDE_QUIT_ON */
+ gettext("Your last quit message will now be hidden from %s INFO displays."),
+ /* NICK_SET_HIDE_QUIT_OFF */
+ gettext("Your last quit message will now be shown in %s INFO displays."),
+ /* NICK_SET_HIDE_STATUS_ON */
+ gettext("Your services access status will now be hidden from %s INFO displays."),
+ /* NICK_SET_HIDE_STATUS_OFF */
+ gettext("Your services access status will now be shown in %s INFO displays."),
+ /* NICK_SET_MSG_SYNTAX */
+ gettext("SET MSG {ON | OFF}"),
+ /* NICK_SET_MSG_ON */
+ gettext("Services will now reply to you with messages."),
+ /* NICK_SET_MSG_OFF */
+ gettext("Services will now reply to you with notices."),
+ /* NICK_SET_AUTOOP_SYNTAX */
+ gettext("SET AUTOOP {ON | OFF}"),
+ /* NICK_SET_AUTOOP_ON */
+ gettext("Services will now autoop you in channels."),
+ /* NICK_SET_AUTOOP_OFF */
+ gettext("Services will no longer autoop you in channels."),
+ /* NICK_SASET_SYNTAX */
+ gettext("SASET nickname option parameters"),
+ /* NICK_SASET_UNKNOWN_OPTION */
+ gettext("Unknown SASET option %s."),
+ /* NICK_SASET_BAD_NICK */
+ gettext("Nickname %s not registered."),
+ /* NICK_SASET_DISPLAY_INVALID */
+ gettext("The new display for %s MUST be a nickname of the nickname group!"),
+ /* NICK_SASET_PASSWORD_FAILED */
+ gettext("Sorry, couldn't change password for %s."),
+ /* NICK_SASET_PASSWORD_CHANGED */
+ gettext("Password for %s changed."),
+ /* NICK_SASET_PASSWORD_CHANGED_TO */
+ gettext("Password for %s changed to %s."),
+ /* NICK_SASET_EMAIL_CHANGED */
+ gettext("E-mail address for %s changed to %s."),
+ /* NICK_SASET_EMAIL_UNSET */
+ gettext("E-mail address for %s unset."),
+ /* NICK_SASET_GREET_CHANGED */
+ gettext("Greet message for %s changed to %s."),
+ /* NICK_SASET_GREET_UNSET */
+ gettext("Greet message for %s unset."),
+ /* NICK_SASET_KILL_SYNTAX */
+ gettext("SASET nickname KILL {ON | QUICK | OFF}"),
+ /* NICK_SASET_KILL_IMMED_SYNTAX */
+ gettext("SASET nickname KILL {ON | QUICK | IMMED | OFF}"),
+ /* NICK_SASET_KILL_ON */
+ gettext("Protection is now ON for %s."),
+ /* NICK_SASET_KILL_QUICK */
+ gettext("Protection is now ON for %s, with a reduced delay."),
+ /* NICK_SASET_KILL_IMMED */
+ gettext("Protection is now ON for %s, with no delay."),
+ /* NICK_SASET_KILL_OFF */
+ gettext("Protection is now OFF for %s."),
+ /* NICK_SASET_SECURE_SYNTAX */
+ gettext("SASET nickname SECURE {ON | OFF}"),
+ /* NICK_SASET_SECURE_ON */
+ gettext("Secure option is now ON for %s."),
+ /* NICK_SASET_SECURE_OFF */
+ gettext("Secure option is now OFF for %s."),
+ /* NICK_SASET_PRIVATE_SYNTAX */
+ gettext("SASET nickname PRIVATE {ON | OFF}"),
+ /* NICK_SASET_PRIVATE_ON */
+ gettext("Private option is now ON for %s."),
+ /* NICK_SASET_PRIVATE_OFF */
+ gettext("Private option is now OFF for %s."),
+ /* NICK_SASET_HIDE_SYNTAX */
+ gettext("SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}"),
+ /* NICK_SASET_HIDE_EMAIL_ON */
+ gettext("The E-mail address of %s will now be hidden from %s INFO displays."),
+ /* NICK_SASET_HIDE_EMAIL_OFF */
+ gettext("The E-mail address of %s will now be shown in %s INFO displays."),
+ /* NICK_SASET_HIDE_MASK_ON */
+ gettext("The last seen user@host mask of %s will now be hidden from %s INFO displays."),
+ /* NICK_SASET_HIDE_MASK_OFF */
+ gettext("The last seen user@host mask of %s will now be shown in %s INFO displays."),
+ /* NICK_SASET_HIDE_QUIT_ON */
+ gettext("The last quit message of %s will now be hidden from %s INFO displays."),
+ /* NICK_SASET_HIDE_QUIT_OFF */
+ gettext("The last quit message of %s will now be shown in %s INFO displays."),
+ /* NICK_SASET_HIDE_STATUS_ON */
+ gettext("The services access status of %s will now be hidden from %s INFO displays."),
+ /* NICK_SASET_HIDE_STATUS_OFF */
+ gettext("The services access status of %s will now be shown in %s INFO displays."),
+ /* NICK_SASET_MSG_SYNTAX */
+ gettext("SASAET nickname PRIVATE {ON | OFF}"),
+ /* NICK_SASET_MSG_ON */
+ gettext("Services will now reply to %s with messages."),
+ /* NICK_SASET_MSG_OFF */
+ gettext("Services will now reply to %s with notices."),
+ /* NICK_SASET_NOEXPIRE_SYNTAX */
+ gettext("SASET nickname NOEXPIRE {ON | OFF}"),
+ /* NICK_SASET_NOEXPIRE_ON */
+ gettext("Nick %s will not expire."),
+ /* NICK_SASET_NOEXPIRE_OFF */
+ gettext("Nick %s will expire."),
+ /* NICK_SASET_AUTOOP_SYNTAX */
+ gettext("SASET nickname AUTOOP {ON | OFF}"),
+ /* NICK_SASET_AUTOOP_ON */
+ gettext("Services will now autoop %s in channels."),
+ /* NICK_SASET_AUTOOP_OFF */
+ gettext("Services will no longer autoop %s in channels."),
+ /* NICK_SASET_LANGUAGE_SYNTAX */
+ gettext("SASET nickname LANGUAGE number"),
+ /* NICK_ACCESS_SYNTAX */
+ gettext("ACCESS {ADD | DEL | LIST} [mask]"),
+ /* NICK_ACCESS_ALREADY_PRESENT */
+ gettext("Mask %s already present on your access list."),
+ /* NICK_ACCESS_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d access entries for a nickname."),
+ /* NICK_ACCESS_ADDED */
+ gettext("%s added to your access list."),
+ /* NICK_ACCESS_NOT_FOUND */
+ gettext("%s not found on your access list."),
+ /* NICK_ACCESS_DELETED */
+ gettext("%s deleted from your access list."),
+ /* NICK_ACCESS_LIST */
+ gettext("Access list:"),
+ /* NICK_ACCESS_LIST_X */
+ gettext("Access list for %s:"),
+ /* NICK_ACCESS_LIST_EMPTY */
+ gettext("Your access list is empty."),
+ /* NICK_ACCESS_LIST_X_EMPTY */
+ gettext("Access list for %s is empty."),
+ /* NICK_STATUS_REPLY */
+ gettext("STATUS %s %d %s"),
+ /* NICK_INFO_SYNTAX */
+ gettext("INFO nick"),
+ /* NICK_INFO_REALNAME */
+ gettext("%s is %s"),
+ /* NICK_INFO_SERVICES_OPERTYPE */
+ gettext("%s is a services operator of type %s."),
+ /* NICK_INFO_ADDRESS */
+ gettext("Last seen address: %s"),
+ /* NICK_INFO_ADDRESS_ONLINE */
+ gettext(" Is online from: %s"),
+ /* NICK_INFO_ADDRESS_ONLINE_NOHOST */
+ gettext("%s is currently online."),
+ /* NICK_INFO_TIME_REGGED */
+ gettext(" Time registered: %s"),
+ /* NICK_INFO_LAST_SEEN */
+ gettext(" Last seen time: %s"),
+ /* NICK_INFO_LAST_QUIT */
+ gettext("Last quit message: %s"),
+ /* NICK_INFO_URL */
+ gettext(" URL: %s"),
+ /* NICK_INFO_EMAIL */
+ gettext(" E-mail address: %s"),
+ /* NICK_INFO_VHOST */
+ gettext(" vhost: %s"),
+ /* NICK_INFO_VHOST2 */
+ gettext(" vhost: %s@%s"),
+ /* NICK_INFO_GREET */
+ gettext(" Greet message: %s"),
+ /* NICK_INFO_OPTIONS */
+ gettext(" Options: %s"),
+ /* NICK_INFO_EXPIRE */
+ gettext("Expires on: %s"),
+ /* NICK_INFO_OPT_KILL */
+ gettext("Protection"),
+ /* NICK_INFO_OPT_SECURE */
+ gettext("Security"),
+ /* NICK_INFO_OPT_PRIVATE */
+ gettext("Private"),
+ /* NICK_INFO_OPT_MSG */
+ gettext("Message mode"),
+ /* NICK_INFO_OPT_AUTOOP */
+ gettext("Auto-op"),
+ /* NICK_INFO_OPT_NONE */
+ gettext("None"),
+ /* NICK_INFO_NO_EXPIRE */
+ gettext("This nickname will not expire."),
+ /* NICK_INFO_SUSPENDED */
+ gettext("This nickname is currently suspended, reason: %s"),
+ /* NICK_INFO_SUSPENDED_NO_REASON */
+ gettext("This nickname is currently suspended"),
+ /* NICK_LIST_SYNTAX */
+ gettext("LIST pattern"),
+ /* NICK_LIST_SERVADMIN_SYNTAX */
+ gettext("LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]"),
+ /* NICK_LIST_HEADER */
+ gettext("List of entries matching %s:"),
+ /* NICK_LIST_RESULTS */
+ gettext("End of list - %d/%d matches shown."),
+ /* NICK_ALIST_SYNTAX */
+ gettext("ALIST nickname"),
+ /* NICK_ALIST_HEADER */
+ gettext("Channels that you have access on:\n"
+ " Num Channel Level Description"),
+ /* NICK_ALIST_HEADER_X */
+ gettext("Channels that %s has access on:\n"
+ " Num Channel Level Description"),
+ /* NICK_ALIST_XOP_FORMAT */
+ gettext(" %3d %c%-20s %-8s %s"),
+ /* NICK_ALIST_ACCESS_FORMAT */
+ gettext(" %3d %c%-20s %-8d %s"),
+ /* NICK_ALIST_FOOTER */
+ gettext("End of list - %d/%d channels shown."),
+ /* NICK_GLIST_HEADER */
+ gettext("List of nicknames in your group:"),
+ /* NICK_GLIST_HEADER_X */
+ gettext("List of nicknames in the group of %s:"),
+ /* NICK_GLIST_FOOTER */
+ gettext("%d nicknames in the group."),
+ /* NICK_GLIST_REPLY */
+ gettext(" %s (expires in %s)"),
+ /* NICK_GLIST_REPLY_NOEXPIRE */
+ gettext(" %s (does not expire)"),
+ /* NICK_RECOVER_SYNTAX */
+ gettext("RECOVER nickname [password]"),
+ /* NICK_NO_RECOVER_SELF */
+ gettext("You can't recover yourself!"),
+ /* NICK_RECOVERED */
+ gettext("User claiming your nick has been killed.\n"
+ "%R%s RELEASE %s to get it back before %s timeout."),
+ /* NICK_RELEASE_SYNTAX */
+ gettext("RELEASE nickname [password]"),
+ /* NICK_RELEASE_NOT_HELD */
+ gettext("Nick %s isn't being held."),
+ /* NICK_RELEASED */
+ gettext("Services' hold on your nick has been released."),
+ /* NICK_GHOST_SYNTAX */
+ gettext("GHOST nickname [password]"),
+ /* NICK_NO_GHOST_SELF */
+ gettext("You can't ghost yourself!"),
+ /* NICK_GHOST_KILLED */
+ gettext("Ghost with your nick has been killed."),
+ /* NICK_GETPASS_SYNTAX */
+ gettext("GETPASS nickname"),
+ /* NICK_GETPASS_UNAVAILABLE */
+ gettext("GETPASS command unavailable because encryption is in use."),
+ /* NICK_GETPASS_PASSWORD_IS */
+ gettext("Password for %s is %s."),
+ /* NICK_GETEMAIL_SYNTAX */
+ gettext("GETEMAIL user@email-host No WildCards!!"),
+ /* NICK_GETEMAIL_EMAILS_ARE */
+ gettext("Emails Match %s to %s."),
+ /* NICK_GETEMAIL_NOT_USED */
+ gettext("No Emails listed for %s."),
+ /* NICK_SENDPASS_SYNTAX */
+ gettext("SENDPASS nickname"),
+ /* NICK_SENDPASS_UNAVAILABLE */
+ gettext("SENDPASS command unavailable because encryption is in use."),
+ /* NICK_SENDPASS_SUBJECT */
+ gettext("Nickname password (%s)"),
+ /* NICK_SENDPASS */
+ gettext("Hi,\n"
+ " \n"
+ "You have requested to receive the password of nickname %s by e-mail.\n"
+ "The password is %s. For security purposes, you should change it as soon as you receive this mail.\n"
+ " \n"
+ "If you don't know why this mail was sent to you, please ignore it silently.\n"
+ " \n"
+ "%s administrators."),
+ /* NICK_SENDPASS_OK */
+ gettext("Password of %s has been sent."),
+ /* NICK_RESETPASS_SYNTAX */
+ gettext("RESETPASS nickname"),
+ /* NICK_RESETPASS_SUBJECT */
+ gettext("Reset password request for %s"),
+ /* NICK_RESETPASS_MESSAGE */
+ gettext("Hi,\n"
+ " \n"
+ "You have requested to have the password for %s reset.\n"
+ "To reset your password, type %R%s CONFIRM %s\n"
+ " \n"
+ "If you don't know why this mail was sent to you, please ignore it silently.\n"
+ " \n"
+ "%s administrators."),
+ /* NICK_RESETPASS_COMPLETE */
+ gettext("Password reset email for %s has been sent."),
+ /* NICK_SUSPEND_SYNTAX */
+ gettext("SUSPEND nickname reason"),
+ /* NICK_SUSPEND_SUCCEEDED */
+ gettext("Nick %s is now suspended."),
+ /* NICK_SUSPEND_FAILED */
+ gettext("Couldn't suspend nick %s!"),
+ /* NICK_UNSUSPEND_SYNTAX */
+ gettext("UNSUSPEND nickname"),
+ /* NICK_UNSUSPEND_SUCCEEDED */
+ gettext("Nick %s is now released."),
+ /* NICK_UNSUSPEND_FAILED */
+ gettext("Couldn't release nick %s!"),
+ /* NICK_FORBID_SYNTAX */
+ gettext("FORBID nickname [reason]"),
+ /* NICK_FORBID_SYNTAX_REASON */
+ gettext("FORBID nickname reason"),
+ /* NICK_FORBID_SUCCEEDED */
+ gettext("Nick %s is now forbidden."),
+ /* NICK_FORBID_FAILED */
+ gettext("Couldn't forbid nick %s!"),
+ /* NICK_REQUESTED */
+ gettext("This nick has already been requested, please check your e-mail address for the pass code"),
+ /* NICK_REG_RESENT */
+ gettext("Your passcode has been re-sent to %s."),
+ /* NICK_REG_UNABLE */
+ gettext("Nick NOT registered, please try again later."),
+ /* NICK_IS_PREREG */
+ gettext("This nick is awaiting an e-mail verification code before completing registration."),
+ /* NICK_ENTER_REG_CODE */
+ gettext("A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration"),
+ /* NICK_GETPASS_PASSCODE_IS */
+ gettext("Passcode for %s is %s."),
+ /* NICK_FORCE_REG */
+ gettext("Nickname %s confirmed"),
+ /* NICK_REG_MAIL_SUBJECT */
+ gettext("Nickname Registration (%s)"),
+ /* NICK_REG_MAIL */
+ gettext("Hi,\n"
+ " \n"
+ "You have requested to register the nickname %s on %s.\n"
+ "Please type \" %R%s confirm %s \" to complete registration.\n"
+ " \n"
+ "If you don't know why this mail was sent to you, please ignore it silently.\n"
+ " \n"
+ "%s administrators."),
+ /* NICK_CONFIRM_NOT_FOUND */
+ gettext("Registration step 1 may have expired, please use \"%R%s register <password> <email>\" first."),
+ /* NICK_CONFIRM_INVALID */
+ gettext("Invalid passcode has been entered, please check the e-mail again, and retry"),
+ /* NICK_CONFIRM_EXPIRED */
+ gettext("Your password reset request has expired."),
+ /* NICK_CONFIRM_SUCCESS */
+ gettext("You are now identified for your nick. Change your password using \"%R%s SET PASSWORD newpassword\" now."),
+ /* CHAN_LEVEL_AUTOOP */
+ gettext("Automatic channel operator status"),
+ /* CHAN_LEVEL_AUTOVOICE */
+ gettext("Automatic mode +v"),
+ /* CHAN_LEVEL_AUTOHALFOP */
+ gettext("Automatic mode +h"),
+ /* CHAN_LEVEL_AUTOPROTECT */
+ gettext("Automatic mode +a"),
+ /* CHAN_LEVEL_AUTODEOP */
+ gettext("Channel operator status disallowed"),
+ /* CHAN_LEVEL_NOJOIN */
+ gettext("Not allowed to join channel"),
+ /* CHAN_LEVEL_INVITE */
+ gettext("Allowed to use INVITE command"),
+ /* CHAN_LEVEL_AKICK */
+ gettext("Allowed to use AKICK command"),
+ /* CHAN_LEVEL_SET */
+ gettext("Allowed to use SET command (not FOUNDER/PASSWORD)"),
+ /* CHAN_LEVEL_CLEAR */
+ gettext("Allowed to use CLEAR command"),
+ /* CHAN_LEVEL_UNBAN */
+ gettext("Allowed to use UNBAN command"),
+ /* CHAN_LEVEL_OPDEOP */
+ gettext("Allowed to use OP/DEOP commands"),
+ /* CHAN_LEVEL_ACCESS_LIST */
+ gettext("Allowed to view the access list"),
+ /* CHAN_LEVEL_ACCESS_CHANGE */
+ gettext("Allowed to modify the access list"),
+ /* CHAN_LEVEL_MEMO */
+ gettext("Allowed to list/read channel memos"),
+ /* CHAN_LEVEL_ASSIGN */
+ gettext("Allowed to assign/unassign a bot"),
+ /* CHAN_LEVEL_BADWORDS */
+ gettext("Allowed to use BADWORDS command"),
+ /* CHAN_LEVEL_NOKICK */
+ gettext("Never kicked by the bot's kickers"),
+ /* CHAN_LEVEL_FANTASIA */
+ gettext("Allowed to use fantaisist commands"),
+ /* CHAN_LEVEL_SAY */
+ gettext("Allowed to use SAY and ACT commands"),
+ /* CHAN_LEVEL_GREET */
+ gettext("Greet message displayed"),
+ /* CHAN_LEVEL_VOICEME */
+ gettext("Allowed to (de)voice him/herself"),
+ /* CHAN_LEVEL_VOICE */
+ gettext("Allowed to use VOICE/DEVOICE commands"),
+ /* CHAN_LEVEL_GETKEY */
+ gettext("Allowed to use GETKEY command"),
+ /* CHAN_LEVEL_OPDEOPME */
+ gettext("Allowed to (de)op him/herself"),
+ /* CHAN_LEVEL_HALFOPME */
+ gettext("Allowed to (de)halfop him/herself"),
+ /* CHAN_LEVEL_HALFOP */
+ gettext("Allowed to use HALFOP/DEHALFOP commands"),
+ /* CHAN_LEVEL_PROTECTME */
+ gettext("Allowed to (de)protect him/herself"),
+ /* CHAN_LEVEL_PROTECT */
+ gettext("Allowed to use PROTECT/DEPROTECT commands"),
+ /* CHAN_LEVEL_KICKME */
+ gettext("Allowed to kick him/herself"),
+ /* CHAN_LEVEL_KICK */
+ gettext("Allowed to use KICK command"),
+ /* CHAN_LEVEL_SIGNKICK */
+ gettext("No signed kick when SIGNKICK LEVEL is used"),
+ /* CHAN_LEVEL_BANME */
+ gettext("Allowed to ban him/herself"),
+ /* CHAN_LEVEL_BAN */
+ gettext("Allowed to use BAN command"),
+ /* CHAN_LEVEL_TOPIC */
+ gettext("Allowed to use TOPIC command"),
+ /* CHAN_LEVEL_INFO */
+ gettext("Allowed to use INFO command with ALL option"),
+ /* CHAN_LEVEL_AUTOOWNER */
+ gettext("Automatic mode +q"),
+ /* CHAN_LEVEL_OWNER */
+ gettext("Allowed to use OWNER command"),
+ /* CHAN_LEVEL_OWNERME */
+ gettext("Allowed to (de)owner him/herself"),
+ /* CHAN_LEVEL_FOUNDER */
+ gettext("Allowed to issue commands restricted to channel founders"),
+ /* CHAN_IS_REGISTERED */
+ gettext("This channel has been registered with %s."),
+ /* CHAN_NOT_ALLOWED_OP */
+ gettext("You are not allowed chanop status on channel %s."),
+ /* CHAN_MAY_NOT_BE_USED */
+ gettext("This channel may not be used."),
+ /* CHAN_NOT_ALLOWED_TO_JOIN */
+ gettext("You are not permitted to be on this channel."),
+ /* CHAN_X_INVALID */
+ gettext("Channel %s is not a valid channel."),
+ /* CHAN_REGISTER_SYNTAX */
+ gettext("REGISTER channel description"),
+ /* CHAN_REGISTER_DISABLED */
+ gettext("Sorry, channel registration is temporarily disabled."),
+ /* CHAN_REGISTER_NOT_LOCAL */
+ gettext("Local channels cannot be registered."),
+ /* CHAN_MAY_NOT_BE_REGISTERED */
+ gettext("Channel %s may not be registered."),
+ /* CHAN_ALREADY_REGISTERED */
+ gettext("Channel %s is already registered!"),
+ /* CHAN_MUST_BE_CHANOP */
+ gettext("You must be a channel operator to register the channel."),
+ /* CHAN_REACHED_CHANNEL_LIMIT */
+ gettext("Sorry, you have already reached your limit of %d channels."),
+ /* CHAN_EXCEEDED_CHANNEL_LIMIT */
+ gettext("Sorry, you have already exceeded your limit of %d channels."),
+ /* CHAN_REGISTERED */
+ gettext("Channel %s registered under your nickname: %s"),
+ /* CHAN_REGISTER_NONE_CHANNEL */
+ gettext("You have attempted to register a nonexistent channel %s"),
+ /* CHAN_SYMBOL_REQUIRED */
+ gettext("Please use the symbol of # when attempting to register"),
+ /* CHAN_DROP_SYNTAX */
+ gettext("DROP channel"),
+ /* CHAN_DROP_DISABLED */
+ gettext("Sorry, channel de-registration is temporarily disabled."),
+ /* CHAN_DROPPED */
+ gettext("Channel %s has been dropped."),
+ /* CHAN_SASET_SYNTAX */
+ gettext("SASET channel option parameters"),
+ /* CHAN_SASET_KEEPTOPIC_SYNTAX */
+ gettext("SASET channel KEEPTOPIC {ON | OFF}"),
+ /* CHAN_SASET_OPNOTICE_SYNTAX */
+ gettext("SASET channel OPNOTICE {ON | OFF}"),
+ /* CHAN_SASET_PEACE_SYNTAX */
+ gettext("SASET channel PEACE {ON | OFF}"),
+ /* CHAN_SASET_PERSIST_SYNTAX */
+ gettext("SASET channel PERSIST {ON | OFF}"),
+ /* CHAN_SASET_PRIVATE_SYNTAX */
+ gettext("SASET channel PRIVATE {ON | OFF}"),
+ /* CHAN_SASET_RESTRICTED_SYNTAX */
+ gettext("SASET channel RESTRICTED {ON | OFF}"),
+ /* CHAN_SASET_SECURE_SYNTAX */
+ gettext("SASET channel SECURE {ON | OFF}"),
+ /* CHAN_SASET_SECUREFOUNDER_SYNTAX */
+ gettext("SASET channel SECUREFOUNDER {ON | OFF}"),
+ /* CHAN_SASET_SECUREOPS_SYNTAX */
+ gettext("SASET channel SECUREOPS {ON | OFF}"),
+ /* CHAN_SASET_SIGNKICK_SYNTAX */
+ gettext("SASET channel SIGNKICK {ON | OFF}"),
+ /* CHAN_SASET_TOPICLOCK_SYNTAX */
+ gettext("SASET channel TOPICLOCK {ON | OFF}"),
+ /* CHAN_SASET_XOP_SYNTAX */
+ gettext("SASET channel XOP {ON | OFF}"),
+ /* CHAN_SET_SYNTAX */
+ gettext("SET channel option parameters"),
+ /* CHAN_SET_DISABLED */
+ gettext("Sorry, channel option setting is temporarily disabled."),
+ /* CHAN_SETTING_CHANGED */
+ gettext("%s for %s set to %s."),
+ /* CHAN_SETTING_UNSET */
+ gettext("%s for %s unset."),
+ /* CHAN_SET_FOUNDER_TOO_MANY_CHANS */
+ gettext("%s has too many channels registered."),
+ /* CHAN_FOUNDER_CHANGED */
+ gettext("Founder of %s changed to %s."),
+ /* CHAN_SUCCESSOR_CHANGED */
+ gettext("Successor for %s changed to %s."),
+ /* CHAN_SUCCESSOR_UNSET */
+ gettext("Successor for %s unset."),
+ /* CHAN_SUCCESSOR_IS_FOUNDER */
+ gettext("%s cannot be the successor on channel %s because he is its founder."),
+ /* CHAN_DESC_CHANGED */
+ gettext("Description of %s changed to %s."),
+ /* CHAN_EMAIL_CHANGED */
+ gettext("E-mail address for %s changed to %s."),
+ /* CHAN_EMAIL_UNSET */
+ gettext("E-mail address for %s unset."),
+ /* CHAN_ENTRY_MSG_CHANGED */
+ gettext("Entry message for %s changed."),
+ /* CHAN_ENTRY_MSG_UNSET */
+ gettext("Entry message for %s unset."),
+ /* CHAN_SET_BANTYPE_INVALID */
+ gettext("%s is not a valid ban type."),
+ /* CHAN_SET_BANTYPE_CHANGED */
+ gettext("Ban type for channel %s is now #%d."),
+ /* CHAN_SET_MLOCK_UNKNOWN_CHAR */
+ gettext("Unknown mode character %c ignored."),
+ /* CHAN_SET_MLOCK_IMPOSSIBLE_CHAR */
+ gettext("Mode %c ignored because you can't lock it."),
+ /* CHAN_SET_MLOCK_L_REQUIRED */
+ gettext("You must lock mode +l as well to lock mode +L."),
+ /* CHAN_SET_MLOCK_K_REQUIRED */
+ gettext("You must lock mode +i as well to lock mode +K."),
+ /* CHAN_MLOCK_CHANGED */
+ gettext("Mode lock on channel %s changed to %s."),
+ /* CHAN_SET_KEEPTOPIC_SYNTAX */
+ gettext("SET channel KEEPTOPIC {ON | OFF}"),
+ /* CHAN_SET_KEEPTOPIC_ON */
+ gettext("Topic retention option for %s is now ON."),
+ /* CHAN_SET_KEEPTOPIC_OFF */
+ gettext("Topic retention option for %s is now OFF."),
+ /* CHAN_SET_TOPICLOCK_SYNTAX */
+ gettext("SET channel TOPICLOCK {ON | OFF}"),
+ /* CHAN_SET_TOPICLOCK_ON */
+ gettext("Topic lock option for %s is now ON."),
+ /* CHAN_SET_TOPICLOCK_OFF */
+ gettext("Topic lock option for %s is now OFF."),
+ /* CHAN_SET_PEACE_SYNTAX */
+ gettext("SET channel PEACE {ON | OFF}"),
+ /* CHAN_SET_PEACE_ON */
+ gettext("Peace option for %s is now ON."),
+ /* CHAN_SET_PEACE_OFF */
+ gettext("Peace option for %s is now OFF."),
+ /* CHAN_SET_PRIVATE_SYNTAX */
+ gettext("SET channel PRIVATE {ON | OFF}"),
+ /* CHAN_SET_PRIVATE_ON */
+ gettext("Private option for %s is now ON."),
+ /* CHAN_SET_PRIVATE_OFF */
+ gettext("Private option for %s is now OFF."),
+ /* CHAN_SET_SECUREOPS_SYNTAX */
+ gettext("SET channel SECUREOPS {ON | OFF}"),
+ /* CHAN_SET_SECUREOPS_ON */
+ gettext("Secure ops option for %s is now ON."),
+ /* CHAN_SET_SECUREOPS_OFF */
+ gettext("Secure ops option for %s is now OFF."),
+ /* CHAN_SET_SECUREFOUNDER_SYNTAX */
+ gettext("SET channel SECUREFOUNDER {ON | OFF}"),
+ /* CHAN_SET_SECUREFOUNDER_ON */
+ gettext("Secure founder option for %s is now ON."),
+ /* CHAN_SET_SECUREFOUNDER_OFF */
+ gettext("Secure founder option for %s is now OFF."),
+ /* CHAN_SET_RESTRICTED_SYNTAX */
+ gettext("SET channel RESTRICTED {ON | OFF}"),
+ /* CHAN_SET_RESTRICTED_ON */
+ gettext("Restricted access option for %s is now ON."),
+ /* CHAN_SET_RESTRICTED_OFF */
+ gettext("Restricted access option for %s is now OFF."),
+ /* CHAN_SET_SECURE_SYNTAX */
+ gettext("SET channel SECURE {ON | OFF}"),
+ /* CHAN_SET_SECURE_ON */
+ gettext("Secure option for %s is now ON."),
+ /* CHAN_SET_SECURE_OFF */
+ gettext("Secure option for %s is now OFF."),
+ /* CHAN_SET_SIGNKICK_SYNTAX */
+ gettext("SET channel SIGNKICK {ON | LEVEL | OFF}"),
+ /* CHAN_SET_SIGNKICK_ON */
+ gettext("Signed kick option for %s is now ON."),
+ /* CHAN_SET_SIGNKICK_LEVEL */
+ gettext("Signed kick option for %s is now ON, but depends of the\n"
+ "level of the user that is using the command."),
+ /* CHAN_SET_SIGNKICK_OFF */
+ gettext("Signed kick option for %s is now OFF."),
+ /* CHAN_SET_OPNOTICE_SYNTAX */
+ gettext("SET channel OPNOTICE {ON | OFF}"),
+ /* CHAN_SET_OPNOTICE_ON */
+ gettext("Op-notice option for %s is now ON."),
+ /* CHAN_SET_OPNOTICE_OFF */
+ gettext("Op-notice option for %s is now OFF."),
+ /* CHAN_SET_XOP_SYNTAX */
+ gettext("SET channel XOP {ON | OFF}"),
+ /* CHAN_SET_XOP_ON */
+ gettext("xOP lists system for %s is now ON."),
+ /* CHAN_SET_XOP_OFF */
+ gettext("xOP lists system for %s is now OFF."),
+ /* CHAN_SET_PERSIST_SYNTAX */
+ gettext("SET channel PERSIST {ON | OFF}"),
+ /* CHAN_SET_PERSIST_ON */
+ gettext("Channel %s is now persistant."),
+ /* CHAN_SET_PERSIST_OFF */
+ gettext("Channel %s is no longer persistant."),
+ /* CHAN_SET_NOEXPIRE_SYNTAX */
+ gettext("SET channel NOEXPIRE {ON | OFF}"),
+ /* CHAN_SET_NOEXPIRE_ON */
+ gettext("Channel %s will not expire."),
+ /* CHAN_SET_NOEXPIRE_OFF */
+ gettext("Channel %s will expire."),
+ /* CHAN_XOP_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d AOP/SOP/VOP entries on a channel."),
+ /* CHAN_XOP_LIST_FORMAT */
+ gettext(" %3d %s"),
+ /* CHAN_XOP_ACCESS */
+ gettext("You can't use this command. Use the ACCESS command instead.\n"
+ "Type %R%s HELP ACCESS for more information."),
+ /* CHAN_XOP_NOT_AVAILABLE */
+ gettext("xOP system is not available."),
+ /* CHAN_QOP_SYNTAX */
+ gettext("QOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"),
+ /* CHAN_QOP_DISABLED */
+ gettext("Sorry, channel QOP list modification is temporarily disabled."),
+ /* CHAN_QOP_NICKS_ONLY */
+ gettext("Channel QOP lists may only contain registered nicknames."),
+ /* CHAN_QOP_ADDED */
+ gettext("%s added to %s QOP list."),
+ /* CHAN_QOP_MOVED */
+ gettext("%s moved to %s QOP list."),
+ /* CHAN_QOP_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s QOP list."),
+ /* CHAN_QOP_NOT_FOUND */
+ gettext("%s not found on %s QOP list."),
+ /* CHAN_QOP_NO_MATCH */
+ gettext("No matching entries on %s QOP list."),
+ /* CHAN_QOP_DELETED */
+ gettext("%s deleted from %s QOP list."),
+ /* CHAN_QOP_DELETED_ONE */
+ gettext("Deleted 1 entry from %s QOP list."),
+ /* CHAN_QOP_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s QOP list."),
+ /* CHAN_QOP_LIST_EMPTY */
+ gettext("%s QOP list is empty."),
+ /* CHAN_QOP_LIST_HEADER */
+ gettext("QOP list for %s:\n"
+ " Num Nick"),
+ /* CHAN_QOP_CLEAR */
+ gettext("Channel %s QOP list has been cleared."),
+ /* CHAN_AOP_SYNTAX */
+ gettext("AOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"),
+ /* CHAN_AOP_DISABLED */
+ gettext("Sorry, channel AOP list modification is temporarily disabled."),
+ /* CHAN_AOP_NICKS_ONLY */
+ gettext("Channel AOP lists may only contain registered nicknames."),
+ /* CHAN_AOP_ADDED */
+ gettext("%s added to %s AOP list."),
+ /* CHAN_AOP_MOVED */
+ gettext("%s moved to %s AOP list."),
+ /* CHAN_AOP_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s AOP list."),
+ /* CHAN_AOP_NOT_FOUND */
+ gettext("%s not found on %s AOP list."),
+ /* CHAN_AOP_NO_MATCH */
+ gettext("No matching entries on %s AOP list."),
+ /* CHAN_AOP_DELETED */
+ gettext("%s deleted from %s AOP list."),
+ /* CHAN_AOP_DELETED_ONE */
+ gettext("Deleted 1 entry from %s AOP list."),
+ /* CHAN_AOP_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s AOP list."),
+ /* CHAN_AOP_LIST_EMPTY */
+ gettext("%s AOP list is empty."),
+ /* CHAN_AOP_LIST_HEADER */
+ gettext("AOP list for %s:\n"
+ " Num Nick"),
+ /* CHAN_AOP_CLEAR */
+ gettext("Channel %s AOP list has been cleared."),
+ /* CHAN_HOP_SYNTAX */
+ gettext("HOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"),
+ /* CHAN_HOP_DISABLED */
+ gettext("Sorry, channel HOP list modification is temporarily disabled."),
+ /* CHAN_HOP_NICKS_ONLY */
+ gettext("Channel HOP lists may only contain registered nicknames."),
+ /* CHAN_HOP_ADDED */
+ gettext("%s added to %s HOP list."),
+ /* CHAN_HOP_MOVED */
+ gettext("%s moved to %s HOP list."),
+ /* CHAN_HOP_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s HOP list."),
+ /* CHAN_HOP_NOT_FOUND */
+ gettext("%s not found on %s HOP list."),
+ /* CHAN_HOP_NO_MATCH */
+ gettext("No matching entries on %s HOP list."),
+ /* CHAN_HOP_DELETED */
+ gettext("%s deleted from %s HOP list."),
+ /* CHAN_HOP_DELETED_ONE */
+ gettext("Deleted 1 entry from %s HOP list."),
+ /* CHAN_HOP_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s HOP list."),
+ /* CHAN_HOP_LIST_EMPTY */
+ gettext("%s HOP list is empty."),
+ /* CHAN_HOP_LIST_HEADER */
+ gettext("HOP list for %s:\n"
+ " Num Nick"),
+ /* CHAN_HOP_CLEAR */
+ gettext("Channel %s HOP list has been cleared."),
+ /* CHAN_SOP_SYNTAX */
+ gettext("SOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"),
+ /* CHAN_SOP_DISABLED */
+ gettext("Sorry, channel SOP list modification is temporarily disabled."),
+ /* CHAN_SOP_NICKS_ONLY */
+ gettext("Channel SOP lists may only contain registered nicknames."),
+ /* CHAN_SOP_ADDED */
+ gettext("%s added to %s SOP list."),
+ /* CHAN_SOP_MOVED */
+ gettext("%s moved to %s SOP list."),
+ /* CHAN_SOP_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s SOP list."),
+ /* CHAN_SOP_NOT_FOUND */
+ gettext("%s not found on %s SOP list."),
+ /* CHAN_SOP_NO_MATCH */
+ gettext("No matching entries on %s SOP list."),
+ /* CHAN_SOP_DELETED */
+ gettext("%s deleted from %s SOP list."),
+ /* CHAN_SOP_DELETED_ONE */
+ gettext("Deleted 1 entry from %s SOP list."),
+ /* CHAN_SOP_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s SOP list."),
+ /* CHAN_SOP_LIST_EMPTY */
+ gettext("%s SOP list is empty."),
+ /* CHAN_SOP_LIST_HEADER */
+ gettext("SOP list for %s:\n"
+ " Num Nick"),
+ /* CHAN_SOP_CLEAR */
+ gettext("Channel %s SOP list has been cleared."),
+ /* CHAN_VOP_SYNTAX */
+ gettext("VOP channel {ADD|DEL|LIST|CLEAR} [nick | entry-list]"),
+ /* CHAN_VOP_DISABLED */
+ gettext("Sorry, channel VOP list modification is temporarily disabled."),
+ /* CHAN_VOP_NICKS_ONLY */
+ gettext("Channel VOP lists may only contain registered nicknames."),
+ /* CHAN_VOP_ADDED */
+ gettext("%s added to %s VOP list."),
+ /* CHAN_VOP_MOVED */
+ gettext("%s moved to %s VOP list."),
+ /* CHAN_VOP_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s VOP list."),
+ /* CHAN_VOP_NOT_FOUND */
+ gettext("%s not found on %s VOP list."),
+ /* CHAN_VOP_NO_MATCH */
+ gettext("No matching entries on %s VOP list."),
+ /* CHAN_VOP_DELETED */
+ gettext("%s deleted from %s VOP list."),
+ /* CHAN_VOP_DELETED_ONE */
+ gettext("Deleted 1 entry from %s VOP list."),
+ /* CHAN_VOP_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s VOP list."),
+ /* CHAN_VOP_LIST_EMPTY */
+ gettext("%s VOP list is empty."),
+ /* CHAN_VOP_LIST_HEADER */
+ gettext("VOP list for %s:\n"
+ " Num Nick"),
+ /* CHAN_VOP_CLEAR */
+ gettext("Channel %s VOP list has been cleared."),
+ /* CHAN_ACCESS_SYNTAX */
+ gettext("ACCESS channel {ADD|DEL|LIST|VIEW|CLEAR} [nick [level] | entry-list]"),
+ /* CHAN_ACCESS_XOP */
+ gettext("You can't use this command. \n"
+ "Use the AOP, SOP and VOP commands instead.\n"
+ "Type %R%s HELP command for more information."),
+ /* CHAN_ACCESS_XOP_HOP */
+ gettext("You can't use this command. \n"
+ "Use the AOP, SOP, HOP and VOP commands instead.\n"
+ "Type %R%s HELP command for more information."),
+ /* CHAN_ACCESS_DISABLED */
+ gettext("Sorry, channel access list modification is temporarily disabled."),
+ /* CHAN_ACCESS_LEVEL_NONZERO */
+ gettext("Access level must be non-zero."),
+ /* CHAN_ACCESS_LEVEL_RANGE */
+ gettext("Access level must be between %d and %d inclusive."),
+ /* CHAN_ACCESS_NICKS_ONLY */
+ gettext("Channel access lists may only contain registered nicknames."),
+ /* CHAN_ACCESS_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d access entries on a channel."),
+ /* CHAN_ACCESS_LEVEL_UNCHANGED */
+ gettext("Access level for %s on %s unchanged from %d."),
+ /* CHAN_ACCESS_LEVEL_CHANGED */
+ gettext("Access level for %s on %s changed to %d."),
+ /* CHAN_ACCESS_ADDED */
+ gettext("%s added to %s access list at level %d."),
+ /* CHAN_ACCESS_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s access list."),
+ /* CHAN_ACCESS_NOT_FOUND */
+ gettext("%s not found on %s access list."),
+ /* CHAN_ACCESS_NO_MATCH */
+ gettext("No matching entries on %s access list."),
+ /* CHAN_ACCESS_DELETED */
+ gettext("%s deleted from %s access list."),
+ /* CHAN_ACCESS_DELETED_ONE */
+ gettext("Deleted 1 entry from %s access list."),
+ /* CHAN_ACCESS_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s access list."),
+ /* CHAN_ACCESS_LIST_EMPTY */
+ gettext("%s access list is empty."),
+ /* CHAN_ACCESS_LIST_HEADER */
+ gettext("Access list for %s:\n"
+ " Num Lev Nick"),
+ /* CHAN_ACCESS_LIST_FOOTER */
+ gettext("End of access list."),
+ /* CHAN_ACCESS_LIST_XOP_FORMAT */
+ gettext(" %3d %s %s"),
+ /* CHAN_ACCESS_LIST_AXS_FORMAT */
+ gettext(" %3d %4d %s"),
+ /* CHAN_ACCESS_CLEAR */
+ gettext("Channel %s access list has been cleared."),
+ /* CHAN_ACCESS_VIEW_XOP_FORMAT */
+ gettext(" %3d %s %s\n"
+ " by %s, last seen %s"),
+ /* CHAN_ACCESS_VIEW_AXS_FORMAT */
+ gettext(" %3d %4d %s\n"
+ " by %s, last seen %s"),
+ /* CHAN_AKICK_SYNTAX */
+ gettext("AKICK channel {ADD | STICK | UNSTICK | DEL | LIST | VIEW | ENFORCE | CLEAR} [nick-or-usermask] [reason]"),
+ /* CHAN_AKICK_DISABLED */
+ gettext("Sorry, channel autokick list modification is temporarily disabled."),
+ /* CHAN_AKICK_ALREADY_EXISTS */
+ gettext("%s already exists on %s autokick list."),
+ /* CHAN_AKICK_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d autokick masks on a channel."),
+ /* CHAN_AKICK_ADDED */
+ gettext("%s added to %s autokick list."),
+ /* CHAN_AKICK_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s autokick list."),
+ /* CHAN_AKICK_NOT_FOUND */
+ gettext("%s not found on %s autokick list."),
+ /* CHAN_AKICK_NO_MATCH */
+ gettext("No matching entries on %s autokick list."),
+ /* CHAN_AKICK_STUCK */
+ gettext("%s is now always active on channel %s."),
+ /* CHAN_AKICK_UNSTUCK */
+ gettext("%s is not always active anymore on channel %s."),
+ /* CHAN_AKICK_DELETED */
+ gettext("%s deleted from %s autokick list."),
+ /* CHAN_AKICK_DELETED_ONE */
+ gettext("Deleted 1 entry from %s autokick list."),
+ /* CHAN_AKICK_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s autokick list."),
+ /* CHAN_AKICK_LIST_EMPTY */
+ gettext("%s autokick list is empty."),
+ /* CHAN_AKICK_LIST_HEADER */
+ gettext("Autokick list for %s:"),
+ /* CHAN_AKICK_LIST_FORMAT */
+ gettext(" %3d %s (%s)"),
+ /* CHAN_AKICK_VIEW_FORMAT */
+ gettext("%3d %s (by %s on %s)\n"
+ " %s"),
+ /* CHAN_AKICK_VIEW_FORMAT_STUCK */
+ gettext("%3d %s (stuck) (by %s on %s)\n"
+ " %s"),
+ /* CHAN_AKICK_LAST_USED */
+ gettext(" Last used %s"),
+ /* CHAN_AKICK_ENFORCE_DONE */
+ gettext("AKICK ENFORCE for %s complete; %d users were affected."),
+ /* CHAN_AKICK_CLEAR */
+ gettext("Channel %s akick list has been cleared."),
+ /* CHAN_LEVELS_SYNTAX */
+ gettext("LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]]"),
+ /* CHAN_LEVELS_XOP */
+ gettext("Levels are not available as xOP is enabled on this channel."),
+ /* CHAN_LEVELS_RANGE */
+ gettext("Level must be between %d and %d inclusive."),
+ /* CHAN_LEVELS_CHANGED */
+ gettext("Level for %s on channel %s changed to %d."),
+ /* CHAN_LEVELS_CHANGED_FOUNDER */
+ gettext("Level for %s on channel %s changed to founder only."),
+ /* CHAN_LEVELS_UNKNOWN */
+ gettext("Setting %s not known. Type %R%s HELP LEVELS DESC for a list of valid settings."),
+ /* CHAN_LEVELS_DISABLED */
+ gettext("%s disabled on channel %s."),
+ /* CHAN_LEVELS_LIST_HEADER */
+ gettext("Access level settings for channel %s:"),
+ /* CHAN_LEVELS_LIST_DISABLED */
+ gettext(" %-*s (disabled)"),
+ /* CHAN_LEVELS_LIST_FOUNDER */
+ gettext(" %-*s (founder only)"),
+ /* CHAN_LEVELS_LIST_NORMAL */
+ gettext(" %-*s %d"),
+ /* CHAN_LEVELS_RESET */
+ gettext("Access levels for %s reset to defaults."),
+ /* CHAN_STATUS_SYNTAX */
+ gettext("STATUS channel item"),
+ /* CHAN_STATUS_NOT_REGGED */
+ gettext("STATUS ERROR Channel %s not registered"),
+ /* CHAN_STATUS_FORBIDDEN */
+ gettext("STATUS ERROR Channel %s forbidden"),
+ /* CHAN_STATUS_NOTONLINE */
+ gettext("STATUS ERROR Nick %s not online"),
+ /* CHAN_STATUS_INFO */
+ gettext("STATUS %s %s %d"),
+ /* CHAN_INFO_SYNTAX */
+ gettext("INFO channel"),
+ /* CHAN_INFO_HEADER */
+ gettext("Information for channel %s:"),
+ /* CHAN_INFO_FOUNDER */
+ gettext(" Founder: %s (%s)"),
+ /* CHAN_INFO_NO_FOUNDER */
+ gettext(" Founder: %s"),
+ /* CHAN_INFO_SUCCESSOR */
+ gettext(" Successor: %s (%s)"),
+ /* CHAN_INFO_NO_SUCCESSOR */
+ gettext(" Successor: %s"),
+ /* CHAN_INFO_DESCRIPTION */
+ gettext(" Description: %s"),
+ /* CHAN_INFO_ENTRYMSG */
+ gettext(" Entry message: %s"),
+ /* CHAN_INFO_TIME_REGGED */
+ gettext(" Registered: %s"),
+ /* CHAN_INFO_LAST_USED */
+ gettext(" Last used: %s"),
+ /* CHAN_INFO_LAST_TOPIC */
+ gettext(" Last topic: %s"),
+ /* CHAN_INFO_TOPIC_SET_BY */
+ gettext(" Topic set by: %s"),
+ /* CHAN_INFO_URL */
+ gettext(" URL: %s"),
+ /* CHAN_INFO_EMAIL */
+ gettext(" E-mail address: %s"),
+ /* CHAN_INFO_BANTYPE */
+ gettext(" Ban type: %d"),
+ /* CHAN_INFO_OPTIONS */
+ gettext(" Options: %s"),
+ /* CHAN_INFO_OPT_KEEPTOPIC */
+ gettext("Topic Retention"),
+ /* CHAN_INFO_OPT_OPNOTICE */
+ gettext("OP Notice"),
+ /* CHAN_INFO_OPT_PEACE */
+ gettext("Peace"),
+ /* CHAN_INFO_OPT_RESTRICTED */
+ gettext("Restricted Access"),
+ /* CHAN_INFO_OPT_SECURE */
+ gettext("Secure"),
+ /* CHAN_INFO_OPT_SECUREOPS */
+ gettext("Secure Ops"),
+ /* CHAN_INFO_OPT_SECUREFOUNDER */
+ gettext("Secure Founder"),
+ /* CHAN_INFO_OPT_SIGNKICK */
+ gettext("Signed kicks"),
+ /* CHAN_INFO_OPT_TOPICLOCK */
+ gettext("Topic Lock"),
+ /* CHAN_INFO_OPT_XOP */
+ gettext("xOP lists system"),
+ /* CHAN_INFO_OPT_PERSIST */
+ gettext("Persistant"),
+ /* CHAN_INFO_MODE_LOCK */
+ gettext(" Mode lock: %s"),
+ /* CHAN_INFO_EXPIRE */
+ gettext(" Expires on: %s"),
+ /* CHAN_INFO_NO_EXPIRE */
+ gettext("This channel will not expire."),
+ /* CHAN_LIST_SERVADMIN_SYNTAX */
+ gettext("LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]"),
+ /* CHAN_LIST_FORMAT */
+ gettext(" %-20s %s"),
+ /* CHAN_LIST_END */
+ gettext("End of list - %d/%d matches shown."),
+ /* CHAN_INVITE_SYNTAX */
+ gettext("INVITE channel"),
+ /* CHAN_INVITE_ALREADY_IN */
+ gettext("You are already in %s! "),
+ /* CHAN_INVITE_SUCCESS */
+ gettext("You have been invited to %s."),
+ /* CHAN_INVITE_OTHER_SUCCESS */
+ gettext("%s has been invited to %s."),
+ /* CHAN_UNBAN_SYNTAX */
+ gettext("UNBAN channel [nick]"),
+ /* CHAN_UNBANNED */
+ gettext("You have been unbanned from %s."),
+ /* CHAN_UNBANNED_OTHER */
+ gettext("%s has been unbanned from %s."),
+ /* CHAN_TOPIC_SYNTAX */
+ gettext("TOPIC channel [topic]"),
+ /* CHAN_CLEAR_SYNTAX */
+ gettext("CLEAR channel what"),
+ /* CHAN_CLEARED_BANS */
+ gettext("All bans on channel %s have been removed."),
+ /* CHAN_CLEARED_EXCEPTS */
+ gettext("All excepts on channel %s have been removed."),
+ /* CHAN_CLEARED_MODES */
+ gettext("All modes on channel %s have been reset."),
+ /* CHAN_CLEARED_OPS */
+ gettext("Mode +o has been cleared from channel %s."),
+ /* CHAN_CLEARED_HOPS */
+ gettext("Mode +h has been cleared from channel %s."),
+ /* CHAN_CLEARED_VOICES */
+ gettext("Mode +v has been cleared from channel %s."),
+ /* CHAN_CLEARED_USERS */
+ gettext("All users have been kicked from channel %s."),
+ /* CHAN_CLEARED_INVITES */
+ gettext("All invites on channel %s have been removed."),
+ /* CHAN_GETKEY_SYNTAX */
+ gettext("GETKEY channel"),
+ /* CHAN_GETKEY_NOKEY */
+ gettext("The channel %s has no key."),
+ /* CHAN_GETKEY_KEY */
+ gettext("Key for channel %s is %s."),
+ /* CHAN_FORBID_SYNTAX */
+ gettext("FORBID channel [reason]"),
+ /* CHAN_FORBID_SYNTAX_REASON */
+ gettext("FORBID channel reason"),
+ /* CHAN_FORBID_SUCCEEDED */
+ gettext("Channel %s is now forbidden."),
+ /* CHAN_FORBID_FAILED */
+ gettext("Couldn't forbid channel %s!"),
+ /* CHAN_FORBID_REASON */
+ gettext("This channel has been forbidden."),
+ /* CHAN_SUSPEND_SYNTAX */
+ gettext("SUSPEND channel [reason]"),
+ /* CHAN_SUSPEND_SYNTAX_REASON */
+ gettext("SUSPEND channel reason"),
+ /* CHAN_SUSPEND_SUCCEEDED */
+ gettext("Channel %s is now suspended."),
+ /* CHAN_SUSPEND_FAILED */
+ gettext("Couldn't suspended channel %s!"),
+ /* CHAN_SUSPEND_REASON */
+ gettext("This channel has been suspended."),
+ /* CHAN_UNSUSPEND_SYNTAX */
+ gettext("UNSUSPEND channel"),
+ /* CHAN_UNSUSPEND_ERROR */
+ gettext("No # found in front of channel name."),
+ /* CHAN_UNSUSPEND_SUCCEEDED */
+ gettext("Channel %s is now released."),
+ /* CHAN_UNSUSPEND_FAILED */
+ gettext("Couldn't release channel %s!"),
+ /* CHAN_EXCEPTED */
+ gettext("%s matches an except on %s and cannot be banned until the except have been removed."),
+ /* CHAN_OP_SYNTAX */
+ gettext("OP #channel [nick]"),
+ /* CHAN_HALFOP_SYNTAX */
+ gettext("HALFOP #channel [nick]"),
+ /* CHAN_VOICE_SYNTAX */
+ gettext("VOICE #channel [nick]"),
+ /* CHAN_PROTECT_SYNTAX */
+ gettext("PROTECT #channel [nick]"),
+ /* CHAN_OWNER_SYNTAX */
+ gettext("OWNER #channel"),
+ /* CHAN_DEOP_SYNTAX */
+ gettext("DEOP #channel [nick]"),
+ /* CHAN_DEHALFOP_SYNTAX */
+ gettext("DEHALFOP #channel [nick]"),
+ /* CHAN_DEVOICE_SYNTAX */
+ gettext("DEVOICE #channel [nick]"),
+ /* CHAN_DEPROTECT_SYNTAX */
+ gettext("DEROTECT #channel [nick]"),
+ /* CHAN_DEOWNER_SYNTAX */
+ gettext("DEOWNER #channel"),
+ /* CHAN_KICK_SYNTAX */
+ gettext("KICK #channel nick [reason]"),
+ /* CHAN_BAN_SYNTAX */
+ gettext("BAN #channel nick [reason]"),
+ /* MEMO_HAVE_NEW_MEMO */
+ gettext("You have 1 new memo."),
+ /* MEMO_HAVE_NEW_MEMOS */
+ gettext("You have %d new memos."),
+ /* MEMO_TYPE_READ_LAST */
+ gettext("Type %R%s READ LAST to read it."),
+ /* MEMO_TYPE_READ_NUM */
+ gettext("Type %R%s READ %d to read it."),
+ /* MEMO_TYPE_LIST_NEW */
+ gettext("Type %R%s LIST NEW to list them."),
+ /* MEMO_AT_LIMIT */
+ gettext("Warning: You have reached your maximum number of memos (%d). You will be unable to receive any new memos until you delete some of your current ones."),
+ /* MEMO_OVER_LIMIT */
+ gettext("Warning: You are over your maximum number of memos (%d). You will be unable to receive any new memos until you delete some of your current ones."),
+ /* MEMO_X_MANY_NOTICE */
+ gettext("There are %d memos on channel %s."),
+ /* MEMO_X_ONE_NOTICE */
+ gettext("There is %d memo on channel %s."),
+ /* MEMO_NEW_X_MEMO_ARRIVED */
+ gettext("There is a new memo on channel %s.\n"
+ "Type %R%s READ %s %d to read it."),
+ /* MEMO_NEW_MEMO_ARRIVED */
+ gettext("You have a new memo from %s.\n"
+ "Type %R%s READ %d to read it."),
+ /* MEMO_HAVE_NO_MEMOS */
+ gettext("You have no memos."),
+ /* MEMO_X_HAS_NO_MEMOS */
+ gettext("%s has no memos."),
+ /* MEMO_DOES_NOT_EXIST */
+ gettext("Memo %d does not exist!"),
+ /* MEMO_LIST_NOT_FOUND */
+ gettext("No matching memos found."),
+ /* MEMO_SEND_SYNTAX */
+ gettext("SEND {nick | channel} memo-text"),
+ /* MEMO_SEND_DISABLED */
+ gettext("Sorry, memo sending is temporarily disabled."),
+ /* MEMO_SEND_PLEASE_WAIT */
+ gettext("Please wait %d seconds before using the SEND command again."),
+ /* MEMO_X_GETS_NO_MEMOS */
+ gettext("%s cannot receive memos."),
+ /* MEMO_X_HAS_TOO_MANY_MEMOS */
+ gettext("%s currently has too many memos and cannot receive more."),
+ /* MEMO_SENT */
+ gettext("Memo sent to %s."),
+ /* MEMO_MASS_SENT */
+ gettext("A massmemo has been sent to all registered users."),
+ /* MEMO_STAFF_SYNTAX */
+ gettext("STAFF memo-text"),
+ /* MEMO_CANCEL_SYNTAX */
+ gettext("CANCEL {nick | channel}"),
+ /* MEMO_CANCEL_DISABLED */
+ gettext("Sorry, memo canceling is temporarily disabled."),
+ /* MEMO_CANCEL_NONE */
+ gettext("No memo was cancelable."),
+ /* MEMO_CANCELLED */
+ gettext("Last memo to %s has been cancelled."),
+ /* MEMO_LIST_SYNTAX */
+ gettext("LIST [channel] [list | NEW]"),
+ /* MEMO_HAVE_NO_NEW_MEMOS */
+ gettext("You have no new memos."),
+ /* MEMO_X_HAS_NO_NEW_MEMOS */
+ gettext("%s has no new memos."),
+ /* MEMO_LIST_MEMOS */
+ gettext("Memos for %s. To read, type: %R%s READ num"),
+ /* MEMO_LIST_NEW_MEMOS */
+ gettext("New memos for %s. To read, type: %R%s READ num"),
+ /* MEMO_LIST_CHAN_MEMOS */
+ gettext("Memos for %s. To read, type: %R%s READ %s num"),
+ /* MEMO_LIST_CHAN_NEW_MEMOS */
+ gettext("New memos for %s. To read, type: %R%s READ %s num"),
+ /* MEMO_LIST_HEADER */
+ gettext(" Num Sender Date/Time"),
+ /* MEMO_LIST_FORMAT */
+ gettext("%c%3d %-16s %s"),
+ /* MEMO_READ_SYNTAX */
+ gettext("READ [channel] {list | LAST | NEW}"),
+ /* MEMO_HEADER */
+ gettext("Memo %d from %s (%s). To delete, type: %R%s DEL %d"),
+ /* MEMO_CHAN_HEADER */
+ gettext("Memo %d from %s (%s). To delete, type: %R%s DEL %s %d"),
+ /* MEMO_TEXT */
+ gettext("%s"),
+ /* MEMO_DEL_SYNTAX */
+ gettext("DEL [channel] {num | list | ALL}"),
+ /* MEMO_DELETED_NONE */
+ gettext("No memos were deleted."),
+ /* MEMO_DELETED_ONE */
+ gettext("Memo %d has been deleted."),
+ /* MEMO_DELETED_SEVERAL */
+ gettext("Memos %s have been deleted."),
+ /* MEMO_DELETED_ALL */
+ gettext("All of your memos have been deleted."),
+ /* MEMO_CHAN_DELETED_ALL */
+ gettext("All memos for channel %s have been deleted."),
+ /* MEMO_SET_DISABLED */
+ gettext("Sorry, memo option setting is temporarily disabled."),
+ /* MEMO_SET_NOTIFY_SYNTAX */
+ gettext("SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF }"),
+ /* MEMO_SET_NOTIFY_ON */
+ gettext("%s will now notify you of memos when you log on and when they are sent to you."),
+ /* MEMO_SET_NOTIFY_LOGON */
+ gettext("%s will now notify you of memos when you log on or unset /AWAY."),
+ /* MEMO_SET_NOTIFY_NEW */
+ gettext("%s will now notify you of memos when they are sent to you."),
+ /* MEMO_SET_NOTIFY_OFF */
+ gettext("%s will not send you any notification of memos."),
+ /* MEMO_SET_NOTIFY_MAIL */
+ gettext("You will now be informed about new memos via email."),
+ /* MEMO_SET_NOTIFY_NOMAIL */
+ gettext("You will no longer be informed via email."),
+ /* MEMO_SET_NOTIFY_INVALIDMAIL */
+ gettext("There's no email address set for your nick."),
+ /* MEMO_SET_LIMIT_SYNTAX */
+ gettext("SET LIMIT [channel] limit"),
+ /* MEMO_SET_LIMIT_SERVADMIN_SYNTAX */
+ gettext("SET LIMIT [user | channel] {limit | NONE} [HARD]"),
+ /* MEMO_SET_YOUR_LIMIT_FORBIDDEN */
+ gettext("You are not permitted to change your memo limit."),
+ /* MEMO_SET_LIMIT_FORBIDDEN */
+ gettext("The memo limit for %s may not be changed."),
+ /* MEMO_SET_YOUR_LIMIT_TOO_HIGH */
+ gettext("You cannot set your memo limit higher than %d."),
+ /* MEMO_SET_LIMIT_TOO_HIGH */
+ gettext("You cannot set the memo limit for %s higher than %d."),
+ /* MEMO_SET_LIMIT_OVERFLOW */
+ gettext("Memo limit too large; limiting to %d instead."),
+ /* MEMO_SET_YOUR_LIMIT */
+ gettext("Your memo limit has been set to %d."),
+ /* MEMO_SET_YOUR_LIMIT_ZERO */
+ gettext("You will no longer be able to receive memos."),
+ /* MEMO_UNSET_YOUR_LIMIT */
+ gettext("Your memo limit has been disabled."),
+ /* MEMO_SET_LIMIT */
+ gettext("Memo limit for %s set to %d."),
+ /* MEMO_SET_LIMIT_ZERO */
+ gettext("Memo limit for %s set to 0."),
+ /* MEMO_UNSET_LIMIT */
+ gettext("Memo limit disabled for %s."),
+ /* MEMO_INFO_SYNTAX */
+ gettext("INFO [channel]"),
+ /* MEMO_INFO_SERVADMIN_SYNTAX */
+ gettext("INFO [nick | channel]"),
+ /* MEMO_INFO_NO_MEMOS */
+ gettext("You currently have no memos."),
+ /* MEMO_INFO_MEMO */
+ gettext("You currently have 1 memo."),
+ /* MEMO_INFO_MEMO_UNREAD */
+ gettext("You currently have 1 memo, and it has not yet been read."),
+ /* MEMO_INFO_MEMOS */
+ gettext("You currently have %d memos."),
+ /* MEMO_INFO_MEMOS_ONE_UNREAD */
+ gettext("You currently have %d memos, of which 1 is unread."),
+ /* MEMO_INFO_MEMOS_SOME_UNREAD */
+ gettext("You currently have %d memos, of which %d are unread."),
+ /* MEMO_INFO_MEMOS_ALL_UNREAD */
+ gettext("You currently have %d memos; all of them are unread."),
+ /* MEMO_INFO_LIMIT */
+ gettext("Your memo limit is %d."),
+ /* MEMO_INFO_HARD_LIMIT */
+ gettext("Your memo limit is %d, and may not be changed."),
+ /* MEMO_INFO_LIMIT_ZERO */
+ gettext("Your memo limit is 0; you will not receive any new memos."),
+ /* MEMO_INFO_HARD_LIMIT_ZERO */
+ gettext("Your memo limit is 0; you will not receive any new memos. You cannot change this limit."),
+ /* MEMO_INFO_NO_LIMIT */
+ gettext("You have no limit on the number of memos you may keep."),
+ /* MEMO_INFO_NOTIFY_OFF */
+ gettext("You will not be notified of new memos."),
+ /* MEMO_INFO_NOTIFY_ON */
+ gettext("You will be notified of new memos at logon and when they arrive."),
+ /* MEMO_INFO_NOTIFY_RECEIVE */
+ gettext("You will be notified when new memos arrive."),
+ /* MEMO_INFO_NOTIFY_SIGNON */
+ gettext("You will be notified of new memos at logon."),
+ /* MEMO_INFO_X_NO_MEMOS */
+ gettext("%s currently has no memos."),
+ /* MEMO_INFO_X_MEMO */
+ gettext("%s currently has 1 memo."),
+ /* MEMO_INFO_X_MEMO_UNREAD */
+ gettext("%s currently has 1 memo, and it has not yet been read."),
+ /* MEMO_INFO_X_MEMOS */
+ gettext("%s currently has %d memos."),
+ /* MEMO_INFO_X_MEMOS_ONE_UNREAD */
+ gettext("%s currently has %d memos, of which 1 is unread."),
+ /* MEMO_INFO_X_MEMOS_SOME_UNREAD */
+ gettext("%s currently has %d memos, of which %d are unread."),
+ /* MEMO_INFO_X_MEMOS_ALL_UNREAD */
+ gettext("%s currently has %d memos; all of them are unread."),
+ /* MEMO_INFO_X_LIMIT */
+ gettext("%s's memo limit is %d."),
+ /* MEMO_INFO_X_HARD_LIMIT */
+ gettext("%s's memo limit is %d, and may not be changed."),
+ /* MEMO_INFO_X_NO_LIMIT */
+ gettext("%s has no memo limit."),
+ /* MEMO_INFO_X_NOTIFY_OFF */
+ gettext("%s is not notified of new memos."),
+ /* MEMO_INFO_X_NOTIFY_ON */
+ gettext("%s is notified of new memos at logon and when they arrive."),
+ /* MEMO_INFO_X_NOTIFY_RECEIVE */
+ gettext("%s is notified when new memos arrive."),
+ /* MEMO_INFO_X_NOTIFY_SIGNON */
+ gettext("%s is notified of news memos at logon."),
+ /* MEMO_MAIL_SUBJECT */
+ gettext("New memo"),
+ /* NICK_MAIL_TEXT */
+ gettext("Hi %s\n"
+ " \n"
+ "You've just received a new memo from %s. This is memo number %d.\n"
+ " \n"
+ "Memo text:\n"
+ " \n"
+ "%s"),
+ /* MEMO_RSEND_PLEASE_WAIT */
+ gettext("Please wait %d seconds before using the RSEND command again."),
+ /* MEMO_RSEND_DISABLED */
+ gettext("Sorry, RSEND has been disabled on this network."),
+ /* MEMO_RSEND_SYNTAX */
+ gettext("RSEND {nick | channel} memo-text"),
+ /* MEMO_RSEND_NICK_MEMO_TEXT */
+ gettext("[auto-memo] The memo you sent has been viewed."),
+ /* MEMO_RSEND_CHAN_MEMO_TEXT */
+ gettext("[auto-memo] The memo you sent to %s has been viewed."),
+ /* MEMO_RSEND_USER_NOTIFICATION */
+ gettext("A notification memo has been sent to %s informing him/her you have\n"
+ "read his/her memo."),
+ /* MEMO_CHECK_SYNTAX */
+ gettext("CHECK nickname"),
+ /* MEMO_CHECK_NOT_READ */
+ gettext("The last memo you sent to %s (sent on %s) has not yet been read."),
+ /* MEMO_CHECK_READ */
+ gettext("The last memo you sent to %s (sent on %s) has been read."),
+ /* MEMO_CHECK_NO_MEMO */
+ gettext("Nick %s doesn't have a memo from you."),
+ /* MEMO_NO_RSEND_SELF */
+ gettext("You can not request a receipt when sending a memo to yourself."),
+ /* BOT_DOES_NOT_EXIST */
+ gettext("Bot %s does not exist."),
+ /* BOT_NOT_ASSIGNED */
+ gettext("You must assign a bot to the channel before using this command.\n"
+ "Type %R%S HELP ASSIGN for more information."),
+ /* BOT_NOT_ON_CHANNEL */
+ gettext("Bot is not on channel %s."),
+ /* BOT_REASON_BADWORD */
+ gettext("Don't use the word \"%s\" on this channel!"),
+ /* BOT_REASON_BADWORD_GENTLE */
+ gettext("Watch your language!"),
+ /* BOT_REASON_BOLD */
+ gettext("Don't use bolds on this channel!"),
+ /* BOT_REASON_CAPS */
+ gettext("Turn caps lock OFF!"),
+ /* BOT_REASON_COLOR */
+ gettext("Don't use colors on this channel!"),
+ /* BOT_REASON_FLOOD */
+ gettext("Stop flooding!"),
+ /* BOT_REASON_REPEAT */
+ gettext("Stop repeating yourself!"),
+ /* BOT_REASON_REVERSE */
+ gettext("Don't use reverses on this channel!"),
+ /* BOT_REASON_UNDERLINE */
+ gettext("Don't use underlines on this channel!"),
+ /* BOT_REASON_ITALIC */
+ gettext("Don't use italics on this channel!"),
+ /* BOT_SEEN_BOT */
+ gettext("You found me, %s!"),
+ /* BOT_SEEN_YOU */
+ gettext("Looking for yourself, eh %s?"),
+ /* BOT_SEEN_ON_CHANNEL */
+ gettext("%s is on the channel right now!"),
+ /* BOT_SEEN_ON_CHANNEL_AS */
+ gettext("%s is on the channel right now (as %s) ! "),
+ /* BOT_SEEN_ON */
+ gettext("%s was last seen here %s ago."),
+ /* BOT_SEEN_NEVER */
+ gettext("I've never seen %s on this channel."),
+ /* BOT_SEEN_UNKNOWN */
+ gettext("I don't know who %s is."),
+ /* BOT_BOT_SYNTAX */
+ gettext("BOT ADD nick user host real\n"
+ "BOT CHANGE oldnick newnick [user [host [real]]]\n"
+ "BOT DEL nick"),
+ /* BOT_BOT_ALREADY_EXISTS */
+ gettext("Bot %s already exists."),
+ /* BOT_BOT_CREATION_FAILED */
+ gettext("Sorry, bot creation failed."),
+ /* BOT_BOT_READONLY */
+ gettext("Sorry, bot modification is temporarily disabled."),
+ /* BOT_BOT_ADDED */
+ gettext("%s!%s@%s (%s) added to the bot list."),
+ /* BOT_BOT_ANY_CHANGES */
+ gettext("Old info is equal to the new one."),
+ /* BOT_BOT_CHANGED */
+ gettext("Bot %s has been changed to %s!%s@%s (%s)"),
+ /* BOT_BOT_DELETED */
+ gettext("Bot %s has been deleted."),
+ /* BOT_BOTLIST_HEADER */
+ gettext("Bot list:"),
+ /* BOT_BOTLIST_PRIVATE_HEADER */
+ gettext("Bots reserved to IRC operators:"),
+ /* BOT_BOTLIST_FOOTER */
+ gettext("%d bots available."),
+ /* BOT_BOTLIST_EMPTY */
+ gettext("There are no bots available at this time.\n"
+ "Ask a Services Operator to create one!"),
+ /* BOT_ASSIGN_SYNTAX */
+ gettext("ASSIGN chan nick"),
+ /* BOT_ASSIGN_READONLY */
+ gettext("Sorry, bot assignment is temporarily disabled."),
+ /* BOT_ASSIGN_ALREADY */
+ gettext("Bot %s is already assigned to channel %s."),
+ /* BOT_ASSIGN_ASSIGNED */
+ gettext("Bot %s has been assigned to %s."),
+ /* BOT_UNASSIGN_SYNTAX */
+ gettext("UNASSIGN chan"),
+ /* BOT_UNASSIGN_UNASSIGNED */
+ gettext("There is no bot assigned to %s anymore."),
+ /* BOT_UNASSIGN_PERSISTANT_CHAN */
+ gettext("You can not unassign bots while persist is set on the channel."),
+ /* BOT_INFO_SYNTAX */
+ gettext("INFO {chan | nick}"),
+ /* BOT_INFO_NOT_FOUND */
+ gettext("%s is not a valid bot or registered channel."),
+ /* BOT_INFO_BOT_HEADER */
+ gettext("Information for bot %s:"),
+ /* BOT_INFO_BOT_MASK */
+ gettext(" Mask : %s@%s"),
+ /* BOT_INFO_BOT_REALNAME */
+ gettext(" Real name : %s"),
+ /* BOT_INFO_BOT_CREATED */
+ gettext(" Created : %s"),
+ /* BOT_INFO_BOT_USAGE */
+ gettext(" Used on : %d channel(s)"),
+ /* BOT_INFO_BOT_OPTIONS */
+ gettext(" Options : %s"),
+ /* BOT_INFO_CHAN_BOT */
+ gettext(" Bot nick : %s"),
+ /* BOT_INFO_CHAN_BOT_NONE */
+ gettext(" Bot nick : not assigned yet."),
+ /* BOT_INFO_CHAN_KICK_BADWORDS */
+ gettext(" Bad words kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_BADWORDS_BAN */
+ gettext(" Bad words kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_CHAN_KICK_BOLDS */
+ gettext(" Bolds kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_BOLDS_BAN */
+ gettext(" Bolds kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_CHAN_KICK_CAPS_ON */
+ gettext(" Caps kicker : %s (minimum %d/%d%%)"),
+ /* BOT_INFO_CHAN_KICK_CAPS_BAN */
+ gettext(" Caps kicker : %s (%d kick(s) to ban; minimum %d/%d%%)"),
+ /* BOT_INFO_CHAN_KICK_CAPS_OFF */
+ gettext(" Caps kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_COLORS */
+ gettext(" Colors kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_COLORS_BAN */
+ gettext(" Colors kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_CHAN_KICK_FLOOD_ON */
+ gettext(" Flood kicker : %s (%d lines in %ds)"),
+ /* BOT_INFO_CHAN_KICK_FLOOD_BAN */
+ gettext(" Flood kicker : %s (%d kick(s) to ban; %d lines in %ds)"),
+ /* BOT_INFO_CHAN_KICK_FLOOD_OFF */
+ gettext(" Flood kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_REPEAT_ON */
+ gettext(" Repeat kicker : %s (%d times)"),
+ /* BOT_INFO_CHAN_KICK_REPEAT_BAN */
+ gettext(" Repeat kicker : %s (%d kick(s) to ban; %d times)"),
+ /* BOT_INFO_CHAN_KICK_REPEAT_OFF */
+ gettext(" Repeat kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_REVERSES */
+ gettext(" Reverses kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_REVERSES_BAN */
+ gettext(" Reverses kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_CHAN_KICK_UNDERLINES */
+ gettext(" Underlines kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_UNDERLINES_BAN */
+ gettext(" Underlines kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_CHAN_KICK_ITALICS */
+ gettext(" Italics kicker : %s"),
+ /* BOT_INFO_CHAN_KICK_ITALICS_BAN */
+ gettext(" Italics kicker : %s (%d kick(s) to ban)"),
+ /* BOT_INFO_ACTIVE */
+ gettext("enabled"),
+ /* BOT_INFO_INACTIVE */
+ gettext("disabled"),
+ /* BOT_INFO_CHAN_OPTIONS */
+ gettext(" Options : %s"),
+ /* BOT_INFO_OPT_DONTKICKOPS */
+ gettext("Ops protection"),
+ /* BOT_INFO_OPT_DONTKICKVOICES */
+ gettext("Voices protection"),
+ /* BOT_INFO_OPT_FANTASY */
+ gettext("Fantasy"),
+ /* BOT_INFO_OPT_GREET */
+ gettext("Greet"),
+ /* BOT_INFO_OPT_NOBOT */
+ gettext("No bot"),
+ /* BOT_INFO_OPT_SYMBIOSIS */
+ gettext("Symbiosis"),
+ /* BOT_INFO_OPT_NONE */
+ gettext("None"),
+ /* BOT_SET_SYNTAX */
+ gettext("SET (channel | bot) option settings"),
+ /* BOT_SET_DISABLED */
+ gettext("Sorry, bot option setting is temporarily disabled."),
+ /* BOT_SET_UNKNOWN */
+ gettext("Unknown option %s.\n"
+ "Type %R%S HELP SET for more information."),
+ /* BOT_SET_DONTKICKOPS_SYNTAX */
+ gettext("SET channel DONTKICKOPS {ON|OFF}"),
+ /* BOT_SET_DONTKICKOPS_ON */
+ gettext("Bot won't kick ops on channel %s."),
+ /* BOT_SET_DONTKICKOPS_OFF */
+ gettext("Bot will kick ops on channel %s."),
+ /* BOT_SET_DONTKICKVOICES_SYNTAX */
+ gettext("SET channel DONTKICKVOICES {ON|OFF}"),
+ /* BOT_SET_DONTKICKVOICES_ON */
+ gettext("Bot won't kick voices on channel %s."),
+ /* BOT_SET_DONTKICKVOICES_OFF */
+ gettext("Bot will kick voices on channel %s."),
+ /* BOT_SET_FANTASY_SYNTAX */
+ gettext("SET channel FANTASY {ON|OFF}"),
+ /* BOT_SET_FANTASY_ON */
+ gettext("Fantasy mode is now ON on channel %s."),
+ /* BOT_SET_FANTASY_OFF */
+ gettext("Fantasy mode is now OFF on channel %s."),
+ /* BOT_SET_GREET_SYNTAX */
+ gettext("SET channel GREET {ON|OFF}"),
+ /* BOT_SET_GREET_ON */
+ gettext("Greet mode is now ON on channel %s."),
+ /* BOT_SET_GREET_OFF */
+ gettext("Greet mode is now OFF on channel %s."),
+ /* BOT_SET_NOBOT_SYNTAX */
+ gettext("SET botname NOBOT {ON|OFF}"),
+ /* BOT_SET_NOBOT_ON */
+ gettext("No Bot mode is now ON on channel %s."),
+ /* BOT_SET_NOBOT_OFF */
+ gettext("No Bot mode is now OFF on channel %s."),
+ /* BOT_SET_PRIVATE_SYNTAX */
+ gettext("SET botname PRIVATE {ON|OFF}"),
+ /* BOT_SET_PRIVATE_ON */
+ gettext("Private mode of bot %s is now ON."),
+ /* BOT_SET_PRIVATE_OFF */
+ gettext("Private mode of bot %s is now OFF."),
+ /* BOT_SET_SYMBIOSIS_SYNTAX */
+ gettext("SET channel SYMBIOSIS {ON|OFF}"),
+ /* BOT_SET_SYMBIOSIS_ON */
+ gettext("Symbiosis mode is now ON on channel %s."),
+ /* BOT_SET_SYMBIOSIS_OFF */
+ gettext("Symbiosis mode is now OFF on channel %s."),
+ /* BOT_KICK_SYNTAX */
+ gettext("KICK channel option {ON|OFF} [settings]"),
+ /* BOT_KICK_DISABLED */
+ gettext("Sorry, kicker configuration is temporarily disabled."),
+ /* BOT_KICK_UNKNOWN */
+ gettext("Unknown option %s.\n"
+ "Type %R%S HELP KICK for more information."),
+ /* BOT_KICK_BAD_TTB */
+ gettext("%s cannot be taken as times to ban."),
+ /* BOT_KICK_BADWORDS_ON */
+ gettext("Bot will now kick bad words. Use the BADWORDS command\n"
+ "to add or remove a bad word."),
+ /* BOT_KICK_BADWORDS_ON_BAN */
+ gettext("Bot will now kick bad words, and will place a ban after \n"
+ "%d kicks for the same user. Use the BADWORDS command\n"
+ "to add or remove a bad word."),
+ /* BOT_KICK_BADWORDS_OFF */
+ gettext("Bot won't kick bad words anymore."),
+ /* BOT_KICK_BOLDS_ON */
+ gettext("Bot will now kick bolds."),
+ /* BOT_KICK_BOLDS_ON_BAN */
+ gettext("Bot will now kick bolds, and will place a ban after \n"
+ "%d kicks for the same user."),
+ /* BOT_KICK_BOLDS_OFF */
+ gettext("Bot won't kick bolds anymore."),
+ /* BOT_KICK_CAPS_ON */
+ gettext("Bot will now kick caps (they must constitute at least\n"
+ "%d characters and %d%% of the entire message)."),
+ /* BOT_KICK_CAPS_ON_BAN */
+ gettext("Bot will now kick caps (they must constitute at least\n"
+ "%d characters and %d%% of the entire message), and will \n"
+ "place a ban after %d kicks for the same user."),
+ /* BOT_KICK_CAPS_OFF */
+ gettext("Bot won't kick caps anymore."),
+ /* BOT_KICK_COLORS_ON */
+ gettext("Bot will now kick colors."),
+ /* BOT_KICK_COLORS_ON_BAN */
+ gettext("Bot will now kick colors, and will place a ban after %d \n"
+ "kicks for the same user."),
+ /* BOT_KICK_COLORS_OFF */
+ gettext("Bot won't kick colors anymore."),
+ /* BOT_KICK_FLOOD_ON */
+ gettext("Bot will now kick flood (%d lines in %d seconds)."),
+ /* BOT_KICK_FLOOD_ON_BAN */
+ gettext("Bot will now kick flood (%d lines in %d seconds), and \n"
+ "will place a ban after %d kicks for the same user."),
+ /* BOT_KICK_FLOOD_OFF */
+ gettext("Bot won't kick flood anymore."),
+ /* BOT_KICK_REPEAT_ON */
+ gettext("Bot will now kick repeats (users that say %d times\n"
+ "the same thing)."),
+ /* BOT_KICK_REPEAT_ON_BAN */
+ gettext("Bot will now kick repeats (users that say %d times\n"
+ "the same thing), and will place a ban after %d \n"
+ "kicks for the same user."),
+ /* BOT_KICK_REPEAT_OFF */
+ gettext("Bot won't kick repeats anymore."),
+ /* BOT_KICK_REVERSES_ON */
+ gettext("Bot will now kick reverses."),
+ /* BOT_KICK_REVERSES_ON_BAN */
+ gettext("Bot will now kick reverses, and will place a ban after %d \n"
+ "kicks for the same user."),
+ /* BOT_KICK_REVERSES_OFF */
+ gettext("Bot won't kick reverses anymore."),
+ /* BOT_KICK_UNDERLINES_ON */
+ gettext("Bot will now kick underlines."),
+ /* BOT_KICK_UNDERLINES_ON_BAN */
+ gettext("Bot will now kick underlines, and will place a ban after %d \n"
+ "kicks for the same user."),
+ /* BOT_KICK_UNDERLINES_OFF */
+ gettext("Bot won't kick underlines anymore."),
+ /* BOT_KICK_ITALICS_ON */
+ gettext("Bot will now kick italics."),
+ /* BOT_KICK_ITALICS_ON_BAN */
+ gettext("Bot will now kick italics, and will place a ban after \n"
+ "%d kicks for the same user."),
+ /* BOT_KICK_ITALICS_OFF */
+ gettext("Bot won't kick italics anymore."),
+ /* BOT_BADWORDS_SYNTAX */
+ gettext("BADWORDS channel {ADD|DEL|LIST|CLEAR} [word | entry-list] [SINGLE|START|END]"),
+ /* BOT_BADWORDS_DISABLED */
+ gettext("Sorry, channel bad words list modification is temporarily disabled."),
+ /* BOT_BADWORDS_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d bad words entries on a channel."),
+ /* BOT_BADWORDS_ALREADY_EXISTS */
+ gettext("%s already exists in %s bad words list."),
+ /* BOT_BADWORDS_ADDED */
+ gettext("%s added to %s bad words list."),
+ /* BOT_BADWORDS_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) on %s bad words list."),
+ /* BOT_BADWORDS_NOT_FOUND */
+ gettext("%s not found on %s bad words list."),
+ /* BOT_BADWORDS_NO_MATCH */
+ gettext("No matching entries on %s bad words list."),
+ /* BOT_BADWORDS_DELETED */
+ gettext("%s deleted from %s bad words list."),
+ /* BOT_BADWORDS_DELETED_ONE */
+ gettext("Deleted 1 entry from %s bad words list."),
+ /* BOT_BADWORDS_DELETED_SEVERAL */
+ gettext("Deleted %d entries from %s bad words list."),
+ /* BOT_BADWORDS_LIST_EMPTY */
+ gettext("%s bad words list is empty."),
+ /* BOT_BADWORDS_LIST_HEADER */
+ gettext("Bad words list for %s:\n"
+ " Num Word Type"),
+ /* BOT_BADWORDS_LIST_FORMAT */
+ gettext(" %3d %-30s %s"),
+ /* BOT_BADWORDS_CLEAR */
+ gettext("Bad words list is now empty."),
+ /* BOT_SAY_SYNTAX */
+ gettext("SAY channel text"),
+ /* BOT_ACT_SYNTAX */
+ gettext("ACT channel text"),
+ /* BOT_EXCEPT */
+ gettext("User matches channel except."),
+ /* BOT_BAD_NICK */
+ gettext("Bot Nicks may only contain valid nick characters."),
+ /* BOT_BAD_HOST */
+ gettext("Bot Hosts may only contain valid host characters."),
+ /* BOT_BAD_IDENT */
+ gettext("Bot Idents may only contain valid characters."),
+ /* BOT_LONG_IDENT */
+ gettext("Bot Idents may only contain %d characters."),
+ /* BOT_LONG_HOST */
+ gettext("Bot Hosts may only contain %d characters."),
+ /* OPER_BOUNCY_MODES */
+ gettext("Services is unable to change modes. Are your servers configured correctly?"),
+ /* OPER_BOUNCY_MODES_U_LINE */
+ gettext("Services is unable to change modes. Are your servers' U:lines configured correctly?"),
+ /* OPER_GLOBAL_SYNTAX */
+ gettext("GLOBAL message"),
+ /* OPER_STATS_UNKNOWN_OPTION */
+ gettext("Unknown STATS option %s."),
+ /* OPER_STATS_CURRENT_USERS */
+ gettext("Current users: %d (%d ops)"),
+ /* OPER_STATS_MAX_USERS */
+ gettext("Maximum users: %d (%s)"),
+ /* OPER_STATS_UPTIME_DHMS */
+ gettext("Services up %d days, %02d:%02d"),
+ /* OPER_STATS_UPTIME_1DHMS */
+ gettext("Services up %d day, %02d:%02d"),
+ /* OPER_STATS_UPTIME_HMS */
+ gettext("Services up %d hours, %d minutes"),
+ /* OPER_STATS_UPTIME_H1MS */
+ gettext("Services up %d hours, %d minute"),
+ /* OPER_STATS_UPTIME_1HMS */
+ gettext("Services up %d hour, %d minutes"),
+ /* OPER_STATS_UPTIME_1H1MS */
+ gettext("Services up %d hour, %d minute"),
+ /* OPER_STATS_UPTIME_MS */
+ gettext("Services up %d minutes, %d seconds"),
+ /* OPER_STATS_UPTIME_M1S */
+ gettext("Services up %d minutes, %d second"),
+ /* OPER_STATS_UPTIME_1MS */
+ gettext("Services up %d minute, %d seconds"),
+ /* OPER_STATS_UPTIME_1M1S */
+ gettext("Services up %d minute, %d second"),
+ /* OPER_STATS_BYTES_READ */
+ gettext("Bytes read : %5d kB"),
+ /* OPER_STATS_BYTES_WRITTEN */
+ gettext("Bytes written : %5d kB"),
+ /* OPER_STATS_USER_MEM */
+ gettext("User : %6d records, %5d kB"),
+ /* OPER_STATS_CHANNEL_MEM */
+ gettext("Channel : %6d records, %5d kB"),
+ /* OPER_STATS_GROUPS_MEM */
+ gettext("NS Groups : %6d records, %5d kB"),
+ /* OPER_STATS_ALIASES_MEM */
+ gettext("NS Aliases : %6d records, %5d kB"),
+ /* OPER_STATS_CHANSERV_MEM */
+ gettext("ChanServ : %6d records, %5d kB"),
+ /* OPER_STATS_BOTSERV_MEM */
+ gettext("BotServ : %6d records, %5d kB"),
+ /* OPER_STATS_HOSTSERV_MEM */
+ gettext("HostServ : %6d records, %5d kB"),
+ /* OPER_STATS_OPERSERV_MEM */
+ gettext("OperServ : %6d records, %5d kB"),
+ /* OPER_STATS_SESSIONS_MEM */
+ gettext("Sessions : %6d records, %5d kB"),
+ /* OPER_STATS_AKILL_COUNT */
+ gettext("Current number of AKILLs: %d"),
+ /* OPER_STATS_AKILL_EXPIRE_DAYS */
+ gettext("Default AKILL expiry time: %d days"),
+ /* OPER_STATS_AKILL_EXPIRE_DAY */
+ gettext("Default AKILL expiry time: 1 day"),
+ /* OPER_STATS_AKILL_EXPIRE_HOURS */
+ gettext("Default AKILL expiry time: %d hours"),
+ /* OPER_STATS_AKILL_EXPIRE_HOUR */
+ gettext("Default AKILL expiry time: 1 hour"),
+ /* OPER_STATS_AKILL_EXPIRE_MINS */
+ gettext("Default AKILL expiry time: %d minutes"),
+ /* OPER_STATS_AKILL_EXPIRE_MIN */
+ gettext("Default AKILL expiry time: 1 minute"),
+ /* OPER_STATS_AKILL_EXPIRE_NONE */
+ gettext("Default AKILL expiry time: No expiration"),
+ /* OPER_STATS_SNLINE_COUNT */
+ gettext("Current number of SNLINEs: %d"),
+ /* OPER_STATS_SNLINE_EXPIRE_DAYS */
+ gettext("Default SNLINE expiry time: %d days"),
+ /* OPER_STATS_SNLINE_EXPIRE_DAY */
+ gettext("Default SNLINE expiry time: 1 day"),
+ /* OPER_STATS_SNLINE_EXPIRE_HOURS */
+ gettext("Default SNLINE expiry time: %d hours"),
+ /* OPER_STATS_SNLINE_EXPIRE_HOUR */
+ gettext("Default SNLINE expiry time: 1 hour"),
+ /* OPER_STATS_SNLINE_EXPIRE_MINS */
+ gettext("Default SNLINE expiry time: %d minutes"),
+ /* OPER_STATS_SNLINE_EXPIRE_MIN */
+ gettext("Default SNLINE expiry time: 1 minute"),
+ /* OPER_STATS_SNLINE_EXPIRE_NONE */
+ gettext("Default SNLINE expiry time: No expiration"),
+ /* OPER_STATS_SQLINE_COUNT */
+ gettext("Current number of SQLINEs: %d"),
+ /* OPER_STATS_SQLINE_EXPIRE_DAYS */
+ gettext("Default SQLINE expiry time: %d days"),
+ /* OPER_STATS_SQLINE_EXPIRE_DAY */
+ gettext("Default SQLINE expiry time: 1 day"),
+ /* OPER_STATS_SQLINE_EXPIRE_HOURS */
+ gettext("Default SQLINE expiry time: %d hours"),
+ /* OPER_STATS_SQLINE_EXPIRE_HOUR */
+ gettext("Default SQLINE expiry time: 1 hour"),
+ /* OPER_STATS_SQLINE_EXPIRE_MINS */
+ gettext("Default SQLINE expiry time: %d minutes"),
+ /* OPER_STATS_SQLINE_EXPIRE_MIN */
+ gettext("Default SQLINE expiry time: 1 minute"),
+ /* OPER_STATS_SQLINE_EXPIRE_NONE */
+ gettext("Default SQLINE expiry time: No expiration"),
+ /* OPER_STATS_SZLINE_COUNT */
+ gettext("Current number of SZLINEs: %d"),
+ /* OPER_STATS_SZLINE_EXPIRE_DAYS */
+ gettext("Default SZLINE expiry time: %d days"),
+ /* OPER_STATS_SZLINE_EXPIRE_DAY */
+ gettext("Default SZLINE expiry time: 1 day"),
+ /* OPER_STATS_SZLINE_EXPIRE_HOURS */
+ gettext("Default SZLINE expiry time: %d hours"),
+ /* OPER_STATS_SZLINE_EXPIRE_HOUR */
+ gettext("Default SZLINE expiry time: 1 hour"),
+ /* OPER_STATS_SZLINE_EXPIRE_MINS */
+ gettext("Default SZLINE expiry time: %d minutes"),
+ /* OPER_STATS_SZLINE_EXPIRE_MIN */
+ gettext("Default SZLINE expiry time: 1 minute"),
+ /* OPER_STATS_SZLINE_EXPIRE_NONE */
+ gettext("Default SZLINE expiry time: No expiration"),
+ /* OPER_STATS_RESET */
+ gettext("Statistics reset."),
+ /* OPER_STATS_UPLINK_SERVER */
+ gettext("Uplink server: %s"),
+ /* OPER_STATS_UPLINK_CAPAB */
+ gettext("Uplink capab: %s"),
+ /* OPER_STATS_UPLINK_SERVER_COUNT */
+ gettext("Servers found: %d"),
+ /* OPER_MODE_SYNTAX */
+ gettext("MODE channel modes"),
+ /* OPER_UMODE_SYNTAX */
+ gettext("UMODE nick modes"),
+ /* OPER_UMODE_SUCCESS */
+ gettext("Changed usermodes of %s."),
+ /* OPER_UMODE_CHANGED */
+ gettext("%s changed your usermodes."),
+ /* OPER_OLINE_SYNTAX */
+ gettext("OLINE nick flags"),
+ /* OPER_OLINE_SUCCESS */
+ gettext("Operflags %s have been added for %s."),
+ /* OPER_OLINE_IRCOP */
+ gettext("You are now an IRC Operator."),
+ /* OPER_CLEARMODES_SYNTAX */
+ gettext("CLEARMODES channel [ALL]"),
+ /* OPER_CLEARMODES_DONE */
+ gettext("Binary modes and bans cleared from channel %s."),
+ /* OPER_CLEARMODES_ALL_DONE */
+ gettext("All modes cleared from channel %s."),
+ /* OPER_KICK_SYNTAX */
+ gettext("KICK channel user reason"),
+ /* OPER_SVSNICK_SYNTAX */
+ gettext("SVSNICK nick newnick "),
+ /* OPER_SVSNICK_NEWNICK */
+ gettext("The nick %s is now being changed to %s."),
+ /* OPER_AKILL_SYNTAX */
+ gettext("AKILL {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]"),
+ /* OPER_AKILL_EXISTS */
+ gettext("%s already exists on the AKILL list."),
+ /* OPER_AKILL_ALREADY_COVERED */
+ gettext("%s is already covered by %s."),
+ /* OPER_AKILL_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d AKILLs."),
+ /* OPER_AKILL_NO_NICK */
+ gettext("Reminder: AKILL masks cannot contain nicknames; make sure you have not included a nick portion in your mask."),
+ /* OPER_AKILL_ADDED */
+ gettext("%s added to the AKILL list."),
+ /* OPER_EXPIRY_CHANGED */
+ gettext("Expiry time of %s changed."),
+ /* OPER_AKILL_NOT_FOUND */
+ gettext("%s not found on the AKILL list."),
+ /* OPER_AKILL_NO_MATCH */
+ gettext("No matching entries on the AKILL list."),
+ /* OPER_AKILL_DELETED */
+ gettext("%s deleted from the AKILL list."),
+ /* OPER_AKILL_DELETED_ONE */
+ gettext("Deleted 1 entry from the AKILL list."),
+ /* OPER_AKILL_DELETED_SEVERAL */
+ gettext("Deleted %d entries from the AKILL list."),
+ /* OPER_AKILL_LIST_EMPTY */
+ gettext("AKILL list is empty."),
+ /* OPER_AKILL_LIST_HEADER */
+ gettext("Current AKILL list:\n"
+ " Num Mask Reason"),
+ /* OPER_AKILL_LIST_FORMAT */
+ gettext(" %3d %-32s %s"),
+ /* OPER_AKILL_VIEW_HEADER */
+ gettext("Current AKILL list:"),
+ /* OPER_VIEW_FORMAT */
+ gettext("%3d %s (by %s on %s; %s)\n"
+ " %s"),
+ /* OPER_AKILL_CLEAR */
+ gettext("The AKILL list has been cleared."),
+ /* OPER_CHANKILL_SYNTAX */
+ gettext("CHANKILL [+expiry] {#channel} [reason]"),
+ /* OPER_SNLINE_SYNTAX */
+ gettext("SNLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list}[:reason]]"),
+ /* OPER_SNLINE_UNSUPPORTED */
+ gettext("Sorry, SNLINE is not available on this network."),
+ /* OPER_SNLINE_EXISTS */
+ gettext("%s already exists on the SNLINE list."),
+ /* OPER_SNLINE_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d SNLINEs."),
+ /* OPER_SNLINE_ADDED */
+ gettext("%s added to the SNLINE list."),
+ /* OPER_SNLINE_NOT_FOUND */
+ gettext("%s not found on the SNLINE list."),
+ /* OPER_SNLINE_NO_MATCH */
+ gettext("No matching entries on the SNLINE list."),
+ /* OPER_SNLINE_DELETED */
+ gettext("%s deleted from the SNLINE list."),
+ /* OPER_SNLINE_DELETED_ONE */
+ gettext("Deleted 1 entry from the SNLINE list."),
+ /* OPER_SNLINE_DELETED_SEVERAL */
+ gettext("Deleted %d entries from the SNLINE list."),
+ /* OPER_SNLINE_LIST_EMPTY */
+ gettext("SNLINE list is empty."),
+ /* OPER_SNLINE_LIST_HEADER */
+ gettext("Current SNLINE list:\n"
+ " Num Mask Reason"),
+ /* OPER_SNLINE_VIEW_HEADER */
+ gettext("Current SNLINE list:"),
+ /* OPER_SNLINE_CLEAR */
+ gettext("The SNLINE list has been cleared."),
+ /* OPER_SQLINE_SYNTAX */
+ gettext("SQLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]"),
+ /* OPER_SQLINE_CHANNELS_UNSUPPORTED */
+ gettext("Channel SQLINEs are not supported by your IRCd, so you can't use them."),
+ /* OPER_SQLINE_EXISTS */
+ gettext("%s already exists on the SQLINE list."),
+ /* OPER_SQLINE_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d SQLINEs."),
+ /* OPER_SQLINE_ADDED */
+ gettext("%s added to the SQLINE list."),
+ /* OPER_SQLINE_NOT_FOUND */
+ gettext("%s not found on the SQLINE list."),
+ /* OPER_SQLINE_NO_MATCH */
+ gettext("No matching entries on the SQLINE list."),
+ /* OPER_SQLINE_DELETED */
+ gettext("%s deleted from the SQLINE list."),
+ /* OPER_SQLINE_DELETED_ONE */
+ gettext("Deleted 1 entry from the SQLINE list."),
+ /* OPER_SQLINE_DELETED_SEVERAL */
+ gettext("Deleted %d entries from the SQLINE list."),
+ /* OPER_SQLINE_LIST_EMPTY */
+ gettext("SQLINE list is empty."),
+ /* OPER_SQLINE_LIST_HEADER */
+ gettext("Current SQLINE list:\n"
+ " Num Mask Reason"),
+ /* OPER_SQLINE_VIEW_HEADER */
+ gettext("Current SQLINE list:"),
+ /* OPER_SQLINE_CLEAR */
+ gettext("The SQLINE list has been cleared."),
+ /* OPER_SZLINE_SYNTAX */
+ gettext("SZLINE {ADD | DEL | LIST | VIEW | CLEAR} [[+expiry] {mask | entry-list} [reason]]"),
+ /* OPER_SZLINE_UNSUPPORTED */
+ gettext("Sorry, SZLINE is not available on this network."),
+ /* OPER_SZLINE_EXISTS */
+ gettext("%s already exists on the SZLINE list."),
+ /* OPER_SZLINE_REACHED_LIMIT */
+ gettext("Sorry, you can only have %d SZLINEs."),
+ /* OPER_SZLINE_ONLY_IPS */
+ gettext("Reminder: you can only add IP masks to the SZLINE list."),
+ /* OPER_SZLINE_ADDED */
+ gettext("%s added to the SZLINE list."),
+ /* OPER_SZLINE_NOT_FOUND */
+ gettext("%s not found on the SZLINE list."),
+ /* OPER_SZLINE_NO_MATCH */
+ gettext("No matching entries on the SZLINE list."),
+ /* OPER_SZLINE_DELETED */
+ gettext("%s deleted from the SZLINE list."),
+ /* OPER_SZLINE_DELETED_ONE */
+ gettext("Deleted 1 entry from the SZLINE list."),
+ /* OPER_SZLINE_DELETED_SEVERAL */
+ gettext("Deleted %d entries from the SZLINE list."),
+ /* OPER_SZLINE_LIST_EMPTY */
+ gettext("SZLINE list is empty."),
+ /* OPER_SZLINE_LIST_HEADER */
+ gettext("Current SZLINE list:\n"
+ " Num Mask Reason"),
+ /* OPER_SZLINE_VIEW_HEADER */
+ gettext("Current SZLINE list:"),
+ /* OPER_SZLINE_CLEAR */
+ gettext("The SZLINE list has been cleared."),
+ /* OPER_SET_SYNTAX */
+ gettext("SET option setting"),
+ /* OPER_SET_IGNORE_ON */
+ gettext("Ignore code will be used."),
+ /* OPER_SET_IGNORE_OFF */
+ gettext("Ignore code will not be used."),
+ /* OPER_SET_IGNORE_ERROR */
+ gettext("Setting for IGNORE must be ON or OFF."),
+ /* OPER_SET_READONLY_ON */
+ gettext("Services are now in read-only mode."),
+ /* OPER_SET_READONLY_OFF */
+ gettext("Services are now in read-write mode."),
+ /* OPER_SET_READONLY_ERROR */
+ gettext("Setting for READONLY must be ON or OFF."),
+ /* OPER_SET_LOGCHAN_ON */
+ gettext("Services are now reporting log messages to %s."),
+ /* OPER_SET_LOGCHAN_OFF */
+ gettext("Services are no longer reporting log messages to a channel."),
+ /* OPER_SET_LOGCHAN_ERROR */
+ gettext("Setting for LOGCHAN must be ON or OFF and LogChannel must be defined."),
+ /* OPER_SET_DEBUG_ON */
+ gettext("Services are now in debug mode."),
+ /* OPER_SET_DEBUG_OFF */
+ gettext("Services are now in non-debug mode."),
+ /* OPER_SET_DEBUG_LEVEL */
+ gettext("Services are now in debug mode (level %d)."),
+ /* OPER_SET_DEBUG_ERROR */
+ gettext("Setting for DEBUG must be ON, OFF, or a positive number."),
+ /* OPER_SET_NOEXPIRE_ON */
+ gettext("Services are now in no expire mode."),
+ /* OPER_SET_NOEXPIRE_OFF */
+ gettext("Services are now in expire mode."),
+ /* OPER_SET_NOEXPIRE_ERROR */
+ gettext("Setting for NOEXPIRE must be ON or OFF."),
+ /* OPER_SET_UNKNOWN_OPTION */
+ gettext("Unknown option %s."),
+ /* OPER_SET_LIST_OPTION_ON */
+ gettext("%s is enabled"),
+ /* OPER_SET_LIST_OPTION_OFF */
+ gettext("%s is disabled"),
+ /* OPER_NOOP_SYNTAX */
+ gettext("NOOP {SET|REVOKE} server"),
+ /* OPER_NOOP_SET */
+ gettext("All O:lines of %s have been removed."),
+ /* OPER_NOOP_REVOKE */
+ gettext("All O:lines of %s have been reset."),
+ /* OPER_JUPE_SYNTAX */
+ gettext("JUPE servername [reason]"),
+ /* OPER_JUPE_HOST_ERROR */
+ gettext("Please use a valid server name when juping"),
+ /* OPER_JUPE_INVALID_SERVER */
+ gettext("You can not jupe your services server or your uplink server."),
+ /* OPER_UPDATING */
+ gettext("Updating databases."),
+ /* OPER_RELOAD */
+ gettext("Services' configuration file has been reloaded."),
+ /* OPER_CANNOT_RESTART */
+ gettext("SERVICES_BIN not defined; cannot restart. Rerun the \2configure\2 script and recompile Services to enable the RESTART command."),
+ /* OPER_IGNORE_SYNTAX */
+ gettext("IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]"),
+ /* OPER_IGNORE_VALID_TIME */
+ gettext("You have to enter a valid number as time."),
+ /* OPER_IGNORE_TIME_DONE */
+ gettext("%s will now be ignored for %s."),
+ /* OPER_IGNORE_PERM_DONE */
+ gettext("%s will now permanently be ignored."),
+ /* OPER_IGNORE_DEL_DONE */
+ gettext("%s will no longer be ignored."),
+ /* OPER_IGNORE_LIST */
+ gettext("Services ignore list:"),
+ /* OPER_IGNORE_LIST_NOMATCH */
+ gettext("Nick %s not found on ignore list."),
+ /* OPER_IGNORE_LIST_EMPTY */
+ gettext("Ignore list is empty."),
+ /* OPER_IGNORE_LIST_CLEARED */
+ gettext("Ignore list has been cleared."),
+ /* OPER_KILLCLONES_SYNTAX */
+ gettext("KILLCLONES nick"),
+ /* OPER_KILLCLONES_UNKNOWN_NICK */
+ gettext("Could not find user %s."),
+ /* OPER_CHANLIST_HEADER */
+ gettext("Channel list:\n"
+ "Name Users Modes Topic"),
+ /* OPER_CHANLIST_HEADER_USER */
+ gettext("%s channel list:\n"
+ "Name Users Modes Topic"),
+ /* OPER_CHANLIST_RECORD */
+ gettext("%-20s %4d +%-6s %s"),
+ /* OPER_CHANLIST_END */
+ gettext("End of channel list."),
+ /* OPER_USERLIST_HEADER */
+ gettext("Users list:\n"
+ "Nick Mask"),
+ /* OPER_USERLIST_HEADER_CHAN */
+ gettext("%s users list:\n"
+ "Nick Mask"),
+ /* OPER_USERLIST_RECORD */
+ gettext("%-20s %s@%s"),
+ /* OPER_USERLIST_END */
+ gettext("End of users list."),
+ /* OPER_SUPER_ADMIN_ON */
+ gettext("You are now a SuperAdmin"),
+ /* OPER_SUPER_ADMIN_OFF */
+ gettext("You are no longer a SuperAdmin"),
+ /* OPER_SUPER_ADMIN_SYNTAX */
+ gettext("Setting for SuperAdmin must be ON or OFF (must be enabled in services.conf)"),
+ /* OPER_SUPER_ADMIN_WALL_ON */
+ gettext("%s is now a Super-Admin"),
+ /* OPER_SUPER_ADMIN_WALL_OFF */
+ gettext("%s is no longer a Super-Admin"),
+ /* OPER_SUPER_ADMIN_ONLY */
+ gettext("Only Super-Admins can use this command."),
+ /* OPER_STAFF_LIST_HEADER */
+ gettext("On Level Nick"),
+ /* OPER_STAFF_FORMAT */
+ gettext(" %c %s %s"),
+ /* OPER_STAFF_AFORMAT */
+ gettext(" %c %s %s [%s]"),
+ /* OPER_DEFCON_SYNTAX */
+ gettext("DEFCON [1|2|3|4|5]"),
+ /* OPER_DEFCON_DENIED */
+ gettext("Services are in Defcon mode, Please try again later."),
+ /* OPER_DEFCON_CHANGED */
+ gettext("Services are now at DEFCON %d"),
+ /* OPER_DEFCON_WALL */
+ gettext("%s Changed the DEFCON level to %d"),
+ /* DEFCON_GLOBAL */
+ gettext("The Defcon Level is now at Level: %d"),
+ /* OPER_MODULE_LOADED */
+ gettext("Module %s loaded"),
+ /* OPER_MODULE_UNLOADED */
+ gettext("Module %s unloaded"),
+ /* OPER_MODULE_LOAD_FAIL */
+ gettext("Unable to load module %s"),
+ /* OPER_MODULE_REMOVE_FAIL */
+ gettext("Unable to remove module %s"),
+ /* OPER_MODULE_NO_UNLOAD */
+ gettext("This module can not be unloaded."),
+ /* OPER_MODULE_ALREADY_LOADED */
+ gettext("Module %s is already loaded."),
+ /* OPER_MODULE_ISNT_LOADED */
+ gettext("Module %s isn't loaded."),
+ /* OPER_MODULE_LOAD_SYNTAX */
+ gettext("MODLOAD FileName"),
+ /* OPER_MODULE_UNLOAD_SYNTAX */
+ gettext("MODUNLOAD FileName"),
+ /* OPER_MODULE_LIST_HEADER */
+ gettext("Current Module list:"),
+ /* OPER_MODULE_LIST */
+ gettext("Module: %s [%s] [%s]"),
+ /* OPER_MODULE_LIST_FOOTER */
+ gettext("%d Modules loaded."),
+ /* OPER_MODULE_INFO_LIST */
+ gettext("Module: %s Version: %s Author: %s loaded: %s"),
+ /* OPER_MODULE_CMD_LIST */
+ gettext("Providing command: %R%s %s"),
+ /* OPER_MODULE_MSG_LIST */
+ gettext("Providing IRCD handler for: %s"),
+ /* OPER_MODULE_NO_LIST */
+ gettext("No modules currently loaded"),
+ /* OPER_MODULE_NO_INFO */
+ gettext("No information about module %s is available"),
+ /* OPER_MODULE_INFO_SYNTAX */
+ gettext("MODINFO FileName"),
+ /* MODULE_HELP_HEADER */
+ gettext("The following commands have been loaded by a module:"),
+ /* OPER_EXCEPTION_SYNTAX */
+ gettext("EXCEPTION {ADD | DEL | MOVE | LIST | VIEW} [params]"),
+ /* OPER_EXCEPTION_ADD_SYNTAX */
+ gettext("EXCEPTION ADD [+expiry] mask limit reason"),
+ /* OPER_EXCEPTION_DEL_SYNTAX */
+ gettext("EXCEPTION DEL {mask | list}"),
+ /* OPER_EXCEPTION_MOVE_SYNTAX */
+ gettext("EXCEPTION MOVE num position"),
+ /* OPER_EXCEPTION_DISABLED */
+ gettext("Session limiting is disabled."),
+ /* OPER_EXCEPTION_ALREADY_PRESENT */
+ gettext("Mask %s already present on exception list."),
+ /* OPER_EXCEPTION_TOO_MANY */
+ gettext("Session-limit exception list is full!"),
+ /* OPER_EXCEPTION_ADDED */
+ gettext("Session limit for %s set to %d."),
+ /* OPER_EXCEPTION_MOVED */
+ gettext("Exception for %s (#%d) moved to position %d."),
+ /* OPER_EXCEPTION_NO_SUCH_ENTRY */
+ gettext("No such entry (#%d) session-limit exception list."),
+ /* OPER_EXCEPTION_NOT_FOUND */
+ gettext("%s not found on session-limit exception list."),
+ /* OPER_EXCEPTION_NO_MATCH */
+ gettext("No matching entries on session-limit exception list."),
+ /* OPER_EXCEPTION_DELETED */
+ gettext("%s deleted from session-limit exception list."),
+ /* OPER_EXCEPTION_DELETED_ONE */
+ gettext("Deleted 1 entry from session-limit exception list."),
+ /* OPER_EXCEPTION_DELETED_SEVERAL */
+ gettext("Deleted %d entries from session-limit exception list."),
+ /* OPER_EXCEPTION_LIST_HEADER */
+ gettext("Current Session Limit Exception list:"),
+ /* OPER_EXCEPTION_LIST_FORMAT */
+ gettext("%3d %4d %s"),
+ /* OPER_EXCEPTION_LIST_COLHEAD */
+ gettext("Num Limit Host"),
+ /* OPER_EXCEPTION_VIEW_FORMAT */
+ gettext("%3d. %s (by %s on %s; %s)\n"
+ " Limit: %-4d - %s"),
+ /* OPER_EXCEPTION_INVALID_LIMIT */
+ gettext("Invalid session limit. It must be a valid integer greater than or equal to zero and less than %d."),
+ /* OPER_EXCEPTION_INVALID_HOSTMASK */
+ gettext("Invalid hostmask. Only real hostmasks are valid as exceptions are not matched against nicks or usernames."),
+ /* OPER_EXCEPTION_EXISTS */
+ gettext("%s already exists on the EXCEPTION list."),
+ /* OPER_EXCEPTION_CHANGED */
+ gettext("Exception for %s has been updated to %d."),
+ /* OPER_SESSION_SYNTAX */
+ gettext("SESSION {LIST limit | VIEW host}"),
+ /* OPER_SESSION_LIST_SYNTAX */
+ gettext("SESSION LIST limit"),
+ /* OPER_SESSION_VIEW_SYNTAX */
+ gettext("SESSION VIEW host"),
+ /* OPER_SESSION_INVALID_THRESHOLD */
+ gettext("Invalid threshold value. It must be a valid integer greater than 1."),
+ /* OPER_SESSION_NOT_FOUND */
+ gettext("%s not found on session list."),
+ /* OPER_SESSION_LIST_HEADER */
+ gettext("Hosts with at least %d sessions:"),
+ /* OPER_SESSION_LIST_COLHEAD */
+ gettext("Sessions Host"),
+ /* OPER_SESSION_LIST_FORMAT */
+ gettext("%6d %s"),
+ /* OPER_SESSION_VIEW_FORMAT */
+ gettext("The host %s currently has %d sessions with a limit of %d."),
+ /* OPER_HELP_EXCEPTION */
+ gettext("Syntax: EXCEPTION ADD [+expiry] mask limit reason\n"
+ " EXCEPTION DEL {mask | list}\n"
+ " EXCEPTION MOVE num position\n"
+ " EXCEPTION LIST [mask | list]\n"
+ " EXCEPTION VIEW [mask | list]\n"
+ " \n"
+ "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 it's session limit,\n"
+ "all clients attempting to connect from that host will be\n"
+ "killed. Before the user is killed, they are notified, via a\n"
+ "/NOTICE from %S, of a source of help regarding session\n"
+ "limiting. The content of this notice is a config setting.\n"
+ " \n"
+ "EXCEPTION ADD adds the given host mask to the exception list.\n"
+ "Note that nick!user@host and user@host masks are invalid!\n"
+ "Only real host masks, such as box.host.dom and *.host.dom,\n"
+ "are allowed because sessions limiting does not take nick or\n"
+ "user names into account. limit must be a number greater than\n"
+ "or equal to zero. This determines how many sessions this host\n"
+ "may carry at a time. A value of zero means the host has an\n"
+ "unlimited session limit. See the AKILL help for details about\n"
+ "the format of the optional expiry parameter.\n"
+ "EXCEPTION DEL removes the given mask from the exception list.\n"
+ "EXCEPTION MOVE moves exception num to position. The\n"
+ "exceptions inbetween will be shifted up or down to fill the gap.\n"
+ "EXCEPTION LIST and EXCEPTION VIEW show all current\n"
+ "exceptions; if the optional mask is given, the list is limited\n"
+ "to those exceptions matching the mask. The difference is that\n"
+ "EXCEPTION VIEW is more verbose, displaying the name of the\n"
+ "person who added the exception, it's session limit, reason, \n"
+ "host mask and the expiry date and time.\n"
+ " \n"
+ "Note that a connecting client will \"use\" the first exception\n"
+ "their host matches. Large exception lists and widely matching\n"
+ "exception masks are likely to degrade services' performance."),
+ /* OPER_HELP_SESSION */
+ gettext("Syntax: SESSION LIST threshold\n"
+ " SESSION VIEW host\n"
+ " \n"
+ "Allows Services Operators to view the session list.\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"
+ "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"
+ "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."),
+ /* OPER_HELP_STAFF */
+ gettext("Syntax: STAFF\n"
+ "Displays all Services Staff nicks along with level\n"
+ "and on-line status."),
+ /* OPER_HELP_DEFCON */
+ gettext("Syntax: DEFCON [1|2|3|4|5]\n"
+ "The defcon system can be used to implement a pre-defined\n"
+ "set of restrictions to services useful during an attempted\n"
+ "attack on the network."),
+ /* OPER_HELP_DEFCON_NO_NEW_CHANNELS */
+ gettext("* No new channel registrations"),
+ /* OPER_HELP_DEFCON_NO_NEW_NICKS */
+ gettext("* No new nick registrations"),
+ /* OPER_HELP_DEFCON_NO_MLOCK_CHANGE */
+ gettext("* No MLOCK changes"),
+ /* OPER_HELP_DEFCON_FORCE_CHAN_MODES */
+ gettext("* Force Chan Modes (%s) to be set on all channels"),
+ /* OPER_HELP_DEFCON_REDUCE_SESSION */
+ gettext("* Use the reduced session limit of %d"),
+ /* OPER_HELP_DEFCON_NO_NEW_CLIENTS */
+ gettext("* Kill any NEW clients connecting"),
+ /* OPER_HELP_DEFCON_OPER_ONLY */
+ gettext("* Ignore any non-opers with message"),
+ /* OPER_HELP_DEFCON_SILENT_OPER_ONLY */
+ gettext("* Silently ignore non-opers"),
+ /* OPER_HELP_DEFCON_AKILL_NEW_CLIENTS */
+ gettext("* AKILL any new clients connecting"),
+ /* OPER_HELP_DEFCON_NO_NEW_MEMOS */
+ gettext("* No new memos sent"),
+ /* OPER_HELP_CHANKILL */
+ gettext("Syntax: CHANKILL [+expiry] channel reason\n"
+ "Puts an AKILL for every nick on the specified channel. It\n"
+ "uses the entire and complete real ident@host for every nick,\n"
+ "then enforces the AKILL."),
+ /* NEWS_LOGON_TEXT */
+ gettext("[Logon News - %s] %s"),
+ /* NEWS_OPER_TEXT */
+ gettext("[Oper News - %s] %s"),
+ /* NEWS_RANDOM_TEXT */
+ gettext("[Random News - %s] %s"),
+ /* NEWS_LOGON_SYNTAX */
+ gettext("LOGONNEWS {ADD|DEL|LIST} [text|num]"),
+ /* NEWS_LOGON_LIST_HEADER */
+ gettext("Logon news items:"),
+ /* NEWS_LIST_ENTRY */
+ gettext("%5d (%s by %s)\n"
+ " %s"),
+ /* NEWS_LOGON_LIST_NONE */
+ gettext("There is no logon news."),
+ /* NEWS_LOGON_ADD_SYNTAX */
+ gettext("Syntax: LOGONNEWS ADD text"),
+ /* NEWS_ADD_FULL */
+ gettext("News list is full!"),
+ /* NEWS_LOGON_ADDED */
+ gettext("Added new logon news item (#%d)."),
+ /* NEWS_LOGON_DEL_SYNTAX */
+ gettext("Syntax: LOGONNEWS DEL {num | ALL}"),
+ /* NEWS_LOGON_DEL_NOT_FOUND */
+ gettext("Logon news item #%d not found!"),
+ /* NEWS_LOGON_DELETED */
+ gettext("Logon news item #%d deleted."),
+ /* NEWS_LOGON_DEL_NONE */
+ gettext("No logon news items to delete!"),
+ /* NEWS_LOGON_DELETED_ALL */
+ gettext("All logon news items deleted."),
+ /* NEWS_OPER_SYNTAX */
+ gettext("OPERNEWS {ADD|DEL|LIST} [text|num]"),
+ /* NEWS_OPER_LIST_HEADER */
+ gettext("Oper news items:"),
+ /* NEWS_OPER_LIST_NONE */
+ gettext("There is no oper news."),
+ /* NEWS_OPER_ADD_SYNTAX */
+ gettext("Syntax: OPERNEWS ADD text"),
+ /* NEWS_OPER_ADDED */
+ gettext("Added new oper news item (#%d)."),
+ /* NEWS_OPER_DEL_SYNTAX */
+ gettext("Syntax: OPERNEWS DEL {num | ALL}"),
+ /* NEWS_OPER_DEL_NOT_FOUND */
+ gettext("Oper news item #%d not found!"),
+ /* NEWS_OPER_DELETED */
+ gettext("Oper news item #%d deleted."),
+ /* NEWS_OPER_DEL_NONE */
+ gettext("No oper news items to delete!"),
+ /* NEWS_OPER_DELETED_ALL */
+ gettext("All oper news items deleted."),
+ /* NEWS_RANDOM_SYNTAX */
+ gettext("RANDOMNEWS {ADD|DEL|LIST} [text|num]"),
+ /* NEWS_RANDOM_LIST_HEADER */
+ gettext("Random news items:"),
+ /* NEWS_RANDOM_LIST_NONE */
+ gettext("There is no random news."),
+ /* NEWS_RANDOM_ADD_SYNTAX */
+ gettext("Syntax: RANDOMNEWS ADD text"),
+ /* NEWS_RANDOM_ADDED */
+ gettext("Added new random news item (#%d)."),
+ /* NEWS_RANDOM_DEL_SYNTAX */
+ gettext("Syntax: RANDOMNEWS DEL {num | ALL}"),
+ /* NEWS_RANDOM_DEL_NOT_FOUND */
+ gettext("Random news item #%d not found!"),
+ /* NEWS_RANDOM_DELETED */
+ gettext("Random news item #%d deleted."),
+ /* NEWS_RANDOM_DEL_NONE */
+ gettext("No random news items to delete!"),
+ /* NEWS_RANDOM_DELETED_ALL */
+ gettext("All random news items deleted."),
+ /* NEWS_HELP_LOGON */
+ gettext("Syntax: LOGONNEWS ADD text\n"
+ " LOGONNEWS DEL {num | ALL}\n"
+ " LOGONNEWS LIST\n"
+ " \n"
+ "Edits or displays the list of logon news messages. When a\n"
+ "user connects to the network, these messages will be sent\n"
+ "to them. (However, no more than %d messages will be\n"
+ "sent in order to avoid flooding the user. If there are\n"
+ "more news messages, only the most recent will be sent.)\n"
+ "NewsCount can be configured in services.conf.\n"
+ " \n"
+ "LOGONNEWS may only be used by Services Operators."),
+ /* NEWS_HELP_OPER */
+ gettext("Syntax: OPERNEWS ADD text\n"
+ " OPERNEWS DEL {num | ALL}\n"
+ " OPERNEWS LIST\n"
+ " \n"
+ "Edits or displays the list of oper news messages. When a\n"
+ "user opers up (with the /OPER command), these messages will\n"
+ "be sent to them. (However, no more than %d messages will\n"
+ "be sent in order to avoid flooding the user. If there are\n"
+ "more news messages, only the most recent will be sent.)\n"
+ "NewsCount can be configured in services.conf.\n"
+ " \n"
+ "OPERNEWS may only be used by Services Operators."),
+ /* NEWS_HELP_RANDOM */
+ gettext("Syntax: RANDOMNEWS ADD text\n"
+ " RANDOMNEWS DEL {num | ALL}\n"
+ " RANDOMNEWS LIST\n"
+ " \n"
+ "Edits or displays the list of random news messages. When a\n"
+ "user connects to the network, one (and only one) of the\n"
+ "random news will be randomly chosen and sent to them.\n"
+ " \n"
+ "RANDOMNEWS may only be used by Services Operators."),
+ /* NICK_HELP_CMD_CONFIRM */
+ gettext(" CONFIRM Confirm a nickserv auth code"),
+ /* NICK_HELP_CMD_RESEND */
+ gettext(" RESEND Resend a nickserv auth code"),
+ /* NICK_HELP_CMD_REGISTER */
+ gettext(" REGISTER Register a nickname"),
+ /* NICK_HELP_CMD_GROUP */
+ gettext(" GROUP Join a group"),
+ /* NICK_HELP_CMD_UNGROUP */
+ gettext(" UNGROUP Remove a nick from a group"),
+ /* NICK_HELP_CMD_IDENTIFY */
+ gettext(" IDENTIFY Identify yourself with your password"),
+ /* NICK_HELP_CMD_ACCESS */
+ gettext(" ACCESS Modify the list of authorized addresses"),
+ /* NICK_HELP_CMD_SET */
+ gettext(" SET Set options, including kill protection"),
+ /* NICK_HELP_CMD_SASET */
+ gettext(" SASET Set SET-options on another nickname"),
+ /* NICK_HELP_CMD_DROP */
+ gettext(" DROP Cancel the registration of a nickname"),
+ /* NICK_HELP_CMD_RECOVER */
+ gettext(" RECOVER Kill another user who has taken your nick"),
+ /* NICK_HELP_CMD_RELEASE */
+ gettext(" RELEASE Regain custody of your nick after RECOVER"),
+ /* NICK_HELP_CMD_SENDPASS */
+ gettext(" SENDPASS Forgot your password? Try this"),
+ /* NICK_HELP_CMD_RESETPASS */
+ gettext(" RESETPASS Helps you reset lost passwords"),
+ /* NICK_HELP_CMD_GHOST */
+ gettext(" GHOST Disconnects a \"ghost\" IRC session using your nick"),
+ /* NICK_HELP_CMD_ALIST */
+ gettext(" ALIST List channels you have access on"),
+ /* NICK_HELP_CMD_GLIST */
+ gettext(" GLIST Lists all nicknames in your group"),
+ /* NICK_HELP_CMD_INFO */
+ gettext(" INFO Displays information about a given nickname"),
+ /* NICK_HELP_CMD_LIST */
+ gettext(" LIST List all registered nicknames that match a given pattern"),
+ /* NICK_HELP_CMD_LOGOUT */
+ gettext(" LOGOUT Reverses the effect of the IDENTIFY command"),
+ /* NICK_HELP_CMD_STATUS */
+ gettext(" STATUS Returns the owner status of the given nickname"),
+ /* NICK_HELP_CMD_UPDATE */
+ gettext(" UPDATE Updates your current status, i.e. it checks for new memos"),
+ /* NICK_HELP_CMD_GETPASS */
+ gettext(" GETPASS Retrieve the password for a nickname"),
+ /* NICK_HELP_CMD_GETEMAIL */
+ gettext(" GETEMAIL Matches and returns all users that registered using given email"),
+ /* NICK_HELP_CMD_FORBID */
+ gettext(" FORBID Prevents a nickname from being registered"),
+ /* NICK_HELP_CMD_SUSPEND */
+ gettext(" SUSPEND Suspend a given nick"),
+ /* NICK_HELP_CMD_UNSUSPEND */
+ gettext(" UNSUSPEND Unsuspend a given nick"),
+ /* NICK_HELP */
+ gettext("%S allows you to \"register\" a nickname and\n"
+ "prevent others from using it. The following\n"
+ "commands allow for registration and maintenance of\n"
+ "nicknames; to use them, type %R%S command.\n"
+ "For more information on a specific command, type\n"
+ "%R%S HELP command."),
+ /* NICK_HELP_FOOTER */
+ gettext(" \n"
+ "NOTICE: This service is intended to provide a way for\n"
+ "IRC users to ensure their identity is not compromised.\n"
+ "It is NOT intended to facilitate \"stealing\" of\n"
+ "nicknames or other malicious actions. Abuse of %S\n"
+ "will result in, at minimum, loss of the abused\n"
+ "nickname(s)."),
+ /* NICK_HELP_EXPIRES */
+ gettext("Nicknames that are not used anymore are subject to \n"
+ "the automatic expiration, i.e. they will be deleted\n"
+ "after %d days if not used."),
+ /* NICK_HELP_REGISTER */
+ gettext("Syntax: REGISTER password [email]\n"
+ " \n"
+ "Registers your nickname in the %S database. Once\n"
+ "your nick is registered, you can use the SET and ACCESS\n"
+ "commands to configure your nick's settings as you like\n"
+ "them. Make sure you remember the password you use when\n"
+ "registering - you'll need it to make changes to your nick\n"
+ "later. (Note that case matters! ANOPE, Anope, and \n"
+ "anope are all different passwords!)\n"
+ " \n"
+ "Guidelines on choosing passwords:\n"
+ " \n"
+ "Passwords should not be easily guessable. For example,\n"
+ "using your real name as a password is a bad idea. Using\n"
+ "your nickname as a password is a much worse idea ;) and,\n"
+ "in fact, %S will not allow it. Also, short\n"
+ "passwords are vulnerable to trial-and-error searches, so\n"
+ "you should choose a password at least 5 characters long.\n"
+ "Finally, the space character cannot be used in passwords.\n"
+ " \n"
+ "The parameter email is optional and will set the email\n"
+ "for your nick immediately. However, it may be required\n"
+ "on certain networks.\n"
+ "Your privacy is respected; this e-mail won't be given to\n"
+ "any third-party person.\n"
+ " \n"
+ "This command also creates a new group for your nickname,\n"
+ "that will allow you to register other nicks later sharing\n"
+ "the same configuration, the same set of memos and the\n"
+ "same channel privileges. For more information on this\n"
+ "feature, type %R%S HELP GROUP."),
+ /* NICK_HELP_GROUP */
+ gettext("Syntax: GROUP target password\n"
+ " \n"
+ "This command makes your nickname join the target nickname's \n"
+ "group. password is the password of the target nickname.\n"
+ " \n"
+ "Joining a group will allow you to share your configuration,\n"
+ "memos, and channel privileges with all the nicknames in the\n"
+ "group, and much more!\n"
+ " \n"
+ "A group exists as long as it is useful. This means that even\n"
+ "if a nick of the group is dropped, you won't lose the\n"
+ "shared things described above, as long as there is at\n"
+ "least one nick remaining in the group.\n"
+ " \n"
+ "You can use this command even if you have not registered\n"
+ "your nick yet. If your nick is already registered, you'll\n"
+ "need to identify yourself before using this command. Type\n"
+ "%R%S HELP IDENTIFY for more information. This\n"
+ "last may be not possible on your IRC network.\n"
+ " \n"
+ "It is recommended to use this command with a non-registered\n"
+ "nick because it will be registered automatically when \n"
+ "using this command. You may use it with a registered nick (to \n"
+ "change your group) only if your network administrators allowed \n"
+ "it.\n"
+ " \n"
+ "You can only be in one group at a time. Group merging is\n"
+ "not possible.\n"
+ " \n"
+ "Note: all the nicknames of a group have the same password."),
+ /* NICK_HELP_UNGROUP */
+ gettext("Syntax: UNGROUP [nick]\n"
+ " \n"
+ "This command ungroups your nick, or if given, the specificed nick,\n"
+ "from the group it is in. The ungrouped nick keeps its registration\n"
+ "time, password, email, greet, language, url, and icq. Everything\n"
+ "else is reset. You may not ungroup yourself if there is only one\n"
+ "nick in your group."),
+ /* NICK_HELP_IDENTIFY */
+ gettext("Syntax: IDENTIFY [account] password\n"
+ " \n"
+ "Tells %S that you are really the owner of this\n"
+ "nick. Many commands require you to authenticate yourself\n"
+ "with this command before you use them. The password\n"
+ "should be the same one you sent with the REGISTER\n"
+ "command."),
+ /* NICK_HELP_UPDATE */
+ gettext("Syntax: UPDATE\n"
+ "Updates your current status, i.e. it checks for new memos,\n"
+ "sets needed chanmodes (ModeonID) and updates your vhost and\n"
+ "your userflags (lastseentime, etc)."),
+ /* NICK_HELP_LOGOUT */
+ gettext("Syntax: LOGOUT\n"
+ " \n"
+ "This reverses the effect of the IDENTIFY command, i.e.\n"
+ "make you not recognized as the real owner of the nick\n"
+ "anymore. Note, however, that you won't be asked to reidentify\n"
+ "yourself."),
+ /* NICK_HELP_DROP */
+ gettext("Syntax: DROP [nickname]\n"
+ " \n"
+ "Drops your nickname from the %S database. A nick\n"
+ "that has been dropped is free for anyone to re-register.\n"
+ " \n"
+ "You may drop a nick within your group by passing it\n"
+ "as the nick parameter.\n"
+ " \n"
+ "In order to use this command, you must first identify\n"
+ "with your password (%R%S HELP IDENTIFY for more\n"
+ "information)."),
+ /* NICK_HELP_ACCESS */
+ gettext("Syntax: ACCESS ADD mask\n"
+ " ACCESS DEL mask\n"
+ " ACCESS LIST\n"
+ " \n"
+ "Modifies or displays the access list for your nick. This\n"
+ "is the list of addresses which will be automatically\n"
+ "recognized by %S as allowed to use the nick. If\n"
+ "you want to use the nick from a different address, you\n"
+ "need to send an IDENTIFY command to make %S\n"
+ "recognize you.\n"
+ " \n"
+ "Examples:\n"
+ " \n"
+ " ACCESS ADD anyone@*.bepeg.com\n"
+ " Allows access to user anyone from any machine in\n"
+ " the bepeg.com domain.\n"
+ " \n"
+ " ACCESS DEL anyone@*.bepeg.com\n"
+ " Reverses the previous command.\n"
+ " \n"
+ " ACCESS LIST\n"
+ " Displays the current access list."),
+ /* NICK_HELP_SET_HEAD */
+ gettext("Syntax: SET option parameters\n"
+ " \n"
+ "Sets various nickname options. option can be one of:"),
+ /* NICK_HELP_CMD_SET_DISPLAY */
+ gettext(" DISPLAY Set the display of your group in Services"),
+ /* NICK_HELP_CMD_SET_PASSWORD */
+ gettext(" PASSWORD Set your nickname password"),
+ /* NICK_HELP_CMD_SET_LANGUAGE */
+ gettext(" LANGUAGE Set the language Services will use when\n"
+ " sending messages to you"),
+ /* NICK_HELP_CMD_SET_EMAIL */
+ gettext(" EMAIL Associate an E-mail address with your nickname"),
+ /* NICK_HELP_CMD_SET_GREET */
+ gettext(" GREET Associate a greet message with your nickname"),
+ /* NICK_HELP_CMD_SET_KILL */
+ gettext(" KILL Turn protection on or off"),
+ /* NICK_HELP_CMD_SET_SECURE */
+ gettext(" SECURE Turn nickname security on or off"),
+ /* NICK_HELP_CMD_SET_PRIVATE */
+ gettext(" PRIVATE Prevent your nickname from appearing in a\n"
+ " %R%S LIST"),
+ /* NICK_HELP_CMD_SET_HIDE */
+ gettext(" HIDE Hide certain pieces of nickname information"),
+ /* NICK_HELP_CMD_SET_MSG */
+ gettext(" MSG Change the communication method of Services"),
+ /* NICK_HELP_CMD_SET_AUTOOP */
+ gettext(" AUTOOP Should services op you automatically. "),
+ /* NICK_HELP_SET_TAIL */
+ gettext("In order to use this command, you must first identify\n"
+ "with your password (%R%S HELP IDENTIFY for more\n"
+ "information).\n"
+ " \n"
+ "Type %R%S HELP SET option for more information\n"
+ "on a specific option."),
+ /* NICK_HELP_SET_DISPLAY */
+ gettext("Syntax: SET DISPLAY new-display\n"
+ " \n"
+ "Changes the display used to refer to your nickname group in \n"
+ "Services. The new display MUST be a nick of your group."),
+ /* NICK_HELP_SET_PASSWORD */
+ gettext("Syntax: SET PASSWORD new-password\n"
+ " \n"
+ "Changes the password used to identify you as the nick's\n"
+ "owner."),
+ /* NICK_HELP_SET_LANGUAGE */
+ gettext("Syntax: SET LANGUAGE language\n"
+ " \n"
+ "Changes the language Services uses when sending messages to\n"
+ "you (for example, when responding to a command you send).\n"
+ "language should be chosen from the following list of\n"
+ "supported languages:"),
+ /* NICK_HELP_SET_EMAIL */
+ gettext("Syntax: SET EMAIL address\n"
+ " \n"
+ "Associates the given E-mail address with your nickname.\n"
+ "This address will be displayed whenever someone requests\n"
+ "information on the nickname with the INFO command."),
+ /* NICK_HELP_SET_GREET */
+ gettext("Syntax: SET GREET message\n"
+ " \n"
+ "Makes the given message the greet of your nickname, that\n"
+ "will be displayed when joining a channel that has GREET\n"
+ "option enabled, provided that you have the necessary \n"
+ "access on it."),
+ /* NICK_HELP_SET_KILL */
+ gettext("Syntax: SET KILL {ON | QUICK | IMMED | OFF}\n"
+ " \n"
+ "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, 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."),
+ /* NICK_HELP_SET_SECURE */
+ gettext("Syntax: SET SECURE {ON | OFF}\n"
+ " \n"
+ "Turns %S's security features on or off for your\n"
+ "nick. With SECURE set, you must enter your password\n"
+ "before you will be recognized as the owner of the nick,\n"
+ "regardless of whether your address is on the access\n"
+ "list. However, if you are on the access list, %S\n"
+ "will not auto-kill you regardless of the setting of the\n"
+ "KILL option."),
+ /* NICK_HELP_SET_PRIVATE */
+ gettext("Syntax: SET PRIVATE {ON | OFF}\n"
+ " \n"
+ "Turns %S's privacy option on or off for your nick.\n"
+ "With PRIVATE set, your nickname will not appear in\n"
+ "nickname lists generated with %S's LIST command.\n"
+ "(However, anyone who knows your nickname can still get\n"
+ "information on it using the INFO command.)"),
+ /* NICK_HELP_SET_HIDE */
+ gettext("Syntax: SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+ " \n"
+ "Allows you to prevent certain pieces of information from\n"
+ "being displayed when someone does a %S INFO on your\n"
+ "nick. You can hide your E-mail address (EMAIL), last seen\n"
+ "user@host mask (USERMASK), your services access status\n"
+ "(STATUS) and last quit message (QUIT).\n"
+ "The second parameter specifies whether the information should\n"
+ "be displayed (OFF) or hidden (ON)."),
+ /* NICK_HELP_SET_MSG */
+ gettext("Syntax: SET MSG {ON | OFF}\n"
+ " \n"
+ "Allows you to choose the way Services are communicating with \n"
+ "you. With MSG set, Services will use messages, else they'll \n"
+ "use notices."),
+ /* NICK_HELP_SET_AUTOOP */
+ gettext("Syntax: SET AUTOOP {ON | OFF}\n"
+ " \n"
+ "Sets whether you will be opped automatically. Set to ON to \n"
+ "allow ChanServ to op you automatically when entering channels."),
+ /* NICK_HELP_SASET_HEAD */
+ gettext("Syntax: SASET nickname option parameters.\n"
+ " \n"
+ "Sets various nickname options. option can be one of:"),
+ /* NICK_HELP_CMD_SASET_DISPLAY */
+ gettext(" DISPLAY Set the display of the group in Services"),
+ /* NICK_HELP_CMD_SASET_PASSWORD */
+ gettext(" PASSWORD Set the nickname password"),
+ /* NICK_HELP_CMD_SASET_EMAIL */
+ gettext(" EMAIL Associate an E-mail address with the nickname"),
+ /* NICK_HELP_CMD_SASET_GREET */
+ gettext(" GREET Associate a greet message with the nickname"),
+ /* NICK_HELP_CMD_SASET_PRIVATE */
+ gettext(" PRIVATE Prevent the nickname from appearing in a\n"
+ " %R%S LIST"),
+ /* NICK_HELP_CMD_SASET_NOEXPIRE */
+ gettext(" NOEXPIRE Prevent the nickname from expiring"),
+ /* NICK_HELP_CMD_SASET_AUTOOP */
+ gettext(" AUTOOP Turn autoop on or off"),
+ /* NICK_HELP_CMD_SASET_LANGUAGE */
+ gettext(" LANGUAGE Set the language Services will use when\n"
+ " sending messages to nickname"),
+ /* NICK_HELP_SASET_TAIL */
+ gettext("Type %R%S HELP SASET option for more information\n"
+ "on a specific option. The options will be set on the given\n"
+ "nickname."),
+ /* NICK_HELP_SASET_DISPLAY */
+ gettext("Syntax: SASET nickname DISPLAY new-display\n"
+ " \n"
+ "Changes the display used to refer to the nickname group in \n"
+ "Services. The new display MUST be a nick of the group."),
+ /* NICK_HELP_SASET_PASSWORD */
+ gettext("Syntax: SASET nickname PASSWORD new-password\n"
+ " \n"
+ "Changes the password used to identify as the nick's owner."),
+ /* NICK_HELP_SASET_EMAIL */
+ gettext("Syntax: SASET nickname EMAIL address\n"
+ " \n"
+ "Associates the given E-mail address with the nickname."),
+ /* NICK_HELP_SASET_GREET */
+ gettext("Syntax: SASET nickname GREET message\n"
+ " \n"
+ "Makes the given message the greet of the nickname, that\n"
+ "will be displayed when joining a channel that has GREET\n"
+ "option enabled, provided that the user has the necessary \n"
+ "access on it."),
+ /* NICK_HELP_SASET_KILL */
+ gettext("Syntax: SASET nickname KILL {ON | QUICK | IMMED | OFF}\n"
+ " \n"
+ "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, 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."),
+ /* NICK_HELP_SASET_SECURE */
+ gettext("Syntax: SASET nickname SECURE {ON | OFF}\n"
+ " \n"
+ "Turns %S's security features on or off for your\n"
+ "nick. With SECURE set, you must enter your password\n"
+ "before you will be recognized as the owner of the nick,\n"
+ "regardless of whether your address is on the access\n"
+ "list. However, if you are on the access list, %S\n"
+ "will not auto-kill you regardless of the setting of the\n"
+ "KILL option."),
+ /* NICK_HELP_SASET_PRIVATE */
+ gettext("Syntax: SASET nickname PRIVATE {ON | OFF}\n"
+ " \n"
+ "Turns %S's privacy option on or off for the nick.\n"
+ "With PRIVATE set, the nickname will not appear in\n"
+ "nickname lists generated with %S's LIST command.\n"
+ "(However, anyone who knows the nickname can still get\n"
+ "information on it using the INFO command.)"),
+ /* NICK_HELP_SASET_HIDE */
+ gettext("Syntax: SASET nickname HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}\n"
+ " \n"
+ "Allows you to prevent certain pieces of information from\n"
+ "being displayed when someone does a %S INFO on the\n"
+ "nick. You can hide the E-mail address (EMAIL), last seen\n"
+ "user@host mask (USERMASK), the services access status\n"
+ "(STATUS) and last quit message (QUIT).\n"
+ "The second parameter specifies whether the information should\n"
+ "be displayed (OFF) or hidden (ON)."),
+ /* NICK_HELP_SASET_MSG */
+ gettext("Syntax: SASET nickname MSG {ON | OFF}\n"
+ " \n"
+ "Allows you to choose the way Services are communicating with \n"
+ "the given user. With MSG set, Services will use messages,\n"
+ "else they'll use notices."),
+ /* NICK_HELP_SASET_NOEXPIRE */
+ gettext("Syntax: SASET nickname NOEXPIRE {ON | OFF}\n"
+ " \n"
+ "Sets whether the given nickname will expire. Setting this\n"
+ "to ON prevents the nickname from expiring."),
+ /* NICK_HELP_SASET_AUTOOP */
+ gettext("Syntax: SASET nickname AUTOOP {ON | OFF}\n"
+ " \n"
+ "Sets whether the given nickname will be opped automatically.\n"
+ "Set to ON to allow ChanServ to op the given nickname \n"
+ "automatically when joining channels."),
+ /* NICK_HELP_SASET_LANGUAGE */
+ gettext("Syntax: SASET nickname LANGUAGE language\n"
+ " \n"
+ "Changes the language Services uses when sending messages to\n"
+ "nickname (for example, when responding to a command he sends).\n"
+ "language should be chosen from a list of supported languages\n"
+ "that you can get by typing %R%S HELP SET LANGUAGE."),
+ /* NICK_HELP_RECOVER */
+ gettext("Syntax: RECOVER nickname [password]\n"
+ " \n"
+ "Allows you to recover your nickname if someone else has\n"
+ "taken it; this does the same thing that %S does\n"
+ "automatically if someone tries to use a kill-protected\n"
+ "nick.\n"
+ " \n"
+ "When you give this command, %S will bring a fake\n"
+ "user online with the same nickname as the user you're\n"
+ "trying to recover your nick from. This causes the IRC\n"
+ "servers to disconnect the other user. This fake user will\n"
+ "remain online for %s to ensure that the other\n"
+ "user does not immediately reconnect; after that time, you\n"
+ "can reclaim your nick. Alternatively, use the RELEASE\n"
+ "command (%R%S HELP RELEASE) to get the nick\n"
+ "back sooner.\n"
+ " \n"
+ "In order to use the RECOVER command for a nick, your\n"
+ "current address as shown in /WHOIS must be on that nick's\n"
+ "access list, you must be identified and in the group of\n"
+ "that nick, or you must supply the correct password for\n"
+ "the nickname."),
+ /* NICK_HELP_RELEASE */
+ gettext("Syntax: RELEASE nickname [password]\n"
+ " \n"
+ "Instructs %S to remove any hold on your nickname\n"
+ "caused by automatic kill protection or use of the RECOVER\n"
+ "command. This holds lasts for %s;\n"
+ "this command gets rid of them sooner.\n"
+ " \n"
+ "In order to use the RELEASE command for a nick, your\n"
+ "current address as shown in /WHOIS must be on that nick's\n"
+ "access list, you must be identified and in the group of\n"
+ "that nick, or you must supply the correct password for\n"
+ "the nickname."),
+ /* NICK_HELP_GHOST */
+ gettext("Syntax: GHOST nickname [password]\n"
+ " \n"
+ "Terminates a \"ghost\" IRC session using your nick. A\n"
+ "\"ghost\" session is one which is not actually connected,\n"
+ "but which the IRC server believes is still online for one\n"
+ "reason or another. Typically, this happens if your\n"
+ "computer crashes or your Internet or modem connection\n"
+ "goes down while you're on IRC.\n"
+ " \n"
+ "In order to use the GHOST command for a nick, your\n"
+ "current address as shown in /WHOIS must be on that nick's\n"
+ "access list, you must be identified and in the group of\n"
+ "that nick, or you must supply the correct password for\n"
+ "the nickname."),
+ /* NICK_HELP_INFO */
+ gettext("Syntax: INFO nickname\n"
+ " \n"
+ "Displays information about the given nickname, such as\n"
+ "the nick's owner, last seen address and time, and nick\n"
+ "options."),
+ /* NICK_HELP_LIST */
+ gettext("Syntax: LIST pattern\n"
+ " \n"
+ "Lists all registered nicknames which match the given\n"
+ "pattern, in nick!user@host format. Nicks with the\n"
+ "PRIVATE option set will not be displayed.\n"
+ " \n"
+ "Examples:\n"
+ " \n"
+ " LIST *!joeuser@foo.com\n"
+ " Lists all nicks owned by joeuser@foo.com.\n"
+ " \n"
+ " LIST *Bot*!*@*\n"
+ " Lists all registered nicks with Bot in their\n"
+ " names (case insensitive).\n"
+ " \n"
+ " LIST *!*@*.bar.org\n"
+ " Lists all nicks owned by users in the bar.org\n"
+ " domain."),
+ /* NICK_HELP_ALIST */
+ gettext("Syntax: ALIST [level]\n"
+ " \n"
+ "Lists all channels you have access on. Optionally, you can specify\n"
+ "a level in XOP or ACCESS format. The resulting list will only\n"
+ "include channels where you have the given level of access.\n"
+ "Examples:\n"
+ " ALIST Founder\n"
+ " Lists all channels where you have Founder\n"
+ " access.\n"
+ " ALIST AOP\n"
+ " Lists all channels where you have AOP\n"
+ " access or greater.\n"
+ " ALIST 10\n"
+ " Lists all channels where you have level 10\n"
+ " access or greater.\n"
+ "Channels that have the NOEXPIRE option set will be\n"
+ "prefixed by an exclamation mark."),
+ /* NICK_HELP_GLIST */
+ gettext("Syntax: GLIST\n"
+ " \n"
+ "Lists all nicks in your group."),
+ /* NICK_HELP_STATUS */
+ gettext("Syntax: STATUS nickname...\n"
+ " \n"
+ "Returns whether the user using the given nickname is\n"
+ "recognized as the owner of the nickname. The response has\n"
+ "this format:\n"
+ " \n"
+ " nickname status-code account\n"
+ " \n"
+ "where nickname is the nickname sent with the command,\n"
+ "status-code is one of the following, and account\n"
+ "is the account they are logged in as.\n"
+ " \n"
+ " 0 - no such user online or nickname not registered\n"
+ " 1 - user not recognized as nickname's owner\n"
+ " 2 - user recognized as owner via access list only\n"
+ " 3 - user recognized as owner via password identification\n"
+ " \n"
+ "Up to sixteen nicknames may be sent with each command; the\n"
+ "rest will be ignored. If no nickname is given, your status\n"
+ "will be returned."),
+ /* NICK_HELP_SENDPASS */
+ gettext("Syntax: SENDPASS nickname\n"
+ " \n"
+ "Send the password of the given nickname to the e-mail address\n"
+ "set in the nickname record. This command is really useful\n"
+ "to deal with lost passwords.\n"
+ " \n"
+ "May be limited to IRC operators on certain networks."),
+ /* NICK_HELP_RESETPASS */
+ gettext("Syntax: RESETPASS nickname\n"
+ "Sends a code key to the nickname with instructions on how to\n"
+ "reset their password."),
+ /* NICK_HELP_CONFIRM */
+ gettext("Syntax: CONFIRM passcode\n"
+ " \n"
+ "This is the second step of nickname registration process.\n"
+ "You must perform this command in order to get your nickname\n"
+ "registered with %S. The passcode (or called auth code also)\n"
+ "is sent to your e-mail address in the first step of the\n"
+ "registration process. For more information about the first\n"
+ "stage of the registration process, type: %R%S HELP REGISTER\n"
+ " \n"
+ "This is also used after the RESETPASS command has been used to\n"
+ "force identify you to your nick so you may change your password."),
+ /* NICK_HELP_CONFIRM_OPER */
+ gettext("Additionally, Services Operators with the nickserv/confirm permission can\n"
+ "replace passcode with a users nick to force validate them."),
+ /* NICK_HELP_RESEND */
+ gettext("Syntax: RESEND\n"
+ " \n"
+ "This command will re-send the auth code (also called passcode)\n"
+ "to the e-mail address of the user whom is performing it."),
+ /* NICK_SERVADMIN_HELP */
+ gettext(" \n"
+ "Services Operators can also drop any nickname without needing\n"
+ "to identify for the nick, and may view the access list for\n"
+ "any nickname (%R%S ACCESS LIST nick)."),
+ /* NICK_SERVADMIN_HELP_LOGOUT */
+ gettext("Syntax: LOGOUT [nickname [REVALIDATE]]\n"
+ " \n"
+ "Without a parameter, reverses the effect of the IDENTIFY \n"
+ "command, i.e. make you not recognized as the real owner of the nick\n"
+ "anymore. Note, however, that you won't be asked to reidentify\n"
+ "yourself.\n"
+ " \n"
+ "With a parameter, does the same for the given nick. If you \n"
+ "specify REVALIDATE as well, Services will ask the given nick\n"
+ "to re-identify. This use limited to Services Operators."),
+ /* NICK_SERVADMIN_HELP_DROP */
+ gettext("Syntax: DROP [nickname]\n"
+ " \n"
+ "Without a parameter, drops your nickname from the\n"
+ "%S database.\n"
+ " \n"
+ "With a parameter, drops the named nick from the database.\n"
+ "You may drop any nick within your group without any \n"
+ "special privileges. Dropping any nick is limited to \n"
+ "Services Operators."),
+ /* NICK_SERVADMIN_HELP_LIST */
+ gettext("Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE] [UNCONFIRMED]\n"
+ " \n"
+ "Lists all registered nicknames which match the given\n"
+ "pattern, in nick!user@host format. Nicks with the PRIVATE\n"
+ "option set will only be displayed to Services Operators. Nicks\n"
+ "with the NOEXPIRE option set will have a ! appended to\n"
+ "the nickname for Services Operators.\n"
+ " \n"
+ "If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only\n"
+ "nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the\n"
+ "NOEXPIRE flag set will be displayed. If multiple options are\n"
+ "given, all nicks matching at least one option will be displayed.\n"
+ "These options are limited to Services Operators. \n"
+ "Examples:\n"
+ " \n"
+ " LIST *!joeuser@foo.com\n"
+ " Lists all registered nicks owned by joeuser@foo.com.\n"
+ " \n"
+ " LIST *Bot*!*@*\n"
+ " Lists all registered nicks with Bot in their\n"
+ " names (case insensitive).\n"
+ " \n"
+ " LIST * NOEXPIRE\n"
+ " Lists all registered nicks which have been set to\n"
+ " not expire."),
+ /* NICK_SERVADMIN_HELP_ALIST */
+ gettext("Syntax: ALIST [nickname] [level]\n"
+ " \n"
+ "With no parameters, lists channels you have access on. With\n"
+ "one parameter, lists channels that nickname has access \n"
+ "on. With two parameters lists channels that nickname has \n"
+ "level access or greater on.\n"
+ "This use limited to Services Operators."),
+ /* NICK_SERVADMIN_HELP_GLIST */
+ gettext("Syntax: GLIST [nickname]\n"
+ " \n"
+ "Without a parameter, lists all nicknames that are in\n"
+ "your group.\n"
+ " \n"
+ "With a parameter, lists all nicknames that are in the\n"
+ "group of the given nick.\n"
+ "This use limited to Services Operators."),
+ /* NICK_SERVADMIN_HELP_GETPASS */
+ gettext("Syntax: GETPASS nickname\n"
+ " \n"
+ "Returns the password for the given nickname. Note that\n"
+ "whenever this command is used, a message including the\n"
+ "person who issued the command and the nickname it was used\n"
+ "on will be logged and sent out as a WALLOPS/GLOBOPS.\n"
+ " \n"
+ "This command is unavailable when encryption is enabled."),
+ /* NICK_SERVADMIN_HELP_GETEMAIL */
+ gettext("Syntax: GETEMAIL user@emailhost\n"
+ "Returns the matching nicks that used given email. Note that\n"
+ "you can not use wildcards for either user or emailhost. Whenever\n"
+ "this command is used, a message including the person who issued\n"
+ "the command and the email it was used on will be logged."),
+ /* NICK_SERVADMIN_HELP_FORBID */
+ gettext("Syntax: FORBID nickname [reason]\n"
+ " \n"
+ "Disallows a nickname from being registered or used by\n"
+ "anyone. May be cancelled by dropping the nick.\n"
+ " \n"
+ "On certain networks, reason is required."),
+ /* NICK_SERVADMIN_HELP_SUSPEND */
+ gettext("Syntax: SUSPEND nickname reason\n"
+ "SUSPENDs a nickname from being used."),
+ /* NICK_SERVADMIN_HELP_UNSUSPEND */
+ gettext("Syntax: UNSUSPEND nickname\n"
+ "UNSUSPENDS a nickname from being used."),
+ /* CHAN_HELP_CMD_GETPASS */
+ gettext(" GETPASS Retrieve the founder password for a channel"),
+ /* CHAN_HELP_CMD_FORBID */
+ gettext(" FORBID Prevent a channel from being used"),
+ /* CHAN_HELP_CMD_SUSPEND */
+ gettext(" SUSPEND Prevent a channel from being used preserving\n"
+ " channel data and settings"),
+ /* CHAN_HELP_CMD_UNSUSPEND */
+ gettext(" UNSUSPEND Releases a suspended channel"),
+ /* CHAN_HELP_CMD_STATUS */
+ gettext(" STATUS Returns the current access level of a user\n"
+ " on a channel"),
+ /* CHAN_HELP_CMD_REGISTER */
+ gettext(" REGISTER Register a channel"),
+ /* CHAN_HELP_CMD_SET */
+ gettext(" SET Set channel options and information"),
+ /* CHAN_HELP_CMD_SASET */
+ gettext(" SASET Forcefully set channel options and information"),
+ /* CHAN_HELP_CMD_QOP */
+ gettext(" QOP Modify the list of QOP users"),
+ /* CHAN_HELP_CMD_AOP */
+ gettext(" AOP Modify the list of AOP users"),
+ /* CHAN_HELP_CMD_SOP */
+ gettext(" SOP Modify the list of SOP users"),
+ /* CHAN_HELP_CMD_ACCESS */
+ gettext(" ACCESS Modify the list of privileged users"),
+ /* CHAN_HELP_CMD_LEVELS */
+ gettext(" LEVELS Redefine the meanings of access levels"),
+ /* CHAN_HELP_CMD_AKICK */
+ gettext(" AKICK Maintain the AutoKick list"),
+ /* CHAN_HELP_CMD_DROP */
+ gettext(" DROP Cancel the registration of a channel"),
+ /* CHAN_HELP_CMD_BAN */
+ gettext(" BAN Bans a selected nick on a channel"),
+ /* CHAN_HELP_CMD_CLEAR */
+ gettext(" CLEAR Tells ChanServ to clear certain settings on a channel"),
+ /* CHAN_HELP_CMD_DEVOICE */
+ gettext(" DEVOICE Devoices a selected nick on a channel"),
+ /* CHAN_HELP_CMD_GETKEY */
+ gettext(" GETKEY Returns the key of the given channel"),
+ /* CHAN_HELP_CMD_INFO */
+ gettext(" INFO Lists information about the named registered channel"),
+ /* CHAN_HELP_CMD_INVITE */
+ gettext(" INVITE Tells ChanServ to invite you into a channel"),
+ /* CHAN_HELP_CMD_KICK */
+ gettext(" KICK Kicks a selected nick from a channel"),
+ /* CHAN_HELP_CMD_LIST */
+ gettext(" LIST Lists all registered channels matching the given pattern"),
+ /* CHAN_HELP_CMD_OP */
+ gettext(" OP Gives Op status to a selected nick on a channel"),
+ /* CHAN_HELP_CMD_TOPIC */
+ gettext(" TOPIC Manipulate the topic of the specified channel"),
+ /* CHAN_HELP_CMD_UNBAN */
+ gettext(" UNBAN Remove all bans preventing a user from entering a channel"),
+ /* CHAN_HELP_CMD_VOICE */
+ gettext(" VOICE Voices a selected nick on a channel"),
+ /* CHAN_HELP_CMD_VOP */
+ gettext(" VOP Maintains the VOP (VOicePeople) list for a channel"),
+ /* CHAN_HELP_CMD_DEHALFOP */
+ gettext(" DEHALFOP Dehalfops a selected nick on a channel"),
+ /* CHAN_HELP_CMD_DEOWNER */
+ gettext(" DEOWNER Removes your owner status on a channel"),
+ /* CHAN_HELP_CMD_DEPROTECT */
+ gettext(" DEPROTECT Deprotects a selected nick on a channel"),
+ /* CHAN_HELP_CMD_HALFOP */
+ gettext(" HALFOP Halfops a selected nick on a channel"),
+ /* CHAN_HELP_CMD_HOP */
+ gettext(" HOP Maintains the HOP (HalfOP) list for a channel"),
+ /* CHAN_HELP_CMD_OWNER */
+ gettext(" OWNER Gives you owner status on channel"),
+ /* CHAN_HELP_CMD_PROTECT */
+ gettext(" PROTECT Protects a selected nick on a channel"),
+ /* CHAN_HELP_CMD_DEOP */
+ gettext(" DEOP Deops a selected nick on a channel"),
+ /* CHAN_HELP */
+ gettext("%S allows you to register and control various\n"
+ "aspects of channels. %S can often prevent\n"
+ "malicious users from \"taking over\" channels by limiting\n"
+ "who is allowed channel operator privileges. Available\n"
+ "commands are listed below; to use them, type\n"
+ "%R%S command. For more information on a\n"
+ "specific command, type %R%S HELP command."),
+ /* CHAN_HELP_EXPIRES */
+ gettext("Note that any channel which is not used for %d days\n"
+ "(i.e. which no user on the channel's access list enters\n"
+ "for that period of time) will be automatically dropped."),
+ /* CHAN_HELP_REGISTER */
+ gettext("Syntax: REGISTER channel description\n"
+ " \n"
+ "Registers a channel in the %S database. In order\n"
+ "to use this command, you must first be a channel operator\n"
+ "on the channel you're trying to register.\n"
+ "The description, which must be included, is a\n"
+ "general description of the channel's purpose.\n"
+ " \n"
+ "When you register a channel, you are recorded as the\n"
+ "\"founder\" of the channel. The channel founder is allowed\n"
+ "to change all of the channel settings for the channel;\n"
+ "%S will also automatically give the founder\n"
+ "channel-operator privileges when s/he enters the channel.\n"
+ "See the ACCESS command (%R%S HELP ACCESS) for\n"
+ "information on giving a subset of these privileges to\n"
+ "other channel users.\n"
+ " \n"
+ "NOTICE: In order to register a channel, you must have\n"
+ "first registered your nickname. If you haven't,\n"
+ "%R%s HELP for information on how to do so."),
+ /* CHAN_HELP_DROP */
+ gettext("Syntax: DROP channel\n"
+ " \n"
+ "Unregisters the named channel. Can only be used by\n"
+ "channel founder."),
+ /* CHAN_HELP_SASET_HEAD */
+ gettext("Syntax: SASET channel option parameters\n"
+ " \n"
+ "Allows Services Operators to forcefully change settings\n"
+ "on channels.\n"
+ " \n"
+ "Available options:"),
+ /* CHAN_HELP_SET_HEAD */
+ gettext("Syntax: SET channel option parameters\n"
+ " \n"
+ "Allows the channel founder to set various channel options\n"
+ "and other information.\n"
+ " \n"
+ "Available options:"),
+ /* CHAN_HELP_CMD_SET_FOUNDER */
+ gettext(" FOUNDER Set the founder of a channel"),
+ /* CHAN_HELP_CMD_SET_SUCCESSOR */
+ gettext(" SUCCESSOR Set the successor for a channel"),
+ /* CHAN_HELP_CMD_SET_DESC */
+ gettext(" DESC Set the channel description"),
+ /* CHAN_HELP_CMD_SET_ENTRYMSG */
+ gettext(" ENTRYMSG Set a message to be sent to users when they\n"
+ " enter the channel"),
+ /* CHAN_HELP_CMD_SET_BANTYPE */
+ gettext(" BANTYPE Set how Services make bans on the channel"),
+ /* CHAN_HELP_CMD_SET_MLOCK */
+ gettext(" MLOCK Lock channel modes on or off"),
+ /* CHAN_HELP_CMD_SET_KEEPTOPIC */
+ gettext(" KEEPTOPIC Retain topic when channel is not in use"),
+ /* CHAN_HELP_CMD_SET_OPNOTICE */
+ gettext(" OPNOTICE Send a notice when OP/DEOP commands are used"),
+ /* CHAN_HELP_CMD_SET_PEACE */
+ gettext(" PEACE Regulate the use of critical commands"),
+ /* CHAN_HELP_CMD_SET_PRIVATE */
+ gettext(" PRIVATE Hide channel from LIST command"),
+ /* CHAN_HELP_CMD_SET_RESTRICTED */
+ gettext(" RESTRICTED Restrict access to the channel"),
+ /* CHAN_HELP_CMD_SET_SECURE */
+ gettext(" SECURE Activate %S security features"),
+ /* CHAN_HELP_CMD_SET_SECUREOPS */
+ gettext(" SECUREOPS Stricter control of chanop status"),
+ /* CHAN_HELP_CMD_SET_SECUREFOUNDER */
+ gettext(" SECUREFOUNDER Stricter control of channel founder status"),
+ /* CHAN_HELP_CMD_SET_SIGNKICK */
+ gettext(" SIGNKICK Sign kicks that are done with KICK command"),
+ /* CHAN_HELP_CMD_SET_TOPICLOCK */
+ gettext(" TOPICLOCK Topic can only be changed with TOPIC"),
+ /* CHAN_HELP_CMD_SET_XOP */
+ gettext(" XOP Toggle the user privilege system"),
+ /* CHAN_HELP_CMD_SET_PERSIST */
+ gettext(" PERSIST Set the channel as permanent"),
+ /* CHAN_HELP_CMD_SET_NOEXPIRE */
+ gettext(" NOEXPIRE Prevent the channel from expiring"),
+ /* CHAN_HELP_SET_TAIL */
+ gettext("Type %R%S HELP SET option for more information on a\n"
+ "particular option."),
+ /* CHAN_HELP_SASET_TAIL */
+ gettext("Type %R%S HELP SASET option for more information on a\n"
+ "particular option."),
+ /* CHAN_HELP_SET_FOUNDER */
+ gettext("Syntax: %s channel FOUNDER nick\n"
+ " \n"
+ "Changes the founder of a channel. The new nickname must\n"
+ "be a registered one."),
+ /* CHAN_HELP_SET_SUCCESSOR */
+ gettext("Syntax: %s channel SUCCESSOR nick\n"
+ " \n"
+ "Changes the successor of a channel. If the founder's\n"
+ "nickname expires or is dropped while the channel is still\n"
+ "registered, the successor will become the new founder of the\n"
+ "channel. However, if the successor already has too many\n"
+ "channels registered (%d), the channel will be dropped\n"
+ "instead, just as if no successor had been set. The new\n"
+ "nickname must be a registered one."),
+ /* CHAN_HELP_SET_DESC */
+ gettext("Syntax: %s channel DESC description\n"
+ " \n"
+ "Sets the description for the channel, which shows up with\n"
+ "the LIST and INFO commands."),
+ /* CHAN_HELP_SET_ENTRYMSG */
+ gettext("Syntax: %s channel ENTRYMSG [message]\n"
+ " \n"
+ "Sets the message which will be sent via /notice to users\n"
+ "when they enter the channel. If no parameter is given,\n"
+ "causes no message to be sent upon entering the channel."),
+ /* CHAN_HELP_SET_BANTYPE */
+ gettext("Syntax: %s channel BANTYPE bantype\n"
+ " \n"
+ "Sets the ban type that will be used by services whenever\n"
+ "they need to ban someone from your channel.\n"
+ " \n"
+ "bantype is a number between 0 and 3 that means:\n"
+ " \n"
+ "0: ban in the form *!user@host\n"
+ "1: ban in the form *!*user@host\n"
+ "2: ban in the form *!*@host\n"
+ "3: ban in the form *!*user@*.domain"),
+ /* CHAN_HELP_SET_KEEPTOPIC */
+ gettext("Syntax: %s channel KEEPTOPIC {ON | OFF}\n"
+ " \n"
+ "Enables or disables the topic retention option for a \n"
+ "channel. When topic retention is set, the topic for the\n"
+ "channel will be remembered by %S even after the\n"
+ "last user leaves the channel, and will be restored the\n"
+ "next time the channel is created."),
+ /* CHAN_HELP_SET_TOPICLOCK */
+ gettext("Syntax: %s channel TOPICLOCK {ON | OFF}\n"
+ " \n"
+ "Enables or disables the topic lock option for a channel.\n"
+ "When topic lock is set, %S will not allow the\n"
+ "channel topic to be changed except via the TOPIC\n"
+ "command."),
+ /* CHAN_HELP_SET_MLOCK */
+ gettext("Syntax: %s channel MLOCK modes\n"
+ " \n"
+ "Sets the mode-lock parameter for the channel. %S\n"
+ "allows you to define certain channel modes to be always\n"
+ "on, off or free to be either on or off.\n"
+ " \n"
+ "The modes parameter is constructed exactly the same way \n"
+ "as a /MODE command; that is, modes followed by a + are \n"
+ "locked on, and modes followed by a - are locked off. Note,\n"
+ "however, that unlike the /MODE command, each use of\n"
+ "SET MLOCK will remove all modes previously locked before\n"
+ "setting the new!\n"
+ " \n"
+ "Warning: If you set a mode-locked key, as in the second\n"
+ "example below, you should also set the RESTRICTED option for\n"
+ "the channel (see HELP SET RESTRICTED), or anyone entering\n"
+ "the channel when it is empty will be able to see the key!\n"
+ " \n"
+ "Examples:\n"
+ " \n"
+ " SET #channel MLOCK +nt-iklps\n"
+ " Forces modes n and t on, and modes i, k, l, p, and\n"
+ " s off. Mode m is left free to be either on or off.\n"
+ " \n"
+ " SET #channel MLOCK +knst-ilmp my-key\n"
+ " Forces modes k, n, s, and t on, and modes i, l, m,\n"
+ " and p off. Also forces the channel key to be\n"
+ " \"my-key\".\n"
+ " \n"
+ " SET #channel MLOCK +\n"
+ " Removes the mode lock; all channel modes are free\n"
+ " to be either on or off."),
+ /* CHAN_HELP_SET_PEACE */
+ gettext("Syntax: %s channel PEACE {ON | OFF}\n"
+ " \n"
+ "Enables or disables the peace option for a channel.\n"
+ "When peace is set, a user won't be able to kick,\n"
+ "ban or remove a channel status of a user that has\n"
+ "a level superior or equal to his via %S commands."),
+ /* CHAN_HELP_SET_PRIVATE */
+ gettext("Syntax: %s channel PRIVATE {ON | OFF}\n"
+ " \n"
+ "Enables or disables the private option for a channel.\n"
+ "When private is set, a %R%S LIST will not\n"
+ "include the channel in any lists."),
+ /* CHAN_HELP_SET_RESTRICTED */
+ gettext("Syntax: %s channel RESTRICTED {ON | OFF}\n"
+ " \n"
+ "Enables or disables the restricted access option for a\n"
+ "channel. When restricted access is set, users not on the access list will\n"
+ "instead be kicked and banned from the channel."),
+ /* CHAN_HELP_SET_SECURE */
+ gettext("Syntax: %s channel SECURE {ON | OFF}\n"
+ " \n"
+ "Enables or disables %S's security features for a\n"
+ "channel. When SECURE is set, only users who have\n"
+ "registered their nicknames with %s and IDENTIFY'd\n"
+ "with their password will be given access to the channel\n"
+ "as controlled by the access list."),
+ /* CHAN_HELP_SET_SECUREOPS */
+ gettext("Syntax: %s channel SECUREOPS {ON | OFF}\n"
+ " \n"
+ "Enables or disables the secure ops option for a channel.\n"
+ "When secure ops is set, users who are not on the userlist\n"
+ "will not be allowed chanop status."),
+ /* CHAN_HELP_SET_SECUREFOUNDER */
+ gettext("Syntax: %s channel SECUREFOUNDER {ON | OFF}\n"
+ " \n"
+ "Enables or disables the secure founder option for a channel.\n"
+ "When secure founder is set, only the real founder will be\n"
+ "able to drop the channel, change its password, its founder and its\n"
+ "successor, and not those who have founder level access through\n"
+ "the access/qop command."),
+ /* CHAN_HELP_SET_SIGNKICK */
+ gettext("Syntax: %s channel SIGNKICK {ON | LEVEL | OFF}\n"
+ " \n"
+ "Enables or disables signed kicks for a\n"
+ "channel. When SIGNKICK is set, kicks issued with\n"
+ "%S KICK command will have the nick that used the\n"
+ "command in their reason.\n"
+ " \n"
+ "If you use LEVEL, those who have a level that is superior \n"
+ "or equal to the SIGNKICK level on the channel won't have their \n"
+ "kicks signed. See %R%S HELP LEVELS for more information."),
+ /* CHAN_HELP_SET_XOP */
+ gettext("Syntax: %s channel XOP {ON | OFF}\n"
+ " \n"
+ "Enables or disables the xOP lists system for a channel.\n"
+ "When XOP is set, you have to use the AOP/SOP/VOP\n"
+ "commands in order to give channel privileges to\n"
+ "users, else you have to use the ACCESS command.\n"
+ " \n"
+ "Technical Note: when you switch from access list to xOP \n"
+ "lists system, your level definitions and user levels will be\n"
+ "changed, so you won't find the same values if you\n"
+ "switch back to access system! \n"
+ " \n"
+ "You should also check that your users are in the good xOP \n"
+ "list after the switch from access to xOP lists, because the \n"
+ "guess is not always perfect... in fact, it is not recommended \n"
+ "to use the xOP lists if you changed level definitions with \n"
+ "the LEVELS command.\n"
+ " \n"
+ "Switching from xOP lists system to access list system\n"
+ "causes no problem though."),
+ /* CHAN_HELP_SET_PERSIST */
+ gettext("Syntax: %s channel PERSIST {ON | OFF}\n"
+ "Enables or disables the persistant channel setting.\n"
+ "When persistant is set, the service bot will remain\n"
+ "in the channel when it has emptied of users.\n"
+ " \n"
+ "If your IRCd does not a permanent (persistant) channel\n"
+ "mode you must have a service bot in your channel to\n"
+ "set persist on, and it can not be unassigned while persist\n"
+ "is on.\n"
+ " \n"
+ "If this network does not have BotServ enabled and does\n"
+ "not have a permanent channel mode, ChanServ will\n"
+ "join your channel when you set persist on (and leave when\n"
+ "it has been set off).\n"
+ " \n"
+ "If your IRCd has a permanent (persistant) channel mode\n"
+ "and is is set or unset (for any reason, including MLOCK),\n"
+ "persist is automatically set and unset for the channel aswell.\n"
+ "Additionally, services will set or unset this mode when you\n"
+ "set persist on or off."),
+ /* CHAN_HELP_SET_OPNOTICE */
+ gettext("Syntax: %s channel OPNOTICE {ON | OFF}\n"
+ " \n"
+ "Enables or disables the op-notice option for a channel.\n"
+ "When op-notice is set, %S will send a notice to the\n"
+ "channel whenever the OP or DEOP commands are used for a user\n"
+ "in the channel."),
+ /* CHAN_HELP_QOP */
+ gettext("Syntax: QOP channel ADD nick\n"
+ " QOP channel DEL {nick | entry-num | list}\n"
+ " QOP channel LIST [mask | list]\n"
+ " QOP channel CLEAR\n"
+ " \n"
+ "Maintains the QOP (AutoOwner) list for a channel. The QOP \n"
+ "list gives users the right to be auto-owner on your channel,\n"
+ "which gives them almost (or potentially, total) access.\n"
+ " \n"
+ "The QOP ADD command adds the given nickname to the\n"
+ "QOP list.\n"
+ " \n"
+ "The QOP DEL command removes the given nick from the\n"
+ "QOP list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The QOP LIST command displays the QOP list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " QOP #channel LIST 2-5,7-9\n"
+ " Lists QOP entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The QOP CLEAR command clears all entries of the\n"
+ "QOP list.\n"
+ " \n"
+ "The QOP commands are limited to\n"
+ "founders (unless SECUREOPS is off). However, any user on the\n"
+ "QOP list may use the QOP LIST command.\n"
+ " \n"
+ "This command may have been disabled for your channel, and\n"
+ "in that case you need to use the access list. See \n"
+ "%R%S HELP ACCESS for information about the access list,\n"
+ "and %R%S HELP SET XOP to know how to toggle between \n"
+ "the access list and xOP list systems."),
+ /* CHAN_HELP_AOP */
+ gettext("Syntax: AOP channel ADD nick\n"
+ " AOP channel DEL {nick | entry-num | list}\n"
+ " AOP channel LIST [mask | list]\n"
+ " AOP channel CLEAR\n"
+ " \n"
+ "Maintains the AOP (AutoOP) list for a channel. The AOP \n"
+ "list gives users the right to be auto-opped on your channel,\n"
+ "to unban or invite themselves if needed, to have their\n"
+ "greet message showed on join, and so on.\n"
+ " \n"
+ "The AOP ADD command adds the given nickname to the\n"
+ "AOP list.\n"
+ " \n"
+ "The AOP DEL command removes the given nick from the\n"
+ "AOP list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The AOP LIST command displays the AOP list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " AOP #channel LIST 2-5,7-9\n"
+ " Lists AOP entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The AOP CLEAR command clears all entries of the\n"
+ "AOP list.\n"
+ " \n"
+ "The AOP ADD and AOP DEL commands are limited to\n"
+ "SOPs or above, while the AOP CLEAR command can only\n"
+ "be used by the channel founder. However, any user on the\n"
+ "AOP list may use the AOP LIST command.\n"
+ " \n"
+ "This command may have been disabled for your channel, and\n"
+ "in that case you need to use the access list. See \n"
+ "%R%S HELP ACCESS for information about the access list,\n"
+ "and %R%S HELP SET XOP to know how to toggle between \n"
+ "the access list and xOP list systems."),
+ /* CHAN_HELP_HOP */
+ gettext("Syntax: HOP channel ADD nick\n"
+ " HOP channel DEL {nick | entry-num | list}\n"
+ " HOP channel LIST [mask | list]\n"
+ " HOP channel CLEAR\n"
+ " \n"
+ "Maintains the HOP (HalfOP) list for a channel. The HOP \n"
+ "list gives users the right to be auto-halfopped on your \n"
+ "channel.\n"
+ " \n"
+ "The HOP ADD command adds the given nickname to the\n"
+ "HOP list.\n"
+ " \n"
+ "The HOP DEL command removes the given nick from the\n"
+ "HOP list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The HOP LIST command displays the HOP list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " HOP #channel LIST 2-5,7-9\n"
+ " Lists HOP entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The HOP CLEAR command clears all entries of the\n"
+ "HOP list.\n"
+ " \n"
+ "The HOP ADD, HOP DEL and HOP LIST commands are \n"
+ "limited to AOPs or above, while the HOP CLEAR command \n"
+ "can only be used by the channel founder.\n"
+ " \n"
+ "This command may have been disabled for your channel, and\n"
+ "in that case you need to use the access list. See \n"
+ "%R%S HELP ACCESS for information about the access list,\n"
+ "and %R%S HELP SET XOP to know how to toggle between \n"
+ "the access list and xOP list systems."),
+ /* CHAN_HELP_SOP */
+ gettext("Syntax: SOP channel ADD nick\n"
+ " SOP channel DEL {nick | entry-num | list}\n"
+ " SOP channel LIST [mask | list]\n"
+ " SOP channel CLEAR\n"
+ " \n"
+ "Maintains the SOP (SuperOP) list for a channel. The SOP \n"
+ "list gives users all rights given by the AOP list, and adds\n"
+ "those needed to use the AutoKick and the BadWords lists, \n"
+ "to send and read channel memos, and so on.\n"
+ " \n"
+ "The SOP ADD command adds the given nickname to the\n"
+ "SOP list.\n"
+ " \n"
+ "The SOP DEL command removes the given nick from the\n"
+ "SOP list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The SOP LIST command displays the SOP list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " SOP #channel LIST 2-5,7-9\n"
+ " Lists AOP entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The SOP CLEAR command clears all entries of the\n"
+ "SOP list.\n"
+ " \n"
+ "The SOP ADD, SOP DEL and SOP CLEAR commands are \n"
+ "limited to the channel founder. However, any user on the\n"
+ "AOP list may use the SOP LIST command.\n"
+ " \n"
+ "This command may have been disabled for your channel, and\n"
+ "in that case you need to use the access list. See \n"
+ "%R%S HELP ACCESS for information about the access list,\n"
+ "and %R%S HELP SET XOP to know how to toggle between \n"
+ "the access list and xOP list systems."),
+ /* CHAN_HELP_VOP */
+ gettext("Syntax: VOP channel ADD nick\n"
+ " VOP channel DEL {nick | entry-num | list}\n"
+ " VOP channel LIST [mask | list]\n"
+ " VOP channel CLEAR\n"
+ " \n"
+ "Maintains the VOP (VOicePeople) list for a channel. \n"
+ "The VOP list allows users to be auto-voiced and to voice \n"
+ "themselves if they aren't.\n"
+ " \n"
+ "The VOP ADD command adds the given nickname to the\n"
+ "VOP list.\n"
+ " \n"
+ "The VOP DEL command removes the given nick from the\n"
+ "VOP list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The VOP LIST command displays the VOP list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " VOP #channel LIST 2-5,7-9\n"
+ " Lists VOP entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The VOP CLEAR command clears all entries of the\n"
+ "VOP list.\n"
+ " \n"
+ "The VOP ADD, VOP DEL and VOP LIST commands are \n"
+ "limited to AOPs or above, while the VOP CLEAR command \n"
+ "can only be used by the channel founder.\n"
+ " \n"
+ "This command may have been disabled for your channel, and\n"
+ "in that case you need to use the access list. See \n"
+ "%R%S HELP ACCESS for information about the access list,\n"
+ "and %R%S HELP SET XOP to know how to toggle between \n"
+ "the access list and xOP list systems."),
+ /* CHAN_HELP_ACCESS */
+ gettext("Syntax: ACCESS channel ADD nick level\n"
+ " ACCESS channel DEL {nick | entry-num | list}\n"
+ " ACCESS channel LIST [mask | list]\n"
+ " ACCESS channel VIEW [mask | list]\n"
+ " ACCESS channel CLEAR\n"
+ " \n"
+ "Maintains the access list for a channel. The access\n"
+ "list specifies which users are allowed chanop status or\n"
+ "access to %S commands on the channel. Different\n"
+ "user levels allow for access to different subsets of\n"
+ "privileges; %R%S HELP ACCESS LEVELS for more\n"
+ "specific information. Any nick not on the access list has\n"
+ "a user level of 0.\n"
+ " \n"
+ "The ACCESS ADD command adds the given nickname to the\n"
+ "access list with the given user level; if the nick is\n"
+ "already present on the list, its access level is changed to\n"
+ "the level specified in the command. The level specified\n"
+ "must be less than that of the user giving the command, and\n"
+ "if the nick is already on the access list, the current\n"
+ "access level of that nick must be less than the access level\n"
+ "of the user giving the command.\n"
+ " \n"
+ "The ACCESS DEL command removes the given nick from the\n"
+ "access list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The ACCESS LIST command displays the access list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " ACCESS #channel LIST 2-5,7-9\n"
+ " Lists access entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The ACCESS VIEW command displays the access list similar\n"
+ "to ACCESS LIST but shows the creator and last used time.\n"
+ " \n"
+ "The ACCESS CLEAR command clears all entries of the\n"
+ "access list."),
+ /* CHAN_HELP_ACCESS_LEVELS */
+ gettext("User access levels\n"
+ " \n"
+ "By default, the following access levels are defined:\n"
+ " \n"
+ " Founder Full access to %S functions; automatic\n"
+ " opping upon entering channel. Note\n"
+ " that only one person may have founder\n"
+ " status (it cannot be given using the\n"
+ " ACCESS command).\n"
+ "  10 Access to AKICK command; automatic opping.\n"
+ "  5 Automatic opping.\n"
+ "  3 Automatic voicing.\n"
+ "  0 No special privileges; can be opped by other\n"
+ " ops (unless secure-ops is set).\n"
+ "  <0 May not be opped.\n"
+ " \n"
+ "These levels may be changed, or new ones added, using the\n"
+ "LEVELS command; type %R%S HELP LEVELS for\n"
+ "information."),
+ /* CHAN_HELP_AKICK */
+ gettext("Syntax: AKICK channel ADD {nick | mask} [reason]\n"
+ " AKICK channel STICK mask\n"
+ " AKICK channel UNSTICK mask\n"
+ " AKICK channel DEL {nick | mask | entry-num | list}\n"
+ " AKICK channel LIST [mask | entry-num | list]\n"
+ " AKICK channel VIEW [mask | entry-num | list]\n"
+ " AKICK channel ENFORCE\n"
+ " AKICK channel CLEAR\n"
+ " \n"
+ "Maintains the AutoKick list for a channel. If a user\n"
+ "on the AutoKick list attempts to join the channel,\n"
+ "%S will ban that user from the channel, then kick\n"
+ "the user.\n"
+ " \n"
+ "The AKICK ADD command adds the given nick or usermask\n"
+ "to the AutoKick list. If a reason is given with\n"
+ "the command, that reason will be used when the user is\n"
+ "kicked; if not, the default reason is \"You have been\n"
+ "banned from the channel\".\n"
+ "When akicking a registered nick the nickserv account\n"
+ "will be added to the akick list instead of the mask.\n"
+ "All users within that nickgroup will then be akicked.\n"
+ " \n"
+ "The AKICK STICK command permanently bans the given mask \n"
+ "on the channel. If someone tries to remove the ban, %S\n"
+ "will automatically set it again. You can't use it for\n"
+ "registered nicks.\n"
+ " \n"
+ "The AKICK UNSTICK command cancels the effect of the\n"
+ "AKICK STICK command, so you'll be able to unset the\n"
+ "ban again on the channel.\n"
+ " \n"
+ "The AKICK DEL command removes the given nick or mask\n"
+ "from the AutoKick list. It does not, however, remove any\n"
+ "bans placed by an AutoKick; those must be removed\n"
+ "manually.\n"
+ " \n"
+ "The AKICK LIST command displays the AutoKick list, or\n"
+ "optionally only those AutoKick entries which match the\n"
+ "given mask.\n"
+ " \n"
+ "The AKICK VIEW command is a more verbose version of\n"
+ "AKICK LIST command.\n"
+ " \n"
+ "The AKICK ENFORCE command causes %S to enforce the\n"
+ "current AKICK list by removing those users who match an\n"
+ "AKICK mask.\n"
+ " \n"
+ "The AKICK CLEAR command clears all entries of the\n"
+ "akick list."),
+ /* CHAN_HELP_LEVELS */
+ gettext("Syntax: LEVELS channel SET type level\n"
+ " LEVELS channel {DIS | DISABLE} type\n"
+ " LEVELS channel LIST\n"
+ " LEVELS channel RESET\n"
+ " \n"
+ "The LEVELS command allows fine control over the meaning of\n"
+ "the numeric access levels used for channels. With this\n"
+ "command, you can define the access level required for most\n"
+ "of %S's functions. (The SET FOUNDER and this command\n"
+ "are always restricted to the channel founder.)\n"
+ " \n"
+ "LEVELS SET allows the access level for a function or group of\n"
+ "functions to be changed. LEVELS DISABLE (or DIS for short)\n"
+ "disables an automatic feature or disallows access to a\n"
+ "function by anyone, INCLUDING the founder (although, the founder\n"
+ "can always reenable it).\n"
+ " \n"
+ "LEVELS LIST shows the current levels for each function or\n"
+ "group of functions. LEVELS RESET resets the levels to the\n"
+ "default levels of a newly-created channel (see\n"
+ "HELP ACCESS LEVELS).\n"
+ " \n"
+ "For a list of the features and functions whose levels can be\n"
+ "set, see HELP LEVELS DESC."),
+ /* CHAN_HELP_LEVELS_DESC */
+ gettext("The following feature/function names are understood. Note\n"
+ "that the levels for AUTODEOP and NOJOIN are maximum levels,\n"
+ "while all others are minimum levels."),
+ /* CHAN_HELP_LEVELS_DESC_FORMAT */
+ gettext(" %-*s %s"),
+ /* CHAN_HELP_INFO */
+ gettext("Syntax: INFO channel\n"
+ " \n"
+ "Lists information about the named registered channel,\n"
+ "including its founder, time of registration, last time\n"
+ "used, description, and mode lock, if any. If ALL is \n"
+ "specified, the entry message and successor will also \n"
+ "be displayed."),
+ /* CHAN_HELP_LIST */
+ gettext("Syntax: LIST pattern\n"
+ " \n"
+ "Lists all registered channels matching the given pattern.\n"
+ "(Channels with the PRIVATE option set are not listed.)\n"
+ "Note that a preceding '#' specifies a range, channel names\n"
+ "are to be written without '#'."),
+ /* CHAN_HELP_OP */
+ gettext("Syntax: OP #channel [nick]\n"
+ " \n"
+ "Ops a selected nick on a channel. If nick is not given,\n"
+ "it will op you.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel."),
+ /* CHAN_HELP_DEOP */
+ gettext("Syntax: DEOP #channel [nick]\n"
+ " \n"
+ "Deops a selected nick on a channel. If nick is not given,\n"
+ "it will deop you.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel."),
+ /* CHAN_HELP_VOICE */
+ gettext("Syntax: VOICE #channel [nick]\n"
+ " \n"
+ "Voices a selected nick on a channel. If nick is not given,\n"
+ "it will voice you.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel, or to VOPs or those with level 3 \n"
+ "and above for self voicing."),
+ /* CHAN_HELP_DEVOICE */
+ gettext("Syntax: DEVOICE #channel [nick]\n"
+ " \n"
+ "Devoices a selected nick on a channel. If nick is not given,\n"
+ "it will devoice you.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel, or to VOPs or those with level 3 \n"
+ "and above for self devoicing."),
+ /* CHAN_HELP_HALFOP */
+ gettext("Syntax: HALFOP #channel [nick]\n"
+ " \n"
+ "Halfops a selected nick on a channel. If nick is not given,\n"
+ "it will halfop you.\n"
+ " \n"
+ "By default, limited to AOPs and those with level 5 access \n"
+ "and above on the channel, or to HOPs or those with level 4 \n"
+ "and above for self halfopping."),
+ /* CHAN_HELP_DEHALFOP */
+ gettext("Syntax: DEHALFOP #channel [nick]\n"
+ " \n"
+ "Dehalfops a selected nick on a channel. If nick is not given,\n"
+ "it will dehalfop you.\n"
+ " \n"
+ "By default, limited to AOPs and those with level 5 access \n"
+ "and above on the channel, or to HOPs or those with level 4 \n"
+ "and above for self dehalfopping."),
+ /* CHAN_HELP_PROTECT */
+ gettext("Syntax: PROTECT #channel [nick]\n"
+ " \n"
+ "Protects a selected nick on a channel. If nick is not given,\n"
+ "it will protect you.\n"
+ " \n"
+ "By default, limited to the founder, or to SOPs or those with \n"
+ "level 10 and above on the channel for self protecting."),
+ /* CHAN_HELP_DEPROTECT */
+ gettext("Syntax: DEPROTECT #channel [nick]\n"
+ " \n"
+ "Deprotects a selected nick on a channel. If nick is not given,\n"
+ "it will deprotect you.\n"
+ " \n"
+ "By default, limited to the founder, or to SOPs or those with \n"
+ "level 10 and above on the channel for self deprotecting."),
+ /* CHAN_HELP_OWNER */
+ gettext("Syntax: OWNER #channel\n"
+ " \n"
+ "Gives you owner status on channel.\n"
+ " \n"
+ "Limited to those with founder access on the channel."),
+ /* CHAN_HELP_DEOWNER */
+ gettext("Syntax: DEOWNER #channel\n"
+ " \n"
+ "Removes your owner status on channel.\n"
+ " \n"
+ "Limited to those with founder access on the channel."),
+ /* CHAN_HELP_INVITE */
+ gettext("Syntax: INVITE channel\n"
+ " \n"
+ "Tells %S to invite you into the given channel. \n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 and above\n"
+ "on the channel."),
+ /* CHAN_HELP_UNBAN */
+ gettext("Syntax: UNBAN channel [nick]\n"
+ " \n"
+ "Tells %S to remove all bans preventing you or the given\n"
+ "user from entering the given channel. \n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 and above\n"
+ "on the channel."),
+ /* CHAN_HELP_KICK */
+ gettext("Syntax: KICK #channel nick [reason]\n"
+ " \n"
+ "Kicks a selected nick on a channel.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel."),
+ /* CHAN_HELP_BAN */
+ gettext("Syntax: BAN #channel nick [reason]\n"
+ " \n"
+ "Bans a selected nick on a channel.\n"
+ " \n"
+ "By default, limited to AOPs or those with level 5 access \n"
+ "and above on the channel."),
+ /* CHAN_HELP_TOPIC */
+ gettext("Syntax: TOPIC channel [topic]\n"
+ " \n"
+ "Causes %S to set the channel topic to the one\n"
+ "specified. If topic is not given, then an empty topic\n"
+ "is set. This command is most useful in conjunction\n"
+ "with SET TOPICLOCK. See %R%S HELP SET TOPICLOCK\n"
+ "for more information.\n"
+ " \n"
+ "By default, limited to those with founder access on the\n"
+ "channel."),
+ /* CHAN_HELP_CLEAR */
+ gettext("Syntax: CLEAR channel what\n"
+ " \n"
+ "Tells %S to clear certain settings on a channel. what\n"
+ "can be any of the following:\n"
+ " \n"
+ " MODES Resets all modes on the channel (i.e. clears\n"
+ " modes i,k,l,m,n,p,s,t).\n"
+ " BANS Clears all bans on the channel.\n"
+ " EXCEPTS Clears all excepts on the channel.\n"
+ " INVITES Clears all invites on the channel.\n"
+ " OPS Removes channel-operator status (mode +o) from\n"
+ " all channel operators. If supported, removes\n"
+ " channel-admin (mode +a) and channel-owner (mode +q)\n"
+ " as well.\n"
+ " HOPS Removes channel-halfoperator status (mode +h) from\n"
+ " all channel halfoperators, if supported.\n"
+ " VOICES Removes \"voice\" status (mode +v) from anyone\n"
+ " with that mode set.\n"
+ " USERS Removes (kicks) all users from the channel.\n"
+ " \n"
+ "By default, limited to those with founder access on the\n"
+ "channel."),
+ /* CHAN_HELP_GETKEY */
+ gettext("Syntax: GETKEY channel\n"
+ " \n"
+ "Returns the key of the given channel."),
+ /* CHAN_SERVADMIN_HELP */
+ gettext(" \n"
+ "Services Operators can also drop any channel without needing\n"
+ "to identify via password, and may view the access, AKICK,\n"
+ "and level setting lists for any channel."),
+ /* CHAN_SERVADMIN_HELP_DROP */
+ gettext("Syntax: DROP channel\n"
+ " \n"
+ "Unregisters the named channel. Only Services Operators\n"
+ "can drop a channel for which they have not identified."),
+ /* CHAN_SERVADMIN_HELP_SET_NOEXPIRE */
+ gettext("Syntax: SET channel NOEXPIRE {ON | OFF}\n"
+ " \n"
+ "Sets whether the given channel will expire. Setting this\n"
+ "to ON prevents the channel from expiring."),
+ /* CHAN_SERVADMIN_HELP_LIST */
+ gettext("Syntax: LIST pattern [FORBIDDEN] [SUSPENDED] [NOEXPIRE]\n"
+ " \n"
+ "Lists all registered channels matching the given pattern.\n"
+ "Channels with the PRIVATE option set will only be displayed\n"
+ "to Services Operators. Channels with the NOEXPIRE option set \n"
+ "will have a ! appended to the channel name for Services Operators.\n"
+ " \n"
+ "If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only \n"
+ "channels which, respectively, are FORBIDden, SUSPENDed or have \n"
+ "the NOEXPIRE flag set will be displayed. If multiple options are \n"
+ "given, more types of channels will be displayed. These options are \n"
+ "limited to Services Operators."),
+ /* CHAN_SERVADMIN_HELP_GETPASS */
+ gettext("Syntax: GETPASS channel\n"
+ " \n"
+ "Returns the password for the given channel. Note that\n"
+ "whenever this command is used, a message including the\n"
+ "person who issued the command and the channel it was used\n"
+ "on will be logged and sent out as a WALLOPS/GLOBOPS."),
+ /* CHAN_SERVADMIN_HELP_FORBID */
+ gettext("Syntax: FORBID channel [reason]\n"
+ " \n"
+ "Disallows anyone from registering or using the given\n"
+ "channel. May be cancelled by dropping the channel.\n"
+ " \n"
+ "Reason may be required on certain networks."),
+ /* CHAN_SERVADMIN_HELP_SUSPEND */
+ gettext("Syntax: SUSPEND channel [reason]\n"
+ " \n"
+ "Disallows anyone from registering or using the given\n"
+ "channel. May be cancelled by using the UNSUSPEND\n"
+ "command to preserve all previous channel data/settings.\n"
+ " \n"
+ "Reason may be required on certain networks."),
+ /* CHAN_SERVADMIN_HELP_UNSUSPEND */
+ gettext("Syntax: UNSUSPEND channel\n"
+ " \n"
+ "Releases a suspended channel. All data and settings\n"
+ "are preserved from before the suspension."),
+ /* CHAN_SERVADMIN_HELP_STATUS */
+ gettext("Syntax: STATUS channel nickname\n"
+ " \n"
+ "Returns the current access level of the given nick on the\n"
+ "given channel. The reply is of the form:\n"
+ " \n"
+ " STATUS channel nickname access-level\n"
+ " \n"
+ "If an error occurs, the reply will be in the form:\n"
+ " \n"
+ " STATUS ERROR error-message"),
+ /* MEMO_HELP_CMD_SEND */
+ gettext(" SEND Send a memo to a nick or channel"),
+ /* MEMO_HELP_CMD_CANCEL */
+ gettext(" CANCEL Cancel last memo you sent"),
+ /* MEMO_HELP_CMD_LIST */
+ gettext(" LIST List your memos"),
+ /* MEMO_HELP_CMD_READ */
+ gettext(" READ Read a memo or memos"),
+ /* MEMO_HELP_CMD_DEL */
+ gettext(" DEL Delete a memo or memos"),
+ /* MEMO_HELP_CMD_SET */
+ gettext(" SET Set options related to memos"),
+ /* MEMO_HELP_CMD_INFO */
+ gettext(" INFO Displays information about your memos"),
+ /* MEMO_HELP_CMD_RSEND */
+ gettext(" RSEND Sends a memo and requests a read receipt"),
+ /* MEMO_HELP_CMD_CHECK */
+ gettext(" CHECK Checks if last memo to a nick was read"),
+ /* MEMO_HELP_CMD_SENDALL */
+ gettext(" SENDALL Send a memo to all registered users"),
+ /* MEMO_HELP_CMD_STAFF */
+ gettext(" STAFF Send a memo to all opers/admins"),
+ /* MEMO_HELP_HEADER */
+ gettext("%S is a utility allowing IRC users to send short\n"
+ "messages to other IRC users, whether they are online at\n"
+ "the time or not, or to channels(*). Both the sender's\n"
+ "nickname and the target nickname or channel must be\n"
+ "registered in order to send a memo.\n"
+ "%S's commands include:"),
+ /* MEMO_HELP_ADMIN */
+ gettext("not used."),
+ /* MEMO_HELP_FOOTER */
+ gettext("Type %R%S HELP command for help on any of the\n"
+ "above commands.\n"
+ "(*) By default, any user with at least level 10 access on a\n"
+ " channel can read that channel's memos. This can be\n"
+ " changed with the %s LEVELS command."),
+ /* MEMO_HELP_SEND */
+ gettext("Syntax: SEND {nick | channel} memo-text\n"
+ " \n"
+ "Sends the named nick or channel a memo containing\n"
+ "memo-text. When sending to a nickname, the recipient will\n"
+ "receive a notice that he/she has a new memo. The target\n"
+ "nickname/channel must be registered."),
+ /* MEMO_HELP_CANCEL */
+ gettext("Syntax: CANCEL {nick | channel}\n"
+ " \n"
+ "Cancels the last memo you sent to the given nick or channel,\n"
+ "provided it has not been read at the time you use the command."),
+ /* MEMO_HELP_LIST */
+ gettext("Syntax: LIST [channel] [list | NEW]\n"
+ " \n"
+ "Lists any memos you currently have. With NEW, lists only\n"
+ "new (unread) memos. Unread memos are marked with a \"*\"\n"
+ "to the left of the memo number. You can also specify a list\n"
+ "of numbers, as in the example below:\n"
+ " LIST 2-5,7-9\n"
+ " Lists memos numbered 2 through 5 and 7 through 9."),
+ /* MEMO_HELP_READ */
+ gettext("Syntax: READ [channel] {num | list | LAST | NEW}\n"
+ " \n"
+ "Sends you the text of the memos specified. If LAST is\n"
+ "given, sends you the memo you most recently received. If\n"
+ "NEW is given, sends you all of your new memos. Otherwise,\n"
+ "sends you memo number num. You can also give a list of\n"
+ "numbers, as in this example:\n"
+ " \n"
+ " READ 2-5,7-9\n"
+ " Displays memos numbered 2 through 5 and 7 through 9."),
+ /* MEMO_HELP_DEL */
+ gettext("Syntax: DEL [channel] {num | list | LAST | ALL}\n"
+ " \n"
+ "Deletes the specified memo or memos. You can supply\n"
+ "multiple memo numbers or ranges of numbers instead of a\n"
+ "single number, as in the second example below.\n"
+ " \n"
+ "If LAST is given, the last memo will be deleted.\n"
+ "If ALL is given, deletes all of your memos.\n"
+ " \n"
+ "Examples:\n"
+ " \n"
+ " DEL 1\n"
+ " Deletes your first memo.\n"
+ " \n"
+ " DEL 2-5,7-9\n"
+ " Deletes memos numbered 2 through 5 and 7 through 9."),
+ /* MEMO_HELP_SET */
+ gettext("Syntax: SET option parameters\n"
+ "Sets various memo options. option can be one of:\n"
+ " \n"
+ " NOTIFY Changes when you will be notified about\n"
+ " new memos (only for nicknames)\n"
+ " LIMIT Sets the maximum number of memos you can\n"
+ " receive\n"
+ " \n"
+ "Type %R%S HELP SET option for more information\n"
+ "on a specific option."),
+ /* MEMO_HELP_SET_NOTIFY */
+ gettext("Syntax: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF}\n"
+ "Changes when you will be notified about new memos:\n"
+ " \n"
+ " ON You will be notified of memos when you log on,\n"
+ " when you unset /AWAY, and when they are sent\n"
+ " to you.\n"
+ " LOGON You will only be notified of memos when you log\n"
+ " on or when you unset /AWAY.\n"
+ " NEW You will only be notified of memos when they\n"
+ " are sent to you.\n"
+ " MAIL You will be notified of memos by email aswell as\n"
+ " any other settings you have.\n"
+ " NOMAIL You will not be notified of memos by email.\n"
+ " OFF You will not receive any notification of memos.\n"
+ " \n"
+ "ON is essentially LOGON and NEW combined."),
+ /* MEMO_HELP_SET_LIMIT */
+ gettext("Syntax: SET LIMIT [channel] limit\n"
+ " \n"
+ "Sets the maximum number of memos you (or the given channel)\n"
+ "are allowed to have. If you set this to 0, no one will be\n"
+ "able to send any memos to you. However, you cannot set\n"
+ "this any higher than %d."),
+ /* MEMO_HELP_INFO */
+ gettext("Syntax: INFO [channel]\n"
+ " \n"
+ "Displays information on the number of memos you have, how\n"
+ "many of them are unread, and how many total memos you can\n"
+ "receive. With a parameter, displays the same information\n"
+ "for the given channel."),
+ /* MEMO_SERVADMIN_HELP_SET_LIMIT */
+ gettext("Syntax: SET LIMIT [user | channel] {limit | NONE} [HARD]\n"
+ " \n"
+ "Sets the maximum number of memos a user or channel is\n"
+ "allowed to have. Setting the limit to 0 prevents the user\n"
+ "from receiving any memos; setting it to NONE allows the\n"
+ "user to receive and keep as many memos as they want. If\n"
+ "you do not give a nickname or channel, your own limit is\n"
+ "set.\n"
+ " \n"
+ "Adding HARD prevents the user from changing the limit. Not\n"
+ "adding HARD has the opposite effect, allowing the user to\n"
+ "change the limit (even if a previous limit was set with\n"
+ "HARD).\n"
+ "This use of the SET LIMIT command is limited to Services\n"
+ "admins. Other users may only enter a limit for themselves\n"
+ "or a channel on which they have such privileges, may not\n"
+ "remove their limit, may not set a limit above %d, and may\n"
+ "not set a hard limit."),
+ /* MEMO_SERVADMIN_HELP_INFO */
+ gettext("Syntax: INFO [nick | channel]\n"
+ "Without a parameter, displays information on the number of\n"
+ "memos you have, how many of them are unread, and how many\n"
+ "total memos you can receive.\n"
+ " \n"
+ "With a channel parameter, displays the same information for\n"
+ "the given channel.\n"
+ " \n"
+ "With a nickname parameter, displays the same information\n"
+ "for the given nickname. This use limited to Services\n"
+ "admins."),
+ /* MEMO_HELP_STAFF */
+ gettext("Syntax: STAFF memo-text\n"
+ "Sends all services staff a memo containing memo-text."),
+ /* MEMO_HELP_SENDALL */
+ gettext("Syntax: SENDALL memo-text\n"
+ "Sends all registered users a memo containing memo-text."),
+ /* MEMO_HELP_RSEND */
+ gettext("Syntax: RSEND {nick | channel} memo-text\n"
+ " \n"
+ "Sends the named nick or channel a memo containing\n"
+ "memo-text. When sending to a nickname, the recipient will\n"
+ "receive a notice that he/she has a new memo. The target\n"
+ "nickname/channel must be registered.\n"
+ "Once the memo is read by its recipient, an automatic notification\n"
+ "memo will be sent to the sender informing him/her that the memo\n"
+ "has been read."),
+ /* MEMO_HELP_CHECK */
+ gettext("Syntax: CHECK nick\n"
+ " \n"
+ "Checks whether the _last_ memo you sent to nick has been read\n"
+ "or not. Note that this does only work with nicks, not with chans."),
+ /* OPER_HELP_CMD_GLOBAL */
+ gettext(" GLOBAL Send a message to all users"),
+ /* OPER_HELP_CMD_STATS */
+ gettext(" STATS Show status of Services and network"),
+ /* OPER_HELP_CMD_STAFF */
+ gettext(" STAFF Display Services staff and online status"),
+ /* OPER_HELP_CMD_MODE */
+ gettext(" MODE Change a channel's modes"),
+ /* OPER_HELP_CMD_KICK */
+ gettext(" KICK Kick a user from a channel"),
+ /* OPER_HELP_CMD_CLEARMODES */
+ gettext(" CLEARMODES Clear modes of a channel"),
+ /* OPER_HELP_CMD_KILLCLONES */
+ gettext(" KILLCLONES Kill all users that have a certain host"),
+ /* OPER_HELP_CMD_AKILL */
+ gettext(" AKILL Manipulate the AKILL list"),
+ /* OPER_HELP_CMD_SNLINE */
+ gettext(" SNLINE Manipulate the SNLINE list"),
+ /* OPER_HELP_CMD_SQLINE */
+ gettext(" SQLINE Manipulate the SQLINE list"),
+ /* OPER_HELP_CMD_SZLINE */
+ gettext(" SZLINE Manipulate the SZLINE list"),
+ /* OPER_HELP_CMD_CHANLIST */
+ gettext(" CHANLIST Lists all channel records"),
+ /* OPER_HELP_CMD_USERLIST */
+ gettext(" USERLIST Lists all user records"),
+ /* OPER_HELP_CMD_LOGONNEWS */
+ gettext(" LOGONNEWS Define messages to be shown to users at logon"),
+ /* OPER_HELP_CMD_RANDOMNEWS */
+ gettext(" RANDOMNEWS Define messages to be randomly shown to users \n"
+ " at logon"),
+ /* OPER_HELP_CMD_OPERNEWS */
+ gettext(" OPERNEWS Define messages to be shown to users who oper"),
+ /* OPER_HELP_CMD_SESSION */
+ gettext(" SESSION View the list of host sessions"),
+ /* OPER_HELP_CMD_EXCEPTION */
+ gettext(" EXCEPTION Modify the session-limit exception list"),
+ /* OPER_HELP_CMD_NOOP */
+ gettext(" NOOP Temporarily remove all O:lines of a server \n"
+ " remotely"),
+ /* OPER_HELP_CMD_JUPE */
+ gettext(" JUPE \"Jupiter\" a server"),
+ /* OPER_HELP_CMD_IGNORE */
+ gettext(" IGNORE Modify the Services ignore list"),
+ /* OPER_HELP_CMD_SET */
+ gettext(" SET Set various global Services options"),
+ /* OPER_HELP_CMD_RELOAD */
+ gettext(" RELOAD Reload services' configuration file"),
+ /* OPER_HELP_CMD_UPDATE */
+ gettext(" UPDATE Force the Services databases to be\n"
+ " updated on disk immediately"),
+ /* OPER_HELP_CMD_RESTART */
+ gettext(" RESTART Save databases and restart Services"),
+ /* OPER_HELP_CMD_QUIT */
+ gettext(" QUIT Terminate the Services program with no save"),
+ /* OPER_HELP_CMD_SHUTDOWN */
+ gettext(" SHUTDOWN Terminate the Services program with save"),
+ /* OPER_HELP_CMD_DEFCON */
+ gettext(" DEFCON Manipulate the DefCon system"),
+ /* OPER_HELP_CMD_CHANKILL */
+ gettext(" CHANKILL AKILL all users on a specific channel"),
+ /* OPER_HELP_CMD_OLINE */
+ gettext(" OLINE Give Operflags to a certain user"),
+ /* OPER_HELP_CMD_UMODE */
+ gettext(" UMODE Change a user's modes"),
+ /* OPER_HELP_CMD_SVSNICK */
+ gettext(" SVSNICK Forcefully change a user's nickname"),
+ /* OPER_HELP_CMD_MODLOAD */
+ gettext(" MODLOAD Load a module"),
+ /* OPER_HELP_CMD_MODUNLOAD */
+ gettext(" MODUNLOAD Un-Load a module"),
+ /* OPER_HELP_CMD_MODINFO */
+ gettext(" MODINFO Info about a loaded module"),
+ /* OPER_HELP_CMD_MODLIST */
+ gettext(" MODLIST List loaded modules"),
+ /* OPER_HELP */
+ gettext("%S commands:"),
+ /* OPER_HELP_LOGGED */
+ gettext("Notice: All commands sent to %S are logged!"),
+ /* OPER_HELP_GLOBAL */
+ gettext("Syntax: GLOBAL message\n"
+ " \n"
+ "Allows Administrators to send messages to all users on the \n"
+ "network. The message will be sent from the nick %s."),
+ /* OPER_HELP_STATS */
+ gettext("Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK]\n"
+ " \n"
+ "Without any option, shows the current number of users and\n"
+ "IRCops online (excluding Services), the highest number of\n"
+ "users online since Services was started, and the length of\n"
+ "time Services has been running.\n"
+ " \n"
+ "With the AKILL option, displays the current size of the\n"
+ "AKILL list and the current default expiry time.\n"
+ " \n"
+ "The RESET option currently resets the maximum user count\n"
+ "to the number of users currently present on the network.\n"
+ " \n"
+ "The MEMORY option displays information on the memory\n"
+ "usage of Services. Using this option can freeze Services for\n"
+ "a short period of time on large networks; don't overuse it!\n"
+ " \n"
+ "The UPLINK option displays information about the current\n"
+ "server Anope uses as an uplink to the network.\n"
+ " \n"
+ "The ALL displays the user and uptime statistics, and\n"
+ "everything you'd see with MEMORY and UPLINK options."),
+ /* OPER_HELP_IGNORE */
+ gettext("Syntax: IGNORE {ADD|DEL|LIST|CLEAR} [time] [nick | mask]\n"
+ " \n"
+ "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 user@host\n"
+ "or nick!user@host, everything else will be considered a nick.\n"
+ "Wildcards are permitted.\n"
+ " \n"
+ "Ignores will not be enforced on IRC Operators."),
+ /* OPER_HELP_MODE */
+ gettext("Syntax: MODE channel modes\n"
+ " \n"
+ "Allows Services operators to set channel modes for any\n"
+ "channel. Parameters are the same as for the standard /MODE\n"
+ "command."),
+ /* OPER_HELP_UMODE */
+ gettext("Syntax: UMODE user modes\n"
+ " \n"
+ "Allows Services Opers to set user modes for any user.\n"
+ "Parameters are the same as for the standard /MODE\n"
+ "command."),
+ /* OPER_HELP_OLINE */
+ gettext("Syntax: OLINE user flags\n"
+ " \n"
+ "Allows Services Opers to give Operflags to any user.\n"
+ "Flags have to be prefixed with a \"+\" or a \"-\". To\n"
+ "remove all flags simply type a \"-\" instead of any flags."),
+ /* OPER_HELP_CLEARMODES */
+ gettext("Syntax: CLEARMODES channel [ALL]\n"
+ " \n"
+ "Clears all binary modes (i,k,l,m,n,p,s,t) and bans from a\n"
+ "channel. If ALL is given, also clears all ops and\n"
+ "voices (+o and +v modes) from the channel."),
+ /* OPER_HELP_KICK */
+ gettext("Syntax: KICK channel user reason\n"
+ " \n"
+ "Allows staff to kick a user from any channel.\n"
+ "Parameters are the same as for the standard /KICK\n"
+ "command. The kick message will have the nickname of the\n"
+ "IRCop sending the KICK command prepended; for example:\n"
+ " \n"
+ "*** SpamMan has been kicked off channel #my_channel by %S (Alcan (Flood))"),
+ /* OPER_HELP_SVSNICK */
+ gettext("Syntax: SVSNICK nick newnick\n"
+ " \n"
+ "Forcefully changes a user's nickname from nick to newnick."),
+ /* OPER_HELP_AKILL */
+ gettext("Syntax: AKILL ADD [+expiry] mask reason\n"
+ " AKILL DEL {mask | entry-num | list}\n"
+ " AKILL LIST [mask | list]\n"
+ " AKILL VIEW [mask | list]\n"
+ " AKILL CLEAR\n"
+ " \n"
+ "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 (K-line) for\n"
+ "the mask which the user matched.\n"
+ " \n"
+ "AKILL ADD adds the given user@host/ip mask to the AKILL\n"
+ "list for the given reason (which must be given).\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.\n"
+ " \n"
+ "The AKILL DEL command removes the given mask from the\n"
+ "AKILL list if it is present. If a list of entry numbers is \n"
+ "given, those entries are deleted. (See the example for LIST \n"
+ "below.)\n"
+ " \n"
+ "The AKILL LIST command displays the AKILL list. \n"
+ "If a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " AKILL LIST 2-5,7-9\n"
+ " Lists AKILL entries numbered 2 through 5 and 7 \n"
+ " through 9.\n"
+ " \n"
+ "AKILL VIEW is a more verbose version of AKILL LIST, and \n"
+ "will show who added an AKILL, the date it was added, and when \n"
+ "it expires, as well as the user@host/ip mask and reason.\n"
+ " \n"
+ "AKILL CLEAR clears all entries of the AKILL list."),
+ /* OPER_HELP_SNLINE */
+ gettext("Syntax: SNLINE ADD [+expiry] mask:reason\n"
+ " SNLINE DEL {mask | entry-num | list}\n"
+ " SNLINE LIST [mask | list]\n"
+ " SNLINE VIEW [mask | list]\n"
+ " SNLINE CLEAR\n"
+ " \n"
+ "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 it to pursue his IRC\n"
+ "session.\n"
+ " \n"
+ "SNLINE ADD adds the given realname mask to the SNLINE\n"
+ "list for the given reason (which must be given).\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 SNLINE which does not expire, use +0. If the\n"
+ "realname mask 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 SNLINE default expiry time can be found with the\n"
+ "STATS AKILL command.\n"
+ "Note: because the realname mask may contain spaces, the\n"
+ "separator between it and the reason is a colon.\n"
+ " \n"
+ "The SNLINE DEL command removes the given mask from the\n"
+ "SNLINE list if it is present. If a list of entry numbers is \n"
+ "given, those entries are deleted. (See the example for LIST \n"
+ "below.)\n"
+ " \n"
+ "The SNLINE LIST command displays the SNLINE list. \n"
+ "If a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " SNLINE LIST 2-5,7-9\n"
+ " Lists SNLINE entries numbered 2 through 5 and 7 \n"
+ " through 9.\n"
+ " \n"
+ "SNLINE VIEW is a more verbose version of SNLINE LIST, and \n"
+ "will show who added an SNLINE, the date it was added, and when \n"
+ "it expires, as well as the realname mask and reason.\n"
+ " \n"
+ "SNLINE CLEAR clears all entries of the SNLINE list."),
+ /* OPER_HELP_SQLINE */
+ gettext("Syntax: SQLINE ADD [+expiry] mask reason\n"
+ " SQLINE DEL {mask | entry-num | list}\n"
+ " SQLINE LIST [mask | list]\n"
+ " SQLINE VIEW [mask | list]\n"
+ " SQLINE CLEAR\n"
+ " \n"
+ "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 it to pursue his IRC\n"
+ "session.\n"
+ "If the first character of the mask is #, services will \n"
+ "prevent the use of matching channels (on IRCds that \n"
+ "support it).\n"
+ " \n"
+ "SQLINE ADD adds the given mask to the SQLINE\n"
+ "list for the given reason (which must be given).\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 SQLINE which does not expire, use +0. \n"
+ "If the mask to be added starts with a +, an expiry time \n"
+ "must be given, even if it is the same as the default. The\n"
+ "current SQLINE default expiry time can be found with the\n"
+ "STATS AKILL command.\n"
+ " \n"
+ "The SQLINE DEL command removes the given mask from the\n"
+ "SQLINE list if it is present. If a list of entry numbers is \n"
+ "given, those entries are deleted. (See the example for LIST \n"
+ "below.)\n"
+ " \n"
+ "The SQLINE LIST command displays the SQLINE list. \n"
+ "If a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " SQLINE LIST 2-5,7-9\n"
+ " Lists SQLINE entries numbered 2 through 5 and 7 \n"
+ " through 9.\n"
+ " \n"
+ "SQLINE VIEW is a more verbose version of SQLINE LIST, and \n"
+ "will show who added an SQLINE, the date it was added, and when \n"
+ "it expires, as well as the mask and reason.\n"
+ " \n"
+ "SQLINE CLEAR clears all entries of the SQLINE list."),
+ /* OPER_HELP_SZLINE */
+ gettext("Syntax: SZLINE ADD [+expiry] mask reason\n"
+ " SZLINE DEL {mask | entry-num | list}\n"
+ " SZLINE LIST [mask | list]\n"
+ " SZLINE VIEW [mask | list]\n"
+ " SZLINE CLEAR\n"
+ " \n"
+ "Allows Services operators to manipulate the SZLINE list. If\n"
+ "a user with an IP matching an SZLINE mask attempts to \n"
+ "connect, Services will not allow it to pursue his IRC\n"
+ "session (and this, whether the IP has a PTR RR or not).\n"
+ " \n"
+ "SZLINE ADD adds the given IP mask to the SZLINE\n"
+ "list for the given reason (which must be given).\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 SZLINE which does not expire, use +0. If the\n"
+ "realname mask 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 SZLINE default expiry time can be found with the\n"
+ "STATS AKILL command.\n"
+ " \n"
+ "The SZLINE DEL command removes the given mask from the\n"
+ "SZLINE list if it is present. If a list of entry numbers is \n"
+ "given, those entries are deleted. (See the example for LIST \n"
+ "below.)\n"
+ " \n"
+ "The SZLINE LIST command displays the SZLINE list. \n"
+ "If a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " SZLINE LIST 2-5,7-9\n"
+ " Lists SZLINE entries numbered 2 through 5 and 7 \n"
+ " through 9.\n"
+ " \n"
+ "SZLINE VIEW is a more verbose version of SZLINE LIST, and \n"
+ "will show who added an SZLINE, the date it was added, and when\n"
+ "it expires, as well as the IP mask and reason.\n"
+ " \n"
+ "SZLINE CLEAR clears all entries of the SZLINE list."),
+ /* OPER_HELP_SET */
+ gettext("Syntax: SET option setting\n"
+ "Sets various global Services options. Option names\n"
+ "currently defined are:\n"
+ " READONLY Set read-only or read-write mode\n"
+ " LOGCHAN Report log messages to a channel\n"
+ " DEBUG Activate or deactivate debug mode\n"
+ " NOEXPIRE Activate or deactivate no expire mode\n"
+ " SUPERADMIN Activate or deactivate super-admin mode\n"
+ " IGNORE Activate or deactivate ignore mode\n"
+ " LIST List the options"),
+ /* OPER_HELP_SET_READONLY */
+ gettext("Syntax: SET READONLY {ON | OFF}\n"
+ " \n"
+ "Sets read-only mode on or off. In read-only mode, normal\n"
+ "users will not be allowed to modify any Services data,\n"
+ "including channel and nickname access lists, etc. IRCops\n"
+ "with sufficient Services privileges will be able to modify\n"
+ "Services' AKILL list and drop or forbid nicknames and\n"
+ "channels, but any such changes will not be saved unless\n"
+ "read-only mode is deactivated before Services is terminated\n"
+ "or restarted.\n"
+ " \n"
+ "This option is equivalent to the command-line option\n"
+ "-readonly."),
+ /* OPER_HELP_SET_LOGCHAN */
+ gettext("Syntax: SET LOGCHAN {ON | OFF}\n"
+ "With this setting on, Services will send its logs to a specified\n"
+ "channel as well as the log file. LogChannel must also be defined\n"
+ "in the Services configuration file for this setting to be of any\n"
+ "use.\n"
+ " \n"
+ "This option is equivalent to the command-line option -logchan.\n"
+ " \n"
+ "Note: This can have strong security implications if your log\n"
+ "channel is not properly secured."),
+ /* OPER_HELP_SET_DEBUG */
+ gettext("Syntax: SET DEBUG {ON | OFF | num}\n"
+ " \n"
+ "Sets debug mode on or off. In debug mode, all data sent to\n"
+ "and from Services as well as a number of other debugging\n"
+ "messages are written to the log file. If num is\n"
+ "given, debug mode is activated, with the debugging level set\n"
+ "to num.\n"
+ "This option is equivalent to the command-line option\n"
+ "-debug."),
+ /* OPER_HELP_SET_NOEXPIRE */
+ gettext("Syntax: SET NOEXPIRE {ON | OFF}\n"
+ "Sets no expire mode on or off. In no expire mode, nicks,\n"
+ "channels, akills and exceptions won't expire until the\n"
+ "option is unset.\n"
+ "This option is equivalent to the command-line option\n"
+ "-noexpire."),
+ /* OPER_HELP_SET_SUPERADMIN */
+ gettext("Syntax: SET SUPERADMIN {ON | OFF}\n"
+ "Setting this will grant you extra privileges such as the\n"
+ "ability to be \"founder\" on all channel's etc...\n"
+ "This option is not persistent, and should only be used when\n"
+ "needed, and set back to OFF when no longer needed."),
+ /* OPER_HELP_SET_IGNORE */
+ gettext("Syntax: SET IGNORE {ON | OFF}\n"
+ "Setting this will toggle Anope's usage of the IGNORE system \n"
+ "on or off."),
+ /* OPER_HELP_SET_LIST */
+ gettext("Syntax: SET LIST\n"
+ "Display the various %S settings"),
+ /* OPER_HELP_NOOP */
+ gettext("Syntax: NOOP SET server\n"
+ " NOOP REVOKE server\n"
+ "NOOP SET remove all O:lines of the given\n"
+ "server and kill all IRCops currently on it to\n"
+ "prevent them from rehashing the server (because this\n"
+ "would just cancel the effect).\n"
+ "NOOP REVOKE makes all removed O:lines available again\n"
+ "on the given server.\n"
+ "Note: The server is not checked at all by the\n"
+ "Services."),
+ /* OPER_HELP_JUPE */
+ gettext("Syntax: JUPE server [reason]\n"
+ " \n"
+ "Tells Services to jupiter a server -- that is, to create\n"
+ "a fake \"server\" connected to Services which prevents\n"
+ "the real server of that name from connecting. The jupe\n"
+ "may be removed using a standard SQUIT. If a reason is\n"
+ "given, it is placed in the server information field;\n"
+ "otherwise, the server information field will contain the\n"
+ "text \"Juped by <nick>\", showing the nickname of the\n"
+ "person who jupitered the server."),
+ /* OPER_HELP_UPDATE */
+ gettext("Syntax: UPDATE\n"
+ " \n"
+ "Causes Services to update all database files as soon as you\n"
+ "send the command."),
+ /* OPER_HELP_RELOAD */
+ gettext("Syntax: RELOAD\n"
+ "Causes Services to reload the configuration file. Note that\n"
+ "some directives still need the restart of the Services to\n"
+ "take effect (such as Services' nicknames, activation of the \n"
+ "session limitation, etc.)"),
+ /* OPER_HELP_QUIT */
+ gettext("Syntax: QUIT\n"
+ " \n"
+ "Causes Services to do an immediate shutdown; databases are\n"
+ "not saved. This command should not be used unless\n"
+ "damage to the in-memory copies of the databases is feared\n"
+ "and they should not be saved. For normal shutdowns, use the\n"
+ "SHUTDOWN command."),
+ /* OPER_HELP_SHUTDOWN */
+ gettext("Syntax: SHUTDOWN\n"
+ " \n"
+ "Causes Services to save all databases and then shut down."),
+ /* OPER_HELP_RESTART */
+ gettext("Syntax: RESTART\n"
+ " \n"
+ "Causes Services to save all databases and then restart\n"
+ "(i.e. exit and immediately re-run the executable)."),
+ /* OPER_HELP_CHANLIST */
+ gettext("Syntax: CHANLIST [{pattern | nick} [SECRET]]\n"
+ " \n"
+ "Lists all channels currently in use on the IRC network, whether they\n"
+ "are registered or not.\n"
+ "If pattern is given, lists only channels that match it. If a nickname\n"
+ "is given, lists only the channels the user using it is on. If SECRET is\n"
+ "specified, lists only channels matching pattern that have the +s or\n"
+ "+p mode."),
+ /* OPER_HELP_USERLIST */
+ gettext("Syntax: USERLIST [{pattern | channel} [INVISIBLE]]\n"
+ " \n"
+ "Lists all users currently online on the IRC network, whether their\n"
+ "nick is registered or not.\n"
+ " \n"
+ "If pattern is given, lists only users that match it (it must be in\n"
+ "the format nick!user@host). If channel is given, lists only users\n"
+ "that are on the given channel. If INVISIBLE is specified, only users\n"
+ "with the +i flag will be listed."),
+ /* OPER_HELP_MODLOAD */
+ gettext("Syntax: MODLOAD FileName\n"
+ " \n"
+ "This command loads the module named FileName from the modules\n"
+ "directory."),
+ /* OPER_HELP_MODUNLOAD */
+ gettext("Syntax: MODUNLOAD FileName\n"
+ " \n"
+ "This command unloads the module named FileName from the modules\n"
+ "directory."),
+ /* OPER_HELP_MODINFO */
+ gettext("Syntax: MODINFO FileName\n"
+ " \n"
+ "This command lists information about the specified loaded module"),
+ /* OPER_HELP_MODLIST */
+ gettext("Syntax: MODLIST [Core|3rd|protocol|encryption|supported|qatested]\n"
+ " \n"
+ "Lists all currently loaded modules."),
+ /* BOT_HELP_CMD_BOTLIST */
+ gettext(" BOTLIST Lists available bots"),
+ /* BOT_HELP_CMD_ASSIGN */
+ gettext(" ASSIGN Assigns a bot to a channel"),
+ /* BOT_HELP_CMD_SET */
+ gettext(" SET Configures bot options"),
+ /* BOT_HELP_CMD_KICK */
+ gettext(" KICK Configures kickers"),
+ /* BOT_HELP_CMD_BADWORDS */
+ gettext(" BADWORDS Maintains bad words list"),
+ /* BOT_HELP_CMD_ACT */
+ gettext(" ACT Makes the bot do the equivalent of a \"/me\" command"),
+ /* BOT_HELP_CMD_INFO */
+ gettext(" INFO Allows you to see BotServ information about a channel or a bot"),
+ /* BOT_HELP_CMD_SAY */
+ gettext(" SAY Makes the bot say the given text on the given channel"),
+ /* BOT_HELP_CMD_UNASSIGN */
+ gettext(" UNASSIGN Unassigns a bot from a channel"),
+ /* BOT_HELP_CMD_BOT */
+ gettext(" BOT Maintains network bot list"),
+ /* BOT_HELP */
+ gettext("%S allows you to have a bot on your own channel.\n"
+ "It has been created for users that can't host or\n"
+ "configure a bot, or for use on networks that don't\n"
+ "allow user bots. Available commands are listed \n"
+ "below; to use them, type %R%S command. For \n"
+ "more information on a specific command, type %R\n"
+ "%S HELP command."),
+ /* BOT_HELP_FOOTER */
+ gettext("Bot will join a channel whenever there is at least\n"
+ "%d user(s) on it."),
+ /* BOT_HELP_BOTLIST */
+ gettext("Syntax: BOTLIST\n"
+ " \n"
+ "Lists all available bots on this network."),
+ /* BOT_HELP_ASSIGN */
+ gettext("Syntax: ASSIGN chan nick\n"
+ " \n"
+ "Assigns a bot pointed out by nick to the channel chan. You\n"
+ "can then configure the bot for the channel so it fits\n"
+ "your needs."),
+ /* BOT_HELP_UNASSIGN */
+ gettext("Syntax: UNASSIGN chan\n"
+ " \n"
+ "Unassigns a bot from a channel. When you use this command,\n"
+ "the bot won't join the channel anymore. However, bot\n"
+ "configuration for the channel is kept, so you will always\n"
+ "be able to reassign a bot later without have to reconfigure\n"
+ "it entirely."),
+ /* BOT_HELP_INFO */
+ gettext("Syntax: INFO {chan | nick}\n"
+ " \n"
+ "Allows you to see %S information about a channel or a bot.\n"
+ "If the parameter is a channel, then you'll get information\n"
+ "such as enabled kickers. If the parameter is a nick,\n"
+ "you'll get information about a bot, such as creation\n"
+ "time or number of channels it is on."),
+ /* BOT_HELP_SET */
+ gettext("Syntax: SET (channel | bot) option parameters\n"
+ " \n"
+ "Configures bot options. option can be one of:\n"
+ " \n"
+ " DONTKICKOPS To protect ops against bot kicks\n"
+ " DONTKICKVOICES To protect voices against bot kicks\n"
+ " GREET Enable greet messages\n"
+ " FANTASY Enable fantaisist commands\n"
+ " SYMBIOSIS Allow the bot to act as a real bot\n"
+ " \n"
+ "Type %R%S HELP SET option for more information\n"
+ "on a specific option.\n"
+ "Note: access to this command is controlled by the\n"
+ "level SET."),
+ /* BOT_HELP_SET_DONTKICKOPS */
+ gettext("Syntax: SET channel DONTKICKOPS {ON|OFF}\n"
+ " \n"
+ "Enables or disables ops protection mode on a channel.\n"
+ "When it is enabled, ops won't be kicked by the bot\n"
+ "even if they don't match the NOKICK level."),
+ /* BOT_HELP_SET_DONTKICKVOICES */
+ gettext("Syntax: SET channel DONTKICKVOICES {ON|OFF}\n"
+ " \n"
+ "Enables or disables voices protection mode on a channel.\n"
+ "When it is enabled, voices won't be kicked by the bot\n"
+ "even if they don't match the NOKICK level."),
+ /* BOT_HELP_SET_FANTASY */
+ gettext("Syntax: SET channel FANTASY {ON|OFF}\n"
+ "Enables or disables fantasy mode on a channel.\n"
+ "When it is enabled, users will be able to use\n"
+ "commands !op, !deop, !voice, !devoice,\n"
+ "!kick, !kb, !unban, !seen on a channel (find how \n"
+ "to use them; try with or without nick for each, \n"
+ "and with a reason for some?).\n"
+ " \n"
+ "Note that users wanting to use fantaisist\n"
+ "commands MUST have enough level for both\n"
+ "the FANTASIA and another level depending\n"
+ "of the command if required (for example, to use \n"
+ "!op, user must have enough access for the OPDEOP\n"
+ "level)."),
+ /* BOT_HELP_SET_GREET */
+ gettext("Syntax: SET channel GREET {ON|OFF}\n"
+ " \n"
+ "Enables or disables greet mode on a channel.\n"
+ "When it is enabled, the bot will display greet\n"
+ "messages of users joining the channel, provided\n"
+ "they have enough access to the channel."),
+ /* BOT_HELP_SET_SYMBIOSIS */
+ gettext("Syntax: SET channel SYMBIOSIS {ON|OFF}\n"
+ " \n"
+ "Enables or disables symbiosis mode on a channel.\n"
+ "When it is enabled, the bot will do everything\n"
+ "normally done by %s on channels, such as MODEs,\n"
+ "KICKs, and even the entry message."),
+ /* BOT_HELP_KICK */
+ gettext("Syntax: KICK channel option parameters\n"
+ " \n"
+ "Configures bot kickers. option can be one of:\n"
+ " \n"
+ " BOLDS Sets if the bot kicks bolds\n"
+ " BADWORDS Sets if the bot kicks bad words\n"
+ " CAPS Sets if the bot kicks caps\n"
+ " COLORS Sets if the bot kicks colors\n"
+ " FLOOD Sets if the bot kicks flooding users\n"
+ " REPEAT Sets if the bot kicks users who repeat\n"
+ " themselves\n"
+ " REVERSES Sets if the bot kicks reverses\n"
+ " UNDERLINES Sets if the bot kicks underlines\n"
+ " ITALICS Sets if the bot kicks italics\n"
+ " \n"
+ "Type %R%S HELP KICK option for more information\n"
+ "on a specific option.\n"
+ " \n"
+ "Note: access to this command is controlled by the\n"
+ "level SET."),
+ /* BOT_HELP_KICK_BOLDS */
+ gettext("Syntax: KICK channel BOLDS {ON|OFF} [ttb]\n"
+ "Sets the bolds kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who use bolds.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_COLORS */
+ gettext("Syntax: KICK channel COLORS {ON|OFF} [ttb]\n"
+ "Sets the colors kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who use colors.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_REVERSES */
+ gettext("Syntax: KICK channel REVERSES {ON|OFF} [ttb]\n"
+ "Sets the reverses kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who use reverses.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_UNDERLINES */
+ gettext("Syntax: KICK channel UNDERLINES {ON|OFF} [ttb]\n"
+ "Sets the underlines kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who use underlines.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_CAPS */
+ gettext("Syntax: KICK channel CAPS {ON|OFF} [ttb [min [percent]]]\n"
+ "Sets the caps kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who are talking in\n"
+ "CAPS.\n"
+ "The bot kicks only if there are at least min caps\n"
+ "and they constitute at least percent%% of the total \n"
+ "text line (if not given, it defaults to 10 characters\n"
+ "and 25%%).\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_FLOOD */
+ gettext("Syntax: KICK channel FLOOD {ON|OFF} [ttb [ln [secs]]]\n"
+ "Sets the flood kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who are flooding\n"
+ "the channel using at least ln lines in secs seconds\n"
+ "(if not given, it defaults to 6 lines in 10 seconds).\n"
+ " \n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_REPEAT */
+ gettext("Syntax: KICK #channel REPEAT {ON|OFF} [ttb [num]]\n"
+ "Sets the repeat kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who are repeating\n"
+ "themselves num times (if num is not given, it\n"
+ "defaults to 3).\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_BADWORDS */
+ gettext("Syntax: KICK #channel BADWORDS {ON|OFF} [ttb]\n"
+ "Sets the bad words kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who say certain words\n"
+ "on the channels.\n"
+ "You can define bad words for your channel using the\n"
+ "BADWORDS command. Type %R%S HELP BADWORDS for\n"
+ "more information.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_KICK_ITALICS */
+ gettext("Syntax: KICK channel ITALICS {ON|OFF} [ttb]\n"
+ "Sets the italics kicker on or off. When enabled, this\n"
+ "option tells the bot to kick users who use italics.\n"
+ "ttb is the number of times a user can be kicked\n"
+ "before it get banned. Don't give ttb to disable\n"
+ "the ban system once activated."),
+ /* BOT_HELP_BADWORDS */
+ gettext("Syntax: BADWORDS channel ADD word [SINGLE | START | END]\n"
+ " BADWORDS channel DEL {word | entry-num | list}\n"
+ " BADWORDS channel LIST [mask | list]\n"
+ " BADWORDS channel CLEAR\n"
+ " \n"
+ "Maintains the bad words list for a channel. The bad\n"
+ "words list determines which words are to be kicked\n"
+ "when the bad words kicker is enabled. For more information,\n"
+ "type %R%S HELP KICK BADWORDS.\n"
+ " \n"
+ "The BADWORDS ADD command adds the given word to the\n"
+ "badword list. If SINGLE is specified, a kick will be\n"
+ "done only if a user says the entire word. If START is \n"
+ "specified, a kick will be done if a user says a word\n"
+ "that starts with word. If END is specified, a kick\n"
+ "will be done if a user says a word that ends with\n"
+ "word. If you don't specify anything, a kick will\n"
+ "be issued every time word is said by a user.\n"
+ " \n"
+ "The BADWORDS DEL command removes the given word from the\n"
+ "bad words list. If a list of entry numbers is given, those\n"
+ "entries are deleted. (See the example for LIST below.)\n"
+ " \n"
+ "The BADWORDS LIST command displays the bad words list. If\n"
+ "a wildcard mask is given, only those entries matching the\n"
+ "mask are displayed. If a list of entry numbers is given,\n"
+ "only those entries are shown; for example:\n"
+ " BADWORDS #channel LIST 2-5,7-9\n"
+ " Lists bad words entries numbered 2 through 5 and\n"
+ " 7 through 9.\n"
+ " \n"
+ "The BADWORDS CLEAR command clears all entries of the\n"
+ "bad words list."),
+ /* BOT_HELP_SAY */
+ gettext("Syntax: SAY channel text\n"
+ " \n"
+ "Makes the bot say the given text on the given channel."),
+ /* BOT_HELP_ACT */
+ gettext("Syntax: ACT channel text\n"
+ " \n"
+ "Makes the bot do the equivalent of a \"/me\" command\n"
+ "on the given channel using the given text."),
+ /* BOT_SERVADMIN_HELP_BOT */
+ gettext("Syntax: BOT ADD nick user host real\n"
+ " BOT CHANGE oldnick newnick [user [host [real]]]\n"
+ " BOT DEL nick\n"
+ " \n"
+ "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"
+ "BOT CHANGE allows to change nickname, username, hostname\n"
+ "or realname of a bot without actually delete it (and all\n"
+ "the data associated with it).\n"
+ "BOT DEL removes the given bot from the bot list. \n"
+ " \n"
+ "Note: you cannot create a bot that has a nick that is\n"
+ "currently registered. If an unregistered user is currently\n"
+ "using the nick, they will be killed."),
+ /* BOT_SERVADMIN_HELP_SET */
+ gettext("These options are reserved to Services Operators:\n"
+ " \n"
+ " NOBOT Prevent a bot from being assigned to \n"
+ " a channel\n"
+ " PRIVATE Prevent a bot from being assigned by\n"
+ " non IRC operators"),
+ /* BOT_SERVADMIN_HELP_SET_NOBOT */
+ gettext("Syntax: SET channel NOBOT {ON|OFF}\n"
+ " \n"
+ "This option makes a channel be unassignable. If a bot \n"
+ "is already assigned to the channel, it is unassigned\n"
+ "automatically when you enable the option."),
+ /* BOT_SERVADMIN_HELP_SET_PRIVATE */
+ gettext("Syntax: SET bot-nick PRIVATE {ON|OFF}\n"
+ "This option prevents a bot from being assigned to a\n"
+ "channel by users that aren't IRC operators."),
+ /* HOST_EMPTY */
+ gettext("The vhost list is empty."),
+ /* HOST_ENTRY */
+ gettext("#%d Nick:%s, vhost:%s (%s - %s)"),
+ /* HOST_IDENT_ENTRY */
+ gettext("#%d Nick:%s, vhost:%s@%s (%s - %s)"),
+ /* HOST_SET */
+ gettext("vhost for %s set to %s."),
+ /* HOST_IDENT_SET */
+ gettext("vhost for %s set to %s@%s."),
+ /* HOST_SETALL */
+ gettext("vhost for group %s set to %s."),
+ /* HOST_DELALL */
+ gettext("vhosts for group %s have been removed."),
+ /* HOST_DELALL_SYNTAX */
+ gettext("DELALL <nick>."),
+ /* HOST_IDENT_SETALL */
+ gettext("vhost for group %s set to %s@%s."),
+ /* HOST_SET_ERROR */
+ gettext("A vhost must be in the format of a valid hostmask."),
+ /* HOST_SET_IDENT_ERROR */
+ gettext("A vhost ident must be in the format of a valid ident"),
+ /* HOST_SET_TOOLONG */
+ gettext("Error! The vhost is too long, please use a host shorter than %d characters."),
+ /* HOST_SET_IDENTTOOLONG */
+ gettext("Error! The Ident is too long, please use an ident shorter than %d characters."),
+ /* HOST_NOREG */
+ gettext("User %s not found in the nickserv db."),
+ /* HOST_SET_SYNTAX */
+ gettext("SET <nick> <hostmask>."),
+ /* HOST_SETALL_SYNTAX */
+ gettext("SETALL <nick> <hostmask>."),
+ /* HOST_DENIED */
+ gettext("Access Denied."),
+ /* HOST_NOT_ASSIGNED */
+ gettext("Please contact an Operator to get a vhost assigned to this nick."),
+ /* HOST_ACTIVATED */
+ gettext("Your vhost of %s is now activated."),
+ /* HOST_IDENT_ACTIVATED */
+ gettext("Your vhost of %s@%s is now activated."),
+ /* HOST_DEL */
+ gettext("vhost for %s removed."),
+ /* HOST_DEL_SYNTAX */
+ gettext("DEL <nick>."),
+ /* HOST_OFF */
+ gettext("Your vhost was removed and the normal cloaking restored."),
+ /* HOST_NO_VIDENT */
+ gettext("Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug"),
+ /* HOST_GROUP */
+ gettext("All vhost's in the group %s have been set to %s"),
+ /* HOST_IDENT_GROUP */
+ gettext("All vhost's in the group %s have been set to %s@%s"),
+ /* HOST_LIST_FOOTER */
+ gettext("Displayed all records (Count: %d)"),
+ /* HOST_LIST_RANGE_FOOTER */
+ gettext("Displayed records from %d to %d"),
+ /* HOST_LIST_KEY_FOOTER */
+ gettext("Displayed records matching key %s (Count: %d)"),
+ /* HOST_HELP_CMD_ON */
+ gettext(" ON Activates your assigned vhost"),
+ /* HOST_HELP_CMD_OFF */
+ gettext(" OFF Deactivates your assigned vhost"),
+ /* HOST_HELP_CMD_GROUP */
+ gettext(" GROUP Syncs the vhost for all nicks in a group"),
+ /* HOST_HELP_CMD_SET */
+ gettext(" SET Set the vhost of another user"),
+ /* HOST_HELP_CMD_SETALL */
+ gettext(" SETALL Set the vhost for all nicks in a group"),
+ /* HOST_HELP_CMD_DEL */
+ gettext(" DEL Delete the vhost of another user"),
+ /* HOST_HELP_CMD_DELALL */
+ gettext(" DELALL Delete the vhost for all nicks in a group"),
+ /* HOST_HELP_CMD_LIST */
+ gettext(" LIST Displays one or more vhost entries."),
+ /* HOST_HELP_ON */
+ gettext("Syntax: ON\n"
+ "Activates the vhost currently assigned to the nick in use.\n"
+ "When you use this command any user who performs a /whois\n"
+ "on you will see the vhost instead of your real IP address."),
+ /* HOST_HELP_SET */
+ gettext("Syntax: SET <nick> <hostmask>.\n"
+ "Sets the vhost for the given nick to that of the given\n"
+ "hostmask. If your IRCD supports vIdents, then using\n"
+ "SET <nick> <ident>@<hostmask> set idents for users as \n"
+ "well as vhosts."),
+ /* HOST_HELP_DELALL */
+ gettext("Syntax: DELALL <nick>.\n"
+ "Deletes the vhost for all nick's in the same group as\n"
+ "that of the given nick."),
+ /* HOST_HELP_SETALL */
+ gettext("Syntax: SETALL <nick> <hostmask>.\n"
+ "Sets the vhost for all nicks in the same group as that\n"
+ "of the given nick. If your IRCD supports vIdents, then\n"
+ "using SETALL <nick> <ident>@<hostmask> will set idents\n"
+ "for users as well as vhosts.\n"
+ "* NOTE, this will not update the vhost for any nick's\n"
+ "added to the group after this command was used."),
+ /* HOST_HELP_OFF */
+ gettext("Syntax: OFF\n"
+ "Deactivates the vhost currently assigned to the nick in use.\n"
+ "When you use this command any user who performs a /whois\n"
+ "on you will see your real IP address."),
+ /* HOST_HELP_DEL */
+ gettext("Syntax: DEL <nick>\n"
+ "Deletes the vhost assigned to the given nick from the\n"
+ "database."),
+ /* HOST_HELP_LIST */
+ gettext("Syntax: LIST [<key>|<#X-Y>]\n"
+ "This command lists registered vhosts to the operator\n"
+ "if a Key is specified, only entries whos nick or vhost match\n"
+ "the pattern given in <key> are displayed e.g. Rob* for all\n"
+ "entries beginning with \"Rob\"\n"
+ "If a #X-Y style is used, only entries between the range of X\n"
+ "and Y will be displayed, e.g. #1-3 will display the first 3\n"
+ "nick/vhost entries.\n"
+ "The list uses the value of NSListMax as a hard limit for the\n"
+ "number of items to display to a operator at any 1 time."),
+ /* HOST_HELP_GROUP */
+ gettext("Syntax: GROUP\n"
+ " \n"
+ "This command allows users to set the vhost of their\n"
+ "CURRENT nick to be the vhost for all nicks in the same\n"
+ "group."),
+ /* OPER_SVSNICK_UNSUPPORTED */
+ gettext("Sorry, SVSNICK is not available on this network."),
+ /* OPER_SQLINE_UNSUPPORTED */
+ gettext("Sorry, SQLINE is not available on this network."),
+ /* OPER_SVSO_UNSUPPORTED */
+ gettext("Sorry, OLINE is not available on this network."),
+ /* OPER_UMODE_UNSUPPORTED */
+ gettext("Sorry, UMODE is not available on this network."),
+ /* OPER_SUPER_ADMIN_NOT_ENABLED */
+ gettext("SuperAdmin setting not enabled in services.conf"),
+ /* OPER_HELP_SYNC */
+ gettext("Syntax: SQLSYNC\n"
+ " \n"
+ "This command syncs your databases with SQL. You should\n"
+ "only have to execute this command once, when you initially\n"
+ "import your databases into SQL."),
+ /* OPER_HELP_CMD_SQLSYNC */
+ gettext(" SQLSYNC Import your databases to SQL"),
+ /* OPER_SYNC_UPDATED */
+ gettext("Updating MySQL.")
+};
diff --git a/src/mail.cpp b/src/mail.cpp
index 55e99e406..5cb64f6d3 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -1,5 +1,4 @@
#include "services.h"
-#include "language.h"
MailThread::~MailThread()
{
@@ -30,17 +29,17 @@ void MailThread::Run()
Success = true;
}
-bool Mail(User *u, NickRequest *nr, const Anope::string &service, const Anope::string &subject, const Anope::string &message)
+bool Mail(User *u, NickRequest *nr, BotInfo *service, const Anope::string &subject, const Anope::string &message)
{
- if (!u || !nr || subject.empty() || service.empty() || message.empty())
+ if (!u || !nr || !service || subject.empty() || message.empty())
return false;
if (!Config->UseMail)
- notice_lang(service, u, MAIL_DISABLED);
+ u->SendMessage(service, MAIL_DISABLED);
else if (Anope::CurTime - u->lastmail < Config->MailDelay)
- notice_lang(service, u, MAIL_DELAYED, Config->MailDelay - Anope::CurTime - u->lastmail);
+ u->SendMessage(service, MAIL_DELAYED, Config->MailDelay - Anope::CurTime - u->lastmail);
else if (nr->email.empty())
- notice_lang(service, u, MAIL_INVALID, nr->nick.c_str());
+ u->SendMessage(service, MAIL_INVALID, nr->nick.c_str());
else
{
u->lastmail = nr->lastmail = Anope::CurTime;
@@ -51,17 +50,17 @@ bool Mail(User *u, NickRequest *nr, const Anope::string &service, const Anope::s
return false;
}
-bool Mail(User *u, NickCore *nc, const Anope::string &service, const Anope::string &subject, const Anope::string &message)
+bool Mail(User *u, NickCore *nc, BotInfo *service, const Anope::string &subject, const Anope::string &message)
{
- if (!u || !nc || subject.empty() || service.empty() || message.empty())
+ if (!u || !nc || !service || subject.empty() || message.empty())
return false;
if (!Config->UseMail)
- notice_lang(service, u, MAIL_DISABLED);
+ u->SendMessage(service, MAIL_DISABLED);
else if (Anope::CurTime - u->lastmail < Config->MailDelay)
- notice_lang(service, u, MAIL_DELAYED, Config->MailDelay - Anope::CurTime - u->lastmail);
+ u->SendMessage(service, MAIL_DELAYED, Config->MailDelay - Anope::CurTime - u->lastmail);
else if (nc->email.empty())
- notice_lang(service, u, MAIL_INVALID, nc->display.c_str());
+ u->SendMessage(service, MAIL_INVALID, nc->display.c_str());
else
{
u->lastmail = nc->lastmail = Anope::CurTime;
diff --git a/src/memoserv.cpp b/src/memoserv.cpp
index 471424970..b1e32a673 100644
--- a/src/memoserv.cpp
+++ b/src/memoserv.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
/*************************************************************************/
/* *INDENT-OFF* */
@@ -66,9 +65,9 @@ void check_memos(User *u)
}
if (newcnt > 0)
{
- notice_lang(Config->s_MemoServ, u, newcnt == 1 ? MEMO_HAVE_NEW_MEMO : MEMO_HAVE_NEW_MEMOS, newcnt);
+ u->SendMessage(MemoServ, newcnt == 1 ? MEMO_HAVE_NEW_MEMO : MEMO_HAVE_NEW_MEMOS, newcnt);
if (newcnt == 1 && (nc->memos.memos[i - 1]->HasFlag(MF_UNREAD)))
- notice_lang(Config->s_MemoServ, u, MEMO_TYPE_READ_LAST, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_TYPE_READ_LAST, Config->s_MemoServ.c_str());
else if (newcnt == 1)
{
for (i = 0; i < end; ++i)
@@ -76,17 +75,17 @@ void check_memos(User *u)
if (nc->memos.memos[i]->HasFlag(MF_UNREAD))
break;
}
- notice_lang(Config->s_MemoServ, u, MEMO_TYPE_READ_NUM, Config->s_MemoServ.c_str(), nc->memos.memos[i]->number);
+ u->SendMessage(MemoServ, MEMO_TYPE_READ_NUM, Config->s_MemoServ.c_str(), nc->memos.memos[i]->number);
}
else
- notice_lang(Config->s_MemoServ, u, MEMO_TYPE_LIST_NEW, Config->s_MemoServ.c_str());
+ u->SendMessage(MemoServ, MEMO_TYPE_LIST_NEW, Config->s_MemoServ.c_str());
}
if (nc->memos.memomax > 0 && nc->memos.memos.size() >= nc->memos.memomax)
{
if (nc->memos.memos.size() > nc->memos.memomax)
- notice_lang(Config->s_MemoServ, u, MEMO_OVER_LIMIT, nc->memos.memomax);
+ u->SendMessage(MemoServ, MEMO_OVER_LIMIT, nc->memos.memomax);
else
- notice_lang(Config->s_MemoServ, u, MEMO_AT_LIMIT, nc->memos.memomax);
+ u->SendMessage(MemoServ, MEMO_AT_LIMIT, nc->memos.memomax);
}
}
@@ -174,48 +173,48 @@ void memo_send(User *u, const Anope::string &name, const Anope::string &text, in
int is_servoper = u->Account() && u->Account()->IsServicesOper();
if (readonly)
- notice_lang(Config->s_MemoServ, u, MEMO_SEND_DISABLED);
+ u->SendMessage(MemoServ, MEMO_SEND_DISABLED);
else if (text.empty())
{
if (!z)
- syntax_error(Config->s_MemoServ, u, "SEND", MEMO_SEND_SYNTAX);
+ SyntaxError(MemoServ, u, "SEND", MEMO_SEND_SYNTAX);
if (z == 3)
- syntax_error(Config->s_MemoServ, u, "RSEND", MEMO_RSEND_SYNTAX);
+ SyntaxError(MemoServ, u, "RSEND", MEMO_RSEND_SYNTAX);
}
else if (!u->IsIdentified() && !u->IsRecognized())
{
if (!z || z == 3)
- notice_lang(Config->s_MemoServ, u, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
+ u->SendMessage(MemoServ, NICK_IDENTIFY_REQUIRED, Config->s_NickServ.c_str());
}
else if (!(mi = getmemoinfo(name, ischan, isforbid)))
{
if (!z || z == 3)
{
if (isforbid)
- notice_lang(Config->s_MemoServ, u, ischan ? CHAN_X_FORBIDDEN : NICK_X_FORBIDDEN, name.c_str());
+ u->SendMessage(MemoServ, ischan ? CHAN_X_FORBIDDEN : NICK_X_FORBIDDEN, name.c_str());
else
- notice_lang(Config->s_MemoServ, u, ischan ? CHAN_X_NOT_REGISTERED : NICK_X_NOT_REGISTERED, name.c_str());
+ u->SendMessage(MemoServ, ischan ? CHAN_X_NOT_REGISTERED : NICK_X_NOT_REGISTERED, name.c_str());
}
}
else if (z != 2 && Config->MSSendDelay > 0 && u && u->lastmemosend + Config->MSSendDelay > Anope::CurTime)
{
u->lastmemosend = Anope::CurTime;
if (!z)
- notice_lang(Config->s_MemoServ, u, MEMO_SEND_PLEASE_WAIT, Config->MSSendDelay);
+ u->SendMessage(MemoServ, MEMO_SEND_PLEASE_WAIT, Config->MSSendDelay);
if (z == 3)
- notice_lang(Config->s_MemoServ, u, MEMO_RSEND_PLEASE_WAIT, Config->MSSendDelay);
+ u->SendMessage(MemoServ, MEMO_RSEND_PLEASE_WAIT, Config->MSSendDelay);
}
else if (!mi->memomax && !is_servoper)
{
if (!z || z == 3)
- notice_lang(Config->s_MemoServ, u, MEMO_X_GETS_NO_MEMOS, name.c_str());
+ u->SendMessage(MemoServ, MEMO_X_GETS_NO_MEMOS, name.c_str());
}
else if (mi->memomax > 0 && mi->memos.size() >= mi->memomax && !is_servoper)
{
if (!z || z == 3)
- notice_lang(Config->s_MemoServ, u, MEMO_X_HAS_TOO_MANY_MEMOS, name.c_str());
+ u->SendMessage(MemoServ, MEMO_X_HAS_TOO_MANY_MEMOS, name.c_str());
}
else
{
@@ -244,7 +243,7 @@ void memo_send(User *u, const Anope::string &name, const Anope::string &text, in
if (z == 3)
m->SetFlag(MF_RECEIPT);
if (!z || z == 3)
- notice_lang(Config->s_MemoServ, u, MEMO_SENT, name.c_str());
+ u->SendMessage(MemoServ, MEMO_SENT, name.c_str());
if (!ischan)
{
NickCore *nc = findnick(name)->nc;
@@ -260,13 +259,13 @@ void memo_send(User *u, const Anope::string &name, const Anope::string &text, in
NickAlias *na = *it;
User *user = finduser(na->nick);
if (user && user->IsIdentified())
- notice_lang(Config->s_MemoServ, user, MEMO_NEW_MEMO_ARRIVED, source.c_str(), Config->s_MemoServ.c_str(), m->number);
+ user->SendMessage(MemoServ, MEMO_NEW_MEMO_ARRIVED, source.c_str(), Config->s_MemoServ.c_str(), m->number);
}
}
else
{
if ((u = finduser(name)) && u->IsIdentified() && nc->HasFlag(NI_MEMO_RECEIVE))
- notice_lang(Config->s_MemoServ, u, MEMO_NEW_MEMO_ARRIVED, source.c_str(), Config->s_MemoServ.c_str(), m->number);
+ u->SendMessage(MemoServ, MEMO_NEW_MEMO_ARRIVED, source.c_str(), Config->s_MemoServ.c_str(), m->number);
} /* if (flags & MEMO_RECEIVE) */
}
/* if (MSNotifyAll) */
@@ -289,7 +288,7 @@ void memo_send(User *u, const Anope::string &name, const Anope::string &text, in
if (check_access(cu->user, c->ci, CA_MEMO))
{
if (cu->user->Account() && cu->user->Account()->HasFlag(NI_MEMO_RECEIVE) && !get_ignore(cu->user->nick))
- notice_lang(Config->s_MemoServ, cu->user, MEMO_NEW_X_MEMO_ARRIVED, c->ci->name.c_str(), Config->s_MemoServ.c_str(), c->ci->name.c_str(), m->number);
+ cu->user->SendMessage(MemoServ, MEMO_NEW_X_MEMO_ARRIVED, c->ci->name.c_str(), Config->s_MemoServ.c_str(), c->ci->name.c_str(), m->number);
}
}
} /* MSNotifyAll */
@@ -329,9 +328,9 @@ static bool SendMemoMail(NickCore *nc, Memo *m)
{
char message[BUFSIZE];
- snprintf(message, sizeof(message), getstring(NICK_MAIL_TEXT), nc->display.c_str(), m->sender.c_str(), m->number, m->text.c_str());
+ snprintf(message, sizeof(message), GetString(nc, NICK_MAIL_TEXT).c_str(), nc->display.c_str(), m->sender.c_str(), m->number, m->text.c_str());
- return Mail(nc, getstring(MEMO_MAIL_SUBJECT), message);
+ return Mail(nc, GetString(nc, MEMO_MAIL_SUBJECT), message);
}
/*************************************************************************/
@@ -357,25 +356,18 @@ void rsend_notify(User *u, Memo *m, const Anope::string &chan)
/* Text of the memo varies if the recepient was a
nick or channel */
- const char *fmt;
char text[256];
if (!chan.empty())
- {
- fmt = getstring(na, MEMO_RSEND_CHAN_MEMO_TEXT);
- snprintf(text, sizeof(text), fmt, chan.c_str());
- }
+ snprintf(text, sizeof(text), GetString(na->nc, MEMO_RSEND_CHAN_MEMO_TEXT).c_str(), chan.c_str());
else
- {
- fmt = getstring(na, MEMO_RSEND_NICK_MEMO_TEXT);
- snprintf(text, sizeof(text), "%s", fmt);
- }
+ snprintf(text, sizeof(text), "%s", GetString(na->nc, MEMO_RSEND_NICK_MEMO_TEXT).c_str());
/* Send notification */
memo_send(u, m->sender, text, 2);
/* Notify recepient of the memo that a notification has
been sent to the sender */
- notice_lang(Config->s_MemoServ, u, MEMO_RSEND_USER_NOTIFICATION, nc->display.c_str());
+ u->SendMessage(MemoServ, MEMO_RSEND_USER_NOTIFICATION, nc->display.c_str());
}
/* Remove receipt flag from the original memo */
diff --git a/src/messages.cpp b/src/messages.cpp
index cd5c9bf97..e9a37e02b 100644
--- a/src/messages.cpp
+++ b/src/messages.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
/*************************************************************************/
@@ -106,7 +105,7 @@ int m_privmsg(const Anope::string &source, const Anope::string &receiver, const
BotInfo *bi = findbot(receiver);
if (bi)
- ircdproto->SendMessage(bi, source, "%s", getstring(USER_RECORD_NOT_FOUND));
+ ircdproto->SendMessage(bi, source, "%s", GetString(USER_RECORD_NOT_FOUND).c_str());
return MOD_CONT;
}
@@ -149,8 +148,11 @@ int m_privmsg(const Anope::string &source, const Anope::string &receiver, const
}
else if (Config->UseStrictPrivMsg)
{
+ BotInfo *bi = findbot(receiver);
+ if (!bi)
+ return MOD_CONT;
Log(LOG_DEBUG) << "Ignored PRIVMSG without @ from " << source;
- notice_lang(receiver, u, INVALID_TARGET, receiver.c_str(), receiver.c_str(), Config->ServerName.c_str(), receiver.c_str());
+ u->SendMessage(bi, INVALID_TARGET, receiver.c_str(), receiver.c_str(), Config->ServerName.c_str(), receiver.c_str());
return MOD_CONT;
}
@@ -177,14 +179,14 @@ int m_privmsg(const Anope::string &source, const Anope::string &receiver, const
else if (bi->nick.equals_ci(Config->s_ChanServ))
{
if (!is_oper(u) && Config->CSOpersOnly)
- notice_lang(Config->s_ChanServ, u, ACCESS_DENIED);
+ u->SendMessage(ChanServ, ACCESS_DENIED);
else
mod_run_cmd(bi, u, message);
}
else if (!Config->s_HostServ.empty() && bi->nick.equals_ci(Config->s_HostServ))
{
if (!ircd->vhost)
- notice_lang(Config->s_HostServ, u, SERVICE_OFFLINE, Config->s_HostServ.c_str());
+ u->SendMessage(HostServ, SERVICE_OFFLINE, Config->s_HostServ.c_str());
else
mod_run_cmd(bi, u, message);
}
@@ -192,7 +194,7 @@ int m_privmsg(const Anope::string &source, const Anope::string &receiver, const
{
if (!is_oper(u) && Config->OSOpersOnly)
{
- notice_lang(Config->s_OperServ, u, ACCESS_DENIED);
+ u->SendMessage(OperServ, ACCESS_DENIED);
if (Config->WallBadOS)
ircdproto->SendGlobops(OperServ, "Denied access to %s from %s!%s@%s (non-oper)", Config->s_OperServ.c_str(), u->nick.c_str(), u->GetIdent().c_str(), u->host.c_str());
}
diff --git a/src/misc.cpp b/src/misc.cpp
index aad95e528..a835c8e41 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -11,7 +11,6 @@
*/
#include "services.h"
-#include "language.h"
/* Cheaper than isspace() or isblank() */
#define issp(c) ((c) == 32)
@@ -312,11 +311,10 @@ Anope::string duration(const NickCore *nc, time_t seconds)
char buf[64];
Anope::string buffer;
- const char *comma = getstring(nc, COMMA_SPACE);
if (!days && !hours && !minutes)
{
- snprintf(buf, sizeof(buf), getstring(nc, seconds <= 1 ? DURATION_SECOND : DURATION_SECONDS), seconds);
+ snprintf(buf, sizeof(buf), GetString(nc, seconds <= 1 ? DURATION_SECOND : DURATION_SECONDS).c_str(), seconds);
buffer = buf;
}
else
@@ -324,26 +322,37 @@ Anope::string duration(const NickCore *nc, time_t seconds)
bool need_comma = false;
if (days)
{
- snprintf(buf, sizeof(buf), getstring(nc, days == 1 ? DURATION_DAY : DURATION_DAYS), days);
+ snprintf(buf, sizeof(buf), GetString(nc, days == 1 ? DURATION_DAY : DURATION_DAYS).c_str(), days);
buffer = buf;
need_comma = true;
}
if (hours)
{
- snprintf(buf, sizeof(buf), getstring(nc, hours == 1 ? DURATION_HOUR : DURATION_HOURS), hours);
- buffer += Anope::string(need_comma ? comma : "") + buf;
+ snprintf(buf, sizeof(buf), GetString(nc, hours == 1 ? DURATION_HOUR : DURATION_HOURS).c_str(), hours);
+ buffer += Anope::string(need_comma ? ", " : "") + buf;
need_comma = true;
}
if (minutes)
{
- snprintf(buf, sizeof(buf), getstring(nc, minutes == 1 ? DURATION_MINUTE : DURATION_MINUTES), minutes);
- buffer += Anope::string(need_comma ? comma : "") + buf;
+ snprintf(buf, sizeof(buf), GetString(nc, minutes == 1 ? DURATION_MINUTE : DURATION_MINUTES).c_str(), minutes);
+ buffer += Anope::string(need_comma ? ", " : "") + buf;
}
}
return buffer;
}
+Anope::string do_strftime(const time_t &t)
+{
+ tm tm = *localtime(&t);
+ char buf[BUFSIZE];
+ strftime(buf, sizeof(buf), "%b %d %H:%M:%S %Y %Z", &tm);
+ if (t < Anope::CurTime)
+ return Anope::string(buf) + " (" + duration(NULL, Anope::CurTime - t) + " ago)";
+ else
+ return Anope::string(buf) + " (" + duration(NULL, t - Anope::CurTime) + " from now)";
+}
+
/*************************************************************************/
/**
@@ -354,39 +363,38 @@ Anope::string duration(const NickCore *nc, time_t seconds)
*/
Anope::string expire_left(const NickCore *nc, time_t expires)
{
- char buf[256];
-
if (!expires)
- strlcpy(buf, getstring(nc, NO_EXPIRE), sizeof(buf));
+ return GetString(nc, NO_EXPIRE);
else if (expires <= Anope::CurTime)
- strlcpy(buf, getstring(nc, EXPIRES_SOON), sizeof(buf));
+ return GetString(nc, EXPIRES_SOON);
else
{
+ char buf[256];
time_t diff = expires - Anope::CurTime + 59;
if (diff >= 86400)
{
int days = diff / 86400;
- snprintf(buf, sizeof(buf), getstring(nc, days == 1 ? EXPIRES_1D : EXPIRES_D), days);
+ snprintf(buf, sizeof(buf), GetString(nc, days == 1 ? EXPIRES_1D : EXPIRES_D).c_str(), days);
}
else
{
if (diff <= 3600)
{
int minutes = diff / 60;
- snprintf(buf, sizeof(buf), getstring(nc, minutes == 1 ? EXPIRES_1M : EXPIRES_M), minutes);
+ snprintf(buf, sizeof(buf), GetString(nc, minutes == 1 ? EXPIRES_1M : EXPIRES_M).c_str(), minutes);
}
else
{
int hours = diff / 3600, minutes;
diff -= hours * 3600;
minutes = diff / 60;
- snprintf(buf, sizeof(buf), getstring(nc, hours == 1 && minutes == 1 ? EXPIRES_1H1M : (hours == 1 && minutes != 1 ? EXPIRES_1HM : (hours != 1 && minutes == 1 ? EXPIRES_H1M : EXPIRES_HM))), hours, minutes);
+ snprintf(buf, sizeof(buf), GetString(nc, hours == 1 && minutes == 1 ? EXPIRES_1H1M : (hours == 1 && minutes != 1 ? EXPIRES_1HM : (hours != 1 && minutes == 1 ? EXPIRES_H1M : EXPIRES_HM))).c_str(), hours, minutes);
}
}
- }
- return buf;
+ return buf;
+ }
}
/*************************************************************************/
diff --git a/src/module.cpp b/src/module.cpp
index 148901180..da6673dbf 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -7,7 +7,10 @@
*/
#include "modules.h"
-#include "language.h"
+
+#ifdef HAVE_GETTEXT
+# include <libintl.h>
+#endif
Module::Module(const Anope::string &mname, const Anope::string &creator)
{
@@ -17,9 +20,6 @@ Module::Module(const Anope::string &mname, const Anope::string &creator)
this->permanent = false;
- for (int i = 0; i < NUM_LANGS; ++i)
- this->lang[i].argc = 0;
-
if (FindModule(this->name))
throw CoreException("Module already exists!");
@@ -28,15 +28,17 @@ Module::Module(const Anope::string &mname, const Anope::string &creator)
this->SetVersion(Anope::Version());
Modules.push_back(this);
+
+#if HAVE_GETTEXT
+ if (!bindtextdomain(this->name.c_str(), (services_dir + "/languages/").c_str()))
+ {
+ Log() << "Error calling bindtextdomain, " << Anope::LastError();
+ }
+#endif
}
Module::~Module()
{
- int i = 0;
-
- for (i = 0; i < NUM_LANGS; ++i)
- this->DeleteLanguage(i);
-
/* Detach all event hooks for this module */
ModuleManager::DetachAll(this);
/* Clear any active callbacks this module has */
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 5fab83ff9..8ce75a849 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -7,7 +7,6 @@
*/
#include "modules.h"
-#include "language.h"
#include "version.h"
#include <algorithm> // std::find
@@ -204,7 +203,7 @@ int ModuleManager::LoadModule(const Anope::string &modname, User *u)
if (u)
{
ircdproto->SendGlobops(OperServ, "%s loaded module %s", u->nick.c_str(), modname.c_str());
- notice_lang(Config->s_OperServ, u, OPER_MODULE_LOADED, modname.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_LOADED, modname.c_str());
/* If a user is loading this module, then the core databases have already been loaded
* so trigger the event manually
@@ -222,21 +221,21 @@ int ModuleManager::UnloadModule(Module *m, User *u)
if (!m || !m->handle)
{
if (u)
- notice_lang(Config->s_OperServ, u, OPER_MODULE_REMOVE_FAIL, m->name.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_REMOVE_FAIL, m->name.c_str());
return MOD_ERR_PARAMS;
}
if (m->GetPermanent() || m->type == PROTOCOL || m->type == ENCRYPTION || m->type == DATABASE)
{
if (u)
- notice_lang(Config->s_OperServ, u, OPER_MODULE_NO_UNLOAD);
+ u->SendMessage(OperServ, OPER_MODULE_NO_UNLOAD);
return MOD_ERR_NOUNLOAD;
}
if (u)
{
ircdproto->SendGlobops(OperServ, "%s unloaded module %s", u->nick.c_str(), m->name.c_str());
- notice_lang(Config->s_OperServ, u, OPER_MODULE_UNLOADED, m->name.c_str());
+ u->SendMessage(OperServ, OPER_MODULE_UNLOADED, m->name.c_str());
}
FOREACH_MOD(I_OnModuleUnload, OnModuleUnload(u, m));
diff --git a/src/modules.cpp b/src/modules.cpp
index ced2702e2..47158f5e9 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -10,8 +10,8 @@
*/
#include "modules.h"
-#include "language.h"
#include "version.h"
+#include <libintl.h>
message_map MessageMap;
std::list<Module *> Modules;
@@ -69,21 +69,6 @@ int protocol_module_init()
return ret;
}
-void Module::InsertLanguage(int langNumber, int ac, const char **av)
-{
- int i;
-
- Log(LOG_DEBUG) << this->name << " Adding " << ac << " texts for language " << langNumber;
-
- if (this->lang[langNumber].argc > 0)
- this->DeleteLanguage(langNumber);
-
- this->lang[langNumber].argc = ac;
- this->lang[langNumber].argv = new char *[ac];
- for (i = 0; i < ac; ++i)
- this->lang[langNumber].argv[i] = strdup(av[i]);
-}
-
/**
* Search the list of loaded modules for the given name.
* @param name the name of the module to find
@@ -253,75 +238,6 @@ bool moduleMinVersion(int major, int minor, int patch, int build)
return ret;
}
-void Module::NoticeLang(const Anope::string &source, const User *u, int number, ...) const
-{
- /* Find the users lang, and use it if we can */
- int mlang = Config->NSDefLanguage;
- if (u && u->Account())
- mlang = u->Account()->language;
-
- /* If the users lang isnt supported, drop back to English */
- if (!this->lang[mlang].argc)
- mlang = LANG_EN_US;
-
- /* If the requested lang string exists for the language */
- if (this->lang[mlang].argc > number)
- {
- const char *fmt = this->lang[mlang].argv[number];
-
- va_list va;
- va_start(va, number);
-
- char buf[4096] = "";
- vsnprintf(buf, sizeof(buf), fmt, va);
-
- sepstream lines(buf, '\n');
- Anope::string line;
- while (lines.GetToken(line))
- u->SendMessage(source, "%s", line.empty() ? " " : line.c_str());
- va_end(va);
- }
- else
- Log() << this->name << ": INVALID language string call, language: [" << mlang << "], String [" << number << "]";
-}
-
-const char *Module::GetLangString(User *u, int number)
-{
-
- /* Find the users lang, and use it if we can */
- int mlang = Config->NSDefLanguage;
- if (u && u->Account())
- mlang = u->Account()->language;
-
- /* If the users lang isnt supported, drop back to English */
- if (!this->lang[mlang].argc)
- mlang = LANG_EN_US;
-
- /* If the requested lang string exists for the language */
- if (this->lang[mlang].argc > number)
- return this->lang[mlang].argv[number];
- /* Return an empty string otherwise, because we might be used without
- * the return value being checked. If we would return NULL, bad things
- * would happen!
- */
- else
- {
- Log() << this->name << ": INVALID language string call, language: [" << mlang << "], String [" << number << "]";
- return "";
- }
-}
-
-void Module::DeleteLanguage(int langNumber)
-{
- if (this->lang[langNumber].argc)
- {
- for (int idx = 0; idx > this->lang[langNumber].argc; ++idx)
- free(this->lang[langNumber].argv[idx]); // XXX
- delete [] this->lang[langNumber].argv;
- this->lang[langNumber].argc = 0;
- }
-}
-
void ModuleRunTimeDirCleanUp()
{
Anope::string dirbuf = services_dir + "/modules/runtime";
@@ -382,6 +298,38 @@ Version Module::GetVersion() const
return Version(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD);
}
+void Module::SendMessage(BotInfo *from, User *to, const char *fmt, ...)
+{
+ Anope::string language = (to && to->Account() ? to->Account()->language : "");
+ /* For older databases */
+ if (language == "en")
+ language.clear();
+ if (language.empty() && !Config->NSDefLanguage.empty())
+ language = Config->NSDefLanguage;
+
+ const char *message = fmt;
+#if HAVE_GETTEXT
+ if (!language.empty())
+ {
+ setlocale(LC_ALL, language.c_str());
+ message = dgettext(this->name.c_str(), fmt);
+ setlocale(LC_ALL, "");
+ }
+#endif
+
+ va_list args;
+ char buf[4096];
+ va_start(args, fmt);
+ vsnprintf(buf, sizeof(buf) - 1, message, args);
+ va_end(args);
+
+ sepstream sep(buf, '\n');
+ Anope::string token;
+
+ while (sep.GetToken(token))
+ to->SendMessage(from->nick, token);
+}
+
Service::Service(Module *o, const Anope::string &n) : owner(o), name(n)
{
ModuleManager::RegisterService(this);
diff --git a/src/nickserv.cpp b/src/nickserv.cpp
index 58b481468..54dc82b98 100644
--- a/src/nickserv.cpp
+++ b/src/nickserv.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
nickalias_map NickAliasList;
nickcore_map NickCoreList;
@@ -173,7 +172,7 @@ int validate_user(User *u)
NickRequest *nr = findrequestnick(u->nick);
if (nr)
{
- notice_lang(Config->s_NickServ, u, NICK_IS_PREREG);
+ u->SendMessage(NickServ, NICK_IS_PREREG);
return 0;
}
@@ -183,14 +182,14 @@ int validate_user(User *u)
if (na->HasFlag(NS_FORBIDDEN))
{
- notice_lang(Config->s_NickServ, u, NICK_MAY_NOT_BE_USED);
+ u->SendMessage(NickServ, NICK_MAY_NOT_BE_USED);
u->Collide(na);
return 0;
}
if (na->nc->HasFlag(NI_SUSPENDED))
{
- notice_lang(Config->s_NickServ, u, NICK_X_SUSPENDED, u->nick.c_str());
+ u->SendMessage(NickServ, NICK_X_SUSPENDED, u->nick.c_str());
u->Collide(na);
return 0;
}
@@ -210,26 +209,26 @@ int validate_user(User *u)
if (u->IsRecognized() || !na->nc->HasFlag(NI_KILL_IMMED))
{
if (na->nc->HasFlag(NI_SECURE))
- notice_lang(Config->s_NickServ, u, NICK_IS_SECURE, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_IS_SECURE, Config->s_NickServ.c_str());
else
- notice_lang(Config->s_NickServ, u, NICK_IS_REGISTERED, Config->s_NickServ.c_str());
+ u->SendMessage(NickServ, NICK_IS_REGISTERED, Config->s_NickServ.c_str());
}
if (na->nc->HasFlag(NI_KILLPROTECT) && !u->IsRecognized())
{
if (na->nc->HasFlag(NI_KILL_IMMED))
{
- notice_lang(Config->s_NickServ, u, FORCENICKCHANGE_NOW);
+ u->SendMessage(NickServ, FORCENICKCHANGE_NOW);
u->Collide(na);
}
else if (na->nc->HasFlag(NI_KILL_QUICK))
{
- notice_lang(Config->s_NickServ, u, FORCENICKCHANGE_IN_20_SECONDS);
+ u->SendMessage(NickServ, FORCENICKCHANGE_IN_20_SECONDS);
new NickServCollide(u, 20);
}
else
{
- notice_lang(Config->s_NickServ, u, FORCENICKCHANGE_IN_1_MINUTE);
+ u->SendMessage(NickServ, FORCENICKCHANGE_IN_1_MINUTE);
new NickServCollide(u, 60);
}
}
diff --git a/src/operserv.cpp b/src/operserv.cpp
index 2a752b43e..c99b78238 100644
--- a/src/operserv.cpp
+++ b/src/operserv.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
std::vector<NewsItem *> News;
@@ -453,21 +452,21 @@ XLine *SGLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (mask.find('!') != Anope::string::npos)
{
if (bi && u)
- notice_lang(bi->nick, u, OPER_AKILL_NO_NICK);
+ u->SendMessage(bi, OPER_AKILL_NO_NICK);
return NULL;
}
if (mask.find('@') == Anope::string::npos)
{
if (bi && u)
- notice_lang(bi->nick, u, BAD_USERHOST_MASK);
+ u->SendMessage(bi, BAD_USERHOST_MASK);
return NULL;
}
if (mask.find_first_not_of("~@.*?") == Anope::string::npos)
{
if (bi && u)
- notice_lang(bi->nick, u, USERHOST_MASK_TOO_WIDE, mask.c_str());
+ u->SendMessage(bi, USERHOST_MASK_TOO_WIDE, mask.c_str());
return NULL;
}
@@ -477,11 +476,11 @@ XLine *SGLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (bi && u)
{
if (canAdd.first == 1)
- notice_lang(bi->nick, u, OPER_AKILL_EXISTS, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_AKILL_EXISTS, canAdd.second->Mask.c_str());
else if (canAdd.first == 2)
- notice_lang(bi->nick, u, OPER_AKILL_CHANGED, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_EXPIRY_CHANGED, canAdd.second->Mask.c_str());
else if (canAdd.first == 3)
- notice_lang(bi->nick, u, OPER_AKILL_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
}
return NULL;
@@ -530,7 +529,7 @@ XLine *SNLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (!mask.empty() && mask.find_first_not_of("*?") == Anope::string::npos)
{
if (bi && u)
- notice_lang(bi->nick, u, USERHOST_MASK_TOO_WIDE, mask.c_str());
+ u->SendMessage(bi, USERHOST_MASK_TOO_WIDE, mask.c_str());
return NULL;
}
@@ -540,11 +539,11 @@ XLine *SNLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (bi && u)
{
if (canAdd.first == 1)
- notice_lang(bi->nick, u, OPER_SNLINE_EXISTS, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_SNLINE_EXISTS, canAdd.second->Mask.c_str());
else if (canAdd.first == 2)
- notice_lang(bi->nick, u, OPER_SNLINE_CHANGED, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_EXPIRY_CHANGED, canAdd.second->Mask.c_str());
else if (canAdd.first == 3)
- notice_lang(bi->nick, u, OPER_SNLINE_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
}
return NULL;
@@ -603,14 +602,14 @@ XLine *SQLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (mask.find_first_not_of("*") == Anope::string::npos)
{
if (bi && u)
- notice_lang(Config->s_OperServ, u, USERHOST_MASK_TOO_WIDE, mask.c_str());
+ u->SendMessage(OperServ, USERHOST_MASK_TOO_WIDE, mask.c_str());
return NULL;
}
if (mask[0] == '#' && !ircd->chansqline)
{
if (bi && u)
- notice_lang(Config->s_OperServ, u, OPER_SQLINE_CHANNELS_UNSUPPORTED);
+ u->SendMessage(OperServ, OPER_SQLINE_CHANNELS_UNSUPPORTED);
return NULL;
}
@@ -620,11 +619,11 @@ XLine *SQLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (bi && u)
{
if (canAdd.first == 1)
- notice_lang(bi->nick, u, OPER_SQLINE_EXISTS, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_SQLINE_EXISTS, canAdd.second->Mask.c_str());
else if (canAdd.first == 2)
- notice_lang(bi->nick, u, OPER_SQLINE_CHANGED, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_EXPIRY_CHANGED, canAdd.second->Mask.c_str());
else if (canAdd.first == 3)
- notice_lang(bi->nick, u, OPER_SQLINE_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
}
return NULL;
@@ -722,13 +721,13 @@ XLine *SZLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
{
if (mask.find('!') != Anope::string::npos || mask.find('@') != Anope::string::npos)
{
- notice_lang(Config->s_OperServ, u, OPER_SZLINE_ONLY_IPS);
+ u->SendMessage(OperServ, OPER_SZLINE_ONLY_IPS);
return NULL;
}
if (mask.find_first_not_of("*?") == Anope::string::npos)
{
- notice_lang(Config->s_OperServ, u, USERHOST_MASK_TOO_WIDE, mask.c_str());
+ u->SendMessage(OperServ, USERHOST_MASK_TOO_WIDE, mask.c_str());
return NULL;
}
@@ -738,11 +737,11 @@ XLine *SZLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
if (bi && u)
{
if (canAdd.first == 1)
- notice_lang(bi->nick, u, OPER_SZLINE_EXISTS, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_SZLINE_EXISTS, canAdd.second->Mask.c_str());
else if (canAdd.first == 2)
- notice_lang(bi->nick, u, OPER_SZLINE_CHANGED, canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_EXPIRY_CHANGED, canAdd.second->Mask.c_str());
else if (canAdd.first == 3)
- notice_lang(bi->nick, u, OPER_SZLINE_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
+ u->SendMessage(bi, OPER_ALREADY_COVERED, mask.c_str(), canAdd.second->Mask.c_str());
}
return NULL;
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index ad9a0eac7..4948f7157 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
/** Default constructor
* @param chname The channel name
@@ -560,7 +559,7 @@ bool ChannelInfo::CheckKick(User *user)
if (!is_oper(user) && (this->HasFlag(CI_SUSPENDED) || this->HasFlag(CI_FORBIDDEN)))
{
get_idealban(this, user, mask);
- reason = this->forbidreason.empty() ? getstring(user, CHAN_MAY_NOT_BE_USED) : this->forbidreason;
+ reason = this->forbidreason.empty() ? GetString(user, CHAN_MAY_NOT_BE_USED) : this->forbidreason;
set_modes = true;
do_kick = true;
}
@@ -594,7 +593,7 @@ bool ChannelInfo::CheckKick(User *user)
if (!do_kick && check_access(user, this, CA_NOJOIN))
{
get_idealban(this, user, mask);
- reason = getstring(user, CHAN_NOT_ALLOWED_TO_JOIN);
+ reason = GetString(user, CHAN_NOT_ALLOWED_TO_JOIN);
do_kick = true;
}
diff --git a/src/send.cpp b/src/send.cpp
index 453131f51..b7f7821ae 100644
--- a/src/send.cpp
+++ b/src/send.cpp
@@ -81,75 +81,3 @@ void notice_server(const Anope::string &source, const Server *s, const char *fmt
}
}
-/*************************************************************************/
-
-/**
- * Send a message in the user's selected language to the user using NOTICE.
- * @param source Orgin of the Message
- * @param u User Struct
- * @param int Index of the Message
- * @param ... any number of parameters
- * @return void
- */
-void notice_lang(const Anope::string &source, const User *dest, int message, ...)
-{
- if (!dest || !message)
- return;
-
- va_list args;
- va_start(args, message);
- const char *fmt = getstring(dest, message);
-
- if (!fmt)
- return;
-
- char buf[4096] = ""; /* because messages can be really big */
- vsnprintf(buf, sizeof(buf), fmt, args);
-
- sepstream lines(buf, '\n');
- Anope::string line;
- while (lines.GetToken(line))
- dest->SendMessage(source, "%s", line.empty() ? " " : line.c_str());
- va_end(args);
-}
-
-/*************************************************************************/
-
-/**
- * Like notice_lang(), but replace %S by the source. This is an ugly hack
- * to simplify letting help messages display the name of the pseudoclient
- * that's sending them.
- * @param source Orgin of the Message
- * @param u User Struct
- * @param int Index of the Message
- * @param ... any number of parameters
- * @return void
- */
-void notice_help(const Anope::string &source, const User *dest, int message, ...)
-{
- if (!dest || !message)
- return;
-
- va_list args;
- va_start(args, message);
- const char *fmt = getstring(dest, message);
- if (!fmt)
- return;
-
- /* Some sprintf()'s eat %S or turn it into just S, so change all %S's
- * into \1\1... we assume this doesn't occur anywhere else in the
- * string. */
- char buf[4096];
- Anope::string buf2 = fmt;
- buf2 = buf2.replace_all_cs("%S", "\1\1");
- vsnprintf(buf, sizeof(buf), buf2.c_str(), args);
-
- sepstream lines(buf, '\n');
- Anope::string line;
- while (lines.GetToken(line))
- {
- line = line.replace_all_cs("\1\1", source);
- dest->SendMessage(source, "%s", line.empty() ? " " : line.c_str());
- }
- va_end(args);
-}
diff --git a/src/sessions.cpp b/src/sessions.cpp
index dca3f7c63..a0ad66618 100644
--- a/src/sessions.cpp
+++ b/src/sessions.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
/*************************************************************************/
@@ -39,10 +38,7 @@
* "Session Limiting" is likely to slow down services when there are frequent
* client connects and disconnects. The size of the exception list can also
* play a large role in this performance decrease. It is therefore recommened
- * that you keep the number of exceptions to a minimum. A very simple hashing
- * method is currently used to store the list of sessions. I'm sure there is
- * room for improvement and optimisation of this, along with the storage of
- * exceptions. Comments and suggestions are more than welcome!
+ * that you keep the number of exceptions to a minimum.
*
* -TheShadow (02 April 1999)
*/
@@ -272,13 +268,13 @@ int exception_add(User *u, const Anope::string &mask, int limit, const Anope::st
{
e->limit = limit;
if (u)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_CHANGED, mask.c_str(), e->limit);
+ u->SendMessage(OperServ, OPER_EXCEPTION_CHANGED, mask.c_str(), e->limit);
return -2;
}
else
{
if (u)
- notice_lang(Config->s_OperServ, u, OPER_EXCEPTION_EXISTS, mask.c_str());
+ u->SendMessage(OperServ, OPER_EXCEPTION_EXISTS, mask.c_str());
return -1;
}
}
diff --git a/src/users.cpp b/src/users.cpp
index 7aa9fdc22..b6556175e 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -11,7 +11,6 @@
#include "services.h"
#include "modules.h"
-#include "language.h"
/* Hash maps used for users. Note UserListByUID will not be used on non-TS6 IRCds, and should never
* be assumed to have users
@@ -244,6 +243,33 @@ void User::SendMessage(const Anope::string &source, const Anope::string &msg) co
ircdproto->SendNotice(findbot(source), this->nick, "%s", msg.c_str());
}
+void User::SendMessage(BotInfo *source, LanguageString message, ...) const
+{
+ Anope::string m = GetString(this, message);
+
+ if (Config->UseStrictPrivMsg)
+ m = m.replace_all_cs("%R", "/");
+ else
+ m = m.replace_all_cs("%R", "/msg ");
+
+ m = m.replace_all_cs("%S", source->nick);
+
+ if (m.length() >= 4096)
+ Log() << "Warning, language string " << message << " is longer than 4096 bytes";
+
+ va_list args;
+ char buf[4096];
+ va_start(args, message);
+ vsnprintf(buf, sizeof(buf) - 1, m.c_str(), args);
+ va_end(args);
+
+ sepstream sep(buf, '\n');
+ Anope::string line;
+
+ while (sep.GetToken(line))
+ this->SendMessage(source->nick, line.empty() ? " " : line);
+}
+
/** Collides a nick.
*
* First, it marks the nick (if the user is on a registered nick, we don't use it without but it could be)
@@ -314,7 +340,7 @@ void User::Collide(NickAlias *na)
guestnick = Config->NSGuestNickPrefix + stringify(getrandom16());
} while (finduser(guestnick));
- notice_lang(Config->s_NickServ, this, FORCENICKCHANGE_CHANGING, guestnick.c_str());
+ this->SendMessage(NickServ, FORCENICKCHANGE_CHANGING, guestnick.c_str());
ircdproto->SendForceNickChange(this, guestnick, Anope::CurTime);
}
else