1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

spelling: cannot

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:13:43 -04:00
committed by Sébastien Helleu
parent 08895863d9
commit 4ef3011ea9
27 changed files with 50 additions and 50 deletions
+5 -5
View File
@@ -2121,7 +2121,7 @@ IRC_COMMAND_CALLBACK(cycle)
{
weechat_printf (
ptr_server->buffer,
_("%s%s: \"%s\" command can not be executed on a server "
_("%s%s: \"%s\" command cannot be executed on a server "
"buffer"),
weechat_prefix ("error"), IRC_PLUGIN_NAME, "cycle");
return WEECHAT_RC_ERROR;
@@ -2142,7 +2142,7 @@ IRC_COMMAND_CALLBACK(cycle)
{
weechat_printf (
ptr_server->buffer,
_("%s%s: \"%s\" command can not be executed on a server "
_("%s%s: \"%s\" command cannot be executed on a server "
"buffer"),
weechat_prefix ("error"), IRC_PLUGIN_NAME, "part");
return WEECHAT_RC_ERROR;
@@ -3773,7 +3773,7 @@ IRC_COMMAND_CALLBACK(me)
{
weechat_printf (
ptr_server->buffer,
_("%s%s: \"%s\" command can not be executed on a server buffer"),
_("%s%s: \"%s\" command cannot be executed on a server buffer"),
weechat_prefix ("error"), IRC_PLUGIN_NAME, "me");
return WEECHAT_RC_ERROR;
}
@@ -4690,7 +4690,7 @@ IRC_COMMAND_CALLBACK(query)
{
weechat_printf (
ptr_server->buffer,
_("%s%s: \"%s\" command can not be executed with a "
_("%s%s: \"%s\" command cannot be executed with a "
"channel name (\"%s\")"),
weechat_prefix ("error"), IRC_PLUGIN_NAME, "query",
nicks[i]);
@@ -6123,7 +6123,7 @@ IRC_COMMAND_CALLBACK(server)
{
weechat_printf (
NULL,
_("%s%s: you can not delete server \"%s\" because you are "
_("%s%s: you cannot delete server \"%s\" because you are "
"connected to. Try \"/disconnect %s\" before."),
weechat_prefix ("error"), IRC_PLUGIN_NAME, argv[2], argv[2]);
return WEECHAT_RC_ERROR;
+1 -1
View File
@@ -196,7 +196,7 @@ plugin_check_extension_allowed (const char *filename)
*
* Returns:
* 1: plugin can be autoloaded
* 0: plugin can not be autoloaded
* 0: plugin cannot be autoloaded
*/
int
+2 -2
View File
@@ -563,7 +563,7 @@ relay_command_remote (const void *pointer, void *data,
{
weechat_printf (
NULL,
_("%s%s: you can not delete remote relay \"%s\" because "
_("%s%s: you cannot delete remote relay \"%s\" because "
"you are connected to. Try \"/remote disconnect %s\" "
"before."),
weechat_prefix ("error"),
@@ -827,7 +827,7 @@ relay_command_remote (const void *pointer, void *data,
{
weechat_printf (
NULL,
_("%s%s: you can not delete remote relay \"%s\" because you are "
_("%s%s: you cannot delete remote relay \"%s\" because you are "
"connected to. Try \"/remote disconnect %s\" before."),
weechat_prefix ("error"),
RELAY_PLUGIN_NAME,
+2 -2
View File
@@ -697,7 +697,7 @@ script_action_run_install (int quiet)
/* plugin not loaded for language of script: display error */
weechat_printf (NULL,
_("%s: script \"%s\" can not be installed because "
_("%s: script \"%s\" cannot be installed because "
"plugin \"%s\" is not loaded"),
SCRIPT_PLUGIN_NAME,
ptr_script_to_install->name_with_extension,
@@ -793,7 +793,7 @@ script_action_run_remove (const char *name, int quiet)
if (!script_plugin_loaded[ptr_script->language])
{
weechat_printf (NULL,
_("%s: script \"%s\" can not be removed "
_("%s: script \"%s\" cannot be removed "
"because plugin \"%s\" is not loaded"),
SCRIPT_PLUGIN_NAME,
ptr_script->name_with_extension,
+1 -1
View File
@@ -380,7 +380,7 @@ script_command_init ()
N_(" `N`: obsolete (new version available)"),
"",
N_("In output of /script list, this additional status can be displayed:"),
N_(" `?`: unknown script (can not be downloaded/updated)"),
N_(" `?`: unknown script (cannot be downloaded/updated)"),
"",
N_("In input of script buffer, word(s) are used to filter scripts "
"on description, tags, ...). The input \"*\" removes the filter."),
+1 -1
View File
@@ -784,7 +784,7 @@ script_config_init ()
script_config_file, script_config_section_scripts,
"hold", "string",
N_("scripts to \"hold\": comma-separated list of scripts which "
"will never been upgraded and can not be removed, for example: "
"will never been upgraded and cannot be removed, for example: "
"\"go.py,urlserver.py\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,
+2 -2
View File
@@ -447,7 +447,7 @@ void
trigger_command_error_running (struct t_trigger *trigger, const char *action)
{
weechat_printf_date_tags (NULL, 0, "no_trigger",
_("%s%s: action \"%s\" can not be executed on "
_("%s%s: action \"%s\" cannot be executed on "
"trigger \"%s\" because it is currently "
"running"),
weechat_prefix ("error"), TRIGGER_PLUGIN_NAME,
@@ -487,7 +487,7 @@ trigger_command_set_enabled (struct t_trigger *trigger,
else if (display_error)
{
weechat_printf_date_tags (NULL, 0, "no_trigger",
_("%s%s: a disabled trigger can not be "
_("%s%s: a disabled trigger cannot be "
"restarted"),
weechat_prefix ("error"),
TRIGGER_PLUGIN_NAME);
+1 -1
View File
@@ -127,7 +127,7 @@ xfer_file_resume (struct t_xfer *xfer, const char *filename)
* Checks if file can be downloaded with a given suffix index (if 0 the
* filename is unchanged, otherwise .1, .2, etc. are added to the filename).
*
* Returns 1 if the file can be downloaded with this suffix, 0 if it can not.
* Returns 1 if the file can be downloaded with this suffix, 0 if it cannot.
*/
int