[SETUPLIB][USETUP] Slightly modify how and when the HW system partition is detected...
[reactos.git] / base / setup / usetup / lang / pt-PT.h
index 68d5a0b..bd08cc8 100644 (file)
@@ -57,7 +57,7 @@ static MUI_ENTRY ptPTLanguagePageEntries[] =
         "\x07  Por favor, seleccione o idioma a ser utilizado durante a instala\207\306o.",
         TEXT_STYLE_NORMAL
     },
-     {
+    {
         8,
         11,
         "\x07  O idioma seleccionado ser\240 o idioma padr\306o do sistema.",
@@ -738,7 +738,8 @@ static MUI_ENTRY ptPTDisplayPageEntries[] =
         "A lista a seguir mostra os tipos de v\241deo dispon\241veis para instala\207\306o.",
         TEXT_STYLE_NORMAL
     },
-    {   6,
+    {
+        6,
         10,
          "Use as teclas SETA PARA CIMA e SETA PARA BAIXO para seleccionar",
          TEXT_STYLE_NORMAL
@@ -945,6 +946,112 @@ static MUI_ENTRY ptPTSelectPartitionEntries[] =
     }
 };
 
+static MUI_ENTRY ptPTChangeSystemPartition[] =
+{
+    {
+        4,
+        3,
+        " ReactOS " KERNEL_VERSION_STR " Setup ",
+        TEXT_STYLE_UNDERLINE
+    },
+    {
+        6,
+        8,
+        "The current system partition of your computer",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        12,
+        "on the system disk",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        16,
+        "uses a format not supported by ReactOS.",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        18,
+        "In order to successfully install ReactOS, the Setup program must change",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        19,
+        "the current system partition to a new one.",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        21,
+        "The new candidate system partition is:",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        8,
+        25,
+        "\x07  To accept this choice, press ENTER.",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        8,
+        27,
+        "\x07  To manually change the system partition, press ESC to go back to",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        8,
+        28,
+        "   the partition selection list, then select or create a new system",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        8,
+        29,
+        "   partition on the system disk.",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        32,
+        "In case there are other operating systems that depend on the original",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        33,
+        "system partition, you may need to either reconfigure them for the new",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        34,
+        "system partition, or you may need to change the system partition back",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        6,
+        35,
+        "to the original one after finishing the installation of ReactOS.",
+        TEXT_STYLE_NORMAL
+    },
+    {
+        0,
+        0,
+        "ENTER = Continue   ESC = Cancel",
+        TEXT_TYPE_STATUS | TEXT_PADDING_BIG
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    }
+};
+
 static MUI_ENTRY ptPTConfirmDeleteSystemPartitionEntries[] =
 {
     {
@@ -1401,7 +1508,6 @@ static MUI_ENTRY ptPTSelectFSEntries[] =
         "ENTER=Continuar  ESC=Cancelar  F3=Sair",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
-
     {
         0,
         0,
@@ -1711,14 +1817,14 @@ MUI_ERROR ptPTErrorEntries[] =
     },
     {
         // ERROR_PARTITION_TABLE_FULL,
-        "You can not create a new primary or extended partition in the\n"
+        "You cannot create a new primary or extended partition in the\n"
         "partition table of this disk because the partition table is full.\n"
         "\n"
         "  * Press any key to continue."
     },
     {
         // ERROR_ONLY_ONE_EXTENDED,
-        "You can not create more than one extended partition per disk.\n"
+        "You cannot create more than one extended partition per disk.\n"
         "\n"
         "  * Press any key to continue."
     },
@@ -1785,6 +1891,10 @@ MUI_PAGE ptPTPages[] =
         SELECT_PARTITION_PAGE,
         ptPTSelectPartitionEntries
     },
+    {
+        CHANGE_SYSTEM_PARTITION,
+        ptPTChangeSystemPartition
+    },
     {
         CONFIRM_DELETE_SYSTEM_PARTITION_PAGE,
         ptPTConfirmDeleteSystemPartitionEntries