1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

spelling: case-insensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:09 -04:00
committed by Sébastien Helleu
parent 4ef3011ea9
commit 0505a0ff76
21 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -602,8 +602,8 @@ buflist_config_init ()
"IRC server (\"irc_server.var\") or a hdata variable of "
"IRC channel (\"irc_channel.var\"); "
"char \"-\" can be used before field to reverse order, "
"char \"~\" can be used to do a case insensitive comparison; "
"examples: \"-~short_name\" for case insensitive and reverse "
"char \"~\" can be used to do a case-insensitive comparison; "
"examples: \"-~short_name\" for case-insensitive and reverse "
"sort on buffer short name, "
"\"-hotlist.priority,hotlist.time,hotlist.time_usec,number,-active\" "
"for sort like the hotlist then by buffer number for buffers "
+2 -2
View File
@@ -466,8 +466,8 @@ fset_config_init ()
"sort", "string",
N_("comma-separated list of fields to sort options (see /help fset "
"for a list of fields); char \"-\" can be used before field to "
"reverse order, char \"~\" can be used to do a case insensitive "
"comparison; example: \"-~name\" for case insensitive and "
"reverse order, char \"~\" can be used to do a case-insensitive "
"comparison; example: \"-~name\" for case-insensitive and "
"reverse sort on option name"),
NULL, 0, 0, "~name", NULL, 0,
NULL, NULL, NULL,
+2 -2
View File
@@ -7553,7 +7553,7 @@ irc_command_init ()
N_("raw[-raw]: display result on server buffer instead of a "
"dedicated buffer"),
N_("regex: POSIX extended regular expression used to filter results "
"(case insensitive, can start by \"(?-i)\" to become case "
"(case-insensitive, can start by \"(?-i)\" to become case "
"sensitive); the special value \"*\" doesn't filter results"),
N_("raw[-up]: move the selected line up by \"number\" lines"),
N_("raw[-down]: move the selected line down by \"number\" lines"),
@@ -7590,7 +7590,7 @@ irc_command_init ()
AI(" n:weechat"),
N_(" channels with at least 100 users:"),
AI(" u:100"),
N_(" channels with \"freebsd\" (case insensitive) in topic and more than 10 users:"),
N_(" channels with \"freebsd\" (case-insensitive) in topic and more than 10 users:"),
AI(" c:${topic} =- freebsd && ${users} > 10"),
N_(" sort channels by users (big channels first), then name2 (name without prefix):"),
AI(" s:-users,name2")),
+6 -6
View File
@@ -3415,7 +3415,7 @@ irc_config_init ()
irc_config_file, irc_config_section_look,
"highlight_channel", "string",
N_("comma separated list of words to highlight in channel buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"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 "
@@ -3427,7 +3427,7 @@ irc_config_init ()
irc_config_file, irc_config_section_look,
"highlight_pv", "string",
N_("comma separated list of words to highlight in private buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"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 "
@@ -3439,7 +3439,7 @@ irc_config_init ()
irc_config_file, irc_config_section_look,
"highlight_server", "string",
N_("comma separated list of words to highlight in server buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"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 "
@@ -3543,9 +3543,9 @@ irc_config_init ()
"list_buffer_sort", "string",
N_("comma-separated list of fields to sort channels (see /help list "
"for a list of fields); char \"-\" can be used before field to "
"reverse order, char \"~\" can be used to do a case insensitive "
"reverse order, char \"~\" can be used to do a case-insensitive "
"comparison; example: \"-count,~name\" for biggest channels "
"first then case insensitive sort on name"),
"first then case-insensitive sort on name"),
NULL, 0, 0, "~name2", NULL, 0,
NULL, NULL, NULL,
NULL, NULL, NULL,
@@ -3639,7 +3639,7 @@ irc_config_init ()
irc_config_file, irc_config_section_look,
"notice_nicks_disable_notify", "string",
N_("comma separated list of nicks for which notifications are "
"disabled in notice messages (comparison is case insensitive)"),
"disabled in notice messages (comparison is case-insensitive)"),
NULL, 0, 0, "chanserv,nickserv", NULL, 0,
NULL, NULL, NULL,
NULL, NULL, NULL,
+1 -1
View File
@@ -442,7 +442,7 @@ end:
* Checks if a channel is in a join string.
*
* Returns:
* 1: channel found in join string (case insensitive comparison)
* 1: channel found in join string (case-insensitive comparison)
* 0: channel NOT found in join string
*/
+2 -2
View File
@@ -289,7 +289,7 @@ irc_server_search_utf8mapping (const char *utf8mapping)
}
/*
* Compares two strings on server (case insensitive, depends on casemapping).
* Compares two strings on server (case-insensitive, depends on casemapping).
*
* Returns:
* < 0: string1 < string2
@@ -313,7 +313,7 @@ irc_server_strcasecmp (struct t_irc_server *server,
}
/*
* Compares two strings on server (case insensitive, depends on casemapping)
* Compares two strings on server (case-insensitive, depends on casemapping)
* for max chars.
*
* Returns:
+2 -2
View File
@@ -1582,7 +1582,7 @@ relay_config_init ()
relay_config_file, relay_config_section_network,
"allowed_ips", "string",
N_("POSIX extended regular expression with IPs allowed to use relay "
"(case insensitive, use \"(?-i)\" at beginning to make it case "
"(case-insensitive, use \"(?-i)\" at beginning to make it case "
"sensitive), example: "
"\"^(123\\.45\\.67\\.89|192\\.160\\..*)$\""),
NULL, 0, 0, "", NULL, 0,
@@ -1759,7 +1759,7 @@ relay_config_init ()
relay_config_file, relay_config_section_network,
"websocket_allowed_origins", "string",
N_("POSIX extended regular expression with origins allowed in "
"websockets (case insensitive, use \"(?-i)\" at beginning to "
"websockets (case-insensitive, use \"(?-i)\" at beginning to "
"make it case sensitive), example: "
"\"^https?://(www\\.)?example\\.(com|org)\""),
NULL, 0, 0, "", NULL, 0,