1/* 2 * PROJECT: ReactOS Replace Command 3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 4 * PURPOSE: English (United States) resource file 5 * TRANSLATOR: Copyright 2007 Samuel Erdtman <samuel@erdtman.se> 6 */ 7 8LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 9 10STRINGTABLE 11BEGIN 12 STRING_REPLACE_HELP1 "Replaces files.\n\n\ 13REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\ 14REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\ 15 [drive1:][path1]filename Specifies the source file or files.\n\ 16 [drive2:][path2] Specifies the directory where files are to be\n\ 17 replaced.\n\ 18 /A Adds new files to destination directory. Cannot\n\ 19 use with /S or /U switches.\n\ 20 /P Prompts for confirmation before replacing a file or\n\ 21 adding a source file.\n\ 22 /R Replaces read-only files as well as unprotected\n\ 23 files.\n\ 24 /S Replaces files in all subdirectories of the\n\ 25 destination directory. Cannot use with the /A\n\ 26 switch.\n\ 27 /W Waits for you to insert a disk before beginning.\n\ 28 /U Replaces (updates) only files that are older than\n\ 29 source files. Cannot use with the /A switch.\n" 30 STRING_REPLACE_HELP2 "Source path required\n" 31 STRING_REPLACE_HELP3 "No files replaced\n" 32 STRING_REPLACE_HELP4 "%lu file(s) replaced\n" 33 STRING_REPLACE_HELP5 "Replacing %s\n" 34 STRING_REPLACE_HELP6 "Replace %s\n" 35 STRING_REPLACE_HELP7 "No files added\n" 36 STRING_REPLACE_HELP8 "%lu file(s) added\n" 37 STRING_REPLACE_HELP9 "Add %s (Y/N)? " 38 STRING_REPLACE_HELP10 "Replace %s (Y/N)? " 39 STRING_REPLACE_HELP11 "Adding %s\n" 40 41 STRING_REPLACE_ERROR1 "Invalid switch - %s\n" 42 STRING_REPLACE_ERROR2 "Path not found - %s\n" 43 STRING_REPLACE_ERROR3 "The filename, directory name, or volume label syntax is incorrect.\n" 44 STRING_REPLACE_ERROR4 "Invalid parameter combination\n" 45 STRING_REPLACE_ERROR5 "Access denied - %s\n" 46 STRING_REPLACE_ERROR6 "No files found - %s\n" 47 STRING_REPLACE_ERROR7 "Extended Error 32\n" 48 49 STRING_COPY_OPTION "YNA" 50 STRING_COPY_ERROR1 "Error: Cannot open source - %s!\n" 51 STRING_COPY_ERROR3 "Error writing destination!\n" 52 STRING_ERROR_D_PAUSEMSG "Press any key to continue . . . " 53 STRING_CONSOLE_ERROR "Unknown error: %d\n" 54 STRING_ERROR_OUT_OF_MEMORY "Out of memory error.\n" 55END 56