diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-27 13:34:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-27 13:34:34 +0200 |
commit | 593b3cad727bf2e759c10372cc114fea14a74b84 (patch) | |
tree | f11a2d8793baaf00c3d73650e00caf6286c6b59d /po/weechat.pot | |
parent | 1a4bfcdddc7f11372b9a1e887223f3baab7bb8a6 (diff) | |
download | weechat-593b3cad727bf2e759c10372cc114fea14a74b84.zip |
core: add example of splith and merge in /help window
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index d23cfd8da..d0234103d 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-08-16 21:17+0200\n" +"POT-Creation-Date: 2016-08-27 11:58+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1998,6 +1998,7 @@ msgid "" "<number>] [up|down|left|right] || zoom [-window <number>] || bare [<delay>]" msgstr "" +#, c-format msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2009,8 +2010,8 @@ msgid "" " left: switch to window on the left\n" " right: switch to window on the right\n" " number: window number (see /window list)\n" -" splith: split current window horizontally\n" -" splitv: split current window vertically\n" +" splith: split current window horizontally (to undo: /window merge)\n" +" splitv: split current window vertically (to undo: /window merge)\n" " resize: resize window size, new size is <pct> percentage of parent " "window\n" " balance: balance the sizes of all windows\n" @@ -2052,6 +2053,10 @@ msgid "" " /window scroll -d\n" " zoom on window #2:\n" " /window zoom -window 2\n" +" split window horizontally using 30%% of space for the window on top:\n" +" /window splith 30\n" +" remove the split:\n" +" /window merge\n" " enable bare display for 2 seconds:\n" " /window bare 2" msgstr "" |