Allow usetup page title localization

svn path=/trunk/; revision=31524
This commit is contained in:
Marc Piulachs 2007-12-31 17:56:13 +00:00
parent 794e7aaf59
commit f7cb25576d
10 changed files with 1344 additions and 5 deletions

View file

@ -3428,9 +3428,11 @@ RunUSetup(VOID)
while (Page != REBOOT_PAGE) while (Page != REBOOT_PAGE)
{ {
CONSOLE_ClearScreen(); CONSOLE_ClearScreen();
CONSOLE_SetUnderlinedTextXY(4, 3, " ReactOS " KERNEL_VERSION_STR " Setup ");
CONSOLE_Flush(); CONSOLE_Flush();
//CONSOLE_SetUnderlinedTextXY(4, 3, " ReactOS " KERNEL_VERSION_STR " Setup ");
//CONSOLE_Flush();
switch (Page) switch (Page)
{ {
/* Start page */ /* Start page */
@ -3540,7 +3542,6 @@ RunUSetup(VOID)
Page = BootLoaderHarddiskPage(&Ir); Page = BootLoaderHarddiskPage(&Ir);
break; break;
/* Repair pages */ /* Repair pages */
case REPAIR_INTRO_PAGE: case REPAIR_INTRO_PAGE:
Page = RepairIntroPage(&Ir); Page = RepairIntroPage(&Ir);

View file

@ -3,6 +3,12 @@
static MUI_ENTRY deDELanguagePageEntries[] = static MUI_ENTRY deDELanguagePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY deDELanguagePageEntries[] =
static MUI_ENTRY deDEWelcomePageEntries[] = static MUI_ENTRY deDEWelcomePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -113,6 +125,12 @@ static MUI_ENTRY deDEWelcomePageEntries[] =
static MUI_ENTRY deDEIntroPageEntries[] = static MUI_ENTRY deDEIntroPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
4, 4,
3, 3,
@ -207,6 +225,12 @@ static MUI_ENTRY deDEIntroPageEntries[] =
static MUI_ENTRY deDELicensePageEntries[] = static MUI_ENTRY deDELicensePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +349,12 @@ static MUI_ENTRY deDELicensePageEntries[] =
static MUI_ENTRY deDEDevicePageEntries[] = static MUI_ENTRY deDEDevicePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +442,12 @@ static MUI_ENTRY deDEDevicePageEntries[] =
static MUI_ENTRY deDERepairPageEntries[] = static MUI_ENTRY deDERepairPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +505,12 @@ static MUI_ENTRY deDERepairPageEntries[] =
}; };
static MUI_ENTRY deDEComputerPageEntries[] = static MUI_ENTRY deDEComputerPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +557,12 @@ static MUI_ENTRY deDEComputerPageEntries[] =
static MUI_ENTRY deDEFlushPageEntries[] = static MUI_ENTRY deDEFlushPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +597,12 @@ static MUI_ENTRY deDEFlushPageEntries[] =
static MUI_ENTRY deDEQuitPageEntries[] = static MUI_ENTRY deDEQuitPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +643,12 @@ static MUI_ENTRY deDEQuitPageEntries[] =
static MUI_ENTRY deDEDisplayPageEntries[] = static MUI_ENTRY deDEDisplayPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +694,12 @@ static MUI_ENTRY deDEDisplayPageEntries[] =
static MUI_ENTRY deDESuccessPageEntries[] = static MUI_ENTRY deDESuccessPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +740,12 @@ static MUI_ENTRY deDESuccessPageEntries[] =
static MUI_ENTRY deDEBootPageEntries[] = static MUI_ENTRY deDEBootPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +787,12 @@ static MUI_ENTRY deDEBootPageEntries[] =
static MUI_ENTRY deDESelectPartitionEntries[] = static MUI_ENTRY deDESelectPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +845,12 @@ static MUI_ENTRY deDESelectPartitionEntries[] =
static MUI_ENTRY deDEFormatPartitionEntries[] = static MUI_ENTRY deDEFormatPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -801,6 +885,12 @@ static MUI_ENTRY deDEFormatPartitionEntries[] =
static MUI_ENTRY deDEInstallDirectoryEntries[] = static MUI_ENTRY deDEInstallDirectoryEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +931,12 @@ static MUI_ENTRY deDEInstallDirectoryEntries[] =
static MUI_ENTRY deDEFileCopyEntries[] = static MUI_ENTRY deDEFileCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +971,12 @@ static MUI_ENTRY deDEFileCopyEntries[] =
static MUI_ENTRY deDEBootLoaderEntries[] = static MUI_ENTRY deDEBootLoaderEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1017,12 @@ static MUI_ENTRY deDEBootLoaderEntries[] =
static MUI_ENTRY deDEKeyboardSettingsEntries[] = static MUI_ENTRY deDEKeyboardSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1069,12 @@ static MUI_ENTRY deDEKeyboardSettingsEntries[] =
static MUI_ENTRY deDELayoutSettingsEntries[] = static MUI_ENTRY deDELayoutSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1122,12 @@ static MUI_ENTRY deDELayoutSettingsEntries[] =
static MUI_ENTRY deDEPrepareCopyEntries[] = static MUI_ENTRY deDEPrepareCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1151,12 @@ static MUI_ENTRY deDEPrepareCopyEntries[] =
static MUI_ENTRY deDESelectFSEntries[] = static MUI_ENTRY deDESelectFSEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1198,12 @@ static MUI_ENTRY deDESelectFSEntries[] =
static MUI_ENTRY deDEDeletePartitionEntries[] = static MUI_ENTRY deDEDeletePartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY elGRLanguagePageEntries[] = static MUI_ENTRY elGRLanguagePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY elGRLanguagePageEntries[] =
static MUI_ENTRY elGRWelcomePageEntries[] = static MUI_ENTRY elGRWelcomePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -207,6 +219,12 @@ static MUI_ENTRY elGRIntroPageEntries[] =
static MUI_ENTRY elGRLicensePageEntries[] = static MUI_ENTRY elGRLicensePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY elGRLicensePageEntries[] =
static MUI_ENTRY elGRDevicePageEntries[] = static MUI_ENTRY elGRDevicePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY elGRDevicePageEntries[] =
static MUI_ENTRY elGRRepairPageEntries[] = static MUI_ENTRY elGRRepairPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY elGRRepairPageEntries[] =
}; };
static MUI_ENTRY elGRComputerPageEntries[] = static MUI_ENTRY elGRComputerPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY elGRComputerPageEntries[] =
static MUI_ENTRY elGRFlushPageEntries[] = static MUI_ENTRY elGRFlushPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY elGRFlushPageEntries[] =
static MUI_ENTRY elGRQuitPageEntries[] = static MUI_ENTRY elGRQuitPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY elGRQuitPageEntries[] =
static MUI_ENTRY elGRDisplayPageEntries[] = static MUI_ENTRY elGRDisplayPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY elGRDisplayPageEntries[] =
static MUI_ENTRY elGRSuccessPageEntries[] = static MUI_ENTRY elGRSuccessPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY elGRSuccessPageEntries[] =
static MUI_ENTRY elGRBootPageEntries[] = static MUI_ENTRY elGRBootPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY elGRBootPageEntries[] =
static MUI_ENTRY elGRSelectPartitionEntries[] = static MUI_ENTRY elGRSelectPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY elGRSelectPartitionEntries[] =
static MUI_ENTRY elGRFormatPartitionEntries[] = static MUI_ENTRY elGRFormatPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY elGRFormatPartitionEntries[] =
static MUI_ENTRY elGRInstallDirectoryEntries[] = static MUI_ENTRY elGRInstallDirectoryEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY elGRInstallDirectoryEntries[] =
static MUI_ENTRY elGRFileCopyEntries[] = static MUI_ENTRY elGRFileCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY elGRFileCopyEntries[] =
static MUI_ENTRY elGRBootLoaderEntries[] = static MUI_ENTRY elGRBootLoaderEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY elGRBootLoaderEntries[] =
static MUI_ENTRY elGRKeyboardSettingsEntries[] = static MUI_ENTRY elGRKeyboardSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY elGRKeyboardSettingsEntries[] =
static MUI_ENTRY elGRLayoutSettingsEntries[] = static MUI_ENTRY elGRLayoutSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY elGRLayoutSettingsEntries[] =
static MUI_ENTRY elGRPrepareCopyEntries[] = static MUI_ENTRY elGRPrepareCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY elGRPrepareCopyEntries[] =
static MUI_ENTRY elGRSelectFSEntries[] = static MUI_ENTRY elGRSelectFSEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY elGRSelectFSEntries[] =
static MUI_ENTRY elGRDeletePartitionEntries[] = static MUI_ENTRY elGRDeletePartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY enUSLanguagePageEntries[] = static MUI_ENTRY enUSLanguagePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY enUSLanguagePageEntries[] =
static MUI_ENTRY enUSWelcomePageEntries[] = static MUI_ENTRY enUSWelcomePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -207,6 +219,12 @@ static MUI_ENTRY enUSIntroPageEntries[] =
static MUI_ENTRY enUSLicensePageEntries[] = static MUI_ENTRY enUSLicensePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY enUSLicensePageEntries[] =
static MUI_ENTRY enUSDevicePageEntries[] = static MUI_ENTRY enUSDevicePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY enUSDevicePageEntries[] =
static MUI_ENTRY enUSRepairPageEntries[] = static MUI_ENTRY enUSRepairPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY enUSRepairPageEntries[] =
}; };
static MUI_ENTRY enUSComputerPageEntries[] = static MUI_ENTRY enUSComputerPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY enUSComputerPageEntries[] =
static MUI_ENTRY enUSFlushPageEntries[] = static MUI_ENTRY enUSFlushPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY enUSFlushPageEntries[] =
static MUI_ENTRY enUSQuitPageEntries[] = static MUI_ENTRY enUSQuitPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY enUSQuitPageEntries[] =
static MUI_ENTRY enUSDisplayPageEntries[] = static MUI_ENTRY enUSDisplayPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY enUSDisplayPageEntries[] =
static MUI_ENTRY enUSSuccessPageEntries[] = static MUI_ENTRY enUSSuccessPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY enUSSuccessPageEntries[] =
static MUI_ENTRY enUSBootPageEntries[] = static MUI_ENTRY enUSBootPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY enUSBootPageEntries[] =
static MUI_ENTRY enUSSelectPartitionEntries[] = static MUI_ENTRY enUSSelectPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY enUSSelectPartitionEntries[] =
static MUI_ENTRY enUSFormatPartitionEntries[] = static MUI_ENTRY enUSFormatPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY enUSFormatPartitionEntries[] =
static MUI_ENTRY enUSInstallDirectoryEntries[] = static MUI_ENTRY enUSInstallDirectoryEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY enUSInstallDirectoryEntries[] =
static MUI_ENTRY enUSFileCopyEntries[] = static MUI_ENTRY enUSFileCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY enUSFileCopyEntries[] =
static MUI_ENTRY enUSBootLoaderEntries[] = static MUI_ENTRY enUSBootLoaderEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY enUSBootLoaderEntries[] =
static MUI_ENTRY enUSKeyboardSettingsEntries[] = static MUI_ENTRY enUSKeyboardSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY enUSKeyboardSettingsEntries[] =
static MUI_ENTRY enUSLayoutSettingsEntries[] = static MUI_ENTRY enUSLayoutSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY enUSLayoutSettingsEntries[] =
static MUI_ENTRY enUSPrepareCopyEntries[] = static MUI_ENTRY enUSPrepareCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY enUSPrepareCopyEntries[] =
static MUI_ENTRY enUSSelectFSEntries[] = static MUI_ENTRY enUSSelectFSEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY enUSSelectFSEntries[] =
static MUI_ENTRY enUSDeletePartitionEntries[] = static MUI_ENTRY enUSDeletePartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY esESLanguagePageEntries[] = static MUI_ENTRY esESLanguagePageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY esESLanguagePageEntries[] =
static MUI_ENTRY esESWelcomePageEntries[] = static MUI_ENTRY esESWelcomePageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -116,7 +128,7 @@ static MUI_ENTRY esESIntroPageEntries[] =
{ {
4, 4,
3, 3,
" Instalación de ReactOS " KERNEL_VERSION_STR, " Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE TEXT_UNDERLINE
}, },
{ {
@ -207,6 +219,12 @@ static MUI_ENTRY esESIntroPageEntries[] =
static MUI_ENTRY esESLicensePageEntries[] = static MUI_ENTRY esESLicensePageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY esESLicensePageEntries[] =
static MUI_ENTRY esESDevicePageEntries[] = static MUI_ENTRY esESDevicePageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY esESDevicePageEntries[] =
static MUI_ENTRY esESRepairPageEntries[] = static MUI_ENTRY esESRepairPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY esESRepairPageEntries[] =
}; };
static MUI_ENTRY esESComputerPageEntries[] = static MUI_ENTRY esESComputerPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY esESComputerPageEntries[] =
static MUI_ENTRY esESFlushPageEntries[] = static MUI_ENTRY esESFlushPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY esESFlushPageEntries[] =
static MUI_ENTRY esESQuitPageEntries[] = static MUI_ENTRY esESQuitPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY esESQuitPageEntries[] =
static MUI_ENTRY esESDisplayPageEntries[] = static MUI_ENTRY esESDisplayPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY esESDisplayPageEntries[] =
static MUI_ENTRY esESSuccessPageEntries[] = static MUI_ENTRY esESSuccessPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY esESSuccessPageEntries[] =
static MUI_ENTRY esESBootPageEntries[] = static MUI_ENTRY esESBootPageEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY esESBootPageEntries[] =
static MUI_ENTRY esESSelectPartitionEntries[] = static MUI_ENTRY esESSelectPartitionEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY esESSelectPartitionEntries[] =
static MUI_ENTRY esESFormatPartitionEntries[] = static MUI_ENTRY esESFormatPartitionEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY esESFormatPartitionEntries[] =
static MUI_ENTRY esESInstallDirectoryEntries[] = static MUI_ENTRY esESInstallDirectoryEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY esESInstallDirectoryEntries[] =
static MUI_ENTRY esESFileCopyEntries[] = static MUI_ENTRY esESFileCopyEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY esESFileCopyEntries[] =
static MUI_ENTRY esESBootLoaderEntries[] = static MUI_ENTRY esESBootLoaderEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY esESBootLoaderEntries[] =
static MUI_ENTRY esESKeyboardSettingsEntries[] = static MUI_ENTRY esESKeyboardSettingsEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY esESKeyboardSettingsEntries[] =
static MUI_ENTRY esESLayoutSettingsEntries[] = static MUI_ENTRY esESLayoutSettingsEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY esESLayoutSettingsEntries[] =
static MUI_ENTRY esESPrepareCopyEntries[] = static MUI_ENTRY esESPrepareCopyEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY esESPrepareCopyEntries[] =
static MUI_ENTRY esESSelectFSEntries[] = static MUI_ENTRY esESSelectFSEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY esESSelectFSEntries[] =
static MUI_ENTRY esESDeletePartitionEntries[] = static MUI_ENTRY esESDeletePartitionEntries[] =
{ {
{
4,
3,
" Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1110,6 +1236,198 @@ static MUI_ENTRY esESDeletePartitionEntries[] =
} }
}; };
MUI_ERROR esESErrorEntries[] =
{
{
//ERROR_NOT_INSTALLED
"ReactOS is not completely installed on your\n"
"computer. If you quit Setup now, you will need to\n"
"run Setup again to install ReactOS.\n"
"\n"
" \x07 Press ENTER to continue Setup.\n"
" \x07 Press F3 to quit Setup.",
"F3= Quit ENTER = Continue"
},
{
//ERROR_NO_HDD
"Setup could not find a harddisk.\n",
"ENTER = Reboot computer"
},
{
//ERROR_NO_SOURCE_DRIVE
"Setup could not find its source drive.\n",
"ENTER = Reboot computer"
},
{
//ERROR_LOAD_TXTSETUPSIF
"Setup failed to load the file TXTSETUP.SIF.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CORRUPT_TXTSETUPSIF
"Setup found a corrupt TXTSETUP.SIF.\n",
"ENTER = Reboot computer"
},
{
//ERROR_SIGNATURE_TXTSETUPSIF,
"Setup found an invalid signature in TXTSETUP.SIF.\n",
"ENTER = Reboot computer"
},
{
//ERROR_DRIVE_INFORMATION
"Setup could not retrieve system drive information.\n",
"ENTER = Reboot computer"
},
{
//ERROR_WRITE_BOOT,
"failed to install FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
//ERROR_LOAD_COMPUTER,
"Setup failed to load the computer type list.\n",
"ENTER = Reboot computer"
},
{
//ERROR_LOAD_DISPLAY,
"Setup failed to load the display settings list.\n",
"ENTER = Reboot computer"
},
{
//ERROR_LOAD_KEYBOARD,
"Setup failed to load the keyboard type list.\n",
"ENTER = Reboot computer"
},
{
//ERROR_LOAD_KBLAYOUT,
"Setup failed to load the keyboard layout list.\n",
"ENTER = Reboot computer"
},
{
//ERROR_WARN_PARTITION,
"Setup found that at least one harddisk contains an incompatible\n"
"partition table that can not be handled properly!\n"
"\n"
"Creating or deleting partitions can destroy the partiton table.\n"
"\n"
" \x07 Press F3 to quit Setup."
" \x07 Press ENTER to continue.",
"F3= Quit ENTER = Continue"
},
{
//ERROR_NEW_PARTITION,
"You can not create a new Partition inside\n"
"of an already existing Partition!\n"
"\n"
" * Press any key to continue.",
NULL
},
{
//ERROR_DELETE_SPACE,
"You can not delete unpartitioned disk space!\n"
"\n"
" * Press any key to continue.",
NULL
},
{
//ERROR_INSTALL_BOOTCODE,
"Setup failed to install the FAT bootcode on the system partition.",
"ENTER = Reboot computer"
},
{
//ERROR_NO_FLOPPY,
"No disk in drive A:.",
"ENTER = Continue"
},
{
//ERROR_UPDATE_KBSETTINGS,
"Setup failed to update keyboard layout settings.",
"ENTER = Reboot computer"
},
{
//ERROR_UPDATE_DISPLAY_SETTINGS,
"Setup failed to update display registry settings.",
"ENTER = Reboot computer"
},
{
//ERROR_IMPORT_HIVE,
"Setup failed to import a hive file.",
"ENTER = Reboot computer"
},
{
//ERROR_FIND_REGISTRY
"Setup failed to find the registry data files.",
"ENTER = Reboot computer"
},
{
//ERROR_CREATE_HIVE,
"Setup failed to create the registry hives.",
"ENTER = Reboot computer"
},
{
//ERROR_INITIALIZE_REGISTRY,
"Setup failed to set the initialize the registry.",
"ENTER = Reboot computer"
},
{
//ERROR_INVALID_CABINET_INF,
"Cabinet has no valid inf file.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CABINET_MISSING,
"Cabinet not found.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CABINET_SCRIPT,
"Cabinet has no setup script.\n",
"ENTER = Reboot computer"
},
{
//ERROR_COPY_QUEUE,
"Setup failed to open the copy file queue.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CREATE_DIR,
"Setup could not create install directories.",
"ENTER = Reboot computer"
},
{
//ERROR_TXTSETUP_SECTION,
"Setup failed to find the 'Directories' section\n"
"in TXTSETUP.SIF.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CABINET_SECTION,
"Setup failed to find the 'Directories' section\n"
"in the cabinet.\n",
"ENTER = Reboot computer"
},
{
//ERROR_CREATE_INSTALL_DIR
"Setup could not create the install directory.",
"ENTER = Reboot computer"
},
{
//ERROR_FIND_SETUPDATA,
"Setup failed to find the 'SetupData' section\n"
"in TXTSETUP.SIF.\n",
"ENTER = Reboot computer"
},
{
//ERROR_WRITE_PTABLE,
"Setup failed to write partition tables.\n"
"ENTER = Reboot computer"
},
{
NULL,
NULL
}
};
MUI_PAGE esESPages[] = MUI_PAGE esESPages[] =
{ {
{ {

View file

@ -3,6 +3,12 @@
static MUI_ENTRY frFRLanguagePageEntries[] = static MUI_ENTRY frFRLanguagePageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY frFRLanguagePageEntries[] =
static MUI_ENTRY frFRWelcomePageEntries[] = static MUI_ENTRY frFRWelcomePageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -116,7 +128,7 @@ static MUI_ENTRY frFRIntroPageEntries[] =
{ {
4, 4,
3, 3,
"Installation de ReactOS " KERNEL_VERSION_STR, "Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE TEXT_UNDERLINE
}, },
{ {
@ -213,6 +225,12 @@ static MUI_ENTRY frFRIntroPageEntries[] =
static MUI_ENTRY frFRLicensePageEntries[] = static MUI_ENTRY frFRLicensePageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -331,6 +349,12 @@ static MUI_ENTRY frFRLicensePageEntries[] =
static MUI_ENTRY frFRDevicePageEntries[] = static MUI_ENTRY frFRDevicePageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -418,6 +442,12 @@ static MUI_ENTRY frFRDevicePageEntries[] =
static MUI_ENTRY frFRRepairPageEntries[] = static MUI_ENTRY frFRRepairPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -481,6 +511,12 @@ static MUI_ENTRY frFRRepairPageEntries[] =
}; };
static MUI_ENTRY frFRComputerPageEntries[] = static MUI_ENTRY frFRComputerPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -527,6 +563,12 @@ static MUI_ENTRY frFRComputerPageEntries[] =
static MUI_ENTRY frFRFlushPageEntries[] = static MUI_ENTRY frFRFlushPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -561,6 +603,12 @@ static MUI_ENTRY frFRFlushPageEntries[] =
static MUI_ENTRY frFRQuitPageEntries[] = static MUI_ENTRY frFRQuitPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -601,6 +649,12 @@ static MUI_ENTRY frFRQuitPageEntries[] =
static MUI_ENTRY frFRDisplayPageEntries[] = static MUI_ENTRY frFRDisplayPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -646,6 +700,12 @@ static MUI_ENTRY frFRDisplayPageEntries[] =
static MUI_ENTRY frFRSuccessPageEntries[] = static MUI_ENTRY frFRSuccessPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -686,6 +746,12 @@ static MUI_ENTRY frFRSuccessPageEntries[] =
static MUI_ENTRY frFRBootPageEntries[] = static MUI_ENTRY frFRBootPageEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -727,6 +793,12 @@ static MUI_ENTRY frFRBootPageEntries[] =
static MUI_ENTRY frFRSelectPartitionEntries[] = static MUI_ENTRY frFRSelectPartitionEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -779,6 +851,12 @@ static MUI_ENTRY frFRSelectPartitionEntries[] =
static MUI_ENTRY frFRFormatPartitionEntries[] = static MUI_ENTRY frFRFormatPartitionEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -807,6 +885,12 @@ static MUI_ENTRY frFRFormatPartitionEntries[] =
static MUI_ENTRY frFRInstallDirectoryEntries[] = static MUI_ENTRY frFRInstallDirectoryEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -853,6 +937,12 @@ static MUI_ENTRY frFRInstallDirectoryEntries[] =
static MUI_ENTRY frFRFileCopyEntries[] = static MUI_ENTRY frFRFileCopyEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -887,6 +977,12 @@ static MUI_ENTRY frFRFileCopyEntries[] =
static MUI_ENTRY frFRBootLoaderEntries[] = static MUI_ENTRY frFRBootLoaderEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -927,6 +1023,12 @@ static MUI_ENTRY frFRBootLoaderEntries[] =
static MUI_ENTRY frFRKeyboardSettingsEntries[] = static MUI_ENTRY frFRKeyboardSettingsEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -973,6 +1075,12 @@ static MUI_ENTRY frFRKeyboardSettingsEntries[] =
static MUI_ENTRY frFRLayoutSettingsEntries[] = static MUI_ENTRY frFRLayoutSettingsEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1020,6 +1128,12 @@ static MUI_ENTRY frFRLayoutSettingsEntries[] =
static MUI_ENTRY frFRPrepareCopyEntries[] = static MUI_ENTRY frFRPrepareCopyEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1043,6 +1157,12 @@ static MUI_ENTRY frFRPrepareCopyEntries[] =
static MUI_ENTRY frFRSelectFSEntries[] = static MUI_ENTRY frFRSelectFSEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1084,6 +1204,12 @@ static MUI_ENTRY frFRSelectFSEntries[] =
static MUI_ENTRY frFRDeletePartitionEntries[] = static MUI_ENTRY frFRDeletePartitionEntries[] =
{ {
{
4,
3,
"Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY itITLanguagePageEntries[] = static MUI_ENTRY itITLanguagePageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY itITLanguagePageEntries[] =
static MUI_ENTRY itITWelcomePageEntries[] = static MUI_ENTRY itITWelcomePageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -116,7 +128,13 @@ static MUI_ENTRY itITIntroPageEntries[] =
{ {
4, 4,
3, 3,
" Installazione di ReactOS " KERNEL_VERSION_STR, " Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE TEXT_UNDERLINE
}, },
{ {
@ -207,6 +225,12 @@ static MUI_ENTRY itITIntroPageEntries[] =
static MUI_ENTRY itITLicensePageEntries[] = static MUI_ENTRY itITLicensePageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +349,12 @@ static MUI_ENTRY itITLicensePageEntries[] =
static MUI_ENTRY itITDevicePageEntries[] = static MUI_ENTRY itITDevicePageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +442,12 @@ static MUI_ENTRY itITDevicePageEntries[] =
static MUI_ENTRY itITRepairPageEntries[] = static MUI_ENTRY itITRepairPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +505,12 @@ static MUI_ENTRY itITRepairPageEntries[] =
}; };
static MUI_ENTRY itITComputerPageEntries[] = static MUI_ENTRY itITComputerPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +557,12 @@ static MUI_ENTRY itITComputerPageEntries[] =
static MUI_ENTRY itITFlushPageEntries[] = static MUI_ENTRY itITFlushPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +597,12 @@ static MUI_ENTRY itITFlushPageEntries[] =
static MUI_ENTRY itITQuitPageEntries[] = static MUI_ENTRY itITQuitPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +643,12 @@ static MUI_ENTRY itITQuitPageEntries[] =
static MUI_ENTRY itITDisplayPageEntries[] = static MUI_ENTRY itITDisplayPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +694,12 @@ static MUI_ENTRY itITDisplayPageEntries[] =
static MUI_ENTRY itITSuccessPageEntries[] = static MUI_ENTRY itITSuccessPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +740,12 @@ static MUI_ENTRY itITSuccessPageEntries[] =
static MUI_ENTRY itITBootPageEntries[] = static MUI_ENTRY itITBootPageEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +787,12 @@ static MUI_ENTRY itITBootPageEntries[] =
static MUI_ENTRY itITSelectPartitionEntries[] = static MUI_ENTRY itITSelectPartitionEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +845,12 @@ static MUI_ENTRY itITSelectPartitionEntries[] =
static MUI_ENTRY itITFormatPartitionEntries[] = static MUI_ENTRY itITFormatPartitionEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +879,12 @@ static MUI_ENTRY itITFormatPartitionEntries[] =
static MUI_ENTRY itITInstallDirectoryEntries[] = static MUI_ENTRY itITInstallDirectoryEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +931,12 @@ static MUI_ENTRY itITInstallDirectoryEntries[] =
static MUI_ENTRY itITFileCopyEntries[] = static MUI_ENTRY itITFileCopyEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +971,12 @@ static MUI_ENTRY itITFileCopyEntries[] =
static MUI_ENTRY itITBootLoaderEntries[] = static MUI_ENTRY itITBootLoaderEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1017,12 @@ static MUI_ENTRY itITBootLoaderEntries[] =
static MUI_ENTRY itITKeyboardSettingsEntries[] = static MUI_ENTRY itITKeyboardSettingsEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1069,12 @@ static MUI_ENTRY itITKeyboardSettingsEntries[] =
static MUI_ENTRY itITLayoutSettingsEntries[] = static MUI_ENTRY itITLayoutSettingsEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1122,12 @@ static MUI_ENTRY itITLayoutSettingsEntries[] =
static MUI_ENTRY itITPrepareCopyEntries[] = static MUI_ENTRY itITPrepareCopyEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1151,12 @@ static MUI_ENTRY itITPrepareCopyEntries[] =
static MUI_ENTRY itITSelectFSEntries[] = static MUI_ENTRY itITSelectFSEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1198,12 @@ static MUI_ENTRY itITSelectFSEntries[] =
static MUI_ENTRY itITDeletePartitionEntries[] = static MUI_ENTRY itITDeletePartitionEntries[] =
{ {
{
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY ruRULanguagePageEntries[] = static MUI_ENTRY ruRULanguagePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY ruRULanguagePageEntries[] =
static MUI_ENTRY ruRUWelcomePageEntries[] = static MUI_ENTRY ruRUWelcomePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -207,6 +219,12 @@ static MUI_ENTRY ruRUIntroPageEntries[] =
static MUI_ENTRY ruRULicensePageEntries[] = static MUI_ENTRY ruRULicensePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY ruRULicensePageEntries[] =
static MUI_ENTRY ruRUDevicePageEntries[] = static MUI_ENTRY ruRUDevicePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY ruRUDevicePageEntries[] =
static MUI_ENTRY ruRURepairPageEntries[] = static MUI_ENTRY ruRURepairPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY ruRURepairPageEntries[] =
}; };
static MUI_ENTRY ruRUComputerPageEntries[] = static MUI_ENTRY ruRUComputerPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY ruRUComputerPageEntries[] =
static MUI_ENTRY ruRUFlushPageEntries[] = static MUI_ENTRY ruRUFlushPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY ruRUFlushPageEntries[] =
static MUI_ENTRY ruRUQuitPageEntries[] = static MUI_ENTRY ruRUQuitPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY ruRUQuitPageEntries[] =
static MUI_ENTRY ruRUDisplayPageEntries[] = static MUI_ENTRY ruRUDisplayPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY ruRUDisplayPageEntries[] =
static MUI_ENTRY ruRUSuccessPageEntries[] = static MUI_ENTRY ruRUSuccessPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY ruRUSuccessPageEntries[] =
static MUI_ENTRY ruRUBootPageEntries[] = static MUI_ENTRY ruRUBootPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY ruRUBootPageEntries[] =
static MUI_ENTRY ruRUSelectPartitionEntries[] = static MUI_ENTRY ruRUSelectPartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY ruRUSelectPartitionEntries[] =
static MUI_ENTRY ruRUFormatPartitionEntries[] = static MUI_ENTRY ruRUFormatPartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY ruRUFormatPartitionEntries[] =
static MUI_ENTRY ruRUInstallDirectoryEntries[] = static MUI_ENTRY ruRUInstallDirectoryEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY ruRUInstallDirectoryEntries[] =
static MUI_ENTRY ruRUFileCopyEntries[] = static MUI_ENTRY ruRUFileCopyEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY ruRUFileCopyEntries[] =
static MUI_ENTRY ruRUBootLoaderEntries[] = static MUI_ENTRY ruRUBootLoaderEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY ruRUBootLoaderEntries[] =
static MUI_ENTRY ruRUKeyboardSettingsEntries[] = static MUI_ENTRY ruRUKeyboardSettingsEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY ruRUKeyboardSettingsEntries[] =
static MUI_ENTRY ruRULayoutSettingsEntries[] = static MUI_ENTRY ruRULayoutSettingsEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY ruRULayoutSettingsEntries[] =
static MUI_ENTRY ruRUPrepareCopyEntries[] = static MUI_ENTRY ruRUPrepareCopyEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY ruRUPrepareCopyEntries[] =
static MUI_ENTRY ruRUSelectFSEntries[] = static MUI_ENTRY ruRUSelectFSEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY ruRUSelectFSEntries[] =
static MUI_ENTRY ruRUDeletePartitionEntries[] = static MUI_ENTRY ruRUDeletePartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY svSELanguagePageEntries[] = static MUI_ENTRY svSELanguagePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY svSELanguagePageEntries[] =
static MUI_ENTRY svSEWelcomePageEntries[] = static MUI_ENTRY svSEWelcomePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -207,6 +219,12 @@ static MUI_ENTRY svSEIntroPageEntries[] =
static MUI_ENTRY svSELicensePageEntries[] = static MUI_ENTRY svSELicensePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY svSELicensePageEntries[] =
static MUI_ENTRY svSEDevicePageEntries[] = static MUI_ENTRY svSEDevicePageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY svSEDevicePageEntries[] =
static MUI_ENTRY svSERepairPageEntries[] = static MUI_ENTRY svSERepairPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY svSERepairPageEntries[] =
}; };
static MUI_ENTRY svSEComputerPageEntries[] = static MUI_ENTRY svSEComputerPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY svSEComputerPageEntries[] =
static MUI_ENTRY svSEFlushPageEntries[] = static MUI_ENTRY svSEFlushPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY svSEFlushPageEntries[] =
static MUI_ENTRY svSEQuitPageEntries[] = static MUI_ENTRY svSEQuitPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY svSEQuitPageEntries[] =
static MUI_ENTRY svSEDisplayPageEntries[] = static MUI_ENTRY svSEDisplayPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY svSEDisplayPageEntries[] =
static MUI_ENTRY svSESuccessPageEntries[] = static MUI_ENTRY svSESuccessPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY svSESuccessPageEntries[] =
static MUI_ENTRY svSEBootPageEntries[] = static MUI_ENTRY svSEBootPageEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY svSEBootPageEntries[] =
static MUI_ENTRY svSESelectPartitionEntries[] = static MUI_ENTRY svSESelectPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY svSESelectPartitionEntries[] =
static MUI_ENTRY svSEFormatPartitionEntries[] = static MUI_ENTRY svSEFormatPartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY svSEFormatPartitionEntries[] =
static MUI_ENTRY svSEInstallDirectoryEntries[] = static MUI_ENTRY svSEInstallDirectoryEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY svSEInstallDirectoryEntries[] =
static MUI_ENTRY svSEFileCopyEntries[] = static MUI_ENTRY svSEFileCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY svSEFileCopyEntries[] =
static MUI_ENTRY svSEBootLoaderEntries[] = static MUI_ENTRY svSEBootLoaderEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY svSEBootLoaderEntries[] =
static MUI_ENTRY svSEKeyboardSettingsEntries[] = static MUI_ENTRY svSEKeyboardSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY svSEKeyboardSettingsEntries[] =
static MUI_ENTRY svSELayoutSettingsEntries[] = static MUI_ENTRY svSELayoutSettingsEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY svSELayoutSettingsEntries[] =
static MUI_ENTRY svSEPrepareCopyEntries[] = static MUI_ENTRY svSEPrepareCopyEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY svSEPrepareCopyEntries[] =
static MUI_ENTRY svSESelectFSEntries[] = static MUI_ENTRY svSESelectFSEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY svSESelectFSEntries[] =
static MUI_ENTRY svSEDeletePartitionEntries[] = static MUI_ENTRY svSEDeletePartitionEntries[] =
{ {
{
4,
3,
" ReactOS " KERNEL_VERSION_STR " Setup ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,

View file

@ -3,6 +3,12 @@
static MUI_ENTRY ukUALanguagePageEntries[] = static MUI_ENTRY ukUALanguagePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -43,6 +49,12 @@ static MUI_ENTRY ukUALanguagePageEntries[] =
static MUI_ENTRY ukUAWelcomePageEntries[] = static MUI_ENTRY ukUAWelcomePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -207,6 +219,12 @@ static MUI_ENTRY ukUAIntroPageEntries[] =
static MUI_ENTRY ukUALicensePageEntries[] = static MUI_ENTRY ukUALicensePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
6, 6,
@ -325,6 +343,12 @@ static MUI_ENTRY ukUALicensePageEntries[] =
static MUI_ENTRY ukUADevicePageEntries[] = static MUI_ENTRY ukUADevicePageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -412,6 +436,12 @@ static MUI_ENTRY ukUADevicePageEntries[] =
static MUI_ENTRY ukUARepairPageEntries[] = static MUI_ENTRY ukUARepairPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -469,6 +499,12 @@ static MUI_ENTRY ukUARepairPageEntries[] =
}; };
static MUI_ENTRY ukUAComputerPageEntries[] = static MUI_ENTRY ukUAComputerPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -515,6 +551,12 @@ static MUI_ENTRY ukUAComputerPageEntries[] =
static MUI_ENTRY ukUAFlushPageEntries[] = static MUI_ENTRY ukUAFlushPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -549,6 +591,12 @@ static MUI_ENTRY ukUAFlushPageEntries[] =
static MUI_ENTRY ukUAQuitPageEntries[] = static MUI_ENTRY ukUAQuitPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -589,6 +637,12 @@ static MUI_ENTRY ukUAQuitPageEntries[] =
static MUI_ENTRY ukUADisplayPageEntries[] = static MUI_ENTRY ukUADisplayPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -634,6 +688,12 @@ static MUI_ENTRY ukUADisplayPageEntries[] =
static MUI_ENTRY ukUASuccessPageEntries[] = static MUI_ENTRY ukUASuccessPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
10, 10,
6, 6,
@ -674,6 +734,12 @@ static MUI_ENTRY ukUASuccessPageEntries[] =
static MUI_ENTRY ukUABootPageEntries[] = static MUI_ENTRY ukUABootPageEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -715,6 +781,12 @@ static MUI_ENTRY ukUABootPageEntries[] =
static MUI_ENTRY ukUASelectPartitionEntries[] = static MUI_ENTRY ukUASelectPartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -767,6 +839,12 @@ static MUI_ENTRY ukUASelectPartitionEntries[] =
static MUI_ENTRY ukUAFormatPartitionEntries[] = static MUI_ENTRY ukUAFormatPartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -795,6 +873,12 @@ static MUI_ENTRY ukUAFormatPartitionEntries[] =
static MUI_ENTRY ukUAInstallDirectoryEntries[] = static MUI_ENTRY ukUAInstallDirectoryEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -841,6 +925,12 @@ static MUI_ENTRY ukUAInstallDirectoryEntries[] =
static MUI_ENTRY ukUAFileCopyEntries[] = static MUI_ENTRY ukUAFileCopyEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
11, 11,
12, 12,
@ -875,6 +965,12 @@ static MUI_ENTRY ukUAFileCopyEntries[] =
static MUI_ENTRY ukUABootLoaderEntries[] = static MUI_ENTRY ukUABootLoaderEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -915,6 +1011,12 @@ static MUI_ENTRY ukUABootLoaderEntries[] =
static MUI_ENTRY ukUAKeyboardSettingsEntries[] = static MUI_ENTRY ukUAKeyboardSettingsEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -961,6 +1063,12 @@ static MUI_ENTRY ukUAKeyboardSettingsEntries[] =
static MUI_ENTRY ukUALayoutSettingsEntries[] = static MUI_ENTRY ukUALayoutSettingsEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1008,6 +1116,12 @@ static MUI_ENTRY ukUALayoutSettingsEntries[] =
static MUI_ENTRY ukUAPrepareCopyEntries[] = static MUI_ENTRY ukUAPrepareCopyEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,
@ -1031,6 +1145,12 @@ static MUI_ENTRY ukUAPrepareCopyEntries[] =
static MUI_ENTRY ukUASelectFSEntries[] = static MUI_ENTRY ukUASelectFSEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
17, 17,
@ -1072,6 +1192,12 @@ static MUI_ENTRY ukUASelectFSEntries[] =
static MUI_ENTRY ukUADeletePartitionEntries[] = static MUI_ENTRY ukUADeletePartitionEntries[] =
{ {
{
4,
3,
" “áâ ­®¢ª  ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{ {
6, 6,
8, 8,