aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mhelp-funcdesc.ja.pl.in
blob: 051c88813c3e3bc998564d8504177362ff495d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# charset
$charset = 'EUC-JP';

# Buffer selection mode

%buf_funcdesc = (
 'BUF:PREV', '��ľ�ΥХåե�������',
 'BUF:NEXT', '��IJ��ΥХåե�������',
 'BUF:DELETE', '�������򤷤Ƥ���Хåե�����',
 'BUF:GO', '�������򤷤Ƥ���Хåե���ɽ��',
);

%lineedit_funcdesc = (
 'LINEEDIT:FORWARD', '��������򱦤ذ�ư',
 'LINEEDIT:BACK', '��������򺸤ذ�ư',
 'LINEEDIT:BS',  '����ʸ������',
 'LINEEDIT:DEL', '����������֤�ʸ������',
 'LINEEDIT:KILL_AFTER', '��������θ��������ƺ��',
 'LINEEDIT:KILL_BEFORE', '������������ޤǤ����ƺ��',
 'LINEEDIT:TOP', '��Ƭ�˰�ư',
 'LINEEDIT:BOTTOM', '�����ذ�ư',
 'LINEEDIT:PREV', '�ҥ��ȥ꤫��������ʸ�������Ф�',
 'LINEEDIT:NEXT', '�ҥ��ȥ꤫�鼡��ʸ�������Ф�',
 'LINEEDIT:EDITOR', '�������ǥ������Խ�',
 'LINEEDIT:COMPLETE', '�ե�����̾���䴰',
 'LINEEDIT:ACCEPT', '���Ͻ�λ',
);

%menu_funcdesc = (
 'MENU:SELECT', '���ܤ�����',
 'MENU:CLOSE', '��˥塼���Ĥ���',
 'MENU:CANCEL', '���',
 'MENU:DOWN', '��IJ��ι��ܤ�',
 'MENU:UP', '��ľ�ι��ܤ�',
 'MENU:LINE_UP', '���ܤ򲼤˥���������',
 'MENU:LINE_DOWN', '���ܤ��˥���������',
 'MENU:TOP', '��Ƭ�ι��ܤ�',
 'MENU:LAST', '�Ǹ�ι��ܤ�',
 'MENU:NEXT', '���ڡ����ι��ܤ�',
 'MENU:PREV', '���ڡ����ι��ܤ�',
 'MENU:SEARCH_FORE', '���ܤ򲼤˸����äƸ���',
 'MENU:SEARCH_BACK', '���ܤ��˸����äƸ���',
 'MENU:SEARCH_NEXT', '���ι��ܤ򸡺�',
 'MENU:SEARCH_PREV', '���ι��ܤ򸡺�',
 'MENU:SUSPEND', '�����ڥ��',
);

%title = (
 "Show keymap file", 'keymap �ե�����򸫤�',
 "Page/Cursor motion", '�ڡ���/���������ư',
 "Hyperlink operation", '�ϥ��ѡ�������',
 "File/Stream operation", '�ե�����/���ȥ꡼�����',
 "Buffer operation", '�Хåե����',
 "Tab operation", '�������',
 "Buffer selection mode", '�Хåե�����⡼��',
 "Bookmark operation", '�֥å��ޡ������',
 "Search", '����',
 "Dictionary look-up", '���񸡺�',
 "Mark operation", '�ޡ������',
 "Miscellany", '����¾',
 "User defined keymaps", '�桼�����',
 "Line-edit mode", '���Խ��⡼��',
 "Popup menu", '��˥塼',
);

1;