mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[USETUP] Add Malay translation. Patch by Henry Tang Ih with some additions by me. (Adding the missing strings is good, but you also have to tell ROS that it have to be used them) CORE-9890
svn path=/trunk/; revision=69609
This commit is contained in:
parent
1071b13377
commit
fde73e5439
3 changed files with 1716 additions and 2 deletions
File diff suppressed because it is too large
Load diff
|
@ -682,7 +682,7 @@ const MUI_LANGUAGE LanguageList[] =
|
|||
{L"0000083E", L"1252", L"850", L"10000", L"Malay (Brunei Darussalam)", L"37", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, msBNLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_MS_MY
|
||||
{L"0000043E", L"1252", L"850", L"10000", L"Malay (Malaysia)", L"167", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, msMYLayouts },
|
||||
{L"0000043E", L"1252", L"850", L"10000", L"Malay (Malaysia)", L"167", msMYPages, msMYErrorEntries, msMYStrings, LatinFonts, msMYLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_MR_IN
|
||||
{L"0000044E", L"0", L"1", L"2", L"Marathi", L"113", enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts, mrINLayouts },
|
||||
|
|
|
@ -296,7 +296,7 @@ Default = "XT-, AT- or extended keyboard (83-105 keys)"
|
|||
00000427 = "Lithuanian"
|
||||
0000042F = "FYRO Macedonian"
|
||||
;0000083E = "Malay (Brunei Darussalam)"
|
||||
;0000043E = "Malay (Malaysia)"
|
||||
0000043E = "Malay (Malaysia)"
|
||||
;0000044E = "Marathi"
|
||||
;00000450 = "Mongolian (Mongolia)"
|
||||
00000414 = "Norwegian (Bokmal)"
|
||||
|
|
Loading…
Reference in a new issue