reactos/base/setup/usetup/lang
Joachim Henze c791d4ee4e [USETUP] de-DE Update 2022-03-05 CORE-18075
Avoids some typos like
 gew\201nste -> gew\201nschte
 gew\204hlten -> gew\204hlte

Global replacement of
 fahr->setz
to harmonize the mixed usage of Fortfahren vs Fortsetzen

Also recently someone started using ENTER instead of EINGABETASTE
and although I was pissed off by that in the beginning, after thinking
twice: ENTER is the much better alternative to EINGABETASTE, because:
- it does not need to be translated from english
- it is shorter and therefore helps to avoid some needed abbreviations
- it allows to avoid articles and therefore aligns better with other selections
- it avoids translation errors like EINGABETASTER (and EEINGABETASTE in older branches)
So I use that consistently throughout the translation now.

Also shorten "Der PC wird automatisch neu gestartet" because that line was
so long, that it looked odd.

88 Lines touched: "Der Führer wär stolz"
2022-03-05 18:23:33 +01:00
..
bg-BG.h
bn-BD.h
cs-CZ.h
da-DK.h
de-DE.h [USETUP] de-DE Update 2022-03-05 CORE-18075 2022-03-05 18:23:33 +01:00
el-GR.h
en-US.h
es-ES.h [TRANSLATION] Fix minor typos and untranslated dialogs in Spanish (#3890) 2021-09-04 17:22:41 +03:00
et-EE.h
eu-ES.h [TRANSLATION] Update Basque Spanish (eu-ES) translation - Part 1 (#4057) 2021-12-27 16:00:04 +03:00
fr-FR.h
he-IL.h
hr-HR.h [USETUP] Add Croatian (hr-HR) translation (#4080) 2021-12-10 00:16:49 +03:00
hu-HU.h
id-ID.h
it-IT.h
ja-JP.h [USETUP][TRANSLATION] Improve Japanese 2021-12-08 15:21:17 +09:00
lt-LT.h
ms-MY.h
nl-NL.h
pl-PL.h
pt-BR.h
pt-PT.h [USETUP] Improve Portuguese (pt-PT) translation (#4131) 2021-12-10 17:16:16 +03:00
ReadMe.txt
ro-RO.h
ru-RU.h
sk-SK.h
sq-AL.h
sv-SE.h
tr-TR.h [TRANSLATION] Update Turkish (tr-TR) translations (#3958) 2021-10-10 16:00:12 +03:00
uk-UA.h

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>.