https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df14cbe011a1dfc80fe1ae463724fac2e40717a6

commit df14cbe011a1dfc80fe1ae463724fac2e40717a6
Author:     Mas Ahmad Muhammad <[email protected]>
AuthorDate: Sun Jun 2 05:18:11 2019 +0700
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Tue Jun 4 15:52:14 2019 +0200

    [SUBST] Add Indonesian translation. (#1598)
---
 base/system/subst/lang/id-ID.rc | 20 ++++++++++++++++++++
 base/system/subst/subst.rc      |  3 +++
 2 files changed, 23 insertions(+)

diff --git a/base/system/subst/lang/id-ID.rc b/base/system/subst/lang/id-ID.rc
new file mode 100644
index 00000000000..7dc1725d408
--- /dev/null
+++ b/base/system/subst/lang/id-ID.rc
@@ -0,0 +1,20 @@
+LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_INCORRECT_PARAMETER_COUNT "Nomor parameter tidak tepat - %s\n"
+    IDS_INVALID_PARAMETER "Nomor parameter tidak tepat - %s\n"
+    IDS_INVALID_PARAMETER2 "Parameter tidak valid - %s\n"
+    IDS_PATH_NOT_FOUND "Jalur tidak ditemukan - %s\n"
+    IDS_ACCESS_DENIED "Akses ditolak - %s\n"
+    IDS_DRIVE_ALREADY_SUBSTED "Drive already SUBSTed\n"
+    IDS_FAILED_WITH_ERRORCODE "Gagal dengan kode kesalahan 0x%x: %s\n"
+    IDS_USAGE "Mengasosiasikan jalur dengan huruf pada drive.\n\n\
+SUBST [drive1: [drive2:]path]\n\
+SUBST drive1: /D\n\n\
+  drive1:        Spesifikasikan drive maya yang jalurnya ingin ditetapkan.\n\
+  [drive2:]path  Spesifikasikan drive fisik dan jalur yang ingin ditetapkan\n\
+                 pada drive maya.\n\
+  /D             Menghapus drive yang telah terbagi (maya).\n\n\
+Ketik SUBST tanpa parameter untuk menampilkan daftar drive maya saat ini.\n"
+END
diff --git a/base/system/subst/subst.rc b/base/system/subst/subst.rc
index 809fc24f318..5888c03f2f8 100644
--- a/base/system/subst/subst.rc
+++ b/base/system/subst/subst.rc
@@ -28,6 +28,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

Reply via email to