From 1747df09d9023f29a50a8f88741e2e0ffb3a056f Mon Sep 17 00:00:00 2001 From: Sippapas Wangsri Date: Tue, 10 May 2016 11:59:37 +0100 Subject: [PATCH] [loc] additional Thai translation updates --- res/localization/rufus.loc | 6 +++--- src/rufus.rc | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index 56babc34..f65a86b6 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -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" diff --git a/src/rufus.rc b/src/rufus.rc index ee1634e9..b0d3f1c2 100644 --- a/src/rufus.rc +++ b/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"