diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 13:08:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 13:08:09 +0100 |
commit | e056f20643db8e3039b6ab16d0766439a784cbdb (patch) | |
tree | a5c42529f7fdb77ae8516cce9985216abcacaa94 /po/es.po | |
parent | 149c77decdbc81979af5aa9853e346f9beebca79 (diff) | |
download | weechat-e056f20643db8e3039b6ab16d0766439a784cbdb.zip |
rmodifier: add info about "groups" in /help rmodifier
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-03-17 12:45+0100\n" +"POT-Creation-Date: 2013-03-17 13:00+0100\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8422,14 +8422,16 @@ msgstr "" "list|listdefault || add <nombre> <modificadores> <grupos> <regex> || del " "<nombre>|-all [<nombre>...] || default -yes" +#, fuzzy msgid "" " list: list all rmodifiers\n" "listdefault: list default rmodifiers\n" " add: add a rmodifier\n" " name: name of rmodifier\n" " 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" +" groups: action on groups captured in regular expression (inside " +"parentheses): comma separated list of groups (from 1 to 9) with optional \"*" +"\" after number to hide the group\n" " regex: regular expression (case insensitive, can start by \"(?-i)\" to " "become case sensitive)\n" " del: delete a rmodifier\n" |