/* * PROJECT: ReactOS Replace Command * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Czech resource file * TRANSLATOR: Copyright 2015 Radek Liška (Black_Fox) */ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT STRINGTABLE BEGIN STRING_REPLACE_HELP1 "Replaces files.\n\n\ REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\ REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\ [drive1:][path1]filename Specifies the source file or files.\n\ [drive2:][path2] Specifies the directory where files are to be\n\ replaced.\n\ /A Adds new files to destination directory. Cannot\n\ use with /S or /U switches.\n\ /P Prompts for confirmation before replacing a file or\n\ adding a source file.\n\ /R Replaces read-only files as well as unprotected\n\ files.\n\ /S Replaces files in all subdirectories of the\n\ destination directory. Cannot use with the /A\n\ switch.\n\ /W Waits for you to insert a disk before beginning.\n\ /U Replaces (updates) only files that are older than\n\ source files. Cannot use with the /A switch.\n" STRING_REPLACE_HELP2 "Source path required\n" STRING_REPLACE_HELP3 "No files replaced\n" STRING_REPLACE_HELP4 "%lu file(s) replaced\n" STRING_REPLACE_HELP5 "Replacing %s\n" STRING_REPLACE_HELP6 "Replace %s\n" STRING_REPLACE_HELP7 "No files added\n" STRING_REPLACE_HELP8 "%lu file(s) added\n" STRING_REPLACE_HELP9 "Add %s (Y/N)? " STRING_REPLACE_HELP10 "Replace %s (Y/N)? " STRING_REPLACE_HELP11 "Adding %s\n" STRING_REPLACE_ERROR1 "Neplatný přepínač - %s\n" STRING_REPLACE_ERROR2 "Cesta nenalezena - %s\n" STRING_REPLACE_ERROR3 "Název souboru, adresáře nebo popisek svazku je neplatný.\n" STRING_REPLACE_ERROR4 "Neplatná kombinace parametrů\n" STRING_REPLACE_ERROR5 "Přístup odepřen - %s\n" STRING_REPLACE_ERROR6 "Nebyly nazeleny žádné soubory - %s\n" STRING_REPLACE_ERROR7 "Rozšířená chyba 32\n" STRING_COPY_OPTION "ANV" STRING_COPY_ERROR1 "Chyba: Nelze otevřít zdroj - %s!\n" STRING_COPY_ERROR3 "Chyba při zápisu do cíle!\n" STRING_CONSOLE_ERROR "Neznámá chyba: %d\n" STRING_ERROR_OUT_OF_MEMORY "Chyba - nedostatek paměti.\n" STRING_ERROR_D_PAUSEMSG "Pokračujte stisknutím libovolné klávesy . . . " END