mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:42:59 +00:00
[RUNONCE] Add Indonesian translation. (#1598)
This commit is contained in:
parent
ba4f067a5c
commit
8725d12db3
2 changed files with 14 additions and 0 deletions
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
|
#ifdef LANGUAGE_HE_IL
|
||||||
#include "lang/he-IL.rc"
|
#include "lang/he-IL.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_ID_ID
|
||||||
|
#include "lang/id-ID.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_IT_IT
|
#ifdef LANGUAGE_IT_IT
|
||||||
#include "lang/it-IT.rc"
|
#include "lang/it-IT.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue