mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
b8dd046ee4
- CMDUTILS: attrib, label (update translation) - USETUP (add translation) - HOTPLUG (add translation) - CONSRV (update translation) - USERSRV (update translation) - USER32 (update translation) - ACLUI (update translation) - LICCPA (update translation) - SUBST (update translation) - REGSVR32 (update translation) - REGEDIT-CLB (update translation) - ACPPAGE (update translation) - TIMEDATE (update translation) - SOLITAIRE (update translation) - FDEBUG (update translation) - SYSSETUP (update translation)
23 lines
928 B
Text
23 lines
928 B
Text
/* Indonesian language file by Zaenal Mutaqin <ade999 at gmail dot com> 2007-02-15 and Mas Ahmad Muhammad <m dot charly81 at gmail dot com> */
|
|
|
|
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_FILE_NOT_FOUND "Berkas tidak ditemukan - '%s'\n"
|
|
STRING_ATTRIB_HELP "Menampilkan atau mengubah atribut file.\n\n\
|
|
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
|
|
[/S [/D]]\n\n\
|
|
+ Menyetel atribut\n\
|
|
- Membersihkan atribut\n\
|
|
R Atribut file Hanya-baca\n\
|
|
A Atribut file Arsip\n\
|
|
S Atribut file Sistem\n\
|
|
H Atribut file Tersembunyi\n\
|
|
/S Proses file yang sama dalam direktori dan semua subdirektori\n\
|
|
saat ini\n\
|
|
/D Proses direktori juga\n\n\
|
|
Ketik ATTRIB tanpa parameter untuk menampilkan atribut dari semua file.\n"
|
|
STRING_CONSOLE_ERROR "Kesalahan tidak dikenal: %d\n"
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Format parameter tidak benar - %s\n"
|
|
END
|