mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[ui] add runtime UEFI media validation as a selectable advanced option
* Also add Ctrl-A as a new cheat-mode to toggle the use of Rufus MBR (which is enabled by default) which replaces the previous UI checkbox. The Disk ID field is now completely removed as we now use the default values for XP and non XP installs, and will expect people with multiple disks to disconnect all except the one where they plan to install Windows.
This commit is contained in:
parent
6dac531552
commit
dd8314b2f0
13 changed files with 203 additions and 131 deletions
|
@ -5,7 +5,9 @@ To edit a translation, please make sure to follow:
|
|||
https://github.com/pbatard/rufus/wiki/Localization#Editing_an_existing_translation
|
||||
Or simply download https://files.akeo.ie/pollock/pollock-1.5.exe and follow its directions.
|
||||
|
||||
o v4.?? (202?.??.??)
|
||||
o v4.5 (202?.??.??)
|
||||
- *UPDATED* IDC_RUFUS_MBR -> IDC_UEFI_MEDIA_VALIDATION "Enable runtime UEFI media validation"
|
||||
- *UPDATED* MSG_167 "Install a UEFI bootloader, that will perform MD5Sum file validation of the media"
|
||||
- *NEW* MSG_337 "An additional file ('diskcopy.dll') must be downloaded from Microsoft to install MS-DOS (...)"
|
||||
- *NEW* MSG_338 "Revoked UEFI bootloader detected"
|
||||
- *NEW* MSG_339 "Rufus detected that the ISO you have selected contains a UEFI bootloader that has been revoked (...)"
|
||||
|
@ -18,6 +20,7 @@ o v4.?? (202?.??.??)
|
|||
- *NEW* MSG_346 "Restrict Windows to S-Mode (INCOMPATIBLE with online account bypass)"
|
||||
- *NEW* MSG_347 "Expert Mode"
|
||||
- *NEW* MSG_348 "Extracting archive files: %s"
|
||||
- *NEW* MSG_349 "Use Rufus MBR"
|
||||
|
||||
o v3.22 (2023.??.??)
|
||||
// MSG_144 is aimed the the ISO download feature
|
||||
|
|
|
@ -61,7 +61,7 @@ t IDC_OLD_BIOS_FIXES "Add fixes for old BIOSes (extra partition, align, etc.)"
|
|||
# 'MBR': See http://en.wikipedia.org/wiki/Master_boot_record
|
||||
# Rufus can install it's own custom MBR (the Rufus MBR), which also allows users to
|
||||
# specify a custom disk ID for the BIOS. The tooltip for this control is MSG_167.
|
||||
t IDC_RUFUS_MBR "Use Rufus MBR with BIOS ID"
|
||||
t IDC_UEFI_MEDIA_VALIDATION "Enable runtime UEFI media validation"
|
||||
t IDS_FORMAT_OPTIONS_TXT "Format Options"
|
||||
t IDS_FILE_SYSTEM_TXT "File system"
|
||||
t IDS_CLUSTER_SIZE_TXT "Cluster size"
|
||||
|
@ -370,9 +370,7 @@ t MSG_164 "Method that will be used to make the drive bootable"
|
|||
t MSG_165 "Click to select or download an image..."
|
||||
t MSG_166 "Check this box to allow the display of international labels "
|
||||
"and set a device icon (creates an autorun.inf)"
|
||||
t MSG_167 "Install an MBR that allows boot selection and can masquerade the BIOS USB drive ID"
|
||||
t MSG_168 "Try to masquerade first bootable USB drive (usually 0x80) as a different disk.\n"
|
||||
"This should only be necessary if you install Windows XP and have more than one disk."
|
||||
t MSG_167 "Install a UEFI bootloader, that will perform MD5Sum file validation of the media"
|
||||
t MSG_169 "Create an extra hidden partition and try to align partitions boundaries.\n"
|
||||
"This can improve boot detection for older BIOSes."
|
||||
t MSG_170 "Enable the listing of USB Hard Drive enclosures. USE AT YOUR OWN RISKS!!!"
|
||||
|
@ -574,7 +572,8 @@ t MSG_313 "Save to VHD"
|
|||
t MSG_314 "Compute image checksums"
|
||||
t MSG_315 "Multiple buttons"
|
||||
t MSG_316 "Number of passes"
|
||||
t MSG_317 "Disk ID"
|
||||
# TODO: Use this with 168 for UEFI validation label and tooltip
|
||||
t MSG_317 "Disk ID"
|
||||
t MSG_318 "Default thread priority: %d"
|
||||
t MSG_319 "Ignore Boot Marker"
|
||||
t MSG_320 "Refreshing partition layout (%s)..."
|
||||
|
@ -612,6 +611,7 @@ t MSG_345 "Some additional data must be downloaded from Microsoft to use this fu
|
|||
t MSG_346 "Restrict Windows to S-Mode (INCOMPATIBLE with online account bypass)"
|
||||
t MSG_347 "Expert Mode"
|
||||
t MSG_348 "Extracting archive files: %s"
|
||||
t MSG_349 "Use Rufus MBR"
|
||||
# The following messages are for the Windows Store listing only and are not used by the application
|
||||
t MSG_900 "Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc."
|
||||
t MSG_901 "Official site: %s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue