gdi32/tests: Skip some failing tests on NT4.
[wine/multimedia.git] / programs / view / Ja.rc
blobb49ca8b3334c3a7a3898d0566e6fa517227383f8
1 /*
2  * View
3  * Japanese Language Support
4  *
5  * Copyright 1998 Douglas Ridgway
6  * Copyright 2003 Marcelo Duarte
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
26  *
27  * Menu
28  *
29  */
31 VIEW MENU
32 BEGIN
33     POPUP "ƒtƒ@ƒCƒ‹(&F)"
34     BEGIN
35         MENUITEM "ŠJ‚­(&O)",                    IDM_OPEN
36         MENUITEM "�I—¹(&X)",                       IDM_EXIT
37     END
38     POPUP "ƒpƒ“(&P)"
39     BEGIN
40       MENUITEM "ƒEƒBƒ“ƒhƒE‚É�‡‚킹‚é(&S)",              IDM_SET_EXT_TO_WIN
41       MENUITEM SEPARATOR
42       MENUITEM "�¶(&L)",                                IDM_LEFT
43       MENUITEM "‰E(&R)",                        IDM_RIGHT
44       MENUITEM "�ã(&U)",                                IDM_UP
45       MENUITEM "‰º(&D)",                                IDM_DOWN
46     END
47 END
51  *
52  * Accelerator
53  *
54  */
56 VIEW ACCELERATORS
57 BEGIN
58     "Q", IDM_EXIT, VIRTKEY, CONTROL
59 END
63  *
64  * String Table
65  *
66  */
68 STRINGTABLE DISCARDABLE
69 BEGIN
70     IDS_DESCRIPTION         "•W�€ƒ�ƒ^ƒtƒ@ƒCƒ‹ ƒrƒ…ƒA�["
71 END