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/cs.po | |
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/cs.po')
-rw-r--r-- | po/cs.po | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\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: 2011-05-15 10:51+0200\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1796,10 +1796,12 @@ msgstr "" msgid "manage windows" msgstr "spravuje okna" +#, fuzzy 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 "" "list || -1|+1|b#|up|down|left|right || splith|splitv [<pct>] || resize [+/-]" @@ -1807,6 +1809,7 @@ msgstr "" "scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|" "scroll_next_highlight || swap [up|down|left|right] || zoom" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -1826,8 +1829,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" |