Author: dreimer
Date: Wed Oct 21 19:17:16 2015
New Revision: 69636
URL: http://svn.reactos.org/svn/reactos?rev=69636&view=rev
Log:
[DEVMGR]
Updated German language
Modified:
trunk/reactos/dll/win32/devmgr/lang/de-DE.rc
trunk/reactos/dll/win32/devmgr/lang/en-US.rc
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] Wed Oct 21 19:17:16 2015
@@ -246,79 +246,78 @@
IDR_MAINMENU MENU
BEGIN
- POPUP "&File"
+ POPUP "&Datei"
BEGIN
- MENUITEM "E&xit", IDC_EXIT
+ MENUITEM "&Beenden", IDC_EXIT
END
- MENUITEM "Action", IDC_ACTIONMENU
- POPUP "View"
+ MENUITEM "Ak&tion", IDC_ACTIONMENU
+ POPUP "&Ansicht"
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 "Geräte nach &Typ", IDC_DEVBYTYPE
+ MENUITEM "Garäte nach &Verbindung", IDC_DEVBYCONN
+ MENUITEM "Ressourcen nac&h Typ", IDC_RESBYTYPE, GRAYED
+ MENUITEM "Ressourcen nach V&erbindung", IDC_RESBYCONN, GRAYED
MENUITEM SEPARATOR
- MENUITEM "Show hidden devices", IDC_SHOWHIDDEN
+ MENUITEM "Ausgeblendete &Geräte anzeigen", IDC_SHOWHIDDEN
END
- POPUP "Help"
+ POPUP "&Hilfe"
BEGIN
- MENUITEM "About", IDC_ABOUT
+ MENUITEM "Ã&ber", 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?"
+ IDS_APPNAME "ReactOS Geräte-Manager"
+ IDS_CONFIRM_DISABLE "Dieses Gerät zu deaktivieren wird dessen Funktion einstellen.\r\nWollen Sie es wirklich deaktivieren?"
+ IDS_CONFIRM_UNINSTALL "Warnung: Sie sind dabei, dieses Gerät deinstallieren\r\nMöchten Sie den Vorgang fortsetzen?"
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"
+ IDS_MENU_UPDATE "Treibersoftware aktualisieren ..."
+ IDS_MENU_ENABLE "Aktivieren"
+ IDS_MENU_DISABLE "Deaktivieren"
+ IDS_MENU_UNINSTALL "Deinstallieren"
+ IDS_MENU_SCAN "Nach geänderter Hardware suchen"
+ IDS_MENU_ADD "Hardware hinzufügen"
+ IDS_MENU_PROPERTIES "Eigenschaften"
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"
+ IDS_TOOLTIP_PROPERTIES "Eigenschaften"
+ IDS_TOOLTIP_SCAN "Nach geänderter Hardware suchen"
+ IDS_TOOLTIP_ENABLE "Aktivieren"
+ IDS_TOOLTIP_DISABLE "Deaktivieren"
+ IDS_TOOLTIP_UPDATE "Treibersoftware aktualisieren"
+ IDS_TOOLTIP_UNINSTALL "Deinstallieren"
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
-
+ IDS_HINT_PROPERTIES " Ãffnet Eigenschaftsdialog für die aktuelle Auswahl."
+ IDS_HINT_SCAN " Nach geänderten oder neuen Plug & Play-Geräten suchen."
+ IDS_HINT_ENABLE " Aktiviert das ausgewählte Gerät."
+ IDS_HINT_DISABLE " Deaktiviert das ausgewählte Gerät."
+ IDS_HINT_UPDATE " Startet den Treibersoftware aktualisieren Assistenten für das ausgewählte Gerät."
+ IDS_HINT_UNINSTALL " Deinstalliert den Treiber für das ausgewählte Gerät."
+ IDS_HINT_ADD " Fügt ein Legacy (nicht Plug & Play) Gerät dem Computer hinzu."
+ IDS_HINT_ABOUT " Ãber ReactOS Geräte-Manager."
+ IDS_HINT_EXIT " Beendet das Programm."
+
+ IDS_HINT_DEV_BY_TYPE " Zeigt Geräte nach Hardwaretyp an."
+ IDS_HINT_DEV_BY_CONN " Zeigt Geräte nach Verbindung an."
+ IDS_HINT_RES_BY_TYPE " Zeigt Ressourcen nach Typ an."
+ IDS_HINT_RES_BY_CONN " Zeigt Ressourcen nach Verbindungstyp an."
+ IDS_HINT_SHOW_HIDDEN " Zeigt Legacy-Geräte und Geräte, die nicht mehr installiert sind an."
+
+ IDS_HINT_SYS_RESTORE " Stellt dieses Fenster auf die normale GröÃe zurück."
+ IDS_HINT_SYS_MOVE " Verschiebt das Fenster."
+ IDS_HINT_SYS_SIZE " Ãndert die GröÃe dieses Fensters."
+ IDS_HINT_SYS_MINIMIZE " Reduziert dieses Fenster zu einem Symbol."
+ IDS_HINT_SYS_MAXIMIZE " Erweitert dieses Fenster, um den Bildschirm zu füllen."
+ IDS_HINT_SYS_CLOSE " SchlieÃt dieses Fenster."
+END
Modified: trunk/reactos/dll/win32/devmgr/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/lang/en-U…
==============================================================================
--- trunk/reactos/dll/win32/devmgr/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/lang/en-US.rc [iso-8859-1] Wed Oct 21 19:17:16 2015
@@ -318,4 +318,3 @@
IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
IDS_HINT_SYS_CLOSE " Closes this window."
END
-
Author: tfaber
Date: Wed Oct 21 09:00:13 2015
New Revision: 69634
URL: http://svn.reactos.org/svn/reactos?rev=69634&view=rev
Log:
[WININET]
- Missing the USERPROFILE variable is a critical bug, so inform us about it with an ERR instead of a TRACE
CORE-10381
Modified:
trunk/reactos/dll/win32/wininet/urlcache.c
Modified: trunk/reactos/dll/win32/wininet/urlcache.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wininet/urlcache…
==============================================================================
--- trunk/reactos/dll/win32/wininet/urlcache.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wininet/urlcache.c [iso-8859-1] Wed Oct 21 09:00:13 2015
@@ -750,7 +750,7 @@
/* ReactOS r50916 */
if (GetEnvironmentVariableW(UserProfile, NULL, 0) == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND)
{
- TRACE("Environment variable 'USERPROFILE' does not exist!\n");
+ ERR("Environment variable 'USERPROFILE' does not exist!\n");
return;
}
Author: hbelusca
Date: Tue Oct 20 22:49:34 2015
New Revision: 69631
URL: http://svn.reactos.org/svn/reactos?rev=69631&view=rev
Log:
[PSDK]
- Enable the specstrings.h in shlwapi header (since we have it)
- Add missing BIF_SHAREABLE define (which exists in the 2k3 PSDK), even if it's not used at all in our code (and in wine either); I use it in msconfig for a shell browse dialog (because I want it to behave as I expect also on windows).
Modified:
trunk/reactos/include/psdk/shlobj.h
trunk/reactos/include/psdk/shlwapi.h
Modified: trunk/reactos/include/psdk/shlobj.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlobj.h?rev=…
==============================================================================
--- trunk/reactos/include/psdk/shlobj.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/shlobj.h [iso-8859-1] Tue Oct 20 22:49:34 2015
@@ -968,6 +968,7 @@
#define BIF_BROWSEFORCOMPUTER 0x1000
#define BIF_BROWSEFORPRINTER 0x2000
#define BIF_BROWSEINCLUDEFILES 0x4000
+#define BIF_SHAREABLE 0x8000
/* message from browser */
#define BFFM_INITIALIZED 1
Modified: trunk/reactos/include/psdk/shlwapi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlwapi.h?rev…
==============================================================================
--- trunk/reactos/include/psdk/shlwapi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/shlwapi.h [iso-8859-1] Tue Oct 20 22:49:34 2015
@@ -21,7 +21,7 @@
#ifndef __WINE_SHLWAPI_H
#define __WINE_SHLWAPI_H
-/* FIXME: #include <specstrings.h> */
+#include <specstrings.h>
#include <objbase.h>
#include <shtypes.h>