1/* 2 * PROJECT: ReactOS Replace Command 3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 4 * PURPOSE: Slovak resource file 5 * TRANSLATOR: Copyright 2009-2010 Mário Kačmár <kario@szm.sk> 6 */ 7 8LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT 9 10STRINGTABLE 11BEGIN 12 STRING_REPLACE_HELP1 "Replaces files.\n\n\ 13REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]\n\ 14REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]\n\n\ 15 [drive1:][path1]filename Specifies the source file or files.\n\ 16 [drive2:][path2] Specifies the directory where files are to be\n\ 17 replaced.\n\ 18 /A Adds new files to destination directory. Cannot\n\ 19 use with /S or /U switches.\n\ 20 /P Prompts for confirmation before replacing a file or\n\ 21 adding a source file.\n\ 22 /R Replaces read-only files as well as unprotected\n\ 23 files.\n\ 24 /S Replaces files in all subdirectories of the\n\ 25 destination directory. Cannot use with the /A\n\ 26 switch.\n\ 27 /W Waits for you to insert a disk before beginning.\n\ 28 /U Replaces (updates) only files that are older than\n\ 29 source files. Cannot use with the /A switch.\n" 30 STRING_REPLACE_HELP2 "Source path required\n" 31 STRING_REPLACE_HELP3 "No files replaced\n" 32 STRING_REPLACE_HELP4 "%lu file(s) replaced\n" 33 STRING_REPLACE_HELP5 "Replacing %s\n" 34 STRING_REPLACE_HELP7 "No files added\n" 35 STRING_REPLACE_HELP8 "%lu file(s) added\n" 36 STRING_REPLACE_HELP9 "Add %s (Y/N)? " 37 STRING_REPLACE_HELP10 "Replace %s (Y/N)? " 38 STRING_REPLACE_HELP11 "Adding %s\n" 39 40 STRING_REPLACE_ERROR1 "Neplatný prepínač - %s\n" 41 STRING_REPLACE_ERROR2 "Cesta sa nenašla - %s\n" 42 STRING_REPLACE_ERROR3 "The filename, directory name, or volume label syntax is incorrect.\n" 43 STRING_REPLACE_ERROR4 "Invalid parameter combination\n" 44 STRING_REPLACE_ERROR5 "Prístup zamietnutý - %s\n" 45 STRING_REPLACE_ERROR6 "Žiadne súbory sa nenašli - %s\n" 46 STRING_REPLACE_ERROR7 "Extended Error 32\n" 47 48 STRING_COPY_OPTION "YNA" 49 STRING_COPY_ERROR1 "Chyba: Cannot open source - %s!\n" 50 STRING_COPY_ERROR3 "Error writing destination!\n" 51 STRING_ERROR_D_PAUSEMSG "Pokračujte stlačením ľubovoľného klávesu ... " 52 STRING_CONSOLE_ERROR "Neznáma chyba: %d\n" 53 STRING_ERROR_OUT_OF_MEMORY "Chyba (z) nedostatku pamäte.\n" 54END 55