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/pl.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/pl.po')
-rw-r--r-- | po/pl.po | 14 |
1 files changed, 13 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: 2017-03-29 19:58+0200\n" +"POT-Creation-Date: 2017-03-30 20:31+0200\n" "PO-Revision-Date: 2017-01-06 22:05+0100\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5534,6 +5534,18 @@ msgstr "" "prawdziwa nazwa do użycia na serwerze (uwaga: zawartość jest przetwarzana, " "zobacz /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 " |