xcopy: Fix punctuation in STRING_HELP string.

Signed-off-by: Isira Seneviratne <isirasen96@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Isira Seneviratne 2019-03-20 17:51:21 +05:30 committed by Alexandre Julliard
parent f2acee4f24
commit cdd5476cf0
49 changed files with 585 additions and 153 deletions

View File

@ -17467,7 +17467,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17477,13 +17477,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16838,7 +16838,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16848,13 +16848,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17071,6 +17071,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -17084,7 +17120,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17094,13 +17130,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16914,7 +16914,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16924,13 +16924,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17451,7 +17451,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17461,13 +17461,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17048,6 +17048,42 @@ msgid "D"
msgstr "V" msgstr "V"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -17061,7 +17097,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17071,13 +17107,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16435,7 +16435,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16445,13 +16445,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16821,7 +16821,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16831,13 +16831,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"
@ -16855,7 +16855,7 @@ msgstr ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16865,13 +16865,13 @@ msgstr ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16821,7 +16821,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16831,13 +16831,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"
@ -16855,7 +16855,7 @@ msgstr ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16865,13 +16865,13 @@ msgstr ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16505,7 +16505,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16515,13 +16515,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17546,7 +17546,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17556,13 +17556,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16438,7 +16438,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16448,13 +16448,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16790,6 +16790,42 @@ msgid "D"
msgstr "H" msgstr "H"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16803,7 +16839,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16813,13 +16849,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17462,7 +17462,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17472,13 +17472,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17162,7 +17162,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17172,13 +17172,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16126,7 +16126,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16136,13 +16136,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16884,7 +16884,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16894,13 +16894,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17448,7 +17448,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17458,13 +17458,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17545,7 +17545,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17555,13 +17555,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16928,6 +16928,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16941,7 +16977,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16951,13 +16987,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16885,6 +16885,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16898,7 +16934,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16908,13 +16944,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16832,6 +16832,42 @@ msgid "D"
msgstr "K" msgstr "K"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16845,7 +16881,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16855,13 +16891,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16130,7 +16130,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16140,13 +16140,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16959,6 +16959,42 @@ msgid "D"
msgstr "K" msgstr "K"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16972,7 +17008,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16982,13 +17018,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17467,7 +17467,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17477,13 +17477,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16126,7 +16126,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16136,13 +16136,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16126,7 +16126,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16136,13 +16136,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17106,7 +17106,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17116,13 +17116,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17021,6 +17021,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -17034,7 +17070,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17044,13 +17080,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17067,7 +17067,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17077,13 +17077,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16263,7 +16263,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16273,13 +16273,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17171,7 +17171,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17181,13 +17181,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16937,6 +16937,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16950,7 +16986,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16960,13 +16996,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16325,7 +16325,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16335,13 +16335,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16698,7 +16698,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16708,13 +16708,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17475,7 +17475,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17485,13 +17485,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17187,7 +17187,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17197,13 +17197,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17382,7 +17382,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17392,13 +17392,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17061,7 +17061,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17071,13 +17071,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16036,7 +16036,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16046,13 +16046,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16126,7 +16126,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16136,13 +16136,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16509,7 +16509,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16519,13 +16519,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16959,6 +16959,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16972,7 +17008,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16982,13 +17018,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17042,6 +17042,42 @@ msgid "D"
msgstr "Д" msgstr "Д"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -17055,7 +17091,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17065,13 +17101,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16378,7 +16378,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16388,13 +16388,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16029,7 +16029,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16039,13 +16039,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -16682,6 +16682,42 @@ msgid "D"
msgstr "D" msgstr "D"
#: xcopy.rc:81 #: xcopy.rc:81
#, fuzzy
#| msgid ""
#| "XCOPY - Copies source files or directory trees to a destination.\n"
#| "\n"
#| "Syntax:\n"
#| "XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n"
#| "\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n"
#| "\n"
#| "Where:\n"
#| "\n"
#| "[/I] Assume directory if destination does not exist and copying two or\n"
#| "\tmore files.\n"
#| "[/S] Copy directories and subdirectories.\n"
#| "[/E] Copy directories and subdirectories, including any empty ones.\n"
#| "[/Q] Do not list names during copy, that is be quiet.\n"
#| "[/F] Show full source and destination names during copy.\n"
#| "[/L] Simulate operation, showing names which would be copied.\n"
#| "[/W] Prompts before beginning the copy operation.\n"
#| "[/T] Creates empty directory structure but does not copy files.\n"
#| "[/Y] Suppress prompting when overwriting files.\n"
#| "[/-Y] Enable prompting when overwriting files.\n"
#| "[/P] Prompts on each source file before copying.\n"
#| "[/N] Copy using short names.\n"
#| "[/U] Copy only files which already exist in destination.\n"
#| "[/R] Overwrite any read only files.\n"
#| "[/H] Include hidden and system files in the copy.\n"
#| "[/C] Continue even if an error occurs during the copy.\n"
#| "[/A] Only copy files with archive attribute set.\n"
#| "[/M] Only copy files with archive attribute set, removes the\n"
#| "\tarchive attribute.\n"
#| "[/K] Copy file attributes, without this attributes are not preserved.\n"
#| "[/D | /D:m-d-y] Copy new files or those modified after the supplied "
#| "date.\n"
#| "\t\tIf no date is supplied, only copy if destination is older\n"
#| "\t\tthan source.\n"
#| "\n"
msgid "" msgid ""
"XCOPY - Copies source files or directory trees to a destination.\n" "XCOPY - Copies source files or directory trees to a destination.\n"
"\n" "\n"
@ -16695,7 +16731,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -16705,13 +16741,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -17350,7 +17350,7 @@ msgid ""
"\tmore files.\n" "\tmore files.\n"
"[/S] Copy directories and subdirectories.\n" "[/S] Copy directories and subdirectories.\n"
"[/E] Copy directories and subdirectories, including any empty ones.\n" "[/E] Copy directories and subdirectories, including any empty ones.\n"
"[/Q] Do not list names during copy, that is be quiet.\n" "[/Q] Do not list names during copy; that is, be quiet.\n"
"[/F] Show full source and destination names during copy.\n" "[/F] Show full source and destination names during copy.\n"
"[/L] Simulate operation, showing names which would be copied.\n" "[/L] Simulate operation, showing names which would be copied.\n"
"[/W] Prompts before beginning the copy operation.\n" "[/W] Prompts before beginning the copy operation.\n"
@ -17360,13 +17360,13 @@ msgid ""
"[/P] Prompts on each source file before copying.\n" "[/P] Prompts on each source file before copying.\n"
"[/N] Copy using short names.\n" "[/N] Copy using short names.\n"
"[/U] Copy only files which already exist in destination.\n" "[/U] Copy only files which already exist in destination.\n"
"[/R] Overwrite any read only files.\n" "[/R] Overwrite any read-only files.\n"
"[/H] Include hidden and system files in the copy.\n" "[/H] Include hidden and system files in the copy.\n"
"[/C] Continue even if an error occurs during the copy.\n" "[/C] Continue even if an error occurs during the copy.\n"
"[/A] Only copy files with archive attribute set.\n" "[/A] Only copy files with archive attribute set.\n"
"[/M] Only copy files with archive attribute set, removes the\n" "[/M] Only copy files with archive attribute set, removes the\n"
"\tarchive attribute.\n" "\tarchive attribute.\n"
"[/K] Copy file attributes, without this attributes are not preserved.\n" "[/K] Copy file attributes; without this, attributes are not preserved.\n"
"[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n" "[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n"
"\t\tIf no date is supplied, only copy if destination is older\n" "\t\tIf no date is supplied, only copy if destination is older\n"
"\t\tthan source.\n" "\t\tthan source.\n"

