mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[ui] add a message for ISOHybrids that don't allow for ISO mode
* Also limit VDS refresh to DD image writing * Also increase the number of loc messages
This commit is contained in:
parent
a3df3b0fb3
commit
480214bbb6
8 changed files with 80 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
|||
<Identity
|
||||
Name="19453.net.Rufus"
|
||||
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
|
||||
Version="3.14.1744.0" />
|
||||
Version="3.14.1745.0" />
|
||||
|
||||
<Properties>
|
||||
<DisplayName>Rufus</DisplayName>
|
||||
|
|
|
@ -24,6 +24,8 @@ o v3.*
|
|||
// The following can be tested with <Alt>-<+> and <Alt>-<->
|
||||
- *NEW* MSG_318 "Default thread priority: %d"
|
||||
- *NEW* MSG_319 "Ignore Boot Marker"
|
||||
- *NEW* MSG_320 "Refreshing partition layout"
|
||||
- *NEW* MSG_321 "The image you have selected is an ISOHybrid, but its creators have not made it compatible with ISO mode (...)
|
||||
|
||||
o v3.5 (2019.03.12)
|
||||
The following 3 messages can be tested by creating a UEFI:NTFS drive in Rufus ('Show advanced drive properties' must be enabled
|
||||
|
|
|
@ -579,6 +579,9 @@ t MSG_316 "Number of passes"
|
|||
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)..."
|
||||
t MSG_321 "The image you have selected is an ISOHybrid, but its creators have not made it compatible with ISO/File "
|
||||
"copy mode.\nAs a result, DD image writing mode will be enforced."
|
||||
|
||||
#########################################################################
|
||||
l "ar-SA" "Arabic (العربية)" 0x0401, 0x0801, 0x0c01, 0x1001, 0x1401, 0x1801, 0x1c01, 0x2001, 0x2401, 0x2801, 0x2c01, 0x3001, 0x3401, 0x3801, 0x3c01, 0x4001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue