Author: fireball
Date: Tue Mar 15 18:50:31 2011
New Revision: 51055
URL:
http://svn.reactos.org/svn/reactos?rev=51055&view=rev
Log:
[SETUP]
- 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.
Modified:
trunk/reactos/base/setup/reactos/lang/cs-CZ.rc
trunk/reactos/base/setup/reactos/lang/de-DE.rc
trunk/reactos/base/setup/reactos/lang/en-US.rc
trunk/reactos/base/setup/reactos/lang/fr-FR.rc
trunk/reactos/base/setup/reactos/lang/sk-SK.rc
trunk/reactos/base/setup/reactos/resource.h
Modified: trunk/reactos/base/setup/reactos/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/cs…
==============================================================================
--- trunk/reactos/base/setup/reactos/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/lang/cs-CZ.rc [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -91,8 +91,9 @@
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
Modified: trunk/reactos/base/setup/reactos/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/de…
==============================================================================
--- trunk/reactos/base/setup/reactos/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/lang/de-DE.rc [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -91,8 +91,9 @@
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
Modified: trunk/reactos/base/setup/reactos/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/en…
==============================================================================
--- trunk/reactos/base/setup/reactos/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/lang/en-US.rc [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -91,8 +91,9 @@
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
Modified: trunk/reactos/base/setup/reactos/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/fr…
==============================================================================
--- trunk/reactos/base/setup/reactos/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/lang/fr-FR.rc [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -89,8 +89,9 @@
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
Modified: trunk/reactos/base/setup/reactos/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/sk…
==============================================================================
--- trunk/reactos/base/setup/reactos/lang/sk-SK.rc [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/lang/sk-SK.rc [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -1,6 +1,6 @@
/* TRANSLATOR : Mário Kaèmár /Mario Kacmar/ aka Kario (kario(a)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 @@
CONTROL "Intalácia zavádzaèa systému", IDC_STATIC, "Button",
BS_GROUPBOX, 4,36,298,41
- CONTROL "Naintalova zavádzaè systému na pevný disk (MBR)",
IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
- CONTROL "Nenaintalova zavádzaè systému", IDC_NOINSTFREELDR,
"Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
+ CONTROL "Naintalova zavádzaè systému na pevný disk (MBR a VBR)",
IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
+ CONTROL "Naintalova zavádzaè systému na pevný disk (iba VBR)",
IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
+ CONTROL "Nenaintalova 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 "&Zrui", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
END
Modified: trunk/reactos/base/setup/reactos/resource.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/resourc…
==============================================================================
--- trunk/reactos/base/setup/reactos/resource.h [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/resource.h [iso-8859-1] Tue Mar 15 18:50:31 2011
@@ -31,32 +31,33 @@
#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