diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-01-07 07:55+0100\n" +"POT-Creation-Date: 2017-01-22 09:21+0100\n" "PO-Revision-Date: 2017-01-06 22:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2714,13 +2714,14 @@ msgstr "gestione delle finestre" #, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|" -"splitv [-window <number>] [<pct>] || resize [-window <number>] [+/-]<pct> || " -"balance || merge [-window <number>] [all] || page_up|page_down [-window " -"<number>] || refresh || scroll [-window <number>] [+/-]<value>[s|m|h|d|M|y] " -"|| scroll_horiz [-window <number>] [+/-]<value>[%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" -"scroll_next_highlight|scroll_unread [-window <number>] || swap [-window " -"<number>] [up|down|left|right] || zoom [-window <number>] || bare [<delay>]" +"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]" +"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down " +"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|" +"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|" +"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|" +"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window " +"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window " +"<number>] || bare [<delay>]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window <numero>] || <numero> || splith|" "splitv [-window <numero>] [<pct>] || resize [-window <numero>] [+/-]<pct> || " @@ -2747,6 +2748,8 @@ msgid "" " splitv: split current window vertically (to undo: /window merge)\n" " resize: resize window size, new size is <pct> percentage of parent " "window\n" +" if \"h\" or \"v\" is specified, the resize affects the " +"nearest parent window with a split of this type (horizontal/vertical)\n" " balance: balance the sizes of all windows\n" " merge: merge window with another (all = keep only one window)\n" " page_up: scroll one page up\n" @@ -2788,6 +2791,10 @@ msgid "" " /window zoom -window 2\n" " split window horizontally using 30%% of space for the window on top:\n" " /window splith 30\n" +" resize window to 75%% of the parent window size:\n" +" /window resize 75\n" +" resize vertical split, add 10%% in size:\n" +" /window resize v+10\n" " remove the split:\n" " /window merge\n" " enable bare display for 2 seconds:\n" |