reshuffling of dlls
[reactos.git] / reactos / dll / cpl / timedate / Dk.rc
1 LANGUAGE LANG_DANISH, SUBLANG_NEUTRAL
2
3 IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 149
4 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Dato && Tid"
6 FONT 8, "MS Shell Dlg", 0, 0, 0x0
7 BEGIN
8 GROUPBOX "&Dato", -1, 4, 2, 126, 133
9 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
10 DTS_SHORTDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
11 10, 17, 115, 12
12 CONTROL "", IDC_MONTHCALENDAR, "SysMonthCal32",
13 WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER,
14 9, 34, 115, 97
15 GROUPBOX "&Klokken",
16 -1, 132, 2, 113, 133
17 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
18 DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
19 144, 17, 90, 12
20 LTEXT "Nuværende Tidszone:", IDC_TIMEZONE, 4, 138, 241, 8
21 END
22
23
24 IDD_TIMEZONEPAGE DIALOGEX 0, 0, 252, 146
25 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
26 CAPTION "Tidszone"
27 FONT 8, "MS Shell Dlg", 0, 0, 0x0
28 BEGIN
29 COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136,
30 CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
31 AUTOCHECKBOX "Justere uret automatisk efter &Sommertid/Vintertid.",
32 IDC_AUTODAYLIGHT, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP
33 END
34
35
36 IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
37 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
38 CAPTION "Internet Time"
39 FONT 8, "MS Shell Dlg", 0, 0, 0x0
40 BEGIN
41 COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
42 CONTROL "Automatically synchronize with an Internet time server", IDC_AUTODAYLIGHT,
43 "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10
44 LTEXT "Server:", -1, 34, 22, 28, 13
45 PUSHBUTTON "Update Now", IDC_UPDATEBUTTON, 187, 22, 49, 14
46 LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
47 LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12
48 LTEXT "Synchronazation can only occur when your computer is connected to the internet.", -1, 12, 114, 225, 25
49 END
50
51
52 STRINGTABLE
53 BEGIN
54 IDS_CPLNAME "Dato/Tid"
55 IDS_CPLDESCRIPTION "Skifter Dato, Tid og Tidszone informationer."
56 IDS_TIMEZONETEXT "Nuværende tidszone: %s"
57 IDS_TIMEZONEINVALID "Ugyldig"
58 IDS_TIMEZONEUNKNOWN "Ukendt"
59 IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s"
60 IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s"
61 END