diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-16 15:33:44 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-16 15:33:44 +0200 |
commit | e3e20f2b60972bcaa845d1000fe615498dd2cef5 (patch) | |
tree | f6ee65eeaa3d5a9b0f9694c10b7ad538870d0da0 /po/weechat.pot | |
parent | bd1db541f782c8ec9a5545bb9ba7f49870c43574 (diff) | |
download | weechat-e3e20f2b60972bcaa845d1000fe615498dd2cef5.zip |
core: add horizontal scrolling for buffers with free content (command /window scroll_horiz) (task #11112)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 697fdcc8f..80710089b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:22+0200\n" +"POT-Creation-Date: 2011-05-16 11:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1334,8 +1334,9 @@ msgstr "" msgid "" "list || -1|+1|b#|up|down|left|right || splith|splitv [<pct>] || resize [+/-]" -"<pct> || balance || merge [all] || page_up|page_down || refresh || scroll|" -"scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|" +"<pct> || balance || merge [all] || page_up|page_down || refresh || scroll " +"[+/-]<value>[s|m|h|d|M|y] || scroll_horiz [+/-]<value>[%] || scroll_up|" +"scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|" "scroll_next_highlight || swap [up|down|left|right] || zoom" msgstr "" @@ -1358,8 +1359,11 @@ msgid "" " page_up: scroll one page up\n" " page_down: scroll one page down\n" " refresh: refresh screen\n" -" scroll: scroll number of lines (+/-N) or with time: s=seconds, " +" scroll: scroll a number of lines (+/-N) or with time: s=seconds, " "m=minutes, h=hours, d=days, M=months, y=years\n" +" scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage " +"of window size (this scrolling is possible only on buffers with free " +"content)\n" " scroll_up: scroll a few lines up\n" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" |