reactos/dll/win32/devmgr/lang/sk-SK.rc
Hervé Poussineau 385ac5d4d2 [DEVMGR] Fix diagnostic message when device is failing with CM_PROB_FAILED_ADD
In this specific case, we don't have more information to show.
This prevents using "FIXME" string as a placeholder for device details.

CORE-18309
2024-02-01 09:57:02 +01:00

348 lines
19 KiB
Plaintext

/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
* DATE OF TR.: 30-05-2008
* LAST CHANGE: 31-05-2010
*/
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_NAME "Názov"
IDS_TYPE "Typ"
IDS_MANUFACTURER "Výrobca: %1"
IDS_LOCATION "Umiestnenie: %1"
IDS_STATUS "Stav zariadenia: %1"
IDS_UNKNOWN "Neznáme"
IDS_LOCATIONSTR "Umiestnenie %1!u! (%2)"
IDS_DEVCODE " (Kód %1!u!)"
IDS_DEVCODE2 " (Kód %2!u!)"
IDS_ENABLEDEVICE "Používať toto zariadenie (povolené)"
IDS_DISABLEDEVICE "Nepoužívať toto zariadenie (zakázané)"
IDS_UNKNOWNDEVICE "Neznáme zariadenie"
IDS_NODRIVERLOADED "Pre toto zariadenie nie sú nainštalované žiadne ovládače."
IDS_DEVONPARENT "na %1"
IDS_TROUBLESHOOTDEV "&Riešenie problémov..."
IDS_ENABLEDEV "E&nable Device"
IDS_REINSTALLDRV "Re&install Driver"
IDS_PROPERTIES "P&roperties"
IDS_UPDATEDRV "&Aktualizovať ovládač..."
IDS_REBOOT "Restart &Computer..."
IDS_NOTAVAILABLE "Nie je k dispozícii" //Not available
IDS_NOTDIGITALLYSIGNED "Digitálne nepodpísaný"
IDS_NODRIVERS "No driver files are required or have been loaded for this device."
IDS_RESOURCE_COLUMN "Resource type"
IDS_SETTING_COLUMN "Setting"
IDS_RESOURCE_MEMORY_RANGE "Memory range"
IDS_RESOURCE_INTERRUPT "IRQ"
IDS_RESOURCE_DMA "DMA"
IDS_RESOURCE_PORT "I/O range"
IDS_COPY "&Kopírovať"
END
/* error messages, source: http://www.z123.org/techsupport/medm.htm */
STRINGTABLE
BEGIN
IDS_DEV_NO_PROBLEM "Toto zariadenie pracuje správne."
IDS_DEV_NOT_CONFIGURED "Toto zariadenie nie je správne nastavené."
IDS_DEV_DEVLOADER_FAILED "ReactOS could not load the driver for this device because the computer is reporting two %1 bus types."
IDS_DEV_DEVLOADER_FAILED2 "The %1 device loader(s) for this device could not load the device driver."
IDS_DEV_OUT_OF_MEMORY "The driver for this device may be bad, or your system may be running low on memory or other resources."
IDS_DEV_ENTRY_IS_WRONG_TYPE "This device is not working properly because one of its drivers may be bad, or your registry may be bad."
IDS_DEV_LACKED_ARBITRATOR "The driver for this device requested a resource that ReactOS does not know how to handle."
IDS_DEV_BOOT_CONFIG_CONFLICT "Iné zariadenie používa prostriedky, ktoré potrebuje toto zariadenie."
IDS_DEV_FAILED_FILTER "The drivers for this device need to be reinstalled."
IDS_DEV_DEVLOADER_NOT_FOUND "This device is not working properly because ReactOS cannot load the file %1 that loads the drivers for the device."
IDS_DEV_DEVLOADER_NOT_FOUND2 "This device is not working properly because the file %1 that loads the drivers for this device is bad."
IDS_DEV_DEVLOADER_NOT_FOUND3 "Device failure: Try changing the driver for this device. If that doesn't work, see your hardware documentation."
IDS_DEV_INVALID_DATA "This device is not working properly because the BIOS in your computer is reporting the resources for the device incorrectly."
IDS_DEV_INVALID_DATA2 "This device is not working properly because the BIOS in the device is reporting the resources for the device incorrectly. "
IDS_DEV_FAILED_START "This device is either not present, not working properly, or does not have all the drivers installed."
IDS_DEV_LIAR "ReactOS stopped responding while attempting to start this device, and therefore will never attempt to start this device again."
IDS_DEV_NORMAL_CONFLICT "This device cannot find any free %1 resources to use."
IDS_DEV_NOT_VERIFIED "This device is either not present, not working properly, or does not have all the drivers installed."
IDS_DEV_NEED_RESTART "Toto zariadenie nemože správne pracovať, kým nereštartujete počítač."
IDS_DEV_REENUMERATION "This device is causing a resource conflict."
IDS_DEV_PARTIAL_LOG_CONF "ReactOS could not identify all the resources this device uses."
IDS_DEV_UNKNOWN_RESOURCE "The driver information file %1 is telling this child device to use a resource that the parent device does not have or recognize."
IDS_DEV_REINSTALL "Je potrebné preinštalovať ovládače pre toto zariadenie."
IDS_DEV_REGISTRY "Your registry may be bad."
IDS_DEV_WILL_BE_REMOVED "ReactOS is removing this device."
IDS_DEV_DISABLED "Toto zariadenie nie je spustené."
IDS_DEV_DISABLED2 "Toto zariadenie je zakázané."
IDS_DEV_DEVLOADER_NOT_READY "The loaders for this device cannot load the required drivers."
IDS_DEV_DEVLOADER_NOT_READY2 "" /* unused */
IDS_DEV_DEVLOADER_NOT_READY3 "" /* unused */
IDS_DEV_DEVICE_NOT_THERE "This device is either not present, not working properly, or does not have all the drivers installed."
IDS_DEV_MOVED "ReactOS is in the process of setting up this device."
IDS_DEV_TOO_EARLY "ReactOS is in the process of setting up this device."
IDS_DEV_NO_VALID_LOG_CONF "ReactOS can't specify the resources for this device."
IDS_DEV_FAILED_INSTALL "The drivers for this device are not installed."
IDS_DEV_HARDWARE_DISABLED "This device is disabled because the BIOS for the device did not give it any resources."
IDS_DEV_CANT_SHARE_IRQ "This device is using an Interrupt Request (IRQ) resource that is in use by another device and cannot be shared.\nYou must change the conflicting setting or remove the real-mode driver causing the conflict."
IDS_DEV_FAILED_ADD "This device is not working properly because ReactOS cannot load the drivers required for this device."
IDS_DEV_DISABLED_SERVICE "ReactOS cannot install the drivers for this device because it cannot access the drive or network location that has the setup files on it."
IDS_DEV_TRANSLATION_FAILED "This device isn't responding to its driver."
IDS_DEV_NO_SOFTCONFIG "ReactOS cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration."
IDS_DEV_BIOS_TABLE "Your computer's system firmware does not include enough information to properly configure and use this device.\nTo use this device, contact your computer manufacturer to obtain a firmware or BIOS update."
IDS_DEV_IRQ_TRANSLATION_FAILED "This device is requesting a PCI interrupt but is configured for an ISA interrupt (or vice versa).\nPlease use the computer's system setup program to reconfigure the interrupt for this device."
IDS_DEV_FAILED_DRIVER_ENTRY "ReactOS cannot initialize the device driver for this hardware."
IDS_DEV_DRIVER_FAILED_PRIOR_UNLOAD "ReactOS cannot load the device driver for this hardware because a previous instance of the device driver is still in memory."
IDS_DEV_DRIVER_FAILED_LOAD "ReactOS cannot load the device driver for this hardware. The driver may be corrupted or missing."
IDS_DEV_DRIVER_SERVICE_KEY_INVALID "ReactOS cannot access this hardware because its service key information in the registry is missing or recorded incorrectly."
IDS_DEV_LEGACY_SERVICE_NO_DEVICES "ReactOS successfully loaded the device driver for this hardware but cannot find the hardware device."
IDS_DEV_DUPLICATE_DEVICE "ReactOS cannot load the device driver for this hardware because there is a duplicate device already running in the system."
IDS_DEV_FAILED_POST_START "Systém ReactOS zastavil toto zariadenie lebo ohlásilo problémy."
IDS_DEV_HALTED "Aplikácia alebo služba vypla toto hardvérové zariadenie."
IDS_DEV_PHANTOM "Currently, this hardware device is not connected to the computer."
IDS_DEV_SYSTEM_SHUTDOWN "ReactOS cannot gain access to this hardware device because the operating system is in the process of shutting down."
IDS_DEV_HELD_FOR_EJECT "ReactOS cannot use this hardware device because it has been prepared for safe removal, but it has not been removed from the computer"
IDS_DEV_DRIVER_BLOCKED "The software for this device has been blocked from starting because it is known to have problems with ReactOS. Contact the hardware vendor for a new driver."
IDS_DEV_REGISTRY_TOO_LARGE "ReactOS cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit)."
IDS_DEV_SETPROPERTIES_FAILED "ReactOS wasn't able to change the settings of this device."
END
STRINGTABLE
BEGIN
IDS_PROP_DEVICEID "Device Instance ID"
IDS_PROP_HARDWAREIDS "Hardware IDs"
IDS_PROP_COMPATIBLEIDS "Compatible IDs"
IDS_PROP_MATCHINGDEVICEID "Matching Device ID"
IDS_PROP_SERVICE "Service"
IDS_PROP_ENUMERATOR "Enumerator"
IDS_PROP_CAPABILITIES "Capabilities"
IDS_PROP_DEVNODEFLAGS "Devnode Flags"
IDS_PROP_CONFIGFLAGS "Config Flags"
IDS_PROP_CSCONFIGFLAGS "CSConfig Flags"
IDS_PROP_EJECTIONRELATIONS "Ejection Relations"
IDS_PROP_REMOVALRELATIONS "Removal Relations"
IDS_PROP_BUSRELATIONS "Bus Relations"
IDS_PROP_DEVUPPERFILTERS "Device Upper Filters"
IDS_PROP_DEVLOWERFILTERS "Device Lower Filters"
IDS_PROP_CLASSUPPERFILTERS "Class Upper Filters"
IDS_PROP_CLASSLOWERFILTERS "Class Lower Filters"
IDS_PROP_CLASSINSTALLER "Class Installers"
IDS_PROP_CLASSCOINSTALLER "Class Coinstallers"
IDS_PROP_DEVICECOINSTALLER "Device Coinstallers"
IDS_PROP_FIRMWAREREVISION "Firmware Revision"
IDS_PROP_CURRENTPOWERSTATE "Current Power State"
IDS_PROP_POWERCAPABILITIES "Power Capabilities"
IDS_PROP_POWERSTATEMAPPINGS "Power State Mappings"
END
IDD_HARDWARE DIALOGEX 0, 0, 300, 400
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION | DS_SHELLFONT
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Zariadenia:", IDC_DEVICES, 7, 6, 196, 10
CONTROL "", IDC_LV_DEVICES, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
LVS_SHAREIMAGELISTS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 16, 196, 50
GROUPBOX "Vlastnosti zariadenia", IDC_PROPERTIESGROUP, 7, 76, 196, 105
LTEXT "", IDC_MANUFACTURER, 14, 88, 183, 10, SS_ENDELLIPSIS
LTEXT "", IDC_LOCATION, 14, 100, 183, 10, SS_ENDELLIPSIS
LTEXT "", IDC_STATUS, 14, 112, 183, 30
PUSHBUTTON "&Riešenie problémov...", IDC_TROUBLESHOOT, 85, 140, 54, 14, BS_PUSHBUTTON | WS_CHILD | WS_DISABLED | WS_TABSTOP
PUSHBUTTON "Vl&astnosti", IDC_PROPERTIES, 146, 140, 50, 14
END
IDD_DEVICEGENERAL DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Všeobecné"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
LTEXT "Typ zariadenia:", -1, 37, 39, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DEVTYPE, 100, 39, 146, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Výrobca:", -1, 37, 53, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DEVMANUFACTURER, 100, 53, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Umiestnenie:", -1, 37, 67, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DEVLOCATION, 100, 67, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
GROUPBOX "Stav zariadenia", IDC_DEVSTATUSGROUP, 7, 83, 238, 100
EDITTEXT IDC_DEVSTATUS, 14, 96, 224, 61, NOT WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
PUSHBUTTON "&Riešenie problémov...", IDC_DEVPROBLEM, 148, 163, 90, 15
LTEXT "&Využitie zariadenia:", IDC_DEVUSAGELABEL, 7, 188, 222, 8, WS_DISABLED
COMBOBOX IDC_DEVUSAGE, 7, 198, 239, 40, CBS_DROPDOWNLIST | WS_VSCROLL | WS_DISABLED
END
IDD_DEVICEDRIVER DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Ovládač"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
LTEXT "Poskytovateľ ovládača:", -1, 34, 39, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DRVPROVIDER, 100, 39, 146, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Dátum ovládača:", -1, 34, 53, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DRVDATE, 100, 53, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Verzia ovládača:", -1, 34, 67, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DRVVERSION, 100, 67, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Digitálne podpísal:", -1, 34, 81, 60, 8, SS_NOPREFIX
EDITTEXT IDC_DIGITALSIGNER, 100, 81, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
PUSHBUTTON "&Driver Details...", IDC_DRIVERDETAILS, 7, 106, 75, 15
LTEXT "To view details about the driver files.", -1, 91, 110, 154, 17, SS_NOPREFIX
PUSHBUTTON "&Update Driver...", IDC_UPDATEDRIVER, 7, 134, 75, 15
LTEXT "Update the device driver.", -1, 91, 138, 154, 17, SS_NOPREFIX
PUSHBUTTON "&Roll Back Driver", IDC_ROLLBACKDRIVER, 7, 162, 75, 15
LTEXT "If the device fails after updating the driver, roll back to the previously installed driver.", -1, 91, 162, 154, 25, SS_NOPREFIX
PUSHBUTTON "&Uninstall", IDC_UNINSTALLDRIVER, 7, 190, 75, 15
LTEXT "To uninstall the driver (Advanced).", -1, 91, 194, 154, 17, SS_NOPREFIX
END
IDD_DRIVERDETAILS DIALOGEX 0, 0, 224, 230
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
CAPTION "Detaily o súboroch ovládača"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
LTEXT "&Súbory ovládača:", -1, 7, 36, 204, 8
CONTROL "", IDC_DRIVERFILES, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_SORTASCENDING |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 46, 209, 80
LTEXT "Poskytovateľ:", -1, 14, 134, 66, 8
EDITTEXT IDC_FILEPROVIDER, 80, 134, 137, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Verzia súboru:", -1, 14, 150, 66, 8
EDITTEXT IDC_FILEVERSION, 80, 150, 137, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Autorské práva:", -1, 14, 166, 66, 8
EDITTEXT IDC_FILECOPYRIGHT, 80, 166, 137, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
LTEXT "Digitálne podpísal:", -1, 14, 182, 66, 8
EDITTEXT IDC_DIGITALSIGNER, 80, 182, 137, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
DEFPUSHBUTTON "OK", IDOK, 167, 208, 50, 14
END
IDD_DEVICEDETAILS DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Detaily"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
COMBOBOX IDC_DETAILSPROPNAME, 7, 36, 238, 165, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "", IDC_DETAILSPROPVALUE, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 58, 238, 155
END
IDD_DEVICERESOURCES DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Resources"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
LTEXT "Resource settings:", -1, 7, 36, 204, 8
CONTROL "", IDC_DRIVERRESOURCES, "SysListView32", LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_SORTASCENDING |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 46, 238, 80
END
IDD_DEVICEPOWER DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Power"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
IDD_UNINSTALLDRIVER DIALOGEX 0, 0, 224, 121
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
CAPTION "Confirm Device Removal"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 40, 9, 174, 16, SS_NOPREFIX
LTEXT "Warning: You are about to uninstall this device from your system.", -1, 7, 37, 204, 50
DEFPUSHBUTTON "OK", IDOK, 110, 100, 50, 14
PUSHBUTTON "Cancel", IDCANCEL, 166, 100, 50, 14
END
/*
This code relates to the device manager GUI
*/
IDM_MAINMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", IDM_EXIT
END
POPUP "Action"
BEGIN
MENUITEM "Scan for hardware changes", IDM_SCAN_HARDWARE
MENUITEM "Add hardware", IDM_ADD_HARDWARE
END
POPUP "View"
BEGIN
MENUITEM "Devices by type", IDM_DEVBYTYPE
MENUITEM "Devices by connection", IDM_DEVBYCONN
MENUITEM "Resources by type", IDM_RESBYTYPE, GRAYED
MENUITEM "Resources by connection", IDM_RESBYCONN, GRAYED
MENUITEM SEPARATOR
MENUITEM "Show hidden devices", IDM_SHOWHIDDEN
END
POPUP "Help"
BEGIN
MENUITEM "About", IDM_ABOUT
END
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "ReactOS Device Manager"
IDS_APP_AUTHORS "Copyright 2015 Ged Murphy"
IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop functioning.\nDo you really want to disable it?"
IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from your system.\nDo you want to continue?"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MENU_UPDATE "Update driver software..."
IDS_MENU_ENABLE "Enable"
IDS_MENU_DISABLE "Disable"
IDS_MENU_UNINSTALL "Uninstall"
IDS_MENU_SCAN "Scan for hardware changes"
IDS_MENU_ADD "Add hardware"
IDS_MENU_PROPERTIES "Properties"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_TOOLTIP_PROPERTIES "Properties"
IDS_TOOLTIP_SCAN "Scan for hardware changes"
IDS_TOOLTIP_ENABLE "Enable"
IDS_TOOLTIP_DISABLE "Disable"
IDS_TOOLTIP_UPDATE "Update Driver Software"
IDS_TOOLTIP_UNINSTALL "Uninstall"
END
/* Hints */
STRINGTABLE DISCARDABLE
BEGIN
IDS_HINT_BLANK " "
IDS_HINT_PROPERTIES " Open property dialog for the current selection."
IDS_HINT_SCAN " Scan for changed or new plug and play devices."
IDS_HINT_ENABLE " Enables the selected device."
IDS_HINT_DISABLE " Disables the selected device."
IDS_HINT_UPDATE " Launches the Update Driver Software wizard for the selected device."
IDS_HINT_UNINSTALL " Uninstalls the driver for the selected device."
IDS_HINT_ADD " Adds a legacy (non-Plug and Play) device to the computer."
IDS_HINT_ABOUT " About ReactOS Device Manager."
IDS_HINT_EXIT " Exits the program."
IDS_HINT_DEV_BY_TYPE " Displays devices by hardware type."
IDS_HINT_DEV_BY_CONN " Displays devices by connection."
IDS_HINT_RES_BY_TYPE " Displays resources by type."
IDS_HINT_RES_BY_CONN " Displays resources by connection type."
IDS_HINT_SHOW_HIDDEN " Displays legacy devices and devices that are no longer installed."
IDS_HINT_SYS_RESTORE " Restores this window to normal size."
IDS_HINT_SYS_MOVE " Moves this window."
IDS_HINT_SYS_SIZE " Resizes this window."
IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
IDS_HINT_SYS_CLOSE " Closes this window."
END