1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[ui] update persistence size controls

* Also refactor ToggleImageOptions()
This commit is contained in:
Pete Batard 2018-07-18 12:22:37 +01:00
parent 0fa19d7019
commit 1004a6e066
7 changed files with 170 additions and 106 deletions

View file

@ -1,24 +1,18 @@
This file lists any change that has been applied to the en-US translation of
rufus.loc since its original version. Translators are expected to keep their
translations up to date by monitoring this file on regular basis and applying
the same changes.
rufus.loc since its original version.
When editing an existing translation, make sure you always follow:
When editing an existing translation, make sure to follow:
https://github.com/pbatard/rufus/wiki/Localization#Editing_a_translation
Remember to also update the version number for your translation ('v x.y.z')
once you have matched all the changes that occurred for the en-US translation.
!!IMPORTANT!! The changes below may NOT contain the full message and only tell
you WHERE, in the English translation, you should look to find the full message
content. PLEASE, do not just look at this Changelog when updating your
translation, but always use the English section of rufus.loc as your base.
For instance, MSG_114, that was introduced in v1.0.8 is MORE than one line!
o v3.2 (2018.??.??)
- *NEW* MSG_087
*NEW* MSG_123
*NEW* MSG_124
*NEW* MSG_125
*NEW* MSG_126
*NEW* MSG_127
- *NEW* MSG_172
- *NEW* MSG_199
- *NEW* MSG_240
- *NEW* MSG_306
o v3.0 (2018.03.27)
@ -80,7 +74,8 @@ o v2.16 (2017.07.17)
- *NEW* MSG_298 "The ISO file you have selected does not match its declared size: %s of data is missing!\n\nIf you obtained "
"this file from the Internet, you should try to download a new copy and verify that the MD5 or SHA checksums match the "
"official ones.\n\nNote that you can compute the MD5 or SHA in Rufus by clicking the '#' button."
Note: You can test MSG_297/MSG_298 using https://rufus.akeo.ie/testing/arch_trunc.iso (A truncated version of archlinux-2017.07.01-x86_64.iso)
Note: You can test MSG_297/MSG_298 using https://github.com/pbatard/rufus/raw/master/res/loc/test/arch_trunc.iso
A truncated version of archlinux-2017.07.01-x86_64.iso)
o v2.12 (2017.01.16)
- *NEW* MSG_288 "Missing elevated privileges"
@ -138,7 +133,7 @@ o v2.4 (2015.09.03)
Note: You can see the message above by hovering on the language button
- *NEW* MSG_274 "ISOHybrid image detected"
Note: You can test this message and the one below by downloading and trying to write the latest menu_c32_test.iso (120 KB) from:
https://github.com/pbatard/rufus/raw/master/res/localization/menu_c32_test.iso
https://github.com/pbatard/rufus/raw/master/res/loc/test/menu_c32_test.iso
- *NEW* MSG_275 "The image you have selected is..." [TRANSLATORS: Please refer to the English section of 'rufus.loc' for the FULL message]
For more info on the messages below, also see the comments in the English section of rufus.loc
- *NEW* MSG_276 "Write in %s mode (Recommended)"
@ -151,8 +146,8 @@ o v2.4 (2015.09.03)
o v2.0 (2015.02.04)
- *NEW CONTROL* IDC_WINDOWS_INSTALL "Standard Windows installation" (Main dialog)
- *NEW CONTROL* IDC_WINDOWS_TO_GO "Windows To Go" (Main dialog)
Note: to see the 2 controls above displayed, you will need to load the "Windows To Go.iso" image from
https://github.com/pbatard/rufus/raw/master/res/localization/Windows%20To%20Go.iso (356 KB)
Note: to see the 2 controls above displayed, you will need to load the "windows_to_go.iso" image from
https://github.com/pbatard/rufus/raw/master/res/loc/test/windows_to_go.iso (356 KB)
Also see the comment for IDC_WINDOWS_TO_GO in the English translation.
- *NEW* MSG_096 "The file system currently selected can not be used with this type of ISO (...)"
- *NEW* MSG_097 "'Windows To Go' can only be applied if the file system is NTFS."

View file

@ -308,6 +308,11 @@ t MSG_119 "advanced drive properties"
t MSG_120 "advanced format options"
t MSG_121 "Show %s"
t MSG_122 "Hide %s"
t MSG_123 "Persistent partition size"
t MSG_124 "No persistence"
t MSG_125 "Use this slider to set the size of the persistent partition. Setting the size to 0 disables the persistent partition."
t MSG_126 "Use this field to enter the size of the persistent partition. Setting the size to 0 disables the persistent partition."
t MSG_127 "Set the persistent partition size unit."
t MSG_150 "Type of computer you plan to use this bootable drive with. It is your responsibility to determine whether "
"your target is of BIOS or UEFI type before you start creating the drive, as it may fail to boot otherwise."
# You shouldn't translate 'Legacy Mode' as this is an option that usually appears in English in the UEFI settings.
@ -372,7 +377,6 @@ t MSG_196 "IMPORTANT: THIS DRIVE USES A NONSTANDARD SECTOR SIZE!\n\n"
t MSG_197 "Nonstandard sector size detected"
t MSG_198 "'Windows To Go' can only be installed on a GPT partitioned drive if it has "
"the FIXED attribute set. The current drive was not detected as FIXED."
t MSG_199 "Persistent partition size"
t MSG_201 "Cancelling - Please wait..."
t MSG_202 "Scanning image..."