mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USETUP] Hungarian translation (#2002)
This commit is contained in:
parent
a2f4e191f4
commit
dde7113cfc
2 changed files with 1988 additions and 4 deletions
1984
base/setup/usetup/lang/hu-HU.h
Normal file
1984
base/setup/usetup/lang/hu-HU.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -245,9 +245,9 @@
|
||||||
// #ifdef LANGUAGE_HR_HR
|
// #ifdef LANGUAGE_HR_HR
|
||||||
// #include "lang/hr-HR.h"
|
// #include "lang/hr-HR.h"
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
// #include "lang/hu-HU.h"
|
#include "lang/hu-HU.h"
|
||||||
// #endif
|
#endif
|
||||||
// #ifdef LANGUAGE_HY_AM
|
// #ifdef LANGUAGE_HY_AM
|
||||||
// #include "lang/hy-AM.h"
|
// #include "lang/hy-AM.h"
|
||||||
// #endif
|
// #endif
|
||||||
|
@ -637,7 +637,7 @@ const MUI_LANGUAGE_RESOURCE ResourceList[] =
|
||||||
{L"00000439", L"Hindi", enUSPages, enUSErrorEntries, enUSStrings},
|
{L"00000439", L"Hindi", enUSPages, enUSErrorEntries, enUSStrings},
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
{L"0000040E", L"Hungarian", enUSPages, enUSErrorEntries, enUSStrings},
|
{L"0000040E", L"Hungarian", huHUPages, huHUErrorEntries, huHUStrings},
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_IS_IS
|
#ifdef LANGUAGE_IS_IS
|
||||||
{L"0000040F", L"Icelandic", enUSPages, enUSErrorEntries, enUSStrings},
|
{L"0000040F", L"Icelandic", enUSPages, enUSErrorEntries, enUSStrings},
|
||||||
|
|
Loading…
Reference in a new issue