- Add missing REGISTRY_PAGE localizations
authorMarc Piulachs <marc.piulachs@live.com>
Wed, 2 Jan 2008 15:07:27 +0000 (15:07 +0000)
committerMarc Piulachs <marc.piulachs@live.com>
Wed, 2 Jan 2008 15:07:27 +0000 (15:07 +0000)
note: "make usetup_clean" may be required

svn path=/trunk/; revision=31564

reactos/base/setup/usetup/interface/usetup.c
reactos/base/setup/usetup/lang/de-DE.h
reactos/base/setup/usetup/lang/el-GR.h
reactos/base/setup/usetup/lang/en-US.h
reactos/base/setup/usetup/lang/es-ES.h
reactos/base/setup/usetup/lang/fr-FR.h
reactos/base/setup/usetup/lang/it-IT.h
reactos/base/setup/usetup/lang/ru-RU.h
reactos/base/setup/usetup/lang/sv-SE.h
reactos/base/setup/usetup/lang/uk-UA.h

index 6c2f570..c7aeca0 100644 (file)
@@ -2975,9 +2975,7 @@ RegistryPage(PINPUT_RECORD Ir)
   BOOLEAN Delete;
   NTSTATUS Status;
 
-  CONSOLE_SetTextXY(6, 8, "Setup is updating the system configuration");
-
-  CONSOLE_SetStatusText("   Creating registry hives...");
+  MUIDisplayPage(REGISTRY_PAGE);
 
   if (RepairUpdateFlag)
     {
index d0cd9dc..39a107c 100644 (file)
@@ -1242,6 +1242,34 @@ static MUI_ENTRY deDEDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY deDERegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
 
 MUI_ERROR deDEErrorEntries[] =
 {
@@ -1526,6 +1554,10 @@ MUI_PAGE deDEPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         deDEBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        deDERegistryEntries
+    },
     {
         -1,
         NULL
index 9a86ccf..ad7c8e9 100644 (file)
@@ -1236,6 +1236,34 @@ static MUI_ENTRY elGRDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY elGRRegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
 
 MUI_ERROR elGRErrorEntries[] =
 {
@@ -1520,6 +1548,10 @@ MUI_PAGE elGRPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         elGRBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        elGRRegistryEntries
+    },
     {
         -1,
         NULL
index 755419f..e5b5e3e 100644 (file)
@@ -1236,6 +1236,35 @@ static MUI_ENTRY enUSDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY enUSRegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
+
 MUI_ERROR enUSErrorEntries[] =
 {
     {
@@ -1436,8 +1465,8 @@ MUI_PAGE enUSPages[] =
         enUSLanguagePageEntries
     },
     {
-       START_PAGE,
-       enUSWelcomePageEntries
+        START_PAGE,
+        enUSWelcomePageEntries
     },
     {
         INSTALL_INTRO_PAGE,
@@ -1519,6 +1548,10 @@ MUI_PAGE enUSPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         enUSBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        enUSRegistryEntries
+    },
     {
         -1,
         NULL
index 264d20f..8db48f4 100644 (file)
@@ -1236,6 +1236,35 @@ static MUI_ENTRY esESDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY esESRegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
+
 MUI_ERROR esESErrorEntries[] =
 {
     {
@@ -1518,6 +1547,10 @@ MUI_PAGE esESPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         esESBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        esESRegistryEntries
+    },
     {
         -1,
         NULL
index 38f435a..9f0af0d 100644 (file)
@@ -1248,6 +1248,34 @@ static MUI_ENTRY frFRDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY frFRRegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
 
 MUI_ERROR frFRErrorEntries[] =
 {
@@ -1532,6 +1560,10 @@ MUI_PAGE frFRPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         frFRBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        frFRRegistryEntries
+    },
     {
         -1,
         NULL
index 693d584..df1e17f 100644 (file)
@@ -1242,6 +1242,34 @@ static MUI_ENTRY itITDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY itITRegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
 
 MUI_ERROR itITErrorEntries[] =
 {
@@ -1525,6 +1553,10 @@ MUI_PAGE itITPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         itITBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        itITRegistryEntries
+    },
     {
         -1,
         NULL
index 913f2b3..76e8699 100644 (file)
@@ -1236,6 +1236,35 @@ static MUI_ENTRY ruRUDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY ruRURegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
+
 MUI_ERROR ruRUErrorEntries[] =
 {
     {
@@ -1518,6 +1547,10 @@ MUI_PAGE ruRUPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         ruRUBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        ruRURegistryEntries
+    },
     {
         -1,
         NULL
index 95494f5..f8d79a5 100644 (file)
@@ -1236,6 +1236,35 @@ static MUI_ENTRY svSEDeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY svSERegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
+
 MUI_ERROR svSEErrorEntries[] =
 {
     {
@@ -1518,6 +1547,10 @@ MUI_PAGE svSEPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         svSEBootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        svSERegistryEntries
+    },
     {
         -1,
         NULL
index 0cd0cd2..8240dd5 100644 (file)
@@ -1236,6 +1236,35 @@ static MUI_ENTRY ukUADeletePartitionEntries[] =
     }
 };
 
+static MUI_ENTRY ukUARegistryEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "Setup is updating the system configuration. ",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   Creating registry hives...",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    },
+
+};
+
 MUI_ERROR ukUAErrorEntries[] =
 {
     {
@@ -1519,6 +1548,10 @@ MUI_PAGE ukUAPages[] =
         BOOT_LOADER_FLOPPY_PAGE,
         ukUABootPageEntries
     },
+    {
+        REGISTRY_PAGE,
+        ukUARegistryEntries
+    },
     {
         -1,
         NULL