[CMD]
[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: 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_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
279 IF [NOT] ERRORLEVEL number command\n\
280 IF [NOT] string1==string2 command\n\
281 IF [NOT] EXIST filename command\n\
282 IF [NOT] DEFINED variable command\n\n\
283 NOT Specifies that CMD should carry out the command only if\n\
284 the condition is false\n\
285 ERRORLEVEL number Specifies a true condition if the last program run returned\n\
286 an exit code equal or greater than the number specified.\n\
287 command Specifies the command to carry out if the condition is met.\n\
288 string1==string2 Specifies a true condition if the specified text strings\n\
289 match.\n\
290 EXIST filename Specifies a true condition if the specified filename exists.\n\
291 DEFINED variable Specifies a true condition if the specified variable is\n\
292 defined.\n"
293
294 STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]\n"
295
296 STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
297 STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
298 STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
299 STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
300
301 STRING_LOCALE_HELP1, "Aktuálny čas je"
302
303 STRING_MKDIR_HELP, "Creates a directory.\n\n\
304 MKDIR [drive:]path\nMD [drive:]path"
305
306 STRING_MKLINK_HELP, "Creates a filesystem link object.\n\n\
307 MKLINK [/D | /H | /J] linkname target\n\n\
308 /D Indicates that the symbolic link target is a directory.\n\
309 /H Create a hard link.\n\
310 /J Create a directory junction.\n\n\
311 If neither /H or /J is specified, a symbolic link is created."
312
313 STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
314
315 STRING_MEMMORY_HELP2, "\n %12s%% memory load.\n\n\
316 %13s bytes total physical RAM.\n\
317 %13s bytes available physical RAM.\n\n\
318 %13s bytes total page file.\n\
319 %13s bytes available page file.\n\n\
320 %13s bytes total virtual memory.\n\
321 %13s bytes available virtual memory.\n"
322
323 STRING_MISC_HELP1, "Press a key to continue...\n" //NOT ANY KEY ?!
324
325 STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
326
327 STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
328 To move one or more files:\n\
329 MOVE [/N][drive:][path]filename1[,...] destination\n\n\
330 To rename a directory:\n\
331 MOVE [/N][drive:][path]dirname1 dirname2\n\n\
332 [drive:][path]filename1 Specifies the location and name of the file\n\
333 or files you want to move.\n\
334 /N Nothing. Do everything but move files or directories.\n\n\
335 Current limitations:\n\
336 - You can't move a file or directory from one drive to another.\n"
337
338 STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
339 MSGBOX type ['title'] prompt\n\n\
340 type button displayed\n\
341 possible values are: OK, OKCANCEL,\n\
342 YESNO, YESNOCANCEL\n\
343 title title of message box\n\
344 prompt text displayed by the message box\n\n\n\
345 ERRORLEVEL is set according the button pressed:\n\n\
346 YES : 10 | NO : 11\n\
347 OK : 10 | CANCEL : 12\n"
348
349 STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n\
350 PATH [[drive:]path[;...]]\nPATH ;\n\n\
351 Type PATH ; to clear all search-path settings and direct the command shell\n\
352 to search only in the current directory.\n\
353 Type PATH without parameters to display the current path.\n"
354
355 STRING_PROMPT_HELP1, "Changes the command prompt.\n\n\
356 PROMPT [text]\n\n\
357 text Specifies a new command prompt.\n\n\
358 Prompt can be made up of normal characters and the following special codes:\n\n\
359 $A & (Ampersand)\n\
360 $B | (pipe)\n\
361 $C ( (Ľavá okrúhla zátvorka)\n\
362 $D Aktuálny dátum\n\
363 $E Escape code (ASCII code 27)\n\
364 $F ) (Pravá okrúhla zátvorka)\n\
365 $G > (greater-than sign)\n\
366 $H Backspace (erases previous character)\n\
367 $I Information line\n\
368 $L < (less-than sign)\n\
369 $N Current drive\n\
370 $P Current drive and path\n\
371 $Q = (equal sign)\n\
372 $S (space)\n\
373 $T Aktuálny čas\n\
374 $V Číslo verzie OS\n\
375 $_ Carriage return and linefeed\n\
376 $$ $ (znak dolára)\n"
377
378 STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n\
379 'Pokračujte stlačením ľubovoľného klávesu ...' or a user defined message.\n\n\
380 PAUSE [message]"
381
382 STRING_PROMPT_HELP2, " $+ Displays the current depth of the directory stack"
383
384 STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."
385
386 STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"
387
388 STRING_RMDIR_HELP, "Removes a directory.\n\n\
389 RMDIR [drive:]path\nRD [drive:]path\n\
390 /S Deletes all files and folders within target\n\
391 /Q Doesn't prompt for user\n"
392 STRING_RMDIR_HELP2, "Directory is not empty!\n"
393
394 STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n\
395 RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
396 REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
397 /E No error messages.\n\
398 /N Nothing.\n\
399 /P Prompts for confirmation before renaming each file.\n\
400 (Not implemented yet!)\n\
401 /Q Quiet.\n\
402 /S Rename subdirectories.\n\
403 /T Display total number of renamed files.\n\n\
404 Note that you cannot specify a new drive or path for your destination. Use\n\
405 the MOVE command for that purpose.\n"
406
407 STRING_REN_HELP2, " %lu file renamed\n"
408
409 STRING_REN_HELP3, " %lu files renamed\n"
410
411 STRING_REPLACE_HELP1, "Replaces files.\n\n\
412 REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\
413 REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\
414 [drive1:][path1]filename Specifies the source file or files.\n\
415 [drive2:][path2] Specifies the directory where files are to be\n\
416 replaced.\n\
417 /A Adds new files to destination directory. Cannot\n\
418 use with /S or /U switches.\n\
419 /P Prompts for confirmation before replacing a file or\n\
420 adding a source file.\n\
421 /R Replaces read-only files as well as unprotected\n\
422 files.\n\
423 /S Replaces files in all subdirectories of the\n\
424 destination directory. Cannot use with the /A\n\
425 switch.\n\
426 /W Waits for you to insert a disk before beginning.\n\
427 /U Replaces (updates) only files that are older than\n\
428 source files. Cannot use with the /A switch.\n"
429
430 STRING_REPLACE_HELP2, "Source path required\n"
431
432 STRING_REPLACE_HELP3, "No files replaced\n"
433
434 STRING_REPLACE_HELP4, "%lu file(s) replaced\n"
435
436 STRING_REPLACE_HELP5, "Replacing %s\n"
437
438 STRING_REPLACE_HELP6, "Replace %s\n"
439
440 STRING_REPLACE_HELP7, "No files added\n"
441
442 STRING_REPLACE_HELP8, "%lu file(s) added\n"
443
444 STRING_REPLACE_HELP9, "Add %s (Y/N) "
445
446 STRING_REPLACE_HELP10, "Replace %s (Y/N) "
447
448 STRING_REPLACE_HELP11, "Adding %s\n"
449
450
451 STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n\
452 SHIFT [DOWN]"
453
454 STRING_SCREEN_HELP, "move cursor and optionally print text\n\n\
455 SCREEN row col [text]\n\n\
456 row row to which move the cursor\n\
457 col column to which move the cursor"
458
459 STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n\
460 SET [variable[=][string]]\n\n\
461 variable Specifies the environment-variable name.\n\
462 string Specifies a series of characters to assign to the variable.\n\n\
463 Type SET without parameters to display the current environment variables.\n"
464
465 STRING_START_HELP1, "Starts a command.\n\n\
466 START command\n\n\
467 command Specifies the command to run.\n\n\
468 At the moment all commands are started asynchronously.\n"
469
470 STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n\
471 TITLE [string]\n\n\
472 string Specifies the title for the command prompt window.\n"
473
474 STRING_TIME_HELP1, "Zobrazí alebo nastaví systémový čas.\n\n\
475 TIME [/T][time]\n\n\
476 /T display only\n\n\
477 Type TIME with no parameters to display the current time setting and a prompt\n\
478 for a new one. Press ENTER to keep the same time.\n"
479
480 STRING_TIME_HELP2, "Zadajte nový čas: "
481
482 STRING_TIMER_HELP1, "Elapsed %d msecs\n"
483
484 STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"
485
486 STRING_TIMER_HELP3, "allow the use of ten stopwatches.\n\n\
487 TIMER [ON|OFF] [/S] [/n] [/Fn]\n\n\
488 ON set stopwatch ON\n\
489 OFF set stopwatch OFF\n\
490 /S Split time. Return stopwatch split\n\
491 time without changing its value\n\
492 /n Specifiy the stopwatch number.\n\
493 Stopwatches available are 0 to 9\n\
494 If it is not specified default is 1\n\
495 /Fn Format for output\n\
496 n can be:\n\
497 0 milliseconds\n\
498 1 hh%cmm%css%cdd\n\n\
499 if none of ON, OFF or /S is specified the command\n\
500 will toggle stopwatch state\n\n"
501
502 STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename \n\
503 /P Shows one screen of output at a time.\n"
504
505 STRING_VERIFY_HELP1, "This command is just a dummy!!\n\
506 Sets whether to verify that your files are written correctly to a\n\
507 disk.\n\n\
508 VERIFY [ON | OFF]\n\n\
509 Type VERIFY without a parameter to display the current VERIFY setting.\n"
510
511 STRING_VERIFY_HELP2, "VERIFY je %s.\n"
512
513 STRING_VERIFY_HELP3, "Must specify ON or OFF."
514
515 STRING_VERSION_HELP1, "Displays shell version information\n\n\
516 VER [/C][/R][/W]\n\n\
517 /C Displays credits.\n\
518 /R Displays redistribution information.\n\
519 /W Displays warranty information."
520
521 STRING_VERSION_HELP2, " comes with ABSOLUTELY NO WARRANTY; for details\n\
522 type: `ver /w'. This is free software, and you are welcome to redistribute\n\
523 it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n\
524 listing of credits."
525
526 STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n\
527 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
528 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
529 GNU General Public License for more details."
530
531 STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n\
532 it under the terms of the GNU General Public License as published by\n\
533 the Free Software Foundation; either version 2 of the License, or\n\
534 (at your option) any later version.\n"
535
536 STRING_VERSION_HELP5, "\nHlásenia o chybách zasielajte na <ros-dev@reactos.org>.\n\
537 Aktualizácie sú dostupné na: http://www.reactos.org"
538
539 STRING_VERSION_HELP6, "\nFreeDOS version written by:\n"
540
541 STRING_VERSION_HELP7, "\nReactOS version written by:\n"
542
543 STRING_VOL_HELP1, " Volume in drive %c is %s\n"
544 STRING_VOL_HELP2, " Volume in drive %c has no label.\n"
545 STRING_VOL_HELP3, " Volume Serial Number is %04X-%04X\n"
546 STRING_VOL_HELP4, "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"
547
548 STRING_WINDOW_HELP1, "change console window aspect\n\n\
549 WINDOW [/POS[=]left,top,width,heigth]\n\
550 [MIN|MAX|RESTORE] ['title']\n\n\
551 /POS specify window placement and dimensions\n\
552 MIN minimalizovať okno\n\
553 MAX maximalizujte okno\n\
554 RESTORE obnoviť okno"
555
556 STRING_WINDOW_HELP2, "change console window aspect\n\n\
557 ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
558 [MIN|MAX|RESTORE] ['title']\n\n\
559 window tile of window on which perform actions\n\
560 /POS specify window placement and dimensions\n\
561 MIN minimalizovať okno\n\
562 MAX maximalizujte okno\n\
563 RESTORE obnoviť okno\n\
564 title new title\n"
565
566
567 STRING_CHOICE_OPTION, "YN"
568 STRING_COPY_OPTION, "YNA"
569
570 STRING_ALIAS_ERROR, "Command line too long after alias expansion!\n"
571 STRING_ASSOC_ERROR, "File association not found for extension %s\n"
572 STRING_BATCH_ERROR, "Error opening batch file\n"
573 STRING_CHCP_ERROR1, "Active code page: %u\n"
574 STRING_CHCP_ERROR4, "Invalid code page\n"
575 STRING_CHOICE_ERROR, "Invalid option. Expected format: /C[:]options"
576 STRING_CHOICE_ERROR_TXT, "Invalid option. Expected format: /T[:]c,nn"
577 STRING_CHOICE_ERROR_OPTION, "Illegal Option: %s"
578 STRING_CMD_ERROR1, "Can't redirect input from file %s\n"
579 STRING_CMD_ERROR2, "Error creating temporary file for pipe data\n"
580 STRING_CMD_ERROR3, "Can't redirect to file %s\n"
581 STRING_CMD_ERROR4, "Running %s...\n"
582 STRING_CMD_ERROR5, "Running cmdexit.bat...\n"
583 STRING_COLOR_ERROR1, "Same colors error! (Background and foreground can't be the same color)"
584 STRING_COLOR_ERROR2, "error in color specification"
585 STRING_COLOR_ERROR3, "Color %02x\n"
586 STRING_CONSOLE_ERROR, "Neznáma chyba: %d\n"
587 STRING_COPY_ERROR1, "Chyba: Cannot open source - %s!\n"
588 STRING_COPY_ERROR2, "Chyba: Can't copy onto itself!\n"
589 STRING_COPY_ERROR3, "Error writing destination!\n"
590 STRING_COPY_ERROR4, "Chyba: Zatiaľ neimplementované!\n" //Not implemented yet
591 STRING_DATE_ERROR, "Neplatný dátum."
592 STRING_DEL_ERROR5, "The file %s will be deleted! "
593 STRING_DEL_ERROR6, "Ste si istý (Y/N)?"
594 STRING_DEL_ERROR7, "Deleting: %s\n"
595 STRING_ERROR_ERROR1, "Neznáma chyba! Kód chyby: 0x%lx\n"
596 STRING_ERROR_ERROR2, "Syntax error"
597 STRING_FOR_ERROR1, "'in' missing in for statement."
598 STRING_FOR_ERROR2, "no brackets found."
599 STRING_FOR_ERROR3, "'do' missing."
600 STRING_FOR_ERROR4, "no command after 'do'."
601 STRING_FREE_ERROR1, "Invalid drive"
602 STRING_FREE_ERROR2, "unlabeled"
603 STRING_GOTO_ERROR1, "No label specified for GOTO"
604 STRING_GOTO_ERROR2, "Label '%s' not found\n"
605
606 STRING_MD_ERROR, "A subdirectory or file already exists.\n"
607 STRING_MD_ERROR2, "The path to the new folder does not exist.\n"
608 STRING_MOVE_ERROR1, "[OK]\n"
609 STRING_MOVE_ERROR2, "[Chyba]\n"
610
611 STRING_REN_ERROR1, "MoveFile() failed. Error: %lu\n"
612
613 STRING_START_ERROR1, "No batch support at the moment!"
614
615 STRING_TIME_ERROR1, "Neplatný čas."
616
617 STRING_TYPE_ERROR1, "Invalid option '/%s'\n"
618
619 STRING_WINDOW_ERROR1, "okno sa nenašlo"
620
621
622 STRING_ERROR_PARAMETERF_ERROR, "Parameter format not correct - %c\n"
623 STRING_ERROR_INVALID_SWITCH, "Neplatný prepínač - /%c\n"
624 STRING_ERROR_TOO_MANY_PARAMETERS, "Príliš veľa parametrov - %s\n"
625 STRING_ERROR_PATH_NOT_FOUND, "Cesta sa nenašla\n"
626 STRING_ERROR_FILE_NOT_FOUND, "Súbor sa nenašiel\n"
627 STRING_ERROR_REQ_PARAM_MISSING, "Required parameter missing\n"
628 STRING_ERROR_INVALID_DRIVE, "Invalid drive specification\n"
629 STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
630 STRING_ERROR_BADCOMMAND, "Chybný príkaz alebo názov súboru - %s\n"
631 STRING_ERROR_OUT_OF_MEMORY, "Chyba (z) nedostatku pamäte.\n" //Out of memory error.
632 STRING_ERROR_CANNOTPIPE, "Chyba! Cannot pipe! Cannot open temporary file!\n"
633 STRING_ERROR_D_PAUSEMSG, "Pokračujte stlačením ľubovoľného klávesu ..."
634 STRING_ERROR_DRIVER_NOT_READY, "Jednotka nie je pripravená"
635
636 STRING_PATH_ERROR, "CMD: Not in environment '%s'\n"
637
638 STRING_REPLACE_ERROR1, "Neplatný prepínač - %s\n"
639 STRING_REPLACE_ERROR2, "Cesta sa nenašla - %s\n"
640 STRING_REPLACE_ERROR3, "The filename, directory name, or volume label syntax is incorrect.\n"
641 STRING_REPLACE_ERROR4, "Invalid parameter combination\n"
642 STRING_REPLACE_ERROR5, "Prístup zamietnutý - %s\n"
643 STRING_REPLACE_ERROR6, "Žiadne súbory sa nenašli - %s\n"
644 STRING_REPLACE_ERROR7, "Extended Error 32\n"
645
646 STRING_REACTOS_VERSION, "Operačný systém ReactOS [Verzia %s-%s]\n"
647 STRING_CMD_SHELLINFO, "\nInterpréter príkazového riadku systému ReactOS\nVerzia %s %s"
648 STRING_VERSION_RUNVER, " running on %s"
649 STRING_COPY_FILE , " %d súbor(ov) skopírovaný(ch)\n"
650 STRING_DELETE_WIPE, "wiped"
651 STRING_FOR_ERROR, "bad variable specification."
652 STRING_SCREEN_COL, "neplatná hodnota pre stĺpec"
653 STRING_SCREEN_ROW, "neplatná hodnota pre riadok"
654 STRING_TIMER_TIME "Timer %d is %s: "
655 STRING_MKLINK_CREATED_SYMBOLIC, "Symbolic link created for %s <<===>> %s\n"
656 STRING_MKLINK_CREATED_HARD, "Hard link created for %s <<===>> %s\n"
657 STRING_MKLINK_CREATED_JUNCTION, "Junction created for %s <<===>> %s\n"
658 STRING_MORE, "Viac? " //"More? "
659 STRING_CANCEL_BATCH_FILE, "\r\nStlačené Ctrl-Break. Cancel batch file? (Yes/No/All) "
660
661 STRING_INVALID_OPERAND, "Invalid operand."
662 STRING_EXPECTED_CLOSE_PAREN, "Očakávaná ')'."
663 STRING_EXPECTED_NUMBER_OR_VARIABLE,"Očakávané číslo alebo názov premennej."
664 STRING_SYNTAX_COMMAND_INCORRECT, "Nesprávna syntax príkazu."
665
666 END