xref: /reactos/dll/win32/winmm/lang/winmm_Sk.rc (revision cc3672cb)
1c2c66affSColin Finck/*
2c2c66affSColin Finck * Copyright 2000 Peter Ivanyi
3c2c66affSColin Finck *
4c2c66affSColin Finck * This library is free software; you can redistribute it and/or
5c2c66affSColin Finck * modify it under the terms of the GNU Lesser General Public
6c2c66affSColin Finck * License as published by the Free Software Foundation; either
7c2c66affSColin Finck * version 2.1 of the License, or (at your option) any later version.
8c2c66affSColin Finck *
9c2c66affSColin Finck * This library is distributed in the hope that it will be useful,
10c2c66affSColin Finck * but WITHOUT ANY WARRANTY; without even the implied warranty of
11c2c66affSColin Finck * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12c2c66affSColin Finck * Lesser General Public License for more details.
13c2c66affSColin Finck *
14c2c66affSColin Finck * You should have received a copy of the GNU Lesser General Public
15c2c66affSColin Finck * License along with this library; if not, write to the Free Software
16c2c66affSColin Finck * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17c2c66affSColin Finck */
18c2c66affSColin Finck
19*cc3672cbSHermès Bélusca-MaïtoLANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
20*cc3672cbSHermès Bélusca-Maïto
21*cc3672cbSHermès Bélusca-MaïtoSTRINGTABLE
22c2c66affSColin FinckBEGIN
23c2c66affSColin Finck
24c2c66affSColin Finck/* MMSYS errors */
25c2c66affSColin FinckMMSYSERR_NOERROR, 		"Špecifikovaný príkaz bol vykonaný."
26c2c66affSColin FinckMMSYSERR_ERROR, 		"Nedefinovaná externá chyba."
27c2c66affSColin FinckMMSYSERR_BADDEVICEID, 		"A device ID has been used that is out of range for your system."
28c2c66affSColin FinckMMSYSERR_NOTENABLED, 		"The driver was not enabled."
29c2c66affSColin FinckMMSYSERR_ALLOCATED, 		"The specified device is already in use. Wait until it is free, and then try again."
30c2c66affSColin FinckMMSYSERR_INVALHANDLE, 		"The specified device handle is invalid."
31c2c66affSColin FinckMMSYSERR_NODRIVER, 		"There is no driver installed on your system !\n"
32c2c66affSColin FinckMMSYSERR_NOMEM, 		"Not enough memory available for this task. Quit one or more applications to increase available memory, and then try again."
33c2c66affSColin FinckMMSYSERR_NOTSUPPORTED, 		"This function is not supported. Use the Capabilities function to determine which functions and messages the driver supports."
34c2c66affSColin FinckMMSYSERR_BADERRNUM, 		"An error number was specified that is not defined in the system."
35c2c66affSColin FinckMMSYSERR_INVALFLAG, 		"An invalid flag was passed to a system function."
36c2c66affSColin FinckMMSYSERR_INVALPARAM, 		"An invalid parameter was passed to a system function."
37c2c66affSColin Finck
38c2c66affSColin Finck/* WAVE errors */
39c2c66affSColin FinckWAVERR_BADFORMAT, 		"The specified format is not supported or cannot be translated. Use the Capabilities function to determine the supported formats"
40c2c66affSColin FinckWAVERR_STILLPLAYING, 		"Cannot perform this operation while media data is still playing. Reset the device, or wait until the data is finished playing."
41c2c66affSColin FinckWAVERR_UNPREPARED, 		"The wave header was not prepared. Use the Prepare function to prepare the header, and then try again."
42c2c66affSColin FinckWAVERR_SYNC, 			"Cannot open the device without using the WAVE_ALLOWSYNC flag. Use the flag, and then try again."
43c2c66affSColin Finck
44c2c66affSColin Finck/* MIDI errors */
45c2c66affSColin FinckMIDIERR_UNPREPARED, 		"The MIDI header was not prepared. Use the Prepare function to prepare the header, and then try again."
46c2c66affSColin FinckMIDIERR_STILLPLAYING, 		"Cannot perform this operation while media data is still playing. Reset the device, or wait until the data is finished playing."
47c2c66affSColin FinckMIDIERR_NOMAP, 			"A MIDI map was not found. There may be a problem with the driver, or the MIDIMAP.CFG file may be corrupt or missing."
48c2c66affSColin FinckMIDIERR_NOTREADY, 		"The port is transmitting data to the device. Wait until the data has been transmitted, and then try again."
49c2c66affSColin FinckMIDIERR_NODEVICE, 		"The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use MIDI Mapper to edit the setup."
50c2c66affSColin FinckMIDIERR_INVALIDSETUP, 		"The current MIDI setup is damaged. Copy the original MIDIMAP.CFG file to the ReactOS SYSTEM directory, and then try again."
51c2c66affSColin Finck
52c2c66affSColin Finck/* MCI errors */
53c2c66affSColin FinckMCIERR_INVALID_DEVICE_ID, 	"Invalid MCI device ID. Use the ID returned when opening the MCI device."
54c2c66affSColin FinckMCIERR_UNRECOGNIZED_KEYWORD, 	"The driver cannot recognize the specified command parameter."
55c2c66affSColin FinckMCIERR_UNRECOGNIZED_COMMAND,	"The driver cannot recognize the specified command."
56c2c66affSColin FinckMCIERR_HARDWARE, 		"There is a problem with your media device. Make sure it is working correctly or contact the device manufacturer."
57c2c66affSColin FinckMCIERR_INVALID_DEVICE_NAME, 	"The specified device is not open or is not recognized by MCI."
58c2c66affSColin FinckMCIERR_OUT_OF_MEMORY, 		"Not enough memory available for this task.\nQuit one or more applications to increase available memory, and then try again."
59c2c66affSColin FinckMCIERR_DEVICE_OPEN, 		"The device name is already being used as an alias by this application. Use a unique alias."
60c2c66affSColin FinckMCIERR_CANNOT_LOAD_DRIVER, 	"There is an undetectable problem in loading the specified device driver."
61c2c66affSColin FinckMCIERR_MISSING_COMMAND_STRING, 	"Nebol špecifikovaný žiadny príkaz."
62c2c66affSColin FinckMCIERR_PARAM_OVERFLOW, 		"The output string was to large to fit in the return buffer. Increase the size of the buffer."
63c2c66affSColin FinckMCIERR_MISSING_STRING_ARGUMENT, "The specified command requires a character-string parameter. Please provide one."
64c2c66affSColin FinckMCIERR_BAD_INTEGER, 		"The specified integer is invalid for this command."
65c2c66affSColin FinckMCIERR_PARSER_INTERNAL, 	"The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver."
66c2c66affSColin FinckMCIERR_DRIVER_INTERNAL, 	"There is a problem with the device driver. Check with the device manufacturer about obtaining a new driver."
67c2c66affSColin FinckMCIERR_MISSING_PARAMETER, 	"The specified command requires a parameter. Please supply one."
68c2c66affSColin FinckMCIERR_UNSUPPORTED_FUNCTION, 	"The MCI device you are using does not support the specified command."
69c2c66affSColin FinckMCIERR_FILE_NOT_FOUND, 		"Cannot find the specified file. Make sure the path and filename are correct."
70c2c66affSColin FinckMCIERR_DEVICE_NOT_READY, 	"Ovládač zariadenia nie je pripravený."
71c2c66affSColin FinckMCIERR_INTERNAL, 		"A problem occurred in initializing MCI. Try restarting ReactOS."
72c2c66affSColin FinckMCIERR_DRIVER, 			"There is a problem with the device driver. The driver has closed. Cannot access error."
73c2c66affSColin FinckMCIERR_CANNOT_USE_ALL, 		"Cannot use 'all' as the device name with the specified command."
74c2c66affSColin FinckMCIERR_MULTIPLE, 		"Errors occurred in more than one device. Specify each command and device separately to determine which devices caused the error"
75c2c66affSColin FinckMCIERR_EXTENSION_NOT_FOUND, 	"Cannot determine the device type from the given filename extension."
76c2c66affSColin FinckMCIERR_OUTOFRANGE, 		"The specified parameter is out of range for the specified command."
77c2c66affSColin FinckMCIERR_FLAGS_NOT_COMPATIBLE, 	"The specified parameters cannot be used together."
78c2c66affSColin FinckMCIERR_FILE_NOT_SAVED, 		"Cannot save the specified file. Make sure you have enough disk space or are still connected to the network."
79c2c66affSColin FinckMCIERR_DEVICE_TYPE_REQUIRED, 	"Cannot find the specified device. Make sure it is installed or that the device name is spelled correctly."
80c2c66affSColin FinckMCIERR_DEVICE_LOCKED, 		"The specified device is now being closed. Wait a few seconds, and then try again."
81c2c66affSColin FinckMCIERR_DUPLICATE_ALIAS, 	"The specified alias is already being used in this application. Use a unique alias."
82c2c66affSColin FinckMCIERR_BAD_CONSTANT, 		"The specified parameter is invalid for this command."
83c2c66affSColin FinckMCIERR_MUST_USE_SHAREABLE, 	"The device driver is already in use. To share it, use the 'shareable' parameter with each 'open' command."
84c2c66affSColin FinckMCIERR_MISSING_DEVICE_NAME, 	"The specified command requires an alias, file, driver, or device name. Please supply one."
85c2c66affSColin FinckMCIERR_BAD_TIME_FORMAT, 	"The specified value for the time format is invalid. Refer to the MCI documentation for valid formats."
86c2c66affSColin FinckMCIERR_NO_CLOSING_QUOTE, 	"A closing double-quotation mark is missing from the parameter value. Please supply one."
87c2c66affSColin FinckMCIERR_DUPLICATE_FLAGS, 	"A parameter or value was specified twice. Only specify it once."
88c2c66affSColin FinckMCIERR_INVALID_FILE, 		"The specified file cannot be played on the specified MCI device. The file may be corrupt, or not in the correct format."
89c2c66affSColin FinckMCIERR_NULL_PARAMETER_BLOCK, 	"A null parameter block was passed to MCI."
90c2c66affSColin FinckMCIERR_UNNAMED_RESOURCE, 	"Cannot save an unnamed file. Supply a filename."
91c2c66affSColin FinckMCIERR_NEW_REQUIRES_ALIAS, 	"You must specify an alias when using the 'new' parameter."
92c2c66affSColin FinckMCIERR_NOTIFY_ON_AUTO_OPEN, 	"Cannot use the 'notify' flag with auto-opened devices."
93c2c66affSColin FinckMCIERR_NO_ELEMENT_ALLOWED, 	"Cannot use a filename with the specified device."
94c2c66affSColin FinckMCIERR_NONAPPLICABLE_FUNCTION, 	"Cannot carry out the commands in the order specified. Correct the command sequence, and then try again."
95c2c66affSColin FinckMCIERR_ILLEGAL_FOR_AUTO_OPEN, 	"Cannot carry out the specified command on an auto-opened device. Wait until the device is closed, and then try again."
96c2c66affSColin FinckMCIERR_FILENAME_REQUIRED, 	"The filename is invalid. Make sure the filename is not longer than 8 characters, followed by a period and an extension."
97c2c66affSColin FinckMCIERR_EXTRA_CHARACTERS, 	"Cannot specify extra characters after a string enclosed in quotation marks."
98c2c66affSColin FinckMCIERR_DEVICE_NOT_INSTALLED, 	"The specified device is not installed on the system. Use the Drivers option in Control Panel to install the device."
99c2c66affSColin FinckMCIERR_GET_CD, 			"Cannot access the specified file or MCI device. Try changing directories or restarting your computer."
100c2c66affSColin FinckMCIERR_SET_CD, 			"Cannot access the specified file or MCI device because the application cannot change directories."
101c2c66affSColin FinckMCIERR_SET_DRIVE, 		"Cannot access specified file or MCI device because the application cannot change drives."
102c2c66affSColin FinckMCIERR_DEVICE_LENGTH, 		"Specify a device or driver name that is less than 79 characters."
103c2c66affSColin FinckMCIERR_DEVICE_ORD_LENGTH, 	"Specify a device or driver name that is less than 69 characters."
104c2c66affSColin FinckMCIERR_NO_INTEGER, 		"The specified command requires an integer parameter. Please provide one."
105c2c66affSColin FinckMCIERR_WAVE_OUTPUTSINUSE, 	"All wave devices that can play files in the current format are in use. Wait until a wave device is free, and then try again."
106c2c66affSColin FinckMCIERR_WAVE_SETOUTPUTINUSE, 	"Cannot set the current wave device for play back because it is in use. Wait until the device is free, and then try again."
107c2c66affSColin FinckMCIERR_WAVE_INPUTSINUSE, 	"All wave devices that can record files in the current format are in use. Wait until a wave device is free, and then try again."
108c2c66affSColin FinckMCIERR_WAVE_SETINPUTINUSE, 	"Cannot set the current wave device for recording because it is in use. Wait until the device is free, and then try again."
109c2c66affSColin FinckMCIERR_WAVE_OUTPUTUNSPECIFIED,	"Any compatible waveform playback device may be used."
110c2c66affSColin FinckMCIERR_WAVE_INPUTUNSPECIFIED, 	"Any compatible waveform recording device may be used."
111c2c66affSColin FinckMCIERR_WAVE_OUTPUTSUNSUITABLE, 	"No wave device that can play files in the current format is installed. Use the Drivers option to install the wave device."
112c2c66affSColin FinckMCIERR_WAVE_SETOUTPUTUNSUITABLE,"The device you are trying to play to cannot recognize the current file format."
113c2c66affSColin FinckMCIERR_WAVE_INPUTSUNSUITABLE, 	"No wave device that can record files in the current format is installed. Use the Drivers option to install the wave device."
114c2c66affSColin FinckMCIERR_WAVE_SETINPUTUNSUITABLE, "The device you are trying to record from cannot recognize the current file format."
115c2c66affSColin FinckMCIERR_NO_WINDOW, 		"There is no display window."
116c2c66affSColin FinckMCIERR_CREATEWINDOW, 		"Nemôžem vytvoriť alebo použiť okno."
117c2c66affSColin FinckMCIERR_FILE_READ, 		"Cannot read the specified file. Make sure the file is still present, or check your disk or network connection."
118c2c66affSColin FinckMCIERR_FILE_WRITE, 		"Cannot write to the specified file. Make sure you have enough disk space or are still connected to the network."
119c2c66affSColin FinckMCIERR_SEQ_DIV_INCOMPATIBLE, 	"The time formats of the ""song pointer"" and SMPTE are mutually exclusive. You can't use them together."
120c2c66affSColin FinckMCIERR_SEQ_NOMIDIPRESENT, 	"The system has no installed MIDI devices. Use the Drivers option from the Control Panel to install a MIDI driver."
121c2c66affSColin FinckMCIERR_SEQ_PORT_INUSE, 		"The specified MIDI port is already in use. Wait until it is free; the try again."
122c2c66affSColin FinckMCIERR_SEQ_PORT_MAPNODEVICE, 	"The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use the MIDI Mapper option from the Control Panel to edit the setup."
123c2c66affSColin FinckMCIERR_SEQ_PORT_MISCERROR, 	"An error occurred with the specified port."
124c2c66affSColin FinckMCIERR_SEQ_PORT_NONEXISTENT, 	"The specified MIDI device is not installed on the system. Use the Drivers option from the Control Panel to install a MIDI device."
125c2c66affSColin FinckMCIERR_SEQ_PORTUNSPECIFIED, 	"The system doesnot have a current MIDI port specified."
126c2c66affSColin FinckMCIERR_SEQ_TIMER, 		"All multimedia timers are being used by other applications. Quit one of these applications; then, try again."
127c2c66affSColin Finck
128c2c66affSColin FinckEND
129