diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 38b315156..8d0947639 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-02-19 21:29+0100\n" +"POT-Creation-Date: 2019-02-23 13:36+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1385,42 +1385,44 @@ msgid "" msgstr "" msgid "" -"list || enable|disable|toggle [<name>|@] || add <name> <buffer>[," +"list || enable|disable|toggle [<name>|@] || add|addreplace <name> <buffer>[," "<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all" msgstr "" 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 (\"@\" = enable/disable all filters in current buffer)\n" -" add: add a filter\n" -" rename: rename 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." +" 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 (\"@\" = enable/disable all filters in current " +"buffer)\n" +" add: add a filter\n" +"addreplace: add or replace an existing filter\n" +" rename: rename 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\" or \"irc.server.freenode\")\n" -" - \"*\" means all buffers\n" -" - a name starting with '!' is excluded\n" -" - wildcard \"*\" is allowed\n" +" - \"*\" means all buffers\n" +" - a name starting with '!' is excluded\n" +" - wildcard \"*\" is allowed\n" " tags: comma separated list of tags, for example \"irc_join,irc_part," "irc_quit\"\n" -" - logical \"and\": use \"+\" between tags (for example: \"nick_toto" -"+irc_action\")\n" -" - wildcard \"*\" is allowed\n" -" - if tag starts with '!', then it is excluded and must NOT be in " +" - logical \"and\": use \"+\" between tags (for example: " +"\"nick_toto+irc_action\")\n" +" - wildcard \"*\" is allowed\n" +" - if tag starts with '!', then it is excluded and must NOT be in " "message\n" " regex: POSIX extended 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" -" - regex are case insensitive, they can start by \"(?-i)\" to become " -"case sensitive\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" +" - regex are case insensitive, they can start by \"(?-i)\" to " +"become case sensitive\n" "\n" "The default key alt+'=' toggles filtering on/off globally and alt+'-' " "toggles filtering on/off in the current buffer.\n" @@ -3793,7 +3795,9 @@ msgstr "" msgid "not enough arguments" msgstr "" -msgid "a filter with same name already exists" +msgid "" +"a filter with same name already exists (choose another name or use option " +"\"addreplace\" to overwrite it)" msgstr "" #. TRANSLATORS: %s is the error returned by regerror |