mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[DEVCPUX] Add Japanese (ja-JP) translation
CORE-18706
This commit is contained in:
parent
e2988b537a
commit
6a63d4a3c1
2 changed files with 44 additions and 0 deletions
41
dll/shellext/devcpux/lang/ja-JP.rc
Normal file
41
dll/shellext/devcpux/lang/ja-JP.rc
Normal file
|
@ -0,0 +1,41 @@
|
|||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
DLG_PROCESSORINFO DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
|
||||
CAPTION "CPU"
|
||||
FONT 9, "MS UI Gothic"
|
||||
BEGIN
|
||||
LTEXT "機能:", -1, 7, 23, 50, 8
|
||||
LTEXT "テスト", IDC_FEATURES, 57, 23, 181, 8
|
||||
LTEXT "モデル:", -1, 7, 38, 50, 8
|
||||
LTEXT "テスト", IDC_MODEL, 57, 38, 181, 8
|
||||
LTEXT "ステッピング:", -1, 7, 53, 50, 51
|
||||
LTEXT "テスト", IDC_STEPPING, 57, 53, 181, 8
|
||||
LTEXT "コア速度:", -1, 7, 68, 50, 8
|
||||
LTEXT "テスト", IDC_CORESPEED, 57, 68, 181, 8
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MEGAHERTZ "%ld MHz"
|
||||
END
|
||||
|
||||
/*
|
||||
DLG_PROCESSORINFO DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
|
||||
CAPTION "CPU"
|
||||
FONT 9, "MS UI Gothic"
|
||||
BEGIN
|
||||
LTEXT "機能:", -1, 7, 23, 50, 8
|
||||
LTEXT "<テスト>", IDC_FEATURES, 7, 34, 238, 8
|
||||
|
||||
LTEXT "モデル:", -1, 7, 49, 50, 8
|
||||
LTEXT "<テスト>", IDC_MODEL, 7, 60, 238, 8
|
||||
|
||||
LTEXT "ステッピング:", -1, 7, 75, 50, 8
|
||||
LTEXT "<テスト>", IDC_STEPPING, 7, 86, 238, 8
|
||||
|
||||
LTEXT "コア速度:", -1, 7, 101, 50, 8
|
||||
LTEXT "<テスト>", IDC_CORESPEED, 7, 112, 238, 8
|
||||
END
|
||||
*/
|
|
@ -24,6 +24,9 @@
|
|||
#ifdef LANGUAGE_HI_IN
|
||||
#include "lang/hi-IN.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_JA_JP
|
||||
#include "lang/ja-JP.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue