mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 16:24:39 +00:00

JIRA issue: CORE-9444 - Delete 'replace' internal command. - Add 'replace' external command into base/applications/cmdutils/replace folder. - Add control break handler.
56 lines
2.7 KiB
Text
56 lines
2.7 KiB
Text
/*
|
|
* PROJECT: ReactOS Replace Command
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Indonesian resource file
|
|
* TRANSLATORS: Copyright 2007 Zaenal Mutaqin <ade999@gmail.com>
|
|
* Copyright 2021 Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_REPLACE_HELP1 "Replaces files.\n\n\
|
|
REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\
|
|
REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\
|
|
[drive1:][path1]filename Specifies the source file or files.\n\
|
|
[drive2:][path2] Specifies the directory where files are to be\n\
|
|
replaced.\n\
|
|
/A Adds new files to destination directory. Cannot\n\
|
|
use with /S or /U switches.\n\
|
|
/P Prompts for confirmation before replacing a file or\n\
|
|
adding a source file.\n\
|
|
/R Replaces read-only files as well as unprotected\n\
|
|
files.\n\
|
|
/S Replaces files in all subdirectories of the\n\
|
|
destination directory. Cannot use with the /A\n\
|
|
switch.\n\
|
|
/W Waits for you to insert a disk before beginning.\n\
|
|
/U Replaces (updates) only files that are older than\n\
|
|
source files. Cannot use with the /A switch.\n"
|
|
STRING_REPLACE_HELP2 "Source path required\n"
|
|
STRING_REPLACE_HELP3 "No files replaced\n"
|
|
STRING_REPLACE_HELP4 "%lu file(s) replaced\n"
|
|
STRING_REPLACE_HELP5 "Replacing %s\n"
|
|
STRING_REPLACE_HELP6 "Replace %s\n"
|
|
STRING_REPLACE_HELP7 "No files added\n"
|
|
STRING_REPLACE_HELP8 "%lu file(s) added\n"
|
|
STRING_REPLACE_HELP9 "Add %s (Y/N)? "
|
|
STRING_REPLACE_HELP10 "Replace %s (Y/N)? "
|
|
STRING_REPLACE_HELP11 "Adding %s\n"
|
|
|
|
STRING_REPLACE_ERROR1 "Saklar perintah tidak valid - %s\n"
|
|
STRING_REPLACE_ERROR2 "Alamat file/direktori tidak ditemukan - %s\n"
|
|
STRING_REPLACE_ERROR3 "Sintaks nama file, direktori, atau label volume tidak benar.\n"
|
|
STRING_REPLACE_ERROR4 "Kombinasi parameter tidak valid\n"
|
|
STRING_REPLACE_ERROR5 "Akses ditolak - %s\n"
|
|
STRING_REPLACE_ERROR6 "No files found - %s\n"
|
|
STRING_REPLACE_ERROR7 "Extended Error 32\n"
|
|
|
|
STRING_COPY_OPTION "YTS"
|
|
STRING_COPY_ERROR1 "Salah: Tidak dapat membuka sumber - %s!\n"
|
|
STRING_COPY_ERROR3 "Kesalahan menulis tujuan!\n"
|
|
STRING_ERROR_D_PAUSEMSG "Tekan tombol untuk melanjutkan . . . "
|
|
STRING_CONSOLE_ERROR "Kesalahan tidak dikenal: %d\n"
|
|
STRING_ERROR_OUT_OF_MEMORY "Kesalahan kekurangan memori.\n"
|
|
END
|