diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 22:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 22:22:06 +0200 |
commit | 261cbdae0df74061c65168257afb6092e06b31f8 (patch) | |
tree | c3c942acbb44a782b0db51e46d62768522109d8c /po/pt.po | |
parent | 744ded04bd0cb447ef87a6f9911ca616f1c4f887 (diff) | |
download | weechat-261cbdae0df74061c65168257afb6092e06b31f8.zip |
core: change default value of option weechat.look.hotlist_add_conditions (closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-06-14 21:51+0200\n" +"POT-Creation-Date: 2018-06-14 22:01+0200\n" "PO-Revision-Date: 2018-03-31 15:36+0200\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -3618,13 +3618,15 @@ msgstr "" "exemplos: \"nick_flashcode\" para mensagens do nick \"FlashCode\", " "\"irc_notice+nick_toto*\" para os notices do nick começado com \"toto\"" +#, fuzzy msgid "" "conditions to add a buffer in hotlist (if notify level is OK for the " "buffer); you can use in these conditions: \"window\" (current window " "pointer), \"buffer\" (buffer pointer to add in hotlist), \"priority\" (0 = " "low, 1 = message, 2 = private, 3 = highlight); by default a buffer is added " "to hotlist if you are away, or if the buffer is not visible on screen (not " -"displayed in any window)" +"displayed in any window), or if at least one relay client is connected via " +"the weechat protocol" msgstr "" "condições para adicionar um buffer à hotlist (se o nível de notificação do " "buffer for OK); pode utilizar as seguintes condições: \"window\" (ponteiro " |