[CMD]
[reactos.git] / reactos / base / shell / cmd / lang / cs-CZ.rc
1 /* FILE: base/shell/cmd/lang/cs-CZ.rc
2 * TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
3 * UPDATED: 2015-04-12
4 */
5
6 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
7
8 STRINGTABLE
9 BEGIN
10 STRING_ASSOC_HELP "Modify file extension associations.\n\n\
11 assoc [.ext[=[FileType]]]\n\
12 \n\
13 assoc (print all associations)\n\
14 assoc .ext (print specific association)\n\
15 assoc .ext= (remove specific association)\n\
16 assoc .ext=FileType (add new association)\n"
17 STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\
18 ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
19 [/S [/D]]\n\n\
20 + Sets an attribute\n\
21 - Clears an attribute\n\
22 R Read-only file attribute\n\
23 A Archive file attribute\n\
24 S System file attribute\n\
25 H Hidden file attribute\n\
26 /S Processes matching files in the current directory\n\
27 and all subdirectories\n\
28 /D Processes directories as well\n\n\
29 Type ATTRIB without a parameter to display the attributes of all files.\n"
30 STRING_ALIAS_HELP "Sets, removes or shows aliases.\n\n\
31 ALIAS [alias=[command]]\n\n\
32 alias Name for an alias.\n\
33 command Text to be substituted for an alias.\n\n\
34 To list all aliases:\n\
35 ALIAS\n\n\
36 To set a new or replace an existing alias:\n\
37 ALIAS da=dir a:\n\n\
38 To remove an alias from the alias list:\n\
39 ALIAS da="
40 STRING_BEEP_HELP "Beep the speaker.\n\nBEEP\n"
41 STRING_CALL_HELP "Calls one batch program from another.\n\n\
42 CALL [drive:][path]filename [batch-parameter]\n\n\
43 batch-parameter Specifies any command-line information required by the\n\
44 batch program."
45 STRING_CD_HELP "Changes the current directory or displays it's name\n\n\
46 CHDIR [/D][drive:][path]\n\
47 CHDIR[..|.]\n\
48 CD [/D][drive:][path]\n\
49 CD[..|.]\n\n\
50 .. parent directory\n\
51 . current directory\n\
52 /D Will change current drive and current directory.\n\n\
53 Type CD drive: to display the current directory on the specified drive.\n\
54 Type CD without a parameter to display the current drive and directory.\n"
55 STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\
56 CHCP [nnn]\n\n\
57 nnn Specifies the active code page number.\n\n\
58 Type CHCP without a parameter to display the active code page number.\n"
59 STRING_CHOICE_HELP "Waits for the user to choose one of a set of choices.\n\n\
60 CHOICE [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n\
61 /C[:]choices Specifies allowable keys. Default is YN.\n\
62 /N Do not display choices and ? at the end of the prompt string.\n\
63 /S Treat choice keys as case sensitive.\n\
64 /T[:]c,nn Default choice to c after nn seconds.\n\
65 text Prompt string to display.\n\n\
66 ERRORLEVEL is set to offset of key user presses in choices.\n"
67 STRING_CLS_HELP "Clears the screen.\n\nCLS\n"
68 STRING_CMD_HELP1 "\nInternal commands available:\n"
69 STRING_CMD_HELP2 "\nFeatures available:"
70 STRING_CMD_HELP3 " [aliases]"
71 STRING_CMD_HELP4 " [history]"
72 STRING_CMD_HELP5 " [unix filename completion]"
73 STRING_CMD_HELP6 " [directory stack]"
74 STRING_CMD_HELP7 " [redirections and piping]"
75 STRING_CMD_HELP8 "Starts a new instance of the ReactOS command line interpreter.\n\n\
76 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
77 /C command Runs the specified command and terminates.\n\
78 /K command Runs the specified command and remains.\n\
79 /P CMD becomes permanent and runs autoexec.bat\n\
80 (cannot be terminated).\n\
81 /T:bf Sets the background/foreground color (see COLOR command).\n"
82 STRING_COLOR_HELP1 "Sets the default foreground and background colors.\n\n\
83 COLOR [attr [/-F]] \n\n\
84 attr Specifies color attribute of console output\n\
85 /-F Does not fill the console blank space with color attribute\n\n\
86 There are three ways to specify the colors:\n\
87 1) [bright] name on [bright] name (only the first three letters are required)\n\
88 2) decimal on decimal\n\
89 3) two hex digits\n\n\
90 Colors are:\n\
91 dec hex name dec hex name\n\
92 0 0 Black 8 8 Gray(Bright black)\n\
93 1 1 Blue 9 9 Bright Blue\n\
94 2 2 Green 10 A Bright Green\n\
95 3 3 Cyan 11 B Bright Cyan\n\
96 4 4 Red 12 C Bright Red\n\
97 5 5 Magenta 13 D Bright Magenta\n\
98 6 6 Yellow 14 E Bright Yellow\n\
99 7 7 White 15 F Bright White\n"
100 STRING_COPY_HELP1 "Overwrite %s (Yes/No/All)? "
101 STRING_COPY_HELP2 "Copies one or more files to another location.\n\n\
102 COPY [/V][/Y|/-Y][/A|/B] source [/A|/B]\n\
103 [+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n\
104 source Specifies the file or files to be copied.\n\
105 /A Indicates an ASCII text file.\n\
106 /B Indicates a binary file.\n\
107 destination Specifies the directory and/or filename for the new file(s).\n\
108 /V Verifies that new files are written correctly.\n\
109 /Y Suppresses prompting to confirm you want to overwrite an\n\
110 existing destination file.\n\
111 /-Y Causes prompting to confirm you want to overwrite an\n\
112 existing destination file.\n\n\
113 The switch /Y may be present in the COPYCMD environment variable.\n\
114 ...\n"
115 STRING_DATE_HELP1 "\nEnter new date (mm%cdd%cyyyy): "
116 STRING_DATE_HELP2 "\nEnter new date (dd%cmm%cyyyy): "
117 STRING_DATE_HELP3 "\nEnter new date (yyyy%cmm%cdd): "
118 STRING_DATE_HELP4 "Displays or sets the date.\n\n\
119 DATE [/T][date]\n\n\
120 /T display only\n\n\
121 Type DATE without parameters to display the current date setting and\n\
122 a prompt for a new one. Press ENTER to keep the same date.\n"
123 STRING_DEL_HELP1 "Deletes one or more files.\n\n\
124 DEL [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
125 DELETE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\
126 ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
127 file Specifies the file(s) to delete.\n\n\
128 /N Nothing.\n\
129 /P Prompt. Ask before deleting each file.\n\
130 /T Total. Display total number of deleted files and freed disk space.\n\
131 /Q Quiet.\n\
132 /W Wipe. Overwrite the file with random numbers before deleting it.\n\
133 /Y Yes. Kill even *.* without asking.\n\
134 /F Force Delete hidden, read-only and system files.\n\
135 /S Delete file from all sub directory\n\
136 /A Select files to be deleted based on attributes.\n\
137 attributes\n\
138 R Read Only files\n\
139 S System files\n\
140 A Archiveable files\n\
141 H Hidden Files\n\
142 - prefix meaning not\n"
143 STRING_DEL_HELP2 "All files in the directory will be deleted!\nAre you sure (Y/N)?"
144 STRING_DEL_HELP3 " %lu file deleted\n"
145 STRING_DEL_HELP4 " %lu files deleted\n"
146 STRING_DELAY_HELP "pause for n seconds or milliseconds\n\
147 DELAY [/m]n\n\n\
148 /m specifiy than n are milliseconds\n\
149 otherwise n are seconds\n"
150 STRING_DIR_HELP1 "DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n\
151 [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n\
152 [drive:][path][filename]\n\
153 Specifies drive, directory, and/or files to list.\n\n\
154 /A Displays files with specified attributes.\n\
155 attributes D Directories R Read-only files\n\
156 H Hidden files A Files ready for archiving\n\
157 S System files - Prefix meaning not\n\
158 /B Uses bare format (no heading information or summary).\n\
159 /C Display the thousand separator in file sizes. This is the\n\
160 default. Use /-C to disable display of separator.\n\
161 /D Same as wide but files are list sorted by column.\n\
162 /L Uses lowercase.\n\
163 /N New long list format where filenames are on the far right.\n\
164 /O List by files in sorted order.\n\
165 sortorder N By name (alphabetic) S By size (smallest first)\n\
166 E By extension (alphabetic) D By date/time (oldest first)\n\
167 G Group directories first - Prefix to reverse order\n\
168 /P Pauses after each screenful of information.\n\
169 /Q Display the owner of the file.\n\
170 /R Displays alternate data streams of the files.\n\
171 /S Displays files in specified directory and all subdirectories.\n\
172 /T Controls which time field displayed or used for sorting\n\
173 timefield C Creation\n\
174 A Last Access\n\
175 W Last Written\n\
176 /W Uses wide list format.\n\
177 /X This displays the short names generated for non-8dot3 file\n\
178 names. The format is that of /N with the short name inserted\n\
179 before the long name. If no short name is present, blanks are\n\
180 displayed in its place.\n\
181 /4 Displays four-digit years\n\n\
182 Switches may be preset in the DIRCMD environment variable. Override\n\
183 preset switches by prefixing any switch with - (hyphen)--for example, /-W.\n"
184 STRING_DIR_HELP2 " Volume in drive %c is %s\n"
185 STRING_DIR_HELP3 " Volume in drive %c has no label.\n"
186 STRING_DIR_HELP4 " Volume Serial Number is %04X-%04X\n"
187 STRING_DIR_HELP5 "\n Total Files Listed:\n%16i File(s)% 14s bytes\n"
188 STRING_DIR_HELP6 "%16i Dir(s)% 15s bytes free\n"
189 STRING_DIR_HELP7 "\n Directory of %s\n\n"
190 STRING_DIR_HELP8 "%16i File(s)% 14s bytes\n"
191 STRING_DIRSTACK_HELP1 "Stores the current directory for use by the POPD command, then\n\
192 changes to the specified directory.\n\n\
193 PUSHD [path | ..]\n\n\
194 path Specifies the directory to make the current directory\n"
195 STRING_DIRSTACK_HELP2 "Changes to the directory stored by the PUSHD command.\n\nPOPD"
196 STRING_DIRSTACK_HELP3 "Prints the contents of the directory stack.\n\nDIRS"
197 STRING_DIRSTACK_HELP4 "Directory stack empty"
198 STRING_ECHO_HELP1 "Display a messages without trailing carriage return and line feed.\n\n\
199 ECHOS message"
200 STRING_ECHO_HELP2 "Displays a message to the standard error output.\n\n\
201 ECHOERR message\n\
202 ECHOERR. prints an empty line"
203 STRING_ECHO_HELP3 "Prints a messages to standard error output without trailing carriage return and line feed.\n\n\
204 ECHOSERR message"
205 STRING_ECHO_HELP4 "Displays a message or switches command echoing on or off.\n\n\
206 ECHO [ON | OFF]\n\
207 ECHO [message]\n\
208 ECHO. prints an empty line\n\n\
209 Type ECHO without a parameter to display the current ECHO setting."
210 STRING_ECHO_HELP5 "ECHO is %s\n"
211 STRING_EXIT_HELP "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
212 /B Exits a batch file only. \n\
213 If run outside of a batch file it will exit cmd.exe\n\
214 ExitCode This value will be assigned to ERRORLEVEL on exit\n"
215 STRING_FOR_HELP1 "Runs a specified command for each file in a set of files\n\n\
216 FOR %variable IN (set) DO command [parameters]\n\n\
217 %variable Specifies a replaceable parameter.\n\
218 (set) Specifies a set of one or more files. Wildcards may be used.\n\
219 command Specifies the command to carry out for each file.\n\
220 parameters Specifies parameters or switches for the specified command.\n\n\
221 To use the FOR command in a batch program, specify %%variable instead of\n\
222 %variable.\n"
223 STRING_FREE_HELP1 "\nVolume in drive %s is %-11s\n\
224 Serial number is %s\n\
225 %16s bytes total disk space\n\
226 %16s bytes used\n\
227 %16s bytes free\n"
228 STRING_FREE_HELP2 "Displays drive information.\n\nFREE [drive: ...]\n"
229 STRING_GOTO_HELP1 "Directs CMD to a labeled line in a batch script.\n\n\
230 GOTO label\n\n\
231 label Specifies a text string used in a batch script as a label.\n\n\
232 You type a label on a line by itself, beginning with a colon."
233 STRING_IF_HELP1 "Performs conditional processing in batch programs.\n\n\
234 IF [NOT] ERRORLEVEL number command\n\
235 IF [NOT] string1==string2 command\n\
236 IF [NOT] EXIST filename command\n\
237 IF [NOT] DEFINED variable command\n\n\
238 NOT Specifies that CMD should carry out the command only if\n\
239 the condition is false\n\
240 ERRORLEVEL number Specifies a true condition if the last program run returned\n\
241 an exit code equal or greater than the number specified.\n\
242 command Specifies the command to carry out if the condition is met.\n\
243 string1==string2 Specifies a true condition if the specified text strings\n\
244 match.\n\
245 EXIST filename Specifies a true condition if the specified filename exists.\n\
246 DEFINED variable Specifies a true condition if the specified variable is\n\
247 defined.\n"
248 STRING_LABEL_HELP1 "Displays or changes drive label.\n\nLABEL [drive:][label]\n"
249 STRING_LABEL_HELP2 "Volume in drive %c: is %s\n"
250 STRING_LABEL_HELP3 "Volume in drive %c: has no label\n"
251 STRING_LABEL_HELP4 "Volume Serial Number is %04X-%04X\n"
252 STRING_LABEL_HELP5 "Drive label (11 Characters, ENTER if none)? "
253 STRING_LOCALE_HELP1 "Current time is"
254 STRING_MKDIR_HELP "Creates a directory.\n\n\
255 MKDIR [drive:]path\nMD [drive:]path"
256 STRING_MKLINK_HELP "Creates a filesystem link object.\n\n\
257 MKLINK [/D | /H | /J] linkname target\n\n\
258 /D Indicates that the symbolic link target is a directory.\n\
259 /H Create a hard link.\n\
260 /J Create a directory junction.\n\n\
261 If neither /H or /J is specified, a symbolic link is created."
262 STRING_MEMMORY_HELP1 "Displays the amount of system memory.\n\nMEMORY"
263 STRING_MEMMORY_HELP2 "\n %12s%% memory load.\n\n\
264 %13s bytes total physical RAM.\n\
265 %13s bytes available physical RAM.\n\n\
266 %13s bytes total page file.\n\
267 %13s bytes available page file.\n\n\
268 %13s bytes total virtual memory.\n\
269 %13s bytes available virtual memory.\n"
270 STRING_MISC_HELP1 "Press a key to continue...\n"
271 STRING_MOVE_HELP1 "Overwrite %s (Yes/No/All)? "
272 STRING_MOVE_HELP2 "Moves files and renames files and directories.\n\n\
273 To move one or more files:\n\
274 MOVE [/N][drive:][path]filename1[,...] destination\n\n\
275 To rename a directory:\n\
276 MOVE [/N][drive:][path]dirname1 dirname2\n\n\
277 [drive:][path]filename1 Specifies the location and name of the file\n\
278 or files you want to move.\n\
279 /N Nothing. Do everything but move files or directories.\n\n\
280 Current limitations:\n\
281 - You can't move a file or directory from one drive to another.\n"
282 STRING_MSGBOX_HELP "display a message box and return user responce\n\n\
283 MSGBOX type ['title'] prompt\n\n\
284 type button displayed\n\
285 possible values are: OK, OKCANCEL,\n\
286 YESNO, YESNOCANCEL\n\
287 title title of message box\n\
288 prompt text displayed by the message box\n\n\n\
289 ERRORLEVEL is set according the button pressed:\n\n\
290 YES : 10 | NO : 11\n\
291 OK : 10 | CANCEL : 12\n"
292 STRING_PATH_HELP1 "Displays or sets a search path for executable files.\n\n\
293 PATH [[drive:]path[;...]]\nPATH ;\n\n\
294 Type PATH ; to clear all search-path settings and direct the command shell\n\
295 to search only in the current directory.\n\
296 Type PATH without parameters to display the current path.\n"
297 STRING_PROMPT_HELP1 "Changes the command prompt.\n\n\
298 PROMPT [text]\n\n\
299 text Specifies a new command prompt.\n\n\
300 Prompt can be made up of normal characters and the following special codes:\n\n\
301 $A & (Ampersand)\n\
302 $B | (pipe)\n\
303 $C ( (Left parenthesis)\n\
304 $D Current date\n\
305 $E Escape code (ASCII code 27)\n\
306 $F ) (Right parenthesis)\n\
307 $G > (greater-than sign)\n\
308 $H Backspace (erases previous character)\n\
309 $I Information line\n\
310 $L < (less-than sign)\n\
311 $N Current drive\n\
312 $P Current drive and path\n\
313 $Q = (equal sign)\n\
314 $S (space)\n\
315 $T Current time\n\
316 $V OS version number\n\
317 $_ Carriage return and linefeed\n\
318 $$ $ (dollar sign)\n"
319 STRING_PAUSE_HELP1 "Stops the execution of a batch file and shows the following message:\n\
320 'Press any key to continue...' or a user defined message.\n\n\
321 PAUSE [message]"
322 STRING_PROMPT_HELP2 " $+ Displays the current depth of the directory stack"
323 STRING_PROMPT_HELP3 "\nType PROMPT without parameters to reset the prompt to the default setting."
324 STRING_REM_HELP "Starts a comment line in a batch file.\n\nREM [Comment]"
325 STRING_RMDIR_HELP "Removes a directory.\n\n\
326 RMDIR [drive:]path\nRD [drive:]path\n\
327 /S Deletes all files and folders within target\n\
328 /Q Doesn't prompt for user\n"
329 STRING_RMDIR_HELP2 "Directory is not empty!\n"
330 STRING_REN_HELP1 "Renames a file/directory or files/directories.\n\n\
331 RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
332 REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
333 /E No error messages.\n\
334 /N Nothing.\n\
335 /P Prompts for confirmation before renaming each file.\n\
336 (Not implemented yet!)\n\
337 /Q Quiet.\n\
338 /S Rename subdirectories.\n\
339 /T Display total number of renamed files.\n\n\
340 Note that you cannot specify a new drive or path for your destination. Use\n\
341 the MOVE command for that purpose.\n"
342 STRING_REN_HELP2 " %lu file renamed\n"
343 STRING_REN_HELP3 " %lu files renamed\n"
344 STRING_REPLACE_HELP1 "Replaces files.\n\n\
345 REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\
346 REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\
347 [drive1:][path1]filename Specifies the source file or files.\n\
348 [drive2:][path2] Specifies the directory where files are to be\n\
349 replaced.\n\
350 /A Adds new files to destination directory. Cannot\n\
351 use with /S or /U switches.\n\
352 /P Prompts for confirmation before replacing a file or\n\
353 adding a source file.\n\
354 /R Replaces read-only files as well as unprotected\n\
355 files.\n\
356 /S Replaces files in all subdirectories of the\n\
357 destination directory. Cannot use with the /A\n\
358 switch.\n\
359 /W Waits for you to insert a disk before beginning.\n\
360 /U Replaces (updates) only files that are older than\n\
361 source files. Cannot use with the /A switch.\n"
362 STRING_REPLACE_HELP2 "Source path required\n"
363 STRING_REPLACE_HELP3 "No files replaced\n"
364 STRING_REPLACE_HELP4 "%lu file(s) replaced\n"
365 STRING_REPLACE_HELP5 "Replacing %s\n"
366 STRING_REPLACE_HELP6 "Replace %s\n"
367 STRING_REPLACE_HELP7 "No files added\n"
368 STRING_REPLACE_HELP8 "%lu file(s) added\n"
369 STRING_REPLACE_HELP9 "Add %s (Y/N) "
370 STRING_REPLACE_HELP10 "Replace %s (Y/N) "
371 STRING_REPLACE_HELP11 "Adding %s\n"
372 STRING_SHIFT_HELP "Changes the position of replaceable parameters in a batch file.\n\n\
373 SHIFT [DOWN]"
374 STRING_SCREEN_HELP "move cursor and optionally print text\n\n\
375 SCREEN row col [text]\n\n\
376 row row to which move the cursor\n\
377 col column to which move the cursor"
378 STRING_SET_HELP "Displays, sets, or removes environment variables.\n\n\
379 SET [variable[=][string]]\n\n\
380 variable Specifies the environment-variable name.\n\
381 string Specifies a series of characters to assign to the variable.\n\n\
382 Type SET without parameters to display the current environment variables.\n"
383 STRING_START_HELP1 "Starts a command.\n\n\
384 START command\n\n\
385 command Specifies the command to run.\n\n\
386 At the moment all commands are started asynchronously.\n"
387 STRING_TITLE_HELP "Sets the window title for the command prompt window.\n\n\
388 TITLE [string]\n\n\
389 string Specifies the title for the command prompt window.\n"
390 STRING_TIME_HELP1 "Displays or sets the system time.\n\n\
391 TIME [/T][time]\n\n\
392 /T display only\n\n\
393 Type TIME with no parameters to display the current time setting and a prompt\n\
394 for a new one. Press ENTER to keep the same time.\n"
395 STRING_TIME_HELP2 "Enter new time: "
396 STRING_TIMER_HELP1 "Elapsed %d msecs\n"
397 STRING_TIMER_HELP2 "Elapsed %02d%c%02d%c%02d%c%02d\n"
398 STRING_TIMER_HELP3 "allow the use of ten stopwatches.\n\n\
399 TIMER [ON|OFF] [/S] [/n] [/Fn]\n\n\
400 ON set stopwatch ON\n\
401 OFF set stopwatch OFF\n\
402 /S Split time. Return stopwatch split\n\
403 time without changing its value\n\
404 /n Specifiy the stopwatch number.\n\
405 Stopwatches available are 0 to 9\n\
406 If it is not specified default is 1\n\
407 /Fn Format for output\n\
408 n can be:\n\
409 0 milliseconds\n\
410 1 hh%cmm%css%cdd\n\n\
411 if none of ON, OFF or /S is specified the command\n\
412 will toggle stopwatch state\n\n"
413 STRING_TYPE_HELP1 "Displays the contents of text files.\n\nTYPE [drive:][path]filename \n\
414 /P Shows one screen of output at a time.\n"
415 STRING_VERIFY_HELP1 "This command is just a dummy!!\n\
416 Sets whether to verify that your files are written correctly to a\n\
417 disk.\n\n\
418 VERIFY [ON | OFF]\n\n\
419 Type VERIFY without a parameter to display the current VERIFY setting.\n"
420 STRING_VERIFY_HELP2 "VERIFY is %s.\n"
421 STRING_VERIFY_HELP3 "Must specify ON or OFF."
422 STRING_VERSION_HELP1 "Displays shell version information\n\n\
423 VER [/C][/R][/W]\n\n\
424 /C Displays credits.\n\
425 /R Displays redistribution information.\n\
426 /W Displays warranty information."
427 STRING_VERSION_HELP2 " comes with ABSOLUTELY NO WARRANTY; for details\n\
428 type: `ver /w'. This is free software, and you are welcome to redistribute\n\
429 it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n\
430 listing of credits."
431 STRING_VERSION_HELP3 "\n This program is distributed in the hope that it will be useful,\n\
432 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
433 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
434 GNU General Public License for more details."
435 STRING_VERSION_HELP4 "\n This program is free software; you can redistribute it and/or modify\n\
436 it under the terms of the GNU General Public License as published by\n\
437 the Free Software Foundation; either version 2 of the License, or\n\
438 (at your option) any later version.\n"
439 STRING_VERSION_HELP5 "\nSend bug reports to <ros-dev@reactos.org>.\n\
440 Updates are available at: http://www.reactos.org"
441 STRING_VERSION_HELP6 "\nFreeDOS version written by:\n"
442 STRING_VERSION_HELP7 "\nReactOS version written by:\n"
443 STRING_VOL_HELP1 " Volume in drive %c is %s\n"
444 STRING_VOL_HELP2 " Volume in drive %c has no label.\n"
445 STRING_VOL_HELP3 " Volume Serial Number is %04X-%04X\n"
446 STRING_VOL_HELP4 "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"
447 STRING_WINDOW_HELP1 "change console window aspect\n\n\
448 WINDOW [/POS[=]left,top,width,heigth]\n\
449 [MIN|MAX|RESTORE] ['title']\n\n\
450 /POS specify window placement and dimensions\n\
451 MIN minimize the window\n\
452 MAX maximize the window\n\
453 RESTORE restore the window"
454 STRING_WINDOW_HELP2 "change console window aspect\n\n\
455 ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
456 [MIN|MAX|RESTORE] ['title']\n\n\
457 window tile of window on which perform actions\n\
458 /POS specify window placement and dimensions\n\
459 MIN minimize the window\n\
460 MAX maximize the window\n\
461 RESTORE restore the window\n\
462 title new title\n"
463 STRING_CHOICE_OPTION "AN"
464 STRING_COPY_OPTION "ANV"
465 STRING_ALIAS_ERROR "Po rozšíření aliasů je příkaz příliš dlouhý!\n"
466 STRING_ASSOC_ERROR "Pro příponu %s nebyly nalezeny žádné asociace\n"
467 STRING_BATCH_ERROR "Chyba při otevírání dávkového souboru\n"
468 STRING_CHCP_ERROR1 "Aktivní znaková stránka: %u\n"
469 STRING_CHCP_ERROR4 "Neplatná znaková stránka\n"
470 STRING_CHOICE_ERROR "Neplatná volba. Očekávaný formát: /C[:]volby"
471 STRING_CHOICE_ERROR_TXT "Neplatná volba. Očekávaný formát: /T[:]c,nn"
472 STRING_CHOICE_ERROR_OPTION "Neplatná volba: %s"
473 STRING_CMD_ERROR1 "Nelze přesměrovat vstup ze souboru %s\n"
474 STRING_CMD_ERROR2 "Chyba při vytváření dočasného souboru pro data roury\n"
475 STRING_CMD_ERROR3 "Nelze přesměrovat do souboru %s\n"
476 STRING_CMD_ERROR4 "Spouští se %s...\n"
477 STRING_CMD_ERROR5 "Spouští se cmdexit.bat...\n"
478 STRING_COLOR_ERROR1 "Chyba stejných barev! (Pozadí a popředí nemohou mít stejnou barvu)"
479 STRING_COLOR_ERROR2 "chyba ve specifikaci barvy"
480 STRING_COLOR_ERROR3 "Barva %02x\n"
481 STRING_CONSOLE_ERROR "Neznámá chyba: %d\n"
482 STRING_COPY_ERROR1 "Chyba: Nelze otevřít zdroj - %s!\n"
483 STRING_COPY_ERROR2 "Chyba: Zdroj a cíl jsou shodné!\n"
484 STRING_COPY_ERROR3 "Chyba při zápisu do cíle!\n"
485 STRING_COPY_ERROR4 "Chyba: Není naimplementováno!\n"
486 STRING_DATE_ERROR "Neplatné datum."
487 STRING_DEL_ERROR5 "Soubor %s bude vymazán! "
488 STRING_DEL_ERROR6 "Určitě provést (A/N)?"
489 STRING_DEL_ERROR7 "Mazání: %s\n"
490 STRING_ERROR_ERROR1 "Neznámá chyba! Kód: 0x%lx\n"
491 STRING_ERROR_ERROR2 "Chyba syntaxe"
492 STRING_FOR_ERROR1 "'in' chybí v příkazu 'for'."
493 STRING_FOR_ERROR2 "nebyly nalezeny závorky."
494 STRING_FOR_ERROR3 "chybí 'do'."
495 STRING_FOR_ERROR4 "žádný příkaz po 'do'."
496 STRING_FREE_ERROR1 "Neplatná jednotka"
497 STRING_FREE_ERROR2 "bez popisku"
498 STRING_GOTO_ERROR1 "Pro GOTO nebyl zadán popisek"
499 STRING_GOTO_ERROR2 "Popisek '%s' nenalezen\n"
500 STRING_MD_ERROR "Podadresář nebo soubor už existuje.\n"
501 STRING_MD_ERROR2 "Cesta do nového adresáře neexistuje.\n"
502 STRING_MOVE_ERROR1 "[OK]\n"
503 STRING_MOVE_ERROR2 "[Chyba]\n"
504 STRING_REN_ERROR1 "MoveFile() selhalo. Chyba: %lu\n"
505 STRING_TIME_ERROR1 "Neplatný čas."
506 STRING_TYPE_ERROR1 "Neplatný parametr '/%s'\n"
507 STRING_WINDOW_ERROR1 "okno nenalezeno"
508 STRING_ERROR_PARAMETERF_ERROR "Formát parametru je nesprávný - %c\n"
509 STRING_ERROR_INVALID_SWITCH "Neplatný přepínač - /%c\n"
510 STRING_ERROR_TOO_MANY_PARAMETERS "Příliš mnoho parametrů - %s\n"
511 STRING_ERROR_PATH_NOT_FOUND "Cesta nenalezena\n"
512 STRING_ERROR_FILE_NOT_FOUND "Soubor nenalezen\n"
513 STRING_ERROR_REQ_PARAM_MISSING "Chybí povinný parametr\n"
514 STRING_ERROR_INVALID_DRIVE "Neplatná specifikace jednotky\n"
515 STRING_ERROR_INVALID_PARAM_FORMAT "Neplatný formát parametru - %s\n"
516 STRING_ERROR_BADCOMMAND "Neplatný příkaz nebo název souboru - %s\n"
517 STRING_ERROR_OUT_OF_MEMORY "Chyba - nedostatek paměti.\n"
518 STRING_ERROR_CANNOTPIPE "Chyba! Nelze vytvořit rouru! Nelze vytvořit dočasný soubor!\n"
519 STRING_ERROR_D_PAUSEMSG "Pokračujte stisknutím libovolné klávesy . . ."
520 STRING_ERROR_DRIVER_NOT_READY "Jednotka není připravena"
521 STRING_PATH_ERROR "CMD: Ne v prostředí '%s'\n"
522 STRING_REPLACE_ERROR1 "Neplatný přepínač - %s\n"
523 STRING_REPLACE_ERROR2 "Cesta nenalezena - %s\n"
524 STRING_REPLACE_ERROR3 "Název souboru, adresáře nebo popisek svazku je neplatný.\n"
525 STRING_REPLACE_ERROR4 "Neplatná kombinace parametrů\n"
526 STRING_REPLACE_ERROR5 "Přístup odepřen - %s\n"
527 STRING_REPLACE_ERROR6 "Nebyly nazeleny žádné soubory - %s\n"
528 STRING_REPLACE_ERROR7 "Rozšířená chyba 32\n"
529 STRING_CMD_INFOLINE " ReactOS Příkazový řádek Napsání HELP = Nápověda "
530 STRING_REACTOS_VERSION "Operační systém ReactOS [Verze %s-%s]\n"
531 STRING_CMD_SHELLINFO "\nReactOS Interpret příkazového řádku\nVerze %s %s"
532 STRING_VERSION_RUNNING_ON "Běží na: "
533 STRING_VERSION_RUNVER "%s [Verze %d.%d.%d] %s"
534 STRING_COPY_FILE " %d souborů(s) zkopírováno\n"
535 STRING_DELETE_WIPE "vymazáno"
536 STRING_FOR_ERROR "neplatná specifikace proměnné."
537 STRING_SCREEN_COL "neplatná hodnota pro col"
538 STRING_SCREEN_ROW "neplatná hodnota pro row"
539 STRING_TIMER_TIME "Časovač %d je %s: "
540 STRING_MKLINK_CREATED_SYMBOLIC "Symbolický odkaz vytvořen pro %s <<===>> %s\n"
541 STRING_MKLINK_CREATED_HARD "Hard link vytvořen pro %s <<===>> %s\n"
542 STRING_MKLINK_CREATED_JUNCTION "Junction vytvořena pro %s <<===>> %s\n"
543 STRING_MORE "Více? "
544 STRING_CANCEL_BATCH_FILE "\r\nStisknuto Ctrl-Break. Zrušit dávkový soubor? (Ano/Ne/Vše) "
545 STRING_INVALID_OPERAND "Neplatný operand."
546 STRING_EXPECTED_CLOSE_PAREN "Očekáváno ')'."
547 STRING_EXPECTED_NUMBER_OR_VARIABLE "Očekáváno číslo nebo název proměnné."
548 STRING_SYNTAX_COMMAND_INCORRECT "Syntaxe příkazu není správná."
549 END