mirror of
https://github.com/reactos/reactos.git
synced 2025-04-12 00:29:04 +00:00

JIRA issue: CORE-9444 - Delete 'replace' internal command. - Add 'replace' external command into base/applications/cmdutils/replace folder. - Add control break handler.
55 lines
2.7 KiB
Text
55 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: Japanese resource file
|
|
* TRANSLATOR: Copyright 2005 tsk <tsk_n@mail.goo.ne.jp>
|
|
*/
|
|
|
|
LANGUAGE LANG_JAPANESE, 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 "Invalid switch - %s\n"
|
|
STRING_REPLACE_ERROR2 "Path not found - %s\n"
|
|
STRING_REPLACE_ERROR3 "The filename, directory name, or volume label syntax is incorrect.\n"
|
|
STRING_REPLACE_ERROR4 "Invalid parameter combination\n"
|
|
STRING_REPLACE_ERROR5 "Access denied - %s\n"
|
|
STRING_REPLACE_ERROR6 "No files found - %s\n"
|
|
STRING_REPLACE_ERROR7 "Extended Error 32\n"
|
|
|
|
STRING_COPY_OPTION "YNA"
|
|
STRING_COPY_ERROR1 "エラー: 元のファイル %s を開けません!\n"
|
|
STRING_COPY_ERROR3 "指定先への書き込みでエラーが発生しました!\n"
|
|
STRING_ERROR_D_PAUSEMSG "続行するには何かキーを押してください . . . "
|
|
STRING_CONSOLE_ERROR "不明なエラー: %d\n"
|
|
STRING_ERROR_OUT_OF_MEMORY "メモリ不足エラー。\n"
|
|
END
|