diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 11:26:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 11:26:06 +0100 |
commit | a44cc9ffde04c0bd0a28e53f5a64afcaa5479c49 (patch) | |
tree | 3c3a7e2ccbe358306b4454b611953dac5865dac4 /po/es.po | |
parent | 3194c641a0e687eef24d8066dab245abc71d7c1b (diff) | |
download | weechat-a44cc9ffde04c0bd0a28e53f5a64afcaa5479c49.zip |
Add new key to zoom a window (meta-z by default) (task #7470)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-03-06 18:11+0100\n" +"POT-Creation-Date: 2009-03-07 11:16+0100\n" "PO-Revision-Date: 2009-01-03 00:42+0100\n" "Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1169,9 +1169,9 @@ msgstr "gestión de ventanas" #, fuzzy msgid "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " -"[pct] | resize pct | merge [all] | page_up | page_down | scroll | scroll_up " -"| scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | " -"scroll_next_highlight ]" +"[pct] | resize pct | merge [all] | page_up | page_down | refresh | scroll | " +"scroll_up | scroll_down | scroll_top | scroll_bottom | " +"scroll_previous_highlight | scroll_next_highlight | zoom]" msgstr "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " "[pct] | resize pct | merge [all]]" @@ -1194,6 +1194,7 @@ msgid "" "\n" " 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, " "m=minutes, h=hours, d=days, M=months, y=years\n" " scroll_up: scroll a few lines up\n" @@ -1202,7 +1203,7 @@ msgid "" "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" +" zoom: zoom on window\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 " |