https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8725d12db37ec7ce45489f...
commit 8725d12db37ec7ce45489f2ac2e4e4d1eeac47a8 Author: Mas Ahmad Muhammad m.charly81@gmail.com AuthorDate: Sun Jun 2 05:03:51 2019 +0700 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Tue Jun 4 15:52:09 2019 +0200
[RUNONCE] Add Indonesian translation. (#1598) --- base/system/runonce/lang/id-ID.rc | 11 +++++++++++ base/system/runonce/runonce.rc | 3 +++ 2 files changed, 14 insertions(+)
diff --git a/base/system/runonce/lang/id-ID.rc b/base/system/runonce/lang/id-ID.rc new file mode 100644 index 00000000000..8968e6811c6 --- /dev/null +++ b/base/system/runonce/lang/id-ID.rc @@ -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 diff --git a/base/system/runonce/runonce.rc b/base/system/runonce/runonce.rc index 36eabeb3b4a..b4eba87b798 100644 --- a/base/system/runonce/runonce.rc +++ b/base/system/runonce/runonce.rc @@ -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