reactos/base/setup/usetup/lang
Serge Gautherie c62b7a67ef
[USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622)
NB:
http://www.reactos.org/uk/
is not updated, as it returns
Error 404 - Page not found.
2020-04-22 14:44:13 +09: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
fr-FR.h [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09: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 [USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622) 2020-04-22 14:44:13 +09: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>.