View File

@ -58,7 +58,7 @@ Where:\n\
\tmore files.\n\ \tmore files.\n\
[/S] Copy directories and subdirectories.\n\ [/S] Copy directories and subdirectories.\n\
[/E] Copy directories and subdirectories, including any empty ones.\n\ [/E] Copy directories and subdirectories, including any empty ones.\n\
[/Q] Do not list names during copy, that is be quiet.\n\ [/Q] Do not list names during copy; that is, be quiet.\n\
[/F] Show full source and destination names during copy.\n\ [/F] Show full source and destination names during copy.\n\
[/L] Simulate operation, showing names which would be copied.\n\ [/L] Simulate operation, showing names which would be copied.\n\
[/W] Prompts before beginning the copy operation.\n\ [/W] Prompts before beginning the copy operation.\n\
@ -68,13 +68,13 @@ Where:\n\
[/P] Prompts on each source file before copying.\n\ [/P] Prompts on each source file before copying.\n\
[/N] Copy using short names.\n\ [/N] Copy using short names.\n\
[/U] Copy only files which already exist in destination.\n\ [/U] Copy only files which already exist in destination.\n\
[/R] Overwrite any read only files.\n\ [/R] Overwrite any read-only files.\n\
[/H] Include hidden and system files in the copy.\n\ [/H] Include hidden and system files in the copy.\n\
[/C] Continue even if an error occurs during the copy.\n\ [/C] Continue even if an error occurs during the copy.\n\
[/A] Only copy files with archive attribute set.\n\ [/A] Only copy files with archive attribute set.\n\
[/M] Only copy files with archive attribute set, removes the\n\ [/M] Only copy files with archive attribute set, removes the\n\
\tarchive attribute.\n\ \tarchive attribute.\n\
[/K] Copy file attributes, without this attributes are not preserved.\n\ [/K] Copy file attributes; without this, attributes are not preserved.\n\
[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n\ [/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n\
\t\tIf no date is supplied, only copy if destination is older\n\ \t\tIf no date is supplied, only copy if destination is older\n\
\t\tthan source.\n\n" \t\tthan source.\n\n"