mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] add NTFS compression support
* Only as a cheat mode (Alt-N) * Also fixes inconsistent MBR partition numbering * Also update a comment in vhd.c about callback progress (thanks to Erwan)
This commit is contained in:
parent
189e96762b
commit
f424229e0f
11 changed files with 58 additions and 27 deletions
|
@ -3,16 +3,20 @@ 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.
|
||||
|
||||
!!IMPORTANT!! The changes below only tell you WHERE you need to look in the
|
||||
English version, to find what has changed. But it may not give you the complete
|
||||
details of the changes, especially if a message spans multiple lines.
|
||||
PLEASE do not just look at this Changelog when updating your translation, but
|
||||
make sure you also look at the English translation. For instance, MSG_114, that
|
||||
was introduced in v1.0.8 is MORE than one line!
|
||||
|
||||
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 do 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 Version 1.0.9 (2014.01.31)
|
||||
- *NEW* MSG_260 "NTFS compression"
|
||||
Note: Since this is a cheat-mode message, I don't specially care if it gets translated for the next version
|
||||
|
||||
o Version 1.0.8 (2014.01.21)
|
||||
- Changed MSG_047 "%s (%c:)" -> "Multiple Volumes" (non-updated ones have been commented out)
|
||||
- *NEW* MSG_093 "IMPORTANT: THIS DRIVE CONTAINS MULTIPLE PARTITIONS OR VOLUMES!!"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
# http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-LCID%5D.pdf
|
||||
# for the LCID (0x####) codes you should use
|
||||
l "en-US" "English (English)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809
|
||||
v 1.0.8
|
||||
v 1.0.9
|
||||
|
||||
# Main dialog
|
||||
g IDD_DIALOG
|
||||
|
@ -427,6 +427,7 @@ t MSG_256 "Fake drive detection"
|
|||
t MSG_257 "Joliet support"
|
||||
t MSG_258 "Rock Ridge support"
|
||||
t MSG_259 "Force update"
|
||||
t MSG_260 "NTFS compression"
|
||||
################################################################################
|
||||
############################# TRANSLATOR END COPY ##############################
|
||||
################################################################################
|
||||
|
@ -1562,7 +1563,7 @@ t MSG_259 "Forceer update"
|
|||
|
||||
################################################################################
|
||||
l "fr-FR" "French (Français)" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c
|
||||
v 1.0.8
|
||||
v 1.0.9
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -1913,6 +1914,7 @@ t MSG_256 "Test de contrefaçons"
|
|||
t MSG_257 "Support Joliet"
|
||||
t MSG_258 "Support Rock Ridge"
|
||||
t MSG_259 "Forçage de mise à jour"
|
||||
t MSG_260 "Compression NTFS"
|
||||
|
||||
################################################################################
|
||||
l "de-DE" "German (Deutsch)" 0x0407, 0x0807, 0x0c07, 0x1007, 0x1407
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue