mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
spelling: case-sensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
0505a0ff76
commit
c28696e602
@@ -7410,7 +7410,7 @@ irc_command_init ()
|
||||
N_("nick: nick or hostname; can be a POSIX extended regular expression "
|
||||
"if \"re:\" is given or a mask using \"*\" to replace zero or more "
|
||||
"chars (the regular expression can start with \"(?-i)\" to become "
|
||||
"case sensitive)"),
|
||||
"case-sensitive)"),
|
||||
N_("raw[del]: delete an ignore"),
|
||||
N_("number: number of ignore to delete (look at list to find it)"),
|
||||
N_("raw[-all]: delete all ignores"),
|
||||
|
||||
@@ -3416,7 +3416,7 @@ irc_config_init ()
|
||||
"highlight_channel", "string",
|
||||
N_("comma separated list of words to highlight in channel buffers "
|
||||
"(case-insensitive, use \"(?-i)\" at beginning of words to "
|
||||
"make them case sensitive; special variables $nick, $channel and "
|
||||
"make them case-sensitive; special variables $nick, $channel and "
|
||||
"$server are replaced by their values), these words are added to "
|
||||
"buffer property \"highlight_words\" only when buffer is created "
|
||||
"(it does not affect current buffers), an empty string disables "
|
||||
@@ -3428,7 +3428,7 @@ irc_config_init ()
|
||||
"highlight_pv", "string",
|
||||
N_("comma separated list of words to highlight in private buffers "
|
||||
"(case-insensitive, use \"(?-i)\" at beginning of words to "
|
||||
"make them case sensitive; special variables $nick, $channel and "
|
||||
"make them case-sensitive; special variables $nick, $channel and "
|
||||
"$server are replaced by their values), these words are added to "
|
||||
"buffer property \"highlight_words\" only when buffer is created "
|
||||
"(it does not affect current buffers), an empty string disables "
|
||||
@@ -3440,7 +3440,7 @@ irc_config_init ()
|
||||
"highlight_server", "string",
|
||||
N_("comma separated list of words to highlight in server buffers "
|
||||
"(case-insensitive, use \"(?-i)\" at beginning of words to "
|
||||
"make them case sensitive; special variables $nick, $channel and "
|
||||
"make them case-sensitive; special variables $nick, $channel and "
|
||||
"$server are replaced by their values), these words are added to "
|
||||
"buffer property \"highlight_words\" only when buffer is created "
|
||||
"(it does not affect current buffers), an empty string disables "
|
||||
|
||||
@@ -627,7 +627,7 @@ components:
|
||||
example: true
|
||||
nicklist_case_sensitive:
|
||||
type: boolean
|
||||
description: groups and nicks are case sensitive
|
||||
description: groups and nicks are case-sensitive
|
||||
example: false
|
||||
nicklist_display_groups:
|
||||
type: boolean
|
||||
|
||||
@@ -1760,7 +1760,7 @@ relay_config_init ()
|
||||
"websocket_allowed_origins", "string",
|
||||
N_("POSIX extended regular expression with origins allowed in "
|
||||
"websockets (case-insensitive, use \"(?-i)\" at beginning to "
|
||||
"make it case sensitive), example: "
|
||||
"make it case-sensitive), example: "
|
||||
"\"^https?://(www\\.)?example\\.(com|org)\""),
|
||||
NULL, 0, 0, "", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user