[FONTVIEW] Add Indonesian translation. (#1598)

This commit is contained in:
Mas Ahmad Muhammad 2019-06-02 03:01:26 +07:00 committed by Hermès Bélusca-Maïto
parent b5002b5f1f
commit ba4f067a5c
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 25 additions and 0 deletions

View file

@ -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

View file

@ -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