mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] small fix for Dutch translation
* Dutch localized Windows uses kB rather than KB, so we do too
This commit is contained in:
parent
5b4764aff3
commit
93ebbf7dea
4 changed files with 10 additions and 9 deletions
|
@ -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)
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: nl_NL\n"
|
||||
|
@ -266,7 +266,7 @@ msgstr ""
|
|||
#.
|
||||
#. *Short* version of the kilobyte size suffix
|
||||
msgid "KB"
|
||||
msgstr ""
|
||||
msgstr "kB"
|
||||
|
||||
#. • MSG_022
|
||||
#.
|
||||
|
|
|
@ -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"
|
||||
|
|
10
src/rufus.rc
10
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"
|
||||
|
|
Loading…
Reference in a new issue