mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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. svn path=/trunk/; revision=51055
This commit is contained in:
parent
ba15ac9cfc
commit
62fce851b1
6 changed files with 44 additions and 38 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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štalácia zavádzaèa systému", IDC_STATIC, "Button", BS_GROUPBOX, 4,36,298,41
|
||||
|
||||
CONTROL "Nainštalova<76> zavádzaè systému na pevný disk (MBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
|
||||
CONTROL "Nenainštalova<76> zavádzaè systému", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED , 10,57,278,11
|
||||
CONTROL "Nainštalova<76> zavádzaè systému na pevný disk (MBR a VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,46,278,11
|
||||
CONTROL "Nainštalova<76> zavádzaè systému na pevný disk (iba VBR)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10,57,278,11
|
||||
CONTROL "Nenainštalova<76> 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ši<C5A1>", IDCANCEL, 240,83,50,15, WS_TABSTOP | WS_VISIBLE
|
||||
END
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue