reactos/base/setup/usetup/lang
Kyle Katarn a5634138c3
[SETUP] French translation of missing elements (#3111)
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-09-03 21:20:54 +02:00
..
bg-BG.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
bn-BD.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
cs-CZ.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
da-DK.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
de-DE.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
el-GR.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
en-US.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
es-ES.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
et-EE.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
eu-ES.h [TRANSLATION] Update Spanish, and add Basque translation (#2667) 2020-05-17 18:46:36 +02:00
fr-FR.h [SETUP] French translation of missing elements (#3111) 2020-09-03 21:20:54 +02:00
he-IL.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
hu-HU.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
id-ID.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
it-IT.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
ja-JP.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
lt-LT.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
ms-MY.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
nl-NL.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
pl-PL.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
pt-BR.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
pt-PT.h [REACTOS][USETUP] Update Portuguese PT translation (#3081) 2020-08-23 14:34:28 +02:00
ReadMe.txt [USETUP] Improve lang/ReadMe.txt 2019-01-30 14:59:10 +09:00
ro-RO.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
ru-RU.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
sk-SK.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
sq-AL.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
sv-SE.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
tr-TR.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09:00
uk-UA.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01: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>.