[OPENGLCFG]
[reactos.git] / reactos / dll / cpl / openglcfg / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDD_PROPPAGEGENERAL DIALOGEX 0, 0, 246, 228
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "General"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 ICON IDI_CPLICON, IDI_CPLICON, 8, 0, 21, 20
9 GROUPBOX "Renderer settings", -1, 5, 25, 230, 90
10 LTEXT "&Renderer:", -1, 15, 42, 37, 10
11 COMBOBOX IDC_RENDERER, 55, 40, 160, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
12 LTEXT "Choose a system wide renderer. This will override the default settings for your graphics driver! Choose ""Default"" if you want to go back to your original settings. Choose ""ReactOS Software Implementation"" if you want to use the built-in software renderer.", -1, 15, 60, 210, 40
13 GROUPBOX "Debugging", -1, 5, 125, 230, 90
14 LTEXT "DEBUGCHANNEL:", -1, 15, 142, 65, 10
15 COMBOBOX IDC_DEBUG_OUTPUT, 80, 140, 135, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
16 LTEXT "This will set the DEBUGCHANNEL environment variable to enable/disable debug output from opengl32.\n\nWARNING: Choosing ""Set"" or ""Clear"" will overwrite the content of the DEBUGCHANNEL environment variable!", -1, 15, 165, 210, 40
17 END
18
19 STRINGTABLE
20 BEGIN
21 IDS_RENDERER_DEFAULT "System default"
22 IDS_RENDERER_RSWR "ReactOS Software Implementation"
23 IDS_CPLNAME "OpenGL configuration"
24 IDS_CPLDESCRIPTION "Configures OpenGL renderer."
25 IDS_DEBUG_SET "set"
26 IDS_DEBUG_CLEAR "clear"
27 IDS_DEBUG_DNM "do not modify"
28 END