mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] additional Thai translation updates
This commit is contained in:
parent
bf73a6c451
commit
1747df09d9
2 changed files with 8 additions and 8 deletions
|
@ -15782,8 +15782,8 @@ t MSG_045 "USB Storage Device (Generic)"
|
|||
t MSG_046 "%s (Disk %d) [%s]"
|
||||
# Used when a drive is detected that contains more than one partition
|
||||
t MSG_047 "พบหลายพาร์ทิชั่น"
|
||||
t MSG_048 "Rufus - Flushing buffers"
|
||||
t MSG_049 "Rufus - Cancellation"
|
||||
t MSG_048 "Rufus - กำลังล้างบัฟเฟอร์"
|
||||
t MSG_049 "Rufus - กำลังยกเลิกการดำเนินการ"
|
||||
|
||||
# Error messages
|
||||
t MSG_050 "สำเร็จ"
|
||||
|
@ -16070,7 +16070,7 @@ t MSG_262 "การรองรับ ISO"
|
|||
t MSG_263 "ใช้หน่วยของขนาดตามจริง (เช่น 1KB คือ 1024 bytes)"
|
||||
t MSG_264 "กำลังลบไดเรคทอรี่ '%s'"
|
||||
t MSG_265 "กำลังตรวจหาดิสก์ VMWare"
|
||||
t MSG_266 "Dual UEFI/BIOS mode"
|
||||
t MSG_266 "ระบบบูตคู่ UEFI/BIOS"
|
||||
t MSG_267 "กำลังใช้อิมเมจ Windows: %0.1f%%"
|
||||
t MSG_268 "กำลังใช้อิมเมจ Windows..."
|
||||
t MSG_269 "Preserve timestamps"
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_ACCEPTFILES
|
||||
CAPTION "Rufus 2.9.914"
|
||||
CAPTION "Rufus 2.9.915"
|
||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||
|
@ -320,8 +320,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,9,914,0
|
||||
PRODUCTVERSION 2,9,914,0
|
||||
FILEVERSION 2,9,915,0
|
||||
PRODUCTVERSION 2,9,915,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -338,13 +338,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.9.914"
|
||||
VALUE "FileVersion", "2.9.915"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "2.9.914"
|
||||
VALUE "ProductVersion", "2.9.915"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue