mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
@@ -1005,7 +1005,7 @@ for help).
|
||||
Scripts are not compatible with other IRC clients.
|
||||
|
||||
[[scripts_update]]
|
||||
=== The command "/script update" can not read scripts, how to fix that?
|
||||
=== The command "/script update" cannot read scripts, how to fix that?
|
||||
|
||||
First check questions about TLS connection in this FAQ.
|
||||
|
||||
|
||||
@@ -6966,7 +6966,7 @@ my_section_delete_option_cb (const void *pointer, void *data,
|
||||
/* return WEECHAT_CONFIG_OPTION_UNSET_ERROR; */
|
||||
}
|
||||
|
||||
/* standard section, user can not add/delete options */
|
||||
/* standard section, user cannot add/delete options */
|
||||
struct t_config_section *new_section1 =
|
||||
weechat_config_new_section (config_file, "section1", 0, 0,
|
||||
NULL, NULL, NULL,
|
||||
@@ -12192,7 +12192,7 @@ List of signals sent by WeeChat and plugins:
|
||||
| String: text sent to buffer.
|
||||
| Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). +
|
||||
If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q"
|
||||
can not be used anymore to close the buffer.
|
||||
cannot be used anymore to close the buffer.
|
||||
|
||||
| weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8
|
||||
| -
|
||||
|
||||
@@ -1101,7 +1101,7 @@ data).
|
||||
|
||||
Examples of buffers:
|
||||
|
||||
* core buffer (created by WeeChat on startup, can not be closed)
|
||||
* core buffer (created by WeeChat on startup, cannot be closed)
|
||||
* irc server (displays messages from server)
|
||||
* irc channel
|
||||
* irc private messages
|
||||
@@ -1339,7 +1339,7 @@ Tags commonly used (non-exhaustive list):
|
||||
[width="100%",cols="1m,4",options="header"]
|
||||
|===
|
||||
| Tag | Description
|
||||
| no_filter | Line can not be filtered.
|
||||
| no_filter | Line cannot be filtered.
|
||||
| no_highlight | No highlight is possible on line.
|
||||
| no_log | Line is not written in log file.
|
||||
| log0 … log9 | Level of log for line (see the <<command_logger_logger,/logger>> command).
|
||||
@@ -4719,7 +4719,7 @@ You can connect with a remote interface, see
|
||||
https://weechat.org/about/interfaces/[this page ^↗^^].
|
||||
|
||||
[IMPORTANT]
|
||||
WeeChat itself can NOT connect to another WeeChat with this protocol.
|
||||
WeeChat itself cannot connect to another WeeChat with this protocol.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
@@ -1104,7 +1104,7 @@ Gli script non sono compatibili con altri client IRC.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[scripts_update]]
|
||||
=== The command "/script update" can not read scripts, how to fix that?
|
||||
=== The command "/script update" cannot read scripts, how to fix that?
|
||||
|
||||
First check questions about TLS connection in this FAQ.
|
||||
|
||||
|
||||
@@ -12705,7 +12705,7 @@ List of signals sent by WeeChat and plugins:
|
||||
| String: text sent to buffer.
|
||||
| Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). +
|
||||
If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q"
|
||||
can not be used anymore to close the buffer.
|
||||
cannot be used anymore to close the buffer.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8
|
||||
|
||||
@@ -5114,7 +5114,7 @@ https://weechat.org/about/interfaces/[this page ^↗^^].
|
||||
|
||||
[IMPORTANT]
|
||||
// TRANSLATION MISSING
|
||||
WeeChat itself can NOT connect to another WeeChat with this protocol.
|
||||
WeeChat itself cannot connect to another WeeChat with this protocol.
|
||||
|
||||
Ad esempio:
|
||||
|
||||
|
||||
@@ -7069,7 +7069,7 @@ my_section_delete_option_cb (const void *pointer, void *data,
|
||||
/* return WEECHAT_CONFIG_OPTION_UNSET_ERROR; */
|
||||
}
|
||||
|
||||
/* standard section, user can not add/delete options */
|
||||
/* standard section, user cannot add/delete options */
|
||||
struct t_config_section *new_section1 =
|
||||
weechat_config_new_section (config_file, "section1", 0, 0,
|
||||
NULL, NULL, NULL,
|
||||
@@ -12366,7 +12366,7 @@ WeeChat とプラグインが送信するシグナルのリスト:
|
||||
| String: text sent to buffer.
|
||||
| Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). +
|
||||
If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q"
|
||||
can not be used anymore to close the buffer.
|
||||
cannot be used anymore to close the buffer.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8
|
||||
|
||||
Reference in New Issue
Block a user