diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-15 13:45:40 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-15 13:45:40 +0100 |
commit | d52d214448fa5db7167ee89b532f299af02aa10c (patch) | |
tree | 961430092a684d9a38fc48a787fcee67731857f6 /po/pt_BR.po | |
parent | 52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a (diff) | |
download | weechat-d52d214448fa5db7167ee89b532f299af02aa10c.zip |
core: add buffer property "highlight_tags_restrict", rename option irc.look.highlight_tags to irc.look.highlight_tags_restrict
The buffer property "highlight_tags" is renamed to "highlight_tags_restrict".
New behavior for buffer property "highlight_tags": force highlight on tags.
Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index f8ddceae3..fa5dd9b3e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-12-14 11:41+0100\n" +"POT-Creation-Date: 2013-12-14 12:31+0100\n" "PO-Revision-Date: 2013-11-09 10:18+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6114,8 +6114,11 @@ msgid "" msgstr "" msgid "" -"comma separated list of tags for messages that may produce highlight " -"(usually any message from another user, not server messages,..)" +"restrict highlights to these tags on irc buffers (to have highlight on user " +"messages but not server messages); tags must be separated by a comma and \"+" +"\" can be used to make a logical \"and\" between tags; tags can start or end " +"with \"*\" to match more than one tag; an empty value allows highlight on " +"any tag" msgstr "" msgid "display server away message in away bar item" |