Put skeleton in place for 'internet time' tab in the 'date and time' control panel...
[reactos.git] / reactos / lib / cpl / timedate / En.rc
index 01a2e4d..302d2e6 100644 (file)
@@ -1,4 +1,4 @@
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 146
 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
@@ -16,7 +16,7 @@ BEGIN
     CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
             DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
             144, 17, 90, 12
-    LTEXT "Current time zone: %s", IDC_TIMEZONE, 4, 136, 241, 8
+    LTEXT "", IDC_TIMEZONE, 4, 136, 241, 8
 END
 
 
@@ -32,8 +32,29 @@ BEGIN
 END
 
 
+IDD_INETTIMEPAGE DIALOGEX 0, 0, 252, 146
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Internet Time"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+    COMBOBOX        IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    CONTROL         "Automatically synchronize with an Internet time server", IDC_AUTODAYLIGHT,
+                    "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10
+    LTEXT           "Server:", -1, 34, 22, 28, 13
+    PUSHBUTTON      "Update Now", IDC_UPDATEBUTTON, 187, 22, 49, 14
+    LTEXT           "", IDC_SUCSYNC, 16, 54, 214, 23
+    LTEXT           "", IDC_NEXTSYNC, 12, 96, 137, 12
+    LTEXT           "Synchronazation can only occur when your computer is connected to the internet.", -1, 12, 114, 225, 25
+END
+
+
 STRINGTABLE
 BEGIN
     IDS_CPLNAME "Date/Time"
     IDS_CPLDESCRIPTION "Changes date, time and time zone information."
+    IDS_TIMEZONETEXT "Current time zone: %s"
+    IDS_TIMEZONEINVALID "Invalid"
+    IDS_TIMEZONEUNKNOWN "Unknown"
+    IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s"
+    IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s"
 END