Author: gedmurphy
Date: Mon Oct 19 10:55:22 2015
New Revision: 69616
URL:
http://svn.reactos.org/svn/reactos?rev=69616&view=rev
Log:
[DEVMGR]
- Add the missing resources and reinstate all languages.
- The new additions need translating
Modified:
trunk/reactos/dll/win32/devmgr/devmgr.rc
trunk/reactos/dll/win32/devmgr/lang/bg-BG.rc
trunk/reactos/dll/win32/devmgr/lang/cs-CZ.rc
trunk/reactos/dll/win32/devmgr/lang/de-DE.rc
trunk/reactos/dll/win32/devmgr/lang/el-GR.rc
trunk/reactos/dll/win32/devmgr/lang/es-ES.rc
trunk/reactos/dll/win32/devmgr/lang/fr-FR.rc
trunk/reactos/dll/win32/devmgr/lang/he-IL.rc
trunk/reactos/dll/win32/devmgr/lang/hu-HU.rc
trunk/reactos/dll/win32/devmgr/lang/id-ID.rc
trunk/reactos/dll/win32/devmgr/lang/it-IT.rc
trunk/reactos/dll/win32/devmgr/lang/no-NO.rc
trunk/reactos/dll/win32/devmgr/lang/pl-PL.rc
trunk/reactos/dll/win32/devmgr/lang/pt-BR.rc
trunk/reactos/dll/win32/devmgr/lang/ro-RO.rc
trunk/reactos/dll/win32/devmgr/lang/ru-RU.rc
trunk/reactos/dll/win32/devmgr/lang/sk-SK.rc
trunk/reactos/dll/win32/devmgr/lang/sq-AL.rc
trunk/reactos/dll/win32/devmgr/lang/tr-TR.rc
trunk/reactos/dll/win32/devmgr/lang/uk-UA.rc
Modified: trunk/reactos/dll/win32/devmgr/devmgr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/devmgr.rc…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/devmgr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/devmgr.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -23,4 +23,57 @@
/* UTF-8 */
#pragma code_page(65001)
-#include "lang/en-US.rc"
+#ifdef LANGUAGE_BG_BG
+ #include "lang/bg-BG.rc"
+#endif
+#ifdef LANGUAGE_CS_CZ
+ #include "lang/cs-CZ.rc"
+#endif
+#ifdef LANGUAGE_DE_DE
+ #include "lang/de-DE.rc"
+#endif
+#ifdef LANGUAGE_EL_GR
+ #include "lang/el-GR.rc"
+#endif
+#ifdef LANGUAGE_EN_US
+ #include "lang/en-US.rc"
+#endif
+#ifdef LANGUAGE_ES_ES
+ #include "lang/es-ES.rc"
+#endif
+#ifdef LANGUAGE_FR_FR
+ #include "lang/fr-FR.rc"
+#endif
+#ifdef LANGUAGE_HU_HU
+ #include "lang/hu-HU.rc"
+#endif
+#ifdef LANGUAGE_ID_ID
+ #include "lang/id-ID.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+ #include "lang/it-IT.rc"
+#endif
+#ifdef LANGUAGE_NB_NO
+ #include "lang/no-NO.rc"
+#endif
+#ifdef LANGUAGE_PT_BR
+ #include "lang/pt-BR.rc"
+#endif
+#ifdef LANGUAGE_SK_SK
+ #include "lang/sk-SK.rc"
+#endif
+
+// UTF-8
+#pragma code_page(65001)
+#ifdef LANGUAGE_PL_PL
+ #include "lang/pl-PL.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+ #include "lang/ro-RO.rc"
+#endif
+#ifdef LANGUAGE_RU_RU
+ #include "lang/ru-RU.rc"
+#endif
+#ifdef LANGUAGE_UK_UA
+ #include "lang/uk-UA.rc"
+#endif
Modified: trunk/reactos/dll/win32/devmgr/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/bg-B…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/bg-BG.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/bg-BG.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -236,3 +236,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/cs-C…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/cs-CZ.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -240,3 +240,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/de-D…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/de-DE.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/el-GR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/el-G…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/el-GR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/el-GR.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/es-E…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/es-ES.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/es-ES.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/fr-F…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/fr-FR.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -236,3 +236,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/he-IL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/he-I…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/he-IL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/he-IL.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/hu-HU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/hu-H…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/hu-HU.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/hu-HU.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -236,3 +236,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/id-ID.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/id-I…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/id-ID.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/id-ID.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/it-I…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/it-IT.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/it-IT.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,88 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/no-N…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/no-NO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/no-NO.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,88 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/pl-P…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/pl-PL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/pl-PL.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -245,3 +245,88 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/pt-BR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/pt-B…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/pt-BR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/pt-BR.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,88 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/ro-R…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/ro-RO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/ro-RO.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -240,3 +240,88 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/ru-R…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/ru-RU.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/ru-RU.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/sk-S…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/sk-SK.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/sk-SK.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -240,3 +240,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/sq-AL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/sq-A…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/sq-AL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/sq-AL.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -239,3 +239,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/tr-T…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/tr-TR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/tr-TR.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -237,3 +237,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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
Modified: trunk/reactos/dll/win32/devmgr/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/uk-U…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/uk-UA.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/uk-UA.rc [iso-8859-1] Mon Oct 19 10:55:22 2015
@@ -243,3 +243,87 @@
ICON "", IDC_DEVICON, 7, 7, 20, 20
LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
END
+
+
+
+/*
+ This code relates to the device manager GUI
+ */
+
+IDR_MAINMENU MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "E&xit", IDC_EXIT
+ END
+ MENUITEM "Action", IDC_ACTIONMENU
+ POPUP "View"
+ BEGIN
+ MENUITEM "Devices by type", IDC_DEVBYTYPE
+ MENUITEM "Devices by connection", IDC_DEVBYCONN
+ MENUITEM "Resources by type", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Resources by connection", IDC_RESBYCONN, GRAYED
+ MENUITEM SEPARATOR
+ MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ END
+ POPUP "Help"
+ BEGIN
+ MENUITEM "About", IDC_ABOUT
+ END
+END
+
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_APPNAME "ReactOS Device Manager"
+ IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop
functioning.\r\nDo you really want to disable it?"
+ IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from
your system.\r\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