[USETUP] Modify the integrated user-mode PnP manager along the lines of UMPNPMGR...
[reactos.git] / base / setup / usetup / lang / bn-BD.h
index 7bd3756..1cde932 100644 (file)
@@ -1,5 +1,39 @@
 #pragma once
 
+static MUI_ENTRY bnBDSetupInitPageEntries[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_STYLE_UNDERLINE
+    },
+    {
+        0,
+        20,
+        "Please wait while the ReactOS Setup initializes itself",
+        TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
+    },
+    {
+        0,
+        21,
+        "and discovers your devices...",
+        TEXT_STYLE_NORMAL | TEXT_ALIGN_CENTER
+    },
+    {
+        0,
+        0,
+        "Please wait...",
+        TEXT_TYPE_STATUS | TEXT_PADDING_BIG,
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    }
+};
+
 static MUI_ENTRY bnBDLanguagePageEntries[] =
 {
     {
@@ -606,19 +640,19 @@ static MUI_ENTRY bnBDFlushPageEntries[] =
     {
         10,
         6,
-        "The system is now making sure all data is stored on your disk",
+        "The system is now making sure all data is stored on your disk.",
         TEXT_STYLE_NORMAL
     },
     {
         10,
         8,
-        "This may take a minute",
+        "This may take a minute.",
         TEXT_STYLE_NORMAL
     },
     {
         10,
         9,
-        "When finished, your computer will reboot automatically",
+        "When finished, your computer will reboot automatically.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -646,7 +680,7 @@ static MUI_ENTRY bnBDQuitPageEntries[] =
     {
         10,
         6,
-        "ReactOS is not completely installed",
+        "ReactOS is not completely installed.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -670,7 +704,7 @@ static MUI_ENTRY bnBDQuitPageEntries[] =
     {
         0,
         0,
-        "Please wait ...",
+        "Please wait...",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG,
     },
     {
@@ -1283,7 +1317,7 @@ static MUI_ENTRY bnBDPrepareCopyEntries[] =
     {
         6,
         8,
-        "Setup prepares your computer for copying the ReactOS files. ",
+        "Setup prepares your computer for copying the ReactOS files.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1405,7 +1439,7 @@ static MUI_ENTRY bnBDRegistryEntries[] =
     {
         6,
         8,
-        "Setup is updating the system configuration. ",
+        "Setup is updating the system configuration.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1471,7 +1505,7 @@ MUI_ERROR bnBDErrorEntries[] =
     },
     {
         // ERROR_WRITE_BOOT,
-        "Setup failed to install FAT bootcode on the system partition.",
+        "Setup failed to install %S bootcode on the system partition.",
         "ENTER = Reboot computer"
     },
     {
@@ -1522,7 +1556,7 @@ MUI_ERROR bnBDErrorEntries[] =
     },
     {
         // ERROR_INSTALL_BOOTCODE,
-        "Setup failed to install the FAT bootcode on the system partition.",
+        "Setup failed to install the %S bootcode on the system partition.",
         "ENTER = Reboot computer"
     },
     {
@@ -1582,7 +1616,7 @@ MUI_ERROR bnBDErrorEntries[] =
     },
     {
         // ERROR_CREATE_DIR,
-        "Setup could not create install directories.",
+        "Setup could not create the installation directories.",
         "ENTER = Reboot computer"
     },
     {
@@ -1599,7 +1633,7 @@ MUI_ERROR bnBDErrorEntries[] =
     },
     {
         // ERROR_CREATE_INSTALL_DIR
-        "Setup could not create the install directory.",
+        "Setup could not create the installation directory.",
         "ENTER = Reboot computer"
     },
     {
@@ -1669,6 +1703,10 @@ MUI_ERROR bnBDErrorEntries[] =
 
 MUI_PAGE bnBDPages[] =
 {
+    {
+        SETUP_INIT_PAGE,
+        bnBDSetupInitPageEntries
+    },
     {
         LANGUAGE_PAGE,
         bnBDLanguagePageEntries
@@ -1817,6 +1855,12 @@ MUI_STRING bnBDStrings[] =
     "F3 = Quit  ENTER = Continue"},
     {STRING_REBOOTCOMPUTER,
     "ENTER = Reboot computer"},
+    {STRING_DELETING,
+     "   Deleting file: %S"},
+    {STRING_MOVING,
+     "   Moving file: %S to: %S"},
+    {STRING_RENAMING,
+     "   Renaming file: %S to: %S"},
     {STRING_COPYING,
      "   Copying file: %S"},
     {STRING_SETUPCOPYINGFILES,