mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[SERVICES] Add Indonesian translation. (#1598)
This commit is contained in:
parent
8725d12db3
commit
a759d582c1
2 changed files with 15 additions and 0 deletions
12
base/system/services/lang/id-ID.rc
Normal file
12
base/system/services/lang/id-ID.rc
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue