mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[appstore] ensure the Windows Store page does report the 38 languages Rufus is translated into
This commit is contained in:
parent
2c26f838f4
commit
a2e9b6fee0
3 changed files with 56 additions and 5 deletions
|
@ -1,3 +1,17 @@
|
||||||
|
o Version 3.20 (2022.08.??)
|
||||||
|
Enable applicable Windows User Experience options for Windows 10
|
||||||
|
Make Windows User Experience options persist between sessions
|
||||||
|
Add automatic local account creation and regional options duplication
|
||||||
|
(NB: This is limited to creating an account with the same name as the current user and
|
||||||
|
with an empty password that the user will be prompted to change after first reboot)
|
||||||
|
Add a workaround for ISOs that have a 'syslinux' symbolic link to '/isolinux/' (Knoppix)
|
||||||
|
Revert to inserting registry keys for the TPM/SB/RAM bypass where possible
|
||||||
|
Remove storage bypass, since this is a bogus bypass that doesn't do anything
|
||||||
|
Improve BIOS compatibility when displaying the "UEFI boot only" alert message
|
||||||
|
Fix Windows User Experience dialog appearing twice for Windows To Go
|
||||||
|
Fix Windows User Experience options not being applied for ARM64
|
||||||
|
Fix Microsoft Account bypass not being applied unless TPM/SB/RAM bypass is selected
|
||||||
|
|
||||||
o Version 3.19 (2022.07.01)
|
o Version 3.19 (2022.07.01)
|
||||||
Add a new selection dialog for Windows 11 setup customization:
|
Add a new selection dialog for Windows 11 setup customization:
|
||||||
- Secure Boot and TPM bypass have now been moved to this dialog
|
- Secure Boot and TPM bypass have now been moved to this dialog
|
||||||
|
|
|
@ -29,6 +29,43 @@
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
<Resources>
|
<Resources>
|
||||||
<Resource Language="en-US"/>
|
<Resource Language="en-US"/>
|
||||||
|
<Resource Language="ar-SA"/>
|
||||||
|
<Resource Language="bg-BG"/>
|
||||||
|
<Resource Language="zh-CN"/>
|
||||||
|
<Resource Language="zh-TW"/>
|
||||||
|
<Resource Language="hr-HR"/>
|
||||||
|
<Resource Language="cs-CZ"/>
|
||||||
|
<Resource Language="da-DK"/>
|
||||||
|
<Resource Language="nl-NL"/>
|
||||||
|
<Resource Language="fi-FI"/>
|
||||||
|
<Resource Language="fr-FR"/>
|
||||||
|
<Resource Language="de-DE"/>
|
||||||
|
<Resource Language="el-GR"/>
|
||||||
|
<Resource Language="he-IL"/>
|
||||||
|
<Resource Language="hu-HU"/>
|
||||||
|
<Resource Language="id-ID"/>
|
||||||
|
<Resource Language="it-IT"/>
|
||||||
|
<Resource Language="ja-JP"/>
|
||||||
|
<Resource Language="ko-KR"/>
|
||||||
|
<Resource Language="lv-LV"/>
|
||||||
|
<Resource Language="lt-LT"/>
|
||||||
|
<Resource Language="ms-MY"/>
|
||||||
|
<Resource Language="nb-NO"/>
|
||||||
|
<Resource Language="fa-IR"/>
|
||||||
|
<Resource Language="pl-PL"/>
|
||||||
|
<Resource Language="pt-BR"/>
|
||||||
|
<Resource Language="pt-PT"/>
|
||||||
|
<Resource Language="ro-RO"/>
|
||||||
|
<Resource Language="ru-RU"/>
|
||||||
|
<Resource Language="sr-SP"/>
|
||||||
|
<Resource Language="sk-SK"/>
|
||||||
|
<Resource Language="sl-SI"/>
|
||||||
|
<Resource Language="es-ES"/>
|
||||||
|
<Resource Language="sv-SE"/>
|
||||||
|
<Resource Language="th-TH"/>
|
||||||
|
<Resource Language="tr-TR"/>
|
||||||
|
<Resource Language="uk-UA"/>
|
||||||
|
<Resource Language="vi-VN"/>
|
||||||
<Resource uap:Scale="200"/>
|
<Resource uap:Scale="200"/>
|
||||||
</Resources>
|
</Resources>
|
||||||
<Applications>
|
<Applications>
|
||||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -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.20.1925"
|
CAPTION "Rufus 3.20.1926"
|
||||||
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
|
||||||
|
@ -395,8 +395,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 3,20,1925,0
|
FILEVERSION 3,20,1926,0
|
||||||
PRODUCTVERSION 3,20,1925,0
|
PRODUCTVERSION 3,20,1926,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -414,13 +414,13 @@ BEGIN
|
||||||
VALUE "Comments", "https://rufus.ie"
|
VALUE "Comments", "https://rufus.ie"
|
||||||
VALUE "CompanyName", "Akeo Consulting"
|
VALUE "CompanyName", "Akeo Consulting"
|
||||||
VALUE "FileDescription", "Rufus"
|
VALUE "FileDescription", "Rufus"
|
||||||
VALUE "FileVersion", "3.20.1925"
|
VALUE "FileVersion", "3.20.1926"
|
||||||
VALUE "InternalName", "Rufus"
|
VALUE "InternalName", "Rufus"
|
||||||
VALUE "LegalCopyright", "© 2011-2022 Pete Batard (GPL v3)"
|
VALUE "LegalCopyright", "© 2011-2022 Pete Batard (GPL v3)"
|
||||||
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
|
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
|
||||||
VALUE "OriginalFilename", "rufus-3.20.exe"
|
VALUE "OriginalFilename", "rufus-3.20.exe"
|
||||||
VALUE "ProductName", "Rufus"
|
VALUE "ProductName", "Rufus"
|
||||||
VALUE "ProductVersion", "3.20.1925"
|
VALUE "ProductVersion", "3.20.1926"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue