[SETUP]
authorAleksey Bragin <aleksey@reactos.org>
Tue, 15 Mar 2011 18:50:31 +0000 (18:50 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 15 Mar 2011 18:50:31 +0000 (18:50 +0000)
- Mario Kacmar: Added 'VBR only' as possible option to the reactos.exe - it is necessary to add it to other languages (I would not mess up codepages).

See issue #5734 for more details.

svn path=/trunk/; revision=51055

reactos/base/setup/reactos/lang/cs-CZ.rc
reactos/base/setup/reactos/lang/de-DE.rc
reactos/base/setup/reactos/lang/en-US.rc
reactos/base/setup/reactos/lang/fr-FR.rc
reactos/base/setup/reactos/lang/sk-SK.rc
reactos/base/setup/reactos/resource.h

index 2ee2f14..505042b 100644 (file)
@@ -91,8 +91,9 @@ BEGIN
 
     CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
 
-    CONTROL "Install boot loader on the hard disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
-    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+    CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+    CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,68,278,11
     PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
     PUSHBUTTON "&Cancel", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
 END
index 4c44f64..1c8a1f4 100644 (file)
@@ -91,8 +91,9 @@ BEGIN
 
     CONTROL "Bootloader-Installation", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
 
-    CONTROL "Installiere Bootloader auf Festplatte (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
-    CONTROL "Keine Bootloader-Installation", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+    CONTROL "Installiere Bootloader auf Festplatte (MBR und VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+    CONTROL "Installiere Bootloader auf Festplatte (VBR nur)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+    CONTROL "Keine Bootloader-Installation", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,68,278,11
     PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
     PUSHBUTTON "&Abbrechen", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
 END
index b548ba9..e0f4ecc 100644 (file)
@@ -91,8 +91,9 @@ BEGIN
 
     CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
 
-    CONTROL "Install boot loader on the hard disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
-    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+    CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+    CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,68,278,11
     PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
     PUSHBUTTON "&Cancel", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
 END
index 17655c9..68e3cc1 100644 (file)
@@ -89,8 +89,9 @@ BEGIN
 
     CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
 
-    CONTROL "Install boot loader on the hard disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
-    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+    CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+    CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+    CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,68,278,11
     PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
     PUSHBUTTON "&Cancel", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
 END
index 56ff08c..6cbeb13 100644 (file)
@@ -1,6 +1,6 @@
 /* TRANSLATOR :  Mário Kaèmár /Mario Kacmar/ aka Kario (kario@szm.sk)
  * DATE OF TR.:  xx-xx-2007
- * LAST UPDATE:  03-12-2008
+ * LAST UPDATE:  02-11-2010
  */
 
 LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
@@ -94,8 +94,9 @@ BEGIN
 
     CONTROL "In\9atalácia zavádzaèa systému", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
 
-    CONTROL "Nain\9atalova\9d zavádzaè systému na pevný disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
-    CONTROL "Nenain\9atalova\9d zavádzaè systému", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+    CONTROL "Nain\9atalova\9d zavádzaè systému na pevný disk (MBR a VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+    CONTROL "Nain\9atalova\9d zavádzaè systému na pevný disk (iba VBR)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+    CONTROL "Nenain\9atalova\9d zavádzaè systému", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,68,278,11
     PUSHBUTTON "&OK", IDOK, 180,83,50,15, WS_TABSTOP | WS_VISIBLE
     PUSHBUTTON "&Zru\9ai\9d", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
 END
index f4d6b22..82e9d7c 100644 (file)
 #define IDC_PARTCREATE         2022
 #define IDC_PARTDELETE         2023
 #define IDC_INSTFREELDR        2024
-#define IDC_NOINSTFREELDR      2025
-#define IDC_PATH               2026
-#define IDD_PROCESSPAGE        2027
-#define IDS_PROCESSTITLE       2028
-#define IDS_PROCESSSUBTITLE    2029
-#define IDC_ACTIVITY           2030
-#define IDC_ITEM               2031
-#define IDC_PROCESSPROGRESS    2032
-#define IDD_RESTARTPAGE        2033
-#define IDS_RESTARTTITLE       2034
-#define IDS_RESTARTSUBTITLE    2035
-#define IDC_FINISHTITLE        2036
-#define IDC_RESTART_PROGRESS   2037
-#define IDS_ABORTSETUP         2038
-#define IDS_ABORTSETUP2        2039
-#define IDC_ACTION             2040
-#define IDC_PARTMOREOPTS       2041
-#define IDD_BOOTOPTIONS        2042
-#define IDD_PARTITION          2043
-#define IDC_UPDOWN1            2044
-#define IDC_PARTSIZE           2045
-#define IDC_UNIT               2046
-#define IDC_FSTYPE             2047
-#define IDD_SUMMARYPAGE        2048
-#define IDS_SUMMARYTITLE       2049
-#define IDS_SUMMARYSUBTITLE    2050
-#define IDC_DEVICEDRIVER       2051
+#define IDC_INSTVBRONLY        2025
+#define IDC_NOINSTFREELDR      2026
+#define IDC_PATH               2027
+#define IDD_PROCESSPAGE        2028
+#define IDS_PROCESSTITLE       2029
+#define IDS_PROCESSSUBTITLE    2030
+#define IDC_ACTIVITY           2031
+#define IDC_ITEM               2032
+#define IDC_PROCESSPROGRESS    2033
+#define IDD_RESTARTPAGE        2034
+#define IDS_RESTARTTITLE       2035
+#define IDS_RESTARTSUBTITLE    2036
+#define IDC_FINISHTITLE        2037
+#define IDC_RESTART_PROGRESS   2038
+#define IDS_ABORTSETUP         2039
+#define IDS_ABORTSETUP2        2040
+#define IDC_ACTION             2041
+#define IDC_PARTMOREOPTS       2042
+#define IDD_BOOTOPTIONS        2043
+#define IDD_PARTITION          2044
+#define IDC_UPDOWN1            2045
+#define IDC_PARTSIZE           2046
+#define IDC_UNIT               2047
+#define IDC_FSTYPE             2048
+#define IDD_SUMMARYPAGE        2049
+#define IDS_SUMMARYTITLE       2050
+#define IDS_SUMMARYSUBTITLE    2051
+#define IDC_DEVICEDRIVER       2052
 
 #define IDI_MAIN               3000