3 * English Language Support
5 * Copyright 2002 Jaco Greeff
6 * Copyright 2003 Dimitrie O. Paun
7 * Copyright 2003-2004 Mike Hearn
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.
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.
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
25 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
27 IDR_WINECFG MENU DISCARDABLE
31 MENUITEM "Configure", IDC_AUDIO_CONFIGURE
35 IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270
37 FONT 8, "MS Shell Dlg"
39 LTEXT PACKAGE_STRING,IDC_STATIC,119,17,120,8
40 CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111
41 LTEXT "http://www.winehq.org/",IDC_STATIC,119,31,106,8
42 LTEXT "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.",
43 IDC_STATIC,119,44,124,72
46 IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250
47 STYLE WS_CHILD | WS_DISABLED
48 FONT 8, "MS Shell Dlg"
50 GROUPBOX " Application Settings ",IDC_STATIC, 8,4,244,240
51 LTEXT "Wine can mimic different Windows versions for each application. This tab is linked to the Libraries and Graphics tabs to allow you to change systemwide or per-application settings in those tabs as well.",
52 IDC_STATIC,15,20,227,30
53 CONTROL "Applications",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
55 PUSHBUTTON "&Add application...",IDC_APP_ADDAPP, 90,204,75,14
56 PUSHBUTTON "&Remove application",IDC_APP_REMOVEAPP, 170,204,75,14
57 LTEXT "&Windows Version:",IDC_STATIC,17,226,58,8
58 COMBOBOX IDC_WINVER,83,224,163,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
61 IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250
62 STYLE WS_CHILD | WS_DISABLED
63 FONT 8, "MS Shell Dlg"
65 LTEXT "Screen color depth: ",IDC_STATIC,8,10,70,30
66 COMBOBOX IDC_SCREEN_DEPTH,80,8,170,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
68 GROUPBOX " Window settings ",IDC_STATIC,8,25,244,180
70 CONTROL "Allow DirectX apps to stop the mouse leaving their window",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,230,8
71 CONTROL "Enable desktop double buffering",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
72 LTEXT "If windows are managed by your window manager, then they will have the standard borders, they will respect your virtual desktop and appear in your window list. \n\nIf the windows are unmanaged, they will be disconnected from your window manager. This will mean the windows do not integrate as closely with your desktop, but the emulation will be more accurate so it can help some programs to work better.",
73 IDC_STATIC,15,58,228,80
74 CONTROL "Allow the window manager to control the windows",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,132,230,8
76 /* FIXME: the wording of this explanation could be a lot better */
77 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.",
78 IDC_STATIC,15,146,228,28
79 LTEXT "Desktop size:",IDC_DESKTOP_SIZE,15,188,44,8,WS_DISABLED
80 LTEXT "X",IDC_DESKTOP_BY,108,188,8,8,WS_DISABLED
81 CONTROL "Emulate a virtual desktop",IDC_ENABLE_DESKTOP,"Button",
82 BS_AUTOCHECKBOX | WS_TABSTOP,15,173,230,10
84 EDITTEXT IDC_DESKTOP_WIDTH,64,188,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
85 EDITTEXT IDC_DESKTOP_HEIGHT,117,188,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
87 GROUPBOX " Direct3D ",IDC_STATIC,8,210,244,50
89 LTEXT "Vertex Shader Support: ",IDC_STATIC,15,220,80,30
90 COMBOBOX IDC_D3D_VSHADER_MODE,100,218,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
92 CONTROL "Allow Pixel Shader (if supported by hardware)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,237,230,10
95 IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250
96 STYLE WS_CHILD | WS_DISABLED
97 FONT 8, "MS Shell Dlg"
99 GROUPBOX " DLL Overrides ",IDC_STATIC,8,4,244,240
100 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)."
101 ,IDC_STATIC,16,16,220,32
102 LTEXT "New override for library:",IDC_STATIC,16,58,100,8
103 COMBOBOX IDC_DLLCOMBO,16,68,140,14,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | CBS_SORT | CBS_LOWERCASE
104 PUSHBUTTON "&Add",IDC_DLLS_ADDDLL, 164,68,82,13,BS_DEFPUSHBUTTON
105 LTEXT "Existing overrides:",IDC_STATIC,16,86,100,8
106 LISTBOX IDC_DLLS_LIST,16,96,140,140,WS_BORDER | WS_TABSTOP | WS_VSCROLL
107 PUSHBUTTON "&Edit",IDC_DLLS_EDITDLL,164,96,82,14
108 PUSHBUTTON "&Remove",IDC_DLLS_REMOVEDLL,164,114,82,14
111 IDD_LOADORDER DIALOG DISCARDABLE 80, 90, 110, 92
112 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
113 CAPTION "Edit Override"
114 FONT 8, "MS Shell Dlg"
116 GROUPBOX " Load Order ",IDC_STATIC,8,4,94,66
117 CONTROL "&Builtin (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,16,14,75,10
118 CONTROL "&Native (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,16,24,75,10
119 CONTROL "Bui<in then Native",IDC_RAD_BUILTIN_NATIVE,"Button", BS_AUTORADIOBUTTON,16,34,75,10
120 CONTROL "Nati&ve then Builtin",IDC_RAD_NATIVE_BUILTIN,"Button", BS_AUTORADIOBUTTON,16,44,75,10
121 CONTROL "&Disable",IDC_RAD_DISABLE,"Button", BS_AUTORADIOBUTTON,16,54,75,10
122 DEFPUSHBUTTON "OK",IDOK,8,74,45,14,WS_GROUP
123 PUSHBUTTON "Cancel",IDCANCEL,57,74,45,14,WS_GROUP
126 IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 250
127 STYLE WS_CHILD | WS_DISABLED
128 FONT 8, "MS Shell Dlg"
130 GROUPBOX " Drive mappings ",IDC_STATIC,8,4,244,240
131 CONTROL "Listview",IDC_LIST_DRIVES,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT |
132 LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,18,232,76
133 PUSHBUTTON "&Add...",IDC_BUTTON_ADD,15,98,37,14
134 PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,56,98,37,14
135 PUSHBUTTON "Auto&detect...",IDC_BUTTON_AUTODETECT,197,98,49,14
137 /* editing drive details */
138 LTEXT "&Path:",IDC_STATIC,15,123,20,9
139 EDITTEXT IDC_EDIT_PATH,41,120,160,13,ES_AUTOHSCROLL | WS_TABSTOP
140 PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE_PATH,206,120,40,13
142 LTEXT "&Type:",IDC_STATIC_TYPE,15,138,21,10
143 COMBOBOX IDC_COMBO_TYPE,41,135,77,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
145 LTEXT "Label and serial number",IDC_LABELSERIAL_STATIC,15,155,95,10
147 PUSHBUTTON "&Show Advanced",IDC_BUTTON_SHOW_HIDE_ADVANCED,186,136,60,13
148 CONTROL "Autodetect &from Device:",IDC_RADIO_AUTODETECT,"Button",
149 BS_AUTORADIOBUTTON,15,166,93,10
150 EDITTEXT IDC_EDIT_DEVICE,27,176,174,13,ES_AUTOHSCROLL
151 PUSHBUTTON "Bro&wse...",IDC_BUTTON_BROWSE_DEVICE,206,176,40,13
152 CONTROL "&Manually Assign:",IDC_RADIO_ASSIGN,"Button",
153 BS_AUTORADIOBUTTON,15,195,69,10
155 LTEXT "&Label:",IDC_STATIC_LABEL,33,208,29,12
156 EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
157 LTEXT "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
158 EDITTEXT IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
160 CONTROL "Show dot files",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8
163 IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250
164 STYLE WS_CHILD | WS_DISABLED
165 FONT 8, "MS Shell Dlg"
167 GROUPBOX " Driver Selection ",IDC_STATIC,8,4,244,195
168 LTEXT "Select a sound driver by checking the box of the desired driver. Disable sound by not selecting any driver. Selection of multiple drivers is not recomended. Configure a driver by right clicking on it.",IDC_STATIC,15,20,227,30
169 CONTROL "Devices",IDC_AUDIO_TREE,"SysTreeView32",WS_BORDER | WS_TABSTOP,15,50,140,140
170 PUSHBUTTON "Control Panel",IDC_AUDIO_CONTROL_PANEL,170,50,59,14
171 GROUPBOX " DirectSound ",IDC_STATIC,8,205,244,60
172 LTEXT "Hardware Acceleration: ",IDC_STATIC,15,215,90,10
173 COMBOBOX IDC_DSOUND_HW_ACCEL,100,213,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
174 CONTROL "Driver Emulation",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,230,230,10
177 IDD_APPEARANCE DIALOG DISCARDABLE 0, 0, 260, 250
178 STYLE WS_CHILD | WS_DISABLED
179 FONT 8, "MS Shell Dlg"
181 LTEXT "Theme:",IDC_STATIC,8,10,244,8
182 COMBOBOX IDC_THEME_THEMECOMBO,8,18,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
183 PUSHBUTTON "Install theme...",IDC_THEME_INSTALL,152,32,100,14
184 LTEXT "Color:",IDC_THEME_COLORTEXT,8,48,244,8
185 COMBOBOX IDC_THEME_COLORCOMBO,8,56,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
186 LTEXT "Size:",IDC_THEME_SIZETEXT,8,74,244,8
187 COMBOBOX IDC_THEME_SIZECOMBO,8,82,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
190 STRINGTABLE DISCARDABLE
192 IDS_WINE_VERSION "CVS"
193 IDS_TAB_APPLICATIONS "Applications"
194 IDS_TAB_DLLS "Libraries"
195 IDS_TAB_DRIVES "Drives"
196 IDS_CHOOSE_PATH "Select the unix directory to be mapped, please."
197 IDS_HIDE_ADVANCED "Hide Advanced"
198 IDS_SHOW_ADVANCED "Show Advanced"
199 IDS_NOTHEME "(No Theme)"
200 IDS_TAB_GRAPHICS "Graphics"
201 IDS_TAB_APPEARANCE "Appearance"
202 IDS_TAB_AUDIO "Audio"
203 IDS_TAB_ABOUT "About"
204 IDS_WINECFG_TITLE "Wine configuration"
205 IDS_THEMEFILE "Theme files"
206 IDS_THEMEFILE_SELECT "Select a theme file"
207 IDS_AUDIO_MISSING "There is no audio driver currently specified in the registry.\n\nA recommended driver has been selected for you.\nYou can use this driver or select another driver if available.\n\nYou must click Apply for the selection to take effect."
211 /****************************************************************/
212 /* English neutral resources
213 /****************************************************************/
215 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
216 IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250
217 STYLE WS_CHILD | WS_DISABLED
218 FONT 8, "MS Shell Dlg"
220 LTEXT "Screen colour depth: ",IDC_STATIC,8,10,70,30
221 COMBOBOX IDC_SCREEN_DEPTH,80,8,170,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
223 CONTROL "Allow DirectX apps to stop the mouse leaving their window",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,35,230,8
224 CONTROL "Enable desktop double buffering",IDC_DOUBLE_BUFFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,45,230,8
225 CONTROL "Allow the window manager to manage created windows",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,55,230,8
227 GROUPBOX " Window settings ",IDC_STATIC,8,25,244,110
229 /* FIXME: the wording of this explanation could be a lot better */
230 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.",
231 IDC_STATIC,15,73,228,28
232 LTEXT "Desktop size:",IDC_DESKTOP_SIZE,15,115,44,8,WS_DISABLED
233 LTEXT "X",IDC_DESKTOP_BY,108,115,8,8,WS_DISABLED
234 CONTROL "Emulate a virtual desktop",IDC_ENABLE_DESKTOP,"Button",
235 BS_AUTOCHECKBOX | WS_TABSTOP,15,100,230,10
237 EDITTEXT IDC_DESKTOP_WIDTH,64,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
238 EDITTEXT IDC_DESKTOP_HEIGHT,117,115,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
240 GROUPBOX " Direct3D ",IDC_STATIC,8,140,244,120
242 LTEXT "Vertex Shader Support: ",IDC_STATIC,15,150,80,30
243 COMBOBOX IDC_D3D_VSHADER_MODE,100,148,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
245 CONTROL "Allow Pixel Shader (if supported by hardware)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,165,230,10
248 IDD_APPEARANCE DIALOG DISCARDABLE 0, 0, 260, 250
249 STYLE WS_CHILD | WS_DISABLED
250 FONT 8, "MS Shell Dlg"
252 LTEXT "Theme:",IDC_STATIC,8,10,244,8
253 COMBOBOX IDC_THEME_THEMECOMBO,8,18,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
254 PUSHBUTTON "Install theme...",IDC_THEME_INSTALL,152,32,100,14
255 LTEXT "Colour:",IDC_THEME_COLORTEXT,8,48,244,8
256 COMBOBOX IDC_THEME_COLORCOMBO,8,56,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
257 LTEXT "Size:",IDC_THEME_SIZETEXT,8,74,244,8
258 COMBOBOX IDC_THEME_SIZECOMBO,8,82,244,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP