update french translation for usetup
[reactos.git] / reactos / base / setup / usetup / lang / fr-FR.h
index 2c93437..4b717a8 100644 (file)
@@ -1,6 +1,46 @@
 #ifndef LANG_FR_FR_H__
 #define LANG_FR_FR_H__
 
+static MUI_ENTRY frFRLanguagePageEntries[] =
+{
+    {
+        6,
+        8,
+        "Selection de la langue.",
+        TEXT_NORMAL
+    },
+    {
+        8,
+        10,
+        "\x07  Veuillez choisir la langue utilisee pour le processus d'installation",
+        TEXT_NORMAL
+    },
+    {
+        8,
+        11,
+        "   et appuyez sur ENTER.",
+        TEXT_NORMAL
+    },
+    {
+        8,
+        13,
+        "\x07  Cette langue sera la langue par defaut pour le systeme final.",
+        TEXT_NORMAL
+    },
+    {
+        0,
+        0,
+        "   ENTER = Continuer  F3 = Quitter",
+        TEXT_STATUS
+    },
+    {
+        0,
+        0,
+        NULL,
+        0
+    }
+};
+
 static MUI_ENTRY frFRWelcomePageEntries[] =
 {
     {
@@ -1280,7 +1320,7 @@ MUI_PAGE frFRPages[] =
 {
     {
         LANGUAGE_PAGE,
-        LanguagePageEntries
+        frFRLanguagePageEntries
     },
     {
        START_PAGE,