478ae88a4d367117a0140438cfa4a70417890a95
[reactos.git] / reactos / base / shell / cmd / lang / sk-SK.rc
1 /* Slovak translation for CMD
2 * TRANSLATOR: Mário Kaèmár /Mario Kacmar/ aka Kario (kario@szm.sk)
3 * DATE OF TR: 21-03-2009
4 * LastChange: 27-05-2009
5 * _________________________________________________________________
6 * NOTE : this file is not really translated (only scrap yet)
7 */
8
9 #include "windows.h"
10 #include "resource.h"
11
12 LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
13 STRINGTABLE DISCARDABLE
14 BEGIN
15
16 STRING_ASSOC_HELP, "Modify file extension associations.\n\n\
17 assoc [.ext[=[FileType]]]\n\
18 \n\
19 assoc (print all associations)\n\
20 assoc .ext (print specific association)\n\
21 assoc .ext= (remove specific association)\n\
22 assoc .ext=FileType (add new association)\n"
23
24 STRING_ATTRIB_HELP, "Displays or changes file attributes.\n\n\
25 ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
26 [/S [/D]]\n\n\
27 + Sets an attribute\n\
28 - Clears an attribute\n\
29 R Read-only file attribute\n\
30 A Archive file attribute\n\
31 S System file attribute\n\
32 H Hidden file attribute\n\
33 /S Processes matching files in the current directory\n\
34 and all subdirectories\n\
35 /D Processes directories as well\n\n\
36 Type ATTRIB without a parameter to display the attributes of all files.\n"
37
38 STRING_ALIAS_HELP, "Sets, removes or shows aliases.\n\n\
39 ALIAS [alias=[command]]\n\n\
40 alias Name for an alias.\n\
41 command Text to be substituted for an alias.\n\n\
42 To list all aliases:\n\
43 ALIAS\n\n\
44 To set a new or replace an existing alias:\n\
45 ALIAS da=dir a:\n\n\
46 To remove an alias from the alias list:\n\
47 ALIAS da="
48
49 STRING_BEEP_HELP, "Pípnutie reproduktora.\n\nBEEP\n"
50
51 STRING_CALL_HELP, "Calls one batch program from another.\n\n\
52 CALL [drive:][path]filename [batch-parameter]\n\n\
53 batch-parameter Specifies any command-line information required by the\n\
54 batch program."
55
56 STRING_CD_HELP, "Changes the current directory or displays it's name\n\n\
57 CHDIR [/D][drive:][path]\n\
58 CHDIR[..|.]\n\
59 CD [/D][drive:][path]\n\
60 CD[..|.]\n\n\
61 .. parent directory\n\
62 . current directory\n\
63 /D Will change current drive and current directory.\n\n\
64 Type CD drive: to display the current directory on the specified drive.\n\
65 Type CD without a parameter to display the current drive and directory.\n"
66
67 STRING_CHCP_HELP, "Displays or sets the active code page number.\n\n\
68 CHCP [nnn]\n\n\
69 nnn Specifies the active code page number.\n\n\
70 Type CHCP without a parameter to display the active code page number.\n"
71
72 STRING_CHOICE_HELP, "Waits for the user to choose one of a set of choices.\n\n\
73 CHOICE [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n\
74 /C[:]choices Specifies allowable keys. Default is YN.\n\
75 /N Do not display choices and ? at the end of the prompt string.\n\
76 /S Treat choice keys as case sensitive.\n\
77 /T[:]c,nn Default choice to c after nn seconds.\n\
78 text Prompt string to display.\n\n\
79 ERRORLEVEL is set to offset of key user presses in choices.\n"
80
81 STRING_CLS_HELP, "Clears the screen.\n\nCLS\n"
82
83 STRING_CMD_HELP1, "\nInternal commands available:\n"
84
85 STRING_CMD_HELP2, "\nFeatures available:"
86
87 STRING_CMD_HELP3," [aliases]"
88
89 STRING_CMD_HELP4," [history]"
90
91 STRING_CMD_HELP5," [unix filename completion]"
92
93 STRING_CMD_HELP6," [directory stack]"
94
95 STRING_CMD_HELP7," [redirections and piping]"
96
97 STRING_CMD_HELP8, "Starts a new instance of the ReactOS command line interpreter.\n\n\
98 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
99 /C command Runs the specified command and terminates.\n\
100 /K command Runs the specified command and remains.\n\
101 /P CMD becomes permanent and runs autoexec.bat\n\
102 (cannot be terminated).\n\
103 /T:bf Sets the background/foreground color (see COLOR command).\n"
104
105 STRING_COLOR_HELP1, "Sets the default foreground and background colors.\n\n\
106 COLOR [attr [/-F]] \n\n\
107 attr Specifies color attribute of console output\n\
108 /-F Does not fill the console blank space with color attribute\n\n\
109 There are three ways to specify the colors:\n\
110 1) [bright] name on [bright] name (only the first three letters are required)\n\
111 2) decimal on decimal\n\
112 3) two hex digits\n\n\
113 Colors are:\n\
114 dec hex name dec hex name\n\
115 0 0 Black 8 8 Gray(Bright black)\n\
116 1 1 Blue 9 9 Bright Blue\n\
117 2 2 Green 10 A Bright Green\n\
118 3 3 Cyan 11 B Bright Cyan\n\
119 4 4 Red 12 C Bright Red\n\
120 5 5 Magenta 13 D Bright Magenta\n\
121 6 6 Yellow 14 E Bright Yellow\n\
122 7 7 White 15 F Bright White\n"
123
124 STRING_COPY_HELP1, "Overwrite %s (Yes/No/All)? "
125
126 STRING_COPY_HELP2, "Copies one or more files to another location.\n\n\
127 COPY [/V][/Y|/-Y][/A|/B] source [/A|/B]\n\
128 [+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n\
129 source Specifies the file or files to be copied.\n\
130 /A Indicates an ASCII text file.\n\
131 /B Indicates a binary file.\n\
132 destination Specifies the directory and/or filename for the new file(s).\n\
133 /V Verifies that new files are written correctly.\n\
134 /Y Suppresses prompting to confirm you want to overwrite an\n\
135 existing destination file.\n\
136 /-Y Causes prompting to confirm you want to overwrite an\n\
137 existing destination file.\n\n\
138 The switch /Y may be present in the COPYCMD environment variable.\n\
139 ...\n"
140
141 STRING_DATE_HELP1, "\nZadajte nový dátum (mm%cdd%crrrr): "
142
143 STRING_DATE_HELP2, "\nZadajte nový dátum (dd%cmm%crrrr): "
144
145 STRING_DATE_HELP3, "\nZadajte nový dátum (rrrr%cmm%cdd): "
146
147 STRING_DATE_HELP4, "Displays or sets the date.\n\n\
148 DATE [/T][date]\n\n\
149 /T display only\n\n\
150 Type DATE without parameters to display the current date setting and\n\
151 a prompt for a new one. Press ENTER to keep the same date.\n"
152
153 STRING_DEL_HELP1, "Deletes one or more files.\n\n\
154 DEL [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
155 DELETE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
156 ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
157 file Specifies the file(s) to delete.\n\n\
158 /N Nothing.\n\
159 /P Prompt. Ask before deleting each file.\n\
160 /T Total. Display total number of deleted files and freed disk space.\n\
161 /Q Quiet.\n\
162 /W Wipe. Overwrite the file with random numbers before deleting it.\n\
163 /Y Yes. Kill even *.* without asking.\n\
164 /F Force Delete hidden, read-only and system files.\n\
165 /S Delete file from all sub directory\n\
166 /A Select files to be deleted based on attributes.\n\
167 attributes\n\
168 R Read Only files\n\
169 S System files\n\
170 A Archiveable files\n\
171 H Hidden Files\n\
172 - prefix meaning not\n"
173
174 STRING_DEL_HELP2, "All files in the directory will be deleted!\nAre you sure (Y/N)?"
175 STRING_DEL_HELP3, " %lu file deleted\n"
176 STRING_DEL_HELP4, " %lu files deleted\n"
177
178 STRING_DELAY_HELP, "pause for n seconds or milliseconds\n\
179 DELAY [/m]n\n\n\
180 /m specifiy than n are milliseconds\n\
181 otherwise n are seconds\n"
182
183 STRING_DIR_HELP1, "DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n\
184 [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n\
185 [drive:][path][filename]\n\
186 Specifies drive, directory, and/or files to list.\n\n\
187 /A Displays files with specified attributes.\n\
188 attributes D Directories R Read-only files\n\
189 H Hidden files A Files ready for archiving\n\
190 S System files - Prefix meaning not\n\
191 /B Uses bare format (no heading information or summary).\n\
192 /C Display the thousand separator in file sizes. This is the\n\
193 default. Use /-C to disable display of separator.\n\
194 /D Same as wide but files are list sorted by column.\n\
195 /L Uses lowercase.\n\
196 /N New long list format where filenames are on the far right.\n\
197 /O List by files in sorted order.\n\
198 sortorder N By name (alphabetic) S By size (smallest first)\n\
199 E By extension (alphabetic) D By date/time (oldest first)\n\
200 G Group directories first - Prefix to reverse order\n\
201 /P Pauses after each screenful of information.\n\
202 /Q Display the owner of the file.\n\
203 /S Displays files in specified directory and all subdirectories.\n\
204 /T Controls which time field displayed or used for sorting\n\
205 timefield C Creation\n\
206 A Last Access\n\
207 W Last Written\n\
208 /W Uses wide list format.\n\
209 /X This displays the short names generated for non-8dot3 file\n\
210 names. The format is that of /N with the short name inserted\n\
211 before the long name. If no short name is present, blanks are\n\
212 displayed in its place.\n\
213 /4 Displays four-digit years\n\n\
214 Switches may be preset in the DIRCMD environment variable. Override\n\
215 preset switches by prefixing any switch with - (hyphen)--for example, /-W.\n"
216
217 STRING_DIR_HELP2, " Volume in drive %c is %s\n"
218 STRING_DIR_HELP3, " Volume in drive %c has no label.\n"
219 STRING_DIR_HELP4, " Volume Serial Number is %04X-%04X\n"
220 STRING_DIR_HELP5, "\n Total Files Listed:\n%16i File(s)% 14s bytes\n"
221 STRING_DIR_HELP6, "%16i Dir(s)% 15s bytes free\n"
222 STRING_DIR_HELP7, "\n Directory of %s\n\n"
223 STRING_DIR_HELP8, "%16i File(s)% 14s bytes\n"
224
225 STRING_DIRSTACK_HELP1, "Stores the current directory for use by the POPD command, then\n\
226 changes to the specified directory.\n\n\
227 PUSHD [path | ..]\n\n\
228 path Specifies the directory to make the current directory\n"
229
230 STRING_DIRSTACK_HELP2, "Changes to the directory stored by the PUSHD command.\n\nPOPD"
231
232 STRING_DIRSTACK_HELP3, "Prints the contents of the directory stack.\n\nDIRS"
233
234 STRING_DIRSTACK_HELP4, "Directory stack empty"
235
236 STRING_ECHO_HELP1, "Display a messages without trailing carriage return and line feed.\n\n\
237 ECHOS message"
238
239 STRING_ECHO_HELP2, "Displays a message to the standard error output.\n\n\
240 ECHOERR message\n\
241 ECHOERR. prints an empty line"
242
243 STRING_ECHO_HELP3, "Prints a messages to standard error output without trailing carriage return and line feed.\n\n\
244 ECHOSERR message"
245
246 STRING_ECHO_HELP4, "Displays a message or switches command echoing on or off.\n\n\
247 ECHO [ON | OFF]\n\
248 ECHO [message]\n\
249 ECHO. prints an empty line\n\n\
250 Type ECHO without a parameter to display the current ECHO setting."
251
252 STRING_ECHO_HELP5, "ECHO je %s\n"
253
254 STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
255 /B Exits a batch file only. \n\
256 If run outside of a batch file it will exit cmd.exe\n\
257 ExitCode This value will be assigned to ERRORLEVEL on exit\n"
258
259 STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
260 FOR %variable IN (set) DO command [parameters]\n\n\
261 %variable Specifies a replaceable parameter.\n\
262 (set) Specifies a set of one or more files. Wildcards may be used.\n\
263 command Specifies the command to carry out for each file.\n\
264 parameters Specifies parameters or switches for the specified command.\n\n\
265 To use the FOR command in a batch program, specify %%variable instead of\n\
266 %variable.\n"
267
268 STRING_FREE_HELP1, "\nVolume in drive %s is %-11s\n\
269 Sériové èíslo je %s\n\
270 %16s bytes total disk space\n\
271 %16s bytes used\n\
272 %16s bytes free\n"
273
274 STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]\n"
275
276 STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
277 IF [NOT] ERRORLEVEL number command\n\
278 IF [NOT] string1==string2 command\n\
279 IF [NOT] EXIST filename command\n\
280 IF [NOT] DEFINED variable command\n\n\
281 NOT Specifies that CMD should carry out the command only if\n\
282 the condition is false\n\
283 ERRORLEVEL number Specifies a true condition if the last program run returned\n\
284 an exit code equal or greater than the number specified.\n\
285 command Specifies the command to carry out if the condition is met.\n\
286 string1==string2 Specifies a true condition if the specified text strings\n\
287 match.\n\
288 EXIST filename Specifies a true condition if the specified filename exists.\n\
289 DEFINED variable Specifies a true condition if the specified variable is\n\
290 defined.\n"
291
292 STRING_GOTO_HELP1, "Directs CMD to a labeled line in a batch script.\n\n\
293 GOTO label\n\n\
294 label Specifies a text string used in a batch script as a label.\n\n\
295 You type a label on a line by itself, beginning with a colon."
296
297 STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]\n"
298
299 STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
300 STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
301 STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
302 STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
303
304 STRING_LOCALE_HELP1, "Aktuálny èas je"
305
306 STRING_MKDIR_HELP, "Creates a directory.\n\n\
307 MKDIR [drive:]path\nMD [drive:]path"
308
309 STRING_MKLINK_HELP, "Creates a filesystem link object.\n\n\
310 MKLINK [/D | /H | /J] linkname target\n\n\
311 /D Indicates that the symbolic link target is a directory.\n\
312 /H Create a hard link.\n\
313 /J Create a directory junction.\n\n\
314 If neither /H or /J is specified, a symbolic link is created."
315
316 STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
317
318 STRING_MEMMORY_HELP2, "\n %12s%% memory load.\n\n\
319 %13s bytes total physical RAM.\n\
320 %13s bytes available physical RAM.\n\n\
321 %13s bytes total page file.\n\
322 %13s bytes available page file.\n\n\
323 %13s bytes total virtual memory.\n\
324 %13s bytes available virtual memory.\n"
325
326 STRING_MISC_HELP1, "Press a key to continue...\n" //NOT ANY KEY ?!
327
328 STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
329
330 STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
331 To move one or more files:\n\
332 MOVE [/N][drive:][path]filename1[,...] destination\n\n\
333 To rename a directory:\n\
334 MOVE [/N][drive:][path]dirname1 dirname2\n\n\
335 [drive:][path]filename1 Specifies the location and name of the file\n\
336 or files you want to move.\n\
337 /N Nothing. Do everything but move files or directories.\n\n\
338 Current limitations:\n\
339 - You can't move a file or directory from one drive to another.\n"
340
341 STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
342 MSGBOX type ['title'] prompt\n\n\
343 type button displayed\n\
344 possible values are: OK, OKCANCEL,\n\
345 YESNO, YESNOCANCEL\n\
346 title title of message box\n\
347 prompt text displayed by the message box\n\n\n\
348 ERRORLEVEL is set according the button pressed:\n\n\
349 YES : 10 | NO : 11\n\
350 OK : 10 | CANCEL : 12\n"
351
352 STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n\
353 PATH [[drive:]path[;...]]\nPATH ;\n\n\
354 Type PATH ; to clear all search-path settings and direct the command shell\n\
355 to search only in the current directory.\n\
356 Type PATH without parameters to display the current path.\n"
357
358 STRING_PROMPT_HELP1, "Changes the command prompt.\n\n\
359 PROMPT [text]\n\n\
360 text Specifies a new command prompt.\n\n\
361 Prompt can be made up of normal characters and the following special codes:\n\n\
362 $A & (Ampersand)\n\
363 $B | (pipe)\n\
364 $C ( (¼avá okrúhla zátvorka)\n\
365 $D Aktuálny dátum\n\
366 $E Escape code (ASCII code 27)\n\
367 $F ) (Pravá okrúhla zátvorka)\n\
368 $G > (greater-than sign)\n\
369 $H Backspace (erases previous character)\n\
370 $L < (less-than sign)\n\
371 $N Current drive\n\
372 $P Current drive and path\n\
373 $Q = (equal sign)\n\
374 $T Aktuálny èas\n\
375 $V Èíslo verzie OS\n\
376 $_ Carriage return and linefeed\n\
377 $$ $ (znak dolára)\n"
378
379 STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n\
380 'Pokraèujte stlaèením ¾ubovo¾ného klávesu ...' or a user defined message.\n\n\
381 PAUSE [message]"
382
383 STRING_PROMPT_HELP2, " $+ Displays the current depth of the directory stack"
384
385 STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."
386
387 STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"
388
389 STRING_RMDIR_HELP, "Removes a directory.\n\n\
390 RMDIR [drive:]path\nRD [drive:]path\n\
391 /S Deletes all files and folders within target\n\
392 /Q Doesnt prompt for user\n"
393 STRING_RMDIR_HELP2, "Directory is not empty!\n"
394
395 STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n\
396 RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
397 REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
398 /E No error messages.\n\
399 /N Nothing.\n\
400 /P Prompts for confirmation before renaming each file.\n\
401 (Not implemented yet!)\n\
402 /Q Quiet.\n\
403 /S Rename subdirectories.\n\
404 /T Display total number of renamed files.\n\n\
405 Note that you cannot specify a new drive or path for your destination. Use\n\
406 the MOVE command for that purpose.\n"
407
408 STRING_REN_HELP2, " %lu file renamed\n"
409
410 STRING_REN_HELP3, " %lu files renamed\n"
411
412 STRING_REPLACE_HELP1, "Replaces files.\n\n\
413 REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\
414 REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\
415 [drive1:][path1]filename Specifies the source file or files.\n\
416 [drive2:][path2] Specifies the directory where files are to be\n\
417 replaced.\n\
418 /A Adds new files to destination directory. Cannot\n\
419 use with /S or /U switches.\n\
420 /P Prompts for confirmation before replacing a file or\n\
421 adding a source file.\n\
422 /R Replaces read-only files as well as unprotected\n\
423 files.\n\
424 /S Replaces files in all subdirectories of the\n\
425 destination directory. Cannot use with the /A\n\
426 switch.\n\
427 /W Waits for you to insert a disk before beginning.\n\
428 /U Replaces (updates) only files that are older than\n\
429 source files. Cannot use with the /A switch.\n"
430
431 STRING_REPLACE_HELP2, "Source path required\n"
432
433 STRING_REPLACE_HELP3, "No files replaced\n"
434
435 STRING_REPLACE_HELP4, "%lu file(s) replaced\n"
436
437 STRING_REPLACE_HELP5, "Replacing %s\n"
438
439 STRING_REPLACE_HELP6, "Replace %s\n"
440
441 STRING_REPLACE_HELP7, "No files added\n"
442
443 STRING_REPLACE_HELP8, "%lu file(s) added\n"
444
445 STRING_REPLACE_HELP9, "Add %s (Y/N) "
446
447 STRING_REPLACE_HELP10, "Replace %s (Y/N) "
448
449 STRING_REPLACE_HELP11, "Adding %s\n"
450
451
452 STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n\
453 SHIFT [DOWN]"
454
455 STRING_SCREEN_HELP, "move cursor and optionally print text\n\n\
456 SCREEN row col [text]\n\n\
457 row row to which move the cursor\n\
458 col column to which move the cursor"
459
460 STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n\
461 SET [variable[=][string]]\n\n\
462 variable Specifies the environment-variable name.\n\
463 string Specifies a series of characters to assign to the variable.\n\n\
464 Type SET without parameters to display the current environment variables.\n"
465
466 STRING_START_HELP1, "Starts a command.\n\n\
467 START command\n\n\
468 command Specifies the command to run.\n\n\
469 At the moment all commands are started asynchronously.\n"
470
471 STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n\
472 TITLE [string]\n\n\
473 string Specifies the title for the command prompt window.\n"
474
475 STRING_TIME_HELP1, "Displays or sets the system time.\n\n\
476 TIME [/T][time]\n\n\
477 /T display only\n\n\
478 Type TIME with no parameters to display the current time setting and a prompt\n\
479 for a new one. Press ENTER to keep the same time.\n"
480
481 STRING_TIME_HELP2, "Zadajte nový èas: "
482
483 STRING_TIMER_HELP1, "Elapsed %d msecs\n"
484
485 STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"
486
487 STRING_TIMER_HELP3, "allow the use of ten stopwatches.\n\n\
488 TIMER [ON|OFF] [/S] [/n] [/Fn]\n\n\
489 ON set stopwatch ON\n\
490 OFF set stopwatch OFF\n\
491 /S Split time. Return stopwatch split\n\
492 time without changing its value\n\
493 /n Specifiy the stopwatch number.\n\
494 Stopwatches available are 0 to 9\n\
495 If it is not specified default is 1\n\
496 /Fn Format for output\n\
497 n can be:\n\
498 0 milliseconds\n\
499 1 hh%cmm%css%cdd\n\n\
500 if none of ON, OFF or /S is specified the command\n\
501 will toggle stopwatch state\n\n"
502
503 STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename \n\
504 /P Shows one screen of output at a time.\n"
505
506 STRING_VERIFY_HELP1, "This command is just a dummy!!\n\
507 Sets whether to verify that your files are written correctly to a\n\
508 disk.\n\n\
509 VERIFY [ON | OFF]\n\n\
510 Type VERIFY without a parameter to display the current VERIFY setting.\n"
511
512 STRING_VERIFY_HELP2, "VERIFY je %s.\n"
513
514 STRING_VERIFY_HELP3, "Must specify ON or OFF."
515
516 STRING_VERSION_HELP1, "Displays shell version information\n\n\
517 VER [/C][/R][/W]\n\n\
518 /C Displays credits.\n\
519 /R Displays redistribution information.\n\
520 /W Displays warranty information."
521
522 STRING_VERSION_HELP2, " comes with ABSOLUTELY NO WARRANTY; for details\n\
523 type: `ver /w'. This is free software, and you are welcome to redistribute\n\
524 it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n\
525 listing of credits."
526
527 STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n\
528 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
529 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
530 GNU General Public License for more details."
531
532 STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n\
533 it under the terms of the GNU General Public License as published by\n\
534 the Free Software Foundation; either version 2 of the License, or\n\
535 (at your option) any later version.\n"
536
537 STRING_VERSION_HELP5, "\nHlásenia o chybách zasielajte na <ros-dev@reactos.org>.\n\
538 Aktualizácie sú dostupné na: http://www.reactos.org"
539
540 STRING_VERSION_HELP6, "\nFreeDOS version written by:\n"
541
542 STRING_VERSION_HELP7, "\nReactOS version written by:\n"
543
544 STRING_VOL_HELP1, " Volume in drive %c is %s\n"
545 STRING_VOL_HELP2, " Volume in drive %c has no label.\n"
546 STRING_VOL_HELP3, " Volume Serial Number is %04X-%04X\n"
547 STRING_VOL_HELP4, "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"
548
549 STRING_WINDOW_HELP1, "change console window aspect\n\n\
550 WINDOW [/POS[=]left,top,width,heigth]\n\
551 [MIN|MAX|RESTORE] ['title']\n\n\
552 /POS specify window placement and dimensions\n\
553 MIN minimize the window\n\
554 MAX maximize the window\n\
555 RESTORE restore the window"
556
557 STRING_WINDOW_HELP2, "change console window aspect\n\n\
558 ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
559 [MIN|MAX|RESTORE] ['title']\n\n\
560 window tile of window on which perform actions\n\
561 /POS specify window placement and dimensions\n\
562 MIN minimize the window\n\
563 MAX maximize the window\n\
564 RESTORE restore the window\n\
565 title new title\n"
566
567
568 STRING_HELP1, "Zoznam v\9aetkých dostupných príkazov (+ popis)\n\n\
569 command /? For more information on a specific command\n\n\
570 ? List all available commands without description).\n\
571 ALIAS Sets, removes or shows aliases.\n\
572 ATTRIB Displays or changes file attributes.\n\
573 BEEP Pípnutie reproduktora.\n\
574 CALL Calls one batch program from another.\n\
575 CD Displays the name of or changes the current directory.\n\
576 CHCP Displays or sets the active code page number.\n\
577 CHOICE Waits for the user to choose one of a set of choices.\n\
578 CLS Clears the screen.\n\
579 CMD Starts a new instance of the ReactOS command interpreter.\n\
580 COLOR Sets the default console foreground and background colors.\n\
581 COPY Copies one or more files to another location.\n\
582 DATE Displays or sets the date.\n\
583 DELETE Deletes one or more files.\n\
584 DIR Displays a list of files and subdirectories in a directory.\n\
585 ECHO Displays messages, or turns command echoing on or off.\n\
586 ERASE Deletes one or more files.\n\
587 EXIT Quits the CMD.EXE program (command interpreter).\n\
588 FOR Runs a specified command for each file in a set of files.\n\
589 FREE (free) disc space.\n\
590 GOTO Directs the ReactOS command interpreter to a labeled line in\n\
591 a batch program.\n\
592 HELP Provides Help information for ReactOS commands.\n\
593 HISTORY List all commands which has been used\n\
594 IF Performs conditional processing in batch programs.\n\
595 LABEL Creates, changes, or deletes the volume label of a disk.\n\
596 MD Creates a directory.\n\
597 MKDIR Creates a directory.\n\
598 MKLINK Creates a filesystem link object.\n\
599 MOVE Moves one or more files from one directory to another\n\
600 directory.\n\
601 PATH Displays or sets a search path for executable files.\n\
602 PAUSE Suspends processing of a batch file and displays a message.\n\
603 POPD Restores the previous value of the current directory saved by\n\
604 PUSHD.\n\
605 PROMPT Changes the command prompt.\n\
606 PUSHD Saves the current directory then changes it.\n\
607 RD Removes a directory.\n\
608 REM Records comments (remarks) in batch files.\n\
609 REN Renames a file or files.\n\
610 RENAME Renames a file or files.\n\
611 REPLACE Replaces files.\n\
612 RMDIR Removes a directory.\n\
613 SCREEN Move cursor and optionally print text.\n\
614 SET Displays, sets, or removes ReactOS environment variables.\n\
615 SHIFT Shifts the position of replaceable parameters in batch files.\n"
616 STRING_HELP2, "START Starts a separate window to run a specified program or command.\n\
617 Executes command.\n\
618 TIME Displays or sets the system time.\n\
619 TIMER Allow the use of ten stopwatches.\n\
620 TITLE Sets the window title for a CMD.EXE session.\n\
621 TYPE Displays the contents of a text file.\n\
622 VER Displays the ReactOS version.\n\
623 VERIFY Tells ReactOS whether to verify that your files are written\n\
624 correctly to a disk.\n\
625 VOL Displays a disk volume label and serial number.\n"
626
627
628 STRING_CHOICE_OPTION, "YN"
629 STRING_COPY_OPTION, "YNA"
630
631 STRING_ASSOC_ERROR, "File association not found for extension %s\n"
632 STRING_ALIAS_ERROR, "Command line too long after alias expansion!\n"
633 STRING_BATCH_ERROR, "Error opening batch file\n"
634 STRING_CHCP_ERROR1, "Active code page: %u\n"
635 STRING_CHCP_ERROR4, "Invalid code page\n"
636 STRING_CHOICE_ERROR, "Invalid option. Expected format: /C[:]options"
637 STRING_CHOICE_ERROR_TXT, "Invalid option. Expected format: /T[:]c,nn"
638 STRING_CHOICE_ERROR_OPTION, "Illegal Option: %s"
639 STRING_MD_ERROR, "A subdirectory or file already exists.\n"
640 STRING_MD_ERROR2, "The path to the new folder does not exist.\n"
641 STRING_CMD_ERROR1, "Can't redirect input from file %s\n"
642 STRING_CMD_ERROR2, "Error creating temporary file for pipe data\n"
643 STRING_CMD_ERROR3, "Can't redirect to file %s\n"
644 STRING_CMD_ERROR4, "Running %s...\n"
645 STRING_CMD_ERROR5, "Running cmdexit.bat...\n"
646 STRING_COLOR_ERROR1, "Same colors error! (Background and foreground can't be the same color)"
647 STRING_COLOR_ERROR2, "error in color specification"
648 STRING_COLOR_ERROR3, "Color %x\n"
649 STRING_COLOR_ERROR4, "same colors error!"
650 STRING_CONSOLE_ERROR, "Neznáma chyba: %d\n"
651 STRING_COPY_ERROR1, "Chyba: Cannot open source - %s!\n"
652 STRING_COPY_ERROR2, "Chyba: Can't copy onto itself!\n"
653 STRING_COPY_ERROR3, "Error writing destination!\n"
654 STRING_COPY_ERROR4, "Chyba: Zatia¾ neimplementované!\n" //Not implemented yet
655 STRING_DATE_ERROR, "Neplatný dátum."
656 STRING_DEL_ERROR5, "The file %s will be deleted! "
657 STRING_DEL_ERROR6, "Are you sure (Y/N)?"
658 STRING_DEL_ERROR7, "Deleting: %s\n"
659 STRING_ERROR_ERROR1, "Unknown error! Error code: 0x%lx\n"
660 STRING_ERROR_ERROR2, "Syntax error"
661 STRING_FOR_ERROR1, "'in' missing in for statement."
662 STRING_FOR_ERROR2, "no brackets found."
663 STRING_FOR_ERROR3, "'do' missing."
664 STRING_FOR_ERROR4, "no command after 'do'."
665 STRING_FREE_ERROR1, "Invalid drive"
666 STRING_FREE_ERROR2, "unlabeled"
667 STRING_GOTO_ERROR1, "No label specified for GOTO"
668 STRING_GOTO_ERROR2, "Label '%s' not found\n"
669
670 STRING_MOVE_ERROR1, "[OK]\n"
671 STRING_MOVE_ERROR2, "[Chyba]\n"
672
673 STRING_REN_ERROR1, "MoveFile() failed. Error: %lu\n"
674
675 STRING_START_ERROR1, "No batch support at the moment!"
676
677 STRING_TIME_ERROR1, "Neplatný èas."
678
679 STRING_TYPE_ERROR1, "Invalid option '/%s'\n"
680
681 STRING_WINDOW_ERROR1, "window not found"
682
683
684 STRING_ERROR_PARAMETERF_ERROR, "Parameter format not correct - %c\n"
685 STRING_ERROR_INVALID_SWITCH, "Invalid switch - /%c\n"
686 STRING_ERROR_TOO_MANY_PARAMETERS, "Príli\9a ve¾a parametrov - %s\n"
687 STRING_ERROR_PATH_NOT_FOUND, "Path not found\n"
688 STRING_ERROR_FILE_NOT_FOUND, "File not found\n"
689 STRING_ERROR_REQ_PARAM_MISSING, "Required parameter missing\n"
690 STRING_ERROR_INVALID_DRIVE, "Invalid drive specification\n"
691 STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
692 STRING_ERROR_BADCOMMAND, "Bad command or filename - %s\n"
693 STRING_ERROR_OUT_OF_MEMORY, "Chyba (z) nedostatku pamäte.\n" //Out of memory error.
694 STRING_ERROR_CANNOTPIPE, "Error! Cannot pipe! Cannot open temporary file!\n"
695 STRING_ERROR_D_PAUSEMSG, "Pokraèujte stlaèením ¾ubovo¾ného klávesu ..."
696 STRING_ERROR_DRIVER_NOT_READY, "Drive not ready"
697
698 STRING_PATH_ERROR, "CMD: Not in environment '%s'\n"
699
700 STRING_REPLACE_ERROR1, "Invalid switch - %s\n"
701 STRING_REPLACE_ERROR2, "Path not found - %s\n"
702 STRING_REPLACE_ERROR3, "The filename, directory name, or volume label syntax is incorrect.\n"
703 STRING_REPLACE_ERROR4, "Invalid parameter combination\n"
704 STRING_REPLACE_ERROR5, "Access denied - %s\n"
705 STRING_REPLACE_ERROR6, "No files found - %s\n"
706 STRING_REPLACE_ERROR7, "Extended Error 32\n"
707
708 STRING_REACTOS_VERSION, "Operaèný systém ReactOS [Verzia %s-%s]\n"
709 STRING_CMD_SHELLINFO, "\nReactOS Command Line Interpreter\nVerzia %s %s"
710 STRING_VERSION_RUNVER, " running on %s"
711 STRING_COPY_FILE , " %d súbor(ov) skopírovaný(ch)\n"
712 STRING_DELETE_WIPE, "wiped"
713 STRING_FOR_ERROR, "bad variable specification."
714 STRING_SCREEN_COL, "invalid value for col"
715 STRING_SCREEN_ROW, "invalid value for row"
716 STRING_TIMER_TIME "Timer %d is %s: "
717 STRING_MKLINK_CREATED_SYMBOLIC, "Symbolic link created for %s <<===>> %s\n"
718 STRING_MKLINK_CREATED_HARD, "Hard link created for %s <<===>> %s\n"
719 STRING_MKLINK_CREATED_JUNCTION, "Junction created for %s <<===>> %s\n"
720 STRING_MORE, "Viac? " //"More? "
721 STRING_CANCEL_BATCH_FILE, "\r\nCtrl-Break pressed. Cancel batch file? (Yes/No/All) "
722
723 STRING_INVALID_OPERAND, "Invalid operand."
724 STRING_EXPECTED_CLOSE_PAREN, "Oèakávaná ')'."
725 STRING_EXPECTED_NUMBER_OR_VARIABLE,"Oèakávané èíslo alebo názov premennej."
726 STRING_SYNTAX_COMMAND_INCORRECT, "Nesprávna syntax príkazu."
727
728 END