diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 61 |
1 files changed, 53 insertions, 8 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-01-15 09:29+0100\n" +"POT-Creation-Date: 2012-01-22 13:38+0100\n" "PO-Revision-Date: 2011-12-25 22:56+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1210,6 +1210,8 @@ msgid "" "'\\!' to start with '!')\n" " - two regular expressions are created: one for prefix and one for " "message\n" +" - regex are case insensitive, they can start by \"(?-i)\" to become " +"case sensitive\n" "\n" "The default key alt+'=' toggles filtering on/off.\n" "\n" @@ -2347,18 +2349,23 @@ msgid "" "because it can cause serious display bugs)" msgstr "" +#, fuzzy msgid "" -"comma separated list of words to highlight (case insensitive comparison, " -"words may begin or end with \"*\" for partial match)" +"comma separated list of words to highlight; case insensitive comparison (use " +"\"(?-i)\" at beginning of words to make them case sensitive), words may " +"begin or end with \"*\" for partial match; example: \"test,(?-i)*toto*,flash*" +"\"" msgstr "" "čárkou oddělený seznam slov pro zvýraznění (neporovnává se velikost písmen, " "slova mohou začínat nebo končit \"*\" pro částečnou schodu)" +#, fuzzy msgid "" "regular expression used to check if a message has highlight or not, at least " "one match in string must be surrounded by word chars (alphanumeric, \"-\", " -"\"_\" or \"|\"), regular expression is case sensitive, example: \"FlashCode|" -"flashy\"" +"\"_\" or \"|\"), regular expression is case insensitive (use \"(?-i)\" at " +"beginning to make it case sensitive), examples: \"flashcode|flashy\", \"(?-i)" +"FlashCode|flashy\"" msgstr "" "regulární výraz pro zkontrolování zda má zpráva být zvýrazněna nebo ne, " "alespoň jedno nalezení v řetězci musí být obklopeno znaky slov " @@ -4358,6 +4365,9 @@ msgid "" " server: internal server name where ignore is working\n" " channel: channel name where ignore is working\n" "\n" +"Note: the regular expression can start with \"(?-i)\" to become case " +"sensitive.\n" +"\n" "Examples:\n" " ignore nick \"toto\" everywhere:\n" " /ignore add toto\n" @@ -4509,10 +4519,12 @@ msgstr "vypsat kanály a jejich témata" msgid "[<channel>[,<channel>...]] [<server>] [-re <regex>]" msgstr "[<kanál>[,<kanál>...]] [<server>] [-re <regexp>]" +#, fuzzy msgid "" "channel: channel to list\n" " server: server name\n" -" regex: regular expression used to filter results\n" +" regex: regular expression used to filter results (case insensitive, can " +"start by \"(?-i)\" to become case sensitive)\n" "\n" "Examples:\n" " list all channels on server (can be very slow on large networks):\n" @@ -5573,6 +5585,36 @@ msgid "hide password displayed by nickserv" msgstr "schovat heslo zobrazené nickservem" msgid "" +"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 $server are replaced by " +"their value), these words are added to buffer local variable " +"\"highlight_words\" only when buffer is created (it does not affect current " +"buffers), an empty string disables default highlight on nick, examples: " +"\"$nick\", \"(?-i)$nick\"" +msgstr "" + +msgid "" +"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 $server are replaced by " +"their value), these words are added to buffer local variable " +"\"highlight_words\" only when buffer is created (it does not affect current " +"buffers), an empty string disables default highlight on nick, examples: " +"\"$nick\", \"(?-i)$nick\"" +msgstr "" + +msgid "" +"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 $server are replaced by " +"their value), these words are added to buffer local variable " +"\"highlight_words\" only when buffer is created (it does not affect current " +"buffers), an empty string disables default highlight on nick, examples: " +"\"$nick\", \"(?-i)$nick\"" +msgstr "" + +msgid "" "comma separated list of tags for messages that may produce highlight " "(usually any message from another user, not server messages,..)" msgstr "" @@ -7347,7 +7389,8 @@ msgid "text color for \"disconnected\" status" msgstr "barva textu pro status \"odpojen\"" msgid "" -"regular expression with IPs allowed to use relay, example: \"^(123.45.67.89|" +"regular expression with IPs allowed to use relay (case insensitive, use \"(?-" +"i)\" at beginning to make it case sensitive), example: \"^(123.45.67.89|" "192.160.*)$\"" msgstr "" @@ -7485,6 +7528,7 @@ msgstr "" "list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-" "all [<name>...] || default -yes" +#, fuzzy msgid "" " list: list all rmodifiers\n" "listdefault: list default rmodifiers\n" @@ -7493,7 +7537,8 @@ msgid "" " modifiers: comma separated list of modifiers\n" " groups: action on groups found: comma separated list of groups (from 1 " "to 9) with optional \"*\" after number to hide group\n" -" regex: regular expression\n" +" regex: regular expression (case insensitive, can start by \"(?-i)\" to " +"become case sensitive)\n" " del: delete a rmodifier\n" " -all: delete all rmodifiers\n" " default: restore default rmodifiers\n" |