[loc] small fix for Dutch translation

* Dutch localized Windows uses kB rather than KB, so we do too
This commit is contained in:
Pete Batard 2018-09-05 11:12:13 +01:00
parent 5b4764aff3
commit 93ebbf7dea
4 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
o Version 3.2 (2018.09.??) o Version 3.2 (2018.09.??)
Add RSA-2048 signature validation on all the server downloads 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) Add support for XP/Server 2003 x64 ISOs (courtesy of Mattiwatti)
Improve ISO extraction performance by preallocating files (courtesy of Mattiwatti) Improve ISO extraction performance by preallocating files (courtesy of Mattiwatti)
Improve bad blocks check algorithm (from suggestions by AL.Skywalker) Improve bad blocks check algorithm (from suggestions by AL.Skywalker)

View File

@ -3,8 +3,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.2\n" "Project-Id-Version: 3.2\n"
"Report-Msgid-Bugs-To: pete@akeo.ie\n" "Report-Msgid-Bugs-To: pete@akeo.ie\n"
"POT-Creation-Date: 2018-08-29 16:36+0100\n" "POT-Creation-Date: 2018-09-05 11:10+0100\n"
"PO-Revision-Date: 2018-08-29 16:36+0100\n" "PO-Revision-Date: 2018-09-05 11:10+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nl_NL\n" "Language: nl_NL\n"
@ -266,7 +266,7 @@ msgstr ""
#. #.
#. *Short* version of the kilobyte size suffix #. *Short* version of the kilobyte size suffix
msgid "KB" msgid "KB"
msgstr "" msgstr "kB"
#. • MSG_022 #. • MSG_022
#. #.

View File

@ -3474,6 +3474,7 @@ t MSG_016 "Maandelijks"
t MSG_017 "Aangepast" t MSG_017 "Aangepast"
t MSG_018 "Uw versie: %d.%d (Build %d)" t MSG_018 "Uw versie: %d.%d (Build %d)"
t MSG_019 "Laatste versie: %d.%d (Build %d)" t MSG_019 "Laatste versie: %d.%d (Build %d)"
t MSG_021 "kB"
t MSG_027 "kilobyte" t MSG_027 "kilobyte"
t MSG_028 "megabyte" t MSG_028 "megabyte"
t MSG_029 "Standaard" t MSG_029 "Standaard"

View File

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326 IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 3.2.1392" CAPTION "Rufus 3.2.1393"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0 FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -392,8 +392,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,2,1392,0 FILEVERSION 3,2,1393,0
PRODUCTVERSION 3,2,1392,0 PRODUCTVERSION 3,2,1393,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -411,13 +411,13 @@ BEGIN
VALUE "Comments", "https://akeo.ie" VALUE "Comments", "https://akeo.ie"
VALUE "CompanyName", "Akeo Consulting" VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus" VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "3.2.1392" VALUE "FileVersion", "3.2.1393"
VALUE "InternalName", "Rufus" VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus-3.2.exe" VALUE "OriginalFilename", "rufus-3.2.exe"
VALUE "ProductName", "Rufus" VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.2.1392" VALUE "ProductVersion", "3.2.1393"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"