diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 136ddb48e..b93b9c9dc 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: 2008-11-19 14:48+0100\n" +"POT-Creation-Date: 2008-11-22 16:29+0100\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" @@ -917,26 +917,47 @@ msgstr "" msgid "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " -"[pct] | resize pct | merge [all]]" +"[pct] | resize pct | merge [all] | page_up | page_down | scroll | scroll_up " +"| scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | " +"scroll_next_highlight ]" msgstr "" msgid "" " list: list open windows (no parameter implies this list)\n" -" -1: jump to previous window\n" -" +1: jump to next window\n" -" b#: jump to next window displaying buffer number #\n" -" up: switch to window above current one\n" -" down: switch to window below current one\n" -" left: switch to window on the left\n" -" right: switch to window on the right\n" -"splith: split current window horizontally\n" -"splitv: split current window vertically\n" -"resize: resize window size, new size is <pct> percentage of parent window\n" -" merge: merge window with another (all = keep only one window)\n" +" -1: jump to previous window\n" +" +1: jump to next window\n" +" b#: jump to next window displaying buffer number #\n" +" up: switch to window above current one\n" +" down: switch to window below current one\n" +" left: switch to window on the left\n" +" right: switch to window on the right\n" +" splith: split current window horizontally\n" +" splitv: split current window vertically\n" +" resize: resize window size, new size is <pct> percentage of parent " +"window\n" +" merge: merge window with another (all = keep only one window)\n" +"\n" +" page_up: scroll one page up\n" +" page_down: scroll one page down\n" +" scroll: scroll number of lines (+/-N) or with time: s=seconds, " +"m=minutes, h=hours, d=days, M=months, y=years\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" +"scroll_bottom: scroll to bottom of buffer\n" +"scroll_previous_highlight: scroll to previous highlight\n" +"scroll_next_highlight: scroll to next highlight\n" +" refresh: refresh screen\n" "\n" "For splith and splitv, pct is a percentage which represents size of new " "window, computed with current window as size reference. For example 25 means " -"create a new window with size = current_size / 4" +"create a new window with size = current_size / 4\n" +"\n" +"Examples:\n" +" jump to window displaying buffer #1: /window b1 scroll 2 lines up: /" +"window scroll -2\n" +" scroll 2 days up: /window scroll -2d\n" +" scroll to beginning of current day: /window scroll -d" msgstr "" msgid "" |