[SDK] Don't just infinitely spam the DbgPrint in the bootloader (#6763)
[reactos.git] / dll / cpl / timedate / lang / de-DE.rc
1 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
2
3 IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 146
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Datum und Uhrzeit"
6 FONT 8, "MS Shell Dlg", 0, 0, 0x0
7 BEGIN
8 GROUPBOX "&Datum", -1, 4, 2, 122, 125
9 COMBOBOX IDC_MONTHCB, 11, 17, 50, 120, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
10 EDITTEXT IDC_YEARTEXT, 65, 17, 55, 12, ES_LEFT | WS_GROUP | ES_READONLY
11 CONTROL "", IDC_YEAR, UPDOWN_CLASS, UDS_SETBUDDYINT | UDS_NOTHOUSANDS |
12 UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_BORDER | WS_GROUP, 120, 17, 50, 12
13 CONTROL "", IDC_MONTHCALENDAR, "MonthCalWnd", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 37, 108, 80, WS_EX_CLIENTEDGE
14 GROUPBOX "&Zeit", -1, 132, 2, 113, 125
15 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 144, 105, 90, 12
16 LTEXT "", IDC_TIMEZONE, 6, 132, 242, 11
17 CONTROL "", IDC_CLOCKWND, "ClockWndClass", WS_CHILD | WS_VISIBLE, 138, 12, 102, 89
18 END
19
20 IDD_TIMEZONEPAGE DIALOGEX 0, 0, 252, 146
21 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
22 CAPTION "Zeitzone"
23 FONT 8, "MS Shell Dlg", 0, 0, 0x0
24 BEGIN
25 COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
26 CONTROL "", IDC_WORLD_BACKGROUND, "Static", SS_OWNERDRAW, 5, 20, 240, 110, WS_EX_STATICEDGE
27 AUTOCHECKBOX "&Uhr automatisch auf Sommer-/Winterzeit umstellen",
28 IDC_AUTODAYLIGHT, 6, 132, 242, 11, WS_VISIBLE | WS_GROUP | WS_TABSTOP
29 END
30
31 IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
32 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
33 CAPTION "Internetzeit"
34 FONT 8, "MS Shell Dlg", 0, 0, 0x0
35 BEGIN
36 COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
37 AUTOCHECKBOX "Automatisch mit einem Internetzeitserver synchronisieren",
38 IDC_AUTOSYNC, 11, 7, 241, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
39 LTEXT "Server:", IDC_SERVERTEXT, 34, 22, 28, 13
40 PUSHBUTTON "Aktualisieren", IDC_UPDATEBUTTON, 187, 22, 49, 14
41 LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
42 LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12
43 LTEXT "Zum Synchronisieren muss der Computer mit dem Internet verbunden sein.", -1, 12, 114, 225, 25
44 END
45
46 STRINGTABLE
47 BEGIN
48 IDS_CPLNAME "Datum/Zeit"
49 IDS_CPLDESCRIPTION "Ändert Uhrzeit, Datum und Zeitzone."
50 IDS_TIMEZONETEXT "Aktuelle Zeitzone: %s"
51 IDS_TIMEZONEINVALID "Ungültig"
52 IDS_TIMEZONEUNKNOWN "Unbekannt"
53 IDS_INETTIMESUCSYNC "Die Zeit wurde erfolgreich mit %s am %s um %s synchronisiert."
54 IDS_INETTIMENEXTSYNC "Nächste Synchronisierung am %s um %s."
55 IDS_INETTIMESYNCING "Bitte warten Sie, während ReactOS die Zeit mit %s synchronisiert."
56 IDS_INETTIMEERROR "Ein Fehler trat beim Synchronisieren mit %s auf."
57 IDS_INETTIMESUCFILL "Please type a NTP server name in order to synchronize the time"
58 IDS_INETTIMEWELCOME "Select a NTP server from the list or type a NTP server name to synchronize the computer's time"
59 END