reactos/base/setup/usetup/lang
2020-04-06 20:49:44 +02:00
..
bg-BG.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
bn-BD.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
cs-CZ.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
da-DK.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
de-DE.h [USETUP] de-DE Overhaul german translation CORE-16792 2020-04-06 20:49:44 +02:00
el-GR.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
en-US.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
es-ES.h [TRANSLATION] Updating Spanish translation (#2503) 2020-04-06 13:17:20 +02:00
et-EE.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
fr-FR.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
he-IL.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
hu-HU.h [TRANSLATION] Update Hungarian translation of usetup, syssetup, explorer, netshell, userenv, shortcuts (#2442) 2020-03-20 17:52:46 +01:00
it-IT.h [USETUP] Fix ' \n' typos, in *.h (#2415) 2020-03-07 00:51:13 +01:00
ja-JP.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
lt-LT.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
ms-MY.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
nl-NL.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
pl-PL.h [USETUP] Fix ' \n' typos, in *.h (#2415) 2020-03-07 00:51:13 +01:00
pt-BR.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
pt-PT.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
ReadMe.txt [USETUP] Improve lang/ReadMe.txt 2019-01-30 14:59:10 +09:00
ro-RO.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01: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] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
sq-AL.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
sv-SE.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01:00
tr-TR.h [USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275) 2020-01-26 17:38:58 +01: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>.