diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-30 20:39:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-30 20:39:37 +0200 |
commit | f0c8da2f05a4b463cbc7d03341ee8a7a6db45f61 (patch) | |
tree | 956d53fc5887b18b917b4857b06bc3eaffd8585e /po/pt.po | |
parent | 467f482ea6653127d49ea7b6c487f9d51929d232 (diff) | |
download | weechat-f0c8da2f05a4b463cbc7d03341ee8a7a6db45f61.zip |
buflist: add mouse support
New options:
- buflist.look.mouse_jump_visited_buffer
- buflist.look.mouse_move_buffer
- buflist.look.mouse_wheel
New keys added by buflist plugin:
- @item(buflist):button1* => hsignal:buflist_mouse
- @item(buflist):button2* => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-03-29 19:58+0200\n" +"POT-Creation-Date: 2017-03-30 20:31+0200\n" "PO-Revision-Date: 2017-01-14 21:39+0100\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -5535,6 +5535,18 @@ msgid "" msgstr "" "nome real a usar no servidor (nota: o conteúdo é avaliado, ver /help eval)" +msgid "" +"if enabled, clicks with left/right buttons on the line with current buffer " +"jump to previous/next visited buffer" +msgstr "" + +msgid "if enabled, mouse gestures (drag & drop) move buffers in list" +msgstr "" + +msgid "" +"if enabled, mouse wheel up/down actions jump to previous/next buffer in list" +msgstr "" + #, fuzzy msgid "" "comma-separated list of signals that are hooked and trigger the refresh of " |