2010-02-26 11:43:19 +00:00
|
|
|
|
#pragma once
|
2007-12-15 16:52:40 +00:00
|
|
|
|
|
2008-06-01 12:52:18 +00:00
|
|
|
|
MUI_LAYOUTS frFRLayouts[] =
|
|
|
|
|
{
|
|
|
|
|
{ L"040C", L"0000040C" },
|
|
|
|
|
{ L"0409", L"00000409" },
|
|
|
|
|
{ NULL, NULL }
|
|
|
|
|
};
|
|
|
|
|
|
2007-12-25 20:24:19 +00:00
|
|
|
|
static MUI_ENTRY frFRLanguagePageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-25 20:24:19 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"S<EFBFBD>lection de la langue.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-25 20:24:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Veuiller choisir la langue utilis<69>e pour le processus d'installation",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-25 20:24:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" et appuyer sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-25 20:24:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Cette langue sera la langue par d<>faut pour le syst<73>me final.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-25 20:24:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-25 20:24:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
2007-12-15 16:52:40 +00:00
|
|
|
|
static MUI_ENTRY frFRWelcomePageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Bienvenue <20> l'installation de ReactOS",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_HIGHLIGHT
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
11,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Cette partie de l'installation copie le Syst<73>me d'Exploitation ReactOS",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
12,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"sur votre ordinateur et le pr<70>pare <20> la 2e partie de l'installation.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur ENTR<54>E pour installer ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
17,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur R pour r<>parer ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
19,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur L pour les Termes et Conditions de Licence ReactOS",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
21,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur F3 pour quitter sans installer ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
23,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Pour plus d'informations sur ReactOS, veuiller visiter :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
24,
|
|
|
|
|
"http://www.reactos.org",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_HIGHLIGHT
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer R = R<>parer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRIntroPageEntries[] =
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"L'Installation de ReactOS est en phase de d<>veloppement.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
9,
|
|
|
|
|
"Elle ne supporte pas encore toutes les fonctions d'une application",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" d'installation enti<74>rement utilisable.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
12,
|
|
|
|
|
"Les limitations suivantes s'appliquent:",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"- L'installation ne peut g<>rer plus d'une partition primaire par disque.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
|
|
|
|
"- L'installation ne peut effacer une partition primaire d'un disque",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
|
|
|
|
" tant que des partitions secondaires existent sur ce disque.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
16,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"- L'installation ne peut effacer la premi<6D>re partition secondaire",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
17,
|
|
|
|
|
" tant que des autres partitions secondaires existent sur ce disque.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
18,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"- L'installation supporte uniquement le syst<73>me de fichiers FAT.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
19,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"- Les v<>rifications de syst<73>me de fichers ne sont pas impl<70>ment<6E>es.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
23,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur ENTR<54>E pour installer ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
25,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur F3 pour quitter sans installer ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRLicensePageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
6,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
"Licence :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_HIGHLIGHT
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
8,
|
|
|
|
|
"The ReactOS System is licensed under the terms of the",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
9,
|
|
|
|
|
"GNU GPL with parts containing code from other compatible",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
10,
|
|
|
|
|
"licenses such as the X11 or BSD and GNU LGPL licenses.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
|
|
|
|
"All software that is part of the ReactOS system is",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
12,
|
|
|
|
|
"therefore released under the GNU GPL as well as maintaining",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
|
|
|
|
"the original license.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
|
|
|
|
"This software comes with NO WARRANTY or restrictions on usage",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
16,
|
|
|
|
|
"save applicable local and international law. The licensing of",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
17,
|
|
|
|
|
"ReactOS only covers distribution to third parties.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
18,
|
|
|
|
|
"If for some reason you did not receive a copy of the",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
19,
|
|
|
|
|
"GNU General Public License with ReactOS please visit",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
20,
|
|
|
|
|
"http://www.gnu.org/licenses/licenses.html",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_HIGHLIGHT
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
22,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
"Garantie :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_HIGHLIGHT
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
24,
|
|
|
|
|
"This is free software; see the source for copying conditions.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
25,
|
|
|
|
|
"There is NO warranty; not even for MERCHANTABILITY or",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
26,
|
|
|
|
|
"FITNESS FOR A PARTICULAR PURPOSE",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Retour",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRDevicePageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"La liste ci-dessous montre les r<>glages mat<61>riels actuels.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
" Ordinateur :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
12,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
" Affichage :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL,
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
" Clavier :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2008-01-22 17:58:33 +00:00
|
|
|
|
8,
|
2007-12-15 16:52:40 +00:00
|
|
|
|
14,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"R<EFBFBD>glage Clavier :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
16,
|
2007-12-16 15:25:17 +00:00
|
|
|
|
" Accepter :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
25,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
16, "Accepter ces r<>glages mat<61>riels",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
19,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous pouvez changer les r<>glages mat<61>riels en appuyant sur HAUT ou BAS",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
20,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"pour s<>lectionner une entr<74>e.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
21,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"Appuyer sur ENTR<54>E pour choisir un autre r<>glage.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
23,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Quand tous les r<>glages sont corrects, s<>lectionner \"Accepter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
24,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ces r<>glages mat<61>riels\" et appuyer sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRRepairPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"L'Installation de ReactOS est en phase de d<>veloppement.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
9,
|
|
|
|
|
"Elle ne supporte pas encore toutes les fonctions d'une application",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"d'installation enti<74>rement utilisable.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
12,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Les fonctions de r<>paration ne sont pas impl<70>ment<6E>es pour l'instant.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur U pour mettre <20> jour l'OS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
17,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur R pour la Console de R<>paration.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
19,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur <20>CHAP pour retourner <20> la page principale.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
21,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur ENTR<54>E pour red<65>marrer votre ordinateur.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" <20>CHAP = Page principale ENTR<54>E = Red<65>marrer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
static MUI_ENTRY frFRComputerPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous voulez changer le type d'ordinateur install<6C>.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur HAUT ou BAS pour s<>lectionner le type d'ordinateur.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" Puis appuyer sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur <20>CHAP pour revenir <20> la page pr<70>c<EFBFBD>dente sans changer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
|
|
|
|
" le type d'ordinateur.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRFlushPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
6,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Le syst<73>me s'assure que toutes les donn<6E>es sont <20>crites sur le disque",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
8,
|
|
|
|
|
"Cela peut prendre une minute",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
9,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Quand cela sera fini, votre ordinateur red<65>marrera automatiquement",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
" Vidage du cache",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRQuitPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
6,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"ReactOS n'est pas compl<70>tement install<6C>",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
8,
|
|
|
|
|
"Enlever la disquette du lecteur A: et",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
9,
|
|
|
|
|
"tous les CDROMs des lecteurs de CD.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"Appuyer sur ENTR<54>E pour red<65>marrer votre ordinateur.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
" Veuillez attendre ...",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS,
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRDisplayPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous voulez changer le type d'<27>cran <20> installer.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{ 8,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur HAUT ou BAS pour s<>lectionner le type d'<27>cran.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" Appuyer sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur <20>CHAP pour revenir <20> la page pr<70>c<EFBFBD>dente sans changer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" le type d'<27>cran.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRSuccessPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
6,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Les composants standards de ReactOS ont <20>t<EFBFBD> install<6C>s avec succ<63>s.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
8,
|
|
|
|
|
"Enlever la disquette du lecteur A: et",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
9,
|
|
|
|
|
"tous les CDROMs des lecteurs de CD.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
10,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"Appuyer sur ENTR<54>E pour red<65>marrer votre ordinateur.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Red<65>marrer l'ordinateur",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRBootPageEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
|
|
|
|
"Setup ne peut installer le chargeur sur le disque dur",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
9,
|
|
|
|
|
"de votre ordinateur",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
13,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Veuillez ins<6E>rer une disquette format<61>e dans le lecteur A: et",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
14,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"appuyer sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL,
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
2007-12-19 14:29:39 +00:00
|
|
|
|
static MUI_ENTRY frFRSelectPartitionEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"La liste suivante montre les partitions existantes et",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
9,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"l'espace disque non utilise pour de nouvelles partitions.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur HAUT ou BAS pour s<>lectionner une entree de la liste.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyer sur ENTR<54>E pour installer ReactOS sur la partition choisie.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur C pour creer une nouvelle partition.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
17,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyer sur D pour effacer une partition.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" Patienter...",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRFormatPartitionEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"Formater la partition",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
10,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"Setup va formater la partition. Appuyer sur ENTR<54>E pour continuer.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRInstallDirectoryEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup installe les fichiers de ReactOS sur la partition s<>lectionn<6E>e.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
9,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Choisissez un repertoire o<> vous voulez que ReactOS soit install<6C> :",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
14,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Pour changer le r<>pertoire propos<6F>, appuyez sur BACKSPACE pour effacer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
15,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"des caract<63>res et ensuite tapez le r<>pertoire ou vous voulez que",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
16,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"ReactOS soit install<6C>",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRFileCopyEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
11,
|
|
|
|
|
12,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"Patientez pendant que ReactOS Setup copie les fichiers",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2007-12-22 13:10:44 +00:00
|
|
|
|
15,
|
2007-12-19 14:29:39 +00:00
|
|
|
|
13,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"dans le r<>pertoire d'installation de ReactOS.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
20,
|
|
|
|
|
14,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"Cela peut prendre plusieurs minutes.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
" \xB3 Patientez... ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRBootLoaderEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup installe le chargeur de d<>marrage",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
12,
|
2013-10-15 16:45:52 +00:00
|
|
|
|
"Installer le chargeur de d<>marrage sur le disque dur (MBR et VBR).",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2013-10-15 16:45:52 +00:00
|
|
|
|
"Installer le chargeur de d<>marrage sur le disque dur (VBR seulement).",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
2010-09-05 17:09:18 +00:00
|
|
|
|
"Installer le chargeur de d<>marrage sur une disquette.",
|
|
|
|
|
TEXT_STYLE_NORMAL
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
15,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Ne pas installer le chargeur de d<>marrage.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRKeyboardSettingsEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous voulez changer le type de clavier <20> installer.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyez sur HAUT ou BAS pour s<>lectionner le type de clavier,",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" puis appuyez sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyez sur <20>CHAP pour revenir a la page pr<70>c<EFBFBD>dente sans changer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
" le type de clavier.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRLayoutSettingsEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2010-09-07 09:40:53 +00:00
|
|
|
|
"Veuillez s<>lectionner une disposition <20> installer par d<>faut.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
10,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyez sur HAUT ou BAS pour s<>lectionner la disposition",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
11,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" choisie. Puis appuyez sur ENTR<54>E.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
13,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyez sur <20>CHAP pour revenir a la page pr<70>c<EFBFBD>dente sans changer",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
14,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
" la disposition du clavier.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRPrepareCopyEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup pr<70>pare votre ordinateur pour copier les fichiers de ReactOS. ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" Pr<50>pare la liste de fichiers <20> copier...",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRSelectFSEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
17,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"S<EFBFBD>lectionnez un syst<73>me de fichiers dans la liste suivante.",
|
2007-12-19 14:29:39 +00:00
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
19,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"\x07 Appuyez sur HAUT ou BAS pour s<>lectionner un syst<73>me de fichiers.",
|
2007-12-19 14:29:39 +00:00
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
21,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyez sur ENTR<54>E pour formater la partition.",
|
2007-12-19 14:29:39 +00:00
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
23,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyez sur <20>CHAP pour s<>lectionner une autre partition.",
|
2007-12-19 14:29:39 +00:00
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Continuer <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static MUI_ENTRY frFRDeletePartitionEntries[] =
|
|
|
|
|
{
|
2007-12-31 17:56:13 +00:00
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2008-01-02 13:50:37 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2007-12-31 17:56:13 +00:00
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"Vous avez choisi de supprimer la partition",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
18,
|
2007-12-22 13:10:44 +00:00
|
|
|
|
"\x07 Appuyez sur D pour supprimer la partition.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
11,
|
|
|
|
|
19,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"ATTENTION: Toutes les donne<6E>es de cette partition seront perdues!",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
8,
|
|
|
|
|
21,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"\x07 Appuyez sur <20>CHAP pour annuler.",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" D = Supprimer la Partition <20>CHAP = Annuler F3 = Quitter",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2007-12-19 14:29:39 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
2008-01-02 15:07:27 +00:00
|
|
|
|
static MUI_ENTRY frFRRegistryEntries[] =
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
4,
|
|
|
|
|
3,
|
2012-12-08 21:09:57 +00:00
|
|
|
|
" Installation de ReactOS " KERNEL_VERSION_STR " ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_UNDERLINE
|
2008-01-02 15:07:27 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
6,
|
|
|
|
|
8,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup met <20> jour la configuration du syst<73>me. ",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_STYLE_NORMAL
|
2008-01-02 15:07:27 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" En train de cr<63>er la base de registres...",
|
2008-03-19 04:43:40 +00:00
|
|
|
|
TEXT_TYPE_STATUS
|
2008-01-02 15:07:27 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
NULL,
|
|
|
|
|
0
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
};
|
2007-12-19 14:29:39 +00:00
|
|
|
|
|
2007-12-15 16:52:40 +00:00
|
|
|
|
MUI_ERROR frFRErrorEntries[] =
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
//ERROR_NOT_INSTALLED
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"ReactOS n'est pas compl<70>tement install<6C> sur votre\n"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
"ordinateur. Si vous quittez Setup maintenant, vous devrez\n"
|
|
|
|
|
"lancer Setup de nouveau pour installer ReactOS.\n"
|
|
|
|
|
"\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" \x07 Appuyer sur ENTR<54>E pour continuer Setup.\n"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
" \x07 Appuyer sur F3 pour quitter Setup.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"F3= Quitter ENTR<54>E = Continuer"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_NO_HDD
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver un disque dur.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_NO_SOURCE_DRIVE
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver son lecteur source.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_LOAD_TXTSETUPSIF
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pas r<>ussi <20> charger le fichier TXTSETUP.SIF.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CORRUPT_TXTSETUPSIF
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup a trouv<75> un fichier TXTSETUP.SIF corrompu.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_SIGNATURE_TXTSETUPSIF,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup a trouv<75> une signature invalide dans TXTSETUP.SIF.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_DRIVE_INFORMATION
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu r<>cup<75>rer les informations du disque syst<73>me.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_WRITE_BOOT,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Echec de l'installation du code de d<>marrage FAT sur la partition syst<73>me.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_LOAD_COMPUTER,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu charger la liste de type d'ordinateurs.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_LOAD_DISPLAY,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu charger la liste de r<>glages des <20>crans.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_LOAD_KEYBOARD,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu charger la liste de types de claviers.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_LOAD_KBLAYOUT,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu charger la liste de dispositions de claviers.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_WARN_PARTITION,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup a d<>tect<63> qu'au moins un disque dur contient une table\n"
|
|
|
|
|
"de partition incompatible qui ne peut <20>tre prise en compte!\n"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
"\n"
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Cr<EFBFBD>er ou effacer des partitions peut d<>truire la table de partition.\n"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
"\n"
|
2014-01-16 20:31:51 +00:00
|
|
|
|
" \x07 Appuyer sur F3 pour quitter Setup.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" \x07 Appuyer sur ENTR<54>E pour continuer Setup.",
|
|
|
|
|
"F3= Quitter ENTR<54>E = Continuer"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_NEW_PARTITION,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous ne pouvez cr<63>er une nouvelle Partition <20> l'int<6E>rieur\n"
|
|
|
|
|
"d'une Partition d<>j<EFBFBD> existante!\n"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
"\n"
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" * Appuyer sur une touche pour continuer.",
|
2007-12-15 16:52:40 +00:00
|
|
|
|
NULL
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_DELETE_SPACE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Vous ne pouvez supprimer de l'espace disque non partitionn<6E>!\n"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
"\n"
|
2008-01-22 17:58:33 +00:00
|
|
|
|
" * Appuyer sur une touche pour continuer.",
|
2007-12-15 16:52:40 +00:00
|
|
|
|
NULL
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_INSTALL_BOOTCODE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Echec de l'installation du code de d<>marrage FAT sur la partition syst<73>me.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_NO_FLOPPY,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Pas de disque dans le lecteur A:.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Continuer"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_UPDATE_KBSETTINGS,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu mettre <20> jour les r<>glages de disposition du clavier.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_UPDATE_DISPLAY_SETTINGS,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu mettre <20> jour les r<>glages de l'<27>cran.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_IMPORT_HIVE,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu importer un fichier ruche.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_FIND_REGISTRY
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver les fichiers de la base de registres.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CREATE_HIVE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu cr<63>er les ruches de la base de registres.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_INITIALIZE_REGISTRY,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu initialiser la base de registres.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_INVALID_CABINET_INF,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Le Cabinet n'a pas de fichier inf valide.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CABINET_MISSING,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Cabinet non trouv<75>.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CABINET_SCRIPT,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Cabinet n'a pas de script de setup.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_COPY_QUEUE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu ouvrir la file d'attente de copie de fichiers.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CREATE_DIR,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu cr<63>er les r<>pertoires d'installation.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_TXTSETUP_SECTION,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver la section 'Directories'\n"
|
|
|
|
|
"dans TXTSETUP.SIF.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CABINET_SECTION,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver la section 'Directories\n"
|
|
|
|
|
"dans le cabinet.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_CREATE_INSTALL_DIR
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu cr<63>er le r<>pertoire d'installation.",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_FIND_SETUPDATA,
|
2007-12-31 18:29:49 +00:00
|
|
|
|
"Setup n'a pu trouver la section 'SetupData'\n"
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"dans TXTSETUP.SIF.\n",
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
//ERROR_WRITE_PTABLE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu <20>crire les tables de partition.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
2008-01-07 14:51:42 +00:00
|
|
|
|
{
|
|
|
|
|
//ERROR_ADDING_CODEPAGE,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu ajouter la page de codes <20> la base de registres.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2008-01-07 14:51:42 +00:00
|
|
|
|
},
|
2008-01-07 21:34:56 +00:00
|
|
|
|
{
|
|
|
|
|
//ERROR_UPDATE_LOCALESETTINGS,
|
2008-01-22 17:58:33 +00:00
|
|
|
|
"Setup n'a pu changer la langue syst<73>me.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2008-01-07 21:34:56 +00:00
|
|
|
|
},
|
2008-04-28 14:04:22 +00:00
|
|
|
|
{
|
|
|
|
|
//ERROR_ADDING_KBLAYOUTS,
|
2010-09-07 09:40:53 +00:00
|
|
|
|
"Setup n'a pas pu ajouter les dispositions de clavier au registre.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2008-04-28 14:04:22 +00:00
|
|
|
|
},
|
2010-06-02 22:28:37 +00:00
|
|
|
|
{
|
|
|
|
|
//ERROR_UPDATE_GEOID,
|
2010-09-07 09:40:53 +00:00
|
|
|
|
"Setup n'a pas pu d<>finir la geo id.\n"
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"
|
2010-06-02 22:28:37 +00:00
|
|
|
|
},
|
2010-05-24 20:53:32 +00:00
|
|
|
|
{
|
|
|
|
|
//ERROR_INSUFFICIENT_DISKSPACE,
|
2010-09-07 09:40:53 +00:00
|
|
|
|
"Pas assez d'espace libre dans la partition s<>lectionn<6E>e.\n"
|
|
|
|
|
" * Appuyez sur n'importe quelle touche pour continuer.",
|
2010-05-24 20:53:32 +00:00
|
|
|
|
NULL
|
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
NULL,
|
|
|
|
|
NULL
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MUI_PAGE frFRPages[] =
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
LANGUAGE_PAGE,
|
2007-12-25 20:24:19 +00:00
|
|
|
|
frFRLanguagePageEntries
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2008-01-02 13:50:37 +00:00
|
|
|
|
START_PAGE,
|
|
|
|
|
frFRWelcomePageEntries
|
2007-12-15 16:52:40 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
INSTALL_INTRO_PAGE,
|
|
|
|
|
frFRIntroPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
LICENSE_PAGE,
|
|
|
|
|
frFRLicensePageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
DEVICE_SETTINGS_PAGE,
|
|
|
|
|
frFRDevicePageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
REPAIR_INTRO_PAGE,
|
|
|
|
|
frFRRepairPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
COMPUTER_SETTINGS_PAGE,
|
|
|
|
|
frFRComputerPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
DISPLAY_SETTINGS_PAGE,
|
|
|
|
|
frFRDisplayPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
FLUSH_PAGE,
|
|
|
|
|
frFRFlushPageEntries
|
|
|
|
|
},
|
2007-12-19 14:29:39 +00:00
|
|
|
|
{
|
|
|
|
|
SELECT_PARTITION_PAGE,
|
|
|
|
|
frFRSelectPartitionEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
SELECT_FILE_SYSTEM_PAGE,
|
|
|
|
|
frFRSelectFSEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
FORMAT_PARTITION_PAGE,
|
|
|
|
|
frFRFormatPartitionEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
DELETE_PARTITION_PAGE,
|
|
|
|
|
frFRDeletePartitionEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
INSTALL_DIRECTORY_PAGE,
|
|
|
|
|
frFRInstallDirectoryEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
PREPARE_COPY_PAGE,
|
|
|
|
|
frFRPrepareCopyEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
FILE_COPY_PAGE,
|
|
|
|
|
frFRFileCopyEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
KEYBOARD_SETTINGS_PAGE,
|
|
|
|
|
frFRKeyboardSettingsEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
BOOT_LOADER_PAGE,
|
|
|
|
|
frFRBootLoaderEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
LAYOUT_SETTINGS_PAGE,
|
|
|
|
|
frFRLayoutSettingsEntries
|
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
QUIT_PAGE,
|
|
|
|
|
frFRQuitPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
SUCCESS_PAGE,
|
|
|
|
|
frFRSuccessPageEntries
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
BOOT_LOADER_FLOPPY_PAGE,
|
|
|
|
|
frFRBootPageEntries
|
|
|
|
|
},
|
2008-01-02 15:07:27 +00:00
|
|
|
|
{
|
|
|
|
|
REGISTRY_PAGE,
|
|
|
|
|
frFRRegistryEntries
|
|
|
|
|
},
|
2007-12-15 16:52:40 +00:00
|
|
|
|
{
|
|
|
|
|
-1,
|
|
|
|
|
NULL
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
2008-02-09 10:34:00 +00:00
|
|
|
|
MUI_STRING frFRStrings[] =
|
|
|
|
|
{
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_PLEASEWAIT,
|
|
|
|
|
" Veuillez patienter..."},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_INSTALLCREATEPARTITION,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Installer C = Cr<43>er Partition F3 = Quitter"},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_INSTALLDELETEPARTITION,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Installer D = Supprimer Partition F3 = Quitter"},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_PARTITIONSIZE,
|
|
|
|
|
"Taille de la nouvelle partition :"},
|
|
|
|
|
{STRING_CHOOSENEWPARTITION,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Vous avez choisi de cr<63>er une nouvelle partition sur"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_HDDSIZE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Veuillez entrer la taille de la nouvelle partition en m<>gaoctets."},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_CREATEPARTITION,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Cr<43>er Partition <20>CHAP = Annuler F3 = Quitter"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_PARTFORMAT,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Cette Partition sera ensuite format<61>e."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_NONFORMATTEDPART,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Vous avez choisi d'installer ReactOS sur une nouvelle partition."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_INSTALLONPART,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup installe ReactOS sur la partition"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CHECKINGPART,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup v<>rifie la partition s<>lectionn<6E>e."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_QUITCONTINUE,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"F3= Quitter ENTR<54>E = Continuer"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_REBOOTCOMPUTER,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
"ENTR<EFBFBD>E = Red<65>marrer l'ordinateur"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_TXTSETUPFAILED,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup n'a pu trouver la section '%S'\ndans TXTSETUP.SIF.\n"},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_COPYING,
|
2010-05-24 21:43:51 +00:00
|
|
|
|
" Copie du fichier: %S"},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{STRING_SETUPCOPYINGFILES,
|
|
|
|
|
"Setup copie les fichiers..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_REGHIVEUPDATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Mise <20> jour de la base de registre..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_IMPORTFILE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Importe %S..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_DISPLAYETTINGSUPDATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Mise <20> jour des param<61>tres du registre pour l'<27>cran..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_LOCALESETTINGSUPDATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Mise <20> jour des param<61>tres r<>gionaux..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_KEYBOARDSETTINGSUPDATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Mise <20> jour des param<61>tres de la dispoition clavier..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CODEPAGEINFOUPDATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Ajout des informations de pages de codes <20> la base de registres..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_DONE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Termin<69>..."},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_REBOOTCOMPUTER2,
|
2012-12-02 20:17:17 +00:00
|
|
|
|
" ENTR<54>E = Red<65>marrer l'ordinateur"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CONSOLEFAIL1,
|
2013-10-13 23:18:22 +00:00
|
|
|
|
"Impossible d'ouvrir la console\r\n\r\n"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CONSOLEFAIL2,
|
2013-10-13 23:18:22 +00:00
|
|
|
|
"La cause probable est l'utilisation d'un clavier USB\r\n"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CONSOLEFAIL3,
|
2013-10-13 23:18:22 +00:00
|
|
|
|
"Les claviers USB ne sont pas compl<70>tement support<72>s actuellement\r\n"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_FORMATTINGDISK,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup formate votre disque"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_CHECKINGDISK,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup v<>rifie votre disque"},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_FORMATDISK1,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Formater la partition comme syst<73>me de fichiers %S(formatage rapide) "},
|
2008-02-12 14:52:36 +00:00
|
|
|
|
{STRING_FORMATDISK2,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Formater la partition comme syst<73>me de fichiers %S "},
|
2008-02-12 17:00:09 +00:00
|
|
|
|
{STRING_KEEPFORMAT,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Garder le syst<73>me de fichiers courant(pas de changements) "},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDINFOPARTCREATE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"%I64u %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu) sur %wZ."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK1,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"%I64u %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu)."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK2,
|
2008-02-16 18:58:05 +00:00
|
|
|
|
" %c%c Type %lu %I64u %s"},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDINFOPARTDELETE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"sur %I64u %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu) sur %wZ."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK3,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"sur %I64u %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu)."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDINFOPARTZEROED,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Disque dur %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK4,
|
2008-02-16 18:58:05 +00:00
|
|
|
|
"%c%c Type %lu %I64u %s"},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDINFOPARTEXISTS,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"sur Disque dur %lu (%I64u %s), Port=%hu, Bus=%hu, Id=%hu (%wZ)."},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK5,
|
2008-02-16 18:58:05 +00:00
|
|
|
|
"%c%c Type %-3u %6lu %s"},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDINFOPARTSELECT,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"%6lu %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu) sur %S"},
|
2008-02-17 18:05:08 +00:00
|
|
|
|
{STRING_HDDINFOUNK6,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"%6lu %s Disque dur %lu (Port=%hu, Bus=%hu, Id=%hu)"},
|
2008-02-16 18:58:05 +00:00
|
|
|
|
{STRING_NEWPARTITION,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
"Setup a cr<63><72> une nouvelle partition sur"},
|
2008-02-16 18:58:05 +00:00
|
|
|
|
{STRING_UNPSPACE,
|
2008-02-17 19:56:37 +00:00
|
|
|
|
" Espace non partitionn<6E> %6lu %s"},
|
2008-02-19 19:37:49 +00:00
|
|
|
|
{STRING_MAXSIZE,
|
2008-02-19 19:56:35 +00:00
|
|
|
|
"Mo (max. %lu Mo)"},
|
2008-02-19 19:37:49 +00:00
|
|
|
|
{STRING_UNFORMATTED,
|
2008-02-19 19:56:35 +00:00
|
|
|
|
"Nouveau (non format<61>)"},
|
2008-02-19 19:37:49 +00:00
|
|
|
|
{STRING_FORMATUNUSED,
|
2008-02-19 19:56:35 +00:00
|
|
|
|
"Non utilis<69>"},
|
2008-02-19 19:37:49 +00:00
|
|
|
|
{STRING_FORMATUNKNOWN,
|
2008-02-19 19:56:35 +00:00
|
|
|
|
"Inconnu"},
|
2008-02-19 21:31:09 +00:00
|
|
|
|
{STRING_KB,
|
|
|
|
|
"Ko"},
|
|
|
|
|
{STRING_MB,
|
|
|
|
|
"Mo"},
|
|
|
|
|
{STRING_GB,
|
|
|
|
|
"Go"},
|
2008-04-28 14:04:22 +00:00
|
|
|
|
{STRING_ADDKBLAYOUTS,
|
2010-09-07 09:40:53 +00:00
|
|
|
|
"Ajout des dispositions clavier"},
|
2008-02-09 10:34:00 +00:00
|
|
|
|
{0, 0}
|
|
|
|
|
};
|