reactos/base/setup/usetup/lang
Hermès Bélusca-Maïto c9c6902f08
[USETUP] Further simplify partition creation UI code (#5837)
- Use the same keypress 'C' to create either primary or logical partitions.
  Their type is automatically determined, whether they are created in
  general unpartitioned space, or space within an extended partition.

- Extensively adapt the translations to reflect these changes.
2023-10-28 17:08:42 +02:00
..
bg-BG.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
bn-BD.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
cs-CZ.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
da-DK.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
de-DE.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
el-GR.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
en-US.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
es-ES.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
et-EE.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
eu-ES.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
fr-FR.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
he-IL.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
hr-HR.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
hu-HU.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
id-ID.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
it-IT.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
ja-JP.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
lt-LT.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
ms-MY.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
nl-NL.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
pl-PL.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
pt-BR.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
pt-PT.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
ReadMe.txt [USETUP] Improve lang/ReadMe.txt 2019-01-30 14:59:10 +09:00
ro-RO.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
ru-RU.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
sk-SK.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
sq-AL.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
sv-SE.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
tr-TR.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +02:00
uk-UA.h [USETUP] Further simplify partition creation UI code (#5837) 2023-10-28 17:08:42 +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>.