Author: mpiulachs
Date: Mon Dec 31 20:56:13 2007
New Revision: 31524
URL:
http://svn.reactos.org/svn/reactos?rev=31524&view=rev
Log:
Allow usetup page title localization
Modified:
trunk/reactos/base/setup/usetup/interface/usetup.c
trunk/reactos/base/setup/usetup/lang/de-DE.h
trunk/reactos/base/setup/usetup/lang/el-GR.h
trunk/reactos/base/setup/usetup/lang/en-US.h
trunk/reactos/base/setup/usetup/lang/es-ES.h
trunk/reactos/base/setup/usetup/lang/fr-FR.h
trunk/reactos/base/setup/usetup/lang/it-IT.h
trunk/reactos/base/setup/usetup/lang/ru-RU.h
trunk/reactos/base/setup/usetup/lang/sv-SE.h
trunk/reactos/base/setup/usetup/lang/uk-UA.h
Modified: trunk/reactos/base/setup/usetup/interface/usetup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/interfac…
==============================================================================
--- trunk/reactos/base/setup/usetup/interface/usetup.c (original)
+++ trunk/reactos/base/setup/usetup/interface/usetup.c Mon Dec 31 20:56:13 2007
@@ -3428,8 +3428,10 @@
while (Page != REBOOT_PAGE)
{
CONSOLE_ClearScreen();
- CONSOLE_SetUnderlinedTextXY(4, 3, " ReactOS " KERNEL_VERSION_STR "
Setup ");
CONSOLE_Flush();
+
+ //CONSOLE_SetUnderlinedTextXY(4, 3, " ReactOS " KERNEL_VERSION_STR "
Setup ");
+ //CONSOLE_Flush();
switch (Page)
{
@@ -3540,7 +3542,6 @@
Page = BootLoaderHarddiskPage(&Ir);
break;
-
/* Repair pages */
case REPAIR_INTRO_PAGE:
Page = RepairIntroPage(&Ir);
Modified: trunk/reactos/base/setup/usetup/lang/de-DE.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/de-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/de-DE.h (original)
+++ trunk/reactos/base/setup/usetup/lang/de-DE.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY deDELanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection.",
@@ -43,6 +49,12 @@
static MUI_ENTRY deDEWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -120,6 +132,12 @@
TEXT_UNDERLINE
},
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Das ReactOS Setup ist noch in einer fruehen Entwicklungsphase. Es
unter-",
@@ -207,6 +225,12 @@
static MUI_ENTRY deDELicensePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
6,
@@ -326,6 +350,12 @@
static MUI_ENTRY deDEDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Die untere Liste zeigt die derzeitigen Geraeteeinstellungen.",
@@ -413,6 +443,12 @@
static MUI_ENTRY deDERepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Das ReactOS Setup ist noch in einer fruehen Entwicklungsphase. Es
unter-",
@@ -470,6 +506,12 @@
static MUI_ENTRY deDEComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Sie wollen den Computertyp aendern, der installiert wird.",
@@ -516,6 +558,12 @@
static MUI_ENTRY deDEFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Das System vergewissert sich, dass alle Daten gespeichert sind.",
@@ -550,6 +598,12 @@
static MUI_ENTRY deDEQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS wurde nicht vollstaendig installiert",
@@ -590,6 +644,12 @@
static MUI_ENTRY deDEDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Sie wollen den Bildschirmtyp aendern, der installiert wird.",
@@ -635,6 +695,12 @@
static MUI_ENTRY deDESuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Die Standardkomponenten von ReactOS wurden erfolgreich installiert.",
@@ -674,6 +740,12 @@
static MUI_ENTRY deDEBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +788,12 @@
static MUI_ENTRY deDESelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Diese Liste zeigt existierende Partitionen an und den freien",
@@ -768,6 +846,12 @@
static MUI_ENTRY deDEFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Formatiere Partition",
@@ -802,6 +886,12 @@
static MUI_ENTRY deDEInstallDirectoryEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup installiert die ReactOS Installationsdateien in die
ausgewaehlte",
@@ -841,6 +931,12 @@
static MUI_ENTRY deDEFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +972,12 @@
static MUI_ENTRY deDEBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup installiert nun den Boot-Sektor.",
@@ -916,6 +1018,12 @@
static MUI_ENTRY deDEKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Sie wollen den Tastaturtyp aendern, der installiert wird.",
@@ -962,6 +1070,12 @@
static MUI_ENTRY deDELayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Sie wollen das Tastaturlayout aendern, der installiert wird.",
@@ -1009,6 +1123,12 @@
static MUI_ENTRY deDEPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup bereitet ihren Computer fuer die Installation vor.",
@@ -1031,6 +1151,12 @@
static MUI_ENTRY deDESelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1198,12 @@
static MUI_ENTRY deDEDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/el-GR.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/el-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/el-GR.h (original)
+++ trunk/reactos/base/setup/usetup/lang/el-GR.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY elGRLanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection.",
@@ -43,6 +49,12 @@
static MUI_ENTRY elGRWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -208,6 +220,12 @@
static MUI_ENTRY elGRLicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"Licensing:",
@@ -326,6 +344,12 @@
static MUI_ENTRY elGRDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Ç ðáñáêÜôù ëßóôá äåß÷íåé ôéò ñõèìßóåéò óõóêåõþí.",
@@ -413,6 +437,12 @@
static MUI_ENTRY elGRRepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Ç åãêáôÜóôáóç ôïõ ReactOS âñßóêåôáé óå ðñþéìï óôÜäéï áíÜðôõîçò. Äåí
õðïóôçñßæåé áêüìá",
@@ -470,6 +500,12 @@
static MUI_ENTRY elGRComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ÈÝëåôå íá áëëÜîåôå ôïí ôýðï ôïõ õðïëïãéóôÞ ðïõ èá åãêáôáóôáèåß.",
@@ -516,6 +552,12 @@
static MUI_ENTRY elGRFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Ôï óýóôçìá åðéâåâáéþíåé ôþñá üôé üëá ôá äåäïìÝíá áðïèçêåýôçêáí óôï
äßóêï",
@@ -550,6 +592,12 @@
static MUI_ENTRY elGRQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Ôï ReactOS äåí åãêáôáóôÜèçêå ðëÞñùò",
@@ -590,6 +638,12 @@
static MUI_ENTRY elGRDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ÈÝëåôå íá áëëÜîåôå ôïí ôýðï ôçò åìöÜíéóçò ðïõ èá åãêáôáóôáèåß.",
@@ -635,6 +689,12 @@
static MUI_ENTRY elGRSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Ôá âáóéêÜ óôïé÷åßá ôïõ ReactOS åãêáôáóôÜèçêáí åðéôõ÷þò.",
@@ -674,6 +734,12 @@
static MUI_ENTRY elGRBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY elGRSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows existing partitions and unused disk",
@@ -768,6 +840,12 @@
static MUI_ENTRY elGRFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Format partition",
@@ -795,6 +873,12 @@
static MUI_ENTRY elGRInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY elGRFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY elGRBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup is installing the boot loader",
@@ -916,6 +1012,12 @@
static MUI_ENTRY elGRKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of keyboard to be installed.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY elGRLayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the keyboard layout to be installed.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY elGRPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepares your computer for copying the ReactOS files. ",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY elGRSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY elGRDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/en-US.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/en-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/en-US.h (original)
+++ trunk/reactos/base/setup/usetup/lang/en-US.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY enUSLanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection",
@@ -43,6 +49,12 @@
static MUI_ENTRY enUSWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -208,6 +220,12 @@
static MUI_ENTRY enUSLicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"Licensing:",
@@ -326,6 +344,12 @@
static MUI_ENTRY enUSDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows the current device settings.",
@@ -413,6 +437,12 @@
static MUI_ENTRY enUSRepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ReactOS Setup is in an early development phase. It does not yet",
@@ -470,6 +500,12 @@
static MUI_ENTRY enUSComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of computer to be installed.",
@@ -516,6 +552,12 @@
static MUI_ENTRY enUSFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"The system is now making sure all data is stored on your disk",
@@ -550,6 +592,12 @@
static MUI_ENTRY enUSQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS is not completely installed",
@@ -590,6 +638,12 @@
static MUI_ENTRY enUSDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of display to be installed.",
@@ -635,6 +689,12 @@
static MUI_ENTRY enUSSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"The basic components of ReactOS have been installed successfully.",
@@ -674,6 +734,12 @@
static MUI_ENTRY enUSBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY enUSSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows existing partitions and unused disk",
@@ -768,6 +840,12 @@
static MUI_ENTRY enUSFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Format partition",
@@ -795,6 +873,12 @@
static MUI_ENTRY enUSInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY enUSFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY enUSBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup is installing the boot loader",
@@ -916,6 +1012,12 @@
static MUI_ENTRY enUSKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of keyboard to be installed.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY enUSLayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the keyboard layout to be installed.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY enUSPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepares your computer for copying the ReactOS files. ",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY enUSSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY enUSDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/es-ES.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/es-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/es-ES.h (original)
+++ trunk/reactos/base/setup/usetup/lang/es-ES.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY esESLanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Selección de idioma",
@@ -43,6 +49,12 @@
static MUI_ENTRY esESWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -116,7 +128,7 @@
{
4,
3,
- " Instalación de ReactOS " KERNEL_VERSION_STR,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{
@@ -207,6 +219,12 @@
static MUI_ENTRY esESLicensePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
6,
@@ -326,6 +344,12 @@
static MUI_ENTRY esESDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La lista inferior muestra la configuración del dispositivo actual.",
@@ -413,6 +437,12 @@
static MUI_ENTRY esESRepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"El instalador de ReactOS se encuentra en una etapa preliminar.",
@@ -470,6 +500,12 @@
static MUI_ENTRY esESComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desea modificar el tipo de equipo a instalar.",
@@ -516,6 +552,12 @@
static MUI_ENTRY esESFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"El sistema se está asegurando que todos los datos sean salvados",
@@ -550,6 +592,12 @@
static MUI_ENTRY esESQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS no ha sido instalado completamente",
@@ -590,6 +638,12 @@
static MUI_ENTRY esESDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desea modificar el tipo de pantalla a instalar.",
@@ -635,6 +689,12 @@
static MUI_ENTRY esESSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Los componentes básicos de ReactOS han sido instalados
correctamente.",
@@ -674,6 +734,12 @@
static MUI_ENTRY esESBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY esESSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La lista inferior muestra las particiones existentes y el espacio
libre",
@@ -768,6 +840,12 @@
static MUI_ENTRY esESFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Formato de la partición",
@@ -795,6 +873,12 @@
static MUI_ENTRY esESInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY esESFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY esESBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"El programam está instalando el cargador de arranque",
@@ -916,6 +1012,12 @@
static MUI_ENTRY esESKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desea cambiar el tipo de teclado instalado.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY esESLayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desea cambiar la disposición del teclado a instalar.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY esESPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"El programa prepara su computadora para copiar los archivos de ReactOS.
",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY esESSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY esESDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " Instalación de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -1110,6 +1236,198 @@
}
};
+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[] =
{
{
Modified: trunk/reactos/base/setup/usetup/lang/fr-FR.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/fr-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/fr-FR.h (original)
+++ trunk/reactos/base/setup/usetup/lang/fr-FR.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY frFRLanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Selection de la langue.",
@@ -43,6 +49,12 @@
static MUI_ENTRY frFRWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -116,7 +128,7 @@
{
4,
3,
- "Installation de ReactOS " KERNEL_VERSION_STR,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
TEXT_UNDERLINE
},
{
@@ -213,6 +225,12 @@
static MUI_ENTRY frFRLicensePageEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
6,
@@ -332,6 +350,12 @@
static MUI_ENTRY frFRDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La liste ci-dessous montre les reglages materiels actuels.",
@@ -419,6 +443,12 @@
static MUI_ENTRY frFRRepairPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"L'Installation de ReactOS est en phase de developpement.",
@@ -482,6 +512,12 @@
static MUI_ENTRY frFRComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Vous voulez changer le type d'ordinateur installe.",
@@ -528,6 +564,12 @@
static MUI_ENTRY frFRFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Le systeme s'assure que toutes les donnees sont ecrites sur le
disque",
@@ -562,6 +604,12 @@
static MUI_ENTRY frFRQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS n'est pas completement installe",
@@ -602,6 +650,12 @@
static MUI_ENTRY frFRDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Vous voulez changer le type d'ecran a installer.",
@@ -647,6 +701,12 @@
static MUI_ENTRY frFRSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Les composants standards de ReactOS ont ete installes avec succes.",
@@ -686,6 +746,12 @@
static MUI_ENTRY frFRBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -728,6 +794,12 @@
static MUI_ENTRY frFRSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La liste suivante montre les partitions existantes et",
@@ -780,6 +852,12 @@
static MUI_ENTRY frFRFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Formater la partition",
@@ -807,6 +885,12 @@
static MUI_ENTRY frFRInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -853,6 +937,12 @@
static MUI_ENTRY frFRFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -888,6 +978,12 @@
static MUI_ENTRY frFRBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup installe le chargeur de demarrage",
@@ -928,6 +1024,12 @@
static MUI_ENTRY frFRKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Vous voulez changer le type de clavier a installer.",
@@ -974,6 +1076,12 @@
static MUI_ENTRY frFRLayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Vous voulez changer la disposition du clavier.",
@@ -1021,6 +1129,12 @@
static MUI_ENTRY frFRPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepare votre ordinateur pour copier les fichiers de ReactOS.
",
@@ -1043,6 +1157,12 @@
static MUI_ENTRY frFRSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1084,6 +1204,12 @@
static MUI_ENTRY frFRDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ "Installation de ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/it-IT.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/it-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/it-IT.h (original)
+++ trunk/reactos/base/setup/usetup/lang/it-IT.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY itITLanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection.",
@@ -43,6 +49,12 @@
static MUI_ENTRY itITWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -116,7 +128,13 @@
{
4,
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
},
{
@@ -208,6 +226,12 @@
static MUI_ENTRY itITLicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"Licenza:",
@@ -326,6 +350,12 @@
static MUI_ENTRY itITDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La lista inferiore mostra la configurazione della periferica
corrente.",
@@ -413,6 +443,12 @@
static MUI_ENTRY itITRepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Il setup di ReactOS è ancora in una fase preliminare.",
@@ -470,6 +506,12 @@
static MUI_ENTRY itITComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desidera modificare il computer da installare.",
@@ -516,6 +558,12 @@
static MUI_ENTRY itITFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Il sistema si sta accertando che tutti i dati vengano salvati",
@@ -550,6 +598,12 @@
static MUI_ENTRY itITQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS non è stato installato completamente",
@@ -590,6 +644,12 @@
static MUI_ENTRY itITDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Desidera modificare il tipo di schermo.",
@@ -635,6 +695,12 @@
static MUI_ENTRY itITSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"I componenti base di ReactOS sono stati installati correttamente.",
@@ -674,6 +740,12 @@
static MUI_ENTRY itITBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +788,12 @@
static MUI_ENTRY itITSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"La lista seguente mostra le partizioni esistenti e lo spazio",
@@ -768,6 +846,12 @@
static MUI_ENTRY itITFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Formattazione della partizione",
@@ -795,6 +879,12 @@
static MUI_ENTRY itITInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +931,12 @@
static MUI_ENTRY itITFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +972,12 @@
static MUI_ENTRY itITBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup sta installando il bootloader",
@@ -916,6 +1018,12 @@
static MUI_ENTRY itITKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Volete cambiare il tipo di tastiere da installare.",
@@ -962,6 +1070,12 @@
static MUI_ENTRY itITLayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Volete cambiare il tipo di layout di tastiera da installare.",
@@ -1009,6 +1123,12 @@
static MUI_ENTRY itITPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepara il computer per la copia dei file di ReactOS. ",
@@ -1031,6 +1151,12 @@
static MUI_ENTRY itITSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1198,12 @@
static MUI_ENTRY itITDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " Installazione di ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/ru-RU.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/ru-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/ru-RU.h (original)
+++ trunk/reactos/base/setup/usetup/lang/ru-RU.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY ruRULanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection.",
@@ -43,6 +49,12 @@
static MUI_ENTRY ruRUWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -208,6 +220,12 @@
static MUI_ENTRY ruRULicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"¨æ¥§¨ï:",
@@ -326,6 +344,12 @@
static MUI_ENTRY ruRUDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
" ᯨ᪥ ¨¦¥ ¯à¨¢¥¤¥ë ãáâனá⢠¨ ¨å ¯ à ¬¥âàë.",
@@ -413,6 +437,12 @@
static MUI_ENTRY ruRURepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ReactOS 室¨âáï ¢ à ¥© áâ ¤¨¨ à §à ¡®âª¨ ¨ ¥ ¯®¤¤¥à¦¨¢ ¥â ¢á¥",
@@ -470,6 +500,12 @@
static MUI_ENTRY ruRUComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ë å®â¨â¥ ¨§¬¥¨âì ãáâ ¢«¨¢ ¥¬ë© ⨯ ª®¬¯ìîâ¥à .",
@@ -516,6 +552,12 @@
static MUI_ENTRY ruRUFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"¨á⥬ ¯à®¢¥àï¥â ¢á¥ «¨ ¤ ë¥ § ¯¨á ë ¤¨áª",
@@ -550,6 +592,12 @@
static MUI_ENTRY ruRUQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS ãáâ ®¢«¥ ¥ ¯®«®áâìî",
@@ -590,6 +638,12 @@
static MUI_ENTRY ruRUDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ë å®â¨â¥ ¨§¬¥¨âì ãáâ ¢«¨¢ ¥¬ë© ⨯ íªà .",
@@ -635,6 +689,12 @@
static MUI_ENTRY ruRUSuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"á®¢ë¥ ª®¬¯®¥âë ReactOS ¡ë«¨ ãá¯¥è® ãáâ ®¢«¥ë.",
@@ -674,6 +734,12 @@
static MUI_ENTRY ruRUBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY ruRUSelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows existing partitions and unused disk",
@@ -768,6 +840,12 @@
static MUI_ENTRY ruRUFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Format partition",
@@ -795,6 +873,12 @@
static MUI_ENTRY ruRUInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY ruRUFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY ruRUBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup is installing the boot loader",
@@ -916,6 +1012,12 @@
static MUI_ENTRY ruRUKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of keyboard to be installed.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY ruRULayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the keyboard layout to be installed.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY ruRUPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepares your computer for copying the ReactOS files. ",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY ruRUSelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY ruRUDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/sv-SE.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/sv-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/sv-SE.h (original)
+++ trunk/reactos/base/setup/usetup/lang/sv-SE.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY svSELanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Language Selection.",
@@ -43,6 +49,12 @@
static MUI_ENTRY svSEWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -208,6 +220,12 @@
static MUI_ENTRY svSELicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"Licensering:",
@@ -326,6 +344,12 @@
static MUI_ENTRY svSEDevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Listan nedanför visar inställningarna för maskinvaran.",
@@ -413,6 +437,12 @@
static MUI_ENTRY svSERepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ReactOS Setup är i en tidig utvecklingsfas och saknar därför ett
antal",
@@ -470,6 +500,12 @@
static MUI_ENTRY svSEComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Ändra vilken typ av dator som ska installeras.",
@@ -516,6 +552,12 @@
static MUI_ENTRY svSEFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Datorn försäkrar sig om att all data är lagrad på hårdisken.",
@@ -550,6 +592,12 @@
static MUI_ENTRY svSEQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"Installationen av ReactOS har inte slutförts.",
@@ -590,6 +638,12 @@
static MUI_ENTRY svSEDisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Ändra vilken typ av bildskärmsinställning som ska installeras.",
@@ -635,6 +689,12 @@
static MUI_ENTRY svSESuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS har nu installerats på datorn.",
@@ -674,6 +734,12 @@
static MUI_ENTRY svSEBootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY svSESelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows existing partitions and unused disk",
@@ -768,6 +840,12 @@
static MUI_ENTRY svSEFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Format partition",
@@ -795,6 +873,12 @@
static MUI_ENTRY svSEInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY svSEFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY svSEBootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup is installing the boot loader",
@@ -916,6 +1012,12 @@
static MUI_ENTRY svSEKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of keyboard to be installed.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY svSELayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the keyboard layout to be installed.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY svSEPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepares your computer for copying the ReactOS files. ",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY svSESelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY svSEDeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " ReactOS " KERNEL_VERSION_STR " Setup ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
Modified: trunk/reactos/base/setup/usetup/lang/uk-UA.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/uk-…
==============================================================================
--- trunk/reactos/base/setup/usetup/lang/uk-UA.h (original)
+++ trunk/reactos/base/setup/usetup/lang/uk-UA.h Mon Dec 31 20:56:13 2007
@@ -4,6 +4,12 @@
static MUI_ENTRY ukUALanguagePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"¨¡ià ¬®¢¨",
@@ -43,6 +49,12 @@
static MUI_ENTRY ukUAWelcomePageEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -208,6 +220,12 @@
static MUI_ENTRY ukUALicensePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
6,
"i楧iï:",
@@ -326,6 +344,12 @@
static MUI_ENTRY ukUADevicePageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
" ᯨáªã ¨¦ç¥ ¯à¨¢¥¤¥i ¯à¨áâà®õ i õå ¯ à ¬¥âà¨.",
@@ -413,6 +437,12 @@
static MUI_ENTRY ukUARepairPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"ReactOS Setup is in an early development phase. It does not yet",
@@ -470,6 +500,12 @@
static MUI_ENTRY ukUAComputerPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of computer to be installed.",
@@ -516,6 +552,12 @@
static MUI_ENTRY ukUAFlushPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"The system is now making sure all data is stored on your disk",
@@ -550,6 +592,12 @@
static MUI_ENTRY ukUAQuitPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"ReactOS is not completely installed",
@@ -590,6 +638,12 @@
static MUI_ENTRY ukUADisplayPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of display to be installed.",
@@ -635,6 +689,12 @@
static MUI_ENTRY ukUASuccessPageEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
10,
6,
"The basic components of ReactOS have been installed successfully.",
@@ -674,6 +734,12 @@
static MUI_ENTRY ukUABootPageEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -716,6 +782,12 @@
static MUI_ENTRY ukUASelectPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"The list below shows existing partitions and unused disk",
@@ -768,6 +840,12 @@
static MUI_ENTRY ukUAFormatPartitionEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Format partition",
@@ -795,6 +873,12 @@
static MUI_ENTRY ukUAInstallDirectoryEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,
@@ -841,6 +925,12 @@
static MUI_ENTRY ukUAFileCopyEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
11,
12,
@@ -876,6 +966,12 @@
static MUI_ENTRY ukUABootLoaderEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup is installing the boot loader",
@@ -916,6 +1012,12 @@
static MUI_ENTRY ukUAKeyboardSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the type of keyboard to be installed.",
@@ -962,6 +1064,12 @@
static MUI_ENTRY ukUALayoutSettingsEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"You want to change the keyboard layout to be installed.",
@@ -1009,6 +1117,12 @@
static MUI_ENTRY ukUAPrepareCopyEntries[] =
{
{
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
+ {
6,
8,
"Setup prepares your computer for copying the ReactOS files. ",
@@ -1031,6 +1145,12 @@
static MUI_ENTRY ukUASelectFSEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
17,
@@ -1072,6 +1192,12 @@
static MUI_ENTRY ukUADeletePartitionEntries[] =
{
+ {
+ 4,
+ 3,
+ " áâ ®¢ª ReactOS " KERNEL_VERSION_STR " ",
+ TEXT_UNDERLINE
+ },
{
6,
8,