mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 07:18:29 -04:00
[loc] add [v]ersion command support
This commit is contained in:
parent
d3a495aa83
commit
44cc7ea652
8 changed files with 107 additions and 38 deletions
14
res/localization/ChangeLog.txt
Normal file
14
res/localization/ChangeLog.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
o Version 1.0.1 (2013.10.28)
|
||||
- MSG_061 "Please insert a media in drive." -> "Please insert a removable media in drive."
|
||||
- MSG_071 "Unable to create formatting thread." -> "Unable to start thread."
|
||||
o Version 1.0.0 (2013.10.20)
|
||||
- Initial version
|
|
@ -48,9 +48,10 @@
|
|||
|
||||
################################################################################
|
||||
l "zz-ZZ" "LangName_EN (LangName_ZZ)" 0x1234, 0xabcd
|
||||
# See http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx or
|
||||
# See http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx or
|
||||
# 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
|
||||
v 1.0.1
|
||||
|
||||
# Main dialog
|
||||
g IDD_DIALOG
|
||||
|
@ -283,8 +284,8 @@ t MSG_151 "Use this if you want to install an OS in EFI mode, but need to access
|
|||
"the USB content from Windows XP"
|
||||
t MSG_152 "The preferred option to install an OS in EFI mode and when "
|
||||
"USB access is not required for Windows XP"
|
||||
t MSG_153 "Test pattern: 0x%02X"
|
||||
t MSG_154 "Test pattern: 0x%02X, 0x%02X"
|
||||
t MSG_153 "Test pattern: 0x%02X"
|
||||
t MSG_154 "Test pattern: 0x%02X, 0x%02X"
|
||||
t MSG_155 "Test pattern: 0x%02X, 0x%02X, 0x%02X"
|
||||
t MSG_156 "Test pattern: 0x%02X, 0x%02X, 0x%02X, 0x%02X"
|
||||
t MSG_157 "Sets the target filesystem"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
################################################################################
|
||||
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.1
|
||||
g IDD_MESSAGES
|
||||
t MSG_001 "Other instance detected"
|
||||
t MSG_002 "Another Rufus application is running.\n"
|
||||
|
@ -275,6 +276,7 @@ t MSG_259 "Force update"
|
|||
|
||||
################################################################################
|
||||
l "zh-CN" "Chinese Simplified (简体中文)" 0x0404, 0x0804, 0x0c04, 0x1004, 0x1404
|
||||
v 1.0.0
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -356,6 +358,7 @@ t MSG_007 "撤消"
|
|||
|
||||
################################################################################
|
||||
l "fr-FR" "French (Français)" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c
|
||||
v 1.0.1
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -695,6 +698,7 @@ t MSG_259 "Forçage de mise à jour"
|
|||
|
||||
################################################################################
|
||||
l "hu-HU" "Hungarian (Magyar)" 0x040e
|
||||
v 1.0.0
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -1008,6 +1012,7 @@ t MSG_259 "'Erőszakos' frissítés"
|
|||
|
||||
################################################################################
|
||||
l "it-IT" "Italian (Italiano)" 0x0410, 0x0810
|
||||
v 1.0.0
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue