https://git.reactos.org/?p=reactos.git;a=commitdiff;h=555bec6a49dffd2594257604269c7a08e3058cf0

commit 555bec6a49dffd2594257604269c7a08e3058cf0
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Sat Sep 24 13:15:51 2022 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Sat Sep 24 13:15:51 2022 +0900

    [CPL][OPENGLCFG] Add Japanese translation (ja-JP)
---
 dll/cpl/openglcfg/lang/ja-JP.rc | 28 ++++++++++++++++++++++++++++
 dll/cpl/openglcfg/openglcfg.rc  |  3 +++
 2 files changed, 31 insertions(+)

diff --git a/dll/cpl/openglcfg/lang/ja-JP.rc b/dll/cpl/openglcfg/lang/ja-JP.rc
new file mode 100644
index 00000000000..c4b4d950aa5
--- /dev/null
+++ b/dll/cpl/openglcfg/lang/ja-JP.rc
@@ -0,0 +1,28 @@
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+IDD_PROPPAGEGENERAL DIALOGEX 0, 0, 246, 228
+STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "��ʐݒ�"
+FONT 9, "MS UI Gothic"
+BEGIN
+    ICON IDI_CPLICON, IDI_CPLICON, 8, 0, 21, 20
+    GROUPBOX "�����_���[�ݒ�", -1, 5, 25, 230, 90
+    LTEXT "�����_���[(&R):", -1, 15, 42, 37, 10
+    COMBOBOX IDC_RENDERER, 55, 40, 160, 10, WS_TABSTOP | WS_VSCROLL | 
CBS_DROPDOWNLIST
+    LTEXT "����ɂ��A�O���t�B�b�N 
�h���C�o�[�̃f�t�H���g�ݒ肪�㏑������܂��B�u�f�t�H���g�v��I����ƁA���̐ݒ�ɖ߂�܂��B", -1, 
15, 60, 210, 40
+    GROUPBOX "�f�o�b�O", -1, 5, 125, 230, 90
+    LTEXT "DEBUGCHANNEL:", -1, 15, 142, 65, 10
+    COMBOBOX IDC_DEBUG_OUTPUT, 80, 140, 135, 10, WS_TABSTOP | WS_VSCROLL | 
CBS_DROPDOWNLIST
+    LTEXT "opengl32 ����̃f�o�b�O�o�͂�L��/�����ɂ��܂��B\n\n�x��: 
�u�ݒ�v�܂��́u�N���A�v��I����ƁADEBUGCHANNEL �‹��ϐ��̓�e���㏑������܂��B", -1, 15, 
165, 210, 40
+END
+
+STRINGTABLE
+BEGIN
+    IDS_RENDERER_DEFAULT "�V�X�e�� �f�t�H���g"
+    IDS_RENDERER_RSWR "ReactOS �\�t�g�E�F�A����"
+    IDS_CPLNAME "OpenGL �ݒ�"
+    IDS_CPLDESCRIPTION "OpenGL �����_���[�̐ݒ��ύX���܂�"
+    IDS_DEBUG_SET "�ݒ�"
+    IDS_DEBUG_CLEAR "�N���A"
+    IDS_DEBUG_DNM "�ύX���Ȃ�"
+END
diff --git a/dll/cpl/openglcfg/openglcfg.rc b/dll/cpl/openglcfg/openglcfg.rc
index 4e2b1292b98..01d9ac887cd 100644
--- a/dll/cpl/openglcfg/openglcfg.rc
+++ b/dll/cpl/openglcfg/openglcfg.rc
@@ -30,6 +30,9 @@ IDI_CPLICON ICON "resources/openglcfg.ico"
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif
+#ifdef LANGUAGE_JA_JP
+    #include "lang/ja-JP.rc"
+#endif
 #ifdef LANGUAGE_PL_PL
     #include "lang/pl-PL.rc"
 #endif

Reply via email to