diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-16 21:22:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-16 21:22:28 +0200 |
commit | a01ecb276ff43962d0380cda67db12a91aeab39a (patch) | |
tree | 0352bc4d3ee6c981f7a703ad4a56ed5fd1f700e5 /po/pt_BR.po | |
parent | ebb43c4a54f17475b311383a366ec2230365965e (diff) | |
download | weechat-a01ecb276ff43962d0380cda67db12a91aeab39a.zip |
core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 3218061f7..65aa16289 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: 2016-08-14 10:08+0200\n" +"POT-Creation-Date: 2016-08-16 21:17+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1819,7 +1819,10 @@ msgid "" "jump to a buffer)\n" " jump_previously_visited_buffer: jump to previously visited buffer\n" " jump_next_visited_buffer: jump to next visited buffer\n" -" hotlist_clear: clear hotlist\n" +" hotlist_clear: clear hotlist (optional argument: \"lowest\" to clear only " +"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, " +"or level mask: integer which is a combination of 1=join/part, 2=message, " +"4=private, 8=highlight)\n" " grab_key: grab a key (optional argument: delay for end of grab, default is " "500 milliseconds)\n" " grab_key_command: grab a key with its associated command (optional " |