mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 07:18:29 -04:00
[loc] add MinGW includes for translators
* This is meant to be used with resedit (http://www.resedit.net/) to find out the ID of the UI controls * Also update names for the language selection menu
This commit is contained in:
parent
1c98419268
commit
08799953bf
4 changed files with 12 additions and 11 deletions
BIN
res/localization/include.7z
Normal file
BIN
res/localization/include.7z
Normal file
Binary file not shown.
|
@ -44,8 +44,9 @@
|
|||
# This early set of instructions is provided only for impatient translators! ;)
|
||||
|
||||
################################################################################
|
||||
l "zz-ZZ" "Your Language" 0x1234, 0xabcd
|
||||
# See http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-LCID%5D.pdf
|
||||
l "zz-ZZ" "LangName_EN (LangName_ZZ)" 0x1234, 0xabcd
|
||||
# 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
|
||||
|
||||
# Main dialog
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file should be saved as UTF-8, no-BOM
|
||||
|
||||
################################################################################
|
||||
l "en-US" "English (US)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809
|
||||
l "en-US" "English (English)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809
|
||||
g IDD_MESSAGES
|
||||
t MSG_001 "Other instance detected"
|
||||
t MSG_002 "Another Rufus application is running.\n"
|
||||
|
@ -273,7 +273,7 @@ t MSG_257 "Joliet support"
|
|||
t MSG_258 "Rock Ridge support"
|
||||
|
||||
################################################################################
|
||||
l "fr-FR" "Français" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c
|
||||
l "fr-FR" "French (Français)" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c
|
||||
b "en-US"
|
||||
g IDD_DIALOG
|
||||
t IDS_DEVICE_TXT "Periphérique"
|
||||
|
@ -610,7 +610,7 @@ t MSG_257 "Support Joliet"
|
|||
t MSG_258 "Support Rock Ridge"
|
||||
|
||||
################################################################################
|
||||
l "zh-CN" "正體字" 0x0404, 0x0804, 0x0c04, 0x1004, 0x1404
|
||||
l "zh-CN" "Chinese Simplified (简体中文)" 0x0404, 0x0804, 0x0c04, 0x1004, 0x1404
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -691,7 +691,7 @@ t MSG_006 "关闭"
|
|||
t MSG_007 "撤消"
|
||||
|
||||
################################################################################
|
||||
l "it-IT" "Italian" 0x0410, 0x0810
|
||||
l "it-IT" "Italian (Italiano)" 0x0410, 0x0810
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue