reactos/base/setup/usetup/lang
Hermès Bélusca-Maïto 5c2ec83fa7
[USETUP] Decouple bootloader install choice page from its actual installation (#5786)
This allows to move this choice sooner in the process, thus having all
the user key presses at first, then all the actual installation going
without any key presses needed anymore... (that is, unless you wanted
to install the bootloader on a removable device. Then it will prompt
you there!)

- Additional "cosmetic"/future-proof changes: Rename all instances
  of "floppy" in the bootloader install variables to "RemovableDisk"
  because it would be great to have this install choice later.

- Layout adjustments in the translated bootloader pages.

- Skip bootloader installation on upgrades. The idea here is that if
  we were able to find a ReactOS installation to upgrade, this means
  we were able to find a valid bootloader + boot entry.
  See also PR #5633.

  This logic may be slightly improved in the future to detect whether
  the underlying bootloader is FreeLdr and if so, only update its files.
  But this is for the future.
2023-10-14 16:29:43 +02:00
..
bg-BG.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
bn-BD.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
cs-CZ.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
da-DK.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
de-DE.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
el-GR.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
en-US.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
es-ES.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
et-EE.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
eu-ES.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
fr-FR.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
he-IL.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
hr-HR.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
hu-HU.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
id-ID.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
it-IT.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
ja-JP.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
lt-LT.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
ms-MY.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
nl-NL.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
pl-PL.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
pt-BR.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
pt-PT.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
ReadMe.txt [USETUP] Improve lang/ReadMe.txt 2019-01-30 14:59:10 +09:00
ro-RO.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
ru-RU.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
sk-SK.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
sq-AL.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
sv-SE.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
tr-TR.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00
uk-UA.h [USETUP] Decouple bootloader install choice page from its actual installation (#5786) 2023-10-14 16:29:43 +02:00

Some source files here are converted by code7bit.

code7bit: https://github.com/katahiromz/code7bit

code7bit makes the string literals 8-bit clean.
If source contains any non-8-bit-clean strings,
non-Latin developer cannot build the project on MSVC.

8-bit clean
https://en.wikipedia.org/wiki/8-bit_clean

To edit a file converted by code7bit, you have to revert it at first.
To revert, please execute code7bit -r <file>.

After edit, to convert again, please execute code7bit -c <file>.