diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index b1c2fc6d..823431f7 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -9821,7 +9821,7 @@ t MSG_080 "Rufus mengesan bahawa Windows masih lagi menarik penimbal ke dalam pe "Bergantung kepada kelajuan peranti USB anda, operasi ini mungkin mengambil masa yang amat lama." "Terutamanya untuk fail besar .\n\nKami cadangkan anda biarkan Windows tamat dahulu untuk mengelakkan korupsi." "Namun, jika anda kesuntukan masa, anda boleh cabutkan peranti anda..." -t MSG_081 "ISO tidak disokong" -> "Imej tidak disokong" +t MSG_081 "Imej tidak disokong" t MSG_082 "Imej ini sama ada tidak boleh boot, atau ia menggunakan kaedah boot atau mampatan yang tidak disokong oleh Rufus..." t MSG_083 "Gantikan %s?" t MSG_084 "Imej ISO ini menggunakan versi '%s' yang telah lapuk.\n" @@ -9982,7 +9982,7 @@ t MSG_203 "Imbasan imej gagal" # Parameter: the name of an obsolete Syslinux .c32 module. eg: "Obsolete vesamenu.c32 detected" t MSG_204 "%s lapuk dikesan" # Display the name of the ISO selected. eg: "Using ISO: en_win7_x64_sp1.iso" -t MSG_205 "Menggunakan ISO: %s" -> "Menggunakan imej: %s" +t MSG_205 "Menggunakan imej: %s" # Typically "Missing ldlinux.c32 file" t MSG_206 "Tidak menjumpai fail %s" # The name proposed by Windows' Computer Management -> Disk Management when you try to format a drive @@ -9991,7 +9991,7 @@ t MSG_207 "Jilid baharu" # Same message, once for singular and plural ("1 device found", "2 devices found") t MSG_208 "%d peranti dijumpai" t MSG_209 "%d peranti dijumpai" -t MSG_210 "SELESAI" -> "SEDIA". +t MSG_210 "SEDIA" t MSG_211 "DIBATALKAN" t MSG_212 "GAGAL" # Used when a new update has been downloaded and launched @@ -10025,7 +10025,7 @@ t MSG_233 "Menyiapkan, sila tunggu..." # Takes the Syslinux version as parameter, eg. "Installing Syslinux v5..." t MSG_234 "Memasang Syslinux %s..." # Bad blocks status. eg: "Bad Blocks: PASS 1/2 - 12.34% (0/0/1 errors)" -t MSG_235 "Blok rosak: MELEPASI %d/%d - %0.2f%% (%d/%d/%d kesilapan)" -> "Blok rosak: %s %d/%d - %0.2f%% (%d/%d/%d kesilapan)" +t MSG_235 "Blok rosak: %s %d/%d - %0.2f%% (%d/%d/%d kesilapan)" t MSG_236 "Blok rosak: menguji dengan corak rawak" t MSG_237 "Blok rosak: Menguji dengan corak 0x%02X" # eg. "Partitioning (MBR)..." @@ -10044,7 +10044,7 @@ t MSG_249 "Gagal memadam kekunci daftar aplikasi" t MSG_250 "%s dibolehkan" t MSG_251 "%s tidak dibolehkan" t MSG_252 "Menyemak saiz" -t MSG_253 "Pengesanan cakera tetap" -> "Pengesanan cakera keras" +t MSG_253 "Pengesanan cakera keras" t MSG_254 "Memaksa pemformatan FAT32 besar" t MSG_255 "NoDriveTypeAutorun akan dipadam apabila keluar" t MSG_256 "Pengesanan cakera palsu" diff --git a/src/rufus.rc b/src/rufus.rc index 38a538c1..21e00479 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.0.1229" +CAPTION "Rufus 3.0.1230" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -371,8 +371,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,18,1229,0 - PRODUCTVERSION 2,18,1229,0 + FILEVERSION 2,18,1230,0 + PRODUCTVERSION 2,18,1230,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -389,13 +389,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.18.1229" + VALUE "FileVersion", "2.18.1230" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.18.1229" + VALUE "ProductVersion", "2.18.1230" END END BLOCK "VarFileInfo"