Scale down the wallpaper to 800x600. For some reason, scaling down the image through...
[reactos.git] / reactos / base / applications / games / winemine / lang / zh-CN.rc
1 /*
2 * WineMine (Simplified Chinese resources)
3 *
4 * Copyright 2007 zhangbing <e_zb@21cn.com, ezb@mail.gywb.cn>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include "resource.h"
22
23 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
24
25 STRINGTABLE DISCARDABLE
26 BEGIN
27 IDS_SECONDS, "Ãë"
28 IDS_NOBODY, "ÄäÃû"
29 IDS_ABOUT, "by Joshua Thielen and ReactOS developers"
30 END
31
32 IDM_WINEMINE MENU DISCARDABLE
33 BEGIN
34 POPUP "ɨÀ×(&G)"
35 BEGIN
36 MENUITEM "¿ª¾Ö(&N)\tF2", IDM_NEW
37 MENUITEM SEPARATOR
38 MENUITEM "񈬀(?)(&M)", IDM_MARKQ
39 MENUITEM SEPARATOR
40 MENUITEM "³õ¼¶(&B)", IDM_BEGINNER
41 MENUITEM "Öм¶(&A)", IDM_ADVANCED
42 MENUITEM "¸ß¼¶(&E)", IDM_EXPERT
43 MENUITEM "×Ô¶¨Òå(&C)...", IDM_CUSTOM
44 MENUITEM SEPARATOR
45 MENUITEM "Í˳ö(&X)", IDM_EXIT
46 END
47 POPUP "ÐÅÏ¢(&I)"
48 BEGIN
49 MENUITEM "ɨÀ×Ó¢ÐÛ°ñ(&F)...", IDM_TIMES
50 MENUITEM "¹ØÓÚɨÀ×(&A)...", IDM_ABOUT
51 END
52 END
53
54 IDD_TIMES DIALOGEX DISCARDABLE 0, 0, 200, 75
55 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
56 CAPTION "ɨÀ×Ó¢ÐÛ°ñ"
57 FONT 8, "MS Shell Dlg"
58 BEGIN
59 GROUPBOX "×î¸ß¼Í¼", IDNONE, 10, 10, 182, 45
60 LTEXT "³õ¼¶:", IDNONE, 20, 20, 58, 8
61 LTEXT "Öм¶:", IDNONE, 20, 30, 58, 8
62 LTEXT "¸ß¼¶:", IDNONE, 20, 40, 58, 8
63 LTEXT "", IDC_TIME1, 80, 20, 50, 8
64 LTEXT "", IDC_TIME2, 80, 30, 50, 8
65 LTEXT "", IDC_TIME3, 80, 40, 50, 8
66 LTEXT "", IDC_NAME1, 132, 20, 55, 8
67 LTEXT "", IDC_NAME2, 132, 30, 55, 8
68 LTEXT "", IDC_NAME3, 132, 40, 55, 8
69 DEFPUSHBUTTON "È·¶¨", IDOK, 127, 57, 50, 15
70 PUSHBUTTON "ÖØмǷÖ(&R)", IDRESET, 18, 57, 67, 15
71 END
72
73 IDD_CONGRATS DIALOGEX DISCARDABLE 0, 0, 160, 60
74 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
75 FONT 8, "MS Shell Dlg"
76 CAPTION "ˢмͼ!"
77 BEGIN
78 LTEXT "ÒÑÆƼͼ,ÇëÊäÈëÄãµÄÃû×Ö", IDIGNORE, 25, 10, 150, 10
79 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
80 DEFPUSHBUTTON "È·¶¨", IDOK, 60, 40, 40, 15
81 END
82
83 IDD_CUSTOM DIALOGEX DISCARDABLE 0, 0, 139, 80
84 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
85 CAPTION "×Ô¶¨ÒåÀ×Çø"
86 FONT 8, "MS Shell Dlg"
87 BEGIN
88 LTEXT "¸ß¶È:", IDNONE, 5, 15, 43, 10
89 LTEXT "¿í¶È:", IDNONE, 5, 35, 43, 10
90 LTEXT "À×Êý:", IDNONE, 5, 55, 43, 10
91 EDITTEXT IDC_EDITROWS, 49, 15, 30, 12, ES_NUMBER
92 EDITTEXT IDC_EDITCOLS, 49, 35, 30, 12, ES_NUMBER
93 EDITTEXT IDC_EDITMINES, 49, 55, 30, 12, ES_NUMBER
94 DEFPUSHBUTTON "È·¶¨", IDOK, 86, 32, 45, 15
95 PUSHBUTTON "È¡Ïû", IDCANCEL, 86, 52, 45, 15
96 END