diff --git a/res/localization/ChangeLog.txt b/res/localization/ChangeLog.txt index 82c7a297..f05ad82a 100644 --- a/res/localization/ChangeLog.txt +++ b/res/localization/ChangeLog.txt @@ -23,7 +23,7 @@ o Version 1.0.19 (2015.10.15) Internet in case something is very wrong with its digital signature... - *NEW* MSG_283 "Invalid signature" - *NEW* MSG_284 "The downloaded executable is missing a digital signature." - - *NEW* MSG_285 "The downloaded executable is signed by '%s'.\nThis is not a signature we recognize and could " + - *NEW* MSG_285 "The downloaded executable is signed by '%s'.\nThis is not a signature we recognize and could " "indicate some form of malicious activity...\nAre you sure you want to run this file?" o Version 1.0.18 (2015.09.03) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index beccae75..35e4e9f4 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -13876,7 +13876,7 @@ t MSG_281 "(Välj en avbild)" ################################################################################ l "tr-TR" "Turkish (Türkçe)" 0x041F -v 1.0.18 +v 1.0.19 b "en-US" # Main dialog @@ -14347,6 +14347,11 @@ t MSG_278 "Önyükleme türü" t MSG_279 "Önyüklenebilir değil" t MSG_280 "Yansıma seçimi" t MSG_281 "(Lütfen bir yansıma seçin)" +t MSG_282 "Özel USB sürücü kilitleme" +t MSG_283 "Geçersiz imza" +t MSG_284 "İndirilen yürütülebilir dosyanın dijital imzası eksik." +t MSG_285 "İndirilen yürütülebilir dosya '%s' tarafından imzalanmış.\nBu tanımlayabildiğimiz ve kötü niyetli " + "etkinliğini belirtebileceğimiz bir imza değil...\nBu dosyayı çalıştırmak istediğinize emin misiniz?" ################################################################################ l "uk-UA" "Ukrainian (Українська)" 0x0422 diff --git a/src/rufus.rc b/src/rufus.rc index ca44ef58..3172da3b 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.5.772" +CAPTION "Rufus 2.5.773" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -319,8 +319,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,5,772,0 - PRODUCTVERSION 2,5,772,0 + FILEVERSION 2,5,773,0 + PRODUCTVERSION 2,5,773,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -337,13 +337,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.5.772" + VALUE "FileVersion", "2.5.773" 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.5.772" + VALUE "ProductVersion", "2.5.773" END END BLOCK "VarFileInfo"