Remove all hardcode string to En.rc
[reactos.git] / reactos / subsys / system / cmd / En.rc
1 #include "resource.h"
2 /* Start move all hard code string to En.rc
3 * By Magnus Olsen 2005
4 */
5
6 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
7 STRINGTABLE DISCARDABLE
8 {
9
10 STRING_ATTRIB_HELP, "Displays or changes file attributes.\n\n \
11 ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n \
12 [/S [/D]]\n\n \
13 + Sets an attribute\n \
14 - Clears an attribute\n \
15 R Read-only file attribute\n \
16 A Archive file attribute\n \
17 S System file attribute\n \
18 H Hidden file attribute\n \
19 /S Processes matching files in the current directory\n \
20 and all subdirectories\n \
21 /D Processes direcories as well\n\n \
22 Type ATTRIB without a parameter to display the attributes of all files."
23
24 STRING_ALIAS_HELP, "Sets, removes or shows aliases.\n\n \
25 ALIAS [alias=[command]]\n\n \
26 alias Name for an alias.\n \
27 command Text to be substituted for an alias.\n\n \
28 To list all aliases:\n \
29 ALIAS\n\n \
30 To set a new or replace an existing alias:\n \
31 ALIAS da=dir a:\n\n \
32 To remove an alias from the alias list:\n \
33 ALIAS da="
34
35 STRING_BEEP_HELP, "Beep the speaker.\n\nBEEP"
36
37 STRING_CALL_HELP, "Calls one batch program from another.\n\n \
38 CALL [drive:][path]filename [batch-parameter]\n\n \
39 batch-parameter Specifies any command-line information required by the\n \
40 batch program."
41
42 STRING_CD_HELP, "Changes the current directory or displays it's name\n\n \
43 CHDIR [drive:][path]\n \
44 CHDIR[..|-]\n \
45 CD [drive:][path]\n \
46 CD[..|-]\n\n \
47 .. parent directory\n \
48 - previous directory\n\n \
49 Type CD drive: to display the current directory on the specified drive.\n \
50 Type CD without a parameter to display the current drive and directory. "
51
52 STRING_CHCP_HELP, "Displays or sets the active code page number.\n\n \
53 CHCP [nnn]\n\n \
54 nnn Specifies the active code page number.\n\n \
55 Type CHCP without a parameter to display the active code page number."
56
57 STRING_CHOICE_HELP, "Waits for the user to choose one of a set of choices.\n\n \
58 CHOICE [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n \
59 /C[:]choices Specifies allowable keys. Default is YN.\n \
60 /N Do not display choices and ? at the end of the prompt string.\n \
61 /S Treat choice keys as case sensitive.\n \
62 /T[:]c,nn Default choice to c after nn seconds.\n \
63 text Prompt string to display.\n\n \
64 ERRORLEVEL is set to offset of key user presses in choices."
65
66 STRING_CLS_HELP, "Clears the screen.\n\nCLS"
67
68 STRING_CMD_HELP1, "\nInternal commands available:\n"
69
70 STRING_CMD_HELP2, "\nFeatures available:"
71
72 STRING_CMD_HELP3," [aliases]"
73
74 STRING_CMD_HELP4," [history]"
75
76 STRING_CMD_HELP5," [unix filename completion]"
77
78 STRING_CMD_HELP6," [directory stack]"
79
80 STRING_CMD_HELP7," [redirections and piping]"
81
82 STRING_CMD_HELP8, "Starts a new instance of the ReactOS command line interpreter.\n\n \
83 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n \
84 /C command Runs the specified command and terminates.\n \
85 /K command Runs the specified command and remains.\n \
86 /P CMD becomes permanent and runs autoexec.bat\n \
87 (cannot be terminated).\n \
88 /T:bf Sets the background/foreground color (see COLOR command)."
89
90 STRING_COLOR_HELP1, "Sets the default foreground and background colors.\n\n \
91 COLOR [attr [/F]] \n\n \
92 attr Specifies color attribute of console output\n \
93 /F fill the console with color attribute\n\n \
94 There are three ways to specify the colors:\n \
95 1) [bright] name on [bright] name (only the first three letters are required)\n \
96 2) decimal on decimal\n \
97 3) two hex digits\n\n \
98 Colors are:\n \
99 dec hex name dec hex name\n \
100 0 0 Black 8 8 Gray(Bright black)\n \
101 1 1 Blue 9 9 Bright Blue\n \
102 2 2 Green 10 A Bright Green\n \
103 3 3 Cyan 11 B Bright Cyan\n \
104 4 4 Red 12 C Bright Red\n \
105 5 5 Magenta 13 D Bright Magenta\n \
106 6 6 Yellow 14 E Bright Yellow\n \
107 7 7 White 15 F Bright White"
108
109 STRING_COPY_HELP1, "Overwrite %s (Yes/No/All)? "
110
111 STRING_COPY_HELP2, "Copies one or more files to another location.\n\n \
112 COPY [/V][/Y|/-Y][/A|/B] source [/A|/B]\n \
113 [+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n \
114 source Specifies the file or files to be copied.\n \
115 /A Indicates an ASCII text file.\n \
116 /B Indicates a binary file.\n \
117 destination Specifies the directory and/or filename for the new file(s).\n \
118 /V Verifies that new files are written correctly.\n \
119 /Y Suppresses prompting to confirm you want to overwrite an\n \
120 existing destination file.\n \
121 /-Y Causes prompting to confirm you want to overwrite an\n \
122 existing destination file.\n\n \
123 The switch /Y may be present in the COPYCMD environment variable.\n \
124 ..."
125
126 STRING_DATE_HELP1, "\nEnter new date (mm%cdd%cyyyy): "
127
128 STRING_DATE_HELP2, "\nEnter new date (dd%cmm%cyyyy): "
129
130 STRING_DATE_HELP3, "\nEnter new date (yyyy%cmm%cdd): "
131
132 STRING_DATE_HELP4, "Displays or sets the date.\n\n \
133 DATE [/T][date]\n\n \
134 /T display only\n\n \
135 Type DATE without parameters to display the current date setting and\n \
136 a prompt for a new one. Press ENTER to keep the same date."
137
138 STRING_DEL_HELP1, "Deletes one or more files.\n\n \
139 DEL [/%c /%c /%c /%c /%c /%c /%c] file ...\n \
140 DELETE [/%c /%c /%c /%c /%c /%c /%c] file ...\n \
141 ERASE [/%c /%c /%c /%c /%c /%c /%c] file ...\n\n \
142 file Specifies the file(s) to delete.\n\n \
143 /%c Nothing.\n \
144 /%c Prompt. Ask before deleting each file.\n \
145 /%c Total. Display total number of deleted files and freed disk space.\n \
146 /%c Quiet.\n \
147 /%c Wipe. Overwrite the file with random numbers before deleting it.\n \
148 /%c Yes. Kill even *.* without asking.\n \
149 /%c Zap. Delete hidden, read-only and system files).\n"
150
151 STRING_DEL_HELP2, "All files in the directory will be deleted!\nAre you sure (Y/N)?"
152 STRING_DEL_HELP3, " %lu file deleted\n"
153 STRING_DEL_HELP4, " %lu files deleted\n"
154
155 STRING_DELAY_HELP, "pause for n seconds or milliseconds\n \
156 DELAY [/m]n\n\n \
157 /m specifiy than n are milliseconds\n \
158 otherwise n are seconds"
159
160 STRING_DIR_HELP1, "DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n \
161 [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n \
162 [drive:][path][filename]\n \
163 Specifies drive, directory, and/or files to list.\n\n \
164 /A Displays files with specified attributes.\n \
165 attributes D Directories R Read-only files\n \
166 H Hidden files A Files ready for archiving\n \
167 S System files - Prefix meaning not\n \
168 /B Uses bare format (no heading information or summary).\n \
169 /C Display the thousand separator in file sizes. This is the\n \
170 default. Use /-C to disable display of separator.\n \
171 /D Same as wide but files are list sorted by column.\n \
172 /L Uses lowercase.\n \
173 /N New long list format where filenames are on the far right.\n \
174 /O List by files in sorted order.\n \
175 sortorder N By name (alphabetic) S By size (smallest first)\n \
176 E By extension (alphabetic) D By date/time (oldest first)\n \
177 G Group directories first - Prefix to reverse order\n \
178 /P Pauses after each screenful of information.\n \
179 /Q Display the owner of the file.\n \
180 /S Displays files in specified directory and all subdirectories.\n \
181 /T Controls which time field displayed or used for sorting\n \
182 timefield C Creation\n \
183 A Last Access\n \
184 W Last Written\n \
185 /W Uses wide list format.\n \
186 /X This displays the short names generated for non-8dot3 file\n \
187 names. The format is that of /N with the short name inserted\n \
188 before the long name. If no short name is present, blanks are\n \
189 displayed in its place.\n \
190 /4 Displays four-digit years\n\n \
191 Switches may be preset in the DIRCMD environment variable. Override\n \
192 preset switches by prefixing any switch with - (hyphen)--for example, /-W.\n "
193
194 STRING_DIR_HELP2, " Volume in drive %c is %s"
195 STRING_DIR_HELP3, " Volume in drive %c has no label"
196 STRING_DIR_HELP4, " Volume Serial Number is %04X-%04X\n"
197 STRING_DIR_HELP5, "\n Total Files Listed:\n%16i File(s)% 14s bytes\n"
198 STRING_DIR_HELP6, "%16i Dir(s)% 15s bytes\n"
199 STRING_DIR_HELP7, "\n Directory of %s\n\n"
200 STRING_DIR_HELP8, "%16i Dir(s)% 14s bytes\n"
201
202 STRING_DIRSTACK_HELP1, "Stores the current directory for use by the POPD command, then\n \
203 changes to the specified directory.\n\n \
204 PUSHD [path | ..]\n\n \
205 path Specifies the directory to make the current directory"
206
207 STRING_DIRSTACK_HELP2, "Changes to the directory stored by the PUSHD command.\n\nPOPD"
208
209 STRING_DIRSTACK_HELP3, "Prints the contents of the directory stack.\n\nDIRS"
210
211 STRING_DIRSTACK_HELP4, "Directory stack empty"
212
213 STRING_ECHO_HELP1, "Display a messages without trailing carridge return and line feed.\n\n \
214 ECHOS message"
215
216 STRING_ECHO_HELP2, "Displays a message to the standard error.\n\n \
217 ECHOERR message\n \
218 ECHOERR. prints an empty line"
219
220 STRING_ECHO_HELP3, "Prints a messages to standard error output without trailing carridge return and line feed.\n\n \
221 ECHOSERR message"
222
223 STRING_ECHO_HELP4, "Displays a message or switches command echoing on or off.\n\n \
224 ECHO [ON | OFF]\n \
225 ECHO [message]\n \
226 ECHO. prints an empty line\n\n \
227 Type ECHO without a parameter to display the current ECHO setting."
228
229 STRING_ECHO_HELP5, "ECHO is %s\n"
230
231 STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT"
232
233 STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n \
234 FOR %variable IN (set) DO command [parameters]\n\n \
235 %variable Specifies a replaceable parameter.\n \
236 (set) Specifies a set of one or more files. Wildcards may be used.\n \
237 command Specifies the command to carry out for each file.\n \
238 parameters Specifies parameters or switches for the specified command.\n\n \
239 To user the FOR comamnd in a batch program, specify %%variable instead of\n \
240 %variable."
241
242 STRING_FREE_HELP1, "\n Volume in drive %s is %-11s Serial number is %s\n \
243 %16s bytes total disk space\n \
244 %16s bytes used\n \
245 %16s bytes free\n"
246
247 STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]"
248
249 STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n \
250 IF [NOT] ERRORLEVEL number command\n \
251 IF [NOT] string1==string2 command\n \
252 IF [NOT] EXIST filename command\n \
253 IF [NOT] DEFINED variable command\n\n \
254 NOT Specifies that CMD should carry out the command only if\n \
255 the condition is false\n \
256 ERRORLEVEL number Specifies a true condition if the last program run returned\n \
257 an exit code equal or greater than the number specified.\n \
258 command Specifies the command to carry out if the condition is met.\n \
259 string1==string2 Specifies a true condition if the specified text strings\n \
260 match.\n \
261 EXIST filename Specifies a true condition if the specified filename exists.\n \
262 DEFINED variable Specifies a true condition if the specified variable is\n \
263 defined."
264
265 STRING_GOTO_HELP1, "Directs CMD to a labeled line in a batch script.\n\n \
266 GOTO label\n\n \
267 label Specifies a text string used in a batch script as a label.\n\n \
268 You type a label on a line by itself, beginning with a colon."
269
270 STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]"
271
272 STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
273 STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
274 STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
275 STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
276
277 STRING_LOCALE_HELP1, "Current time is"
278
279 STRING_MKDIR_HELP, "Creates a directory.\n\n \
280 MKDIR [drive:]path\nMD [drive:]path"
281
282 STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
283
284 STRING_MEMMORY_HELP2, "\n %12s%% memory load.\n\n \
285 %13s bytes total physical RAM.\n \
286 %13s bytes available physical RAM.\n\n \
287 %13s bytes total page file.\n \
288 %13s bytes available page file.\n\n \
289 %13s bytes total virtual memory.\n \
290 %13s bytes available virtual memory.\n"
291
292 STRING_MISC_HELP1, "Press a key to continue...\n"
293
294 STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
295
296 STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n \
297 To move one or more files:\n \
298 MOVE [/N][drive:][path]filename1[,...] destination\n\n \
299 To rename a directory:\n \
300 MOVE [/N][drive:][path]dirname1 dirname2\n\n \
301 [drive:][path]filename1 Specifies the location and name of the file\n \
302 or files you want to move.\n \
303 /N Nothing. Don everthing but move files or direcories.\n\n \
304 Current limitations:\n \
305 - You can't move a file or directory from one drive to another.\n"
306
307 STRING_MSGBOX_HELP, "display a message box and return user responce\n\n \
308 MSGBOX type ['title'] prompt\n\n \
309 type button displayed\n \
310 possible values are: OK, OKCANCEL,\n \
311 YESNO, YESNOCANCEL\n \
312 title title of message box\n \
313 prompt text displayed by the message box\n\n\n \
314 ERRORLEVEL is set according the button pressed:\n\n \
315 YES : 10 | NO : 11\n \
316 OK : 10 | CANCEL : 12\n"
317
318 STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n \
319 PATH [[drive:]path[;...]]\nPATH ;\n\n \
320 Type PATH ; to clear all search-path settings and direct the command shell\n \
321 to search only in the current directory.\n \
322 Type PATH without parameters to display the current path.\n"
323
324 STRING_PROMPT_HELP1, "Changes the command prompt.\n\n \
325 PROMPT [text]\n\n \
326 text Specifies a new command prompt.\n\n \
327 Prompt can be made up of normal characters and the following special codes:\n\n \
328 $A & (Ampersand)\n \
329 $B | (pipe)\n \
330 $C ( (Left parenthesis)\n \
331 $D Current date\n \
332 $E Escape code (ASCII code 27)\n \
333 $F ) (Right parenthesis)\n \
334 $G > (greater-than sign)\n \
335 $H Backspace (erases previous character)\n \
336 $L < (less-than sign)\n \
337 $N Current drive\n \
338 $P Current drive and path\n \
339 $Q = (equal sign)\n \
340 $T Current time\n \
341 $V OS version number\n \
342 $_ Carriage return and linefeed\n \
343 $$ $ (dollar sign)"
344
345 STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n \
346 'Press any key to continue...' or a user defined message.\n\n \
347 PAUSE [message]"
348
349 STRING_PROMPT_HELP2, " $+ Displays the current depth of the directory stack"
350
351 STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."
352
353 STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"
354
355 STRING_RMDIR_HELP, "Removes a directory.\n\n \
356 RMDIR [drive:]path\nRD [drive:]path"
357
358 STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n \
359 RENAME [/E /N /P /Q /S /T] old_name ... new_name\n \
360 REN [/E /N /P /Q /S /T] old_name ... new_name\n\n \
361 /E No eror messages.\n \
362 /N Nothing.\n \
363 /P Prompts for confirmation before renaming each file.\n \
364 (Not implemented yet!)\n \
365 /Q Quiet.\n \
366 /S Rename subdirectories.\n \
367 /T Display total number of renamed files.\n\n \
368 Note that you cannot specify a new drive or path for your destination. Use\n \
369 the MOVE command for that purpose."
370
371 STRING_REN_HELP2, " %lu file renamed\n"
372
373 STRING_REN_HELP3, " %lu files renamed\n"
374
375 STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n \
376 SHIFT [DOWN]"
377
378 STRING_SCREEN_HELP, "move cursor and optionally print text\n\n \
379 SCREEN row col [text]\n\n \
380 row row to wich move the cursor\n \
381 col column to wich move the cursor"
382
383 STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n \
384 SET [variable[=][string]]\n\n \
385 variable Specifies the environment-variable name.\n \
386 string Specifies a series of characters to assign to the variable.\n\n \
387 Type SET without parameters to display the current environment variables.\n"
388
389 STRING_START_HELP1, "Starts a command.\n\n \
390 START command \n\n \
391 command Specifies the command to run.\n\n \
392 At the moment all commands are started asynchronously.\n"
393
394 STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n \
395 TITLE [string]\n\n \
396 string Specifies the title for the command prompt window."
397
398 STRING_TIME_HELP1, "Displays or sets the system time.\n\n \
399 TIME [/T][time]\n\n \
400 /T display only\n\n \
401 Type TIME with no parameters to display the current time setting and a prompt\n \
402 for a new one. Press ENTER to keep the same time."
403
404 STRING_TIME_HELP2, "Enter new time: "
405
406 STRING_TIMER_HELP1, "Elapsed %d msecs\n"
407
408 STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"
409
410 STRING_TIMER_HELP3, "allow the use of ten stopwaches.\n\n \
411 TIMER [ON|OFF] [/S] [/n] [/Fn]\n\n \
412 ON set stopwach ON\n \
413 OFF set stopwach OFF\n \
414 /S Split time. Return stopwach split\n \
415 time without changing its value\n \
416 /n Specifiy the stopwach number.\n \
417 Stopwaches avaliable are 0 to 10\n \
418 If it is not specified default is 1\n \
419 /Fn Format for output\n \
420 n can be:\n \
421 0 milliseconds\n \
422 1 hh%cmm%css%cdd\n\n \
423 if none of ON, OFF or /S is specified the command\n \
424 will toggle stopwach state\n\n"
425
426 STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename"
427
428 STRING_VERIFY_HELP1, "This command is just a dummy!!\n \
429 Sets whether to verify that your files are written correctly to a\n \
430 disk.\n\n \
431 VERIFY [ON | OFF]\n\n \
432 Type VERIFY without a parameter to display the current VERIFY setting."
433
434 STRING_VERIFY_HELP2, "VERIFY is %s.\n"
435
436 STRING_VERIFY_HELP3, "Must specify ON or OFF."
437
438 STRING_VERSION_HELP1, "Displays shell version information\n\n \
439 VER [/C][/R][/W]\n\n \
440 /C Displays credits.\n \
441 /R Displays redistribution information.\n \
442 /W Displays warranty information."
443
444 STRING_VERSION_HELP2, " comes with ABSOLUTELY NO WARRANTY; for details\n \
445 type: `ver /w'. This is free software, and you are welcome to redistribute\n \
446 it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n \
447 listing of credits."
448
449 STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n \
450 but WITHOUT ANY WARRANTY; without even the implied warranty of\n \
451 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n \
452 GNU General Public License for more details."
453
454 STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n \
455 it under the terms of the GNU General Public License as published by\n \
456 the Free Software Foundation; either version 2 of the License, or\n \
457 (at your option) any later version."
458
459 STRING_VERSION_HELP5, "\nSend bug reports to <ros-dev@reactos.com>.\n \
460 Updates are available at: http://www.reactos.com"
461
462 STRING_VERSION_HELP6, "FreeDOS version written by:\n%s\nReactOS version written by:\n%s\n"
463
464
465 STRING_WINDOW_HELP1, "change console window aspect\n\n \
466 WINDOW [/POS[=]left,top,width,heigth]\n \
467 [MIN|MAX|RESTORE] ['title']\n\n \
468 /POS specify window placement and dimensions\n \
469 MIN minimize the window\n \
470 MAX maximize the window\n \
471 RESTORE restore the window"
472
473 STRING_WINDOW_HELP2, "change console window aspect\n\n \
474 ACTIAVTE 'window' [/POS[=]left,top,width,heigth]\n \
475 [MIN|MAX|RESTORE] ['title']\n\n \
476 window tile of window on wich perform actions\n \
477 /POS specify window placement and dimensions\n \
478 MIN minimize the window\n \
479 MAX maximize the window\n \
480 RESTORE restore the window\n \
481 title new title"
482
483
484 STRING_CHOICE_OPTION, "YN"
485 STRING_COPY_OPTION, "YNA"
486 STRING_DEL_OPTION, "AENPQSTWXYZ"
487
488
489 STRING_ALIAS_ERROR, "Command line too long after alias expansion!\n"
490 STRING_BATCH_ERROR, "Error opening batch file\n"
491 STRING_CHCP_ERROR1, "Active code page: %u\n"
492 STRING_CHCP_ERROR2, "Invalid parameter format - %s\n"
493 STRING_CHCP_ERROR3, "Parameter format incorrect - %s\n"
494 STRING_CHCP_ERROR4, "Invalid code page\n"
495 STRING_CHOICE_ERROR, "Invalid option. Expected format: /C[:]options"
496 STRING_CHOICE_ERROR_TXT, "Invalid option. Expected format: /T[:]c,nn"
497 STRING_CHOICE_ERROR_OPTION, "Illegal Option: %s"
498 STRING_CMD_ERROR1, "Can't redirect input from file %s\n"
499 STRING_CMD_ERROR2, "Error creating temporary file for pipe data\n"
500 STRING_CMD_ERROR3, "Can't redirect to file %s\n"
501 STRING_CMD_ERROR4, "Running %s...\n"
502 STRING_CMD_ERROR5, "Running cmdexit.bat...\n"
503 STRING_COLOR_ERROR1, "Same colors error! (Background and foreground can't be the same color)"
504 STRING_COLOR_ERROR2, "error in color specification"
505 STRING_COLOR_ERROR3, "Color %x\n"
506 STRING_COLOR_ERROR4, "same colors error!"
507 STRING_CONSOLE_ERROR, "Unknown error: %d\n"
508 STRING_COPY_ERROR1, "Error: Cannot open source - %s!\n"
509 STRING_COPY_ERROR2, "Error: Can't copy onto itself!\n"
510 STRING_COPY_ERROR3, "Error writing destination!\n"
511 STRING_COPY_ERROR4, "Error: Not implemented yet!\n"
512 STRING_DATE_ERROR, "Invalid date."
513 STRING_DEL_ERROR1, "Wildcards!\n\n"
514 STRING_DEL_ERROR2, "Full path: %s\n"
515 STRING_DEL_ERROR3, "File part: %s\n"
516 STRING_DEL_ERROR4, "Full filename: %s\n"
517 STRING_DEL_ERROR5, "The file %s will be deleted! "
518 STRING_DEL_ERROR6, "Are you sure (Y/N)?"
519 STRING_DEL_ERROR7, "Deleting: %s\n"
520 STRING_DEL_ERROR8, "No Wildcards!\n"
521 STRING_ERROR_ERROR1, "Unknown error! Error code: 0x%lx\n"
522 STRING_ERROR_ERROR2, "Syntax error"
523 STRING_FOR_ERROR1, "'in' missing in for statement."
524 STRING_FOR_ERROR2, "no brackets found."
525 STRING_FOR_ERROR3, "'do' missing."
526 STRING_FOR_ERROR4, "no command after 'do'."
527 STRING_FREE_ERROR1, "Invalid drive"
528 STRING_FREE_ERROR2, "unlabeled"
529 STRING_GOTO_ERROR1, "No label specified for GOTO"
530 STRING_GOTO_ERROR2, "Label '%s' not found\n"
531
532 STRING_MOVE_ERROR1, "[OK]\n"
533 STRING_MOVE_ERROR2, "[Error]\n"
534
535 STRING_PARAM_ERROR, "Required parameter missing\n"
536
537 STRING_PATH_ERROR, "CMD: Not in environment 'PATH'\n"
538
539 STRING_REN_ERROR1, "MoveFile() failed. Error: %lu\n"
540
541 STRING_START_ERROR1, "No batch support at the moment!"
542
543 STRING_TIME_ERROR1, "Invalid time."
544
545 STRING_TYPE_ERROR1, "Invalid option '/%s'\n"
546
547 STRING_WINDOW_ERROR1, "window not found"
548
549
550 STRING_ERROR_PARAMETERF_ERROR, "Parameter format not correct - %c\n"
551 STRING_ERROR_INVALID_SWITCH, "Invalid switch - /%c\n"
552 STRING_ERROR_TOO_MANY_PARAMETERS, "Too many parameters - %s\n"
553 STRING_ERROR_PATH_NOT_FOUND, "Path not found\n"
554 STRING_ERROR_FILE_NOT_FOUND, "File not found\n"
555 STRING_ERROR_REQ_PARAM_MISSING, "Required parameter missing\n"
556 STRING_ERROR_INVALID_DRIVE, "Invalid drive specification\n"
557 STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
558 STRING_ERROR_BADCOMMAND, "Bad command or filename\n"
559 STRING_ERROR_OUT_OF_MEMORY, "Out of memory error.\n"
560 STRING_ERROR_CANNOTPIPE, "Error! Cannot pipe! Cannot open temporary file!\n"
561 STRING_ERROR_D_PAUSEMSG, "Press any key to continue . . ."
562 STRING_ERROR_DRIVER_NOT_READY "Drive not ready"
563
564 }