diff options
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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: 2016-05-18 07:43+0200\n" "Last-Translator: Krzysztof Korościk <soltys1@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2898,6 +2898,7 @@ msgstr "" "scroll_next_highlight|scroll_unread [-window <numer>] || swap [-window " "<numer>] [up|down|left|right] || zoom[-window <numer>] || bare [<opóźnienie>]" +#, fuzzy, c-format msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2909,8 +2910,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" @@ -2952,6 +2953,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 "" |