[RUNONCE] Add Indonesian translation. (#1598)

This commit is contained in:
Mas Ahmad Muhammad 2019-06-02 05:03:51 +07:00 committed by Hermès Bélusca-Maïto
parent ba4f067a5c
commit 8725d12db3
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Penyetelan ReactOS"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "ReactOS sedang menyetel beberapa butir berikut:", -1, 38, 8, 196, 18
LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
ICON IDI_ICON, -1, 5, 6, 21, 20
END

View file

@ -36,6 +36,9 @@ IDI_ICON ICON "res/icon.ico"
#ifdef LANGUAGE_HE_IL
#include "lang/he-IL.rc"
#endif
#ifdef LANGUAGE_ID_ID
#include "lang/id-ID.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "lang/it-IT.rc"
#endif