Get rid of the DOS version combobox, normal users should never need to
[wine] / programs / winecfg / En.rc
1 /*
2  * WineCfg resources
3  * English Language Support
4  *
5  * Copyright 2002 Jaco Greeff
6  * Copyright 2003 Dimitrie O. Paun
7  * Copyright 2003-2004 Mike Hearn
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22  *
23  */
24
25 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
26
27 IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270
28 STYLE WS_CHILD
29 FONT 8, "MS Shell Dlg"
30 BEGIN
31     LTEXT           "Wine Version:",IDC_STATIC,119,17,55,8
32     LTEXT           "CVS",IDC_WINEVER,179,17,56,8
33     CONTROL         IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111
34     LTEXT           "http://www.winehq.org/",IDC_STATIC,119,31,106,8
35     CTEXT           "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.",
36                     IDC_STATIC,119,44,124,72
37 END
38
39 IDD_APPCFG DIALOG DISCARDABLE  0, 0, 260, 250
40 STYLE WS_CHILD | WS_DISABLED
41 FONT 8, "MS Shell Dlg"
42 BEGIN
43     GROUPBOX        " Application Settings ",IDC_STATIC, 8,4,244,240
44     LTEXT           "Wine can mimic different Windows versions for each application.",
45                     IDC_STATIC,15,20,227,20
46     CONTROL         "Applications",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
47                     15,40,230,160
48     PUSHBUTTON      "&Add application...",IDC_APP_ADDAPP, 90,204,75,14
49     PUSHBUTTON      "&Remove application",IDC_APP_REMOVEAPP, 170,204,75,14
50     LTEXT           "&Windows Version:",IDC_STATIC,17,226,58,8
51     COMBOBOX        IDC_WINVER,83,224,163,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP    
52 END
53
54 IDD_GRAPHCFG DIALOG DISCARDABLE  0, 0, 260, 250
55 STYLE WS_CHILD | WS_DISABLED
56 FONT 8, "MS Shell Dlg"
57 BEGIN
58     LTEXT           "Screen color depth: ",IDC_STATIC,8,10,70,30
59     COMBOBOX        IDC_SCREEN_DEPTH,80,8,170,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
60
61     CONTROL         "Allow DirectX apps to stop the mouse leaving their window",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,230,8
62     CONTROL         "Enable desktop double buffering",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
63     
64     GROUPBOX        " Window settings ",IDC_STATIC,8,25,244,120
65
66     /* FIXME: the wording of this explanation could be a lot better */
67     LTEXT           "You can choose to emulate a windows desktop, where all the windows are confined to one 'virtual screen', or you can have the windows placed on your standard desktop.",
68                     IDC_STATIC,15,73,228,28
69     LTEXT           "Desktop size:",IDC_DESKTOP_SIZE,15,115,44,8,WS_DISABLED
70     LTEXT           "X",IDC_DESKTOP_BY,108,115,8,8,WS_DISABLED
71     CONTROL         "Emulate a virtual desktop",IDC_ENABLE_DESKTOP,"Button",
72                     BS_AUTOCHECKBOX | WS_TABSTOP,15,100,230,10
73                     
74     EDITTEXT        IDC_DESKTOP_WIDTH,64,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
75     EDITTEXT        IDC_DESKTOP_HEIGHT,117,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
76 END
77
78 IDD_DLLCFG DIALOG DISCARDABLE  0, 0, 260, 250
79 STYLE WS_CHILD | WS_DISABLED
80 FONT 8, "MS Shell Dlg"
81 BEGIN
82     GROUPBOX        " DLL Overrides ",IDC_STATIC,8,4,244,240
83     LTEXT           "Dynamic Link Libraries can be specified individually to be either builtin (provided by Wine) or native (taken from Windows or provided by the application)."
84                     ,  IDC_STATIC,15,17,228,32
85     LISTBOX         IDC_DLLS_LIST,15,50,142,187,WS_BORDER | WS_TABSTOP | WS_VSCROLL
86     LTEXT           "Load order:",IDC_STATIC,163,50,37,8
87     CONTROL         "&Builtin (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,163,65,75,10
88     CONTROL         "&Native (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,163,80,75,10
89     CONTROL         "Bui&ltin then Native",IDC_RAD_BUILTIN_NATIVE,"Button", BS_AUTORADIOBUTTON,163,95,75,10
90     CONTROL         "Nati&ve then Builtin",IDC_RAD_NATIVE_BUILTIN,"Button", BS_AUTORADIOBUTTON,163,110,75,10
91     CONTROL         "&Disable",IDC_RAD_DISABLE,"Button", BS_AUTORADIOBUTTON,163,125,75,10
92     PUSHBUTTON      "&Add DLL override for:",IDC_DLLS_ADDDLL, 163,184,82,14
93     COMBOBOX        IDC_DLLCOMBO,163,204,82,14,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | CBS_SORT | CBS_LOWERCASE
94     PUSHBUTTON      "&Remove DLL override",IDC_DLLS_REMOVEDLL,163,224,82,14
95 END
96
97 IDD_DRIVECFG DIALOG DISCARDABLE  0, 0, 260, 250
98 STYLE WS_CHILD | WS_DISABLED
99 FONT 8, "MS Shell Dlg"
100 BEGIN
101     GROUPBOX        " Drive mappings ",IDC_STATIC,8,4,244,240
102     LISTBOX         IDC_LIST_DRIVES,15,18,232,76,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
103     PUSHBUTTON      "&Add...",IDC_BUTTON_ADD,15,98,37,14
104     PUSHBUTTON      "&Remove",IDC_BUTTON_REMOVE,56,98,37,14
105     PUSHBUTTON      "Auto&detect...",IDC_BUTTON_AUTODETECT,197,98,49,14
106
107     /* editing drive details */
108     LTEXT           "&Path:",IDC_STATIC,15,123,20,9    
109     EDITTEXT        IDC_EDIT_PATH,41,120,160,13,ES_AUTOHSCROLL | WS_TABSTOP
110     PUSHBUTTON      "&Browse...",IDC_BUTTON_BROWSE_PATH,206,120,40,13
111     
112     LTEXT           "&Type:",IDC_STATIC_TYPE,15,138,21,10
113     COMBOBOX        IDC_COMBO_TYPE,41,135,77,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
114     
115     LTEXT           "Label and serial number",IDC_LABELSERIAL_STATIC,15,155,95,10
116     
117     PUSHBUTTON      "&Show Advanced",IDC_BUTTON_SHOW_HIDE_ADVANCED,186,136,60,13
118     CONTROL         "Autodetect &from Device:",IDC_RADIO_AUTODETECT,"Button",
119                     BS_AUTORADIOBUTTON,15,166,93,10
120     EDITTEXT        IDC_EDIT_DEVICE,27,176,174,13,ES_AUTOHSCROLL
121     PUSHBUTTON      "Bro&wse...",IDC_BUTTON_BROWSE_DEVICE,206,176,40,13
122     CONTROL         "&Manually Assign:",IDC_RADIO_ASSIGN,"Button",
123                     BS_AUTORADIOBUTTON,15,195,69,10
124
125     LTEXT           "&Label:",IDC_STATIC_LABEL,33,208,29,12
126     EDITTEXT        IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
127     LTEXT           "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
128     EDITTEXT        IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
129                     
130 END
131
132 IDD_AUDIOCFG DIALOG DISCARDABLE  0, 0, 260, 250
133 STYLE WS_CHILD | WS_DISABLED
134 FONT 8, "MS Shell Dlg"
135 BEGIN
136     LTEXT       "Audio driver: ",IDC_STATIC,10,20,60,8
137     COMBOBOX    IDC_AUDIO_DRIVER,70,18,85,85,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
138     PUSHBUTTON  "Autodetect",IDC_AUDIO_AUTODETECT,170,20,49,14
139 END
140
141 STRINGTABLE DISCARDABLE
142 BEGIN
143     IDS_WINE_VERSION        "CVS"
144     IDS_TAB_GENERAL         "General"
145     IDS_TAB_DLLS            "Libraries"
146     IDS_TAB_DRIVES          "Drives"
147     IDS_CHOOSE_PATH         "Select the unix directory to be mapped, please."
148 END