mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
[RUNONCE] Add Indonesian translation. (#1598)
This commit is contained in:
parent
ba4f067a5c
commit
8725d12db3
11
base/system/runonce/lang/id-ID.rc
Normal file
11
base/system/runonce/lang/id-ID.rc
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user