diff --git a/ChangeLog.txt b/ChangeLog.txt index 24417ddb..f589715c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,6 @@ o Version 3.2 (2018.09.??) Add RSA-2048 signature validation on all the server downloads - Add "Quick" erase cheat mode (courtesy of René van der Zee) + Add "Fast zeroing" cheat mode (courtesy of René van der Zee) Add support for XP/Server 2003 x64 ISOs (courtesy of Mattiwatti) Improve ISO extraction performance by preallocating files (courtesy of Mattiwatti) Improve bad blocks check algorithm (from suggestions by AL.Skywalker) diff --git a/res/loc/po/nl-NL.po b/res/loc/po/nl-NL.po index e9e77f2a..214a668a 100644 --- a/res/loc/po/nl-NL.po +++ b/res/loc/po/nl-NL.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: 3.2\n" "Report-Msgid-Bugs-To: pete@akeo.ie\n" -"POT-Creation-Date: 2018-08-29 16:36+0100\n" -"PO-Revision-Date: 2018-08-29 16:36+0100\n" +"POT-Creation-Date: 2018-09-05 11:10+0100\n" +"PO-Revision-Date: 2018-09-05 11:10+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: nl_NL\n" @@ -266,7 +266,7 @@ msgstr "" #. #. *Short* version of the kilobyte size suffix msgid "KB" -msgstr "" +msgstr "kB" #. • MSG_022 #. diff --git a/res/loc/rufus.loc b/res/loc/rufus.loc index e93cc38a..671c5be5 100644 --- a/res/loc/rufus.loc +++ b/res/loc/rufus.loc @@ -3474,6 +3474,7 @@ t MSG_016 "Maandelijks" t MSG_017 "Aangepast" t MSG_018 "Uw versie: %d.%d (Build %d)" t MSG_019 "Laatste versie: %d.%d (Build %d)" +t MSG_021 "kB" t MSG_027 "kilobyte" t MSG_028 "megabyte" t MSG_029 "Standaard" diff --git a/src/rufus.rc b/src/rufus.rc index 9cc265d0..ed3c1889 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.2.1392" +CAPTION "Rufus 3.2.1393" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -392,8 +392,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,2,1392,0 - PRODUCTVERSION 3,2,1392,0 + FILEVERSION 3,2,1393,0 + PRODUCTVERSION 3,2,1393,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -411,13 +411,13 @@ BEGIN VALUE "Comments", "https://akeo.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.2.1392" + VALUE "FileVersion", "3.2.1393" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus-3.2.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.2.1392" + VALUE "ProductVersion", "3.2.1393" END END BLOCK "VarFileInfo"