X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fcpl%2Ftimedate%2FGr.rc;h=2a0d5534a6c4071b6ffde4057745885e68f7ab4a;hp=eedc1498f007b80977e5191b497326e475f930d8;hb=61b0f100bce329f834672305c9755e9c1fbbcd26;hpb=73b306468b1304e591410acad350cad2d502a47c diff --git a/reactos/lib/cpl/timedate/Gr.rc b/reactos/lib/cpl/timedate/Gr.rc index eedc1498f00..2a0d5534a6c 100644 --- a/reactos/lib/cpl/timedate/Gr.rc +++ b/reactos/lib/cpl/timedate/Gr.rc @@ -32,6 +32,22 @@ 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 "Çìåñïìçíßá/¿ñá" @@ -39,4 +55,6 @@ BEGIN IDS_TIMEZONETEXT "ÔùñéíÞ ÷ñïíéêÞ æþíç: %s" IDS_TIMEZONEINVALID "Ìç Ýããõñï" IDS_TIMEZONEUNKNOWN "¢ãíùóôï" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END