diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
commit | 117dca056df7758298772002798f76b0d7457d6a (patch) | |
tree | 3a3a454fda3bc4e0abc24a30f22eb3726be9c2f0 /po/ru.po | |
parent | 37200b46e8ffab1f9487c48c1750d72776ecb0a3 (diff) | |
download | weechat-117dca056df7758298772002798f76b0d7457d6a.zip |
core: add support of '!' for tags in /help filter
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-05-06 21:17+0200\n" +"POT-Creation-Date: 2014-05-08 10:58+0200\n" "PO-Revision-Date: 2014-04-05 16:12+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1404,6 +1404,8 @@ msgid "" " - 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" |