Added LGPL standard comment, and copyright notices where necessary.
[wine] / dlls / user / resources / user32_Ja.rc
1 /*
2  * Copyright 2000 Junichi Kuchinishi
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
20
21 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
22 {
23  MENUITEM "\8c³\82Ì\83T\83C\83Y\82É\96ß\82·(&R)", 61728
24  MENUITEM "\88Ú\93®(&M)", 61456
25  MENUITEM "\83T\83C\83Y\95Ï\8dX(&S)", 61440
26  MENUITEM "\83A\83C\83R\83\93\89»(&N)", 61472
27  MENUITEM "\8dÅ\91å\95\\\8e¦(&X)", 61488
28  MENUITEM SEPARATOR
29  MENUITEM "\95Â\82\82é(&C)\tAlt-F4", 61536
30  MENUITEM SEPARATOR
31  MENUITEM "\83A\83v\83\8a\83P\81[\83V\83\87\83\93\82Ì\90Ø\82è\91Ö\82¦(&W)...\tCtrl-Esc", 61744
32  MENUITEM SEPARATOR
33  MENUITEM "Wine\82É\82Â\82¢\82Ä(&A) ...", 61761
34  MENUITEM "\83\8d\83O\82É\8eè\82ª\82©\82è\82ð\8ec\82·(&P)", 61762
35 }
36
37 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
38 {
39         POPUP "" 
40         BEGIN
41                 MENUITEM "\8c³\82É\96ß\82·(&U)", EM_UNDO
42                 MENUITEM SEPARATOR
43                 MENUITEM "\90Ø\82è\8eæ\82è(&T)", WM_CUT
44                 MENUITEM "\83R\83s\81[(&C)", WM_COPY
45                 MENUITEM "\93\\\82è\95t\82¯(&P)", WM_PASTE
46                 MENUITEM "\8dí\8f\9c(&D)", WM_CLEAR
47                 MENUITEM SEPARATOR
48                 MENUITEM "\91I\91ð(&A)", EM_SETSEL
49         END
50 }
51
52 MSGBOX DIALOG 100, 80, 216, 168
53 STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
54 BEGIN
55         ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
56         LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP
57         PUSHBUTTON "OK", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
58         PUSHBUTTON "·¬Ý¾Ù", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
59         PUSHBUTTON "\92\86\8e~(&A)", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
60         PUSHBUTTON "\8dÄ\8e\8e\8ds(&R)", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
61         PUSHBUTTON "\96³\8e\8b(&I)", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
62         PUSHBUTTON "\82Í\82¢(&Y)", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
63         PUSHBUTTON "\82¢\82¢\82¦(&N)", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
64 END