diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 10:06:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 10:06:46 +0200 |
commit | 231ee3fa3dfaf0e533757af9c7d670a83a67eda4 (patch) | |
tree | 00194e2d04840dc1cd3aa1e909e708f738239b37 /po/es.po | |
parent | c681c660c6afefbf14c65907caedfe1ba887709f (diff) | |
download | weechat-231ee3fa3dfaf0e533757af9c7d670a83a67eda4.zip |
rmodifier: prohibit names beginning with "#" for rmodifiers
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-06-04 09:57+0200\n" +"POT-Creation-Date: 2012-06-04 10:02+0200\n" "PO-Revision-Date: 2012-06-03 09:49+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7885,11 +7885,13 @@ 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" +" note: the name can not start with \"#\"\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" |