mirror of
https://github.com/anope/anope.git
synced 2026-07-06 14:13:13 +02:00
Correct some language strings
This commit is contained in:
@@ -74,11 +74,11 @@ class CommandCSInfo : public Command
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Lists information about the named registered channel,\n"
|
||||
"including its founder, time of registration, and last\n"
|
||||
"time used. If the user issuing the command has the\n"
|
||||
"appropriate access for it, then the description, successor,\n"
|
||||
"last topic set, settings and expiration time will also\n"
|
||||
"be displayed when applicable."));
|
||||
"including its founder, time of registration, last\n"
|
||||
"time used, and description. If the user issuing the\n"
|
||||
"command has the appropriate access for it, then the"
|
||||
"successor, last topic set, settings and expiration"
|
||||
"time will also be displayed when applicable."));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -562,11 +562,6 @@ class CommandCSXOP : public Command
|
||||
"The \002%s CLEAR\002 command clears all entries of the\n"
|
||||
"%s list."), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(),
|
||||
cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str());
|
||||
source.Reply(_(" \n"
|
||||
"The \002%s\002 commands are limited to founders\n"
|
||||
"(unless SECUREOPS is off). However, any user on the\n"
|
||||
"VOP list or above may use the \002%s LIST\002 command.\n"
|
||||
" \n"), cmd.c_str(), cmd.c_str());
|
||||
BotInfo *access_bi, *flags_bi;
|
||||
Anope::string access_cmd, flags_cmd;
|
||||
Command::FindCommandFromService("chanserv/access", access_bi, access_cmd);
|
||||
|
||||
@@ -67,7 +67,7 @@ class CommandMSCheck : public Command
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Checks whether the _last_ memo you sent to \037nick\037 has been read\n"
|
||||
"or not. Note that this does only work with nicks, not with channels."));
|
||||
"or not. Note that this only works with nicks, not with channels."));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -318,19 +318,19 @@ class CommandNSCert : public Command
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Modifies or displays the certificate list for your nick.\n"
|
||||
"If you connect to IRC and provide a client certificate with a\n"
|
||||
"matching fingerprint in the cert list, your nick will be\n"
|
||||
"matching fingerprint in the cert list, you will be\n"
|
||||
"automatically identified to services. Services Operators\n"
|
||||
"may provide a nick to modify other users' certificate lists.\n"
|
||||
" \n"));
|
||||
source.Reply(_("Examples:\n"
|
||||
" \n"
|
||||
" \002CERT ADD <fingerprint>\002\n"
|
||||
" Adds this fingerprint to the certificate list and\n"
|
||||
" \002CERT ADD\002\n"
|
||||
" Adds your current fingerprint to the certificate list and\n"
|
||||
" automatically identifies you when you connect to IRC\n"
|
||||
" using this certificate.\n"
|
||||
" using this fingerprint.\n"
|
||||
" \n"
|
||||
" \002CERT DEL <fingerprint>\002\n"
|
||||
" Reverses the previous command.\n"
|
||||
" Removes the fingerprint <fingerprint> from your certificate list.\n"
|
||||
" \n"
|
||||
" \002CERT LIST\002\n"
|
||||
" Displays the current certificate list."));
|
||||
|
||||
Reference in New Issue
Block a user