mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +00:00
55 lines
2.7 KiB
Text
55 lines
2.7 KiB
Text
/*
|
|
* PROJECT: ReactOS Replace Command
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Swedish resource file
|
|
* TRANSLATORS: Copyright 2011 Jan Blomqvist Kinander (Jaix Bly) <jaixbly@spray.se>
|
|
* Copyright 2017 Markus Gothe <nietzsche@lysator.liu.se>
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_REPLACE_HELP1 "Ersätter filer.\n\n\
|
|
REPLACE [drive1:][path1]filnamn [drive2:][path2] [/A] [/P] [/R] [/W]\n\
|
|
REPLACE [drive1:][path1]filnamn [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_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 "Felaktig växel - %s\n"
|
|
STRING_REPLACE_ERROR2 "Mappen ble inte funnet - %s\n"
|
|
STRING_REPLACE_ERROR3 "The filename, directory name, or volume label syntax is incorrect.\n"
|
|
STRING_REPLACE_ERROR4 "Invalid parameter combination\n"
|
|
STRING_REPLACE_ERROR5 "Tillgång nekas - %s\n"
|
|
STRING_REPLACE_ERROR6 "Ingna filer hittades - %s\n"
|
|
STRING_REPLACE_ERROR7 "Extended Error 32\n"
|
|
|
|
STRING_COPY_OPTION "YNA"
|
|
STRING_COPY_ERROR1 "Fel: kan inte öppna källan - %s!\n"
|
|
STRING_COPY_ERROR3 "Fel vid skriving till destinationen!\n"
|
|
STRING_ERROR_D_PAUSEMSG "Tryck på valfri tangent för att fortsätta . . . "
|
|
STRING_CONSOLE_ERROR "Okänt fel: %d\n"
|
|
STRING_ERROR_OUT_OF_MEMORY "Fel: Minnet fullt.\n"
|
|
END
|