mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 00:29:00 -04:00
[loc] fix various localization issues
* Fix missing [b]ase for Chinese and French * Fix infinite loop when [b]ase is not available for default * Fix resizing of main dialog forces forcing pos to 0,0
This commit is contained in:
parent
1cdb58462b
commit
ff28e2027c
7 changed files with 18 additions and 12 deletions
|
@ -61,6 +61,7 @@ t IDC_QUICKFORMAT "Quick format"
|
|||
t IDC_BOOT "Create a bootable disk using:"
|
||||
t IDC_SET_ICON "Create extended label and icon files"
|
||||
t IDC_ABOUT "About..."
|
||||
t IDC_LOG "Log"
|
||||
t IDCANCEL "Close"
|
||||
t IDC_START "Start"
|
||||
t IDS_ADVANCED_OPTIONS_GRP "Advanced Options"
|
||||
|
|
|
@ -274,6 +274,7 @@ 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
|
||||
b "en-US"
|
||||
g IDD_DIALOG
|
||||
t IDS_DEVICE_TXT "Periphérique"
|
||||
t IDS_PARTITION_TYPE_TXT "Type de partition et système de destination"
|
||||
|
@ -610,6 +611,7 @@ t MSG_258 "Support Rock Ridge"
|
|||
|
||||
################################################################################
|
||||
l "zh-CN" "正體字" 0x0404, 0x0804, 0x0c04, 0x1004, 0x1404
|
||||
b "en-US"
|
||||
g IDD_DIALOG
|
||||
t IDS_DEVICE_TXT "设备"
|
||||
t IDS_PARTITION_TYPE_TXT "分区计划和目标系统类型"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue