diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index c06f1156..beb9e36c 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -13750,9 +13750,9 @@ t MSG_028 "megabyte" t MSG_029 "Varsayılan" # The following gets appended to the file system, cluster size, etc. t MSG_030 "%s (Varsayılan)" -t MSG_031 "%s Bölüm Düzeni ve BIOS ya da %s" -t MSG_032 "%s Bölüm Düzeni ve BIOS" -t MSG_033 "%s Bölüm Düzeni ve UEFI" +t MSG_031 "%s Bölüm Düzeni: BIOS ya da %s için" +t MSG_032 "BIOS için %s Bölüm Düzeni" +t MSG_033 "UEFI için %s Bölüm Düzeni" # Number of bad block check passes (singular for 1 pass, plural for 2 or more passes) t MSG_034 "%d GeçiÅŸ" t MSG_035 "%d GeçiÅŸ" diff --git a/src/rufus.rc b/src/rufus.rc index 71ef70dd..f8fa8d32 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -32,7 +32,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 -CAPTION "Rufus 2.4.737" +CAPTION "Rufus 2.4.738" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -317,8 +317,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,4,737,0 - PRODUCTVERSION 2,4,737,0 + FILEVERSION 2,4,738,0 + PRODUCTVERSION 2,4,738,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -335,13 +335,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.4.737" + VALUE "FileVersion", "2.4.738" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.4.737" + VALUE "ProductVersion", "2.4.738" END END BLOCK "VarFileInfo"