aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mhelp-funcdesc.en.pl.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-04-07 15:19:42 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-04-07 15:19:42 +0000
commitfed4922b04d11818684a66ca28c7591dbb274adb (patch)
treee60fc090ac73f9a29d5afb1e7e476aaa26f53462 /scripts/w3mhelp-funcdesc.en.pl.in
parent[w3m-dev 03843] cleanup macros (diff)
downloadw3m-fed4922b04d11818684a66ca28c7591dbb274adb.tar.gz
w3m-fed4922b04d11818684a66ca28c7591dbb274adb.zip
[w3m-dev 03844] w3mhelp.cgi update
* scripts/w3mhelp-funcdesc.en.pl.in: add %menu_funcdesc * scripts/w3mhelp-funcdesc.ja.pl.in: add %menu_funcdesc update %title * scripts/w3mhelp-funcname.pl.in: add %menu_funcname add %menu_keyfunc * scripts/w3mhelp.cgi.in: modified for menu link to keymap From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--scripts/w3mhelp-funcdesc.en.pl.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/w3mhelp-funcdesc.en.pl.in b/scripts/w3mhelp-funcdesc.en.pl.in
index 51d924c..924db7c 100644
--- a/scripts/w3mhelp-funcdesc.en.pl.in
+++ b/scripts/w3mhelp-funcdesc.en.pl.in
@@ -24,4 +24,23 @@
'LINEEDIT:ACCEPT', 'Accept',
);
+%menu_funcdesc = (
+ 'MENU:SELECT', 'Select item',
+ 'MENU:CLOSE', 'Close menu',
+ 'MENU:CANCEL', 'Back',
+ 'MENU:DOWN', 'Move to next item',
+ 'MENU:UP', 'Move to previous item',
+ 'MENU:LINE_UP', 'Scroll up one item',
+ 'MENU:LINE_DOWN', 'Scroll down one item',
+ 'MENU:TOP', 'Go to top item',
+ 'MENU:LAST', 'Go to last item',
+ 'MENU:NEXT', 'Go to next page',
+ 'MENU:PREV', 'Go to previous page',
+ 'MENU:SEARCH_FORE', 'Search foreward',
+ 'MENU:SEARCH_BACK', 'Search backward',
+ 'MENU:SEARCH_NEXT', 'Search next regexp',
+ 'MENU:SEARCH_PREV', 'Search previous regexp',
+ 'MENU:SUSPEND', 'Suspend',
+);
+
1;