https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a759d582c1e8ab07ecb3e…
commit a759d582c1e8ab07ecb3e6f66a3813af5adbdcbf
Author:     Mas Ahmad Muhammad <m.charly81(a)gmail.com>
AuthorDate: Sun Jun 2 05:08:13 2019 +0700
Commit:     Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Tue Jun 4 15:52:11 2019 +0200
    [SERVICES] Add Indonesian translation. (#1598)
---
 base/system/services/lang/id-ID.rc | 12 ++++++++++++
 base/system/services/services.rc   |  3 +++
 2 files changed, 15 insertions(+)
diff --git a/base/system/services/lang/id-ID.rc b/base/system/services/lang/id-ID.rc
new file mode 100644
index 00000000000..59c7e1c7ab1
--- /dev/null
+++ b/base/system/services/lang/id-ID.rc
@@ -0,0 +1,12 @@
+LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_SERVICE_START   "mulai"
+    IDS_SERVICE_STOP    "berhenti"
+    IDS_SERVICE_PAUSE   "jeda"
+    IDS_SERVICE_RESUME  "lanjut"
+    IDS_SERVICE_RUNNING "Berjalan"
+    IDS_SERVICE_STOPPED "Berhenti"
+    IDS_SERVICE_PAUSED  "Jeda"
+END
diff --git a/base/system/services/services.rc b/base/system/services/services.rc
index b51e1e91f79..5293003d6fb 100644
--- a/base/system/services/services.rc
+++ b/base/system/services/services.rc
@@ -27,6 +27,9 @@
 #ifdef LANGUAGE_FR_FR
     #include "lang/fr-FR.rc"
 #endif
+#ifdef LANGUAGE_ID_ID
+    #include "lang/id-ID.rc"
+#endif
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif