diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-09 10:13:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-09 10:13:41 +0100 |
commit | e2510cbd0426cecadb15b5049220cea39b87195b (patch) | |
tree | e3f46414854b51b30a25910cae2b0ce834386eac /po/cs.po | |
parent | 78435e83ee4e2f40d7cdc0bfbaad33a0710a38fd (diff) | |
download | weechat-e2510cbd0426cecadb15b5049220cea39b87195b.zip |
Allow list of buffers in command /filter (exclusion with prefix "!") (task #10880)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 58 |
1 files changed, 32 insertions, 26 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-03-07 12:20+0100\n" +"POT-Creation-Date: 2011-03-09 10:06+0100\n" "PO-Revision-Date: 2011-02-07 17:29+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -237,8 +237,8 @@ msgstr "Hrubý obsah bufferů byl zapsán do logovacího souboru" msgid "Debug disabled for \"%s\"" msgstr "Ladění vypnuto pro \"%s\"" -#, c-format -msgid " %s[%s%s%s]%s buffer: %s%s%s%s%s / tags: %s / regex: %s %s" +#, fuzzy, c-format +msgid " %s[%s%s%s]%s buffer: %s%s%s / tags: %s / regex: %s %s" msgstr "" " %s[%s%s%s]%s buffer: %s%s%s%s%s / značky: %s / regulární výraz: %s %s" @@ -1083,32 +1083,36 @@ msgstr "" #, fuzzy msgid "" -"list || enable|disable|toggle [<name>] || add <name> <plugin.buffer> <tags> " -"<regex> || del <name>|-all" +"list || enable|disable|toggle [<name>] || add <name> <buffer>[,<buffer>...] " +"<tags> <regex> || del <name>|-all" msgstr "" "[list] | [enable|disable|toggle [name]] | [add jméno plugin.buffer tags " "regex] | [del name|-all]" #, fuzzy msgid "" -" list: list all filters\n" -" enable: enable filters (filters are enabled by default)\n" -" disable: disable filters\n" -" toggle: toggle filters\n" -" name: filter name\n" -" add: add a filter\n" -" del: delete a filter\n" -" -all: delete all filters\n" -"plugin.buffer: plugin and buffer where filter is active (\"*\" for all " -"buffers)\n" -" tags: comma separated list of tags, for example: \"irc_join," -"irc_part,irc_quit\"\n" -" regex: regular expression to search in line\n" -" - use '\\t' to separate prefix from message, special chars " -"like '|' must be escaped: '\\|'\n" -" - if regex starts with '!', then matching result is reversed " -"(use '\\!' to start with '!')\n" -" note: two regex are created: one for prefix and one for " +" list: list all filters\n" +" enable: enable filters (filters are enabled by default)\n" +"disable: disable filters\n" +" toggle: toggle filters\n" +" name: filter name\n" +" add: add a filter\n" +" del: delete a filter\n" +" -all: delete all filters\n" +" buffer: comma separated list of buffers where filter is active:\n" +" - this is full name including plugin (example: \"irc.freenode." +"#weechat\")\n" +" - \"*\" means all buffers\n" +" - a name starting with '!' is excluded\n" +" - name can start or end with '*' to match many buffers\n" +" tags: comma separated list of tags, for example: \"irc_join,irc_part," +"irc_quit\"\n" +" regex: regular expression to search in line\n" +" - use '\\t' to separate prefix from message, special chars like '|' " +"must be escaped: '\\|'\n" +" - if regex starts with '!', then matching result is reversed (use " +"'\\!' to start with '!')\n" +" - two regular expressions are created: one for prefix and one for " "message\n" "\n" "The default key alt+'=' toggles filtering on/off.\n" @@ -1122,8 +1126,11 @@ msgid "" "irc_smart_filter, away_info.\n" "\n" "Examples:\n" -" use IRC smart filter for join/part/quit messages:\n" +" use IRC smart filter on all buffers:\n" " /filter add irc_smart * irc_smart_filter *\n" +" use IRC smart filter on all buffers except those with \"#weechat\" in " +"name:\n" +" /filter add irc_smart *,!*#weechat* irc_smart_filter *\n" " filter all IRC join/part/quit messages:\n" " /filter add joinquit * irc_join,irc_part,irc_quit *\n" " filter nicks displayed when joining channels or with /names:\n" @@ -1547,8 +1554,7 @@ msgstr "[možnost [hodnota]]" #, fuzzy msgid "" -"option: name of an option (can start or end with \"*\" to list many " -"options)\n" +"option: name of an option (can start or end with '*' to list many options)\n" " value: new value for option\n" "\n" "New value can be, according to variable type:\n" |