diff --git a/reactos/lib/cpl/timedate/Cz.rc b/reactos/lib/cpl/timedate/Cz.rc index 54b487f6346..ffaf79d7a61 100644 --- a/reactos/lib/cpl/timedate/Cz.rc +++ b/reactos/lib/cpl/timedate/Cz.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 "Datum/as" @@ -39,4 +55,6 @@ BEGIN IDS_TIMEZONETEXT "Aktuln asov psmo: %s" IDS_TIMEZONEINVALID "Neplatn" IDS_TIMEZONEUNKNOWN "Neznm" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/De.rc b/reactos/lib/cpl/timedate/De.rc index 9a135150e10..fcf8ada272f 100644 --- a/reactos/lib/cpl/timedate/De.rc +++ b/reactos/lib/cpl/timedate/De.rc @@ -33,6 +33,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 "Datum/Zeit" @@ -40,4 +56,6 @@ BEGIN IDS_TIMEZONETEXT "Aktuelle Zeitzone: %s" IDS_TIMEZONEINVALID "Ungltig" IDS_TIMEZONEUNKNOWN "Unbekannt" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Dk.rc b/reactos/lib/cpl/timedate/Dk.rc index 21e4656a7c3..7231ccd2159 100644 --- a/reactos/lib/cpl/timedate/Dk.rc +++ b/reactos/lib/cpl/timedate/Dk.rc @@ -33,6 +33,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 "Dato/Tid" @@ -40,4 +56,6 @@ BEGIN IDS_TIMEZONETEXT "Nuvrende tidszone: %s" IDS_TIMEZONEINVALID "Ugyldig" IDS_TIMEZONEUNKNOWN "Ukendt" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Fr.rc b/reactos/lib/cpl/timedate/Fr.rc index 82b6912eaa6..5ef784a390e 100644 --- a/reactos/lib/cpl/timedate/Fr.rc +++ b/reactos/lib/cpl/timedate/Fr.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 "Date/Heure" @@ -39,4 +55,6 @@ BEGIN IDS_TIMEZONETEXT "Fuseau horaire actuel: %s" IDS_TIMEZONEINVALID "Invalide" IDS_TIMEZONEUNKNOWN "Inconnu" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END 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 diff --git a/reactos/lib/cpl/timedate/Hu.rc b/reactos/lib/cpl/timedate/Hu.rc index a7091f3c227..484848a6753 100644 --- a/reactos/lib/cpl/timedate/Hu.rc +++ b/reactos/lib/cpl/timedate/Hu.rc @@ -33,6 +33,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 "Dtum s id" @@ -40,4 +56,6 @@ BEGIN IDS_TIMEZONETEXT "Hasznlt idzna: %s" IDS_TIMEZONEINVALID "rvnytelen" IDS_TIMEZONEUNKNOWN "Ismeretlen" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Ja.rc b/reactos/lib/cpl/timedate/Ja.rc index da6a6cad1b2..cc3bc2a60b5 100644 --- a/reactos/lib/cpl/timedate/Ja.rc +++ b/reactos/lib/cpl/timedate/Ja.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 "tƎ" @@ -39,4 +55,6 @@ BEGIN IDS_TIMEZONETEXT "݂̃^C ][: %s" IDS_TIMEZONEINVALID "sȒl" IDS_TIMEZONEUNKNOWN "s" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Nl.rc b/reactos/lib/cpl/timedate/Nl.rc index 9a619a71f95..deb21c92ea5 100644 --- a/reactos/lib/cpl/timedate/Nl.rc +++ b/reactos/lib/cpl/timedate/Nl.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 "Datum en Tijd" @@ -39,4 +55,6 @@ BEGIN IDS_TIMEZONETEXT "Huidige tijdzone: %s" IDS_TIMEZONEINVALID "Ongelding" IDS_TIMEZONEUNKNOWN "Niet gekend" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Pl.rc b/reactos/lib/cpl/timedate/Pl.rc index 487e784fd12..300347bd237 100644 --- a/reactos/lib/cpl/timedate/Pl.rc +++ b/reactos/lib/cpl/timedate/Pl.rc @@ -34,6 +34,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 "Data/Godzina" @@ -41,4 +57,6 @@ BEGIN IDS_TIMEZONETEXT "Aktualna strefa czasowa: %s" IDS_TIMEZONEINVALID "Nieprawidowa" IDS_TIMEZONEUNKNOWN "Nieznana" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END diff --git a/reactos/lib/cpl/timedate/Ru.rc b/reactos/lib/cpl/timedate/Ru.rc index 073eec17690..2983deaaf38 100644 --- a/reactos/lib/cpl/timedate/Ru.rc +++ b/reactos/lib/cpl/timedate/Ru.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 diff --git a/reactos/lib/cpl/timedate/Sv.rc b/reactos/lib/cpl/timedate/Sv.rc index 1924634a6d3..fadc086cfbe 100644 --- a/reactos/lib/cpl/timedate/Sv.rc +++ b/reactos/lib/cpl/timedate/Sv.rc @@ -37,6 +37,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 "Datum/Tid" @@ -44,4 +60,6 @@ BEGIN IDS_TIMEZONETEXT "Aktuell tidszon: %s" IDS_TIMEZONEINVALID "Felaktig" IDS_TIMEZONEUNKNOWN "Oknd" + IDS_INETTIMESUCSYNC "The time has been successfully synchronized with %s on % at %s" + IDS_INETTIMENEXTSYNC "Next synchronization: %s at %s" END