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