mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 17:14:26 -04:00
[misc] misc improvements and fixes
* Remove BypassRAMCheck from Extended Windows 11 installation since the minimum RAM requirements for Windows 11 are 4 GB and not 8 GB as pointed out in #1791. * Display Windows edition code when we can't resolve it. * VS2019 wants us to have PackageOptionalProjectsInIdeBuilds enabled? So be it.
This commit is contained in:
parent
8a09b9b9fc
commit
0b618f3de7
9 changed files with 25 additions and 22 deletions
|
@ -11,7 +11,7 @@
|
|||
<Identity
|
||||
Name="19453.net.Rufus"
|
||||
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
|
||||
Version="3.16.1836.0" />
|
||||
Version="3.16.1837.0" />
|
||||
|
||||
<Properties>
|
||||
<DisplayName>Rufus</DisplayName>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<PackageLogoSource>..\icons\rufus-512.png</PackageLogoSource>
|
||||
<AppxShowAllApps>True</AppxShowAllApps>
|
||||
<AppxBuildConfigurationSelection>x86|x64|arm|arm64</AppxBuildConfigurationSelection>
|
||||
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
|
||||
<PackageOptionalProjectsInIdeBuilds>True</PackageOptionalProjectsInIdeBuilds>
|
||||
<UapAppxPackageBuildMode>StoreOnly</UapAppxPackageBuildMode>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
||||
|
|
|
@ -7,8 +7,8 @@ Or simply download https://rufus-web.akeo.ie/locale/pollock.exe and follow its d
|
|||
|
||||
o v3.?? (????.??.??)
|
||||
- *UPDATED* MSG_305 Reworked the message to mention the new Windows 11 Extended option
|
||||
- *NEW* MSG_322 "Standard Windows 11 Installation (TPM 2.0, Secure Boot, 8GB+ RAM)"
|
||||
- *NEW* MSG_323 "Extended Windows 11 Installation (no TPM/no Secure Boot/8GB- RAM)"
|
||||
- *NEW* MSG_322 "Standard Windows 11 Installation (TPM 2.0 + Secure Boot)"
|
||||
- *NEW* MSG_323 "Extended Windows 11 Installation (no TPM / no Secure Boot)"
|
||||
- *NEW* MSG_324 "Removing Windows 11 installation restrictions: %s"
|
||||
|
||||
o v3.14 (2021.03.31)
|
||||
|
|
|
@ -2,8 +2,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 3.14\n"
|
||||
"Report-Msgid-Bugs-To: pete@akeo.ie\n"
|
||||
"POT-Creation-Date: 2021-10-12 10:34+0100\n"
|
||||
"PO-Revision-Date: 2021-10-12 10:40+0100\n"
|
||||
"POT-Creation-Date: 2021-10-15 12:59+0100\n"
|
||||
"PO-Revision-Date: 2021-10-15 13:07+0100\n"
|
||||
"Language: fr_FR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -1791,12 +1791,12 @@ msgstr ""
|
|||
"A cause de cela, seule l’écriture en mode DD est applicable."
|
||||
|
||||
#. • MSG_322
|
||||
msgid "Standard Windows 11 Installation (TPM 2.0, Secure Boot, 8GB+ RAM)"
|
||||
msgstr "Installation standard de Windows 11 (TPM 2.0, Secure Boot, 8Go+ RAM)"
|
||||
msgid "Standard Windows 11 Installation (TPM 2.0 + Secure Boot)"
|
||||
msgstr "Installation standard de Windows 11 (TPM 2.0 + Secure Boot)"
|
||||
|
||||
#. • MSG_323
|
||||
msgid "Extended Windows 11 Installation (no TPM/no Secure Boot/8GB- RAM)"
|
||||
msgstr "Installation Windows 11 étendue (sans TPM/Secure Boot/8Go+ RAM)"
|
||||
msgid "Extended Windows 11 Installation (no TPM / no Secure Boot)"
|
||||
msgstr "Installation Windows 11 étendue (sans TPM / sans Secure Boot)"
|
||||
|
||||
#. • MSG_324
|
||||
msgid "Removing Windows 11 installation restrictions: %s"
|
||||
|
|
|
@ -584,8 +584,8 @@ t MSG_319 "Ignore Boot Marker"
|
|||
t MSG_320 "Refreshing partition layout (%s)..."
|
||||
t MSG_321 "The image you have selected is an ISOHybrid, but its creators have not made it compatible with ISO/File "
|
||||
"copy mode.\nAs a result, DD image writing mode will be enforced."
|
||||
t MSG_322 "Standard Windows 11 Installation (TPM 2.0, Secure Boot, 8GB+ RAM)"
|
||||
t MSG_323 "Extended Windows 11 Installation (no TPM/no Secure Boot/8GB- RAM)"
|
||||
t MSG_322 "Standard Windows 11 Installation (TPM 2.0 + Secure Boot)"
|
||||
t MSG_323 "Extended Windows 11 Installation (no TPM / no Secure Boot)"
|
||||
t MSG_324 "Removing Windows 11 installation restrictions: %s"
|
||||
|
||||
#########################################################################
|
||||
|
@ -4294,8 +4294,8 @@ t MSG_318 "Priorité de thread part default : %d"
|
|||
t MSG_319 "Ignorer le marqueur de démarrage"
|
||||
t MSG_320 "Rafraichissement du schéma de partition (%s)..."
|
||||
t MSG_321 "L’image que vous avez sélectionnée est de type ISOHybrid, mais ses créateurs ne l’ont pas rendue compatible avec le mode ISO (i.e. copie de fichier).\nA cause de cela, seule l’écriture en mode DD est applicable."
|
||||
t MSG_322 "Installation standard de Windows 11 (TPM 2.0, Secure Boot, 8Go+ RAM)"
|
||||
t MSG_323 "Installation Windows 11 étendue (sans TPM/Secure Boot/8Go+ RAM)"
|
||||
t MSG_322 "Installation standard de Windows 11 (TPM 2.0 + Secure Boot)"
|
||||
t MSG_323 "Installation Windows 11 étendue (sans TPM / sans Secure Boot)"
|
||||
t MSG_324 "Elimination des restrictions d’installation de Windows 11: %s"
|
||||
|
||||
#########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue