📄 en-us.rc
字号:
#include "windows.h"
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE DISCARDABLE
{
STRING_ATTRIB_HELP, "Displays or changes file attributes.\n\n\
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
[/S [/D]]\n\n\
+ Sets an attribute\n\
- Clears an attribute\n\
R Read-only file attribute\n\
A Archive file attribute\n\
S System file attribute\n\
H Hidden file attribute\n\
/S Processes matching files in the current directory\n\
and all subdirectories\n\
/D Processes directories as well\n\n\
Type ATTRIB without a parameter to display the attributes of all files.\n"
STRING_ALIAS_HELP, "Sets, removes or shows aliases.\n\n\
ALIAS [alias=[command]]\n\n\
alias Name for an alias.\n\
command Text to be substituted for an alias.\n\n\
To list all aliases:\n\
ALIAS\n\n\
To set a new or replace an existing alias:\n\
ALIAS da=dir a:\n\n\
To remove an alias from the alias list:\n\
ALIAS da="
STRING_BEEP_HELP, "Beep the speaker.\n\nBEEP\n"
STRING_CALL_HELP, "Calls one batch program from another.\n\n\
CALL [drive:][path]filename [batch-parameter]\n\n\
batch-parameter Specifies any command-line information required by the\n\
batch program."
STRING_CD_HELP, "Changes the current directory or displays it's name\n\n\
CHDIR [/D][drive:][path]\n\
CHDIR[..|.]\n\
CD [/D][drive:][path]\n\
CD[..|.]\n\n\
.. parent directory\n\
. current directory\n\
/D Will change current drive and current directory.\n\n\
Type CD drive: to display the current directory on the specified drive.\n\
Type CD without a parameter to display the current drive and directory.\n"
STRING_CHCP_HELP, "Displays or sets the active code page number.\n\n\
CHCP [nnn]\n\n\
nnn Specifies the active code page number.\n\n\
Type CHCP without a parameter to display the active code page number.\n"
STRING_CHOICE_HELP, "Waits for the user to choose one of a set of choices.\n\n\
CHOICE [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n\
/C[:]choices Specifies allowable keys. Default is YN.\n\
/N Do not display choices and ? at the end of the prompt string.\n\
/S Treat choice keys as case sensitive.\n\
/T[:]c,nn Default choice to c after nn seconds.\n\
text Prompt string to display.\n\n\
ERRORLEVEL is set to offset of key user presses in choices.\n"
STRING_CLS_HELP, "Clears the screen.\n\nCLS\n"
STRING_CMD_HELP1, "\nInternal commands available:\n"
STRING_CMD_HELP2, "\nFeatures available:"
STRING_CMD_HELP3," [aliases]"
STRING_CMD_HELP4," [history]"
STRING_CMD_HELP5," [unix filename completion]"
STRING_CMD_HELP6," [directory stack]"
STRING_CMD_HELP7," [redirections and piping]"
STRING_CMD_HELP8, "Starts a new instance of the ReactOS command line interpreter.\n\n\
CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
/C command Runs the specified command and terminates.\n\
/K command Runs the specified command and remains.\n\
/P CMD becomes permanent and runs autoexec.bat\n\
(cannot be terminated).\n\
/T:bf Sets the background/foreground color (see COLOR command).\n"
STRING_COLOR_HELP1, "Sets the default foreground and background colors.\n\n\
COLOR [attr [/-F]] \n\n\
attr Specifies color attribute of console output\n\
/-F Does not fill the console blank space with color attribute\n\n\
There are three ways to specify the colors:\n\
1) [bright] name on [bright] name (only the first three letters are required)\n\
2) decimal on decimal\n\
3) two hex digits\n\n\
Colors are:\n\
dec hex name dec hex name\n\
0 0 Black 8 8 Gray(Bright black)\n\
1 1 Blue 9 9 Bright Blue\n\
2 2 Green 10 A Bright Green\n\
3 3 Cyan 11 B Bright Cyan\n\
4 4 Red 12 C Bright Red\n\
5 5 Magenta 13 D Bright Magenta\n\
6 6 Yellow 14 E Bright Yellow\n\
7 7 White 15 F Bright White\n"
STRING_COPY_HELP1, "Overwrite %s (Yes/No/All)? "
STRING_COPY_HELP2, "Copies one or more files to another location.\n\n\
COPY [/V][/Y|/-Y][/A|/B] source [/A|/B]\n\
[+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n\
source Specifies the file or files to be copied.\n\
/A Indicates an ASCII text file.\n\
/B Indicates a binary file.\n\
destination Specifies the directory and/or filename for the new file(s).\n\
/V Verifies that new files are written correctly.\n\
/Y Suppresses prompting to confirm you want to overwrite an\n\
existing destination file.\n\
/-Y Causes prompting to confirm you want to overwrite an\n\
existing destination file.\n\n\
The switch /Y may be present in the COPYCMD environment variable.\n\
...\n"
STRING_DATE_HELP1, "\nEnter new date (mm%cdd%cyyyy): "
STRING_DATE_HELP2, "\nEnter new date (dd%cmm%cyyyy): "
STRING_DATE_HELP3, "\nEnter new date (yyyy%cmm%cdd): "
STRING_DATE_HELP4, "Displays or sets the date.\n\n\
DATE [/T][date]\n\n\
/T display only\n\n\
Type DATE without parameters to display the current date setting and\n\
a prompt for a new one. Press ENTER to keep the same date.\n"
STRING_DEL_HELP1, "Deletes one or more files.\n\n\
DEL [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
DELETE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
file Specifies the file(s) to delete.\n\n\
/N Nothing.\n\
/P Prompt. Ask before deleting each file.\n\
/T Total. Display total number of deleted files and freed disk space.\n\
/Q Quiet.\n\
/W Wipe. Overwrite the file with random numbers before deleting it.\n\
/Y Yes. Kill even *.* without asking.\n\
/F Force Delete hidden, read-only and system files.\n\
/S Delete file from all sub directory\n\
/A Select files to be deleted based on attributes.\n\
attributes\n\
R Read Only files\n\
S System files\n\
A Archiveable files\n\
H Hidden Files\n\
- prefix meaning not\n"
STRING_DEL_HELP2, "All files in the directory will be deleted!\nAre you sure (Y/N)?"
STRING_DEL_HELP3, " %lu file deleted\n"
STRING_DEL_HELP4, " %lu files deleted\n"
STRING_DELAY_HELP, "pause for n seconds or milliseconds\n\
DELAY [/m]n\n\n\
/m specifiy than n are milliseconds\n\
otherwise n are seconds\n"
STRING_DIR_HELP1, "DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n\
[/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n\
[drive:][path][filename]\n\
Specifies drive, directory, and/or files to list.\n\n\
/A Displays files with specified attributes.\n\
attributes D Directories R Read-only files\n\
H Hidden files A Files ready for archiving\n\
S System files - Prefix meaning not\n\
/B Uses bare format (no heading information or summary).\n\
/C Display the thousand separator in file sizes. This is the\n\
default. Use /-C to disable display of separator.\n\
/D Same as wide but files are list sorted by column.\n\
/L Uses lowercase.\n\
/N New long list format where filenames are on the far right.\n\
/O List by files in sorted order.\n\
sortorder N By name (alphabetic) S By size (smallest first)\n\
E By extension (alphabetic) D By date/time (oldest first)\n\
G Group directories first - Prefix to reverse order\n\
/P Pauses after each screenful of information.\n\
/Q Display the owner of the file.\n\
/S Displays files in specified directory and all subdirectories.\n\
/T Controls which time field displayed or used for sorting\n\
timefield C Creation\n\
A Last Access\n\
W Last Written\n\
/W Uses wide list format.\n\
/X This displays the short names generated for non-8dot3 file\n\
names. The format is that of /N with the short name inserted\n\
before the long name. If no short name is present, blanks are\n\
displayed in its place.\n\
/4 Displays four-digit years\n\n\
Switches may be preset in the DIRCMD environment variable. Override\n\
preset switches by prefixing any switch with - (hyphen)--for example, /-W.\n"
STRING_DIR_HELP2, " Volume in drive %c is %s\n"
STRING_DIR_HELP3, " Volume in drive %c has no label.\n"
STRING_DIR_HELP4, " Volume Serial Number is %04X-%04X\n"
STRING_DIR_HELP5, "\n Total Files Listed:\n%16i File(s)% 14s bytes\n"
STRING_DIR_HELP6, "%16i Dir(s)% 15s bytes\n"
STRING_DIR_HELP7, "\n Directory of %s\n\n"
STRING_DIR_HELP8, "%16i File(s)% 14s bytes\n"
STRING_DIRSTACK_HELP1, "Stores the current directory for use by the POPD command, then\n\
changes to the specified directory.\n\n\
PUSHD [path | ..]\n\n\
path Specifies the directory to make the current directory\n"
STRING_DIRSTACK_HELP2, "Changes to the directory stored by the PUSHD command.\n\nPOPD"
STRING_DIRSTACK_HELP3, "Prints the contents of the directory stack.\n\nDIRS"
STRING_DIRSTACK_HELP4, "Directory stack empty"
STRING_ECHO_HELP1, "Display a messages without trailing carriage return and line feed.\n\n\
ECHOS message"
STRING_ECHO_HELP2, "Displays a message to the standard error output.\n\n\
ECHOERR message\n\
ECHOERR. prints an empty line"
STRING_ECHO_HELP3, "Prints a messages to standard error output without trailing carriage return and line feed.\n\n\
ECHOSERR message"
STRING_ECHO_HELP4, "Displays a message or switches command echoing on or off.\n\n\
ECHO [ON | OFF]\n\
ECHO [message]\n\
ECHO. prints an empty line\n\n\
Type ECHO without a parameter to display the current ECHO setting."
STRING_ECHO_HELP5, "ECHO is %s\n"
STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
/B Exits a batch file only. \n\
If run outside of a batch file it will exit cmd.exe\n\
ExitCode This value will be assigned to ERRORLEVEL on exit\n"
STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
FOR %variable IN (set) DO command [parameters]\n\n\
%variable Specifies a replaceable parameter.\n\
(set) Specifies a set of one or more files. Wildcards may be used.\n\
command Specifies the command to carry out for each file.\n\
parameters Specifies parameters or switches for the specified command.\n\n\
To use the FOR command in a batch program, specify %%variable instead of\n\
%variable.\n"
STRING_FREE_HELP1, "\nVolume in drive %s is %-11s\n\
Serial number is %s\n\
%16s bytes total disk space\n\
%16s bytes used\n\
%16s bytes free\n"
STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]\n"
STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
IF [NOT] ERRORLEVEL number command\n\
IF [NOT] string1==string2 command\n\
IF [NOT] EXIST filename command\n\
IF [NOT] DEFINED variable command\n\n\
NOT Specifies that CMD should carry out the command only if\n\
the condition is false\n\
ERRORLEVEL number Specifies a true condition if the last program run returned\n\
an exit code equal or greater than the number specified.\n\
command Specifies the command to carry out if the condition is met.\n\
string1==string2 Specifies a true condition if the specified text strings\n\
match.\n\
EXIST filename Specifies a true condition if the specified filename exists.\n\
DEFINED variable Specifies a true condition if the specified variable is\n\
defined.\n"
STRING_GOTO_HELP1, "Directs CMD to a labeled line in a batch script.\n\n\
GOTO label\n\n\
label Specifies a text string used in a batch script as a label.\n\n\
You type a label on a line by itself, beginning with a colon."
STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]\n"
STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
STRING_LOCALE_HELP1, "Current time is"
STRING_MKDIR_HELP, "Creates a directory.\n\n\
MKDIR [drive:]path\nMD [drive:]path"
STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
STRING_MEMMORY_HELP2, "\n %12s%% memory load.\n\n\
%13s bytes total physical RAM.\n\
%13s bytes available physical RAM.\n\n\
%13s bytes total page file.\n\
%13s bytes available page file.\n\n\
%13s bytes total virtual memory.\n\
%13s bytes available virtual memory.\n"
STRING_MISC_HELP1, "Press a key to continue...\n"
STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
To move one or more files:\n\
MOVE [/N][drive:][path]filename1[,...] destination\n\n\
To rename a directory:\n\
MOVE [/N][drive:][path]dirname1 dirname2\n\n\
[drive:][path]filename1 Specifies the location and name of the file\n\
or files you want to move.\n\
/N Nothing. Do everything but move files or directories.\n\n\
Current limitations:\n\
- You can't move a file or directory from one drive to another.\n"
STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
MSGBOX type ['title'] prompt\n\n\
type button displayed\n\
possible values are: OK, OKCANCEL,\n\
YESNO, YESNOCANCEL\n\
title title of message box\n\
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -