https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0753202cf1098abfdfab2…
commit 0753202cf1098abfdfab2fcca9c20717559d72d6
Author: Mas Ahmad Muhammad <m.charly81(a)gmail.com>
AuthorDate: Fri Oct 7 02:44:46 2022 +0700
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Oct 6 22:44:46 2022 +0300
[TRANSLATION] Update Indonesian (id-ID) translation (#4585)
- [WRITE] Add Indonesian (id-ID) translation
- [WINLOGON] Update Indonesian (id-ID) translation
---
base/applications/write/lang/Id.rc | 28 ++++++++++++++++++++++++++++
base/applications/write/rsrc.rc | 3 +++
base/system/winlogon/lang/id-ID.rc | 4 ++--
3 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/base/applications/write/lang/Id.rc b/base/applications/write/lang/Id.rc
new file mode 100644
index 00000000000..a915e65ecb2
--- /dev/null
+++ b/base/applications/write/lang/Id.rc
@@ -0,0 +1,28 @@
+/*
+ * Indonesian language support
+ *
+ * Copyright (C) 2022 Mas Ahmad Muhammad
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resources.h"
+
+LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_FAILED, "Gagal memulai Wordpad"
+}
diff --git a/base/applications/write/rsrc.rc b/base/applications/write/rsrc.rc
index c5f4fd92c9c..744f1517e1e 100644
--- a/base/applications/write/rsrc.rc
+++ b/base/applications/write/rsrc.rc
@@ -48,6 +48,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_HE_IL
#include "lang/He.rc"
#endif
+#ifdef LANGUAGE_ID_ID
+ #include "lang/Id.rc"
+#endif
#ifdef LANGUAGE_IT_IT
#include "lang/It.rc"
#endif
diff --git a/base/system/winlogon/lang/id-ID.rc b/base/system/winlogon/lang/id-ID.rc
index cc3c2f744bf..8c5662b843a 100644
--- a/base/system/winlogon/lang/id-ID.rc
+++ b/base/system/winlogon/lang/id-ID.rc
@@ -46,8 +46,8 @@ BEGIN
IDS_RUNNINGLOGONSCRIPTS "Menjalankan naskah logon..."
IDS_LOADINGYOURPERSONALSETTINGS "Mengambil setelan personal anda..."
IDS_CLOSINGNETWORKCONNECTIONS "Menutup koneksi jaringan..."
- IDS_REACTOSISRESTARTING "Restarting..."
- IDS_REACTOSISSHUTTINGDOWN "Shutting down..."
+ IDS_REACTOSISRESTARTING "Memulai ulang..."
+ IDS_REACTOSISSHUTTINGDOWN "Mematikan..."
IDS_PREPARETOSTANDBY "Menyiapkan untuk Standby..."
IDS_PREPARETOHIBERNATE "Menyiapkan untuk Tidur..."
IDS_SAVEYOURSETTINGS "Menyimpan setelan anda..."