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