mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +00:00
Begin Japanese translation of USetup
svn path=/trunk/; revision=40565
This commit is contained in:
parent
0333e07048
commit
79cdd76423
5 changed files with 1697 additions and 7 deletions
File diff suppressed because it is too large
Load diff
|
@ -65,12 +65,12 @@ MUI_SUBFONT JapaneseFonts[] =
|
|||
{ L"Courier", L"FreeMono" },
|
||||
{ L"Courier New", L"FreeMono" },
|
||||
{ L"Times New Roman", L"Liberation Serif" },
|
||||
{ L"Tahoma", L"IPAMonaUIGothic" },
|
||||
{ L"Tahoma", L"Systema" },
|
||||
{ L"MS Sans Serif", L"Tahoma" },
|
||||
{ L"MS Shell Dlg", L"IPAMonaUIGothic" },
|
||||
{ L"MS Shell Dlg 2", L"IPAMonaUIGothic" },
|
||||
{ L"MS UI Gothic", L"IPAMonaUIGothic" },
|
||||
{ L"MS UI Gothic 2", L"IPAMonaUIGothic" },
|
||||
{ L"MS Shell Dlg", L"Systema" },
|
||||
{ L"MS Shell Dlg 2", L"Systema" },
|
||||
{ L"MS UI Gothic", L"Systema" },
|
||||
{ L"MS UI Gothic 2", L"Systema" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
@ -216,7 +216,7 @@ const MUI_LANGUAGE LanguageList[] =
|
|||
{L"00000421", L"1252", L"850", L"10079", L"Indonesian", L"62", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, idIDLayouts },
|
||||
{L"00000410", L"1252", L"850", L"10000", L"Italian (Italy)", L"39", itITPages, itITErrorEntries, itITStrings, LatinFonts, itITLayouts },
|
||||
{L"00000810", L"1252", L"850", L"10000", L"Italian (Switzerland)", L"41", itITPages, itITErrorEntries, itITStrings, LatinFonts, itCHLayouts },
|
||||
{L"00000411", L"932", L"932", L"10001", L"Japanese", L"81", enUSPages, enUSErrorEntries, enUSStrings, JapaneseFonts, jaJPLayouts },
|
||||
{L"00000411", L"932", L"932", L"10001", L"Japanese", L"81", jaJPPages, jaJPErrorEntries, jaJPStrings, JapaneseFonts, jaJPLayouts },
|
||||
{L"0000044B", L"1252", L"437", L"10079", L"Kannada (India)", L"91", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, knINLayouts },
|
||||
{L"0000043F", L"1251", L"866", L"10007", L"Kazakh", L"705", enUSPages, enUSErrorEntries, enUSStrings, CyrillicFonts, kkKZLayouts },
|
||||
{L"00000457", L"0", L"437", L"2", L"Konkani", L"1", enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts, kokINLayouts},
|
||||
|
|
BIN
reactos/media/vgafonts/932-8x8.bin
Normal file
BIN
reactos/media/vgafonts/932-8x8.bin
Normal file
Binary file not shown.
|
@ -9,4 +9,5 @@
|
|||
<file>852-8x8.bin</file>
|
||||
<file>865-8x8.bin</file>
|
||||
<file>866-8x8.bin</file>
|
||||
</module>
|
||||
<file>932-8x8.bin</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue