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)
20 lines
979 B
Text
20 lines
979 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_LABEL_HELP "Menampilkan atau mengubah label drive.\n\nLABEL [drive:][label]\n"
|
|
STRING_LABEL_HELP "Membuat, mengubah atau menghapus label volume pada cakram.\n\n\
|
|
LABEL [drive:][label]\n\n\
|
|
drive: Menentukan huruf drive pada drive.\n\
|
|
label Menentukan label drive."
|
|
STRING_LABEL_TEXT1 "Volume di drive %c: adalah %s\n"
|
|
STRING_LABEL_TEXT2 "Volume di drive %c: tidak berlabel\n"
|
|
STRING_LABEL_TEXT3 "Nomor Seri Volume adalah %04X-%04X\n"
|
|
STRING_LABEL_TEXT4 "Label Drive (32 Karakter, ENTER jika sudah)? "
|
|
STRING_LABEL_PROMPT "Hapus label volume saat ini (Y/N)? "
|
|
STRING_LABEL_OPTIONS "YN"
|
|
STRING_ERROR_INVALID_DRIVE "Penentuan drive tidak benar\n"
|
|
STRING_ERROR_INVALID_LABEL "Label volume tidak sah\n"
|
|
END
|