https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba4f067a5cbe7f67c6ec2…
commit ba4f067a5cbe7f67c6ec2704599b395f4159d38f
Author: Mas Ahmad Muhammad <m.charly81(a)gmail.com>
AuthorDate: Sun Jun 2 03:01:26 2019 +0700
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Tue Jun 4 15:52:07 2019 +0200
[FONTVIEW] Add Indonesian translation. (#1598)
---
base/applications/fontview/fontview.rc | 3 +++
base/applications/fontview/lang/id-ID.rc | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/base/applications/fontview/fontview.rc
b/base/applications/fontview/fontview.rc
index fd2a8b02200..992392abebe 100644
--- a/base/applications/fontview/fontview.rc
+++ b/base/applications/fontview/fontview.rc
@@ -42,6 +42,9 @@ END
#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
diff --git a/base/applications/fontview/lang/id-ID.rc
b/base/applications/fontview/lang/id-ID.rc
new file mode 100644
index 00000000000..e031a03a254
--- /dev/null
+++ b/base/applications/fontview/lang/id-ID.rc
@@ -0,0 +1,22 @@
+LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_INSTALL "&Pasang"
+ IDS_PRINT "&Cetak"
+ IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890"
+ IDS_OPEN "Buka Fon..."
+ IDS_ERROR "Kesalahan"
+ IDS_ERROR_NOMEM "Memori tidak cukup untuk menyelesaikan operasi."
+ IDS_ERROR_NOFONT "Berkas %1 bukan berkas fon yang valid."
+ IDS_ERROR_NOCLASS "Tidak bisa memulai window class."
+ IDS_FILTER_LIST "Semua fon yang didukung
(*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
+Berkas Fon (*.fon;*.fnt)\0*.fon;*.fnt\0\
+TrueType Fon (*.ttf)\0*.ttf\0\
+Koleksi TrueType Fon (*.ttc)\0*.ttc\0\
+OpenType Fon (*.otf)\0*.otf\0\
+Koleksi OpenType Fon (*.otc)\0*.otc\0\
+Semua Berkas (*.*)\0*.*\0"
+ IDS_PREVIOUS "< &Sebelumnya"
+ IDS_NEXT "S&elanjutnya >"
+END