mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[wue] allow the provision of an arbitrary local account username
* This is required because, even though it's easy to change a local account name post install, doing so does not change the directory name in C:\Users\
This commit is contained in:
parent
cee21b1981
commit
c19ef1125d
10 changed files with 151 additions and 105 deletions
|
@ -17,6 +17,8 @@ o v3.20 (2022.??.??)
|
|||
- *NEW* MSG_330 "Remove requirement for an online Microsoft account"
|
||||
- *NEW* MSG_331 "Disable data collection (Skip privacy questions)"
|
||||
- *NEW* MSG_332 "Prevent Windows To Go from accessing internal disks"
|
||||
- *NEW* MSG_333 "Create a local account with username:"
|
||||
- *NEW* MSG_334 "Set regional options to the same values as this user's"
|
||||
|
||||
o v3.14 (2021.03.31)
|
||||
- *UPDATED* MSG_068 "Error while partitioning drive." -> "Could not partition drive."
|
||||
|
|
|
@ -1825,9 +1825,9 @@ msgid "Prevent Windows To Go from accessing internal disks"
|
|||
msgstr "Empêcher Windows To Go d'accéder aux disques internes"
|
||||
|
||||
#. • MSG_333
|
||||
msgid "Set a local account using the same name as this user's"
|
||||
msgstr "Définir un compte local utilisant le même nom que celui de cet utilisateur"
|
||||
msgid "Create a local account with username:"
|
||||
msgstr "Créer un compte local avec le nom :"
|
||||
|
||||
#. • MSG_334
|
||||
msgid "Set regional options using the same values as this user's"
|
||||
msgid "Set regional options to the same values as this user's"
|
||||
msgstr "Définir les options régionales avec les mêmes valeurs que celles de cet utilisateur"
|
||||
|
|
|
@ -590,8 +590,8 @@ t MSG_329 "Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0"
|
|||
t MSG_330 "Remove requirement for an online Microsoft account"
|
||||
t MSG_331 "Disable data collection (Skip privacy questions)"
|
||||
t MSG_332 "Prevent Windows To Go from accessing internal disks"
|
||||
t MSG_333 "Set a local account using the same name as this user's"
|
||||
t MSG_334 "Set regional options using the same values as this user's"
|
||||
t MSG_333 "Create a local account with username:"
|
||||
t MSG_334 "Set regional options to the same values as this user's"
|
||||
|
||||
#########################################################################
|
||||
l "ar-SA" "Arabic (العربية)" 0x0401, 0x0801, 0x0c01, 0x1001, 0x1401, 0x1801, 0x1c01, 0x2001, 0x2401, 0x2801, 0x2c01, 0x3001, 0x3401, 0x3801, 0x3c01, 0x4001
|
||||
|
@ -4313,7 +4313,7 @@ t MSG_329 "Supprimer la nécessité d'avoir 4Go+ de RAM, Secure Boot et TPM 2.0"
|
|||
t MSG_330 "Supprimer la nécessité d'utiliser un compte Microsoft en ligne"
|
||||
t MSG_331 "Désactiver la collecte de données (Supprime les questions de confidentialité)"
|
||||
t MSG_332 "Empêcher Windows To Go d'accéder aux disques internes"
|
||||
t MSG_333 "Définir un compte local utilisant le même nom que celui de cet utilisateur"
|
||||
t MSG_333 "Créer un compte local avec le nom :"
|
||||
t MSG_334 "Définir les options régionales avec les mêmes valeurs que celles de cet utilisateur"
|
||||
|
||||
#########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue