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