Alexey Zavyalov: Start implementing new International Settings applet (Windows XP...
[reactos.git] / reactos / dll / cpl / intl_new / En.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDD_REGOPTSPAGE DIALOGEX 0, 0, 252, 236
4 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Regional options"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 GROUPBOX "Regional options and standards", IDC_GROUPBOX, 5, 3, 242, 165
9 LTEXT "This option influences a way of display by some programs of numbers, sums of money, dates and time.", IDC_STATIC, 14, 15, 230, 16
10 LTEXT "&Choose an element from the list or press the button ""Setup"" to set formats independently:", IDC_STATIC, 14, 36, 230, 16
11 COMBOBOX IDC_SETREG_COMBO, 14, 54, 168, 120, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
12 WS_VSCROLL | WS_TABSTOP | CBS_SORT
13 PUSHBUTTON "Se&tup...", IDC_SETUP_BUTTON, 187, 54, 52, 13
14 LTEXT "Samples", IDC_STATIC, 14, 73, 70, 10
15 LTEXT "Number:", IDC_STATIC, 16, 86, 48, 10
16 LTEXT "Monetary:", IDC_STATIC, 16, 101, 48, 10
17 LTEXT "Time:", IDC_STATIC, 16, 116, 48, 10
18 LTEXT "Short date:", IDC_STATIC, 16, 131, 48, 10
19 LTEXT "Long date:", IDC_STATIC, 16, 146, 48, 10
20 EDITTEXT IDC_NUMSAMPLE_EDIT, 69, 86, 170, 12, ES_READONLY | WS_CHILD | WS_VISIBLE | WS_GROUP
21 EDITTEXT IDC_MONEYSAMPLE_EDIT, 69, 101, 170, 12, ES_READONLY | WS_CHILD | WS_VISIBLE | WS_GROUP
22 EDITTEXT IDC_TIMESAMPLE_EDIT, 69, 116, 170, 12, ES_READONLY | WS_CHILD | WS_VISIBLE | WS_GROUP
23 EDITTEXT IDC_SHORTTIMESAMPLE_EDIT, 69, 131, 170, 12, ES_READONLY | WS_CHILD | WS_VISIBLE | WS_GROUP
24 EDITTEXT IDC_FULLTIMESAMPLE_EDIT, 69, 146, 170, 12, ES_READONLY | WS_CHILD | WS_VISIBLE | WS_GROUP
25 GROUPBOX "Geographic location", IDC_GROUPBOX, 5, 172, 242, 56
26 LTEXT "Set up your location that services could supply you with the local information, for example, news and reports of weather", IDC_STATIC, 14, 184, 225, 24
27 COMBOBOX IDC_LOCATION_COMBO, 14, 211, 225, 40, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
28 WS_VSCROLL | WS_TABSTOP | CBS_SORT
29 END
30
31 IDD_EXTRAOPTSPAGE DIALOGEX 0, 0, 252, 236
32 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
33 CAPTION "Extra"
34 FONT 8, "MS Shell Dlg"
35 BEGIN
36 GROUPBOX "Program language that not unicode supported", IDC_GROUPBOX, 5, 5, 242, 90
37 COMBOBOX IDC_LANGUAGE_COMBO, 14, 75, 225, 60, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
38 WS_VSCROLL | WS_TABSTOP | CBS_SORT
39 LTEXT "This option...", IDC_STATIC, 14, 18, 223, 33
40 LTEXT "Select language...", IDC_STATIC, 14, 55, 223, 18
41 GROUPBOX "Transformation tables codepages", IDC_GROUPBOX, 5, 101, 242, 88
42 END
43
44 STRINGTABLE
45 BEGIN
46 IDS_CPLNAME "Language and regional options"
47 IDS_CPLDESCRIPTION "Choose language and formats of numbers, currencies, time and date"
48 END