From bc9fefefbfc74d3f33995156873235d7ebded6b8 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sat, 28 Jul 2007 19:48:00 +0000 Subject: [PATCH] - fix internet time update button for the languages which had it wrong - add missing internet update time dialog to spanish resource file - needs to be translated svn path=/trunk/; revision=27969 --- reactos/dll/cpl/timedate/lang/cs-CZ.rc | 2 +- reactos/dll/cpl/timedate/lang/da-DK.rc | 2 +- reactos/dll/cpl/timedate/lang/de-DE.rc | 2 +- reactos/dll/cpl/timedate/lang/el-GR.rc | 2 +- reactos/dll/cpl/timedate/lang/es-ES.rc | 14 ++++++++++++++ reactos/dll/cpl/timedate/lang/fr-FR.rc | 2 +- reactos/dll/cpl/timedate/lang/hu-HU.rc | 2 +- reactos/dll/cpl/timedate/lang/ja-JP.rc | 2 +- reactos/dll/cpl/timedate/lang/nl-NL.rc | 2 +- reactos/dll/cpl/timedate/lang/pl-PL.rc | 2 +- reactos/dll/cpl/timedate/lang/sk-SK.rc | 2 +- reactos/dll/cpl/timedate/lang/sv-SE.rc | 2 +- 12 files changed, 25 insertions(+), 11 deletions(-) diff --git a/reactos/dll/cpl/timedate/lang/cs-CZ.rc b/reactos/dll/cpl/timedate/lang/cs-CZ.rc index 359fe6efcf9..d039419abd4 100644 --- a/reactos/dll/cpl/timedate/lang/cs-CZ.rc +++ b/reactos/dll/cpl/timedate/lang/cs-CZ.rc @@ -43,7 +43,7 @@ CAPTION " FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Automaticky synchronizovat čas s časovým serverem v Internetu", IDC_AUTODAYLIGHT, + CONTROL "Automaticky synchronizovat čas s časovým serverem v Internetu", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Server:", -1, 34, 22, 28, 13 PUSHBUTTON "Aktualizovat", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/da-DK.rc b/reactos/dll/cpl/timedate/lang/da-DK.rc index e33e46d07d3..f8e78a05f89 100644 --- a/reactos/dll/cpl/timedate/lang/da-DK.rc +++ b/reactos/dll/cpl/timedate/lang/da-DK.rc @@ -44,7 +44,7 @@ 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, + CONTROL "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, "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 diff --git a/reactos/dll/cpl/timedate/lang/de-DE.rc b/reactos/dll/cpl/timedate/lang/de-DE.rc index 3196e9df822..96109dc3873 100644 --- a/reactos/dll/cpl/timedate/lang/de-DE.rc +++ b/reactos/dll/cpl/timedate/lang/de-DE.rc @@ -44,7 +44,7 @@ CAPTION "Internet Zeit" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Automatisch mit einem Internet Zeitserver synchronisieren", IDC_AUTODAYLIGHT, + CONTROL "Automatisch mit einem Internet Zeitserver synchronisieren", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Server:", -1, 34, 22, 28, 13 PUSHBUTTON "Jetzt updaten", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/el-GR.rc b/reactos/dll/cpl/timedate/lang/el-GR.rc index 174152afc8e..2d61b1afb6c 100644 --- a/reactos/dll/cpl/timedate/lang/el-GR.rc +++ b/reactos/dll/cpl/timedate/lang/el-GR.rc @@ -44,7 +44,7 @@ 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, + CONTROL "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, "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 diff --git a/reactos/dll/cpl/timedate/lang/es-ES.rc b/reactos/dll/cpl/timedate/lang/es-ES.rc index f6e8d70fabc..05af3459488 100644 --- a/reactos/dll/cpl/timedate/lang/es-ES.rc +++ b/reactos/dll/cpl/timedate/lang/es-ES.rc @@ -36,6 +36,20 @@ BEGIN IDC_AUTODAYLIGHT, 6, 132, 242, 11, WS_VISIBLE | WS_GROUP | WS_TABSTOP 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 + AUTOCHECKBOX "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, + 11 ,7, 241, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP + LTEXT "Server:", IDC_SERVERTEXT, 34, 22, 28, 13 + PUSHBUTTON "Update Now", IDC_UPDATEBUTTON, 187, 22, 49, 14 + LTEXT "", IDC_SUCSYNC, 12, 54, 214, 23 + LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12 + LTEXT "Synchronization can only occur when your computer is connected to the internet.", -1, 12, 114, 225, 25 +END STRINGTABLE BEGIN diff --git a/reactos/dll/cpl/timedate/lang/fr-FR.rc b/reactos/dll/cpl/timedate/lang/fr-FR.rc index 9b9d4357f58..06817f18242 100644 --- a/reactos/dll/cpl/timedate/lang/fr-FR.rc +++ b/reactos/dll/cpl/timedate/lang/fr-FR.rc @@ -44,7 +44,7 @@ CAPTION "Temps Internet" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Synchroniser automatiquement avec un serveur d'heure Internet", IDC_AUTODAYLIGHT, + CONTROL "Synchroniser automatiquement avec un serveur d'heure Internet", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Serveur:", -1, 34, 22, 28, 13 PUSHBUTTON "Mettre ŕ jour maintenant", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/hu-HU.rc b/reactos/dll/cpl/timedate/lang/hu-HU.rc index 080714b01b7..dc1cd550a6f 100644 --- a/reactos/dll/cpl/timedate/lang/hu-HU.rc +++ b/reactos/dll/cpl/timedate/lang/hu-HU.rc @@ -44,7 +44,7 @@ CAPTION "Internet Id FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Szinkronizálja a számítógép óráját egy internetes kiszolgálóval", IDC_AUTODAYLIGHT, + CONTROL "Szinkronizálja a számítógép óráját egy internetes kiszolgálóval", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Kiszolgáló:", -1, 34, 22, 28, 13 PUSHBUTTON "Szinkronizáljon most", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/ja-JP.rc b/reactos/dll/cpl/timedate/lang/ja-JP.rc index 435bca42607..13decd6f517 100644 --- a/reactos/dll/cpl/timedate/lang/ja-JP.rc +++ b/reactos/dll/cpl/timedate/lang/ja-JP.rc @@ -44,7 +44,7 @@ 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, + CONTROL "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, "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 diff --git a/reactos/dll/cpl/timedate/lang/nl-NL.rc b/reactos/dll/cpl/timedate/lang/nl-NL.rc index 4214b56ad91..20e45fc289d 100644 --- a/reactos/dll/cpl/timedate/lang/nl-NL.rc +++ b/reactos/dll/cpl/timedate/lang/nl-NL.rc @@ -43,7 +43,7 @@ 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, + CONTROL "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, "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 diff --git a/reactos/dll/cpl/timedate/lang/pl-PL.rc b/reactos/dll/cpl/timedate/lang/pl-PL.rc index d78ffffb804..ad3332cf5ce 100644 --- a/reactos/dll/cpl/timedate/lang/pl-PL.rc +++ b/reactos/dll/cpl/timedate/lang/pl-PL.rc @@ -49,7 +49,7 @@ CAPTION "Czas z Internetu" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Automatycznie synchronizuj czas z internetowym serwerem czasu", IDC_AUTODAYLIGHT, + CONTROL "Automatycznie synchronizuj czas z internetowym serwerem czasu", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Serwer:", -1, 34, 22, 28, 13 PUSHBUTTON "&Aktualizuj teraz", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/sk-SK.rc b/reactos/dll/cpl/timedate/lang/sk-SK.rc index f3f5931e12d..94971f3b0f3 100644 --- a/reactos/dll/cpl/timedate/lang/sk-SK.rc +++ b/reactos/dll/cpl/timedate/lang/sk-SK.rc @@ -50,7 +50,7 @@ CAPTION "Internetov FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN COMBOBOX IDC_SERVERLIST, 65, 22, 117, 136, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Automaticky &synchronizovať čas s internetovým časovým serverom", IDC_AUTODAYLIGHT, + CONTROL "Automaticky &synchronizovať čas s internetovým časovým serverom", IDC_AUTOSYNC, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,11,7,241,10 LTEXT "Server:", -1, 34, 22, 28, 13 PUSHBUTTON "&Aktualizovať", IDC_UPDATEBUTTON, 187, 22, 49, 14 diff --git a/reactos/dll/cpl/timedate/lang/sv-SE.rc b/reactos/dll/cpl/timedate/lang/sv-SE.rc index 62c0053fd5c..d8b1dff59e4 100644 --- a/reactos/dll/cpl/timedate/lang/sv-SE.rc +++ b/reactos/dll/cpl/timedate/lang/sv-SE.rc @@ -48,7 +48,7 @@ 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, + CONTROL "Automatically synchronize with an Internet time server", IDC_AUTOSYNC, "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